@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: 'Josefin Sans', sans-serif;	
font-size: 16pt;
color: #7c7c7c;	
line-height: 1.3;
}

body a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

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

#leaderboard{
	display: none;
}

#highbanner{
	display: none;
}

header{
	background-color: #cf102d;
}



.borde{
	border-bottom: solid 3px #ee5ba1;
	
}
.primario{
	width: 50%;
}

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

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

.contenedor{
	padding: 40px 220px;
}

.titulo{
	font-family: 'Playfair Display', serif;
	font-size: 2.18em;
	color: #d6148b;
	text-decoration: underline;
	text-transform: uppercase;
	
}

.subtitulo{
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	font-weight: 900;
	color: #d6148b;
	text-decoration: underline;
	text-transform: uppercase;
}

.textos{
	padding: 40px;
}

.botones{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cta{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .80em;
	background-color: #d5138a;
	color: white;
	padding: 16px;
	border-radius: 10px;
	border: solid #d5138a 2px;
}

.cta:hover{
	color:#d5138a;
	background-color: white;
	border: solid #d5138a 2px;
}

#video3{
	background-image: url("images/bck-video.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#visita{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: white;
	background-color: #d5138a;
	font-size: .80em;
	padding: 20px;
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border: solid #d5138a 2px;
}

#visita:hover{
	color:#d5138a;
	background-color: white;
	border: solid #d5138a 2px;
}

.youtube{
	width: 50%;
}

footer{
	background-image: url("images/bck-footer.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}

footer img{
	width: 20%;
}
@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

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

@media screen and (max-width:1280px){
	
	body{
		font-size: 15pt;
	}
	
	.contenedor{
	padding: 40px 120px;
}
	
	#video3{
		height: 100vh;
	}
}

@media screen and (max-width:1024px){
	#billboard{
		display: none;
	}
	
	#leaderboard{
		display: block;
	}
	
	body{
		font-size: 14pt;
	}
	
	.contenedor{
	padding: 40px 80px;
}
}

@media screen and (max-width:800px){
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		
		width: 100%;
	}
	
	#visita{
		width: 25%;
		padding: 16px;
	}
	footer{
		text-align: center;
	}
	footer img{
	width: 30%;
	
}
}

@media screen and (max-width:600px){
	#leaderboard{
		display: none;
	}
	
	#highbanner{
		display: block;
	}
	
	body{
		font-size: 12pt;
	}
	
	.contenedor{
	padding: 40px 50px;
}
	
	#video1 iframe{
		height: 270px;
	}
	
	#video2 iframe{
		height: 270px;
	}
	
	footer img{
	width: 40%;
	
}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	header img{
		width: 32%;
	}
	#video3{
		height: 80vh;
	}
	
	#video1 iframe{
		height: 250px;
	}
	
	#video2 iframe{
		height: 250px;
	}
	
	#video3 iframe{
		height: 250px;
	}
	
	#video2 iframe{
		height: 250px;
	}
	
	#visita{
		width: 28%;
		padding: 10px;
	}
}

@media screen and (max-width:400px){
	.contenedor{
	padding: 30px 30px;
}
	
	.textos{
		padding: 20px;
	}
	
	.botones{
		flex-direction: column;
	}
	
	#video1 iframe{
		height: 220px;
	}
	
	#video2 iframe{
		height: 220px;
	}
	
	#video3 iframe{
		height: 220px;
	}
	
	footer img{
	width: 50%;
	
}
}

@media screen and (max-width:350px){
	.textos{
		padding: 10px;
	}
	
	#video1 iframe{
		height: 140px;
	}
	
	#video2 iframe{
		height: 140px;
	}
	
	#video3 iframe{
		height: 176px;
	}
	
	#visita{
		width: 32%;
		padding: 6px;
	}
}