@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: SamsungOne-300C;
	font-size: 22pt;
}

video{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
}

.modulo-2{
	position: relative;
	overflow: hidden;
	background-color: black;
	color: white;
}

.titulo{
	padding: 30px;
	position: relative;
	top:-280px;
	color: white;
}
.primario{
	width: 50%;
	padding: 30px;
}

.tarjeta{
	display: flex;
	justify-content: center;
	align-items: center;
}

.tarjeta-2{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

h1{
	font-family: SamsungSharpSans-Bold;
	font-size: 50pt;
}

#modulo-1{
	margin-top: -100px;
}

.subtitulo{
	font-family: SamsungOne-800;
	font-size: 36pt;
}

.trienta{
	width: 30%;
	padding: 30px;
}

.setenta{
	width: 70%;
	padding: 30px;
}
#moudulo-4{
	background-color: #eeeef0;
}

#modulo-6{
	margin-top: -20px;
}

footer{
	background-color: #1e2021;
}

footer img{
	width: 20%;
}

/* Responsive */

@media screen and (max-width:1450px){
	.titulo{
		top:-260px;
	}
	
	
}

@media screen and (max-width:1350px){
	.titulo{
		top:-250px;
	}
	
	#titulo p{
		margin-top: -20px;
	}
}

@media screen and (max-width:1240px){
	.titulo{
		top:-240px;
	}
	
	h1{
		font-size: 44pt;
	}
}

@media screen and (max-width:1030px){
	
	body{
		font-size: 18pt;
	}
	
	h1{
		font-size: 36pt;
	}
	
	.titulo{
		top:-200px;
	}
	
	.subtitulo{
		font-size: 32pt;
	}
	
	#modulo-1{
		margin-top: -200px;
	}
}

@media screen and (max-width:770px){
	body{
		font-size: 14pt;
	}
	
	h1{
		font-size: 28pt;
	}
	
	.titulo{
		top:-150px;
	}
	
	#modulo-1{
		margin-top: -150px;
	}
	
	.subtitulo{
		font-size: 24pt;
	}
}

@media screen and (max-width:500px){
	
	
	
	.primario{
	width: 100%;
	padding: 20px;
}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta-2{
		flex-direction: column;
	}
	
	.setenta{
		width: 100%;
	}
	
	.treinta{
		width: 100%;
		padding: 20px;
	}
	
	.titulo{
		margin-top: 140px;
		color: black;
	}
	
	footer img{
	width: 35%;
	margin-top: -20px;	
		
}

}

@media screen and (max-width:330px){
	
	body{
		font-size: 11pt;
	}
	
	.primario{
		padding: 10px;
	}
	
	.titulo{
		padding: 10px;
		margin-top: 160px;
	}
	
	#titulo p{
		margin-top: 0px;
	}
	
	.trienta{
		padding: 10px;
	}
	
	footer img{
	width: 40%;
	margin-top: -10px;	
		
}
}