@font-face {
    src: url("../fonts/tradegothicbold.otf");
    font-family: "tradegothicbold";
}
@font-face {
    src: url("../fonts/tradegothiclight.otf");
    font-family: "tradegothiclight";
}
@font-face {
    src: url("../fonts/tradegothicitalic.otf");
    font-family: "tradegothicitalic";
}
#slide1 .contenedor{cursor:pointer}
button{cursor:pointer}
.menu-wrap a {
	color: #333;
	text-align:center
}
.nextsection{position:fixed;z-index:10001;bottom:20px; right:-25px; width:200px; height:50px;}
.abajo-blanca{
	width:70px;
    height:70px;
    background-image: url(../img/arrowD.png);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-size: 45%;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
    border: none;
	right:-35px;
}
.abajo-negra{
	width:50px;
    height:50px;
	background-image: url(../img/arrowD2.png);
	-webkit-background-size: cover;
    background-size: cover;
    -webkit-background-size: 45%;
    background-size: 45%;
    background-position: center;
    background-position: bottom;
    background-repeat: no-repeat;
}
.arriba-blanca{
	width:0px;
    height:0px;
    border-style: solid;
    border-width: 30px;
    border-top-width:0px;
    border-color: transparent transparent rgba(255,255,255,0.9) transparent;}


.next{width:100% !important; height:50px;background-color: blue;margin:0 auto;z-index:10001;text-align: center;}

.idiomas{
 position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    margin: 20px 54px;
}
.idiomas a{color:#000;font-family:"tradegothiceighteen";font-size:14px;padding:0 7px;letter-spacing:1px}
.idiomas a:hover, .idiomas a.active{color:#c92124 !important}
.idiomas a.primero:after{
	content:"";
	width:2px;
	height:80%;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	margin:0 7px 0 7px;
	background: #000;
	display:inline-block;
	position:absolute;
	border-radius:1px;
}
.idiomas a.idiomablanco{color:#fff }
.idiomas a.idiomablanco:after{background:#fff}
.menu-wrap a.active,
.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c92124;
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	margin-top: 20px;
	margin-right: 20px;
	text-indent: 3em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	right:0;
	outline: none;
	background-color: transparent;		background-image: url(../img/menu.png);
}.menu-blanco{background-image: url(../img/menublanco.png) !important;}

/*.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	content: '';
	background: linear-gradient(#000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%)
}
.menu-blanco::before{background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%) !important;}
.menu-negro::before{background: linear-gradient(#000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%) !important;}*/


/* Close Button */
.close-button {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	text-indent: 1em;
	border: none;
	background: transparent;
	color: transparent;
	outline: none;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #000;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 1001;
	width: 270px;
	padding-top: 80px;
	height: 100%;
	background: #fff;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	right:0
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	color:#000;
	display: block;
	margin-bottom: 15px !important;
	font-size: 30px;
	letter-spacing: 2px;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
	font-family: "tradegothicbold";
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
	text-transform:uppercase;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media (max-width: 480px) {
.menu-button {
	position: fixed;
	z-index: 1000;
    margin-top:20px;
    margin-right:20px;
	padding: 0;
	width: 60px;
	height: 60px;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	right:0;
	outline: none;
}
.menu-button {
	position: fixed;
	z-index: 1000;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	margin-top: 20px;
	margin-right: 20px;
	text-indent: 3em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
	right:0;
	outline: none;
	background-color: transparent;		background-image: url(../img/menu.png);
}.menu-blanco{background-image: url(../img/menublanco.png) !important;}
}