
div#modal-16 {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    top: 22%;
}

div#modal-16 .md-content {
    background: #0b050100 !important;
}

.md-show.md-effect-16 ~ .md-overlay {
    background: rgb(12 5 0 / 90%) !important;
}

div#modal-16  > div {
    padding: 15px 15px 15px !important;
}

.list_day {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.list_day > div {
    width: 36%;
}

.item_day {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 130px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

div#nombre_dia {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

div#fecha_dia {
    font-size: 84px;
    font-weight: 900;
    line-height: normal;
}

div#fecha_mes {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
}

.item_day_active,
.item_day:hover {
    background-color: #fff;
    color: #000;
    transition: 0.3s;
}


.item_day_active:before,
.item_day:hover:before {
    position: absolute;
    content: '';
    left: -webkit-calc(50% - 10px);
    bottom: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: #af353500 transparent #ffffff transparent;
    -webkit-transition-duration: 0.3s;
    transform: rotate(180deg);
}


.dia_e {
    padding-left: 12px;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 25px;
}

.title_e {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    width: 300px;
    margin-bottom: 20px;
    line-height: normal;
}

.horario_e {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.intro_e {
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
}

.ver_mas_e a {
    background-color: #FE0000;
    display: block;
    padding: 8px;
    color: #fff;
    text-decoration: none;
}

.ver_mas_e {
    position: relative;
    float: left;
    width: 130px;
    margin-right: 50px;
    text-align: center;
}

.evento_item .img_e {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div#content_day {
    padding: 55px;
    padding-bottom: 20px;
    padding-top: 10px;
}

div#modal-16 button.md-close {
    position: absolute;
    top: 0;
    right: 0px;
    border: 0px;
    background-color: #fff0;
    color: #fff;
    outline: none;
}


div#modal-16 button.md-close i {
    font-size: 39px !important;
    color: #ffffff !important;
    opacity: 0.5;
}

div#modal-16 .carousel-control-prev {
    left: -97px !important;
}

div#modal-16 .carousel-control-next {
    right: -97px  !important;
}

.compartir_e {
    position: relative;
    float: left;
}

.sin_eventos {
    text-align: center;
    font-size: 28px;
    margin-bottom: 31px;
    font-weight: 100;
}



@media only screen and (max-width: 768px) and (min-width: 300px)  {

    div#nombre_dia {
        font-size: 12px;
    }

    div#fecha_dia {
        font-size: 32px;
    }

    div#fecha_mes {
        font-size: 11px;
    }

    .item_day {
        width: 100%;
    }

    div#modal-16 {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        top: 18%;
    }

    .list_day {
        padding-left: 0px;
        padding-right: 0px;
    }

    div#content_day {
        padding: 0px;
    }

    .md-content > div {
        padding: 15px 0px 15px !important;
    }

    .item_dia_5 {
        display: none;
    }


    .dia_e {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .title_e {
        font-size: 22px;
        width: 200px;
        margin-bottom: 10px;
    }


    .horario_e {
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .intro_e {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .evento_item .img_e {
        height: auto;
        object-fit: contain;
        margin-top: 30px;
    }

    div#modal-16 button.md-close {
        top: -20px;
    }

}