body {
    font-family: 'Aptos', sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.bordes-contenedor{
    margin: 100px 0 0 0;
}

.titulo-eventos {
    font-family: Aptos;
    font-weight: 700;
    font-size: 55px;
    line-height: 10px;
    color: #2D2E35;
}

.subtitulo-eventos {
    font-family: Aptos;
    font-weight: 400;
    font-size: 40px;
    line-height: 67px;
    color: #6E6E6E;
    margin-bottom: 50px;

}

.descripcion-eventos {
    font-family: Aptos;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.lista-eventos {
    font-family: Aptos;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000000;
    padding: 0;
    margin-left: 17px;

}


.contenedor-eventos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contenedor-datos-eventos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}


/*EVENTOS*/

.contenedor-texto-eventos{
    width: 340px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contenedor-descripcion{
    padding: 40px 0 0 50px;
}

.evento-img {
    width: 285px;
    height: 314px;
    object-fit: cover;
    margin-top: 30px;
}

.evento-img2 {
    width: 100%;
    height: 281px;
    object-fit: cover;
    max-width: 440px;
}

.evento-img3 {
    width: 100%;
    max-width: 275px;
    height: auto;
    object-fit: cover;
}

.eventos-frase p {
    font-family: Aptos;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;

}


@media (max-width: 768px) {
    .contenedor-datos-eventos {
        align-items: center;
    }

    .contenedor-eventos {
        margin-bottom: 40px;
    }

    .contenedor-descripcion{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px;
    }

    .contenedor-img-club{
        padding: 0 15px 0 10px;
    }

    .margenes-eventos-img{
        margin: 0;
        padding: 0;
    
    }

    .contenedor-texto-eventos {
        max-width: 400px;
    }

    .eventos-frase p {
        font-size: 21px;
        margin-top: 20px;
    }

    .evento-img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: unset;
    }

    .subtitulo-eventos {
        margin-bottom: 25px;
    }
}



/*FIN EVENTOS*/









/* Footer */

.modulo-footer{
    padding: 100px 0;
}

.footer-img{
    width: 25%;
    max-width: 50%;
}

.footer-texto p{
    font-family: Aptos;
    font-weight: 600;
    font-size: 13px;
    line-height: 15.87px;
    margin-top: 30px;
}

.contenedor-redes{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.iconos-redes{
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .columna-foot{
        text-align: center;
    }

    .contenedor-redes {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: center;
        align-items: center;
    }

    .modulo-footer{
        padding: 50px 0;
    }

    .iconos-redes{
        display: flex;
        gap: 35px;
        margin: 40px 0;

        img{
            height: 35px;
        }
    }

}

