﻿.contenido{
    padding: 50px 0px;
    text-align: center;
    text-transform: none;
}

.title{
    text-transform: none;  
    padding: 10px;
}

.aperturaText{
    margin-top: -25px !important;
    background-color: #ed8b00;
    color: white !important;
    padding: 10px 10px 5px;
    margin-bottom: 15px !important;
}

.title-semana{
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.title-agenda{
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}

.content-cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.card-evento{
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 0px 11px 3px rgba(0, 0, 0, .1);
    width: 500px;
    text-align: left;
}


.fecha-title{
    text-transform: none;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    margin-top: 0;
}


.card-evento-item h3{
    text-transform: none;
    font-size: 18px;
    margin-bottom: 25px;
}

.info-card p{
    font-size: 15px;
    margin-bottom: 5px;
}

.info-card p:nth-child(3){
    margin-bottom: 20px;
}


@media (max-width: 768px){
    .card-evento{
        width: 90%;
    }
}

.fecha-title-flex{
    margin-left: 0px;
    width: 100%;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.fecha-title-flex h2 {
    margin-left: 0px;
}