@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_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: '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;

}

@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: '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;
}



b{
  font-weight: lighter;
  font-family: 'montserratbold';
}
strong{
  font-weight: lighter;
  font-family: 'Montserrat_ExtraBold';
}
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: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px;
  }
}

.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: #DA251C;
}
::-moz-selection{
  background: #DA251C;
}
::selection{
  background: #DA251C;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #DA251C;
  border-color: #DA251C;
}
.lds-ellipsis div{  
  background-color: #DA251C;
}

.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;
}
@media(max-width: 768px){
  .header{
    text-align: center;
    width: 100%;
  }
  .header .btn_cta{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .fx2{
    text-align: center;
  }
  .fx3 .bloco1{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .fx3 .bloco2{
    margin-right: auto;
    margin-left: auto;
  }
  .footer{
    text-align: center;
  }
  .footer .footer_paragrafo2{
    margin-bottom: 25px;
  }
  .footer .img1{
    justify-content: center;
  }
  .footer .img2{
    justify-content: center;
  }
  .footer .img3{
    justify-content: center;
  }
}

@media(max-width: 425px){
  .header .btn_cta{
    width: 100%;
  }
  .fx5 h2{
    text-align: center;
  }
}


/* start */



body{
  background-color: #ffffff;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #F8F8F8;

  .logo {
    img {
      max-width: 70%;
      margin-top: 50px;
      margin-bottom: 60px;
    }
  }

  .txt_header {
    color: #000;
    margin-bottom: 5px;

    h2 {
      font-size: 40px;
      margin-bottom: 30px;
      padding-right: 33px;
    }

    p {
      font-size: 22px;
      line-height: 40px;
      margin-bottom: 40px;
      padding-right: 20px;
    }
  }

  .btn_cta {
    cursor: pointer;
    font-family: 'Open_Sans_ExtraBold';
    display: block;
    width: 470px;
    height: 61px;
    margin-bottom: 89px;
    margin-left: 0;
    line-height: 61px;
    text-align: center;
    background-color: #DA251C;
    color: #fff;
    border-radius: 7px;
    font-size: 25px;
    transition: all .2s linear;

    &:hover {
      background-color: #4B9C24;
      color: #fff;
    }
  }
}

.header .topo {
  display: flex;
}

.header .topo .esquerda{
  display: flex;
  flex-direction: column;
  padding-left: calc(50vw - 581px);
  width: 57%;
}


.image_topo{
  width: 43%;
  height: 671px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.header_outras{
  background-color: #F8F8F8;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header_outras .logo img{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}



/* Overlay escuro */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #000;
}

.popup.active {
  display: flex;
}

.popup-content {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  width: 90%;
  max-width: 1170px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup-content h3 {
  text-align: left;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

.modulos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.modulo {
  flex: 1;
  min-width: 300px;
}

.modulo h4 {
  color: #DA251C;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 19px;
}

ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 0;
  line-height: 40px;
  font-size: 16px;
}

.link-final {
  font-family: 'Montserrat_ExtraBold';
  font-size: 22px;
  margin-top: 30px;
  text-align: center;
}

.link-final a {
  color: #4B9C24;
  text-decoration: none;
}

.fechar {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}



.fx_imagem_responsivo1{
  display: none;
}

.fx1{
  padding-top: 50px;
  padding-bottom: 50px;
}

.fx1 .titulo_fx1{
  text-align: center;
  font-size: 22px;
}

.fx1 .span_titulo_fx1{
  margin-top: 45px;
  margin-bottom: 30px;
}

.fx1 .blocos_fx1{
  display: flex;
  flex-direction: row;
  gap: 33px;
}

.fx1 .bloco_fx1{
  font-family: 'open_sansregular';
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 370px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 19px;
  padding-right: 18px;
  font-size: 20px;
  text-align: center;
  &:hover{
    background-color: #000000;
    color: #fff;
    img{
      filter: brightness(0) invert(1);
    }
    p{
      color: #fff;
    }
  }
} 

.fx1 .bloco_fx1 img{
  margin-bottom: 20px;
}

.fx1 .bloco_fx1 p{
  font-family: 'Open_Sans_ExtraBold';
  font-size: 22px;
  color: #DA251C;
}

.fx2{
  background-position: top center;
  background-size: cover;
  display: flex;
  max-height: 100%;
  height: 100%;
  padding-top: 83px;
  padding-bottom: 83px;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  color: #fff;
}
.fx2 h4{
  font-family: 'Montserrat_ExtraBold';
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 35px;
}
.fx2 p{
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 35px;
}

.fx2 .btn_cta_fx2{
  cursor: pointer;
  font-family: 'Open_Sans_ExtraBold';
  background-color: #DA251C;
  display: block;
  max-width: 100%;
  width: 470px;
  height: 61px;
  font-size: 25px;
  text-align: center;
  line-height: 61px;
  border-radius: 10px;
  color: #fff;
  &:hover{
    background-color: #4B9C24;
  }
}

.fx_imagem_responsivo2{
  display: none;
}

.fx3{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  margin-bottom: 18px;
}

.fx3 .imagem_fx3{
  display: flex;
  justify-content: center;
}

.fx3 .texto_fx3{
  font-size: 22px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.fx3 .texto_fx3 h4{
  font-size: 28px;
  margin-bottom: 40px;
}

.fx3 .texto_fx3 ul{
  font-size: 22px;
  padding-left: 27px;
  margin-bottom: 40px;
}

.fx3 .btn_cta_fx3{
  cursor: pointer;
  font-family: 'Open_Sans_ExtraBold';
  background-color: #DA251C;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  text-align: center;
  line-height: 61px;
  border-radius: 10px;
  color: #fff;
  &:hover{
    background-color: #4B9C24;
  }
}

.fx_imagem_responsivo3{
  display: none;
}

.fx4{
  background-color: #4B9C24;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fx4 .texto_fx4{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 97px;
  padding-right: 97px;
  line-height: 35px;
  color: #fff;
  h4{
    font-size: 28px;
  }
  p{
    font-size: 22px;
  }
}

.fx5{
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx5 h4{
  font-size: 28px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.depoimento-item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  max-width: 370px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.depoimento-item .aspas {
  width: 40px;
  height: auto;
  margin-bottom: 15px;
}

.depoimento-item p {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.2;
}

.depoimento-item strong {
  margin-top: auto;
  font-weight: bold;
  font-size: 14px;
}

.owl-dots{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 12px;
  height: 12px;
  background: #8D8D8D;
  border-radius: 50%;
  margin: 0 10px;
  transition: background 0.3s ease;
}

.owl-carousel button.owl-dot.active {
  background: #DA251C;
}

.owl-carousel{
  display: block;
}

.owl-carousel .owl-stage {
  display: flex;
  margin-bottom: 50px;
}
.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.owl-depoimento .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-depoimento .owl-next,
.owl-depoimento .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq.png);
  display: block;
}
@media (max-width: 991px) {
  .owl-depoimento .owl-nav{
    padding-top: 10px;
  }
  .owl-depoimento .owl-prev,
  .owl-depoimento .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-depoimento .owl-prev{
  left: 15px;
}
.owl-depoimento .owl-next{
  right: 15px;  
}

.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 47px;
  height: 47px;
}
.owl-depoimento .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.owl-depoimento .owl-dots .owl-dot span{
  background-color: #000;
}
.owl-depoimento .owl-dots .owl-dot.active span{
  background-color: #A58F6A;
}

.fx6{
  padding-top: 35px;
  padding-bottom: 90px;
}

.fx6 h2{
  margin-bottom: 40px;
}

.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: 0;
  padding: 10px 10px 10px 30px;
  font-size: 19px;
  color: #fff;
  background-color: #DA251C;
  outline: none;
  font-family: 'open_sansbold';
  border-radius: 5px;
  &: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{
  font-family: 'Open_Sans_ExtraBold';
  background-color: #000000;
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
  }
}
.panel {
  padding: 18px 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-size: 15px;
  font-family: 'opensansregular';
  border-bottom: 2px solid black;
  max-height: 100%!important;
}
.active + .panel {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.footer {
  background-color: #0C0C05;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 75px;
}

.footer h4{
  font-size: 28px;
  margin-bottom: 55px;
}

.footer .detalhes{
  display: flex;
  justify-content: space-between;
}

.footer .informs{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.footer .informacoes{
  font-family: 'open_sansregular';
  font-size: 24px;
  margin-bottom: 15px;
  img{
    width: 29px;
    height: 29px;
    margin-right: 10px;
  }
  p{
    margin-left: 39px;
  }
}

.footer form{
  max-width: 471px;
  width: 100%;
  margin-top: 10px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 13px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 34px;
  background-color: #FFF;
  border: 0;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #333!important; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333!important; } .footer ::placeholder {color: #333!important; }

.footer form textarea{
  height: 166px;
  margin-bottom: 15px;
}

.footer form .btn-enviar-form{
  display: inline-block;
  border: none;
  padding: 8px 35px;
  font-size: 14px;
  font-family: 'Open_Sans_ExtraBold';
  transition: all .2s linear;
  background-color: #DA251C;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 17px;
  float: left;
}.footer form .btn-enviar-form:hover{
  background-color: #4B9C24;
}

.footer .obg{
  display: flex;
  margin-top: 26px;  
  font-size: 13px;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #FFF;
  margin-top: 5px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 50px;
  height: 31px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
}

.footer2 a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer2 p{
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #D90000;
}

.copyright{
  text-align: right;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }


.pg-404{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.pg-404 h1{
  font-size: 80px;
}

.pg-obg{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.pg-obg h1{
  font-weight: bold;
}

@media (max-width: 1150px){
  .header{
    text-align: center;
  }
  .header .txt_header p{
    padding-right: 0px;
  }
  .header .topo .esquerda{
    width: 100%;
  }
  .header .image_topo{
    display: none;
  }
  .header .btn_cta{
    margin-left: auto;
    margin-right: auto;
  }
  .fx2{
    background-color: #000;
    text-align: center;
  }
  .fx2 .btn_cta_fx2{
    margin-left: auto;
    margin-right: auto;
  }
  .fx3 .imagem_fx3 img{
    width: 120%;
  }
  .fx_imagem_responsivo1,
  .fx_imagem_responsivo2,
  .fx_imagem_responsivo3{
    padding: 20px;
    display: block;
  }
  .fx_imagem_responsivo1 img,
  .fx_imagem_responsivo2 img,
  .fx_imagem_responsivo3 img{
    width: 100%;
  }

  .footer{
    text-align: center;
  }
  .footer .informacoes{
    display: flex;
    flex-direction: column;
    align-items: center;
    p{
      margin-left: 0px;
    }
  }
  .footer .detalhes{
    flex-direction: column;
  }
  .footer form{
    margin-left: auto;
    margin-right: auto;
  }
  .footer2 .copyright{
    text-align: center;
  }
}

@media(max-width: 991px){
  .fx1 .bloco_fx1{
    max-width: 100%;
    width: 370px;
    height: 100%;
  }
  .fx1 .bloco_fx1 img{
    width: 40%;
    margin-top: 30px;
  }

}

@media(max-width: 768px){
  .header .btn_cta{
    width: 90%;
  }

  .popup-content {
      padding: 20px;
      width: 95%;
    }

    .popup-content h3 {
      font-size: 16px;
      text-align: center;
    }

    .modulos {
      flex-direction: column;
      gap: 20px;
    }

    .modulo {
      min-width: 100%;
    }

    .modulo ul{
      list-style-position: inside;
      margin-right: 30px;
    }

    .fechar {
      top: 10px;
      right: 15px;
      font-size: 24px;
    }

    .link-final {
      font-size: 14px;
    }

    .link-final a {
      display: inline-block;
      margin-top: 8px;
    }
  .fx1 .blocos_fx1{
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .bloco_fx1{
    padding-bottom: 15px;
  }
  .fx1 .bloco_fx1 img{
    width: 15%;
  }
  .fx2 .btn_cta_fx2{
    width: 100%;
  }
  .fx3{
    text-align: center;
    ul{
      list-style-position: inside;
      margin-right: 30px;
    }
  }
  .fx3 .imagem_fx3 img {
    width: 80%;
  }

}

@media(max-width: 425px){


  .fx4 .texto_fx4{
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer form{
    width: 90%;
  }
}

@media(max-width: 375px){
  .fx2 .btn_cta_fx2{
    font-size: 18px;
  }
  .footer .informacoes{
    font-size: 20px;
  }
}

@media(max-width: 320px){
  .header .btn_cta{
    font-size: 20px;
  }
  .fx1 .bloco_fx1{
    width: 90%;
  }
}