
.active.day {
    background-color: #CEB182 !important;
    border-color: #CEB182 !important;
    color: black !important;
}
.datepicker-switch {
    font-size: 16px;
    font-weight: 400;
    background: transparent !important;
}
th.dow {
    color: #7D828B;
}
.datepicker table tr td, .datepicker table tr th{
    padding: 8px;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #EFEDEA;
}
.datepicker {
    border-radius: 10px;
}
td.day {
    color: #494D55;
    font-weight: 600;
    font-size: 16px;
}  

.cont-titulo-seccion {
    margin-bottom: 3em;
}
.cont-listado-noticias{
    margin-bottom: 3em;
}
.cont-noticias-card{
    /*margin-bottom: 5px;*/
}
.container-noticias h2{
    font-family: "Lato", sans-serif;;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2D2829;

}
.container-noticias h3{
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    /* text-transform: lowercase; */
}
.container-noticias h3::first-letter {
    text-transform: uppercase;
}
.cont-img-noticia {
    height: 240px;
    min-height: 240px;
    width: 100%;
}
.cont-img-noticia img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}
.cont-tit-nota h3 {
    margin: 0;
}

.cont-tit-nota {
    padding: 1em 0;
}
.cont-text-nota {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.item-a-noticias, .item-a-noticias:hover {
    color: #2D2829;
    text-decoration: none;
}

.conocermas, .conocermas:hover{
    color: #2D2829;
    text-decoration: underline;
    background: transparent;
    border: 0;
    font-size: 12px;
    text-transform: initial;
    display: inline-block;
}
.frmConocemas {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: normal;
}
.item-noticias{
    height: 95%;/*442px;*/
    padding: 20px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 4px 30px 0px #2D282940;
}
.content-info{
    height: 100%;
    
    display: flex;
    flex-direction: column;

}
.fecha-noticia{
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;

}
.contenedor-filtro {
    position: relative;
}
.cont-controles {
    margin-bottom: 5em;
}
.input-group-icon{
    width: 45px;
    height: 45px;
    background: #D2D7D6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0 10px 10px 0;
}
.cont-icon-eventos {
    position: absolute;
    right: 0;
    
}
.z-index-1{
    z-index: -1;
}
.input-eventos {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background: transparent;
    cursor: pointer;
    border-radius: 10px !important;
    border: #d2d8d6 solid 2px !important;
}
.labelInput{
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2D2829;

}
.btnVerMas {
    width: 265px;
    height: 43px;
    padding: 0px 0px 4px 0px;
    border-radius: 15px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 4px;
    border-style: solid;
    border-color: #afafaf;
    background: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    /*line-height: 0;*/
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2D2829;
}
.btnVerMas span {
    display: block;
    font-family: Lato;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 12px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.txt-resumen{
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2D2829;
    margin-bottom: 0;
    /* text-transform: lowercase; */
}
.txt-resumen::first-letter {
    text-transform: uppercase;
}
#limpiarFiltros {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #186ADE;
}
/* .mensaje-sin-eventos {
    padding: 15px;
} */

@media (max-width:720px){
    .mensaje-sin-eventos {
    margin-left: 15px !important;
    }
}

@media (max-width:1199px){
    .item-noticias{
        height: initial;
    }
    .container-noticias h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .txt-resumen {
        font-size: 11px;
        min-height: 60px;
    }
    
}
@media (max-width: 991px){
    .txt-resumen {
        min-height: 50px;
    }
}
@media (max-width: 765px) {
    .btnVerMas{
        width: -webkit-fill-available;
    }
}
@media (max-width: 425px) {
    .item-noticias{
        height: auto;
    }
    .cont-img-noticia {
        height: 150px;
        min-height: 150px;
    }
    .cont-controles {
        margin-bottom: 3em;
    }
    .cont-titulo-seccion {
        margin-bottom: 2em;
    }
}