@charset "UTF-8";
/* Tema do cliente */

/**  cor: #866E35;  **/
/**  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: 'Barlow_Regular';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow_Bold';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow_extra_light';
    src: url('../fonts/Barlow-ExtraLight.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow_semibold';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
strong, b{
  font-weight: lighter;
  font-family: 'Barlow_Bold';
}
body{
  font-family: 'Barlow_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:'Barlow_Regular';
  --extralight:'Barlow_extra_light';
  --semibold:'Barlow_semibold';
  --bold:'Barlow_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!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #866E35;
    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: #866E35!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #866E35;
}
::-moz-selection{
  background: #866E35;
}
::selection{
  background: #866E35;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #866E35;
  border-color: #866E35;
}
.lds-ellipsis div{  
  background-color: #866E35;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}


/* start */



body{
  background-color: #202120; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header{
  position: absolute;
  width: 100%;
  z-index: 3;
  color: #fff;
  padding-top: 35px;
}
.logo img{
  padding-top: 5px;
}
.tel{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}
.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 35px;
}

.menu>li>a{
  display: block;  
  color: #FFF;  
  padding-right: 0px;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}

.menu li:last-child{
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  background-image: none;
}

.menu>li:hover>a,
.menu>li>a.active{
  text-decoration: none;
}
.menu>li>a:after{
  content: '';
  width: 100%;
  height: 3px;
  background-color: #866E35;
  bottom: -10px;
  position: absolute;
  left: -0px;
  opacity: 0;
  transition: all .2s linear;
}
.menu>li>a:hover:after{
  opacity: 1;
  transition: all .2s linear;
}
.menu>li:hover .submenu{
  display: block;
}
.owli a{
  height: 831px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-banner .owl-dots .owl-dot{
  outline: none;
}
.owl-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 0px;
  height: 0px;
}
.owl-banner .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-banner .owl-dots .owl-dot.active span, .owl-banner .owl-dots .owl-dot:hover span{
  background-color: red;
}
.fx1{
  margin-top: -160px;
  position: relative;
  z-index: 2;
}
.list_card{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.card_fx1{
  background-color: #434443;
  max-width: 211px;
  width: 20%;
  text-align: center;
  color: #fff;
  min-height: 290px;
  position: relative;
  padding-top: 25px;
  font-size: 24px;
  font-family: var(--semibold);
  min-height: 288px;

  img{
    margin-bottom: 20px;
  }

  :after{
    content:'';
    background-image: url(../imagens/seta.png);
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%,-50%);
  }
}
.fx2{
  background-color: #202120;
  padding-top: 80px;
  padding-bottom: 85px;
}
.card_servicos{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
  color: #fff;

  .txt_serv{
    padding-bottom: 60px;
    h2{
      font-family: var(--extralight);
      font-size: 64px;
      margin-bottom: 70px;
      padding-top: 5px;
    }
    h3{
      font-family: var(--bold);
      font-size: 40px;
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
    }
    a.btn_cta{
      display: block;
      margin-top: 40px;
      width: 170px;
      line-height: 45px;
      background-color: #866E35;
      font-size: 16px;
      text-align: center;
      transition: all .2s linear;
      color: #fff;
      &:hover{
        transition: all .2s linear;
        transform: scale(1.1);
      }
    }
  }
}
.owl-servicos .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-servicos .owl-next,
.owl-servicos .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -5%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-servicos .owl-next span,
.owl-servicos .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-servicos .owl-nav{
    padding-top: 10px;
  }
  .owl-servicos .owl-prev,
  .owl-servicos .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-servicos .owl-prev{
  left: 67%;
}
.owl-servicos .owl-next{
  right: 23%;  
}

.owl-servicos .owl-next span,
.owl-servicos .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 36px;
  height: 36px;
}
.owl-servicos .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx3{
  background-color: #E8E8E8;
  padding-top: 75px;
  padding-bottom: 150px;
  h2{
    text-align: center;
    color: #060606;
    font-family: var(--extralight);
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.owl-clientes .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-clientes .owl-next,
.owl-clientes .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -150%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.owl-clientes .owl-next span,
.owl-clientes .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-clientes .owl-nav{
    padding-top: 10px;
  }
  .owl-clientes .owl-prev,
  .owl-clientes .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-clientes .owl-prev{
  left: 1%;
}
.owl-clientes .owl-next{
  right: 90%;  
}

.owl-clientes .owl-next span,
.owl-clientes .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 36px;
  height: 36px;
}
.owl-clientes .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}
.fx4{
  padding-top: 55px;  
  background-color: #E8E8E8;
  h2{
    font-size: 64px;
    font-family: var(--extralight);
    color: #060606;
    margin-bottom: 20px;
  }
}
.list_produtos{
  background-image: url(../imagens/fx1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  .card_produtos{
    width: 100%;
    min-height: 658px;
    position: relative;
    background-size: cover;
    background-repeat: cover;
    transition: all .2s linear;
    background-position: center center;
    &:hover{
      transition: all .2s linear;
    }
    .number{
      font-size: 64px;
      color: #fff;
      background-color: #866E35;
      display: block;
      width: 76px;
      height: 76px;
      text-align: center;
      margin-left: auto;
    }
    .name{
      color: #fff;
      width: 100%;
      height: 100%;
      font-size: 32px;
      font-family: var(--extralight);
      transform: rotate(90deg);
      position: absolute;
      right: 160px;
      top: -30px;
    }
  }
}
.owl-produto .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-produto .owl-next,
.owl-produto .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  top: -5%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.owl-produto .owl-next span,
.owl-produto .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-produto .owl-nav{
    padding-top: 10px;
  }
  .owl-produto .owl-prev,
  .owl-produto .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-produto .owl-prev{
  left: 90%;
}
.owl-produto .owl-next{
  right: 0%;  
}

.owl-produto .owl-next span,
.owl-produto .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 36px;
  height: 36px;
}
.owl-produto .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}


.footer{
  min-height: 300px;
  background-color: #E8E8E8;
}
.form_box{
  h2{
    font-size: 40px;
    color: #1D1D1B;
    margin-bottom: 20px;
  }
  margin-top: -20px;
  background-color: #CFCFCF;
  padding: 40px;
  position: relative;
  z-index: 999;
}
.list_form{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 20px;
  border-radius: 0; 
  height: 49px;
  background-color: transparent;
  border: 1px solid #000;
  width: 325px;
}
.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: 117px;
  margin-bottom: 25px;
}
.footer form .btn-enviar-form{
  display: block;  
  border: none;
  width: 106px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #866E35;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  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;
}
.hold_footer{
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
}
.icrd{
  padding-top: 60px;
  h2{
    font-size: 40px;
    color: #060606;
    margin-bottom: 30px;
  }
  .content_icrd{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    color: #060606;
    margin-bottom: 20px;
  }
}

.footer2{
  background-color: #181918;
  font-size: 11px;
  color: #FFF;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 30px;
  text-align: center;
}

.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{
  padding-top: 10px;
  text-align: center;
}

@media (max-width: 990px) {.copyright,.footer2 *{text-align: center; } .footer2 .row>div{width: 100%; } }

/* responsivo */    
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ {
    .menu>li{
      margin-right: 17px;
    } 
    .menu>li>a{
      font-size: 14px;
    }
    .list_card{
      column-gap: 0px;
    }
    .card_servicos{
      grid-template-columns: 60% auto;
      img{
        max-width: 100%;
      }
      .txt_serv{
        padding-bottom: 50px;
        h2{
          font-size: 50px;
          margin-bottom: 20px;
        }
      }
    }
    .hold_footer{
      grid-template-columns: 60% auto;
    }
    .footer form input,.footer form textarea {
      width: 100%;
    }
    .list_produtos{
      .card_produtos{
        .name{
          right: 120px;
          top: 0px;
        }
      }
    }
  }
  @media (max-width: 991px)/* mobiles */ { 
    .header{
      position: static;
      .tel{
        display: none;
      }
    }
    .list_card{
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
      .card_fx1{
        width: 100%;
        font-size: 16px;
        min-height: 240px;
        padding-bottom: 60px;
      }
    }
    .fx1{
      margin-top: 0px;
      padding-top: 10px;
    }
    .fx2{
      padding-bottom: 0px;
    }
    .card_servicos{
      text-align: center;
      grid-template-columns: auto;
      img{
        max-width: 100%;
      }
      a.btn_cta{
        margin-right: auto;
        margin-left: auto;
      }
      .txt_serv{
        h2{
          font-size: 34px;
          margin-bottom: 5px;
        }
        h3{
          font-size: 30px;
          margin-bottom: 10px;
        }
      }
    }
    .fx3{
      padding-top: 20px;
      padding-bottom: 0px;
      h2{
        font-size: 30px;
        margin-bottom: 20px;
      }
    }
    .owliclientes{
      img{
        display: block;
        margin-right: auto;
        margin-left: auto;
      }
    }
    .fx4{
      padding-top: 0px;
      h2{
        text-align: center;
        font-size: 30px;
      }
    }
    .list_produtos .card_produtos{
      min-height: 370px;
      overflow: hidden;
    }
    .list_produtos .card_produtos .name{
      right: 80px;
      top: 50px;
      font-size: 22px;
    }
    .hold_footer{
      grid-template-columns: auto;
      .form_box{
        padding: 0px;
        max-width: 100%;
      }
      .list_form{
        grid-template-columns: auto;
      }
    }
    .footer form input, .footer form textarea{
      max-width: 100%;
      width: 100%;
    }
    .icrd{
      padding-top: 30px;
      text-align: center;
      .content_icrd{
        text-align: center;
        flex-direction: column;
        align-items: center;
      }
    }
    .footer2{
      padding-top: 40px;
    }
    .menu>li>a:after{
      display: none;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/* menu responsivo  2 #564929 */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9998;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #564929;
      width: 265px;      
      margin-top: 0px!important;
      height: auto;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    .menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #564929;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
      background-image: none;
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

    .header a.logo img{
      max-height: 50px;
      width: auto;
      margin-top: 0;
    }

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header .row{
      margin: 0;
    }

    .header .row > div{
      padding: 0;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .header .container{
      padding-right: 70px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/
/*contato*/
.fx_hold_contato{
  background-image: url(../imagens/fx1-contato.jpg);
  background-size: cover;
  background-position: top center;
  .fx_bread{
    background-image: none;
  }
}
.fx_bread{
  min-height: 400px;
  padding-top: 205px;
  text-align: center;
  color: #fff;
  .bread{
    color: #fff;
    h2{
      font-size: 64px;
      font-family: var(--bold);
      margin-bottom: 20px;
      &:after{
        content: '';
        display: block;
        width: 70px;
        height: 5px;
        background-color: #866E35;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
      }
    }
    a,span{
      font-size: 16px;
    }
    span{
      font-family: var(--bold);
    }
  }
}
.fx1_contato{
  padding-top: 25px;
  padding-bottom: 60px;
  .icrd{
    padding-top: 0px;
    h2{
      color: #fff;
      margin-bottom: 50px;
    }
    .content_icrd{
      p{
        color: #fff;
      }
    }
  }
}
.form_contato{
  h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.form_contato form input,
.form_contato form textarea,
.form_contato form select{
  font-size: 15px;
  margin-bottom: 20px;
  border-radius: 0; 
  height: 49px;
  background-color: #CFCFCF;
  border: 0;
}
.form_contato ::-webkit-input-placeholder { 
  /* Edge */ 
  color: #333!important; 
  font-size: 15px;
} 
.form_contato :-ms-input-placeholder { 
  /* Internet Explorer 10-11 */ 
  color: #333!important; 
  font-size: 15px;
} 
.form_contato ::placeholder {
  color: #333!important;
  font-size: 15px; 
}

.form_contato form textarea{
  height: 117px;
  margin-bottom: 20px;
}

.form_contato form .btn-enviar-form{
  display: block;  
  border: none;
  width: 106px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #866E35;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.form_contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.form_contato iframe{
  width: 100%;
  height: 320px;
}
.fx2_contato iframe{
  width: 100%;
  height: 345px;
}
.footerct{
  min-height: auto;
}
/* responsivo */   
  @media (max-width: 991px)/* mobiles */ {  
    .fx_bread{
      min-height: auto;
      padding-top: 20px;
      .bread{
        h2{
          font-size: 30px;
        }
      }
    }
    .fx1_contato{
      padding-bottom: 10px;
      .icrd{
        h2{
          margin-bottom: 20px;
        }
        margin-bottom: 30px;
      }
    }
    .list_form{
      grid-template-columns: auto;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/*sobre*/
.fx_bread{
  background-image: url(../imagens/fx-bg.jpg);
}
.fx1_sobre{
  color: #fff;
  padding-top: 115px;
  padding-bottom: 100px;
}
.txt_editor{
  h2{
    font-size: 64px;
    font-family: var(--extralight);
  }
  p{
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.fx2_sobre{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  color: #000;
}
.fx3_sobre{
  padding-top: 70px;
  padding-bottom: 120px;
  color: #fff;
  .txt_editor{
    margin-bottom: 20px;
    h3{
      font-size: 40px;
      font-family: var(--bold);
      margin-bottom: 15px;
    }
  }
}
.card_mvv{
  img{
    margin-bottom: 15px;
  }
  h3{
    font-size: 25px;
    font-family: var(--bold);
    font-weight: bolder;
    color: #fff;
  }
  p{
    font-size: 20px;
    color: #fff;
  }
}
/* responsivo */  
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 

  }
  @media (max-width: 991px)/* mobiles */ {
    .fx1_sobre,.fx2_sobre,.fx3_sobre{
      padding-top: 10px;
      padding-bottom: 20px;
    } 
    .txt_editor{
      text-align: center;
      h2{
        font-size: 30px;
      }
      p{
        font-size: 18px;
      }
    }
    .card_mvv{
      text-align: center;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/*serviços*/
.fx1_servicos{
  background-color: #202120;
  padding-top: 110px;
  .title_servicos{
    padding-bottom: 80px;
    h2{
      font-size: 54px;
      font-family: var(--extralight);
      color: #fff;
      text-align: center;
    }
  }
  .body_servicos{
    background-image: url(../imagens/fx-serv.png);
    min-height: 1187px;
  }
}
.list_servicos_pg{
  display: grid;
  grid-template-columns: 50% 50%;
  .card_produtos{
    min-height: 593px;
    max-width: 586px;
    width: 100%;
    position: relative;
    background-size: cover;
    transition: all .2s linear;
    background-position: center center;
    &:hover{
      transition: all .2s linear;
      .front_card{
        display: none;
        transition: all .2s linear;
      }
      .back_card{
        display: block;
        opacity: 1;
        transition: all .2s linear;
      }
    }
    .number{
      font-size: 64px;
      color: #fff;
      background-color: #866E35;
      display: block;
      width: 76px;
      height: 76px;
      text-align: center;
      margin-right: auto;
    }
    .name{
      color: #fff;
      width: 100%;
      font-size: 32px;
      font-family: var(--bold);
      transform: rotate(90deg);
      position: absolute;
      left: calc(50% - 530px);
      top: calc(50% - -80px);
    }
  }
  .back_card{
    display: none;
    max-width: 586px;
    opacity: 0;
    transition: all .2s linear;
    position: relative;
    z-index: 5;
    min-height: 593px;
    color: #fff;
    perspective: 3;
    &:after{
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: rgba(0,0,0,0.5);;
    }
    .txt_back{
      padding-left: 20px;
      padding-top: 30px;
    }    
    h3{
      font-size: 32px;
      font-family: var(--bold);
      margin-bottom: 20px;
    }
    p{
      font-size: 20px;
      margin-bottom: 40px;
    }
    a.btn_cta{
      display: block;
      width: 170px;
      line-height: 45px;
      text-align: center;
      color: #fff;
      background-color: #866E35;
      transition: all .2s linear;
        &:hover{
          transition: all .2s linear;
          transform: scale(1.1);
        }
    }
    .number p{
      font-size: 64px!important;
      color: #fff;
      background-color: #866E35;
      display: block;
      width: 76px;
      height: 76px;
      text-align: center;
      margin-right: auto;

    }
  }
}
/* 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 */ { 
    .list_servicos_pg{
      .card_produtos{
        .name{
          left: calc(50% - -420px);
          top: calc(50% - -30px);
        }
      }
    }

  }
  @media (max-width: 991px)/* mobiles */ { 
    .list_servicos_pg{
      grid-template-columns: 100%;
      .card_produtos{
        .name{
          left: -90px;
          top: 220px;
          font-size: 25px;
        }
      }
    }
    .txt_back{
      padding-right: 20px;
    }
    .fx_bread{
      padding-bottom: 5px;
    }
    .fx1_servicos{
      padding-top: 20px;
      .title_servicos{
        padding-bottom: 20px;
        h2{
          font-size: 26px;
        }
      }
      
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/*clientes*/
.fx1_clientes{
  padding-top: 110px;
  padding-bottom: 130px;
  h2{
    color: #fff;
    font-size: 54px;
    text-align: center;
    font-family: var(--extralight);
    margin-bottom: 70px;
  }
}
.list_clientes{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  img{
    max-width: 100%;
  }
}
/* responsivo */  
  @media (min-width: 992px) and (max-width: 1199px)/* 1024 */ { 
  

  }
  @media (max-width: 991px)/* mobiles */ { 
    .fx1_clientes{
      padding-top: 20px;
      padding-bottom: 40px;
      h2{
        font-size: 27px;
        margin-bottom: 20px;
      }
    }
  }
  @media (max-width: 767px) {

  }
  @media (max-width: 481px) {

  }
  @media (max-width: 361px) {

  }
/* /responsivo */
/*galeria*/
.fx1_galeria{
  padding-top: 115px;
  padding-bottom: 120px;
}
.card_galeria{
  text-align: center;
  margin-bottom: 30px;
  img{
    margin-bottom: 20px;
    max-width: 100%;
  }
  p{
    font-size: 20px;
    font-family: var(--extralight);
    color: #fff;
  }
}
.list_fotos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  img{
    width:270px;
    height: 270px;
  }
}