@charset "UTF-8";
/* Tema do cliente */

0/**  cor: #22655C;  **/
/**  cor-hover: #AC9F70;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open_Sans_ExtraBold';
    src: url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat_ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


strong, b{
  font-weight: lighter;
  font-family: 'montserratbold';
}
body{
  font-family: 'montserratregular';
}
iframe{
  max-width: 100%;
  border-radius: 10px;
}



.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FF0000;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 991px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #FF0000;
  color: #FFF;
}


/* start */



body{
  background-color: #FFFFFF;
  color: #2F2E2E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* HEADER */
  .header{
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header .header_inner{
    width: 100%;
    max-width: 690px;
  }

  .header .logo_header{
    margin-bottom: 28px;
  }

  .header .logo_header a img{
    width: 100%;
    max-width: 406px;
    height: auto;
    display: block;
  }

  .header .texto_header h1{
    font-family: 'Montserrat_ExtraBold';
    font-size: 37px;
    line-height: 45px;
    margin-bottom: 28px;
  }

  .header .texto_header p{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 42px;
    padding-right: 55px;
  }

  .header .botao1{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    max-width: 100%;
    height: 61px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 25px;
    font-family: 'Open_Sans_ExtraBold';
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    transition: 0.7s;
  }

  .header .botao1:hover{
    background-color: #AC9F70;
    border: none;
    color: #fff;
  }
/* /HEADER */

/* FX1 */
  .fx1{
    background-color: #fff;
    max-height: 100%;
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .fx1 .textos_fx1{
    display: flex;
    margin-bottom: 45px;
  }

  .fx1 .texto_fx1{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx1 .texto_fx1 p{
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .cards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cards .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    background-color: #F8F8F8;
    width: 270px;
    height: 410px;
    padding: 30px 10px 0px 10px;
    transition:  0.3s ease-out;
    border: 1px solid transparent;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
    margin-bottom: 28px;
  }

  .cards .card:hover{
    border-color: #AC9F70;
    transition:  0.3s ease-out;
  }

  .cards .card:hover h5{
    color: #22655C;
  }

  .card img{
    max-width: 100%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .img_card{
    position: relative;
    width: 100px;
    height: 100px;
  }

  .img_card img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s ease;
  }

  .card h5{
    font-size: 18px;
    font-family: 'Open_Sans_ExtraBold';
    line-height: 25px;
    text-align: center;
    color: #AC9F70;
    transition:  0.3s ease-out;
  }

  .card p{
    font-family: 'open_sansregular';
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .botao_cards{
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .botao_cards a{
    font-family: 'Open_Sans_ExtraBold';
    font-size: 20px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    width: 470px;
    height: 71px;
    background-color: #AC9F70;
    transition:  0.5s ease-out;
  }

  .botao_cards a:hover{
    background-color: #22655C;
  }
/* /FX1 */

/* FX2 */
  .fx2{
    background-color: #22655C;
    color: #fff;
    padding: 40px 0px 40px 0px;
  }

  .fx2 .row{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fx2 .imagem_fx2{
    width: 368px;
    height: 326px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fx2 .imagem_fx2 img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fx2 .textos_fx2 h5{
    font-size: 28px;
    font-family: 'Montserrat_ExtraBold';
    margin-top: 35px;
    margin-bottom: 22px;
  }

  .fx2 .textos_fx2 li{
    font-family: 'montserratsemibold';
    font-size: 22px;
    line-height: 46px;
  }
/* /FX2 */

/* FX3 */
  .fx3{
    position: relative;
    background-color: #E5E5E5;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .fx3::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(229, 229, 229, 0.8); /* 80% */
    z-index: 1;
  }

  .fx3 .container{
    position: relative;
    z-index: 2;
  }

  .fx3 .textos_fx3{
    margin-bottom: 40px;
  }

  .fx3 .textos_fx3 h5{
    font-size: 22px;
    font-family: 'Montserrat_ExtraBold';
    margin-bottom: 30px;
  }

  .fx3 .textos_fx3 p{
    padding-right: 20px;
  }

  .fx3 .textos_fx3 ul{
    margin-bottom: 35px;
  }

  .fx3 .textos_fx3 p,
  .fx3 .textos_fx3 li{
    font-family: 'montserratsemibold';
    font-size: 22px;
    line-height: 35px;
  }

  .fx3 .textos_fx3 p strong{
    color: #22655C;
  }


  .fx3 .botao_fx3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 20px;
    font-family: 'Open_Sans_ExtraBold';
    color: #fff;
    max-width: 100%;
    width: 470px;
    height: 70px;
    background-color: #22655C;
    transition: 0.3s ease-out;
    text-align: center;
    padding: 0px 60px 0px 60px;
  }

  .fx3 .botao_fx3 a:hover{
    background-color: #AC9F70;
  }
/* /FX2 */

/* FX4 */
  .fx4{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
  }

  .fx4 .texto_fx4 h5{
    font-family: 'Montserrat_ExtraBold';
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .fx4 .texto_fx4 li{
    font-size: 22px;
    margin-bottom: 43px;
    line-height: 35px;
  }

  .fx4 .texto_fx4 p{
    font-size: 22px;
    margin-bottom: 43px;
    line-height: 35px;
  }

  .fx4 .botao2{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    max-width: 100%;
    height: 71px;
    border-radius: 10px;
    font-size: 20px;
    font-family: 'Open_Sans_ExtraBold';
    color: #fff;
    background-color: #AC9F70;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
   }

  .fx4 .botao2:hover{
    background-color: #000;
  }
/* /FX4 */

/* FX5 */
  .fx5{
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #22655C;
    color: #fff;
  }

  .fx5 .texto_fx5{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }

  .fx5 .texto_fx5 p{
    font-size: 22px;
    padding-right: 142px;
    line-height: 35px;
  }

  .redes_fx5{
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .redes_fx5 .rede{
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .redes_fx5 .rede img{
    width: 29px;
    height: 29px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 4px;
    filter: brightness(0) invert(1);
  }

  .redes_fx5 .rede .info_rede{
    display: flex;
    flex-direction: column;
  }

  .redes_fx5 .rede .info_rede span,
  .redes_fx5 .rede .info_rede p{
    font-size: 24px;
    line-height: 33px;
    font-family: 'open_sansregular';
  }
/* /FX5 */

/* FX6 */
  .fx6{
    padding: 69px 0px 97px 0px;
  }

  .fx6 h2{
    font-size: 28px;
    margin: 0px 0px 30px 0px;
  }
/* /FX6 */

/* Perguntas Frequentes */
  .fx6{
    background-color: #E5E5E5;
  }

  .list_accordion{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .btn_accn{
    display: flex;
    transition: all .2s linear;
    min-height: 65px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0px;
    padding: 10px 10px 10px 30px;
    font-size: 19px;
    color: #fff;
    background-color: #22655C;
    outline: none;
    font-family: 'open_sansbold';
    border-radius: 6px;
    &:after{
      content: '';
      width: 29px;
      height: 29px;
      display: block;
      background-image: url(../imagens_lp/lp1/seta.png);
      background-repeat: no-repeat;
      background-position: center;
      padding-right: 50px;
      transition: all .2s linear;
    }
  }
  .btn_accn.active{
    background-color: #AC9F70;
    color: #FFF;
    transition: all .2s linear;
    &:after{
      transition: all .2s linear;
      transform: rotate(90deg);
    }
  }
  .panel {
    padding: 14px 18px;
    display: none;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: 15px;
    font-family: 'open_sansregular';
    border-bottom: 2px solid #000;
  }
  .active + .panel {
    display: block;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }
/* /Perguntas Frequentes */

/* FOOTER */
  .footer,
  .footer2{
    background-color: #fff;
    color: #000;
  }

  .footer{
    padding: 57px 0px 75px 0px;
  }

  .footer .texto_footer{
    margin-top: 21px;
    margin-bottom: 44px;
  }

  .footer .texto_footer h4,
  .footer .texto2_footer h4{
    font-family: 'Montserrat_ExtraBold';
    font-size: 28px;
    line-height: 35px;
  }

  .footer .texto_footer h4{
    color: #AC9F70;
  }

  .footer .texto2_footer h4{
    color: #22655C;
  }

  .footer .texto_footer p{
    font-size: 22px;
    line-height: 35px;
  }

  .footer .texto2_footer p{
    font-size: 28px;
    line-height: 35px;
    padding-right: 10px;
  }

  .form_contato_footer form{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .form_contato_footer textarea{
    width: 100%;
    border: 1px solid #2F2E2E;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
  }

  .form_contato_footer input{
    height: 34px;
    width: 100%;
    border: 1px solid #2F2E2E;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
  }

  .form_contato_footer textarea{
    height: 166px;
    resize: none;
    padding-top: 8px;
  }

  .form_contato_footer input:focus,
  .form_contato_footer textarea:focus{
    outline: none;
    box-shadow: none;
  }

  .form_contato_footer input::placeholder,
  .form_contato_footer textarea::placeholder{
    color: #000;
  }

  .form_contato_footer .rodape_form p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }

  .form_contato_footer .rodape_form input{
    font-family: 'Open_Sans_ExtraBold';
    background-color: #22655C;
    color: #fff;
    border: none;
    border-radius: 7px;
    width: 116px;
    height: 34px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.5s ease;
  }

  .form_contato_footer .rodape_form input:hover{
    background-color: #AC9F70;
  }

  .form_contato_footer .rodape_form .campos_obrigatorios{
    font-size: 13px;
    color: #000;
    position: relative;
    left: -100px;
  }

  .footer2{ 
    font-family: 'noto_sansregular';
    font-size: 14px;
    padding: 10px 0px 35px 0px;
  }

  .footer2 p{
    margin-bottom: 0px;
  }

  .footer2 .copyright{
    display: flex;
    justify-content: flex-end;
    a{
      display: flex;
      gap: 25px;
    }
  }

  .logokryz{
  background-image: url(../imagens_lp/lp1/logo-kryzalis.png);
  background-repeat: no-repeat;
  width: 61px;
  height: 31px;
  display: inline-block;
  position: relative;
  bottom: 11px;
  transition: all .2s linear;
  }

  .footer2 a:hover .logokryz{
  background-image: url(../imagens_lp/lp1/logo-kryzalis-2.png);  
  }
/* /FOOTER */

/* CONTATO POP-UP */
  .popup_agendar{
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
  }

  .popup_agendar.ativo{
      opacity: 1;
      visibility: visible;
  }

  .popup_agendar__overlay{
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.68);
      backdrop-filter: blur(4px);
  }

  .popup_agendar__box{
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 500px;
      border-radius: 22px;
      padding: 24px 22px 22px;
      background: linear-gradient(180deg, rgba(34,101,92,0.97) 0%, rgba(14,48,43,0.98) 100%);
      border: 1px solid rgba(172, 159, 112, 0.65);
      box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  }

  .popup_agendar__fechar{
      position: absolute;
      top: 10px;
      right: 10px;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 12px;
      background: rgba(255,255,255,0.08);
      color: #FFFFFF;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      transition: 0.3s ease;
  }

  .popup_agendar__fechar:hover{
      background: rgba(255,255,255,0.16);
  }

  .popup_agendar__topo{
      margin-bottom: 18px;
      padding-right: 48px;
  }

  .popup_agendar__topo h3{
      margin: 0 0 8px;
      color: #AC9F70;
      font-size: 26px;
      line-height: 1.1;
      font-family: 'Montserrat_ExtraBold';
  }

  .popup_agendar__topo p{
      margin: 0 0 10px !important;
      color: #FFFFFF;
      font-size: 15px;
      line-height: 1.2;
      opacity: 0.95;
  }

  .form_popup_agendar br{
      display: none;
  }

  .form_popup_agendar label{
      display: block;
      margin: 0 0 6px;
      color: #fff;
      font-size: 14px;
      line-height: 1.2;
      font-family: 'montserratbold';
      text-transform: uppercase;
  }

  .form_popup_agendar p{
      margin: 0 0 14px;
  }

  .form_popup_agendar input,
  .form_popup_agendar textarea{
      width: 100%;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(172, 159, 112, 0.55);
      border-radius: 14px;
      padding: 13px 16px;
      color: #FFFFFF;
      font-size: 15px;
      outline: none;
      transition: 0.3s ease;
  }

  .form_popup_agendar input{
      height: 50px;
  }

  .form_popup_agendar textarea{
      min-height: 80px;
      max-height: 80px;
      resize: none;
  }

  .form_popup_agendar input::placeholder,
  .form_popup_agendar textarea::placeholder{
      color: rgba(255,255,255,0.58);
      font-size: 15px;
  }

  .form_popup_agendar input:focus,
  .form_popup_agendar textarea:focus{
      border-color: #AC9F70;
      box-shadow: 0 0 0 3px rgba(172,159,112,0.12);
  }

  .popup_agendar__rodape{
      margin-top: 4px;
  }

  .btn_popup_agendar{
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 15px 16px;
      background: linear-gradient(90deg, #AC9F70 0%, #c7ba86 50%, #AC9F70 100%);
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      cursor: pointer;
      text-align: center;
      transition: 0.3s ease;
      box-shadow: 0 10px 30px rgba(172,159,112,0.22);
  }

  .btn_popup_agendar:hover{
      transform: translateY(-2px);
      filter: brightness(1.05);
  }

  @media (max-width: 767px){
      .popup_agendar{
          padding: 12px;
      }

      .popup_agendar__box{
          max-width: 100%;
          padding: 22px 16px 18px;
          border-radius: 18px;
      }

      .popup_agendar__topo h3{
          font-size: 24px;
      }

      .popup_agendar__topo p{
          font-size: 13px;
      }

      .form_popup_agendar label{
          font-size: 12px;
      }

      .form_popup_agendar input,
      .form_popup_agendar textarea{
          font-size: 14px;
      }

      .btn_popup_agendar{
          font-size: 16px;
      }
  }
/* /CONTATO POP-UP */

@media (max-width: 1199px) {
  .fx1{
    padding-bottom: 71px;
  }

  .fx1 .cards{
    gap: 50px;
  }

  .fx1 .card{
    margin-bottom: 0px;
  }

  .botao_cards a{
    margin-top: 25px;
  }

  .fx3 p,
  .fx3 h5{
    max-height: 100%;
    text-align: center;
  }

  .fx3 ul{
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .fx3 .botao_fx3{
    display: flex;
    justify-content: center;
  }


  .fx2 .imagem_fx2{
    width: 450px;
    height: auto;
  }

  .fx4_botao{
    display: flex;
    justify-content: center;
  }

  .fx5 .texto_fx5 p{
    padding-right: 0px;
    text-align: center;
  }

  .fx5 .redes_fx5{
    align-items: center;
    text-align: center;
  }

  .fx5 .redes_fx5 .rede{
    flex-direction: column;
    align-items: center;
  }

  .footer .col-lg-7{
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 1040px){
  .header .texto_header h1{
    font-size: 29px;
  }
}

@media (max-width: 991px){
  .header .logo_header{
    text-align: center;
  }

  .header .texto_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 0px;
  }

  .header{
    display: block;
    min-height: auto;
  }

  .header .header_conteudo{
    width: 100%;
    min-height: auto;
    padding: 35px 20px 30px 20px;
    left: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header .header_inner{
    max-width: 100%;
    margin-left: 0;
  }

  .header .logo_header a{
    display: flex;
    justify-content: center;
  }

  .header .logo_header a img{
    max-width: 260px;
  }

  .header .texto_header h1{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .header .texto_header p{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
    padding-right: 0px;
  }

  .header .botao1{
    width: 100%;
    max-width: 360px;
    height: 54px;
    font-size: 20px;
  }

  .fx1 .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx1 .texto_fx1 p{
    text-align: center;
  }

  .fx2 .imagem_fx2{
    margin-bottom: 20px;
  }

  .fx2 p,
  .fx2 h5{
    max-height: 100%;
    text-align: center;
  }

  .fx2 ul{
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .fx2 .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx4 .texto_fx4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fx4 .texto_fx4 h2,
  .fx4 .texto_fx4 p{
    text-align: center;
  }

  .redes_fx5{
    margin-left: 0px;
  }

  .footer .texto_footer{
    text-align: center;
  }

  .footer .contatos_footer.fx2_estilo li{
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
  }

  .footer .contatos_footer.fx2_estilo .diferente{
    margin-left: 0px;
  }

  .footer2{
    text-align: center;
  }
  .footer2 .copyright{
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}

@media (max-width: 651px){
  .botao_cards a{
    width: 100%;
    font-size: 18px;
  }

  .fx3{
    height: 100%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fx3 .botao_fx3 a{
    font-size: 16px;
  }

  .fx4 .botao2{
    font-size: 16px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .fx5 img{
    width: 100%;
  }
}

@media (max-width: 518px){
  .footer .contatos_footer.fx2_estilo div{
    font-size: 18px;
  }

  .footer2 .direitos{
    margin-bottom: 20px;
  }
}

@media (max-width: 425px){
  .header .texto_header h1{
    font-size: 28px;
  }

  .header .botao1{
    width: 100%;
  }

  .fx3 .botao_fx3 a{
    width: 100%;
  }

  .fx2 .imagem_fx2{
    width: 100%;
    height: 100%;
  }

  .fx4 .botao2{
    width: 290px;
  }

}

@media (max-width: 395px){

  .redes_fx5 .rede .info_rede p{
    font-size: 20px;
  }

  .footer .contatos_footer.fx2_estilo div h3{
    font-size: 16px;
  }

  .footer .contatos_footer.fx2_estilo div{
    font-size: 14px;
  }
}