body { color: #666666; background-color: #fff; font-family: 'Nunito', sans-serif; font-size: 16px; }
a:link, a:hover, a:active { text-decoration: none !important; }
* { outline: none; }
h2 { text-align: center; color: #00783a; font-size: 30px; margin-bottom: 40px; margin-top: 0; padding: 0; }

.logo { float: left; padding: 30px 0 0 0; }

.menu { float: right; text-transform: uppercase; font-size: 17px; padding: 52px 0; margin: 30px 0;  }
.menu a { display: inline-block; padding: 5px 20px; color: #007332; line-height: 25px; }

#banner { height: 410px; }
/*#banner .ban1 { background: transparent url("../../images/banner3.jpg") center no-repeat; }*/
#banner .ban1 { background: transparent url("../../images/4280.1_CAPA_MAKROLAT_TIROL_alt_Prancheta_1.png") center no-repeat; }
#banner .ban2 { background: transparent url("../../images/banner2.jpg") center no-repeat; }
#banner .item { height: 368px; background-size: auto 100% !important; }

.tit { background: transparent url("../../images/bg-header.jpg") center top no-repeat; height: 244px; margin-top: -79px; margin-bottom: 50px; padding-top: 105px; color: #fff; text-transform: uppercase; }
.tit h1 { font-size: 65px; padding: 0; margin: 0; }
.tit small { display: block; color: #fff; font-size: 40px; }
.tit h1.mt { padding-top: 16px }

.bt-catalogo { width: 255px; height: 125px; display: inline-block; position: relative; margin-top: -60px; margin-left: 90px; }
.bt-catalogo span { display: block; color: #fff; background-color: #b4161c; border-radius: 30px; padding: 5px 20px; line-height: 25px; position: absolute; bottom: 20px; width: 100%; text-align: center; }

.bt-sustentabilidade { width: 355px; height: 125px; display: inline-block; position: relative; margin-top: -60px; margin-left: 90px; }
.bt-sustentabilidade span { display: block; color: #fff; background-color: #b4161c; border-radius: 30px; padding: 5px 20px; line-height: 25px; position: absolute; bottom: 20px; width: 100%; text-align: center; text-transform: uppercase; }

.enderecos { background-color: #007332; color: #fff; padding: 30px 0; font-size: 20px; text-align: center; font-weight: 300; }
.enderecos a { color: #fff; }
.enderecos strong { font-size: 22px; }

.listMarcas h3 { font-size: 14px; text-transform: uppercase; text-align: center; color: #00783a; padding-top: 30px; }
.marcas { text-align: center; padding: 0; margin: 0; list-style-type: none; }
.marcas li { display: inline-block; margin: 30px; }

.bt-representantes { display: block; background: transparent url("../../images/caminhao-2021.jpg?v=3") center no-repeat; height: 530px; padding: 40px 185px; box-sizing: border-box; color: #fff; font-size: 23px; }
.bt-representantes span { color: #96c46c; }

.content-text { margin-bottom: 50px; }
.listRepresentantes { background-color: #f1f1f1; border-top: 2px solid #d9d9d9; padding: 50px 0; margin-top: 50px; }
.cidade, .bairro { margin-top: -120px; }
.infoRepresentante { text-align: center; }
.infoRepresentante h1 { font-size: 20px; color: #007332; }
.infoRepresentante a { color: #b4161c; }

.listRepresentantes select { background: transparent url("../../images/bg-select.png?2") center no-repeat; width: 457px; height: 121px; border: none; text-align: center; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; line-height: 20px; padding: 0 30px; }

.listParceiros { background-color: #f1f1f1; border-top: 2px solid #d9d9d9; padding: 50px 0; text-align: center; }
.listParceiros img { height: 80%; }

.form-control { font-size: 18px; padding: 20px; border-color: transparent; border-radius: 0; -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10); -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10); box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.10); margin-bottom: 30px; }
form textarea { height: 186px !important; }
form input[type="submit"]{ display: block; color: #fff; background-color: #b4161c !important; border-radius: 30px; padding: 5px 80px; text-align: center; text-transform: uppercase; }
form input[type="submit"]:hover{ color: #fff; background-color: #b4161c !important; }
.has-error .form-control { border-color: #a94442 !important; }

.bgContato { background-color: #f1f1f1; border-top: 2px solid #d9d9d9; padding: 50px 0; text-align: center;  }

footer { background-color: #007332; color: #fff; padding: 40px 0; }
footer .boletos a { margin-right: 10px; }
footer h4 { padding: 0; margin-bottom: 10px; margin-top: 0; }
footer p { text-align: right; font-size: 18px; padding: 0; margin: 0; }
.credits { text-align: right; }

.menu-anchor {
  position: absolute;
  top: 50px;
  right: 30px;
  display: inline-block;
  cursor: pointer;
  z-index: 100;
  border-radius: 4px;
  display: none;
  zoom: 50%;
}

.menu-anchor:before {
  margin: 7px auto;
  width: 70%;
  height: 0.25em;
  background: #fff;
  box-shadow: 0 .45em 0 0 #fff, 0 .9em 0 0 #fff;
}

.menu-active .menu-anchor {
    color: #666666;
}

menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 220px;
  height: 100%;
  padding-top: 20px;
  background: #b4161c;
  box-shadow: inset 10px 0 10px 0 rgba(0,0,0,.1);
  padding-left: 20px;
}

menu nav li {
  display: block;
  height: auto;
}

menu nav a {
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 0;
  padding: 10px 10px 10px 0;
  color: #fff !important;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

menu nav a:hover {
  color: #fff !important;
}

menu {
  margin-top: 0;
  -webkit-transform: translateX(220px);
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  transform: translateX(220px);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

.menu-active body { overflow: hidden !important; }


.menu-active menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

.main { 
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

.menu-active .main {
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

#nav-icon {
  width: 60px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #b4161c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/* DESKTOP */
@media screen and (min-width: 1200px) {
  menu { display: none; }
  .main {
      -webkit-transform: translateX(0) !important;
      -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
  }
}

/* IPAD DE LADO*/
@media screen and (max-width: 1199px) and (min-width: 991px) {
  menu { display: none; }
  .menu a { padding: 5px 12px; }
  .main {
      -webkit-transform: translateX(0) !important;
      -moz-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
  }
  #banner .item, #banner { height: 320px !important; }
  .bt-catalogo { margin-left: 42px; }
  .marcas li { margin: 30px 16px; }
  .bt-representantes { padding: 40px 135px; }
}

/* IPAD */
@media screen and (max-width: 991px) {
    #banner .item, #banner { height: 254px !important; }
    .menu { display: none; }
    .menu-anchor { display: block; }
    .bt-catalogo { margin-left: 0; }
    .marcas li { margin: 20px 20px; height: 70px; }
    .marcas li img { max-height: 100%; }
    .tit { background-position: -700px 0; }
}

/* IPHONE DE LADO */
@media screen and (max-width: 767px) {
  #banner .item, #banner { height: 200px !important; }
  .bt-catalogo { margin: auto; display: block; }
  .bt-sustentabilidade { margin: auto; display: block; height: 53px; }
  footer { text-align: center; }
  footer p { text-align: center; margin-top: 30px; }
  .credits { text-align: center; }
  .tit h1 { font-size: 61px; }
  .tit { background-position: -830px 0; }
}

/* IPHONE */
@media screen and (max-width: 480px) {
  #banner .item, #banner { height: 100px !important; }
  footer .boletos a { margin-right: 0; display: block; margin-bottom: 10px; }
}