/* Estilos de contenedor principal */
.container-donativo {
    background: url('../images/backgrounfooter.jpg');
    background-size: cover;
    width:100% !important;
    /* max-width: 700px; */
    height: 987px;
    /* padding: 60px 10vw; */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 85px !important;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
/*contenido*/

.cont-donativo-content{
    /* background-color:red !important; */
    width: 100%;
    align-items: center;
    padding-left: 10%;
}

/* Estilos de título */
.titulo2 {
    padding-top: 5%;
    font-family:cursive;
    color: white !important;
    font-size: 45px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
}
/* Estilos de párrafo */
.paragraph {
    font-family: cursive;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}
/* Estilos de donativo */
.Donativo {
    color: black;
    font-size: 25px;
    text-align: start;
    width: 100%;
    padding-top: 0%;
    line-height: 32px;
}
.Donativo2 {
    color: black;
    font-size: 25px;
    text-align: start;
    width: 100%;
    padding-top: 10%;
    line-height: 32px;
}


.price-text{
    text-align: start;
    padding-bottom: 5%;
}
.price-text span{
    font-size: 20px;
    color: var(   --color-grayligth);
    color: var(--color-redligth);

}
/* Estilos de tarjeta */
.card-donativo {
    background: #F6F2EB;
    width: 680px !important;
    max-width: 680px !important;
    min-height: 680px;
    padding: 52px 0px 52px 0px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 32px;
}

.ejemplo{
    background-color: #EFEAE6;
    width: 680px !important;
    height:200px !important;
    border-radius: 0px 0px 50px 50px;

}
.botones-card-donaciones{
    padding-top: 5%;
}
/* Estilos de pasos */
.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 15px 0;
}

.donation-type{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}
/* Estilos de cada paso */
.steps .step {
    width: 32px;
    height: 32px;
    background: var(--color-grayligth);
    color: white;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.steps .step.active {
    background: #0091FF;
}
/* Estilos de botones de donación */
.donation-buttons {
    font-family: Roboto, sans-serif;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0px;
    
}
.donation-buttons button {
    color: #9F9E9E;
    max-width: 127px;
    height: 36px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 15px !important;
    background: #F6F2EB;
    border:2px solid #9F9E9E;
    font-weight: 700;
    line-height: 20px;
}
.donation-buttons .selected {
    background: var(--color-greenprimari);
    color: white;
}
/* Ajuste para dispositivos móviles */
@media (max-width: 600px) {
    .donation-buttons {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
    }
}
/* Estilos de tipo de donativo */
.donation-type button {
    /* padding: 11px 51px 11px 51px; */
    border: 1px solid #9F9E9E;
    border-radius: 21px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #9F9E9E;
    background: #F6F2EB;
    height: 36px;
    width: 127px;
}
.donation-type .selected {
    background: var(--color-cardgreenprimari);
    color: var(--color-cafelight);
    border: none;
}
/* Estilos del botón siguiente */
.next-button {
    background: var(--color-redligth);
    border: none;
    padding: 10px;
    width: 100%;
    max-width: 171px;
    height: 42px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    border-radius: 21px;
    cursor: pointer;
    margin-top: 10px;
}
/* Estilos de cantidad */
.amount {
    font-size: 25px;
    color: var(--color-grayligth);
    margin-top: 5px;
    font-weight: 700;
}


/* Estilos de contenedor principal */
.container-donativo {
    background: url('../images/backgrounfooter.jpg');
    background-size: cover;
    width: 100% !important;
    /* max-width: 700px; */
    height: 987px;
    /* padding: 60px 10vw; */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

/* Contenido */
.cont-donativo-content {
    /* background-color:red !important; */
    width: 100%;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
}

/* Estilos de título */
.titulo2 {
    padding-top: 5%;
    font-family: cursive;
    color: white !important;
    font-size: 45px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
}

/* Estilos de párrafo */
.paragraph {
    font-family: cursive;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Estilos de donativo */
.Donativo {
    color: black;
    font-size: 25px;
    text-align: start;
    width: 100%;
    padding-top: 0%;
    line-height: 32px;
}
.Donativo2 {
    color: black;
    font-size: 25px;
    text-align: start;
    width: 100%;
    padding-top: 10%;
    line-height: 32px;
}

.price-text {
    text-align: start;
    padding-bottom: 5px;
}
.price-text span {
    font-size: 20px;
}

/* Estilos de tarjeta */
/*
.card-donativo {
    background: #F6F2EB;
    width: 680px !important;
    max-width: 680px !important;
    height: 680px;
    padding: 52px 0px 52px 0px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 32px;
}
*/
.ejemplo {
    background-color: #EFEAE6;
    width: 680px !important;
    height: 239px !important;
    border-radius: 0px 0px 50px 50px;
}

.botones-card-donaciones {
    padding-top: 5%;
}

/* Estilos de pasos */
.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 15px 0;
}

/* Estilos de tipo de donativo */
.donation-type {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

/* Estilos de cada paso */
.steps .step {
    width: 32px;
    height: 32px;
    background: var(--color-grayligth);
    color: white;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.steps .step.active {
    background: #0091FF;
}

/* Estilos de botones de donación */
.donation-buttons {
    font-family: Roboto, sans-serif;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 0px;
}
.donation-buttons button {
    color: #9F9E9E;
    max-width: 127px;
    height: 36px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 17px;
    background: #F6F2EB;
    border: 2px solid #9F9E9E;
    font-weight: 700;
    line-height: 20px;
}
.donation-buttons .selected {
    background: var(--color-greenprimari);
    color: white;
}

/* Estilos de tipo de donativo */
.donation-type button {
    /* padding: 11px 51px 11px 51px; */
    border: 1px solid #9F9E9E;
    border-radius: 21px;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
    color: #9F9E9E;
    background: #F6F2EB;
    height: 36px;
    width: 127px;
}
.donation-type .selected {
    background: var(--color-greenprimari);
    color: white;
    border: none;
}

/* Estilos del botón siguiente */
.next-button {
    background: var(--color-redligth);
    border: none;
    padding: 10px;
    width: 100%;
    max-width: 171px;
    height: 42px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    border-radius: 21px;
    cursor: pointer;
    margin-top: 10px;
}

/* Estilos de cantidad */
.amount {
    font-size: 25px;
    color: var(--color-grayligth);
    margin-top: 5px;
    font-weight: 700;
}

/* Media Query para pantallas menores a 700px 
   (Se mantienen los mismos valores para conservar el mismo diseño) */
@media (max-width: 700px) and (min-width:600px) {
    .cont-donativo-content{
        padding-left: 17% !important;
    }
 
    .card-donativo {
        width: 90% !important;
        max-width: 680px !important;
        height: 680px;
        padding: 52px 0;
        border-radius: 50px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        padding-bottom: 32px;
        margin: initial;
    }
    .ejemplo {
        width: 100% !important;
        height: 255px !important;
        border-radius: 0 0 50px 50px;
        margin: auto;
    }
    .steps {
        gap: 50px;
        margin: 15px 0;
    }
    .donation-buttons {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 10px !important;
    }
    .donation-type {
        justify-content: flex-start;
        display: block;
    }
    .donation-type button {
        width: 127px;
        font-size: 17px;
    }
    .next-button {
        width: 100%;
        max-width: 171px;
        height: 42px;
        font-size: 17px;
        margin-top: 10px;
    }
}

@media (max-width: 599px) and (min-width: 320px) {
    .donation-buttons {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 30px 10px;
    }
    .donation-buttons button {
      font-size: 15px; /* Se reduce el tamaño de la fuente */
      max-width: 100%; /* Permite que el botón ocupe el ancho completo de su celda */
      box-sizing: border-box;
      border:2px solid #9F9E9E;
    }
    .card-donativo {
      width: 90% !important;
    }
    .ejemplo {
      width: 100% !important;
    }
    .container-donativo {
      height: 1100px !important;
    }

    .cont-donativo-content {
        width: 100%;
        align-items: center;
        padding-left: 3%;
        padding-right: 3%;
    }
    .titulo2 {
        font-size: 38px !important;
    }
  }
  
  @media(max-width:906px){
    .titulo2 {
        padding-top: 5%;
        font-family: cursive;
        color: white !important;
        font-size: 45px !important;
        margin-bottom: 10px;
        font-weight: 700 !important;
        width: 60%;
    }
    .container-donativo {
        background: url(../images/backgrounfooter.jpg);
        background-size: cover;
        width: 100% !important;
        /* max-width: 700px; */
        height: 67rem;
        /* padding: 60px 10vw; */
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        border-radius: 50px;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }
    .donation-buttons button {
        color: #9F9E9E;
        max-width: 127px;
        height: 36px;
        border-radius: 15px;
        cursor: pointer;
        font-size: 16.5px !important;
        background: #F6F2EB;
        border: 2px solid #9F9E9E;
        font-weight: 700;
        line-height: 20px;
    }
    .rotator-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: clamp(200px, 50vh, 400px);
        overflow: visible;
        padding: 20px 0;
        margin-top: -3rem;
    } 
    .rotator-indicators {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: -83px;
    }
    .quierodonarcarrusel3d {
        display: flex;
        height: 40px;
        padding: 7px 20px;
        margin: 0px auto;
        gap: 10px;
        border: none;
        border-radius: 30px;
        color: var(--color-whiteforwhite);
        margin-top: 3rem;
        background: var(--color-button-redprimario);
        align-self: stretch;
        margin-top: 2rem;
    }
}

@media(max-width:435px){
    .titulo2 {
        padding-top: 5%;
        font-family: cursive;
        color: white !important;
        font-size: 35px !important;
        margin-bottom: 10px;
        font-weight: 700 !important;
        width: 60%;
    }
    #contenidoinformacionquienessomosdonar {
        font-size: 16px !important;
        width: 90% !important;
        margin: 0px auto;
    }
    #titlequienessomosdonar {
        font-size: 32px;
        font-weight: 700;
        /* text-align: center; */
        width: 80%;
        margin-bottom: 1rem !important;
        margin: 0px auto;
    }
    .cardPodcasQuienessomos {
        height: 15rem;
        margin-top: 2rem;
    }
    #botonescarruseldonstivodonaciones {
        margin-bottom: 2rem;
        flex-direction: column;
        margin-top: 2rem !important;
        display: flex;
    }
    .paragraph {
        font-family: cursive;
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
        width: 98%;
    }
}