@font-face {
  font-family: 'Circular Std Book';
  src: url('https://repositorio.thermomatic.com.br/lps/laticinios/assets/fonts/CircularStd-Book.woff2') format('woff2'),
       url('https://repositorio.thermomatic.com.br/lps/laticinios/assets/fonts/CircularStd-Book.woff') format('woff');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std Black';
  src: url('https://repositorio.thermomatic.com.br/lps/laticinios/assets/fonts/CircularStd-Black.woff2') format('woff2'),
       url('https://repositorio.thermomatic.com.br/lps/laticinios/assets/fonts/CircularStd-Black.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: 'Circular Std Book', Arial, sans-serif;
  overflow-x: hidden;
  margin-top: 0;
  padding-top: 0;
}

body {
  display: flex;
  flex-direction: column;
}

iframe {
  width: 100%;
}

.content {
  flex-grow: 1;
}

h1, h2, h3, h4 {
  font-size: bolder;
  font-family: 'Circular Std Book', Arial, sans-serif;
  margin: 0;
  margin-block-start: 0px;
  margin-block-end:0px;
}

b {
  font-weight: bold;
}

p {
  color: #fff;
}

ul.custom-list {
  list-style-type: disc;
  color: #76777a;
  padding-left: 25px;
}

ul.custom-list li {
  margin-bottom: 5px;
  color: #76777a;
}

ul.custom-list-top {
  color: #064169;
}

ul.custom-list-middle {
  list-style-type: disc;
  padding-left: 25px;
  color: #76777a;
}

.title-main {
  padding: 10px; 
  margin-left: -15px;
  margin-top: 10px;
  color: #fff;
}

.subtitle-blue {
  font-family: 'Circular Std Black', Arial, sans-serif;
  text-align: center;
  color: #064169;
  font-size: 2rem;
  font-weight: Bolder;
}

.subtitle-blue2 {
  font-family: 'Circular Std Book', Arial, sans-serif;
  text-align: left;
  color: #064169;
  font-size: 20px;
  font-weight: bold;
}

.subtitle-blue3 {
  font-family: 'Circular Std Book', Arial, sans-serif;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.subtitle-blue3 label {
  font-family: 'Circular Std Book', Arial, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}

.subtitle-blue4 label {
  font-family: 'Circular Std Book', Arial, sans-serif;
  text-align: center;
  color: #064169;
  font-size: 30px;
  font-weight: normal;
}

.label-min {
  margin-left: 12px;
  margin-right: 12px;
  color: #76777a;
  font-size: 0.9rem;
}

.label-max {
  text-align: center;
  color: #747579;
  font-weight: Bold;
}

.label-max2 {
  color: #76777a;
  text-align: left;
}

.text-center {
  text-align: center;
}

.banner {
  width: 100%;
  min-height: 100vh;
  background-image: url('../assets/images/v1_148.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 100);
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  z-index: 1;
}

.banner > * {
  position: relative;
  z-index: 2;
}

.banner2 {
  width: 100%;
  /*background-image: url('../assets/images/banner.jpg');*/
  background-image: url('../assets/images/v1_197.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.25);
  min-height: auto; /* Remover o valor fixo de altura e permitir que o banner cresça conforme o conteúdo */
  display: flex; /* Usar flexbox para tornar o banner responsivo e adaptável ao conteúdo */
  align-items: center;
}

.banner2 > * {
  position: relative;
  z-index: 2;
  width: 100%;
}

.form-card {
  background-color: #e1dfde;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
}

.form-control {
  border-radius: 10px;
  box-shadow: none;
  margin-bottom: 10px;
}

.label-min2 {
  margin-left: 12px;
  margin-right: 12px;
  color: #76777a;
  font-size: 10px;
  text-align: center;
}

.btn-custom {
  background-color: #064169;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  border: none;
}

.btn-custom:hover {
  background-color: #fff;
  color: #064169;
}

.btn-custom2 {
  background-color: #064169;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
  border: none;
  max-width: 50%;
  margin-top: -25px;
}

.btn-custom2:hover {
  background-color: #76777a;
  color: #fff;
}

.footer {
  background-color: #08446c;
  padding: 20px 0;
  margin-top: auto;
  text-align: center;
  width: 100%;
}

.footer-logo {
  max-height: 40px;
  margin-right: 20px;
}

.text-banner {
  padding: 20px;
}

@media (min-width: 1701px) {
  h1 {
    font-weight: 700;
    font-size: 90px;
    text-align: left;
  }
  
  h2 {
    font-weight: 700;
    font-size: 65px;
    text-align: left;
  }
  
  h3 {
    font-size: 35px;
    margin-top: 20px;
  }
  
  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: left;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 50px;
    text-align: left;
  }

  p {
    font-size: 20px;
  }

  .sub-text-title {
    margin-top: .8rem;
    text-align: center;
  }

  .margin-subtitle {
    margin-left: -30px;
    text-align: right;
    margin-top: 6.4rem;
    border-right: 4px solid #fff;
  }

  .margin-subtitle::after {
    height: 40px
  }

  .margin-subtitle2 {
    margin-top: 8.4rem;
  }

  iframe {
    height: 350px;
  }

  .banner {
    padding: 0 200px;
  }

  .banner2 {
    padding: 0 200px;
  }

  .form-card {
    margin-top: -1.5rem;
    padding: 30px;
    width: 95%;
    margin-bottom: 80px;
  }

  .btn-custom {
    font-size: 16px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.8rem;
  }

  .label-max {
    font-size: 40px;
  }
  
  .label-max2 {
    font-size: 20px;
    font-weight: lighter;
  }

  .text-banner {
    margin-top: 40px;
  }
  
  .content {
    padding-left: 230px;
    padding-right: 230px;
  }

  ul.custom-list-top {
    font-size: 20px;
  }

  .custom-list li{
    text-align: left;
    font-size: 20px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 20px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: 2%;
  }
}

@media (max-width: 1700px) {
  h1 {
    font-weight: 700;
    font-size: 80px;
    text-align: left;
  }

  h2 {
    font-weight: 700;
    font-size: 60px;
    text-align: left;
  }

  h3 {
    font-size: 28px;
    margin-top: 20px;
    text-align: right;
  }

  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 23px;
    text-align: left;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: left;
  }

  p {
    font-size: 20px;
  }

  .sub-text-title {
    margin-top: 3rem;
    text-align: center;
  }

  .margin-subtitle {
    margin-left: -0px;
    text-align: center;
    margin-top: 12.4rem;
    border-right: 4px solid #fff;
  }

  .margin-subtitle::after {
    height: 40px
  }

  .margin-subtitle2 {
    margin-top: 12rem;
  }

  iframe {
    height: 300px;
  }

  .banner {
    padding: 0 100px;
  }

  .banner2 {
    padding: 0 100px;
  }

  .form-card {
    padding: 20px;
    margin-top: -1.5rem;
    width: 95%;
    margin-bottom: 80px;
  }

  .btn-custom {
    font-size: 15px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.7rem;
  }

  .label-max {
    font-size: 30px;
  }
  
  .label-max2 {
    font-size: 20px;
    font-weight: lighter;
  }

  .text-banner {
    margin-top: -5rem;
  }

  .content {
    padding-left: 230px;
    padding-right: 230px;
  }

  ul.custom-list-top {
    font-size: 17px;
  }

  .custom-list li{
    text-align: left;
    font-size: 20px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 20px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: -5px;
  }
}

@media (max-width: 1520px) {
  h1 {
    font-weight: 700;
    font-size: 70px;
    text-align: left;
  }

  h2 {
    font-weight: 700;
    font-size:60px;
    text-align: left;
  }

  h3 {
    font-size: 28px;
    margin-top: 25px;
    text-align: right;
  }

  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: left;
  }

  p {
    font-size: 18px;
  }

  .sub-text-title {
    margin-top: 1rem;
    text-align: center;
  }

  .margin-subtitle {
    margin-left: -0px;
    text-align: center;
    margin-top: 10rem;
    border-right: 4px solid #fff;
  }

  .margin-subtitle::after {
    height: 40px
  }

  .margin-subtitle2 {
    margin-top: 10rem;
  }

  iframe {
    height: 300px;
  }

  .banner {
    padding: 0 100px;
  }

  .banner2 {
    padding: 0 100px;
  }

  .form-card {
    padding: 20px;
    margin-top: -6rem;
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-custom {
    font-size: 13px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.7rem;
  }

  .label-max {
    font-size: 30px;
  }
  
  .label-max2 {
    font-size: 18px;
    font-weight: lighter;
  }

  .text-banner {
    margin-top: -5rem;
  }

  .content {
    padding-left: 230px;
    padding-right: 230px;
  }

  ul.custom-list-top {
    font-size: 17px;
  }

  .custom-list li{
    text-align: left;
    font-size: 18px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 20px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: -5px;
  }
}

@media (max-width: 1300px) {
  h1 {
    font-weight: 700;
    font-size: 60px;
    text-align: left;
  }

  h2 {
    font-weight: 700;
    font-size: 60px;
    text-align: left;
  }
  
  h3 {
    font-size: 26px;
    margin-top: 28px;
    text-align: right;
  }
  
  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: left;
  }

  p {
    font-size: 16px;
  }

  .sub-text-title {
    margin-top: 2rem;
    text-align: center;
  }

  .margin-subtitle {
    margin-left: -0px;
    text-align: center;
    margin-top: 10rem;
    border-right: 4px solid #fff;
  }

  .margin-subtitle::after {
    height: 40px
  }


  .margin-subtitle2 {
    margin-top: 10rem;
  }

  iframe {
    height: 300px;
  }

  .banner {
    padding: 0 100px;
  }

  .banner2 {
    padding: 0 100px;
  }

  .form-card {
    padding: 20px;
    margin-top: -70px;
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-custom {
    font-size: 14px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.7rem;
  }

  .label-max {
    text-align: center;
    font-size: 1rem;
  }
  
  .label-max2 {
    font-size: .9rem;
  }

  .text-banner {
    margin-top: .8rem;
  }

  .content {
    flex-grow: 1;
    padding-left: 150px;
    padding-right: 150px;
  }

  .custom-list li{
    text-align: left;
    font-size: .9rem;
  }

  ul.custom-list-top {
    font-size: 15px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 15px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: -5px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }

  h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }
  
  h3 {
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
  }
  
  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: center;
  }

  p {
    font-size: 16px;
  }

  .sub-text-title {
    margin-top: 1rem;
  }

  .margin-subtitle {
    margin-left: -0px;
    border-right: none;
  }

  .margin-subtitle2 {
    margin-top: 15px;
    text-align: center;
  }

  iframe {
    height: 300px;
  }

  .banner {
    padding: 0 100px;
  }

  .banner2 {
    padding: 0 100px;
  }

  .form-card {
    padding: 20px;
    margin-top: -70px;
    width: 100%;
  }

  .btn-custom {
    font-size: 14px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.7rem;
  }

  .label-max {
    text-align: center;
    font-size: 1rem;
  }
  
  .label-max2 {
    font-size: .9rem;
  }

  .text-banner {
    margin-top: -8rem;
    margin-bottom: 2rem;
  }

  .content {
    flex-grow: 1;
    padding-left: 150px;
    padding-right: 150px;
  }

  .custom-list li{
    text-align: left;
    font-size: .9rem;
  }

  ul.custom-list-top {
    font-size: 15px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 15px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: -5px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }

  h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
  }
  
  h3 {
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
  }
  
  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: center;
  }

  p {
    font-size: 16px;
  }

  .sub-text-title {
    margin-top: 1rem;
  }

  .margin-subtitle {
    margin-left: -0px;
  }

  .margin-subtitle2 {
    margin-top: 15px;
  }

  iframe {
    height: 300px;
  }

  .banner {
    padding: 0 100px;
  }

  .banner2 {
    padding: 0 100px;
  }

  .form-card {
    padding: 20px;
    margin-top: -70px;
    width: 100%;
  }

  .btn-custom {
    font-size: 14px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.7rem;
  }

  .label-max {
    text-align: center;
    font-size: 1rem;
  }
  
  .label-max2 {
    font-size: .9rem;
  }

  .text-banner {
    margin-top: -8rem;
  }

  .content {
    flex-grow: 1;
    padding-left: 150px;
    padding-right: 150px;
  }

  .custom-list li{
    text-align: left;
    font-size: .9rem;
  }

  ul.custom-list-top {
    font-size: 15px;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: 15px;
  }

  /*.form-card-middle {
    visibility: hidden;
    display: none;
  }*/

  .topic-side {
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
  }
  
  h2 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  h3 {
    font-size: 31px;
    text-align: center;
  }
  
  h4 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
  }

  h8 {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bolder;
    font-size: 45px;
    text-align: center;
  }

  p {
    font-size: 15px;
  }

  .sub-text-title {
    margin-left: 1rem;
    margin-top: .5rem;
  }

  .margin-subtitle {
    margin-left: 15px;
  }

  .margin-subtitle2 {
    margin-left: 15px;
  }

  .title-main {
    margin-left: 1rem;
  }

  .banner {
    padding: 25px;
  }

  .banner2 {
    padding: 25px;
  }

  .form-card {
    margin-left: 25px;
    width: 100%;
    margin-top: -3rem;
    padding: 10px;
    margin-bottom: -5px;
  }

  .form-control {
    font-size: 14px;
  }

  .btn-custom {
    font-size: 14px;
  }

  .label-min {
    margin-left: 12px;
    margin-right: 12px;
    color: #76777a;
    font-size: 0.4rem;
  }

  .label-max {
    text-align: center;
    font-size: 1rem;
  }
  
  .label-max2 {
    font-size: .9rem;
  }

  .text-banner {
    margin-top: -8rem;
    padding: 10px;
    width: 100%;
  }

  .content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  iframe {
    height: 280px;
  }

  .subtitle-blue {
    font-size: 1rem;
  }

  .subtitle-blue3 {
    text-align: center;
  }
  
  .topic-side {
    margin-top: 2%;
  }

  ul.custom-list {
    padding-left: 25px;
    text-align: left;
  }

  .custom-list li{
    padding-left: 25px;
    text-align: left;
    font-size: .9rem;
  }

  ul.custom-list-middle {
    text-align: left;
    font-size: .9rem;
  }

  ul.custom-list-top {
    padding: 25px;
  }
  
  ul.custom-list-middle {
    font-size: .9rem;
  }
}