body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* La altura mínima es igual a la altura de la ventana */
  background-color: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

/* */
main {
  flex: 1; /* Ocupa todo el espacio disponible entre el header y el footer */
  background-color: black;
}

.pantalla {
  position: relative;
  width: 100%;
  height: 100vh; /* O ajusta según tu diseño */
  overflow: hidden;
}

.video-background {
  position: fixed; /* Fijar el video para que se mantenga de fondo */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que el video cubra toda la pantalla */
  z-index: -2; /* Mantener el video detrás de otros elementos */
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    0,
    0,
    0,
    0.596
  ); /* Oscurece el video (ajusta el valor de opacidad según necesidad) */
  z-index: -1; /* Coloca el filtro sobre el video */
}

.carousel-item {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

/* Navbar transparente pero más oscuro */
.custom-navbar {
  padding: 15px;
  background-color: rgb(0 0 0 / 88%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.nav-title {
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
}

.navbar-links {
  display: flex;
  justify-content: flex-end;
}

.container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: flex-end;
  justify-content: space-between;
}

.nav-item {
  margin-left: 20px;
  margin-bottom: 10px;
}

.nav_link {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

button {
  padding: 10px 20px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}

.carousel-inner {
  max-width: 80%;
  margin: auto;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.h1-desktop,
.h1-mobile {
  display: none;
}

.footer-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-button-container button {
  width: 50%;
}

@media (min-width: 1025px) {
  .h1-desktop {
    display: block;
    font-size: 3.3rem;
  }
  .maquinas-information-tablet-movile {
    display: none;
  }

  .carouselContainer {
    padding: 100px 5% 0px 5%;
  }

  .carouselImg {
    position: relative;
    height: 700px;
    background-color: #ddaf1e; /* Fondo dorado */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .paralelogramo {
    right: 100px;
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: black;
    transform: skew(10deg);
    z-index: 1;
  }

  .logo-container {
    height: 100%;
  }

  .sliceLogo {
    position: absolute;
    z-index: 2;
    top: 15%;
    right: 44%;
  }

  .sliceLogo img {
    width: 180%;
    transform: skew(-10deg);
  }

  .content {
    height: 100%;
  }

  .content-tittle {
    margin: 0px 4%;
    z-index: 2;
    text-align: center;
    position: relative;
  }

  .whitetext {
    color: #ddaf1e;
  }

  h1 {
    font-size: 2.4rem;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .content-information {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .content-information p {
    font-size: 1.4rem;
    margin: 0px 30px 20px 30px;
  }

  .content-information ul {
    list-style: none;
    margin-left: 30px;
    padding: 0px 10px 0px 0px;
  }

  .content-information li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .content-information li b {
    color: #000000; /* Amarillo */
  }

  .content-information b {
    font-size: 1.5rem;
  }

  .content-eslogan {
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    position: relative;
    flex-direction: row;
    bottom: 120px;
  }

  .content-eslogan p {
    font-size: 1.3rem;
  }

  .carouselImg2 {
    position: relative;
    height: 700px;
    background-color: #ddaf1e;
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  .fondo2 {
    position: relative;
    left: 122px;
  }

  .machine {
    position: relative;
    right: 250px;
  }

  .aling {
    width: 45%;
    display: flex;
    text-align: center;
    padding-right: 34px;
    justify-content: center;
  }

  .container-image {
    width: 100%;
  }

  .golden {
    background-color: #ddaf1e;
  }

  .secondslice {
    position: absolute;
    width: 40%;
    height: 100%;
    transform: skew(10deg);
    z-index: 1;
    right: -60px;
  }

  .leftside {
    left: -105px;
    width: 15%;
  }

  .rightside {
    width: 150px;
    right: -84px;
  }

  .bigger {
    width: 40%;
  }

  .filter {
    width: 100%;
    height: 100%;
    background-color: #0c0c0c5e;
    position: absolute;
    z-index: 1;
  }

  .container-image-machine {
    left: -480px;
    z-index: 2;
    position: relative;
    height: 100%;
    width: 400px;
  }

  .container-image-machine img {
    height: 100%;
  }

  .img-fondo {
    position: relative;
    right: -240px;
  }

  .container-image-machine-left {
    left: -1090px;
    z-index: 2;
    position: relative;
    width: 400px;
  }

  .container-image-machine-left img {
    width: 1000px;
  }
}
.container {
  display: flex;
  margin-top: 15%;
  margin-bottom: 20%;
  justify-content: center;
  align-items: center;
}

.nombre-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 0px 0px 30px;
}

.nombre-tittle {
  font-size: 5.6rem;
  color: #ddaf1e;
}

.nombre-sub-tittle {
  font-size: 3rem;
  color: #ffffff;
}

.container-aboutUs {
  padding: 100px 20% 0px 20%;
}

.text-aboutUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.question-abouts {
  color: #ddaf1e;
}

.answer-abouts {
  text-align: center;
  margin: 0px 20px 20px 20px;
  font-size: larger;
  color: #ffffff;
}

.contact-information {
  text-align: center;
}

.contactForm {
  margin: 10%;
}

.form-label {
  color: #ddaf1e;
}

footer {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}

footer h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin: 5px 0;
}

footer ul li a,
footer a {
  color: #ffffff;
  text-decoration: none;
}

footer ul li a:hover,
footer a:hover {
  text-decoration: underline;
}

.footer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.footer-item {
  width: 20em;
}

/* Media Queries para dispositivos tablets */
@media (max-width: 1024px) {
  .maquinas-information-tablet-movile {
    display: none;
  }
  .h1-mobile {
    display: block;
  }

  .nombre-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 0px 30px;
  }

  .nombre-tittle {
    font-size: 4.5rem;
    color: #ddaf1e;
  }
  .whitetext {
    color: #ddaf1e;
  }

  .carouselContainer {
    padding: 100px 0px 0px 0px;
  }

  .carouselImg {
    height: 600px;
    overflow: hidden;
    position: relative;
    background-color: #ddaf1e;
    display: flex;
  }

  .paralelogramo {
    right: 42px;
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: black;
    transform: skew(9deg);
    z-index: 1;
  }

  .logo-container {
    height: 100%;
  }

  .sliceLogo {
    display: flex;
    position: absolute;
    top: 18%;
    right: 72px;
  }

  .sliceLogo img {
    transform: skew(-10deg);
  }

  .content {
    height: 100%;
  }

  .content-information {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .content-information ul {
    list-style: none;
    margin-left: 30px;
    padding: 0px 10px 0px 0px;
  }

  .content-tittle h1 {
    font-size: 2.2rem;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  .content-information p {
    font-size: 1.1rem;
    margin: 0px 30px 20px 30px;
  }
  .content-information li {
    font-size: 1.1rem;
  }

  .content-information li b {
    font-size: 1.1rem;
  }

  .filter {
    width: 100%;
    height: 100%;
    background-color: #0c0c0c5e;
    position: absolute;
    z-index: 1;
  }

  .container-image-machine {
    left: -595px;
    z-index: 2;
    position: relative;
    height: 100%;
    width: 400px;
  }

  .container-image-machine img {
    height: 100%;
  }

  .golden {
    background-color: #ddaf1e;
  }

  .secondslice {
    position: absolute;
    width: 40%;
    height: 100%;
    transform: skew(10deg);
    z-index: 1;
    right: -60px;
  }

  .leftside {
    left: -105px;
    width: 15%;
  }

  .content-eslogan {
    display: flex;
    z-index: 2;
    justify-content: flex-end;
    position: relative;
    flex-direction: row;
    bottom: 100px;
  }

  .content-eslogan p {
    font-size: 1.1rem;
  }

  .container-image img {
    height: 100%;
  }

  .container-image-machine-left {
    left: -1017px;
    z-index: 2;
    position: relative;
    width: 400px;
    margin: auto;
  }

  .rightside {
    width: 150px;
    right: -84px;
  }

  .bigger {
    width: 40%;
  }

  .aling {
    width: 45%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
  }

  .color {
    color: #ddaf1e;
  }

  .carouselImg2 {
    position: relative;
    height: 700px;
    background-color: #ddaf1e;
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  .fondo2 {
    position: relative;
    left: 122px;
  }

  .machine {
    position: relative;
    right: 250px;
  }
}

@media (min-width: 769px) {
  .maquinas-information-tablet-movile {
    display: none;
  }
}

/* Media Queries para dispositivos móviles */
@media (max-width: 768px) {
  .maquinas-information-tablet-desctop {
    display: none;
  }
  .carouselImg {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .paralelogramo {
    display: none;
  }

  .content-tittle h1 {
    font-size: 2.2rem;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  .maquina2 {
    width: 443px;
  }

  .content-information {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .sliceLogo {
    top: 5%;
    right: 0;
  }

  .sliceLogo img {
    width: 100%;
  }

  h1 {
    font-size: 2rem;
  }

  .content-information p,
  .content-information li {
    font-size: 1.2rem;
    margin: 20px 30px 20px 30px;
  }

  .content-information li b {
    font-size: 1.2rem;
  }

  .content-eslogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: static;
  }

  .content-eslogan p {
    font-size: 1.5rem;
  }

  .container-aboutUs {
    padding: 100px 20% 0px 20%;
  }

  .container {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 15%;
    margin-bottom: 10%;
    flex-direction: column;
    align-items: center;
  }

  .nombre-container {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nombre-tittle {
    font-size: 6rem;
    color: #ddaf1e;
    text-align: center;
  }

  .nombre-sub-tittle {
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
  }

  .container-aboutUs {
    padding: 100px 0px 0px 0px;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
  }
}
