@font-face {
	font-family: "Cinzel Bold";
	src: url("../fuentes/Cinzel-Bold.ttf");
}
@font-face {
	font-family: "CinzelDecorative Bold";
	src: url("../fuentes/CinzelDecorative-Bold.ttf");
}
@font-face {
	font-family: "DUBAI BOLD";
	src: url("../fuentes/DUBAI-BOLD.TTF");	
}
@font-face {
	font-family: "DUBAI LIGHT";
	src: url("../fuentes/DUBAI-LIGHT.TTF");
}
@font-face {
 	font-family: "DUBAI MEDIUM";
	src: url("../fuentes/DUBAI-MEDIUM.TTF");
}
@font-face {
	font-family: "DUBAI REGULAR";
	src: url("../fuentes/DUBAI-REGULAR.TTF");
}
@font-face {
	font-family: "Signika Bold";
	src: url("../fuentes/Signika-Bold.ttf");
}
@font-face {
	font-family: "Signika Light";
	src: url("../fuentes/Signika-Light.ttf");
}
@font-face {
	font-family: "Signika Medium";
	src: url("../fuentes/Signika-Medium.ttf");
	
}
@font-face {
	font-family: "Signika Regular";
	src: url("../fuentes/Signika-Regular.ttf");
}
@font-face {
	font-family: "Signika SemiBold";
	src: url("../fuentes/Signika-SemiBold.ttf");
}
body {
	margin: 0;
}
.slider {
	position: relative;
	overflow: auto;
	width: 100%;
	margin: 6.9em auto 0;
}
.js .slider {
	overflow: hidden;
}
.slider > ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	word-spacing: -.3em;
	white-space: nowrap;
}

.slider > ul > li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	word-spacing: 0;
	white-space: normal;
}
.slider > ul > .next:first-child {
	left: 100%;
}
.slider > ul > .prev.last-child {
	right: 100%;
}
.slider > ul > .target:first-child,
.slider > ul > .target.last-child {
	left: 0;
	right: 0;
}
.slider > ul > li > img {
	display: block;
	width: 100%;
}
.slider .nav {
	z-index: 1;
	background: #fff;
	text-align: center;
	transition: opacity 2s;
	opacity: 0;
}
.slider.ready .nav {
	opacity: 1;
}
.slider .nav a {
	display: inline-block;
	margin: 1em .5em;
	padding: 0;
	border: none;
	width: 2em;
	line-height: 2em;
	text-align: center;
	color: #9E8531;
	border-radius: 999px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.slider .nav a.active {
	background: #F5D371;
}
.slider .nav > a {
	position: absolute;
	top: 54%;
	margin-top: -21px;
	font-size: 3em;
}
.slider .nav > .back {
	left: 20px;
}
.slider .nav > .forth {
	right: 20px;
}
.slideshow_texto_a {
	position: absolute;
    width: 40%;
    top: 15%;
    right: 100px;
    padding: 5px;
    font-size: 2.3vw;
    line-height: 2vw;
    text-indent: 30px;
}
.slideshow_texto_b {
    position: absolute;
    width: 40vw;
    top: 53%;
    right: 0px;
    padding: 5px 116px 5px 5px;
    font-size: 1.5vw;
    line-height: 1.5vw;
    background: linear-gradient(90deg, rgba(176, 176, 176, 0), rgba(176, 176, 176, 0.5));   
}