@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;

}




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

/* css do tema */

body{
  font-family: 'open_sansregular';
}

/* 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: 10px;
}

.menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li{
  display: inline-block;
  margin-right: 0px;
  padding-right: 8px;
  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: #FFF;
  background-image: url(../imagens/fundo-menu.png);
  height: 44px;
  line-height: 44px;
  background-position: center -44px;
  background-repeat: no-repeat;
  padding-right: 10px;
  padding-left: 10px;
}

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

.menu a:hover,
.menu a.active{
  color: #FFF;
  background-position: center top;
}

.area-banner-holder{
  position: relative;
  padding-bottom: 161px;
}

.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: 42px;
  color: #FFF;
  font-family: 'open_sanslight';
  margin-top: 0;
  margin-top: 200px;
}

.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: #FFF;
  font-size: 39px;
  font-family: 'open_sanslight';
}

.aba-azul ul{
  list-style-type: none;
  font-family: 'open_sanslight';
  color: #00303E;
  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;
}

.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: #00394A;
}

.botao-azul:hover{
  color: #FFF;
  background-color: #1E87A6;
}

.fx-home{
  background-image: url(../imagens/fundo-cidade.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
}

.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;
  top: -40px;
  height: 387px;
  width: 303px;
}

.aba-branca h3{
  margin-top: 0;
  font-family: 'open_sanslight';
  font-size: 39px;
  color: #004452;
  margin-bottom: 20px;
}

.aba-branca ul{
  list-style-type: none;
  font-family: 'open_sanslight';
  color: #00303E;
  font-size: 16px;
  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: #FFF;
  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: #D90000;
}

.logokryz{
  background-image: url(../imagens/logo-kryzalis-1.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: 10px;
}

/* internas */

.titulo{
  padding-top: 170px;
}

.titulo h2{
  font-family: 'open_sansregular';
  font-size: 45px;
  font-weight: bold;
  color: #5B481C;
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.bread{
  font-family: 'open_sansregular';
  font-size: 13px;
}

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

  
  /* 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: 30px 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: 10px 60px;
    font-size: 16px;
    transition: all .2s linear;
    background-color: #5B481C;
    color: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0;
  }.pg-contato form .btn-enviar-form:hover{
    filter: brightness(1.4);
  }
  
  .pg-contato iframe{
    width: 100%;
    height: 196px;
  }
  
  .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%;
    }
  }
  
  
  
  
  .pg-contato iframe{
    width: 100%;
    height: 245px;
  }


/* 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-image: url(../imagens/fundo-responsivo.png);*/
      background-position: center center;
      background-repeat: repeat;
      height: auto;
      padding-bottom: 10px;
      position: relative;
      background-color: #000;
    }

    .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: #000;
      background-image: none;
      background-position: center center;
      background-repeat: repeat;
      height: auto;
      padding-bottom: 10px;
      position: relative;
      border-bottom: 3px solid #F0E39D;
    }

    .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: #5B481C;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      width: 100%;
      height: auto;
      padding: 15px;
      margin-top: 15px;
    }

    .aba-azul h3{
      margin-top: 0px;
    }

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




.bread{
  margin-bottom: 40px;
}

/* menu responsivo 2*/ 
  @media (max-width: 991px) {
    
    .menuholder, .menuholderfloat{
      position: static;
    }

    .nav{
      position: fixed;
      right: 15px;
      top: 10px;
      z-index: 9999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
    }    

    .navbtn{
      background-color: #EEE;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      cursor: pointer;
      display: block;
    }

    .menu{
      display: none;
      background-color:  #5B481C;
      width: 265px;      
      margin-top: 0px!important;
    }

    .nav:hover .menu{
      display: block;
    }
    
    .menu{
      padding: 15px;
    }

    #menu{
      max-height: calc(100vh - 65px);
      width: 280px;
      position: absolute;
      right: 0px;
      top: 40px;
      overflow: auto;
      border-top: 15px solid transparent;
    }

    .menu{   
      width: 100%; 
    }

    #menu::after {
        content: ' ';
        border: 10px solid transparent;
        border-bottom: 10px solid  #5B481C;
        position: fixed;
        right: 30px;
        top: 45px;
    }

    .menu>li{
      display: block!important;
      text-align: left!important;
      line-height: 30px!important;
      height: auto!important;
      border: 0!important;
      padding: 0!important;
      margin: 0!important;
      background-image: none!important
    }

    .menu>li>a{
      color: #FFF!important;
      height: auto!important;
      background-image: none;
      border-color: 0;
    }

    .navbtn span{
      background-color: #666;
      width: 20px;
      height: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 18px;
      left: 15px;
    }

    .nav span + span{
      top: 25px;
    }

    .nav span + span + span{
      top: 32px;
    }    

    .header{
      height: auto;
      min-height: 30px;
      padding: 10px 0;
    }

   

    .tel{
      margin-top: 0!important;
      line-height: 50px;
    }

    .header{
      height: auto;
    }
    
    #menu{
      display: none;
    }


    .submenu{
      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 5px 0 0 5px!important;
      margin-top: -15px!important;
      margin-bottom: 15px!important;
      padding-top: 0px!important;
      margin-bottom: 10px!important;
      padding-bottom: 5px!important;
      margin-top: 10px;
      border-left: 4px solid rgba(0,0,0,0.2);
      border-bottom: 0!important;
      margin-top: 0!important;
      padding-left: 9px!important;
    }
    .submenu::after{
      display: none!important;
    }
    .submenu>li>a{
      padding-top: 5px;      
    }



    .susubmenu{

      /*display: block!important;*/
      position: static!important;
      background-color: transparent!important;
      padding: 0 0 0 10px!important;
      margin-top: -5px!important;
      margin-bottom: 15px!important;

      

    }
    .susubmenu::after{
      display: none!important;
    }
    .susubmenu>li>a{
      color: #FFF!important; 
    }

    .menu>li>a{
      padding-bottom: 0;
    }

    .submenu{
      box-shadow: none;
    }

  } 
  @media (max-width: 860px) {
    .tel{
      padding-right: 57px;
    }
  }
  @media (max-width: 480px) {
    .tel img{
      display: none;
    }
  }
  
/* /menu responsivo 2*/


/** blog02 **/

  .blog02 .post-itens{
    margin-bottom: 15px;
  }

  .blog02 .post-resumo{
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blog02 a.post-leia{
    display: inline-block;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    background-color: #333333;
    transition: all .2s linear;
  }

  .blog02 a.post-leia:hover{
    filter: brightness(1.5);
  }

  .blog02 .post{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
  }

  .blog02 .post h2{
    margin-top: 0;
    color: #435720;
    font-size: 26px;
  }

  .blog02 .pagination{
    text-align: left;
    float: none;
  }


  .blog02 .buscar{
    margin-top: 0px;
    position: relative;
    margin-bottom: 35px;
  }

  .blog02 .buscar input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 37px;
  }

  .blog02 .buscar button{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 13px;
    padding-left: 13px;
    padding-top: 6px;
    padding-bottom: 9px;
    background-color: #5B481C;
    border-color: #5B481C;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all .2s linear;
  }

  .blog02 .buscar button:hover{
    filter: brightness(1.2);
  }

  .blog02 .sidebar h3{
    font-size: 18px;
    color: #435721;
    border-bottom: 2px solid #5B481C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
  }

  .blog02 .sidebar a{
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    display: block;
    transition: all .2s linear;
  }

  .blog02 .sidebar a + a{
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 10px;
  }

  .blog02 .sidebar a:hover{
    color: #5B481C;
  }

  /* responsivo */    
    @media (max-width: 625px) {

      .blog02 .lista-posts{
        width: 100%;
      }

      .blog02 .sidebar{
        width: 100%;
        margin-top: 40px;
      }

    }
  /* /responsivo */


  .blog02 .post-itens img{
    position: relative;
    top: -1px;
  }

  .blog02 .post .editor *{
    max-width: 100%!important;
    height: auto!important;
  }

  .blog02 .postthumb{
    float: left;
    margin-right: 30px;
  }

  /**/

  /**comentarios**/
    .comment-form .submit{
      display: inline-block;
      color: #FFF;
      font-size: 13px;
      padding: 11px 16px 9px 16px;
      transition: all .2s linear;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background-color: #14034B;
    }.comment-form .submit:hover{
      filter: brightness(1.2);
      color: #FFF;
    }

    .nanome{
      color: #CCC;
      margin-bottom: 5px;
    }

    .nletra{
      float: left;
      margin-right: 15px;
      width: 70px;
      height: 70px;
      text-align: center;
      padding-top: 10px;
      color: #FFF;
      background-color: #CCC;
      font-size: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .nautor{
      margin-top: 20px;
      min-height: 70px;
      padding-left: 85px;
      position: relative;
      /*padding-top: 10px;*/
    }






    .fundo-form{
      padding: 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background-color: #F7F7F7;
    }

    .comment-form-author label,
    .comment-form-email label,
    .comment-form-comment label{
      display: block;
    }

    .comment-notes{
      font-size: 11px;
    }

    .comment-reply-title{
      margin-top: 0;
    }

    .comment-form-cookies-consent{
      display: none;
    }

    .comment-form-author{
      float: left;
      width: 50%;
    }
    .comment-form-email{
      float: left;
      width: 50%;
    }

    #si_captcha_code{
      width: 127px;
      position: relative;
    }

    #si_captcha_code label{
      display: none;
    }

    #si_captcha_code span{
      position: absolute;
      left: 135px;
      top: 0;
    }

    .comment-form-author input,
    .comment-form-email input,
    .comment-form-comment textarea{
      width: 100%;
      /*height: 100px;*/
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin-top: 5px;
      border: 1px solid #EEE;
    }

    .comment-form-author input{
      width: 95%;
    }

    .comment-form-comment textarea{
      height: 100px;
    }

    input#si_captcha_code{
      padding: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #EEE;
    }

  /***comentarios**/


  .blog02 .post h2{
    font-size: 20px;
    color: #000;
  }

  .blog02 .post.opost h2{
    font-size: 30px;
    color: #5B481C;
  }

  .comment-form .submit{
    background-color: #5B481C;
  }

  
  .pagination{
    margin: 0;
    border: 0;
  }

  .pagination li{
    display: inline-block;
    border: 0;
  }

  .pagination li a{
    display: inline-block;
    border: 0;
    background-color: #5B481C!important;
    color: #FFF!important;
  }

  .pagination li a:hover{
    background-color: #000!important;
    color: #FFF!important;
  }

  .pagination .current{
    background-color: #FFF!important;
    color: #000!important;
    border: 0!important;
  }

  .current>li:first-child{
    margin-left: 5px;
  }

/* blog02 */



/* responsivo */  
  @media (min-width: 1200px) { 

    
  }  
  @media (min-width: 992px) and (max-width: 1199px) {

   

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

    .aba-azul h3{
      text-align: center;
      font-size: 30px;
    }

    .navbar{
      min-height: 0;
      margin: 0;
      border: 0;
    }

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

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

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

  }
/* /responsivo */


.pg-contato h1{
  margin-top: 0;
  font-size: 35px;
  color: #2A3D68;
}

.pg-contato h3{
  color: #2A3D68;
}

.pg-contato h2{
  color: #2A3D68;
}


.sline{
  border-top: 1px solid rgba(30,30,30,0.1);
  margin-top: 40px;
  margin-bottom: 40px;
}



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

.fotosobre img{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .2s linear;
}

.fotosobre img:hover{
  filter: brightness(1.2);
}


.cntp p{
  position: relative;
  padding-left: 35px;
}

.cntp img{
  position: absolute;
  left: 0;
  top: 0;
}


/* responsivo */  
  @media (min-width: 1200px) { 
    a.logo{
      position: relative;
      left: -100px;
    }
    .left100{
      position: relative;
      left: -100px;
    }
  }  
  @media (min-width: 992px) and (max-width: 1199px) {

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

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

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

  }
/* /responsivo */
