            @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
            .cont {
                font-family: 'Montserrat', sans-serif;
                margin-bottom: 50px;
                margin-top: 25px;
            }
            
            #background {
                width: 100%;
                background-image: url('fondos/Pleca-Azul.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                display: flex;
                justify-content: center;
            }
            
            #background img {
                width: 100%;
                height: 200px;
            }
            
            #logo {
                position: absolute;
                width: 100%;
                display: flex;
                justify-content: center;
                margin-top: 40px;
            }
            
            .titulos {
                width: 100%;
                text-align: center;
                margin-top: 200px;
            }
            
            .titulos h2 {
                width: 100%;
                font-size: 35px;
                font-weight: bold;
                color: #1e2261;
            }
            
            .cont-flex {
                width: 100%;
                display: flex;
                justify-content: center;
            }
            
            .cont-flex-btn {
                width: 100%;
                display: flex;
                justify-content: center;
            }
            
            .cont-box {
                width: 200px;
                text-align: center;
                margin: 0px 20px 0px 20px;
            }
            
            .cont-box p {
                color: #1e2261;
                font-weight: 600;
            }
            
            .img-icono img {
                width: 60%;
            }
            
            .btn-procter {
                width: 300px;
                height: 50px;
                color: white;
                background-color: #1e2261;
                font-size: 20;
                font-weight: 600;
                display: flex;
                justify-content: center;
                align-items: center;
                text-decoration: none;
                border-radius: 20px 20px 20px 20px;
                -moz-border-radius: 20px 20px 20px 20px;
                -webkit-border-radius: 20px 20px 20px 20px;
                border: 0px solid #000000;
                margin-top: 50px;
            }
            
            #premios {
                width: 100%;
                display: flex;
                justify-content: center;
                padding-top: 25px;
                padding-bottom: 25px;
                margin-top: 50px;
                background-color: #DEDEDE;
            }
            
            .titulos-premios {
                width: 100%;
                text-align: center;
            }
            
            .titulos-premios h2 {
                width: 100%;
                font-size: 35px;
                font-weight: bold;
                color: black;
            }
            
            .cont-premios {
                text-align: center;
            }
            
            .cont-premios p {
                font-weight: 600;
                color: black;
            }
            
            .cont-img img {
                width: 80%;
            }
            
            @media only screen and (max-width: 630px) {
                #logo img {
                    width: 60%;
                }
                #logo {
                    width: 95%;
                    margin-top: 25px;
                }
                .cont-flex {
                    width: 100%;
                    flex-direction: column;
                }
                .cont-box {
                    width: 100%;
                    margin: 0px 0px 0px 0px;
                }
                .cont-box p {
                    padding-left: 20%;
                    padding-right: 20%;
                }
                .img-icono img {
                    width: 30%;
                }
                .titulos {
                    margin-top: 30%;
                }
            }
            
            .secondary-text {
                color: #20409B;
                font-weight: 600;
                font-size: 20px;
                margin: 0;
                margin-top: -20px;
                margin-bottom: 50px;
            }
            
            .registro-ticket {
                border: 3px solid #20409B;
                padding: 20px;
            }
            
            .border {
                border: 1px solid black;
                padding: 20px;
                margin-top: 10px;
                margin-bottom: 10px;
            }
            
            .text-inside {
                color: #20409B;
                padding-left: 10px;
                padding-right: 10px;
                margin-top: 10px;
                margin-bottom: 10px;
            }
            
            .mensaje-alert {
                width: 100%;
                text-align: center;
            }
            
            .mensaje-alert p {
                color: #20409B;
                font-weight: 600;
                font-size: 20px;
            }
            
            #imguser {
                font-size: 14px;
            }
            
            @media only screen and (max-width: 630px) {
                .registro-ticket {
                    border: none;
                    padding: 20px;
                }
                #imguser {
                    font-size: 12px;
                }
            }
            
            .text-center {
                text-align: center;
            }
            
            .cont-flex hr {
                width: 100px;
                border: 1px solid black;
            }
            
            .titulo-gracias {
                color: #20409B;
                font-weight: 600;
            }
            
            @media only screen and (max-width: 630px) {
                .titulo-gracias {
                    color: #20409B;
                    font-weight: 600;
                    font-size: 35px;
                    padding-left: 15px;
                    padding-right: 15px;
                }
                .text-gracias {
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }
            
            .legales {
                width: 100%;
                display: flex;
                justify-content: center;
                padding-top: 25px;
                padding-bottom: 25px;
                background-color: #a5a5a5;
            }
            
            .legales ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: flex;           /* elementos en fila */
                gap: 20px;               /* separación Materialize-like */
                flex-wrap: wrap;         /* permite que brinquen a otra línea */
                text-align: center;    /* centra texto dentro de cada li */
                        }
            
            .legales li {
                margin-left: 20px;
                margin-right: 20px;
                text-align: center;    /* asegura el centrado del texto */
            }
            
            .legales li a {
                text-decoration: none;
                color: white;
                font-weight: 600;
            }
            
            .legales li a:hover {
                text-decoration: underline;
                font-weight: 600;
            }

            @media (max-width: 576px) { /* pantallas pequeñas */
    .legales  ul {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
            
            .ganadores {
                width: 100%;
                text-align: center;
                background-color: #1e2261;
                padding-top: 50px;
                padding-bottom: 50px;
                color: white;
            }
            
            .ganadores h2 {
                margin: 0;
                font-size: 30px;
                margin-top: 10px;
                color: white !important;
            }
            
            .ganadores p {
                padding-left: 20px;
                padding-right: 20px;
            }
            
            .white-color {
                margin-top: 15px;
            }
            
            .img-ganadores {
                margin-top: 80px;
            }

            .centrado {
            display: block;
            text-align: center;
            }