
/* NOTIFICACIÓN DE PRESUPUESTO ANIMADA */
.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; /* 1 segundo después de que el botón presupuesto esté completamente visible */
}

.presupuesto-notification.hide {
  animation: slideOutToRight 0.8s ease-in forwards;
}
.presupuesto {
  bottom: 160px;
  animation-delay: 4.5s; /* Aparece después de 4.5s */
}

@keyframes slideInFromRight {
  0% {
    right: -400px;
    opacity: 0;
  }
  100% {
    right: 85px;
    opacity: 1;
  }
}

@keyframes slideOutToRight {
  0% {
    right: 85px;
    opacity: 1;
  }
  100% {
    right: -400px;
    opacity: 0;
  }
}

      .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;
        }
      }
/* -------------------- BOTONES -------------------- */
 .div-boton{
        margin: 0 auto;
          display: inline-flex;
        flex-wrap: nowrap;
        gap: 15px;
        text-align: start;
        margin-top: 40px;
        
        
    }

    .instagram img,.whatsapp img, .presupuesto img{width:90%;height:60%;object-fit:contain}

.Boton {
  padding: 15px 30px;
  background-color: rgba(21, 199, 83, 0.2);
  border-radius: 10px;
  text-decoration: none;
  color: var(--verde-principal);
  display: inline-block;
  transition: background-color 0.3s, color 0.3s;
  font-size: large;
  font-weight: bold;
  
}

.Boton:hover {
  background-color: var(--verde-secundario);
  color: var(--gris-claro);
}



:root {
  --verde-principal: #9acd32;
  --verde-secundario: #2e7d32;
  --gris-claro: #f4f4f4;
  --negro: #222;
}
.con-punto::before { content: "•"; color: black; font-size: 20px; margin-right: 8px; }



  .language-selector {
    position: relative;
        margin-top: 20px;


  }

  .language-selector:hover {
        background-color: var(--verde-secundario);
    color: var(--gris-claro);
    font-weight: bold;
    border-radius: 20px;

    
  }

  .selected {
    display: flex;
    align-items: center;
    background-color: rgba(21, 199, 83, 0.2);    
    padding: 10px 18px;
    border-radius: 20px;
    cursor: pointer;
    color: var(--verde-principal);
    font-weight: bold;
    gap: 20px;
  }



  .selected img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }

  .dropdown {
  display: none;
  position: fixed; /* se mantiene sobre todo el contenido */
  background-color: rgba(21, 199, 83, 0.2);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  color: var(--gris-claro);
  width: 160px;
  z-index: 999999; /* 🔥 sobre todo */
  pointer-events: auto;
  transition: opacity 0.2s ease;
  margin-top: 10px;
  }

  .dropdown div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    cursor: pointer;
    transition: background 0.2s;
    
  }

  .dropdown div:hover {
    background-color: var(--verde-secundario);
    color: var(--gris-claro);
    font-weight: bold;
    border-radius: 20px;
  }

  .dropdown img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }






img {
  width: 25%;
  height: auto;
  object-fit: cover;
}


body {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1; /* 👈 el contenido del body queda por encima */
      font-family: 
        -apple-system, 
        BlinkMacSystemFont, 
        "SF Pro Text", 
        "SF Pro Display",
        "Segoe UI", 
        Roboto, 
        Helvetica, 
        Arial, 
        sans-serif;
  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.10;
    z-index: -9999; /* 👈 queda MUCHO más atrás */
    pointer-events: none;
}


    .language-selector {
      position: relative;
      display: inline-block;
    }

    .selected-language {
      background-color: white;
      border: 1px solid #ccc;
      padding: 10px 15px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      border-radius: 5px;
    }

    .flag {
      width: 24px;
      height: 16px;
      object-fit: cover;
      border-radius: 3px;
    }





    .language-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-top: 5px;
      display: none;
      flex-direction: column;
      width: 100%;
      z-index: 10;
    }

    .language-option {
      padding: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
    }

    .language-option:hover {
      background-color: #eee;
    }


.dussichServices {
  color: rgb(244, 136, 0) !important;
  background-color: rgb(108, 26, 49);
}

li a {
  text-decoration: none;
  color: var(--verde-principal);
  font-weight: bold;
  font-size: 22px;
  background-color: rgba(21, 199, 83, 0.2);
  border-radius: 20px;
  padding: 10px 25px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

li a:hover {
  background-color: var(--verde-secundario);
  color: white;
}


.c741, .c851 {
       display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 7%;
    


}

.puntos-grises{
  color: rgb(123, 123, 123); width: 95%; 
}

.aetiqueta-img{
  width: 80%;
}

.aetiqueta-img-bat{
  width: 100%;
}

.aetiqueta-img-bar{
  width: 90%;
}

#li-s800h{
margin-top: 30px !important;
}

#li-s800h1{
margin-top: 0px !important;
}

.texto {
  flex: 1;
  
}


.linea-info1 {
     display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    width: 100% !important;
    padding: 20px 20px;
    

}

.etiqueta {
  font-weight: bold;
}

.valor {
  text-align: right ;
}

.linea-orizontal {
  width: 95%;
  height: 2px;
  background-color: #ccc;
  margin: 60px 40px; /* Espacio entre líneas */
  
}

.info844{
    line-height: 30px;
        width: 50%;

}

.info844 li{
    margin: 0%;
}

/* PARTE 2----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



.descripcion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: center;
  column-gap: 50px;
  

}

.descripcion1 , .descripcion2{
text-align: center;
width: 90%;

}

.texto1{
    grid-column: 1 / 3;  /* Ocupa de la columna 1 a la 2 (exclusivo del 3) */
  grid-row: 1;         /* Está en la fila 1 */
  
  display: flex;       /* Usamos Flexbox para centrar el contenido */
  justify-content: center;  /* Centrado horizontal */
  align-items: center;       /* Centrado vertical */
  
  /* Estilos opcionales para mejor visualización */
  height: 100px;
  font-size: xx-large;
}


.descripcion1{
grid-row: 2;
  grid-column: 1;
}

.descripcion2{
  grid-row: 2;
  grid-column: 2;
}




.linea-orizontal1 {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  margin: 30px 0px; /* Espacio entre líneas */
  
}


/* Contenedor principal de los menús */
.menu-contenedor {
  display: flex;
  flex-direction: column;

  margin: 0 auto;
  gap: 3px;
  padding: 30px 0;
  
}



/* Botones modernos */
.menu-boton {
  background: linear-gradient(135deg, var(--verde-principal), var(--verde-secundario));
  color: white;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
}

.menu-boton:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Flecha indicadora */
.menu-boton::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* Animación al expandirse */
.menu-items.mostrando + .menu-boton::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Contenido oculto */
.menu-items,
.menu-items1 {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}

/* Mostrar contenido con animación */
.menu-items.mostrando,
.menu-items1.mostrando {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Al activar */
.menu-items.activo,
.menu-items1.activo {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Al cerrarse */
.menu-items.cerrando,
.menu-items1.cerrando {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* Texto y título */
.titulo-info {
  grid-column: span 2;
  display: inline;
  grid-row: 1;
  text-align: center;
}

.info0 {
  display: inline;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 25px;

}



.info1,
.info2,
li {
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

.info1 {
  grid-column: 1;
  grid-row: 2;
  padding-left: 100px;
}

.info2 {
  grid-column: 2;
  grid-row: 2;
}

.menu-items li::before {
  content: "✔";
  margin-right: 10px;
  color: var(--verde-secundario);
  font-size: 18px;
}

.info0 p,
.info0 h2 {
  width: 100%;
  text-align: center;
  font-size: large;
  margin: 0;
}

/* Línea decorativa */
.linea-orizontal1 {
  width: 90%;
  height: 2px;
  background-color: #ccc;
  grid-column: span 2;
  margin: 20px auto;
}

/*-------------------------------------------BIBLIOGRAFIA ---------------------------------------------------*/
.bibliografia {
  background: linear-gradient(var(--verde-secundario), var(--verde-principal));
  color: white;
  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;
}

.divsinistra,
.divcentro,
.divdestra,
.destradestra {
  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;
}

/* download----------------------------------------------------------------------------------------------------------- */
.menu-items2 {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  text-align: center;
  justify-items: center;
    justify-content: space-evenly;
    
}

.menu-items2 a{
  text-decoration: none;
  color: var(--verde-secundario);
    font-weight: bold;

}

.menu-items2 a:hover{
  color: rgb(23, 95, 11);
}



/* Mostrar contenido con animación */
.menu-items2.mostrando {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Al activar */
.menu-items2.activo {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Al cerrarse */
.menu-items2.cerrando {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

.manuale, .catalogo{
  flex-direction: column;
  text-align: center;
  padding-top: 3%;
  margin: 0px;
  width: 100%;
}

.manuale img, .catalogo img{
  width: 100px;
}

.manuale{
  grid-column: 1;
}
.catalogo{
  grid-column: 2;
 
}


.productos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.Aetiqueta,
.Aetiqueta1 {
  flex: 0 1 calc(25% - 20px);
  display: block;
  border-radius: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: black;
}

.Aetiqueta:hover {
  background-color: #e2ffe0;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(15, 205, 40, 0.484);
}

.Aetiqueta1:hover {
  background-color: rgba(241, 136, 7, 0.321);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(105, 27, 48, 0.626);
}

.Aetiqueta::after,
.Aetiqueta1::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 3px;
  background-color: var(--verde-principal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.Aetiqueta1::after {
  background-color: rgb(105, 27, 48);
}

.Aetiqueta:hover::after,
.Aetiqueta1:hover::after {
  transform: scaleX(0.7);
}

.Aetiqueta img,
.Aetiqueta1 img {
  border-radius: 20px;
}


/* ========================= */
/* Menú lateral / Toggle (sin cambios) */
/* ========================= */
.div-opciones {
  position: fixed;
  top: 0;
  left: -260px;
  width: 250px;
  height: 45%;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 50px;
  transition: left 0.4s ease-in-out;
  z-index: 1000;
}

.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 !important;
  top: 20px;
  left: 20px;
  font-size: 38px;
  background: none;
  border: none;
  color: var(--verde-principal);
  z-index: 1001;
  cursor: pointer;
}

.puntos-lado1 { padding: 0 0 0 0px; margin: 0; width: 45%; position: relative; margin-top: 50px;}
.puntos-lado1 li { list-style: disc inside; font-size: larger !important;}
.puntos-lado1 p { margin: 5px 0 10px 0; width: 90%; padding-left: 15px;   margin-bottom: 20px;
}

.puntos-lado1 h2{
      color: rgba(0, 0, 0, 0.548); width: 95%; margin-top: -10px;

}

.puntos-lado1 h3{
      padding: 0px; width: 80%; margin-top: -10px; color: rgba(0, 0, 0, 0.45); font-size: large;

}



.descr1-img-bliz{
  width: 60%;
}

.descr1-img-741{
  width: 75% ;
}

.descr1-img-844{
  width: 50%;
}

.descr2-img-844{
  width: 100% !important;
  margin-top: 60px;
}


.man-cat{
  width: 60% !important;
}

.desc-bliz-tit{
  margin-top: 43px; margin-bottom: 30px; color: var(--verde-secundario);
}


.div-opciones li { list-style: none; margin-top: 40px; word-wrap: break-word; }
.dussichServices { color: rgb(244, 136, 0) !important; background-color: rgb(108, 26, 49); }

.div-opciones li a {
  text-decoration: none;
  color: var(--verde-principal);
  font-weight: bold;
  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;
}

li a:hover { background-color: var(--verde-secundario); color: #fff; }

/* ========================= */
/* Bloque video y contenido (sin cambios) */
/* ========================= */
.div-PrimeraParte {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(196, 32, 32);
  text-align: center;
  padding: 20px;
}
.parrafo1 {
  background: linear-gradient(var(--verde-principal), var(--verde-secundario));
  color: #fff;
  background-size: cover;
  text-align: center;
}




/* ========================= */
/* Menú horizontal con logo centrado (corregido) */
/* ========================= */

.bloque-video-nav { width: 100%; }


.video-background {
  width: 100%;
  overflow: hidden;
}

.video-background video {
  position: relative;
  width: 100%;
  display: block; /* elimina espacios blancos */
  object-fit: contain;
}


/* .video-background {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  z-index: -1;
  filter: brightness(0.6);
} */

#blizzard{
  position: relative;
  width: 100%;
  
  background-image: url(../FOTOS_MENU/bg.jpg);
  overflow: hidden;
  
}





.contenido {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 25%;
  line-height: 30px;
  font-size: 260%;
}


.menu-horizontal {
  position: fixed; /* fijo desde el CSS directamente */
  top: 0;
  left: 50%;
  transform: translateX(-50%); /* centrado horizontal */
  z-index: 1000;
  width: 100%;
  max-width: 1200px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* izquierda | logo | derecha */
  align-items: center;
  justify-content: center;
  
  background-color: rgba(21, 199, 83, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 18px;
  color: var(--verde-principal);
  text-decoration: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
  margin-top: 10px;
  height: auto;
}

.menu-left,
.menu-right {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-left { 
  justify-content: space-around; 
}
.menu-right { 
  justify-content: space-around; 
}

.menu-logo {
  justify-self: center;
  display: block;
  line-height: 0;
}

.logoIMG {
  height: 100px; /* un poco más grande que los LI */
  width: auto;
  display: block;
}

.menu-left a,
.menu-right a {
  text-decoration: none;
  color: var(--verde-principal);
  background-color: rgba(21, 199, 83, 0.2);
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
}

.menu-left a:hover,
.menu-right a:hover {
  background-color: var(--verde-secundario);
  color: #fff;
}





@media (min-width: 1024px) {



.menu-toggle {
  display: none; 
} 
}

@media (max-width: 1280px) and (min-width: 630px) {

 .menu-left, .menu-right {
  transform: scale(0.8);
  font-size: 30px;
} 

.contenido{
  font-size: xx-large;
}

.dussichServices{
  white-space: nowrap;
}

.menu-toggle {
  display: none; 
} 

.menu-right{
  gap: 5px;

}
}

/* ----------------------------------------------------------------------- */
.divtitulo1{
  flex: 1; /* Que todos crezcan igual */
  padding: 20px;
  display: flex;
  align-items: center;       /* Centra verticalmente el contenido */
  justify-content: center;   /* Centra horizontalmente el contenido */
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
}


.parrafo h1 {
  margin-top: 20px;
  font-size: 300%;
  margin-bottom: 0;
}

.parrafo p {
  margin-bottom: 20px;
  font-size: 200%;
  font-weight: 200;
  margin-top: 0;
}

/* Posicionamiento general */
.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;                 /* Ocultos al inicio */
  transform: translateY(40px); /* Desplazados hacia abajo */
  animation: slideUp 0.8s forwards ease-out;
  z-index: 999;
}

/* Ubicación vertical */
.whatsapp {
  bottom: 90px;  
  animation-delay: 1.5s; /* Aparece después de 1.5s */
}
.instagram {
  bottom: 20px;  
  animation-delay: 2.5s; /* Aparece después de 2.5s */
}

.whatsapp img, .instagram img {
  width: 90%;
  height: 60%;
  object-fit: contain;
}


/* Animación */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Efecto hover */
.float-btn:hover {
  transform: scale(1.1);
  transition: 0.3s;
}



@media (max-width: 360px) {  
 
  
    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }


  .c741, .c851{
    flex-direction: column-reverse;
    width: 100%;
    
  }

  .imagen-al-borde{
  width: 100%;
}
  
  
  .puntos-lado1{
    width: 100%;
    gap: 0px;
    padding: 0px;
    padding-left: 30px;
  }

  .puntos-lado1 li{
    font-size: medium;
  }

   .puntos-lado1 p{
    font-size: smaller;
  }

 .linea-info1{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }


.descripcion {
    display: inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    width: 100%;
    margin-left: 3%;
    text-align: center;
    margin: 3% 0%;
    align-items: center;
}

.descripcion h2, .descripcion p{
  margin: 10px;
}

.descripcion1 br, .descripcion2 br{
  display: none;
}


 .descripcion h2{
  font-size: large;
 }

 .descripcion p{
  font-size: medium;
 }

 .descripcion img{
  width: 60%;
 }

 .info0 p, .info0 h2{
  font-size: x-large;
  color: var(--verde-secundario) !important;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: 0px;
  width: 100%;
 }

 .info1 ul{
  padding-left: 10px;
 }
 
 .productos{
    transform: scale(1);
  }

  .Aetiqueta, .Aetiqueta1{
    flex: none;
    width: 70%;
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }




  
 .bloque-video-nav {
  display: none;
}


  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }

  .div-opciones {
    height: 450px;
    
  }

  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

  .div-opciones li{
    margin: 0px;

  }

  .video-background {
position: relative;
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
  }

.div-opciones.activo {
  width: 100%;
}

.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}



  .contenido {
    top: 35%;
    font-size: 120%;
    display: block; /* <- Mostrado nuevamente */
  }

  .div-opciones img {
    width: 40%;
  }
  .logoA{
    display: none;
  }

     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }
}

/* Móviles medianos/grandes */
@media (min-width: 361px) and (max-width: 480px) {
  
.Aetiqueta img{
  width: 70%;
}


  .linea-info1{
    color: black;
  }

    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
    width: 98%;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h1, .informacion strong{ color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }


     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }
  .c741, .c851{
    flex-direction: column-reverse;
    width: 100%;
    
  }

  .imagen-al-borde{
  width: 100%;
}
  
  
  .puntos-lado1{
    width: 90%;
    gap: 0px;
    padding: 0 0 0  30px;
  }


  .puntos-lado1 p{
    padding-left: 0px;
  }

  .puntos-lado1 li{
    font-size: large !important;
  }

 

 .linea-info1{
  width: 90% !important;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }


.descripcion {
    display: inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    width: 100%;
    margin-left: 3%;
    text-align: center;
    margin: 3% 0%;
    align-items: center;
}

.descripcion h2, .descripcion p{
  margin: 10px;
}

.descripcion1 br, .descripcion2 br{
  display: none;
}


 .descripcion h2{
  font-size: large;
 }

 .descripcion p{
  font-size: medium;
 }

 .descripcion img{
  width: 60%;
 }

  .info0 h2{
  font-size: x-large;
  color: var(--verde-secundario) !important;
 }

 .info0 p{
  font-size: x-large;
 }


 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: 0px;
  width: 100%;
 }

 .info1 ul{
  padding-left: 10px;
 }
 
 .productos{
    transform: scale(1);
  }

  .Aetiqueta, .Aetiqueta1{
     flex: 0 1 calc(100% - 0px);
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }



  .bloque-video-nav{
    display: none;
  }

    .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }


   .div-opciones {
    height: 450px;
    
  }

  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

    .div-opciones li{
    margin: 0px;

  }

  .video-background {
position: relative;
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
  }

.div-opciones.activo {
  width: 100%;
}

.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}





  .contenido {
    top: 35%;
    font-size: 120%;
    display: block; /* <- Mostrado nuevamente */
  }

  .div-opciones img {
    width: 40%;
  }
  .logoA{
    display: none;
  }

    .parrafo, .parrafo1 h1 {
    font-size: large;
    margin: 0%;
    margin-bottom: 10px;
  }


  .desc-bliz-tit{
    font-size: larger;
  }

  .manuale img, .catalogo img{
  width: 70px;
}


}


@media (min-width: 481px) and (max-width: 768px) {

  .Aetiqueta img{
  width: 70%;
}



    .linea-info1{
    color: black;
  }

     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }
  .c741, .c851{
    flex-direction: column-reverse;
    width: 100%;
    
  }

  .imagen-al-borde{
  width: 100%;
}
  

  
 .puntos-lado1  p{
  color: black;
  padding-left: 0%;
 }

  .puntos-lado1{
    width: 90%;
    gap: 0px;
    padding: 0 0 0  30px;
  }

  .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }

 .linea-info1{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }

.descripcion {
    display: inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    width: 100%;
    margin-left: 3%;
    text-align: center;
    margin: 3% 0%;
    align-items: center;
}

.descripcion h2, .descripcion p{
  margin: 10px;
}

.descripcion1 br, .descripcion2 br{
  display: none;
}
 .descripcion h2{
  font-size: large;
 }

 .descripcion p{
  font-size: medium;
 }

 .descripcion img{
  width: 50% !important;
 }

 .info1{
  padding-left: 20px !important;
 }

 .info0 p, .info0 h2{
  font-size: x-large;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: 0px;
  width: 100%;
 }

 .info1 ul{
  padding-left: 10px;
 }
 
 

  .Aetiqueta, .Aetiqueta1{
        flex: 0 1 calc(80% - 10px);
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }



  
.bloque-video-nav {
  display: none;
}

  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }

  .div-opciones {
    height: 450px;
    
  }

  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

  .div-opciones li{
    margin: 0px;

  }

  .video-background {
position: relative;
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
  }

.div-opciones.activo {
  width: 100%;
}

.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}





  .contenido {
    top: 35%;
    font-size: 120%;
    display: block; /* <- Mostrado nuevamente */
  }
  .div-opciones img {
    width: 40%;
  }
  .logoA{
    display: none;
  }

     .parrafo, .parrafo1 h1 {
    font-size: x-large;
    margin: 0%;
    margin-bottom: 10px;
  }

  .parrafo p {
    font-size: large;
    margin: 0%;
    margin-bottom: 10px;
  }

}


/* Tablets en vertical */
@media (min-width: 769px) and (max-width: 1024px) {

.Aetiqueta img{
  width: 70%;
}


  .linea-info1{
    color: black;
  }

    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }

.menu-toggle{
  display: none;
}

.menu-horizontal{
  transform: scale(0.8) !important;
}

  .c741, .c851{
    flex-direction: column-reverse;
    width: 100%;
    
  }
     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }

  .imagen-al-borde{
  width: 100%;
}
  
  
  .puntos-lado1{
    width: 90%;
    gap: 0px;
  }

 .linea-info1{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }

.descripcion {
    display: inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    width: 100%;
    margin-left: 3%;
    text-align: center;
    margin: 3% 0%;
    align-items: center;
}

.descripcion h2, .descripcion p{
  margin: 10px;
}

.descripcion1 br, .descripcion2 br{
  display: none;
}

 .descripcion h2{
  font-size: large;
 }

 .descripcion p{
  font-size: medium;
 }

 .descripcion img{
  width: 50%;
 }

 .info0 p, .info0 h2{
  font-size: x-large;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: 0px;
  width: 100%;
 }

 .info1 ul{
  padding-left: 10px;
 }
 
 

  .Aetiqueta, .Aetiqueta1{
    flex: 0 1 35%;
    width: 100%;
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }




} 

  
 @media (min-width: 820px) and  (max-width: 1200px) {
  .linea-info1{
    color: black;
  }
  
    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }


     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }
  .imagen-carrusel{
    height: auto; /* Ajusta la altura para móviles */
    border-radius: ppx;
  }

  .carrusel{
    gap: 10px;
  }

  .div-scroll{
    height: 100%;
    margin-top: 50px;
  }

  .carrusel-container{
    width: 80%;
    height: 100px;
    padding: 0%;
  }

  
 

  .informacion-motor{
    gap: 0px;
    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);
  }

  .linea-orizontal {
    width: 80%;
    margin: 40px auto;
  }

  .div-infoMotor{
    gap: 50px;
    flex-direction: column;
    margin: 0%;
    width: 100%;
    padding: 0px 0px 20px 0px;
    height: 98vh;
  }

.div-info{
  width: 92.3%;
  margin-left: 20px;
  margin-top: 0px;
  
}

.div-info h1{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 0px;
}



.puntos-lado{
  width: 100%;
  margin-left: 30px;
  padding: 0px;
  
}

 .puntos-lado li{

  width: 85%;
  list-style: disc inside;
  margin-top: 3%;
  font-size: medium;

 }

 .puntos-lado h1{
  font-size: x-large;
  margin-bottom: 10px;
  margin-top: 0px;
 }

 .puntos-lado h2{
  font-size: medium;
  margin-bottom: 20px;
  margin-top: 0px;
 }

 .puntos-lado p{
  margin: 5px 0 10px 0;
  width: 90%;
  font-size: small;
 }




 .linea-info{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 


.div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
    
  }

.div-opciones {
  position: fixed;
  top: 0;
  left: -260px; /* oculto por defecto */
  width: 250px;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: left 0.4s ease-in-out;
  z-index: 1000;
  padding: 0%;
}

.div-opciones.activo {
  
  left: 0; /* aparece cuando tiene clase "activo" */
  width: 110%; /* ocupa todo el ancho de la pantalla */
  height: 500px; /* ocupa toda la altura de la pantalla */
  padding: 0px;
}


  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

  .div-opciones li{
    margin: 0px;

  }



.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}




   .div-opciones img {
    width: 40%;
  }


  .logoA{
    display: none;
  }

  .menu-toggle{
    display: block !important;
  }

  .bloque-video-nav{
    display: none;
  }

  .escondido{
    display: block !important;
  }

  .Aetiqueta img{
  width: 70%;
}

.video-background {
  height: 10vh;
}


 }



@media (min-width: 1024px) {



.Aetiqueta img{
  width: 70%;
}

  .linea-info1{
    color: black;
  }

    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }


     .parrafo1 h1 {
    font-size: 50PX;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: 30PX;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }

  .c741, .c851{
    width: 100%;
    gap: 0px;
    flex-wrap: nowrap;
    
  }

  .imagen-al-borde{
  width: 50% !important;
  height: 1000px;
}

  .menu-toggle{
  display: none;
}
  .escondido {
    display: none;
  }

  
  .puntos-lado1{
    width: 50%;
    gap: 0px;
    padding-right: 50px;
    padding-left: 45px;
  }

  .puntos-lado1 p{
    font-size: large;
    width: 95%;
  }

  .puntos-lado1 li{
    font-size: large;
    margin-top: 45px;
  }

 .linea-info1{
  width: 90%;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
  font-size: large;
}

 .valor{
  width: 100%;
  font-size: large;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }



 .texto1{
  font-size: xx-large !important;
  font-weight: bold;
  
 }

 .descripcion{
  width: 94%;
  margin: 0 auto;
 }

 .descripcion h2{
  font-size: x-large;
  
 }

.descripcion img{
  width: 65%;
}

.texto1{
  font-weight: bold;
  font-size: xx-large;
}


 .info0 p, .info0 h2{
  font-size: xx-large;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: large;
 }

 .info1, .info2{
  padding: auto;
  margin-bottom: 20px;
  
 }

.productos{
  gap: 0px;
  justify-content: space-between
}


  .Aetiqueta, .Aetiqueta1{
    flex: none;
    width: 20%;
    
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: large;
  }


.manuale img, .catalogo img{
  width: 150px;
  border-radius: 10px;
}


#blizzard{
  height: 18vh;
}

} 


@media (max-width: 1280px) and (min-width: 630px) {
.menu-toggle, .escondido{
  display: block;
}

.menu-horizontal{
  display: block;
}

  .Aetiqueta img{
  width: 70%;
}

.productos{
  gap: 15px;
}


  .Aetiqueta, .Aetiqueta1{
        flex: 0 1 calc(35% + 20px);
        gap: 30px;
  }

    .linea-info1{
    color: black;
  }

    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }

  .c741, .c851{
    width: 100%;
    gap: 0px;
    flex-wrap: nowrap;
    
  }

  .imagen-al-borde{
  width: 100%;
  height: 855px;
}


  
  .puntos-lado1{
    width: 90%;
    gap: 0px;
  }

 .linea-info1{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
 align-items: center;
  margin: 0 auto;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }

 .descripcion{
  width: 98%;
  margin: 0 auto;
 }

 .descripcion h2{
  font-size: x-large;
  
 }

.texto1{
  font-weight: bold;
  font-size: xx-large;
}

 .descripcion p{
  font-size: large;
 }

 .descripcion img{
  width: 60%;
 }

 .info0 p, .info0 h2{
  font-size: x-large;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: auto;
  margin-bottom: 20px;
  
 }



  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }




     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }

  

}



@media (min-width: 647px) and (max-width: 926px) and (orientation: portrait) {
  
.Aetiqueta img{
  width: 70%;
}


    .linea-info1{
    color: black;
  }

    .puntos-lado1 h1, .puntos-lado1 strong, .puntos-lado1{
    color: var(--verde-secundario);

  }

  .puntos-lado1 p{
    color: black;
  }

  .descripcion h2, .descripcion strong{
    color: var(--verde-secundario);
  }

  .puntos-lado1 h2{
    color: var(--verde-secundario);
  }

  .informacion h2, .informacion strong{
    color: var(--verde-secundario);
  }

  .informacion p{
    color: black;
  }


.productos{
  gap: 30px;
}

.escondido {
    display: flex;}

     .parrafo1 h1 {
    font-size: x-large;
        width: 95%;
    margin: 0 auto;
  }

  .parrafo1 p {
    font-size: large;
    margin-bottom: 10px;
    width: 95%;
    margin: 0 auto;

  }

  .c741, .c851{
    flex-direction: column-reverse;
    width: 100%;
    
  }

  .imagen-al-borde{
  width: 100%;
  height: auto;
}
  
  
  .puntos-lado1{
    width: 90%;
    gap: 0px;
    padding: 0 0 0  30px;
  }

 .linea-info1{
  width: 90%;
  padding: 10px;
  padding-left: 0%;
  
 }
 .etiqueta{
  width: 100%;
}

 .valor{
  width: 100%;
 } 

 .linea-orizontal{
     width: 80%;
    margin: 20px auto;
 }

.descripcion {
    display: inline-flex;
    flex-direction: column;
    flex-wrap:nowrap;
    width: 100%;
    margin-left: 3%;
    text-align: center;
    margin: 3% 0%;
    align-items: center;
}

.descripcion h2, .descripcion p{
  margin: 10px;
}

.descripcion1 br, .descripcion2 br{
  display: none;
}
 .descripcion h2{
  font-size: large;
 }

 .descripcion p{
  font-size: medium;
 }

 .descripcion img{
  width: 50% ;
 }

 .info0 p, .info0 h2{
  font-size: x-large;
 }

 .informacion{
  width: 90%;
  margin: 0 auto;
 }

 .menu-items.menu-items.mostrando{
  width: 100%;
  padding: 0;
  font-size: small;
 }

 .info1, .info2{
  padding: 0px;
  width: 100%;
 }

 .info1 ul{
  padding-left: 10px;
 }
 
 

  .Aetiqueta, .Aetiqueta1{
    flex: 0 1 35%;
    width: 100%;
  }
  
  .titulo1{
  font-size: large;  
    font-weight: bold;
    color: #2e7d32;

}

  .Aetiqueta p, .Aetiqueta1 p{
    font-size: small;
  }




  
.bloque-video-nav {
  display: none;
}

  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }

  .div-opciones {
    height: 450px;
    
  }

  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

  .div-opciones li{
    margin: 0px;

  }

  .video-background {
position: relative;
    width: 100%;
    height: 100px;
    display: block;
    object-fit: cover;
  }

.div-opciones.activo {
  width: 100%;
}

.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}





  .contenido {
    top: 35%;
    font-size: 120%;
    display: block; /* <- Mostrado nuevamente */
  }
  .div-opciones img {
    width: 40%;
  }
  .logoA{
    display: none;
  }


 .bloque-video-nav {
  display: none;
}

  .div-opciones ul {
    flex-direction: column;
    margin-top: 10%;
    display: flex;
  }

  .div-opciones {
    height: 450px;
    
  }

  .div-opciones a {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    padding: 0px !important;
    background-color: transparent !important;
    margin-left: 30px;
  }

  .div-opciones li{
    margin: 0px;

  }

  .video-background {
    width: 100%;
    /* height: 500px;  */
  }

.div-opciones.activo {
  width: 100%;
}

.div-opciones.activo ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
}


  .logoA{
    display: none;
  }


  .menu-toggle, .div-opciones.activo, .div-opciones{
    display: block !important;
  }

  .div-opciones.activo{
        transition: left 0.4s ease-in-out;
  }


  .contenido {
    all: unset;
    position: relative !important;
    z-index: 1 !important;
    color: #fff !important;
    text-align: center !important;
    top: 25% !important;
    line-height: 30px !important;
    font-size: x-large;
  }

  .div-opciones img {
    width: 40%;
  }

  

}

/* ===================== MODAL PARA IMÁGENES AMPLIADAS ===================== */

/* Modal overlay */
.modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 0;
  margin: 0;
}

.modal.active {
  display: flex !important;
}

.modal-content {
  position: relative;
  max-width: 95vw;
  max-height: 90vh;
  background: #000;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 1);
}

.modal-content img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: background 0.2s ease;
  padding: 0;
  line-height: 1;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}

/* Flechas dentro modal */
.modal-flecha {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  user-select: none;
  z-index: 100000;
  transition: background 0.2s ease;
  color: #000;
  line-height: 1;
}

.modal-flecha:hover {
  background: #fff;
}

.modal-flecha.left {
  left: 20px;
}

.modal-flecha.right {
  right: 20px;
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 98vw;
    max-height: 85vh;
  }

  .modal-content img {
    max-height: 85vh;
  }

  .modal-close {
    top: 10px;
    right: 10px;
    font-size: 28px;
    width: 40px;
    height: 40px;
  }

  .modal-flecha {
    font-size: 28px;
    padding: 8px 12px;
  }

  .modal-flecha.left {
    left: 10px;
  }

  .modal-flecha.right {
    right: 10px;
  }
}