@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: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
    font-family: 'f';

}

/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #00CDF9;
}
::-moz-selection{
  background: #00CDF9;
}
::selection{
  background: #00CDF9;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #00CDF9;
  border-color: #00CDF9;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

.editor p{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* css do tema */

/* header */

.header{
  background-image: url(../imagens/fundo-topo.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 200px;
  position: absolute;
  z-index: 999;
  width: 100%;
}

.logo img{
  margin-top: 16px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li{
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  background-image: url(../imagens/separador-menu.png);
  background-position: right 16px;
  background-repeat: no-repeat;
}

.menu a{
  transition: all .2s linear;
  display: block;
  font-family: 'open_sansregular';
  font-size: 17px;
  color: #428bca;
  background-image: url(../imagens/fundo-menu.png);
  height: 44px;
  line-height: 44px;
  background-position: center -44px;
  background-repeat: no-repeat;
  padding-right: 5px;
  padding-left: 5px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  color: #00394A;
  background-position: center top;
}

.area-banner-holder{
  position: relative;
  padding-bottom: 181px;
}

.area-banner{
  position: relative;  
  height: 781px;
}

.banner{
  height: 781px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 781px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: cover;
}

.banner-fundo{
  background-image: url(../imagens/fundo-meio.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 366px;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 0;
}

.banner-fundo h2{
  font-size: 33px;
  color: #00CCF8;
  font-family: 'open_sanslight'
  margin-top: 0;
  margin-top: 180px;
}
.aba-azul h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 39px;
  color: #000;
}

.section__parceiros h2{
  font-size: 42px;
  color: #00CCF8;
  font-family: 'open_sanslight';
  margin-top: 0;
}

.banner-fundo p{
  color: #FFFFFF;
  font-size: 16px;

}

.aba-azul{
  background-image: url(../imagens/fundo-azu.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 303px;
  height: 338px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 28px;
}

.aba-azul h3{
  margin-top: 0;
  color: #00394A;
  font-size: 39px;
  font-family: 'open_sanslight';
}

.aba-azul ul{
  list-style-type: none;
  font-family: 'open_sanslight';
  color: #000;
  font-size: 17px;
  padding-left: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

.aba-azul li{
  padding-left: 30px;
  background-image: url(../imagens/icone-ok.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  margin-bottom: 4px;
  min-height: 24px;
}

.botao{
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'open_sansregular';
  line-height: 1;
  display: inline-block;
  transition: all .2s linear;
}

.botao-azul{
  color: #FFF;
  background-color: #2F4E99;
}

.botao-azul:hover{
  color: #FFF;
  background-color: #4f74c9;
}

.pg__home{
  background-image: url(../imagens/fundo-cidade.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
}

.tel_ft{

  filter: invert(98%) sepia(1%) saturate(93%) hue-rotate(38deg) brightness(117%) contrast(100%);

}

.note{
  position: relative;
  left: -80px;
}

.aba-branca{
  background-image: url(../imagens/fundo-branco.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 25px 25px 0 25px;
  position: relative;
  height: 387px;
  width: 303px;
  z-index: 3;
  position: relative;
  transform: translateY(-40px);
}

.aba-branca h3{
  margin-top: 0;
  font-family: 'open_sansregular';
  font-size: 39px;
  color: #2F4E99;
  margin-bottom: 20px;
  font-weight: bolder;
  text-shadow: 1px 0px 0px rgba(47,78,158,1);
}

.aba-branca ul{
  list-style-type: none;
  font-family: 'open_sanslight';
  color: #FFF;
  font-size: 18px;
  padding-left: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

.aba-branca li{
  padding-left: 30px;
  background-image: url(../imagens/icone-seta.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 13px;
}

.footer{
  background-image: url(../imagens/fundo-rodape.png);
  background-position: center top;

}

.footer h4{
  color: #00CCF8;
  font-family: 'open_sanslight';
  font-size: 22px;
  margin-top: 0;
}

.footer p{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
}

.footer p img{
  float: left;
  margin-right: 8px;
}

.redes{
  text-align: right;
}


.footer2{
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  margin-top: 10px;
}


.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #00CCF8;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 79px;
  height: 26px;
  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: 10px;
}

/* internas */

.titulo{
  padding-top: 130px;
  background: #ca9c3c;
  color: #000;
  padding-bottom: 25px;
  margin-bottom: 50px;
  text-align: center;
}

.titulo h2{
  font-family: 'open_sansregular';
  font-size: 45px;
  font-weight: bold;
  color: #FFF;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
}

.bread a {
  color: inherit;
}

/** emporesa */

.pg-empresa h2{
  font-family: 'open_sansregular';
}

/* produtos */

/*prs-45*/
    
    .prs-45{
      padding-top: 30px;
    }

    .prs-45 .produto{
      display: block;
      margin-bottom: 20px;
      font-family: 'open_sansregular';
      color: #6C5227;
      font-size: 16px;
      transition: all .2s linear;
    }

    .prs-45 .produto img{
      margin-bottom: 10px;
      transition: all .2s linear;
    }

    .prs-45 .produto:hover{
      color: #8A6C3B;
    }

    .prs-45 .produto:hover img{
      opacity:.8;
      filter:alpha(opacity=80);
      -moz-opacity:.8;
      opacity:.8;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
    }

/*fim prs-45*/

/*prs-d-25*/


    .prs-d-25 .img-servico-d{
      float: left;
      margin-right: 30px;
      margin-bottom: 30px;
    }

    .prs-d-25  h2{
      color: #333;
      font-size: 30px;
      font-family: 'open_sansregular';
      margin-top: 0;
      margin-top: 20px;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #D2AC66;
      border: none;
      width: 255px;
      height: 55px;
      line-height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-family: 'open_sansregular';
      text-align: center;
      color: #fff;
      font-size: 22px;
      transition: all .2s linear;
      display: inline-block;
    }

    .prs-d-25 .btn-orcamento:hover{
      color: #fff;
      background-color: #EACD97;
    }

    .prs-d-25  p{
      margin-bottom: 15px;
    }

    .prs-d-25 .btn-voltar{
      background-color: #666666;
      border: none;
      width: 133px;
      height: 37px;
      line-height: 37px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-family: 'open_sansregular';
      text-align: center;
      color: #fff;
      font-size: 16px;
      transition: all .2s linear;
      display: inline-block;
    }

    .prs-d-25 .btn-voltar:hover{
      color: #fff;
      background-color: #B4B4B4;
    }

/*fim prs-d-25*/

/* contato */

  .pg-contato form{
    background-image: url(../imagens/fundo-responsivo.png);
    padding: 15px 20px 15px 20px;
    line-height: 1.5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'open_sansregular';
    font-size: 12px;
    color: #FFF;
  }
  
  .pg-contato form input{
    margin-bottom: 5px;
  }
  
  .pg-contato form textarea{
    height: 206px;
    margin-bottom: 10px;
  }
  
  .pg-contato form input,
  .pg-contato form textarea
  {
    font-size: 12px;
    border: none;
    font-family: 'Arial'
  }
  
  .btn-enviar-contato{
    display: block;
    background-color: #00CDF9;
    border: none;
    width: 108px;
    height: 30px;
    line-height: 30px;
    float: right;
    color: #FFF!important;
    font-family: 'Arial'!important;
    font-size: 12px!important;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .btn-enviar-contato:hover{
    background-color: #ABF0FF;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 385px;
  }

  .pg-contato form iframe{
    height: 77px;
  }


/* responsivo */  

  /* menu responsivo */

    .navbar-collapse{  
      padding-left: 0;
      padding-right: 0;
    }

    .navbar{
      margin-bottom: 0;
    }

    @media (max-width: 991px) {

      .navbar{
        margin-top: 45px;   
        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{
        margin-bottom: 10px;
      }

      .menu>li{
        display: block;
        background-image: none;
      }

      .menu>li>a{
        text-align: left;    
        margin-right: 0;
        padding: 5px 15px;
        background-image: none;
        color: #333;
      }

      .menu>li>a:hover{
        color: #00CCF8
      }

      .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 */

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    .note{
      position: static;
      left: auto;
    }

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .titulo{
      padding-top: 20px;
    }

    .header{
      background-color: #FFF;
      background-image: none;
      background-position: center center;
      background-repeat: repeat;
      height: auto;
      padding-bottom: 10px;
      position: relative;
    }

    .banner-fundo h2{
      margin-top: 180px;
      font-size: 35px;
    }

    .banner-fundo h2{
      margin-top: 172px;
    }

    .note{
      position: static;
      left: auto;
    }

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .titulo{
      padding-top: 20px;
    }

    .pg-empresa{
      padding-bottom: 30px;
    }

    .header{
      background-color: #FFF;
      background-image: none;
      background-position: center center;
      background-repeat: repeat;
      height: auto;
      padding-bottom: 10px;
      position: relative;
    }

    .banner-fundo h2{
      margin-top: 180px;
      font-size: 35px;
    }

    .banner-fundo h2{
      margin-top: 172px;
    }

    .note{
      position: static;
      left: auto;
    }

    .navbar{
      margin-top: 10px;
    }

    .center-xs{
      text-align: center!important;
    }

    .banner-fundo{
      background-image: url(../imagens/fundo-responsivo.png);
      background-position: center top;
      background-repeat: repeat;
      position: relative;
      height: auto;
      padding-bottom: 20px;
    }

    .banner-fundo p{
      text-align: center;
    }

    .banner-fundo h2{
      margin-top: 20px;
      text-align: center;
    }

    .aba-azul{
      background-image: none;
      background-color: #00CDF9;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      width: 100%;
      height: auto;
      padding: 15px;
      margin-top: 15px;
    }

    .aba-azul h3,
    .aba-azul h2{
      margin-top: 0px !important;
    }

    .area-banner-holder{
      padding-bottom: 0;
    }

    .aba-branca{
      width: 100%;
      background-image: none;
      background-color: #FFF;
      height: auto;
      position: static;
      top: auto;
      padding-bottom: 15px;
    }

    .aba-azul li{
      padding-bottom: 4px;
      margin-bottom: 0;
    }

    .pg-home{
      padding-top: 0;
      height: auto;
      background-image: none;
    }

    .footer{
      background-image: url(../imagens/fundo-responsivo.png);
      background-repeat: repeat;
      background-position: center top;
      padding-top: 40px;
    }

    .footer p{
      display: inline-block;
      text-align: left;
    }

    .footer .spacer{
      display: none;
    }

    .footer h4{
      text-align: center;
    }

    .redes{
      display: inline-block;
      padding: 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #FFF;
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .logo2{
      text-align: center;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }

.img-responsive{
  display: inline-block;
}
/* /responsivo */

.btnwhats{
  position: fixed;
  right: 15px;
  bottom: 15px;
  filter: drop-shadow(0 0 8px rgba(0,0,0,.5));
  z-index:  1050;
}

@media (min-width:  768px) {
  .section__parceiros h2{
    text-align: right;
  }
}

.owl-nav {
  text-align: right;
}

.owl-nav .owl-prev .fas,
.owl-nav .owl-next .fas{
  background: #E4E4E4;
  padding: 15px 20px;
  transition: all .3s linear;
}

.owl-nav .owl-prev:hover .fas,
.owl-nav .owl-next:hover .fas{
  background: #CCC;
}

.z-0{
  z-index: 0;
}

.parceiro{
  text-align: center;
}

.parceiro img{
  margin-bottom: 10px;
}

.parceiro a{
  color: inherit;
}

.parceiro a:hover{
  color: #00CDF9;
}

.form__contato label{
  display: block;
  width: 100%
}

.media {
  display: flex;
  gap:  10px;
}

.media-body{
  display: block;
  flex-grow: 1;
}

.notebook{
  position: relative;
  width: 100%;
  max-width: 631px;
  aspect-ratio:  631/430;
  background: url(../imagens/notebook.png) center top no-repeat;
  background-size: 100% 100%;
}

.notebook img{
  position: absolute;
  width: calc(
    (487 / 631) * 100%
  );
  height:  calc(
    (300/430) * 100%
  );
  left: calc((81 / 631) * 100%);
  top: calc((23 / 430) * 100%);
}

.mvv{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  grid-gap: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mvv h2 {
  text-align: center;
  font-weight: 700;
  color: #2F4E99;
  margin-bottom: 1rem;
}

.card{
  padding:  1rem;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0,0,0,.4);
  background: #FFF;
}

.btn-enviar-form{
  display: inline-block;
  padding: 8px 16px;
  background: #ca9c3c;
  border-radius: .25rem;
  border: 1px solid rgba(0,0,0,.15);
  color: #000;
  font-size: 16px;
}

.btn-enviar-form:hover{
  background: #916e26;
}

.produto{
  display: flex;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.produto:hover{
  --scale:  1.1;
}

.produto__img{
  clip-path: inset(0 0 0 0 round 8px 8px 0 0);
  overflow: hidden;
}

.produto__img img {
  position: relative;
  display: block;
  margin: 0 !important;
  transition: all .3s linear;
  transform: scale(var(--scale, 1));
}

.produto__body{
  padding: 15px;
  text-align: center;
  font-weight: 700;
  color: #2f4e99;
}

.int {
  padding-bottom: 80px;
}

.parceiro__img{
  aspect-ratio:  1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  margin-bottom: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.parceiro__img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: auto;
  object-fit: contain;
  display: block;
  margin: 0 !important;
}



