
/* ######################################################## */
/* ############ SECCION DE PREGUNTAS FRECUENTES ########### */
/* ######################################################## */

.container-preguntas-frecuentes {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 20px 0px 0px 0px;
    border: 1.5px;
    border-radius: 7px;
    background-color: var(--background4);
    /* background-image: url("/static/btqst02_02shc_images/ivy-1.jpg"); */
    /* background-image: url("/static/btqst02_02shc_images/ivy-3-green-s.png"); */
    background-image: url("/static/btqst02_02shc_images/ivy-3-green-s-light.png");
    /* background-repeat: repeat; */
}

    .titulo-preguntas-frecuentes {
        padding: 30px 100px 15px 100px;
        padding: 1.95vw 6.51vw 15px 6.51vw;
    }

        .titulo-preguntas-frecuentes p {
            font-family: var(--font-card-title);
            font-size: 20px;
            color: var(--text-card-title1);
            font-weight: bold;
        }

    .contenido-preguntas-frecuentes {
        padding: 0px 150px 30px 150px;
        padding: 0px 6.51vw 30px 6.51vw;
    }
        .contenido-preguntas-frecuentes p {
            /* font-family: "Jost", sans-serif;
            font-optical-sizing: auto;
            font-weight: 200;
            font-style: normal;
            font-size: 20px; */
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
        }

        .contenido-politica-privacidad p {
            font-family: var(--font-card-descr);
            font-size: 16px;
            color: var(--text-card-descr1);
            /* font-weight: bold; */
            font-style: italic;
            text-indent: 30px;
        }

        
.question,
.answer {
    display: flex;
    flex-direction: row;
    /* vertical-align: bottom; */
    align-items: baseline;
}

.question {
    padding-top: 20px;
}

    .question-symbol {
        font-size:25px; 
        color: #c60707;
    }

    .question-content p {
        /* font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-weight: bold;
        font-size: 20px; */
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
        font-size: 16px;
    }

    .answer-symbol {
        font-size:25px; 
        color: #047851;
    }

    .answer-content p {
        /* font-family: "Jost", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 20px; */
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
    }