/*.full-banner_anda .swiper-slide {
    max-height: 930px;
    height: 930px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.full-banner_anda {
    background: var(--secondary-color);
}

.full-banner_anda__item {
    position: relative;
    display: flex;
    justify-content: center;
    max-height: 550px;
    height: 100vh;
    box-sizing: border-box;
}

.full-banner_anda__content {
    flex: 40%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--secondary-color);
    box-sizing: border-box;
}

.full-banner_anda__content .container-lg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.full-banner_anda__content .container-lg .full-banner_anda__content--text {
    max-width: 35%;
}

.full-banner_anda__content--text p {
    color: #fff;
}

.full-banner_anda__image,
.full-banner_anda__video {
    flex: 60%;
    width: 60%;
    display: flex;
}

.full-banner_anda__image picture {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 24px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-banner_anda__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-banner_anda__title {
    color: #fff;
    font-size: 3.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.full-banner_anda video {
    height: 100vh;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.full-banner_anda .swiper-button-prev,
.full-banner_anda .swiper-button-next {
    border: 1px solid;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    color: hsl(0deg 0% 89.02% / 67.84%) !important;
}

.full-banner_anda .swiper-button-prev:after,
.full-banner_anda .swiper-button-next:after {
    font-size: 16px !important;
}

.full-banner_anda .swiper-button-prev {
    left: 1rem !important;
}

.full-banner_anda .swiper-button-next {
    right: 0 !important;
    left: calc(40% - 2.6rem) !important;
}

.full-banner_anda .swiper-pagination {
    width: max-content !important;
    left: calc(15% + 37px) !important;
}

.full-banner_anda .swiper-pagination-bullet {
    opacity: 0.5 !important;
    background: #FFFFFF !important;
}

.full-banner_anda .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.full-banner_anda.revista .full-banner_anda__item {
    max-height: initial;
    height: auto;
}

.full-banner_anda.revista .full-banner_anda__image {
    height: auto;
}

.full-banner_anda.revista .banner-magazine {
    width: 100%;
}

.full-banner_anda.revista .full-banner_anda__content {
    flex: 50%;
    width: 50%;
}

.full-banner_anda.revista .full-banner_anda__content .container-lg .full-banner_anda__content--text {
    max-width: calc(50% - 4rem);
}

.full-banner_anda.revista .full-banner_anda__image {
    flex: 50%;
    width: 50%;
    background-color: #fff;
}

.full-banner_anda.revista .full-banner_anda__image h2,
.full-banner_anda.revista .full-banner_anda__image p {
    color: #000;
}

@media (max-width: 1400px) {
    .full-banner_anda.revista .full-banner_anda__content .full-banner_anda__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .full-banner_anda__content .container-lg {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .full-banner_anda.revista .full-banner_anda__content .container-lg .full-banner_anda__content--text {
        max-width: calc(50% - 1rem);
    }

    .full-banner_anda__title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .full-banner_anda__item {
        flex-direction: column-reverse;
        min-height: 60vh;
        max-height: min-content;
        height: 100%;
    }

    .full-banner_anda__content,
    .full-banner_anda.revista .full-banner_anda__content {
        position: relative;
        flex: 1;
        width: 100%;
        padding: 3rem;
    }

    .full-banner_anda__content:before {
        width: 0;
        height: 0;
        display: block;
        content: "";
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 22px solid var(--secondary-color);
        position: absolute;
        top: -20px;
        left: 1.875rem;
    }

    .full-banner_anda__content .container-lg {
        position: relative;
        padding: 0;
    }

    .full-banner_anda__content .container-lg .full-banner_anda__content--text,
    .full-banner_anda.revista .full-banner_anda__content .container-lg .full-banner_anda__content--text {
        max-width: 100%;
    }

    .full-banner_anda__image,
    .full-banner_anda__video,
    .full-banner_anda.revista .full-banner_anda__image,
    .full-banner_anda.revista .full-banner_anda__video {
        flex: initial;
        width: 100%;
        height: 220px;
    }

    .full-banner_anda.revista .full-banner_anda__image {
        height: auto;
    }

    .full-banner_anda .swiper-button-next {
        right: 1rem !important;
        left: auto !important;
    }

    .full-banner_anda .swiper-button-next,
    .full-banner_anda .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
        top: calc(50% + 1.8rem) !important;
    }

    .full-banner_anda .swiper-pagination {
        left: 2.8rem !important;
    }

    .full-banner_anda.revista .full-banner_anda__image {
        background-color: var(--bs-body-bg);
    }
}

@media (max-width: 425px) {
    .full-banner_anda__content {
        padding: 2rem;
    }

    .full-banner_anda .swiper-button-next,
    .full-banner_anda .swiper-button-prev {
        top: 38% !important;
    }

    .full-banner_anda__title {
        font-size: 2.2rem !important;
    }
}