@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: BlissPro-Regular;	
font-size: 14pt;
line-height: 1.3;
color: #707070;	
}

body a{
	text-decoration: none;
	 
}

img{
	max-width: 100%;
}

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

.primario{
	width: 50%;
}

.secundario{
	width: 65%;
}

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

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

.titulo{
	font-family: Flama-Bold;
	font-size: 50pt;
	color: white;
	padding: 40px;
	margin-top: auto;
	
}

.subraya{
	text-decoration: underline;
}

.bajada{
font-family: BlissPro-Regular;	
font-size: 15pt;
color: white;
padding: 0px 30px 100px ;
margin-top: auto;
	
}

.ligth{
	font-family: Flama-Light;
}

.morado-txt{
	color: #c3b4c3;
}

.titular{
	font-family: Flama-Semibold;
	font-size: 22pt;
}

.morado-bck{
	background-color: #c3b4c3;
}

.textos{
	padding: 80px;
}

.parrafo{
	padding: 40px;
}

.margen{
	width: 70%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	
}

.margen-f{
	width: 70%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	
}

.itlalica{
	font-family: BlissPro-MediumItalic-BlissPro-MediumItalic;
}

.blanco-txt{
	color: white;
}

header{
	background-image: url("images/hero-img.jpg");
	height: 100vh;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content:center;
	align-content: space-between;
}

.cursor-izq{
	position: relative;
	width: 60%;
	top:-60px;
	
	
}

#tarjeta1{
	height: 100vh;
}

.t2{
	padding: 0px 0px 0px 15px;
	height: 100vh;
}

#txt2{
	height: 50%;
	text-align: right;
}

#img2{
	height: 50%;
}

.cursor-der{
	position: relative;
	width: 62%;
	margin-left: auto;
	text-align: center;
	top:-60px;
	
}

#modulo4{
	margin-left: auto;
	margin-right: auto;
}

.logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
	
}

#lgs div{
	padding: 10px;
}

@media screen and (max-width:1245px){
	body{
		font-size: 12pt;
	}
	
	.titular{
		font-size: 20pt;
	}
}

@media screen and (max-width:1170px){
	.cursor-der{
		top: -150px;
	}
	
	#modulo4{
		margin-top: -100px;
	}
}

@media screen and (max-width:1098px){
	body{
		font-size: 11pt;
	}
	
	.titular{
		font-size: 18pt;
	}
	
	.titulo{
		font-size: 46pt;
	}
	
	.bajada{
		font-size: 13pt;
		
	}
	
	.parrafo{
		padding: 30px;
	}
	
	.cursor-der{
		top: -200px;
	}
	
	

}

@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}


@media screen and (max-width:900px){
	.titulo{
		font-size: 40pt;
	}
	
	.bajada{
		font-size: 12pt;
		
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#img2{
		display: none;
	}
	
	#tarjeta1{
	height: auto;
}
	.t2{
	padding: 0px;
	height: 100vh;
}
	#modulo4{
		margin-top: auto;
	}
	
	.margen-f{
		width: 100%;
	}
	
	#img4{
		text-align: center;
		background-color: white;
		padding-bottom: 30px;
	} 
	
	.logos{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
    text-align: center;	
	
}
	
	.cursor-izq{
		width: 100%;
		top:-220px;
	}
	
	.cursor-der{
		width: 100%;
		top:-80px;
	}
	
	#btn{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 780px){
	
	header{
		flex-direction: column;
		justify-content:space-around;
		align-items:center;
		height: 60vh;	
			
	}
	
	h1 br{
		display: none;
	}
	
	
	
	.titulo{
		font-size: 30pt;
	}
	
	.bajada{
		padding: 50px;
		width: 60%;
	}
	
	.margen{
	width: 80%;
	
	
}
	
	.cursor-der{
		
		top:-150px;
	}
	
	#modulo4{
		margin-top: -50px;
	}
}

@media screen and (max-width:690px){
	
	#modulo4{
		margin-top: -150px;
	}
	
	.cursor-der{
		
		top:-250px;
	}
	
	.cursor-izq{
		
		top:-250px;
	}
}

@media screen and (max-width:600px){
	.titulo{
		font-size: 26pt;
	}
	
	.bajada{
		padding: 50px;
		width: 70%;
	}
	
	.cursor-der{
		
		top:-300px;
	}
	
	#modulo4{
		margin-top: -250px;
	}
}

@media screen and (max-width:540px){
	
	.titulo{
		font-size: 24pt;
	}
	
	.bajada{
		width: 75%;
		font-size: 11pt;
	}
	
	.cursor-der{
		
		top:-350px;
	}
	
	#modulo4{
		margin-top: -300px;
	}
	
	#btn{
		width: 55%;
	}
}

@media screen and (max-width:500px){
	.titulo{
		font-size: 20pt;
	}
	
	.bajada{
		width: 80%;
		font-size: 11pt;
	}
	
	.cursor-izq{
		
		top:-270px;
	}
	
	#modulo4{
		margin-top: -250px;
	}
}

@media screen and (max-width:450px){
	
	.titulo{
		font-size: 16pt;
	}
	
	.bajada{
		width: 100%;
		font-size: 10pt;
	}
	
	.cursor-izq{
		
		top:-290px;
	}
	
	.cursor-der{
		
		top:-380px;
	}
	
	#modulo4{
		margin-top: -330px;
	}
	
	#btn{
		width: 80%;
	}
}

@media screen and (max-width:350px){
	
	body{
		font-size: 10pt;
	}
	
	.parrafo{
		padding: 20px;
	}
	
	.titulo{
		font-size: 13pt;
	}
	
	.bajada{
		font-size: 9pt;
	}
	
	.cursor-izq{
		
		top:-250px;
	}
	
	.cursor-der{
		
		top:-320px;
	}
	
	#modulo4{
		margin-top: -280px;
	}
	
}