@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;
    overflow-x: hidden;
}



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;
   
}
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';
}
main{
    display: flex;
    flex-direction: column;
}
.title{
    padding-top: 40px;
    margin: 0 auto;
    
}
.container-button{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.125rem;
    
}

.button:hover{
    color: #222430;
}
/* Contenedor principal */
.form-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    padding: 30px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Estilo base para todos los botones de enlace */
.form-link, .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 280px;
}

/* Efectos hover para todos los botones */
.form-link:hover, .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

/* Efectos active para todos los botones */
.form-link:active, .button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Estilo específico para el botón de Counter Strike */
.form-link:nth-child(1) {
    background: linear-gradient(135deg, #f5a623 0%, #f76b1c 100%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Estilo específico para el botón de LOL */
.form-link:nth-child(2) {
    background: linear-gradient(135deg, #1a9fff 0%, #0066cc 100%);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Estilo para el botón de Hacete Socio */
.button {
    background: linear-gradient(135deg, #00FFFF 0%, #9b59b6 100%);
    font-size: 20px;
    padding: 18px 40px;
    margin-top: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

/* Estilo para las imágenes dentro de los botones */
.form-link img.lol {
    width: 60px;
    height: 60px;
    margin-left: 15px;
    object-fit: contain;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}
.form-link img.cs {
    width: 60px;
    padding: 14px;
    margin-left: 15px;
    object-fit: contain;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
    transition: transform 0.3s ease;
}

/* Efecto hover para las imágenes */
.form-link:hover img.lol {
    transform: scale(1.1) rotate(5deg);
}
.form-link:hover img.cs {
    transform: scale(1.1) rotate(5deg);
}
li:hover {
    transform: scale(1.2);
    /* Opcional: agregar una transición suave */
    transition: transform 0.3s ease;
}
li{
    transition: transform 0.3s ease;
}
/* Contenedor del botón de socio */
.container-button {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

/* Efecto de brillo al pasar el mouse */
.form-link::after, .button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}

.form-link:hover::after, .button:hover::after {
    left: 100%;
}
.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); */
    margin-top: 100px;
    justify-content: center;
}
.partner-2 li{
    margin: 12px;
    padding-left: 1.875rem;
        padding-right: 1.875rem;
}
.partner-2 img{
    width: 220px;
    /* 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);
}
/*BANNERS PC
*/
.banner-componentes {
    text-align: center;
    margin-top: 50px;
}
.banner-componentes img {
    width: 600px;
}

@media (max-width: 1120px) {
        .form-wrapper {
        flex-direction: column;
        align-items: center;
    }
    
    .form-link, .button {
        width: 100%;
        max-width: 350px;
    }

    .partner-2{
        /* background-color: rgb(70, 67, 67); */
        justify-content: center;
        flex-wrap: wrap;
       
    }
    .partner-2 li{
      
        padding-left: 1.875rem;
            padding-right: 1.875rem;
    }
    .partner-2 img{
        /* width: 120px;
        height: 90px; */
        object-fit: cover;
    }
    .partner-3{
       margin-top: 10px;
    }
    /* 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: 670px){
    .banner-componentes img {
        width: 60%;
    }
    h1{
        text-align: center;
    }
    .sm{
        color: white;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sm li{
        padding-left: 1.269rem;
            padding-right: 1.269rem;
    }
    .sm li a img {
        width: 34px;
        transition: transform 0.3s ease;
        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 */
    }
}

@media (max-width: 600px){
    .logo {
        width: 130px;
    }
    .partner-1 img{
        width: 160px;
        height: 140px;
        object-fit: cover;
        margin-top: 42px;
    }
    .partner-2 img{
        /* width: 80px;
        height: 90px; */
        object-fit: contain;
    }

    .partner-3 img{
        width: 40px;
        object-fit: contain;
    }
}
@media (max-width: 585px){
    .logo {
        width: 100px;
    }
    .sm li{
        padding-left: .875rem;
            padding-right: .875rem;
    }
    .sm li a img {
        width: 30px;
        
        animation: none;
    }
}
@media (max-width: 585px){
    .logo {
        width: 100px;
    }
    .sm li{
        padding-left: .875rem;
            padding-right: .875rem;
    }
    .sm li a img {
        width: 30px;
        
        animation: none;
    }
    .partner-2 img{
        margin-top: 50px;
    }

}


#ban{
   width: 100px;
}
#neuquen{
    width: 250px;
}
#dativel{
    width: 179px;
}