body {
  margin: 0;
}
header {
  padding-top: 20px;background: url(../imagens/blocos.jpg) center -50px;
  position: relative;
  z-index: 3;
    border-bottom: 3px solid #1849ae;
    border-top: 2px solid #18a1f5;
}
header:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(18, 86, 195, 0.74);
}
header:before + .container {
    position: relative;
    z-index: 6;
}
.logo {
margin-top: 0px;
    margin-bottom: 21px;
    display: block;
    position: relative;
}
.rodape .logo {
  margin: 0 0 20px;
  width: 95%;
}
.atendimento {
    position: relative;
}
.atendimento .central{
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  border-radius: 4px;
  line-height: 30px;
    margin-top: 10px;
  border-bottom: 1px solid #032a7f;
  border-top: 1px solid #007fff;
  font-weight: bold;
  text-align:center;
  background: url(../imagens/central.png) no-repeat center;
  color: #FFF;
  text-transform: uppercase;
}
.atendimento .dados {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 5px;
}
.atendimento .dados .chat{
  text-align: right;
}
.atendimento .dados .mail{
  text-align: center;
}
.atendimento img {
  margin-right: 5px;
}
.atendimento span{
  display: inline-block !important; margin-right:5px;
}
 .marca {
  margin-bottom: 20px;
 }
/*MENU*/

.navbar {
  margin-top: 10px;
}

.navbar ul {
  margin: 0;
  padding: 0;
}
.navbar ul li{
  list-style: none;
  float: left;
  width: 15.77%;
  overflow: hidden;
  margin-right: 1%;
  position: relative;
  padding-bottom: 10px;
}
.navbar ul li:hover{
  overflow: inherit;
}
.navbar ul li#seta:before {
  position: absolute;
  text-align: center;
  top: 72%;
  left: 46%;
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f0d7";
  color: #266bbf;
}
.navbar ul li.ultimo {
  margin-right: 0 !important;
}
.navbar ul li a {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 22px;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  background: url(../imagens/menu.png) repeat-x top;
}
.navbar ul li a:hover {
  background: url(../imagens/menu.png) repeat-x left -52px;
}

/*Sub Menu*/


.navbar ul li ul{
  display: block;
  opacity: 0;
  position: absolute;
  height: auto;
    z-index: 15;
  width: 180px;
  top: 62px;
  transition-duration: 0.3s;
  left: 0px;

}
.navbar ul li:hover ul{
  opacity: 1;
  top: 50px;
  transition-duration: 0.3s;

}
.navbar ul li ul li{
  padding: 0;
  border: none;
  width: 100%;
  margin:0;
  overflow: inherit;
  list-style: none;
  border-bottom: solid #FFF 1px;
  background:none;

}
.navbar ul li ul li:last-child{
  border-bottom:none !important;
}
.navbar ul li ul li a{
 background: url(../imagens/menu.png) repeat-x top;
 display: block;
 padding: 5px 10px;
 color: #fff;
 text-align: left;
 line-height: 22px;
 border-radius: 5px;
 text-decoration: none;
 width: 100%;
 height: 100%;
 font-size: 12px;
}
.navbar ul li ul li a:hover{
  background: url(../imagens/menu.png) repeat-x left -52px;
}


/*Rodape*/

/*Menu Rodape*/

.menu-rodape ul {
  margin: 0;
  padding: 0;
}
.menu-rodape ul li{
  list-style: none;
  float: left;
  width: 11.625%;
  margin-right: 1%;
}
.menu-rodape ul li.ultimo{
  margin-right: 0;
}
.menu-rodape ul li a{
  font-family: 'Oswald', sans-serif;
  background: url(../imagens/menu.png) repeat-x top;
  display: block;
  padding: 2px 0px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}


/*mais rodape*/

.rodape .centro {
  padding: 30px 0 20px;
  border-top: 1px solid #1b60b3;
  background: url(../imagens/rodape-inicio.jpg) repeat-x top;
}
.rodape {
    position: relative;
}
.rodape:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(18, 86, 195, 0.74);
}
.rodape .colunas {
background: url(../imagens/blocos.jpg) center -50px;
  padding: 50px 0;
        border-bottom: 3px solid #1849ae;
    border-top: 2px solid #18a1f5;
}
.rodape .colunas .container {

    position: relative;
    z-index: 5;
    
    }
.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: #e0e9f7;
}
.rodape .coluna a {
  color: #96beef;
  text-decoration: none;
}
.rodape .coluna a:hover {
  color:#FFF;
}
.rodape .coluna .artigo a {
  line-height: 16px;
  margin: 0px;
  min-height:50px;
  display:block;
  color: #e0e9f7;
  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;
}
.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: 20px;
  padding-bottom: 20px;
    position: relative;
    z-index: 9;
  color: #0088cc;
  margin-top: -10px;
}
.rodape-fim .centro span {
  margin-right: 15px;
  margin-left: 15px;
}

.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="email"] {
  border-radius: 5px;
  margin: 10px 0 10px;
  width: 90%;
}

.rodape input[type="submit"] {
  color: #FFF !important;
  padding: 7px 10px 5px;
  border-radius: 5px;
  margin-top: 5px;
  color: #999;
  display: block;
  line-height: 16px;
  background: url(../imagens/menu.png) repeat-x top;
  border:none;
}
.rodape input[type="submit"]:hover {
  background: url(../imagens/menu.png) repeat-x left -52px;
}

address span{
  color: #FFF;
  margin-bottom: 20px;
  display: block;

}

/*conteudo-interno*/

#conteudo-interno {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  background: url(../imagens/rodape-inicio.jpg) repeat-x center -10px;
}
#conteudo-interno h1{
  text-transform: uppercase;
}
.titulo {
    border-bottom: 1px dashed #213693;
    margin-bottom: 30px;
}
.titulo h1 {
    margin-top: 30px;
}
#conteudo-interno h1 span{
  font-size: 20px;
  line-height: 20px;
}
#conteudo-interno p{
  font-size: 16px;
  color: #888;
  margin-bottom: 20px;
}
.bread {
  margin-bottom: 30px;
}

.menu-interno {
  margin: 0 0 20px;
}
.menu-interno li {
  list-style: none;
}
.menu-interno li a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  background: url(../imagens/menu2.png) repeat-x top;
  border-radius: 5px;
  margin-bottom: 2px;

}
.menu-interno li a:hover {
  background: url(../imagens/menu2.png) repeat-x bottom;
  color: #1b60b3;
}

.contatos input[type="text"] {
  padding: 2%;
  width: 96%;
  border-radius: 5px;
}
.contatos textarea {
  padding: 2%;
  width: 96%;
  border-radius: 5px;
}
.contatos button {
  color: #FFF !important;
  padding:  10px;
  border-radius: 5px;
  margin-top: 5px;
  color: #999;
  width: 100%;
  display: block;
  line-height: 25px;
  background: url(../imagens/menu.png) repeat-x top;
  border: none;
}
.contatos button:hover {
  background: url(../imagens/menu.png) repeat-x bottom;

}
.parceiros .span2 div {
  text-align: center;
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px #1b60b3 solid;
}
.parceiros .span2 img {
  border-radius: 10px;
}
.parceiros article div {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px #1b60b3 solid;
}
.parceiros article img {
  border-radius: 10px;
}
.parceiros h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    }
.center {
  text-align: center;
}

.realizacoes .box-img {
  overflow: hidden;
  padding: 1px;
  border: 1px #ccc solid;
  border-radius: 5px;
  height: 200px;
}
.realizacoes img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  border-radius: 5px;

}

.realizacoes img:hover{
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
  opacity:0.8
}
.realizacoes h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.realizacao .left {
  margin-top: 105px;
}
.realizacao .box-img {
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 1px;
}
.realizacao img {
  border-radius: 5px;
}

.servicos .box-img {
  overflow: hidden;
  padding: 1px;
  border: 1px #ccc solid;
  border-radius: 5px;
}
.servicos img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  border-radius: 5px;

}

.servicos img:hover{
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
  opacity:0.8
}
.servicos h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.servico .left {
}
.servico .box-img {
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 1px;
}
.servico img {
  border-radius: 5px;
}

.equip .equipamentos .box-img {
  height: 140px !important;
}

.equipamentos .box-img {
  overflow: hidden;
  padding: 3px;
  border: 1px #1b60b3 solid;
  border-radius: 5px;
  height: 120px;
}
.equipamentos img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  border-radius: 5px;

}

.equipamentos img:hover{
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
  opacity:0.8
}
.equipamentos h3 {
  text-align: center;
  font-size: 18px;
  min-height:80px; 
  line-height: 20px;
  margin-bottom: 40px;
}
.equipamento .left {
  margin-top: 105px;
}
#conteudo-interno .equipamentos h3 {
  min-height: 80px;
}
.equipamento .box-img {
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 1px;
}
.equipamento img {
  border-radius: 5px;
}

.mais-equip {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
    background: url(../imagens/blocos.jpg) right -50px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
        font-family: 'Oswald', sans-serif;
  }
  .mais-equip:hover {
      background: url(../imagens/blocos.jpg) right bottom;  
      color: #FFF;
}

.bread + p {
  margin-bottom: 40px !important;
}

.blog h2 {
  color:#82b1eb;
}
.blog .data {
  margin:0 0 20px;
  color: #AAA !important;
  font-size: 14px !important;
}


.blog .box-img {
  overflow: hidden;
  padding: 2px;
  border: 1px #ccc solid;
  border-radius: 5px;
  background: #f5f5f5;
  height: 120px;
}
.blog img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  border-radius: 5px;

}

.blog img:hover{
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
  opacity:0.8
}
.blog h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.blog .detalhe {
  padding: 20px;
  height: 88px;

    color: #999;
    background: #f5f5f5;
    border-radius: 5px;
    border:1px solid #E5E5E5;
}
.ver-novidade {
  background: url(../imagens/menu2.png) repeat-x top;
  border-radius: 5px;
  float: left;
  padding: 5px 0px;
  margin:20px 0;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
      font-family: 'Oswald', sans-serif;
}
.ver-novidade:hover {
  background: url(../imagens/menu.png) repeat-x bottom;
  color: #FFF;
}
.blog .mais {
  padding-bottom:20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.blog-postagem .left {
}
.blog-postagem .box-img {
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 1px;
}
.blog-postagem img {
  border-radius: 5px;
}

#slide {
}

#conteudo {
    background: url(../imagens/blocos.jpg) center -50px;
    position: relative;
    z-index: 3;
}
#conteudo:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(18, 86, 195, 0.74);
}
.blocos-suporte {
    position: relative;
    z-index: 5;
    border-bottom: 3px solid #1849ae;
    border-top: 2px solid #18a1f5;
}
#conteudo .bloco {
  margin-left: 10px;
  border-radius: 8px;
  background: url(../imagens/fundo-bloco.jpg) repeat-x bottom;
  border-top: 5px solid #4389df;
  padding: 40px 20px 30px;
  position: relative;
  text-align: center;
  margin-top: -60px;
}
#conteudo .bloco:hover {
    background: url(../imagens/fundo-bloco.jpg) repeat-x bottom;
}
#conteudo .bloco h2 {
  color: #149df2;
  text-transform: uppercase;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 500;
      font-family: 'Oswald', sans-serif;
}
#conteudo .bloco h2 span{
  font-size: 14px;
  display: block;
  line-height: 14px;
}
#conteudo .bloco .ponta {
  position: absolute;
  top: -15px;
  left: -10px;
}
#conteudo .bloco a {
  display: block;
}
#conteudo .bloco p {
  color: #256abd;
  line-height: 15px;
}

#conteudo h3{
  text-align: center;
  color: #abccf5;
      font-family: 'Oswald', sans-serif; 
      font-size: 40px;
          font-weight: 300;
          padding: 0 5%;
          line-height: 55px;
  margin: 50px 0;
}
#conteudo h3 span{
  color: #FFF;
}


.parceiros h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: 40px;
}
.parceiros {
 padding: 0 0 30px;
       background: url(../imagens/roda.png) repeat-x bottom;
}
#conteudo-interno .parceiros {
  background: none;
}
.equip {
       background: url(../imagens/rodape-inicio.jpg) repeat-x center -10px;
      padding: 50px 0 30px;
      margin-bottom: 30px;
}
.equip h2{
  font-size: 32px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}



.borda1 {
        background: url(../imagens/blocos.jpg) center -1150px;
    height: 3px;
}

.borda2 {
        background: url(../imagens/blocos.jpg) center ;
    height: 5px;
}
.autorizada {
    background: #F0EFEF;
    border-radius: 8px;
    padding: 10px;
    font-weight: bold;
    color: #005faa;
    text-align: center;
    font-size: 12px;
    border-bottom: 2px solid #ccc;
    border-top: 1px solid #FFF;
    margin-top: -20px;
}
.autorizada img {
    margin-top: 10px;
}
.topp {
    position: absolute  ;
    z-index: 9;
}

.marcas img {
    border-radius: 5px;
    border: 1px solid #EDEDED;
}