@charset "UTF-8";

body {
	display: flex;
	flex-direction: column;
}

nav {
	display: none;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.75em; 
}

h3 {
	font-size: 1.5em;
}

header h3 {
	font-size: 1em;
}

section {
	padding: 2em 1.5em;
}

.section0 p {
font-size: 1.5em;
}

.section0 img.imgmockup{
	display: none;
}

.section1 {
	flex-direction: column;
}

.section1 img {
	width: 100%;
}

.section1 .content {
	width: 100%;
	margin: 20px 0 0 0;
}

.section1 .content p {
	font-size: 1em;
}

.section2 .content {
	flex-direction: column;
	justify-content: center; 
}

.section2 .content .paso {
	width: 100%;
	padding: 0;
	margin-bottom: 45px;
}

.section2 .content .paso h3 {
	margin-top: 15px;
}

.section3 .contenedor {
	flex-direction: column;
	margin-top: 25px;
}

.section3 h2 {
	text-align: center;
}

.section3 h3 {
	font-size: 1.25em;
}

.section3 .columna .comentario {
	margin-top: 0px;
	margin-bottom: 35px;
}

#ocultar-columna {
	display: none;
}

.section4 .content {
	flex-direction: column;
	justify-content: center;
}

.section4 .content .beneficio {
	width: 100%;
	padding: 0;
	margin-bottom: 45px;
}

.section4 .content .beneficio h3 {
	margin-top: 15px;
}

footer {
	padding: 20px 15px;
}

footer .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
}

footer .content .columna {
	margin-bottom: 25px;
}

footer a {
	font-size: 1em;
}

footer ul li {
	text-align: center;
}


