:root {
    --verde: #16862d;
    --verde-oscuro: #075f1d;
    --dorado: #9d6b22;
    --gris-texto: #555e58;
    --blanco: #ffffff;
}

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #202820;
    background: #ffffff;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* =====================================================
HEADER
===================================================== */

.header-principal {
    position: relative;
    z-index: 1050;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.header-principal .navbar {
    min-height: 112px;
    padding: 8px 0;
}

.header-principal .navbar-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
    margin-right: 35px;
}

.header-principal .logo-principal {
    display: block;
    width: 115px;
    height: 95px;
    max-width: 115px;
    object-fit: contain;
}

.header-principal .navbar-nav {
    gap: 1px;
}

.header-principal .navbar-nav .nav-link {
    position: relative;
    padding: 15px 11px !important;
    color: #555e58;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .25s ease;
}

.header-principal .navbar-nav .nav-link:hover,
.header-principal .navbar-nav .nav-link.active {
    color: var(--verde);
}

.header-principal .navbar-nav .nav-link.active::after {
    position: absolute;
    right: 11px;
    bottom: 5px;
    left: 11px;
    height: 3px;
    content: '';
    background: var(--verde);
    border-radius: 20px;
}


/* =====================================================
MENÚS DESPLEGABLES
===================================================== */

.header-principal .dropdown-menu {
    min-width: 255px;
    padding: 9px;
    margin-top: 0;
    border: 0;
    border-top: 3px solid var(--verde);
    border-radius: 0 0 7px 7px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
}

.header-principal .dropdown-menu-nosotros {
    min-width: 285px;
}

.header-principal .dropdown-item {
    padding: 11px 13px;
    color: #59615c;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
    border-radius: 5px;
    transition: .2s ease;
}

.header-principal .dropdown-item:hover,
.header-principal .dropdown-item.active {
    color: var(--verde);
    background: #edf8ef;
}

.header-principal .dropdown-divider {
    margin: 5px 0;
}


/* =====================================================
IDIOMA
===================================================== */

.header-principal .idioma-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-principal .bandera-idioma {
    font-size: 15px;
}


/* =====================================================
MENÚ HAMBURGUESA
===================================================== */

.header-principal .navbar-toggler {
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: none;
}

.header-principal .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(22, 134, 45, .15);
}


/* =====================================================
SLIDER 1920 X 700
===================================================== */

.slider-principal {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f4f7f4;
}

.slider-principal .carousel,
.slider-principal .carousel-inner,
.slider-principal .carousel-item {
    width: 100%;
}

.slider-principal .carousel-item {
    position: relative;
    aspect-ratio: 1920 / 700;
    overflow: hidden;
    background: #eef3ee;
}

.slider-principal .slider-imagen {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .52) 0%,
            rgba(0, 0, 0, .22) 48%,
            rgba(0, 0, 0, .04) 100%
        );
}

.slider-contenido {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.contenido-slider {
    width: 100%;
    max-width: 720px;
    color: #ffffff;
}

.contenido-slider.posicion-centro {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.contenido-slider.posicion-derecha {
    margin-left: auto;
    text-align: right;
}

.contenido-slider h1 {
    margin: 0 0 18px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(38px, 4.5vw, 76px);
    font-weight: 700;
    line-height: 1.06;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.contenido-slider p {
    margin: 0 0 28px;
    font-size: 18px;
    line-height: 1.7;
}

.btn-slider {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 27px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--verde);
    border-radius: 6px;
    transition: .25s ease;
}

.btn-slider:hover {
    color: #ffffff;
    background: var(--verde-oscuro);
    transform: translateY(-2px);
}

.slider-principal .carousel-control-prev,
.slider-principal .carousel-control-next {
    width: 6%;
}

.slider-principal .carousel-control-prev-icon,
.slider-principal .carousel-control-next-icon {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, .32);
    background-size: 52%;
    border-radius: 50%;
}

.slider-principal .carousel-indicators {
    margin-bottom: 18px;
}

.slider-principal .carousel-indicators button {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}


/* =====================================================
TABLET Y CELULAR
===================================================== */

@media (max-width: 1199px) {

    .header-principal .navbar {
        min-height: 92px;
    }

    .header-principal .logo-principal {
        width: 95px;
        height: 75px;
        max-width: 95px;
    }

    .header-principal .navbar-collapse {
        margin-top: 10px;
        padding: 15px;
        background: #ffffff;
        border-top: 1px solid #e7ebe8;
        box-shadow: 0 18px 32px rgba(0, 0, 0, .08);
    }

    .header-principal .navbar-nav {
        align-items: stretch !important;
    }

    .header-principal .navbar-nav .nav-link {
        padding: 12px 5px !important;
    }

    .header-principal .navbar-nav .nav-link.active::after {
        display: none;
    }

    .header-principal .dropdown-menu {
        min-width: 100%;
        margin: 0;
        padding: 5px;
        border-top: 0;
        box-shadow: none;
        background: #f6f8f6;
    }
}

@media (max-width: 767px) {

    .header-principal .navbar {
        min-height: 80px;
    }

    .header-principal .logo-principal {
        width: 82px;
        height: 65px;
        max-width: 82px;
    }

    .slider-principal .carousel-item {
        aspect-ratio: 1920 / 700;
        min-height: 0;
    }

    .slider-principal .slider-imagen {
        object-fit: cover;
    }

    .slider-contenido {
        padding: 22px 0;
    }

    .contenido-slider {
        max-width: 90%;
        margin: auto;
        text-align: center !important;
    }

    .contenido-slider h1 {
        font-size: 31px;
    }

    .contenido-slider p {
        font-size: 14px;
    }

    .slider-principal .carousel-control-prev,
    .slider-principal .carousel-control-next {
        display: none;
    }
}
/* =====================================================
FOOTER
===================================================== */

.footer-principal {
    padding: 75px 0 25px;
    color: rgba(255, 255, 255, .76);
    background:
        linear-gradient(
            135deg,
            #102a17,
            #07170d
        );
}

.footer-logo-enlace {
    display: inline-block;
}

.logo-footer {
    display: block;
    width: 120px;
    height: 105px;
    margin-bottom: 22px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 5px 12px
            rgba(0, 0, 0, .2)
        );
}

.footer-descripcion {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
}

.footer-titulo {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-titulo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    content: '';
    background: var(--verde);
    border-radius: 20px;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    display: inline-block;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    transition: .25s ease;
}

.footer-menu a:hover {
    color: #91d848;
    transform: translateX(5px);
}

.footer-contacto {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contacto li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contacto i {
    flex-shrink: 0;
    margin-top: 3px;
    color: #91d848;
    font-size: 17px;
}

.footer-contacto a {
    color: rgba(255, 255, 255, .75);
    overflow-wrap: anywhere;
    transition: .2s ease;
}

.footer-contacto a:hover {
    color: #91d848;
}

.footer-redes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.footer-redes a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    transition: .25s ease;
}

.footer-redes a:hover {
    color: #ffffff;
    background: var(--verde);
    border-color: var(--verde);
    transform: translateY(-3px);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 55px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
}

.footer-copyright strong {
    color: #91d848;
}


/* =====================================================
FOOTER RESPONSIVE
===================================================== */

@media (max-width: 767px) {

    .footer-principal {
        padding: 60px 0 22px;
        text-align: center;
    }

    .logo-footer {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-descripcion {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-titulo::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-redes {
        justify-content: center;
    }

    .footer-contacto li {
        justify-content: center;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        text-align: center;
    }

}
/* =====================================================
SECCIONES GENERALES
===================================================== */

.seccion {
    padding: 95px 0;
}

.subtitulo {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--verde);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.titulo-seccion {
    margin-bottom: 22px;
    color: #17311f;
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.15;
}

.texto-seccion {
    color: #6d776f;
    font-size: 16px;
    line-height: 1.9;
}


/* =====================================================
NOSOTROS
===================================================== */

.imagen-nosotros {
    position: relative;
}

.imagen-nosotros img {
    display: block;
    width: 100%;
    min-height: 510px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .14);
}

.experiencia {
    position: absolute;
    right: -22px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    padding: 25px 20px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--verde),
            var(--verde-oscuro)
        );
    border: 7px solid #ffffff;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .16);
}

.experiencia i {
    margin-bottom: 10px;
    font-size: 35px;
}

.experiencia span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.lista-valores {
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.lista-valores li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    color: #3e4941;
    font-size: 15px;
    font-weight: 600;
}

.lista-valores i {
    color: var(--verde);
    font-size: 19px;
}

.btn-principal {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 27px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--verde),
            var(--verde-oscuro)
        );
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(22, 134, 45, .2);
    transition: .25s ease;
}

.btn-principal:hover {
    color: #ffffff;
    transform: translateY(-2px);
}


/* =====================================================
PROGRAMAS
===================================================== */

.programas {
    background: #f5f8f5;
}

.tarjeta-programa {
    height: 100%;
    padding: 38px 30px;
    background: #ffffff;
    border: 1px solid #e5ebe6;
    border-radius: 17px;
    box-shadow: 0 8px 28px rgba(20, 55, 30, .04);
    transition: .3s ease;
}

.tarjeta-programa:hover {
    border-color: transparent;
    box-shadow: 0 22px 50px rgba(20, 55, 30, .12);
    transform: translateY(-8px);
}

.icono-programa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 24px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            var(--verde),
            var(--verde-oscuro)
        );
    border-radius: 18px;
    font-size: 32px;
}

.tarjeta-programa h3 {
    margin-bottom: 14px;
    color: #17311f;
    font-size: 21px;
    font-weight: 800;
}

.tarjeta-programa p {
    margin: 0;
    color: #6f7972;
    font-size: 14px;
    line-height: 1.8;
}


/* =====================================================
DONACIONES
===================================================== */

.donaciones {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    background:
        linear-gradient(
            120deg,
            rgba(5, 103, 33, .96),
            rgba(5, 53, 22, .97)
        );
}

.donaciones::before {
    position: absolute;
    top: -120px;
    right: -100px;
    width: 380px;
    height: 380px;
    content: '';
    border: 60px solid rgba(255, 255, 255, .04);
    border-radius: 50%;
}

.donaciones .container {
    position: relative;
    z-index: 2;
}

.donaciones h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(39px, 5vw, 61px);
    font-weight: 700;
}

.donaciones p {
    max-width: 760px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, .86);
    font-size: 17px;
    line-height: 1.8;
}

.btn-donar-grande {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    color: #473000;
    background: #d9a43d;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    transition: .25s ease;
}

.btn-donar-grande:hover {
    color: #2f2106;
    background: #edbb55;
    transform: translateY(-3px);
}


/* =====================================================
FOOTER
===================================================== */

.footer-principal {
    padding: 75px 0 25px;
    color: rgba(255, 255, 255, .76);
    background:
        linear-gradient(
            135deg,
            #102a17,
            #07170d
        );
}

.footer-logo-enlace {
    display: inline-block;
}

.logo-footer {
    display: block;
    width: 120px;
    height: 105px;
    margin-bottom: 22px;
    object-fit: contain;
}

.footer-descripcion {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
}

.footer-titulo {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-titulo::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    content: '';
    background: var(--verde);
    border-radius: 20px;
}

.footer-menu,
.footer-contacto {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    transition: .22s ease;
}

.footer-menu a:hover {
    color: #96d95a;
    padding-left: 5px;
}

.footer-contacto li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .73);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contacto i {
    flex-shrink: 0;
    color: #96d95a;
    font-size: 17px;
}

.footer-contacto a {
    color: rgba(255, 255, 255, .73);
    overflow-wrap: anywhere;
}

.footer-contacto a:hover {
    color: #96d95a;
}

.footer-redes {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-redes a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    transition: .25s ease;
}

.footer-redes a:hover {
    color: #ffffff;
    background: var(--verde);
    transform: translateY(-3px);
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 55px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 11px;
}

.footer-copyright strong {
    color: #96d95a;
}


/* =====================================================
RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .seccion {
        padding: 75px 0;
    }

    .experiencia {
        right: 15px;
    }

}

@media (max-width: 767px) {

    .seccion {
        padding: 62px 0;
    }

    .imagen-nosotros {
        margin-bottom: 45px;
    }

    .imagen-nosotros img {
        min-height: 370px;
    }

    .experiencia {
        right: 10px;
        bottom: -30px;
        width: 170px;
    }

    .footer-principal {
        padding: 60px 0 22px;
        text-align: center;
    }

    .logo-footer {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-descripcion {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-titulo::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-redes {
        justify-content: center;
    }

    .footer-contacto li {
        justify-content: center;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        text-align: center;
    }

}
/* =====================================================
SECCIÓN DE VIDEOS
===================================================== */

.seccion-videos {
    position: relative;
    padding: 90px 0;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f8f5 100%
        );
}


.seccion-videos .container {
    position: relative;
    z-index: 2;
}


/* =====================================================
FILA DE VIDEOS
===================================================== */

.seccion-videos .row {
    justify-content: center;
}


/* =====================================================
TARJETA
===================================================== */

.tarjeta-video-inicio {
    width: 100%;
    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid
        #dfe8e1;

    border-radius: 20px;

    box-shadow:
        0 16px 42px
        rgba(
            20,
            65,
            32,
            .12
        );

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.tarjeta-video-inicio:hover {
    transform:
        translateY(-6px);

    box-shadow:
        0 24px 58px
        rgba(
            20,
            65,
            32,
            .17
        );
}


/* =====================================================
CONTENEDOR DEL VIDEO
===================================================== */

.video-responsive {
    position: relative;

    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #000000;
}


/* =====================================================
REPRODUCTOR
===================================================== */

.video-responsive video {
    display: block;

    width: 100%;

    height: 100%;

    background: #000000;

    object-fit: contain;
}


/* =====================================================
CONTENIDO
===================================================== */

.contenido-video-inicio {
    padding:
        25px
        28px
        28px;
}


.contenido-video-inicio h3 {
    margin:
        0 0 10px;

    color: #17351f;

    font-size: 21px;

    font-weight: 800;

    line-height: 1.35;
}


.contenido-video-inicio p {
    margin: 0;

    color: #68736b;

    font-size: 15px;

    line-height: 1.7;
}


/* =====================================================
TABLET
===================================================== */

@media (
    max-width: 991px
) {

    .seccion-videos {
        padding:
            70px 0;
    }

}


/* =====================================================
CELULAR
===================================================== */

@media (
    max-width: 767px
) {

    .seccion-videos {
        padding:
            55px 0;
    }


    .tarjeta-video-inicio {
        border-radius: 15px;
    }


    .contenido-video-inicio {
        padding:
            20px;
    }


    .contenido-video-inicio h3 {
        font-size: 18px;
    }


    .contenido-video-inicio p {
        font-size: 14px;
    }

}