/* =======================================
   DONACIONES - SAN GABRIEL
=======================================*/

:root{

    --vino:#7A1235;
    --vino2:#5E0E29;
    --dorado:#D4AF37;
    --gris:#f8f9fa;
    --texto:#444;

}

/*========================*/

body{

    font-family:'Poppins',sans-serif;
    background:#fafafa;
    color:var(--texto);

}

/*========================*/
/* HERO */
/*========================*/

.hero-donacion{

    background:linear-gradient(135deg,#3b3b3b,var(--vino));
    color:white;

    padding:110px 0;

    overflow:hidden;

}

.hero-donacion h1{

    font-size:3.2rem;
    font-weight:800;

    margin-bottom:20px;

}

.hero-donacion p{

    font-size:1.15rem;

    opacity:.95;

    margin-bottom:35px;

    line-height:1.8;

}

.hero-img{

    max-width:500px;

    animation:flotar 5s infinite ease-in-out;

}

@keyframes flotar{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/*========================*/
/* BOTONES */
/*========================*/

.btn-donar{

    background:var(--vino);

    color:white;

    padding:14px 40px;

    border-radius:50px;

    font-weight:700;

    transition:.4s;

    text-decoration:none;

    border:none;

}

.btn-donar:hover{

    background:var(--vino2);

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(0,0,0,.25);

    color:white;

}

/*========================*/

.titulo{

    color:var(--vino);

    font-weight:800;

    margin-bottom:15px;

}

/*========================*/
/* TARJETAS */
/*========================*/

.tarjeta{

    border:none;

    border-radius:18px;

    transition:.4s;

    overflow:hidden;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

}

.tarjeta:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.tarjeta .card-body{

    padding:40px;

}

.icono{

    font-size:55px;

    color:var(--vino);

    margin-bottom:25px;

}

/*========================*/
/* PROGRESO */
/*========================*/

.progreso{

    background:linear-gradient(135deg,var(--vino),var(--vino2));

    color:white;

    padding:70px 0;

}

.progress{

    height:28px;

    border-radius:50px;

    overflow:hidden;

    background:#ffffff40;

    margin-top:25px;

}

.progress-bar{

    background:var(--dorado);

    font-weight:bold;

    font-size:15px;

}

/*========================*/
/* FORMULARIO */
/*========================*/

#formulario{

    padding:90px 0;

}

#formulario .card{

    border-radius:20px;

    overflow:hidden;

}

#formulario label{

    font-weight:600;

    margin-bottom:8px;

    color:var(--vino);

}

.form-control{

    border-radius:12px;

    padding:13px;

    border:1px solid #ddd;

    transition:.3s;

}

.form-control:focus{

    border-color:var(--vino);

    box-shadow:0 0 0 .2rem rgba(122,18,53,.15);

}

textarea{

    resize:none;

}

.form-check-input:checked{

    background:var(--vino);

    border-color:var(--vino);

}

/*========================*/
/* TESTIMONIO */
/*========================*/

.testimonio{

    padding:90px 0;

    background:white;

}

.testimonio h2{

    color:var(--vino);

    font-weight:800;

}

.testimonio p{

    font-size:1.3rem;

    font-style:italic;

    margin-top:25px;

    color:#555;

}

/*========================*/
/* EFECTOS */
/*========================*/

img{

    transition:.5s;

}

img:hover{

    transform:scale(1.02);

}

/*========================*/
/* RESPONSIVE */
/*========================*/

@media(max-width:992px){

.hero-donacion{

text-align:center;

padding:80px 0;

}

.hero-donacion h1{

font-size:2.4rem;

}

.hero-img{

margin-top:40px;

max-width:330px;

}

}

@media(max-width:768px){

.hero-donacion h1{

font-size:2rem;

}

.titulo{

font-size:2rem;

}

.tarjeta{

margin-bottom:20px;

}

.btn-donar{

width:100%;

}

}

/*========================*/
/* ANIMACIONES */
/*========================*/

.tarjeta,
.card,
.hero-img{

animation:aparecer .8s ease;

}

@keyframes aparecer{

from{

opacity:0;

transform:translateY(35px);

}

to{

opacity:1;

transform:translateY(0);

}

}
/*==============================*/
/* TARJETAS DE MONTO */
/*==============================*/

.monto-card{

background:white;

border:2px solid #ececec;

border-radius:18px;

padding:25px 10px;

cursor:pointer;

transition:.35s;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.monto-card h4{

color:#7A1235;

font-weight:800;

margin-bottom:5px;

}

.monto-card small{

color:#777;

}

.monto-card:hover{

transform:translateY(-8px);

border-color:#7A1235;

box-shadow:0 20px 35px rgba(122,18,53,.25);

}

.monto-card.activo{

    background: linear-gradient(135deg,#7A1235,#B11E52) !important;

    color:#fff !important;

    border:3px solid #D4AF37 !important;

    transform:translateY(-10px) scale(1.08) !important;

    box-shadow:
        0 0 15px rgba(212,175,55,.8),
        0 0 30px rgba(212,175,55,.6),
        0 15px 40px rgba(0,0,0,.25) !important;

}

.monto-card.activo h4,

.monto-card.activo small{

color:white !important;;

}

/*==============================*/

.impacto-donacion{

background:#fff5f8;

border-left:5px solid #7A1235;

padding:20px;

border-radius:12px;

transition:.4s;

}

.impacto-donacion h5{

color:#7A1235;

font-weight:700;

margin-bottom:10px;

}

.impacto-card{

display:flex;

align-items:center;

gap:18px;

margin-bottom:25px;

}

.impacto-card i{

font-size:35px;

width:70px;

height:70px;

display:flex;

justify-content:center;

align-items:center;

background:#7A1235;

color:white;

border-radius:50%;

box-shadow:0 8px 18px rgba(122,18,53,.25);

}

.impacto-card h5{

margin:0;

font-weight:700;

}

.impacto-card small{

color:#777;

}