html, body{
	margin:0px;
	padding:0px;
	font-family:"Montserrat", arial, sanz-serif;
	font-size:16px;
	line-height:150%;
	font-weight:300;
	
	--width:1024px;
	
	--color-01:#E74141;
	--color-02:#781017;
}
div, a{
	transition:.2s all ease-in;
}
a, a:link, a:visited {
	text-decoration:none;
	cursor:pointer;
	outline:0;
	color:#000000;
}
a:hover, a:active, a.active {
	text-decoration:none;
	color:#333333;
}
h1, h2, h3, h4, h5, h6{
	margin:0px 0px 30px 0px;
	font-weight:700;
	font-family:"Montserrat", arial, sanz-serif;
	line-height:120%;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-weight:900;
}
h1{
	font-size:55px;
}
h2{
	font-size:50px;
}
h3{
	font-size:45px;
}
h4{
	font-size:40px;
}
h5{
	font-size:35px;
}
h6{
	font-size:30px;
}
small{
	font-size:12px;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.aligncontainer{
	overflow:auto;
}
.contenedor,
.container{
	max-width:var(--width);
	width:100%;
	margin:auto;
	overflow:auto;
}