@font-face {
    font-family: 'MiFuente'; /* Nombre personalizado para usar en tu CSS */
    src: url('/LEMONMILK/LEMONMILK-Bold.otf') format('opentype');
    font-weight: normal; /* Puedes ajustar según el peso de la fuente */
    font-style: normal; /* Puedes cambiar a 'italic' si la fuente lo soporta */
}
@font-face {
    font-family: 'MiFuenteLigth'; /* Nombre personalizado para usar en tu CSS */
    src: url('/LEMONMILK/LEMONMILK-Light.otf') format('opentype');
    font-weight: normal; /* Puedes ajustar según el peso de la fuente */
    font-style: normal; /* Puedes cambiar a 'italic' si la fuente lo soporta */
}
*{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url("img/fondo1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}



header{
   
    /* background-color: grey; */
    display: flex;
    justify-content: center;
    align-items: center;
}
nav{
    display: flex;
    width: 100%;
    
}
#nav-menu1{
    justify-content: end;
    
}
ul{
    list-style-type: none;
    display: flex;
    align-items: center;
}
nav li{
    padding-left: 1.875rem;
        padding-right: 1.875rem;
}
.sm li{
    padding-left: 1.875rem;
        padding-right: 1.875rem;
}
.sm li a img {
    width: 40px;
    
    animation: none;
}

/* Efecto psicodélico en hover */
.sm li a:hover img {
    animation: psychedelic 0.5s infinite alternate ease-in-out; /* Cambia los colores y rota sin parar */
    transform: scale(1.2); /* Aumenta ligeramente el tamaño */
    
}

/* Animación psicodélica */
@keyframes psychedelic {
    0% {
        filter: hue-rotate(90deg) brightness(1.3) saturate(9);
        transform: rotate(0deg) scale(1.2);
    }
    25% {
        filter: hue-rotate(90deg) brightness(1.3) saturate(9);
        transform: rotate(5deg) scale(1.3);
    }
    50% {
        filter: hue-rotate(90deg) brightness(1.3) saturate(9);
        transform: rotate(-5deg) scale(1.4);
    }
    75% {
        filter: hue-rotate(90deg) brightness(1.3) saturate(9);
        transform: rotate(5deg) scale(1.3);
    }
    100% {
        filter: hue-rotate(90deg) brightness(1.3) saturate(9);
        transform: rotate(0deg) scale(1.2);
    }
}
a{  
    padding-top: 28px;
    padding-bottom: 27px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.25;
    font-family: 'MiFuenteLigth';
 
}
a:hover{
    color: rgb(0, 255, 255);
}
.logo{
    width: 205px;
}

.logo:hover{
    transform: scale(1.2);
    
}






main{
    /* background-color: rgb(65, 65, 65); */
    display: flex;
    justify-content: center;
    height: 288px;
}
h1{
    font-family: 'LEMONMILK/LEMONMILK-Bold.otf';
    font-size: 3rem;
    margin-bottom: 1.125rem;
    font-weight: 700;
    line-height: .875;
    text-transform: uppercase;
    color: #fdfdfd;
    font-family: 'Mifuente';
}
.title{
    padding-top: 40px;

}
.container-button{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.125rem;
}
.button{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    background-color: #00FFFF;
    width: 50%;
    height: 54PX;
    color: rgb(255, 255, 255);
    align-items: center;
    font-family: "Mifuente";
}
.button:hover{
    color: #222430;
}

.sm{
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}
.instagram{
    width: 32px;
    height: 32px;
    
}

.partner-1{
    /* background-color: rgb(70, 67, 67); */
    display: flex;
    justify-content: center;
  
}
.partner-1 img{
    width: 260px;
    height: 140px;
    object-fit: cover;
    margin-top: 42px;
}
.partner-2{
    /* background-color: rgb(70, 67, 67); */
    justify-content: center;
}
.partner-2 li{
    padding-left: 1.875rem;
        padding-right: 1.875rem;
}
.partner-2 img{
    width: 120px;
    height: 90px;
    object-fit: cover;
}
.partner-3{
    /* background-color: rgb(70, 67, 67); */
    justify-content: center;
}
.partner-3 li{
    padding-left: 1.875rem;
        padding-right: 1.875rem;
}
.partner-3 img{
    width: 50px;
    object-fit: cover;
}
@media (max-width: 1125px) {
    nav li{
        padding-left: .8rem;
        padding-right: .8rem;
    }
}
.menu-btn {
    display: none; /* oculto en pantallas grandes */
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
    top: 20px;
    left: 20px;
}

.menu-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

/* Cambios cuando el botón está activo */
.menu-btn.active .menu-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active .menu-line:nth-child(2) {
    opacity: 0; /* Oculta la línea del medio */
}

.menu-btn.active .menu-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 80vw;
    max-width: 1200px;
    height: fit-content;
    padding: 20px;
}

.header {
    grid-column: span 2;
    
   
    margin-bottom: 20px;
}

.header-img {
    width: 100%;
}

.componente {
    padding: 30px;
    background-color: #000000b2;
    border-bottom: 10px solid #0CEFE4;
    display: flex;
    flex-direction: row;
    text-align: right;
}

.componente-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.componente-info strong {
    font-family: "MiFuenteLigth";
    color: #0CEFE4;
    font-size: 16px;

}

.componente-titulo { 
    font-family: "MiFuente";
    color: #fff;
    font-size: 24px;
}


.componente img {
   width: 50%;
   object-fit: contain;
}

@media (max-width: 900px) {
    .grid-container{
        justify-content: center;
    }
.componente{
    width: 300px;
    height: 200px;
}
.componente img {
    width: 39%;
    
 }
 .componente-titulo{
    font-size: 12px;
 }
    /* Ocultar los navs por defecto en pantallas pequeñas */
    #nav-menu1, #nav-menu2 {
        display: none;
        flex-direction: column;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9); /* Fondo semi-transparente cuando están activos */
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 1; /* Asegura que estén encima de otros elementos */
    }

    /* Ajustar el posicionamiento de nav-menu1 y nav-menu2 */
    #nav-menu1 {
        top: 0; /* El menú inicia desde la parte superior */
         /* Espacio para que no se superponga con el botón de menú */
    }

    #nav-menu2 {
        top: 251px; /* Debajo del primer menú */
    }

    /* Mostrar el botón de menú en pantallas pequeñas */
    .menu-btn {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    
    /* Estilo del ul cuando los menús están activos */
    #nav-menu1 ul, #nav-menu2 ul {
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* Estilo de cada enlace en los menús */
    #nav-menu1 ul li, #nav-menu2 ul li {
        margin: 0;
        padding: 20px 0; /* Espaciado entre las opciones */
        border-bottom: 1px solid white; /* Línea divisoria entre opciones */
    }

    #nav-menu1 ul li a, #nav-menu2 ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        display: block; /* Para que cada enlace ocupe toda la fila */
        padding: 10px 0;
    }

    /* Mostrar los menús en formato de columna cuando estén activos */
    #nav-menu1.active, #nav-menu2.active {
        display: flex;
        flex-direction: column;
        align-items: center; /* Centrar los elementos */
    }
}
@media (max-width: 640px){
   
    .componente-titulo { 
        font-family: "MiFuenteLigth";
        
        font-size: 12px;
    }
    .componente{
        width: 230px;
        height: 180px;
    }
    .componente img {
        width: 39%;
        
     }
}
@media (max-width: 500px){
   
        .grid-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .componente{
            width: 330px;
            height: 180px;
        }
    
}