﻿/**
 * Estilos responsive Noticia
 */
@media screen and (max-width: 920px) {
    .noticia .noticia__anuncio{
        flex-direction: column-reverse;
    }

    .noticia .noticia__imagen,
    .noticia .noticia__anuncio-contenido{
        width: 100%;
    }

    .noticia .noticia__imagen{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
	.noticia .noticia__anuncio{
		padding:30px;
	}
	
	.noticia .noticia__imagen{
        margin-top: 50px;
    }

	.noticia__articulo{
		padding:30px;
	}
	
	.noticia__articulo img {
    	width: 100%;
  	}
}