﻿.cnt {
    margin-top: -140px;
}

p {
    font-family: Poppins;
}

#splideMainBannerSlider .splide__pagination {
    bottom: 40px !important;
    gap: 10px;
}

#splideMainBannerSlider .splide__pagination__page {
    height: 15px;
    width: 15px;
}

    #splideMainBannerSlider .splide__pagination__page.is-active {
        background: transparent;
        transform: scale(1.4);
        z-index: 1;
        border: 2px #CBF166 solid;
        width: 15px;
        height: 15px;
    }

.b1._l {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--ban);
    display: flex;
}

.logoVertical {
    position: relative;
    left: 86%;
    top: 171px;
    height: 70%;
}

.button.green {
    width: 300px;
    height:52px;
    padding: 14px 28px;
}

.b1 .button.greenArrow {
    width: 186px;
    padding: 14px 28px;
}

    .b1 .button.greenArrow::before {
        background: url(../../img/assets/ArrowDown.svg) no-repeat;
        right: 28px;
    }

    .b1 .button.greenArrow:hover::before {
        background: url(../../img/assets/ArrowDownHover.svg) no-repeat;
    }

.b2 .button.greenArrow {
    width: 95px;
    text-align: center;
}

    .b2 .button.greenArrow::before {
        background: none;
    }

    .b2 .button.greenArrow:hover::before {
        background: none;
    }

.b1 {
    width: 100%;
    height: 59rem;
}

    .b1 ._s {
        padding: 287px 0px;
    }

    .b1 .bannerElements {
        width: 756px;
        height: 247px;
        position: absolute;
        left: 100px;
    }

    .b1 .tituloWhite .grande {
        font-size: 64px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 64px !important;
    }

        .b1 .tituloWhite .grande .green {
            font-size: 112px;
            font-style: normal;
            font-weight: 400;
            line-height: 96px; /* 85.714% */
        }

    .b1 p {
        width: 530px;
        margin-bottom: 25px;
    }

.zona4 {
    background: var(--Buchanans_G_01, #015128);
}

.title_big_white {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -2.16px;
}

.title_small_white {
    color: #FFF;
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

.block_display {
    display: block;
}

.previous-events {
    display: flex;
    gap: 56px;
    width: 1096px;
    height: 423px;
    padding: 120px 135px 64px 135px;
}

.previous-events-text {
    width: 413px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.previous-events-img img {
    width: 627px;
    height: 423px;
    aspect-ratio: 209/141;
    object-fit: cover;
}

.previous-events-text p {
    height: auto;
    margin-bottom: 24px;
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}

.previous-events-text h2 {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: space-around;
}

.previos-events-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 30, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    width: 1089px;
    height: 556px;
    display: inline-flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    background: var(--Neutral-Border, #E5E7EB);
    position: fixed;
    align-items: flex-start;
    justify-content: space-evenly;
}

.splide__list li {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.splide__slide_img {
    width: 921px;
    height: 416px;
    aspect-ratio: 921/416;
    border-radius: 30px;
}

.close-modal {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

/* Botones de flechas personalizados */
.splide__arrow {
    background: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #006400;
}

    .splide__arrow svg {
        fill: #006400;
    }

.my-slider-progress {
    background: #A1C877;
    width: 100%;
    margin-top: 16px;
    height: 2px;
}

.my-slider-progress-bar {
    background: #015128;
    height: 4px;
    transition: width 400ms ease;
    width: 0;
}

.splide__arrow--prev {
    margin-left: 25px;
}

.splide__arrow--next {
    margin-right: 25px;
}
.splide__slide_video{
    width:100%;
    height:100%;
}

@media only screen and (max-width: 1000px) {
    .modal-content {
        width: 500px;
        height: auto;
    }

    .splide__slide_img {
        width: 90%;
        height: 90%;
    }
    .splide__slide_video {
        width: 90%;
        height: 90%;
    }

    .splide__arrow--prev {
        margin-left: 6px;
    }

    .splide__arrow--next {
        margin-right: 6px;
    }

    .previous-events {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .row-reverse {
        flex-direction: column-reverse
    }

    .previous-events-text {
        width: 100%;
    }

        .previous-events-text h2 {
            margin-left: 17px;
        }

        .previous-events-text p {
            margin-left: 17px;
        }

    .interaction {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .button.green {
        width: 90%;
    }

    .previous-events-img img {
        width: 100%;
    }
    .my-slider-progress {
        margin-top: 50px;
    }
}
