@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: 0px;
    margin: 0px;
    text-align: center;
 
	font-family: "Comfortaa", sans-serif;
    
	
}
/* 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; }
}

/* Ocultar loader después de la carga */
.hide-loader {
    opacity: 0;
    pointer-events: none;
}




.info-blocks {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    padding: 30px;
    height: auto;
    margin-top: 400px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   
}

.info-blocks.right-align {
   
    left: 25%;
    width: 70%;
    height: auto;
    position: relative;
   
    
    align-items: center;
    justify-content: flex-end;
    
    z-index: 3;
    padding: 50px;
 
}

.info-blocks.center-align {
   
    left:   15%;
    width: 70%;
    height: 250px;
    position: relative;
   
    
    align-items: center;
    justify-content: center;
    
    z-index: 3;
    padding: 10px;
 
}
.info-blocks.left-align {
    padding: 10px;
    justify-content: center;
}

.hex-image {
    animation: float 4s ease-in-out infinite;
    top: 9%;
    width: 200px;
    height: 180px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #b4d5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
  
}

.hex-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hex-image3 {
    animation: float 4s ease-in-out infinite;
    top: 28%;
    width: 200px;
    height: 180px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #b4d5d4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
  
}

.hex-image3 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hex-image2 {
    animation: float 4s ease-in-out infinite;
    top: 18%;
    right: 0px;
    width: 200px;
    height: 180px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #b4d5d4;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
}

.hex-image2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Posicionamiento específico de los hexágonos */
.info-blocks .hex-image {
    top: -35px; /* Sobresale del bloque */
    left: -80px; /* Ajuste para el hexágono del primer bloque */
}

.info-blocks.right-align .hex-image2 {
    top: -30px;
    right: 0px; /* Ajuste para el hexágono del segundo bloque */
}

.info-blocks.left-align .hex-image {
    top: -30px;
    left: -80px; /* Ajuste para el hexágono del tercer bloque */
}
.glass-container {
    animation: float 9s ease-in-out infinite;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 300px; /* Tamaño máximo del recuadro */
    margin: 20px auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1); /* Fondo semitransparente */
    backdrop-filter: blur(10px); /* Efecto de cristal */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.glass-image {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ajusta la imagen manteniendo su proporción */
}
/* Contenido del bloque */
.content {
    text-align: center;
    
    flex: 1;
    padding: 20px;
}

.content h2 {
    text-align: right;
    font-size: 24px;
    color: #354284;
    margin-bottom: 5px;
  
}

.content p {
    text-align: center;
    font-size: 16px;
    color: #666;
    
}
.content2 {
    text-align: left;
    
    flex: 1;
    padding: 20px;
}

.content2 h2 {
    text-align: left;
    font-size: 24px;
    color: #354284;
    margin-bottom: 5px;
  
}

.content2 p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.content3 {
    text-align: center;
    
    flex: 1;
    padding: 10px;
}

.content3 h2 {
   
    font-size: 24px;
    color: #354284;
    margin-bottom: 5px;
  
}

.content3 p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

/* Estilos para el contenedor de cristal */
.containerr {
    max-width: 1000px;
    margin: auto;
    padding: 2em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #ffffff;
   
}

.containerr h2 {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 1em;
}

/* Contenedor de tarjetas */
.cards-containerrr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
    gap: 1.5em;
    justify-content: center;
}

/* Estilos de las tarjetas redondeadas */
.cardr {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    text-align: center;
    padding: 1.5em;
    color: #333;
    font-size: 0.9em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardr:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.3);
}

/* Estilos de los íconos */
.cardr i {
    font-size: 2em;
    color: #000000;
    margin-bottom: 0.5em;
}

.cardr h1 {
    font-size: 20px;
    color: #354284;
    margin: 0;
    margin-bottom: 20px;
}

.cardr p {
    font-size: 0.85em;
    color: #000000;
    margin-top: 0.5em;
    line-height: 1.5;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .containerr {
        padding: 1em;
    }

    .cardr h3 {
        font-size: 1em;
    }

    .cardr p {
        font-size: 0.9em;
    }
}

/* Efecto de cristal para el tercer bloque */
.glass-effects {
    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.2);
    backdrop-filter: blur(10px);
    border-radius: 33px;
    margin: 30px;
    margin-top: 8%;
    width:  90%;
    height: auto;
}
.glass-effects6 {
    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.2);
    backdrop-filter: blur(10px);
    border-radius: 33px;
    margin: 60px;
    margin-top: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:  100%;
    padding: 70px;
    height: auto;
  margin-left: 10%;
  z-index: 12;
  
}
.glass-effects6 {
    font-size: 20px;
    color: #354284;
    margin: 0;
    margin-bottom: 20px;
}

.glass-effects2 {
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    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.2);
    backdrop-filter: blur(10px);
    border-radius: 33px;
    margin: 30px;
    width:  80%;
    height: 250px;
    left: -10%;
    
}
.glass-effects3 {
    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.2);
    backdrop-filter: blur(10px);
    border-radius: 33px;
    margin: 30px;
    width:  80%;
    height: 250px;
    margin-bottom: 100px;
}

@media (width < 1024px) {

    .info-blocks {
        display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       width: 95%;
       padding: 20px;
      height: auto;
       margin-top: 400px;
       background-color: #ffffff;
       border: 1px solid #ccc;
       box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      margin-top: 100px;
      margin: auto;
    }
    
    .info-blocks.right-align {
      
       left: auto;
       width: 70%;
       height: auto;
       position: relative;
      
       
       align-items: center;
       
       
       z-index: 3;
       padding: 20px;
     margin: auto;
    }
    .info-blocks.center-align {
      
        left: auto;
        width: 70%;
        height: auto;
        position: relative;
       
       
        align-items: center;
        
        
        z-index: 3;
        padding: 20px;
      margin: auto;
      margin-top: 100px;
     }
    
    .info-blocks.left-align {
       padding: 10px;
       justify-content: flex-start;
    }
    .info-blocks.center-align {
        padding: 10px;
        justify-content: center;
     }
    
    .hex-image {
        animation: float 4s ease-in-out infinite;
        top: 55%;
        left: 30%;
        right: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 30%;
        height: 30%;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        background-color: #b4d5d4;
        box-shadow: 0 4px 50px rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 5;
        margin: 5%;
     
    }
    
    .hex-image img {
       width: 100%;
       height: auto;
       object-fit: cover;
    }
    
    
    .hex-image3 {
     opacity: 0;
     
    }
    
    .hex-image3 img {
       width: 100%;
       height: auto;
       object-fit: cover;
    }
    .hex-image2 {
       animation: float 4s ease-in-out infinite;
       top: 55%;
       left: 30%;
       right: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       position: relative;
       width: 30%;
       height: 30%;
       clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
       background-color: #b4d5d4;
       box-shadow: 0 4px 50px rgba(0, 0, 0, 0.7);
       display: flex;
       align-items: center;
       justify-content: center;
       position: relative;
       z-index: 5;
       margin: 5%;
    }
    
    .hex-image2 img {
        width: 100%;
        height: auto;
        object-fit: cover;
     }
    
    
    
    /* Posicionamiento específico de los hexágonos */
    .info-blocks .hex-image {
       top: -35px; /* Sobresale del bloque */
       left: -80px; /* Ajuste para el hexágono del primer bloque */
    }
    
    .info-blocks.right-align .hex-image2 {
       top: -30px;
       right: 0px; /* Ajuste para el hexágono del segundo bloque */
    }
    
    .info-blocks.left-align .hex-image {
       top: -30px;
       left: -80px; /* Ajuste para el hexágono del tercer bloque */
    }
    .glass-container {
       animation: float 0s ease-in-out infinite;
       position: relative;
       width: 90%;
       margin: 35px;
       height: 100%; /* Tamaño máximo del recuadro */
       margin: 20px auto;
       border-radius: 10px;
       background: rgba(255, 255, 255, 0.1); /* Fondo semitransparente */
       backdrop-filter: blur(10px); /* Efecto de cristal */
       box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
       overflow: hidden;
       display: flex;
       justify-content: center;
       align-items: center;
       margin-bottom: 70px;
    }
    
    .glass-image {
       width: 96%;
       height: 96%;
       height: auto;
       object-fit: cover; /* Ajusta la imagen manteniendo su proporción */
    }
    /* Contenido del bloque */
    .content {
       text-align: center;
       
       flex: 1;
       padding: 20px;
    }
    
    .content h2 {
       text-align: center;
       font-size: 24px;
       color: #354284;
       margin-bottom: 5px;
     
    }
    
    .content p {
       text-align: center;
       font-size: 16px;
       color: #666;
       
    }
    .content2 {
       text-align: center;
       
       flex: 1;
       padding: 20px;
    }
    
    .content2 h2 {
       text-align: center;
       font-size: 24px;
       color: #354284;
       margin-bottom: 5px;
     
    }
    
    .content2 p {
       text-align: center;
       font-size: 16px;
       color: #666;
    }
    
    /* Efecto de cristal para el tercer bloque */
    .glass-effects {
       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.2);
       backdrop-filter: blur(10px);
       border-radius: 33px;
       margin: auto;
       margin-top: 8%;
       width:  80%;
       height: auto;
       margin-top: 80px;
    }
   
    .glass-effects2 {
        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.2);
       backdrop-filter: blur(10px);
       border-radius: 33px;
       margin: auto;
       margin-top: 8%;
       width:  80%;
       height: auto;
       margin-top: 80px;
       
    }
    .glass-effects3 {
       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.2);
       backdrop-filter: blur(10px);
       border-radius: 33px;
       margin: auto;  
       width:  80%;
       height: auto;
       margin-bottom: 100px;
    }
    
    
    }

@media (width < 480px) {

.info-blocks {
    display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 95%;
   padding: 10px;
  height: auto;
   margin-top: 400px;
   background-color: #ffffff;
   border: 1px solid #ccc;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  margin: auto;
}

.info-blocks.right-align {
  
   left: auto;
   width: 70%;
   height: auto;
   position: relative;
  
   
   align-items: center;
   
   
   z-index: 3;
   padding: 10px;
 margin: auto;
}

.info-blocks.left-align {
    height: auto;
   padding: 10px;
   justify-content: flex-start;
}

.hex-image {
    animation: float 4s ease-in-out infinite;
    top: 55%;
    left: 10%;
    right: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50%;
    height: 50%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #b4d5d4;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    margin: 16%;
 
}

.hex-image img {
   width: 100%;
   height: auto;
   object-fit: cover;
}


.hex-image3 {
   opacity: 0;
 
}

.hex-image3 img {
   width: 100%;
   height: auto;
   object-fit: cover;
}
.hex-image2 {
   animation: float 4s ease-in-out infinite;
   top: 55%;
   left: 10%;
   right: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   width: 50%;
   height: 50%;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
   background-color: #b4d5d4;
   box-shadow: 0 4px 50px rgba(0, 0, 0, 0.7);
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   z-index: 5;
   margin: 15%;
}

.hex-image2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
 }



/* Posicionamiento específico de los hexágonos */
.info-blocks .hex-image {
   top: -35px; /* Sobresale del bloque */
   left: -80px; /* Ajuste para el hexágono del primer bloque */
}

.info-blocks.right-align .hex-image2 {
   top: -30px;
   right: 0px; /* Ajuste para el hexágono del segundo bloque */
}

.info-blocks.left-align .hex-image {
   top: -30px;
   left: -80px; /* Ajuste para el hexágono del tercer bloque */
}
.glass-container {
   animation: float 0s ease-in-out infinite;
   position: relative;
   width: 90%;
   margin: 35px;
   height: 100%; /* Tamaño máximo del recuadro */
   margin: 20px auto;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.1); /* Fondo semitransparente */
   backdrop-filter: blur(10px); /* Efecto de cristal */
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 70px;
    margin-top: 0px;
}

.glass-image {
   width: 96%;
   height: 96%;
   height: auto;
   object-fit: cover; /* Ajusta la imagen manteniendo su proporción */
}
/* Contenido del bloque */
.content {
   text-align: center;
   
   flex: 1;
   padding: 20px;
}

.content h2 {
   text-align: center;
   font-size: 24px;
   color: #354284;
   margin-bottom: 5px;
 
}

.content p {
   text-align: center;
   font-size: 16px;
   color: #666;
   
}
.content2 {
   text-align: center;
   
   flex: 1;
   padding: 20px;
}

.content2 h2 {
   text-align: center;
   font-size: 24px;
   color: #354284;
   margin-bottom: 5px;
 
}

.content2 p {
   text-align: center;
   font-size: 16px;
   color: #666;
}

/* Efecto de cristal para el tercer bloque */
.glass-effects {
   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.2);
   backdrop-filter: blur(10px);
   border-radius: 33px;
   margin: auto;
   margin-top: 8%;
   width:  80%;
   height: auto;
   margin-top: 80px;
}
.glass-effects2 {
    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.2);
   backdrop-filter: blur(10px);
   border-radius: 33px;
   margin: auto;
   margin-top: 8%;
   width:  80%;
   height: auto;
   margin-top: 80px;
   
}
.glass-effects3 {
   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.2);
   backdrop-filter: blur(10px);
   border-radius: 33px;
   margin: auto;  
   width:  80%;
   height: auto;
   margin-bottom: 100px;
}


}




/* Efecto responsivo */
@media (max-width: 768px) {
    .bloque {
        max-width: 100%;
    }
    .bloque2 {
        max-width: 100%;
    }
    .bloque3 {
        max-width: 100%;
    }
    .hexagono-imagen {
        max-width: 100%;
    }
    .hexagono-imagen2 {
        max-width: 100%;
    }
    .hexagono-imagen3 {
        max-width: 100%;
    }
    .contact-section{
        max-width: 100%;
    }
    
    .left-content{
        max-width: 100%;
    }
    .center-form{
        max-width: 100%;
    }
    h2{
        max-width: 100%;
    }
    p{
        color: #000;
        max-width: 100%;
    }
    h3{
        max-width: 100%;
    }
    rigth-info{
        max-width: 100%;
    }
    
}

.containerr {
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.3) url("con.jpg") no-repeat ;
}


.contact-section3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8) url('f5.png') no-repeat center/cover;
    margin: 0;
    backdrop-filter: blur(10px); /* Efecto borroso */
    padding: 60px;
    width: 100%;
    color: #ffffff; /* Asegura que el texto sea legible sobre el fondo */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Sombra sutil para dar profundidad */
    text-align: center; /* Centrar el texto */
}

h1 {
    font-family: 'League Spartan', sans-serif;
    font-weight: 100; /* Black */
    font-size: 30px;
    color: #005f73;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.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;
}

/* Tarjetas */
.carts {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.cart {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 350px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s forwards;
}

.cart:hover {
    transform: translateY(0) scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.card-icon {
    font-size: 3rem;
    color: #0093a7;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.cart:hover .card-icon {
    color: #ffdd57;
}

.cart h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #333;
}

.cart p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Animaciones */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación al hacer scroll */
.cart {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.cart.visible {
    opacity: 1;
    transform: translateY(0);
}

.glass-effect3 {
    margin-left: 17px;
    margin-top: 95px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 55px;
    padding: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.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: #000000; /* 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 */
}
@media (max-width: 768px) {
    .icon-box {
        width: 45%; /* Ajuste para pantallas medianas */
    }
}

/* Responsivo para móviles */
@media (max-width: 480px) {
    .icon-box {
        width: 90%; /* Ajuste para pantallas pequeñas */
    }
    
    .feature-section h2 {
        font-size: 20px; /* Redimensiona el encabezado */
    }
}
 
 @media screen and (max-width: 700px) {
  
 }
 

 
 ul.clientes-list {
	display: grid;

	gap: 0px;
	justify-items: center;
	padding: 0px;
	margin: 0px 0;
	flex-wrap: wrap;
	align-items: center;
  }
  
  ul.clientes-list li {
	list-style-type: none;
  }
  
  /* Posicionar los círculos en forma de corazón */
  ul.clientes-list li:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
  }
  
  ul.clientes-list li:nth-child(2) {
	grid-column: 2;
	grid-row: 2;
  }
  
  ul.clientes-list li:nth-child(3) {
	grid-column: 3;
	grid-row: 1;
  }
  
  ul.clientes-list li:nth-child(4) {
	grid-column: 4;
	grid-row: 2;
  }
  
  ul.clientes-list li:nth-child(5) {
	grid-column: 5;
	grid-row: 1;
  }
  
  ul.clientes-list li:nth-child(6) {
	grid-column: 6;
	grid-row: 2;
  }
  
  ul.clientes-list li:nth-child(7) {
	grid-column: 7;
	grid-row: 1;
  }
  ul.clientes-list li:nth-child(8) {
    grid-column: 3;
    grid-row: 3;

  }
  ul.clientes-list li:nth-child(9) {
    grid-column: 5;
    grid-row: 3;
    
  }
  
  ul.clientes-list li button {
	width: 150px;
	height: 150px;
	border-radius: 20%;
	border: 5px solid white;
	overflow: hidden; /* Esto evita que la imagen se salga del botón */
	position: relative;
	padding: 0;
	cursor: pointer;}
  
  ul.clientes-list li button img {
	width: 100%; /* Ocupar el 100% del ancho del contenedor */
    height: 100%; /* Ocupar el 100% de la altura del contenedor */
    object-fit: cover; /* Ajuste para cubrir completamente el contenedor sin distorsión */
    border-radius: 8px; /* Mantiene el borde redondeado */
    margin: 0;
}

  /* Colores alternos para cada círculo */
  ul.clientes-list li:nth-child(1) button { background: white; }
  ul.clientes-list li:nth-child(2) button { background: white; }
  ul.clientes-list li:nth-child(3) button { background: white; }
  ul.clientes-list li:nth-child(4) button { background: white; }
  ul.clientes-list li:nth-child(5) button { background: white; }
  ul.clientes-list li:nth-child(6) button { background: white; }
  ul.clientes-list li:nth-child(7) button { background: white; }
  ul.clientes-list li:nth-child(8) button { background: white; }
  ul.clientes-list li:nth-child(9) button { background: white; }
  
 /* Responsivo */
 @media (max-width: 768px) {
	ul.clientes-list {
		grid-template-columns: repeat(3, 0fr);
		grid-template-rows: repeat(3, 0fr); /* Dos columnas en pantallas medianas */
	 display: grid;
	 /* Tres columnas en pantallas grandes */
	  /* Sin espacio entre elementos */
	 justify-items: center;
	 /* Sin margen alrededor de la lista */
	 align-items: center;
	}  
	ul.clientes-list li button {
		width: 50px;
		height: 50px;
		border-radius: 20%;
		border: 5px solid white;
		overflow: hidden; /* Esto evita que la imagen se salga del botón */
		position: relative;
		
		cursor: pointer;
	
	}

	ul.clientes-list li button {
		width: 120px;
		height: 120px;
	}
	ul.clientes-list li:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
		
	  }
	  
	  ul.clientes-list li:nth-child(2) {
		grid-column: 1;
		grid-row: 2;
		
	  }
	  
	  ul.clientes-list li:nth-child(3) {
		grid-column: 2;
		grid-row: 1;
	
	  }
	  
	  ul.clientes-list li:nth-child(4) {
		grid-column: 2;
		grid-row: 2;
	
	  }
	  
	  ul.clientes-list li:nth-child(5) {
		grid-column: 3;
		grid-row: 1;
		
	  }
	  
	  ul.clientes-list li:nth-child(6) {
		grid-column: 3;
		grid-row: 2;
	
	  }
	  
	  ul.clientes-list li:nth-child(7) {
		grid-column: 2;
		grid-row: 3;
	
	  }
      ul.clientes-list li:nth-child(8) {
		grid-column: 1;
		grid-row: 1;
	
	  }
      ul.clientes-list li:nth-child(9) {
		grid-column: 3;
		grid-row: 3;
	
	  }
}

/* Responsivo para móviles (pantallas pequeñas) */
@media (max-width: 480px) {
	ul.clientes-list {
		grid-template-columns: 1fr; /* Una columna en pantallas pequeñas */
		gap: 5px;
	}

	ul.clientes-list li button {
		width: 100px;
		height: 100px;
		padding: 10px;
	}
}
  





* {
	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: 20px;
    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);
	}
}

@media (width < 900px) {
    .glass-effect5
    {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s ease, visibility 0s 0.5s;
        margin-top: 10px;
        margin:10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        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 */
    }
    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;
	}
}
.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: 10; /* Asegura que la información esté por encima de otros elementos */
    width: 300px;  /* Ancho fijo para la ventana emergente */ /* Ancho de la ventana emergente */
}

@media (max-width: 968px) {
	.container2 {
		
	  flex-direction: column;
	  align-items: center;
	}
	.contact-section4 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 55vh;
		padding: 0px;
	}
  }
  @media (max-width: 1024px) {

	.contact-section4 {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 55vh;
		padding: 0px;
	}

    
  }


@media (max-width: 768px) {
	.wrapper {
		width: 95%;  /* Ajustamos el ancho para celulares */
        height: 70%; /* Contenedor ocupa el 100% en pantallas pequeñas */
	}

	
  
}
@media (width < 480px) {
	
	.contact-section {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 55vh;
		background: url('f2.png')no-repeat center/cover;
		padding: 100px;
		width: 100%;
	}
	

    .main-content1 {
        display: flex;
        flex-direction: column; /* Colocamos los elementos de arriba a abajo */
        justify-content: flex-start; /* Alineamos al principio */
		width: 100%;
        
      }
      
    
      /* Carrusel (ya está como fondo, no necesitamos tocarlo) */
      .carousel-container {
		width: 100%;
          margin-top: 90px;
		  margin-bottom: 5px;
        order: 1; /* Aseguramos que el carrusel esté en el primer lugar */
      }
    
      /* Barra lateral de marcas */
    
    
  
      
        .carousel-item1 {
          margin: 0 10px;
        }
      
        .carousel-item1 img {
          max-width: 100%;
          height: auto;
          object-fit: contain;
        }
      
        .navigation-dots1 {
          display: none;
        }
    
      /* Secciones de información debajo de marcas */
	  .container3 {
        width: 45%; /* Usar un ancho relativo para adaptarse a pantallas pequeñas */
        height: 40px; /* Ajustar la altura automáticamente */
        padding: 60px; /* Agregar padding para mejorar la apariencia */
    }
    
      .container3 h2 {
        font-size: .9rem;
      }
    
      .info {
        margin-top: 0px;
      }
    
      /* Estilo para el botón de cerrar */
      .close-btn {
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #333;
      }
	  .conocenos {
		text-align: center;
		padding: 0px 0;
		background-color: rgba(85, 83, 83, 0.2);
		backdrop-filter: blur(10px);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
		border-radius: 55px;
		width: 100%;
		margin: 0px;
		text-align: center;
		padding: 20px;
		max-width: 800px;
		margin: 0 auto;
		justify-content: center;
	}
	
	.conocenos-content {
		max-width: 180px;
		margin:10px;
	}
	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;
	}
	.contact-section2 {
		display: flex;
	   
		flex-direction: column; /* Asegúrate de que las secciones estén en columna */
		justify-content: center;
		align-items: center;
		
		background: rgba(255, 255, 255, 0.8) url('f1.png') no-repeat center/cover;
	 margin: 0px;
			padding: 10px;
			width: 100%; /* Ajusta el padding según lo necesites */
	}
	
	.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 (max-width: 1024) {
   
}
/* 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;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    width: 100%;
    color: #fff;
    padding: 20px;
}

.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) {
    .section h1 {
        font-size: 2em;
    }
    .section p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .section h1 {
        font-size: 1.5em;
    }
    .section p {
        font-size: 0.9em;
    }
}

/* Estilo para el ícono flotante de WhatsApp */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

.whatsapp-icon img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

/* Efecto cuando se pasa el ratón sobre el ícono */
.whatsapp-icon:hover img {
    width: 70px;
    height: 70px;
}

/* Estilo para el mensaje flotante */
.floating-message {
    position: fixed;
    bottom: 100px;
    left: 20px; /* Centrado a la izquierda */
    background-color: rgba(0, 128, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    display: none; /* Se oculta inicialmente */
    z-index: 998;
    display: flex;
    align-items: center;
}

/* Flecha para cerrar el mensaje */
.close-icon {
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

/* Responsividad para pantallas pequeñas */
@media (max-width: 600px) {
    .whatsapp-icon {
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-icon img {
        width: 50px;
        height: 50px;
    }

    .floating-message {
        bottom: 80px;
        font-size: 12px;
    }
}