@import url('https://fonts.googleapis.com/css?family=Lora');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Lora', serif;
}

body {
	overflow-x: hidden;
}

.menu_bar {
	display: none;
}

#menu-resp {
	display: none;
}

.menu-or ul img {
	float: left;
	width: auto;
	height: 130px;
}
.menu-or ul {
 list-style:none;
 margin:0;
 padding:0;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

/* items del menu */
header {
	display: block;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/1_web.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-or {
	display: block;
	width: 100%;
	height: 130px;
 	background: rgba(247,215,145,1);
background: -moz-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,215,145,1)), color-stop(100%, rgba(230,180,71,1)));
background: -webkit-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -o-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -ms-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: linear-gradient(to bottom, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d791', endColorstr='#e6b447', GradientType=0 );
border-bottom: 1.5px solid white;
position: relative;
z-index: 100;
}

/* enlaces del menu */

.menu-or ul a {
 display:block;
 color:#fff;
 text-decoration:none;
 font-size: 20px;
 padding: 30px;
 line-height: 71px;
 transition: linear 0.4s;
}

.menu-or ul a:hover {
	color: grey;
}

/* items del menu */

.menu-or ul li {
 position:relative;
 float:left;
 margin:0px;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */
.menu2 {
	display: block;
}
.menu-or ul ul {
 /*opacity: 0;*/
 display: block;
 visibility: hidden;
 position: absolute;
 top:100%;
 bottom: 30px;
 left:0;
 margin-top: -1px;
 padding:0;
}

/* items del menu desplegable */

.menu-or ul ul li {
 float:none;
 width:200px;
}

/* enlaces de los items del menu desplegable */

.menu-or ul ul a {
 line-height:120%;
 font-size: 15px;
 padding:10px 15px;
 background-color: #e6b447;
}

/* items del menu desplegable al pasar el ratón */

.menu-or ul li:hover > ul {
 /*opacity: 1;*/
 visibility: visible;
}

/* ---------------------------------FIN MENU--------------------*/

#main {
	
}



#footer {
	background-color: #e6b447;
	display: block;
	text-align: center;
	color: black;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: white;
}






@media screen and (max-width:1024px) {
	.menu_bar {
	display: block;
	width: 100%;
}
.menu_bar .bt-menu {
		display:block;
		width: 100%;
		position: fixed;
		padding:20px;
		background-color: #e6b447;
		color:#fff;
		text-decoration:none;
		font-weight: lighter;
		font-size:25px;
		z-index: 200;
	}

	.menu_bar i {
		float:right;
		font-size:40px;
	}
	#menu-resp img {
		width: 100px;
		height: auto;
	}
#menu-resp {
	display: block;
	width: 30%;
	padding-top: 0px;
	background-color: #e6b447;
	opacity: 0.9;
	height: 100vh;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

#menu-resp ul {
	list-style: none;
}

#menu-resp ul li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 13px;
}

#menu-resp ul li a:hover {
	text-decoration: underline;
}

.menu-or ul img {
	display: block;
	float: left;
	width: auto;
	height: 130px;
}
.menu-or ul {
	display: none;
 list-style:none;
 margin:0;
 padding:0;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

/* items del menu */
header {
	display: block;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/1_web.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-or {
	display: none;
	width: 100%;
	height: 130px;
 	background: rgba(247,215,145,1);
background: -moz-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,215,145,1)), color-stop(100%, rgba(230,180,71,1)));
background: -webkit-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -o-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -ms-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: linear-gradient(to bottom, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d791', endColorstr='#e6b447', GradientType=0 );
border-bottom: 1.5px solid white;
position: relative;
z-index: 100;
}

/* enlaces del menu */

.menu-or ul a {
 display:none;
 color:#fff;
 text-decoration:none;
 font-size: 20px;
 padding: 30px;
 line-height: 71px;
 transition: linear 0.4s;
}

.menu-or ul a:hover {
	color: grey;
	display:none;
}

/* items del menu */

.menu-or ul li {
	display:none;
 position:relative;
 float:left;
 margin:0px;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */
.menu2 {
	display: none;
}
.menu-or ul ul {
 /*opacity: 0;*/
 display:none;
 visibility: hidden;
 position: absolute;
 top:100%;
 bottom: 30px;
 left:0;
 margin-top: -1px;
 padding:0;
}

/* items del menu desplegable */

.menu-or ul ul li {
	display:none;
 float:none;
 width:200px;
}

/* enlaces de los items del menu desplegable */

.menu-or ul ul a {
	display:none;
 line-height:120%;
 padding:10px 15px;
 background-color: #e6b447;
}

/* items del menu desplegable al pasar el ratón */

.menu-or ul li:hover > ul {
 /*opacity: 1;*/
 display:none;
 visibility: visible;
}

/* ---------------------------------FIN MENU--------------------*/

#main {
	
}



#footer {
	background-color: #e6b447;
	display: block;
	text-align: center;
	color: black;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: white;
}	
}


@media screen and (max-width:740px) {
	.menu_bar {
	display: block;
	width: 100%;
}
.menu_bar .bt-menu {
		display:block;
		width: 100%;
		position: fixed;
		padding:15px;
		background-color: #e6b447;
		color:#fff;
		text-decoration:none;
		font-weight: lighter;
		font-size:15px;
		z-index: 200;
	}

	.menu_bar i {
		float:right;
		font-size:20px;
	}
	#menu-resp img {
		width: 100px;
		height: auto;
	}
#menu-resp {
	display: block;
	width: 75%;
	padding-top: 40px;
	background-color: #e6b447;
	opacity: 0.9;
	height: 100vh;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	z-index: 100;
}

#menu-resp ul {
	list-style: none;
}

#menu-resp ul li a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 13px;
}

#menu-resp ul li a:hover {
	text-decoration: underline;
}

.menu-or ul img {
	display: block;
	float: left;
	width: auto;
	height: 130px;
}
.menu-or ul {
	display: none;
 list-style:none;
 margin:0;
 padding:0;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

/* items del menu */
header {
	display: block;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/1_webmov.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-or {
	display: none;
	width: 100%;
	height: 130px;
 	background: rgba(247,215,145,1);
background: -moz-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,215,145,1)), color-stop(100%, rgba(230,180,71,1)));
background: -webkit-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -o-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: -ms-linear-gradient(top, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
background: linear-gradient(to bottom, rgba(247,215,145,1) 0%, rgba(230,180,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d791', endColorstr='#e6b447', GradientType=0 );
border-bottom: 1.5px solid white;
position: relative;
z-index: 100;
}

/* enlaces del menu */

.menu-or ul a {
 display:none;
 color:#fff;
 text-decoration:none;
 font-size: 20px;
 padding: 30px;
 line-height: 71px;
 transition: linear 0.4s;
}

.menu-or ul a:hover {
	color: grey;
	display:none;
}

/* items del menu */

.menu-or ul li {
	display:none;
 position:relative;
 float:left;
 margin:0px;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */
.menu2 {
	display: none;
}
.menu-or ul ul {
 /*opacity: 0;*/
 display:none;
 visibility: hidden;
 position: absolute;
 top:100%;
 bottom: 30px;
 left:0;
 margin-top: -1px;
 padding:0;
}

/* items del menu desplegable */

.menu-or ul ul li {
	display:none;
 float:none;
 width:200px;
}

/* enlaces de los items del menu desplegable */

.menu-or ul ul a {
	display:none;
 line-height:120%;
 padding:10px 15px;
 background-color: #e6b447;
}

/* items del menu desplegable al pasar el ratón */

.menu-or ul li:hover > ul {
 /*opacity: 1;*/
 display:none;
 visibility: visible;
}

/* ---------------------------------FIN MENU--------------------*/

#main {
	
}



#footer {
	background-color: #e6b447;
	display: block;
	text-align: center;
	color: black;
	font-size: 11px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: white;
}
}