@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  margin: 0;
  outline: none;
  padding: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

.tabela-scroll {
  width: 100%;
  overflow-x: auto;
}

::placeholder {
  opacity: 1;
}

.centro {
  margin: 0 auto;
  width: 100%;
}

body {
  margin: 0 auto;
  max-width: 1920px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

header {
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 1920px;
}

.mask_img,
.mask_video {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.mask_img img,
.mask_video video {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.mask_img img.img-cover {
  height: inherit;
  min-height: inherit;
  object-fit: cover;
}

header .centro {
  display: grid;
  grid-template-columns: 334px 1fr 110px;
  max-width: 100vw;
}

header .logo {
  grid-row: span 2 / span 2;
}

header .logo a {
  display: inline-block;
  background: #f8f8f8 url(../imagens/logo.png) top 25px left 30px no-repeat;
  background-size: 233px;
  width: 100%;
  height: 110px;
  text-indent: -9999px;
}

header .top {
  grid-row: 1;
  grid-column: 2/4;
  background-color: #2b2b2b;
  height: 35px;
}

header .contato {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  padding-right: 45px;
  height: 100%;
}

header .contato a {
  display: inline;
  min-height: 18px;
  color: #f8f8f8;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

header .contato .bt_fone {
  background: url(../imagens/icon_fone.png) center left no-repeat;
  background-size: 18px;
  padding-left: 30px;
}

header .contato .bt_email {
  background: url(../imagens/icon_email.png) center left no-repeat;
  background-size: 20px;
  padding-left: 34px;
}

header .bottom {
  display: flex;
  grid-row: 2;
  grid-column: 2/4;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #ffffff;
  padding-right: 45px;
}

header nav ul {
  display: flex;
  column-gap: 70px;
  flex-direction: row;
}

header nav ul a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 75px;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

header nav ul a.selected {
  border-bottom: 2px solid #ee9500;
  font-weight: 900;
}

header .bt_menu_mobile {
  display: none;
  grid-row: span 2 / span 2;
  grid-row-start: 1;
  grid-column-start: 3;
  cursor: pointer;
  border: none;
  background: #ef7d00 url(../imagens/bt_menu.png) center no-repeat;
  background-size: 95px;
  text-indent: -9999px;
}

#banner .centro {
  padding-top: 110px;
  max-width: 100%;
}

#banner .mask_img {
  height: auto;
}

#banner iframe {
  aspect-ratio: 16 / 7;
  width: 100%;
  height: unset;
}

#banner .conteudo {
  display: grid;
  position: relative;
  grid-template-columns: 310px 1fr;
  column-gap: 100px;
  align-items: center;
  z-index: 10;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -150px;
  border-radius: 26px;
  background-color: #2b2b2b;
  padding: 30px 50px;
  max-width: 1120px;
}

#banner h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
}

#banner h2 i {
  color: #ef7d00;
  font-style: italic;
  font-weight: 900;
  font-size: 50px;
}

#banner h2 strong {
  font-weight: 900;
  font-size: 44px;
  text-transform: uppercase;
}

#banner p {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  text-align: justify;
}

#solucoes .centro {
  display: grid;
  grid-template-columns: 275px 1fr;
  column-gap: 60px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1500px;
  overflow: hidden;
}

#solucoes h2 {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 48px;
}

#solucoes p:not(.listagem_solucoes p) {
  margin-top: 22px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}

#solucoes .passador {
  display: flex;
  gap: 6px;
  margin-top: 55px;
}

#solucoes .passador span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #2b2b2b;
  border-radius: 12px;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
}

#solucoes .anterior {
  background: url(../imagens/passador_esquerda.png) center no-repeat;
  background-size: 11px;
}

#solucoes .proximo {
  background: url(../imagens/passador_direita.png) center no-repeat;
  background-size: 11px;
}

.listagem_solucoes {
  display: flex;
  column-gap: 15px;
  flex-direction: row;
}

.listagem_solucoes.owl-carousel {
  display: block;
}

.listagem_solucoes li {
  display: flex;
  border-radius: 36px;
  /*width: 288px;*/
  height: 463px;
  overflow: hidden;
}

.listagem_solucoes li.ativo {
  width: 560px;
}

.listagem_solucoes li .mask_img {
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
}

.listagem_solucoes li .mask_img img {
  opacity: 50%;
}

.listagem_solucoes li .mask_img .conteudo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 25px;
  padding-bottom: 38px;
}

.listagem_solucoes li h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: 26px;
}

.listagem_solucoes li p {
  margin-top: 17px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /*display: none;*/
}

/*.listagem_solucoes li.ativo p {
    display: unset;
}*/
#processo {
  position: relative;
  overflow: hidden;
}

#processo .centro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
  padding: 60px;
  max-width: 1500px;
}

.cores {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  grid-template-columns: 1fr 1fr;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cores .cinza {
  background-color: #2b2b2b;
}

.cores .laranja {
  background-color: #ef7d00;
}

#processo h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: 42px;
}

#processo p {
  margin-top: 34px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

#processo .bt_padrao {
  margin-top: 60px;
}

.bt_padrao {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #ef7d00 url(../imagens/seta_branca.png) center right 20px no-repeat;
  background-size: 28px;
  padding-right: 65px;
  padding-left: 20px;
  width: fit-content;
  height: 50px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#processo .mask_img {
  margin-right: -210px;
  border-radius: 24px 0 0 24px;
  width: calc(100% + 210px);
  height: 450px;
}

#precisao .centro {
  padding-top: 85px;
  padding-bottom: 85px;
  max-width: 1365px;
}

#precisao h2 {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
}

#precisao p {
  margin-top: 28px;
  color: #3f3f3f;
  font-weight: 400;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
}

#precisao p strong {
  font-weight: 700;
}

#precisao .bt_padrao {
  margin: 0 auto;
  margin-top: 40px;
}

#historia .centro {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 735px;
  align-items: center;
  z-index: 10;
  box-sizing: border-box;
  margin-top: -125px;
  margin-bottom: 80px;
  border-radius: 36px;
  background-color: #9c9e9f;
  padding: 60px;
  width: 1760px;
  max-width: calc(100% - 80px);
}

#historia h2 {
  color: #2b2b2b;
  font-weight: 700;
  font-size: 42px;
}

#historia p {
  margin-top: 32px;
  max-width: 665px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

#historia .bt_padrao {
  margin-top: 48px;
}

#historia .mask_img {
  border-radius: 18px;
  width: 100%;
  height: 492px;
}

footer .centro {
  box-sizing: border-box;
  border-radius: 24px 24px 0 0;
  background-color: #2b2b2b;
  padding: 0 50px;
  max-width: calc(100% - 60px);
}

footer .top {
  display: grid;
  grid-template-columns: 1fr 140px 250px 230px;
  column-gap: 200px;
  padding-top: 55px;
  padding-bottom: 50px;
}

footer .logo {
  background: url(../imagens/logo_footer.png) center no-repeat;
  background-size: contain;
  width: 294px;
  height: 86px;
  text-indent: -9999px;
}

footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .top h3 {
  margin-bottom: 16px;
  color: #ef7d00;
  font-weight: 900;
  font-size: 22px;
}

footer a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

footer a:not(footer nav a) {
  background: url(../imagens/seta_branca.png) center right no-repeat;
  background-size: 24px;
  padding-right: 37px;
  text-decoration: underline;
}

footer .logo_amantino {
  display: flex;
  margin-top: 38px;
  background: url(../imagens/logo_amantino.png) center no-repeat;
  background-size: contain;
  width: 218px;
  height: 51px;
}

footer .logo_boito {
  display: flex;
  margin-top: 26px;
  background: url(../imagens/logo_boito.png) center no-repeat;
  background-size: contain;
  width: 144px;
  height: 75px;
}

footer .bottom {
  border-top: 1px solid #555555;
  padding: 22px 0;
}

footer .bottom h3,
footer .bottom h3 a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

footer .bottom h3 a {
  text-decoration: underline;
}


/* ==============================
   PROCESSOS AGREGADOS 
=================================*/
#processos_agregados {
  position: relative;
  background: #e9e9e9;
  padding: 80px 0;
}

#processos_agregados .centro {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
  padding: 60px 70px;
  max-width: 1365px;
}


#processos_agregados .centro {
  border-radius: 4px;
  background: #ef7d00;
}

#processos_agregados h2 {
  margin-bottom: 36px;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}


#processos_agregados ul {
  display: grid;
  grid-template-columns: repeat(3, 353px);
  justify-content: space-between;
  align-items: start;
}

/* 
#processos_agregados li {
  text-align: center;
} */

#processos_agregados li h3 {
  margin-bottom: 16px;
  color: #ffff;
  font-weight: 900;
  font-size: 27px;
}

#processos_agregados li p {
  margin: 0 auto;
  max-width: 205px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
}

/* ==============================
   VANTAGENS 
=================================*/
#vantagens {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #ef7d00 63%, #2b2b2b 63%);
  padding: 28px 0 40px;
  min-height: 566px;
}

#vantagens .centro {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}


#vantagens h2 {
  margin: 0 0 30px;
  padding-left: 80px;
  color: #f8f8f8;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  text-align: left;
}

#vantagens .quadro {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  padding: 64px 80px 46px;
  width: min(1760px, calc(100% - 160px));
  min-height: 414px;
}


#vantagens .quadro .listas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 80px;
}

#vantagens .quadro ul.coluna {
  display: grid;
  row-gap: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#vantagens .quadro ul.coluna:nth-child(2) {
  margin-top: 40px;
}

#vantagens .quadro li {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
}

#vantagens .quadro li b {
  font-weight: 700;
}

/* #vantagens .quadro li::before {
  display: grid;
  flex: 0 0 46px;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-top: 2px;
  border-radius: 50%;
  background: #ef7d00;
  content: "✓";
  color: #fff;
  font-weight: 900;
  font-size: 22px;
} */

/* ======================================
   PROCESSO 
====================================== */
#etapas-projeto {
  position: relative;
  background: #f8f8f8;
  padding: 80px 0;
}

#etapas-projeto .centro {
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 60px;
  align-items: start;
  margin: 0 auto;

  max-width: 1365px;
}


#etapas-projeto h2 {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}


#etapas-projeto .grade {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "passo1 foto1"
    "foto2  passo2"
    "passo3 foto3"
    "foto4  passo4"
    "passo5 foto5"
    "foto6  passo6"
    "passo7 foto7"
    "foto8  passo8";
  column-gap: 90px;
  row-gap: 60px;
}


#etapas-projeto .passo1 {
  grid-area: passo1;
}

#etapas-projeto .passo2 {
  grid-area: passo2;
}

#etapas-projeto .passo3 {
  grid-area: passo3;
}

#etapas-projeto .passo4 {
  grid-area: passo4;
}

#etapas-projeto .passo5 {
  grid-area: passo5;
}

#etapas-projeto .passo6 {
  grid-area: passo6;
}

#etapas-projeto .passo7 {
  grid-area: passo7;
}

#etapas-projeto .passo8 {
  grid-area: passo8;
}

#etapas-projeto .foto1 {
  grid-area: foto1;
}

#etapas-projeto .foto2 {
  grid-area: foto2;
}

#etapas-projeto .foto3 {
  grid-area: foto3;
}

#etapas-projeto .foto4 {
  grid-area: foto4;
}

#etapas-projeto .foto5 {
  grid-area: foto5;
}

#etapas-projeto .foto6 {
  grid-area: foto6;
}

#etapas-projeto .foto7 {
  grid-area: foto7;
}

#etapas-projeto .foto8 {
  grid-area: foto8;
}


#etapas-projeto .passo {
  max-width: 500px;
}

#etapas-projeto .passo.narrow {
  max-width: 395px;
}

#etapas-projeto .passo h3 {
  margin-bottom: 14px;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 28px;
}

#etapas-projeto .passo h3 span {
  margin-right: 6px;
  font-weight: 900;
}

#etapas-projeto .passo p {
  margin-top: 18px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

#etapas-projeto .foto {
  border-radius: 18px;
  width: 100%;
  overflow: hidden;
}

#etapas-projeto .foto img {
  display: block;
  border-radius: 18px;
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: cover;
}

.img-ligas {
  display: block;
  margin: 60px auto 20px auto;
  max-width: 100%;
  height: auto;
}

.notas {
  margin: 20px auto 80px auto;
  width: calc(100% - 40px);
  max-width: 1470px;
  color: rgb(43, 43, 43);
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  text-align: left;
}



.tolerancias-gerais {
  display: grid;
  grid-template-columns: 683px 1fr;
  column-gap: 65px;
  align-items: start;
  margin: 60px auto 100px;
  max-width: 1365px;
}


.Tolerancias {
  background-image: url("../imagens/tolerancias.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 667px;
}


.Graus_de_precisao {
  padding-top: 95px;
  color: #2b2b2b;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  text-align: left;

}

.Graus_de_precisao h3 {
  margin: 0 0 14px;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 28px;
}

.Graus_de_precisao p {
  margin: 0 0 22px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}


/* ======================================
   HISTÓRIA 
====================================== */

#pag_historia main {
  margin-top: 110px;
}

#pag_historia #historia .hero .mask_img {
  height: 816px;
}

#pag_historia #historia .card-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto 90px;
  max-width: 1920px;
}

#pag_historia #historia .card-escura {
  display: grid;
  grid-template-columns: 1fr 735px;
  grid-template-areas: "texto foto";
  column-gap: 149px;
  box-sizing: border-box;
  margin: -129px auto 0;
  border-radius: 18px;
  background-color: #2b2b2b;
  padding: 67px;
  width: 1760px;
  max-width: calc(100% - 160px);
  height: 530px;
  overflow: hidden;
  color: #f8f8f8;
}

#pag_historia #historia .card-escura .texto {
  grid-area: texto;
  min-width: 0;
  max-width: 665px;
  color: #f8f8f8;
  font-weight: 400;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

#pag_historia #historia .card-escura .texto h2 {
  color: #f8f8f8;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
}

#pag_historia #historia .card-escura .texto p {
  margin-top: 22px;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 28px;
}

#pag_historia #historia .card-escura .foto {
  grid-area: foto;
  border-radius: 18px;
  width: 100%;
  height: 389px;
  overflow: hidden;
}

#pag_historia #historia .card-escura .foto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pag_historia #historia .bloco-historia {
  display: grid;
  grid-template-columns: 703px 1fr;
  align-items: start;
  margin: 0 auto 40px;
  width: 100%;
  max-width: calc(100% - 160px);
}

#pag_historia #historia .bloco-historia__img {
  justify-self: center;
  border-radius: 18px;
  width: 703px;
  height: 385px;
  overflow: hidden;
}

#pag_historia #historia .bloco-historia__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pag_historia #historia .bloco-historia__texto {
  display: grid;
  row-gap: 18px;
  justify-self: center;
  max-width: 728px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.556;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}


#pag_historia #historia .bloco-historia__texto p {
  margin-top: 0;
  margin-bottom: 32px;
}

#pag_historia #historia .mmq {
  margin: 18px auto 70px;
  width: calc(100% - 10px);
  max-width: 1760px;
}

#pag_historia #historia .mmq__lista {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 34px;
  align-items: stretch;
}

#pag_historia #historia .mmq__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 10px;
  border-radius: 12px;
  background-color: #2b2b2b;
  padding: 26px;
  color: #fff;
}

#pag_historia #historia .mmq__titulo {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.273;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

#pag_historia #historia .mmq__texto {
  color: #fff;
  font-size: 18px;
  line-height: 1.556;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}


#pag_historia #historia .faixa-industrial {
  background-color: #e8e8e8;
  padding: 60px 0 80px 0;
}

#pag_historia #historia .amantino-inox {
  display: grid;
  grid-template-columns: 851px 1fr;
  align-items: start;
  gap: 20px;
  margin: 0 auto 60px;
  width: calc(100% - 160px);
  max-width: 1760px;
}

#pag_historia #historia .ai__imagem {
  position: relative;
  border-radius: 18px;
  width: 851px;
  height: 467px;
  overflow: hidden;
}

#pag_historia #historia .ai__imagem::before {
  position: absolute;
  top: -28px;
  left: -46px;
  z-index: -1;
  border-radius: 8px;
  background-color: #ef7d00;
  width: 220px;
  height: 48px;
  content: "";
}

#pag_historia #historia .ai__imagem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

#pag_historia #historia .ai__texto,
#pag_historia #historia .ba__texto {
  justify-self: center;
}

#pag_historia #historia .ai__texto h3 {
  margin: 0 0 14px 0;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

#pag_historia #historia .ai__texto p {
  margin: 0 0 14px 0;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.556;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}


#pag_historia #historia .boito-armas {
  display: grid;
  /* grid-template-columns: 1fr 554px; */
  grid-template-columns: 851px 1fr;
  column-gap: 20px;
  align-items: start;
  margin: 0 auto;
  width: calc(100% - 160px);
  max-width: 1760px;
}

#pag_historia #historia .ba__grupo-fotos {
  display: grid;
  position: relative;
  grid-template-columns: 244px 1fr;
  column-gap: 28px;
  align-items: start;
  border-radius: 12px;
  background-color: #ef7d00;
  padding: 28px;
}

#pag_historia #historia .ba__grupo-fotos::after {
  position: absolute;
  right: 28px;
  bottom: -30px;
  left: 28px;
  border-radius: 8px;
  background-color: #ef7d00;
  height: 58px;
  content: "";
}

#pag_historia #historia .ba__coluna {
  display: grid;
  row-gap: 8px;
  width: 244px;
}

#pag_historia #historia .ba__coluna img:first-child {
  display: block;
  border-radius: 12px;
  width: 244px;
  height: 196px;
  object-fit: cover;
}

#pag_historia #historia .ba__coluna img:last-child {
  display: block;
  border-radius: 12px;
  width: 244px;
  height: 244px;
  object-fit: cover;
}

#pag_historia #historia .ba__imagem-principal {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pag_historia #historia .ba__imagem-principal img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pag_historia #historia .ba__texto h3 {
  margin: 32px 0 18px 0;
  color: #2b2b2b;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.2;
  font-family: "Lato", Arial, Helvetica, sans-serif;

  #pag_historia #historia .ba__texto p {
    margin: 0 0 14px 0;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.556;
    font-family: "Lato", Arial, Helvetica, sans-serif;
  }

  #pag_historia #historia .ba__imagem-lado {
    position: relative;
    align-self: start;
    justify-self: end;
    border-radius: 18px;
    width: 554px;
    height: 501px;
    overflow: hidden;
  }

  #pag_historia #historia .ba__imagem-lado::after {
    position: absolute;
    right: -48px;
    bottom: -32px;
    z-index: -1;
    border-radius: 8px;
    background-color: #ef7d00;
    width: 220px;
    height: 56px;
    content: "";
  }

  #pag_historia #historia .ba__imagem-lado img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  #pag_historia #historia .ai__titulo,
  #pag_historia #historia .titulo-unidade {
    display: none;
  }

  .pagina-representantes {
    --margem-page: 80px;
    --faixa-w: 1760px;
    --faixa-h: 572px;
    --escuro: #2b2b2b;
    --txt: #2b2b2b;
    --branco: #fff;
    --radius-card: 22px;
    --radius-mid: 18px;
    --shadow: 0 10px 18px rgba(0, 0, 0, .18);
    font-family: 'Lato', system-ui, -apple-system, sans-serif;
  }


  .pagina-representantes .hero {
    position: relative;
    margin: 110px var(--margem-page) 0;
    height: var(--faixa-h);
  }

  .pagina-representantes .faixa-escura {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: 8px;
    background: var(--escuro);
    width: var(--faixa-w);
    height: var(--faixa-h);
  }


  .pagina-representantes .hero-col-esq {
    position: absolute;
    top: 60px;
    left: 130px;
    z-index: 2;
    width: 460px;
    color: var(--branco);
  }

  .hero-titulo {
    margin: 0 0 22px;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
  }

  .hero-label {
    display: block;
    margin-top: 22px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 22px;
  }


  .select-wrap {
    position: relative;
    border-radius: 4px;
    background: var(--branco);
    width: 276px;
    height: 50px;
  }

  .select-estado {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0 40px 0 16px;
    width: 100%;
    height: 100%;
    color: var(--txt);
    font-weight: 700;
    font-size: 18px;
  }

  .select-caret {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: url("imagens/seta_preta.png") center/contain no-repeat;
    width: 15px;
    height: 7px;
    pointer-events: none;
  }


  .hero-contato {
    margin-top: 42px;
  }

  .hero-repr {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
  }

  .hero-dados {
    font-size: 18px;
    line-height: 1.667;
  }


  .pagina-representantes .hero-midia {
    position: absolute;
    top: 60px;
    right: 120px;
    z-index: 2;
    box-shadow: var(--shadow);
    border-radius: var(--radius-mid);
    width: 684px;
    height: 463px;
    overflow: hidden;
  }

  .pagina-representantes .hero-midia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .pagina-representantes .solucoes {
    position: relative;
    margin: 170px var(--margem-page) 60px;
  }

  .solucoes-texto {
    position: relative;
    margin-left: 125px;
    width: 420px;
  }

  .solucoes .titulo {
    margin-bottom: 18px;
    color: var(--txt);
    font-size: 48px;
    line-height: 1.2;
  }

  .solucoes .descricao {
    width: 263px;
    color: var(--txt);
    font-size: 22px;
    line-height: 1.545;
  }

  .nav-botoes {
    display: flex;
    gap: 12px;
    margin-top: 26px;
  }

  .nav-botoes .nav-btn {
    display: grid;
    place-items: center;
    cursor: pointer;
    border: 2px solid var(--txt);
    border-radius: 8px;
    background: #fff;
    width: 52px;
    height: 52px;
    color: var(--txt);
    font-size: 28px;
    line-height: 1;
  }

  /* Cards */
  .solucoes .cards {
    display: grid;
    position: absolute;
    top: -64px;
    left: 518px;
    grid-template-columns: 684px 336px 336px;
    align-items: start;
    gap: 28px;
  }

  .solucoes .card {
    position: relative;
    box-shadow: var(--shadow);
    border-radius: var(--radius-card);
    height: 463px;
    overflow: hidden;
  }

  .solucoes .card:nth-child(2),
  .solucoes .card:nth-child(3) {
    height: 471px;
  }


  .solucoes .card>img {
    opacity: .502;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .card-sobrepor {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, .45) 100%);
  }

  .card-texto {
    position: absolute;
    right: 52px;
    bottom: 38px;
    left: 52px;
    color: #fff;
  }

  .card-texto h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
  }

  .card-texto p {
    font-size: 18px;
    line-height: 1.556;
  }

  /* ====== CERTIFICAÇÕES ====== */
  .pagina-certificacoes {
    position: relative;
    margin: 0 auto;
    background: #2b2b2b;
    padding: 0 0 80px;
    max-width: 1920px;
    overflow: hidden;
    font-family: "Lato", sans-serif;
  }

  .pagina-certificacoes>.titulo {
    position: absolute;
    top: 153px;
    left: 833px;
    z-index: 26;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.2;
    font-family: "Lato";
  }


  .pagina-certificacoes .linha {
    display: grid;
    align-items: start;
    gap: 90px;
    margin: 0 auto;
    padding: 40px 0 90px;
    max-width: 1318px;
  }

  .pagina-certificacoes .linha.l1 {
    grid-template-columns: 1fr 470px;
  }


  .pagina-certificacoes .linha.l2 {
    grid-template-columns: 470px 1fr;
  }


  .pagina-certificacoes .titulo-cert,
  .ISO_9001\:2015 {
    margin: 0 0 18px;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
  }

  .pagina-certificacoes .paragrafo {
    max-width: 614px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.556;
  }


  .pagina-certificacoes .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    border-radius: 8px;
    background: #ef7d00;
    width: 175px;
    height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .pagina-certificacoes .btn .ico {
    background: url(../imagens/certificacoes.png) center / contain no-repeat;
    width: 14px;
    height: 21px;
  }

  .pagina-certificacoes .decor {
    position: relative;
    left: 0px;
    border-radius: 0px 10px 10px 0px;
    width: 1034px;
  }


  .pagina-certificacoes .decor-right .barra {
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    width: 1034px;
  }


  .pagina-certificacoes .cert-frame {
    position: relative;
    z-index: 2;
    box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.35);
    border: 2px solid #e6e6e6;
    background: #ffffff;
    padding: 18px 14px;
    width: 398px;
  }

  .pagina-certificacoes .cert-frame img {
    display: block;
    width: 100%;
    height: auto;
  }

  .Certificações {
    all: unset;
  }

  .Lorem_ipsum_dolor_sit_amet__consectetur_adipisc {
    all: unset;
  }

  .baixar_pdf {
    all: unset;
  }

  .Retângulo_5_copiar_2 {
    all: unset;
  }

  .Retângulo_6_copiar {
    all: unset;
  }

  .download_icon {
    all: 420px;
  }

  /* Base da barra */
  .pagina-certificacoes .decor .barra {
    position: absolute;
    top: 0px;
    background: #ef7d00;
    height: 373px;
  }
}

#pag_solucoes {
  #banner {
    margin: auto;
    border-radius: 0 0 18px 18px;
    background: #2b2b2b;
    width: calc(100% - 80px);
    max-width: 1760px;
  }

  #banner h2 {
    font-size: 38px;
  }

  #banner p {
    margin-top: 13px;
    max-width: 544px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
  }

  #banner .centro {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    max-width: 1500px;
    height: 401px;
  }

  #banner .centro .esquerda {
    padding-left: 20px;
  }

  #banner .mask_video {
    position: relative;
    transform: translateY(72px);
    border-radius: 18px;
    width: 100%;
    height: 440px;
  }

  #banner .mask_video video,
  #banner .mask_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #banner .mask_video .bt_play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: url(../imagens/bt_play.png) center no-repeat;
    background-size: contain;
    width: 95px;
    height: 60px;
    text-indent: -9999px;
  }

  #solucoes_cards .centro {
    display: flex;
    flex-direction: column;
    padding-top: 192px;
    padding-bottom: 100px;
    max-width: 1225px;
  }

  .listagem_solucoes {
    display: flex;
    row-gap: 100px;
    flex-direction: column;
    width: 100%;
  }

  .listagem_solucoes li {
    display: flex;
    column-gap: 105px;
    flex-direction: row;
    align-items: center;
    border-radius: unset;
    width: 100%;
    height: unset;
  }

  .listagem_solucoes li:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .listagem_solucoes li>div {
    width: 50%;
  }

  .listagem_solucoes .mask_img {
    position: relative;
    border-radius: 36px;
    padding-top: 463px;
    height: unset;
  }

  .listagem_solucoes .mask_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .listagem_solucoes li h3 {
    color: #2b2b2b;
    font-weight: 900;
    font-size: 42px;
  }

  .listagem_solucoes li p {
    display: inline-block;
    margin-top: 12px;
    max-width: 443px;
    color: #2b2b2b;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }

  .listagem_solucoes li .conteudo {
    display: flex;
    flex-direction: column;
  }

  .listagem_solucoes li:nth-of-type(even) h3,
  .listagem_solucoes li:nth-of-type(even) p {
    margin-left: auto;
    text-align: right;
  }
}

.faixa-topo {
  margin: auto;
  margin-top: 110px;
  border-radius: 0 0 24px 24px;
  background: #2b2b2b;
  padding: 40px 0 48px;
  width: calc(100% - 60px);
}

.faixa-topo .titulo {
  margin: 0 auto 24px;
  max-width: 980px;
  color: #ffff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

#pag_representantes .busca-lojas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#pag_representantes .busca-lojas select {
  appearance: none;
  border: 2px solid #c9c8c7;
  border-radius: 8px;
  background: #f8f8f8;
  background-image: linear-gradient(45deg, transparent 50%, #717171 50%), linear-gradient(135deg, #717171 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 55%, calc(100% - 13px) 55%, 0 0;
  background-size: 5px 5px, 5px 5px, 100% 100%;
  background-repeat: no-repeat;
  padding: 0 12px;
  min-width: 190px;
  height: 44px;
  color: #717171;
  font-size: 16px;
}

#pag_representantes .btn-buscar {
  transition: transform .06s ease, opacity .2s ease;
  cursor: pointer;
  border-radius: var(--radius);
  background: var(--vermelho);
  padding: 0 22px;
  height: var(--input-h);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

#pag_representantes .btn-buscar:active {
  transform: translateY(1px);
}

#pag_representantes .btn-buscar:hover {
  opacity: .92;
}

#pag_representantes .lista-lojas {
  background: #fff;
  padding-top: 28px;
}

#pag_representantes .lojas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 56px;
  margin: auto;
  width: calc(100% - 80px);
  max-width: 800px;
}

#pag_representantes .loja {
  border-bottom: 1px solid #ececec;
  padding-bottom: 22px;
}

#pag_representantes .loja h3 {
  margin-bottom: 8px;
  color: var(--cinza-texto);
  font-weight: 700;
  font-size: 22px;
}

#pag_representantes .loja p,
#pag_representantes .loja a {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}

#pag_representantes .loja a {
  text-decoration: underline;
}

#pag_certificacoes {
  .faixa-topo .titulo {
    font-size: 42px;
  }
}

#certificados {
  margin-top: 80px;
}

#certificados .centro {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  max-width: 1225px;
}

.listagem_certificados {
  display: flex;
  row-gap: 100px;
  flex-direction: column;
  width: 100%;
}

.listagem_certificados li {
  display: flex;
  column-gap: 70px;
  flex-direction: row;
  align-items: center;
  border-radius: unset;
  width: 100%;
  height: unset;
}

.listagem_certificados li:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.listagem_certificados li>div {
  width: 50%;
}

.listagem_certificados .mask_img {
  position: relative;
  padding-top: 463px;
  height: unset;
}

.listagem_certificados .mask_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listagem_certificados li h3 {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 32px;
}

.listagem_certificados li p {
  display: inline-block;
  margin-top: 12px;
  max-width: 443px;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.listagem_certificados li .header {
  margin: 0 0 28px 0 !important;
  max-width: unset;
}

.listagem_certificados li .bt_padrao {
  margin-top: 50px;
  background: #ef7d00 url(../imagens/seta_download.png) center right 26px no-repeat;
  background-size: auto 18px;
}

.listagem_certificados li .conteudo {
  display: flex;
  flex-direction: column;
  height: stretch;
}

.listagem_certificados li:nth-of-type(odd) h3,
.listagem_certificados li:nth-of-type(odd) p,
.listagem_certificados li:nth-of-type(odd) a {
  margin-right: auto;
  margin-left: 55px;
  text-align: left;
}

.listagem_certificados li:nth-of-type(odd) p {
  margin-left: 30px;
}

.listagem_certificados li:nth-of-type(even) h3,
.listagem_certificados li:nth-of-type(even) p,
.listagem_certificados li:nth-of-type(even) a {
  margin-right: 55px;
  margin-left: auto;
  text-align: right;
}

.listagem_certificados li:nth-of-type(even) p {
  margin-right: 30px;
}

.listagem_certificados li:nth-of-type(odd) img {
  object-position: center right;
}

.listagem_certificados li:nth-of-type(even) img {
  object-position: center left;
}

/* ========================================================================== */
/*  Mobile Menu                                                               */
/* ========================================================================== */

.menu_mobile_sombra {
  /* Logo abaixo do drawer */
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9998;
  transition: opacity 0.35s ease;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu_mobile_sombra.aberto {
  opacity: 1;
  pointer-events: all;
}

.menu_mobile {
  display: flex;
  /* Acima de tudo */
  position: fixed;
  top: 0;
  left: -320px;
  /* Escondido */
  flex-direction: column;
  z-index: 9999;
  transition: left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
  /* Grafite original do tema */
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
  background-color: #2b2b2b;
  padding: 30px 25px;
  width: 280px;
  height: 100%;
}

.menu_mobile.aberto {
  left: 0;
}

.bt_fechar_mobile {
  position: relative;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 40px;
  border: none;
  background: transparent;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

.bt_fechar_mobile::before,
.bt_fechar_mobile::after {
  position: absolute;
  top: 11px;
  left: 0;
  transition: background-color 0.2s ease;
  border-radius: 2px;
  background-color: #ffffff;
  width: 25px;
  height: 3px;
  content: '';
}

.bt_fechar_mobile::before {
  transform: rotate(45deg);
}

.bt_fechar_mobile::after {
  transform: rotate(-45deg);
}

.bt_fechar_mobile:hover::before,
.bt_fechar_mobile:hover::after {
  background-color: #ef7d00;
}

.menu_mobile .nav_mobile {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.menu_mobile .nav_mobile .nav-link {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  border-bottom: 2px solid transparent;
  padding: 6px 0;
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_mobile .nav_mobile .nav-link:hover,
.menu_mobile .nav_mobile .nav-link.selected {
  border-bottom-color: #ef7d00;
  color: #ef7d00;
}