.seccion2{
    top: 0%;
    background-image: url("../img/img_all/fondo2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.img_sect2 {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0%;
}

.img_sect2_bajo {
    position: relative;
    width: 100%;
    height: auto;
    z-index: -1;
    margin-top: -5%;
}

.contenedor_seccion2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.texto_titulo {
    width: 100%;
    height: 20%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texto_titulo h4 {
    position: relative;
    display: flex;
    font-size: 3rem;
    font-family: "Raleway";
    font-weight: 500;
    top: 35%;
    left: 8%;
    color: var(--azulOscuro);
}

.texto_titulo h3 {
    position: relative;
    font-size: 5.3vw;
    font-family: "Raleway";
    font-weight: bold;
    top: 20%;
    left: 18%;
    color: var(--azulOscuro);
}

.contenedor_central_secc2 {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    z-index: 2;
}

.hojas_secc2 {
    width: 15%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hojas_secc2 a {
    position: relative;
    top: 85%;
    left: 10%;
}

.hojas_secc2 a img {
    position: relative;
    cursor: pointer;
}

.hojas_secc2 a img:hover {
    transform: scale(1.1);
}

.hoja1 {
    width: 100%;
    height: 70%;
    z-index: 0;
}

.slider_secc2 {
    width: 70%;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.colibri_secc2 {
    width: 15%;
    height: 100%;
    right: 0%;
    z-index: -10;
    display: flex;
    position: relative;
}

.colibri_secc2 .hoja2 {
    position: absolute;
    display: flex;
    top: -2%;
    left: 53%;
    transform: translateX(-50%) rotateY(20deg);
    width: 15vw;
    height: auto;
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
}

.colibri_secc2 .colibri {
    position: absolute;
    display: flex;
    top: -16%;
    left: -9.5%;
    transform: translateX(-50%) rotateY(20deg);
    width: 35vw;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

/*slider section 2*/
.contenedor-slider-sect2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: -10%;
    top: -5%;
}
.contenedor-slider-sect2 .btnMas{
    position: absolute;
    width: 4%;
    height:auto;
    z-index: 10;
    top:18%;
    left: 15%;
    cursor: pointer;
}

.contenedor-slider-sect2 .btnMas:hover{
    transform: scale(1.1);
}

.slider-sect2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    top: 0%;
    left: 10%;
}

.slider-sect2 .slider-item-sect2 {
    position: absolute;
    text-align: center;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    border-radius: 1vw;
    display: flex;
    width: 85%;
    height: 78%;
    cursor: pointer;
    z-index: 100;
}

.slider-item-sect2 .slider-img {
    margin-top: 0%;
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    transition: width 0.5s ease, height 0.5s ease;
}

.slider-item-sect2 .slider-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    z-index: 1;
}

.prev-sect2,
.next-sect2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #16142f;
    font-size: 2.8vw;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
}

.prev-sect2 {
    left: 2%;
}

.next-sect2 {
    right: 2%;
}

.prev-sect2:hover,
.next-sect2:hover {
    color: var(--gris);
}

/*fin slider sect 2*/
.sect2-texto {
    position: relative;
    width: 45% !important;
    height: 50% !important;
    top: 10%;
    left: -2%;
    display: flex;
    align-items: center;
    text-align: justify;
}

.sect2-texto h4 {
    margin-left: 5%;
    width: 22vw;
    position: absolute;
    font-size: 1.3em;
    font-family: "Noto+Sans";
    font-weight: 200;
    color: var(--azulOscuro);
}

.sect2-texto {
    position: relative;
    width: 23%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 2%;
}

/* Modal */
.overflow {
    overflow: hidden;
}

.modal-sect2_1 {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(35, 100, 118, 0.5);
    backdrop-filter: blur(8px);
    z-index: 999999 !important;
    inset: 0;
    justify-content: center;
    align-items: center;
}

.modal-content-sect2_1 {
    background: rgba(17, 10, 124, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
}

/* Cerrar modal */
.close-modal-sect2_1 {
    position: absolute;
    top: 4%;
    right: 3%;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background-color: var(--verdeSena);
    border: none;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.close-modal-sect2_1 span {
    text-align: center;
    color: white;
    font-size: 1.5vw;
    z-index: 9999;
}

.slider {
    top: 0;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 85%;
    height: 90%;
    border-radius: 10px;
    z-index: 9999;
}

.slider-image {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: white;
    border: none;
    padding: 10px;
    font-size: 2.5vw;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}

.prev {
    left: 5% !important;
}

.next {
    right: 5% !important;
}
.img_sect2_bajo{
    width: 100%;
    height: 20dvh;
    top: 0%;
    z-index: 9;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #secc2 {
        width: 100%;
        height: 100dvh;
    }

    .contenedor_seccion2 {
        position: relative;
        width: 100%;
        height: 100dvh;
        display: flex;
    }

    .texto_titulo {
        width: 100%;
        height: 10dvh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

    }

    .texto_titulo h2 {
        position: absolute;
        top: 10%;
        left: 25%;
    }

    .contenedor_central_secc2 {
        position: relative;
        width: 100%;
        height: 90dvh;
        display: flex;
        flex-direction: row;
    }

    .prev-sect2,
    .next-sect2 {
        font-size: 2.5rem;
    }

    .prev-sect2 {
        left: -1% !important;
    }

    .next-sect2 {
        right: -1% !important;
    }

    .hojas_secc2 {
        width: 18%;
        height: 100%;
        display: flex;


    }

    .btnMas {
        top: -105vw;
    }

    .slider_secc2 {
        width: 64%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;


    }

    .slider-sect2 {
        width: 100%;
        height: 100%;
        left: 5%;
    }

    .colibri_secc2 {
        width: 18%;
        height: 100%;
        display: flex;
        left: 0;
    }

    .hoja2 {
        position: relative;
        /* absoluta para que no empuje nada */
        width: 25vw !important;
        /* escalable con el ancho de pantalla */
        height: 45vw;
        /* mantiene proporción */
        margin-top: 54vw;
        /* ajusta según quieras */
        margin-left: -3vw;
        /* en vez de margin-right fijo */
        z-index: 0;
        /* siempre debajo del contenido */
        opacity: 0.8;
        /* opcional, para que sea más suave */
        pointer-events: none;
        /* no bloquea clics */
    }

    .colibri {
        width: 40vw !important;
        height: auto;
        margin-top: 90%;
        margin-left: 5%;
        bottom: 0% !important;
        z-index: 1;
    }

    .sect2-texto {
        width: 90% !important;
        height: 30% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -5%;
        left: 1%;

    }

    .sect2-texto h4 {
        width: 100%;
        top: 5%;
        font-size: 1.3rem;
    }


    .img_sect2_bajo {
        margin-top: -19% !important;
    }

    .modal-sect2_1 {}

    .modal-content-sect2_1 {
        background: rgba(82, 232, 109, 0.81);
    }

    .close-modal-sect2_1 {
        width: 5vw;
        height: 5vw;
    }

    .close-modal-sect2_1 span {
        font-size: 4vw;

    }

    .slider-image {

        width: 90%;
        height: 70%;
        border-radius: 5px;

    }

    .prev,
    .next {
        font-size: 5vw;
    }

    .prev {
        left: 2%;
    }

    .next {
        right: 2%;
    }
}

@media (max-width: 767px) {
    /* .seccion2{
        background-image: url("../img/img_all/fondo2.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100dvh;
        width: 100%;
        object-fit: cover;
        background-color: blueviolet;
    } */
    .img_sect2{
       
    }
    .img_sect2_bajo{
        width: 100%;
        height: 100dvh;
    }
}