@import url(css/menu.css);
@import url(css/banner.css);


/* CSS Document */
 *{
margin: 0;
padding: 0;
box-sizing: border-box;
}

@font-face {
	font-family: "Vibrocentric Italic";
	src: url("../fonts/vibrocentric_rg_it-webfont.eot");
	src:url('../fonts/vibrocentric_rg_it-webfont.eot?#iefix') format('embedded-opentype'),
    url(' ../fonts/vibrocentric_rg_it-webfont.woff') format('woff'),
	url('../fonts/vibrocentric_rg_it-webfont.ttf') format('truetype'),
    url('../fonts/vibrocentric_rg_it-webfont.svg#Vibrocentric Italic') format('svg'),
	url('../fonts/vibrocentric_rg_it-webfont.woff2') format('woff2'),
	url('../fonts/vibrocentric it.otf') format('otf');
}


body {font-family:Vibrocentric Italic}

header {width: 100%;
height: 45px;
background: #001D26;
color: #F9F6F6;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}

.contenedor {
	width: 95%;
	margin:auto;
}

h1 {
	float:left;
	text-align: center;
	padding-top: 5px;
	padding-left: 7px;
}


header .contenedor {
	display: table;
}

header .contenedor img {
	float: left;
}

li {
	list-style-type: none;
	text-decoration: none;
}

section {
	width: 100%;
	margin-bottom: 25px;
	
}

.videoreel {
	position: relative;
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-left: 50px;
}

#frase {
	text-align: center;
	color: rgba(1,34,45,1.00);
}

footer .contenedor img {
	width: auto;
	height: 90px;
}

footer .contenedor {
	justify-content: center;
	
}

.copy {
	font-size: 20px;
	color: rgba(1,34,45,1.00);
	padding-bottom: 20px;
	text-align: center;
	
}

.sociales {
	width: 100%;
	text-align: center;
	font-size: 35px;
	
}

.sociales a {
	color: rgba(1,34,45,1.00);
	text-decoration: none;
	padding-bottom: 50px;
}

.capa p {
	text-align: center;
	padding-top: 330px;
}

#ventana {
	visibility: hidden;
}

@media (min-width: 768px) {
	.sociales, .copy {
		width: auto;
		
	}
	
}

@media (min-width: 768px) {
	.videoreel {
		transform: translateX(100px)
		
	}
	
}

@media (min-width: 1024px) {
	.videoreel {
		transform: translateX(200px)
		
	}
	
}

