@import url('css.css');
@import url('menu.css');
@import url('social.css');
@import url('nav.css');
@import url('productos.css');
@import url('carrusel.css');
@import url('final.css');
@import url('QS.css');
@import url('articulos.css');
body {
    padding: 20px;
    margin: 0;
    text-align: center;


	font-family: "Comfortaa", sans-serif;
	position: relative;
   
    
}


        /* Contenedor del menú */
        .vertical {
            z-index: 3; 
            width: 100%;
            padding: 10px;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(20px);
            overflow: hidden;
            position: absolute; /* Permite ajustar la posición */
            top: 50px; /* Ajusta la posición vertical */
            left: 10px;
             /* Ajusta la posición horizontal */
        }

        /* Título del menú */
        .title {
            padding: 15px;
            z-index: 3; 
            color: #354284;
            text-align: center;
            font-weight: bold;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        }

        /* Elementos del menú */
        .vertical b {
            z-index: 3; 
            display: block;
            padding: 15px;
            color: #000000;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            background: rgba(255, 255, 255, 0.75);
            border-radius: 10px;
            margin-bottom: 10px;
            box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
            text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        }

        /* Animación hover */
        .vertical b:hover {
            background: rgba(0, 0, 0, 0.3);
            transform: scale(1.0);
            box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
            color: #fffefe;
        }

        /* Icono de flecha animado en hover */
       

        /* Mostrar icono en hover */
        .vertical b:hover::before {
            opacity: 1;
        }

/* Loader (Pantalla de carga) */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent; /* Fondo semitransparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(10px); /* Desenfoque del fondo */
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

/* Logo de carga con levitación */
.loader-logo {
    width: 600px; /* Ajusta el tamaño del logo */
    animation: spin 2s linear infinite, levitate 3s ease-in-out infinite;
}

/* Animación de rotación */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Animación de levitación */
@keyframes levitate {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Efecto fade-in para el contenido */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.outer-rectangle {
    width: 500px;
    height: 100px;
    
    position: relative;
    margin: 50px auto;
    transition: all 0.3s ease;
    
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 33px;
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 3; 
  }
  
 
  


 
.containes {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    padding: 0px;
    z-index: 3; 
  }
  
  /* Estilo del buscador */
  .search-boxs {
    width: 180px;
    transition: all 0.3s ease;
    
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 90px;
  }
  
  .search-boxs input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid transparent;
  }
  
  .search-boxs:hover {
    width: 200px; 
    left: 25%; /* Se expande cuando pasa el mouse */
  }
  
  /* Estilo de las categorías */
  .categories {
    position: relative;
    width: 200px;
    text-align: center;
    transition: all 0.3s ease;
    right: -90px;
    top: 40%;
    z-index: 3; 
    height: 100px;
  }
  .arrow-button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
    color: #333;
  }
  .categories span {
    font-size: 38px;
    cursor: pointer;
    width: 200px;
    
  }
  
  
  
  /* Estilo del submenú de categorías */
  .dropdowns {
    z-index: 3; 
    display: none;
    position: column;
    top: 100%;
    left: 0;
    background-color: #000000;
    width: 100%;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 3s ease, visibility 0s linear 3s; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .categories:hover .dropdowns,
  .dropdowns:hover {
    display: grid;  /* Aparece el submenú y se queda visible mientras el mouse pasa por encima */
    opacity: 1;  /* Lo hace visible */
    visibility: visible;  /* Lo hace visible */
    transition: opacity 3s ease, visibility 0s linear 0s; /* Transición de 3 segundos para visibilidad */
  }
  
  .column ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .column ul li {
    padding: 10px;
  }
  
  .column ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  
  .column ul li a:hover {
    color: #4CAF50;
  }
/* Ocultar loader después de la carga */
.hide-loader {
    opacity: 0;
    pointer-events: none;
}
.section {
    margin-top: 25px;
    padding: 10px;
    text-align: center;
}
.sections {
    margin-top: 20px; /* Ajusta este valor para controlar la separación del menú */
    padding: 10px; /* Espacio interno */
    text-align: center; /* Centra el texto */
    width: 80%; /* Ajusta el ancho para que se adapte a la pantalla */
    max-width: 400px; /* Ancho máximo del contenedor */
    margin-left: auto; 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  
    margin-left: auto; /* Centra horizontalmente */
    margin-right: auto; /* Centra horizontalmente */
   
}

.arrow-left {
    left: 10px;
}

.arrow-right {
    right: 10px;
}
.productos1 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px; /* Espacio extra para la barra */
    scrollbar-width: thin; /* Para Firefox */
    scrollbar-color: black transparent; /* Usamos colores transparentes como fondo por defecto */
    position: relative;
}

/* Barra de desplazamiento personalizada en WebKit (Chrome, Safari, Edge) */
.productos1::-webkit-scrollbar {
    height: 10px; /* Ancho de la barra de desplazamiento */
    background: linear-gradient(to right, #ff7e5f, #feb47b); /* Degradado de colores vibrantes */
    border-radius: 10px; /* Bordes redondeados */
}

.productos1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5); /* Fondo sutil de la pista de la barra */
    border-radius: 10px; /* Bordes redondeados */
}

.productos1::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff6a00, #ff1493); /* Degradado de colores vibrantes */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra sutil para un efecto flotante */
    border: 2px solid #fff; /* Borde blanco para resaltar */
    transition: all 0.3s ease; /* Transición suave en los efectos */
}

/* Efecto al pasar el ratón sobre la barra de desplazamiento */
.productos1::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ff1493, #ff6a00); /* Invertir el degradado en hover */
    transform: scale(1.1); /* Agrandar ligeramente el thumb al pasar el ratón */
}

.producto-item1 {
    flex: 0 0 auto; /* Hace que los productos no se "enfoquen" en el contenedor y se puedan desplazar horizontalmente */
    margin-right: 25px; /* Espaciado entre productos */
   
    width: 230px;  /* Ancho de cada producto */
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productos2 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px; /* Espacio extra para la barra */
    scrollbar-width: thin; /* Para Firefox */
    scrollbar-color: black transparent; /* Usamos colores transparentes como fondo por defecto */
    position: relative;
}

/* Barra de desplazamiento personalizada en WebKit (Chrome, Safari, Edge) */
.productos2::-webkit-scrollbar {
    height: 10px; /* Ancho de la barra de desplazamiento */
    background: linear-gradient(to right, #ff7e5f, #feb47b); /* Degradado de colores vibrantes */
    border-radius: 10px; /* Bordes redondeados */
}

.productos2::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.5); /* Fondo sutil de la pista de la barra */
    border-radius: 10px; /* Bordes redondeados */
}

.productos2::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff6a00, #ff1493); /* Degradado de colores vibrantes */
    border-radius: 10px; /* Bordes redondeados */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra sutil para un efecto flotante */
    border: 2px solid #fff; /* Borde blanco para resaltar */
    transition: all 0.3s ease; /* Transición suave en los efectos */
}

/* Efecto al pasar el ratón sobre la barra de desplazamiento */
.productos2::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ff1493, #ff6a00); /* Invertir el degradado en hover */
    transform: scale(1.1); /* Agrandar ligeramente el thumb al pasar el ratón */
}

.producto-item2 {
    flex: 0 0 auto; /* Hace que los productos no se "enfoquen" en el contenedor y se puedan desplazar horizontalmente */
    margin-right: 25px; /* Espaciado entre productos */
   
    width: 230px;  /* Ancho de cada producto */
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#prevButton, #nextButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}
#prevButton {
    left: 10px;
}

#nextButton {
    right: 10px;
}
.product-list {
    display: flex;
    overflow: hidden; /* Ocultar productos fuera del contenedor */
    justify-content: center; /* Centra el contenedor de productos */
    position: relative;

  }
  .productos-container1 {
    width: 100%;
    padding: 20px;
}
.productos-container2 {
    width: 100%;
    padding: 20px;
}
  .product {
    width: 100%; /* Para asegurarse de que cada producto ocupe todo el espacio disponible en su contenedor */
    padding: 0px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
  }
  
.producto-card1 {
    width: 100%;
    height: 280px;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px); 
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.producto-card1 img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain; /* Muestra la imagen completa sin cortes */
    border-radius: 10px;
    margin-bottom: 15px;
}

.producto-card1 h3 {
    margin: 0;
    font-size: 1.2em;
    color: #000000;
    font-family: 'League Spartan', sans-serif;
}

.producto-card1 .descripcion {
    font-size: 0.9em;
    color: #000000;
    opacity: 0.8;
    margin: 10px 0;
    font-family: 'League Spartan', sans-serif;
}

.producto-card1 .precio {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff0000;
}
 
.producto-card2 {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px); 
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.producto-card2 img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain; /* Muestra la imagen completa sin cortes */
    border-radius: 10px;
    margin-bottom: 15px;
}

.producto-card2 h3 {
    margin: 0;
    font-size: 1.2em;
    color: #000000;
    font-family: 'League Spartan', sans-serif;
}

.producto-card2 .descripcion {
    font-size: 0.9em;
    color: #000000;
    opacity: 0.8;
    margin: 10px 0;
    font-family: 'League Spartan', sans-serif;
}

.producto-card2 .precio {
    font-size: 1.1em;
    font-weight: bold;
    color: #ff0000;
}


/* Contenedor de cristal */
.glass-effect4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
    margin-top: 20px;
    
    width: 100%;
    height: auto;
    padding: 30px;
   
    background: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
/* Estilo para los contenedores con el efecto glass */
/* Estilo para los contenedores con el efecto glass */
/* Estilo para los contenedores con el efecto glass */
.glass-effect5 {
    /* Estilos generales para el efecto de cristal */
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
    margin-top: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;/* Añadimos algo de padding para separar el contenido */
}

.glass-effect5.inactive {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.glass-effect5.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.no-product-message {
    opacity: 0;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.no-product-message.inactive {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 15px;
}

.no-product-message.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    height: auto;
}
h18 {
	margin-top: 0;
	position: relative;
	color: #000000;
	font: 900 60px Montserrat;
	text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
h19 {
	margin-top: 0;
	position: relative;
	color: #000000;
	font: 900 30px Montserrat;
	text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
h20 {
	margin-top: 0;
	position: relative;
	color: #000000;
	font: 900 40px Montserrat;
	text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
a#downloadPdfBtn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    position: relative; /* Solo si necesitas pseudo-elementos */
    overflow: hidden; /* Evita que los pseudo-elementos se extiendan fuera del botón */
}

a#downloadPdfBtn:hover {
    background-color: #0056b3;
}

    
/* Media query para pantallas móviles */
@media (max-width: 768px) {
    .section {
        margin-top: 455px;
        padding: 30px;
        text-align: center;
    }
    .sections {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -4em;
    margin-left: auto; /* Centra horizontalmente */
    margin-right: auto;
        padding: 10px; /* Reducir el padding en pantallas pequeñas */
        width: 80%; /* Reducir el ancho en pantallas pequeñas */
    }
    .glass-effect3 {
        margin-top: -4em;
        display: flex;
        flex-direction: column;
        align-items: center; /* Centra el contenido horizontalmente */
        justify-content: center; /* Centra el contenido verticalmente */
        margin-left: 500px;
        margin-right: 500px;
        margin: 30px ; /* Espacio superior e inferior */
        padding: 40px;
        width: 90%; /* Ajusta el ancho como desees */
        max-width: 500px; /* Máximo ancho del contenedor */
        background: rgba(255, 255, 255, 0.1);
        border-radius: 55px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(30px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .no-product-message {
        opacity: 0;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 100%;
        height: 10px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .no-product-message.inactive {
        display: none;
        opacity: 0;
        visibility: hidden;
        height: 10px;
    }
   
}

/* Media query para pantallas extra pequeñas (por ejemplo, móviles muy pequeños) */
@media (width < 480px) {
    .section {
        margin-top: 55px;
        padding: 30px;
        text-align: center;
    } 
    


    .sections {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -4em;
    margin-left: auto; /* Centra horizontalmente */
    margin-right: auto;
        padding: 15px; /* Reducir más el padding en pantallas muy pequeñas */
        width: 95%; /* Ancho casi completo en pantallas muy pequeñas */
    }

    
    .glass-effect3 {
        margin-top: -4em;
        display: flex;
        flex-direction: column;
        align-items: center; /* Centra el contenido horizontalmente */
        justify-content: center; /* Centra el contenido verticalmente */
        margin-left: 100px;
        margin-right: 100px;
        margin: 30px ; /* Espacio superior e inferior */
        padding: 40px;
        width: 80%; /* Ajusta el ancho como desees */
        max-width: 500px; /* Máximo ancho del contenedor */
        background: rgba(255, 255, 255, 0.1);
        border-radius: 55px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(30px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
  


    .productos1 {
        
        
        grid-template-columns: repeat(1, 1fr); /* Muestra 4 productos en pantallas grandes */
    }

    .glass-effect5
    {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 10px;
        margin:0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 10%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    
    }
    .productos1 {
        
       
        grid-template-columns: repeat(1, 1fr); /* Muestra 2 productos en pantallas pequeñas */
    }

    .producto-card1{
        width: 155px;
        height: auto;
      
    }
    h18 {
        margin-top: 0;
        position: relative;
        color: #000000;
        font: 900 40px Montserrat;
        text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
    .glass-effect4 {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: -50px;
        margin:10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    
    }
    .no-product-message {
        opacity: 0;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0px;
        width: 100%;
        height: 10px;
        padding: 30px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .no-product-message.inactive {
        display: none;
        opacity: 0;
        visibility: hidden;
        height: 10px;
    }
    .categories {
        display: none;
      }

    h19 {
        margin-top: 0;
        position: relative;
        color: #000000;
        font: 900 22px Montserrat;
        text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
    .search-boxs
    {
        width: 150px;
        transition: all 0.3s ease;
        
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease;
        border-radius: 90px;
    }
    .search-boxs:hover {
        width: 150px; 
        left: 50%; /* Se expande cuando pasa el mouse */
      }
  
    .categories
    {
        position: relative;
      
        text-align: center;
        transition: all 0.3s ease;
        right: -55px;
        top: 30%;
        z-index: 3; 
        height: 90px;
    }
    h20 {
        margin-top: 0;
        position: relative;
        color: #000000;
        font: 900 22px Montserrat;
        text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
      
      
    .dropdowns
    {
        z-index: 3; 
        display: none;
        position: column;
        top: 90%;
        left: -10%;
        background-color: #000000;
        width: 100%;
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 3s ease, visibility 0s linear 3s; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .vertical
    {
        z-index: 3; 
            width: 90%;
            padding: 10px;
            background: rgba(66, 84, 107, 0.6);
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(30px);
            
            overflow: hidden;
            position: absolute; /* Permite ajustar la posición */
            top: 50px; /* Ajusta la posición vertical */
            left: -40px;
    }
    .outer-rectangle {
        width: 500px;
        height: 100px;
        
        position: relative;
        margin: 50px auto;
        transition: all 0.3s ease;
        
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 33px;
        margin: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 3; 
      }
   
}

@media (min-width: 992px) {
    .productos1 {
        
        
        grid-template-columns: repeat(4, 1fr); /* Muestra 4 productos en pantallas grandes */
    }
    .section {
        
        padding: 30px;
        text-align: center;
    }
    
}

@media (width> 480px) {
    .section {
        margin-top: 55px;
        padding: 30px;
        text-align: center;
    }
    

    .producto-card1 {
        
        height: auto;
    }
    
}

.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: black; /* Color para el dot activo */
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ocupa toda la altura de la pantalla */
    width: 100vw; /* Ocupa todo el ancho de la pantalla */
    margin: 0; /* Asegura que no haya margen alrededor */
    padding: 0; /* Elimina el padding extra */
    padding-top: 150px
}
/* Estilo para el contenedor de cristal */
.glass-effect3 {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra el contenido horizontalmente */
    justify-content: center; /* Centra el contenido verticalmente */
    margin-left: 500px;
    margin-right: 500px;
    margin: 90px ; /* Espacio superior e inferior */
    padding: 40px;
    width: 90%; /* Ajusta el ancho como desees */
    max-width: 500px; /* Máximo ancho del contenedor */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 55px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Estilo para el texto dentro del contenedor */
.text-container {
    text-align: center; /* Centra el texto */
}

/* Estilo del botón */
button {
    width: 200px;
    height: 70px;
    background: linear-gradient(to left top, #57cae5 50%, #57cae5 50%);
    border-style: none;
    border-radius: 7px;
    color: #fff;
    font-size: 23px;
    letter-spacing: 3px;
    font-family: 'Lato';
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
    margin-top: 20px; /* Espacio entre el texto y el botón */
}

button span {
    position: absolute;
    display: block;
}

button span:nth-child(1) {
    height: 3px;
    width: 200px;
    top: 0px;
    left: -200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1 {
    0% {
        left: -200px;
    }
    100% {
        left: 200px;
    }
}

button span:nth-child(2) {
    height: 70px;
    width: 3px;
    top: -70px;
    right: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #bdbdbd);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}

@keyframes span2 {
    0% {
        top: -70px;
    }
    100% {
        top: 70px;
    }
}

button span:nth-child(3) {
    height: 3px;
    width: 200px;
    right: -200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #cccccc);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}

@keyframes span3 {
    0% {
        right: -200px;
    }
    100% {
        right: 200px;
    }
}

button span:nth-child(4) {
    height: 70px;
    width: 3px;
    bottom: -70px;
    left: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), #ffffff);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}

@keyframes span4 {
    0% {
        bottom: -70px;
    }
    100% {
        bottom: 70px;
    }
}

button:hover {
    transition: all .5s;
    transform: rotate(-3deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .4);
}

button:hover span {
    animation-play-state: paused;
}

/* Estilo para el contenedor de productos */


/* Estilo de cada producto */
.producto {
    background: #f0f0f0; /* Color de fondo de cada producto */
    border-radius: 10px; /* Esquinas redondeadas */
    padding: 20px; /* Espacio interior */
    text-align: center; /* Centra el texto dentro del producto */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.scroll-to-top {
	width: 60px;
	height: 60px;
    position: fixed;
    bottom: 20px; /* Ajusta la posición desde el fondo */
    right: 20px; /* Ajusta la posición desde la derecha */
    background-color: #57cae5; /* Color de fondo del botón */
    color: white; /* Color del texto */
    border: none; /* Sin borde */
    border-radius: 5px; /* Bordes redondeados */
    padding: 10px 15px; /* Espaciado interno */
    font-size: 16px; /* Tamaño de fuente */
    cursor: pointer; /* Cursor pointer al pasar el mouse */
    transition: background-color 0.3s ease; /* Transición para el color de fondo */
    display: none; /* Inicialmente oculto */
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

.scroll-to-top:hover {
    background-color: #45a3c3; /* Cambia el color al hacer hover */
}

/* Estilo del botón de WhatsApp */

/* Animación de salto */
@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Ajusta la altura del salto */
    }
}

/* Estilo del mensaje emergente */

.center {
	width: 80%;
	margin: 0 auto;
}

.article {
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
}

img {
	max-width: 100%;
	border-radius: 8px;
}
/* Estilos de la sección */
.feature-section {
    text-align: center;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;

}

.feature-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

/* Estilos del contenedor de iconos */
.icon-container {
    display: flex;
    justify-content: space-around;
    gap: 5px;
}

.icon-box {
	padding: 10px;
	margin: 10px;
	width: 100px;
	height: 80px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.icon-box img {
    width: 200px;
    height: 200px;
    transition: transform 0.3s ease;
}

.icon-box p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* Efecto de hover en los iconos */
.icon-box:hover {
    transform: translateY(-10px); /* Eleva el icono */
    background-color: rgba(52, 152, 219, 0.1); /* Fondo con color suave */
    border-radius: 10px;
}

.icon-box:hover img {
    transform: scale(1.2); /* Agranda el icono */
}
.hamburger {
    display: none; /* Ocultar el botón por defecto */
    cursor: pointer;
    position: fixed; /* Mantiene el botón en la parte superior derecha */
    top: 20px;
    right: 20px;
    z-index: 2000; /* Asegura que el botón esté encima del menú */
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
    background-color: #000;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    transition: transform 0.4s ease;
}

.hamburger.is-active .hamburger__inner {
    transform: rotate(45deg);
}

.hamburger.is-active .hamburger__inner::before {
    transform: rotate(-90deg) translate(-8px, -8px);
}

.hamburger.is-active .hamburger__inner::after {
    opacity: 0;
} /* Botón de hamburguesa */
.hamburger {
    display: none; /* Ocultar el botón por defecto */
    cursor: pointer;
    position: fixed; /* Mantiene el botón en la parte superior derecha */
    top: 20px;
    right: 20px;
    z-index: 2000; /* Asegura que el botón esté encima del menú */
}

.hamburger__inner,
.hamburger__inner::before,
.hamburger__inner::after {
    background-color: #fdfdfd;
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0;
    transition: transform 0.4s ease;
}

.hamburger.is-active .hamburger__inner {
    transform: rotate(45deg);
}

.hamburger.is-active .hamburger__inner::before {
    transform: rotate(-90deg) translate(-8px, -8px);
}

.hamburger.is-active .hamburger__inner::after {
    opacity: 0;
}
@media (max-width: 768px) {
    .icon-box {
        width: 45%; /* Ajuste para pantallas medianas */
    }
}

/* Responsivo para móviles */
@media (width < 780px) {
    .glass-effect5
    {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 80px;
        margin:10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 95%;
        height: 100%;
        padding: 30px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    
    }
    .icon-box {
        width: 90%; /* Ajuste para pantallas pequeñas */
    }
    
    .feature-section h2 {
        font-size: 20px; /* Redimensiona el encabezado */
    }
    .menu {
		width: 100%;
        background: rgba(255, 255, 255, .25); /* Fondo transparente para móviles */
        backdrop-filter: blur(5px); /* Aplicar desenfoque de fondo para móviles */
        border: 1.5px solid rgba(209, 213, 219, 0.3); /* Borde sutil para móviles */
        border-radius: 1rem; /* Bordes redondeados para móviles */
    }

    /* Ajustes para el menú en dispositivos móviles */
    ul {
        flex-direction: column; /* Hace el menú vertical */
        justify-content: center; /* Centra verticalmente */
        align-items: center; /* Centra horizontalmente */
        display: none; /* Oculta el menú */
    }

    /* Mostrar el menú cuando tenga la clase "open" */
    ul.open {
        display: flex; /* Muestra el menú */
    }

    .hamburger {
        display: block; /* Muestra el botón en pantallas pequeñas */
    }
}
 
 @media screen and (max-width: 700px) {
    body {
       padding: 170px 0 0 0;
       width: 100%
       
    }
 }
 
lientes-list li:nth-child(7) button { background: white; }
  
 /* Responsivo */

/* Responsivo para móviles (pantallas pequeñas) */


.carousel-container4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    padding: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  
  
  .toggle-products {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .toggle-products:hover {
    background-color: #0056b3;
  }
  
  /* Flechas de navegación */
  .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(0, 0, 0);
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  /* Responsive design para dispositivos móviles */
 
  
  
  
* {
	box-sizing: border-box;
}
.main-content {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    height: 350px; /* Altura del contenedor */
    overflow: hidden; /* Oculta el contenido desbordado */
    background-color: rgba(255, 255, 255, 0.7);  /* Color de fondo del contenido */
    margin: 20px; /* Para separar del borde de la ventana */
    transition: opacity 1.5s ease-in-out; /* Transición suave más larga */
    border-radius: 15px;
   
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); /* Sombra difusa alrededor */
        overflow: hidden;
        backdrop-filter: blur(10px);
        padding: 20px; /* Espaciado interno */
        margin: 20px; 
}

.main-content::before {
    content: ""; /* Necesario para crear un pseudo-elemento */
    position: absolute; /* Asegura que cubra todo el contenedor */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; /* Permite interactuar con el contenido por encima */
    z-index: 1; /* Asegura que esté detrás del contenido */
}

.main-content > * {
    position: relative; /* Necesario para que el contenido esté por encima */
    z-index: 2; /* Asegura que el contenido sea visible por encima del fondo */
}

.hover,
.word,
h1 {
	cursor: pointer;
}

h1 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 100; /* Black */
    font-size: 25px;
    color: #354284;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

h12 {
	font-size: 26px; /* Tamaño de fuente ajustado */
    font-weight: bold;
    color: #333; /* Color inicial del texto */
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease; }
h12:hover {
    color: #3498db; /* Cambia el color del texto al pasar el mouse */
}
h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Línea cercana al texto */
    width: 100%;
    height: 1px; /* Línea más delgada */
    background-color: #3498db; /* Color de la línea */
    transform: scaleX(0); /* Empieza contraída */
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

h12:hover::after {
    transform: scaleX(1); /* Expande la línea */
    transform-origin: bottom left;
}
.navigation-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.navigation-buttons button {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #333;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: background-color 0.3s ease;
}

.navigation-buttons button:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.concept {
    
   position: relative;
	padding: 5em;
	height: 100vh;
	overflow: hidden;
	scroll-snap-align: center;
    display: none;
    transition: opacity 1.1s ease-in-out; 
	&:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: radial-gradient(rgba(0, 0, 0, 0.3), transparent);
		opacity: 0;
		transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	}
	&:hover:before {
		opacity: 0.5;
	}
}


.concept-one {
    
    padding: 5em;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
    display: flex;
	justify-content: center;
	align-items: center;
    background: url("https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/desert.jpg")
	
    no-repeat center center / cover;
   
	h1 {
		letter-spacing: 35px;
		position: relative;
		&:before {
			content: "DESERTs";
			position: absolute;
			margin: auto;
			left: 0;
			right: 0;
			max-width: 400px;
			color: transparent;
			letter-spacing: 10px;
			text-shadow: none;
		}
	}
	&:hover h1:before {
		transition: 0.6s ease;
		color: rgba(255, 255, 255, 0.8);
		animation: jump-out 0.6s ease forwards;
	}
}

@keyframes jump-out {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}


.concept-two {
	
    padding: 5em;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/forest.jpg)
		center center / cover;
        .word {
            width: 600px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80%;
        }
        .hover {
            flex: 1;
            display: grid;
            height: calc(100vh - 10em);
            grid: repeat(2, 2fr) / 100%;
            position: relative;
            div {
                position: relative;
                z-index: 5;
            }
            div:nth-child(1):hover ~ h1 {
                margin-top: -10px;
            }
            div:nth-child(2):hover ~ h1 {
                margin-top: -50px;
            }
        }
	h1 {
        position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -30px;
		transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		z-index: 0;
	}
	.hover:hover h1 {
		transform: scale(1.5);
		color: #fff;
		-webkit-text-stroke: 2px transparent;
		text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	}
}


.concept-three {
	padding: 5em;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
    
	.word {
		display: flex;
		align-items: center;
		max-width: 500px;
		margin: auto;
        width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
	}
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/canyon.jpg)
		center center / cover;
        
	.hover {
		flex: 1;
		display: grid;
		height: calc(100vh - 10em);
		grid: repeat(2, 2fr) / 100%;
		position: relative;
		div {
			position: relative;
			z-index: 5;
		}
		div:nth-child(1):hover ~ h1 {
			margin-top: -10px;
		}
		div:nth-child(2):hover ~ h1 {
			margin-top: -50px;
		}
	}
	h1 {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -50px;
		transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
		z-index: 0;
	}
}

.concept-four {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2em;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
    
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/glacier.jpg)
		no-repeat center center / cover;
	h1 {
		display: inline-block;
	}
	&:hover h1 {
		letter-spacing: 25px;
		transform: scale(1.3);
		transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
}

.concept-five {
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/mountains.jpg)
		center center / cover;
	display: flex;
	align-items: center;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
    
	.word {
		width: 600px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80%;
		&:hover {
			.char:nth-child(even) {
				top: 20px;
			}
			.char:nth-child(odd) {
				top: -20px;
			}
		}
	}
	.char {
		flex: 1;
		position: relative;
		display: inline-block;
		top: 0;
		transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
}

.concept-six {
	display: flex;
	align-items: center;
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/beach.jpg) top
		right / cover;
       
	.word {
		width: 550px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80%;
		&:hover {
			.char:nth-child(1) {
				margin-top: -30px;
				transform: rotate(-20deg);
			}
			.char:nth-child(2) {
				margin: -40px 0px 0 10px;
				transform: rotate(5deg);
			}
			.char:nth-child(3) {
				margin: 15px 0 0 10px;
				transform: rotate(12deg);
			}
			.char:nth-child(4) {
				margin: -25px 0 0;
				transform: rotate(5deg);
			}
			.char:nth-child(5) {
				margin: -40px 5px 0;
				transform: rotate(-10deg);
			}
		}
	}
	.char {
		flex: 1;
		transition: 0.3s ease-in-out;
		position: relative;
	}
}

.concept-seven {
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/fries.jpg)
		top center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
    
	h1 {
		letter-spacing: 35px;
		position: relative;
		&:before {
			content: "fries";
			position: absolute;
			margin: auto;
			left: 0;
			right: 0;
			max-width: 400px;
			color: transparent;
			letter-spacing: 10px;
			text-shadow: none;
		}
	}
	&:hover h1:before {
		transition: 0.6s ease;
		color: rgba(255, 255, 255, 0.8);
		animation: jump-out 0.6s ease forwards;
	}
}

@keyframes jump-out {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.concept-eight {
    width: 100%; /* Asegura que la imagen ocupe el 100% del ancho */
    height: 100%;
	background: url(https://meowlivia.s3.us-east-2.amazonaws.com/codepen/background/falls.jpg)
		center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	.word {
		display: flex;
		align-items: center;
		justify-items: center;
		width: 450px;
		height: 80%;
		&:hover .char:before {
			transition: 0.6s ease;
			color: rgba(255, 255, 255, 0.8);
			animation: falls 1s ease forwards;
		}
		&:hover .char:nth-child(1):before {
			animation: falls 0.9s ease 0.2s forwards;
		}
		&:hover .char:nth-child(2n + 3):before {
			animation: falls 1s ease 0.3s forwards;
		}
	}
	.char {
		flex: 1;
		position: relative;
		&:before {
			content: attr(data-content);
			position: absolute;
			top: 0;
			color: transparent;
			text-shadow: none;
		}
	}
}

@keyframes falls {
	0% {
		opacity: 0;
		top: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: 100px;
	}
}


.titulo-iz {
	
	position: absolute; /* Posiciona el texto de manera absoluta */
    top: 150px; /* Ajusta la posición desde la parte superior */
    left: 150px; /* Ajusta la posición desde la izquierda */
    background-color: transparent; /* Fondo blanco con algo de transparencia */
    padding: 5px; /* Espacio alrededor del texto */
    border-radius: 5px; /* Esquinas redondeadas */
}
.titulo-dr {
	position: absolute; /* Posiciona el texto de manera absoluta */
    top: 150px; /* Ajusta la posición desde la parte superior */
    right: 150px; /* Ajusta la posición desde la izquierda */
    background-color: transparent; /* Fondo blanco con algo de transparencia */
    padding: 5px; /* Espacio alrededor del texto */
    border-radius: 5px; /* Esquinas redondeadas */
}
.marca-images {
    
    flex-wrap: wrap; /* Acomoda las imágenes en varias líneas si es necesario */
    justify-content: space-around;
    align-items: center;
    gap: 50px; /* Espacio entre las imágenes */
    width: 300px;
	display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas */
    grid-template-rows: repeat(3, auto); /* Tres filas */
   /* Espacio entre las imágenes */
    max-width: 1900px; /* Ajusta este valor según el ancho deseado del contenedor */
    /* Centrar el contenedor */
}
.marca-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px; /* Espacio entre el título y las imágenes */
    color: #000000;
}
.marca-images img {
	flex: 0 0 calc(70% - 70px);
	width: 120px; /* Tamaño base ajustado */
    height: auto;

    width: 190px; /* Tamaño base de las imágenes */
    height: auto;
    transition: transform 0.3s ease-in-out;
    animation: levitate 3s ease-in-out infinite;
}

/* Animación de levitación */
@keyframes levitate {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Efecto de "subir" ligeramente */
    }
}

/* Ajustes responsivos para las imágenes */
@media (max-width: 768px) {
    .marca-images img {
        width: 60px; /* Ajusta el tamaño de las imágenes en pantallas más pequeñas */
    }
	
}

@media (max-width: 480px) {
    .marca-images img {
        width: 50px; /* Ajusta el tamaño aún más en pantallas pequeñas */
    }
}

/* Estilo para la sección de Clientes */
.clientes {
	margin-top: 0px;
    text-align: center;
    padding: 50px 0;
}

.clientes-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}



.clientes-grid img {
	display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    width: 80%; /* Ajusta según el tamaño de tu layout */
    height: 90vh; 
}

.clientes-list img {
    width: 150px; /* Ajusta el tamaño según necesites */
    height: auto;
    object-fit: cover; /* Mantiene las proporciones de la imagen */
     /* Aplica un recorte circular a las imágenes */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.clientes-list img:hover {
    transform: scale(1); /* Aumenta el tamaño en hover */
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8); /* Aplica una sombra en hover */
}

.clientes-list li {
    display: inline-block;
    margin: 10px;
}

/* Estilo para la sección Conócenos */

.boton {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #008CBA;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.boton:hover {
    background-color: #005f73;
}


.close-btn {
    background: transparent; /* Sin fondo */
    border: none; /* Sin borde */
    color: black; /* Color del botón */
    font-size: 18px; /* Tamaño del texto */
    position: absolute; /* Posiciona el botón en la esquina superior derecha */
    top: 5px; /* Espacio desde la parte superior */
    right: 5px; /* Espacio desde la derecha */
    cursor: pointer; /* Cambia el cursor al pasar el mouse */
}
.contact-form {
    display: flex; /* Permitir flexbox para disposición */
    flex-direction: column; /* Disposición vertical */
    gap: 10px; /* Espacio entre los elementos del formulario */
}

.contact-form label {
    font-weight: bold; /* Resaltar las etiquetas */
}

.contact-form input {
    padding: 8px; /* Espacio interno de los campos de entrada */
    border: 1px solid #ccc; /* Borde gris claro */
    border-radius: 4px; /* Bordes redondeados */
}

.contact-form button {
    background-color: #007bff; /* Color del botón */
    color: white; /* Color del texto del botón */
    border: none; /* Sin borde */
    padding: 10px; /* Relleno interno */
    border-radius: 4px; /* Bordes redondeados */
    cursor: pointer; /* Cambia el cursor al pasar el mouse */
}

.contact-form button:hover {
    background-color: #0056b3; /* Color al pasar el mouse */
}
.info {
    margin: 8px;
	display: none; /* Oculta la información adicional por defecto */
    position: absolute; /* Posiciona la información sobre el contenedor */
    top: 100%; /* Muestra justo debajo del contenedor */
    left: 50%; /* Centra horizontalmente */
    transform: translateX(-50%); /* Corrige la alineación */
    background-color: rgba(255, 255, 255, 0.8); /* Color blanco con un poco de transparencia */
    color: black; /* Color del texto de la información */
    padding: 25px; /* Relleno interno */
    border: 3px solid rgba(255, 255, 255, 0.5); /* Borde semi-transparente */
    border-radius: 35px; /* Bordes redondeados */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Sombra para dar profundidad */
    backdrop-filter: blur(10px); /* Desenfoque del fondo */
    z-index: 10000; /* Asegura que la información esté por encima de otros elementos */
    width: 300px;  /* Ancho fijo para la ventana emergente */ /* Ancho de la ventana emergente */
}


.wrapper a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px; /* Hace el botón redondeado */
    transition: background-color 0.3s;
    text-align: center;
}

.wrapper a:hover {
    background-color: #0056b3;
}

.wrapper a span {
    display: block;
    line-height: 1.5;
}
@media (max-width: 768px) {
	.wrapper {
		width: 95%;  /* Ajustamos el ancho para celulares */
        height: 70%; /* Contenedor ocupa el 100% en pantallas pequeñas */
	}

	
}
@media (max-width: 768px) {
	.container2 {
		
	  flex-direction: column;
	  align-items: center;
	}
	.contact-section4 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 55vh;
		padding: 0px;
	}
    body {
	padding: 10px;
	}
  }
  @media (max-width: 1024px) {
	.container2 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 20px;
        max-width: 1000px;
        width: 100%;
      }
	.contact-section4 {
		display: flex;
		justify-content: center;
		align-items: center;
		
		padding: 0px;
	}
    .glass-effect5 {
        /* Estilos generales para el efecto de cristal */
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 40px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
       
        height: auto;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 15px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;/* Añadimos algo de padding para separar el contenido */
    }
    .containes {
        display: flex;
        justify-content: center;
        margin-top: 100px;
        padding: 0px;
        z-index: 3; 
      }
  }
@media (max-width: 480px) {

}
/* Estilo para la sección de Productos */
.productos-grid {
    display: flex;
    justify-content: space-around;
    padding: 50px 10;
}

.producto-item {
    text-align: center;
}

.producto-item img {
    max-width: 100px;
}

/* Estilo para la sección de Promociones */
.promociones {
    text-align: center;
    padding: 0px 10;
	
}

.promocion-item img {
    max-width: 200px;
    margin-bottom: 20px;
}

/* Responsivo */
@media (max-width: 768px) {
    .clientes-grid,
    .productos-grid {
        flex-direction: column;
    }
}


/* Estilo de las secciones */
.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 800px;
    text-align: center;
    height: 100vh;
    width: 100%;
    color: #fff;
    padding: 20px;
    
}

/* CSS */
.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-86::after,
  .button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
  }
  
  .button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #57cae5;
    border-radius: 10px;
  }
  
  .button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #00000015;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50px;
  }
  
  .button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
  }
  
  .button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
  }
  
  .button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
  }
  
h16{

    font-size: 2.5em;
    margin-bottom: 10px;
}

.section h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.section p {
    font-size: 1.2em;
    max-width: 800px;
    line-height: 1.5em;
}
#s1 {
    background: url('inicio-bg.jpg') no-repeat center center/cover;
}

#s2 {
    background: url('quienes-somos-bg.jpg') no-repeat center center/cover;
}

#s3 {
    background: url('clientes-bg.jpg') no-repeat center center/cover;
}

#s4 {
    background: url('productos-bg.jpg') no-repeat center center/cover;
}

#s5 {
    background: url('contacto-bg.jpg') no-repeat center center/cover;
}

@media (max-width: 768px) {
    h1 {
        font-family: 'League Spartan', sans-serif;
        font-weight: 100; /* Black */
        font-size: 25px;
        color: #354284;
        text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
	.p{

		color: #000000;
	}
    .categories {
        
        top: 35%;
       
      }
}

@media (max-width: 480px) {
    .section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 800px;
        text-align: center;
        
        width: 90%;
        color: #fff;
        padding: 20px;
        
    }
   
   
    h1 {
        font-family: 'League Spartan', sans-serif;
        font-weight: 100; /* Black */
        font-size: 20px;
        color: #354284;
        text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }
	.p{

		color: #000000;
	}
    .categories {
        
      
        top: 35%;
        
      }
}