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

/**  cor: #77C0BF;  **/
/**  cor-hover: #77C0BF;  **/


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

}

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

@font-face {
    font-family: 'mulibold';
    src: url('../fonts/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli-bold-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: 'mulibold';
}


.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: #77C0BF;
}
::-moz-selection{
  background: #77C0BF;
}
::selection{
  background: #77C0BF;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #77C0BF;
  border-color: #77C0BF;
}
.lds-ellipsis div{  
  background-color: #77C0BF;
}

.editor, .editor p, .editor li{
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  text-align: justify;
}

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

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


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

a.logo img{
  margin-top: 3px;
  transition: all .2s linear;
}



.tel{
  text-align: right;
  font-family: 'open_sansbold';
  color: #00007B;
  font-size: 18px;
  margin-top: 21px;
}


.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 60px;
  text-align: right;
}

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

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

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

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

/* menu responsivo 2*/ 
  @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:  #00005C;
      width: 265px;      
      margin-top: 0px!important;
    }

    .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  #00005C;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block;
      text-align: left;
      line-height: 30px;
      height: auto!important;
    }

    .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: 10px;      
      text-align: center;
    }



    .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) {
    
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/



.spani{
  display: inline-block;
  width: 30px;
}

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

.owli a{
  height: 918px;
  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: 70px;
  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: #41A2D4;
}



.headerspacer{
  height: 123px;
}




.fx1{
  background-image: url(../imagens/fx1.png);
  height: 851px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -70px;
  position: relative;
  z-index: 877;
  padding-top: 280px;
}

.iconeholder{
  height: 99px;
  margin-bottom: 10px;
}

.fx1{
  text-align: center;
  color: #FFF;
  font-family: 'mulibold';
  font-size: 23px;

}

.fx2{
  background-image: ;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 74px;
  
  background: url(../imagens/fx2.png) center bottom no-repeat,url(../imagens/fx2-2.png) center top repeat-y;

  background-color: #EEEEEE;

}

.fx3 h1,
.fx2 h1{
  margin-top: 0;
  font-family: 'open_sansbold';
  color: #000274;
  margin-bottom: 40px;
  font-size: 47px;
}

.txto1 p{
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.prodsp{
  margin-bottom: 20px;
}

.fx3 h2,
.fx2 h2{
  font-size: 35px;
  color: #000274;
  font-family: 'open_sansbold';
  margin-bottom: 20px;
  margin-top: 0;
}

.prodp + .prodp{
  margin-left: 10px;
}




.fx3{
  background-image: ;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 74px;  
  background: url(../imagens/fx3.png) center bottom no-repeat;
  background-color: #76C0BF;
}


.fx4{
  padding-top: 80px;
}

.fx4 h2{
  font-family: 'open_sansbold';
  color: #000274;
  font-size: 39px;
  margin-top: 0;
  margin-bottom: 40px;
}


.footer{
  padding-top: 40px;
  margin-top: 40px;
  background-color: #EEE;
}


.pgtos{
  font-family: 'mulibold';
  color: #000274;
  font-size: 15px;
  padding-top: 7px;
}



.ftinfo{
  padding-top: 60px;
}

.ftinfo p{
  position: relative;
  padding-left: 45px;
}

.ftinfo p img{
  position: absolute;
  left: 0;
  top: 0;
}

.ftinfo p b{
  display: block;
}


.footer2{
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #333;
  margin-top: 60px;
  background-color: #DDD;
}

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




.redes{
  text-align: left;
  margin-top: 30px;
}

.redes a{
  transition: all .2s linear;
}

.redes a:hover{
  filter: brightness(1.4);
}



/* responsivo */  
  @media (min-width: 1200px) { 

    .sticky a.logo img{
      max-height: 80px;
      width: auto;
    }


    .sticky .tel{
      margin-top: 5px;
    }

    .sticky .menu{
      margin-top: 20px;
    }

    .sticky{
      height: 128px;
    }

  }  
  @media (min-width: 992px) and (max-width: 1199px) {

    .fx1{
      font-size: 17px;
    }

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

    .header{
      position: absolute;
    }

    .fx1{
      height: auto;
      background-image: none;
      background-color: #77C0BF;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .fx1 .flex{
      justify-content: center;
    }

    .prodp img{
      max-width: 40%;
      height: auto;
    }

    .fx2, .fx3, .fx4{
      text-align: center;
    }

    .fx4 .text-right{
      text-align: center;
    }

    .fx4 .alignright{
      float: none!important;
      margin: 0!important;
    }

    .footer{
      text-align: center;
    }

    .pgtos{
      margin-bottom: 20px;
    }

    .pgtos img{
      margin-top: 10px;
    }

    .redes{
      text-align: center;
      margin-top: 30px;
    }

    .ftinfo p img{
      display: block;
      position: static;
      margin: 0 auto;
      margin-bottom: 5px;
    }

    .ftinfo p{
      padding-left: 0;
      text-align: center;
    }

    .fx1{
      margin-top: 0;
    }

    .fx3 h1, .fx2 h1{
      font-size: 31px;
    }

    .fx3 h2, .fx2 h2{
      font-size: 31px;
    }

    .fx2{
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .fx3{
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .fx4{
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .footer{
      background-color: #F7F7F7;
    }

    .fx4 h2{
      font-size: 31px;
    }

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

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

    .spani{
      display: block;
      height: 1px;
    }

  }
/* /responsivo */


.fx4 .editor p{
  line-height: 2;
}



/* 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 */

.footer form{
  line-height: 1.5;
  font-family: 'open_sansregular';
  font-size: 13px;

  margin-bottom: 40px;
}

.footer form input,
.footer form textarea,
.footer form select{
  font-size: 12px;
  font-family: 'open_sansregular';
  margin-bottom: 15px;

  background-color: #FFF;
  border: 0;
}

.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: #00007A;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 20px;
  /*float: right;*/
  margin-bottom: 0;
}.footer form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.ftinfo form p{
  padding-left: 0;
}

@media (max-width: 991px) {
  .footer form .col-xs-6{
    width: 100%;
  }
}


/* responsivo */  

  @media (max-width: 480px) {

    .fx1 .row > div + div{
      margin-top: 20px;
    }

  }
/* /responsivo */


