.header{background: none; height: 80px;}
.header .linhaTop{display: none;}
.bloco {width: 94%; max-width: 100%;}


.bgBanner {display: none;}
.bannerS #slider .banner-texto-1 {top: 80px;}
.bannerS #slider button{display: none !important;}
    
.sobre{margin: 0; overflow: hidden;}
.sobre .btScroll{display: none;}
.sobre .boxTexto {width: 100%; max-width: 100%; margin: 0px 0px 10px;}
.sobre .boxDiretor {float: none;clear: both;margin: 0 auto 290px;}
.sobre .boxDiretor .borda:after {background: #082b3f;}
.sobre .bgSobre {
    width: 125%;
    height: 280px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: inherit;
    background: url(../images/bgSobre.png) no-repeat center bottom;
    background-size: 870px;
    margin: 0px  0 0 -25%;
}


.mmvMundo .boxTexto {width: 100%; max-width: 100%; text-align: left;}
.mmvMundo {padding-bottom: 20px;}
#intro {background: none; height: auto;}

.queFazemos .boxDestaque .bordaBox {margin: 0 auto 40px;}


.box2 {width: 100%; height: auto; margin-bottom: 40px;}
.box2 li {margin-bottom: 10px;}
.box1 {width: 100%; height: auto; margin-bottom: 60px; padding: 0;}


.parceiros .txt {font-size: 15px; margin: 0px 3% 0px 0%;}
.parceiros ul li.crp {width: 20%;}
.parceiros ul li.ccbm {width: 23%;}
.parceiros ul li.comex {width: 16%;}


.box1 input[type="tel"] {width: 100%;}


/* MENU  MOBILE */
#menuTopo, #menu h3.logo {display: none;}
button#menutoggle{display: block;}
h3.logoMobile{display: block;position: fixed;top: -9px;left: 10px;z-index: 100;}

#menu{width: 100%;}
#menu.noFixed{
  display: block;
  position: fixed;
  opacity: 1;
  top: 0;
}
#menu  .bloco.menu {
    width: 100%;
}
#menu .idiomas {
    float: none;
    margin: 0px 0px;
}
#menu .idiomas li a{
    background: #dec884;
    border: none;
    border-radius: 0px;
    padding: 0px !important;
    color: #082b3f !important;
}
#menu .idiomas li a.active{display: none;}
#menu .idiomas li a:hover{background: #dec884; border: none;}

/* Styling the toggle menu link and hiding it */
#menu .navtoogle{
    margin: 19px 5%;
    display: block;
    width: 50px;
    height: 41px;
    float: right;
    border: none;
    text-indent: -99999px;
    background: url('../images/menuMobile.png') no-repeat center;
    cursor: pointer;
}
#menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5em;
  font-weight: 300;
}
#menu .menu li{
  width: 100%;
  margin: 0px;
  background: #082b3f;
  border-bottom: 1px solid #021b29;
  opacity: 0.9;
  text-align: center;
}
#menu li a {
  display: block;
  padding: 25px 0  !important;
  width: 100% !important;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: color .5s, background .5s, height .5s;
  -moz-transition: color .5s, background .5s, height .5s;
  -o-transition: color .5s, background .5s, height .5s;
  -ms-transition: color .5s, background .5s, height .5s;
  transition: color .5s, background .5s, height .5s;
  font-weight: bold;
}

/*.dropdown-content {display: block; top: 60px; min-width: 100%;}
#menu li.dropEmpresa {height: 183px;}
#menu li.dropLog {height: 366px;}
#menu li p{height: auto;text-align: center;display: block;margin-bottom: 0px;}
.menuTopoMobile{display:block; width: 100%; position: absolute; right: 0px; z-index: 9;}*/

.no-touch .nav .menu:hover a {color: rgba(249, 249, 249, .5);}
.no-touch .nav .menu:hover a:hover {color: rgba(249, 249, 249, 0.99);}
/* When JavaScript is enabled, we hide the menu */
.js .nav .menu {
  max-height: 0em;
  overflow: hidden;
  display: none;
}
/* Displaying the menu when the user has clicked on the button*/
.js .nav .active + .menu { 
  display: block !important;
  height: auto; 
  max-height: 35em;
  overflow: hidden;
  -webkit-transition: max-height .4s;
  -moz-transition: max-height .4s;
  -o-transition: max-height .4s;
  -ms-transition: max-height .4s;
  transition: max-height .4s;
}

@media (max-width:500px){
  .bannerS #slider .banner-texto-1 {top: 80px; width: 160%; margin: 0 -14%}
  .queFazemos .boxDestaque .txtDestaque {font-size: 22px;}
  .rodape {height: auto;}
  .rodape ul {width: 100%; height: auto; margin: 30px auto; overflow: hidden;}
  .rodape li {width: 100%;margin: 0px 6px;padding: 5px 0px;text-align: center;}
  .parceiros .txt {font-size: 12px; margin: 0px 3% 0px 0%;}
  .box2 li i {
    width: 50px;
    height: 60px;
    background: url(../images/spriteContato.png) no-repeat;
    background-size: 60px;
  }
  .box2 li p, .box2 li p a {font-size: 14px;line-height: 20px;height: 60px;}
  .box2 li.tel i {background-position: -4px -116px;}
  .box2 li.email i {background-position: -6px -217px;}
  .box1 input.bt_enviar {width: 100%;}
}