@charset "UTF-8";
/* Tema do cliente */

/* Fonts */
@font-face {
  font-family: 'cuprumregular';
  src: url('../fonts/Cuprum-Regular-webfont.eot');
  src: url('../fonts/Cuprum-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cuprum-Regular-webfont.woff') format('woff'),
       url('../fonts/Cuprum-Regular-webfont.ttf') format('truetype'),
       url('../fonts/Cuprum-Regular-webfont.svg#cuprumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@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;
}

/*ESTILOS GLOBAIS*/
body {
  font-family: 'open_sansregular';
}

strong,
b {
  font-weight: 700;
}

a {
  transition: all .2s linear;
  color: inherit;

  &:hover,
  &:active {
    color: #0094d4;
  }

  &:link,
  &:visited {
    color: inherit;
  }
}

.editor {
  a {
    color: #000000 !important;

    &:hover {
      text-decoration: underline !important;
    }
  }

  p,
  li {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
  }

  p {
    margin-bottom: 20px;
  }
}

::selection {
  background: #0094d4;
}

::-moz-selection {
  background: #0094d4;
}

/*LAYOUT & CONTAINERS*/
.website {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 !important;
}

.row {
  width: 100% !important;
  max-width: 1170px !important;
  margin: 0 !important;
}

.row__flex{
  display: flex;
  flex-wrap: wrap;
}

[class^="col-lg-"] {
  padding: 0 !important;
}

/*COOKIES*/
.aceitar_termos {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(33, 33, 33, 0.9);
  z-index: 999999;

  a {
    color: #FFFC9E !important;

    &:hover {
      color: #38A7EB !important;
    }
  }
}

a.ctacookies {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 15px;
  border-radius: 50px;
  background-color: #000000;
  color: #FFF;
  transition: all .2s linear;
  cursor: pointer;

  &:hover {
    filter: brightness(1.2);
  }
}

/*BOTÃO WHATSAPP FLUTUANTE*/
.btnwhats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  img {
    transition: all .2s linear;
  }

  &:hover {
    img {
      filter: brightness(1.2);
    }
  }
}

/*FORMULÁRIOS (Contact Form)*/
.wpcf7 {
  &-not-valid {
    background-color: #FFD2D2 !important;
  }

  &-form-control-wrap {
    display: block;
  }

  &-response-output {
    color: #FFF !important;
    border: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
  }

  form {
    &.sent .wpcf7-response-output {
      background-color: #46b450;
    }

    &.failed .wpcf7-response-output,
    &.aborted .wpcf7-response-output {
      background-color: #dc3232;
    }

    &.spam .wpcf7-response-output {
      background-color: #f56e28;
    }

    &.invalid .wpcf7-response-output,
    &.unaccepted .wpcf7-response-output {
      background-color: #ffb900;
    }
  }
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 3px;
  top: 1px;
  font-size: 9px;
  z-index: 1;
}

.g-recaptcha {
  display: block;
  margin-bottom: 20px;
}

/*PAGINAÇÃO*/
.pagination {
  .active {
    a,
    a:hover {
      background-color: #0094d4;
      border-color: #0094d4;
    }
  }
}

.wp-pagenavi {
  span,
  a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    background-color: #DDDDDD;
  }

  span.current {
    background-color: #0094d4;
    color: #FFFFFF;
  }
}

/*POSTS*/
.postagemcompleta {
  a {
    display: inline-block;
    max-width: 200px;
    position: relative;
    top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*ANIMAÇÕES - LOADERS*/
.lds-ellipsis {
  div {
    background-color: #0094d4;
  }
}

/*MODAL FIX*/
.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

/*MEDIA QUERIES DAS CONFIGURAÇÕES GERAIS*/
@media (max-width: 991px) {
  form {
    .row > div {
      width: 100%;
    }

    border: 0;
    padding: 0;
  }

  .fxsm {
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }

  .btnwhats {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 480px) {
  .fxsm {
    padding: 30px 0;
  }
}

@media (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #0094d4;
}
::-moz-selection{
  background: #0094d4;
}
::selection{
  background: #0094d4;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #0094d4;
  border-color: #0094d4;
}
.editor p{
  font-family: 'open_sansregular';
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  font-family: 'cuprumregular';
}

/* header */
.header{
  background-image: url(../imagens/sobre-banner.png);
  height: 620px;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
  width: 100%;
}

.area-banner{
  position: relative;  
  height: 620px;
}

.banner{
  height: 620px;
  overflow: hidden;
  width: 100%;
  display: table;
}

.banner a{
  display: block;
  width: 100%;
  height: 620px;
  background-position: right center;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: top;
}

.header .container{
  position: relative;
  height: 620px;
}

#next, #prev{
  z-index:600;
  position: absolute;
  bottom : 0px;
}

#next{
  right: 0;
}

#prev{
  right: 50px;
}

.img-responsive{
  display: inline-block;
}

.logo img{
  margin-top: 27px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 70px;
  border-left: 3px solid #BCC3CC;
}

.menu li{
  padding: 3px 0;
}

.menu a{
  transition: all .2s linear;
  display: block;
  font-family: 'cuprumregular';
  font-size: 18px;
  color: #333941;
  border-left: 8px solid transparent;
  padding-left: 10px;
  margin-left: -5px;
}

.menu li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu a:hover,
.menu a.active{
  border-left: 8px solid #0094d4;
}

.linkedin{
  display: block;
  color: #272F3D;
  font-size: 13px;
  font-family: 'open_sansregular';
  transition: all .2s linear;
  margin-top: 90px;
}

.area-azul{
  background-color: #272F3D;
  padding: 50px 0;
  color: #FFF;
}

.area-azul h2{
  font-family: 'cuprumregular';
  margin-top: 0;
  font-size: 42px;
  margin-bottom: 20px;
}

.area-azul p{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #FFF;
  line-height: 1.6;
  text-align: justify;
}

.selo img{
  float: left;
  margin-right: 30px;
}

.selo{
  font-family: 'cuprumregular';
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}

.selo + .selo + .selo{
  margin-bottom: 0;
}

.chamada{
  width: 25%;
  height: 292px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: all .2s linear;
  float: left;
}

.chamada .hover{
  font-family: 'cuprumregular';
  font-size: 35px;
  text-align: center;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  transition: all .2s linear;
  color: #FFF;
  background-color: rgba(51,58,66,0.6);
  width: 100%;
  height: 292px;
  padding-top: 100px;
}

.chamada:hover .hover{
  opacity:.0;
  filter:alpha(opacity=00);
  -moz-opacity:.0;
  opacity:.0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=00)
}

.footer{
  border-top: 4px solid #0094d4;
  background-color: #272F3D;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  padding: 20px 0;
  margin-top: 70px;
}

.chamadas + .footer{
  margin-top: 0;
}

.footer a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer a:hover{
  color: #0094d4;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis.png);
  width: 65px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 7px;
  transition: all .2s linear;
  background-repeat: no-repeat;
}

.footer a:hover .logokryz{
  background-image: url(../imagens/logo-kryzalis-2.png);  
}

.footer .text-right{
  line-height: 1px;
}

.bread a{
  color: #FFF;
  font-weight: bold;
}

.titulo{
  margin-bottom: 40px;
  padding: 30px 0;
}

/*prs-45*/
.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{
  width: 100%;
  max-width: 220px;
  height: 100%;
  max-height: 130px;

  object-fit: cover;

  border-radius: 6px;

  margin-bottom: 10px;
  transition: all .2s linear;
}

.prs-45 .cliente__item{
  max-width: 220px;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
}

.prs-45 .cliente__item img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 133px;
}

.prs-45 .produto:hover{
  color: #8A6C3B;
}

.prs-45 .produto:hover img{
  opacity:.8;
  filter:alpha(opacity=80);
  -moz-opacity:.8;
  opacity:.8;
}

.prs-45 .btn__ficha{
  display: flex;
  justify-content: center;
  text-align: center;

  width: fit-content;

  font-family: 'open_sansregular';
  font-size: 18px;
  font-weight: 500;

  color: #FFFFFF;

  background-color: #272F3D;
  border-radius: 5px;

  transition: color .3s ease, background-color .3s ease;

  padding: 10px 12px;
}

.prs-45 .btn__ficha:hover{
  background-color: #0094d4;
  color: #111111;
}

.produto span{
  display: block;
}

/*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: #2079BD;
  font-size: 30px;
  font-family: 'open_sansregular';
  margin-top: 0;
}

.prs-d-25 .btn-orcamento{
  background-color: #0094d4;
  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: #0094d4;
}

.prs-d-25  p{
  margin-bottom: 15px;
}
/*fim prs-d-25*/

.btn-voltar{
  background-color: #272F3D;
  border: none;
  padding: 12px 20px;
  float: left;
  margin-top: 10px;
  font-family: 'cuprumregular';
  color: #FFF;
  font-size: 12px;
  transition: all .2s linear;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}

.btn-voltar:hover{
  background-color: #6078A2;
  color: #FFF;
}

/* contato */
.pg-contato form{
  background-color: #D7DEE9;
  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;
}

.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: #0094d4;
  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: #0094d4;
}

.pg-contato iframe{
  width: 100%;
  height: 345px;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
}

.video-content {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 800px;
}

.video-content .close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background: #000;
}

.pg-404 {
  background-color: #0094d4;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-404 .container {
  max-width: 700px;
}

.pg-404 h1 {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}

.pg-404 h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.pg-404 .descricao {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.pg-404 .btn-voltar {
  display: inline-block;
  background: #fff;
  color: #0094d4;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.pg-404 .btn-voltar:hover {
  background: #007bb0;
  color: #fff;
}

@media (max-width: 768px) {
  .pg-404 h1 {
    font-size: 80px;
  }
  .pg-404 h2 {
    font-size: 22px;
  }
  .pg-404 .descricao {
    font-size: 16px;
  }
}

/* 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{
    border-left: none;
    margin-top: 0;
  }

  .menu>li{
    display: block;
    background-image: none;
  }

  .menu>li>a{
    text-align: left;    
    margin-right: 0;
    padding: 5px 15px;
    border-left: none;
  }

  .menu>li>a:hover,
    .menu>li>a.active{
    border-left: none;
    color: #0094d4;
  }

  .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 */

/* responsivo */

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .chamada{
  }

  .chamada .hover{
    font-size: 28px;
    padding-top: 80px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #next,
  #prev,
  .area-banner{
    display: none;
  }

  .header{
    position: relative;
    height: auto;
  }

  .logo{
    display: block;
    text-align: center;
  }

  .linkedin{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .header .container{
    height: auto;
  }

  .selo{
    margin-top: 30px;
    font-size: 21px;
  }
  
  .chamada{
    width: 33.333%;
    height: 150px;
  }

  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada,
  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada{
    display: none;
  }

  .chamada .hover{      
    height: 150px;
    font-size: 20px;
    padding-top: 40px;
  }

  .center-sm{
    text-align: center;
  }

  .text-right{
    text-align: center
  }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #next,
  #prev,
  .area-banner{
    display: none;
  }

  .header{
    position: relative;
    height: auto;
  }

  .logo{
    display: block;
    text-align: center;
  }

  .linkedin{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .header .container{
    height: auto;
  }

  .selo{
    margin-top: 30px;
    font-size: 21px;
    text-align: center
  }

  .selo img{
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .chamada{
    width: 33.333%;
    height: 150px;
  }

  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada,
  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada{
    display: none;
  }

  .chamada .hover{      
    height: 150px;
    font-size: 20px;
    padding-top: 40px;
  }

  .center-sm{
    text-align: center;
  }

  .text-right{
    text-align: center
  }
}

  /* Landscape phones and smaller */
@media (max-width: 480px) {
  .selo{
    font-size: 15px;
  }

  .selo img{
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  
  .chamada{
    width: 100%;
    height: 150px;
  }

  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada,
  .chamada+.chamada+.chamada+.chamada+.chamada+.chamada+.chamada{
    display: none;
  }

  .chamada .hover{      
    height: 150px;
    font-size: 20px;
    padding-top: 50px;
  }

  .produto{
    text-align: center;
  }

  .produto img{
    display: inline-block;
  }

  .produto img::after{
    clear: both;
  }
}
/* /responsivo */

.faixa9{
  padding: 60px 0;
}

.f9cli{
  display: block;
  max-width: 136px;
  margin: 0 auto;
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .col-xxs-12{
    width: 100%!important;
  }
}
