
      .menu-horizontal .menu-left .product-dropdown {
        position: relative;
      }

      .instagram img,.whatsapp img, .presupuesto img{width:90%;height:60%;object-fit:contain}

      .menu-horizontal .menu-left .product-dropdown-menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        min-width: 300px;
        max-height: 70vh;
        overflow-y: auto;
        background: var(--verde-secundario);
        border-radius: 12px;
        padding: 10px 0;
        list-style: none;
        margin: 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
        z-index: 1500;
      }

      .menu-horizontal .menu-left .product-dropdown:hover .product-dropdown-menu,
      .menu-horizontal .menu-left .product-dropdown:focus-within .product-dropdown-menu {
        display: block;
        scrollbar-width: none;
        width: 100%;
      }

      .menu-horizontal .menu-left .product-dropdown-menu li {
        width: 95%;
        margin: 0 auto;
        

      }

      .menu-horizontal .menu-left .product-dropdown-menu .dropdown-group {
        color: var(--verde-principal);
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        padding: 10px 18px 6px;
        cursor: default;
        width: 95%;
        
        
      }

      .menu-horizontal .menu-left .product-dropdown-menu a {
        display: block;
        
        color: var(--gris-claro);
        text-decoration: none;
        font-size: 14px;
        padding: 9px 18px;
        transition: background-color 0.2s, color 0.2s;
        margin:  10px auto;
        
      }

      .menu-horizontal .menu-left .product-dropdown-menu a:hover,
      .menu-horizontal .menu-left .product-dropdown-menu a:focus {
        background: rgba(0, 0, 0, 0.18);
        color: #fff;
      }

      @media (max-width: 1024px) {
        .menu-horizontal .menu-left .product-dropdown-menu {
          display: none !important;
        }
      }

.texto,
body {
  position: relative;
}
.empresa-container strong,
.empresa-header h1,
.texto h2 {
  color: var(--verde-secundario);
}
.dropdown div,
.selected {
  cursor: pointer;
  display: flex;
}
body {
  z-index: 1;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: var(--negro);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("imagenes_y_videos_faac/dussich\ logo.png");
  background-repeat: no-repeat;
  background-size: 780px;
  background-position: center center;
  opacity: 0.1;
  z-index: -9999;
  pointer-events: none;
}
img {
  width: 30%;
  height: auto;
  object-fit: cover;
}
.encargados img {
  transition:
    transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out,
    background-color 0.4s ease-in-out;
  width: 33%;
  height: auto;
  border-radius: 10px;
}
.encargados img:hover {
  background-color: rgba(135, 205, 50, 0.514);
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(15, 205, 40, 0.453);
}
.encargados {
  width: 88%;
  display: block;
  margin: 0 auto;
}
.personas {
  display: inline-flex;
}
.c721,
.c741,
.c844,
.c851,
.c884 {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 0;
}
.c741,
.c884 {
  flex-direction: row-reverse;
}
.texto {
  width: 45%;
  background-color: #2bef357c;
  border-radius: 0 150px;
  padding: 70px;
  z-index: 10;
}
.texto::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.7;
  border-radius: inherit;
  z-index: -1;
}
.texto p {
  font-size: 21px;
  margin-top: 7px;
}
.texto h2 {
  font-size: 45px;
  margin-bottom: 0;
}
.float-btn {
  position: fixed;
  right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
  animation: 0.8s ease-out forwards slideUp;
  z-index: 999;
}
.contenedor {
  display: inline-flex;
  z-index: 5;
  position: fixed;
}
.contenedor1 {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  margin-right: 25px;
}
.contenedor1 .prueba1,
.prueba1 {
  background-color: var(--verde-principal);
  position: relative;
  width: 50px;
  height: 400px;
  border-color: #000;
}
.contenedor1 .prueba1 {
  margin-bottom: 100px;
}
.contenedor1 .prueba2 {
  width: 50px;
  height: 400px;
  border-color: #000;
  background-color: #44b34aa9;
  z-index: 10;
  position: absolute;
  margin-left: 25px;
}
.prueba2 {
  margin-top: 100px;
  width: 50px;
  height: 400px;
  border-color: #000;
  background-color: #44b34aa9;
  z-index: 10;
  position: absolute;
  margin-left: 25px;
}
.dropdown,
.selected {
  background-color: rgba(21, 199, 83, 0.2);
  border-radius: 20px;
  color: var(--verde-principal);
}
.whatsapp {
  bottom: 90px;
  animation-delay: 2.5s;
}
.instagram {
  bottom: 20px;
  animation-delay: 3.5s;
}
.presupuesto {
  bottom: 160px;
  animation-delay: 4.5s;
}
.instagram img,
.whatsapp img,
.presupuesto img {
  width: 90%;
  height: 60%;
  object-fit: contain;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.float-btn:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.presupuesto-notification {
  position: fixed;
  bottom: 160px;
  right: 85px;
  opacity: 0;
  background: linear-gradient(
    135deg,
    var(--verde-principal) 0%,
    var(--verde-secundario) 100%
  );
  color: white;
  padding: 20px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  z-index: 2000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  animation: slideInFromRight 0.8s ease-out forwards;
  animation-delay: 6.3s;
}
.presupuesto-notification.hide {
  animation: slideOutToRight 0.8s ease-in forwards;
}
@keyframes slideInFromRight {
  0% {
    right: -400px;
    opacity: 0;
  }
  100% {
    right: 85px;
    opacity: 1;
  }
}
@keyframes slideOutToRight {
  0% {
    right: 85px;
    opacity: 1;
  }
  100% {
    right: -400px;
    opacity: 0;
  }
}
:root {
  --verde-principal: #9acd32;
  --verde-secundario: #2e7d32;
  --gris-claro: #f4f4f4;
  --negro: #222;
}
.language-selector {
  position: relative;
}
.selected {
  align-items: center;
  padding: 10px 18px;
  font-weight: 700;
  gap: 20px;
}
.dropdown img,
.selected img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.dropdown {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px) !important;
  overflow: hidden;
  width: 160px;
  z-index: 100;
  margin-top: 10px;
}
.dropdown div {
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  transition: background 0.2s;
}
.dropdown div:hover {
  background-color: var(--verde-secundario);
  color: var(--gris-claro);
  font-weight: 700;
}
.linea-orizontal {
  width: 95%;
  height: 2px;
  background-color: #ccc;
  margin: 60px auto;
}
.empresa-container {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #1b1b1b;
}
.empresa-header {
  text-align: center;
  margin-bottom: 50px;
}
.empresa-header h1 {
  font-size: 40px;
  letter-spacing: 1px;
}
.empresa-header p {
  font-size: 18px;
  color: #333;
}
.empresa-sobre {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.empresa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-bottom: 70px;
}
.empresa-card {
  background: #ffffffd2;
  border-left: 5px solid var(--verde-secundario);
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.empresa-card h3,
.valor-card h4 {
  margin-bottom: 10px;
  color: var(--verde-secundario);
}
.empresa-card p {
  color: #555;
}
.empresa-historia {
  margin-bottom: 60px;
}
.empresa-historia h2 {
  color: var(--verde-secundario);
  margin-bottom: 15px;
}
.empresa-historia p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.empresa-valores h2 {
  color: var(--verde-secundario);
  margin-bottom: 20px;
}
.valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.valor-card {
  background: #f3fdf8;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #d3f0df;
}
.empresa-cultura h2 {
  color: var(--verde-secundario);
  margin-bottom: 10px;
}
.empresa-cultura p {
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .empresa-header h1 {
    font-size: 30px;
  }
}
.bloque-video-nav {
  width: 100%;
}
.video-background {
  position: relative;
  width: 100%;
  height: 8vh;
  overflow: hidden;
}
.bibliografia {
  background: linear-gradient(var(--verde-secundario), var(--verde-principal));
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 60px;
  flex-wrap: wrap;
  gap: 20px;
}
.logobibliografia {
  flex: 1 1 150px;
  max-width: 150px;
}
.destradestra,
.divcentro,
.divdestra,
.divsinistra {
  flex: 1 1 200px;
  min-width: 180px;
  font-size: 16px;
  line-height: 1.6;
}
.divdestra {
  text-align: left;
}
.destradestra {
  text-align: right;
  font-size: 24px;
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
}
.contenido {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 25%;
  line-height: 30px;
  font-size: 260%;
}
.div-opciones,
.menu-horizontal {
  top: 0;
  z-index: 1000;
  position: fixed;
}
.menu-horizontal,
.menu-left a,
.menu-right a {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: none;
  color: var(--verde-principal);
  font-weight: 700;
  background-color: rgba(21, 199, 83, 0.2);
}
.menu-horizontal {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition:
    transform 0.4s,
    opacity 0.4s;
  margin-top: 10px;
  height: auto;
}
.menu-left,
.menu-right {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}
.menu-logo {
  justify-self: center;
  display: block;
  line-height: 0;
}
.logoIMG {
  height: 100px;
  width: auto;
  display: block;
}
.menu-left a:hover,
.menu-right a:hover {
  background-color: var(--verde-secundario);
  color: #fff;
}
.div-opciones {
  left: -260px;
  width: 250px;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 50px;
  transition: left 0.4s ease-in-out;
}
.div-opciones.activo {
  left: 0;
}
.div-opciones ul {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 20px;
}
.div-opciones ul li a {
  width: 100%;
  text-align: center;
}
.div-opciones a {
  width: 40%;
  text-align: center;
}
.menu-toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 30px;
  background: 0 0;
  border: none;
  color: var(--verde-principal);
  z-index: 1001;
  cursor: pointer;
}
.puntos-lado1 {
  padding: 0 0 0 70px;
  margin: 0;
  width: 45%;
  position: relative;
}
.puntos-lado1 li {
  list-style: disc inside;
}
.puntos-lado1 p {
  margin: 5px 0 10px;
  width: 90%;
}
.div-opciones li {
  list-style: none;
  margin-top: 40px;
  word-wrap: break-word;
}
.dussichServices {
  color: #f48800 !important;
  background-color: #6c1a31;
}
.div-opciones li a {
  text-decoration: none;
  color: var(--verde-principal);
  font-weight: 700;
  font-size: 22px;
  background-color: rgba(21, 199, 83, 0.2);
  border-radius: 20px;
  padding: 10px 25px;
  transition:
    background-color 0.3s,
    color 0.3s;
}
@media (max-width: 360px) {
  body::before {
    background-size: 300px;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .encargados img {
    width: 90%;
  }
  .texto {
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 80%;
  }
  .texto h2 {
    font-size: 27px;
    font-weight: 995;
  }
  .texto p {
    font-size: 14px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 361px) and (max-width: 480px) {
  body::before {
    background-size: 320px;
  }
  .encargados img {
    width: 90%;
  }
  .texto {
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 80%;
  }
  .texto h2 {
    font-size: 27px;
    font-weight: 995;
  }
  .texto p {
    font-size: 14px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  body::before {
    background-size: 650px;
  }
  .escondido,
  .menu-toggle {
    display: block !important;
  }
  .menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 30px;
    background: 0 0;
    border: none;
    color: var(--verde-principal);
    z-index: 1001;
    cursor: pointer;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .encargados img {
    width: 65% !important;
  }
  .texto {
    margin-top: 20px;
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 70%;
  }
  .texto h2 {
    font-size: 30px;
    font-weight: 995;
  }
  .texto p {
    font-size: 18px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 647px) and (max-width: 926px) and (orientation: portrait) {
  body::before {
    background-size: 650px;
  }
  .escondido,
  .menu-toggle {
    display: block !important;
  }
  .menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 30px;
    background: 0 0;
    border: none;
    color: var(--verde-principal);
    z-index: 1001;
    cursor: pointer;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .encargados img {
    width: 65%;
  }
  .texto {
    margin-top: 20px;
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 70%;
  }
  .texto h2 {
    font-size: 30px;
    font-weight: 995;
  }
  .texto p {
    font-size: 18px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body::before {
    background-size: 650px;
  }
  .escondido,
  .menu-toggle {
    display: block !important;
  }
  .menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 30px;
    background: 0 0;
    border: none;
    color: var(--verde-principal);
    z-index: 1001;
    cursor: pointer;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .encargados img {
    width: 65% !important;
  }
  .texto {
    margin-top: 20px;
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 70%;
  }
  .texto h2 {
    font-size: 30px;
    font-weight: 995;
  }
  .texto p {
    font-size: 18px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 820px) and (max-width: 1200px) {
  body::before {
    background-size: 650px;
  }
  .escondido,
  .menu-toggle {
    display: block !important;
  }
  .menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 30px;
    background: 0 0;
    border: none;
    color: var(--verde-principal);
    z-index: 1001;
    cursor: pointer;
  }
  .contenedor,
  .contenedor1 {
    display: none !important;
  }
  .encargados img {
    width: 65%;
  }
  .texto {
    margin-top: 20px;
    border-radius: 0 75px;
    padding: 20px 40px;
    width: 70%;
  }
  .texto h2 {
    font-size: 30px;
    font-weight: 995;
  }
  .texto p {
    font-size: 18px;
    width: 100%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .c741,
  .c884 {
    flex-direction: row-reverse;
  }
  .empresa-container {
    transform: scale(0.9);
  }
  .empresa-container h2,
  .empresa-cultura h2,
  .empresa-historia h2 {
    text-align: center;
  }
  .parrafo,
  .parrafo1 h1 {
    font-size: large;
    margin: 0 0 10px;
  }
  .carrusel {
    gap: 10px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    padding: 0;
  }
  .Motores img,
  .bloque-video-nav,
  .div-info br,
  .flecha-derecha,
  .flecha-izquierda,
  .logoA {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: column;
  }
  .informacion-motor h1 {
    width: 100%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 100%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    margin-bottom: 30px;
  }
  .linea-orizontal {
    width: 80%;
    margin: 20px auto;
  }
  .div-infoMotor {
    gap: 50px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
    height: 0%;
    margin-left: 0 !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado {
    width: 100%;
    margin-left: 20px;
    padding: 0;
  }
  .puntos-lado li {
    width: 95%;
    list-style: disc inside;
    margin-top: 3%;
    font-size: medium;
    padding: 0;
  }
  .puntos-lado h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .puntos-lado h2 {
    font-size: x-large;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .puntos-lado p {
    margin: 5px 0 10px;
    width: 90%;
    font-size: small;
  }
  .linea-info {
    width: 90%;
    padding: 10px 10px 10px 0;
  }
  .div-opciones.activo,
  .etiqueta,
  .valor {
    width: 100%;
  }
  .modal-flecha.left,
  .modal-flecha.right {
    font-size: medium;
    padding: 1px 3px;
    background-color: #ffffff59;
    color: #fff;
    border-radius: 60px;
  }
  .modal-close {
    font-size: 24px;
  }
  .carrusel-container {
    width: 90%;
    height: auto;
  }
  .imagen-carrusel {
    border-radius: ppx;
    height: auto;
  }
  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }
  .div-opciones {
    height: 450px;
  }
  .div-opciones a {
    text-align: center;
    margin-top: 0;
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
    margin-left: 30px;
  }
  .div-opciones li {
    margin: 0;
  }
  .video-background {
    width: 100%;
    height: 50px;
  }
  .div-opciones.activo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
  }
  .contenido {
    top: 35%;
    font-size: 120%;
    display: block;
  }
  .div-opciones img {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .parrafo1 h1 {
    font-size: 40px;
    margin: 0 0 10px;
  }
  .parrafo1 p {
    font-size: 25px;
    margin: 0 0 10px;
  }
  .imagen-carrusel {
    border-radius: ppx;
  }
  .carrusel {
    gap: 15px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    width: 90%;
    height: 300px;
    padding: 0;
  }
  .div-info br,
  .escondido,
  .logoA,
  .menu-toggle {
    display: none;
  }
  .informacion-motor {
    gap: 0;
    flex-direction: row;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .informacion-motor h1 {
    width: 30%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 40%;
    font-size: medium;
    text-align: start;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    width: 40%;
    padding: 10px 1px;
  }
  .div-infoMotor {
    gap: 150px;
    margin: 0 0 0 5%;
    padding: 0 0 20px;
    height: 98vh;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .empresa-container {
    margin-top: 100px;
    width: 85%;
  }
}
@media (max-width: 1280px) and (min-width: 630px) {
  .language-selector {
    margin-top: 14px;
    transform: scale(0.8);
  }
  .empresa-container {
    width: 84%;
  }
  .dropdown {
    margin-top: 25px;
    width: 100%;
  }
  .contenedor1 .prueba1,
  .prueba1,
  .prueba2 {
    height: 200px;
    width: 40px;
  }
  .texto {
    padding: 20px 70px;
  }
  .encargados img {
    width: 40%;
  }
  .escondido,
  .menu-toggle {
    display: none;
  }
  .carrusel {
    gap: 15px;
  }
  .div-scroll {
    height: 100%;
    margin-top: 50px;
  }
  .carrusel-container {
    width: 90%;
    height: 200px;
    padding: 0;
  }
  .menu-left,
  .menu-right {
    transform: scale(0.8);
    font-size: 30px;
  }
  .contenido {
    font-size: xx-large;
  }
  .dussichServices {
    white-space: nowrap;
  }
  .informacion-motor {
    gap: 20px;
    flex-direction: row;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
  }
  .informacion-motor h1 {
    width: 30%;
    text-align: start;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .informacion-motor2 {
    width: 56%;
    font-size: medium;
    text-align: start;
    gap: 20px;
  }
  .Boton-pro {
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    color: var(--verde-secundario);
    width: 40%;
    padding: 10px 20px;
  }
  .div-infoMotor {
    gap: 90px;
    margin: 0;
    padding: 0 0 20px;
    height: 120vh;
    flex-direction: unset;
    margin-left: 50px !important;
  }
  .div-info {
    width: 92.3%;
    margin-left: 20px;
    margin-top: 0;
  }
  .div-info p {
    font-size: medium;
  }
  .div-info h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .div-infoDetalles,
  .div-infoDetalles2 {
    width: 80%;
  }
  .c721,
  .c741,
  .c844,
  .c851,
  .c884 {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 3% 0;
    width: 100%;
  }
  .c741,
  .c884 {
    gap: 0;
    flex-direction: row-reverse;
  }
  .puntos-lado {
    width: 49%;
    margin-left: 5%;
    padding: 0;
  }
  .imgM {
    height: 5%;
  }
  .Motores img {
    display: block;
    margin: 0 auto;
  }
  .div-espacio {
    margin-top: 5%;
  }
}
.texto h2 {
  color: var(--verde-secundario);
}
