body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
* {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  outline: none;
}
.limpar {
  clear: both;
}
A:link,
A:visited,
A:active,
A:hover {
  text-decoration: none;
}
::selection,
::-moz-selection {
  color: #FFFFFF;
  background-color: #006B41;
}
.section-quem-somos {
  margin: 80px 0px;
}
.section-quem-somos .titulo {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-quem-somos {
    margin: 30px 0px;
  }
}
.section-revenda {
  position: relative;
  background: url("/imgs/trator.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-revenda .container-fluid {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-revenda .marca-dagua {
  bottom: 0px;
  right: 15%;
  position: absolute;
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-revenda .titulo {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-left: 5px solid #FFFFFF;
}
@media (max-width: 769px) {
  .section-revenda .titulo {
    font-size: 30px;
  }
}
.section-revenda-compartilhar {
  position: relative;
  background: url("/imgs/graos.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.section-revenda-compartilhar .container-fluid {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-revenda-compartilhar .marca-dagua {
  bottom: 0px;
  left: 15%;
  position: absolute;
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-revenda-compartilhar .titulo {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-right: 5px solid #FFFFFF;
}
@media (max-width: 769px) {
  .section-revenda-compartilhar .titulo {
    font-size: 30px;
  }
}
.bloco-descricao-banner {
  position: absolute;
  top: calc(50% - 150px);
  width: 100%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .bloco-descricao-banner {
    top: calc(50% - 70px);
  }
}
@media (max-width: 769px) {
  .bloco-descricao-banner {
    top: calc(50% - 70px);
  }
}
.bloco-descricao-banner .descicao-banner {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}
@media (min-width: 993px) and (max-width: 1190px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 769px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 21px;
    line-height: 25px;
  }
}
.bloco-descricao-banner .btn-padrao {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .bloco-descricao-banner .btn-padrao {
    padding: 5px 10px;
  }
}
.section-diferencial {
  position: relative;
  margin: 80px 0px;
}
.section-diferencial .descricao {
  text-align: justify;
  padding-left: 15px;
  margin-bottom: 30px;
  border-left: 5px solid #00334F;
}
.section-diferencial .descricao .titulo {
  font-size: 35px;
  font-weight: 600;
}
.section-beneficios {
  margin: 30px 0px 80px 0px;
}
.section-beneficios .titulo {
  margin-bottom: 30px;
  background: #00334F;
}
.section-beneficios .titulo span {
  background-color: #FFFFFF;
  color: #262626;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
}
.section-beneficios .beneficios {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
.section-beneficios .beneficios:hover {
  transform: scale(1.01);
}
.section-beneficios .beneficios .foto {
  padding-top: 75%;
  background-size: cover !important;
}
.section-beneficios .beneficios .titulo {
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
.section-beneficios .beneficios .descricao {
  text-align: center;
  padding: 10px 15px;
  color: #262626;
}
.section-beneficios .beneficios .btn-padrao {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-rodape {
  border-top: 50px #00334F solid;
  background-color: #004169;
}
@media (max-width: 767px) {
  .section-rodape {
    padding: 10px 0px !important;
  }
  .section-rodape * {
    text-align: center !important;
  }
}
.section-rodape * {
  color: #FFFFFF;
}
.section-rodape .logo-copy {
  font-size: 13px;
}
@media (max-width: 767px) {
  .section-rodape .logo-copy {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-rodape #news {
    margin-top: 20px;
  }
}
.section-rodape .copy-menu a {
  color: #FFFFFF;
}
.section-rodape .copy-menu ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .section-rodape .copy-menu ul {
    padding-left: 0px;
  }
}
.section-rodape .btn-padrao {
  margin-bottom: 0px !important;
}
.social-copy {
  list-style-type: none;
  padding-left: 0px;
}
.form-news {
  background-color: transparent;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #f9f9f9;
  border-left: 0px !important;
  border-radius: 0px;
  padding-left: 0px !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.section-titulo {
  margin: 30px 0px 0px 0px;
}
.section-titulo .titulo {
  background: #00334F;
}
.section-titulo .titulo span {
  background-color: #FFFFFF;
  color: #262626;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
}
.section-secundarias {
  min-height: 450px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post {
  padding-top: 100%;
  background-size: contain !important;
  margin-bottom: 30px;
  cursor: pointer;
}
.bloco-post2 {
  padding: 10px 0px;
  border-left: 2px solid #919191;
}
.post2 {
  font-size: 16px;
  color: #919191;
  padding-left: 5px;
  border-left: 5px solid transparent;
}
.post2 table {
  width: 100%;
}
.post2 table tr td:first-child {
  text-align: center;
  vertical-align: center;
  width: 40px;
}
.post2:hover {
  border-left: 5px solid #00334F;
  color: #262626;
}
.pacotes {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  transition: all 0.1s ease-in-out;
  padding: 15px;
  margin-bottom: 30px;
}
.pacotes .titulo {
  text-transform: uppercase;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.pacotes .item {
  text-align: center;
  padding: 5px 15px;
}
.pacotes .valor {
  text-align: center;
  padding: 10px 15px;
}
.pacotes .btn-padrao {
  display: block;
  margin-bottom: 0px;
}
.box-videos-tipos {
  margin-bottom: 20px;
}
.sub-titulo {
  font-size: 20px !important;
}
.box-videos {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  margin-bottom: 25px;
}
.box-videos .videos {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 75%;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .box-videos .videos {
    margin-bottom: 15px;
    padding-top: 70%;
  }
}
.box-videos .titulo {
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .box-videos .titulo {
    padding: 4px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-videos .titulo {
    font-size: 13px;
  }
}
.cor1-bg {
  background-color: #00334F;
}
.btn-padrao {
  background-color: transparent;
  color: #00334F;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #00334F;
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}
.btn-padrao:hover,
.btn-padrao:focus {
  background-color: #00334F;
  color: #FFFFFF !important;
  border: 1px solid #00334F;
}
.form-padrao {
  border-radius: 0px;
  line-height: 45px;
  height: 45px;
}
.sub-titulo {
  margin-bottom: 20px;
  border-left: 5px solid #00334F;
  font-weight: bold;
  padding-left: 7px;
  font-size: 30px;
}
.redes-sociais {
  padding-top: 25px;
  padding-bottom: 25px;
}
.redes-sociais a {
  color: #2c2c2c;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
.redes-sociais .facebook {
  color: #4267b2 !important;
}
.redes-sociais .twiter {
  color: #1da1f2 !important;
}
.redes-sociais .whatsapp {
  color: #53bf5b !important;
}
.light-gallery img {
  margin-bottom: 15px;
}
.media .media-body {
  color: #262626;
}
.media .media-body h3 {
  color: #262626;
}
.social-copy a {
  color: #FFFFFF !important;
}
.contato {
  padding-left: 15px;
  list-style-type: none;
  font-size: 16px;
}
.contato a {
  color: #262626;
}
.contato a:hover {
  color: #00334F;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #FFFFFF;
  cursor: default;
  background-color: #006B41;
  border-color: #00334F;
  transition: all 0.5s ease-out;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #00334F;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #00334F;
  transition: all 0.5s ease-out;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #FFFFFF;
  background-color: #00334F;
  border-color: #00334F;
  transition: all 0.5s ease-out;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: #00334F;
  color: #00334F;
}
.banners .owl-carousel-banner-topo {
  position: relative;
}
.banners .owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  left: calc( 50% - 60px) !important;
}
.banners .owl-theme .owl-controls .owl-page span {
  display: block !important;
  width: 45px !important;
  height: 5px !important;
  margin: 5px 7px !important;
  filter: alpha(opacity=50) !important;
  opacity: 1 !important;
  background: #f8f8f8 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .banners .owl-theme .owl-controls .owl-page span {
    height: 2px !important;
  }
}
.banners .owl-theme .owl-controls .owl-page.active span {
  display: block !important;
  width: 45px !important;
  height: 5px !important;
  margin: 5px 7px !important;
  filter: alpha(opacity=50) !important;
  opacity: 1 !important;
  background: #FF7700 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .banners .owl-theme .owl-controls .owl-page.active span {
    height: 2px !important;
  }
}
.section-boneco {
  background-image: url('/imgs/fundo-section-boneco.png');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-boneco .texto-boneco {
  padding: 125px 0px 0px 0px;
}
@media (max-width: 991px) {
  .section-boneco .texto-boneco {
    padding: 50px 0px 0px 0px !important;
  }
}
.section-boneco .texto-boneco .titulo {
  color: #004169;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-boneco .texto-boneco .texto * {
  color: #004169;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-boneco .texto-boneco .texto * {
    margin-bottom: 0px !important;
  }
}
.section-boneco .buneco {
  max-width: 350px !important;
  margin: auto;
}
@media (max-width: 991px) {
  .section-boneco .buneco {
    max-width: 230px !important;
  }
}
@media (max-width: 991px) {
  .section-boneco .div-botao-saiba-mais-boneco {
    text-align: center;
  }
}
.section-boneco .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco {
  background-color: #EB7328;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px #fff solid;
}
.section-boneco .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:hover,
.section-boneco .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:focus {
  transition: all 0.5s ease;
  color: #EB7328;
  background-color: #fff;
  border: 1px #EB7328 solid;
}
.banners-postos .foto-background {
  padding-top: 40%;
  border-radius: 0px 300px 300px 0px;
}
@media (max-width: 991px) {
  .banners-postos .foto-background {
    border-radius: 0px !important;
    padding-top: 70% !important;
  }
}
.banners-postos .dados-posto {
  text-align: right;
  padding-right: 100px;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .banners-postos .dados-posto {
    padding-right: 0px !important;
    padding-top: 15px !important;
  }
}
.banners-postos .dados-posto .titulo {
  color: #00334F;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .banners-postos .dados-posto .titulo {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
}
.banners-postos .dados-posto .info {
  font-weight: 600;
  color: #00334F;
  font-size: 21px;
  padding: 10px 0px;
}
@media (max-width: 991px) {
  .banners-postos .dados-posto .info {
    font-size: 18px !important;
  }
}
.banners-postos .dados-posto .info a {
  color: #00334F;
}
.owl-postos .owl-controls .owl-buttons div {
  background-color: #F6B20F !important;
  opacity: 1 !important;
  top: 45% !important;
  position: absolute !important;
}
@media (max-width: 767px) {
  .owl-postos .owl-controls .owl-buttons div {
    display: none !important;
  }
}
.owl-postos .owl-controls .owl-buttons .owl-prev {
  left: 0% !important;
}
.owl-postos .owl-controls .owl-buttons .owl-next {
  right: 0% !important;
}
.section-produtos {
  padding: 50px 0px;
}
.section-produtos .titulo-produtos {
  color: #F6B20F;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.section-produtos .produto {
  border: 1px #F6B20F solid;
}
.section-produtos .produto .titulo {
  background-color: #F6B20F;
  padding: 20px 10px;
  color: #fff !important;
  font-weight: 600;
}
.section-produtos .produto .foto {
  padding: 10px 20px;
}
.owl-produtos .owl-controls .owl-buttons div {
  background-color: #F6B20F !important;
  opacity: 1 !important;
  top: 45% !important;
  position: absolute !important;
}
@media (max-width: 767px) {
  .owl-produtos .owl-controls .owl-buttons div {
    display: none !important;
  }
}
.owl-produtos .owl-controls .owl-buttons .owl-prev {
  left: -35px !important;
}
.owl-produtos .owl-controls .owl-buttons .owl-next {
  right: -35px !important;
}
.section-conveniencia {
  margin: 100px 0px;
}
@media (max-width: 991px) {
  .section-conveniencia {
    margin: 25px 0px !important;
  }
}
.section-conveniencia .texto-boneco {
  padding: 50px 25px 0px 25px;
}
@media (max-width: 991px) {
  .section-conveniencia .texto-boneco {
    padding: 50px 0px 0px 0px !important;
  }
}
.section-conveniencia .texto-boneco .titulo {
  color: #004169;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-conveniencia .texto-boneco .texto * {
  color: #004169;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 50px;
}
.section-conveniencia .div-botao-saiba-mais-boneco {
  text-align: center;
}
@media (max-width: 991px) {
  .section-conveniencia .div-botao-saiba-mais-boneco {
    margin-bottom: 25px;
  }
}
.section-conveniencia .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco {
  background-color: #EB7328;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px #fff solid;
}
.section-conveniencia .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:hover,
.section-conveniencia .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:focus {
  transition: all 0.5s ease;
  color: #EB7328;
  background-color: #fff;
  border: 1px #EB7328 solid;
}
.section-restaurante {
  padding: 50px 0px 100px 0px;
}
@media (max-width: 991px) {
  .section-restaurante {
    padding: 25px 0px !important;
  }
}
.section-restaurante .texto-boneco {
  padding: 50px 25px 0px 25px;
}
@media (max-width: 991px) {
  .section-restaurante .texto-boneco {
    padding: 0px !important;
  }
}
.section-restaurante .texto-boneco .titulo {
  color: #004169;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.section-restaurante .texto-boneco .texto * {
  color: #004169;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 50px;
}
.section-restaurante .div-botao-saiba-mais-boneco {
  text-align: center;
}
.section-restaurante .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco {
  background-color: #EB7328;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px #fff solid;
}
.section-restaurante .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:hover,
.section-restaurante .div-botao-saiba-mais-boneco .botao-saiba-mais-boneco:focus {
  transition: all 0.5s ease;
  color: #EB7328;
  background-color: #fff;
  border: 1px #EB7328 solid;
}
.mapa-home {
  margin-top: 20px;
  width: 100%;
  height: 452px;
}
@media (min-width: 1600px) {
  .mapa-home {
    height: 630px !important;
  }
}
.section-mapa {
  position: relative;
}
@media (max-width: 991px) {
  .section-mapa {
    padding-bottom: 25px;
  }
}
.section-mapa .card-postos {
  position: absolute;
  width: 40%;
  top: 50px;
  right: 50px;
  background-color: #fff;
  color: #00334F;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 367px;
}
@media (min-width: 1600px) {
  .section-mapa .card-postos {
    max-height: 570px !important;
  }
}
@media (max-width: 991px) {
  .section-mapa .card-postos {
    position: relative !important;
    width: 100%;
    top: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
  }
}
.section-mapa .card-postos .rede-social-sombra {
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .section-mapa .card-postos .rede-social-sombra {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
    font-size: 18px !important;
  }
}
.section-mapa .card-postos .rede-social-sombra .icone-rede-social {
  color: #D15C32;
  transition: all 0.5s ease;
}
.section-mapa .card-postos .rede-social-sombra:hover .icone-rede-social,
.section-mapa .card-postos .rede-social-sombra:focus .icone-rede-social {
  transition: all 0.5s ease;
  color: #00334F !important;
}
.section-mapa .card-postos .imagem-posto {
  padding-top: 58%;
}
@media (max-width: 767px) {
  .section-mapa .card-postos .imagem-posto {
    padding-top: 75% !important;
  }
}
.section-mapa .card-postos .titulo-posto {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .section-mapa .card-postos .titulo-posto {
    margin-bottom: 0px !important;
  }
}
.section-mapa .card-postos .telefone-posto {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .section-mapa .card-postos .telefone-posto {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
}
.section-mapa .card-postos .localizacao-posto {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px !important;
}
@media (max-width: 767px) {
  .section-mapa .card-postos .localizacao-posto {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
}
.section-mapa .card-postos::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.section-mapa .card-postos::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.section-postos {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6 !important;
}
.section-postos .card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px #8f8f8f;
  -moz-box-shadow: 0px 0px 5px 0px #8f8f8f;
  box-shadow: 0px 0px 5px 0px #8f8f8f;
}
.section-postos .card .imagem {
  padding-top: 60%;
}
.section-postos .card .nome {
  padding: 7px;
  color: #004169;
  font-weight: bold;
  font-size: 18px;
}
.section-postos .card .contato {
  padding: 7px;
  color: #004169;
  font-weight: bold;
  font-size: 15px;
}
.section-postos .card .endereco {
  padding-left: 7px;
  padding-right: 7px;
  color: #004169;
  font-weight: bold;
  font-size: 13px;
}
.section-postos .card .acessos {
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  height: 45px;
}
.section-postos .card .acessos a {
  padding: 8px;
  margin: 5px;
  -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 45px;
  height: 45px;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .section-postos .card .acessos a {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
    font-size: 18px !important;
  }
}
.section-postos .card .acessos a .icone-rede-social {
  color: #D15C32;
  transition: all 0.5s ease;
}
.section-postos .card .acessos a:hover .icone-rede-social,
.section-postos .card .acessos a:focus .icone-rede-social {
  transition: all 0.5s ease;
  color: #00334F !important;
}
.logo-rodape-negativo {
  margin-top: -120px;
  max-width: 230px;
}
@media (max-width: 991px) {
  .logo-rodape-negativo {
    max-width: 100px !important;
    margin-top: 0px !important;
  }
}
.tabela-margem tr {
  cursor: pointer !important;
  transition: all 0.5s ease;
}
.tabela-margem tr:hover,
.tabela-margem tr:focus {
  transition: all 0.5s ease;
  background-color: #F6B20F !important;
}
@media (max-width: 991px) {
  .tabela-margem {
    margin-top: 25px !important;
  }
}
.padding-ajustado {
  padding-left: 0px !important;
}
@media (max-width: 991px) {
  .padding-ajustado {
    padding-right: 0px !important;
  }
}
@media (max-width: 991px) {
  .margem-ajustada {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .img-limite {
    max-width: 20px !important;
  }
}
.coluna-redes-sociais {
  padding: 5px 0px 0px 5px;
  width: 6%;
}
@media (max-width: 767px) {
  .coluna-redes-sociais {
    display: none !important;
  }
}
.coluna-dados-postos {
  padding: 0px 15px;
  text-align: right;
  width: 62%;
}
@media (max-width: 767px) {
  .coluna-dados-postos {
    text-align: left !important;
    width: 52% !important;
  }
}
.coluna-imagem {
  width: 30%;
}
@media (max-width: 767px) {
  .coluna-imagem {
    width: 45% !important;
  }
}
.auxiliar-novo {
  border-radius: 50%;
  padding: 3px 0px 0px 0px;
  margin-bottom: 30px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  float: left;
}
@media (max-width: 767px) {
  .auxiliar-novo {
    margin-right: 10px !important;
    font-size: 18px !important;
    margin-bottom: 15px !important;
    margin-top: 7px !important;
  }
}
.auxiliar-novo a i {
  color: #D15C32;
  transition: all 0.5s ease;
}
.auxiliar-novo:hover .icone-rede-social,
.auxiliar-novo:focus .icone-rede-social {
  transition: all 0.5s ease;
  color: #00334F !important;
}
.owl-imagens {
  position: relative;
  /*.item*/
}
.owl-imagens .btn-carousel-left {
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057A6;
  color: #FFFFFF;
  left: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-imagens .btn-carousel-left:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-imagens .btn-carousel-left {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 20px);
    left: 5px;
  }
}
.owl-imagens .btn-carousel-right {
  position: absolute;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0057A6;
  color: #FFFFFF;
  right: -30px;
  top: calc(50% - 57.5px);
  transition: all 0.5s ease-out;
}
.owl-imagens .btn-carousel-right:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (max-width: 768px) {
  .owl-imagens .btn-carousel-right {
    width: 30px;
    height: 30px;
    line-height: 15px;
    top: calc(50% - 30px);
    right: 5px;
  }
}
.owl-imagens .item {
  padding: 15px;
}
.wrapper-galeria-secundarias {
  position: relative;
  height: 210px;
}
.galeria-secundarias {
  border: solid 10px #FFFFFF;
  height: 100%;
  background-position: top center !important;
  background-size: cover !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.wrapper-galeria-secundarias::before,
.wrapper-galeria-secundarias::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 8px;
  left: 10px;
  width: 50%;
  height: 30px;
  max-width: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
  -webkit-transform: skew(-15deg) rotate(-6deg);
  -moz-transform: skew(-15deg) rotate(-6deg);
  -ms-transform: skew(-15deg) rotate(-6deg);
  -o-transform: skew(-15deg) rotate(-6deg);
  transform: skew(-15deg) rotate(-6deg);
}
.wrapper-galeria-secundarias::after {
  left: auto;
  right: 10px;
  -webkit-transform: skew(15deg) rotate(6deg);
  -moz-transform: skew(15deg) rotate(6deg);
  -ms-transform: skew(15deg) rotate(6deg);
  -o-transform: skew(15deg) rotate(6deg);
  transform: skew(15deg) rotate(6deg);
}
