﻿.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_faq {
    color: #165489;
    font-size: 48px;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    width: 100%;
    line-height: 120%;
    margin: 0px;
}

.fuentes_faq {
    background-color: #FF931E;
    background-image: url(../img/fontis.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    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_faq {
    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;
}

.ref_faq:hover {
    text-decoration: underline;
}

.texto_faq {
    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_faq > p {
    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;
}



.primera_ola {
    padding: 60px 30px;
}


@media screen and (max-width: 1000px) {

    .img_cabecera {
        background-position: top left;
        background-size: cover;
    }


}

@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_faq {
        font-size: 24px;
    }

    .texto_campagna {
        font-size: 18px;
    }

    .texto_campagna > p {
        font-size: 18px;
    }

    .primera_ola {
        padding: 40px 30px 10px 30px;
    }
}
