@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
*{font-weight:normal; font-family: 'Raleway', sans-serif;}
body{padding:0px;margin:0px;background: #082b3f;}

strong{font-weight: bold;}
ul{padding: 0;margin: 0;}
li{list-style: none;}
a, a:hover{text-decoration: none;}
.openS{font-family: 'Open Sans', sans-serif;}

.bloco{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
h1.logo{
  margin: 0; 
  padding: 0px;
  width: 178px;
  height: 210px;
}
h2.tit{
  font-size: 35px;
  color: #F7DB8D;
  text-align: center;
  text-transform: uppercase;
  margin: 60px auto 85px;
  position: relative;
}
h2.tit span{
  font-weight: bold;
  font-style: italic;
  color: #BDBBB7;
}
h2.tit:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  width: 75px;
  height: 1px;
  background: #F7DB8D;
}
p.texto{
  font-size: 18px;
  line-height: 30px;
  color: #F7DB8D;
  margin-bottom: 50px;
}
.upper{text-transform: uppercase;}


.header{
  width: 100%;
  height: 240px;
  background: url("../images/bgTopo.png") repeat-x center top;
  position: relative;
  z-index: 10;
  position: absolute;
  z-index: 11;
  top: 0px;
}
.header .linhaTop{
  background: #F7DB8D;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}


/*MENU*/
button#menutoggle {display: none;}
#menuTopo{
    width: 100%;
    margin: -10px auto 0px;
    position: relative;
    z-index: 9;
}
#menuTopo .idiomas{
  position: absolute;
  top: 20px;
  right: 0px;
}
#menuTopo .idiomas li{
  float: left;
  margin: 0px 5px;
}
#menuTopo .idiomas li a{
  width: 47px;
  height: 47px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 47px;
  color: #F7DB8D;
  font-size: 12px;
  background: #072536;
  border: 2px solid #072536;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
#menuTopo .idiomas li a:hover, #menuTopo .idiomas li a.active{
  border: 2px solid #F7DB8D;
  background: #072536;
}

#menuTopo ul.menu{
    margin: 0px auto;
    width: 86%;
    max-width: 928px;
    overflow: hidden;
}
#menuTopo .menu li{
  float: left;
  margin: 90px 10px 0;
  position: relative;
}
#menuTopo .menu li.logo {
    margin: 0px 15px 0px !important;
}
#menuTopo .menu li.logo a{
    float: left;
    width: 100%;
    height: 100%;
}
#menuTopo .menu li p{
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  height: 92px;
  text-transform: uppercase;
  font-weight: bold;
}
#menuTopo .menu li > a{
  float: left;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 10px 0px;
  color: #f7db8d;
  text-decoration: none;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
#menuTopo .menu li > a.active, #menuTopo .menu li > a:hover, .dropdown:hover .dropbtn{
  border-bottom: 1px solid #f7db8d;
  color: #bdbbb7;
}

#menu.noFixed{
  opacity: 0;
  position:fixed !important;
  top: -81px;
  z-index: 99;
  -webkit-transition: all linear 300ms;
   -moz-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
     -o-transition: all linear 300ms;
        transition: all linear 300ms;
}
#menu.menu-fixo  {
  display: block !important;
  opacity: 1;
  position:fixed !important;
  top: 0;
  z-index: 99;
}
#menu{
  width: 100%;
  height: 80px;
  background: rgba(8, 43, 63, 0.95);
  border-bottom: 1px solid #f7db8d;
}
#menu h3.logo{
  width: 61px;
  height: 59px;
  float: left;
  margin: 10px 2% 10px 0;
}
h3.logoMobile{display: none;}
#menu .menu li{
  float: left;
  margin: 29px 30px;
}
#menu .menu li a{
  color: #F7DB8D;
  font-size: 16px;
  text-transform: uppercase;
}
#menu .menu li a:hover{color: #FFF9E8;}
#menu .idiomas{
  float: right;
  margin: 16px 0px 16px 2%;
}
#menu .idiomas li{
  float: left;
  margin: 0px 5px;
}
#menu .idiomas li a{
  width: 47px;
  height: 47px;
  float: left;
  text-align: center;
  text-transform: uppercase;
  line-height: 47px;
  color: #F7DB8D;
  font-size: 12px;
  background: #072536;
  border: 2px solid #072536;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
#menu .idiomas li a:hover, #menu .idiomas li a.active{
  border: 2px solid #F7DB8D;
  background: #072536;
}


/*BANNER*/
.bannerS {}
.bannerS #slider button.slick-arrow {
    width: 130px;
    height: 248px;
    position: absolute;
    z-index: 19;
    top: 20%;
    margin-top: -24px;
    border: none;
    text-indent: -9999px;
    outline: 0;
}
.bannerS #slider button.slick-prev {
    left: 3%;
    background: url(../images/seta-prev.png) no-repeat 0px 0px;
    opacity: 0.5;
}
.bannerS #slider button.slick-next {
    right: 3%;
    background: url(../images/seta-next.png) no-repeat 0px 0px;
    opacity: 0.5;
}
.bannerS #slider button.slick-prev:hover {opacity: 1;}
.bannerS #slider button.slick-next:hover {opacity: 1;}
.bannerS #slider .banner-texto-1{
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 595px;
  margin: 0 auto;
}
.bannerS #slider .banner-texto-1 img{width: 100%;}

.bgBanner{
  width: 100%;
  height: 710px;
  background: url(../images/bgBanner.png) no-repeat center bottom;
  position: relative;
  z-index: 10;
  margin-top: -710px;
}

/* SOBRE */
.sobre{
  clear: left;
  float: left;
  width: 100%;
  margin: -17.89% 0px 0px;
  margin: -332px 0px 0px;
  position: relative;
  z-index: 10;
}
.sobre .btScroll {
    width: 36px;
    height: 46px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -122px;
    cursor: pointer;
    margin: 0px auto 0;
    padding: 0px 0px 80px;
    background: url(../images/setaScroll.png) no-repeat center bottom;
}
.sobre .btScroll a{
    color: #f7db8d;
    font-size: 14px;
    float: left;
    height: 80px;
    width: 100%;
}
.sobre .bgSobre {
    width: 100%;
    height: 607px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background: url(../images/bgSobre.png) no-repeat center bottom;
}
.sobre .boxTexto{
  float: left;
  width: 40%;
  max-width: 428px;
  z-index: 10;
  position: relative;
  margin-bottom: 124px;
}
.sobre .boxDiretor{
    float: right;
    z-index: 9;
    position: relative;
    width: 175px;
    padding: 0px;
}
.sobre .boxDiretor .borda{
  border: 1px solid #f7db8d;
  height: 110px;
  width: 150px;
  position: relative;
}
.sobre .boxDiretor .borda:after{
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  bottom: 0px;
  top: 10px;
  margin: auto;
  width: 3px;
  height: 70px;
  background: #062334;
}
.sobre .boxDiretor h3{
    font-size: 16px;
    line-height: 18px;
    color: #F7DB8D;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 155px;
    margin: 0px;
}
.sobre .boxDiretor h3 span{
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #bdbbb7;
}

/*MMV NO MUNDO*/
.mmvMundo{
  clear: left;
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f7db8d;
}
.mmvMundo .bgMundo{
  width: 100%;
  height: 529px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 130px;
  background: url(../images/noMundo.png) no-repeat center bottom;
}
.mmvMundo h2.tit{
  color: #082b3f;
}
.mmvMundo h2.tit span{
  color: #082b3f;
}
.mmvMundo h2.tit:after{
  background: #082B3F;
  bottom: -5px;
}
.mmvMundo p.texto{
  color: #082B3F;
}
.mmvMundo .boxTexto{
  float: left;
  width: 50%;
  max-width: 475px;
  margin-bottom: 0px;
}
.mmvMundo .boxTexto .txt1{
  margin-bottom: 46px;
}
.mmvMundo .boxTexto p span{
  display: block;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  font-style: italic;
}
#intro{
  width: 100%;
}
#intro{
  /*background:url(../images/noMundo.jpg) 50% 0 no-repeat fixed;*/
  background:url(../images/noMundo.jpg) 50% 0 fixed;
  color: white;
  height: 660px;
  margin: -60px auto 0;
  padding: 60px 0px 0px;
}

/* O QUE FAZEMOS */
.queFazemos{
  clear: left;
  float: left;
  width: 100%;
}
.queFazemos .imgFazemos {
  width: 100%;
  clear: both;
  margin-top: 30px;
  float: left;
}
.queFazemos .imgFazemos img{width: 100%;}
.queFazemos .boxDestaque{}
.queFazemos .boxDestaque .bordaBox{
    border: 1px solid #f7db8d;
    position: relative;
    max-width: 390px;
    padding: 55px 55px;
}
.queFazemos .boxDestaque .bordaBox:after{
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 3px;
  height: 280px;
  background: #082b3f;
}
.queFazemos .boxDestaque .txtDestaque{
  font-size: 27px;
  line-height: 35px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  width: 355px;
  margin-bottom: 0px;
}
.queFazemos .boxTexto{
  float: left;
  margin-top: 20px;
}
.queFazemos p.texto{
  color: #FFF;
}
.queFazemos p.txtDestaque span{
  display: block;
}
.queFazemos .imagess{
    clear: both;
    overflow: hidden;
    position: relative;
}
.queFazemos .imagess:before, .queFazemos .imagess:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #F7DB8D;
  z-index: 1;
}
.queFazemos .imagess:before{top: 15px;}
.queFazemos .imagess:after{bottom: 15px;}
.queFazemos .imgg{
  float: left;
  width: 25%;
  overflow: hidden;
}
.queFazemos .imgg img{
  width: 100%;
    -webkit-transition: all linear 250ms;
     -moz-transition: all linear 250ms;
      -ms-transition: all linear 250ms;
       -o-transition: all linear 250ms;
          transition: all linear 250ms;
}
.queFazemos .imgg:hover img{
  opacity: 1;
  -webkit-transform: scale(1.09);
     -moz-transform: scale(1.09);
      -ms-transform: scale(1.09);
       -o-transform: scale(1.09);
          transform: scale(1.09);
}


/*CONTATO*/
.contato{
  clear: left;
  float: left;
  width: 100%;
  position: relative;
}
.contato .bloco{position: static;}
.contato:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #f7db8d;
}
.box1 {
    width: 50%;
    height: 545px;
    float: left;
    position: relative;
    padding: 0px 50px 0 0px;
}
.box1 .form {
    clear: both;
}
.box1 .form-group {
    float: left;
    margin-bottom: 13px;
    width: 100%;
    position: relative;
}
.box1 input[type="text"], .box1 select, .box1 input[type="tel"], .box1 input[type="email"] {
    width: 100%;
    border-radius: 0px;
    padding: 10px 2%;
}
.box1 input[type="tel"]{
  width: 40%;
}
.box1 textarea#mensagem {
    width: 100%;
    height: 110px;
    border-radius: 0px;
    padding: 6px 2%;
    margin-top: 25px;
}
.box1 input.bt_enviar{
  color: #F7DB8D;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #F7DB8D;
  background: transparent;
  padding: 0px 12px;
}
.box1 input.bt_enviar:hover{
  color: #fff9e8;
  border: 1px solid #fff9e8;
}

label{
  color: #F7DB8D;
  font-size: 16px;
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
label.error {
    position: absolute;
    right: 10px;
    top: -16px;
    font-size: 11px;
    color: #f00;
}
.msgSucesso {
    color: #f7db8d;
    font-size: 16px;
    text-align: center;
    margin-top: 130px;
}

.box2 {
    width: 50%;
    height: 545px;
    float: left;
    position: relative;
    padding: 0px 0px 0;
}
.box2 ul{
    padding: 0;
}
.box2 li{
    clear: both;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    height: 80px;
}
.box2 li i{
  width: 77px;
  height: 80px;
  float: left;
  background: url("../images/spriteContato.png") no-repeat;
  background-position: 0px 0px;
}
.box2 li.endereco i{background-position: 0px 5px;}
.box2 li.tel i{background-position: 0px -149px;}
.box2 li.tel p{font-family: 'Open Sans', sans-serif;}
.box2 li.email i{background-position: 0px -277px;}
.box2 li p, .box2 li p a{
    color: #f7db8d;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    height: 80px;
}
.box2 li i{
    float: left;
    margin-right: 10px;
}




/* RODAPE */
.footer{
  clear: both;
  overflow: hidden;
  float: left;
  width: 100%;
}
.parceiros{
  clear: left;
  /* float: left; */
  width: 100%;
  height: 220px;
  background: #FFF;
}
.parceiros .txt{
    font-size: 35px;
    font-weight: 600;
    line-height: 220px;
    color: #000;
    float: left;
    text-transform: uppercase;
    margin: 0px 5% 0px 0%;
    text-indent: 0px
}
.parceiros ul{
  float: left;
  vertical-align: middle;
  display: table-cell;
  height: 220px;
  width: 100%;
}
.parceiros ul li{
  float: left;
  text-indent: -9999px;
  margin: 45px 4%;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}
.parceiros ul li a{
  float: left;
  width: 100%;
  height: 100%;
}
.parceiros ul li.crp{
  background: url("../images/parceiroCRP.jpg") no-repeat 0px center;
  max-width: 170px;
  width: 16%;
  height: 123px;
  background-size: 100%;
}
.parceiros ul li.ccbm{
  background: url("../images/parceiroCcbm.jpg") no-repeat 0px center;
  max-width: 207px;
  width: 19%;
  height: 123px;
  background-size: 100%;
}
.parceiros ul li.comex{
  background: url("../images/parceiroComex.jpg") no-repeat 0px center;
  max-width: 128px;
  width: 12%;
  height: 123px;
  background-size: 100%;
}
.parceiros ul li.crp:hover{background: url("../images/parceiroCRP-hover.jpg") no-repeat 0px center; background-size: 100%;}
.parceiros ul li.ccbm:hover{background: url("../images/parceiroCcbm-hover.jpg") no-repeat 0px center;background-size: 100%;}
.parceiros ul li.comex:hover{background: url("../images/parceiroComex-hover.jpg") no-repeat 0px center;background-size: 100%;}
.rodape{
  clear: left;
  float: left;
  width: 100%;
  height: 115px;
  background: #000;
  position: relative;
}
.rodape:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #f7db8d;
}
.rodape ul{
  width: 495px;
  height: 20px;
  margin: 48px auto;
}
.rodape li{
  float: left;
  margin: 0 6px;
}
.rodape li a{
  color: #F7DB8D;
  font-size: 12px;
  text-transform: uppercase;
}
.rodape li a:hover{color: #fff9e8;}

/*MAPA*/
.mapa{
  width: 100%;
  height: 430px;
}
.contato-section__map {
    float: left;
    width: 100%;
    height: 430px;
    background: #EAEAEA;
}
.footer .btRodape {
    width: 71px;
    height: 36px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -36px;
    cursor: pointer;
    margin: 0px auto 0;
    padding: 0px 0px;
    z-index: 3;
    background: url(../images/setaRodape.png) no-repeat center bottom;
}
.footer .btRodape a{
    color: #f7db8d;
    font-size: 14px;
    float: left;
    height: 36px;
    width: 100%;
}


@media (max-width: 1180px){
  p.texto{margin-bottom: 30px;}
  #menu .menu li {margin: 29px 12px;}
  #menu .menu li a {font-size: 15px;}
  #menu .idiomas li {margin: 0px 5px;}
  #menuTopo ul.menu {width: 100%;}
  .sobre .boxTexto, .mmvMundo .boxTexto{margin-left: 2%;}
  .mmvMundo .boxTexto p span{margin-top: 20px;}
}
@media (max-width: 950px){
  h1.logo{width: 150px; height: 178px;}
  h1.logo img{width: 100%;}
  #menuTopo ul.menu {width: 100%;}
  #menuTopo .menu li {margin: 90px 6px 0;}
  #menuTopo .menu li > a {font-size: 14px;}
  .mmvMundo .boxTexto p.txt1{margin-bottom: 0;}
}
@media (max-width: 820px){
  #menu .menu li {margin: 29px 8px;}
  #menu .menu li a {font-size: 14px;}
  #menu .idiomas li {margin: 0px 5px;}
  .parceiros .txt {font-size: 28px;}
  .parceiros ul li {margin: 45px 3%;}
}