#ul_tabs {
    padding-left: 0 !important;
    margin: 0 2em;
    border-bottom: 1px solid #7d7d7d;
}

#idTabAvFaq .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
    color: #7d7d7d;
}

#idTabAvFaq .tab button.active {
    color: #00a19b;
}

#idTabAvFaq .tabcontent {
    display: none;
    padding: 18px 12px;
}

.tabcontent p {
    padding-bottom: 8px;
}

.collapse {
    padding-bottom: 8px;
}

.titulo-pregunta {
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 369px) {

    .row #ul_tabs li button {
        padding-bottom: 10px;
        padding-top: 10px;
    }

}

.titulo-pregunta:hover, .titulo-pregunta:focus {
    color: #00a19b;
}

.marcado {
    color: #00a19b;
}

.icono-preg {
    transform: rotate(-90deg);
    margin-right: 5px;
}

.rotated {
    transform: rotate(0deg);
}

.texto-respuesta {
    margin-left: 25px;
    overflow-wrap: break-word;
}

.titulo{
    text-align: center;
    margin-top: 20px;
}

.titulo h4{
    color: #808080;
    font-weight: 500;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
}