<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------- Seccion del menú ---------------------------------------------- */

.navbar {
    background: black;
    opacity: 0.8;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: white !important;
    font-size: 18px;
    font-weight: bold;
}

/* ------------------------------ Fin de seccion menú --------------------------------------------- */

/* --------------------------- Seccion del Registro de usuario------------------------------------- */

body {
    overflow-x: hidden;
}


.fondo_Donar {
    background:url(../../Imagenes/corazon-oro-fondo.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#circle {
    display: flex;
    justify-content: center;
    /*height: 100vh;  Ajusta la altura del contenedor al 100% de la ventana gráfica */
}

#circle svg {
    animation-name: rotate;
    animation-duration: 5s;
    animation-timing-function: linear forwards;
}
#circle text {
    font-family: Arial;
    font-weight: bold;
}

.parrafo_Ayudanos {
    font-family: Arial;
    color:white;
    font-weight: bold;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ------------------------- Fom Seccion del Registro de usuario----------------------------------- */

/* ------------------------ Seccion adaptacion a distintas resoluciones con @media------------------*/

@media (min-width: 319px) {

    #frmDonar {
        width: 90%;
        margin-left: 0.8em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 340px) {

    #frmDonar {
        width: 90%;
        margin-left: 1em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 360px) {

    #frmDonar {
        width: 90%;
        margin-left: 1em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 375px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.3em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 450px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.3em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 16px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 600px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.6em;
    }

    #circle svg {
        height: 370px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 740px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.6em;
    }

    #circle svg {
        height: 450px;
    }

    #circle text {
        font-size: 15px;
    }

    .parrafo_Ayudanos {
        font-size: 16px;
    }

}

@media (min-width: 768px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.6em;
    }

    #circle svg {
        height: 500px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 22px;
    }

}

@media (min-width: 850px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.6em;
    }

    #circle svg {
        height: 500px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 22px;
    }

}

@media (min-width: 1000px) {

    #frmDonar {
        width: 90%;
        margin-left: 1.6em;
    }

    #circle svg {
        height: 500px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

@media (min-width: 1100px) {

    #frmDonar {
        width: 90%;
        margin-left: 2.5em;
    }

    #circle svg {
        height: 600px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

@media (min-width: 1200px) {

    #frmDonar {
        width: 90%;
        margin-left: 2.6em;
    }

    #circle svg {
        height: 600px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

@media (min-width: 1300px) {

    #frmDonar {
        width: 90%;
        margin-left: 2.6em;
    }


    #circle svg {
        height: 600px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

@media (min-width: 1400px) {

    #frmDonar {
        width: 90%;
        margin-left: 2.6em;
    }

    #circle svg {
        height: 600px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

@media (min-width: 1900px) {

    #frmDonar {
        width: 90%;
        margin-left: 2.6em;
    }

    #circle svg {
        height: 600px;
    }

    #circle text {
        font-size: 14px;
    }

    .parrafo_Ayudanos {
        font-size: 24px;
    }

}

/* --------------------- Fin Seccion adaptacion a distintas resoluciones con @media---------------*/</pre></body></html>