@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: '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: '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;
}
strong, b{
  font-weight: lighter;
  font-family: 'Montserrat_Bold';
}
body{
  font-family: 'Montserrat_Regular';
}
p{
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;
}
:root{
  --mregular:'Montserrat_Regular';
  --mbold:'Montserrat_Bold';
  --mextrabold:'Montserrat_ExtraBold';
  --nblack:'Noto_Sans_Black';
}
.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-image: url(../imagens/fx1.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 800px;
  padding-top: 75px;
}
.logo{
  margin-bottom: 100px;
}
.txt_header{
  color:#000;
  margin-bottom: 60px;
}
.txt_header h2{
  font-family: var(--mextrabold);
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.txt_header p{
  font-size: 32px;
  color: #525252;
}
a.btn_cta{
  display: block;
  width: 370px;
  line-height: 60px;
  border-radius: 7px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: var(--nblack);
  font-size: 25px;
  transition: all .2s linear;
}
a.btn_cta:hover{
  background-color: #7F6405;
  transition: all .2s linear;
}
.fx1{
  background-color: #683D20;
  background-image: url(../imagens/img-fx1.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 135px;
  padding-bottom: 130px;
  overflow: hidden;
}
.txt{
  color: #fff;
}
.txt h3{
  font-family: var(--mextrabold);
  font-size: 43px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.txt p{
  font-size: 32px;
  line-height: 1.4;
}
.fx2{
  background-color: #A04704;
  background-image: url(../imagens/img-fx2.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 135px;
  padding-bottom: 100px;
  overflow: hidden;
}
.fx3{
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 80px;
}
.fx3 .row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
}
.txt_fx3{
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.txt_fx3 h3{
  font-size: 35px;
  font-family: var(--mbold);
  margin-bottom: 20px;
}
.txt_fx3 p{
  font-size: 22px;
  line-height: 1.6;
}
.post_vant{
  background-color: #F1F1F1;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 10px;
  padding: 0 15px;
  transition: all .2s linear;
} 
.icon_vant img{
  transition: all .2s linear;
}
.title_vant h3{
  font-size: 24px;
  color: #000;
  font-family: var(--mextrabold);
  transition: all .2s linear;
}
.body_vant p{
  color: #7F6405;
  font-size: 16px;
  transition: all .2s linear;
}
.post_vant:hover{
  background-color: #7F6405;
  transition: all .2s linear;
}
.post_vant:hover .icon_vant img{
  filter: invert(1);
  transition: all .2s linear;
}
.post_vant:hover .title_vant h3{
  color: #fff;
  transition: all .2s linear;
}
.post_vant:hover .body_vant p{
  color: #fff;
  transition: all .2s linear;
}
a.btn_cta2{
  display: block;
  margin: 0px auto;
  line-height: 60px;
  width: 600px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  background-color: #000;
  font-size: 25px;
  font-family: var(--nblack);
}
a.btn_cta2:hover{
  background-color: #7F6405;
}
.fx4{
  background-color: #7F6405;
  padding-top: 60px;
  padding-bottom: 60px;
}
.selo{
  padding-top: 35px;
}
.txt_fx4{
  color: #fff;
  margin-bottom: 40px;
}
.txt_fx4 h3{
  font-size: 48px;
  margin-bottom:35px;
}
.txt_fx4 p{
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.txt_fx4 p strong, .txt_fx4 p b{
  font-size: 32px;
  font-family: var(--mbold);
}
.simple{
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  align-items: center;
  color: #000;
}
.body_simple p{
  font-size: 25px;
}
.fx5{
  background-image: url(../imagens/fx2.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.fx5 h2{
  text-align: center;
  font-size: 35px;
  font-family: var(--mbold);
  color: #000;
  margin-bottom: 50px;
}
.post_projetos img{
  border-radius: 0 0 50px 0;
}
.owl-projetos .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-projetos .owl-next,
.owl-projetos .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: 50%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-projetos .owl-next span,
.owl-projetos .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-projetos .owl-nav{
    padding-top: 10px;
  }
  .owl-projetos .owl-prev,
  .owl-projetos .owl-next{
    position: static!important;
    margin: 5px;
  }
}
.owl-projetos .owl-prev{
  left: -7%;
}
.owl-projetos .owl-next{
  right: -7%;  
}
.owl-projetos .owl-next span,
.owl-projetos .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 57px;
  height: 55px;
}
.owl-projetos .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.owl-projetos{
  margin-bottom: 70px;
}
.fx6{
  background-color: #fff;
  padding-top: 145px;
  padding-bottom: 140px;
}
.fx6 h3{
  font-size: 30px;
  color: #000;
  margin-bottom: 35px;
}
.fx6 h3 strong{
  font-family: var(--mextrabold);
}
.accordion h6{
  margin: 0;
  font-size: 15px;
  padding: 20px 50px 20px 30px;
  line-height: 1.2;
  outline: none;
  cursor: pointer;
  background-color: #7F6405;
  color: #fff;
  border-radius: 5px;
  position: relative;
  transition: all .2s linear;
  font-family: var(--mbold);
  margin-bottom: 30px;
}
.accordion h6:after{
  content: '';
  background-image: url(../imagens/seta-baixo.png);
  height: 29px;
  width: 29px;
  position: absolute;
  top: 15px;
  right: 30px;
  transition: all .2s linear;
}
.accordion h6.ui-state-active{
  background-color: #000;
  transition: all .2s linear;
}
.accordion h6.ui-state-active:after{
  filter: invert(1);
  transition: all .2s linear;
  rotate: 90deg;
}
.accordion div + h6{
  border-top: 1px solid #DDD5D0;
}
.accordion div{
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #000;
}
.accordion{
  display: flex;
  flex-direction: column;
}
.footer{
  background-image: url(../imagens/footer.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 794px;
  padding-top: 90px;
  border-bottom: 10px solid #7F6405;
}
.txt_footer{
  color: #fff;
  margin-bottom: 50px;
}
.txt_footer h3{
  font-family: var(--mextrabold);
  font-size: 30px;
  margin-bottom: 20px;
}
.txt_footer p{
  font-size: 22px;
  line-height: 1.6;
}
.fx3 a.btn_cta2{
  margin-top: 80px;
}
.icrd{
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  font-size: 15px;
}
.content_icrd{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 10px;
}
.number_icrd{
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.footer2{
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 130px;
  padding-top: 5px;
  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;
}
.obg{
  color: #fff;
}
@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }

.footer form{
  padding-top: 80px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
}
.footer ::-webkit-input-placeholder { /* Edge */ 
  color: #000!important; 
  font-size: 13px;
} 
.footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ 
  color: #000!important; 
  font-size: 13px;
} 
.footer ::placeholder {
  color: #000!important; 
  font-size: 13px;
}

.footer form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.footer form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: transparent;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.footer iframe{
  width: 100%;
  height: 320px;
}
/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {
    .owl-projetos .owl-prev{
      left: -0%;
    }
    .owl-projetos .owl-next{
      right: -0%;  
    }
  }
  @media (max-width: 991px) {
    .header{
      background-image: url(../imagens/fx1-mobile.jpg);
    }
    a.btn_cta, a.btn_cta2{
      width: 270px;
      margin-left: auto;
      margin-right: auto;
      font-size: 19px;
    }
    a.btn_cta2{
      font-size: 17px;
      margin-top: -50px;
    }
    .header,.fx1,.fx2,.fx3,.fx4,.fx5,.fx6{
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      min-height: auto;
    }
    .footer{
      text-align: center;
      padding-top: 20px;
    }
    .logo{
      margin-bottom: 20px;
    }
    .txt_header{
      margin-bottom: 20px;
    }
    .txt_header h2{
      font-size: 23px;
    }
    .txt_header p{
      font-size: 19px;
    }
    .txt h3{
      font-size: 21px;
      margin-bottom: 10px;
    }
    .txt p{
      font-size: 18px;
    }
    .txt_fx3{
      margin-bottom: 0px;
    }
    .txt_fx3 h3{
      font-size: 22px;
      margin-bottom: 10px;
    }
    .txt_fx3 p{
      font-size: 17px;
    }
    .fx3 a.btn_cta2{
      margin-top: 0px;
    }
    .txt_fx4{
      margin-bottom: 10px;
    }
    .txt_fx4 h3{
      font-size: 30px;
      margin-bottom: 10px;
    }
    .txt_fx4 p{
      font-size: 18px;
    }
    .txt_fx4 p b{
      font-size: 20px;
    }
    .fx5 h2{
      font-size: 26px;
      margin-bottom: 10px;
    }
    .owl-projetos .owl-nav{
      padding-top: 40px;
    }
    .accordion h6{
      text-align: left;
    }
    .footer{
      h3{
        font-size: 22px;
      }
      p{
        font-size: 16px;
      }
      .txt_footer{
        margin-bottom: 20px;
      }
    }
    .content_icrd{
      flex-direction: column;
      align-items: center;
      text-align: center;
      img{
        height: 18px;
        width: 18px;
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .number_icrd{
      flex-direction: column;
    }
    .obg{
      float: left;
      display: block;
    }
    .footer form .btn-enviar-form{
      background-color: #fff;
      color: #000;
      &:hover{
        background-color: #666;
      }
    } 
    .footer2{
      margin-top: 10px;
    }
  }
  @media (max-width: 1025px) {
    .fx1,
    .fx2 {
      position: relative; 
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1; 
    }

    .fx1::before,
    .fx2::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7); 
      z-index: 0; 
    }

    .fx1 > *,
    .fx2 > * {
      position: relative;
      z-index: 2;
    }
  }
@media (min-width: 1200px) {
    .col-lg-offset-5 {
        margin-left: 57%;
    }

    .col-lg-7 {
        width: 43.333333%;
    }
}
/* /responsivo */
