.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: 80px;
}
.wrapper-first-info-right {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 15px;
    width: calc(100% - 240px);
}
.wrapper-first-info-right-container {
    display: block;
    margin-top: 30px;
    padding-left: 58px;
    position: relative;
}
.ofertas {
    display: block;
    position: relative;
}
.ofertas h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #ce2613;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 120%;
}
.ofertas-listado {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    text-align: center;
}
.ofertas-listado-item {
    display: inline-block;
    width: 300px;
    height: 454px;
    margin: 20px 8px;
    margin-bottom: 0;
    position: relative;
}
.ofertas-listado-item-borde {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    display: block;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.ofertas-listado-item-cuadro {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.ofertas-listado-item-bg {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ofertas-listado-item-text {
    background: #fff;
    text-align: center;
    height: 220px;
    display: table;
    width: 100%;
}
.ofertas-listado-item-text-container {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}
.ofertas-listado-item-text-container h2 {
    font-size: 14px;
    color: #333;
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    line-height: 130%;
    display: block;
    padding-top: 5px;
    margin-bottom: 10px;
}
.ofertas-listado-item-text-container p {
    text-align: left;
    padding-top: 10px;
    overflow: hidden;
    width: auto;
    font-size: 12px;
    font-family: 'FF_Clan_Light';
    color: #333;
    line-height: 130%;
    display: block;
}
.ofertas-listado-item-text-container p label {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    font-weight: bold;
}
.ofertas-listado-item-text-container p span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
}
.ofertas-listado-item-link {
    text-align: center;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #dd1136;
    font-size: 12px;
    font-family: 'FF_Clan_Light';
    line-height: 120%;
    width: calc(100% - 60px);
}
.ofertas-listado-item-link i {
    margin-right: 7px;
    font-size: 13px;
}
.ofertas-listado-item-descuento {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;
}
.ofertas-listado-item-descuento-texto {
    background: #dd1135;
    color: #fff;
    font-family: 'FF_Clan_Light';
    font-size: 12px;
    padding: 9px 12px;
    padding-top: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.3);
}
.ofertas-listado-item-descuento-texto-valor {
    display: block;
    text-align: center;
    font-family: 'FF_Clan_Light';
}
.ofertas-listado-item-descuento-texto-valor span {
    vertical-align: bottom;
    display: inline-block;
}
.ofertas-listado-item-descuento-texto-valor span b {
    font-size: 13px;
}
.wrapper-first-info-filtro {
    display: block;
    position: relative;
}
.wrapper-first-info-filtro-container {
    display: block;
    padding: 8px 0;
    position: relative;
}
.wrapper-first-info-filtro-container span {
    font-size: 13px;
    font-family: 'FF_Clan_Light';
    display: block;
    text-align: left;
    padding-bottom: 7px;
    line-height: 120%;
    color: #000;
}
.wrapper-first-info-filtro-container select {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 5px;
    color: #333;
    font-family: 'FF_Clan_Light';
    line-height: 120%;
    display: block;
    background: #fff;
}
.wrapper-first-info-left-container label {
    font-family: 'FF_Clan_Light';
    font-weight: bold;
    padding-bottom: 7px;
    line-height: 120%;
    border-bottom: 2px solid #DD1026;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: left;
    color: #DD1026;
    display: block;
}
#BtnBuscar {
    font-size: 12px;
    color: #fff;
    background: #ce2613;
    padding: 8px 15px;
    display: block;
    border-radius: 5px;
    width: auto;
    text-decoration: none;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'FF_Clan_Light';
    line-height: 130%;
}
#BtnBuscar i {
    margin-right: 7px;
}
.ofertas-listado-comentario {
    display: none;
    position: relative;
    padding-top: 20px;
}
.ofertas-listado-comentario h5 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 14px;
    padding-bottom: 7px;
    line-height: 130%;
}
.ofertas-listado-comentario h6 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 130%;
}
.ofertas-pagination {
    position: relative;
    display: block;
    padding-top: 40px;
    text-align: center;
}
.ofertas-pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #333;
    font-family: 'FF_Clan_Light';
    font-size: 13px;
    cursor: pointer;
}
.ofertas-pagination li i {
    font-size: 14px;
    color: #ce2613;
}
.ofertas-pagination li:hover {
    color: #ce2613;
    font-weight: bold;
}
.PageSelect {
    color: #ce2613 !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 480px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 100px;
        width: 80%;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .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-info {
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 20px;
    }

    .wrapper-first-info-left {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .wrapper-first-info-filtro {
        margin: 0 -8px;
    }

    .wrapper-first-breadcrumb p {
        font-size: 11px;
    }

    .wrapper-first-info-filtro-container {
        display: block;
        width: calc(100% - 16px);
        padding: 8px 8px;
    }

    .wrapper-first-info-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 0;
    }

    .ofertas h1 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-right {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-first-info-left-container {
        margin-top: 50px;
    }

    .ofertas-listado {
        margin-left: 0;
        margin-right: 0;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item-text {
        height: 200px;
    }

    .ofertas-listado-item {
        width: 100%;
        height: 433px;
        margin: 20px auto;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        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-banner-section-listado-item-caja h1 {
        font-size: 25px;
        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: 400px;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 20px;
    }

    .wrapper-first-info-left {
        width: 360px;
        display: block;
        position: relative;
        top: 0;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .wrapper-first-info-filtro {
        margin: 0 -8px;
    }

    .wrapper-first-breadcrumb p {
        font-size: 11px;
    }

    .wrapper-first-info-filtro-container {
        display: inline-block;
        width: calc(50% - 16px);
        padding: 8px 8px;
    }

    .wrapper-first-info-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 0;
    }

    .ofertas h1 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-right {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-first-info-left-container {
        margin-top: 50px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item-text {
        height: 200px;
    }

    .ofertas-listado-item {
        width: 300px;
        height: 433px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-banner-section-listado-item-caja {
        bottom: 120px;
        width: 500px;
    }

    .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 {
        margin-bottom: 20px;
    }

    .wrapper-first-info-left {
        width: 400px;
        display: block;
        position: relative;
        top: 0;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .wrapper-first-info-filtro {
        margin: 0 -8px;
    }

    .wrapper-first-info-filtro-container {
        display: inline-block;
        width: calc(50% - 16px);
        padding: 8px 8px;
    }

    .wrapper-first-info-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 0;
    }

    .ofertas h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-right {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item-text {
        height: 200px;
    }

    .ofertas-listado-item {
        width: 300px;
        height: 433px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        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-banner-section-listado-item-caja h1 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 14px;
    }

    .wrapper-first-breadcrumb {
        margin-bottom: 20px;
    }

    .wrapper-first-info-left {
        width: 420px;
        display: block;
        position: relative;
        top: 0;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .wrapper-first-info-filtro {
        margin: 0 -8px;
    }

    .wrapper-first-info-filtro-container {
        display: inline-block;
        width: calc(50% - 16px);
        padding: 8px 8px;
    }

    .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: 600px;
    }

    .wrapper-first-info-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 0;
    }

    .ofertas h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-right {
        width: 100%;
        margin: 0 auto;
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item {
        width: 280px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        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-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-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 15px;
    }

    .ofertas h1 {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-left {
        width: 160px;
    }

    .wrapper-first-info-right {
        width: calc(100% - 220px);
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item {
        width: 280px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        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-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-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 15px;
    }

    .ofertas h1 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-left {
        width: 180px;
    }

    .wrapper-first-info-right {
        width: calc(100% - 240px);
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item {
        width: 290px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .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-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 15px;
    }

    .ofertas h1 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-left {
        width: 160px;
    }

    .wrapper-first-info-right {
        width: calc(100% - 220px);
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item {
        width: 275px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@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-left-container label {
        font-size: 13px;
    }

    .wrapper-first-info-filtro-container span {
        font-size: 12px;
    }

    .wrapper-first-info-filtro-container select {
        font-size: 11.5px;
    }

    #BtnBuscar {
        font-size: 11.5px;
    }

    .wrapper-first-info-right-container {
        padding-left: 15px;
    }

    .ofertas h1 {
        font-size: 17px;
        padding-bottom: 10px;
    }

    .wrapper-first-info-left {
        width: 160px;
    }

    .wrapper-first-info-right {
        width: calc(100% - 220px);
    }

    .wrapper-first-info-left-container {
        margin-top: 60px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item-text-container p {
        font-size: 11px;
    }

    .ofertas-listado-item {
        width: 275px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@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-left-container label {
        font-size: 14px;
    }

    .wrapper-first-info-right-container {
        padding-left: 30px;
    }

    .ofertas h1 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .wrapper-first-info-left-container {
        margin-top: 70px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item {
        width: 280px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@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-left-container label {
        font-size: 14px;
    }

    .wrapper-first-info-right-container {
        padding-left: 30px;
    }

    .ofertas h1 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .wrapper-first-info-left-container {
        margin-top: 70px;
    }

    .ofertas-listado {
        margin-left: -5px;
        margin-right: -5px;
    }

    .ofertas-listado-item {
        width: 280px;
        height: 453px;
        margin: 20px 5px;
        margin-bottom: 0;
    }

    .ofertas-listado-item-descuento-texto-valor span b {
        font-size: 12px;
    }

    .ofertas-listado-item-text-container h2 {
        font-size: 13px;
    }

    .ofertas-listado-item-link {
        font-size: 11px;
    }

    .ofertas-listado-item-link i {
        font-size: 12px;
    }
}
@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;
    }
}