*, body, html{margin:0;padding:0}

body{
  font-family: arial;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

.content{
  width: 994px;
  margin: 0 auto;
}

a{
  text-decoration: none;
}

header{
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
}

#headlines{
  width: 100%;
  background: #5e0909;
  color: #fff;
  padding: 8px;
}

#headlines .fa.fa-envelope{
  margin: 0 0 0 25px;
}

#top{
  background: rgba(0,0,0, .6);
}

#top img{
  padding: 10px 0;
}

nav#main{
  float: right;
}

nav#main ul li.normal{
  display: inline-block;
  vertical-align: top;
  padding: 32px 12px 0 12px;
  height: 52px;
  font-size: 14px;
}

nav#main ul li:hover {
  background: #000;
}

.sub{
  color: #fff;
  cursor: pointer;
}

nav#main ul li:hover > .sub-menu li:hover, .sub-menu li:hover > .sub-sub-menu li:hover{
  background: #5e0909;
}

nav#main ul li:hover > .sub-menu, .sub-menu li:hover > .sub-sub-menu{
    display: block;
}

nav#main a{
  color: #fff;
  text-decoration: none;
}

.sub-menu{
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 2;
  list-style: none;
  margin: 36px 0 0 -12px;
}

.sub-sub-menu{
  display: none;
  background: #000;
}

.sub-menu li, .sub-sub-menu li{
    padding: 15px;
}

.sub-sub-menu{
  width: 280px;
  position: absolute;
  z-index: 2;
  list-style: none;
  margin: -31px 0 0 184px;
}

header .fa-bars{
  display: none;
}

.flexslider{
}

.bn{
  height: 466px;
}

.flex-control-nav{
  display: none;
}

#blocks{
  position: absolute;
  top: 308px;
  width: 100%;
  color: #fff;
}

.blocks-recipient{
  width: 238px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}

.blocks-img{
  padding: 68px 10px 0 10px;
  height: 90px;
  background: rgba(0,0,0,.9);
  text-align: center;
  font-size: 18px;
}

.blocks-img2{
  padding: 58px 10px 0 10px;
  height: 100px;
  background: rgba(0,0,0,.9);
  text-align: center;
  font-size: 18px;
}

.blocks-text{
  padding: 50px 10px 0 10px;
  height: 108px;
  text-align: center;
  background: #5e0909;
  font-size: 14px;
}

#cotacoes{
  height: 316px;
  background: #5e0909;
  font-size: 12px;
}

#cotacoes table{
  margin: 0 auto;
}

#cotacoes th{
  padding: 0;
  text-align: center;
}

#cotacoes .ttl{
  width: 100%;
  padding: 9px 0;
}

#cotacoes td{
  padding: 1px 0 0 0;
}

#servicos{
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
}

.box-servicos{
  text-align: center;
  width: 300px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.box-servicos:hover{
  border: 1px solid #5e0909;
}

.box-servicos .fa{
  font-size: 48px;
  margin: 20px 0;
}

.box-servicos h2{
  margin: 10px 0;
}

#conteudo1{
  margin: 150px 0 0 0;
  width: 100%;
  text-align: center;
}

#sobre{
  margin: 140px 0 0 0;
  width: 100%;
  text-align: center;
}

.box-sobre{
  width: 100%;
  margin: 0 3px 10px 0;
  padding: 10px;
}

.box-sobre .fa{
  font-size: 48px;
  margin: 0 20px 0 0;
  float: left;
}

h1{
  font-size: 52px;
}

hr{
  height: 1px;
  background: #aaa;
  width: 550px;
  margin: 20px auto;
  border: 0;
}

#conteudo2{
  width: 100%;
  padding: 40px 0;
  background: #5e0909;
  color: #fff;
  font-size: 18px;
  margin: 40px 0 0 0;
}

#newsletter{
  float: right;
  display: inline-block;
  border: 0;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  margin: 30px 0 0 0;
  width: 190px;
}

#assinar{
  float: right;
  background: #000;
  padding: 15px;
  color: #fff;
  display: inline-block;
  border: 0;
  border-radius: 0 5px 5px 0;
  margin: 30px 0 0 0;
  cursor: pointer;
}

#contato{
  margin: 40px 0 0 0;
}

#dados{
  font-size: 20px;
  line-height: 35px;
  border-left: 2px solid #5e0909;
  padding: 0 0 0 30px;
  margin: 50px 0 0 0;
}

.frm-contato{
  float: right;
}

.contato{
  width: 400px;
  padding: 18px;
  background: #5e0909;
  border: 0;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 6px 0;
}

.contato::placeholder, .mensagem::placeholder{
  color: #fff;
}

.mensagem{
  background: #5e0909;
  color: #fff;
  width: 400px;
  height: 140px;
  padding: 18px;
  border: 0;
  border-radius: 5px;
}

#enviar{
  background: #000;
  padding: 10px 60px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  float: right;
  cursor: pointer;
}

footer{
  float: left;
  width: 100%;
  padding: 10px;
  background: #5e0909;
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
}

.links{
  width: 236px;
  height: 130px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #ccc;
  vertical-align: top;
  position: relative;
}

.links-name{
  background: rgba(0,0,0,.8);
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

.parceiros{
  width: 994px;
  margin: 0 0 40px 0;
}

.parceiros img{
  display: inline-block;
}

.parceiros div{
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
  line-height: 19px;
}

.parceiros a{
  color: #5e0909;
}

.parceiros .fa{
  margin: 0 5px 0 0;
}

/*lightbox*/
.box-servicos-content{
  position: absolute;
  z-index: 2;
  left: 0;
  top: 200px;
  width: 100%;
  text-align: center;
}

.box-content{
  display: none;
  width: 500px;
  color: #fff;
  padding: 20px;
  background: rgba(0,0,0,.6);
  vertical-align: top;
  text-align: left;
  line-height: 23px;
  border-radius: 4px;
}

.titleserv{
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px 0;
}

.box-servicos-close{
  cursor: pointer;
  vertical-align: top;
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  border-radius: 4px;
}

.box-servicos-close:hover{
  background: #5e0909;
}

#box-servicos-bg{
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,.8);
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .content{
    width: 100%;
  }

  header .fa-bars{
    display: block;
  }

  header .fa{
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    font-size: 32px;
    z-index: 3;
  }

  #top{
      height: 49px;
      text-align: center;
    }

    .menu{
      width: 100%;
    }

    #logo{
      position: absolute;
      top: 0;
      left: 50px;
    }

    #main{
      display: none;
    }

    nav#main {
      position: absolute;
      top: 51px;
    }

    nav#main ul li{
      width: 100%;
      top: 100px;
      z-index: 3;
      display: block;
      border-bottom: 1px solid #020b1b;
      background: #000;
      text-align: left;
    }
}
