/* Ponencias Press Room */

.ponencias-press-container {
    background-color: #fafafa;
    padding: 120px 0;
    padding-bottom: 20px;
    min-height: 660px;
}

.ponencias-press {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    box-sizing: border-box;
}

.ponencias-press-post-header {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 70px;
}

.ponencias-press-post-header h2 {
    color: #24135F;
    font-size: 64px;
    font-weight: 700;
    font-stretch: expanded;
    margin: 0;
    line-height: 65px;
    margin-top: 120px;
    margin-bottom: 40px;
}

.ponencias-press-post-header p {
    color: #24135F;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding-right: 500px;
    text-align: left;
    align-items: center;
}

.ponencias-press-post {
    display: flex;
    flex-direction: column;
}

.ponencias-press-image {
    height: 400px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    border-radius: 10px;
}

.ponencias-recent{
    display: flex;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 30px;
}


.ponencias-recent a{
    display: flex;
    flex-direction: column;
}

.ponencias-recent span{
    font-size: 12px;
    color: #a4a4a4;
    text-align: left;
}

.ponencias-press-image{
    overflow: hidden;
}

.ponencias-press-image img {
    object-fit: cover;
    overflow: hidden;
    width: 390px;
    height: 430px;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.ponencias-press-image img:hover {
    transform: scale(1.1);
}

.ponencias-press-post > div {
    width: 510px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 120px;
}

.ponencias-press-post a {
    text-decoration: none;
}

.ponencias-press-post h3 {
    color: #24135F;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 120px;
}

.ponencias-description{
    color: #24135F;
    font-weight: bold;
    font-size: 20px;
}

.ponencias-press-post-header p {
    color: #24135F;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
    line-height: 28px;
}

.ponencias-press-post label {
    color: #24135F;
    padding-top: 5px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    transition: all 300ms ease-in-out;
}

.ponencias-press-post label:hover{
    color: #FBBA33;
}

.animate__animated {
    opacity: 0;
}

.ponencias-press-others-container {
    overflow: hidden;
    width: 100%;
    background: #fafafa;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}

.banner {
    position: relative;
    display: flex;
    max-width: 100%;
    max-height: 500px;
}

.banner img{
    width: 100%;
    object-fit: cover;
    object-position: 15% 70%;
    border-radius: 20px;
}