@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;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: top;
}
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: 'Barlow Condensed', sans-serif;	
font-size: 16pt;
color: #7c7c7c;	
line-height: 1.3;
}

body a{
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;	
	font-weight: 600;
	color: #212121;
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
	    padding: 10px 0px;

    
}

#leaderboard{
	display: none;
}

#highbanner{
	display: none;
}

header{
	background-color: #cf102d;
}

	.hiden{
		display: block;
	}
.oper{
    background-image: url(images/dj.jpg);
background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
    min-height: 500px;
}

.borde{
    border-bottom: solid 1px #c3c3c3;
	
}
.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{    position: relative;
    bottom: -124px;
    	font-family: 'Barlow Condensed', sans-serif;	
	font-size: 6rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;

	
}

.subtitulo{
	font-family: 'Barlow Condensed', sans-serif;	
	font-size: 2em;
	font-weight: 600;
	color: #212121;
}

.textos{
	padding: 40px;
}

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

.cta{
	transition: background-color 0.7s ease;
	font-family: 'Barlow Condensed', sans-serif;	
	font-weight: 600;
	font-size: .80em;
	color: white;
	padding: 16px;
	background-color: #c3c3c3;

}

.cta:hover{
	background-color: #da6400;
	color:white;

}

#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: #5ac4e480;
	font-size: .80em;
	padding: 20px;
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	border: solid #5ac4e480 2px;
}

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

.youtube{
	width: 50%;
}

footer{
	background-color: #000;
	padding: 30px;
	
}

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: 1024px) {
	
    .oper{
    background-image: url(images/bg-t.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: center;
    min-height: 50%;
}
}

@media (min-width: 200px) and (max-width: 768px){
   
    .oper {
        background-image: url(images/bg-t.svg);
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 400px;
        margin-top: 136px;
    }

}
@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%;
	}
	.hiden{
display: none;	}
	#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;
	}
}