.caf_ponentes_ul {
    font-family: "Raleway", sans-serif;
}

.caf_ficha_panelista {
    flex-direction: row;
    display: flex;
}

.caf_ficha_panelista picture {
    margin-right: 20px;
}

.caf_ficha_panelista img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.caf_panelista_txt h5 {
    /*font-size: 0.9rem;*/
    font-size: 1rem;
}

.caf_panelista_txt p {
    /*font-size: 0.8rem;*/
    font-size: 1rem;
}



/* PANELISTAS MODAL */

body,
.modal {
    padding-right: 0 !important
}

/*.modal li a {
    color: #fff;
}*/

.modal-subtitle {
    font-size: 18px;
    font-weight: 100;
}

.caf-modal-redes-wrap h6 {
    font-size: 14px;
    line-height: 0;
    color: #fff;
}

.caf-modal-redes-wrap li a {
    font-size: 22px !important;
}

.caf_ficha_panelista:hover {
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .caf-modal-wrap-1 {
        width: 100%;
        height: 90px;
    }

    .caf-modal-foto img {
        width: 125px;
        height: 125px;
        object-fit: cover;
    }

    .caf-modal-redes-wrap {
        position: absolute;
        bottom: 0;
        right: 10%;
    }

    .caf-modal-wrap-2 {
        padding: 60px 30px 30px 30px;
    }
}

@media (min-width: 768px) {
    .caf-modal-wrap-1 {
        width: 130px;
        height: 100%;
    }

    .caf-modal-foto img {
        width: 125px;
        height: 125px;
        object-fit: cover;
    }

    .caf-modal-redes-wrap {
        position: absolute;
        bottom: 0;
    }

}