@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*/ 

body{
	

line-height: 1.3;
font-family: 'EB Garamond', serif;
font-size: 16pt;	
}

img{
	max-width: 100%;
}

video{
	width: 100%;
}

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

.primario{
	width: 50%;
}

header{
	background-color: #cf102d;
	cursor: pointer;
	position: fixed;
	width: 100%;
	border-bottom: solid;
	border-bottom-color: black;
}

header:hover{
	transition: 1s ease;
	background-color: black;
}

.parallax{
	height: 90vh;
	background-image: url("images/hero-img.jpg");
	background-size: contain;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.titulo{
	font-family: 'Ramaraja', serif;
	font-size: 56pt;
}

.bajada{
	font-size: 18pt;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-bottom: solid;
	font-weight: 700;
}

.margen{
	padding: 45px 250px;
}

h2{
	font-weight: 700;
	font-size: 32pt;
}

@media screen and (max-width:1050px){
	
	
	body{
		
		font-size: 14pt;
	}
	
	
	
	
	.titulo{
		font-size: 50pt;
	}
	
	.bajada{
		font-size: 15pt;
	}
	
	h2{
		font-size: 28pt;
	}
	
	.margen{
	padding: 45px 200px;
}
}
	
	@media screen and (max-width:800px){
		
		.titulo{
		font-size: 46pt;
	}
	
	.bajada{
		font-size: 14pt;
		width: 80%;
	}
	
	h2{
		font-size: 28pt;
	}
		
		.margen{
	padding: 45px 130px;
}
	.parallax{

		background-image: url("images/hero-img-mob.jpg");
		background-size: contain;
		background-position: top;
		}
	}
@media screen and (max-width:600px){
		
	body{
		font-size: 12pt;
	}
	.titulo{
		font-size: 40pt;
	}
	
	.bajada{
		font-size: 12pt;
		width: 80%;
	}
	
	h2{
		font-size: 28pt;
	}
		
		.margen{
	padding: 45px 90px;
}
	.parallax{
		height: 70vh;
	}
	
	
}

@media screen and (max-width:500px){
	
	body{
		font-size: 11pt;
	}
	
	.titulo{
		font-size: 32pt;
	}
	
	
	
	h2{
		font-size: 22pt;
	}
		
		
	.parallax{
		height: 50vh;
	}
		.margen{
	padding: 45px 60px;
}
	
}
	
@media screen and (max-width: 480px){
	
	.parallax{
		height: 60vh;
	}
}

@media screen and (max-width:400px){
	
	
	body{
		font-size: 10pt;
	}
	.titulo{
		font-size: 28pt;
	}
	
	.bajada{
		font-size: 11pt;
	}
	
	h2{
		font-size: 18pt;
	}
	
	.margen{
	padding: 40px 50px;
}
		
}

@media screen and (max-width:350px){
	.titulo{
		font-size: 22pt;
	}
	
	.bajada{
		font-size: 10pt;
	}
	
	h2{
		font-size: 14pt;
	}
	
	.margen{
	padding: 40px 40px;
}
	
}