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

/**  cor: #AC466D;  **/
/**  cor-hover: #AC466D;  **/


/* 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: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}


strong, b{
  font-weight: lighter;
  font-family: 'montserratsemibold';
}


.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}

.wpcf7-recaptcha{
  margin-bottom: 20px;
}

@media (max-width: 1555px) {.footer{padding-bottom: 80px!important; } }
@media (min-width: 1200px) {.container{padding: 0px; } }
/*.container{
  max-width: 1000px;
}*/



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



a:link, a:visited{
  color: inherit;
}
a:hover,a:active{
  color: #AC466D;
}
::-moz-selection{
  background: #AC466D;
}
::selection{
  background: #AC466D;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #AC466D;
  border-color: #AC466D;
}
.lds-ellipsis div{  
  background-color: #AC466D;
}

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

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

body{
  font-family: 'montserratregular';
  background-color: #FFF;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
  background-image: url(../imagens/fundo-topo.png);
  height: 228px;
  background-position: center top;
  background-repeat: no-repeat;
}

.owli a{
  height: 672px;
  width: 100%!important;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot{
  outline: none;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot span{
  transition: all .2s linear;
  background-color: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #AD466E;
}

a.logo{
  position: relative;
  top: 6px;
  left: -46px;
}

.nav{
  float: left;
  margin-left: 70px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

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

.menu>li>a{
  transition: all .2s linear;
  display: block;  
  padding-right: 0px;
  /*background-image: url(../imagens/);*/
  background-repeat: no-repeat;
  background-position: right center;
  font-family: 'montserratsemibold';
  font-size: 14px;
  color: #FFFFFF;
}

.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: #E36092;
}

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


/* menu responsivo  2 #B4416F */ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -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:  #B4416F;
      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  #B4416F;
        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{
      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{
      
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/

.tel{
  font-family: 'montserratsemibold';
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 20px;
  display: inline-block;
  padding-left: 30px;
}

.tel img{
  position: relative;
  top: -3px;
}

a.whats{
  display: inline-block;
  background-color: #17B15C;
  margin-left: 20px;
  padding: 7px;
  margin-top: 15px;
  border-radius: 5px;
  color: #FFF;
  transition: all .2s linear;
  font-family: 'montserratsemibold';
}

a.whats:hover{
  background-color: #2DE27E;  
}

.whats img{
  position: relative;
  top: -3px;
}

.lahome{
  background-image: url(../imagens/fundo-home.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.fx1{
  padding-top: 50px;
}

.fx1 h1{
  margin-top: 0;
  font-family: 'montserratsemibold';
  font-size: 49px;
  color: #AC466D;
}

.fx1 h1 span{
  display: block;
  font-size: 36px;
  color: #672C44;
}

.fx1 p{
  font-size: 15px;
  color: #000;
}

.fx2{
  padding-top: 130px;
}

.fx2 h2 img{
  float: left;
  margin-right: 10px;
}

.fx2 h2{
  font-family: 'montserratsemibold';
  font-size: 26px;
  color: #6C2944;
  margin-bottom: 15px;
}

.fx2 .itens p,
.itens{
  font-size: 13px;
}

.fx2 p{
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.fx3 p{
  max-width: 930px;
}


.linha{
  border-top: 1px solid rgb(236,236,236);
  margin-top: 60px;
  margin-bottom: 60px;
}

.fx3 h2{
  margin-top: 0;
  font-family: 'montserratsemibold';
  font-size: 36px;
  color: #8C3958;
  margin-bottom: 20px;
}

.fx3 p{
  font-size: 17px;
  color: #202020;
}

.owl-frota .owl-nav{
  display: block!important;
  margin-top: 0;
}
.owl-frota .owl-prev{
  left: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;

}
.owl-frota .owl-next{
  right: 15px;
  line-height: 0;
  background-color: transparent!important;
  outline: none;
 
}
.owl-frota .owl-prev span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-esq.png);
  width: 34px;
  height: 40px;
  display: block;
}
.owl-frota .owl-next span{
  font-size: 1px;
  background-color: transparent!important;
  color: transparent!important;
  line-height: 0;
  background-image: url(../imagens/seta-dir.png);
  width: 34px;
  height: 40px;
  display: block;
}

.frotacard{
  background-color: #FFF;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  display: block;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

.frtxt{
  padding: 20px;
  font-size: 14px;
  color: #444444;
}


.fx4{
  padding: 80px 0;
  text-align: center;
}

.fx4 h1{
  font-family: 'montserratsemibold';
  font-size: 46px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 30px;
}

a.cta{
  font-size: 17px;
  color: #FFF;
  display: inline-block;
  padding: 30px 70px;
  transition: all .2s linear;
  background-color: #00B285;
  border-radius: 500px;
}

a.cta:hover{
  background-color: #36DDB3;  
}


.finfo{
  color: #FFF;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}
.finfo b{
    display: block;
}  
@media (min-width: 992px) {
  .finfo{
    position: relative;
    padding-left: 35px;
  }
  .finfo img{
    position: absolute;
    left: 0;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .finfo img{
    display: block;
    margin: 0 auto 5px auto;
  }
  .finfo{
      width: 100%;    
    text-align: center;
    margin-bottom: 20px;
  }
}
 

.footer{
  background-color: #3D1828;
  padding-top: 45px;
}


.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 12px;
  color: #AFA8AB;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 35px;
}

.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: #AFA8AB;
  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%; } }




.titulo{
  background-image: url(../imagens/fundo-titul.jpg);
  height: 241px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.titulo h2{
  color: #FFF;
  font-size: 40px;
  text-align: center;
  margin-top: 0;
  font-family: 'montserratsemibold';
}

.ctaorc{
  position: relative;
  z-index: 889;
}

.ctaorc .container{
  position: relative;
}


a.cta2{
  font-size: 17px;
  color: #FFF;
  display: inline-block;
  padding: 15px 40px;
  transition: all .2s linear;
  background-color: #00B258;
  border-radius: 500px;
  position: absolute;
  right: 0;
  top: -118px;
}

a.cta2:hover{
  background-color: #36DDB3;  
}

.bread{
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #1F1F1F;
  margin-bottom: 90px;
}

.int h1, .int h2{
  font-family: 'montserratsemibold';
  font-size: 26px;
  color: #6C2844;
}

.pg-contato h2{
  margin-bottom: 30px;
}


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

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

  .wpcf7-form-control-wrap span{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 4px;
  }

  div.wpcf7-validation-errors{
    background-color: #f7e700;
    color: #333;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ng{
    background-color: #ff0000;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }

  div.wpcf7-mail-sent-ok{
    background-color: #398f14;
    color: #FFF;
    padding: 10px 20px;
    font-weight: bold;
  }
/* noovo css form */

.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 20px 30px;

  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 60px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select{
  font-size: 12px;
  margin-bottom: 15px;
  /* border-radius: 0; */
  height: 40px;
  background-color: #F0F0F0;
  border: 0;
}

.pg-contato form textarea{
  height: 110px;
  margin-bottom: 25px;
}

.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #00B285;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
  margin-bottom: 0;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

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

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

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


.pg-contato iframe{
  width: 100%;
  height: 320px;
}

.int{
  padding-bottom: 80px;
}

.ftels{
  text-align: center;
  font-size: 15px;
  color: #333;
}

.ftels img{
  margin-bottom: 10px;
}

.bords{
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  height: 97px;
  margin-bottom: 50px;
}

.fotoimg{
  position: relative;
  background-color: #491E30;
  margin-bottom: 15px;
}

.fotoimg span{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  white-space: nowrap;
  line-height: 42px;
  color: #B4416F;
  border: 1px solid #B4416F;
  border-radius: 50px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 30px;
}

.fotos{
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 271px;
  margin-right: auto;
  margin-left: auto;
}

.ftsombra{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(73,30,48, 0.8);
  opacity: 0;
  transition: all .2s linear;
}

.fotos:hover .ftsombra{
  opacity: 1;
}

.footer .whats{
  margin-left: 0;
}

.imgg{
  display: block;
  margin-bottom: 20px;
}

.pg-fotos h1{
  margin-top: 0;
  font-size: 35px;
  color: #525252;
}


.frotal{
  margin-bottom: 30px;
}

.frotal a{
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  color: #1F1F1F;
  background-color: #ECECEC;
  font-size: 13px;
  margin-right: 4px;
  transition: all .2s linear;
  margin-bottom: 4px;
}

.frotal a.active,
.frotal a:hover{
  color: #FFF;
  background-color: #CD133D;
}

.mvv{
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 30px;
}

.mvv h2{
  margin-top: 0;
  font-family: 'montserratsemibold';
  font-size: 26px;
  color: #6C2744;
}

.mvv p{
  font-size: 15px;
  color: #1F1F1F;
  line-height: 1.45;
}

.pg-serv h4{
  text-align: center;
  font-size: 21px;
  color: #1F1F1F;
  font-family: 'montserratsemibold';
  margin-bottom: 70px;
  margin-top: 0;
}

.pg-serv h2{
  margin-bottom: 20px;
}

.pg-serv h2 img{
  float: left;
  margin-right: 15px;
}

.pg-serv p{
  font-size: 15px;
  color: #1F1F1F;
  margin-bottom: 20px;
}

.serv2{
  background-color: #F5F5F5;
  min-height: 390px;
}

.rel{
  position: relative;
}

.serv2 .servicoimg{
  position: absolute;
  left: 0;
  top: -40px;
}

.serv2 h2{
  margin-top: 60px;
}


.serv3{
  padding-bottom: 60px;
  padding-top: 10px;
}

.serv4{
  background-color: #F5F5F5;
  min-height: 390px;
}


.serv4 .servicoimg{
  position: absolute;
  left: 0;
  top: -40px;
}

.serv4 h2{
  margin-top: 60px;
}

.serv3 h2{
  margin-top: 60px;
}

.posserv{
  padding-top: 60px;
}


.imgp{
  display: block;
  margin-bottom: 20px;
}

.fx2 img{
  max-width: 130px;
}

.serv3 .servicoimg {
    width: 720px;
    height: auto;
    margin-top: 30px;
}

/* responsivo */  
  @media (min-width: 1200px) { }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .nav{
      float: none;
    }

    .header{
      text-align: right;
      background-image: url(../imagens/fundo-topo-md.png);
    }

    .fx3 p {
        max-width: 730px;
    }

    .serv1 .servicoimg{
        width: 500px;
        height: auto;
    }

    .serv2 .servicoimg {
        position: absolute;
        left: 0;
        width: 460px;
        top: 20px;
        height: auto;
    }

    .serv3 .servicoimg {
        width: 550px;
        height: auto;
        margin-top: 70px;
    }

    .serv4 .servicoimg {
        position: absolute;
        left: 0;
        width: 460px;
        top: 20px;
        height: auto;
    }


    .frotaimg{
      max-width: 100%;
      height: auto;
    }


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

    .header{
      position: static;
      background-color: #FFF;
      text-align: center;
    }

    .tel{
      color: #333;
      padding-left: 0;
    }

    a.logo{
      left: 0;
      float: left;
    }

    .fx1 h1 span {
        font-size: 26px;
    }
    .fx1 h1  {
        font-size: 36px;
    }

    .lahome{
      text-align: center;
    }

    .fx2{
      padding-top: 40px;
    }

    .fx2 h2 img{
      float: none;
      display: block;
      margin: 0 auto;
      margin-bottom: 5px;
    }

    .fx4 h1{
      font-size: 26px;
    }

    a.cta {
        font-size: 15px;
        padding: 20px 30px;
    }

    .footer{
      text-align: center;
    }

    .footer .whats{
      margin-bottom: 30px;
    }

    .mvv{
      text-align: center;
    }

    .ctaorc{
      display: none;
    }

    .titulo{
      height: auto;
      padding: 40px 0;
      text-align: center;
    }

    .titulo h2{
      font-size: 26px;
    }

    .bread{
      margin-bottom: 40px;
    }

    .int h1, .int h2{
      font-size: 22px;
    }

    .frotaimg{
      max-width: 100%;
      height: auto;
      margin-top: 30px;
    }

    .frotal{
      text-align: center;
    }

    .bords{
      border: 0;
      height: auto;
      margin-top: 20px;
      margin-bottom: 20px;
    }

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

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

  }
/* /responsivo */

.posserv .alignnone,
.fx2 .alignnone{
  max-width: 23%;
  height: auto;
}