@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: 'Noto_Sans_Black';
    src: url('../fonts/NotoSans-Black.woff2') format('woff2'),
        url('../fonts/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    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;
}
@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_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_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;
}
strong, b{
  font-weight: lighter;
  font-family: 'Montserrat_Bold';
}
body{
  font-family: 'Montserrat_Regular';
}
:root{
  --mregular:'Montserrat_Regular';
  --mbold:'Montserrat_Bold';
  --mblack:'Montserrat_Black';
  --mextrabold:'Montserrat_ExtraBold';
  --mblackitalic:'Montserrat_BlackItalic';
  --nblack:'Noto_Sans_Black';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
}
.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: #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!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #FF0000!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF0000;
}
::-moz-selection{
  background: #FF0000;
}
::selection{
  background: #FF0000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF0000;
  border-color: #FF0000;
}
.lds-ellipsis div{  
  background-color: #FF0000;
}

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

.editor p{
  margin-bottom: 20px;
}


/* start */
body{
  background-color: #EEEEEE;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 800px;
  padding-bottom: 40px;
}
.logo{
  position: relative;
  perspective: 3px;
  margin-bottom: 60px;
}
.logo img{
  margin-left:33px;
  margin-top: 33px;
}
.logo:after{
  content: '';
  position: absolute;
  background-image: url(../imagens/fundo-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 801px;
  height: 111px;
  left: -40%;
  z-index: -1;
}
.txt_header{
  padding-top: 25px;
  padding-bottom: 50px;
}
.txt_header h3{
  font-family: var(--mextrabold);
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
}
.txt_header p strong{
  font-family: var(--mbold);
}
.txt_header p{
  font-family: var(--mregular);
  font-size: 22px;
  color: #000;
}
a.btn_cta{
  display: block;
  padding: 18px 60px;
  text-align: center;
  color: #fff;
  font-family: var(--mblack);
  font-size: 22px;
  background-color: #77BC2F;
  border-radius: 7px;
  transition: all .2s linear;
  line-height: 1.2;
}
a.btn_cta:hover{
  transition: all .2s linear;
  background-color: #5A5A5A;
}
.fx1{
  min-height: 660px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 105px;
}
.txt_fx1{
  text-align: center;
  color: #fff;
}
.txt_fx1 h3{
  font-size: 35px;
  font-family: var(--mbold);
  margin-bottom: 5px;
}
.txt_fx1 p{
  font-family: var(--mregular);
  font-size: 28px;
  line-height: 1.4;
}
.post_vantagens{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  background-color: #5A5A5A;
  border-radius: 7px;
  color: #fff;
  font-family: var(--nblack);
  font-size: 25px;
  padding: 0px 30px;
  text-align: center;
  row-gap: 10px;
}
.content_vt p{
  line-height: 1.4;
}
@media(min-width: 992px){
  .fx1 .row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .fx1 .col-md-4{
    margin-top: 20px;
  }
  .fx1 .col-md-4:nth-child(3n + 2) {
    margin-top: 0;
  }
}
.fx2{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: relative;
  perspective: 3px;
  min-height: 800px;
  color: #fff;
  padding-top: 80px;
}
.fx2:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left -550px;
  background-repeat: no-repeat;
  background-image: url(../imagens/fx3.png);
  top: 0;
  left: 0;
  z-index: -1;
}
.txt1_fx2{
  padding-bottom: 35px;
}
.txt1_fx2 h3{
  font-family: var(--mextrabold);
  font-size: 45px;
  margin-bottom: 20px;
}
.txt1_fx2 p{
  font-size: 22px;
  line-height: 1.6;
}
.txt2_fx2{
  padding-bottom: 40px;
}
.txt2_fx2 ul li{
  font-size: 22px;
  line-height: 1.6;
}
a.btn_cta2{
  transition: all .2s linear;
  display: block;
  width: 470px;
  line-height: 60px;
  text-align: center;
  background-color: #77BC2F;
  font-size: 25px;
  font-family: var(--mblack);
  color: #fff;
  border-radius: 7px;
}
a.btn_cta2:hover{
  transition: all .2s linear;
  color: #000;
  background-color: #C0FF7E;
}
.fx3{
  background-color: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 123px;
}
.post_depoimento{
  text-align: center;
  padding: 0 80px;
}
.icon_depo img{
  display: block;
  margin:0px auto;
}
.body_depo{
  padding-bottom: 40px;
}
.body_depo p{
  font-size: 35px;
  font-family: var(--mblackitalic);
  color: #1E1E1E;
}
.nome_depo p{
  font-family: var(--mblack);
  font-size: 16px;
  color: #77BC2F;
}
.owl-hdepo .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-hdepo .owl-next,
.owl-hdepo .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-hdepo .owl-next span,
.owl-hdepo .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-hdepo .owl-nav{
    padding-top: 20px;
  }
  .owl-hdepo .owl-prev,
  .owl-hdepo .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-hdepo .owl-prev{
  left: 0px;
}
.owl-hdepo .owl-next{
  right: 0px;  
}

.owl-hdepo .owl-next span,
.owl-hdepo .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 55px;
  height: 52px;
  transition: all .2s linear;
}
.owl-hdepo .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.owl-hdepo .owl-next span:hover,
.owl-hdepo .owl-prev span:hover{
  filter: brightness(40%);
  transition: all .2s linear;
}

.fx4{
  background-color: #C7C7C7;
  padding-top: 93px;
  padding-bottom: 220px;
}
.fx4 h3{
  font-size: 30px;
  color: #000;
  margin-bottom: 40px;
}
.accordion{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.accordion h6{
  margin: 0;
  font-size: 16px;
  padding: 23px 20px 23px 30px;
  line-height: 1.2;
  font-family: var(--mbold);
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #77BC2F;
  position: relative;
  border-radius: 5px;
}
.accordion h6:after{
  content: '';
  position: absolute;
  background-image: url(../imagens/seta-baixo.png);
  width: 29px;
  height: 29px;
  right: 10px;
  top: 10px;
  transition: all .2s linear;
}
.accordion h6.ui-state-active:after{
  rotate: 90deg;
  transition: all .2s linear;
}
.accordion h6.ui-state-active{
  background-color: #5A5A5A;
}
.accordion div + h6{
  border-top: 1px solid #DDD5D0;
}
.accordion div p{
  padding-left: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  font-size: 15px;
  line-height: 1.4;
}
.txt_footer{
  color: #000;
}
.txt_footer h3{
  font-family: var(--mextrabold);
  font-size: 30px;
}
.txt_footer p{
  font-size: 22px;
}
.icrd{
  color: #fff;
  font-size: 22px;
  padding-top: 100px;
}
.conten_icrd{
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}
.footer{
  padding-top: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.txt_footer h3{
  margin-bottom: 7px;
}
.txt_footer{
  margin-bottom: 15px;
}
.txt_footer p{
  line-height: 1.6;
}
.footer form{
  padding-top: 40px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 34px;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
}
.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: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 35px;
  font-size: 13px;
  transition: all .2s linear;
  background-color: #77BC2F;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
  font-family: var(--mbold);
}.footer form .btn-enviar-form:hover{
  color: #000;
  background-color: #C0FF7E;
}

.footer iframe{
  width: 100%;
  height: 320px;
}

.footer2{
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 20px;
  padding-top: 45px;
  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: #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%; } }
/* 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 */ { 
    .header{
      min-height: auto;
      position: relative;
      perspective: 3px;
    }
    .header:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,0.6);
      z-index: -1;
    }
    .logo:after{
      left: -50%;
    }
    .logo{
      margin-bottom: 20px;
    }
    .txt_header h3{
      font-size: 34px;
    }
    .txt_header p{
      font-size: 19px;
    }
    a.btn_cta{
      font-size: 19px;
    }
    .fx1{
      padding-top: 55px;
      padding-bottom: 20px;
    }
    .fx2{
      background-size: cover;
      min-height: 820px;
      padding-top: 40px;
      padding-bottom: 20px;
    }
    .fx4{
      padding-top: 60px;
      padding-bottom: 120px;
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .col-segura{
      width: 100%;
      padding: 0px;
    }
    .header{
      position: relative;
      perspective: 3px;
    }
    .header:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,0.6);
      z-index: -1;
    }
    .header,.fx1,.fx2,.fx3,.fx4,.footer{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
    }
    .header{
      padding-top: 0;
      overflow-x: hidden;
    }
    .logo{
      width: 100%;
      background-color: #5a5a5a;
    }
    .logo{
      margin-bottom: 0px;
    }
    .logo img{
      margin-top: 20px;
    }
    .logo:after{
      display: none;
    }
    .txt_header{
      padding-bottom: 20px;
    }
    .txt_header h3{
      font-size: 24px;
      margin-bottom: 10px;
    }
    .txt_header p{
      font-size: 17px;
    }
    a.btn_cta{
      font-size: 13px;
      padding: 10px 0px;
    }
    .txt_fx1{
      margin-bottom: 20px;
    }
    .txt_fx1 h3{
      font-size:21px;
    }
    .txt_fx1 p{
      font-size: 16px;
    }
    .post_vantagens{
      margin-bottom: 30px;
    }
    .fx2{
      background-image: none!important;
      background-color: #5a5a5a;
    }
    .txt1_fx2{
      padding-bottom: 10px;
    }
    .txt1_fx2 h3{
      font-size: 30px;
      margin-bottom: 5px;
    }
    .txt1_fx2 p{
      font-size: 16px;
    }
    a.btn_cta2{
      width: 270px;
      margin-left: auto;
      margin-right: auto;
    }
    .txt2_fx2 ul li{
      text-align: left;
      font-size: 16px;
    }
    .post_depoimento{
      padding: 0px 0px;
    }
    .body_depo{
      padding-bottom: 10px;
    }
    .body_depo p{
      font-size: 20px;
    }
    .accordion h6{
      padding: 23px 42px 23px 30px;
    }
    .accordion h6:after{
      top: 50%;
      transform: translate(0%,-50%);
    }
    .accordion h6.ui-state-active:after{
      top: 36%;
      right: 30px;
    }
    .fx4 h3{
      font-size: 22px;
      margin-bottom: 20px;
    }
    .footer{
      position: relative;
      perspective: 3px;
    }
    .footer:after{
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, .6);
      z-index: -1;
    }
    .txt_footer{
      color: #fff;
      margin-bottom: 5px;
    }
    .txt_footer h3{
      font-size: 20px;
    }
    .txt_footer p{
      font-size: 16px;
    }
    .icrd{
      padding-top: 20px;
      font-size: 15px;
    }
    .conten_icrd{
      flex-direction: column;
      text-align: center;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {
    .logo:after{
      width: 670px;
      left: -23%;
    }
  }
  @media (max-width: 335px) {
    .logo:after{
      width: 670px;
      left: -53%;
    }
  }
/* /responsivo */
