@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: 'Didact Gothic', sans-serif;
	font-size: 22pt;
}

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

.tarjeta{
	
	text-align: center;
	font-size: 18pt;
	border-left: solid;
	background-color: #b5b5b5;
}
.primario{
	width: 50%;
	float: left;
}
#modulo1{
	width: 55%;
	position: relative;
}

#video-h video{
	width: 100%;
}

h1,h2,h3,h4{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 44pt;
}

#titulo{
	padding: 50px;
	color: white;
	background-color: black;
	width: 70%;
	position: absolute;
	margin-top:-480px;
	margin-left: 970px;
}

h2,h3,h4{
	margin-top: 40px;
}

.titulos{
	display: flex;
	padding: 30px;
}

#tarjetas{
	display: flex;
	background-color:#b5b5b5;
}

#tarjeta1{
	border-left: none;
}

#modulo3 video{
	width: 100%;
}

#titulo3{
	display: flex;
	
}

#txt-1{
	padding: 30px;
}

#modulo4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#titulo4{
	justify-content: center;
}

/* Responsive*/

@media screen and (max-width:1800px){
	#titulo{
	margin-top:-460px;
	margin-left: 940px;
	}
}

@media screen and (max-width:1750px){
	#titulo{
	
	margin-left: 900px;
	}
}

@media screen and (max-width:1660px){
	#titulo{
		margin-left: 800px;
		margin-top:-450px;
	}
}

@media screen and (max-width:1590px){
	#titulo{
		width: 80%;
		margin-top: -430px;
	}
}

@media screen and (max-width:1495px){
	#titulo{
		margin-left: 740px;
		margin-top: -420px;
	}
}

@media screen and (max-width:1440px){
	
	header img {
		width: 20%;
	}
	
	#titulo{
		font-size: 20pt;
		margin-left: 700px;
		margin-top: -400px;
	}
	
	.tarjeta{
		font-size: 15pt;
	}
	
	h1,h2,h3,h4{
		font-size: 40pt;
	}
	
	#titulo2 img{
		width: 7%;
		height: 7%;
	}
	h2,h3,h4{
	margin-top: 25px;
}
	#titulo3 img{
		width: 25%;
		
	}
	
	#titulo4 img{
		width: 6%;
		height: 6%;
		margin-top: 2px;
		
	}
}

@media screen and (max-width:1300px){
	
	body{
		font-size: 20pt;
	}
	
	
	
	h1,h2,h3,h4{
		font-size: 34pt;
	}
	
	#titulo{
		font-size: 18pt;
		margin-left: 650px;
		margin-top: -360px;
	}
	
}

@media screen and (max-width:1210px){
	#titulo{
		font-size: 15pt;
		margin-left: 610px;
		margin-top: -340px;
	}
}

@media screen and (max-width:1130px){
	
	h1{
		font-size: 30pt;
	}
	
	#titulo{
		
		margin-left: 570px;
		margin-top: -320px;
	}
}

@media screen and (max-width:1050px){
	
	body{
		font-size: 18pt;
	}
	
	h1{
		font-size: 28pt;
	}
	h2,h3,h3,h4{
		font-size: 28pt;
	}
	.tarjeta{
		font-size: 10pt;
	}
	
	#titulo{
		font-size: 13pt;
		margin-left: 510px;
		margin-top: -290px;
	}
	
	#titulo3 img{
		width: 65px;
		height: 65px;
	}
	
	#titulo4 img{
	margin-top: 10px;
	}
}

footer{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10pt;
	padding: 30px;
}

footer a{
	color: gray;
	text-decoration: none;
}

@media screen and (max-width: 975px){
	h1{
		font-size: 26pt;
	}
	
	#titulo{
		font-size: 12pt;
		margin-left: 480px;
		margin-top: -280px;
		
	}
}

@media screen and (max-width:925px){
	body{
		font-size: 16pt;
	}
	
	h1{
		font-size: 22pt;
	}
	h2,h3,h4{
		font-size: 25pt;
	}
	#titulo{
		
		margin-left: 450px;
		margin-top: -270px;
		
	}
}

@media screen and (max-width:890px){
	
	#modulo1{
		width: 100%;
	}
	
	#titulo{
		position:relative;
		margin: auto;
		width: 100%;
		
	}
	
	#titulo br{
		display: none;
	}
	
	#modulo4{
		display: block;
	}
	
	#img1{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:500px){
	header img{
		width: 100px;
	}
	
	#titulo{
		padding:25px;
		font-size: 10pt;
	}
	
	h1{
		font-size: 18pt;
	}
	
	h2,h3,h4{
		font-size: 20pt;
	}
	
	#titulo2 img{
		width: 17%;
		margin-top: 10px;
	}
	#tarjetas{
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tarjeta{
		border-left: none;
		border-bottom: solid;
		font-size: 12pt;
	}
	
	#img1 {
		width: 80%;
	}
	
	#titulo4 img{
		width: 15%;
	}
	.primario{
		float: none;
		width: 100%;
	}
	
	footer{
		font-size: 9px;
		padding: 20px;
	}
}