@charset "UTF-8";

:root {
    --main-color: #d5183c;
}

.list-negative {
    list-style-type: none;
}

.list li::marker {
    font-size: 3.5em;
}
* {
    margin: 0;
    padding: 0;
}
.text-lineheight {
    line-height: 4rem !important;
}
.bg-main-color {
    background-color: var(--main-color) !important;
}

.bg-main-color:hover {
    background-color: #be1536 !important;
}

.bg-purple {
    background-color: #cc9cff !important;
}

.bg-purple-hover {
    background-color: #cc9cff !important;
}

.bg-purple-hover:hover {
    background-color: #bf83ff !important;
}
.map-size {
    height: 50px;
}
.rem-50 {
    height: 50rem;
}
.rem-30 {
    height: auto;
}

.position-bg {
    opacity: 0.5;
    top: 150px;
    position: absolute;
    right: -250px;
    transform: scaleX(-1);
}
.position-bg-map {
    opacity: 0.5;
    bottom: -50px;
    left: -300px;
}
@media only screen and (max-width: 768px) {
    .list {
        margin-inline: 5px;
    }
}

.pasos-donar li::before {
    content: "1";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #a40000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}
.parrafo-fit {
    border-radius: 20px;
    width: fit-content;
    border: solid 5px #878787;
    color: white;
    background-color: rgba(37, 29, 29, 0.5);
}
.section-border {
    border-width: 0.2em;
    border-bottom: solid 5px #a7233b;
}

.scroll-effect {
    filter: invert(70%);
    transition: filter 0.5s ease-out; /* Ajusta la duración y la curva de la transición según tus necesidades */
    &li {
        color: #be1536;
    }
}
.v-select {
    background-color: white;
}

.border-hover {
    border-bottom: 2px solid transparent;
}

.border-hover:hover {
    border-color: #fff;
}

.border-active {
    border-color: #fff;
}

.bg-primary {
    background-color: var(--main-color) !important;
}
.bg-lightred {
    background-color: #8f0b23;
}
@media (min-width: 768px) {
    .bg-home-image {
        background: linear-gradient(
                to right,
                rgba(255, 100, 100, 0.356) 10%,
                rgb(241, 59, 59, 1)
            ),
            url("../img/home_section_responsive.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .logo-responsive {
        height: 20rem;
    }
    .section-text {
        color: white;
        padding: 20px;
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    .bg-home-image {
        height: 70vh;
        background: linear-gradient(
                to right,
                rgba(255, 100, 100, 0.356) 90%,
                rgb(241, 59, 59, 1)
            ),
            url("../img/Home_section.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
.img-badge {
    width: 45%;
    top: 700px;
    right: -50px;
    transform: rotate(50deg) scaleX(-1);
    position: absolute;
}
@media (max-width: 320px) {
    .position-bg-map {
        opacity: 0.5;
        top: -100px;
        left: 200px;
    }
    .img-badge {
        top: 950px;
    }
}
@media (min-width: 768px) {
    .img-badge {
        top: 525px;
    }
    .map-size {
        margin: 10px !important;
        height: 25rem !important;
    }
    .position-bg-map {
        opacity: 0.5;
        top: -100px;
        width: 40% !important;
        height: 40% !important;
        left: 500px;
    }
}
.login-bg-image {
    background: url("../img/2.\ Nosotros/RDD Website Nosotros_Nosotros copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .img-badge {
        top: 950px;
    }
    .position-bg-map {
        opacity: 0.5;
        top: -100px;
        left: 250px;
    }
    .text-header {
        font-size: 2rem;
        text-align: center;
        text-wrap: wrap;
        padding: 10px;
        color: whitesmoke;
    }
    .text-subheader {
        padding: 10px;
        text-align: center;
        color: wheat;
    }
    .map-size {
        margin: 10px !important;
        height: 25rem !important;
    }
    .height-image {
        padding: 20px;
        height: 20rem;
    }
    .list {
        border-top: rgb(247, 75, 75) solid 5px;
    }

    .header-subsection {
        font-size: 15px;
        line-height: 2rem;
        text-align: center;
        color: whitesmoke;
        text-wrap: wrap;
    }

    .list-negative li::marker {
        font-size: 3em;
    }
    .blood-bag-section {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 450px) {
    .img-badge {
        top: 1050px;
    }
}

@media (min-width: 1024px) {
    .img-badge {
        transform: rotate(0deg) scaleX(-1);
        top: 90px;
        right: 0;
    }
    .bagwidth {
        height: 30rem;
    }
    .position-bg-map {
        opacity: 0.5;
        bottom: -50px;
        left: -300px;
    }
}

.header-section {
    font-size: 25px;
    text-align: center;
    color: wheat;
    text-wrap: wrap;
}
.header-subsection {
    font-size: 15px;
    text-align: center;
    color: whitesmoke;
    text-wrap: wrap;
}
.bg-donation-image {
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.594) 10%,
            rgb(255, 255, 255)
        ),
        url("../img/DSC06992.jpg");

    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .bg-donation-image {
        background: linear-gradient(
                to bottom,
                rgba(255, 255, 255, 0.594) 10%,
                rgb(255, 255, 255)
            ),
            url("../img/DSC06992.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .bg-home-image {
        background: linear-gradient(
                to right,
                rgba(47, 47, 47, 0.5) 30%,
                rgb(241, 59, 59, 1)
            ),
            url("../img/home_section_responsive.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 0%;
    }
    .logo-responsive {
        height: 10rem;
    }
    .section-text {
        color: white;
        padding: 20px;
        font-size: 20px;
    }
}
.position-bg {
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    top: -65px;
    right: -21px;
}
.text-shadow {
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
}

.req-list li {
    font-weight: bold;
}

.donate-image {
    background-image: url("../img/1. inicio/RDD Website Inicio_Donar ahora copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 5%;
}

.blog-image {
    background-image: url("../img/1. inicio/RDD Website Inicio_Patrocinadores copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
}

.footer-image {
    background-image: url("../img/1. inicio/RDD Website Inicio_Pie de pagina copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.big-logo {
    width: 20rem;
}

.list-none {
    list-style: none;
}

*,
*::before,
*::after {
    text-decoration: none !important;
}

.scale-on-hover {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scale-on-hover:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.rounded-5 {
    border-radius: 1.5rem !important;
}

.reveal-on-hover {
    position: relative;
    display: inline-block;
}

.reveal-on-hover--content {
    display: none;
    position: absolute;
    background-color: #d5183c;
    min-width: 160px;
    z-index: 1;
}

.reveal-on-hover--content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.reveal-on-hover--content a:hover {
    background-color: #be1536;
    color: #fff;
}

.reveal-on-hover:hover .reveal-on-hover--content {
    display: block;
}

.fs-6 {
    font-size: 12px !important;
}

.header-logo {
    width: 10rem;
}

@media (min-width: 768px) {
    .md-width {
        width: 50% !important;
    }
    .bg-donation-image {
        background: linear-gradient(
                to left,
                rgba(255, 255, 255, 0.244) 10%,
                rgb(255, 255, 255)
            ),
            url("../img/DSC06992.jpg");

        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-image {
        width: 80%;
    }
}

.splide__pagination__page {
    background-color: #e93759 !important;
}

.splide__pagination__page.is-active {
    background-color: #d5183c !important;
}

.thumbnail {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
}

.bg-pink {
    background-color: var(--main-color) !important;
}

.bg-pink > li {
    color: white !important;
}

.card-rounded {
    border-radius: 1.25rem !important;
}

.us-cover-image {
    background-image: url("../img/2. Nosotros/RDD Website Nosotros_Nosotros copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1024px) {
    .us-cover-image {
        background-image: url("../img/2.\ Nosotros/RDD_responsive.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .us-how-it-works-image {
        background-image: linear-gradient(
                to bottom,
                rgba(120, 0, 0, 0.5) 30%,
                rgb(241, 59, 59, 1)
            ),
            url("../img/campaña_responsive.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.us-info-image {
    background-image: url("../img/2. Nosotros/RDD Website Nosotros_Somos copy.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}

.us-how-it-works-image {
    background-image: linear-gradient(
            to right,
            rgb(209, 23, 23) 30%,
            rgba(241, 59, 59, 0.329)
        ),
        url("../img/campaña.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.us-come-image {
    background-image: linear-gradient(
            to right,
            rgb(209, 23, 23) 30%,
            rgba(241, 59, 59, 0.329)
        ),
        url("../img/campain.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.us-foundation {
    background-image: url("../img/2. Nosotros/RDD Website Nosotros_Fundacion copy.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cp-cover-image {
    background-image: linear-gradient(
            to bottom,
            rgba(67, 67, 67, 0.594) 10%,
            rgb(255, 255, 255)
        ),
        url("../img/campaña.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .cp-cover-image {
        background-image: linear-gradient(
                to bottom,
                rgba(67, 67, 67, 0.594) 10%,
                rgb(255, 255, 255)
            ),
            url("../img/campaña_responsive.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (max-width: 1024px) {
    .ct-cover-image {
        background-image: url("../img/contact_response.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 100%;
    }
}
.ct-cover-image {
    background-image: url("../img/4. contactos/RDD_Website_Contactos_pop_ups_Contacto_copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.ct-section-image {
    padding: 3rem;
    background-image: linear-gradient(
            to right,
            rgba(203, 70, 70, 0.5) 30%,
            rgb(241, 59, 59, 1)
        ),
        url("../img/healthcare.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
@media only screen and (max-width: 400px) {
    .banner-text {
        font-size: 10px;
        padding: 0;

        text-wrap: wrap;
    }
}
.banner-text {
    font-size: 1rem;
    padding: 0;
    margin-bottom: 20px;
    text-wrap: wrap;
}
.creator_div {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#register {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 12%;
}

@media (max-width: 768px) {
    .navbar-nav {
        padding-left: 14px !important;
        padding-right: 14px !important;
        border-radius: 12px;
        background: var(--main-color);
    }
}

@media only screen and (max-width: 700px) {
    .creator_div {
        width: 100%;
        margin-top: 10px;
    }
}
.button {
    width: fit-content;
}

/*# sourceMappingURL=index.css.map */

/* Crear la bolsa de sangre */
.blood-bag {
    width: 125px;
    height: 160px;
    background-color: #f5f5f5;
    z-index: 1;
    border-radius: 30px;
    position: relative;
}

.blood-ring {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    top: -28px;
    right: 36%;
    z-index: 0;
    background: white;
    position: absolute;
    & div {
        background: #dc3545;
        position: absolute;
        top: 25%;
        right: 25%;
        border-radius: 100%;
        width: 18px;
        height: 18px;
    }
}
.outline-gradiant-to-top {
    outline: 2px;
}

.blood-percent {
    background: #d4d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    animation: cambioColor 3s ease-in-out infinite;
    animation-delay: 5s;
    height: 90%;
    border-radius: 1rem;
    overflow: hidden;
    top: 5%;
    left: 5%;
    position: relative;
    & .information {
        z-index: 1;
    }
}

.blood-percent::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 20%;
    animation: fill 5s ease-in-out forwards;
    background: #a10d0d;
    top: 200px;
    left: 50%;
    transform: translateX(50%);
}

@keyframes fill {
    from {
        top: 140px;
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        top: 50px;
        transform: translateX(-50%) rotate(360deg);
    }
}

/* Crear la etiqueta de la bolsa */

/* Small (sm): 640px */

/* Medium (md): 768px */
@media (min-width: 768px) {
    /* Estilos para pantallas de 768px o más */
}

/* Large (lg): 1024px */
@media (min-width: 1024px) {
    /* Estilos para pantallas de 1024px o más */
}

/* Extra large (xl): 1280px */
@media (min-width: 1280px) {
    /* Estilos para pantallas de 1280px o más */
}

/* 2 Extra large (2xl): 1536px */
@media (min-width: 1536px) {
    /* Estilos para pantallas de 1536px o más */
}

.bar {
    position: absolute;
    background: rgba(123, 37, 37, 0.975);
    width: 50px;
    height: 150px;
}
.bar1 {
    position: absolute;
    width: 25px;
    border-radius: 25px;
    top: -450px;
    left: 50px;
    opacity: 0.5;
    background: rgba(207, 29, 29, 0.975);
    height: 750px;
}
.bar2 {
    position: absolute;
    width: 25px;
    border-radius: 25px;
    right: 125px;
    top: -200px;
    z-index: 1;
    opacity: 0.5;
    background: rgba(207, 29, 29, 0.975);
    height: 750px;
}
.bar3 {
    position: absolute;
    width: 25px;
    border-radius: 25px;
    top: -450px;
    right: 50px;
    opacity: 0.5;
    background: rgba(207, 29, 29, 0.975);
    height: 750px;
}
.rc-anchor-normal .rc-anchor-content {
    display: none !important;
}
.rc-anchor-normal-footer .smalltext{
    display: none !important;
}
.bar4 {
    position: absolute;
    width: 25px;
    border-radius: 25px;
    left: 125px;
    top: -200px;
    z-index: 1;
    opacity: 0.5;
    background: rgba(207, 29, 29, 0.975);
    height: 750px;
}
.section-reference {
    position: relative;
}
.set-wrap {
    flex-wrap: wrap !important;
}
@media only screen and (min-width: 320px) {
    .dot {
        background-color: white;
        position: relative;
        z-index: 2;
        height: 7rem;
        margin-block: 2rem;
        width: 7rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: solid rgb(176, 10, 27) 5px;
        border-radius: 50%;
        display: inline-block;
    }
}
@media only screen and (min-width: 400px) {
    .dot {
        background-color: white;
        position: relative;
        z-index: 2;
        height: 7rem;
        width: 7rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: solid rgb(176, 10, 27) 5px;
        border-radius: 50%;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) {
    .set-wrap {
        flex-wrap: wrap !important;
    }
    .dot {
        background-color: white;
        position: relative;
        z-index: 2;
        height: 7rem;
        width: 7rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: solid rgb(176, 10, 27) 5px;
        border-radius: 50%;
        display: inline-block;
    }
    #dot6 {
        top: 3rem;
    }
}

@media only screen and (min-width: 1024px) {
    .set-wrap {
        flex-wrap: nowrap !important;
    }
    .dot {
        background-color: white;
        position: relative;
        z-index: 2;
        height: 9rem;
        width: 9rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: solid rgb(176, 10, 27) 5px;
        border-radius: 50%;
        display: inline-block;
    }
    #dot6 {
        top: 0;
    }
}
