.anuncios{display:flex;flex-flow:column wrap;border-top:4px solid var(--alto-contraste)}.anuncio{padding:40px 0;display:flex;flex-flow:row nowrap;border-bottom:4px solid var(--alto-contraste)}.anuncio-img{box-sizing:border-box;border-radius:5px 0 0 5px;border:4px solid var(--alto-contraste)}.anuncio-img>div{width:100%;height:100%;position:relative;display:flex;overflow:hidden;background-color:var(--base-texto)}.anuncio-img>div>a>img{width:100%;height:100%;object-fit:cover}.anuncio-cuerpo{display:flex;flex-flow:column nowrap}.anuncio-cuerpo>div:first-child>.contenedor{margin:0}.anuncio-cuerpo>div:first-child>.contenedor>.cabezote{padding:0 10px;border-radius:0 5px 0 0}.anuncio-cuerpo>div:first-child>.contenedor>.cabezote a{text-decoration:none}.anuncio-precio{padding:0 10px}.anuncio-precio>div>p{font-size:30px}.anuncio-infoextra{margin-top:auto;padding:0 10px;display:flex;flex-flow:row wrap;justify-content:flex-start;bottom:0}.anuncio-infoextra>div{margin:20px 5px 0 0}.anuncio-infoextra p{margin:0;color:var(--base-texto)}.anuncio-infoextra i::before{margin:0 3px}@media only screen and (max-width:768px){.anuncio{padding:20px 0;flex-flow:column wrap}.anuncio-img{justify-content:center;border-radius:5px 5px 0 0}.anuncio-img>div{justify-content:center}.anuncio-cuerpo>div:first-child>.contenedor>.cabezote{padding:2px 10px;border-radius:0}.anuncio-precio>div>p{font-size:24px}.anuncio-infoextra>div{margin:10px 5px 0 0}}@media only screen and (min-width:768px){}@media only screen and (min-width:1200px){.anuncios{flex-flow:row wrap}.anuncio{flex:0 0 49.5%}.anuncio:nth-child(odd){margin-right:1%}}@media only screen and (min-width:1400px){.anuncios{flex-flow:row wrap}.anuncio{flex:0 0 49.5%}.anuncio:nth-child(odd){margin-right:1%}}