*{
    margin: 0;
    padding: 0;
}

/* .contenido-event{
    display: flex;
} */
.eventos{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #003b73;
    position: relative;
    line-height: 30px;
}
.container-event{
    margin: 10px 10px 0px 10px;
    display: flex;
    justify-content: center;
}
 .cardE{
    margin: 20px 40px 0px 40px;
    align-items: center;
    border: 0;
    text-align: center;
}
.cardE .eventos{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    padding: 5px;
}
.card-text{
    font-weight: 600;
    font-size: 20px;
    text-align: center;

}
.card-content{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}
.btn-informacion{
    padding: 7px 14px;
    border-radius: 35px;
    background-color: #003B73;
    border: 0;
    color: white;
    font-weight: 500;
}