/*modificaciones*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background: none;
    border: none;
}

/* Items eventos */
* {
    font-family: 'Museo Regular';
}
.card-eventos .btn_detalle {
    background-color: #f68934;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.card-eventos .btn_detalle:hover{
    color: #fff;
}
.card-eventos .card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
}
.card-eventos .card-info span svg,
.card-eventos .card-info span i {
    color: #f68934;
}
.card-eventos .card-title {
    color: #0077C0;
    /*font-weight: 600;*/
    font-family: 'Museo Sans 500';
    font-size: 1.15rem;
}
.card-eventos {
    margin-bottom: 15px;
}
/* Buscador */
.form_buscar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form_buscar .box_sel_cat {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form_buscar .box_sel_reg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 10px;
}
.form_buscar .box_btn_bus button {
    background: #47bce4;
    border: none;
    outline: none;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
}
.form_buscar .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.tit_ev {
    /*
    color: #47bce4;
    
    font-size: 26px;
    font-weight: 600;
    */
    margin: 0;
    font-family: 'Museo Sans 100';
    font-size: 35px;
    color: #0077c0;
}
/* Paginación */
.box_paginacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.box_paginacion ul li a {
    border: none;
    color: #4d4d4d;
}
.box_paginacion ul li.active a {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
}
/* evento single */
.box-img-principal {
    margin: 10px 0;
    text-align: center;
}
.box-img-principal img {
    max-width: 100%;
    height: auto;
}
.box-contenido ul li::marker {
    color: #f68934;
}
.box-contenido {
    font-size: 1em;
}
.box_enlaces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
}
.box_enlaces .btn_acceder a {
    background: #47bce4;
    color: #fff;
    padding: 4px 10px;
    display: -webkit-inline-box;
        display: -ms-inline-flexbox;
            display: inline-flex;
    border-radius: 5px;
}
.btn_descarga a {
    color: #f68934;
}
.titulo_ev {
    color: #0077c0;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.btn_back {
    color: #f68934;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn_back svg {
    margin-right: 5px;
}
.info-ev {
    /*font-size: 14px;*/
    margin: 5px 0;
}
.info-ev span {
    margin: 0 7px;
}
.info-ev svg {
    color: #f68934;
}
/* Noticias */
.card_extract {
    margin: 10px 0;
}
.card_extract p {
    margin: 0;
    font-size: 1em;
}
/* Mapa */
.box_mapa {
    height: 400px;
}
.select_lugar {
    margin-bottom: 20px;
}
/* Carousel */

.box-slider-noticias .slick-slider {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.box-slider-noticias .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    border: none;
    outline: none;
    color: #868686;
    z-index: 10;
}
.box-slider-noticias .slick-slide {
    height: auto;
    margin: 0 15px;
  }
.box-slider-noticias .slick-list {
    margin: 0 -15px;
}
.box-slider-noticias .slick-next {
    right: 10px;
}
.box-slider-noticias .slick-prev {
    left: 10px;
}
.box-slider-noticias .card-eventos .btn_detalle {
    background: none;
    color: #47caef !important;
    font-weight: bold;
    padding-left: 0;
}
.box-btn-noticias {
    text-align: center;
    margin-top: 20px;
}
.box-btn-noticias a {
    background-color: #f68934;
    color: #fff;
    padding: 5px 30px;
    border-radius: 15px;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;

}
.box-btn-noticias a:hover {
    background-color: #e86f12;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.box-btn-formularios{
    text-align: center;
}

.box-btn-formularios a {
background-color: #fff;
color: #333333;
border: 1px solid #999;
padding: 3px 30px;
border-radius: 10px;
font-size: 15px;
margin-top: 10px;
display: inline-block;
text-align: center;
}

.box-btn-formularios #btn-resaltado{
background-color: #F68934;
color: #FFFFFF;
border:none;
}

.box-btn-formularios a:hover {
    background-color: #EBEBEB;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/* media screen */

@media screen and (max-width: 600px) {
    .info-ev span {
        display: block;
        margin: 4px;
    }
    .box_enlaces {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .box_enlaces .btn_acceder {
        margin: 10px;
    }
}
@media screen and (max-width: 450px) {
    .form_buscar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form_buscar > div {
        width: 100%;
        margin: 6px 0;
        text-align: center;
    }
}
