div#modal-11 {
    width: 55%;
    max-width: 55%;
    min-width: 55%;
    top: 17%;
}

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

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

div#modal-11  h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    letter-spacing: normal;
    margin-bottom: 20px;
}

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

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

.programa_item img {
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
}

.programa_item {
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {
    div#modal-11 {
        width: 90%;
        max-width: 90%;
        min-width: 90%;
        top: 31%;
    }
}