.productsContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

b{
    font-weight: bold;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>Jero<<<<<<<<<<<<<<<<<<<<<<<<*/

#contPregFrecuentes {
    width: 60%;
    margin-left: 20%;
}

#imgPortadaPreg {
    height: 25vw;
    background-image: url('/files/preguntasFrecuentes/imgPortada.png');
    background-size: 100%, auto;
    background-repeat: no-repeat;
}

.contPregunta {
    font-size: px;
    font-weight: 600;
    line-height: 28.75px;
}

.contPreg {
    border-top: 0.5px solid #016ED3;
    color: #016ED3;
}

#ultimaPregunta {
    border-bottom: 0.5px solid #016ED3;
    margin-bottom: 10px;
}

.contTxt {
    width: 100%;
    display: block;
    /* margin: 0 auto; */
}

.titPregunta {
    width: 100%;
    font-size: 22px;
}

.cruzPregunta {
    background-image: url(/files/preguntasFrecuentes/mas.svg);
    width: 50%;
    background-repeat: no-repeat;
    display: block;
    background-size: 6%;
    background-position-x: right;
}

.menosPregunta {
    background-image: url(/files/preguntasFrecuentes/menos.svg);
    width: 50%;
    background-repeat: no-repeat;
    display: block;
    background-size: 6%;
    background-position-x: right;
}

.txtRespuesta {
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8D;
    width: 95%;
    line-height: 20px;
    margin-left: 2.5%;
}

.txtRespuestaHide {
    display: none;
}

mark {
    font-weight: bold;
    background-color: transparent;
    color: inherit;
}

@media screen and (max-width: 768px) {
    #imgPortadaPreg {
        height: 55vw;
        background-image: url('/files/preguntasFrecuentes/imgPortadaMobile.png');
        background-size: 100%, auto;
        background-repeat: no-repeat;
    }
    .titPregunta {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        width: 760%;
    }
    .cruzPregunta {
        background-image: url(/files/preguntasFrecuentes/mas.svg);
        width: 158%;
        background-repeat: no-repeat;
        display: block;
        background-size: 28%;
        background-position-x: right;
    }
    .menosPregunta {
        background-image: url(/files/preguntasFrecuentes/menos.svg);
        width: 158%;
        background-repeat: no-repeat;
        display: block;
        background-size: 28%;
        background-position-x: right;
    }
    #contPregFrecuentes {
        width: 75%;
        margin-left: 12.5%;
    }
    .txtRespuesta {
        font-size: 16px;
        font-weight: 400;
        color: #8C8C8D;
        width: 95%;
        line-height: 16px;
        font-size: 14px;
        margin-left: 2.5%;
    }
}