@charset "UTF-8";
/* Tema do cliente */

/**  cor: #FF0000;  **/
/**  cor-hover: #FF5555;  **/

/* 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_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';
}



.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);
  }
}

.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: #EADBC3!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #EADBC3;
}
::-moz-selection{
  background: #EADBC3;
}
::selection{
  background: #EADBC3;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #EADBC3;
  border-color: #EADBC3;
}
.lds-ellipsis div{  
  background-color: #EADBC3;
}

.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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* HEADER */
  .header{
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 38px;
    padding-bottom: 117px;
  }

  .header .logo_header{
    margin-bottom: 64px;
  }

  .header .logo_header a img{
    max-width: 100%;
  }

  .header .texto_header{
    padding-right: 100px;
  }

  .header .texto_header h1{
    font-family: 'montserratsemibold';
    font-size: 45px;
    color: #000;
    line-height: 55px;
  }

  .header .texto_header p{
    font-size: 28px;
    color: #1C1C1C;
    line-height: 34px;
    margin-bottom: 50px;
  }

  .header .botao1{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 370px;
    height: 61px;
    border: 4px solid #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: 'montserratsemibold';
    color: #000;
  }

  .header .botao1:hover{
    background-color: #000;
    color: #FFF;
  }

  .banner_mobile {
    display: none; /* não aparece no desktop */
    width: 100%;
    height: 671px;
    margin-top: 117px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
/* /HEADER */

/* FX1 */
  .fx1{
    background-color: #EADBC3;
    max-height: 100%;
  }

  .fx1 .texto_fx1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 77px;
  }

  .fx1 .texto_fx1 p{
    font-size: 20px;
    text-align: justify;
    color: #1C1C1C;
  }

  .fx1 .imagem_fx1{
    padding-top: 60px;
    padding-bottom: 42px;
    img{
      max-width: 100%;
    }
  }
/* /FX1 */

/* FX2 */
  .fx2 {
    background-color: #FFF;
    height: auto;
    max-height: none;
    margin-bottom: -50px;
  }

  .fx2 {
    background-color: #FFF;
    height: auto;
    max-height: none;
  }

  .fx2 .conteudo_fx2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -100px;
    background-color: #F6ECDC;
    height: auto;
    min-height: unset;
    max-height: none;
  }

  .fx2 .conteudo_fx2 .bloco_fx2{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 370px;
    max-height: 100%;
    height: 370px;
    padding: 0px 40px 0px 40px;
  }

  .fx2 .conteudo_fx2 .bloco_fx2 img{
    margin: 62px 0px 43px 0px;
    transition: all .3s linear;
  }

  .fx2 .conteudo_fx2 .bloco_fx2:hover img{
    margin: 42px 0px 43px 0px;
    transition: all .3s linear;
  }

  .fx2 .conteudo_fx2 .bloco_fx2 p{
    font-family: 'montserratsemibold';
    font-size: 20px;
    text-align: center;
    color: #444444;
    line-height: 24px;
  }
/* /FX2 */

/* FX3 */
  .fx3{
    background-color: #EADBC3;
    padding: 53px 0px 48px 0px;
  }

  .fx3 .titulo_fx3 h2{
    font-family: 'montserratsemibold';
    text-align: center;
    margin: 0px 0px 52px 0px;
    color: #000;
  }

  .fx3 img{
    max-width: 100%;
    max-height: 100%;
    height: 182px;
    margin-bottom: 30px;
  }
/* /FX3 */

/* FX4 */
  .fx4{
    padding-bottom: 242px;
  }

  .fx4 .texto_fx4{
    padding-top: 90px;
  }

  .fx4 .texto_fx4 h2{
    font-family: 'montserratsemibold';
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
    color: #000;
  }

  .fx4 .texto_fx4 p{
    font-size: 20px;
    text-align: justify;
    color: #1C1C1C;
    margin-bottom: 43px;
    line-height: 35px;
  }

  .fx4 .botao2{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 570px;
    height: 61px;
    border: 4px solid #000;
    border-radius: 10px;
    font-size: 25px;
    font-family: 'montserratsemibold';
    color: #000;
  }

  .fx4 .botao2:hover{
    background-color: #000;
    color: #FFF;
  }

  .fx4 .imagem_fx4{
    padding-top: 79px;
    img{
      max-width: 100%;
    }
  }
/* /FX4 */

/* FX5 */
  .fx5{
    background-color: #F6ECDC;
    padding: 46px 0px 63px 0px;
  }

  .fx5 h2{
    font-size: 28px;
    color: #000;
    text-align: center;
    line-height: 35px;
    margin: 0px 0px 50px 0px;
  }

  .fx5 img{
    max-width: 100%;
  }
/* /FX5 */

/* FX6 */
  .fx6{
    background-color: #B89050;
    padding: 35px 0px 28px 0px;
  }

  .fx6 .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fx6 .imagem_selo{
    text-align: center;
  }

  .fx6 .texto_fx6 p{
    font-family: 'montserratsemibold';
    font-size: 22px;
    line-height: 35px;
    color: #FFF;
    text-align: justify;
    padding-top: 33px;
  }
/* /FX6 */

/* FX7 */
  .fx7{
    padding: 69px 0px 97px 0px;
  }

  .fx7 h2{
    font-size: 28px;
    color: #000;
    margin: 0px 0px 30px 0px;
  }
/* /FX7 */

/* Perguntas Frequentes */
  .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: 4px solid #000;
    padding: 10px 10px 10px 30px;
    font-size: 19px;
    color: #000;
    background-color: transparent;
    outline: none;
    font-family: 'montserratmedium';
    border-radius: 6px;
    &:after{
      content: '';
      width: 29px;
      height: 29px;
      display: block;
      background-image: url(../imagens/seta.png);
      background-repeat: no-repeat;
      background-position: center;
      padding-right: 50px;
      transition: all .1s linear;
    }
  }
  .btn_accn.active{
    background-color: #000;
    color: #FFF;
    transition: all .2s linear;
    &:after{
      transition: all .2s linear;
      transform: rotate(90deg);
      filter: brightness(0) invert(1);
    }
  }
  .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{
    background-color: #EADBC3;
    padding: 57px 0px 75px 0px;
  }

  .footer .texto_footer h2{
    font-family: 'montserratsemibold';
    margin: 0px 0px 15px 0px;
    color: #000;
  }

  .footer .texto_footer p{
    font-size: 22px;
    margin-bottom: 44px;
    color: #000;
    line-height: 35px;
  }

  .footer .contatos_footer.fx2_estilo {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer .contatos_footer.fx2_estilo li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 27px;
  }

  .footer .contatos_footer.fx2_estilo img {
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .footer .contatos_footer.fx2_estilo div {
    font-family: 'open_sansregular';
    font-size: 24px;
    color: #1c1c1c;
    line-height: 35px;
  }

  .footer .contatos_footer.fx2_estilo h3 {
    display: block;
    color: #1c1c1c;
    margin: 0px 0px 2px 0px;
  }

  .footer .contatos_footer.fx2_estilo a {
    color: #1c1c1c;
    text-decoration: none;
  }

  .footer .contatos_footer.fx2_estilo .diferente{
    margin-left: 3px;
  }

  .footer .contatos_footer.fx2_estilo .diferente h3{
    margin-left: 1px;
  }

  .footer .contatos_footer.fx2_estilo .barra {
    color: #5B8845;
    margin: 0 4px;
  }

  .footer .contatos_footer.fx2_estilo .info {
    white-space: nowrap; /* impede quebra de linha */
  }

  .form_contato_footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form_contato_footer input,
  .form_contato_footer textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 9px 0px 9px 16px;
    height: 34px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
  }

  .form_contato_footer input:focus,
  .form_contato_footer textarea:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #CCCCCC;
  }

  .form_contato_footer textarea {
    min-height: 166px;
    resize: vertical;
  }

  .form_contato_footer .rodape_form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }

  .wpcf7-form p {
    margin: 0;
    padding: 0;
    display: contents; /* Faz o <p> desaparecer visualmente */
  }


  .wpcf7-spinner {
    position: absolute !important;
    margin-left: 10px !important; /* controla distância do botão */
  }

  .rodape_form button,
  .rodape_form input[type="submit"]{
    font-family: 'Open_Sans_ExtraBold';
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 7px;
    width: 116px;
    height: 34px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0px;
  }

  .form_contato_footer button:hover {
    background-color: #5B8845;
  }

  .form_contato_footer .campos_obrigatorios {
    font-size: 14px;
    color: #000;
  }

  .footer2{ 
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #000;
  padding: 50px 0px 30px 0px;
  }

  .footer2 p{
    margin-bottom: 0px;
  }

  .footer2 .copyright{
    display: flex;
    justify-content: flex-end;
    a{
      display: flex;
      gap: 25px;
    }
  }

  .logokryz{
  background-image: url(../imagens/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/logo-kryzalis-2.png);  
  }
/* /FOOTER */

/* 404 */

  .pg-404{
    text-align: center;
    padding: 20px 0px 35px 0px;
  }

  .pg-404 h1{
    font-family: 'Montserrat_ExtraBold';
    font-size: 45px;
  }

/* /404 */

/* obg */

  .pg-obg{
    text-align: center;
    padding: 20px 0px 35px 0px;
  }

  .pg-obg h1{
    font-family: 'montserratbold';
    font-size: 40px;
  }

/* /obg */


@media (max-width: 1199px) {
  .fx1{
    padding-bottom: 71px;
  }

  .fx1 .row{
    display: flex;
    align-items: center;
  }

  .fx2 .conteudo_fx2 {
    top: -40px;           /* reduz o deslocamento */
    min-height: 748px;     /* libera altura automática */
    padding-bottom: 40px; /* adiciona respiro inferior */
  }

  .fx2 {
    max-height: none;     /* permite expansão natural */
  }
}

@media (max-width: 992px) {
  .fx2 .conteudo_fx2 {
    top: -40px;
  }
}

@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;
  }

  .fx1 .row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fx1 .texto_fx1 p{
    text-align: center;
  }

  .fx2 .container{
    width: 100%;
  }

  .fx2 .conteudo_fx2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fx3 .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;
  }

  .fx4 .imagem_fx4 img{
    max-width: 100%;
  }

  .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;
    padding-bottom: 75px;
  }
  .footer2 .copyright{
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}

@media (max-width: 768px){
  .header{
    background: none !important;
    padding-bottom: 0px;
  }
  .banner_mobile {
      display: block;
    }
}

@media (max-width: 518px){
  .fx6 .row{
    flex-direction: column;
  }

  .footer .contatos_footer.fx2_estilo div{
    font-size: 18px;
  }

  .footer2 .direitos{
    margin-bottom: 20px;
  }
}

@media (max-width: 425px){
  .header .texto_header h1{
    font-size: 30px;
  }

  .header .botao1{
    width: 100%;
  }

  .fx2 .conteudo_fx2{
    top: 0px;
  }

  .fx2 .conteudo_fx2 .bloco_fx2{
    width: 100%;
  }

  .fx6 .texto_fx6 p{
    text-align: center;
  }
}

@media (max-width: 395px){
  .footer .contatos_footer.fx2_estilo div h3{
    font-size: 16px;
  }

  .footer .contatos_footer.fx2_estilo div{
    font-size: 14px;
  }
}