@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import 'https://fonts.googleapis.com/css?family=Quicksand:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import 'https://fonts.googleapis.com/css?family=Cardo:400,400i';
@import 'https://fonts.googleapis.com/css?family=Roboto';

html,
body {
  height: 100% !important;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

body {
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  color: #000000;
  background: url('../img/fundo-site.png') center top fixed;
  background-repeat: repeat;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}

.img-responsive {
  width: 100%;
}

.mensagem-mapa {
  margin-left: 42px;
  color: white;
  margin-top: 27px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  color: #000000;
  text-decoration: none !important;
  cursor: pointer;
}

a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #FFF;
  text-decoration: underline;
}

*:focus {
  outline: 0;
}

.nopadding {
  padding: 0 !important;
}

::selection {
  background: #262626;
  color: #fff;
}

::-moz-selection {
  background: #262626;
  color: #fff;
}

.fa {
  vertical-align: middle;
  margin-top: -1%;
}

h1 {
  font-weight: 200;
  padding: 10px 0px;
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  padding: 10px 0px;
  font-weight: bold;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5vmax;
  font-weight: 500;
}

.linha-tempo-titulo {
  text-align: center;
  padding-left: 0;
  font-family: 'roboto';
  font-size: 43px;
  font-weight: 600;
  color: #000d24;
}

.linha-tempo-titulo .red-bar-titulo {
  position: relative;
  left: 0;
}

p {
  padding: 0px 0;
  
}

b,
strong {
  font-weight: bold;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.text-white {
  color: #fff !important;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.apresentacao .card-body h3 {
  font-family: "Roboto";
  color: #2a3855;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.card-title {
  font-size: 1.25rem;
}

.card-text p {
  font-family: "Roboto";
  padding: 10px 0 10px 10px;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.sort {
  padding: 8px 30px;
  border: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  /* background-color: #28a8e0; */
  height: 45px;
}

.sort:hover {
  text-decoration: none;
  background-color: #881a17;
}

.sort:focus {
  outline: none;
}

.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  position: relative;
  top: 13px;
  right: -5px;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "";
  position: relative;
  top: -10px;
  right: -5px;
}

.btn-primary,
.btn-default {
  background: #b2211e;
  border: 0;
  border-radius: 0px;
  padding: 8px 13px;
  margin-top: 20px;
}

.btn-primary a,
.btn-default a {
  color: white;
}

.btn-primary:hover,
.btn-default:hover {
  background: #000000;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.btn-warning {
  color: #13182e;
  background: transparent;
  border: 1px solid #13182e;
  border-radius: 20px;
}

.btn-warning a {
  color: #b2211e !important;
}

.btn-warning:hover {
  color: #fff;
  background: #13182e;
  border: 1px solid transparent;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

div.zoomtimeline-buttons div {
  z-index: 1000;
  position: absolute;
  color: #13182E;
  margin: 0px !important;
  padding: 0px 0px !important;
  font-size: 50px !important;
  background: none !important;
  filter: Alpha(Opacity=100) !important;
  opacity: 1 !important;
  bottom: 50%;
  cursor: pointer;
}

div.zoomtimeline-buttons div:hover {
  color: #A82536 !important;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}



form .img-contato {
  margin-bottom: 1.8vh;
}

form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

#map-canvas {
  height: 100%
}

div#map {
  height: calc(100vh - 300px);
  width: 100%;
  position: relative;
}

/* SELO */
.selo {
  margin-bottom: 14px;
  padding-right: 30px;
}

.selo img {
  margin-bottom: 4px;
  width: 130px;
  float: left;
  margin-right: 30px;
}

#mapadobrasil-table {
  display: none;
}

/* HEADER
------------------------------------------------------------------------------- */
.bg-init,
.animsition-overlay-slide {
  background-color: #13182E !important;
}

.animsition-loading,
.animsition-loading:after {
  width: 52px;
  height: 52px;
  z-index: 999 !important;
}

.animsition-loading {
  background-color: transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid rgba(0, 0, 0, 0.2);
  border-bottom: 15px solid rgba(0, 0, 0, 0.2);
  border-left: 15px solid #eee;
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 999;
  background-color: #13182E !important;
}

header .cabecalho {
  display: inline;
  overflow: hidden;
  font-size: 12px;
  color: #FFF;
}

header .cabecalho .ico-phone,
header .cabecalho .ico-email {
  font-size: 15px;
  margin-right: 20px;
  display: inline-block;
  margin-top: -4px;
}

header .cabecalho .telefone,
header .cabecalho .email {
  display: inline-block;
  padding: 9px 18px 9px 0px;
  margin-right: 19px;
}

header .cabecalho .email {
  background: none;
  padding-left: 0px;
}

header .cabecalho .menuTopDir {
  font-size: 0px;
  float: right;
}

header .cabecalho .menuTopDir i {
  font-size: 15px;
}

header .cabecalho .menuTopDir .contato,
header .cabecalho .menuTopDir .trabalhe,
header .cabecalho .menuTopDir .restrito {
  padding: 9px 10px 8px 10px;
  display: inline-block;
  font-size: 13px;
}

header {
  position: absolute;
  z-index: 998;
  width: 100%;
}

header .cabecalho .container {
  padding-bottom: 5px;
  border-bottom: solid #555c78;
  border-width: 1px;
}

.container .escrita {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5vmax;
  font-weight: 500;
  position: absolute;
  bottom: 30%;
  color: #c42134;
}

header .menus {
  overflow: hidden;
  font-size: 0px;
  padding-top: 5px;
}

header .menus .menu-dir .last li,
header .menus .menu-esq .last li {
  border-right: 0px solid #8f1b18 !important;
}

header .menus .menu-dir li,
header .menus .menu-esq li {
  display: inline-block;
  padding: 24px 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

header .menus .menu-dir li:hover,
header .menus .menu-esq li:hover {
  color: #A82536;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

header .logo {
  margin-top: 12px;
}

header .logo img {
  width: 100%;
  max-width: 160px;
  position: relative;
}

#navbar {
  position: fixed;
  width: 100%;
  transition: top 0.3s;
  background: linear-gradient(to right, #000d24, #001e52);
}

section .apresentacao .container {
  padding-bottom: 5px;
  border-bottom: solid #555c78;
  border-width: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.bannertitle .col-lg-6 {
  width: 48%;
}

.apresentacao .servico h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  color: #13182E;
  font-size: 20px;
  font-weight: bold;
}

.servico {
  background: #FFF;
  display: inline-block;
  color: #000;
  position: relative;
  float: left;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 33px;
  width: 262px;
  height: 441px;
}

.servico img {
  width: 100%;
  height: auto;
  margin: 0 0;
}

.servico a {
  color: #b2211e;
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: bold;
}

.servico a:hover {
  color: #13182E;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.servico p,
.servico h3 {
  font-family: 'Roboto', sans-serif;
  padding: 0px 15px 12px 15px;
}

.ondeestamos {
  background: #ffffff;
  padding-bottom: 80px;
  min-height: 600px;
}

.ondeestamos p {
  line-height: 21px !important;
  padding: 6px 0;
}

.search {
  padding: 20px;
  border-radius: 5px 5px 0px 0px;
  border: 0;
  margin-top: 20px;
  width: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
}

.mensagem-mapa {
  color: #13182E;
  padding: 50px;
  text-align: left !important;
}

.sort {
  display: inline-block;
  width: 50%;
  padding: 10px 77px;
  background: linear-gradient(to right, #eb1c24, #4f080f);
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 30px;
  /* border-radius: 4px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ondeestamosdiv {
  padding: 20px 10px 98px 10px !important;
}

.ondeestamos li {
  background: white;
  padding: 20px 20px 1px 20px;
  margin: 9px 0;
  -webkit-box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 6px 32px -8px rgba(0, 0, 0, 0.58);
  width: 77%;
  margin-left: 80px;
}

.container-busca {
  margin-top: -81px;
  margin-left: 81px;
}

.noticias {
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
}

.noticias .foto {
  background-size: cover;
  height: 200px;
  width: 350px;
  border: 1px solid #dedede;
}

.noticias .texto {
  text-align: justify;
  float: right;
  height: 210px;
}

.noticias small {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 0px;
}

.noticias h3 {
  font-weight: bold !important;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}

.noticias a {
  color: #b2211e !important;
  font-weight: bold !important;
}

.noticias a:hover {
  color: #13182E !important;
  background-color: #dedede !important;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.noticia h1 {
  font-size: 3.25rem;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 42px;
}

.noticia .autor {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}

.noticia .data {
  display: block;
  margin-bottom: 30px;
}

.noticia img {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.noticia .texto {
  text-align: justify;
}


#mapabrasil {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: 50% !important;
  height: auto !important;
  margin: 15px auto !important;
  padding: 10px !important;
}

/* Container para centralizar o mapa */
.col-md-12.nativodding {
  text-align: center;
  padding: 40px 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

/* Ajuste para o container das unidades */
#unidades.col-md-12.nativodding {
  background-color: transparent;
  padding: 20px;
  text-align: left;
  /* Mudado para esquerda */
}

/* Centralizar container de busca */
.container-busca {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}

/* Centralizar lista de unidades */
.ondeestamos ul.list {
  text-align: left;
  /* Mudado para esquerda */
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.ondeestamos li {
  text-align: left;
  /* Mudado para esquerda */
  margin: 20px auto;
  padding: 20px;
  background: #ffffff00;
  box-shadow: 9px 8px 10px rgb(0 0 0 / 34%);
  max-width: 600px;
}

/* Estilo para o título da cidade */
.cidade-titulo {
  position: relative;
  color: #000d2d;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
  display: flex;
  align-items: center;
}

.cidade-titulo .red-bar-titulo {
  flex-shrink: 0;
}

.cidade-titulo .red-bar {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #A82536;
  z-index: 1;
}

/* Informações da unidade */
.unidade-info {
  text-align: left;
  line-height: 1.6;
}

/* Centralizar mensagem do mapa */
.mensagem-mapa {
  text-align: center;
  margin: 20px auto;
  padding: 20px;
  max-width: 600px;
}

/* CSS Responsivo para o mapa */
@media (max-width: 992px) {
  #mapabrasil {
    max-width: 500px;
    height: 400px;
    margin: 30px auto;
  }

  .col-md-12.nativodding {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  #mapabrasil {
    max-width: 100% !important;
    height: 300px !important;
    overflow: visible !important;
  }

  #mapabrasil .state .label_state {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .col-md-12.nativodding {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #mapabrasil {
    max-width: 400px;
    height: 350px;
    margin: 20px auto;
  }

  .col-md-12.nativodding {
    padding: 20px 10px;
  }
}

#mapabrasil .state {
  cursor: pointer;
}

#mapabrasil .state .shape {
  cursor: pointer;
  -width: 0;
}

#mapabrasil .state .label_icon_state {
  fill: #fff;
  font-family: Arial;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}

#mapabrasil .state .label_state {
  display: none;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

#mapabrasil .state.hover .label_state {
  display: block;
}

#mapabrasil .model-green .state .shape {
  fill: #a0a0a0ab;
}

#mapabrasil .model-green .state .icon_state {
  fill: #13182E;
}

#mapabrasil .model-green .state .label_icon_state {
  fill: #fff;
}

#mapabrasil .model-green .state .label_state {
  fill: #540806;
}

#mapabrasil .model-green .state:hover .shape,
#mapabrasil .model-green .state.hover .shape {
  fill: #A82536 !important;
}

#mapabrasil .model-green .state:hover .icon_state,
#mapabrasil .model-green .state.hover .icon_state {
  fill: #A82536;
}

.state.ativo .shape {
  fill: #13182E !important;
}

.ondeestamos hr {
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

.icon-separa {
  background: #000d24;
  display: inline-block;
  text-align: center;
  padding: 15px 15px 12px 15px;
  color: white;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -33px;
  z-index: 20;
  width: 66px;
  height: 60px;
}

a {
  color: white;
}

a:hover {
  color: #b2211e;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.sustentabilidade {
  background: none;
}

.sustentabilidade .vertical-center {
  min-height: 62% !important;
  min-height: 62vh !important;
}

.apresentacao,
.sustentabilidade {
  position: relative;
}

.apresentacao .bgmapa,
.sustentabilidade .bgmapa {
  background: url("../img/bg-vermelho.jpg");
  background-size: 100%;
}

.apresentacao .bgmapa h2,
.apresentacao .bgmapa p,
.apresentacao .bgmapa .btn,
.apresentacao .bgmapa a,
.sustentabilidade .bgmapa h2,
.sustentabilidade .bgmapa p,
.sustentabilidade .bgmapa .btn,
.sustentabilidade .bgmapa a {
  color: white;
  background: none;
  border-radius: 0px;
  font-weight: bold;
}

.apresentacao .bgmapa p,
.sustentabilidade .bgmapa p {
  font-size: 24px;
  line-height: 35px;
}

.apresentacao .bgmapa .btn,
.sustentabilidade .bgmapa .btn {
  border: 3px solid;
  margin-right: 5px;
  margin-top: 20px;
}

.apresentacao .foto1,
.sustentabilidade .foto1 {
  background: url("../img/caminhao.jpg") no-repeat;
  background-size: 100%;
  height: 437px;
  margin-top: 8%;
}

.apresentacao .titulo {
  width: 100%;
  float: left;
}

.apresentacao h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 43px;
  letter-spacing: -1px;
  color: #000d2d;
  background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #ddd 50%, #ddd 50.5%, #fff 50.5%, #fff 100%);
  background: linear-gradient(top, #fff 0%, #fff 50%, #ddd 50%, #ddd 50.5%, #fff 50.5%, #fff 100%);
}

.apresentacao h2 span {
  background: #fff;
  padding: 0 15px 0 0;
}

.sustentabilidade h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 43px;
  letter-spacing: -1px;
  color: #b2211e;
}

.apresentacao h3 {
  font-family: "Roboto";
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: inherit;
}

.sustentabilidade h3 {
  font-family: "Roboto";
  color: #000000;
  font-weight: 100;
}

.apresentacao .col-md-3 {
  width: 23%;
}

.apresentacao .conteudo p {
  /*padding: 20px 0 0 60px;*/
  margin: 0 0 10px;
}

.apresentacao .col-md-3 h3 {
  font-weight: bold;
  font-size: 16px;
  text-align: justify;
}

.empilhadeira {
  display: block;
  margin: 0 auto;
  max-width: 102.5%
}

@media (max-width: 768px) {
  .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .empilhadeira {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }
}

img.anuncio {
  width: 100%;
  float: right;
}

.apresentacao .borda-interna,
.sustentabilidade .borda-interna {
  position: relative;
  max-width: 1100px;
  padding: 0px 0;
}

.apresentacao .borda-interna b,
.sustentabilidade .borda-interna b {
  color: #000000;
  font-weight: 600;
}

.apresentacao .borda-interna .conteudo {
  font-family: "Roboto";
  font-size: 21px;
  color: #000000;
  margin-bottom: 0px;
  /* max-width: 80vw; */
  margin: 0 14px;
}

.apresentacao .borda-interna .conteudo a {
  color: #b2211e;
  font-weight: bold;
}

.apresentacao .borda-interna .conteudo a:hover {
  color: #13182E;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.sustentabilidade .borda-interna li {
  list-style-type: none;
  margin-left: 20px;
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #d1d1d1;
}

ul.lista-servico {
  margin-bottom: 25px;
}

ul.lista-servico li {
  background: #e9e9e9;
  margin-bottom: 5px;
  padding: 8px 10px;
  font-size: 21px;
  border-left: 5px solid #c32133;
}

.borda-interna-2 li {
  list-style-type: square;
  margin-left: 20px;
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #d1d1d1;
}

.sustentabilidade .contagem {
  background: url(../img/contagem-1.jpg) center no-repeat;
  background-size: 100% auto;
  display: table;
  width: 100%;
  height: 290px;
}

.sustentabilidade .contagem .container {
  padding: 0 20%;
  display: table-cell;
  vertical-align: middle;
}

/* .sustentabilidade .col-md-3,
.span,
.label,
.count {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2a3855;
} */

.sustentabilidade .span,
.count {
  font-size: 35.7px;
}

.sustentabilidade .label {
  font-size: 12px;
  font-weight: 300 !important;
}

/* .sustentabilidade .col-md-3 {
  padding-top: 25px;
  height: 121px;
  background: white;
  border-right: 1px solid #cccccc;
} */

.sustentabilidade .col-md-3 .icon img {
  vertical-align: baseline;
  width: auto;
}

.qualidade {
  background: linear-gradient(to right, #000d24, #001e52);
  padding: 40px 0;
  color: #fff;
}

.qualidade .container {
  height: 100%;
  display: grid;
}

.qualidade h2 {
  color: #c42134;
  font-size: 28px;
  padding: 0;
}

.qualidade p {
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  width: 255px;
  color: white;
}

.qualidade .row {
  margin-top: 15px;
}

.certificados {
  display: flex;
  align-items: flex-start;
  color: #000;
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.certificados:last-child {
  border-bottom: none;
}

.certificados p,
.certificados h3,
.certificados span {
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 10px 0px !important;
}

.certificados h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  color: #13182E;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.certificados img {
  height: auto;
  margin: 0 30px 0 0;
  max-width: 120px;
  flex-shrink: 0;
}

.certificados span {
  display: block;
}

.faleconosco {
  height: 200px;
  background: #28354f url(../img/faleconosco.png) no-repeat scroll 65% 50%;
}

.faleconosco .container {
  height: 100%;
  display: grid;
}

.faleconosco h2 {
  width: 80%;
  font-size: 28px;
  color: white;
}

.faleconosco .col-sm-4 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faleconosco .botao {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 160px;
  height: 30px;
}

.faleconosco .botao:hover {
  color: #13182e;
  background: #fff;
  border: 1px solid transparent;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  top: -20px;
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.contato-box {
  display: inline-block;
  color: #000;
  position: relative;
  float: left;
  margin: 15px 15px;
  width: 262px;
  height: auto;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contato-box:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.contato-box p,
.contato-box h3 {
  font-family: 'Roboto', sans-serif;
  padding: 0px 0px 10px 0px;
  margin: 0;
}

.contato-box h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  color: #c32133;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c32133;
}

.contato-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

footer {
  position: relative;
  padding: 40px 0 20px 0;
  background: linear-gradient(to right, #000d24, #001e52);
  width: 100%;
  overflow: hidden;
  max-width: 100vw;
}

.container {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

footer .info {
  text-align: left;
  margin-bottom: 15px;
}

.content-footer {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-info {
  text-align: right;
  color: white;
  margin-top: 10px;
}

.footer-info p {
  margin: 8px 0;
  font-size: 14px;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-info i {
  margin-right: 10px;
  width: 16px;
  text-align: center;
  color: #c32133;
  margin-top: 3px;
}

.footer-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 3px;
  object-fit: contain;
}

.logo-footer {
  max-width: 150px;
  /* margin-bottom: 10px; */
  margin-top: 20px;
}

.footer-copyright {
  color: white;
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
}

.footer-copyright p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.redes-sociais {
  margin-bottom: 15px;
  text-align: left;
}

.social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  margin-right: 10px;
}

.social-circle i {
  font-size: 18px;
  color: #000d24;
}

.menu-footer {
  border-bottom: 1px solid #1e3c72;
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  text-align: center;
}

footer ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}

footer ul li {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .footer-info {
    text-align: left;
    margin-top: 30px;
  }

  .content-footer .col-md-4 {
    text-align: left !important;
  }

  .redes-sociais {
    text-align: left;
  }

  footer ul li {
    padding: 5px 15px;
  }

  footer ul {
    display: block;
  }
}

/* OWL SLIDER
------------------------------------------------------------------------------- */
.innerbanner {
  border-bottom: 8px solid #13182E;
}

.bannertitle {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: block;
  bottom: 40%;
  color: #c42134;
}

.grafismo {
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  position: fixed;
  background: url(../img/grafismo.png) no-repeat scroll 100% 100%;
  background-size: 30vw;
}

.banner .owl-wrapper .item {
  margin: 0px;
}

.banner .item img {
  display: block;
  width: 100%;
  height: auto;
}


.galeria {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  padding: 70px 0;
}

.galeria img {
  border-bottom: 5px solid #b2211e;
  border-radius: 2px;
}

.galeria h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  color: #13182E;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0;
  margin-top: 10px;
}

.galeria b {
  color: #b2211e;
}

.galeria p {
  font-family: 'Roboto', sans-serif;
}

.galeria a:hover {
  color: #999;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.galeria .owl-wrapper .item {
  margin: 10px;
}

.galeria .item img {
  display: block;
  width: 100%;
  height: auto;
}

.galeria .owl-controls .owl-buttons div {
  position: absolute;
}

.galeria .owl-theme .owl-controls {
  text-align: center;
  position: relative;
  left: 20px;
}

.galeria .owl-controls .owl-buttons div {
  color: #d43132 !important;
  margin: 0px !important;
  padding: 0px 0px !important;
  font-size: 50px !important;
  background: none !important;
  filter: Alpha(Opacity=100) !important;
  opacity: 1 !important;
}

.galeria .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=50);
  opacity: 0.5 !important;
}

.galeria .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  margin: 5px 7px;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #d0d0d0;
}

.galeria .owl-controls .owl-page.active span {
  border: 3px solid red;
  background: red;
}

.menu-mobile .navbar {
  background: linear-gradient(to right, #000d24, #001e52);
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
  min-height: 50px;
  padding: 10px;
}

.menu-mobile .navbar li {
  border-bottom: 1px solid #555c7859;
}

.menu-mobile .navbar a {
  color: white;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.menu-mobile .navbar a:hover {
  background: #8f1b18;
}

.menu-mobile .navbar img {
  width: 70%;
  margin-top: 10px;
  margin-left: -30px;
}

.menu-mobile .navbar-toggle .icon-bar {
  width: 32px;
  height: 6px;
  background: white;
}

.quadros img {
  float: none;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}

.quadros1 img {
  float: none;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
}


.close-fancybox {
  height: 30px;
  width: 30px;
  border-radius: 0px 0px 0px 0px;
  background: #000;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  top: 0px;
  right: 0px;
}

.fancybox-skin {
  padding: 0px !important;
}

/* MEDIA QUERIES
------------------------------------------------------------------------------- */
@media (max-width: 1367px) {
  .sustentabilidade .contagem .container {
    padding: 0 10%;
  }

  .bannertitle .col-lg-6 {
    width: 34%;
  }

  .faleconosco {
    background: #28354f url(../img/faleconosco.png) no-repeat scroll 75% 50%;
  }

  .container .escrita {
    bottom: 24%;
  }
}

@media (max-width: 1199px) {

  .menu-esq li,
  .menu-dir li {
    padding: 30px 6px !important;
    font-size: 11px !important;
  }

  .logo img {
    width: 80%;
  }

  .navbar-header {
    float: none;
  }

  .navbar-nav li {
    padding: 15px;
    width: 100%;
  }

  .navbar-left,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 0;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .quadros img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5%;
  }

  h2 {
    font-size: 30px;
  }

  .bannertitle {
    bottom: 33.5%;
  }

  .sustentabilidade .contagem .container {
    padding: 0 0 !important;
  }

  .servico {
    margin-top: -60px;
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 33px;
    width: 227px;
    height: 481px;
  }

  .servico a {
    bottom: 55px;
  }

  .servico img {
    height: auto;
  }

  /* .certificados {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 33px;
    width: 227px;
    height: auto;} */
  .contato-box {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 33px;
    width: 227px;
    height: auto;
  }

  .container .escrita {
    bottom: 13%;
  }

  .noticias .texto {
    text-align: justify;
    float: none;
    height: 100%;
  }

  .noticias .foto {
    display: none;
  }

  .noticias small {
    float: none;
    position: inherit;
    bottom: none;
    right: none;
  }
}

@media (max-width: 992px) {
  header {
    position: static;
  }

  header .cabecalho {
    display: none;
  }

  header .cabecalho .container {
    padding-bottom: 1px;
    border-bottom: solid #555c78;
    border-width: 0px;
  }

  .menus {
    display: none;
  }

  .menuTopDir {
    float: none !important;
    width: 100% !important;
    display: none !important;
  }

  .bannertitle {
    bottom: 32%;
  }

  .bannertitle .col-lg-6 {
    width: 48%;
    margin-left: 70px;
  }

  .servico {
    margin-top: -50px;
    margin-left: 13.2%;
    margin-right: 0px;
  }

  .menuTopDir .contato,
  .menuTopDir .trabalhe,
  .menuTopDir .restrito {
    width: 25%;
    text-align: center;
    background: #b2211e !important;
  }

  .vertical-center {
    min-height: 32px !important;
    /*min-height: 32vh !important;*/
  }

  .apresentacao .titulo {
    padding: 0 10%;
  }

  .sustentabilidade .contagem .container {
    padding: 0 0 !important;
  }

  .sustentabilidade .contagem .container .col-md-3 {
    border-right: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  .apresentacao .borda-interna,
  .sustentabilidade .borda-interna,
  .qualidade .borda-interna,
  .galeria .borda-interna {
    padding: 0 10%;
  }

  footer .menu li {
    padding: 0px !important;
    margin: 5px;
  }

  .contatointerno {
    padding: 0 16%;
  }

  .apresentacao h2 {
    font-size: 36px;
  }

  .apresentacao h3 {
    font-size: 24px;
  }

  .apresentacao .col-md-3 h3 {
    font-size: 25px;
  }

  .container .escrita {
    bottom: 30%;
  }

  .apresentacao .col-md-3 {
    width: 100%;
  }

  .apresentacao .borda-interna .conteudo {
    margin-bottom: 25px;
  }

  .apresentacao .conteudo p {
    padding: 0;
  }

  .qualidade {
    height: auto;
  }

  .qualidade .row {
    margin-bottom: 25px;
  }

  .qualidade p,
  .qualidade h2 {
    padding: 0 10px;
    width: 100%;
  }

  /*.certificados {
    width: 227px;
    margin-right: 0px;}*/
  .contato-box {
    width: 100%;
    margin: 0px;
  }

  .selo {
    padding-right: 0;
  }

  .selo img {
    margin-bottom: 0;
  }

  .faleconosco {
    display: none;
  }

  #mapabrasil {
    display: inline !important;
    position: relative !important;
    width: 90% !important;
    max-width: 350px !important;
    height: 300px !important;
    margin: 15px auto !important;
    padding: 10px 0 !important;
  }

  .mensagem-mapa {
    display: none;
  }

  .dropdown-menu {
    position: absolute;
    width: 100%;
  }

  #mapadobrasil-table {
    display: block;
    width: 100% !important;
    text-align: center;
    background: #A82536;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
  }

  #mapadobrasil-table button {
    background: transparent;
  }

  #mapadobrasil-table li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
  }

  #mapadobrasil-table a:hover {
    /* width:100%; */
    /* text-align:center; */
    /* color:#d1d1d1; */
  }

  #mapadobrasil-table tr {
    border-bottom: 1px solid #cc423f;
  }

  #mapadobrasil-table td {
    padding: 10px !important;
  }
}

@media (max-width: 734px) {
  header {
    position: static;
  }

  header .cabecalho .container {
    padding-bottom: 1px;
    border-bottom: solid #555c78;
    border-width: 0px;
  }

  .menuTopDir {
    display: none;
  }

  .navbar-toggle {
    margin-right: 15px;
  }

  .bannertitle {
    bottom: 32%;
  }

  .bannertitle .col-lg-6 {
    width: 49%;
  }

  .owl-theme .owl-controls {
    top: 34% !important;
  }

  .servico {
    margin-top: 0px;
    margin-bottom: 83px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .borda-interna {
    position: relative;
    padding: 0 15px !important;
  }

  .apresentacao .titulo {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .traco {
    padding: 20px !important;
    bottom: 0px;
    margin-top: 10px !important;
  }

  .sustentabilidade .contagem .container {
    padding: 0 0 !important;
  }

  .sustentabilidade .contagem .container .col-md-3 {
    border-right: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  footer .menu li {
    display: none;
  }

  footer {
    position: relative;
    padding: 70px 0 0 0;
  }

  .icon-separa {
    padding: 13px 9px 8px 9px !important;
    font-size: 12px;
    top: -24px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }

  .contatointerno {
    padding: 0 16%;
    margin-top: -40px;
  }

  .container-busca {
    margin-top: 0px;
    margin-left: 0px;
  }

  .search {
    width: 100%;
    text-align: center;
  }

  .sort {
    width: 100%;
  }

  .ondeestamos li {
    width: 100%;
    margin-left: 0px;
  }

  .container .escrita {
    bottom: 25%;
  }

}

@media (max-width: 414px) {
  .bannertitle {
    bottom: 14%;
  }

  .bannertitle .col-lg-6 {
    width: 71%;
    margin-left: 15px;
  }

  .bannertitle .col-lg-6 h2 {
    font-size: 26px;
  }

  .servico {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .servico a {
    bottom: 45px;
  }

  .apresentacao .col-md-3 h3 {
    font-size: 18px;
  }

  .apresentacao h2 {
    font-size: 36px;
  }

  .apresentacao h3 {
    font-size: 24px;
  }

  .container .escrita {
    bottom: 10%;
  }

  .apresentacao .col-md-3 {
    width: 100%;
  }

  .apresentacao .borda-interna .conteudo {
    margin-bottom: 25px;
  }

  .apresentacao .conteudo p {
    padding: 0;
  }

  .qualidade {
    height: auto;
  }

  .qualidade .row {
    margin-bottom: 25px;
  }

  .qualidade p,
  .qualidade h2 {
    padding: 0 10px;
    width: 100%;
  }

  .certificados {
    width: auto;
  }

  .certificados img {
    margin-bottom: 4px;
    width: 160px;
    float: left;
    margin-right: 30px;
  }

  .contato-box {
    width: auto;
  }

  .selo {
    padding-right: 0;
  }

  .faleconosco {
    display: none;
  }
}

@media (max-width: 375px) {
  .bannertitle {
    bottom: 8%;
  }

  .bannertitle .col-lg-6 {
    width: 82%;
    margin-left: 15px;
  }
}

@media (max-width: 320px) {
  .bannertitle .col-lg-6 h2 {
    font-size: 23px;
  }
}

@media (max-width: 731px) and (max-height: 411px) {
  .bannertitle {
    bottom: 30%;
    margin-left: 15px;
  }

  .servico a {
    bottom: -75px;
  }

}

.menu-footer ul a {
  color: white;
  text-decoration: none;
}

.menu-footer ul a:hover {
  color: #A82536;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.footer-info a {
  color: white;
}

.footer-info a:hover {
  color: #A82536;
  -webkit-transition: 450ms ease-in-out;
  -moz-transition: 450ms ease-in-out;
  -o-transition: 450ms ease-in-out;
  -ms-transition: 450ms ease-in-out;
}

.highlight {
  color: #c32133;
  font-weight: bold;
}

.red-bar {
  display: inline-block;
  width: 3px;
  height: 21px;
  background-color: #c32133;
  margin-right: 8px;
  position: relative;
  top: 3px;
}


.red-bar-titulo {
  display: inline-block;
  width: 5px;
  height: 45px;
  background-color: #c32133;
  margin-right: 10px;
  vertical-align: middle;
}

.back-to-top {
  position: absolute;
  right: 0px;
  top: 160px;
  width: 50px;
  height: 50px;
  background-color: #c32133;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #a51b29;
  color: white;
}

.area-restrita {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: white;
  transition: all 0.3s ease;
}

.area-restrita:hover {
  color: #c32133;
}

.area-restrita-mobile {
  position: absolute;
  right: 70px;
  top: 20px;
  font-size: 22px;
  color: white;
  transition: all 0.3s ease;
}

.area-restrita-mobile:hover {
  color: #c32133;
}

@media (max-width: 768px) {
  .area-restrita {
    display: none;
  }
}

/* Estilos para a seção Quem Somos - Simplificado */
#quemsomos {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
  position: relative;
  z-index: 1;
}

#quemsomos h2 {
  color: #000d2d;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  padding-left: 15px;
}

#quemsomos p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

#quemsomos strong {
  font-weight: 600;
}

.estatisticas-img {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.estatisticas-img img {
  max-width: 80%;
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #quemsomos:before {
    height: 20px;
    top: 30px;
  }

  #quemsomos h2 {
    font-size: 28px;
  }

  .estatisticas-img img {
    max-width: 95%;
  }
}

.background-wrapper {
  background-image: url('../img/fundo-site.png');
  background-position: center top;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}

/* Estilos para a seção Produtos Transportados */
.produtos-transportados {
  padding: 50px 0;
  background: none;
}

.produtos-transportados h2 {
  color: #000d2d;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 43px;
}

.produtos-lista {
  margin: 20px 0;
}

.produto-par {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.produto-item {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.produto-circulo {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.produto-circulo img {
  max-width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.produto-item span {
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.produtos-imagens {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  text-align: right;
  margin-top: 15px;
}

.produtos-imagens img {
  margin-top: -36px;
  width: 75%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  /* border-radius: 5px; */
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

/* Ajustes responsivos para produtos */
@media (max-width: 992px) {
  .produto-circulo {
    width: 70px;
    height: 70px;
  }

  .produto-circulo img {
    max-width: 50px;
    height: 50px;
  }

  .produto-item span {
    font-size: 20px;
  }

  .produtos-imagens img {
    width: 85%;
    margin-top: -20px;
  }

  .btn-servicos {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .produto-par {
    flex-direction: column;
  }

  .produto-item {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .produto-circulo {
    width: 60px;
    height: 60px;
  }

  .produto-circulo img {
    max-width: 40px;
    height: 40px;
  }

  .produto-item span {
    font-size: 18px;
  }

  .produtos-imagens {
    margin-top: 50px;
    align-items: center;
  }

  .produtos-imagens img {
    width: 90%;
    margin-top: 0;
  }

  .btn-servicos {
    margin-bottom: 50px;
  }
}

/* Media queries adicionais para dispositivos móveis */
@media (max-width: 576px) {
  .produtos-lista {
    margin: 10px 0;
    margin-left: 24px;
  }

  .produto-par {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .produto-item {
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
}

/* Específico para iPhone e dispositivos similares */
@media (max-width: 414px) {
  .produtos-lista {
    padding: 0 5px;
  }

  .produto-par {
    margin-bottom: 0;
  }

  .produto-item {
    margin-bottom: 10px;
  }

  .produto-circulo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .produto-circulo img {
    max-width: 35px;
    height: 35px;
  }

  .produto-item span {
    font-size: 16px;
  }
}

/* iPhone específico */
@media (min-width: 375px) and (max-width: 390px) {
  .produtos-transportados h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .produtos-lista {
    margin: 0;
  }

  .produto-par {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .produto-item {
    flex: 0 0 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }

  .produto-circulo {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }

  .produto-circulo img {
    max-width: 30px;
    height: 30px;
  }

  .produto-item span {
    font-size: 14px;
    font-weight: 500;
  }

  .contagem-col {
    padding: 5px;
  }
}

/* Otimizações para iPhone 14 e similares */
@media (min-width: 390px) and (max-width: 430px) {
  .produto-item {
    margin-bottom: 8px;
  }

  .produtos-transportados h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 24px;
  }

  .produto-par {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .produto-item {
    flex: 0 0 100%;
  }

  .produto-circulo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .produto-circulo img {
    max-width: 28px;
    height: 28px;
  }

  .produto-item span {
    font-size: 14px;
  }

  .produtos-imagens {
    margin-top: 70px;
  }

  .btn-servicos {
    margin-bottom: 70px;
  }
}

@media (max-width: 480px) {
  .produto-par {
    margin-bottom: 5px;
  }

  .produto-item {
    margin-bottom: 10px;
  }

  .produto-circulo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .produto-circulo img {
    max-width: 35px;
    height: 35px;
  }

  .produto-item span {
    font-size: 16px;
  }

  .produtos-imagens {
    margin-top: 60px;
  }

  .btn-servicos {
    margin-bottom: 60px;
  }
}

/* Melhorias na seção de contagem para responsividade */
.contagem-cards {
  /*background: url(../img/contagem-1.jpg) no-repeat center;*/
  background: linear-gradient(to right, #000d24, #001e52);
  background-size: cover;
  position: relative;
  padding: 40px 0;
}

.contagem-cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contagem-col {
  padding: 15px;
}

.contagem-card {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  padding: 10px;
  position: relative;
  margin: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 290px;
  height: 160px;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 5px;
}

.contagem-icon {
  flex-shrink: 0;
  margin-bottom: 5px;
  text-align: center;

}

.contagem-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.contagem-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

.contagem-valor {
  font-size: 32px;
  font-weight: 700;
  color: #000d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1;
  width: 100%;
}

.plus {
  color: #000d2d;
  font-size: 20px;
}

.contagem-texto {
  font-size: 19px;
  color: #000d24;
  line-height: 2.2;
  /* margin-top: 2px; */
  font-weight: 700;
}

.contagem-barra {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
}

.contagem-barra.vermelha {
  background: linear-gradient(to right, #ba0006, #95514f)
}

.contagem-barra.azul {
  background: linear-gradient(to right, #001436, #002564);
}


.contagem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Ajustes responsivos para a contagem - melhorados para celular */
@media (max-width: 992px) {
  .contagem-cards {
    padding: 30px 0;
  }

  .contagem-card {
    padding: 15px;
  }

  .contagem-valor {
    font-size: 24px;
  }

  .contagem-texto {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .contagem-col {
    padding: 10px;
  }

  .contagem-card {
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
  }

  .contagem-icon {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .contagem-icon img {
    width: 40px;
  }

  .contagem-valor {
    font-size: 22px;
    margin-bottom: 3px;
  }

  .contagem-texto {
    font-size: 12px;
  }
}

/* Específico para iPhone e dispositivos similares */
@media (max-width: 430px) {
  .contagem-cards {
    padding: 15px 0;
  }

  .contagem-col {
    width: 100%;
    padding: 5px 10px;
  }

  .contagem-card {
    margin-bottom: 10px;
    flex-direction: row;
    text-align: left;
    padding: 10px;
  }

  .contagem-icon {
    margin-right: 12px;
    margin-bottom: 0;
  }

  .contagem-icon img {
    width: 40px;
  }

  .contagem-info {
    text-align: left;
  }

  .contagem-valor {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .contagem-texto {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
  }
}

@media (max-width: 576px) {
  .contagem-cards {
    padding: 20px 0;
  }

  .contagem-col {
    width: 100%;
    padding: 5px 15px;
  }

  .contagem-card {
    margin-bottom: 10px;
    flex-direction: row;
    text-align: left;
    padding: 12px;
  }

  .contagem-icon {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .contagem-info {
    text-align: left;
  }
}

/* Restabelecer alguns estilos que podem ter sido removidos */
.zoomtimeline-buttons {
  display: none !important;
}

.produto-circulo img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.btn-servicos {
  display: inline-block;
  padding: 10px 77px;
  background: linear-gradient(to right, #eb1c24, #4f080f);
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 30px;
  /* border-radius: 4px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-servicos:hover {
  background: linear-gradient(to right, #8e1623, #b41f2f);
  color: white;
  text-decoration: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* Estilos para seções principais - Restaurando opacidade */
.banner,
.apresentacao,
.produtos-transportados,
.sustentabilidade,
.qualidade,
.faleconosco {
  background-color: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 1;
}

/* Estilos específicos para Quem Somos */
#quemsomos {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
  position: relative;
  z-index: 1;
}

/* Ajuste para produtos transportados que já tem background próprio */
.produtos-transportados {
  background: none;
}

/* Mantém o background original da seção sustentabilidade */
.sustentabilidade {
  background: none;
}

/* Estilo específico para a seção de linha do tempo (mcon-maindemo) */
.mcon-maindemo.bgwhite {
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
  position: relative;
  z-index: 1;
}

/* Estilo específico para a seção de produtos na página inicial */
.produtos-home {
  background-color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}

/* Botões de navegação do banner */
.banner .owl-controls .owl-buttons {
  display: none !important;
}

/* Sombra inferior para o banner */
.banner .owl-carousel .owl-wrapper-outer {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Estilos para o carrossel de contagem */
.contagem-carousel-container {
  position: relative;
  padding: 0 52px;
  margin: 0 auto;
  max-width: 1200px;
}

.contagem-carousel .contagem-col {
  padding: 12px;
}

.contagem-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.contagem-prev,
.contagem-next {
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  /* sem fundo */
  border: 2px solid #fff;
  /* borda branca */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  /* seta branca */
  box-shadow: none;
  /* remove sombra */
  transition: all 0.3s ease;
}

.contagem-prev:hover,
.contagem-next:hover {
  background-color: white;
  color: #000d24;
}

.contagem-prev {
  left: 0;
}

.contagem-next {
  right: 0;
}

.contagem-prev i,
.contagem-next i {
  font-size: 20px;
}

/* Ajuste responsivo para o carrossel */
@media (max-width: 768px) {
  .contagem-carousel-container {
    padding: 0 30px;
  }

  .contagem-prev,
  .contagem-next {
    width: 30px;
    height: 30px;
  }

  .contagem-prev i,
  .contagem-next i {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .contagem-carousel-container {
    padding: 0 25px;
  }

  .contagem-prev,
  .contagem-next {
    width: 25px;
    height: 25px;
  }

  .contagem-prev i,
  .contagem-next i {
    font-size: 14px;
  }
}

/* Novos estilos para a linha do tempo personalizada */
.timeline-section {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.92);
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}

.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

#timeline-year {
  font-size: 42px;
  font-weight: 700;
  color: #000d24;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.timeline-nav {
  position: relative;
  height: 0;
}

.timeline-prev,
.timeline-next {
  position: absolute;
  top: -80px;
  width: 40px;
  height: 40px;
  background: transparent;
  /* fundo transparente */
  border: 2px solid #000d24;
  /* borda preta */
  border-radius: 50%;
  /* forma circular */
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  /* sem sombra */
  color: #000d24;
  /* cor da seta */
  font-size: 18px;
  transition: all 0.3s ease;
}


.timeline-prev:hover,
.timeline-next:hover {
  background-color: #000D24;
  color: #fff;
}

.timeline-prev {
  left: 0px;
}

.timeline-next {
  right: 0px;
}

.timeline-carousel {
  margin: 0 auto;
}

.timeline-item {
  text-align: center;
  padding: 0 10px;
}

.timeline-item img {
  max-width: 100%;
  height: 350px;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
  border-radius: 13px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .timeline-container {
    padding: 10px 30px;
  }

  #timeline-year {
    font-size: 32px;
  }

  .timeline-prev,
  .timeline-next {
    width: 30px;
    height: 30px;
    top: -60px;
  }

  .timeline-prev {
    left: 50px;
  }

  .timeline-next {
    right: 50px;
  }
}

/* Estilos para a pré-visualização dos slides vizinhos */
.timeline-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 40px;
  overflow: visible;
}

.timeline-carousel {
  overflow: visible;
}

.timeline-carousel .owl-wrapper-outer {
  overflow: visible !important;
}

.timeline-carousel .owl-item {
  opacity: 1;
  transition: all 0.3s ease;
}

.timeline-carousel .owl-item.timeline-preview {
  opacity: 0.5;
  transform: scale(0.85);
}

.timeline-item {
  text-align: center;
  padding: 19px 45px;
  box-sizing: border-box;
}

.timeline-carousel .owl-item.active {
  z-index: 10;
}

.timeline-carousel .owl-item.active .timeline-item img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .timeline-carousel .owl-item.timeline-preview {
    opacity: 0.3;
    transform: scale(0.7);
  }

  .timeline-container {
    max-width: 600px;
  }

  .timeline-carousel {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* Estilos para o seletor de idioma */
.idioma-selector {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.lang-flag {
  width: 24px;
  height: auto;
  margin-right: 8px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.idioma-selector span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* Layout para certificados */
.certificado-linha {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}

.certificado-linha:last-child {
  border-bottom: none;
}

.certificado-img {
  flex: 0 0 165px;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificado-img a,
.certificado-img>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}

.certificado-img img {
  width: 160px;
  height: 140px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .certificado-img {
    flex: 0 0 auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .certificado-img a,
  .certificado-img>div {
    width: 120px;
    height: 120px;
  }

  .certificado-img img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {

  .certificado-img a,
  .certificado-img>div {
    width: 140px;
    height: 140px;
  }

  .certificado-img img {
    width: 121px;
    height: 121px;
  }
}

.certificado-info {
  flex: 1;
}

.certificado-info h3 {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
}

.certificado-info h3 .red-bar {
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #c32133;
  margin-right: 8px;
  position: relative;
}

.certificado-info p {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* Contêiner para certificados */
.certificados-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 0;
}

/* Estilos específicos para a seção Missão, Visão e Valores */
.missao-visao-valores {
  background: linear-gradient(to right, #000d24, #001e52);
  padding: 0px 0;
}

.missao-visao-valores .mvv-item {
  padding: 0px 30px;
  color: #fff;
  margin-bottom: 20px;
}

.missao-visao-valores h2 {
  color: #c42134;
  font-size: 28px;
  padding: 0;
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.missao-visao-valores p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 0;
}

.missao-visao-valores .red-bar-titulo {
  display: inline-block;
  width: 5px;
  height: 45px;
  background-color: #c32133;
  margin-right: 15px;
  position: relative;
}

/* Sobrescrever estilos específicos da classe .qualidade quando usada com .missao-visao-valores */
.missao-visao-valores.qualidade h2 {
  color: #ffffff;
  font-size: 43px;
  padding: 0;
}

.missao-visao-valores.qualidade p {
  padding: 0px 0;
  font-size: 21px;
  width: 100%;
}

@media (max-width: 768px) {
  .missao-visao-valores h2 {
    font-size: 24px;
  }
}

/* Remover background de páginas específicas */
body.page-quemsomos,
body.page-contato,
body.page-servicos,
body.page-certificados,
body.page-noticias {
  background: #ffffff !important;
  background-image: none !important;
}

/* Banner específico para a página Quem Somos */
.banner-quemsomos {
  position: relative;
  overflow: hidden;
}

.banner-quemsomos .banner-content {
  display: flex;
  position: relative;
}

.banner-quemsomos .banner-text {
  width: 40%;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.banner-quemsomos .banner-image {
  width: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.banner-quemsomos .banner-image img.background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-quemsomos .banner-image .overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-quemsomos .angle-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(135deg, transparent 50%, #b2211e 50%);
  z-index: 3;
}

.banner-quemsomos h2.escrita {
  font-size: 3.5vw;
  line-height: 1.2;
  color: #000;
  margin: 0;
  padding-left: 15px;
  position: relative;
}

.banner-quemsomos h2.escrita:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 6px;
  background-color: #c32133;
}

@media (max-width: 992px) {
  .banner-quemsomos .banner-text {
    width: 50%;
  }

  .banner-quemsomos .banner-image {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .banner-quemsomos .banner-text {
    width: 100%;
    padding: 30px 15px;
  }

  .banner-quemsomos .banner-image {
    display: none;
  }

  .banner-quemsomos h2.escrita {
    font-size: 24px;
  }
}

/* Estilos para imagem sobreposta no banner */
.banner .item {
  position: relative;
  overflow: hidden;
}

.banner-overlay-image {
  position: absolute;
  top: 19%;
  right: 5%;
  z-index: 10;
  max-width: 64%;
  width: 100%;
  height: auto;
}

.banner-overlay-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  object-fit: cover;
}

/* Responsividade do footer - Melhorada para celular */
@media (max-width: 992px) {
  .content-footer {
    flex-direction: column;
  }

  .content-footer .col-md-4,
  .content-footer .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .footer-info {
    text-align: left;
    margin-top: 30px;
  }

  .footer-info p {
    justify-content: flex-start;
  }

  .redes-sociais {
    text-align: left;
    margin-bottom: 25px;
  }

  .footer-copyright {
    text-align: left;
  }

  .idioma-selector {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 30px 0 15px 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-footer {
    margin-bottom: 25px;
    padding-bottom: 15px;
    background: transparent;
  }

  footer ul {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  footer ul li {
    border-right: none;
    border-bottom: none;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    background: transparent;
    display: block;
    color: white;
  }

  footer ul li:hover {
    background: rgba(195, 33, 51, 0.1);
    transform: translateX(3px);
  }

  .logo-footer {
    max-width: 120px;
    margin-bottom: 20px;
  }

  footer .info {
    text-align: left !important;
  }

  .content-footer .col-md-8 {
    text-align: left !important;
  }

  .footer-info {
    margin-top: 20px;
    text-align: left;
  }

  .footer-info p {
    font-size: 13px;
    margin: 8px 0;
    text-align: left;
    justify-content: flex-start;
  }

  .footer-info i {
    margin-right: 8px;
    width: 14px;
  }

  .social-circle {
    width: 40px;
    height: 40px;
    margin: 0 8px 10px 0;
  }

  .social-circle i {
    font-size: 16px;
  }

  .redes-sociais {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-copyright {
    margin-top: 15px;
    text-align: left;
  }

  .footer-copyright p {
    font-size: 12px;
    margin: 3px 0;
    text-align: left;
  }

  .idioma-selector {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 25px 0 10px 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-footer {
    margin-bottom: 20px;
    padding-bottom: 12px;
    background: transparent;
  }

  footer ul {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  footer ul li {
    font-size: 11px;
    padding: 10px 0;
    border-bottom: none;
    background: transparent;
    display: block;
    text-align: left;
    color: white;
    transition: all 0.3s ease;
  }

  footer ul li:hover {
    background: rgba(195, 33, 51, 0.1);
    transform: translateX(3px);
  }

  footer .info {
    text-align: left !important;
  }

  .content-footer .col-md-8 {
    text-align: left !important;
  }

  .footer-info p {
    font-size: 12px;
    margin: 6px 0;
  }

  .footer-copyright p {
    font-size: 15px;
    margin: 2px 0;
  }

  .idioma-selector span {
    font-size: 15px;
  }

  .lang-flag {
    width: 25px;
  }

  .social-circle {
    width: 35px;
    height: 35px;
    margin: 0 5px 8px 5px;
  }

  .social-circle i {
    font-size: 14px;
  }

  .logo-footer {
    max-width: 120px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 10px;
    font-size: 18px;
  }
}

/* Ajustes específicos para iPhone e dispositivos similares */
@media (max-width: 430px) {
  .content-footer {
    display: block;
  }

  .content-footer .col-md-4,
  .content-footer .col-md-8 {
    width: 100%;
    float: none;
    display: block;
    text-align: left !important;
  }

  footer .info {
    text-align: left !important;
  }

  footer ul {
    display: block;
    max-width: 370px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  footer ul li {
    font-size: 13px;
    padding: 8px 0;
    border-bottom: none;
    background: transparent;
    display: block;
    text-align: left;
    color: white;
    transition: all 0.3s ease;
  }

  footer ul li:hover {
    background: rgba(195, 33, 51, 0.1);
    transform: translateX(2px);
  }

  .social-circle {
    width: 38px;
    height: 38px;
    margin: 0 8px 10px 8px;
  }

  .social-circle i {
    font-size: 15px;
  }

  .footer-info p {
    font-size: 15px;
    margin: 8px 0;
  }

  .footer-info i {
    font-size: 14px;
    margin-right: 8px;
  }
}

/* Ajustes para dispositivos muito pequenos */
@media (max-width: 375px) {
  footer ul {
    max-width: 370px;
    display: block;
  }

  footer ul li {
    font-size: 9px;
    padding: 6px 0;
    display: block;
    text-align: left;
  }

  footer .info {
    text-align: left !important;
  }

  .content-footer .col-md-8 {
    text-align: left !important;
  }

  social-circle {
    width: 35px;
    height: 35px;
    margin: 0 6px 8px 6px;
  }

  .social-circle i {
    font-size: 14px;
  }

  .footer-info p {
    font-size: 11px;
  }

  .footer-info i {
    font-size: 13px;
  }

  .logo-footer {
    max-width: 100px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    right: 12px;
    bottom: 12px;
    font-size: 18px;
  }
}

.footer-info i {
  margin-right: 8px;
  width: 14px;
}

.footer-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.footer-info i {
  font-size: 13px;
}

.footer-icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  #mapabrasil {
    max-width: 400px;
    height: 350px;
    margin: 20px auto;
  }

  .col-md-12.nativodding {
    padding: 20px 10px;
    text-align: center;
    /* Mapa centralizado */
  }

  #unidades.col-md-12.nativodding {
    text-align: left;
    /* Unidades alinhadas à esquerda */
  }

  .container-busca {
    text-align: center;
    margin: 15px auto;
    max-width: 90%;
  }

  .ondeestamos ul.list {
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
  }

  .ondeestamos li {
    max-width: 100%;
    margin: 15px auto;
    padding: 15px;
    text-align: left;
  }

  .cidade-titulo {
    font-size: 20px;
  }

  .mensagem-mapa {
    max-width: 90%;
    margin: 15px auto;
    padding: 15px;
    text-align: center;
  }
}

/* Estilos específicos para a página ondeestamos.php */
body.page-ondeestamos .apresentacao {
  background-color: #ffffff !important;
  background-image: none !important;
}

body.page-ondeestamos .apresentacao .bgmapa {
  background: none !important;
  background-color: #ffffff !important;
}

/* Ajustes para a seção agroindustrial */
.agroindustrial-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  max-width: 100%;
}

.agroindustrial-box {
  flex: 1;
  max-width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.agroindustrial-box:nth-child(odd) {
  background: linear-gradient(to right, #eb1c24, #4f080f);
}

.agroindustrial-box:nth-child(even) {
  background: linear-gradient(to right, #000d24, #001e52);
}

.agroindustrial-box h3 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  letter-spacing: normal;
}

.agroindustrial-box p {
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

/* Estilo para o texto introdutório da seção agroindustrial */
.agroindustrial-intro {
  padding: 15px;
  margin: 0;
  box-shadow: none;
}

.agroindustrial-intro p {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 1.6;
  color: #000000;
  margin: 0;
  text-align: left;
}

/* Ajuste para a seção completa agroindustrial */
.apresentacao .borda-interna.agroindustrial-section {
  background: transparent;
  padding: 0;
  margin: -15 !important;
  border-radius: 0;
  max-width: 1905%;
}

/* Estilos para a página de contato */
.contato-section {
  padding: 60px 0;
  background-color: #fff;
}

.contato-intro {
  margin-bottom: 50px;
}

.contato-intro h2 {
  color: #000d2d;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 900;

}

.contato-intro .lead {
  color: #000000;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

.contato-info-boxes {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.contato-info-boxes .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}

.contato-info-box {
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contato-info-box .icon-box {
  margin-bottom: 20px;
}

/* Responsividade */
@media (max-width: 992px) {
  .contato-info-boxes {
    margin-bottom: 30px;
  }

  .contato-info-boxes .col-md-4 {
    margin-bottom: 30px;
  }

  .contato-info-boxes .col-md-4:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .contato-info-boxes .col-md-4 {
    width: 100%;
  }
}

.contato-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.contato-info-box .icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(to right, #eb1c24, #4f080f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contato-info-box .icon-box i {
  color: #fff;
  font-size: 28px;
}

.contato-info-box h3 {
  color: #000d2d;
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contato-info-box p {
  color: #666;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.contato-info-box .contact-detail {
  color: #c32133;
  font-size: 19px;
  font-weight: 600;
}

.contato-info-box a {
  color: #c32133;
  text-decoration: none;
  font-size: 19px;
  transition: color 0.3s ease;
}

.contato-info-box a:hover {
  color: #000d2d;
}

.contato-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;

}

.contato-form-box h3 {
  color: #000d2d;
  font-size: 27px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.contato-form-box .red-bar {
  width: 4px;
  height: 24px;
  background: #c32133;
  margin-right: 10px;
}

.contato-form label {
  color: #000d2d;
  font-weight: 500;
  margin-bottom: 8px;
}

.contato-form .form-control {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.contato-form .form-control:focus {
  border-color: #c32133;
  box-shadow: 0 0 0 0.2rem rgba(195, 33, 51, 0.15);
}

.contato-form textarea.form-control {
  height: 170px;
  resize: none;
}

#formDenuncia textarea.form-control {
  height: 310px;
  resize: none;
}

.contato-form .btn-enviar {
  background: linear-gradient(to right, #eb1c24, #4f080f);
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.contato-form .btn-enviar:hover {
  background: linear-gradient(to right, #4f080f, #eb1c24);
  transform: translateY(-2px);
}

.horario-atendimento {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.horario-atendimento h3 {
  color: #000d2d;
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0px;

}

.horario-item {
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.horario-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.horario-item h4 {
  color: #c32133;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  padding: 0;

}

.horario-detalhe p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.horario-detalhe strong {
  color: #000d2d;
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 992px) {
  .contato-info-box {
    margin-bottom: 30px;
  }

  .contato-form-box,
  .horario-atendimento {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .contato-section {
    padding: 40px 0;
  }

  .contato-intro h2 {
    font-size: 28px;
  }

  .contato-intro .lead {
    font-size: 16px;
    text-align: justify;
    width: 90%;
  }

  .contato-info-box {
    padding: 20px;
  }

  .contato-form-box,
  .horario-atendimento {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .contato-intro h2 {
    font-size: 30px;
  }

  .contato-info-box .icon-box {
    width: 60px;
    height: 60px;
  }

  .contato-info-box .icon-box i {
    font-size: 24px;
  }

  .contato-form .btn-enviar {
    width: 100%;
  }
}

.selo-banner {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: auto;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.banner-overlay-image {
  position: relative;
}

.gestao-imagens-fullwidth,
.anuncio-fullwidth {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  aspect-ratio: 16/4;
  /* ou 16/5, ajuste conforme o visual desejado */
  min-height: 120px;
  max-height: 100%;
}

.gestao-imagens-fullwidth .row,
.anuncio-fullwidth .row {
  width: 100%;
  height: 100%;
  margin: 0;
}

.gestao-imagens-fullwidth img,
.anuncio-fullwidth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gestao-imagens-fullwidth [class^="col-"],
.anuncio-fullwidth [class^="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 600px) {

  .gestao-imagens-fullwidth,
  .anuncio-fullwidth {
    aspect-ratio: 22 /26;
    min-height: 80px;
    max-height: 100%;
  }
}


.timeline-item {
  text-align: center;
  padding: 19px 45px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .timeline-item {
    padding: 0;
    /* ou padding: 5px 0; se quiser um pequeno respiro */
  }
}






.selo-link {
  display: inline-block;
  transition: transform 0.3s ease;
  margin: 20px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selo-link:hover,
.selo-link:focus {
  transform: translateY(-10px);
}

.selo-img {
  max-height: 160px;
  width: auto;
  max-width: 160px;
  height: 160px;
  object-fit: contain;
}

/* Container dos selos */
.selos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px;
}

/* Responsividade */
@media screen and (max-width: 768px) {
  .selos-container {
    gap: 30px;
    padding: 30px 10px;
  }

  .selo-link {
    margin: 10px;
    width: 120px;
    height: 120px;
  }

  .selo-img {
    max-height: 100px;
    max-width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 480px) {
  .selos-container {
    gap: 20px;
    padding: 20px 5px;
  }

  .selo-link {
    margin: 5px;
    width: 110px;
    height: 110px;
  }

  .selo-img {
    max-height: 90px;
    max-width: 90px;
    height: 90px;
  }
}

.oque-fazemos-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  margin:auto;
  margin-top: 80px;
}

.oque-fazemos-card {
  flex: 1;
  display: flex;
  align-items: center;
  height: 140px;
  padding: 20px;
}

.oque-fazemos-card.vermelho {
  background: linear-gradient(to right, #ba0006, #5f0300);
}

.oque-fazemos-card.azul {
  background: linear-gradient(to right, #001436, #00178d)
}

.oque-fazemos-linha {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.oque-fazemos-icon {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}

.oque-fazemos-valor {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
}

.oque-fazemos-texto {
  color: #fff;
  font-size: 1.2em;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .oque-fazemos-cards {
    flex-direction: column;
    gap: 0px;
  }

  .oque-fazemos-card {
    height: 120px;
  }

  .oque-fazemos-valor {
    font-size: 2em;
  }

  .oque-fazemos-texto {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .oque-fazemos-card {
    height: 100px;
    padding: 15px;
  }

  .oque-fazemos-icon {
    width: 36px;
    height: 36px;
  }

  .oque-fazemos-valor {
    font-size: 1.5em;
  }

  .oque-fazemos-texto {
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .certificados {
    flex-direction: column;
    padding: 15px 0;
  }

  .certificados img {
    margin: 0 0 15px 0;
    max-width: 100px;
  }

  .certificado-info {
    width: 100%;
  }

  .certificado-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .certificado-info p {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .certificados {
    padding: 10px 0;
  }

  .certificados img {
    margin: 0 0 10px 0;
    max-width: 90px;
  }

  .certificado-info h3 {
    font-size: 23px;
  }

  .certificado-info p {
    font-size: 17px;
  }
}

.titulo-responsabilidade {
  position: relative;
  padding-left: 0px;
}

.titulo-responsabilidade:before {
  content: '';
  display: block;
  width: 5px;
  background-color: #c32133;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .titulo-responsabilidade {
    padding-left: 12px;
    line-height: 1.3;
  }
}

.certificado-titulo {
  border-left: 4px solid #c32133;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .certificado-titulo {
    line-height: 1.3;
  }
}

.titulo-quemsomos {
  position: relative;
  padding-left: 15px;
}

.titulo-quemsomos:before {
  content: '';
  display: block;
  width: 5px;
  background-color: #c32133;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .titulo-quemsomos {
    padding-left: 12px;
    line-height: 1.3;
  }
}

.titulo-quemsomos {
  border-left: 0px solid #c32133;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .titulo-quemsomos {
    line-height: 1.3;
  }
}footer ul li