.header-donaciones {
    background-color: #113ca5;
    text-align: center;
    height: 70px;
    margin-bottom: 20px
}

.header-donaciones .logo-container {
    position: relative;
    top: 4px;
    display: inline-block;
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .15);
    width: 82px
}

.bg-light {
    background-color: #3f63e8 !important
}

.btn-dark {
    color: #fff;
    background-color: #3f63e8 !important;
    border-color: #3f63e8 !important
}

.switch-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 15px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50%
}

input:checked+.slider {
    background-color: #3f63e8
}

input:checked+.slider:before {
    transform: translateX(26px)
}

.switch-label {
    font-size: 16px;
    font-weight: 500
}

.mensaje-solo-recibo {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    color: #856404;
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
    display: none
}

.mensaje-solo-recibo.visible {
    display: block
}

.card-modern {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .08);
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #eef2f7;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.card-modern:hover {
    box-shadow: 0 8px 25px rgb(0 0 0 / .12)
}

.summary-card {
    background: #f8f9fa;
    border-left: 5px solid #3f63e8;
    padding: 20px;
    border-radius: 8px;
    display: none;
    margin-bottom: 25px
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0 8px;
    width: 100%
}

.custom-table thead th {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem;
    border: none;
    padding: 15px
}

.custom-table tbody tr {
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / .02);
    transition: all 0.2s ease
}

.custom-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    background-color: #fff
}

.custom-table td {
    border: none;
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.custom-table td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #f0f0f0
}

.custom-table td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #f0f0f0
}

.summary-item {
    margin-bottom: 10px
}

.summary-label {
    font-weight: 600;
    color: #555;
    display: block;
    font-size: .9rem
}

.summary-value {
    font-size: 1.2rem;
    color: #3f63e8;
    font-weight: 700
}

.form-control-modern {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    background-color: #fcfcfc
}

.form-control-modern:focus {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgb(17 62 111 / .15);
    border-color: #3f63e8
}

#divAcciones,
#DivMensaje {
    display: none
}

.footer-donaciones {
    background-color: #113ca5;
    color: #fff;
    padding: 0;
    overflow: hidden
}

.footer-donaciones .row {
    margin: 0
}

.footer-donaciones .row>div {
    padding: 30px 20px
}

.footer-donaciones .contact-column {
    background-color: #113ca5;
    display: grid;
    justify-content: center
}

.footer-donaciones .contact-label {
    font-size: .85rem;
    margin-bottom: 3px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px
}

.footer-donaciones .contact-number {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2
}

.footer-donaciones .center-column {
    background-color: #113ca5;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.footer-donaciones .logo-center img {
    max-width: 100%;
    height: auto;
    max-height: 200px
}

.footer-donaciones .social-icons {
    margin: 20px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center
}

.footer-donaciones .social-icon-btn {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.footer-donaciones .social-icon-btn i {
    color: #113ca5;
    font-size: 1.5rem
}

.footer-donaciones .social-icon-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    background-color: #3f63e8
}

.footer-donaciones .social-icon-btn:hover i {
    color: #fff
}

.footer-donaciones .direccion-info {
    text-align: center;
    font-size: .95rem;
    line-height: 1.8
}

.footer-donaciones .direccion-info p {
    margin: 0 0
}

.footer-donaciones .right-column {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px !important;
    transition: background-color 2s ease-in-out
}

.footer-donaciones .right-column.color-1 {
    background-color: #3f63e8
}

.footer-donaciones .right-column.color-2 {
    background-color: #33d3b8
}

.footer-donaciones .right-column.color-3 {
    background-color: #00b636
}

.footer-donaciones .right-column.color-4 {
    background-color: #ffac70
}

.footer-donaciones .right-column.color-5 {
    background-color: #ff454e
}

.footer-donaciones .logo-right img {
    max-width: 100%;
    height: auto;
    max-height: 250px
}

.footer-bottom {
    background-color: rgb(0 0 0 / .2);
    padding: 20px 0;
    color: #fff;
    text-align: center
}

.footer-bottom .links {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap
}

.footer-bottom .links a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s
}

.footer-bottom .links a:hover {
    opacity: .7
}

html,
body {
    margin: 0;
    height: 100%
}

#form1 {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

footer {
    margin-top: auto
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6
}

.modalPopup {
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    padding-top: 0;
    padding-left: 0;
    min-width: 550px;
    min-height: 150px;
    background-color: #fff
}

@media (max-width:991px) {

    .footer-donaciones .contact-column,
    .footer-donaciones .center-column,
    .footer-donaciones .right-column {
        padding: 30px 20px !important
    }

    .footer-donaciones .contact-number {
        font-size: 1.5rem
    }

    .footer-donaciones .logo-center img,
    .footer-donaciones .logo-right img {
        max-height: 150px
    }
}

@media (max-width:768px) {
    .footer-donaciones .contact-column {
        text-align: center
    }

    .footer-donaciones .social-icons {
        gap: 10px
    }

    .footer-donaciones .social-icon-btn {
        width: 40px;
        height: 40px
    }

    .footer-donaciones .social-icon-btn i {
        font-size: 1.3rem
    }
}