/*SECCION 1*/
section#s1{
	text-align: center;
	background: #2B292A;
	height: 100%;
	width: 100% !important;
	overflow: none;
	right: 0;
	transition: all 1s ease-in-out;
}
section#s1 embed{
	width: 100%;
	height: 100%;
}
section#s1 .idioma{
text-align: left;
height: 50px;
width: 250px;
padding:5px;
position: fixed;
bottom: 70px;
left: 55px;
}
section#s1mobile{
	height: 100%;
	text-align: center;
	background: #862434;
	padding:50px 30px;
	overflow: hidden;
	color: #C7B086;
	display: none;
}
/********** RESPONSIVE **********/
@media screen and (max-width: 1680px){
}

@media screen and (max-width: 1440px){
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 800px){
}

@media screen and (max-width: 600px){
/*section#s1{display: none;}
section#s1mobile{display: inline-block;}*/
}

@media screen and (max-width: 480px){
}

@media screen and (max-width: 320px){
}
