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

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #1564AF;
}
::-moz-selection{
  background: #1564AF;
}
::selection{
  background: #1564AF;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #1564AF;
  border-color: #1564AF;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

/* header */

/* 
  Faça aqui o 
  melhor css do mundo! 
*/

.header{
  background-image: url(../imagens/fundo-topo.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 124px;
}

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

.menu>li{
  display: inline-block;
  margin-right: 16px;
  padding-right: 20px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 3px;
  background-repeat: no-repeat;
  position: relative;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-family: 'oswaldbook';
  font-size: 16px;
  color: #FFF;
  border-bottom: 7px solid transparent;
  padding-bottom: 13px;
}

.menu>li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li:hover>a,
.menu>li>a.active{
  border-bottom: 7px solid #24B1E6;
}


/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
  }

  @media (max-width: 991px) {

    .navbar{
      margin-top: 20px;   
      width: 100%; 
    }

    .navbar h3{
      margin: 0;
      line-height: 48px;
      padding-left: 10px;
    }

    .navbar-header{
      background-color: #FFF;
      border: 1px solid #000;
      cursor: pointer;    
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .navbar-button{
      float: right;
    }

    .icon-bar{
      background-color: #000;
    }

    .menu{
    
    }

    .menu>li{
      display: block;
      background-image: none;
      float: none;
      margin-right: 0;
      padding-right: 0;
      background-image: none;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      color: #333;
    }

    .menu>li>a.active,
    .menu>li:hover>a{
      color: #333;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }
      
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
      display: none!important;
    }  
    .navbar-collapse.collapse.in { 
      display: block!important;
    }
    .collapsing {
      overflow: hidden!important;
    }
  }
/* menu responsivo */

.tel{
  text-align: right;
  font-family: 'oswaldbook';
  color: #444444;
  font-size: 16px;
  margin-top: 9px;
}

.tel span{  
  font-size: 20px;
  padding-right: 70px;
}

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

.tel a{
  color: #333;
  transition: all .2s linear;
}

.tel a:hover{
  color: #1564AF;
}

.area-banner{
  position: relative;  
  height: 588px;
}

.banner{
  height: 588px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 588px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.area-banner .container{
  position: relative;
}

.cycle-pager{
  position: absolute;
  z-index: 600;
  width: 100%;
  text-align: center;  
  bottom: 7px;
}

.cycle-pager span{
  display: inline-block;
  font-size: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../imagens/pager.png);
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 4px;
}

.cycle-pager .cycle-pager-active{
  background-image: url(../imagens/pager-active.png);
}

#next, #prev{
  z-index:600;
  position: absolute;
  top: 190px;
}

#next{
  right: 10%;
}

#prev{
  left: 10%;
}

.faixa1 p{
  font-family: 'oswaldbook';
  font-size: 26px;
  color: #545454;
  text-align: center;
  line-height: 1.9;
}

.faixa1 p span{
  color: #1364AD;
}

.faixa1{
  padding-top: 90px;
}

.titulo{
  background-image: url(../imagens/servicos.jpg);
  height: 71px;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 80px;
}

.titulo h2{
  color: #FFFFFF;
  font-family: 'oswaldbook';
  font-size: 30px;
  margin-top: 20px;
}

.faixa2{
  background-image: url(../imagens/fundo-meio.jpg);
  height: 452px;
  background-position: center top;
  background-repeat: no-repeat;
}

.area-hsolucoes{
  position: relative;  
  height: 270px;
  margin-top: 95px;
}

.hsolucoes{
  height: 392px;
  overflow: hidden;
  width: 100%;
}

.hsolucoes a{
  display: block;
  width: 220px;
  height: 270px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-image: url(../imagens/icone-esfera.png);
  background-position: center top;
  text-align: center;
  padding-top: 55px;
  margin-right: 30px;
}

.hsolucoes a span{
  color: #FFFFFF;
  font-family: 'oswaldbook';
  font-size: 26px;
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: all .2s linear;
  white-space: normal;
}

.hsolucoes a:hover span{
  color: #1FBCE9;
}

.area-hsolucoes .container{
  position: relative;
}


#next2, #prev2{
  z-index:600;
  position: absolute;
  top: 80px;
}

#next2{
  right: -50px;
}

#prev2{
  left: -50px;
}

.faixa2{
  position: relative;
}

.btnholder{
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.btnotm img{
  transition: all .2s linear;
}

.btnotm:hover img{
  -ms-transform: scale(1.05,1.05); 
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}

.faixa3 h2{
  text-align: center;
  font-family: 'oswaldbook';
  font-size: 30px;
  color: #1364AD;
  margin-top: 110px;
  margin-bottom: 30px;
}

.area-hparc{
  position: relative;  
  height: 105px;
}

.hparc{
  height: 105px;
  overflow: hidden;
  width: 100%;
}

.hparc a{
  display: block;
  width: 136px;
  margin-right: 30px;
  height: 105px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
}

.area-hparc .container{
  position: relative;
}

#next3, #prev3{
  z-index:600;
  position: absolute;
  top: 40px;
}

#next3{
  right: -50px;
}

#prev3{
  left: -50px;
}

.footer{
  margin-top: 110px;
  background-image: url(../imagens/fundo-footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.spacer5{
  margin-top: 35px;
}

.spacer3{
  margin-top: 10px;
}

.footer p{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFFFFF;
}


.footer2{
  border-top: 1px solid #FFF;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 30px;
}


.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #DB0F0F;
}

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

.tituloi{
  background-color: #1564AF;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 45px;
  margin-bottom: 50px;
}

.header-internas{
  height: 124px;
}

a.logo img{
  margin-top: 18px;
}

.tituloi h2{
  margin-top: 0;
  color: #FFF;
  font-family: 'oswaldbook';
  font-size: 44px;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #FFF;
}

.bread a{
  color: #FFF;
}

.pg-contato form{
  border: 1px solid #D6D6D6;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}

.pg-contato form input{
  margin-bottom: 5px;
}

.pg-contato form textarea{
  height: 96px;
  margin-bottom: 10px;
}

.pg-contato form input,
.pg-contato form textarea,
.pg-contato form select,
{
  font-size: 12px;
  font-family: 'Arial';
  background-color: #F0F0F0;
  border: none;
}

.pg-contato form div .btn-enviar-contato{
  display: block;
  background-color: #24B1E6;
  border: none;
  width: 108px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-family: 'Arial';
  font-size: 15px;
  transition: all .2s linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pg-contato form div .btn-enviar-contato:hover{
  background-color: #2684A8;
}


.pg-contato h2{
   margin-top: 0;
   color: #1364AD;
   font-size: 30px;
   font-family: 'oswaldbook';
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #333;
}

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

.notg{
  display: block;
  position: relative;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 303px;
}

.notg > span{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 111px;
  background-image: url(../imagens/sombra.png);
  max-width: 303px;
}

.notg span span{
  font-family: 'open_sansregular';
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.notp{
  display: block;
}

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

.notp p{
  font-family: 'open_sansregular';
  font-weight: bold;
  color: #444444;
  font-size: 14px;
}

.pg-not h1{
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'oswaldbook';
  color: #1464AE;
  font-size: 30px;
}

.c-rodape{
  margin-top: 40px;
}

.parceiro{
  display: block;
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
  max-width: 220px;
  height: 163px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.parceiro img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


.solucao{
  display: block;
  width: 220px;
  height: 270px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-image: url(../imagens/icone-esfera-2.png);
  background-position: center top;
  text-align: center;
  padding-top: 55px;
  margin-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

.solucao:hover{
  background-image: url(../imagens/icone-esfera-2-azul.png);
}

.solucao .icone {
  display: inline-block;
  width: 106px;
  height: 105px;
  background-color: #999; /* cor cinza "desativado" */

  -webkit-mask-image: var(--icone);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;

  mask-image: var(--icone);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;

  transition: background-color 0.3s ease;
}

.solucao:hover .icone {
  background-color: #20AEE4; /* azul ao passar o mouse */
}

.solucao span{
  color: #444444;
  font-family: 'oswaldbook';
  font-size: 26px;
  display: block;
  text-align: center;
  margin-top: 30px;
  transition: all .2s linear;
}

.solucao:hover span{
  color: #1FBCE9;
}


.pg-sol h1{
  margin-top: 0;
  font-family: 'oswaldbook';
  font-size: 44px;
  color: #135393;
  margin-top: 10px;
}

.pg-sol .editor p{
  font-size: 16px;
}

.pg-sol{
  position: relative;
  padding-bottom: 90px;
}

.contateholder{
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}


.faixasolucoes{
  padding-top: 120px;
  background-image: url(../imagens/fundo-solucoes.jpg);
  background-position: center top;
  background-size: cover;
}

.sbox{
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 60px 10px 30px 10px;
  margin-bottom: 90px;
}

.sbholder{
  position: absolute;
  left: 0;
  width: 100%;
  top: -55px;
}

.sbholder span{
  width: 100px;
  height: 100px;
  background-color: #1564AF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.sbholder img{
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.sbox h3{
  margin-top: 0;
  font-size: 25px;
  color: #0093D8;
  font-family: 'oswaldbook';
}

.sbox p{
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #FFFFFF;
}

.faixapq{
  padding-top: 100px;
  background-color: #E6EFF7;
  padding-bottom: 120px;
}

.faixapq + .footer{
  margin-top: 0;
}

.pqbox{
  border: 1px solid #135393;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 80px;
}

.escudoholder{
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}

.pqbox h2{
  font-family: 'oswaldbook';
  font-size: 44px;
  color: #135292;
  margin-top: 0;
  margin-bottom: 30px;
}

.contato2holder{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -33px;
}

.sbox br{
  display: none;
}

/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .area-hsolucoes,
    .hsolucoes{
      width: 910px;
      margin-right: auto;
      margin-left: auto
    }

    .hsolucoes a{
      margin-right: 10px;
    }

    #next2{
      right: -30px;
    }
    #prev2{
      left: -30px;
    }


    .area-hparc,
    .hparc{
      width: 910px;
      margin-right: auto;
      margin-left: auto
    }

    .hparc a{
      margin-right: 18px;
    }

    #next3{
      right: -30px;
    }
    #prev3{
      left: -30px;
    }




  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .header{
      position: static;
      height: auto;
      background-image: none;
      text-align: center;
    }

    .tel{
      text-align: center;
      margin-bottom: 10px;
    }

    .titulo{
      text-align: center;
      background-color: #1564AF;
      background-image: none;
    }


    .area-hsolucoes,
    .hsolucoes{
      width: 680px;
      margin-right: auto;
      margin-left: auto
    }

    .hsolucoes a{
      margin-right: 10px;
    }

    #next2{
      right: -30px;
    }
    #prev2{
      left: -30px;
    }


    .area-hparc,
    .hparc{
      width: 650px;
      margin-right: auto;
      margin-left: auto
    }

    .hparc a{
      margin-right: 30px;
    }

    #next3{
      right: -30px;
    }
    #prev3{
      left: -30px;
    }

    .redes{
      text-align: right;
    }

    .footer{
      background-image: none;
      background-color: #145494;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      position: static;
      height: auto;
      background-image: none;
      text-align: center;
    }

    .tel{
      text-align: center;
      margin-bottom: 10px;
    }

    .titulo{
      text-align: center;
      background-color: #1564AF;
      background-image: none;
    }


    .area-hsolucoes,
    .hsolucoes{
      width: 220px;
      margin-right: auto;
      margin-left: auto
    }

    .area-hsolucoes{
      margin-top: 35px;
    }

    .hsolucoes a{
      margin-right: 10px;
    }

    #next2{
      right: -50px;
    }
    #prev2{
      left: -50px;
    }

    .faixa2{
      height: auto;
      padding-bottom: 40px;
    }


    .area-hparc,
    .hparc{
      width: 315px;
      margin-right: auto;
      margin-left: auto
    }

    .hparc a{
      margin-right: 30px;
    }

    #next3{
      right: -50px;
    }
    #prev3{
      left: -50px;
    }

    .redes{
      text-align: right;
    }

    .footer{
      background-image: none;
      background-color: #145494;
    }

    .faixa1 p{
      font-size: 17px;
    }

    .faixa1{
      padding-top: 40px;
    }

    .titulo{
      margin-top: 40px;
    }

    .footer2 div{
      text-align: center;
      width: 100%
    }

    .footer{
      margin-top: 50px;
    }

    .sbox{
      height: auto!important;
    }

  }
  .visible-xxs{
    display: none;
  }
  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .visible-xxs{
      display: block;
    }
    .tel span{
      margin-right: 0;
      padding-right: 0;
    }

    .area-hparc,
    .hparc{
      width: 136px;
      margin-right: auto;
      margin-left: auto
    }

    .hparc a{
      margin-right: 30px;
    }

    #next3{
      right: -50px;
    }
    #prev3{
      left: -50px;
    }

    .col-xs-6{
      width: 100%;
    }

    .footer{
      text-align: center;
    }

    .redes{
      text-align: center;
    }


  }
/* /responsivo */

.img-responsive{
  display: inline-block;
}

.pg-quem .editor{
  text-align: justify;
  font-size: 15px;
  line-height: 1.51;
  color: #444444;
  margin-bottom: 15px;
}


/* 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-family: 'open_sansregular';
  font-size: 13px;

  margin-bottom: 40px;
}

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

  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 40px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #1364AD;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  margin-right: 20px;
  float: left;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

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

.int h1, .int h2{
  font-size: 30px;
  color: #004C66;
  margin-top: 0;
  margin-bottom: 25px;
}

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





.moddesc{
  color: #FFF;
  font-size: 14px;
  font-family: 'open_sansregular';
}

.moddesc br{
  display: inline-block!important;
}