.contenedor-posts{display:flex;flex-wrap:wrap;justify-content:center}.post{flex-basis:31%;background-color:white;margin:1%;box-shadow:0px 2px 6px 0px rgba(0,0,0,0.2);background-position:center center;background-size:cover}.contenedor-posts .post .imagen{width:100%;height:200px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.6) 100%)}.contenedor-posts .post .informacion-post{padding:20px 30px;background:rgba(0,0,0,0.6)}.contenedor-posts .post .fecha{font-size:.8em;color:#dadada;font-style:italic;margin-bottom:5px}.contenedor-posts .post .titulo{font-weight:700;margin-bottom:15px;font-size:1.1em;line-height:1.1em}.contenedor-posts .post .contenido p{color:white !important}.contenedor-posts .post a.leer-mas{border-radius:5px;padding:10px 15px;display:block;text-align:center;font-weight:700;background-color:white;width:80%;margin:0 auto;box-shadow:3px 4px 5px 0px rgba(0,0,0,0.5)}.contenedor-posts .post a.leer-mas:hover{text-decoration:none;color:white}{# ---- estilos XS movil ------ #}@media(max-width:768px){.contenedor-posts{flex-direction:column}.contenedor-posts .post{margin-bottom:20px !important}.contenedor-posts .post .imagen{height:0px}.contenedor-posts .post .contenido *{font-size:.8em;line-height:1.2em}}