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

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

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

}


body{
  font-family: 'open_sansregular';
}



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


.btnwhats{
  position: fixed;
  left: calc( 50% - 650px ) ;
  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;
  }
}


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

.formulario 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) {
  .formulario form .row>div{
    width: 100%;
  }
  .formulario 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: #FF8000;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #FF8000;
}
::-moz-selection{
  background: #FF8000;
}
::selection{
  background: #FF8000;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #FF8000;
  border-color: #FF8000;
}
.lds-ellipsis div{  
  background-color: #FF8000;
}

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

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


/* start */



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


.header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(14,28,65, 0.5);
  padding: 14px 0;
  z-index: 8888;
}

.header a{
  color: #FFF;
  font-size: 15px;
}

.header a:hover{
  color: #FF8000;
}

a.cta{
  background-color: #FF8000;
  border-radius: 5px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px 20px 13px 20px;
}

a.cta:hover{
  color: #FFF;
  background-color: #FFB76E;  
}

.header a + a{
  margin-left: 55px;
}

.header .text-right{
  padding-top: 19px;
}



.fx1{
  background-image: url(../imagens/fundo.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 921px;
  padding-top: 170px;
}


.fx1 h3{
  margin-top: 0;
  color: #00194C;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
}

.fx1 h1{
  margin-top: 0;
  font-size: 82px;
  color: #00194C;
  font-weight: bold;
  line-height: 1;
  font-family: 'open_sansbold';
  letter-spacing: -4px;
}

.fx1 h2{
  margin-top: 0;
  font-size: 48px;
  color: #00194C;
  font-weight: bold;
  line-height: 1;
}

.formulario{
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.formulario{
  background-color: rgba(13,28,64, 0.9);
  padding: 40px 20px;
  border-radius: 30px;
  color: #FFF;
}

.fx1 h5{
  margin-top: 0;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 10px;
}

.fx1 h4{
  margin-top: 0;
  font-size: 35px;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}


.formulario form{

  line-height: 1.5;
  font-size: 13px;
}

.formulario form input,
.formulario form textarea,
.formulario form select{
  font-size: 12px;
  margin-bottom: 15px;
   border-radius: 50px; 
  height: 40px;
  background-color: #F0F0F0;
  border: 0;

}
::-webkit-input-placeholder { /* Edge */ color: #868695!important; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #868695!important; } ::placeholder {color: #868695!important; }

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

.formulario form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 15px 20px;
  font-size: 18px;
  transition: all .2s linear;
  background-color: #FF8000;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 0;
  font-weight: bold;
  background-image: url(../imagens/seta.png);
  background-position: center center;
  background-repeat: no-repeat;
}.formulario form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

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


.obg{
  padding-top: 10px;
  display: block;
  font-size: 12px;
}


.fx2{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.fx2 h2{
  margin-top: 0;
  color: #132E81;
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fx2 p{
  color: #111E3F;
  font-size: 22px;
  margin-bottom: 35px;
}

.fx2 iframe{
  max-width: 880px;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 630px;
}


.fx3{
  background-color: #ECECFB;
  padding-top: 30px;
  padding-bottom: 30px;
}

.fx3 h2{
  margin-top: 0;
  font-size: 41px;
  color: #132E81;
  text-align: center;
  font-weight: bold;
  background-image: url(../imagens/traco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.fx3 .container{
  max-width: 1022px; 
}

.itens{
  position: relative;
  height: 140px;
}

.itens img{
  position: absolute;
  left: 0;
  top: 0;

}

.destaque{
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../imagens/fundo-itens.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 869px;
  height: 121px;
  padding: 20px 30px;
}

.fx3 p{
  color: #525252;
  font-size: 16px;
}

.fx3 b{
  color: #132D80;
  font-size: 20px;
}

.fx4{
  background-image: url(../imagens/fx4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.telefones{
  text-align: center;
}

.fx4 h4{
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 20px;
}

.fx4 h3{
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
}

.fx4 .flex{
  justify-content: space-between;
}

.fx5 h2{
  color: #132E81;
  font-size: 41px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.produto{
  position: relative;
}

.proddesc{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1,121,221, 0.7);
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  color: #FFF;
  opacity: 0;
  transition: all .2s linear;
}

.produto:hover .proddesc{
  opacity: 1;
}

.proddesc h1{
  font-weight: bold;
  color: #FFF;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.proddesc p{
  margin-bottom: 20px;
  font-size: 18px;

}

a.cta2{
  display: inline-block;
  font-style: italic;
  background-color: #FF8000;
  border-radius: 5px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px 20px 13px 20px;
}

a.cta2:hover{
  color: #FFF;
  background-color: #FFB76E;  
}

.fx5{
  padding-bottom: 50px;
}

.fx6 {
  background-image: url(../imagens/fx6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
}

.fx6 h2{
  color: #FFFFFF;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.fx7{
  padding-top: 60px;
  padding-bottom: 50px;
}

.fx7 h2{
  color: #142F82;
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.owle{
  text-align: center;
}


.owl-theme .owl-dots .owl-dot{
  outline: none;
}

.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: #003366;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background-color: #0387E8;
}



.footer{
  background-color: #142F82;
  padding-top: 50px;
}

.footer p{
  color: #FFF;
  font-size: 17px;
  line-height: 1.54;
}


.finfo{
  color: #FFF;
  margin-bottom: 25px;
}
.finfo b{
    display: block;
}  
@media (min-width: 992px) {
  .finfo{
    position: relative;
    padding-left: 45px;
  }
  .finfo img{
    position: absolute;
    left: 0;
    top: 0;
  }
  .redes{
    width: 100%;
    text-align:center;
  }
}
@media (max-width: 991px) {
  .finfo img{
    display: block;
    margin: 0 auto 5px auto;
  }
  .finfo{
      width: 100%;    
    text-align: center;
    margin-bottom: 20px;
  }
}
 
.redes img{
  transition: all .2s linear;
}

.redes img:hover{
  filter: brightness(1.3);
}


.footer b{
  font-size: 16px;
  color: #FFBF00;
}

.finfo span{
  opacity: 0;
}



.footer2{
  border-top: 1px solid rgba(255,255,255,0.2);  
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
}

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




.redes img{
  filter: brightness(0) invert();
  transition: all 0s linear;
}

.redes img:hover{
  filter: brightness(1);
}

.empr img{
  margin-right: auto;
  margin-left: auto;
}

.fx7 h2{
  margin-bottom: 30px;
}


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

    .fx1 h3{
      font-size: 19px;
    }
    .fx1 h1 {
        font-size: 71px;
    }

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

    .fx1 h2{
      margin-bottom: 50px;
    }

    .destaque{
      background-image: url(../imagens/fundo-itens-2.png);
      width: 819px;
    }

    .fx4 img{
      width: 200px;
      height: auto!important;
    }

    .telefones + div img{
      margin-top: 20px;
    }

    .proddesc{
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px;
    }

    .proddesc p {
        font-size: 16px;
    }

    .proddesc h1{
      font-size: 19px;
    }

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

    body{
      text-align: center;
    }

    .header img{
      max-width: 170px;
      height: auto;
    }

    .header a + a {
        margin-left: 15px;
    }

    .header a{
      font-size: 12px;
    }

    a.cta{
      font-size: 12px;
      padding: 6px 10px 8px 10px;
    }

    .fx1{
      padding-top: 150px;
    }

    .fx1 h1{
      font-size: 50px;
    }

    .fx1 h2{
      font-size: 34px;
      margin-bottom: 30px;
    }

    .fx1 img{
      max-width: 80%;
      height: auto;
      margin-bottom: 30px;
    }

    .fx1{
      background-image: url(../imagens/fundo2.jpg);
      background-position: center top;
      background-repeat: no-repeat;
      padding-bottom: 30px;
    }

    .fx2 iframe{
      height: 65vh;
    }
    
    .itens img{
      position: static;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px;
    }

    .destaque{
      position: static;
      width: auto;
      background-image: none;
      background-color: #FFF;
      border-radius: 5px;
      height: auto;
      margin-bottom: 30px;
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .itens{
      height: auto;
    }

    .fx4 .flex{
      display: block;
    }

    .fx4 img{
      max-width: 80%;
      margin-bottom: 30px;
    }

    .fx4{
      padding: 30px 0;
    }

    .produto{
      margin-bottom: 30px;
    }

    .fx6 h2{
      font-size: 39px;
      line-height: 1.5;
    }

    .fx7 h2{
      font-size: 33px;
      line-height: 1.5;
    }

    .proddesc{
      opacity: 1;
      position: static;
      margin-top: 00px;
      padding: 15px;
      border-radius: 5px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 40px;
    }

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

    .tel{
      padding-left: 15px;
    }


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

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

    .link1{
      display: none;
    }

    .header a + a {
        margin-left: 0px;
    }

    .header a + a + a {
        margin-left: 10px;
    }

    .header .text-right {
        padding-top: 5px;
    }

    .tel{
      padding-left: 0px;
      display: block;
      font-size: 15px;
      margin-top: 5px;
      text-align: center;
    }

  }
/* /responsivo */


.g-recaptcha > div{
  margin-right: auto;
  margin-left: auto;
}

.empr{
  height: 200px;
  display: flex;
  align-items: center;
}



.pgdownload{
  padding-top: 200px;
  padding-bottom: 100px;
}

.tel{
    color: #FFF;
    font-size: 20px;
    font-family: 'open_sansbold';
    padding-left: 50px;

  }