body {
	background: #f7f7f7;
}
h1 {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 42px;
	padding-bottom: 10px;
}
h2 {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 42px;
	padding-bottom: 10px;
}
h2 {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 36px;
	padding-bottom: 10px;
}
h3 {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 32px;
	padding-bottom: 10px;
}
h4, h5, h6 {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 30px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #0081C3;
}

.titulo-gradient {
	background: linear-gradient(to right, #0081C3 0%, #50BDF1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p {
	font-family: montserrat,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 36px;
}
hr {
	color: gray;
	margin: 40px 0;
}
.label {
	font-size: 16px;
	padding: 5px;
	color: red;
}
.contenido-texto-r {
	background: white;
	padding: 40px;
	margin-top: 30px;
	border-radius: 12px 0 0 12px;
}
.contenido-texto-l {
	background: white;
	padding: 40px;
	margin-top: 30px;
	border-radius: 0 12px 12px 0;
}
.span-orange {
	background: #FF6B00;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF0E0;
	font-weight: 600;
}
a.link-01:link {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FF6B00;
}
.img-big {
	border-radius: 12px;
}
@media (max-width: 992px) {
	body {
		background: white;
	}
	.contenido-texto-r, .contenido-texto-l {
		border-radius: 0px;
		margin-top: 0px;
		padding: 20px 40px;
	}
	h1 {
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 42px;
	}
	h2 {
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 36px;
		padding-bottom: 10px;
	}
	h3 {
		font-size: 20px;
		letter-spacing: 0.5px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	h4, h5, h6 {
		font-size: 18px;
		letter-spacing: 0.5px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	p {
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 32px;
	}
}