﻿.accordion-container {
    margin-bottom: 50px;
    background-color: #EAF6FE;
    border-radius: 20px;
}

.accordion-container:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
}

.active {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

.accordion-content {
    display: none;
}



.img_cabecera {
    width: 100%;
    background-image: url(../img/IMMAGINE_HOME_TSLC.jpg);
    background-position: center center;
    background-size: 100%;
}

.img_cabecera_mobile {
    display: none;
    width: 100%;
    background-image: url(../img/IMMAGINE_HOME_TSLC.jpg);
    background-position: center center;
    background-size: 100%;
}

.tit_video_cartoons {
    color: #165489;
    font-size: 48px;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    width: 100%;
    line-height: 120%;
    margin: 0px;
}

.fuentes_video_cartoons {
    background-color: #165489;
    border-radius: 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    width: 100%;
    padding: 20px;
}

.tit_fuentes {
    color: white;
    font-size: 32px;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
}

.ref_video_cartoons {
    display: inline-block;
    max-width: 100%;
    /* Opcional: limita el ancho máximo del enlace */
    word-wrap: break-word;
    /* Para navegadores antiguos */
    overflow-wrap: break-word;
    /* Para navegadores modernos */
    white-space: normal;
    text-decoration: underline;
}

.ref_video_cartoons:hover {
    text-decoration: underline;
}

.texto_video_cartoons {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
    margin: 10px 0px;
}

.texto_video_cartoons_col {
    font-family: "Kanit", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    color: #4A4A4A;
    margin: 15px;
    margin: 10px 0px;
}




.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: block;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 400px;
}

.swiper-slide:nth-child(2n) {
    width: 400px;
}

.swiper-slide:nth-child(3n) {
    width: 400px;
}

.swiper-slide:nth-child(4n) {
    width: 400px;
}

.swiper-slide:nth-child(5n) {
    width: 400px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}


.swiper-pagination-bullet-active {
    width: 40px;
    height: 14px;
    border-radius: 11px;
    background-color: #165489;
}

.swiper-pagination {
    bottom: -5px !important;
    /*text-align: left;*/
}


.orden {
    align-items: center;
}

#swwwiper {
    margin-top: 10px;
    padding-bottom: 50px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: auto;
}

.flecha_izq {
    position: absolute;
    left: 2%;
    bottom: -10px;
    cursor: pointer;
    z-index: 9999999999;
    width: 50px;
}

.flecha_drch {
    position: absolute;
    right: 2%;
    bottom: -10px;
    cursor: pointer;
    z-index: 9999999999;
    width: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #165489;
}

.parar {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
}




.title_item_appr {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}


.desc_item_appr {
    font-size: 18px;
    margin-bottom: 15px;
}

.primera_ola {
    padding: 60px 30px;
}

@media screen and (max-width: 1400px) {
    #swwwiper {
        margin-top: 0px;
    }

    .swiper-pagination {
        text-align: center;
    }
}




@media screen and (max-width: 1000px) {

    .img_cabecera {
        background-position: top left;
        background-size: cover;
    }


}

@media screen and (max-width: 991px) {
    .texto_video_cartoons_col {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {
    .img_cabecera {
        display: none;
    }

    .img_cabecera_mobile {
        display: block;
        background-position: top left;
        background-size: 160%;
        height: 195px;
    }

    .tit_video_cartoons {
        font-size: 24px;
    }


    .texto_video_cartoons {
        font-size: 18px;
    }

    .texto_video_cartoons_col {
        font-size: 18px;
    }

    .swiper-slide {
        display: flex;
    }

    .swiper-slide {
        width: 100%;
    }

    .swiper-slide:nth-child(2n) {
        width: 100%;
    }

    .swiper-slide:nth-child(3n) {
        width: 100%;
    }

    .swiper-slide:nth-child(4n) {
        width: 100%;
    }

    .swiper-slide:nth-child(5n) {
        width: 100%;
    }

    #swwwiper {
        margin-top: 0px;
    }

    .swiper-pagination {
        text-align: center;
    }

    .flecha_izq {
        left: 10%;
    }

    .flecha_drch {
        right: 10%;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        width: 100%;
    }

    .primera_ola {
        padding: 40px 30px 10px 30px;
    }

}
