@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');
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
::placeholder {
    opacity: 1;
}
.centro {
    width: 100%;
    margin: 0 auto;
}
body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Lato", Arial, Helvetica, sans-serif;
}
header {
    max-width: 1920px;
    width: 100%;
    position: relative;
    z-index: 9999;
    position: fixed;
    top: 0; 
    left: 0;
    right: 0;
}
.mask_img,
.mask_video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.mask_img img,
.mask_video video {
    display: block;
    max-width: 100%;
    z-index: 1;
    position: relative;
    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 {
    background: #f8f8f8 url(../imagens/logo.png) top 25px left 30px no-repeat;
    background-size: 233px;
    width: 100%;
    height: 110px;
    text-indent: -9999px;
    display: inline-block;
}
header .top {
    background-color: #2b2b2b;
    height: 35px;
    grid-row: 1;
    grid-column: 2/4;
}
header .contato {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
    height: 100%;
    padding-right: 45px;
}
header .contato a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #f8f8f8;
    display: inline;
    min-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 {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 45px;
    grid-row: 2;
    grid-column: 2/4;
}
header nav ul {
    display: flex;
    flex-direction: row;
    column-gap: 70px;
}
header nav ul a {
    font-weight: 700;
    font-size: 14px;
    color: #2a2a2a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 75px;
    box-sizing: border-box;
}
header nav ul a.selected {
    font-weight: 900;
    border-bottom: 2px solid #ee9500;
}
header .bt_menu_mobile {
    background: #ef7d00 url(../imagens/bt_menu.png) center no-repeat;
    background-size: 95px;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    display: none;
}
#banner .centro {
    max-width: 100%;
    padding-top: 110px;
}
#banner .mask_img {
    height: auto;
}
#banner iframe {
    width: 100%;
    height: unset;
    aspect-ratio: 16 / 7;
}
#banner .conteudo {
    background-color: #2b2b2b;
    border-radius: 26px;
    padding: 45px 60px;
    display: grid;
    max-width: 1225px;
    margin: 0 auto;
    margin-top: -150px;
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 310px 1fr;
    column-gap: 150px;
    box-sizing: border-box;
    align-items: center;
}
#banner h2 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
#banner h2 i {
    font-weight: 900;
    font-size: 50px;
    font-style: italic;
    color: #ef7d00;
}
#banner h2 strong {
    font-weight: 900;
    font-size: 44px;
    text-transform: uppercase;
}
#banner p {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
}
#solucoes .centro {
    max-width: 1500px;
    display: grid;
    grid-template-columns: 275px 1fr;
    column-gap: 60px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
#solucoes h2 {
    font-weight: 900;
    font-size: 48px;
    color: #2b2b2b;
}
#solucoes p:not(.listagem_solucoes p) {
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #2b2b2b;
    margin-top: 22px;
}
#solucoes .passador {
    display: flex;
    gap: 6px;
    margin-top: 55px;
}
#solucoes .passador span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #2b2b2b;
    box-sizing: border-box;
}
#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;
    flex-direction: row;
    column-gap: 15px;
}
.listagem_solucoes li {
    display: flex;
    /*width: 288px;*/
    height: 463px;
    border-radius: 36px;
    overflow: hidden;
}
.listagem_solucoes li.ativo {
    width: 560px;
}
.listagem_solucoes li .mask_img {
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
}
.listagem_solucoes li .mask_img img {
    opacity: 50%;
}
.listagem_solucoes li .mask_img .conteudo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 25px;
    padding-bottom: 38px;
}
.listagem_solucoes li h3 {
    font-weight: 900;
    font-size: 26px;
    color: #ffffff;
}
.listagem_solucoes li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 17px;
    /*display: none;*/
}
/*.listagem_solucoes li.ativo p {
    display: unset;
}*/
#processo {
    position: relative;
    overflow: hidden;
}
#processo .centro {
    max-width: 1500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 110px;
}
.cores {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cores .cinza {
    background-color: #2b2b2b;
}
.cores .laranja {
    background-color: #ef7d00;
}
#processo h2 {
    font-weight: 900;
    font-size: 42px;
    color: #ffffff;
}
#processo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 34px;
}
#processo .bt_padrao {
    margin-top: 60px;
}
.bt_padrao {
    background: #ef7d00 url(../imagens/seta_branca.png) center right 20px no-repeat;
    background-size: 28px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 65px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
#processo .mask_img {
    width: calc(100% + 210px);
    height: 450px;
    border-radius: 24px 0 0 24px;
    margin-right: -210px;
}
#precisao .centro {
    max-width: 1365px;
    padding-top: 85px;
    padding-bottom: 85px;
}
#precisao h2 {
    font-weight: 900;
    font-size: 34px;
    color: #2b2b2b;
    text-transform: uppercase;
    text-align: center;
}
#precisao p {
    font-weight: 400;
    font-size: 34px;
    line-height: 48px;
    color: #3f3f3f;
    text-align: center;
    margin-top: 28px;
}
#precisao p strong {
    font-weight: 700;
}
#precisao .bt_padrao {
    margin: 0 auto;
    margin-top: 40px;
}
#historia .centro {
    background-color: #9c9e9f;
    max-width: calc(100% - 80px);
    width: 1760px;
    display: grid;
    grid-template-columns: 1fr 735px;
    align-items: center;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 36px;
    margin-top: -125px;
    position: relative;
    z-index: 10;
    margin-bottom: 80px;
}
#historia h2 {
    font-weight: 700;
    font-size: 42px;
    color: #2b2b2b;
}
#historia p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
    max-width: 665px;
    margin-top: 32px;
}
#historia .bt_padrao {
    margin-top: 48px;
}
#historia .mask_img {
    width: 100%;
    height: 492px;
    border-radius: 18px;
}
footer .centro {
    background-color: #2b2b2b;
    max-width: calc(100% - 60px);
    border-radius: 24px 24px 0 0;
    padding: 0 50px;
    box-sizing: border-box;
}
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 {
    font-weight: 900;
    font-size: 22px;
    color: #ef7d00;
    margin-bottom: 16px;
}
footer a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
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 {
    background: url(../imagens/logo_amantino.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 218px;
    height: 51px;
    margin-top: 38px;
}
footer .logo_boito {
    background: url(../imagens/logo_boito.png) center no-repeat;
    background-size: contain;
    display: flex;
    width: 144px;
    height: 75px;
    margin-top: 26px;
}
footer .bottom {
    padding: 22px 0;
    border-top: 1px solid #555555;
}
footer .bottom h3,
footer .bottom h3 a {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
footer .bottom h3 a {
    text-decoration: underline;
}


/* ==============================
   PROCESSOS AGREGADOS 
=================================*/
#processos_agregados{
  background:#e9e9e9;
  padding:80px 0;
  position:relative;
}
#processos_agregados .centro{
  max-width:1365px;
  margin:0 auto;
  background:#fff;
  border-radius:24px;
  padding:60px 80px;
  box-sizing:border-box;
  position:relative;
}


#processos_agregados .centro{                
  background:#ef7d00;
  border-radius:4px;
}

#processos_agregados h2{
  font-weight:900;
  font-size:42px;
  line-height:1.2;
  color:#2b2b2b;
  text-align:center;
  margin-bottom:36px;
}


#processos_agregados ul{
  display:grid;
  grid-template-columns:repeat(3, 285px);
  justify-content:space-between; 
  align-items:start;
}
#processos_agregados li{
  text-align:center;
}
#processos_agregados li h3{
  font-weight:900;
  font-size:30px;
  color:#ffff;
  margin-bottom:16px;
}
#processos_agregados li p{
  font-weight:400;
  font-size:18px;
  line-height:1.56; 
  color:#2b2b2b;
  max-width:285px;
  margin:0 auto;
}

/* ==============================
   VANTAGENS 
=================================*/
#vantagens{
  position:relative;
  z-index:1;
  min-height:566px;         
  padding:28px 0 40px;
}


#vantagens::before{
  content:"";
  position:absolute; inset:0;
  background:#2b2b2b;
  z-index:0;
}


#vantagens::after{
  content:"";
  position:absolute; top:0; left:0; bottom:0;
  width:63%;
  background:#ef7d00;
  z-index:0;
}

#vantagens .centro{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1920px;         
  margin:0 auto;
}


#vantagens h2{
  font-weight:900;
  font-size:42px;
  line-height:1.2;
  color:#f8f8f8;
  text-align:left;
  padding-left:80px;          
  margin:0 0 12px;
}

#vantagens .quadro{
  position:relative;
  z-index:2;                 
  width:min(1760px, calc(100% - 160px));  
  margin:0 auto;              
  background:#fff;
  border-radius:18px;         
  min-height:414px;           
  padding:106px 80px 46px;    
  box-sizing:border-box;
}


#vantagens .quadro .listas{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px 80px;            
}

#vantagens .quadro ul.coluna{
  display:grid;
  row-gap:90px;              
  list-style:none;
  padding:0; 
  margin:0;
}


#vantagens .quadro li{
  display:flex;
  align-items:flex-start;    
  gap:22px;
  font-weight:700;
  font-size:26px;
  line-height:1.2;
  color:#2b2b2b;
}


#vantagens .quadro li::before{
  content:"✓";
  display:grid; place-items:center;
  width:46px; height:46px;
  border-radius:50%;
  background:#ef7d00;
  color:#fff;
  font-size:22px;
  font-weight:900;
  flex:0 0 46px;
  margin-top:2px;           
}

/* ======================================
   PROCESSO 
====================================== */
#etapas-projeto{
  background:#f8f8f8;
  padding:80px 0;
  position:relative;
}

#etapas-projeto .centro{

  max-width:1365px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 300px 1fr; 
  column-gap:60px;
  align-items:start;
}


#etapas-projeto h2{
  font-family:"Lato", Arial, Helvetica, sans-serif;
  font-weight:900;            
  font-size:42px;
  line-height:1.2;
  color:#2b2b2b;
}


#etapas-projeto .grade{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
  "passo1 foto1"
  "foto2  passo2"
  "passo3 foto3";
  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 .foto1{  grid-area:foto1;  }
#etapas-projeto .foto2{  grid-area:foto2;  }
#etapas-projeto .foto3{  grid-area:foto3;  }


#etapas-projeto .passo{
  max-width:500px;           
}
#etapas-projeto .passo.narrow{
  max-width:395px;          
}

#etapas-projeto .passo h3{
  font-weight:900;
  font-size:28px;
  color:#2b2b2b;
  margin-bottom:14px;
}
#etapas-projeto .passo h3 span{
  font-weight:900;
  margin-right:6px;
}
#etapas-projeto .passo p{
  font-weight:400;
  font-size:18px;
  line-height:28px; 
  color:#2b2b2b;
  margin-top:18px;
}

#etapas-projeto .foto{
  width:100%;
  border-radius:18px;
  overflow:hidden;
}
#etapas-projeto .foto img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:18px;
}
.img-ligas {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 60px auto 20px auto; 
}

.NOTAS_Os_valores_de_Propriedades_Mecânicas_são {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: rgb(43, 43, 43);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  max-width: 1470px;
  margin: 0 auto 80px auto; 
}



.tolerancias-gerais{
  max-width: 1365px;
  margin: 60px auto 100px;   
  display: grid;
  grid-template-columns: 683px 1fr; 
  column-gap: 65px;
  align-items: start;
}


.Tolerancias{
  background-image: url("../imagens/tolerancias.png"); 
  background-repeat: no-repeat;
  background-size: contain;   
  background-position: left top;
  width: 100%;
  height: 667px;              
}


.Graus_de_precisao{
  font-size: 28px;
  font-family: "Lato", sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  padding-top: 95px;

}

.Graus_de_precisao h3{
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 14px;
  color: #2b2b2b;
}

.Graus_de_precisao p{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px; 
  color: #2b2b2b;
  margin: 0 0 22px;
}


/* ======================================
   HISTÓRIA 
====================================== */

#pag_historia main {
  margin-top: 110px;
}

#pag_historia #historia .hero .mask_img {
  height: 816px;
}

#pag_historia #historia .card-wrapper {
  max-width: 1920px;
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
}

#pag_historia #historia .card-escura {
  width: 1760px;
  max-width: calc(100% - 160px);
  height: 530px;
  margin: -129px auto 0;
  border-radius: 18px;
  background-color: #2b2b2b;
  display: grid;
  grid-template-columns: 1fr 735px;
  grid-template-areas: "texto foto";
  column-gap: 149px;
  padding: 67px;
  box-sizing: border-box;
  overflow: hidden;
  color: #f8f8f8;
}

#pag_historia #historia .card-escura .texto {
  grid-area: texto;
  max-width: 665px;
  min-width: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #f8f8f8;
}

#pag_historia #historia .card-escura .texto h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  color: #f8f8f8;
}

#pag_historia #historia .card-escura .texto p {
  margin-top: 22px;
  font-size: 18px;
  line-height: 28px;
  color: #f8f8f8;
}

#pag_historia #historia .card-escura .foto {
  grid-area: foto;
  width: 100%;
  height: 389px;
  border-radius: 18px;
  overflow: hidden;
}

#pag_historia #historia .card-escura .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


#pag_historia #historia .bloco-historia {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 703px 1fr;
  column-gap: 208px; 
  align-items: start;
}

#pag_historia #historia .bloco-historia__img {
  width: 703px;
  height: 385px;
  border-radius: 18px;
  overflow: hidden;
}

#pag_historia #historia .bloco-historia__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pag_historia #historia .bloco-historia__texto {
  max-width: 728px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.556;
  color: #2b2b2b;
  display: grid;
  row-gap: 18px;
}


#pag_historia #historia .mmq {
  max-width: 1760px;
  margin: 18px auto 70px;
}

#pag_historia #historia .mmq__lista {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 34px;
  align-items: stretch;
}

#pag_historia #historia .mmq__item {
  background-color: #2b2b2b;
  border-radius: 12px;
  padding: 26px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 10px;
  color: #fff;
}

#pag_historia #historia .mmq__titulo {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273;
  color: #fff;
}

#pag_historia #historia .mmq__texto {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.556;
  color: #fff;
}


#pag_historia #historia .faixa-industrial {
  background-color: #e8e8e8;
  padding: 60px 0 80px 0;
}

#pag_historia #historia .amantino-inox {
  max-width: 1760px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 851px 1fr; 
  column-gap: 120px;
  align-items: start;
}

#pag_historia #historia .ai__imagem {
  width: 851px;
  height: 467px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

#pag_historia #historia .ai__imagem::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -46px;
  width: 220px;
  height: 48px;
  background-color: #ef7d00;
  border-radius: 8px;
  z-index: -1;
}

#pag_historia #historia .ai__imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pag_historia #historia .ai__texto h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  color: #2b2b2b;
  margin: 0 0 14px 0;
}

#pag_historia #historia .ai__texto p {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.556;
  color: #2b2b2b;
  margin: 0 0 14px 0;
}


#pag_historia #historia .boito-armas {
  max-width: 1760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 554px; 
  column-gap: 80px;
  align-items: start;
}

#pag_historia #historia .ba__grupo-fotos {
  position: relative;
  background-color: #ef7d00;
  border-radius: 12px;
  padding: 28px;
  display: grid;
  grid-template-columns: 244px 1fr; 
  column-gap: 28px;
  align-items: start;
}

#pag_historia #historia .ba__grupo-fotos::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -30px;
  height: 58px;
  background-color: #ef7d00;
  border-radius: 8px;
}

#pag_historia #historia .ba__coluna {
  width: 244px;
  display: grid;
  row-gap: 8px;
}

#pag_historia #historia .ba__coluna img:first-child {
  width: 244px;
  height: 196px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

#pag_historia #historia .ba__coluna img:last-child {
  width: 244px;
  height: 244px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

#pag_historia #historia .ba__imagem-principal {
  width: 100%;
  height: 100%; 
  border-radius: 12px;
  overflow: hidden;
}

#pag_historia #historia .ba__imagem-principal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#pag_historia #historia .ba__texto h3 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  color: #2b2b2b;
  margin: 32px 0 18px 0; 

  #pag_historia #historia .ba__texto p {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 18px;
      line-height: 1.556;
      color: #2b2b2b;
      margin: 0 0 14px 0;
  }

  #pag_historia #historia .ba__imagem-lado {
      width: 554px;
      height: 501px; 
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      justify-self: end;
      align-self: start;
  }

  #pag_historia #historia .ba__imagem-lado::after {
      content: "";
      position: absolute;
      right: -48px;
      bottom: -32px;
      width: 220px;
      height: 56px;
      background-color: #ef7d00;
      border-radius: 8px;
      z-index: -1;
  }

  #pag_historia #historia .ba__imagem-lado img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }


  #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; 
      inset: 0;
      width: var(--faixa-w); 
      height: var(--faixa-h);
      background: var(--escuro);
      border-radius: 8px;
      z-index: 1;
  }


  .pagina-representantes .hero-col-esq{
      position: absolute;
      left: 130px; 
      top: 60px;
      z-index: 2; color: var(--branco);
      width: 460px;
  }
  .hero-titulo{
      font-size: 38px; 
      font-weight: 700; 
      line-height: 1.2;
      margin: 0 0 22px;
  }
  .hero-label{
      display:block; 
      margin-top: 22px; 
      margin-bottom: 8px;
      font-size: 22px; 
      font-weight: 700;
  }


  .select-wrap{
      position: relative; 
      width: 276px; 
      height: 50px;
      background: var(--branco); 
      border-radius: 4px;
  }
  .select-estado{
      appearance: none; 
      -webkit-appearance: none; 
      -moz-appearance: none;
      width: 100%; 
      height: 100%;
      padding: 0 40px 0 16px;
      font-size: 18px; 
      font-weight: 700; 
      color: var(--txt);
      background: transparent; 
      border: 0; 
      cursor: pointer;
  }
  .select-caret{
      position: absolute; 
      right: 14px; 
      top: 50%;
      width: 15px; 
      height: 7px; 
      transform: translateY(-50%);
      background: url("imagens/seta_preta.png") center/contain no-repeat;
      pointer-events: none;
  }


  .hero-contato{ 
      margin-top: 42px; 
  }
  .hero-repr{
      font-size: 16px; 
      line-height: 1.375; 
      font-weight: 700; 
      margin-bottom: 10px;
  }
  .hero-dados{ 
      font-size: 18px; 
      line-height: 1.667; }


      .pagina-representantes .hero-midia{
          position: absolute;
          right: 120px; 
          top: 60px; 
          z-index: 2;
          width: 684px; height: 463px;
          border-radius: var(--radius-mid);
          overflow: hidden; 
          box-shadow: var(--shadow);
      }
      .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; 
          width: 420px;
          margin-left: 125px;
      }
      .solucoes .titulo{
          font-size: 48px; color: var(--txt); 
          line-height: 1.2; 
          margin-bottom: 18px;
      }
      .solucoes .descricao{
          font-size: 22px; 
          color: var(--txt); 
          line-height: 1.545;
          width: 263px;
      }

      .nav-botoes{
          display: flex; 
          gap: 12px; 
          margin-top: 26px;
      }
      .nav-botoes .nav-btn{
          width: 52px; 
          height: 52px; 
          background: #fff; 
          color: var(--txt);
          border: 2px solid var(--txt);
          border-radius: 8px; 
          font-size: 28px;
          line-height: 1; 
          display:grid;
          place-items:center; 
          cursor:pointer;
      }

/* Cards */
.solucoes .cards{
  position: absolute; left: 518px; top: -64px; 
  display: grid;
  grid-template-columns: 684px 336px 336px;    
  gap: 28px;
  align-items: start;
}
.solucoes .card{
  position: relative; border-radius: var(--radius-card);
  overflow: hidden; height: 463px; box-shadow: var(--shadow);
}
.solucoes .card:nth-child(2),
.solucoes .card:nth-child(3){
  height: 471px;                                
}


.solucoes .card > img{
  width: 100%; height: 100%; object-fit: cover; opacity: .502;
}


.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;
  left: 52px; 
  right: 52px; 
  bottom: 38px; 
  color: #fff;
}
.card-texto h4{ 
  font-size: 26px; 
  font-weight: 700; 
  margin-bottom: 10px; 
}
.card-texto p{ 
  font-size: 18px; 
  line-height: 1.556; 
}

/* ====== CERTIFICAÇÕES ====== */
.pagina-certificacoes{
  font-family: "Lato", sans-serif;
  background: #2b2b2b;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.pagina-certificacoes > .titulo{
  font-size: 42px;
  font-family: "Lato";
  color: #ffffff;
  line-height: 1.2;
  position: absolute;
  left: 833px;
  top: 153px;
  z-index: 26;
}


.pagina-certificacoes .linha{
  max-width: 1318px;
  margin: 0 auto;
  display: grid;
  gap: 90px;
  align-items: start;
  padding: 40px 0 90px;
}

.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{
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
}

.pagina-certificacoes .paragrafo{
  font-size: 18px;
  color: #ffffff;
  line-height: 1.556;
  max-width: 614px;
}


.pagina-certificacoes .btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  height: 50px;
  width: 175px;
  background: #ef7d00;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  justify-content: center;
  text-decoration: none;
}

.pagina-certificacoes .btn .ico{
  width: 14px;
  height: 21px;
  background: url(../imagens/certificacoes.png) center / contain no-repeat;
}

.pagina-certificacoes .decor{
  position: relative;
  left: 0px;
  width: 1034px;
  border-radius: 0px 10px 10px 0px;
}


.pagina-certificacoes .decor-right .barra{
  right: 0px;
  width: 1034px;
  border-radius: 10px 0px 0px 10px;
}


.pagina-certificacoes .cert-frame{
  position: relative;
  z-index: 2;
  width: 398px;
  padding: 18px 14px;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.35);
}

.pagina-certificacoes .cert-frame img{
  width: 100%;
  height: auto;
  display: block;
}

.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;
  height: 373px;
  background: #ef7d00;
}}
#pag_solucoes {
    #banner {
        width: calc(100% - 80px);
        max-width: 1760px;
        background: #2b2b2b;
        margin: auto;
        border-radius: 0 0 18px 18px;
    }
    #banner h2 {
        font-size: 38px;
    }
    #banner p {
        font-size: 18px;
        line-height: 30px;
        max-width: 544px;
        margin-top: 13px;
    }
    #banner .centro {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1500px;
        align-items: center;
        height: 401px;
    }
    #banner .mask_video {
        width: 100%;
        position: relative;
        height: 440px;
        border-radius: 18px;
        transform: translateY(72px);
    }
    #banner .mask_video video,
    #banner .mask_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        object-fit: cover;
        object-position: center;
    }
    #banner .mask_video .bt_play {
        width: 95px;
        height: 60px;
        text-indent: -9999px;
        display: inline-block;
        background: url(../imagens/bt_play.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        cursor: pointer;
    }
    #solucoes .centro {
        max-width: 1225px;
        display: flex;
        flex-direction: column;
        padding-top: 192px;
        padding-bottom: 100px;
    }
    .listagem_solucoes {
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: 100px;
    }
    .listagem_solucoes li {
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: row;
        border-radius: unset;
        column-gap: 105px;
        align-items: center;
    }
    .listagem_solucoes li:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .listagem_solucoes li > div {
        width: 50%;
    }
    .listagem_solucoes .mask_img {
        border-radius: 36px;
        padding-top: 463px;
        position: relative;
        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 {
        font-weight: 900;
        font-size: 42px;
        color: #2b2b2b;
    }
    .listagem_solucoes li p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #2b2b2b;
        display: inline-block;
        max-width: 443px;
        margin-top: 12px;
    }
    .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 {
        text-align: right;
        margin-left: auto;
    }
}
.faixa-topo {
    background: #2b2b2b;
    padding: 40px 0 48px;
    margin: auto;
    margin-top: 110px;
    border-radius: 0 0 24px 24px;
    width: calc(100% - 60px);
}
.faixa-topo .titulo {
    font-size: 28px;
    font-weight: 700;
    color: #ffff;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 24px;
    max-width: 980px;
}

#pag_representantes .busca-lojas {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#pag_representantes .busca-lojas select {
    height: 44px;
    min-width: 190px;
    border: 2px solid #c9c8c7;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 16px;
    color: #717171;
    appearance: none;
    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;
}

#pag_representantes .btn-buscar {
    height: var(--input-h);
    padding: 0 22px;
    border-radius: var(--radius);
    background: var(--vermelho);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .06s ease, opacity .2s ease;
}

#pag_representantes .btn-buscar:active {
    transform: translateY(1px);
}

#pag_representantes .btn-buscar:hover {
    opacity: .92;
}

#pag_representantes .lista-lojas {
    background: #fff;
    padding: 28px 0 72px;
}

#pag_representantes .lojas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px 56px;
    max-width: 800px;
    margin: auto;
}

#pag_representantes .loja {
    border-bottom: 1px solid #ececec;
    padding-bottom: 22px;
}

#pag_representantes .loja h3 {
    font-size: 22px;
    color: var(--cinza-texto);
    font-weight: 700;
    margin-bottom: 8px;
}

#pag_representantes .loja p,
#pag_representantes .loja a {
    font-size: 16px;
    color: #666;
    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 {
    max-width: 1225px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}
.listagem_certificados {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 100px;
}
.listagem_certificados li {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: row;
    border-radius: unset;
    column-gap: 105px;
    align-items: center;
}
.listagem_certificados li:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.listagem_certificados li > div {
    width: 50%;
}
.listagem_certificados .mask_img {
    padding-top: 463px;
    position: relative;
    height: unset;
}
.listagem_certificados .mask_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.listagem_certificados li h3 {
    font-weight: 900;
    font-size: 32px;
    color: #2b2b2b;
}
.listagem_certificados li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2b2b2b;
    display: inline-block;
    max-width: 443px;
    margin-top: 12px;
}
.listagem_certificados li .bt_padrao {
    margin-top: 20px;
    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;
}
.listagem_certificados li:nth-of-type(odd) h3,
.listagem_certificados li:nth-of-type(odd) p,
.listagem_certificados li:nth-of-type(odd) a {
    text-align: left;
    margin-right: auto;
}
.listagem_certificados li:nth-of-type(even) h3,
.listagem_certificados li:nth-of-type(even) p,
.listagem_certificados li:nth-of-type(even) a {
    text-align: right;
    margin-left: auto;
}
.listagem_certificados li:nth-of-type(odd) img {
     object-position: center right;
}
.listagem_certificados li:nth-of-type(even) img {
     object-position: center left;
}