@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{
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20pt;
color: #5f5f5f;
}

img{
	max-width: 100%;
	
}

video{
	max-width: 100%;
}
.margen{
	padding: 30px;
}
.modulo{
	position: relative;
	overflow: hidden;
}

.primario{
	width: 50%;
}

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

.titulo{
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;
color: #dd6877;
font-size: 60pt;
margin-top: 30px;

	
}
.fondo-h{
	background-image: url("images/hero-img.jpg");
	height: 80vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub-titulo{
	font-family: 'Josefin Slab', serif;
	font-size: 32pt;
	color:#fe818a;
	
}

.tex1{
	font-family: 'Josefin Slab', serif;
	width: 80%;
	border-left: solid;
	border-left-width: 15px;
	padding: 20px;
}

.textos{
	padding: 20px;
}

footer{
	border: solid;
	border-color: #ff0000;
}

footer a{
	text-decoration: none;
	color: #fe818a;
}

/* Responsive */

@media screen and (max-width:1280px){
	
	body{
		font-size: 18pt;
	}
	
	.titulo{
		font-size: 55pt;
	}
	
	.sub-titulo{
		font-size: 26pt;
	}
}

@media screen and (max-width:1024px){
	body{
		font-size: 16pt;
	}
	
	.titulo{
		font-size: 45pt;
	}
	
	.sub-titulo{
		font-size: 24pt;
	}
	
	
}

@media screen and (max-width:800px){
	body{
		font-size: 14pt;
	}
	
	.titulo{
		font-size: 40pt;
	}
	
	.sub-titulo{
		font-size: 20pt;
	}
	
	.margen{
		padding: 20px;
	}
	
	
}

@media screen and (max-width:600px){
	body{
		font-size: 13pt;
		line-height: 1.2;
	}
	
	.titulo{
		font-size: 35pt;
		position: relative;
		
		
	}
	
	.fondo-h{
		background-size: contain;
		height: 60vh;
	}
	
	.tex1{
		border-left-width: 10px;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.textos{
		padding: 10px;
	}
	
	
}

@media screen and (max-width:480px){
	
	body{
		font-size: 12pt;
	}
	
	.titulo{
		font-size: 30pt;
	}
}

@media screen and (max-width:350px){
	
	body{
		font-size: 11pt;
	}
	.titulo{
		font-size: 20pt;
	}
	
	.sub-titulo{
		font-size: 14pt;
	}
	
	.textos{
		padding: 8px;
	}
	
	.margen{
		padding: 6px;
	}
	
	.tex1{
		border-left-width: 7px;
	}
}