.section-eventos {
    height: auto;
    width: 100%;
}
.contenedor-eventos {
    width: 100%;
}
.container>.row-global {
    width: 100%;
    margin: auto;
}
.fecha {
    height: 35px;
    width: 35%;
    background: #2E8274;
    margin: 5px 5px 10px 2%;
    padding-top: 9px;
    border-radius: 4px;
    text-align: center;
    cursor: default;
}
.fecha p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
.contenido {
    margin: 5px;
}
.col-eventos {
    margin: 5px 0;
}
.contorno {
    width: 100%;
    height: 98%;
    margin: 2px auto 2px auto;
}
.tit_evento {
    width: 100%;
    min-height: 30px;
    max-height: 31px;
    margin: 5px auto 7px auto;
    text-align: center;
}
.tit_evento p {
    font-size: 1em;
    line-height: 15px;
}
.tit_evento p:hover {
    cursor: pointer;
    color: #8F071D;
    text-decoration: underline;
}
.img_evento {
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow: 2px 2px 1px #494949;
    max-height: 252px;
}
.foto_evento {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    max-height: 250px;
}
.foto_evento:hover {
    cursor: pointer;
    opacity: 0.8;
}
.fecha_evento {
    width: 80%;
    margin: 2% 0 2% 0;
}
.fecha_evento p {
    font-size: 11px;
    color: #2E8274;
    font-weight: bold;
}
.desc_evento {
    width: 100%;
    height: 70px;
}
.desc_evento p {
    width: 99.5%;
    line-height: 15px;
    text-align: justify;
}
.l_mas_evento {
    width: 40%;
    height: 23px;
    text-align: center;
    background: #2E8274;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
}
.l_mas_evento:hover {
    background: #49EAAB;
    color: #E9E9E9;
    opacity: 0.9;
}
.l_mas_evento:active {
    background: #3A8F4A;
    border-bottom: 2px solid #868686;
    border-right: 2px solid #474747;
}
.modal_evento {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(94, 94, 95, 0.93);
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
}
.flexslider {
    width: 50%;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -19.2%;
    z-index: 1002;
    background: #040000;
}
.slides {
    width: 100%;
    list-style: none;
}
.slides li {
    width: 98%;
    text-align: center;
    margin: auto;
}
.slides li img {
    width: 81.99%;
    margin: 2% auto auto auto;
}
.flex-control-nav.flex-control-paging {
    width: 200px;
    padding: 10px 0px;
    align-self: center;
    list-style: none;
    position: absolute;
    z-index: 1020;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: 24.5%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}
.flex-control-nav li a {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    text-indent: -99999px;
    box-shadow: inset 0px -3px 2px 0px rgba(0, 0, 0, 0.55);
}
.flex-control-nav li a.flex-active {
    background: rgb(94, 94, 95);
}
.flex-direction-nav {
    z-index: 1040;
    list-style: none;
}
.flex-direction-nav a {
    width: 60px;
    height: 60px;
    top: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    margin-top: -30px;
    transition: all 0.3s ease-in-out;
    border: 4px solid #FFFFFF;
    border-radius: 7px;
}
.flex-direction-nav a::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.flex-direction-nav a.flex-next::before {
    content: "\f105";
}
.flex-direction-nav .flex-prev {
    left: -50px;
    opacity: 0
}
.flex-direction-nav .flex-next {
    right: -50px;
    opacity: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}
.cerrar_modal p {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}
.cerrar_modal_letra {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50px;
    z-index: 1020;
    margin-right: -40%;
    margin-top: -24.5%;
    text-align: center;
    padding-top: 10px;
}
.cerrar_modal_letra p {
    color: #fff;
    font-weight: bold;
}
.cerrar_modal_letra:hover, .cerrar_modal:hover {
    cursor: pointer;
    color: #CD0A0A;
}
.cerrar_modal_letra p:hover {
    font-size: 20px;
    color: red;
}
.cerrar_modal p:hover {
    font-size: 60px;
    color: red;
}
.desc_modal {
    width: 50%;
    z-index: 1022;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -25%;
    margin-top: 14%;
    max-height: 21%;
    overflow: auto;
    box-shadow: 3px 0px 5px #393737;
    border-radius: 5px;
}
.desc_modal p {
    font-size: 14px;
    text-align: justify;
    padding: 8px;
    cursor: n-resize;
}
.cerrar_modal {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50px;
    height: 40px;
    z-index: 1020;
    margin-right: -35%;
    margin-top: -23%;
    text-align: center;
    padding-top: 10px;
}
.cerrar_modal p {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}
.cerrar_modal_letra {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 50px;
    z-index: 1020;
    margin-right: -35%;
    margin-top: -24.5%;
    text-align: center;
    padding-top: 10px;
}
.cerrar_modal_letra p {
    color: #fff;
    font-weight: bold;
}
.cerrar_modal_letra:hover, .cerrar_modal:hover {
    cursor: pointer;
    color: #CD0A0A;
}
.cerrar_modal_letra p:hover {
    font-size: 20px;
    color: red;
}
.cerrar_modal p:hover {
    font-size: 60px;
    color: red;
}
@media screen and (max-width: 575px) {
    .homepage {
        width: 100%;
        background: #9990ED;
    }
    .caja-global {
        width: 100%;
        /*border: 3px solid #F43232;*/
        margin: 0px auto 20px auto;
        background: #FAFAFA;
    }
    /*//////////////////////////*/
    .modal-dialog {
        width: 70%;
        margin: 15% auto 0px auto;
    }
    .modal-body>p {
        font-size: 16px;
    }
    /*///////////////////////////////////////*/
    .logo {
        display: none;
    }
    .dropdown {
        overflow: auto;
        z-index: 1040;
    }
    .dropdown-menu {
        background: #EBEDED;
        /*cambia en fondo del submenu*/
        overflow: auto;
    }
    .menu {
        width: 100%;
        /*border: 3px solid #F43232;*/
    }
    #brand-image {
        height: 30px;
        display: block;
    }
    .menu-fixed {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
        background: #EBEDED;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
        /*margin-bottom: 30;*/
        /*border: 3px solid #F43232;*/
    }
    .flexslider {
        width: 98%;
        /*max-height: 585px;*/
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 50%;
        left: 50%;
        margin-left: -49%;
        margin-top: -60%;
        z-index: 1002;
        background: #040000;
    }
    .slides {
        width: 100%;
        /*height: 582px;*/
        /*border: 1px solid #0A259C;*/
        list-style: none;
    }
    .slides li {
        width: 98%;
        text-align: center;
        margin: auto;
        /*border: 2px solid #FFFFFF;*/
        /*max-height: 582px;*/
    }
    .slides li img {
        width: 98%;
        margin: 4% auto auto auto;
        /*display: none;*/
    }
    .flex-control-nav.flex-control-paging {
        width: 200px;
        padding: 10px 0px;
        align-self: center;
        list-style: none;
        position: absolute;
        z-index: 1020;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: 24.5%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flex-direction-nav a {
        width: 40px;
        height: 40px;
        top: 50%;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: absolute;
        margin-top: -30px;
        transition: all 0.3s ease-in-out;
        border: 4px solid #FFFFFF;
        border-radius: 7px;
    }
    .flex-direction-nav a::before {
        content: "\f104";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
    }
    .desc_modal {
        width: 98%;
        z-index: 1022;
        color: #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -49%;
        margin-top: 23%;
        max-height: 29%;
        overflow: auto;
        box-shadow: 3px 0px 5px #393737;
        border-radius: 5px;
    }
    .cerrar_modal {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        height: 40px;
        z-index: 1020;
        margin-right: -48%;
        margin-top: -69.9%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal p {
        font-size: 30px;
    }
    .cerrar_modal_letra p {
        font-size: 12px;
    }
    .cerrar_modal_letra {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        z-index: 1020;
        margin-right: -48%;
        margin-top: -75.5%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal_letra p:hover {
        font-size: 16px;
        color: red;
    }
    .cerrar_modal p:hover {
        font-size: 34px;
        color: red;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .flexslider {
        width: 90%;
        /*max-height: 585px;*/
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 50%;
        left: 50%;
        margin-left: -45%;
        margin-top: -35.2%;
        z-index: 1002;
        background: #040000;
    }
    .flex-direction-nav a {
        width: 40px;
        height: 40px;
        top: 50%;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: absolute;
        margin-top: -30px;
        transition: all 0.3s ease-in-out;
        border: 4px solid #FFFFFF;
        border-radius: 7px;
    }
    .flex-control-nav.flex-control-paging {
        width: 200px;
        padding: 10px 0px;
        align-self: center;
        list-style: none;
        position: absolute;
        z-index: 1020;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: 24.5%;
        border-radius: 10px;
        /*box-shadow: 3px 0px 5px #393737;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .flex-direction-nav a::before {
        content: "\f104";
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
    }
    .cerrar_modal {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        height: 40px;
        z-index: 1020;
        margin-right: -45%;
        margin-top: -35%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal_letra {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        z-index: 1020;
        margin-right: -45%;
        margin-top: -39%;
        text-align: center;
        padding-top: 10px;
    }
    .desc_modal {
        width: 90%;
        z-index: 1022;
        color: #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -45%;
        margin-top: 26%;
        max-height: 21%;
        overflow: auto;
        box-shadow: 3px 0px 5px #393737;
        border-radius: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .flexslider {
        width: 70%;
        max-width: 90%;
        /*min-width: 80%;*/
        /*min-height: 350px;*/
        /*height: 60%;*/
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 50%;
        left: 50%;
        margin-left: -35%;
        margin-top: -23.2%;
        z-index: 1002;
        background: #040000;
    }
    .slides {
        width: 90%;
        /*max-width: 98%;*/
        /*min-width: 90%;*/
        /*min-height: 399px;*/
        /*height: 582px;*/
        /*border: 1px solid #0A259C;*/
        list-style: none;
        margin: auto;
    }
    .slides li {
        width: 88%;
        /*max-width: 85%;*/
        /*min-height: 398px;*/
        /*text-align: center;*/
        margin: auto;
        /*border: 1px solid #FFFFFF;*/
    }
    .slides li img {
        /*width: 90%;*/
        /*margin: auto;*/
        /*border: 1px solid #F50808;*/
        /*display: none;*/
    }
    .flex-control-nav.flex-control-paging {
        width: 200px;
        padding: 10px 0px;
        align-self: center;
        list-style: none;
        position: absolute;
        z-index: 1020;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: 22.5%;
        border-radius: 10px;
        /*box-shadow: 3px 0px 5px #393737;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .desc_modal {
        width: 70%;
        z-index: 1022;
        color: #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -35%;
        margin-top: 19%;
        max-height: 24%;
        overflow: auto;
        box-shadow: 3px 0px 5px #393737;
        border-radius: 5px;
    }
    .cerrar_modal {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        height: 40px;
        z-index: 1020;
        margin-right: -42%;
        margin-top: -30%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal p {
        font-size: 40px;
    }
    .cerrar_modal_letra {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        z-index: 1020;
        margin-right: -42%;
        margin-top: -32.7%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal_letra p {
        font-size: 14px;
    }
    .cerrar_modal_letra p:hover {
        font-size: 16px;
        color: red;
    }
    .cerrar_modal p:hover {
        font-size: 50px;
        color: red;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .flexslider {
        width: 65%;
        /*max-height: 585px;*/
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 50%;
        left: 50%;
        margin-left: -32.5%;
        margin-top: -24.2%;
        z-index: 1002;
        background: #040000;
    }
    .slides {
        width: 100%;
        /*height: 582px;*/
        /*border: 1px solid #0A259C;*/
        list-style: none;
    }
    .slides li {
        width: 100%;
        text-align: center;
        margin: auto;
        /*border: 2px solid #FFFFFF;*/
        /*max-height: 582px;*/
    }
    .slides li img {
        width: 90%;
        /*margin: 2% auto auto auto;*/
        /*display: none;*/
    }
    .flex-direction-nav a {
        width: 45px;
        height: 45px;
        top: 50%;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: absolute;
        margin-top: -30px;
        transition: all 0.3s ease-in-out;
        border: 4px solid #FFFFFF;
        border-radius: 7px;
    }
    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 7px;
    }
    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: 1;
        right: 7px;
    }
    .cerrar_modal {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        height: 40px;
        z-index: 1020;
        margin-right: -42%;
        margin-top: -30%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal p {
        font-weight: bold;
        font-size: 50px;
        color: #fff;
    }
    .cerrar_modal_letra {
        position: absolute;
        top: 50%;
        right: 50%;
        width: 50px;
        z-index: 1020;
        margin-right: -42%;
        margin-top: -33%;
        text-align: center;
        padding-top: 10px;
    }
    .cerrar_modal_letra p {
        color: #fff;
        font-weight: bold;
    }
    .desc_modal {
        width: 65%;
        z-index: 1022;
        color: #fff;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-left: -32.5%;
        margin-top: 23.5%;
        max-height: 21%;
        overflow: auto;
        box-shadow: 3px 0px 5px #393737;
        border-radius: 5px;
    }
    .desc_modal p {
        font-size: 14px;
        text-align: justify;
        padding: 8px;
        cursor: n-resize;
    }
}