body {
    background-color: #f13e47;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    display: grid;
    gap: 30px;
    margin-top: 60px;
}

/* Estilo base */
.module {
    padding: 20px;
}

/* Izquierda ocupa ambas filas */
.left 
{
margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-img
{
    position: absolute;
    width: 594px;
    height: 790px;
    margin-top: -80px;
    margin-left: -14px;
}

.marcoxd
{
    position: relative;
    width: 530px;
    height: 700px;
    border: 20px solid #ffffff;
    transition: all 0.3s ease;
}

.marcoxdtext
{
position: relative;
    width: 537px;
    height: 100px;
    border: 4px solid #ffffff;
    transition: all 0.3s ease;
    padding: 0 15px 0 15px;
    color: aliceblue;
    font-size: 13px;
    text-align: justify;
    font-weight: 100;
}

.marco_smashbrous
{
    position: relative;
    width: 360px;
    height: 117px;
    border: 20px solid #ffffff;
    margin-left: -170px;
    transition: all 0.3s ease;
}

.logo_nintnedo
{
    position: absolute;
    width: 210px;
    height: 155px;
    margin-top: -109px;
    margin-left: -14px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: -328px;
    transition: all 0.3s ease;
}
.nintendo_image
{
    position: absolute;
    width: 172px;
    height: 100px;
    margin-left: -14px;
    background-image: url(../img/nintendologo_smash.png);
    background-position: center;
    background-size: cover;
    margin-top: 20px;
    margin-left: 12px;
    transition: all 0.3s ease;
}

.lado_derechomenu
{
    position: absolute;
    width: 108px;
    margin-left: 422px;
    height: 117px;
    border: 20px solid #ffffff;
    transition: all 0.3s ease;
}
.image_link{
    position: absolute;
    width: 65px;
    height: 70px;
    background-image: url(../img/link.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    margin-left: 189px;
    margin-block: -20px;
    transition: all 0.3s ease;
}
.image_mamrio {
    position: absolute;
    width: 45px;
    height: 48px;
    background-image: url(../img/dedo.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    margin-left: 261px;
    margin-block: 30px;

    /* Animación */
    animation: pulsePointer 1.2s infinite ease-in-out;
    transform-origin: center;
    transition: all 0.3s ease;
}

/* Keyframes */
@keyframes pulsePointer {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}


.image_samus
{
    position: absolute;
    width: 107px;
    height: 80px;
    background-image: url(../img/samus.png);
    background-position: center;
    background-size: cover;
    z-index: 1;
    margin-top: 45px;
    margin-left: 294px;
    transition: all 0.3s ease;
}

.textnumber
{
    position: absolute;
    font-size: 91px;
    color: #ffffff;
    z-index: 1;
    margin-top: -521px;
    margin-left: -409px;
}

.textmount
{
    position: absolute;
    font-size: 33px;
    color: #ffffff;
    z-index: 1;
    margin-top: -471px;
    margin-left: -410px;
}
/* --- TEXTOS --- */
.zain-extralight {
  font-family: "Zain", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.zain-light {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zain-regular {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zain-bold {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zain-extrabold {
  font-family: "Zain", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.zain-black {
  font-family: "Zain", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zain-light-italic {
  font-family: "Zain", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.zain-regular-italic {
  font-family: "Zain", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.texto_cumpleaños_01
{
    position: absolute;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    margin-top: 194px;
    margin-left: 403px;
}
.texto_cumpleaños_02
{
    position: absolute;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    margin-top: 352px;
    margin-left: 270px;
}
.texto_cumpleaños_03
{
    position: absolute;
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    margin-top: 500px;
    margin-left: 349px;
    width: 300px;
}
.texto_cumpleaños_04
{
    position: absolute;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    margin-top: 660px;
    margin-left: 28px;
}
.neon {
    color: #fff;
    text-shadow:
        0 0 5px #ff091586,
        0 0 10px #ff091586,
        0 0 20px #ff091586;
}

    .left:hover 
    { 
        
            .module-img
            {
                position: absolute;
                width: 594px;
                height: 790px;
                margin-top: -80px;
                margin-left: -14px;
                transition: all 2s ease;

            }

            .marcoxd
            {
                position: relative;
                width: 530px;
                height: 700px;
                border: 20px solid #ffffff;
            }

            .marco_smashbrous
            {
                position: relative;
                width: 360px;
                height: 174px;
                border: 20px solid #ffffff;
                margin-left: -170px;
            }

            .logo_nintnedo
            {
                position: absolute;
                width: 210px;
                height: 205px;
                margin-top: -109px;
                margin-left: -14px;
                background-color: #ffffff;
                margin-top: 0px;
                margin-left: -328px;
            }
            .nintendo_image
            {
                position: absolute;
                width: 172px;
                height: 100px;
                margin-left: -14px;
                background-image: url(../img/nintendologo_smash.png);
                background-position: center;
                background-size: cover;
                margin-top: 20px;
                margin-left: 12px;
                transition: all 0.3s ease;
            }

            .lado_derechomenu
            {
                position: absolute;
                width: 108px;
                margin-left: 422px;
                height: 174px;
                border: 20px solid #ffffff;
            }
            .image_link{
                position: absolute;
                width: 92px;
                height: 99px;
                background-image: url(../img/link.png);
                background-position: center;
                background-size: cover;
                z-index: 1;
                margin-left: 190px;
                margin-block: -16px;
            }
            .image_mamrio {
                position: absolute;
                width: 140px;
                height: 140px;
                background-image: url(../img/mariowebos.png);
                background-position: center;
                background-size: cover;
                z-index: 0;
                margin-left: 212px;
                margin-block: 19px;

                /* Animación */
                    /* Animación */
                animation: pulsePointer2 4.2s infinite ease-in-out;
                transform-origin: center;
            }

            /* Keyframes */
            @keyframes pulsePointer2 {
                0% {
                    transform: scale(1);
                }
                50% {
                    transform: scale(1);
                }
                100% {
                    transform: scale(1);
                }
            }


            .image_samus
            {
                position: absolute;
                width: 145px;
                height: 109px;
                background-image: url(../img/samus.png);
                background-position: center;
                background-size: cover;
                z-index: 1;
                margin-top: 77px;
                margin-left: 265px;
            }
            .button_register
            {
                opacity: 1;
            }
                .copaimage
            {
                position: absolute;
                width: 90px;
                height: 90px;
                background-image: url(../img/1.webp);
                background-position: center;
                background-size: cover;
                z-index: 1;
                margin-left: 10px;  
                margin-block: 40px;
            }

    }

    .button_register
    {
        position: absolute;
        background-image: url(../img/fire.gif);
        background-position: center;
        background-size: cover;
        width: 150px;
        height: 40px;
        border: none;
        cursor: pointer;
        border-radius: 15px;
        margin-left: -345px;
        margin-top: 100px;
        opacity: 0;
        transition: all 0.3s ease;
        text-align: center;

    }

    .textobuton
    {
        color: #1c0029;
        font-size: 16px;
        font-weight: 1000;
    }

    .copaimage
    {
        position: absolute;
        width: 90px;
        height: 90px;
        background-image: url(../img/1.webp);
        background-position: center;
        background-size: cover;
        z-index: 1;
        margin-left: 10px;
        margin-block: 10px;
        transition: all 0.3s ease;
    }

    a {
        text-decoration: none;
    }
    
    
    @media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container {
        transform: scale(0.60);
        transform-origin: top center;
        max-width: none;
        padding: 0;
    }
}
