:root {
  --azure: #235074;
  --lightblue: #38b6ff;
  --gray: #9a9aa6;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Geist", sans-serif;
  background-color: white;
}

a {
  color: white;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/* main page */

.top-image {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: black;
}

.bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity;
  transition: opacity 1.2s ease-in-out;
  transform: translateZ(0);
  height: 100%;
  width: 100%;
}

.bg1 {
  opacity: 1;
  z-index: 0;
}

.bg2 {
  opacity: 0;
  z-index: 0;
}

.initial-text {
  position: absolute;
  bottom: 20%;
  left: 3%;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  will-change: opacity;
  transition: opacity 1.2s ease-in-out;
  z-index: 2;
  opacity: 1;
}

.initial-text.left {
  left: 3%;
}

.initial-text.right {
  right: 3%;
}

.initial-text p {
  margin: 0;
}

#carousel-text.fade-out {
  opacity: 0;
}

#carousel-text {
  transition: opacity 1.2s ease-in-out;
  opacity: 1;
}

#carousel-subtext {
  transition: opacity 1.2s ease-in-out;
  opacity: 1;
  font-size: 1.5rem;
}

#carousel-subtext.fade-out {
  opacity: 0;
}

.appbar-top a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.2em 0.7em;
  border-radius: 4px;
  color: white;
  text-decoration: none;
}

.appbar-top {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  color: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.appbar-top.hidden {
  transform: translateY(-100%);
}

.contact-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-wrap img {
  width: 50px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}

.logo-wrap h2 {
  font-size: 1.6rem;
}

.appbar-first-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.appbar-second-elements {
  display: flex;
  justify-content: center;
}

.informations-contact {
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.informations-contact p {
  margin: 0;
}

.appbar-second-line {
  display: flex;
  justify-content: center;
}

.two-lines {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.two-lines span {
  font-size: .7rem;
}

.logo {
  width: 150px;
  height: auto;
  cursor: pointer;
}

.nav-links {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

.nav-links a {
  font-weight: 600;
  font-size: .9rem;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--lightblue)
}

/* .initial-text {
  font-weight: 1000;
  font-size: 2.5rem;
  color: white;
  position: absolute;
  text-align: center;
  margin-top: 38vh;
  margin-left: 3vw;
  z-index: 10;
} */

.trl-desc {
  position: relative;
  height: 600px;
  background-image: url(../assets/fotosMaquinas/fabricaComMaquinas.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.trl-desc::after {
  content: "";
  position: absolute;
  background-image:
    url(../assets/imagens_CANVA/SGQ.png),
    url(../assets/imagens_CANVA/certificado\ TUV\ Nord.png);
  background-size: 100px, 100px;
  background-repeat: no-repeat, no-repeat;
  background-position: top, center calc(100%);
  width: 200px;
  height: 220px;
  top: 40px;
  right: 160px;
  z-index: 999;
}

.trl-desc h1 {
  margin-top: 0;
}

.trl-desc-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  padding: 60px;
  padding-top: 40px;
  background-color: rgba(0, 64, 128, 0.45);
  max-width: 215px;
}

#top-text {
  margin-bottom: 60px !important;
}

.trl-desc-left h1 {
  font-size: 3.5rem;
  margin-bottom: 0px;
}

.trl-desc-left h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 40px;
}

.trl-desc-right {
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  font-weight: 300;
}

.trl-desc-right strong {
  font-size: 1.3rem;
  font-weight: 600;
}

.trl-desc-right p {
  max-width: 800px;
}

.card-desc {
  margin-top: -180px;
  margin-left: auto;
  padding: 6px 25px;
  font-size: 0.8rem;
  border-radius: 12px;
  background-color: rgb(56, 182, 255, 0.6);
  max-width: 300px;
}

.title-card-desc {
  font-size: 1.2rem !important;
}

.main-text {
  margin-top: 5vw;
  text-align: center;
  margin-bottom: 0.8vh;
}

/* 
.services {
  background-image: url(../assets/imagens_CANVA/industrialWorkerCut.png);
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-position: top left;
  height: 100%;
} */

.services-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.services-title h1 {
  font-size: 2.8rem;
}

.services-title {
  text-align: center;
  font-size: 1.8rem;
  color: var(--azure);
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-titles {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
  max-width: 900px;
  text-align: center;
  align-items: center;
  background-color: rgba(35, 80, 116, 0.3);
  padding: 4px 15px;
  border-radius: 8px;
}

.services-titles h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 150px;
}

.services-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.services-icons img {
  max-width: 120px;
  display: block;
  margin: 0 10px;
  filter: grayscale(100%);
}

.under-service-part {
  display: flex;
  align-items: center;
  gap: 300px;
  margin-bottom: 170px;
}

.under-service-part li {
  margin-bottom: 3px;
  font-weight: bold;
  color: var(--azure);
}

.title-list-services {
  font-size: 1.3rem;
}

.right-side-services li {
  font-weight: 400 !important;
  font-size: .9rem;
}

.business-name {
  color: var(--lightblue);
}

.equipamentos {
  background-image: url('../assets/imagens_CANVA/pecas.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 700px;
}

.equipamentos-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: var(--azure);
  margin-bottom: 10px;
}

.equipamentos-container {
  margin: 0px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}

.equipamentos-container img {
  width: 750px;
}

.equipamentos-text {
  background-color: #cedaeb;
  padding: 30px;
  border-radius: 16px;
  font-size: 1.3rem;
  max-width: 580px;
  margin-bottom: 40px;
}

.equipamentos-text a {
  text-decoration: underline;
  color: var(--azure);
}

.equipamentos-text span {
  color: var(--azure);
  font-weight: bold;
  font-size: 1.6rem;
}

.equipamentos-text li {
  font-weight: bold;
  color: var(--azure);
  align-items: start;
  font-size: 1.3rem;
}

.right-side-equipamentos img {
  width: 120px;
  height: 100%;
  cursor: pointer;
}

.lower-right strong {
  color: var(--azure);
  font-size: 1.3rem;
}

.lower-right img {
  width: 180px;
}

.lower-right img:hover {
  width: 200px;
}

.lower-right {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 200px;
}

.lower-right a {
  color: black;
}

.lower-right a:hover {
  cursor: pointer;
}

.qualidade-metrologia {
  background-color: #000;
}

.qualidade-metrologia-content {
  background-image: url("../assets/imagens_CANVA/bgMetrologiaSection.png");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  height: 100%;
  background-position: right top;
}

.title-metrologia {
  color: white;
  display: flex;
  justify-content: center;
  gap: 120px;
  align-items: center;
  padding: 35px 0px;
}

.title-metrologia h1 {
  font-size: 2.8rem;
}

.title-metrologia img {
  width: 300px;
  height: 100%;
}

.content-qualidade {
  display: flex;
  flex-direction: column;
  background-image: url("../assets/imagens_CANVA/metrologyBgWithIso.png");
  background-repeat: no-repeat;
  background-size: 550px;
  height: 100%;
  background-position: left bottom;
}

.qualidade-texts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 150px;
}

.left-text {
  font-size: 1rem;
  text-align: center;
  color: white;
  max-width: 430px;
  margin: 0 auto;
}

.left-text button {
  margin: 0 auto;
}

.left-text strong {
  color: var(--lightblue);
}

.center-text {
  color: white;
  font-size: .9rem;
  font-weight: normal;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.center-text-title {
  font-size: 1.2rem;
}

.center-text ul {
  color: var(--lightblue);
  max-width: 420px;
  text-align: center;
  font-weight: bold;
  list-style-type: none;
  padding: 0;
}

.center-text li {
  margin-bottom: 30px;
}

/* .right-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
  color: white;
  text-align: center;
  background-image: url(../assets/imagens_CANVA/paquimetro.png);
  background-position: right bottom 30px;
  background-size: 330px;
  background-repeat: no-repeat;
} */

.right-text {
  position: relative;
  /* importante para o posicionamento do ::after */
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9rem;
  color: white;
  text-align: center;
}

.right-text::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0px;
  /* width: 80%;
  height: 80%; */
  min-width: 80%;
  min-height: 80%;
  background-image: url("../assets/imagens_CANVA/paquimetro.png");
  background-repeat: no-repeat;
  background-size: 93%;
  background-position: right bottom;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}

.right-text * {
  position: relative;
  z-index: 5;
}

.right-text p {
  margin-top: 3px;
}

.right-text img {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.right-text a {
  cursor: pointer;
}

#variedade {
  margin-top: 120px !important;
}

.TUV {
  width: 120px !important;
  height: 120px !important;
  margin-bottom: 20px;
}

.TUV:hover {
  cursor: pointer;
}

.stars {
  margin-top: 0px !important;
  width: 250px !important;
  height: 40px !important;
}

.button-qualidade {
  display: flex;
  justify-content: center;
}

.fabricacao {
  position: relative;
  height: 650px;
  background-image: url(../assets/imagens_CANVA/Bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.fabricacao::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(35, 80, 116, 0.7);
}

.fabricacao::after {
  content: "";
  position: absolute;
  background-image:
    url(../assets/logos_clientes/solidworks-logo.png),
    url(../assets/logos_clientes/Solidworks_logo.png);
  background-size: 80px, 200px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center calc(100% - 30px);
  width: 200px;
  height: 200px;
  top: 0;
  right: 120px;
  z-index: 999;
}

.fabricacao .text-primary {
  color: #111;
}

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

.fabricacao p {
  margin: 0px;
}

.fabricacao-content {
  padding: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.fabricacao-title h1 {
  color: var(--azure);
  font-size: 2.3rem;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 25px;
}

.fabricacao-title h2 {
  color: var(--azure);
  margin: 0px;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.left-fabricacao {
  padding-left: 5px;
  font-size: 1.2rem;
}

.right-fabricacao {
  margin-top: -400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: end;
  position: relative;
  z-index: 2;
}

.right-fabricacao h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.3rem;
  color: var(--azure);
}

.right-fabricacao h2 {
  margin: 0px;
  font-size: 1.9rem;
  color: var(--azure);
}

.right-fabricacao {
  font-size: 1.15rem;
}

.title-right-fabricacao {
  margin-bottom: 15px;
}

.right-fabricacao strong {
  color: #FFBD59;
}

.azure-color {
  z-index: 5;
}

.white-color {
  color: white;
  position: relative;
  z-index: 5;
}

.engenharia-de-processos {
  background-image: url("../assets/fotosMaquinas/fabricaComMaquinas.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(1, 56, 110, 0.8);
  background-blend-mode: overlay;
  height: 100vh;
}

.title-engenharia {
  background-color: white;
  color: var(--azure);
  text-align: center;
  font-size: 1.8rem;
  padding: 35px 0px;
  background-image: url("../assets/icons/robotpng.parspng.com-3.pn.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.text-engenharia {
  color: white;
  font-size: 1.4rem;
  margin: 50px auto;
  align-items: center;
  max-width: 600px;
}

.logos-engenharia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 120px;
  align-items: center;
}

.logos-engenharia img {
  width: 300px;
  height: 100%;
}

.cube {
  width: 100px !important;
}

.setores {
  background-image: url("../assets/imagens_CANVA/TransparentBgMan.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 450px;
}

.setores-content {
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding-left: 60px;
}

.left-side-setores {
  font-size: 1rem;
}

.left-side-setores h1 {
  color: var(--azure);
  font-size: 3rem;
  margin-bottom: 0;
  margin-top: 30px;
}

.left-side-setores p {
  margin-bottom: 75px;
}

.left-side-setores ul {
  list-style-type: none;
  text-align: start;
  align-items: start;
  padding-inline-start: 0;
}

.left-side-setores li {
  margin-bottom: 15px;
}

.right-side-setores {
  background-image: url("../assets/imagens_CANVA/corrente-info.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: overlay;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  padding: 80px 0;
  z-index: -1000;
}

.right-side-setores li {
  position: relative;
  font-weight: bold;
  font-size: 0.9rem;
  align-items: center;
}

.img-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.img-line img {
  padding-bottom: 20px;
  width: 40px;
}

#car img {
  margin-left: 40px;
}

#air img {
  margin-right: 30px;
}

#energy img {
  margin-left: 30px;
  margin-bottom: 15px;
}

#oil img {
  margin-right: 30px;
}

#tractor img {
  margin-left: 30px;
  margin-bottom: 10px;
}

#flour img {
  margin-right: 30px;
  padding-bottom: 10px;
  width: 50px;
}

#transportation img {
  margin-left: 30px;
  margin-bottom: 20px;
}

#construction img {
  margin-right: 30px;
}

.setores-left {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.setores-left li {
  position: relative;
}

.setores-left li::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 28%;
  width: 80px;
  height: 4px;
  background-color: var(--azure);
}

.setores-right {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.setores-right li {
  position: relative;
  padding-top: 10px;
}

.setores-right li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--azure);
}

.pecas {
  background-color: #000;
  padding: 50px;
}

.title-pecas {
  text-align: center;
  color: white;
  font-size: 1.6rem;
}

.desc-pecas {
  color: white;
  font-size: .8rem;
  margin-bottom: 50px;
  text-align: center;
}

.pecas-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  align-items: center;
  justify-items: center;
  margin-bottom: 80px;
}

.pecas-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.pecas-slider img:hover {
  width: 120%;
  cursor: pointer;
  z-index: 1;
}

.pecas-under {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pecas-under-left {
  margin-top: 40px;
  color: white;
  max-width: 600px;
}

.pecas-under-left ul {
  margin-block-start: 0;
  padding-inline-start: 18px;
  font-size: .9rem;
}

.pecas-under-left strong {
  font-size: 1.2rem;
}

.pecas-under-left span {
  color: var(--lightblue);
}

.pecas-under-right {
  display: flex;
  align-items: center;
  color: white;
  text-align: center;
}

.pecas-under-right img {
  width: 300px;
}

.pecas-under-right p {
  max-width: 350px;
}

.checkmark-text {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checkmark-text img {
  width: 80px;
}

button {
  border-radius: 18px;
  background-color: var(--lightblue);
  padding: 0.65vw;
  border: none;
}

button:hover {
  background-color: var(--lightblue);
  cursor: pointer;
}

.desc {
  text-align: center;
  margin-top: 0.2vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

.text {
  display: inline-block;
}

.title {
  font-size: 1.6rem;
  margin-right: 0.5vw;
  color: white;
}

.separate {
  color: white;
}

a:hover {
  color: var(--lightblue);
}

.footer-end {
  margin-top: 4.5vh;
  text-align: center;
}

.footer-end p {
  margin-bottom: 0.5vh;
  margin-top: 0.5vh;
}

.threecom-logo {
  width: 120px;
  cursor: pointer;
}

.contacts {
  background-image: url('../assets/imagens_CANVA/bg_contacts.png');
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--azure);
  color: white;
}

.contact-icon {
  width: 100px;
  height: 100%;
}

.right-position {
  padding: 30px;
}

.title-text h1 {
  margin-bottom: 20px;
}

.title-text p {
  font-size: 1.5rem;
}

.imagem-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-content {
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
}

.contact-container img {
  width: 100px;
  height: 100px;
}

.right-side-contact {
  display: flex;
  flex-direction: column
}

.right-side-contact img {
  margin-top: -40px;
  margin-left: -100px;
  width: 70px;
  height: 100%;
}

.right-contact-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.right-contact-title p,
h1 {
  margin: 0;
}

.contact-wrap-under {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.contact-wrap-under p {
  margin: 0;
}

.right-contact-text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}

.left-contact-info h1 {
  margin-bottom: 15px;
}

.icons-socials {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  align-items: center;
}

.icons-socials img {
  width: 35px;
  cursor: pointer;
  margin: 0 auto;
}

.mapa {
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  /* largura máxima */
  overflow: hidden;
  /* deixa os cantos arredondados sem "vazar" */
  border-radius: 20px;
  margin: 0 auto;
}

/* Maquinas */

.capacidade-dimensional {
  background-image: url('../assets/imagens_CANVA/bg_capacidade.png');
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right bottom;
}

.title-capacidade {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  color: var(--azure);
}

.capacidade-content {
  color: var(--azure);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  margin-right: 250px;
}

.left-side-capacidade {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  background-color: #e9edf1;
  padding-top: 10px;
  padding-bottom: 30px;
}

.left-side-capacidade h2 {
  font-size: 2rem;
  text-align: center;
}

.left-side-capacidade img {
  margin: 0 auto;
}

.indexLogo {
  width: 105px !important;
}

.right-side-capacidade p {
  margin-bottom: 80px;
}

.right-side-capacidade {
  margin: 35px auto;
  font-size: .95rem;
}

.right-side-capacidade li {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--azure);
  align-items: start;
  font-size: 1.3rem;
}

.right-side-capacidade a {
  color: var(--azure);
}

.right-side-capacidade a:hover {
  text-decoration: underline;
}

.machines {
  padding: 10px;
}

.machines-second {
  padding: 10px;
}

.right {
  text-align: right;
}

.machines-title,
.machines-title-second {
  display: flex;
  align-items: center;
  color: var(--azure);
  gap: 20px;
}

.machines-title-second {
  justify-content: end;
}

.maquinas-display-trio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100vw;
}

.machine-wrap {
  text-align: center;
  font-size: 1.3rem;
}

.machine-wrap strong {
  color: var(--azure);
}

.machine-wrap span {
  font-weight: bold;
  color: var(--azure);
}

.maquinas-display-trio img {
  width: 250px;
  height: 250px;
}

.reverse {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 100% !important;
  width: 370px !important;
}

.maquinas-display-quad {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100vw;
}

.maquinas-display-quad img {
  width: 190px;
}

.ge42 {
  width: 250px !important;
}

.gu600 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.romiE45 {
  width: 250px !important;
}

.p400 {
  width: 230px !important;
}

.traub {
  width: 300px;
  height: 100%;
}

.maquinas-display-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.maquinas-display-duo img {
  width: 500px;
  margin: auto;
}

.romiPolaris {
  width: 300px !important;
  margin: auto;
}

.maquinas-display-trio-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.maquinas-display-trio-2 img {
  width: 300px;
  height: 100%;
}

.popup-container {
  position: relative;
  display: inline-block;
}

.popup {
  display: none;
  position: absolute;
  top: 10px;
  right: 20%;
  transform: translateX(-50%);
  background: rgba(56, 182, 255, 0.9);
  color: white !important;
  padding: 15px;
  border-radius: 10px;
  width: 170px;
  text-align: left;
  font-size: 0.9rem;
  z-index: 10;
}

.popup-container:hover .popup {
  display: block;
}

.popup p {
  margin: 0;
}

.medicao {
  background-image: url("../assets/imagens_CANVA/regua\ png.png");
  background-repeat: no-repeat;
  background-color: black;
  background-blend-mode: overlay;
  background-position: right top;
  background-size: 110px;
}

.medicao-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: 120px;
}

.left-side-medicao,
.center-medicao,
.right-side-medicao {
  padding-top: 20px;
  margin: 0 auto;
}

.title-medicao {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.title-medicao h1 {
  font-size: 1.8rem;
  margin-bottom: 0;
  color: var(--lightblue);
  text-align: center;
}

.title-medicao p {
  text-align: center;
  color: white;
  font-size: .8rem;
}

.under-card-medicao {
  padding: 15px;
  background-color: rgba(35, 80, 116, 0.5);
  border-radius: 12px;
  color: #fff;
  font-size: .9rem;
}

.under-card-medicao strong {
  color: var(--lightblue);
}

.center-medicao {
  background-image: url('../assets/imagens_CANVA/MitutoyoMaquinaRecorte.png');
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  background-color: black;
  width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.center-medicao h1 {
  font-size: 1.3rem;
  margin-bottom: 0px;
}

.center-medicao p {
  font-size: .8rem;
  margin-bottom: 500px;
}

.center-medicao img {
  width: 250px;
}

.right-side-medicao {
  text-align: end;
  color: white;
}

.right-side-medicao span {
  color: var(--lightblue);
  font-weight: bold;
  text-align: center;
}

.right-side-medicao p {
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.right-side-medicao ul {
  list-style-type: none;
}

.right-side-medicao li {
  font-size: .9rem;
  margin-bottom: 8px;
}

@media (max-width: 1400px) {

  .under-card-medicao {
    font-size: .7rem !important;
  }

}

@media (max-width: 1100px) {

  .capacidade-dimensional {
    background-size: 200px;
  }

  .setores-content {
    gap: 10px;
    padding-left: 20px;
  }

  .setores {
    background-size: 350px;
    ;
  }

  .medicao li,
  .medicao span,
  .medicao p {
    font-size: .3rem;
  }

  .center-medicao p {
    font-size: 1.2rem !important;
  }

  .medicao strong {
    font-size: .8rem;
  }

  .under-card-medicao strong {
    font-size: .8rem !important;
  }

  .medicao span {
    font-size: .3rem !important;
  }

  .medicao-content {
    padding-right: 20px;
  }

  .machine-wrap {
    font-size: .8rem;
  }

  .desc-pecas {
    font-size: .4rem;
  }

}

/* Slider */

.slide img {
  max-width: 330px;
  min-height: 220px;
  max-height: 220px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
}

/* #container {
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
} */

/* #slider-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
} */

#container {
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
}

#slider-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
  overflow: hidden;
}

#slider-container .btn {
  position: absolute;
  top: calc(50% - 30px);
  height: 30px;
  width: 30px;
  border-left: 8px solid white;
  border-top: 8px solid white;
}

#slider-container .btn {
  display: none !important;
}

#slider-container .btn:hover {
  transform: scale(1.2);
}

#slider-container .btn.inactive {
  border-color: rgb(160, 160, 160);
}

#slider-container .btn:first-of-type {
  transform: rotate(-45deg);
  left: 10px;
}

#slider-container .btn:last-of-type {
  transform: rotate(135deg);
  right: 10px;
}

/* #slider-container #slider {
  display: flex;
  width: 1000%;
  height: 100%;
  transition: all 0.5s;
} */

#slider-container #slider {
  display: flex;
  width: 100%;
  transition: margin-left 0.6s ease;
}

/* #slider-container #slider .slide {
  height: 90%;
  margin: auto 5px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 25%;
  place-items: center;
} */

#slider-container #slider .slide {
  flex: 0 0 25%;
  margin: 0;
  /* remove espaço entre slides */
  padding: 0;
  position: relative;
}

#slider-container #slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cobre toda a área sem distorcer */
  border-radius: 6px;
  display: block;
}

#slider-container #slider .slide span {
  color: white;
  font-size: 150px;
}

@media only screen and (min-width: 1100px) {
  #slider-container #slider .slide {
    width: calc(2.5% - 20px);
  }
}

@media only screen and (max-width: 1000px) {
  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }

  .nav-links a {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .top-image {
    height: 60vh !important;
  }

  .appbar-top a {
    font-size: 1.6rem;
  }

  .two-lines span {
    font-size: 1rem;
  }

  .appbar-top {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
  }

}

@media only screen and (max-width: 1100px) {
  #slider-container #slider .slide {
    width: calc(3.3333333% - 20px);
  }

  .right-side-capacidade {
    font-size: .6rem;
  }

  .right-side-capacidade li {
    font-size: .6rem;
  }

  .card-desc {
    font-size: .7rem;
    margin-top: -30px;
  }

  .trl-desc::after {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #slider-container #slider .slide {
    width: calc(5% - 20px);
  }

}

@media only screen and (max-width: 550px) {
  #slider-container #slider .slide {
    width: calc(10% - 20px);
  }
}

@media (max-width: 1400px) {

  .lower-right img {
    width: 100px !important;
  }

  .equipamentos-container img {
    width: 600px;
  }

  .desc-pecas {
    font-size: .5rem;
  }

  .checkmark-text {
    font-size: .8rem;
  }

  .equipamentos {
    background-size: 600px;
  }
}