@charset "UTF-8";
/* Tema do cliente */

/**  cor:#DBCCD3;  **/
/**  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: 'Noto_Sans_Regular';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/NotoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto_Sans_Bold';
    src: url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MonteCarlo';
    src: url('../fonts/MonteCarlo-Regular.woff2') format('woff2'),
        url('../fonts/MonteCarlo-Regular.woff') format('woff');
    font-weight: normal;
    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;
}
strong, b{
  font-weight: lighter;
  font-family: 'Noto_Sans_Bold';
}
body{
  font-family: 'Noto_Sans_Regular';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5{
  margin-top: 0px;
  margin-bottom: 0px;
}
:root{
  --regular:'Noto_Sans_Regular';
  --bold:'Noto_Sans_Bold';
  --montecarlo:'MonteCarlo';
  --montserratbold:'Montserrat_Bold';
}
.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;
}
.aceitar_termos a:hover{
    color: #38A7EB;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color:#DBCCD3;
    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!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:#DBCCD3!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color:#DBCCD3;
}
::-moz-selection{
  background:#DBCCD3;
}
::selection{
  background:#DBCCD3;
}
.pagination .active a,
.pagination .active a:hover{
  background-color:#DBCCD3;
  border-color:#DBCCD3;
}
.lds-ellipsis div{  
  background-color:#DBCCD3;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}
/* start */
body{
  background-color: #fff;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  padding-bottom: 25px;
}
.txt_header{
  padding-top: 35px;
  border-bottom: 4px dashed #0098DA;
  padding-bottom: 10px;
}
.txt_header h2{
  font-family: var(--montecarlo);
  font-size: 35px;
  color: #EC268F;
  text-align: right;
}
.txt_header p{
  font-size: 13px;
  color: #EC268F;
  text-align: right;
}
.fx1{
  background-image: url(../imagens/fx1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  min-height: 706px;
}
.fx2,.fx3,.fx4,.fx6,.fx7{
  background-image: url(../imagens/fx-bg.png);
}
.txt_fx1{
  padding-left: 40px;
  padding-top: 100px;
  margin-bottom: 60px;
}
.txt_fx1 h3{
  font-family: var(--montecarlo);
  font-size: 60px;
  color: #515151;
  line-height: .7;
  margin-bottom: 30px;
}
.txt_fx1 p{
  font-size: 22px;
  color: #000;
}
.img_fx2 img{
  position: relative;
  z-index: 99;
}
a.btn_presente{
  display: block;
  width: 424px;
  line-height: 61px;
  text-align: center;
  border-radius: 50px;
  background-color: #0098DA;
  color: #fff;
  font-size: 17px;
  font-family: var(--bold);
  transition: all .2s linear;
  margin-left: 40px;
}
a.btn_presente:hover{
  transition: all .2s linear;
  background-color: #EC268F;
}
.fx2{
  padding-top: 45px;
  padding-bottom: 20px;
}
.title_fx2{
  padding-top: 45px;
}
.title_fx2 h3{
  font-family: var(--montecarlo);
  font-size: 60px;
  color: #EC268F;
  margin-bottom: 40px;
}
.box_fx2{
  border: 2px dashed #EC268F;
  min-height: 245px;
  width: 100%;
  margin-left: -105px;
  z-index: 1;
  position: relative;
  perspective: 3px;
  padding-left: 110px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.box_fx2:after{
  content: '';
  position: absolute;
  width: 250px;
  height: 45px;
  left: -0px;
  top: -25px;
  background-color: #F2B2CC;
  border-radius: 30px;
  z-index: -1;
}
.box_fx2 p{
  font-size: 22px;
  line-height: 1.4;
}
.box_fx2 p strong{
  font-size: 25px;
  font-family: var(--bold);
}
.fx3{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
.txt_fx3 h3{
  font-size: 40px;
  color: #0098DA;
  font-family: var(--bold);
  margin-bottom: 20px;
}
.txt_fx3 p{
  font-size: 24px;
  margin-bottom: 35px;
  line-height: 1.4;
}
.txt_fx3 strong{
  font-family: var(--bold);
}
.fx4{
  padding-top: 10px;
  padding-bottom: 80px;
}
.fx4 .row{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card_vant{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 90px;
}
.card_vant img{
  margin-bottom: 25px;
}
.card_vant h3{
  font-size: 40px;
  font-family: var(--montecarlo);
  color: #EC268F;
}
.card_vant p{
  font-size: 22px;
  color: #000;
  line-height: 1.3;
}
a.btn_cta{
  display: block;
  width: 551px;
  line-height: 61px;
  border-radius: 50px;
  text-align: center;
  background-color: #0098DA;
  color: #fff;
  font-size: 19px;
  font-family: var(--bold);
  transition: all .2s linear;
  margin-left: auto;
  margin-right: auto;
}
a.btn_cta:hover{
  transition: all .2s linear;
  background-color: #EC268F;
}
.fx5{
  background-color: #FFEEF6;
/*  max-height: 640px;*/
  padding-top: 60px;
}
.txt_fx5 h3{
  font-family: var(--montecarlo);
  font-size: 60px;
  color: #EC268F;
  line-height: .8;
  margin-bottom: 35px;
}
.txt_fx5 p{
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.txt_fx5 p strong{
  font-size: 30px;
  color: #3F3F3F;
}
.txt_fx5 h5{
  font-size: 25px;
  font-family: var(--bold);
  color: #3F3F3F;
  line-height: 1.4;
  margin-bottom: 30px;
}
.txt_fx5 h5 strong{
  font-size: 30px;
}
.txt_fx5 h4{
  font-size: 30px;
  font-family: var(--bold);
  color: #0098DA;
  margin-bottom: 30px;
}
.img_carrousel img{
  position: relative;
  z-index: 1;
}
.owl-produtos{
  margin-top: -300px;
}
.card_produtos{
  z-index: 99;
  position: relative;
}
.fx6{
  padding-top: 135px;
  padding-bottom: 125px;
}
.fx6 h3{
  font-family: var(--bold);
  font-size: 35px;
  color: #0098DA;
  margin-bottom: 70px;
}
.owlidepoimento{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 335px;
  background-color: #F5F5F5;
  font-size: 16px;
  padding: 30px;
  font-weight: bolder;
}
.txt_depoimento p{
  line-height: 1.4;
}
.name_depoimento p{
  font-size: 20px;
  color: #EC268F;
  font-family: var(--bold);
}
.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: -25%;
  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: 72%;
}
.owl-depoimento .owl-next{
  right: 20%;  
}
.owl-depoimento .owl-next span,
.owl-depoimento .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 37px;
  height: 37px;
}
.owl-depoimento .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx7{
  padding-bottom: 300px;
}
.fx7 h3{
  font-size: 35px;
  font-family: var(--bold);
  color: #0098DA;
  margin-bottom: 40px;
}
.accordion h6{
  margin: 0;
  font-size: 17px;
  padding: 20px 20px 20px 30px;
  line-height: 1.2;
  outline: none;
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #EC268F;
  border-radius: 50px;
  margin-bottom: 30px;
  color: #fff;
  transition: all .2s linear;
  font-family: var(--montserratbold);
  position: relative;
}
.accordion h6.ui-state-active{
  background-color: #0098DA;
  transition: all .2s linear;
}
.accordion h6:after{
  content: '';
  width: 29px;
  height: 29px;
  background-image: url(../imagens/seta-baixo.png);
  position: absolute;
  top: 17px;
  right: 20px;
  transition: all .2s linear;
}
.accordion h6.ui-state-active:after{
  rotate: 90deg;
  transition: all .2s linear;
  filter: invert(100%);
}
.accordion div + h6{
  margin-top: 30px;
}
.accordion div{
  padding-left: 30px;
}
.footer:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: url(../imagens/row1.png);
  top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer{
  background-color: #F2B2CC;
  position: relative;
}
.redes_sociais{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.logo_ft{
  margin-top: -150px;
  margin-bottom: 45px;
}
.logo_ft img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icrd{
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 60px;
}
.conten_icrd{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  margin-top: 70px;
}
.footer2{  
  font-family: 'Verdana';
  font-size: 11px;
  color: #000;
  margin-top: 20px;
  padding-top: 55px;
  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: 11px;
}
.footer2 a{
  color: #000;
  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%; } }
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .logo a img{
      max-width: 100%;
    }
    .txt_fx1{
      padding-top: 60px;
    }
    .txt_fx1 h3{
      font-size: 48px;
    }
    .img_fx2 img{
      max-width: 100%;
    }
    .title_fx2{
      padding-top: 0px;
    }
    .title_fx2 h3{
      font-size: 50px;
    } 
    body{
      overflow-x: hidden;
    }
    .fx6 h3{
      font-size: 28px;
    }
    .owl-depoimento .owl-next{
      right:15%;  
    }
    .fx7{
      padding-bottom: 190px;
    }
    .footer:after{
      display: none;
    }
    .fx5{
      max-height: none;
    }
  }
  @media (max-width: 991px) {
    .footer:after{
      display: none;
    }
    .logo a img{
      max-width: 100%;
    }
    .txt_header{
      padding-top: 5px;
    }
    .txt_header h2,.txt_header p{
      text-align: center;
    }
    .fx1{
      background-image: none;
      min-height: auto;
    }
    .txt_fx1{
      padding-left: 00px;
      padding-top: 0px;
      text-align: center;
      margin-bottom: 30px;
    }
    .txt_fx1 h3{
      font-size: 45px;
      margin-bottom: 20px;
    }
    .txt_fx1 p{
      font-size: 18px;
    }
    a.btn_presente{
      margin-left: auto;
      margin-right: auto;
      width: 270px;
      font-size: 15px;
    }
    .img_fx2 img{
      max-width: 100%;
    }
    .title_fx2 h3{
      text-align: center;
      font-size: 45px;
    }
    .box_fx2{
      margin-left: 0px;
      padding-top: 30px;
      padding-bottom: 10px;
      padding-left: 30px;
      padding-right: 30px;
      text-align: center;
      min-height: auto;
    }
    .box_fx2 p{
      font-size: 18px;
    }
    .box_fx2 p strong{
      font-size: 22px;
    }
    .fx3{
      padding-top: 10px;
    }
    .txt_fx3 h3{
      font-size: 30px;
      margin-bottom: 10px;
    }
    .txt_fx3 p{
      font-size: 18px;
      margin-bottom: 10px;
    }
    .card_vant{
      margin-bottom: 20px;
    }
    .card_vant h3{
      font-size: 30px;
    }
    .card_vant p{
      font-size: 18px;
    }
    .fx4{
      padding-bottom: 20px;
    }
    .fx5{
      max-height: none;
      padding-top: 20px;
      text-align: center;
    }
    .fx5 img{
      max-width: 100%;
    }
    .txt_fx5 h3{
      margin-bottom: 10px;
      font-size: 40px;
    }
    .txt_fx5 p{
      margin-bottom: 0px;
      font-size: 20px;
    }
    .txt_fx5 h5{
      margin-bottom: 0px;
      font-size: 20px;
    }
    .txt_fx5 h5 strong{
      font-size: 25px;
    }
    .txt_fx5 h4{
      font-size: 30px;
      margin-bottom: 5px;
      font-size: 20px;
    }
    .fx6{
      padding-top: 20px;
      padding-bottom: 30px;
    }
    .fx6 h3{
      text-align: center;
      font-size: 25px;
      margin-bottom: 20px;
    }
    .fx7{
      padding-bottom: 140px;
    }
    .fx7 h3{
      font-size: 25px;
      text-align: center;
      margin-bottom: 20px;
    }
    .icrd{
      flex-direction: column;
      align-items: center;
    }
    .conten_icrd{
      flex-direction: column;
      margin-top: 30px;
    }
    a.btn_cta{
      width: 270px;
      font-size: 15px;
    }
    .fx4 .row{
      flex-direction: column;
    }
    .accordion h6{
      margin-bottom: 15px;
    }
    .footer2{
      padding-top: 5px;
    }
    .owl-produtos{
      margin-top: 0px;
    }
    .img_carrousel{
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 480px) {

  }
/* /responsivo */



