nav {
	position: relative;
	width: 100%;
	height: 80px;
	z-index: 95;
	background-color: #d3af36;	
	border-bottom: 0px solid black;
}

div.menu_idiomes {
	display: block;
	position: relative;
	line-height: 0px;
	margin-right: 100px;
	float: right;
	top: 50%;
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
   	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

ul#pc {
	position: relative;
	line-height: 0px;
	/* margin-left: 0px; */
	float: left;
	top: 50%;
	left: 50%;	
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
ul#movil_ul {
	display: none;
	position: absolute;
	line-height: 0px;
	top: 50%;
	right: 5%;
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

li.menu {
	display: inline;
	margin-right: 25px;
}
li.menu2 {
	display: inline;
	margin-left: 20px;
}

a.menu {
	font-family: "Gotham-Bold", Helvetica, Arial;
	font-size: 1em;
	color: black;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
	color: white;
}

a.menu_movil {
	font-family: "Gotham-Bold", Helvetica, Arial;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #d3af36;
	text-decoration: none;
}

div#hamburguer {
	display: none;
	cursor: pointer;
	width: 42px;
	height: 30px;
	line-height: 0px;
	text-align: right;	
	background: url(../img/hamburguer.png) no-repeat;
	background-size: contain;
	z-index: 99;
}
div#hamburguer:hover {
	width: 42px;
	height: 30px;
	line-height: 0px;
	text-align: right;
	background: url(../img/hamburguer_white.png) no-repeat;
	background-size: contain;
	transition: all 0.1s;
}
div#hamburguer_white {
	display: none;
	cursor: pointer;
	width: 42px;
	height: 30px;
	line-height: 0px;
	text-align: right;	
	background: url(../img/hamburguer_white.png) no-repeat;
	background-size: contain;
	z-index: 99;
}
div#menu_movil {
	display: none;
	position: fixed;
	width: 0%;
	height: 100%;
	background-color: black;
/* 	white-space: nowrap; */
	overflow: hidden;
	z-index: 90;
	transition: all 0.2s;
	z-index: 100;
}
div#menu_movil_texto {
	padding-left: 60px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/* @media (max-width: 1700px) {
div.menu_idiomes {
	margin-right: 90px;
}

ul#pc {
	margin-left: 150px;
}

} */

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/* @media (max-width: 1600px) {
div.menu_idiomes {
	margin-right: 70px;
}

ul#pc {
	margin-left: 80px;
}
	
}
 */
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1500px) {
/* div.menu_idiomes {
	margin-right: 50px;
}

ul#pc {
	margin-left: 60px;
} */

li.menu {
	margin-right: 20px;
}
li.menu2 {
	margin-left: 15px;
}
	
}


/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {
nav {
	height: 45px;
}
/* div.menu_idiomes {
	margin-right: 40px;
}
ul#pc {
	margin-left: 45px;
} */
li.menu {
	margin-right: 15px;
}
li.menu2 {
	margin-left: 10px;
}
a.menu {
	font-size: 1em;
}

}	

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/* @media (max-width: 1200px) {
nav {
	height: 40px;
}
ul#pc {
	margin-left: 40px;
}
a.menu {
	font-size: 0.9em;
}

} */

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/* @media (max-width: 1100px) {
li.menu {
	margin-right: 12px;
}
li.menu2 {
	margin-left: 8px;
}
a.menu {
	font-size: 0.8em;
}

} */

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1300px) {
nav {
	border-bottom: 0px solid #6B655F;
	height: 50px;
}
ul#pc {
	display: none;
}
ul#movil_ul {
	display: block;

}
div.menu_idiomes {
	display: none;
}
a.menu {
	display: block;
	font-size: 1.5em;
	line-height: 28px;
	text-align: left;
}
a.menu:hover {
	text-decoration: underline;
	color: white;
	border-bottom: 0px solid white;
}
div#hamburguer {
	display: block;
}
div#hamburguer_white {
	display: block;
}
div#menu_movil {
	display: block;
}

}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) /* iPhone 4 and 4S */,
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) /* iPhone 5, 5S, 5C and 5SE */,
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) /* iPhone 6, 6S, 7 and 8 */,
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) /* iPhone 6+, 7+ and 8+ */,
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) /* iPhone X */ {

div#menu_movil_texto {
	padding-left: 40px;
}

}	
	
@media
only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) /* iPhone 4 and 4S */,
only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) /* iPhone 5, 5S, 5C and 5SE */,
only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) /* iPhone 6, 6S, 7 and 8 */,
only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) /* iPhone 6+, 7+ and 8+ */,
only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) /* iPhone X */ {

div#menu_movil_texto {
	padding-left: 70px;
}

a.menu {
	display: block;
	font-size: 1.3em;
	line-height: 18px;
	text-align: left;
}

a.menu_movil {
	font-size: 1em;
	line-height: 1em;
	color: white;
	text-decoration: none;
}

}
