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

/**  cor: #1A3A22;  **/
/**  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_ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    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;
}

@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_Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    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;

}

:root{

  --regular:'Montserrat_Regular';

  --bold:'Montserrat_Bold';

  --medium:'Montserrat_Medium';

  --extralight:'Montserrat_ExtraLight';

}

.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: #1A3A22;
    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: #1A3A22!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #1A3A22;
}
::-moz-selection{
  background: #1A3A22;
}
::selection{
  background: #1A3A22;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #1A3A22;
  border-color: #1A3A22;
}
.lds-ellipsis div{  
  background-color: #1A3A22;
}

.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-color: #fff;

}

.fx_menu{

  padding-top: 40px;
  padding-bottom: 35px;

}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: row;

}

.menu>li{
  display: inline-block;
  position: relative;
}
.menu>li{
  margin-right: 65px;
}

.menu>li>a{
  display: block;  
  color: #222221;  
  padding-right: 0px;
  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;
  color: #1A3A22;
  text-shadow: 1px 0px 1px rgba(26, 58, 34, 1);
}

.menu>li:hover .submenu{
  display: block;
}

.fx_header{

  background-image: url(../imagens/header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 100px;

}

.logo a img{

  display: block;
  margin-left: auto;
  margin-right: auto;

}

.fx1{

  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 95px;

}

.fx1 h2{

  font-family: var(--extralight);
  font-size: 48px;
  color: #1A3A22;
  text-align: center;
  margin-bottom: 70px;

}

.col-md-3:nth-child(even) .card_post{

  margin-top: 70px;

}

.card_post{

  border-radius: 18px 0px;
  background-color: #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 25px 20px;
  row-gap: 10px;

}

.icon_card{

  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

.body_card p{

  font-size: 17px;
  color: #000;
  text-align: center;

}

.fx2{

  padding-top: 70px;
  padding-bottom: 80px;

}

.img_modelo img{

  filter: grayscale(100%);
  border-radius: 18px 0px;
  transition: all .2s linear;

}

.img_modelo:hover img{

  filter: grayscale(0%);
  transition: all .2s linear;

}

.txt_quemsou{

  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;

}

.txt_quemsou p{

  font-size: 20px;
  font-family: var(--bold);
  color: #000;
  line-height: 1;

}

.txt_quemsou h2{

  color: #1A3A22;
  font-family: var(--extralight);
  font-size: 48px;
  line-height: 1;

}

.txt_quemsou span{

  align-self: flex-end;
  font-family: var(--medium);
  color: #000;
  font-size: 15px;

}

.txt_quemsou1{

  margin-bottom: 40px;

}

.txt_quemsou1 p{

  font-size: 15px;
  color: #000;
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 20px;

}

.txt_quemsou2 li{

  font-size: 20px;
  font-family: var(--bold);
  color: #000;

}

.txt_quemsou2 p{

  font-size: 15px;
  color: #000;
  text-align: justify;

}

.fx3{

  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 70px;

}

.title_fx{

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 105px;

}

.title_fx h2{

  text-align: right;
  font-size: 48px;
  font-family: var(--extralight);

}

.title_fx:before{

  content:'';
  display: inline-block;
  background-image: url(../imagens/traco.png);
  background-size: cover;
  width:713px;
  height: 13px;
  background-repeat: no-repeat;

}

.card_area{

  margin-bottom: 45px;

}

.title_card{

  min-height: 45px;
  margin-bottom: 10px;

}

.title_card h4{

  font-family: var(--bold);
  font-size: 20px;
  color: #1A3A22;

}

.body_area p{

  font-size: 15px;
  color: #000;
  text-align: justify;
  line-height: 1.3;

}

.body_area p strong{

  color: #1A3A22;

}

.btn_cta a{

  display: block;
  width: 370px;
  line-height: 60px;
  text-align: center;
  border-radius: 7px;
  border: 3px solid #1A3A22;
  font-size: 25px;
  color: #1A3A22;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  transition: all .2s linear;
  perspective: 3px;

}

.btn_cta a:hover{

  color: #fff;
  font-family: var(--bold);

}

.btn_cta a:after{

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1A3A22;
  transition: all .2s linear;
  z-index: -1;

}

.btn_cta a:hover:after{

  width: 100%;
  transition: all .2s linear;

}

.fx4{

  background-color: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 70px;

}

.fx4 h2{

  font-family: var(--extralight);
  font-size: 48px;
  color: #1A3A22;
  margin-bottom: 65px;

}

.img_blog img{

  border-radius: 10px;

}

.img_blog{

  margin-bottom: 30px;

}

.body_blog{

  margin-bottom: 55px;

}

.body_blog p{

  font-size: 18px;

}

.btn_blog span{

  font-family: var(--extralight);
  border-radius: 7px;
  border: 1px solid #1A3A22;
  color: #1A3A22;
  display: block;
  width: 150px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  perspective: 3px;

}

.box_blog:hover .btn_blog span{

  color: #fff;

}

.btn_blog span:after{

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1A3A22;
  z-index: -1;
  transition: all .2s linear;

}

.box_blog:hover .btn_blog span:after{

  width: 100%;

}

.owl-blog .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-blog .owl-next,
.owl-blog .owl-prev{
  line-height: 0;
  background-color: transparent!important;
  outline: none;
  position: absolute;  
  bottom: -24%;
  transform: translate(0%,-50%);
  z-index: 2;
}
.owl-blog .owl-next span,
.owl-blog .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-blog .owl-nav{
    padding-top: 10px;
  }
  .owl-blog .owl-prev,
  .owl-blog .owl-next{
    position: static!important;
    margin: 5px;
  }
}

.owl-blog .owl-prev{
  left: 15px;
}
.owl-blog .owl-next{
  right: 15px;  
}

.owl-blog .owl-next span,
.owl-blog .owl-prev span{
  background-image: url(../imagens/seta-esq.png);
  width: 62px;
  height: 62px;
}
.owl-blog .owl-next span{
  background-image: url(../imagens/seta-dir.png);
}

.footer{

  background-image: url(../imagens/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;

}

.btn_wpp{

  display: flex;
  justify-content: row;
  justify-content: flex-end;
  margin-bottom: 70px;

}

.txt_footer{

  color: #fff;

}

.txt_footer h2{

  font-family: var(--extralight);
  font-size: 38px;
  margin-bottom: 10px;

}

.txt_footer p{

  font-size: 14px;
  margin-bottom: 25px;

}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 10px; 
  height: 34px;
  background-color: transparent;
  border: 1px solid #fff;
}
.footer ::-webkit-input-placeholder { /* Edge */ color: #fff!important; } .footer :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff!important; } .footer ::placeholder {color: #fff!important; }

.footer form textarea{
  height: 92px;
  margin-bottom: 25px;
}

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

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

.icrd{

  padding-top: 100px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;

}

.body_icrd p{

  font-size: 20px;
  color: #fff;

}

.body_icrd span{

  font-family: var(--bold);
  font-size: 15px;
  color: #fff;

}

.icrd_post{

  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;

}

.icrd2{

  padding-top: 150px;
  padding-left: 0px;

}


.footer2{
   
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 60px;
  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;
}

@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) {

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

    .fx_menu{

      padding-top: 0;
      padding-bottom: 0;

    }

    .header .container{

      padding-right: 15px!important;

    }

    .fx1{

      padding-top: 0px;
      padding-bottom: 30px;
      text-align: center;

    }

    .fx1 h2{

      font-size: 29px;
      margin-bottom: 20px;

    }

    .col-md-3:nth-child(even) .card_post{

      margin-top: 0px;

    }

    .fx2{

      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center;

    }

    .img_modelo{

      margin-bottom: 20px;

    }

    .txt_quemsou{

      margin-bottom: 10px;

    }

    .txt_quemsou h2{

      font-size: 25px;

    }

    .txt_quemsou span{

      align-self: center;

    }

    .txt_quemsou p{

      font-size: 14px;

    }

    .fx3{

      padding-top: 30px;
      padding-bottom: 30px;

    }

    .title_fx{

      align-items: center;
      justify-content: center;
      margin-bottom: 10px;

    }

    .title_fx:before{

      display: none;

    }

    .title_fx h2{

      text-align: center;
      font-size: 25px;

    }

    .title_card{

      min-height: auto;
      text-align: center;

    }

    .btn_cta a{

      width: 270px;
      font-size: 17px;
      margin-right: auto;
      margin-left: auto;

    }

    .fx4{

      padding-top: 30px;
      padding-bottom: 0px;
      text-align: center;

    }

    .fx4 h2{

      margin-bottom: 20px;
      font-size: 25px;

    }

    .img_blog{

      margin-bottom: 10px;

    }

    .body_blog{

      margin-bottom: 10px;

    }

    .body_blog p{

      font-size: 15px;

    }

    .btn_blog span{

      margin-right: auto;
      margin-left: auto;

    }

    .footer{

      padding-top: 40px;
      background-color: #284c2e;
      text-align: center;
    }

    .btn_wpp{

      justify-content: center;
      margin-bottom: 20px;

    }

    .txt_footer h2{

      font-size: 27px;

    }

    .txt_footer p{

      font-size: 13px;

    }

    .icrd{

      padding-left: 0px;
      padding-top: 40px;

    }

    .icrd_post{

      flex-direction: column;

    }

    .fx1 .row{

      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 30px;

    }


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

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

  }
/* /responsivo */



/* menu responsivo  2 #1A3A22 */ 
  @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;
      border: 1px solid #000;
    }

    .menu{
      display: none;
      background-color:  #1A3A22;
      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  #1A3A22;
        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*/
