.megaMenuTrendbook{}
.megaMenuTrendbook .contentAjax{
	display: block!important;
}
.megaMenuTrendbook > ul > li a,
.megaMenuTrendbook .franjaMenu ul li a{
	cursor: pointer;
}
.megaMenuTrendbook .noticiaTrendbook a:hover h3,
.megaMenuTrendbook .noticiaTrendbook a:hover .fecha {
    color: #D5D5D5;
}
.megaMenuTrendbook .noticiaTrendbook{
	background-image: none!important;
    background-size: cover;
    background-position: center center, center center;
    height: auto!important;
}
.megaMenuTrendbook .noticiaTrendbook h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.4;
    margin-top: 10px;
    height: 84px;
    overflow: hidden;
    text-decoration: none!important;
    transition: all ease .5s;
}
.megaMenuTrendbook .noticiaTrendbook .element-noticia-proyectos .img {
    position: relative;
}
.megaMenuTrendbook .noticiaTrendbook .img img{
	visibility: visible!important;
    height: auto!important;
    width: auto!important;
}
.megaMenuTrendbook .noticiaTrendbook .fecha {
    min-height: 20px;
    font-size: 1rem;
    color: #1b3241;
    display: inline-block;
    transition: all ease .5s;
    margin-top: 5px;
}
.megaMenuTrendbook .noticiaTrendbook .capitalize {
    text-transform: capitalize;
}