@charset "UTF-8";
/* Tema do cliente */
/**  cor: #6DC0D4;  **/
/**  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';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Open_SansBold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face{
  font-family: 'Open_SansSemiBold';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Open_SansExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: bolder;
}
@font-face {
    font-family: 'Montserrat_Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@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: 'Montserrat_Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_BlackItalic';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Open_SansExtraBold';
}
body{
  font-family: 'Open_Sans';
}
p{
  line-height: 1.2;
  margin-bottom: 0px;
  margin-top: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --color_one:;
  --fontregular:'Montserrat_Regular';
  --fontbold:'Open_SansBold';
  --fontextrabold:'Montserrat_Extrabold';
  --fontblackitalic:'Montserrat_BlackItalic';
}
.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;

    a{
      color: #FFFC9E!important;
      &: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: #6DC0D4;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
    &:hover{
      filter: brightness(1.2);
    }
}
@media (width<=900px) {
  .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 (width<=400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}
@media (width<=991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}
@media (width>=1200px) {.container{padding: 0px; } }
@media (width<=991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (width<=480px) {
  .fxsm{
    padding: 30px 0;
  }
}
a{
  transition: all .2s linear;
}
.editor a{
  color: #6DC0D4;!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #6DC0D4;
}
::-moz-selection{
  background: #6DC0D4;
}
::selection{
  background: #6DC0D4;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #6DC0D4;
  border-color: #6DC0D4;
}
.lds-ellipsis div{  
  background-color: #6DC0D4;
}
.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.editor p{
  margin-bottom: 20px;
}
body{  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media(max-width: 768px){
  .header{
    text-align: center;
    width: 100%;
    max-width: 750px;
  }
  .header .btn_cta{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .fx1{
    text-align: center;
  }
  .fx2 .bloco1{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .fx2 .bloco2{
    margin-right: auto;
    margin-left: auto;
  }

  .fx5{
    text-align: center;
  }
  .fx5 .btn_cta4{
    margin-left: auto;
    margin-right: 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 .titulo_fx5{
    margin-bottom: 20px;
  }
  .fx5 ul{
    padding-left: 0px;
  }
  .fx5 li{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fx6 h2{
    text-align: center;
  }
}

.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) {
      .footer{
        padding-bottom: 80px;
      }
    }

.header{
  width: 100%;
  height: 100%;
  color: #fff;
  background-position: top center;
  background-size: cover;
  margin-bottom:45px;
  .logo{
    img{
      padding-top: 22px;
      max-width: 65%;
      margin-bottom:50px;
    }
  }
  .txt_header{
      color: black;
      margin-bottom: 60px;
      p{
      }
    }
  }
  .btn_cta{
    display: block;
    width: 471px;
    height: 61;
    margin-bottom: 100px;
    margin-left: 0px;
    line-height: 61px;
    text-align: center;
    background-color: #2BA7D5;
    color: #fff;
    border-radius: 7px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #2BA7D5;
      opacity: 80%;
      color: #fff;
      transition: all .2seg linear;
    }
  }
}

ul li::marker{
  font-size: 12px !important;
}

.fx1{

}

.fx1 h2{
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #2BA7D5;
  line-height: 35px;
}

.fx1 p{
  max-width: 100%;
  font-size: 22px;
  line-height: 35px;
  align-content: start;
}

.fx1 .texto1_fx1{
  margin-bottom: 33px;
}

.fx1 .btn_cta2{
    display: block;
    width: 305px;
    height: 61px;
    margin-bottom: 100px;
    margin-left: -15px;
    line-height: 61px;
    text-align: center;
    background-color: #2BA7D5;
    color: #fff;
    border-radius: 7px;
    font-size: 22px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #2BA7D5;
      opacity: 80%;
      color: #fff;
      transition: all .2seg linear;
    }
}

@media(max-width: 768px){
    .fx1 .btn_cta2{
    margin-left: auto;
    margin-right: auto;
  }
}

.fx2{
  padding: 22px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F8F8F8;
}
.fx2 .titulo_fx2{
  text-align: center;
  h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
  }
  h3{
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 22px;
  }
}

.fx2 .bloco1{
  display: block;
  width: 100%;
  height: 444px;
  align-content: end;
  max-width: 570px;
}

.fx2 .bloco1 .titulo_bloco1{
  color: #5ADFFF;
  font-size: 34px;
  margin-left: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 35px;
}

.fx2 .bloco1 .lista_bloco1{
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  ul{
    margin-bottom: 25px;
  }
}

.fx2 .bloco2{
  display: block;
  width: 100%;
  height: 444px;
  align-content: end;
  max-width: 570px;
}

.fx2 .bloco2 .titulo_bloco2{
  color: #5ADFFF;
  font-size: 34px;
  margin-left: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 35px;
}

.fx2 .bloco2 .lista_bloco2{
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  ul{
    margin-bottom: 25px;
  }
}

.bloco1,
.bloco2{
  border-radius: 8px;
}

.bloco1::before, .bloco2::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: linear-gradient(
    rgba(255,255,255, 0) 65%,
    rgba(0, 0, 0, .75)
  );
  border-radius: 8px;

}

/*Adicionado para cumprir a questão da responsividade e não prejudicar os ACFs criados*/
    .fx2 .bloco1 .lista_bloco1 .responsivo{
    display: flex;
    gap: 70px;
  }

   .fx2 .bloco1 .lista_bloco1 .responsivo .coluna{
    flex: 1;
    padding: 10px;
  }

      .fx2 .bloco2 .lista_bloco2 .responsivo{
    display: flex;
    gap: 70px;
  }

   .fx2 .bloco2 .lista_bloco2 .responsivo .coluna{
    flex: 1;
    padding: 10px;
  }

  @media(max-width: 768px){
    .fx2 .bloco1 .lista_bloco1 .responsivo{
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    flex-direction: column; 
  }

   .fx2 .bloco1 .lista_bloco1 .responsivo .coluna{
    flex: 1;
    padding: 10px;
    flex: none;
    width: 100%;
  }

    .fx2 .bloco2 .lista_bloco2 .responsivo{
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    flex-direction: column; 
  }

   .fx2 .bloco2 .lista_bloco2 .responsivo .coluna{
    flex: 1;
    padding: 10px;
    flex: none;
    width: 100%;
  }
}

/*final da responsividade por causa dos ACFs*/

/*@media(max-width: 768px){
    .fx2 .bloco1 .lista_bloco1 .responsivo{
    padding-left: 25px;
  }
}

@media(max-width: 425px){
  .fx2 .bloco1{
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-left: 15px;
  }
  .fx2 .bloco1 .lista_bloco1 .responsivo{
    margin-bottom: 0px;
  }
  .fx2 .bloco2{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .fx2 .bloco1 .titulo_bloco1{
    text-shadow: 1px 1px 10px rgba(30,30,30,0.5);
  }
  .fx2 .bloco2 .titulo_bloco2{
    text-shadow: 1px 1px 10px rgba(30,30,30,0.5);
  }
}*/


.fx3{
  width: 100%;
  background-position: top center;
  color: #FFF;
}

.fx3 .titulo_fx3{
  text-align: center;
  font-size: 22px;
  margin-top: 41px;
  margin-bottom: 22px;
}

.fx3 .bloco1_fx3{
  transition: all .2s linear;
  display: inline-block;
  border: 2px solid white;
  width: 370px;
  height: 370px;
  align-content: center;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  img{
    margin-bottom: 20px;
  }
  &:hover{
    background-color: #2BA7D5;
    border: 0px;
    transition: all .3seg linear;
  }
}

@media(max-width: 768px){
  .fx3 .bloco1_fx3{
    width: 100%;
    margin-bottom: 35px;
  }
}



.fx3 .btn_cta3{
    display: block;
    width: 433px;
    height: 61px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    line-height: 61px;
    text-align: center;
    background-color: #fff;
    color: #6DC0D4;
    border-radius: 7px;
    font-size: 25px;
    font-family: var(--fontbold);
    &:hover{
      background-color: #6DC0D4;
      color: #fff;
      transition: all .3seg linear;
    }
}

@media(max-width: 425px){
  .fx3 .btn_cta3{
    width: 100%;
    font-size: 18px;
  }
}

.fx4{
  min-height: 500px;
  padding-top: 90px;
  .card_depoimento{
    padding-left:60px;
    padding-right:60px;
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }
    p{
      font-size: 35px;
      font-family: var(--fontblackitalic);
      text-align: center;
      color: #1E1E1E;
      margin-bottom: 30px;
    }
    span{
      display: block;
      font-size: 16px;
      font-family: var(--fontextrabold);
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #A75D4C;
    }
  }
}
.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');
}

.fx5{
  background-color: #040404;
  padding-top: 28px;
  padding-bottom: 25px;
}

.fx5 .para_margin{
  margin-bottom: 20px;
}

.fx5 ul{
  font-size: 22px;
  line-height: 48px;
  li{
    color: #24E505;
  }
}

.fx5 .titulo_fx5{
  font-size: 40px;
  color: #fff;
}

.fx5 .btn_cta4{
    width: 100%;
    max-width: 305px;
    display: flex;
    height: auto;
    line-height: normal;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #2BA7D5;
    color: #fff;
    border-radius: 7px;
    font-size: 22px;
    font-family: var(--fontbold);
    justify-content: center;
    &:hover{
      background-color: #2BA7D5;
      opacity: 80%;
      color: #fff;
      transition: all .2seg linear;
    }
}

.fx6{
  background-color: #fff;
  padding-bottom: 90px;
  padding-top: 60px;
  h2{
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.fx_landingpage{
  background-image: url('../imagens/landingpage_banner.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}
.fx_landingpage .ajuste_logo {
  display: flex;
  align-content: center;
  justify-content: center;
  
  img{
    margin-top: 60px;
    margin-bottom: 240px;
  }
}
.fx_landingpage .text_landingpage{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 37px;
}
.fx_landingpage .btn_cta5{
  display: block;
  width: 270px;
  height: 85px;
  margin-bottom: 84px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #19AF00;
  color: #fff;
  border-radius: 10px;
  font-size: 22px;
  align-content: center;
  align-items: center;
  font-family: var(--fontbold);
  cursor: pointer;
  transition: 0.5s;
}

.fx_landingpage .btn_cta5:hover{
  background-color: #19AF92;
}

.fx_landingpage .btn_cta5 .btn_content{
  display: flex;
  justify-content: center;
}

.fx_landingpage .btn_cta5 .btn_content span{
  align-content: center;
}

@media(max-width: 1024px){
  .fx_landingpage{
    background-position: top center;
  }
  .fx_landingpage .logo{
    margin-top: 10px;
  }
}

.footer{
  min-height: 664px;
}
.list_accordion{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.list_accordion p{
  font-size: 16px;
  line-height: 1.4;
}

.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: #6DC0D4;
  outline: none;
  font-family: var(--fontbold);
  border-radius: 5px;
  &:after{
    content: '';
    width: 29px;
    height: 29px;
    display: block;
    background-image: url('../imagens/seta.png');
    transition: all .1s linear;
  }
}
.btn_accn.active{
  background-color: #2BA7D5;
  transition: all .2s linear;
  &:after{
    transition: all .2s linear;
    transform: rotate(90deg);
  }
}
.panel {
  padding: 20px 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  font-size: 15px;
  border-bottom: 2px solid black;
}
.active + .panel {
  display: block;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.footer{
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding-top: 60px;
  .img1{
    display: flex;
    margin-bottom: 45px;
    font-size: 21px;
  }
  .img2{
    display: flex;
    font-size: 21px;
    margin-bottom: 25px;
  }
  .img3{
    display: flex;
    font-size: 21px;
    margin-bottom: 40px;
  }
}

.footer .footer_paragrafo1{
font-size: 30px;
margin-bottom: 10px;
margin-top: 45px;
}

.footer .footer_paragrafo2{
font-size: 22px;
margin-bottom: 20px;
line-height: 35px;
}

@media(max-width: 768px){
    .footer .footer_paragrafo2{
    margin-bottom:35px;
  }
}

@media(max-width: 375px){
  .footer .img3{
    font-size: 20px;
  }
}

@media(max-width: 320px){
  .footer .img2{
    font-size: 20px;
  }
  .footer .img3{
    font-size: 16px;
  }
}

.footer form{
  margin-top: 40px;
}

.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: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;
  border: none;
  padding: 8px 35px;
  font-size: 13px;
  font-family: var(--fontbold);
  transition: all .2s linear;
  background-color: #2BA7D5;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 57px;
  float: left;
}.footer form .btn-enviar-form:hover{
  background-color: #6DC0D4;
}

.footer .obg{
  display: flex;
  margin-top: 40px;  
  font-size: 13px;
}

.footer iframe{
  width: 100%;
  height: 320px;
}
.footer2{
  
  font-family: 'Verdana';
  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: 13px;
  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%; } }


@media(max-width: 900px){
  .header{
    background-image: none;
    max-width: 100%;
    background-position: top center;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .container{
    max-width: 750px;
    width: 100%;
  }
}

@media(width<=768px){
    .logo{
      img{
        max-width: 100%;
        margin-bottom: 20px;
      }
    }
  .fx1{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    .txt_fx1{
      text-align: center;
      font-size: 18px;
      p{
        margin-bottom: 20px;
        line-height: 1.4;
      }
    }
    .list{
      margin-right: auto;
      margin-left: auto;
      grid-template-columns: repeat(1, 1fr);
      row-gap: 20px;
      max-width: 350px;
    }
  }

  @media(max-width: 320px){
    .fx1 .btn_cta2{
      width: 100%;
    }
  }

  .fx1 img{
    width: 40%;
    height: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .fx2{
    max-width: 100%;
    background-position: left;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
    h2{
      margin-bottom: 25px;
    }
    br{
      display: none;
    }
    .txt_fx2{
      padding-right: 25px;
      ul{
        li{
          margin-top: 10px;
          max-width: 100%;
          line-height: 1.4;
          font-size: 18px;
        }
      }
    }
  }
  .garantia{
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    p{
      
      margin-bottom: 40px;
    }
    img{
      margin-left: 17%;
      max-width: 70%;
    }
  }
  .fx3{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: auto;
    .card_depoimento{
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      p{
        font-size: 19px;
      }
    }
  }
  .fx4{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    h2{
      text-align: center;
      font-size: 28px;
    }
  }
  .footer{
    min-height: auto;
    max-width: 100%;
    padding-top: 20px;
    background-size: cover;
    background-position: center;
    form{
      max-width: 100%;
    }
    .txt_footer{
      margin-bottom: 20px;
      padding-top: 0px;
      text-align: center;
      padding-right: 0px;
      p{
        font-size: 20px;
      }
    }
  }
}
@media(width<=425px){
 .header{
    background-position: top center;
    max-width: 100%;
    .txt_header{
      h2{
        max-width: 100%;
      }
      p{
        max-width: 100%;
      }
    }
    .btn_cta{
      margin-top: 40px;
      font-size: 16px;
    }
 }
 .meio{
    max-width: 100%;
    .txt_meio{
      text-align: center;
      max-width: 100%;
      br{
        display: none;
      }
    }
    .btn_cta{
      margin-top: 50px;
      margin-left: 16px;
    }
 }
 .fx1{
  max-width: 100%;
 }
 .fx2{
  max-width: 100%;

  .txt_fx2{
    font-size: 20px;
    }
    span{
      margin-left: 0px;
    }
    img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    h2{
      text-align: center;
    }
    ul{
      max-width: 100%;
      li{
        margin-right: 20px;
        br{
          display: none;
        }
      }
    }
  .btn_cta{
    font-size: 18px;
    max-width: 100%;
    }
  }
  .garantia{
    max-width: 100%;
    .txt_garantia{
      text-align: center;
      font-size: 20px;
      float: none;
      h2{
        margin-left: 12px;
        margin-right: 10px;
      }
      p{
        margin-left: 12px;
        margin-right: 10px;
      }
    }
    img{
      max-width: 70%;
    }
  }
  .fx3{
    max-width: 100%;
    .card_depoimento{
      max-width: 100%;
    }
  }
  .fx4{
    max-width: 100%;
    .btn_accn{
      font-size: 17px;
    }
  }
  .footer{
    min-height: auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    .txt_footer{
      margin-right: 22px;
      span{
        font-size: 16px;
      }
      p{
        max-width: 100%;
        font-size: 19px;
      }
    }
    form{
      max-width: 100%;
    }
    .img3{
      margin-bottom: 15px;
    }
  }
}

.fx4 .container .owl-carousel {
    display: flex;
    width: 100%;
    z-index: 1;
}

@media(width<=375px){
  .header{
    max-width: 100%;
  }
  .meio{
    max-width: 100%;
    .txt_meio{
    font-size: 20px;
    max-width: 100%;
    }
    .btn_cta{
      max-width: 100%;
      margin-left: 1px;
    }
  }
  .fx2{
    .btn_cta{
      font-size: 16px;
    }
  }
}
@media(width<=320px){
  .meio{
    .txt_meio{
      font-size: 17px;
    }
  }
  .fx2{
    .btn_cta{
      font-size: 13px;
    }
  }
}

/** blog03 **/
  .blog03 .post-itens{
    margin-bottom: 15px;
  }

  .blog03 .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: var(--fontregular);
    text-align: justify;
    color: #000;
  }

  .blog03 .post-resumo:hover{
    color: #6DC0D4;
  }

  .blog03 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s linear;
  }

  .blog03 a.post-leia:hover{
    filter: brightness(1.5);
  }

  .blog03 .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .blog03 .post h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .blog03 .pagination{
    text-align: left;
    float: none;
  }


  .blog03 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog03 .buscar input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 3px;
    height: 37px;
    width: 220px;
  }

  .blog03 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog03 .buscar button:hover{
    filter: brightness(1.2);
  }

  .blog03 .sidebar h3{
    font-size: 18px;

    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  /* responsivo */    
    @media (max-width: 625px) {

      .blog03 .lista-posts{
        width: 100%;
      }

      .blog03 .sidebar{
        width: 100%;
        margin-top: 40px;
      }

      .blog03 .linkartigo{
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
        display: block;
        text-align-last: center;
        margin-bottom: 30px;
      }

      .sidebar .editor{
        text-align: center;
      }

    }

  /* /responsivo */
  .blog03 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog03 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
    color: #000;
  }

  .blog03 .postthumb{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  /**comentarios**/
    .comment-form .submit{
      display: inline-block;

      font-size: 13px;
      padding: 11px 16px 9px 16px;
      transition: all .2s linear;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;

    }.comment-form .submit:hover{
      filter: brightness(1.2);
  }

    .nanome{
      margin-bottom: 5px;
    }

    .nletra{
      float: left;
      margin-right: 15px;
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 10px;
      font-size: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .nautor{
      margin-top: 20px;
      min-height: 70px;
      padding-left: 85px;
      position: relative;
    }

    .fundo-form{
      padding: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    .comment-form-author label,
    .comment-form-email label,
    .comment-form-comment label{
      display: block;
    }

    .comment-notes{
      font-size: 11px;
    }

    .comment-reply-title{
      margin-top: 0;
    }

    .comment-form-cookies-consent{
      display: none;
    }

    .comment-form-author{
      float: left;
      width: 50%;
    }
    .comment-form-email{
      float: left;
      width: 50%;
    }

    #si_captcha_code{
      width: 127px;
      position: relative;
    }

    #si_captcha_code label{
      display: none;
    }

    #si_captcha_code span{
      position: absolute;
      left: 135px;
      top: 0;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      width: 100%;
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 5px;
    }

    .comment-form-author input{
      width: 95%;
    }

    .comment-form-comment textarea{
      height: 100px;
    }

    input#si_captcha_code{
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

  /***comentarios**/
  .blog03 .post.opost h1{
    font-size: 30px;

    margin-top: 10px;
    margin-bottom: 10px;
  }

  .comment-form .submit{
    border: 0;
  }

  .pagination{
    margin: 0;
    border: 0;
  }

  .pagination li{
    display: inline-block;
    border: 0;
  }

  .pagination li a{
    display: inline-block;
    border: 0;
  }

  .pagination .current{
    border: 0!important;
  }

  .wp-pagenavi .current{
    padding: 5px 10px 5px 10px;
    border: 1.5px solid #8D8D8D;
    background-color: #6DC0D4;
    color: #FFF;
    font-family: var(--fontregular);
    font-size: 12px;
  }

  .wp-pagenavi a{
    padding: 5px 10px 5px 10px;
    border: 1.5px solid #8D8D8D;
    color: #8D8D8D;
    font-family: var(--fontregular);
    font-size: 12px;
  }

  .wp-pagenavi a:hover{
    background-color: #6DC0D4;
    color: #FFF;
  }

  .current>li:first-child{
    margin-left: 5px;
  }

  .commadm{
    padding: 20px;

  }

  .blog03{
    padding-bottom: 80px;
    padding-top: 20px;
  }

  .news img{
    float: left;
    margin-right: 50px;
  }

  .news p{
    font-size: 20px;
    display: inline;
  }

  .news .wpcf7-form-control-wrap{
    display: inline;
  }

  .news .wpcf7-not-valid-tip{
    font-size: 10px;
  }

  .newsenviar{
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    line-height: 36px;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
  }

  .news{
    padding: 15px 0;
  }

  .newsletter{
    display: inline-block!important;
    width: 288px;
    margin-right: 20px;
    margin-top: 30px;
    height: 36px;
    margin-left: 50px;
  }

  .news2 .wpcf7-response-output,
  .news .wpcf7-response-output{
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .news .wpcf7-form-control-wrap span{
    right: 28px;
  }

  .news .imgnews2{
    display: none!important;
  }
  .news2 .passine,
  .news2 .imgnews1{
    display: none!important;
  }

  .news2 .newsletter{
    margin-left: 0;
    margin-top: 0;
  }

  .news2 .wpcf7-form-control-wrap{
    display: inline;
  }

  .news2 .wpcf7-form-control-wrap span {
      position: absolute;
      z-index: 1;
      right: 26px;
      top: 0px;
  }

  .news2 .wpcf7-not-valid-tip{
    font-size: 10px;
  }

  a.post-cat{
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
    border-radius: 3px; 
    line-height: 30px;
    padding: 0 30px;
    display: inline-block;
    transition: all .2s linear;
  }

  .postautor{
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
  }

  .post a{
    transition: all .2s linear;
  }

  .post a:hover{
    color: #6DC0D4;
  }

  a.bannerblog{
    display: inline-block!important;
    border: 0!important;
    padding: 0!important;
    margin-bottom: 30px!important;
  }

  a.bannerblog img{
    max-width: 100%!important;
    height: auto!important;
  }

  .sidebar .redesf{
    text-align: center;
    margin-bottom: 45px;
  }

  .sidebarcategoria{
    position: relative;
    display: block;
    margin-bottom: 25px;
    transition: all .2s linear;
    position: relative;
  }

  .sctxt{
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #000000;
    font-family: var(--fontextrabold);
  }

  .scimg{
    float: left;
    width: 58px;
    height: 67px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear;
  }

  .sidebar .redesf{
    float: none;
  }

  .opost .postautor{
    border-bottom: 0;
  }

  .blog03 .linkartigo{
    display: block;
    color: #000;
    font-family: var(--fontbold);
    font-size: 18px;
  }

  .blog03 .linkartigo:hover{
    color: #6DC0D4;
  }

  .blog03 .linkartigo img{
    margin-bottom: 10px;
  }

  .sobre-autor{
    padding: 20px 20px;
    margin-bottom: 35px;
    text-align: center;
  }

  .autor-img{
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }

  .nome-autor{
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .sobre-autor p{
    font-size: 17px;
    line-height: 1.3;
  }

  .rede-interna1{
    text-align: right;
  }

  .sobre-frase{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .nome-autor{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog03 h3{
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog03 .post h2{
    font-weight: bold;
    font-size: 25px;
  }


  .blogsubtit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .blog03 .post.opost h1{
    font-weight: bold;
    font-size: 30px;
  }

  .lista-posts{
    padding-bottom: 40px;
  }
      .blog03 a.post-leia{
      color: #FFF;
      background-color: #F8F8F8;
    }

    .blog03 .post{
      border-bottom: 1px solid #D9D9D9;
    }

    .blog03 .post h2{
      color: #000;
    }

    .blog03 .buscar button{
      background-color: #6DC0D4;
      border-color: #6DC0D4;
      border-radius: 3px;
    }

    .blog03 .sidebar h3{
      color: #435721;
      border-bottom: 2px solid #6DC0D4;
    }

    .blog03 .sidebar a:hover{
      color: #6DC0D4;
    }

    .comment-form .submit{
        color: #FFF;
        background-color: #14034B;
      }.comment-form .submit:hover{
        color: #FFF;
      }

      .nanome{
        color: #000;
        font-family: var(--fontbold);
      }

      .nletra{
        color: #FFF;
        background-color: #CCC;
      }

      .fundo-form{
        background-color: #F7F7F7;
      }

      .comment-form-author input,
      .comment-form-email input,
      .comment-form-comment textarea{
        border: 1px solid #EEE;
        resize: none;
      }

      input#si_captcha_code{
        border: 1px solid #EEE;
      }

      .blog03 .post h2{
      color: #25408F;
    }

    .blog03 .post.opost h1{
      color: #24408F;
    }

    .comment-form .submit{
      background-color: #6DC0D4;
      font-family: var(--fontbold);
    }

    .pagination li a{
      background-color: #2CACEB!important;
      color: #FFF!important;
    }

    .pagination li a:hover{
      background-color: #6AC8F6!important;
      color: #FFF!important;
    }

    .pagination .current{
      background-color: #FFF!important;
      color: #000!important;
    }

    .commadm{
      background-color: #EEE;
    }

    .news p{
      color: #FFF;
    }

    .newsenviar{
      background-color: #24408F;
      color: #FFF;
    }

    .news{
      background-color: #2CACEB;
    }

  .news2 .wpcf7-response-output,
    .news .wpcf7-response-output{
      color: #FFF;
    }

  a.post-cat{
      background-color: #6DC0D4;
      color: #FFF;
      font-family: var(--fontbold);
    }

  a.post-cat:hover{
    color: #FFF;
    }

    .postautor{
      border-bottom: 1px solid #BBBBBB;
    }

    .postautor:hover{
      color: #6DC0D4;
    }
    .sidebarcategoria{
      background-color: #F8F8F8;
    }

    .scimg{
      background-color: #F8F8F8;
    }

    .sidebarcategoria:hover{
      background-color: #6DC0D4;
    }

    .sidebarcategoria:hover .scimg{
      background-color: #6DC0D4;
    }

    .sobre-autor{
      background-color: #DDDDDD;
    }

    .nome-autor{
      color: #555; 
      border-bottom: 1px solid #D6D6D6;
    }

    .sobre-autor p{
      color: #525252;
    }

    .sobre-frase{
      color: #000000;
    }

    .blog03 h3{
      color: #000;
      font-family: var(--fontbold);
    }

    .blog03 .post h2{
      color: #000;
      font-size: 24px;
      font-family: var(--fontextrabold);
    }

    .blogsubtit{
      color: #000;
      margin: 0px;
      font-family: var(--fontextrabold);
    }

    .blog03 .post.opost h1{
      color: #000;
      font-family: var(--fontbold);
    }

    .lista-posts{
      background-color: #FFF;
      text-align: justify;
      color: #000;
      padding-top: 15px;
    }

    .blog03 .hover_voltar{
      color: #000;
      font-family: var(--fontextrabold);
    }

    .blog03 .hover_voltar a:hover{
      color: #6DC0D4;
    }

    .blog03 .row{

    }

/*cabecalho do blog*/
.cabecalho_blog{
  width: 100%;
  max-width: 1920px;
  background-color: #F2F2F2;
  padding: 15px 0px;
}

.cabecalho_blog img{
  width: 100%;
  max-width: 160px;
  height: 100px;
}

.cabecalho_blog h1{
  font-size: 40px;
  font-family: var(--fontbold);
  color: #0C0C05;
}

.cabecalho_blog .row{
  display: flex;
  align-items: center;
}

/*rodape do blog*/
.rodape_blog{
  width: 100%
  max-widht: 1920px;
  background-color: #F2F2F2;
}

.rodape_blog .row{
  padding: 50px 0px;
}

.rodape_blog p{
  width: 530px;
  color: #0C0C05;
  font-size: 21px;
  font-family: var(--fontregular);
}

.rodape_blog .icon_rodape{
  width: 500px;
  height: auto;
}

.rodape_blog2{
  width: 100%
  max-widht: 1920px;
  background-color: #F2F2F2;
  padding-left: 30px;
  padding-bottom: 40px;
}

.rodape_blog2 span{
  color: #0C0C05;
}

.rodape_blog2 img{
  width: 50px;
  height: 31px;
}

.rodape_blog2 .d-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rodape_blog2 .text-left {
    text-align: left;
}

.rodape_blog2 .text-right {
    text-align: right;
}

.rodape_blog2 a:hover{
  color: red;
}

.rodape_blog2 .logo-hover {
      display: inline-block;
      transition: transform 0.3s ease;
    }

.rodape_blog2 .logo-hover img {
      transition: opacity 0.3s ease;
    }

.rodape_blog2 .logo-hover:hover img {
      opacity: 0; 
    }

.rodape_blog2 .logo-hover:hover::after {
      background-image: url('assets/imagens/logo-kryzalis-2.png'); 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }



/* blog03 */

/* responsivo */  
  @media (min-width: 1400px)/* telas grandes */ { 
  

  }  
  @media (min-width: 1200px) and (max-width: 1399px)/* notebook */ { 
  

  }
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 

    .fx2 .bloco1 .lista_bloco1 {
        ul {
            margin-bottom: 0px;
        }
    }  

    .fx2 .bloco1 .lista_bloco1 .responsivo .coluna{
      padding: 0 10px;
    }

    .lista_bloco1{
      padding-bottom: 25px;
    }

  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */


/*CORRECOES PARA O HEADER*/
.header .bloco-branco {
  background: #F2F2F2;
  border-top-right-radius: 450px;
  border-bottom-right-radius: 450px;
  max-width: 55%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
}

.header .row{
  display: flex;
  justify-content: flex-start;
  margin-left: 150px;
}

@media(max-width: 1201px){
  .header{
    background-image: none!important;
  }

  .header .bloco-branco{
    width: 100%;
    max-width: 1200px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }

  .header .row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    flex-direction: column;
  }
}
/*FINAL CORRECOES HEADER*/