:root{
    --font:"Josefin Sans", sans-serif;
    --font-script: "Euphoria Script", cursive;

    --color1:#979185;
    --color2: #858671;
    --color3:#c59472;
    --color4:#8f6c5c;
    --color5: #d9b6ac;
    --color5-transparent: rgba(216, 181, 171, 0.2);
    --color6: #ffff;

}





/* Pantalla PC*/
@media(min-width:1001px) {

    body{
        width: 1000px;
        margin: 0 auto;
    }

    h1{
        font-family: var(--font-script);
        color: var(--color6);
    }


    h2{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:4rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        padding: 0.5rem 2rem;
        margin: 0rem;
        margin-top: 2rem;
    }

    
    h3{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:2rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        margin: 0rem;
    }



    p{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1.8rem;
        color: var(--color2);
        line-height: 1.8rem;
        text-align: center;
        padding: 0.5rem 2rem;
        margin: 0rem;
    }

    h4{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1.5rem;
        color: var(--color2);
        line-height: 1.5rem;
        text-align:right;
        padding: 0.5rem ;
        margin: 0rem;
    }


    
    .div-video{
        display: flex;
        height: 100vh;
        width: 1000px;
    }

    .video{
        position: relative;
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;

    }

    #play{
        display: block;
        position: absolute;
        margin-inline: auto;
        width: 20%;
        height: auto;
        top: 40vh;
        z-index: 10;
        cursor: pointer;
        filter: drop-shadow(1px 1px var(--color2));
        animation: sombrao 3s infinite;
        animation-timing-function: ease-in-out;
        user-select: none;
        
    }

    .separador{
        position: absolute;
        width: 100%;
        height: auto;
        max-height: 10%;
        bottom: -6vh;
        left: 0px;
        z-index: 10;
    }

    .separador2{
        position: absolute;
        width: 50%;
        margin-inline: auto;
        height: auto;
        top: -8rem;
        z-index: 10;
        justify-self: center;
        align-self: center;
    }

    .separador3{
        position: absolute;
        width: 100%;
        height: auto;
        max-height: 20%;
        bottom: -7rem;
        left: 0px;
        z-index: 10;
    }
        
    #sec-intro{
        height: 120vh;
        
        .div-tempo{
            position: relative;
            display:flex;
            width: 100%;
            height: 80vh;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            
            .corona{
                display: flex;
                position: absolute;
                height:100%;
                top:2%;
                z-index: 1;
                justify-self: center;
                align-self: center;
            }
            
            .tempo{
                align-self: center;
                display: flex;
                width: 80%;
                height: 100%;
                display: flex;
                z-index: 10;
            }
        }
        
    }

    #sec-img1{
        width: 100%;
        height: 100vh;
        .img1{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .marco-arr
        {
            position: absolute;
            width: 100%;
            height: auto;
            top: -3rem;
            left: 0px;
            z-index: 10;
        }

        .marco-abj
        {
            position: absolute;
            width: 100%;
            height: auto;
            bottom: -3rem;
            left: 0px;
            z-index: 10;
        }
    }


    #sec-itin{
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    #sec-cere{
        height: 100vh;

        .img-haci{
            margin-top: 0rem;
            padding: 0rem;
            width: 60%;
            height: auto;
            object-fit: cover;
            border-radius: 15px;

        }

        button{
            background-color: transparent;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0;
            margin: 0;
            margin-top: 0.8rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;

            img{
                height: 10vh;
                width: auto;
                object-fit: cover;
                filter:drop-shadow(1px 1px var(--color2));
                animation: sombrao 3s infinite;
                animation-timing-function: ease-in-out;
            }

            p{
                font-family: var(--font-script);
                font-weight: 300;
                font-size: 1.6rem;
                color: var(--color2);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem 2rem;
                margin: 0rem;
            }
        }




    }

    #sec-gale{
        width: 100%;
        height: 110vh;

        iframe{
            width: 100%;
            height: 60vh;
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
        }
    }


    #sec-codi{
        height: 100vh;
        display: flex;
        flex-direction: column;
        

        .codigo{
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            height: 30vh;
            margin: 0rem;
            padding: 0rem;
            justify-self: center;
            align-self: center;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            /* box-shadow: 5px 5px var(--color5-transparent); */
            background-image: url(../Imágenes/codigo1.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;

            div{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-content: center;
                text-align: center;
            }
        }

        #spotify{
            display: flex;
            width: 10%;
            height: auto;
            justify-self: center;
            align-self: center;
            filter:drop-shadow(2px 2px 2px var(--color2));
            transition: ease-in-out 5s;
            /* animation-name: sombrao2 ;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out; */

            animation: wiggle 0.8s infinite;
            cursor: pointer;
        }

    }

    #sec-sobre{

        height: 100vh;
        padding-inline: 10%;
        h2{
            z-index: 1;
        }

        p{
            z-index: 1;
        }
        
        #sobres{

            height: 30vh;
            max-width: 80%;
            object-fit: cover;
            border-radius: 15px;
            z-index: 0;
            margin: 0;
            padding: 0;
        }
    }

    #sec-conf{

        height: 100vh;
        padding-inline: 10% ;
        .div-conf{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;

            width: 90%;
            height: auto;
            padding: 1rem 0rem;
            margin: 1rem 0rem;

            background-color: var(--color5-transparent);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
        }

        button{
            background-color: var(--color5);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0rem;
            margin: 0.5rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;
            height: 5rem;
            width: auto;

            p{
                font-family: var(--font);
                font-weight: 500;
                font-size: 2rem;
                color: var(--color6);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem;
                margin: 0rem;
            }
        }

        #confConf{
            display: none;
        }
    }

    #sec-final{
        height:100vh;
        background-image: url(../Imágenes/22.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        p{
            position: absolute;
            top: 4.5rem;
            font: var(--font-script);
            font-weight: bold;
            font-size: 2rem;
            color: var(--color6);
            line-height: 2.5rem;
            text-align: center;
            padding: 0.5rem 2rem;
            margin: 0rem;
            font-style: italic;
            
        }

        .logo{
            display: flex;
            position: absolute;
            bottom: 1rem;
            width: 40%;
            height: auto;
            margin-top: 1rem;
            justify-self: center;
            align-self: center;
            filter: brightness(450%);
        }
    }


    .divModal{
        display: none; /* Oculto por defecto */
        position: fixed; /* Fijo en la pantalla */
        z-index: 100; /* Por encima de otros elementos */
        left: 0;
        top: 0;
        width: 100%; /* Ancho completo */
        height: 100%; /* Alto completo */
        overflow: auto; /* Habilita scroll si es necesario */
        background-color: rgba(0,0,0,0.5); /* Fondo */

        .modal{
            display: flex;
            flex-direction: column;
            position: relative;
            background-color: var(--color6);
            margin: auto; /* 15% desde la parte superior y centrado */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Ancho */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);

                justify-content: center;
                align-items: center;
                justify-self: center;
                align-self: center;

            #btnCerrar{
                position: absolute;
                top: 5px;
                right: 15px;
                color: var(--color4);
                /* float: right; */
                font-size: 4rem;
                font-weight: bold;
                cursor: pointer;
                filter: drop-shadow(1px 1px var(--color5-transparent));
                text-shadow: 2px 1px var(--color5-transparent);
                animation: sombrat 3s ease-in-out 0 infinite;


                &:hover,
                &:focus {
                    color: var(--color3);
                    text-decoration: none;
                    cursor: pointer;
                }

                &:active {
                    transform: translateY(2px);
                }
            }

            #btnEnviar{
                background-color: var(--color4);
                border-radius: 15px;
                box-shadow: 5px 5px var(--color5-transparent);
                border: none;
                cursor: pointer;
                padding: 0.5rem 1rem;
                margin-top: 1rem;

                font-family: var(--font-script);
                font-weight: 300;
                font-size: 2.8rem;
                color: var(--color6);
                line-height: 2.8rem;
                text-align: center;



                &:hover{
                    background-color: var(--color5);
                }

                &:active{
                    box-shadow: 2px 2px var(--color5-transparent);
                    transform: translateY(2px);
                }
            }
        }
        
    }

}
















/* Tablet */
@media (min-width: 701px) and (max-width: 1000px){



    h1{
        font-family: var(--font-script);
        color: var(--color6);
    }


    h2{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:2.8rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        padding: 0.5rem 2rem;
        margin: 0rem;
        margin-top: 2rem;
    }

    
    h3{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:2.3rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        margin: 0rem;
    }



    p{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1.8rem;
        color: var(--color2);
        line-height: 1.8rem;
        text-align: center;
        padding: 0.5rem 2rem;
        margin: 0rem;
    }

    h4{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1.5rem;
        color: var(--color2);
        line-height: 1.4rem;
        text-align:right;
        padding: 0.5rem ;
        margin: 0rem;
    }


    
    .div-video{
        display: flex;
    }

    .video{
        display: flex;
        height: 100vh;
        width: 100%;
        object-fit: cover;

    }

    #play{
        display: none;
        position: absolute;
        width: 20%;
        max-width: 150px;
        height: auto;
        top: 40vh;
        z-index: 10;
        cursor: pointer;
        filter: drop-shadow(1px 1px var(--color2));
        animation: sombrao 3s infinite;
        animation-timing-function: ease-in-out;
        user-select: none;
        
    }

    .separador{
        position: absolute;
        width: 100%;
        height: 10vh;
        bottom: -6vh;
        left: 0px;
        z-index: 10;
    }

    .separador2{
        display: flex;
        position: absolute;
        height: 30vh;
        width: auto;
        top: -6rem;
        z-index: 10;
        justify-self: center;
        align-self: center;
    }

    .separador3{
        position: absolute;
        width: 100%;
        height: 15vh;
        bottom: -3rem;
        left: 0px;
        z-index: 10;
    }
        

    
    .div-tempo{
        position: relative;
        width: 100%;
        height: 100vh;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
    }
    
    .corona{
        display: flex;
        position: absolute;
        width: 80%;
        max-height: 70vh;
        top: 0%;
        z-index: 10;
        align-self: center;
        justify-self: center;
    }

    .tempo{
        display: flex;
        width: 80%;
        height: 30vh;
        display: flex;
    }


    #sec-img1{
        height: 100vh;
        .img1{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .marco-arr
        {
            position: absolute;
            width: 100%;
            height: auto;
            top: -2.5rem;
            left: 0px;
            z-index: 10;
        }

        .marco-abj
        {
            position: absolute;
            width: 100%;
            height: auto;
            bottom: -2.5rem;
            left: 0px;
            z-index: 10;
        }
    }


    #sec-itin{
        height: 100vh;

        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    #sec-cere{
        height: 100vh;
        display: flex;
        

        .img-haci{
            margin-top: 0rem;
            padding: 0rem;
            width: 60%;
            height: auto;
            object-fit: cover;
            border-radius: 15px;

        }

        button{
            background-color: transparent;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0;
            margin: 0;
            margin-top: 0.8rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;

            img{
                height: 10vh;
                width: auto;
                object-fit: cover;
                filter:drop-shadow(1px 1px var(--color2));
                animation: sombrao 3s infinite;
                animation-timing-function: ease-in-out;
            }

            p{
                font-family: var(--font-script);
                font-weight: 300;
                font-size: 1.4rem;
                color: var(--color2);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem 2rem;
                margin: 0rem;
            }
        }




    }

    #sec-gale{

        iframe{
            width: 90%;
            height: 50vh;
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
        }
    }


    #sec-codi{
        display: flex;
        flex-direction: column;
        

        .codigo{
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            height: 30vh;
            margin: 0rem;
            padding: 0rem;
            justify-self: center;
            align-self: center;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            /* box-shadow: 5px 5px var(--color5-transparent); */
            background-image: url(../Imágenes/codigo1.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;

            div{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-content: center;
                text-align: center;
            }
        }

        #spotify{
            display: flex;
            width: 10%;
            height: auto;
            justify-self: center;
            align-self: center;
            filter:drop-shadow(2px 2px 2px var(--color2));
            transition: ease-in-out 5s;
            /* animation-name: sombrao2 ;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out; */

            animation: wiggle 0.8s infinite;
            cursor: pointer;
        }

    }

    #sec-sobre{
        h2{
            z-index: 1;
        }

        p{
            z-index: 1;
        }
        #sobres{

            height: 35%;
            width: auto;
            object-fit: cover;
            border-radius: 15px;
            z-index: 0;
            margin: 0;
            padding: 0;
        }
    }

    #sec-conf{
        .div-conf{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;

            width: 90%;
            height: auto;
            padding: 1rem 0rem;
            margin: 1rem 0rem;

            background-color: var(--color5-transparent);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
        }

        button{
            background-color: var(--color5);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0rem;
            margin: 0.5rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;
            height: 4rem;
            width: auto;

            p{
                font-family: var(--font);
                font-weight: 500;
                font-size: 1.2rem;
                color: var(--color6);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem;
                margin: 0rem;
            }
        }

        #confConf{
            display: none;
        }
    }

    #sec-final{

        background-image: url(../Imágenes/22.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        p{
            position: absolute;
            top: 5rem;
            font: var(--font-script);
            font-weight: bold;
            font-size: 1.4rem;
            color: var(--color6);
            line-height: 1.4rem;
            text-align: center;
            padding: 0.5rem 2rem;
            margin: 0rem;
            font-style: italic;
            
        }

        .logo{
            display: flex;
            position: absolute;
            bottom: 1rem;
            height: 30vh;
            width: auto;
            margin-top: 1rem;
            justify-self: center;
            align-self: center;
            filter: brightness(450%);
        }
    }


    .divModal{
        display: none; /* Oculto por defecto */
        position: fixed; /* Fijo en la pantalla */
        z-index: 100; /* Por encima de otros elementos */
        left: 0;
        top: 0;
        width: 100%; /* Ancho completo */
        height: 100%; /* Alto completo */
        overflow: auto; /* Habilita scroll si es necesario */
        background-color: rgba(0,0,0,0.5); /* Fondo */

        .modal{
            display: flex;
            flex-direction: column;
            position: relative;
            background-color: var(--color6);
            margin: auto; /* 15% desde la parte superior y centrado */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Ancho */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);

                justify-content: center;
                align-items: center;
                justify-self: center;
                align-self: center;

            #btnCerrar{
                position: absolute;
                top: 5px;
                right: 15px;
                color: var(--color4);
                /* float: right; */
                font-size: 2.5rem;
                font-weight: bold;
                cursor: pointer;
                filter: drop-shadow(1px 1px var(--color5-transparent));
                text-shadow: 2px 1px var(--color5-transparent);
                animation: sombrat 3s ease-in-out 0 infinite;


                &:hover,
                &:focus {
                    color: var(--color3);
                    text-decoration: none;
                    cursor: pointer;
                }

                &:active {
                    transform: translateY(2px);
                }
            }

            #btnEnviar{
                background-color: var(--color4);
                border-radius: 15px;
                box-shadow: 5px 5px var(--color5-transparent);
                border: none;
                cursor: pointer;
                padding: 0.5rem 1rem;
                margin-top: 1rem;

                font-family: var(--font-script);
                font-weight: 300;
                font-size: 1.4rem;
                color: var(--color6);
                line-height: 1.4rem;
                text-align: center;



                &:hover{
                    background-color: var(--color5);
                }

                &:active{
                    box-shadow: 2px 2px var(--color5-transparent);
                    transform: translateY(2px);
                }
            }
        }
        
    }
}












/* Pantalla CELULAR*/
@media(max-width:700px) {


    h1{
        font-family: var(--font-script);
        color: var(--color6);
    }


    h2{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:2.3rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        padding: 0.5rem 2rem;
        margin: 0rem;
        margin-top:2rem;
    }

    
    h3{
        font-family: var(--font-script);
        font-weight: 300;
        font-size:2rem;
        color: var(--color4);

        justify-content: center;
        justify-self: center;
        text-align: center;

        margin: 0rem;
    }



    p{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1.4rem;
        color: var(--color2);
        line-height: 1.4rem;
        text-align: center;
        padding: 0.5rem 2rem;
        margin: 0rem;
    }



    h4{
        font: var(--font-script);
        font-weight: 300;
        font-size: 1rem;
        color: var(--color2);
        line-height: 1.4rem;
        text-align:right;
        padding: 0.5rem ;
        margin: 0rem;
    }

    
    .div-video{
        display: flex;
    }

    .video{
        display: flex;
        height: 100%;
        width: 100%;
        object-fit: cover;

    }

    #play{
        display: none;
        position: absolute;
        width: 20%;
        height: auto;
        left: 40%;
        z-index: 10;
        cursor: pointer;
        filter: drop-shadow(1px 1px var(--color2));
        animation: sombrao 3s infinite;
        animation-timing-function: ease-in-out;
        user-select: none;
        
    }

    .separador{
        position: absolute;
        width: 100%;
        height: 10vh;
        bottom: -3rem;
        left: 0px;
        z-index: 10;
    }

    .separador2{
        position: absolute;
        height: 25vh;
        width: auto;
        
        top: -8vh;
        
        z-index: 10;
        justify-self: center;
        align-self: center;
    }
        
    .separador3{
        position: absolute;
        width: 100%;
        max-height: 30vh;
        bottom: -3rem;
        left: 0px;
        z-index: 1;
    }

    #sec-intro{

        
        p{
            line-height: 1.5rem;
            padding-bottom:0rem;
            padding-top: 0rem;
        }

        .div-tempo{
            position: relative;
            width: 100%;
            height: 50vh;
            overflow: hidden;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            margin-top: -2rem;
            .corona{
                display: flex;
                position: absolute;
                max-height: 48vh;
                width: 90%;
                top:7%;
                z-index: 10;
                justify-self: center;
            }
            
            .tempo{
                display: flex;
                width: 80%;
                height: 25vh;
                display: flex;
                align-self: center;
                justify-self: center;
            }
        }
        
        
    }

    #sec-img1{

        .img1{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .marco-arr
        {
            position: absolute;
            width: 100%;
            height: auto;
            top: -3vh;
            left: 0px;
            z-index: 10;
        }

        .marco-abj
        {
            position: absolute;
            width: 100%;
            height: auto;
            bottom: -2rem;
            left: 0px;
            z-index: 10;
        }
    }


    #sec-itin{
        margin-top: 1rem;

        img{
            width: 100%;
            height: 100vh;
            object-fit: contain;
        }
    }

    #sec-cere{

        .img-haci{
            margin-top: 0rem;
            padding: 0rem;
            width: 80%;
            height: auto;
            object-fit: cover;
            border-radius: 15px;

        }

        button{
            background-color: transparent;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0;
            margin: 0;
            margin-top: 0.8rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;

            img{
                height: 10vh;
                width: auto;
                object-fit: cover;
                filter:drop-shadow(1px 1px var(--color2));
                animation: sombrao 3s infinite;
                animation-timing-function: ease-in-out;
            }

            p{
                font-family: var(--font-script);
                font-weight: 300;
                font-size: 1.4rem;
                color: var(--color2);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem 2rem;
                margin: 0rem;
            }
        }




    }

    #sec-gale{

        iframe{
            width: 90%;
            height: 45vh;
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
        }
    }


    #sec-codi{
        display: flex;
        flex-direction: column;
        

        .codigo{
            display: grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            height: 30vh;
            margin: 0rem;
            padding: 0rem;
            justify-self: center;
            align-self: center;
            /* background-color: var(--color5-transparent); */
            border-radius: 15px;
            /* box-shadow: 5px 5px var(--color5-transparent); */
            background-image: url(../Imágenes/codigo1.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;



            div{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                align-content: center;
                text-align: center;
            }
        }

        #fiesta{
            margin-top: 0.5rem !important;
            padding-bottom: 0rem;
        }
        #spotify{
            display: flex;
            width: 15%;
            height: auto;
            justify-self: center;
            align-self: center;
            filter:drop-shadow(2px 2px 2px var(--color2));
            transition: ease-in-out 5s;
            /* animation-name: sombrao2 ;
            animation-duration: 5s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out; */

            animation: wiggle 0.8s infinite;
            cursor: pointer;
            z-index: 10;
        }

    }

    #sec-sobre{
        h2{
            z-index: 1;
        }

        p{
            z-index: 1;
        }
        #sobres{

            height: 35vh;
            width: auto;
            object-fit: cover;
            border-radius: 15px;
            z-index: 0;
            margin: 0;
            padding: 0;
        }
    }

    #sec-conf{
        .div-conf{
            display:flex ;
            flex-direction: row;
            
            justify-content: center;
            align-items: center;
            align-content: center;
            text-align: center;

            width: 90%;
            height: auto;
            padding: 1rem 0rem;
            margin: 1rem 0rem;

            background-color: var(--color5-transparent);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
        }

        p{
            font-size: 1.4rem;
        }

        button{
            background-color: var(--color5);
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);
            border: none;
            cursor: pointer;
            padding: 0rem;
            margin: 0.5rem;
            animation: sombra 3s infinite;  
            animation-timing-function: ease-in-out;
            height: 4rem;
            width: auto;

            p{
                font-family: var(--font);
                font-weight: 500;
                font-size: 1.2rem;
                color: var(--color6);
                line-height: 1.4rem;
                text-align: center;
                padding: 0.5rem;
                margin: 0rem;
            }
        }

        #confConf{
            display: none;
        }
    }

    #sec-final{

        background-image: url(../Imágenes/22.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        p{
            position: absolute;
            top: 3.5rem;
            font: var(--font-script);
            font-weight: 400;
            font-size: 1.2rem;
            color: var(--color6);
            line-height: auto;
            text-align: center;
            padding: 0.5rem 2rem;
            margin: 0rem;
            font-style: normal;
            
        }

        .logo{
            display: flex;
            position: absolute;
            bottom: 1rem;
            width: 40%;
            height: auto;
            margin-top: 1rem;
            justify-self: center;
            align-self: center;
            filter: brightness(450%);
        }
    }


    .divModal{
        display: none; /* Oculto por defecto */
        position: fixed; /* Fijo en la pantalla */
        z-index: 100; /* Por encima de otros elementos */
        left: 0;
        top: 0;
        width: 100%; /* Ancho completo */
        height: 100%; /* Alto completo */
        overflow: auto; /* Habilita scroll si es necesario */
        background-color: rgba(0,0,0,0.5); /* Fondo */

        .modal{
            display: flex;
            flex-direction: column;
            position: relative;
            background-color: var(--color6);
            margin: auto; /* 15% desde la parte superior y centrado */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Ancho */
            border-radius: 15px;
            box-shadow: 5px 5px var(--color5-transparent);

                justify-content: center;
                align-items: center;
                justify-self: center;
                align-self: center;

            #btnCerrar{
                position: absolute;
                top: 5px;
                right: 15px;
                color: var(--color4);
                /* float: right; */
                font-size: 2.5rem;
                font-weight: bold;
                cursor: pointer;
                filter: drop-shadow(1px 1px var(--color5-transparent));
                text-shadow: 2px 1px var(--color5-transparent);
                animation: sombrat 3s ease-in-out 0 infinite;


                &:hover,
                &:focus {
                    color: var(--color3);
                    text-decoration: none;
                    cursor: pointer;
                }

                &:active {
                    transform: translateY(2px);
                }
            }

            #btnEnviar{
                background-color: var(--color4);
                border-radius: 15px;
                box-shadow: 5px 5px var(--color5-transparent);
                border: none;
                cursor: pointer;
                padding: 0.5rem 1rem;
                margin-top: 1rem;

                font-family: var(--font-script);
                font-weight: 300;
                font-size: 1.4rem;
                color: var(--color6);
                line-height: 1.4rem;
                text-align: center;



                &:hover{
                    background-color: var(--color5);
                }

                &:active{
                    box-shadow: 2px 2px var(--color5-transparent);
                    transform: translateY(2px);
                }
            }
        }
        
    }
}

@keyframes sombrao {
    0%    {filter:drop-shadow(2px 2px var(--color5-transparent));}
    25%  {filter:drop-shadow(-3px 3px var(--color5-transparent));}
    50%  {filter:drop-shadow(-3px -3px var(--color5-transparent));}
    75%  {filter:drop-shadow(3px -3px var(--color5-transparent));}
    100%    {filter:drop-shadow(2px 2px var(--color5-transparent));}
}

@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-3deg); }
  75% { transform: rotate(3deg); }
}

@keyframes sombra {
    0% {box-shadow: 4px 4px var(--color5-transparent);}
    25% {box-shadow: -4px 4px var(--color5-transparent);}
    50% {box-shadow: -4px -4px var(--color5-transparent);}
    75% {box-shadow: 4px -4px var(--color5-transparent);}
    100% {box-shadow: 4px 4px var(--color5-transparent);}
}

@keyframes sombrat {
     0% {text-shadow: 2px 2px var(--color5-transparent);}
    25% {text-shadow: -2px 2px var(--color5);}
    50% {text-shadow: -2px -2px var(--color5-transparent);}
    75% {text-shadow: 2px -2px var(--color5);}
   100% {text-shadow: 2px 2px var(--color5-transparent);}
}