@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: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Pré formatações */
.container{
  max-width: 1000px;
}
a:hover{
  color: #50A347;
}
::-moz-selection{
  background: #50A347;
}
::selection{
  background: #50A347;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #50A347;
  border-color: #50A347;
}
.editor{
  /*font*/
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6{
  /*font*/
}

/* css do tema */

/* header */

.header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../imagens/fundo-topo.png);
  height: 116px;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 999;
}

a.logo img{
  margin-top: 10px;
}


.img-responsive{
  display: inline-block;
}

.aligncenter.img-responsive{
  display: block;
}

.navbar{
  text-align: right;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: inline-block;
}

.menu>li{
  display: inline-block;
  /*background-image: url(../imagens/separador-menu.png);*/
  background-position: right 17px;
  margin-right: 2px;
  padding-right: 0px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.menu>li>a{
  transition: all .2s linear;
  display: block;
  font-family: 'kanitregular';
  font-size: 16px;
  color: #535353;
  padding-top: 14px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  /*background: url(../imagens/separador-menu.png) right 17px no-repeat, url(../imagens/efeito-menu-fudo-esq.png) left top no-repeat,
  url(../imagens/efeito-menu-fudo-dir.png) right bottom no-repeat;*/
  padding-bottom: 5px;
}

.menu>li:last-child {
  border-right: none;
  padding-right: 0;
  background-image: none;
  margin-right: 0;
}

.menu>li:last-child a{
  /*background:  url(../imagens/efeito-menu-fudo-esq.png) left top no-repeat,
  url(../imagens/efeito-menu-fudo-dir.png) right bottom no-repeat;*/
}



.menu>li>a:hover,
.menu>li>a.active{
  color: #FFF;
  background-color: #50A347;
}




.menu>li:hover .submenu{
  display: block;
}

.submenu{
  display: none;
  margin: 0;
  padding: 10px;
  list-style-type: none;
  background-color: #50A347;
  white-space: nowrap;
  position: absolute;
  z-index: 600;
  top: 100%;
  /*left: 22px;*/
  padding-right: 50px;
  text-align: left;
}

.submenu li{
  display: block;
}

.submenu a{
  transition: all .2s linear;
  display: block;
  line-height: 1.6;
  color: #FFF;
}

.submenu li:last-child a{
  border-right: none;
  padding-right: 0;
}

.submenu a:hover,
.submenu a.active{
  text-decoration: none;
  color: #F7FD4B;
}



/* menu responsivo */

  .navbar-collapse{  
    padding-left: 0;
    padding-right: 0;
  }

  .navbar{
    margin-bottom: 0;
  }

  @media (max-width: 991px) {

    #magic-line{
      display: none;
    }

    .navbar{
      margin-top: 20px;   
      width: 100%; 
      text-align: left;
    }

    .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;    
    }

    .menu{
      display: block;
    }

    .navbar-button{
      float: right;
    }

    

    .menu>li{
      display: block;
      background-image: none;
      margin-right: 0;
      padding-right: 0;
    }

    .menu>li>a{
      text-align: left;    
      margin-right: 0;
      padding: 5px 15px;
      float: none;
      line-height: 2;
      color: #333;
      background-image: none;
    }

    .menu>li>a.active:hover,   
    .menu>li>a:hover{    
      color: #FFF;
      background-image: none;
    }

    .submenu{
      position: static;
      display: block;
      left: auto;
      top: auto;
    }

    .navbar-menu{
      background-color: #FFF;
      border: 1px solid #000;

      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;    
    }

    .icon-bar{
      background-color: #000;
    }
      
    .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 */

.area-banner{
  position: relative;  
  height: 795px;
}

.banner{
  height: 795px;
  overflow: hidden;
  width: 100%;
}

.banner a{
  display: block;
  width: 100%;
  height: 795px;
  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: 100px;
}

#next{
  right: 10%;
}

#prev{
  left: 10%;
}

.tel{
  text-align: right;
  margin-top: 7px;
  /*padding-right: 25px;*/
  font-family: 'kanitregular';
  font-size: 16px;
  color: #545454;
}

.pg-home{
  background-image: url(../imagens/fundo-home.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #EBEAEA;
  position: relative;
  z-index:999;
}

.aba{
  background-image: url(../imagens/aba.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 399px;
  position: absolute;
  top: -60px;
  z-index: 0;
  width: 100%;
}

.pg-home .container{
  position: relative;
  z-index: 1;
}

.texto-aba h2, .texto-aba p{
  max-width: 375px;
}

.pg-home h2{
  color: #7E1E2C;
  font-size: 50px;
  font-family: 'kanitregular';
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
}

.editor, .editor p, .editor li{
  font-family: 'open_sansregular';
  font-size: 15px;
  color: #535353;
  line-height: 1.65;
}

.texto-aba{
  height: 340px;
  margin-bottom: 40px;
}

a.ver{
  color: #333;
  margin-top: 15px;
  display: block;
}

.area-hservicos{
  position: relative;  
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  width: 303px;
}

.hservicos{
  height: 418px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.hservicos a{
  display: block;
  width: 303px;
  height: 194px;
  background-position: center top;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-bottom: 30px;
  background-size: cover;
}

.hservicos a>div{
  background-color: rgba(0,0,0,0.5);
  width: 303px;
  height: 194px;
  position: relative;
  transition: all .2s linear;
}

.hservicos a:hover>div{
  opacity:0;
  filter:alpha(opacity=000);
  -moz-opacity:0;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=000);
}



.hservicos a>div span{
  font-family: 'kanitregular';
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  text-align: center;
  color: #FFF;
  font-weight: lighter;
  width: 250px;
}

.area-hservicos .container{
  position: relative;
}

.seta-holder{
  text-align: center;
}

#next2, #prev2{
  display: inline-block;
}



.area-hparc{
  position: relative;  
  height: 220px;
  
    max-width: 580px;

}

.hparc{
  overflow: hidden; 
  height: 220px;
}

.hparc a{
  display: block;
  width: 180px;
  margin-right: 15px;
  height: 137px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  background-size: contain;
}

#next3, #prev3{
  z-index:600;
  position: absolute;
  top: 50px;
}

#next3{
  right: -35px;
}

#prev3{
  left: -35px;
}




.prc{
  padding-bottom: 40px;
  padding-top: 30px;
}

.footer{
  margin-top: 70px;
  background-color: #821B2E;
  padding-top: 20px;
  text-align: center;
  color: #FFF;
}

.footer p{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
}

.prc + .footer{
  margin-top: 0;
}


.footer2{
  border-top: 1px solid rgba(255,255,255,0.15);;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family: 'Verdana';
  font-size: 11px;
  color: #FFF;
  display: inline-block;
}


.footer2 a{
  color: #FFF;
  transition: all .2s linear;
  text-decoration: none;
}

.footer2 a:hover{
  color: #0097DA;
}

.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;
}

/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

    #next{
      right: 5%;
    }

    #prev{
      left: 5%;
    }

    .area-hparc, .hparc{
      margin: 0 auto;
      width: 719px;
    }

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

    .header{
      position: static;
      height: auto;
      background-image: none;
      background-color: #FFF;
    }

    .center-sm{
      text-align: center;
    }

    .tel{
      margin-top: 15px;
      text-align: center;
      margin-bottom: 15px;
    }

    #next{
      right: 2%;
    }

    #prev{
      left: 2%;
    }

    .pg-home h2{
      font-size: 30px;
    }

    .texto-aba h2, .texto-aba p {
        max-width: 295px;
    }

    .hservicos a>div,
    .hservicos a{
    }
    .hservicos a>div span{
      width: 200px;
    }

   

    #next3{
      right: -5px;
    }

    #prev3{
      left: -5px;
    }



  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .header{
      position: static;
      height: auto;
      background-image: none;
      background-color: #FFF;
    }

    .center-sm{
      text-align: center;
    }

    .tel{
      margin-top: 15px;
      text-align: center;
      margin-bottom: 15px;
    }

    #next{
      right: 2%;
    }

    #prev{
      left: 2%;
    }

    .aba{
      display: none;
    }

    .pg-home h2{
      font-size: 30px;
      text-align: center;
    }

    .texto-aba h2, .texto-aba p {
        max-width: none;
    }

    .texto-aba{
      text-align: center;
      padding-top: 30px;
      height: auto;
      margin-bottom: 30px;
    }

    .hservicos{
      width: 303px;
      margin: 0 auto;
      margin-bottom: 10px;
    }

    .area-hservicos{
      margin-bottom: 50px;
    }

    .area-hparc, .hparc{
      width: 448px;
      margin: 0 auto;
    }

    .hparc a{
      margin-right: 10px;
    }

    #next3{
      right: 0px;
    }

    #prev3{
      left: -05px;
    }


  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

    .col-xs-6{
      width: 100%;
    }

    
    .area-hservicos,
    .hservicos{
      width: 303px!important;
      width: 100%;
    }

    .area-hparc, .hparc{
      width: 220px;
      margin: 0 auto;
    }

    .climgholder img{
      border: 4px solid #FFF;
    }
  }
/* /responsivo */


.adminbarspacer{
  top: 32px!important;
}

.pg-home img{
    -webkit-filter: grayscale(000%);
  -moz-filter: grayscale(000%);
  -ms-filter: grayscale(000%);
  -o-filter: grayscale(000%);
  filter: grayscale(000%);
  filter: gray; /* IE 6-9 */
  transition: all .2s linear;
  transition: all .2s linear;
}


.titulo{
  padding-top: 110px;
  background-color: #50A347;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.titulo h2{
  font-family: 'kanitregular';
  font-size: 40px;
  color: #FFF;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 13px;
  color: #FFF;
}

.bread a{
  color: #FFF;
}


/*prs-45*/

    .prs-45 .produto{
      color: #333;
      width: 100%;
    }

    .prs-45 .produto:hover{
      color: #555;
    }

/*fim prs-45*/

/* contato */


  .pg-contato form{
    background-color: #f3f3f3;
  }

  .btn-enviar-contato{
    background-color: #50A347;
    color: #FFF!important;
  }
  
  .btn-enviar-contato:hover{
    background-color: #000;
  }

  .pg-contato h2{
    margin-top: 0;
  }





/*prs-d-25*/

    .prs-d-25  h2{
      color: #000;
    }

    .prs-d-25 .btn-orcamento{
      background-color: #000;
      color: #fff;
    }

    .prs-d-25 .btn-orcamento:hover{
      color: #fff;
      background-color: #EE6969;
    }

/*fim prs-d-25*/

/*prs-45*/

    .prs-45 .galeria{
      display: block;
      margin-bottom: 30px;
    }

    .prs-45 {
      text-align: center;
    }


    

    .prs-45 .produto{
      display: inline-block;
      margin-bottom: 10px;
      font-family: 'open_sansregular';
      font-size: 16px;
      transition: all .2s linear;
      min-height: 270px;
      max-width: 220px;
      margin-right: 15px;
      margin-left: 15px;
      position: relative;
    }

    .ptit{
      position: absolute;
      left: 0;
      width: 100%;
      top: 200px;
    }

    .prs-45 .produto img{
      margin-bottom: 10px;
      transition: all .2s linear;
      border: 1px solid #f3f3f3;
    }

    .prs-45 .produto:hover img{
      opacity:.8;
      filter:alpha(opacity=80);
      -moz-opacity:.8;
      opacity:.8;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80)
    }

    .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{
      font-size: 30px;
      font-family: 'open_sansregular';
      margin-top: 0;
      border-bottom: 2px solid #F3F3F3;
      padding-bottom: 10px;
      margin-bottom: 25px;
    }

    .prs-d-25 .btn-orcamento{
      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;
      font-size: 22px;
      transition: all .2s linear;
      display: inline-block;
    }

    .prs-d-25  p{
      margin-bottom: 15px;
    }

/*fim prs-d-25*/

/* contato */


  .pg-contato form{
    padding: 15px 20px 15px 20px;
    line-height: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'open_sansregular';
    font-size: 13px;
  }
  
  .pg-contato form input{
    margin-bottom: 20px;
    height: 40px;
  }
  
  .pg-contato form textarea{
    height: 156px;
    margin-bottom: 10px;
  }
  
  .pg-contato form input,
  .pg-contato form textarea
  {
    font-size: 12px;
    border: none;
    font-family: 'Arial';
    transition: all .2s linear;
    font-family: 'open_sansregular';
  }

  .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;
  }
  
  .btn-enviar-contato{
    display: block;
    border: none;
    width: 108px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-family: 'Arial'!important;
    font-size: 12px!important;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 320px;
    margin-top: 20px;
  }

/* contato */ 



.btn-voltar{
  border: none;
  padding: 12px 20px;
  float: left;
  margin-top: 10px;
  font-family: 'open_sansregular';
  font-size: 12px;
  transition: all .2s linear;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  float: right
}


.btn-voltar{
  background-color: #343143;
  color: #FFF;
}

.btn-voltar:hover{
  background-color: #343143;
  color: #FFF;
}


.btn-cta{
  border: none;
  padding: 15px 30px;
  float: left;
  margin-top: 10px;
  font-family: 'open_sansregular';
  font-size: 15px;
  transition: all .2s linear;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  text-transform: uppercase;
}


.btn-cta{
  background-color: #FFA800;
  color: #FFF;
}

.btn-cta:hover{
  background-color: #FFCA65;
  color: #FFF;
}

.faixacta{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3F3F3;
  
}

.faixacta + .footer{
  margin-top: 0;
}

.faixacta a{
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 50px;
  font-size: 30px;
  font-family: 'open_sansregular';
  color: #FFF;
  background-color: #50A347;
 -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.3);
 -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.3);
 box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.3);
 transition: all .2s linear;
}

.faixacta a:hover{
  background-color: #26CB20;
  color: #FFF;
}






.pg-contato form .btn-enviar-form{
  display: inline-block;  
  border: none;
  padding: 10px 60px;
  font-size: 16px;
  transition: all .2s linear;
  background-color: #50A347;
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: auto;
  margin-right: 20px;
  float: left;
}.pg-contato form .btn-enviar-form:hover{
  filter: brightness(1.4);
}

.obg{
  clear: both;
}

.climgholder{
  display: block;
  max-width: 220px;
  width: 100%;
  height: 150px;
  position: relative;
  border: 1px solid #F3F3F3;
  background-color: #FFF;
  margin-bottom: 10px;
}

.climgholder img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 0!important;
}


/* faq-01 */

  .faq-01 h1{
    width: 100%; 
    background: url(../imagens/faq-01-01.png) 10px center no-repeat;
    font-size: 16px; 
    color: #152442;
    outline: none; 
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #EEE;
    padding: 15px 0;
    padding-left: 60px;
    margin: 0;
    margin-top: 20px;
  }

  .faq-01 div{
    padding-bottom: 40px;
  }

  .faq-01 h1.ui-state-active{
    background: url(../imagens/faq-01-02.png) 10px center no-repeat;
    background-color: #F3F3F3;
  }

  .faq-01 p{
    margin: 10px 0 0 0;
    font-size: 15px; color: #222;
  }

  .faq-01 .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    display: none;
  }

  .faq-01 div{
    border: none; background: transparent;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-01 .ui-accordion .ui-accordion-header{
    padding: 20px 0 0 40px !important; margin: 0 0 0 0;
  }

  .faq-01{
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #333;
  }

/* fim faq-01 */

.faqtit{  
    font-family: 'kanitregular';
    border-bottom: 1px solid #F3F3F3;
    font-size: 30px;
    margin-top: 30px;
}


/* responsivo */
  /* Large desktops and laptops */
  @media (min-width: 1200px) {

  }

  /* Portrait tablets and medium desktops */
  @media (min-width: 992px) and (max-width: 1199px) {

  }

  /* Portrait tablets and small desktops */
  @media (min-width: 768px) and (max-width: 991px) {

  }

  /* Landscape phones and portrait tablets */
  @media (max-width: 767px) {

    .titulo{
      padding-top: 30px;
      text-align: center;
    }

  }

  /* Landscape phones and smaller */
  @media (max-width: 480px) {

  }
/* /responsivo */



/* news */
  
  .pg-news h2,
  .pg-promo h2{    
    font-size: 30px;
    margin-bottom: 30px;
  }

  .nbox2,
  .nbox1{
    width: 33.33333%;
    height: 255px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    transition: all .2s linear;
    background-size: 100%;
    border: 1px solid #FFF;
  }

  .nbox1:hover,
  .nbox2:hover{
    background-size: 102%;
  }

  .nbox2{
    width: 25%;
  }

  .nbdata{
    display: block;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .nbtit{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-image: url(../images/news-cinza.png);
    background-repeat: repeat-x;
    min-height: 110px;
    padding: 40px 10px 10px 10px;
  }

  .nbtit-t{
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
  }

  .spacer{
    height: 15px;
  }

  .box-branco{
    /*padding: 30px;*/
    margin-bottom: 30px;
    /*background-color: #FFF;*/
  }

  .noticia{
    display: block;
    margin-bottom: 35px;
  }

  .noticia>img{
    margin-right: 30px;
    float: left;
  }

  .ntit{
    font-size: 20px;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .nrow{
    font-size: 13px;
    color: #444444;
    display: block;
    margin-bottom: 5px;
  }
  .ntxt{
    color: #333333;
    font-size: 15px;
    display: block;
  }

  .nleia{
    width: 116px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-family: 'open_sansregular';
    margin-top: 10px;
    transition: all .2s linear;
  }

  .noticia:hover .nleia{  
    opacity:.6;
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    opacity:.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60)
  }

  .pg-news h3{
    font-size: 25px;
    margin: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  

  .link-arquivo{
    color: #333333;
    font-size: 15px;
    display: block;
    line-height: 42px;
    transition: all .2s linear;
  }

  .link-arquivo + .link-arquivo{
    border-top: 1px solid #D6D6D6;
  }

  .pg-news h1{
    color: #333333;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
  }


  .nlinha{
    margin-top: 15px;
    border-top: 1px solid #D6D6D6;
    height: 30px;
  }

  .nautor img{
    float: left;
    margin-right: 22px;
  }

  .natit{
    font-size: 18px;
  }

  .nanome{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .natxt{
    color: #333333;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pg-news h4{
    font-size: 18px;
    margin-bottom: 25px;
  }

  #commentform #submit{
    display: none;
  }

  .btn-enviarnews{
    display: block;
    border: none;
    padding: 10px 40px;
    color: #FFF;
    font-size: 16px;
    transition: all .2s linear;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    transition: all .2s linear;
  }

  .btn-enviarnews:hover{
    opacity:.6;
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    opacity:.6;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60)
  }

  .pg-news form input,
  .pg-news form textarea{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #D6D6D6;
  }

  #captchaSizeDivLarge{
    position: relative;
  }

  #si_refresh_com{
    position: absolute;
    left: 190px;
    top: 0;
  }

  #captcha_code{
    position: relative;
    top: 10px;
    height: 34px;
    box-shadow: rgba(0, 0, 0, 0.074) 0px 1px 1px 0px inset;
    text-indent: 5px;
  }

  #captcha_code_label{
    position: relative;
    top: 10px;
  }

  .c-rodape{
    margin-bottom: 40px;
  }

 


  .buscar{
    position: relative;
  }

  .buscar .form-control{
    height: 32px;
    width: 176px;
    display: inline-block;
  }

  .buscar button{
    display: inline-block;
    width: 37px;
    height: 32px;
    position: relative;
    top: -1px;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  } 

  .buscar button:hover{
    filter: brightness(1.4);
  } 

  .buscar button img{
    position: relative;
    top: -1px;
  }

  #reply-title{
    display: none;
  }

  .maislidas a{
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .thepost p{
    font-family: 'open_sansregular';
    font-size: 16px;
    color: #444444;
    margin-bottom: 20px;
  }

  .ncomm{
    padding: 10px;
    margin-bottom: 10px;
  }

  /*cores*/

  .ncomm{
    background-color: #F3F3F3;
  }

  .nrow a{
    color: #333;
    transition: all .2s linear;
  }

  .nrow a:hover{
    color: #7E1E2C;
  }

  .ntit{
    color: #333333;
    font-size: 20px;
  }

  .nleia{
    color: #FFF;
    background-color: #333;
  }

  .nleia:hover{
    color: #FFF;
    background-color: #7E1E2C;
  }

  .buscar button{
    background-color: #7E1E2C;
    border-color: #7E1E2C;
  }

  .pg-news h3{
    border-bottom: 4px solid #7E1E2C;
    font-size: 18px;
    font-weight: bold;
  }

  .pg-news h4{
    font-size: 18px;
    font-weight: bold;
  }

  .btn-enviarnews{
    background-color: #7E1E2C!important;
    color: #FFF!important;
    border: 0!important;
  }


/* fim news */



.whatsflutuante{
  position: fixed;
  right: 80px;
  bottom: 80px;
  padding: 10px;
  background-color: #36B225;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999!important;
}

.whatsflutuante,
.pulse {  
  cursor: pointer;
  box-shadow: 0 0 0 rgba(54,178,37, 0.4);
  animation: pulse 2s infinite;
}
.whatsflutuante:hover,
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(54,178,37, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(54,178,37, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(54,178,37, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(54,178,37, 0.4);
    box-shadow: 0 0 0 0 rgba(54,178,37, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(54,178,37, 0);
      box-shadow: 0 0 0 10px rgba(54,178,37, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(54,178,37, 0);
      box-shadow: 0 0 0 0 rgba(54,178,37, 0);
  }
}


/* Large desktops and laptops */
  @media (min-width: 1200px) {

    div a.logo img{
      position: absolute;
      left: 0;
      top: 0;
      width: 279px!important;
      height: 90px!important;
    }

  }
  @media (max-width: 1199px) {

    div a.logo img{
      max-width: 100%;
      height: auto;
    }

  }

  .oparceiro{
    font-size: 14px;
    color: #000;

  }

  .climgholder{
    width: 220px;
    height: 220px;
    display: block;
    position: relative;
    border: 0;
  }

  .climgholder img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }


#next, #prev{
  -ms-transform: scale(0.5,0.5); 
  -webkit-transform: scale(0.5,0.5);
  transform: scale(0.5,0.5);
}

#vermaishome{
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

#vermaishome img{
  transform: rotate(-90deg); /* Equal to rotateZ(45deg) */
}



#next3 img{
  transform: rotate(-90deg); /* Equal to rotateZ(45deg) */
}

#prev3 img{
  transform: rotate(-90deg); /* Equal to rotateZ(45deg) */
}

.titulo-categoria {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
  border-bottom: 2px solid #2378cc;
  padding-bottom: 8px;
  color: #2378cc;
}

.vaga-card {
  text-align: center;
  margin-bottom: 30px;
}

.vaga-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}

.vaga-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

.vaga-link {
  text-decoration: none;
  display: block;
  transition: transform 0.2s;
}

.vaga-link:hover {
  transform: translateY(-3px);
}

.vaga-thumb {
  width: 100%;
  height: auto; 
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}

.vaga-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
