@charset "utf-8";
/* CSS Document */

.lateral {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 300px;
	background-image: url(../images/bg.png);
	position: absolute;
}
.autoimg {
	max-width: 100%;
	height: auto;
	display:block;
}
.autoimg2 {
	height: auto;
	display: block;
	border-radius: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#centerimg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 20px;
}
.menu-cont {
	width: 70%;
	height: 400px;
	float: right;
	margin-right: 2%;
	position: relative;
	z-index: 2;
	padding-top: 20px;
}
.menu-vid {
	width: 70%;
	height: 500px;
	float: right;
	margin-right: 2%;
	position: relative;
	z-index: 2;
	padding-top: 20px;
}

.galeria {
	width: 70%;
	height: 500px;
	float: right;
	margin-right: 20px;
	position: relative;
	z-index: 2
}

.quarter {
	width: 23%;
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
	float: right;
	color: transparent;
	opacity:0.7;
}
.quarter h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.quarter p {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align:center;
}
.quarter:hover {
	color:white;
	opacity:1;
}
.quarter2 {
	width: 23%;
	height: 100%;
	float: right;
	opacity: 1;
}
.quarter2 {
	width: 20%;
	height: 100%;
	float: right;
	opacity: 1;
	padding: 0 2% 2% 2%;
	position: absolute;
}

.quarter3 {
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;
	height: 435px;
	float: right;
	color: white;
	opacity: 1;
	padding: 20px;
	background-image: url(../images/black.png);
	overflow:auto;
}
.quarter3 h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.quarter3 p {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align:center;
}
.quarter3 p a{
	color: #09C;
	font-weight: bold;
	text-align: right;
}
.quarter3c {
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;
	height: 435px;
	float: right;
	color: white;
	opacity: 1;
	padding-right: 20px
}
.quarter3c h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.quarter3c p {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align:center;
}
.quarter3c p a{
	color: #09C;
	font-weight: bold;
	text-align: right;
}

.aquarter3 {
	width: 70%;
	margin-left: 5px;
	margin-right: 5px;
	height: auto;
	float: right;
	color: white;
	opacity: 1;
	padding: 10px;
	background-image: url(../images/black.png);
	overflow: auto;
	position: relative;
	border-radius: 8px;
}
.aquarter3 h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.aquarter3 p {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align:center;
}
.aquarter3 p a{
	color: #09C;
	font-weight: bold;
	text-align: right;
}

.fifth {
	width: 18%;
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
	float: right;
	color: transparent;
	opacity:0.7;
}
.fifth h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}
.fifth p {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align:center;
}
.fifth:hover {
	color:white;
	opacity:1;
}

.logos {
	list-type: none;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.logos img {
	float: left;
	padding-left: 4px;
	width: 100%;
	height: auto;
	display: inline;
	position:absolute;
	bottom: 0;
}	
.titulo {
	width: 100%;
	height: auto;
	color: white;
}
.titulo h3 {
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
	text-align: right;
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.video {
	width: 100%;
	height: 100%;
}
#player {
	display:block
}
#responsivelogo {
	display: none;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
	width: 80%;
}
#menu {
	display:none
}
.slicknav_menu {
	display:none;
	position:relative;
	z-index: 10;
}
.contacto {
	width: 300px;
	bottom: 0;
	left: 0;
	height: 100px;
	display: block;
	position: absolute;
	color: white;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.contacto-responsive {
	width: 100%;
	height: auto;
	display: none;
	position: absolute;
	color: white;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	bottom: 30px;
}

@media screen and (max-width: 1024px) { 
.menu-cont {
	width:65%;
	height:380px;
}
}
@media screen and (max-width: 767px) { 
#responsivelogo {
	display:block;
}	
.lateral {
	display:none;
}
.menu-cont {
	width:95%;
	height:400px;
}
.menu-vid {
	width:95%;
	height:300px;
}

#footer {
	margin:0
}

	.js .slicknav_menu {
		display:block;
		position:relative;
	}

.galeria {
	width: 95%;
	height: 630px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	display: block;
	float:none;
}
.menu-cont {
	width: 95%;
	height: 400px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	display:block;
}
.quarter3 {
	padding-top: 0px;
}
.quarter3c {
	padding-top: 0px;
}

.aquarter3 {
	width: 95%;
}
.contacto-responsive {
	display:block;
}
.contacto {
	display:none;
}
}
