/* Contenedores generales */
::-webkit-scrollbar {
    display: none;
}

.container-eventos {
    position: absolute;
    display: flex;
    width: 1713px;
    height: 500px;
    transition: transform 0.5s ease-in-out;
}

/* Elementos individuales */
.container-eventos-item {
    border-radius: 10px;
    margin-right: 80px;
    background-color: #ffffff;
    width: 700px;
    height: 500px;
    flex-shrink: 0;
    box-shadow: 0px 0px 12px 0px #40404036;
    overflow: hidden;
}

/* Imagen */
.container-img {
    background-color: rgb(194, 194, 194);
    width: 700px;
    height: 200px;
    overflow: hidden;
}

.container-img img {
    width: 100%;
}

/* Información */
.container-info {
    margin-left: 31px;
    margin-top: 37px;
    margin-bottom: 12px;
    width: 635px;
    height: 251px;
}

.title {
    overflow: hidden;
    width: 383px;
    height: 67px;
    font-family: sans-serif;
    font-size: 28px;
    color: #00CAB2;
    font-family: 'gotham_black';
}

.description {
    overflow: hidden;
    width: 617px;
    height: 154px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(21, 21, 21);
    font-family: 'gotham_Light'
}

.date-act {
    margin-top: -236px;
    margin-left: 520px;
    overflow: hidden;
    width: 120px;
    height: 27px;
    font-family: sans-serif;
    font-size: 23px;
    color: #00CAB2;
    font-family: 'gotham_Medium'
}

/* Slider */
.slider-container {
    position: relative;
    left: 80px;
    top: 294px;
    width: 1830px;
    height: 511px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.arrow {
    font-size: 52px;
    position: absolute;
    top: 890px;
    left: 1773px;
    transform: translateY(-50%);
    background-color: #00CAB2;
    color: #fff;
    border: none;
    padding: 15px 23px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 4;
    box-shadow: 0px 0px 56px 11px #00cab2a1;
}

.left-arrow {
    left: 10px;
}

.right-arrowX {
    right: 10px;
}

.title-activity {
    position: absolute;
    top: 240px;
    left: 84px;
    color: #00CAB2;
    font-size: 40px;
    font-family: system-ui;
    font-weight: 600;
}