* {margin:0; padding: 0;}
html, body {height:100%;}

body {
  margin: 0;
  background: url(../imagens/fundo.png) repeat center top;
}
.intern {
    background: url(../imagens/fundo.png) repeat center top;
}
header {
  position: relative;
  z-index: 5;
  background: url(../imagens/linha-topo.png) no-repeat center 5px;
}
.logo {
  margin-top: 50px;
  display: block;
}
.logo + span{
  text-align: center;
  color: #632E3C;
  font-weight: bold; 
  display: block;
  margin-top: 20px;
}
.mail {
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 2px 2px 4px #B13E5A;
  margin-top: 10px;
}
.contato {
  color: #FFF;
          font-family: 'Oswald', sans-serif;
          text-transform: uppercase;
padding-top: 50px;
}
.atende {
  margin-top: 20px;
  background: url(../imagens/pvc.png) no-repeat right bottom;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 16px !important;
  min-height: 179px;
  position: relative;
  bottom: -10px;
  font-family: 'Oswald', sans-serif;
}
.atende .chat{
  margin-top: -10px;
}
.atendimento .email{
  text-align: right;
}
.atendimento img{
  margin-right: 5px;
}
.slogan {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #666;
}
.institucional h1{
  color:  #222;
  margin-bottom: 30px;
}
.institucional h1 span {
  font-weight: 300 !important;
}
.institucional p{
  padding: 20px;
  background: #FFF;
  border-radius: 7px;
  border-bottom: 3px solid #222;
  margin-bottom: 60px;
}
.institucional p a{
  font-weight: bold;
  font-size: 14px;
  color:  #222;
}
.institucional .span10 {
  position: relative; 
}
.institucional .chat{
  position: absolute;
  bottom: 60px;
  right: 0;
}
.busca {
  background: url(../imagens/fundo-busca.png) repeat-x right top;
  padding: 5px;
  height: 40px;
  border-radius: 6px;
  margin-top: 10px;
}
.busca .into{
    background: url(../imagens/fundo-busca-01.png) no-repeat left top;
      height: 53px;
      padding: 0 0 0 10px;

}
.busca input[type="text"]{
  width: 72%;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  margin-right: 1%;
  float: left;
    background: url(../imagens/fundo-input-busca.png) repeat-x !important;
    border: none;
    margin-top: 0;
    color: #A9A991;
    font-weight: bold;
}
.busca input[type="text"]:active {
    background: url(../imagens/fundo-input-busca.png) repeat-x !important;

}

.busca button, .busca input[type="button"] {
    width: 16%;
    border: none;
    float: right;
    line-height: 40px;
    margin-top: 0px;
    border-radius: 5px;
    background: url(../imagens/fundo-botao-busca.png) repeat-x center;
    color: #45844D;
    font-weight: bold;
}
.destaque {
  width: 693px;
}
.destaque .produtos {
  background: url(../imagens/fundo-carousel.png) no-repeat;
  height: 229px;
  margin-top: 10px;
}
.destaque .titulo {
  background: url(../imagens/titulo-carousel.png) no-repeat;
  background-size: 100%;
  height: 30px;
  line-height: 30px;
  width: 415px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  margin-top: 50px;
}
/*MENU*/

.navbar {
  margin-top: 10px;
}

.navbar ul {
  margin: 0;
}
.navbar ul li{
  list-style: none;
  float: left;
  width: 16.666663%;
  overflow: hidden;
    transition: all 0.2s linear;
  position: relative;
}
.navbar ul li:hover{
  overflow: inherit;
}
.navbar ul li.primeiro a{
  border-left: none;
}
.navbar ul li.ultimo a{
  border-right: none;
}
.navbar ul li a {
  font-family: 'Oswald', sans-serif;
  display: block;
  padding-left: 4px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #d60000;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
    transition: all 0.2s linear;
  background: #122f59;
}
.navbar ul li:hover a {
    transition: all 0.2s linear;
    color:#FFF;
    line-height: 38px;
  background: #79c2ea;
  border-bottom: 4px solid #a7dbf7;
  position: relative;

}
.navbar ul li span{
  display: block;
}

.navbar ul li:hover span{
}

.navbar ul li#seta:before {
    position: absolute;
    text-align: center;
    top: 70%;
    z-index: 1;
    left: 46%;
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f0d7";
    color: #FFF;
}

/*Sub Menu*/


.navbar ul li ul{
  display: block;
  opacity: 0;
  padding: 15px 0 0 0;
  border-radius: 0;
  background: none;
  position: absolute;
  height: auto;
  width: 200px;
  top: 75px;
  z-index: 999999999999999999999;

}
.navbar ul li:hover ul{
  opacity: 1;
  top: 40px;
  left: 0px;
  transition-duration: 0.3s;

}
.navbar ul li ul li:after{
  display: none;
}
.navbar ul li ul li:before{
  display: none;
}
.navbar ul li ul li{
  padding: 0;
  border: none;
  width: 100%;
  margin:0;
  overflow: inherit;
  list-style: none;
  background:none;

}
.navbar ul li ul li:last-child{
  border-bottom:none !important;
}
.navbar ul li ul li a{
 background: url(../imagens/fundo-menu-2.png) repeat-x 0 -10px !important;
 display: block;
 padding: 5px 10px;
 line-height: 25px !important;
 color: #FFF;
 text-align: left;
 border:none !important;
 text-decoration: none;
 width: 100%;
 height: 100%;
 font-size: 14px;
}
.navbar ul li ul li a:hover{
  background: #79c2ea !important;
 line-height: 20px;
}


/*Rodape*/

/*Menu Rodape*/

.menu-rodape ul {
  margin: 0;
  padding: 0;
}
.menu-rodape ul li{
  list-style: none;
  margin-bottom: 5px;
}
.menu-rodape ul li.ultimo{
  margin-right: 0;
}
.menu-rodape ul li a{
  display: block;
  padding: 2px 0px 0 20px;
  background: url(../imagens/ok-v.png) no-repeat left 10px;
  border-radius: 5px;
  color: #ddd;
  font-size: 14px;
}
.menu-rodape ul li a:hover{
  color: #FFF;
}


/*mais rodape*/

.rodape .centro {
  padding: 30px 0 20px;
  border-top: 1px solid #1b60b3;
  background: url(../imagens/rodape-inicio.jpg) repeat-x top;
}

.rodape .colunas {  background: url(../imagens/topo-rodape.png) no-repeat center top;
  padding-top: 30px;
}
.rodape h5 {
  margin-bottom: 30px;
}
.rodape h5 a{
  color: #FFF !important;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
}

.rodape p {
  color:#e8e8e8;
  font-size: 14px;
}
.rodape .coluna a {
  color: #b13e5a;
  text-decoration: none;
}
.rodape .coluna a:hover {
  color:#FFF;
}
.rodape .coluna .artigo a {
  line-height: 16px;
  margin: 0px;
  min-height:50px;
  display:block;
  color: #ddd;
  text-decoration: none;
}
.rodape .coluna .artigo a:hover {
  color:#FFF;
}
.rodape .coluna .caminho {
  margin: 0 0 30px;
}
.rodape .coluna .caminho li {
  float: none;
  background-image: url(../imagens/ok-v.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
  margin-right: 0px;
  margin-top: 0px;
  color: #ceecc2;
}
.rodape .centro .coluna .caminho {
  width: 100%;
}
.rodape .coluna.ultimo {
  padding:0;
  float: left;
  width: 25%;
}
.rodape .coluna .artigo span {
  float: left;
  margin-right: 10px;
  display: block;
}
.rodape .coluna .artigo {
  margin-bottom: 15px;
  border-bottom-color: #396ea9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 10px;
}
.artigo:last-child {
  border-bottom:none;
}
.rodape-fim {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  line-height: 30px;
  background: url(../imagens/rodape.jpg);
  margin-top: -10px;
  font-size: 12px;
}
.rodape-fim .centro span {
  margin-right: 15px;
  margin-left: 15px;
}
.rodape .logo img {
  width: 70% !important;
  margin-bottom: 20px;
}
.rodape a {
  color:#b13e5a;
}
.rodape .mais {
  color: #FFF !important;
  padding: 7px 10px 5px;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 16px;
  background: url(../imagens/menu.png) repeat-x top;
}
.rodape .mais:hover {
 background: url(../imagens/menu.png) repeat-x left -52px;

}

.rodape input[type="submit"] {
  color:#FFF;
  padding: 7px 10px 5px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  width: auto;
  line-height: 16px;
  background: url(../imagens/rodape.jpg) repeat-x top;
  border:none;
}
.rodape input[type="submit"]:hover {
  background: url(../imagens/rodape.jpg) repeat-x left -52px;
}

address span{
  color: #ddd;
  margin-bottom: 20px;
  display: block;
  font-size: 14px;

}

/*conteudo-interno*/

#conteudo-interno {
}
#slide {
  margin-top: -20px;
  position: relative;
}
.suporte-topo {
  position: absolute;
  top: 120px;
  z-index: 4;

      font-family: 'Oswald', sans-serif;
}
.suporte-topo .titulo2 span {
  text-align: center;
  background: url(../imagens/fundo-titulo-suporte.jpg) repeat-x;
  display: block;
  line-height: 40px;
  border-radius: 5px; 
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
}
.suporte-topo .titulo2 {
  padding-bottom: 15px;
  background: url(../imagens/seta.png) no-repeat center bottom;
}
.suporte-topo a {
  color:#134588;
  background: #E6EAF1;
  border-bottom: 3px solid #5A7398;
  border-radius: 5px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.suporte-topo a:hover {
  background: #FFF;

  transition: all 0.5s linear;
}
.suporte-topo .acessar-chamado {
  padding: 10px 20px;
  background: #E6EAF1;
  border-bottom: 3px solid #5A7398;
  border-radius: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}
.suporte-topo input[type="text"] {
  border: none;
  color:#1b60b3;
  background: url(../imagens/text.png) repeat-x;
  box-shadow: none !important;
  text-align: center;
}
.suporte-topo button {
  border: 0;
  text-align: center;
    background: url(../imagens/fundo-titulo-suporte.jpg) repeat-x;
    display: block;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
}
.suporte-topo .acessar-chamado h4{ 
  font-size: 14px;
  color:#134588;
  text-align: center;

}
.miolo {
    padding: 40px 0;
    background: rgba(255,255,255,0.7);
}
.titulao h1 {
  margin-bottom: 0px;
  font-size: 42px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 48px;
  text-shadow: 3px 3px 2px #FFF;
  margin-top: 50px;
  color: #1a507c;
}
.bread {
  margin-bottom: 20px;
      padding-bottom: 20px;
          font-family: 'Oswald', sans-serif;
          font-weight: normal;
          color: #75c0e9;
}
.titulao h1 span {
  font-size: 24px !important;
  color: #75c0e9;
}

.menu-interno {
  margin:0;
}

.menu-interno li {
  list-style: none;
  margin-bottom: 2px;
}
.menu-interno li a{
  background: #1a507c;
  background-size:120%;
  display: block;
  padding: 8px 10px;
  color: #FFF;
      font-family: 'Oswald', sans-serif;
      font-size: 16px;
}
.menu-interno li a:hover{
  background:#2276b4;
  transition: all 0.5s linear;
  color: #FFF;
}

.rodape-slide {
  background: url(../imagens/rodape-slide.png) no-repeat top center;
  margin-top: -70px;
  position: relative;
  z-index: 4;
  padding-top: 80px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100%;
    border: none;
    background: #1a507c;
    color: #FFF;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 30px;
}

.chama-box {
  padding: 20px;
  border-radius: 5px;
  background: #f0f3fa;
}

.chama-box input[type="text"] {
  margin-bottom: 20px;
  margin-top: 0px;
}

.chama-box label {
  font-size: 14px;
  color: #999;
}
.chama-box input[type="text"] + input[type="submit"]  {
  margin-top: 0;
}
.chamado {
    padding: 15px;
    background: #f0f3fa;
    border-radius: 5px;
    min-width: 272px;
    margin-bottom: 30px;
}
.chamado input[type="submit"] {
  text-transform: uppercase;
}
.bloco {
  margin-top: 20px;
}
.bloco h2 {
      margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 400;

    padding: 0 0 0 5%;
    width: 60%;
  color: #FFF;
  margin-top: 0;
  font-family: 'Oswald', sans-serif;
  float: left;
}
.bloco .fundo {
    background: url(../imagens/rodape.jpg) center -150px;
    border-radius: 0 10px 0 0;

}
.bloco .desc{
    padding: 20px;
    background: #f0f3fa;
        border-radius: 0 0 10px 10px;
}
.bloco .foto {
  width: 27%;
  margin-top: 20px;
  margin-right: 5%;
  float:left;
  border-radius: 12px;
  border: 2px solid #FFF;
}
.bloco .foto img{
  border-radius: 10px;
}
.bloco .desc a{
  padding: 10px 20px;
  background: url(../imagens/rodape.jpg) center -150px;
  color: #FFF;
  border-radius: 0 5px 5px 5px;
  margin:10px 0;
  display: inline-block;
}
.bloco .desc a:hover{
  background: url(../imagens/rodape.jpg) center -220px;
    transition: all 0.3s linear;
}
.bloco h2 span{
  line-height: 16px;
  font-size: 20px;
}
.rodape-blocos {
   background: url(../imagens/borda-blocos.png) no-repeat top center;
   padding-top: 130px;
   margin-top: -50px;
   padding-bottom: 40px;
}
.servicos h2 {
  text-align: center;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
}
.servicos .desc {
  text-align: center;
  margin-bottom: 40px;
}
.servicos img {
  width: 100%;
}
.servicos .span4 {
  margin-bottom: 20px;
}

.mapa {
   margin-top: -40px;
   height: 400px;
   position: relative;
}
.borda-mapa {
   background: url(../imagens/topo-mapa.png) no-repeat top center;
  position: absolute;
  height: 70px;
  top: 0;
  display: block;
  width: 100%;
}
.rodape {
  background: url(../imagens/rodape2.jpg) bottom; 
  font-size: 14px ;
}
.servico a {
  display: block;
  padding: 10px 20px;
  text-align: center;
     background: url(../imagens/rodape.jpg) no-repeat center bottom;
     border-radius: 10px;
     height: 106px;
         transition: all 1s linear;
}
.servico a:hover {
     background: url(../imagens/rodape.jpg) no-repeat center top;
    transition: all 1s linear;
  }
  .produto a {
  display: block;
  padding:  8px;
  text-align: center;
     background: url(../imagens/rodape2.jpg) no-repeat center bottom;
     border-radius: 10px;
         transition: all 1s linear;
}
  .produto a img{
    border-radius: 5px;
    width: 100%;
}
.produto a:hover {
     background: url(../imagens/rodape2.jpg) no-repeat center -50px;
    transition: all 1s linear;
  }
.servico a h3{
     color: #FFF;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      font-size: 28px;
}

.produtos h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 16px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  margin-bottom: 0px;
  height: 54px;
}

.produtos .box-img {
  overflow: hidden;
  height: 150px;
  border-radius: 10px;
}
.maiss a {
  background: #215fb4;
    padding: 10px 0;
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
.maiss {
    margin-bottom: 30px;
    border-bottom: 2px dashed #D8E4F3;
    padding-bottom: 30px;
  }
.blog img {
  border-radius:0 5px 5px 5px;
}

.blog h2 {
  margin-top: 0;
  margin-bottom: 20px;
      color:#b13d59;
      font-weight: 400;
      min-height: 80px;
}

.banners {
  
  padding-top: 50px;
  padding-bottom: 50px;
      background: url(../imagens/borda-blocos2.png) repeat-x center top;
}
.banners h3{
  text-align: center;
  text-transform: uppercase;
  color: #132f57;
}
.btu {
  padding: 40px 0 0px;
  margin-top: 0px;
  background: url(../imagens/fundo-btu.jpg) repeat-x top;
}
.btu input[type="text"] {
  font-size: 18px;
  color: #08588e;
}
.btu h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
        color: #222;
    margin-top: 0;
    margin-bottom: 20px;
}
.btu .calculo {
  background: url(../imagens/rodape.jpg);
  border-radius: 10px;
  margin-bottom: 30px;
}

.btu .padding {
  padding: 20px 20px 30px;
}
.calculo label {
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: normal !important;
}
.calculo h3{
  color:#ced6ec;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.calculo  {
  text-align: center;;
}
.calculo img {
  margin-top: 10px;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding-top: 0;
  right: 5px;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 7px;
    margin-left: 0px;
    position: relative;
    border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: -2px;
    right: 3px;
}

.btu input{
    border: 0px !important;
    outline: none !important;
        border-radius: 5px;
        text-align: center;
        font-size: 18px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.btu input[type="button"] {
      background: #b9dfee;
    color: #08588e;
    border-radius: 5px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
}
.btu .resultado {
  padding-top: 19px;
  background: url(../imagens/seta-btu.png) no-repeat center top;
  margin-top: -10px;
      font-family: 'Oswald', sans-serif;
}
.btu .resultado .interno {
  line-height: 50px;
  background: url(../imagens/fundo-resultado.png) repeat-x top;
  border-radius: 5px; 
  color: #FFF;
}
.btu .resultado .interno input {
  display: inline-block;
  width: auto !important;
  background: none;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 20px;
}
.btu form {
  margin-bottom: 0;
}

.servicos-index {
  padding: 0 0 60px;
}
.servicos-index  h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
      margin-bottom: 20px;
    font-size: 24px;
    margin-top: 0;
}
.servicos-index #myTab{
  margin-bottom: 0;
}

.servicos-index .tab-pane {
  padding: 20px;
      border-width: 2px;
    border-color: #333;
    background: #FFF;
    border-radius: 5px;
    border-style: solid;
}

.produtos-index {
  padding-bottom: 30px;

}
.produtos-index h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
}
.produtos-index h4, h4.produtos {

  margin-top:0;
  padding: 8px 15px;
  font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 0;
    color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
    background: url(../imagens/fundo-tab1.jpg) repeat-x;
    border: 1px solid transparent;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    border-radius: 10px;
    margin-bottom: 1px;
  }
 .categorias {
    margin: 0 0 20px;
    padding: 0;
  }
   .categorias li{
      list-style: none;
      margin-bottom: 1px;
      position: relative;
}
   .categorias li a{
    padding: 6px 15px;
    color: #2673b7;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
    background: url(../imagens/fundo-tab.jpg) repeat-x top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 0;
  }
.categorias li a:hover{
     padding: 6px 15px;
   background: url(../imagens/fundo-tab.jpg) repeat-x bottom;
}
.produtos-index .box-img{
  overflow: hidden;
  height: 150px;
  border-radius:5px;

}
.produtos-index .box-img img{
  border-radius: 5px;
}

.produtos-index h3 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e7cb9;
  margin-top: 20px;
  padding-top: 20px;
      border-top: 2px dashed #D8E4F3;
}
.empresa-index p{
  padding: 10px;
  border-radius:5px;
  border: 2px solid #08588E;
  text-align: center;
}



/*Parallax*/

.bgParallax {
  margin: 0 auto 80px;
  max-width: 1920px;
  position: relative;
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
}

#institucional {
  background: url(../imagens/borda-slide.png) no-repeat top center;
  text-align: center;
  position: relative;
  z-index: 4;
}

#institucional h3 {
  margin-top: 0;
  color:#0167c0;
      text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 24px;
}

#institucional p {
  color:#fff;
  margin-bottom: 30px;
  text-align: center;
}

.mais {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
        box-shadow: 2px 2px 0 #FFF;
        text-transform: uppercase;
    display: block;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
    background: url(../imagens/fundo-tab.jpg) repeat-x top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mais:hover {
    background: url(../imagens/fundo-tab.jpg) repeat-x bottom;
    color:#FFF;
}
.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
        border: solid 1px #c5c5c5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
        margin: 10px 0 0px 0;
}
select.form-control {
         margin: 20px 0 0px 0;
         padding: 7px 3%;
         height: 35px;
 
}
textarea.form-control  {
  margin-top: 20px;
}
.blog-postagem {
  height: auto !important;
}

.parceiros .box-img {
  border-radius: 5px;
  border: 1px solid #dbecf6;
  padding: 2px;
  margin-bottom: 30px;
  text-align: center;
}
.parceiros .box-img img{
  border-radius: 5px;
}
.conhecer{
  display:block; position: relative; z-index: 19; padding:10px 20px; border-radius: 5px; background:#333; color:#FFF;
  transition-duration: 0.3s;
}
.conhecer:hover{
   background:#ec1b23; 
   color: #FFF;
  transition-duration: 0.3s;
}
.index .menuu {
  display: none;
}


.index .fundo-slide {
  background: url(../imagens/fundo-slide.png) center top transparent;
  margin-top: -60px;
  position: relative;
  z-index: 999;
  height: 534px;
}

.calc {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  font-size: 14px;
  box-shadow: 0px -5px 20px #ccc inset;
  margin-bottom: 46px;
}
.button {
      background: url(../imagens/fundo-busca.png) repeat-x center;
    border-radius: 10px;
    border-bottom: 3px solid #006CCA;
    color:#006CCA;
    font-weight: bold;
    padding: 5px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    height: 30px;
}

.numbers input[type="number"] {
  height: 15px;
}

.fundo-menu {
  background: url(../imagens/fundo-menu-pag-interna.png) no-repeat center 15px;
 height: 119px;
}
.index .fundo-menu { height: auto !important;  }
.titu{
    background: url(../imagens/fundo-tit.png) repeat-x;
    padding: 20px;
    border-radius: 0;
    color: #FFF;
    line-height: 25px;
    min-height: 23px;
    text-align: center;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.titu img{
  margin-top: -5px;
  margin-right: 10px;
}
.titu + .desc {
    padding: 20px;
    border-radius: 0;
    background: url(../imagens/rodape2.jpg) no-repeat center top;
    font-size: 14px;
    margin-bottom: 50px;
    transition: all 0.2s linear;
    text-align: left;
    position:absolute;
}
.titu + .desc a{
  color: #8a99c3;
}
.titu + .desc:hover {
    background: url(../imagens/rodape2.jpg) no-repeat center center;
      color: #333;
    border-radius:  0px;
          -webkit-animation-name: bounceball;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: none;

    -moz-animation-name: bounceball;
    -moz-animation-timing-function: ease-out;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: none;

    animation-name: bounceball;
    animation-animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: none;
}
@-webkit-keyframes bounceball {

    from {
        top: 81px;
    }

    to {
        top: 66px;
    }

}

@-moz-keyframes bounceball {

    from {
        top: 81px;
    }

    to {
        top: 66px;
    }

}

@keyframes bounceball {

    from {
        top: 81px;
    }

    to {
        top: 66px;
    }

}
.titu + .desc:hover a{
      color: #333;
      display: block;
      box-shadow: 0;
}
#institucional h2 {
  text-transform: uppercase;
  color: #2276b4;
  font-weight: normal;
  margin-top: 40px;
}
#institucional h2 span{
  color: #75c0e9;
}
#institucional h4 {
   text-transform: uppercase;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 20px;
}

.produto {
  border-radius: 8px;
  overflow: hidden;
}
.produto img {
  border-radius: 8px;
  background: #FFF;
}


.linha-color {
  background: url(../imagens/linha-color.png) center;
  height: 5px;
}



.text-two-slid {
  font-size: 28px;
  font-weight: bold;
  color: #3C844B;
  font-family: 'Oswald', sans-serif;  
  display: block;
}
.text-one-slid {
  line-height: 14px !important;
  font-size: 18px !important; 
  font-family: 'Oswald', sans-serif;  }


.tp-caption.impreza_white_small, .impreza_white_small {

}


/*Rodape*/
.rodape .linha1 + .row{
  margin-left: 0;
}
.rodape .newsletter__client-email {
    width: 74%;
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0 2%;
    margin: 10px 0;
    color: #6fb0d6;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.rodape .newsletter__client-email:focus {
     color: #6fb0d6;
 
}
.rodape .newsletter__send {
    background-color: #6fb0d6;
    background-image: none;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
    width: 20%;
    height: 40px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 0;
    cursor: pointer;
    color:#f7f6f1;
}
.rodape .image {
    height: 80px !important;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.rodape h3 {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 20px;
  color:#ffffff;
  text-transform: uppercase;
}
.rodape .blog h4 {
    font-size: 18px;
    color: #FFEEA9;
    display: block;
    background: url(../imagens/titulo-h3-blog.png) repeat-x bottom;
    line-height: 20px;
    padding: 5% 5%;
    text-align: center;
    position: absolute;
    margin-bottom: 0;
    margin-top: 0;
    bottom: 0px;
    text-shadow: 1px 2px 2px #FFF;
}
.rodape .blog img {
  border: 2px solid #FFF;
  border-radius: 5px;
}
.rodape .fone {
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rodape .navega ul {
  padding: 0;
  margin: 0;
}
.rodape .navega ul li{
  list-style: none;
  margin-bottom: 10px;
}
 .rodape .navega ul li a{
 background: url(../imagens/ok-menu.png) no-repeat left 5px;
 padding-left: 20px;
 color: #ffffff ;
 font-weight: bold;
}
 .rodape .navega ul li a:hover {
  color:#75c0e9;
}
.atendimento p {
  margin-bottom: 5px;
  font-weight: bold;
}
.rodape .mini-menu a {
  display: block;
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 20px;  
  text-align: center;
}
.endereco span {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
  color:#b13e5a;
  display: block;
}
.endereco span span{
  display: inline-block;
  margin-bottom: 0;
}
.rodape .final {
  padding: 20px 0 15px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
      background: url(../imagens/topo-rodape.png) repeat-y center top;
  color: #fff;
  font-weight: bold;
  margin-left: 0;
}
.rodape .final a{
  color: #FFF;
}
.rodape .fa {
  font-size: 20px;
  margin-right: 5px;
  color: #b13e5a;
}
.rodape .ag {
  margin-top: 0px;
}
.rodape .atendimento  {
      margin-top: 0px;
      font-family: inherit;
      font-weight: normal;
      color:#b13e5a !important;
      font-size: 14px !important;
}
.rodape .atendimento .fa{
  font-size: 20px;
  margin-right: 10px;
  color: #6fb0d6;
}


.rodape .linha1 {
    padding-bottom: 10px;
    margin-left: 0;
}
.rodape .coluna .artigo a {
  line-height: 16px;
  margin: 0px;
  min-height:50px;
  display:block;
  color: #ddd;
  text-decoration: none;
}
.rodape .coluna .artigo a:hover {
  color:#FFF;
}
.rodape .coluna .caminho {
  margin: 0 0 30px;
}
.rodape .coluna .caminho li {
  float: none;
  background-image: url(../imagens/ok-v.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
  margin-right: 0px;
  margin-top: 0px;
  color: #96BEEF;
}
.rodape .centro .coluna .caminho {
  width: 100%;
}
.rodape .coluna.ultimo {
  padding:0;
  float: left;
  width: 25%;
}
.rodape .coluna .artigo span {
  float: left;
  margin-right: 10px;
  display: block;
  overflow: hidden;
  height: 38px;
}
.rodape .coluna .artigo {
  margin-bottom: 15px;
  border-bottom-color: #454545;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 10px;
}
.artigo:last-child {
  border-bottom:none;
}
.blog img {
    border-radius: 0 5px 5px 5px;
}
.borda {
    border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
}

.email span {
  color:#004686;
  font-weight: normal;
}
.fone span {
  color:#004686;
  font-weight: normal;
}

.ban2 {
  display: none;
  margin-top: 30px;
}

.ver-novidade {
      background: #1a507c;
      border-radius: 5px;
      line-height: 40px;
      color: #FFF;
      font-size: 16px;
          transition: all 0.2s linear;

}
.ver-novidade:hover {
        color: #FFF;
      background: #2276b4;
    transition: all 0.2s linear;

}
#myTabContent p {
  font-size: 18px !important;
  line-height: 26px !important;
}
#owl-demo {
  width: 100%;
  position: relative;
  margin-top: 20px;
  z-index: 555;
}
#owl-demo .image {
  overflow: hidden;
  padding: 5px;
border: 1px solid #d8e9f1;
}
#owl-demo .image img {
  border-radius: 5px;
}
#owl-demo .item{
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: right;
  position: relative;
}
.customNavigation .prev {
width: 44px;
position: absolute;
top: -54px;
left: -50px;
z-index: 555;
height: 33px;
background: url(../imagens/setas-marcas.png) no-repeat left top;
display: block;
cursor: pointer;
}
.customNavigation .prev:hover {
background: url(../imagens/setas-marcas.png) no-repeat left bottom;
}
.customNavigation .next {
width: 44px;
height: 33px;
z-index: 555;
position: absolute;
top: -54px;
right: -50px;
background: url(../imagens/setas-marcas.png) no-repeat right top;
display: block;
cursor: pointer;
}
.customNavigation .next:hover {
background: url(../imagens/setas-marcas.png) no-repeat right bottom;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.mapaa {
  margin-bottom: 30px;
}

.fullwidthbanner-container {
  top: -50px;
}
h2 {
  font-weight: 400;

}
p + h2 {
  margin-top: 50px !important;
}
h2 span{
  font-size: 14px;
}




.calcula 
  {
    padding: 20px;
    color: #6b6b5b;
    border-radius: 10px;
    background: url(../imagens/rodape2.jpg) no-repeat center bottom;
    font-size: 14px;
    box-shadow: 0px -5px 20px #ccc inset;
    margin-bottom: 50px;
    transition: all 0.2s linear;
    margin-top: 50px;
}
.calcula span {
  color: #006CCA;
  text-transform: uppercase;
  font-weight: bold;
}
.calcula input[type="number"] {
  margin-bottom: 15px;
}


.borda-larga {
      background: url(../imagens/topo-rodape.png) no-repeat center top;
      height: 5px;
}

.calculando {
  background: url(../imagens/fundo-colorido.jpg) no-repeat center;
}
.calculando h3 {
  margin-top: 0;
  border-bottom: 1px solid #d6d5d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 20px;
}
.categorias {
  margin: 50px 0;
}
.categorias .titulo {
  text-transform: uppercase;
  color: #006CCA;
  background: #EAE8DB;
  border-radius: 6px;
  line-height: 44px;
  padding: 0 15px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}
.categorias a {
  text-transform: uppercase;
  color: #6b6b5b;
  background: url(../imagens/seta-categoria.png) no-repeat 15px center #EAE8DB;
  border-radius: 6px;
  line-height: 44px;
  padding: 0 15px 0 30px;
  font-weight: normal;
  display: block;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
   transition: all 0.2s linear;
}
.categorias a:hover {
   background: url(../imagens/seta-categoria.png) no-repeat right center #c1c1b0;
   padding: 0 15px 0 15px;
  transition: all 0.2s linear;
  }

  /*simulador de cores*/
.sel-cores{
  list-style: none;
  padding: 0px; 
  height: 450px;
  overflow: auto;
  margin: 0;
}
.sel-cores li {
    width: 60px;
    height: 30px;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
    border: 1px solid #D6D6D6;
    cursor: pointer;
    position: relative;
}
.cores-mud{
  display: block !important;
}
.valores p {
  color: #b33d59;
  padding: 20px;
  border: 1px solid #b33d59;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100%;
}
.valores h4 {
  margin-bottom: 30px;
}
.entrega {
  color: #8a99c3;
  padding: 20px;
  border: 1px solid #8a99c3;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 100%;
  margin-top: 20px;
}


.entrega .row-fluid div:first-child{background-image:url(../imagens/entrega.png)}
.entrega .row-fluid div:nth-child(2){background-image:url(../imagens/entrega-agendada.png)}
.entrega .row-fluid div:nth-child(3){background-image:url(../imagens/garantia-entrega.png)}
.entrega .row-fluid div:nth-child(4){background-image:url(../imagens/formas-pagamento.png)}
.entrega .row-fluid div {
    background-repeat: no-repeat;
    background-position: top left;
}
.entrega p {
    margin-bottom: 0;
    padding-left: 40px;
}


.fotos-empresa img {
  margin-bottom: 30px;
  border-radius: 5px;
}
.estoque img {
    margin-bottom: 30px;
  border-radius: 5px
}

.estoque {
  margin-top: 20px;
}


.marcas img {
  border-radius: 5px;
    border-bottom: 3px solid #bfbfad;
}

.blocos {
  min-height: 420px;
}


.bk_produtos{
      background-image: url(../imagens/bk_produtos.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    border-radius: 5px;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}
 .bk_produtos span{
      margin: 15px 2px 20px 2px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding-bottom: 11px;
    padding-top: 14px;
    text-align: center;
}
.bk_produtos span img{
  text-align: center;
  margin: 0 auto 0 auto;
}
.bk_produtos .button-group .cart form{
   width: 100%;
   margin-bottom: 0;
}

.bk_produtos .button-group .cart form input{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    width: 55px !important;
    position: relative;
    border: none;
    outline: none;
    border: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    margin: 0 0 0px 0;
    box-shadow: none!important;
    font-size: 14px;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #2B2F34;
}
.bk_produtos span.car{
      margin: 3px 5px 3px 5px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    position: relative;
}


.bk_produtos .button-group .cart form input#button{
       padding: 0px;
    background-color: transparent;
    color: #fff;
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.bk_produtos span.car i{
  width: 55px;
}
.cart {
  background: #7296d8;
  border-radius: 5px;
}

a.carinho-top span.ico-car {
    padding: 6px;
    color: #191c93;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 100px;
    float: right;
    width: auto;
}


.carrinho a {
  border-radius: 10px;
  background: #dcecf9;
  text-align: center;
  line-height: 50px;
  margin-bottom: 40px;
  display: block;
}
.carrinho a:hover {
  background: #7296d8;
  color: #FFF;
  }

  .carrinho tbody tr td input#drop {
    margin: 0px;
    padding: 0px;
    background-image: url('img/delete.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #e74c3c;
    height: 32px;
    cursor: pointer;
    outline: none;
}



.categorias li:hover ul {
  display: block !important;
  position: absolute; left: 78%;
  top: 0;
  z-index: 99999;
      transition: all 0.2s linear;

}
.categorias li:hover ul li a {
  color: #FFF;
    background: url(../imagens/fundo-menu.png) repeat-x 0 -10px !important;
  }



  .institucional-p {
    width: 615px;
    margin-top: 260px;
  }

    .institucional-p .titulo {
      background: url(../imagens/titulo-bloco-institucional.png) no-repeat;
      position: relative;
}
    .institucional-p .titulo h1{
      margin: 0;
      color: #FFF;
      font-size: 24px;
      text-shadow: none;
      text-align: left;
      padding-left: 20px;
}

    .institucional-p .corpo{
      background: url(../imagens/corpo-institucional.png) no-repeat;
      height: 160px;
      margin-top: -40px;
      padding: 70px 30px 30px;
    }

    .institucional-p .corpo p{
      font-size: 20px;
      color: #666;
      padding-right: 20%;
      line-height: 26px;
}





/*Simulador*/




#simulador {
    background: url(../imagens/forro-de-gesso.jpg);
    padding: 50px 0;
}

#simulador h2 {
  text-align: center;
      font-size: 26px;
    text-transform: uppercase;
    color: #d2e1ec;
}
#simulador p {
  text-align: center;
  color: #92b7d2;
  font-size: 18px;

}
#simulador .mais {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  background: #be2339;
  color: #FFF;
}

#simulador .mais:hover {
  color: #272a6f;
  background: #d2e1ec;
  font-weight: bold;
  transition-duration: 0.5s;
}

.produtos-index h3 {
    text-align: center;
      font-size: 26px;
      margin-top: 40px;
    text-transform: uppercase;
    color: #444b9a;
}

.produtos-index .box-img img {
      left: 0;
}
.produtos-index  .mais {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 50px;
  border-radius: 5px;
  margin-top: 20px;
  background: #be2339;
  color: #FFF;
}
.produtos-index  .mais:hover {
  color: #FFF;
  background: #444b9a;
  font-weight: bold;
  transition-duration: 0.5s;
}

/*simulador de gesso*/
.img-grande-gesso, .img-grande-gesso img{
  width: 100% !important;
  border-radius: 10px !important;
}
.img-grande-gesso{
  position: relative !important;
  display: block;
}

#teto-img, #estante-img{
  position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
   
}

.tec-tab{
        background: #EFEFEF;
    padding: 13px;
    float: left;
    height: 54px !important;
    width: auto;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    font-size: 14px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 7px 1px 19px !important;
    border-radius: 9px;
    display: block;
    color: #000;
    margin-right: 10px;
}
.tec-tab input{
  display: block;
  cursor: pointer;
  margin: 0px !important;
}


.produto, .produtoHover {
  text-align: center
  line-height:18px;
  cursor:pointer;
  float:left;
  margin-bottom:20px;
  min-height:130px;
}
.produto:hover, .produtoHover {
}
.produto .img-cor, .produtoHover .img-cor, .produtoHover .corSelect  {
  width:18px;
  height:18px;
  border:solid 1px #CCCCCC;
  float:left;
  margin-right:3px;
  margin-bottom:3px
}
.produtoHover .corSelect {
  border:solid 2px #0099FF;
  box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.3);
}

.textura {
  background-size: 100% !important; 
}

#institucional h1 span {
  font-size: 14px;
}



.borda-blocos {
  background: url(../imagens/borda-blocos.png) repeat-x center bottom;
  min-height: 260px;
  border-bottom: 5px solid #FFF;
}

.inter .borda-blocos h1{
  margin-top: 80px;
}
.index .borda-blocos h1{
  text-align: center;
}
.index .borda-blocos h1 span {
  font-size: 16px !important;
}
.borda-blocos h1 span {
    font-size: 24px !important;
    color: #132f57;
}
.borda-blocos h3 {
  text-align: center;
  background: #b13d59;
  padding: 5px 15px;
  margin-top: -20px;
  font-size: 18px;
  border-radius: 100px;
  color: #FFF;
}


.borda-blocos .span3 a{

    transition: all 0.2s linear;
  }


.detalhe {
  min-height: 150px;
}


.observa {
  padding: 20px;
  border: 1px solid #b13d59;
  border-radius: 10px;
}
.observa p{
  font-size: 14px;
  color: #b13d59;
}

.atendimento {
  font-size: 16px;
  color: #000000;
      font-family: 'Oswald', sans-serif;
}

.atendimento span {
  color: #ffffff;
  font-weight: normal;
}
.atendimento img {
  margin-top: -5px;
}


.box {
    border-bottom: 2px solid #c50000;
    padding: 20px;
    background: #132f57;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: block;
        transition: all 0.2s linear;
    font-family: 'Oswald', sans-serif;
}
.box:hover {
  background: #75c0e9;
  color: #FFF;
      transition: all 0.2s linear;
}

.box img {
  position: absolute;
  top: -10px;
  left: 48%;
}

.chat img {
  position: relative;
  bottom: -20px;
}
.chat {
  height: 0;
}

.inter .borda-blocos {
  min-height: 160px;
}


.blocos p {
  margin-bottom: 0 !important;
  min-height: 80px !important;
  margin-top: 15px;
}

.corpo {
  background: rgba(255,255,255,0.7);
  padding: 30px;
}

.titulao {

    background: url(../imagens/borda-blocos.png) repeat-x center bottom;
    padding: 15px;
    border-bottom: 5px solid #FFF;
    text-align: center;
}

.login {
  background: #d60000;
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 30px;
}


.links a {
  display: block;
    color: #FFF;
    border: 1px solid #2276b4;
    display: block;
    padding: 0 15px;
    color: #2276b4;
    line-height: 40px;
    margin-bottom: 10px;
    transition: all 0.2s linear;
}
.links a:hover {
      background: #2276b4;
      color: #FFF;
   transition: all 0.2s linear;
}

.doc {
  padding: 20px;
  border: 1px solid #2276b4;
}



.post h2 {
  min-height: 80px;
}



.bloco-inter {
    padding: 30px 20px;
    margin-bottom: 30px;
    display: block;
    border-radius: 5px;
    text-decoration: none;
    background: #2276b4;
    color: #FFF;
}


.bloco-inter  label {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px !important;
    display: block;
}

.bloco-inter  input[type="text"], .bloco-inter  input[type="password"] {
      margin: 0 0 20px 0;
}



input[type="submit"].mais{
      margin-top: 0px !important;
}

.arquivo {
  display: block;
  border: 1px solid #1a507c;
  text-align: center;
  padding: 15px 15px 25px;
  position: relative;
   transition: all 0.5s linear;
 margin-bottom: 30px;
}
.arquivo:hover {
   transition: all 0.5s linear;
 background: #1a507c;
  color: #FFF;
}
.arquivo span{
  display: inline;
  padding: 2px 5px;
  background: #2276b4;
  color: #FFF;
  position: absolute;
  bottom: -15px;
  right: 5px;
  font-size: 12px;
}


.dados label {
  margin-top: 15px;
  color: #1a507c;
}

.menu-interno {
    margin: 0 0 30px;
}
.menu-interno li {
    list-style: none;
    margin-right: 10px;
        display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.menu-interno li a {
    display: inline-block;
    padding: 5px 10px;
    background: #122f59;
    border-radius: 5px;
    color: #ffffff;
    transition-duration: 0.5s;
}
.menu-interno li a:hover {
    background: #333;
    color: #FF0;
    transition-duration: 0.5s;
}

.produto .image {
    padding: 10px;
    border: 1px solid #222;
    border-radius: 5px;
}
.produto .image img {
    width: 100%;
}
.produto .texto {
    text-align: justify;
}


.bk_produtos{
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    border-radius: 5px;
    display: block;
}
 .bk_produtos span{
      margin: 15px 2px 20px 2px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding-bottom: 11px;
    padding-top: 14px;
    text-align: center;
}
.bk_produtos span img{
  text-align: center;
  margin: 0 auto 0 auto;
}
.bk_produtos .button-group .cart form{
   width: 100%;
   margin-bottom: 0;
}

.bk_produtos .button-group .cart form input{
    background: transparent;
    padding: 0px;
    width: 80% !important;
    position: relative;
    border: none;
    outline: none;
    border: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    margin: 0 0 0px 0;
    box-shadow: none!important;
    text-align: center;
    font-size: 14px;
    -moz-box-shadow: none;
    font-weight: bold;
   box-shadow: none;
     color: #3858b6;
}
.bk_produtos span.car{
      margin: 0;
    background-color: #fff;
      border-radius: 6px;
    overflow: hidden;
    display: block;
     color: #622424;
   width: 30%;
   font-weight: bold;
    padding-bottom: 5px;
    padding-top: 6px;
    text-align: center;
    position: relative;
}
.bk_produtos span.car.pull-right{
    width: 65%;
}

.bk_produtos .button-group .cart form input#button{
       padding: 0px;
    background-color: transparent;
    margin-left: auto;
    color: #622424;
    font-weight: bold;
    display: block;
    margin-right: auto;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.bk_produtos span.car i{
  width: 55px;
}
.produtoo a, .item a {
   transition-duration: 0.5s;
    display: block;
    border-radius: 5px;
}
.produtoo a:hover, .item a:hover {
    box-shadow: 5px 5px 8px #dedede;
    transition-duration: 0.2s;
}

.produtos .image {
    border-radius: 5px;
    border:1px solid #666;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    height: 140px;
}
.produtos .image img {
    border-radius: 5px;
    width: 100%;
}

.produtos .image + h4 {
    display: block;
    background: url(../imagens/fundo-marcas-index.png) no-repeat center;
    color: #FF0;
    font-size: 14px;
    padding: 20px 10px 10px;
    border-radius: 0 0 5px 5px;
    margin-top: -10px;
    text-transform: uppercase;
    line-height: 16px;
    min-height: 64px;
    text-align: center;
    
}
.menu_int {
	border:1px solid #999;
	width:200px;
	height:auto; }