<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&amp;display=swap');

*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

html, body{
	font-family: 'Lato', sans-serif;
}

img{
	max-width: 100%;
}

.contenedor{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.contenidohtml__novedad .bloquehtml {
	column-count: 2;
	column-gap: 100px;
	font-family: 'Poppins';
 font-size: 18px;
	margin-top: 4rem;
}

.flex{
	display: flex;
}
.flex_fill{
	flex: 1;
}


.__cms__editar{
	position: absolute;
	bottom:0;
	right:0;
	display: block;
	padding: 12px 24px;
	background: #f00;
	color: #fff;
	opacity: 0.3;
	transition: opacity 0.3s ease-in-out;
}
.__cms__editar:hover{
	opacity:1;
}

@media screen and (max-width: 960px){
	.contenidohtml__novedad .bloquehtml {
		column-count: 1;
  margin-top: 1rem;
  font-size: 12px;
	}
}
</pre></body></html>