/* ----- Estilizações em elementos básicos -----*/
@import 'https://fonts.googleapis.com/css?family=Roboto';
object{
  display: none;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #2277A9;
  opacity: 1;
  font-size: 14px;
  font-weight: 300;
}
::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #2277A9;
  opacity: 1;
  font-size: 14px;
  font-weight: 300;
}
:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #2277A9;
  opacity: 1;
  font-weight: 300;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a img {
  border: 0;
}
b {
  font-weight: 700;
}
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  background: url(../img/geral/bg-geral.jpg) no-repeat top right fixed;
  background-size: cover;
}
h1{
  color: #333;
  text-align: left;
  line-height: 60px;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}

h1+p{

}

input, textarea, button, .btn {
  border: none;
  height: 36px;
  border-radius: 7px;
  -webkit-transition: all .3s;
}
input[type="text"], input[type="email"], textarea{
  padding-left: 10px;
}
textarea{
  height: auto;
}
input[type="submit"], button, .btn{
  display: inline-block;
  background: #FF6600;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 1px solid #FFF;
}
input[type="submit"]:hover, button:hover, .btn:hover{
  background-color: #2277a9;
}
.chatfixo{
  width: 170px;
  height: 70px;
  position: fixed;
  bottom: 80px;
  right: 80;
  z-index: 99;
  color: #FFF;
  padding: 10px;
  padding-left: 60px;
  font-size: 18px;
  border: 5px solid #FFF;
  border-right: 0;
  background-color: #07d400;
  background-image: url(../../img/geral/ico-chat.svg);
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: 10px center;
}
.chatfixo.whats{
  background-image: url(../../img/geral/ico-whats2.svg);
}
.chatfixo.bolinha{
  width: 50px;
  width: 50px;
  border-radius: 40px;
  bottom: 60px;
  right: 10px;
  border: 2px solid;
  background-position: center center;
  text-indent: -10000px;
  overflow: hidden;
}
  .chatfixo strong{
    display: block;
    width: 100%;
  }

.chatfixo.bianca {
  width: 50px;
  height: 50px;
  border: 0;
  background: rgba(46,46,46, 0);
  position: fixed;
  bottom: 90px;
  right: 30px;
  border-radius: 50%;
  padding: 0;
}
.lgpd+.chatfixo.bianca{
  bottom: 120px;
}

  .chatfixo.bianca .whats {
    display: block;
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 50%;
    background: #07d400 url(../img/geral/whats.png) 7px center no-repeat;
    border: 1px solid #07d400;
    background-size: 65%;
  }

  .chatfixo.bianca .pulse {
    width: 46px;
    height: 46px;
    transform: scale(1);
    animation: pulse-black 2.5s infinite;
    border-radius: 50%;
    border: 1px solid #07d400;
    position: absolute;
    left: 5px;
    top: 5px;
    pointer-events: none;
  }

  @keyframes pulse-black {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(2.2);
      border: 1px solid rgba(46,46,46, 0);
    }
    100% {
      transform: scale(2);
      border: 1px solid rgba(46,46,46, 0);
    }
  }
.bg-combo-oculto{
  background: rgba(0,0,0,.2) !important;
}
.escolha-btn{
  display: inline-block;
  line-height: 36px;
  background: #FFF url(../img/geral/seta-select.png) no-repeat 95% center;
  color: #2277A9;
  border-radius: 7px;
  padding-left: 10px;
  text-align: left;
  -webkit-transition: all .3s;
  font-size: 13px;
}

/* ---------------------------------------------*/
/* -----    Definição de classe básicas    -----*/
.just-mobile{
  display: none !important;
}
.container {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.conteudo{
  margin-top: 190px;
  padding-bottom: 100px;
  min-height: 600px;
}
.bc{
  text-align: left;
  font-size: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333;
}
  .bc a{
    color: #333;
  }
.clear {
  clear: both;
}
.hidden {
  display: none !important;
}
/* ---------------------------------------------*/
/* -----               Topo                -----*/
.topo {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(252,252,252,1);
  background: -moz-linear-gradient(left, rgba(252,252,252,.40) 0%, rgba(252,252,252,0.63) 24%, rgba(252,252,252,1) 51%, rgba(252,252,252,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,.40)), color-stop(24%, rgba(252,252,252,0.63)), color-stop(51%, rgba(252,252,252,1)), color-stop(100%, rgba(252,252,252,1)));
  background: -webkit-linear-gradient(left, rgba(252,252,252,.40) 0%, rgba(252,252,252,0.63) 24%, rgba(252,252,252,1) 51%, rgba(252,252,252,1) 100%);
  background: -o-linear-gradient(left, rgba(252,252,252,.40) 0%, rgba(252,252,252,0.63) 24%, rgba(252,252,252,1) 51%, rgba(252,252,252,1) 100%);
  background: -ms-linear-gradient(left, rgba(252,252,252,.40) 0%, rgba(252,252,252,0.63) 24%, rgba(252,252,252,1) 51%, rgba(252,252,252,1) 100%);
  background: linear-gradient(to right, rgba(252,252,252,.40) 0%, rgba(252,252,252,0.63) 24%, rgba(252,252,252,1) 51%, rgba(252,252,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc', GradientType=1 );
}
.topo.depois-da-rolagem{
  height: 80px;
}
    .topo .logo, .footer .logo{
      width: 350px;
      height: 88px;
      background: url(../img/geral/logo.png) no-repeat top left;
      background-size: 100% auto;
      float: left;
      margin-top: 10px;
      -webkit-transition: all .3s;
      transition: all .3s;
    }
    .topo.depois-da-rolagem .logo{
      width: 245px;
      height: 70px;
      margin-top: 5px;
      background: url(../img/geral/logo-menor.png) no-repeat center left;
    }
    .topo .telefones{
      width: 277px;
      height: 60px;
      background: url(../img/geral/telefone-grandao.png) no-repeat center left;
      float: right;
      text-align: right;
      color: #1F7CB0;
      -webkit-transition: all .3s;
      transition: all .3s;
      padding-top: 8px;
      margin-top: 18px;
    }
    .topo.depois-da-rolagem .telefones{
      margin-top: 0px;
    }
      .topo .telefones div{
        line-height: 27px;
      }
      .topo .telefones div:nth-child(2){
        background: url(../img/geral/whats-topo.png) no-repeat 133px bottom;
      }
    .topo .btn-busca{
      width: 50px;
      height: 50px;
      float: right;
      background-image: url(../img/geral/busca.png);
      background-repeat: no-repeat;
      background-position: center center;
      margin: 28px 5px;
    }
    .topo .btn-busca:hover{
      background-color: #2277a9;
    }
    .topo .btn-menu{
      display: none;
      width: 50px;
      height: 50px;
      float: right;
      background: url(../img/geral/menu-mobile.png);
      border: 3px solid #1F7CB0;
      margin: 28px 5px;
    }
    .topo.depois-da-rolagem .btn-menu, .topo.depois-da-rolagem .btn-busca{
      margin: 10px 5px;
    }
    
.topo + .menu{
  position: fixed;
  top: 110px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(62,135,177,0.6);
  background: -moz-linear-gradient(left, rgba(62,135,177,0.6) 0%, rgba(62,135,177,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62,135,177,0.6)), color-stop(100%, rgba(62,135,177,1)));
  background: -webkit-linear-gradient(left, rgba(62,135,177,0.6) 0%, rgba(62,135,177,1) 100%);
  background: -o-linear-gradient(left, rgba(62,135,177,0.6) 0%, rgba(62,135,177,1) 100%);
  background: -ms-linear-gradient(left, rgba(62,135,177,0.6) 0%, rgba(62,135,177,1) 100%);
  background: linear-gradient(to right, rgba(62,135,177,0.6) 0%, rgba(62,135,177,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e87b1', endColorstr='#3e87b1', GradientType=1 );
}
.topo.depois-da-rolagem + .menu{
  top: -80px;
  opacity: 0;
}
  .topo + .menu nav{
    text-align: left;
    display: block;
  }
  .topo + .menu nav.active{
    text-align: left;
    display: none;
  }
    .topo + .menu nav .item-menu{
      display: inline-block;
      line-height: 17px;
      margin: 15px 0;
      color: #FFF;
      border-right: 1px solid #FFF;
      padding: 0 8px;
      font-size: 15px;
      text-align: center;
    }
    .topo + .menu nav .item-menu:hover{
      font-weight: bold;
      color: #ffefc4;
    }
    .topo + .menu nav .item-menu:first-child{
      padding-left: 25px;
      background: url(../img/geral/home-ico.png) no-repeat center left;
    }
    .topo + .menu nav .form{
      display: inline-block;
      float: right;
      padding-top: 5px;
    }
      .topo + .menu nav .form input{
        display: inline-block;
        vertical-align: top;
      }
      .topo + .menu nav .form button{
        display: inline-block;
        vertical-align: top;
        background: #2277A9 url(../img/geral/busca.png) no-repeat center center;
        width: 50px;
      }
      .topo + .menu nav .form button:hover{
        background-color: #ff6600;
      }
  .topo + .menu .busca{
    display: none;
    text-align: center;
  }
  .topo + .menu .busca.active{
    display: block;
  }
    .topo + .menu .busca .escolha-btn, .topo + .menu .busca button{
      line-height: 40px;
      height: 40px;
      width: 19.5%;
      margin: 5px 0;
      vertical-align: top;
    }
    .topo + .menu .busca button:hover{
      background: #2277a9;
    }
/* ---------------------------------------------*/
/* -----              Rodapé               -----*/
.desenvolvedor{
  width: 120px;
  display: block;
  margin: 20px auto;
  background: url(../img/geral/infocenter.png) no-repeat top center;
  color: #FFF;
  font-size: 9px;
  text-transform: uppercase;
  padding-top: 25px;
  text-align: center;
}
.footer {
  z-index: 4;
  width: 100%;
  text-align: center;
  color: #FFF;
}
  .footer .faixa-rodape .contato-rodape{
    
  }
    .footer .faixa-rodape .contato-rodape h2{
      color: #FFF;
      font-size: 28px;
      height: 60px;
    }
    .footer .faixa-rodape .contato-rodape h2::after{
      content: ' ';
      height: 70px;
      width: 4px;
      background: #FFF;
      display: block;
      transform: rotate(90deg);
      position: relative;
      left: 50%;
      top: -29px;
    }
    .footer .faixa-rodape .contato-rodape .bloco{
      min-height: 90px;
      text-align: left !important;
      width: 49.5%;
    }
    .footer .faixa-rodape .contato-rodape .bloco:last-child{
      padding-left: 30px !important;
    }
      .footer .faixa-rodape .contato-rodape .bloco .telefone{
        font-size: 22px;
        line-height: 45px;
        padding-left: 40px;
        background: url(../img/geral/tel.png) no-repeat left center;
      }
      .footer .faixa-rodape .contato-rodape .bloco .whats{
        background: url(../img/geral/whats.png) no-repeat left center;
      }
  .footer .faixa-rodape .redes{
      border-top: 1px solid #fff8f0;
      border-bottom: 1px solid #fff8f0;
      min-height: 74px;
      margin-top: 30px;
    }
      .footer .faixa-rodape .redes .rede{
        border: 3px solid #1C5488;
        background-color: #1C5488;
        background-position: center center;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        border-radius: 35px;
        overflow: hidden;
        text-indent: -1000px;
        margin: 11px 6px;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      .footer .faixa-rodape .redes .rede.facebook{
        background-image: url(../img/geral/facebook.png);
      }
      .footer .faixa-rodape .redes .rede.instagram{
        background-image: url(../img/geral/insta.png);
      }
      .footer .faixa-rodape .redes .rede.twitter{
        background-image: url(../img/geral/twitter.png);
      }
      .footer .faixa-rodape .redes .rede.google{
        background-image: url(../img/geral/google.png);
      }
      .footer .faixa-rodape .redes .rede.youtube{
        background-image: url(../img/geral/youtube.png);
      }
      .footer .faixa-rodape .redes .rede.blogger{
        background-image: url(../img/geral/blogger.png);
      }
      .footer .faixa-rodape .redes .rede:hover{
        background-color:#2277A9;
      }
  .footer .faixa-rodape{
    width: 100%;
    min-height: 200px;
    padding-bottom: 40px;
    padding-top: 36px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .footer .faixa-rodape:first-child{
    background: #5896BA;
    padding-bottom: 0;
  }
  .footer .faixa-rodape:last-child{
    color: #333;
    border-bottom: 1px solid #333;
  }
    .footer .faixa-rodape .logo{
      display: inline-block;
      width: 335px;
      max-width: 335px;
      height: 100px;
      margin: 0 auto 30px auto;
      background: url(../img/geral/logo.png) no-repeat center center;
      background-size: 95% auto;
    }
    .footer .faixa-rodape h2{
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 23px;
      color: #4D4D4D;
    }
    .footer .faixa-rodape p, .footer .faixa-rodape a,  .footer .faixa-rodape span{
      line-height: 29px;
      display: inline-block;
      width: 100%;
      font-size: 15px;
      color: #fff;
      font-weight: normal;
    }
    .footer .faixa-rodape a:hover{
      color: #238FE2;
    }
    .footer .faixa-rodape .bloco{
      width: 33%;
      display: inline-block;
      text-align: left;
      vertical-align: top;
      min-height: 230px;
    }
    .footer .faixa-rodape .bloco:first-child{
      border-right: 1px solid #fff8f0;
      text-align: right;
    }
    .footer .faixa-rodape .bloco:last-child{
      border-left: 1px solid #fff8f0;
      text-align: right;
    }
    .footer .faixa-rodape:nth-child(2) {
      border-bottom: 1px solid #333;
      margin-bottom: 20px;
    }
    .footer .faixa-rodape:nth-child(2) .bloco {
      border: none !important;
      width: 25%;
      text-align: right;
    }
    .footer .faixa-rodape:nth-child(2)  .bloco:first-child {
      border: none !important;
      width: 49%;
      text-align: left;
      padding-right: 25px;
    }
    .footer .faixa-rodape:nth-child(2) a, .footer .faixa-rodape:nth-child(2) p, .footer .faixa-rodape:nth-child(2) span {
      color: #333;
    }
    .footer .parceiros{
      width: 100%;
      text-align: center;
    }
      .footer .parceiros .parceiro{
        width: 100%;
        max-width: 200px;
        height: 70px;
        display: inline-block;
        padding-top: 50px;
        font-size: 12px;
        text-indent: -1000px;
        overflow: hidden;
      }
      .footer .parceiros .parceiro.zap{
        background: url(../img/geral/zap.png) no-repeat center center;
      }
      .footer .parceiros .parceiro.chaves{
        background: url(../img/geral/chaves.png) no-repeat center center;
      }
      .footer .parceiros .parceiro.info{
        text-indent: 0;
        background: url(../img/geral/info.png) no-repeat center center;
      }
      .footer .parceiros .parceiro.rodobens{
        background: url(../img/geral/rodobens.png) no-repeat center center;
      }
      .footer .parceiros .parceiro.cofeci{
        background: url(../img/geral/cofeci.png) no-repeat center center;
      }
    

/* ---------------------------------------------*/
/* -----     Definições de breakpoints     -----*/
@media screen and (max-width: 1224px) {
  .topo .menu .item-menu, .footer .menu .item-menu{
    padding: 0 15px;
  }
}
@media screen and (max-width: 1065px) {  
  .footer .faixa-rodape .bloco:first-child .email p, .footer .faixa-rodape .bloco:first-child .email a{
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .topo .menu .item-menu, .footer .menu .item-menu{
        padding: 0 10px;
  }
}

@media screen and (max-width: 950px) {
  .footer .faixa-rodape .bloco:first-child .email, .footer .faixa-rodape .bloco:first-child .endereco{
    padding-left: 55px
  }
}

@media screen and (max-width: 930px) {
   .topo .menu .item-menu, .footer .menu .item-menu{
        font-size: 15px;
  }
}

@media screen and (max-width: 880px) {
  .footer .faixa-rodape .bloco{
    width: 100%;
    text-align:center !important;
    border: none !important;
  }
  .footer .faixa-rodape .bloco:first-child .email, .footer .faixa-rodape .bloco:first-child .endereco{
    padding-left: 0;
    background: none;
  }
}

@media screen and (max-width: 850px) {
  .topo{
    height: 80px;
  }
  .topo + .faixinha-topo{
    top: 0;
  }
  .topo .logo {
    width: 245px;
    height: 70px;
    background: url(../img/geral/logo-menor.png) no-repeat center left;
    margin-top: 5px;
  }
  .topo .telefones {
    margin-top: 0;
  }
  .topo .btn-busca{
    margin: 10px 5px;
  }
  .topo + .menu{
    top: 80px;
  }
  .footer .faixa-rodape .bloco{
    width: 32% !important;
  }
  .footer .faixa-rodape .logo{
    width: 100% !important;
  }
}

@media screen and (max-width: 770px) {
  .topo + .menu nav{
    text-align: center;
  }
  .topo + .menu nav .form{
    display: none;
  }
  .topo + .menu nav .item-menu{
    border-right:none;
  }
}

@media screen and (max-width: 685px) {
  .topo .btn-busca{
    display: none;
  }

  .footer .faixa-rodape .bloco{
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin-top: 40px;
  }
  .footer .faixa-rodape .contato-rodape .bloco{
    text-align: center !important;
  }
  .footer .faixa-rodape .contato-rodape .bloco:last-child{
    padding-left: 0 !important;
  }
  .footer .faixa-rodape .logo{
    float: none !important;
  } 
  .footer .faixa-rodape .contato-rodape .bloco .telefone{
    width: 190px;
    display: inline-block;
  }
}

@media screen and (max-width: 660px) {
  .topo .telefones{
    width: 164px;
    background: none;
    font-size: 13px;
  }
    .topo .telefones div:nth-child(2){
      background-position: 50px center;
    }
  .conteudo{
    margin-top: 100px;
  }
  .just-mobile{
    display: inline-block !important;
  }
  .just-desktop{
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .topo .telefones{
    width: 100px;
  }
  .topo .telefones div strong{
    display: none;
  }
  .topo .telefones div:nth-child(2){
    background-position: -4px center;
  }
}

@media screen and (max-width: 510px) {
  .topo .btn-menu{
    display: block;
    margin: 10px 5px;
  }
  .topo + .menu{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(62,135,177,0.95);
  }
  .topo + .menu.active{
    display: block;
  }
  .topo.depois-da-rolagem + .menu.active{
    top: 80px;
    opacity: 1;
  }
  .topo + .menu nav{
    width: 100%;
    padding: 0 10px;
  }
  .topo + .menu nav .item-menu{
    text-align: right;
    display: block;
    line-height: 61px;
    width: 100%;
    font-size: 18px;    
    border-bottom: 1px solid #FFF;
    margin: 0;
  }
}

@media screen and (max-width: 445px) {
  .topo .telefones{
    display: none;
  }
  .topo .logo, .topo.depois-da-rolagem .logo{
    width: 235px;
    background-size: 100% auto;
  }
  .topo .btn-menu, .topo.depois-da-rolagem .btn-menu{
    margin: 15px 5px;
  }
}
/* ---------------------------------------------*/
