﻿.cover-slider-personas-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    position:relative;
    /*height:494px;*/
    height:534px;
}

.sliderSwiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    z-index: 1102;
}

.sliderSwiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    z-index: 1102;
}

.sliderSwiper .swiper-slide-next {
    margin-right: 0;
}

.sliderSwiper .swiper-slide {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-slider {
    position: absolute;
    left: 100% !important;
    transform: translate(-50%, -100%);
}

.swiper-pagination-bullet {
    background-color: #D9D9D9B2 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--texto-terciario) !important;
}

.swiper-pagination-bullet {
    height: 18px !important;
    width: 18px !important;
}

.ctn-txt-slider {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 50.5px;
    position: absolute;
    left: 0;
    top: 0;
}

    .ctn-txt-slider a {
        cursor: pointer;
        display: flex;
        padding: 14px 32px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 36px;
        border: 1.5px solid var(--primario-primario);
        background: var(--color-blanco);
        color: #424242;
        font-family: var(--lexend);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        transition:transform 0.3s ease-in-out;
    }

        .ctn-txt-slider a:hover {
            transform:scale(1.05);
        }

        .ctn-txt-slider a:nth-of-type(2) {
            display: flex;
            padding: 14px 24px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            align-self: stretch;
            border-radius: 36px;
            border: 1.5px solid var(--color-blanco);
            color: var(--color-blanco);
            font-family: var(--lexend);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            background: transparent;
        }


    .sub-ctn-txt-slider {
        display: flex;
        width: 491.537px;
        height: auto;
        padding: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        flex-shrink: 0;
        background: var(--primario-primario);
        box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .sub-ctn-txt-slider .title-txt {
        margin: 0;
        color: var(--color-blanco);
        font-family: var(--lexend);
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }

    .sub-ctn-txt-slider .subTitle-txt {
        margin: 0;
        color: var(--color-blanco);
        font-family: var(--lexend);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }

/*@media screen and (max-width:1232px) {


}*/
    @media screen and (max-width:850px) {
        .ctn-txt-slider {
            /*justify-content: center;
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        transform: translate(0%, 50%);*/
            padding: 0;
            position: unset;
        }

        .sub-ctn-txt-slider {
            width: 100%;
        }

        .cover-slider-personas-v2 {
            height: auto;
        }

        .background {
            height: 432px !important;
            /*height: 238px !important;*/
        }

        .swiper-pagination-slider {
            /*        left: 50% !important;
        top: 50% !important;
        transform: translate(-6%, -6%);*/
            left: 0% !important;
            top: 0% !important;
            transform: translate(50%, 50%);
        }

            .cover-slider-personas-v2 .swiper-wrapper {
                height: 100%;
            }

        .swiper-pagination-slider {
            transform: translate(50%, 44%);
        }



        .sub-ctn-txt-slider {
            width: 100%;
            height: 100%;
            padding: 30px;
            min-height: 344px;
        }

            .sub-ctn-txt-slider .title-txt {
                font-size: 24px;
                line-height: 32px;
            }

            .sub-ctn-txt-slider .subTitle-txt {
                font-size: 14px;
            }


        .background {
            height: 300px !important;
        }

    }

@media screen and (max-width:758px) {

    .swiper-pagination-slider {
        transform: translate(50%, 42%);
    }
}

@media screen and (max-width:528px) {

    .swiper-pagination-slider {
        transform: translate(44%, 44%);
    } 

}

    @media screen and (max-width:432px) {
        .background {
            /*height: 240px !important;*/
            /*height: calc(200px + 10vw) !important;*/
            height:clamp(212px, 62vw, 264px) !important;
        }

        .swiper-pagination-slider {
            transform: translate(42%, 42%);
        }
    }


    @media screen and (max-width:396px) {

        .swiper-pagination-slider {
            transform: translate(42%, 37%);
        }
    }

@media screen and (max-width:360px) {

    .swiper-pagination-slider {
        transform: translate(40%, 36%);
    }
}
@media screen and (max-width:356px) {

    .swiper-pagination-slider {
        transform: translate(40%, 33%);
    }
}
@media screen and (max-width:320px) {

    .swiper-pagination-slider {
        transform: translate(40%, 30%);
    }

}