.wrapper {
	position: relative;
	width: 100%;
}
.wrapper-banner {
	width: 100%;
	height: 100vh;
	display: block;
	position: relative;
	overflow: hidden;
}
.wrapper-banner-section {
	position: relative;
	width: 100%;
	height: 100%;
}
.wrapper-banner-section-listado-item {
	width: 100%;
	height: 100%;
}
.wrapper-banner-section-listado-item-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    animation: zoom 15s ease-in-out infinite alternate;
}
@keyframes zoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}
.wrapper-banner-section-listado-item-overlay {
	position: absolute;
	z-index: 2;
	background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.2));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wrapper-banner-section-listado-item-caja {
    position: absolute;
    z-index: 3;
    bottom: 200px;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.wrapper-banner-section-listado-item-caja h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
    padding-bottom: 20px;
}
.wrapper-banner-section-listado-item-caja h2 {
    font-family: 'FF_Clan_Light';
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
}
.wrapper-first {
    display: block;
    position: relative;
    width: 100%;
}
.wrapper-first-section {
    width: 1200px;
    margin: 80px auto;
    text-align: center;
    position: relative;
    display: block;
}
.wrapper-first-breadcrumb {
    text-align: left;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.wrapper-first-breadcrumb p {
    color: #333;
    font-family: 'FF_Clan_Light';
    font-size: 12px;
    line-height: 120%;
    font-weight: bold;
}
.wrapper-first-breadcrumb p a {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
.wrapper-first-breadcrumb p span {
    color: #333;
    padding: 0 8px;
}
.wrapper-first-info {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.wrapper-first-info-left {
    width: 180px;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
    position: sticky;
    top: 95px;
}
.wrapper-first-info-right {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 15px;
    width: calc(100% - 240px);
}
.wrapper-first-info-left-container {
    position: relative;
    display: block;
    margin-top: 30px;
}
.wrapper-first-info-left-container ul {
    display: block;
    position: relative;
}
.wrapper-first-info-left-container ul li {
    border-top: 1px solid #c3c3c3;
    display: block;
    text-align: left;
}
.wrapper-first-info-left-container ul li:first-child {
	border-top: none;
}
.wrapper-first-info-left-container ul li a {
    font-family: 'FF_Clan_Light';
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 2px;
    line-height: 120%;
}
.wrapper-first-info-left-container ul li:first-child a {
	padding-top: 0;
}
.wrapper-first-info-left-container ul li a:hover {
	color: #cf2714;
}
.wfilink-activado {
    color: #cf2714 !important;
}
.wrapper-first-info-right-container {
    display: block;
    margin-top: 30px;
    padding-left: 58px;
    position: relative;
}
.wrapper-first-info-right-item {
    display: block;
    position: relative;
}
.wrapper-first-info-right-item p {
    font-family: 'FF_Clan_Light';
    font-size: 13px;
    color: #333;
    text-align: justify;
    line-height: 130%;
    padding-top: 15px;
}
.wrapper-first-info-right-item .npt {
	padding-top: 3px;
}
.wrapper-first-info-right-item-espacio {
    display: block;
    padding-top: 50px;
}
.wrapper-first-info-right-item h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #cf2714;
    text-align: justify;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 120%;
}

@media only screen and (max-width: 480px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 100px;
        width: 80%;
    }

    .wrapper-first-breadcrumb p span {
        padding: 0 6px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .wrapper-first-info-right-item-espacio {
        padding-top: 5px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 12.5px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 80%;
        margin: 70px auto;
    }

    .wrapper-first-breadcrumb p {
        font-size: 11px;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 10px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 16px;
        text-align: left;
    }

    .wrapper-first-info-right-item p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 380px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 25px;
        padding-bottom: 12.5px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 400px;
    }

    .wrapper-first-breadcrumb p {
        font-size: 11px;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 10px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 16px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12px;
    }

    .wrapper-first-info-right-item-espacio {
        padding-top: 10px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 500px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 28px;
        padding-bottom: 12px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 500px;
    }

    .wrapper-first-breadcrumb p {
        font-size: 11px;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 17px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item-espacio {
        padding-top: 30px;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 17px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 650px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 14px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 650px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 17px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 750px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 32px;
        padding-bottom: 15px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 800px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 17px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 850px;
    }

    .wrapper-first-info-left {
        display: none;
    }

    .wrapper-first-info-right {
        width: calc(100% - 30px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 34px;
        padding-bottom: 15px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 850px;
    }

    .wrapper-first-info-right-container {
        padding: 0;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 18px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12.5px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 1000px;
    }

    .wrapper-first-info-left-container ul li a {
        font-size: 12px;
    }

    .wrapper-first-info-left {
        width: 160px;
    }

    .wrapper-first-info-right {
        width: calc(100% - 220px);
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 36px;
        padding-bottom: 17px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 1050px;
    }

    .wrapper-first-info-right-container {
        padding-left: 25px;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 18px;
    }

    .wrapper-first-info-right-item p {
        font-size: 12.5px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 1000px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 36px;
        padding-bottom: 17px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 1050px;
    }

    .wrapper-first-info-right-container {
        padding-left: 25px;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 1100px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 38px;
        padding-bottom: 17px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 17px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 1100px;
    }

    .wrapper-first-info-right-container {
        padding-left: 45px;
    }

    .wrapper-first-info-right-item h1 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
        width: 1100px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 40px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }

    .wrapper-first-section {
        width: 1100px;
    }

    .wrapper-first-info-right-container {
        padding-left: 45px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 170px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 40px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.25));
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 170px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 42px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 180px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 45px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 20px;
    }
}