/**** MARGINS & PADDINGS ****/
/*Margin top*/
.mt-xs
{
	margin-top: 5px;
}
.mt-s
{
	margin-top: 10px;
}
.mt-m
{
	margin-top: 20px;
}
.mt-l
{
	margin-top: 30px;
}
.mt-xl
{
	margin-top: 50px;
}
/*Margin bottom*/
.mb-xs
{
	margin-bottom: 5px;
}
.mb-s
{
	margin-top: 10px;
}
.mb-m
{
	margin-top: 20px;
}
.mb-l
{
	margin-top: 30px;
}
.mb-xl
{
	margin-top: 50px;
}
/**** BLOQUE NOVEDADES ****/
.view-home-ultimas-noticias
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.view-home-ultimas-noticias .view-content
{
	width: 66%;
}
.view-home-ultimas-noticias .attachment
{
	width: 30%;
}
.view-home-ultimas-noticias .attachment .view-content
{
	width: 100%;
}
.view-home-ultimas-noticias .view-footer
{
	flex-basis: 100%;
	text-align: center;
}
