section.ponentes {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    background-color: #3C3C3B;
    padding: 135px 43px 43px 43px;
}

section.ponentes .seccion-ponentes {
    display: flex;
    padding-bottom: 47px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

section.ponentes .titulo img {
    height: 100%;
    background-color: #3C3C3B;
    position: relative;
    z-index: 5;
    padding-right: 50px;
}

section.ponentes .ponentes-container {
    display: flex;
    flex-direction: row;
    align-items: end;
    height: auto;
    margin-left: 50px;
}

section.ponentes .rectangulo-ponente {
    height: 100%;
    width: 41px;
    flex: 0 0 41px;
    border-bottom: 1px solid #C5B7AD;
    border-left: 1px solid #C5B7AD;
}

section.ponentes .cuadrado-ponente {
    width: 10.82px;
    flex: 0 0 10.82px;
    height: 8.05px;
    margin-left: 10px;
    background-color: #C6B6AD;
}

section.ponentes .ponente-item {
    margin-right: 50px;
    width: 362px;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: end;
}

section.ponentes .ponente-ponente {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: -40px;
}

section.ponentes .ponente-imagen {
    width: 135px;
    height: 165px;
    border: 1px solid #C5B7AD;
    overflow: hidden;
}

section.ponentes .ponente-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.ponentes .ponente-nombre {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
    color: #C5B7AD;
    margin-top: 27px;
    margin-bottom: 9px;
}

section.ponentes .ponente-descripcion {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    color: #C5B7AD;
    width: 315px;
    letter-spacing: 0.5px;
}

section.ponentes .rectangulo-descripcion {
    width: 331px;
    height: 20px;
    border-bottom: 1px solid #C6B6AD;
    border-right: 1px solid #C6B6AD;
    margin-top: -10px;
}

section.ponentes .cuadrado-descripcion {
    width: 10.82px;
    height: 9.06px;
    background-color: #C6B6AD;
    margin-top: 11px;
}

section.ponentes .ponente-enlaces {
    display: flex;
    flex-direction: column;
    margin-bottom: 3vh;
}

section.ponentes .ponente-enlaces a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #C5B7AD;
    text-decoration: none;
    margin-top: 1vh;
    width: fit-content;
}

section.ponentes .ponente-enlaces a:hover {
    text-decoration: underline;
}

section.ponentes .nav > div {
    cursor: pointer;
}

section.ponentes .nav {
    display: flex;
    flex-direction: row;
    justify-content: end;
    z-index: 3;
}

section.ponentes .nav .derecha {
    margin-left: 10.86px;
}

@media(max-width: 991px) {
    section.ponentes {
        padding: 50px 0 35px 24px;
    }

    section.ponentes .seccion-ponentes {
        padding-bottom: unset;
    }
    
    section.ponentes .titulo img {
        height: 50%;
        padding-right: 20px;
    }

    section.ponentes .titulo {
        background-color: #3C3C3B;
        z-index: 3;
    }

    section.ponentes .ponentes-container {
        margin-top: unset;
        margin-left: unset;
    }

    section.ponentes .ponente-item {
        width: 70vw;
        margin-right: 20px;
        flex: 0 0 70vw;
    }

    section.ponentes .ponente-nombre {
        font-size: 28px;
    }

    section.ponentes .ponente-descripcion {
        font-size: clamp(12px, 3.5vw, 18px);
        width: 60vw;
    }

    section.ponentes .rectangulo-descripcion {
        width: 63vw;
    }

    section.ponentes .ponente-enlaces a {
        font-size: 16px;
    }

    section.ponentes .nav {
        padding-right: 20px;
    }
}

@media screen and (max-height: 699px) and (min-width: 1000px) {
    section.ponentes {
        padding: 85px 43px 43px 43px;
    }

    section.ponentes .seccion-ponentes {
        padding-bottom: 15px;
    }

    section.ponentes .ponente-imagen {
        width: 110px;
        height: 135px;
    }

    section.ponentes .ponente-descripcion {
        font-size: 14px;
    }

    section.ponentes .ponente-nombre {
        font-size: 25px;
    }

    section.ponentes .ponente-enlaces a {
        font-size: 14px;
    }
}