/* 
Archivo: estilos-carruseles.css
Descripción: Estilos personalizados para "Carruseles".
Autor: Nexbu
Fecha: 01 Agostro 2025
*/
/*** Div Botones - Carrusel ***/
/* Div Botones */
.carrusel-tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 36px;
}
.tab-button.activo, .tab-button:hover {
    border-color: #c9e3ee!important;
    background-color: var(--e-global-color-primary)!important;
    box-shadow: 0 4px 40.5px -16px #FFF5EE inset, 0 0 12px 0 #FFF inset!important;
    color: #fff!important;
    font-variation-settings: 'wght' 800;
    opacity: 1;
}
.tab-button {
    background-color: transparent;
    border-color: var(--e-global-color-56880f4)!important;
    color: var(--e-global-color-56880f4)!important;
    cursor: pointer;
    font-variation-settings: 'wght' 500;
    opacity: 0.5;
    transition: .4s;
}
.btn-01 {
    min-width: 130px!important;
}
.btn-02 {
    min-width: 270px!important;
}
.btn-03 {
    min-width: 225px!important;
}
/* Flechas */
.carruseles-wrapper .splide button {
    background-color: transparent!important;
    border-width: 0!important;
    padding: 0;
}
.carruseles-wrapper .splide__arrow--prev {
    left: 20%;
}
.carruseles-wrapper .splide__arrow--next {
    right: 20%;
}
/* Carrusel */
.carrusel {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.carrusel.activo {
    display: block;
    opacity: 1;
    pointer-events: auto;
    position: relative;
}
.carruseles-wrapper .splide__track--loop {
    padding: 30px 0 60px;
}
.slide-box {
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    box-shadow: 3.902px 7.803px 7.803px 0 rgba(233, 233, 233, 0.25) inset, -4.682px -6.243px 7.803px 0 rgba(248, 248, 248, 0.25) inset;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease, opacity 0.4s ease, filter 0.4s ease;
    will-change: transform, opacity, filter, box-shadow;
    width: 100%;
}
.carruseles-wrapper .splide__slide .slide-box, .carruseles-wrapper .splide__slide.is-prev .slide-box, .carruseles-wrapper .splide__slide.is-next .slide-box, .carruseles-wrapper .splide__slide--clone .slide-box {
    filter: blur(8px);
    transform: scale(0.8);
    opacity: 0.5;
}
.carruseles-wrapper .splide__slide.is-active.is-visible .slide-box {
    box-shadow: 12px 12px 39px 0 rgba(158, 158, 158, 0.22), 5px 10px 10px 0 rgba(233, 233, 233, 0.25) inset, -6px -8px 10px 0 rgba(248, 248, 248, 0.25) inset;
    filter: blur(0)!important;
    opacity: 1!important;
    transform: scale(1.05)!important;
    z-index: 2;
}
/* Carrusel contenido */
.slide-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 0;
}
.slide-content {
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: end;
    padding: 40px;
    position: relative;
    z-index: 1;
}
.carruseles-wrapper span.tag {
    color: var(--e-global-color-accent);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
.carruseles-wrapper h3 {
    color: var(--e-global-color-text);
    font-family: "Figtree", sans-serif!important;
    font-size: var( --e-global-typography-08883a7-font-size );
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var( --e-global-typography-08883a7-line-height );
    margin: 5px 0 10px;
}
.carruseles-wrapper p {
    color: var(--e-global-color-text);
    font-family: "Manrope", sans-serif;
    font-size: var(--e-global-typography-cfd8cfe-font-size);
    font-weight: 700;
    max-width: 555px;
}
.carruseles-wrapper a {
    border: 2px solid var( --e-global-color-secondary );
    border-radius: 50px;
    display: flex;
    color: var( --e-global-color-secondary );
    font-family: "Manrope", sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    margin-top: 20px;
    padding: 13px;
    transition: .4s;
    text-align: center;
    width: 100%;
}
.carruseles-wrapper a:hover {
    background-color: var( --e-global-color-secondary )!important;
    color: #fff;
    transition: .4s;
}
.carruseles-wrapper a img {
    transition: .4s;
    width: 16px!important;
}
.carruseles-wrapper a:hover img {
    filter: brightness(0) invert(1);
    transition: .4s;
}
/*** Fin: Div Botones - Carrusel ***/


/*** Carrusel Persona ***/
.carrusel-personas {
    margin-left: -12%;
}
.slide-loop {
    position: relative;
}
.persona-slide {
    border-radius: 20px;
    cursor: pointer;
    filter: grayscale(0.8);
    min-height: 750px;
    opacity: 0.5;
    overflow: visible;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.persona-slide:hover {
    filter: grayscale(0);
    opacity: 1;
    z-index: 2;
}
.info-hover {
    background: #fff;
    box-shadow: 9.571px 9.571px 31.107px 0 #EBEBEB;
    border-radius: 40px;
    bottom: 0;
    left: 53%;
    padding: 30px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translate(-53%, 10%) rotate(-4deg);
    width: 99%;
    z-index: 3;
}
.swiper-slide:hover .info-hover {
    opacity: 1;
    transform: translate(-50%, -18%) rotate(-6deg);
}
.slide-contenido {
    color: var( --e-global-color-text );
    font-family: "Manrope", sans-serif;
}
.info-hover img.icono {
    position: absolute;
    right: 30px;
}
.info-hover span {
    font-family: "Figtree", sans-serif!important;
    font-size: var( --e-global-typography-248b80b-font-size );
    font-weight: 700;
}
h3.nombre {
    font-family: "Figtree", sans-serif!important;
    font-size: var( --e-global-typography-9eeac56-font-size );
    margin: -5px 0 10px;
}
p.cargo {
    font-weight: 700;
}
p.texto {
    font-size: var(--e-global-typography-1f5f22c-font-size);
    font-weight: 600;
}
.slide-loop img {
    border-radius: 40px;
    border: 2px solid transparent;
    width: 100%;
}
.swiper-slide:hover img {
    border-color: #fff;
}
.slide-cargo {
    color: var( --e-global-color-56880f4 )!important;
    position: absolute;
    bottom: 0;
    padding: 0 15px 30px;
    width: 100%;
}
.slide-cargo h3 {
    font-weight: 700;
    margin-bottom: 0;
}
.slide-cargo p {
    margin-bottom: 0;
}
p.colegio {
    color: var( --e-global-color-secondary );
    font-size: var( --e-global-typography-d9992b2-font-size );
    font-weight: 700;
}
/* Degrades */
.info-hover::after {
    background: radial-gradient(circle at bottom left, #7ECAE7 0%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.0) 100%) no-repeat, radial-gradient(circle at top right, #F6805E 0%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.0) 100%) no-repeat;
    background-size: 250px 200px, 250px 200px;
    background-position: bottom left, top right;
    border-radius: inherit;
    box-sizing: border-box;
    content: "";
    inset: 0;
    mask-composite: exclude;
    pointer-events: none;
    padding: 3px;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: 1;
}
/*** Fin: Carrusel Persona ***/


/*** Carrusel Imagen - Aytoplay ***/
.carousel-autoplay {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 92px;
    margin-top: 30px;
}
.carousel-autoplay .swiper-container {
    width: 50%;
    height: auto;
}
.carousel-autoplay img {
    border-radius: 60px;
    box-shadow: 5px 10px 10px 0 rgba(233, 233, 233, 0.25) inset, -6px -8px 10px 0 rgba(248, 248, 248, 0.25) inset;
}
.title-list {
    display: flex;
    font-family: "Manrope", sans-serif;
    flex-direction: column;
    gap: 52px;
    width: 50%;
}
.title-list a {
    cursor: pointer;
    color: var( --e-global-color-56880f4 )!important;
    display: flex;
    font-weight: bold;
    font-size: var( --e-global-typography-05b13c7-font-size )!important;
    flex-direction: column;
    font-weight: 800;
    position: relative;
    padding-left: 0;
    transition: .4s; 
    text-decoration: none;
}
.title-list a.active, .title-list a:hover {
    color: var( --e-global-color-secondary )!important;
    padding-left: 50px;
    transition: .4s; 
}
.title-list a span {
    font-size: var( --e-global-typography-aa9a205-font-size )!important;
    font-weight: 500;
}
.title-list a:before {
    content: url(/wp-content/uploads/2025/07/ir.svg);
    left: 0;
    position: absolute;
    opacity: 0;
    transition: .4s; 
    top: 10px;
}
.title-list a.active:before, .title-list a:hover:before {
    transition: .4s;
    opacity: 1;
}
/*** Fin: Carrusel Imagen - Aytoplay ***/


/*** Carrusel Reseña ***/
.box-absolute {
    left: 90px;
    position: absolute;
    top: 90px;
}
.carrusel-resenas {
    font-family: "Manrope", sans-serif!important;
    position: relative;
    overflow: visible;
}
.slide-content-resena {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
}
/* Columna left */
.slide-left {
    flex: 1;
    max-width: 50%;
}
.slide-left-content {
    max-width: 480px;
}
.slide-left .estrellas {
    height: auto;
    max-width: 116px!important;
}
.texto-resena {
    font-size: var(--e-global-typography-text-font-size);
    margin: 24px 0;
}
.persona {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.img-persona {
    border-radius: 50%!important;
    height: 48px!important;
    margin-right: 16px;
    object-fit: cover;
    width: 48px!important;
}
.info-persona {
    color: var( --e-global-color-accent );
}
.info-persona strong {
    display: block;
    font-weight: 600!important;
}
.info-persona p {
    font-size: 0.875rem;
    margin-bottom: 0;
}
/* Columa right*/
.slide-right {
    flex: 1;
    max-width: 50%;
    position: relative;
    text-align: center;
}
.video-container {
    border-radius: 40px;
    padding-top: 682px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.video-wrapper {
    cursor: pointer;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-wrapper img.video-thumb {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.video-wrapper .icon-play {
    left: 50%;
    height: 70px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 70px;
    z-index: 10;
}
/* Páginación */
.navegacion-resena {
    align-items: center;
    display: flex;
    height: 48px;
    margin-top: 25px;
}
.carrusel-resenas .swiper-pagination {
    position: relative!important;
    text-align: left;
    top: 0;
}
.carrusel-resenas .swiper-pagination-bullet-active {
    background: var(--e-global-color-text)!important;
}
.carrusel-resenas span {
    height: 10px;
    margin-right: 10px!important;
    width: 10px;
}
/* Flecha */
.resena-flecha {
    display: flex;
    height: 48px;
    gap: 10px;
    padding-bottom: 10px;
}
.resena-flecha .swiper-button-prev, .resena-flecha .swiper-button-next {
    border: 1px solid transparent;
    border-radius: 50%;
    left: 0!important;
    height: 48px;
    position: relative;
    right: 0!important;
    transition: .4s;
    opacity: 0.6;
    width: 48px;
}
.resena-flecha .swiper-button-disabled {
    border-color: var(--e-global-color-text);
    transition: .4s;
    opacity: 1;
}
.resena-flecha .swiper-button-disabled:hover {
    border: 1px solid var(--e-global-color-text)!important;
    transition: .4s;
    opacity: 1;
}
.carrusel-resenas .swiper-button-next:after, .carrusel-resenas .swiper-button-prev:after {
    display: none;
}
/*** Fin: Carrusel Reseña ***/

/*** Responsive ***/
/* Portatil */
@media only screen and (max-width: 1400px) {
    /* Div Botones - Carrusel */
    .carruseles-wrapper .splide__arrow--prev {
        left: 14%;
    }
    .carruseles-wrapper .splide__arrow--next {
        right: 14%;
    }
    .btn-01 {
        min-width: 115px!important;
    }
    .btn-02 {
        min-width: 240px!important;
    }
    .btn-03 {
        min-width: 210px!important;
    }
    /* Carrusel Persona */
    .persona-slide {
        min-height: 680px;
    }
    /* Carrusel Imagen - Aytoplay */
    .title-list {
        gap: 35px;
    }
    /* Carrusel Reseña */
    .video-container {
        padding-top: 620px;
    }
    .box-absolute {
        left: 50px;
        top: 50px;
    }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
    /* Div Botones - Carrusel */
    .carruseles-wrapper .splide__arrow--prev {
        left: 6%;
    }
    .carruseles-wrapper .splide__arrow--next {
        right: 6%;
    }
    .slide-content {
        height: 450px;
        padding: 30px;
    }
    .btn-01 {
        min-width: 95px!important;
    }
    .btn-02 {
        min-width: 200px!important;
    }
    .btn-03 {
        min-width: 160px!important;
    }
    .carruseles-wrapper a {
        padding: 10px;
    }
    /* Carrusel Persona */
    .persona-slide {
        min-height: 620px;
    }
    .info-hover {
        padding: 25px;
    }
    /* Carrusel Imagen - Aytoplay */
    .carousel-autoplay .swiper-container {
        width: 60%;
    }
    .carousel-autoplay {
        gap: 40px;
    }
    .title-list a:before {
        top: 5px;
        width: 28px!important;
    }
    /* Carrusel Reseña */
    .video-container {
        padding-top: 500px;
    }
}
/* Mobile */
@media only screen and (max-width: 667px) {
    /* Div Botones - Carrusel */
    .carrusel-tabs {
        flex-flow: wrap;
        gap: 8px;
        margin: 20px auto 10px;
        max-width: 88%;
    }
    .carruseles-wrapper .splide__slide.is-prev .slide-box, .carruseles-wrapper .splide__slide.is-next .slide-box, .carruseles-wrapper .splide__slide--clone .slide-box {
        transform: scale(1);
    }
    .carruseles-wrapper .splide__arrow--prev {
        left: 4%;
    }
    .carruseles-wrapper .splide__arrow--next {
        right: 4%;
    }
    .carruseles-wrapper p {
        max-width: 98%;
    }
    .carruseles-wrapper a span {
        display: none;
    }
    .carruseles-wrapper a {
        margin-top: 5px;
    }
    /* Carrusel Persona */
    .carrusel-personas {
        margin-left: -45%;
    }
    .persona-slide {
        min-height: 590px;
    }
    .slide-loop img, .info-hover, .info-hover::after {
        border-radius: 30px!important;
    }
    .persona-slide.swiper-slide-next .info-hover {
        opacity: 1;
        transform: translate(-50%, -18%) rotate(-6deg);
    }
    .persona-slide.swiper-slide-next {
        filter: grayscale(0);
        opacity: 1;
    }
    /* Carrusel Imagen - Aytoplay */
    .carousel-autoplay .swiper-container {
        width: 100%;
    }
    .carousel-autoplay {
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }
    .carousel-autoplay img {
        border-radius: 30px!important;
    }
    .title-list {
        width: 100%;
    }
    a.title-link {
        margin: auto;
        padding: 0!important;
        text-align: center;
    }
    .title-list a, .title-list a:before {
        display: none;
        opacity: 0;
    }
    .title-list a.active {
        display: flex;
        opacity: 1;
    }
    .slide-background {
        background-position: 40% -50px;
    }
    /* Carrusel Reseña */
    .box-absolute {
        left: 0;
        position: relative;
        top: 0;
    }
    .slide-content-resena {
        align-items: normal;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .slide-left, .slide-right {
        max-width: 100%;
    }
    .video-container {
        border-radius: 30px;
        padding-top: 230px;
    }
    .texto-resena {
        margin: 10px 0;
    }
    .navegacion-resena {
        margin-top: 10px;
    }
    .resena-flecha {
        display: none;
    }
    .carrusel-resenas .swiper-pagination {
        text-align: center;
    }
}
/*** Fin: Responsive ***/