@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset*/

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

body{
	font-family:  'Pavanam', sans-serif;
	font-size: 22pt;
}
body a{
	text-decoration: none;
}
.modulo{
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}

.principal{
	width: 40%;
	float: left;
	padding: 10px;
	align-items: center;
	
}

.secundario{
	width: 59%;
	float: left;
	padding: 10px;
}

.tarjeta{
	width: 33%;
	float: left;
	
}
header img{
	width: 25%;
	padding: 20px;
	
}

#logos{
	
	background-color: #d7d0cd;
	
}

#lgo2{
	margin-top: -130px;
}


header{
	background-color: #ED1C24;
	text-align: center;
	
}

h1{
	font-family: 'Staatliches', cursive;
	font-size: 55pt;
	
}

#titulo{
	text-align: center;
}

#titulo p{
	font-size: 25pt;
}

h2{
	font-family: 'Staatliches', cursive;
	font-size: 32pt;
}

#txt1{
	border-top: solid;
	border-left: solid;
	margin-top: 10px;
	margin-left: 10px;
}

#modulo2{
	padding: 40px 100px 0px 100px;
}

#modulo2 p{
	padding: 12px;
}

#tarjeta1 img{
	border-top: solid;
	border-left: solid;
}

#modulo3{
	padding: 40px 100px 0px 100px;
}

#modulo3 p{
	padding: 12px;
}

#tarjeta6 p{
	border-bottom: solid;
	border-right: solid;
}

#modulo4{
	padding: 80px 100px 0px 100px;
}

h3{
	font-family: 'Staatliches', cursive;
	font-size: 42pt;

}


.rojo{
	color: #ff2727;
}

.cifra{
	font-family:'Staatliches', cursive;
	font-size: 90pt;
}

#pasos{
	margin-top: 130px;
	text-align: center;
}

#paso3{
	margin-top:-35px;
}

#pie{
	padding: 35px 100px 0px 100px;
}
#img2{
	margin-top: 30px;
}

#modulo5{
	
	padding: 35px 100px 50px 100px;
}

h4{
	font-family: 'Staatliches', cursive;
	font-size: 42pt;
}

#btn{
	text-align: center;
	background-color: #ed1a2d;
	width: 25%;
	border-radius: 5px;
	color: white;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	
}

/*Responsive*/

@media screen and (max-width: 1659px){
	#paso3{
	margin-top:-65px;
}
}

@media screen and (max-width: 1159px){
	
	#lgo2 img{
		width: 20%;
		padding-bottom: 40px;	
	}
	
	#paso3{
	margin-top:-85px;
}
	
}

@media screen and (max-width: 1030px){
	
	#lgo2{
		margin-top: -100px;
	}
	
	#lgo2 img{
		padding-bottom: 10px;
	}
	
	body p{
		font-size: 18pt;
	}
	
	h1{
		font-size: 45pt;
	}
	#titulo p{
		font-size: 20pt;
	}
	
	.cifra{
		font-size: 65pt
	}
	
	#paso3{
		margin-top: -48px;
	}
}

@media screen and (max-width: 770px){
	
	header img{
		width: 35%;
	}
	
	#lgo2{
		margin-top: -70px;
	}
	
	h1{
		font-size: 40pt;
	}
	
	#titulo p{
		font-size: 18pt;
	}
	
	body p{
		font-size: 14pt;
	}
	
	#img1{
		width: 58%;
	}
	
	#modulo2 p{
		font-size: 12pt
	}
	
	#modulo3 p{
		font-size: 12pt;
	}
	
	h2{
		font-size: 20pt;
	}
	
	h3,h4{
		font-size: 35pt;
	}
	
	.cifra {
		font-size: 45pt;
	}
	
	.rojo{
		font-size: 13pt;
	}
	
	#btn{
		width: 27%;
	}
}

@media screen and (max-width: 420px){
	
	body {
		float: none;
	}
	header img{
		width: 55%;
	}
	body p{
		font-size: 12pt;
	}
	#lgo1 {
		width: 250%;
		margin-top: -20px;
		margin-left: -20px;
	}
	
	#lgo2 img{
		width: 35%;
	}
	
	h1{
		font-size: 20pt;
	}
	h2{
		font-size: 18pt;
	}
	#titulo p{
		font-size: 10pt;
		padding: 7px;
	}
	
	#txt1{
		width: 95%;
	}
	
	#img1 {
		width: 100%;
		padding: 10px 0px;
	}
	
	.tarjeta{
		width: 100%;
		
	}
	
	#modulo2{
		padding: 40px 30px 0px 30px;
	}
	
	#modulo3{
		padding: 40px 30px 0px 30px;
	}
	
	#modulo4{
		
	padding: 80px 20px 0px 20px;
}
	h3{
		font-size: 30pt;
	}
	
	#pasos{
		margin-top: 50px;
	}
	
	.rojo{
		font-size: 18pt;
		padding: 15px;
	}
	
	.cifra{
		font-size: 60pt;
		padding-bottom: 20px;
	}
	
	#paso3{
		margin-top: 10px;
	}
	
	#pie{
		padding: 15px 20px;
	}
	
	#modulo5{
		padding: 15px 20px;
	}
	
	h4{
		font-size: 22pt;
	}
	
	#btn{
		width: 42%;
	}
}

@media screen and (max-width: 330px){
	
	h1{
		font-size: 17pt;
	}
	
	#titulo p{
		font-size: 9pt;
	}
	
	h2{
		font-size: 18pt;
	}
	
	body p{
		font-size: 11pt;
	}
	
	h3{
		font-size: 24pt;
	}
	
	.rojo{
		font-size: 16pt;
	}
	#btn{
		width: 47%;
	}
}