@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 {
	
}
.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 {
	display: block;
	width: 100vw;
	height: 130vh;
	background-image: url("../img/1_web-3.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pago {
	color: #e6b447;
	background-color: white;
	width: 460px;
	height: auto;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
}

h2 {
	display: block;
	text-align: center;
	background-image: url(../img/deco.png);
	width: 260px;
	padding: 7px;
}

label {
	text-decoration: underline;
}

form {
	background-image: url(../img/deco.png);
	padding: 30px;
}

h3 {
	background-image: url(../img/deco2.png);
	width: 340px;
	color: white;
}

input {
	border-style: none;
	width: 340px;
	height: 25px;
	padding-left: 6px;
}

select {
	border-style: none;
	width: 340px;
	height: 25px;
	 font-size: 12px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
    font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
   font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   opacity:  1;
   font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
   font-size: 12px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    black;
   font-size: 12px;
}

.boton {
	background-color: #e6b447;
	color: white;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-style: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: linear 0.4s;
	font-size: 17px;
}

.boton:hover {
	color: black;
	border: 1px solid black;
}

#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: auto;
	background-image: url("../img/1_web.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 {
	display: block;
	width: 100vw;
	height: auto;
	background-image: url("../img/1_web-3.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pago {
	margin-top: 90px;
	margin-bottom: 90px;
	color: #e6b447;
	background-color: white;
	width: 70vw;
	height: auto;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
}

h2 {
	display: block;
	text-align: center;
	background-image: url(../img/deco.png);
	width: 260px;
	padding: 7px;
}

label {
	text-decoration: underline;
}

form {
	background-image: url(../img/deco.png);
	padding: 30px;
}

form, h3, label, input, select {
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

h3 {
	background-image: url(../img/deco2.png);
	width: 340px;
	color: white;
}

input {
	border-style: none;
	width: 340px;
	height: 25px;
	padding-left: 6px;
}

select {
	border-style: none;
	width: 340px;
	height: 25px;
	 font-size: 12px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
    font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
   font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   opacity:  1;
   font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
   font-size: 12px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    black;
   font-size: 12px;
}

.boton {
	background-color: #e6b447;
	color: white;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-style: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: linear 0.4s;
}

.boton:hover {
	color: black;
	border: 1px solid black;
}

#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: auto;
	background-image: url("../img/1_web.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 {
	display: block;
	width: 100vw;
	height: auto;
	background-image: url("../img/1_web-3mov.jpg");
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pago {
	margin-top: 90px;
	margin-bottom: 90px;
	color: #e6b447;
	background-color: white;
	width: 90vw;
	height: auto;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
}

h2 {
	display: block;
	text-align: center;
	background-image: url(../img/deco.png);
	width: 70vw;
	font-size: 15px;
	padding: 7px;
}

label {
	text-decoration: underline;
}

form {
	background-image: url(../img/deco.png);
	padding: 30px;
}

form, h3, label, input, select {
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

h3 {
	background-image: url(../img/deco2.png);
	width: 46vw;
	color: white;
}

input {
	border-style: none;
	width: 46vw;
	height: 25px;
	padding-left: 6px;
}

select {
	border-style: none;
	width: 46vw;
	height: 25px;
	 font-size: 11.5px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    black;
    font-size: 11.5px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    black;
   opacity:  1;
   font-size: 11.5px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    black;
   opacity:  1;
   font-size: 11.5px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    black;
   font-size: 11.5px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    black;
   font-size: 11.5px;
}

.boton {
	background-color: #e6b447;
	color: white;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-style: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition: linear 0.4s;
}

.boton:hover {
	color: black;
	border: 1px solid black;
}

#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;
}
}