.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;
}
.banner1 {
	background-image:url(../images/home/banner/banner-1.jpg);
}
.banner2 {
    background-image:url(../images/home/banner/banner-2.jpg);
}
.banner3 {
    background-image:url(../images/home/banner/banner-3.jpg);
}
@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: 70px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
    padding-bottom: 15px;
}
.wrapper-banner-section-listado-item-caja h2 {
    font-family: 'FF_Clan_Light';
    font-weight: normal;
    font-size: 26px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
}
.wrapper-banner-section-listado-item-caja a {
    background: #cf2714;
    padding: 8px 30px;
    padding-top: 10px;
    border-radius: 5px;
    box-shadow: #000 2px 2px 3px;
    color: #fff;
    text-decoration: none;
    font-family: 'FF_Clan_Light';
    font-size: 16px;
    cursor: pointer;
    line-height: 130%;
    display: inline-block;
    margin-top: 25px;
}
.wrapper-banner-section-listado-item-caja a i {
    margin-right: 5px;
    font-size: 17px;
}
.wrapper-banner-section-listado-item-sello {
    position: absolute;
    z-index: 4;
    bottom: 270px;
    text-align: right;
    width: 1300px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.wrapper-banner-section-listado-item-sello img {
    width: 320px;
    display: inline-block;
    margin-right: -55px;
}
.wrapper-first {
    display: block;
    position: relative;
    width: 100%;
}
.wrapper-first-section {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 100px 0;
    padding-top: 120px;
}
.wrapper-first-section h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 120%;
    font-size: 22px;
}
.wrapper-first-section ul {
    display: block;
    width: 100%;
    position: relative;
    margin: 45px auto;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 13px;
    text-align: center;
}
.wrapper-first-section ul li {
    display: inline-block;
    width: 150px;
}
.wrapper-first-section ul li a {
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.wrapper-first-section ul li a span {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.first-svg-category path {
    fill: #b9b9b9;
    transition: all .5s;
}
.wrapper-first-section-category li a:hover .first-svg-category path {
    fill: #CE2611;
}
.first-svg-active .first-svg-category path {
    fill: #CE2611 !important;
}
.wrapper-first-section ul li a p {
    color: #b9b9b9;
    font-size: 12px;
    margin-top: 20px;
    font-family: 'FF_Clan_Regular';
    text-transform: uppercase;
    line-height: 120%;
    display: inline-block;
    position: relative;
    transition: all .5s;
}
.wrapper-first-section ul li a p::after {
    content: '';
    background: transparent;
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all .5s;
}
.wrapper-first-section-category li a:hover p {
    color: #CE2611;
}
.wrapper-first-section-category li a:hover p::after {
    background: #CE2611;
}
.first-svg-active p {
    color: #CE2611 !important;
}
.first-svg-active p::after {
    background: #CE2611 !important;
}
.wrapper-first-section-category-pane {
    position: relative;
    display: block;
    width: 100%;
    margin-top: -15px;
}
.first-category-panel {
    position: relative;
    transition: all .15s linear;
    text-align: center;
    width: 100%;
    display: none;
}
.first-pane-active {
    display: block;
}
.first-category-panel-item {
    width: 350px;
    height: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    margin-top: 25px;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.first-category-panel-item-borde {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.first-category-panel-item-borde a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    text-decoration: none;
}
.first-category-panel-item-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    z-index: 1;
}
.first-category-panel-item-borde:hover .first-category-panel-item-bg {
    transform: scale(1.1);
}
.first-category-panel-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    z-index: 2;
}
.first-category-panel-item-leyenda {
    position: absolute;
    z-index: 3;
    top: 25px;
    left: 25px;
}
.first-category-panel-item-leyenda span {
    background: rgba(0,0,0,.8);
    color: #fff;
    font-family: 'FF_Clan_Light';
    font-size: 13px;
    line-height: 120%;
    padding: 5px 20px;
    padding-top: 6px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.first-category-panel-item-btn {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    right: 25px;
}
.first-category-panel-item-btn i {
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    font-size: 22px;
}
.first-category-panel-item-titulo {
    position: absolute;
    z-index: 4;
    left: 25px;
    right: 25px;
    bottom: 115px;
}
.first-category-panel-item-titulo h2 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 130%;
    text-shadow: #000 2px 2px 3px;
    font-size: 16px;
    padding-right: 40px;
}
.first-category-panel-item-titulo p {
    font-size: 14px;
    color: #fff;
    font-family: 'FF_Clan_Light';
    line-height: 120%;
    text-align: left;
    padding-top: 13px;
    text-shadow: #000 2px 2px 3px;
    padding-right: 80px;
}
.wrapper-second {
    display: block;
    position: relative;
    width: 100%;
}
.wrapper-second-section {
    width: 1300px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 100px 0;
    padding-top: 120px;
}
.wrapper-second-section h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 120%;
    font-size: 22px;
}
.wrapper-second-listado {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 45px;
}
.wrapper-second-item {
    width: 100%;
    position: relative;
    display: block;
    height: 440px;
    margin-top: 15px;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.wrapper-second-item-borde {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.wrapper-second-item-borde a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.wrapper-second-item-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    z-index: 1;
}
.wrapper-second-item-borde:hover .wrapper-second-item-bg {
    transform: scale(1.1);
}
.wrapper-second-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0,0,0,.3));
    z-index: 2;
}
.wrapper-second-item-leyenda {
    position: absolute;
    z-index: 3;
    left: 150px;
    right: 150px;
    text-align: right;
    top: 45px;
}
.wrapper-second-item-leyenda span {
    background: rgba(0,0,0,.8);
    color: #fff;
    font-family: 'FF_Clan_Light';
    font-size: 13px;
    line-height: 120%;
    padding: 5px 30px;
    padding-top: 6px;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.25);
}
.wrapper-second-item-contenido {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 150px;
    right: 150px;
    transform: translateY(-50%);
}
.wrapper-second-item-contenido h2 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    text-align: right;
    color: #fff;
    line-height: 120%;
    text-shadow: #000 2px 2px 3px;
    font-size: 38px;
}
.wrapper-second-item-contenido p {
    font-size: 16px;
    color: #fff;
    font-family: 'FF_Clan_Light';
    line-height: 120%;
    text-align: right;
    padding-top: 20px;
    text-shadow: #000 2px 2px 3px;
}
.wrapper-second-item-btn {
    position: absolute;
    z-index: 5;
    bottom: 45px;
    left: 150px;
    right: 150px;
    text-align: right;
}
.wrapper-second-item-btn i {
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    font-size: 28px;
}
.wrapper-third {
    display: block;
    position: relative;
    width: 100%;
    height: 600px;
}
.wrapper-third-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.wrapper-third-bg {
    background-image: url(../images/home/oferta/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.wrapper-third-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.05);
    top: 0;
    left: 0;
}
.wrapper-third-texto {
    position: absolute;
    z-index: 3;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrapper-third-texto img {
    width: 220px;
    margin-left: -7px;
    padding-bottom: 30px;
}
.wrapper-third-texto h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 120%;
    text-shadow: #222 1px 1px 3px;
    font-size: 38px;
    padding-bottom: 25px;
}
.wrapper-third-texto a {
    background: #cf2714;
    padding: 7px 15px;
    padding-top: 8px;
    border-radius: 5px;
    box-shadow: #222 1px 1px 3px;
    color: #fff;
    text-decoration: none;
    font-family: 'FF_Clan_Light';
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: 110px;
    text-align: center;
}
.wrapper-third-texto a i {
    margin-right: 5px;
}
.wrapper-third-texto p {
    font-family: 'FF_Clan_Light';
    font-size: 14px;
    text-shadow: #222 1px 1px 3px;
    color: #fff;
    line-height: 120%;
    display: none;
}
.wrapper-third-sello {
    position: absolute;
    z-index: 3;
    width: 250px;
    bottom: 40px;
    right: 130px;
}
.wrapper-banner .slick-dots {
    position: absolute;
    z-index: 20;
    width: 1200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 70px;
    text-align: right;
}
.wrapper-banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7px;
}
.wrapper-banner .slick-dots li button {
    width: 22px;
    height: 22px;
    text-shadow: #000 2px 2px 3px;
}
.wrapper-banner .slick-dots li button:before {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 8px;
    line-height: 24px;
    opacity: 1;
}
.wrapper-banner .slick-dots .slick-active button {
    border: 1px solid #fff;
    border-radius: 22px;
}

@media only screen and (max-width: 480px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 30px;
    }

    .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.35));
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 160px;
        margin-right: -5px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: auto;
        width: 90%;
        top: 125px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 11px;
        margin-top: 17px;
        padding: 6px 18px;
        padding-top: 7px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 80%;
    }

    .wrapper-banner .slick-dots {
        width: 80%;
        bottom: 40px;
        text-align: right;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 5px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 5px;
        line-height: 22px;
    }

    .wrapper-first-section ul li a span {
        display: none;
    }

    .wrapper-first-section h1 {
        font-size: 13px;
    }

    .wrapper-first-section {
        width: 80%;
        padding: 70px 0;
        padding-top: 80px;
    }

    .wrapper-first-section ul li {
        width: calc(50% - 4px);
        margin: 0 2px;
        padding-top: 6px;
        vertical-align: bottom;
    }

    .wrapper-first-section ul li a p::after {
        display: none;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        margin-top: 0;
        color: #fff;
        background: #b9b9b9;
        width: 100%;
        padding: 10px 0;
        border-radius: 5px;
    }

    .first-svg-active p {
        color: #fff !important;
        background: #cf2714 !important;
    }

    .wrapper-first-section ul {
        margin-top: 25px;
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .first-category-panel-item {
        width: 100%;
        height: 380px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .first-category-panel-item-leyenda span {
        padding: 5px 20px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 320px;
    }

    .wrapper-third-texto {
        width: 90%;
        text-align: center;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 13px;
        padding-right: 35px;
    }

    .wrapper-third-bg {
        filter: blur(4px);
    }

    .wrapper-third-overlay {
        background: rgba(0, 0, 0, 0.1);
    }

    .first-category-panel-item-titulo p {
        font-size: 12px;
        padding-right: 40px;
    }

    .first-category-panel-item-titulo {
        bottom: 110px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.3);
    }

    .wrapper-third-texto img {
        width: 150px;
        padding-bottom: 22px;
    }

    .wrapper-third-texto h1 {
        font-size: 20px;
        padding-bottom: 22px;
        text-align: center;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 90px;
        font-size: 11px;
        display: inline-block;
    }

    .wrapper-third-sello {
        display: none;
    }

    .wrapper-second-section h1 {
        font-size: 13px;
    }

    .wrapper-second-section {
        width: 80%;
        padding: 70px 0;
        padding-top: 80px;
    }

    .wrapper-second-item-leyenda span {
        padding: 5px 25px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 14px;
    }

    .wrapper-second-item-contenido p {
        font-size: 12px;
        padding-top: 12px;
    }

    .wrapper-second-item-leyenda {
        top: 35px;
        left: 25px;
        right: 20px;
    }

    .wrapper-second-item-btn {
        display: none;
    }

    .wrapper-second-item-overlay {
        background-image: none;
        background: rgba(0, 0, 0, 0.3);
    }

    .wrapper-second-item-contenido {
        left: 40px;
        right: 25px;
        transform: none;
        top: auto;
        bottom: 80px;
    }

    .wrapper-second-item {
        height: 280px;
    }

    .wrapper-third-texto p {
        display: block;
        padding-top: 40px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 32px;
    }

    .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.35));
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 160px;
        margin-right: -5px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 250px;
        width: 430px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 12px;
        margin-top: 20px;
        padding: 7px 20px;
        padding-top: 8px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 130px;
        width: 400px;
    }

    .wrapper-banner .slick-dots {
        width: 400px;
        bottom: 40px;
        text-align: right;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 5px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 5px;
        line-height: 22px;
    }

    .wrapper-first-section ul li a span {
        display: none;
    }

    .wrapper-first-section h1 {
        font-size: 14px;
    }

    .wrapper-first-section {
        width: 400px;
        padding: 70px 0;
        padding-top: 80px;
    }

    .wrapper-first-section ul li {
        width: calc(48% - 6px);
        margin: 0 3px;
        padding-top: 6px;
        vertical-align: bottom;
    }

    .wrapper-first-section ul li a p::after {
        display: none;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        margin-top: 0;
        color: #fff;
        background: #b9b9b9;
        width: 100%;
        padding: 10px 0;
        border-radius: 5px;
    }

    .first-svg-active p {
        color: #fff !important;
        background: #cf2714 !important;
    }

    .wrapper-first-section ul {
        margin-top: 35px;
        margin-bottom: 60px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .first-category-panel-item {
        width: 330px;
        height: 400px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .first-category-panel-item-leyenda span {
        padding: 5px 20px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 320px;
    }

    .wrapper-third-texto {
        width: 90%;
        text-align: center;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 13px;
        padding-right: 35px;
    }

    .wrapper-third-bg {
        filter: blur(4px);
    }

    .wrapper-third-overlay {
        background: rgba(0, 0, 0, 0.1);
    }

    .first-category-panel-item-titulo p {
        font-size: 12px;
        padding-right: 40px;
    }

    .first-category-panel-item-titulo {
        bottom: 110px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.3);
    }

    .wrapper-third-texto img {
        width: 150px;
        padding-bottom: 22px;
    }

    .wrapper-third-texto h1 {
        font-size: 20px;
        padding-bottom: 22px;
        text-align: center;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 90px;
        font-size: 11px;
        display: inline-block;
    }

    .wrapper-third-sello {
        display: none;
    }

    .wrapper-second-section h1 {
        font-size: 14px;
    }

    .wrapper-second-section {
        width: 400px;
        padding: 70px 0;
        padding-top: 80px;
    }

    .wrapper-second-item-leyenda span {
        padding: 5px 25px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 19px;
    }

    .wrapper-second-item-contenido p {
        font-size: 13px;
        padding-top: 12px;
    }

    .wrapper-second-item-leyenda {
        top: 45px;
        left: 60px;
        right: 45px;
    }

    .wrapper-second-item-btn {
        display: none;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.35));
    }

    .wrapper-second-item-contenido {
        left: 80px;
        right: 50px;
        transform: none;
        top: auto;
        bottom: 70px;
    }

    .wrapper-second-item {
        height: 280px;
    }

    .wrapper-third-texto p {
        display: block;
        padding-top: 30px;
        font-size: 13px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 36px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 14px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 160px;
        margin-right: -5px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 250px;
        width: 550px;
    }

    .wrapper-third-texto p {
        display: block;
        padding-top: 30px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 12px;
        margin-top: 20px;
        padding: 7px 20px;
        padding-top: 8px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 500px;
    }

    .wrapper-banner .slick-dots {
        width: 480px;
        bottom: 40px;
        text-align: right;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 5px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 5px;
        line-height: 22px;
    }

    .wrapper-first-section ul li a span {
        width: 50px;
    }

    .wrapper-first-section h1 {
        font-size: 14px;
    }

    .wrapper-first-section {
        width: 500px;
        padding: 80px 0;
        padding-top: 90px;
    }

    .wrapper-first-section ul li {
        width: 140px;
        padding-top: 30px;
        vertical-align: bottom;
    }

    .wrapper-first-section ul li a p::after {
        display: none;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        margin-top: 17px;
    }

    .wrapper-first-section ul {
        margin-top: 22px;
        margin-bottom: 55px;
        padding-bottom: 40px;
        border-bottom: 1px solid #b9b9b9;
    }

    .first-category-panel-item {
        width: 240px;
        height: 360px;
        margin: 0 5px;
        margin-top: 12px;
    }

    .first-category-panel-item-leyenda span {
        padding: 5px 20px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 320px;
    }

    .wrapper-third-texto {
        width: 90%;
        text-align: center;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 13px;
        padding-right: 25px;
    }

    .wrapper-third-bg {
        filter: blur(3px);
    }

    .first-category-panel-item-titulo p {
        font-size: 12px;
        padding-right: 25px;
    }

    .first-category-panel-item-titulo {
        bottom: 110px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.3);
    }

    .wrapper-third-texto img {
        width: 150px;
        padding-bottom: 22px;
    }

    .wrapper-third-texto h1 {
        font-size: 20px;
        padding-bottom: 22px;
        text-align: center;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 90px;
        font-size: 11px;
        display: inline-block;
    }

    .wrapper-third-sello {
        display: none;
    }

    .wrapper-second-section h1 {
        font-size: 14px;
    }

    .wrapper-second-section {
        width: 500px;
        padding: 80px 0;
        padding-top: 90px;
    }

    .wrapper-second-item-leyenda span {
        padding: 5px 25px;
        padding-top: 6px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 20px;
    }

    .wrapper-second-item-contenido p {
        font-size: 13px;
        padding-top: 12px;
    }

    .wrapper-second-item-leyenda {
        top: 45px;
        left: 60px;
        right: 60px;
    }

    .wrapper-second-item-btn {
        display: none;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 100px;
        right: 65px;
        transform: none;
        top: auto;
        bottom: 70px;
    }

    .wrapper-second-item {
        height: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 38px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 14px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 165px;
        margin-right: -5px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 200px;
        width: 700px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 12px;
        margin-top: 20px;
        padding: 7px 20px;
        padding-top: 8px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 130px;
        width: 650px;
    }

    .wrapper-banner .slick-dots {
        width: 650px;
        bottom: 40px;
        text-align: center;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 5px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 5px;
        line-height: 22px;
    }

    .wrapper-first-section ul li a span {
        width: 50px;
    }

    .wrapper-first-section h1 {
        font-size: 15px;
    }

    .wrapper-first-section {
        width: 650px;
        padding: 90px 0;
        padding-top: 100px;
    }

    .wrapper-first-section ul li {
        width: 135px;
        padding-top: 25px;
        vertical-align: bottom;
    }

    .wrapper-first-section ul li a p::after {
        display: none;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        margin-top: 17px;
    }

    .wrapper-first-section ul {
        margin-top: 22px;
        padding-bottom: 30px;
        border-bottom: 1px solid #b9b9b9;
    }

    .first-category-panel-item {
        width: 300px;
        height: 380px;
        margin: 0 7px;
        margin-top: 15px;
    }

    .first-category-panel-item-leyenda span {
        padding: 6px 22px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 350px;
    }

    .wrapper-third-texto {
        width: 620px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 13px;
        padding-right: 25px;
    }

    .first-category-panel-item-titulo p {
        font-size: 12px;
        padding-right: 25px;
    }

    .first-category-panel-item-titulo {
        bottom: 110px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .wrapper-third-texto img {
        width: 140px;
        padding-bottom: 22px;
    }

    .wrapper-third-texto h1 {
        font-size: 22px;
        padding-bottom: 22px;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 90px;
        font-size: 11px;
    }

    .wrapper-third-sello {
        width: 160px;
        bottom: 10px;
        right: 10px;
    }

    .wrapper-second-section h1 {
        font-size: 15px;
    }

    .wrapper-second-section {
        width: 650px;
        padding: 90px 0;
        padding-top: 100px;
    }

    .wrapper-second-item-leyenda span {
        padding: 6px 25px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 20px;
    }

    .wrapper-second-item-contenido p {
        font-size: 13px;
        padding-top: 12px;
    }

    .wrapper-second-item-btn i {
        font-size: 20px;
    }

    .wrapper-second-item-leyenda {
        top: 45px;
        left: 60px;
        right: 60px;
    }

    .wrapper-second-item-btn {
        left: 65px;
        right: 65px;
        bottom: 35px;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 65px;
        right: 65px;
    }

    .wrapper-second-item {
        height: 300px;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 40px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 200px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 180px;
        width: 800px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 12px;
        margin-top: 22px;
        padding: 7px 24px;
        padding-top: 8px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 770px;
    }

    .wrapper-banner .slick-dots {
        width: 770px;
        bottom: 50px;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 6px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 6px;
        line-height: 23px;
    }

    .wrapper-first-section ul li a span {
        width: 48px;
    }

    .wrapper-first-section h1 {
        font-size: 15px;
    }

    .wrapper-first-section {
        width: 800px;
    }

    .wrapper-first-section ul li {
        width: 113px;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .first-category-panel-item {
        width: 255px;
        height: 380px;
        margin: 0 5px;
        margin-top: 11px;
    }

    .first-category-panel-item-leyenda span {
        padding: 6px 22px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 400px;
    }

    .wrapper-third-texto {
        width: 750px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 13px;
        padding-right: 25px;
    }

    .first-category-panel-item-titulo p {
        font-size: 12px;
        padding-right: 25px;
    }

    .first-category-panel-item-titulo {
        bottom: 110px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .wrapper-third-texto img {
        width: 150px;
        padding-bottom: 25px;
    }

    .wrapper-third-texto h1 {
        font-size: 24px;
        padding-bottom: 22px;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 90px;
        font-size: 11px;
    }

    .wrapper-third-sello {
        width: 175px;
        bottom: 20px;
        right: 60px;
    }

    .wrapper-second-section h1 {
        font-size: 15px;
    }

    .wrapper-second-section {
        width: 800px;
    }

    .wrapper-second-item-leyenda span {
        padding: 6px 25px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 22px;
    }

    .wrapper-second-item-contenido p {
        font-size: 13px;
        padding-top: 15px;
    }

    .wrapper-second-item-btn i {
        font-size: 22px;
    }

    .wrapper-second-item-leyenda {
        top: 50px;
        left: 95px;
        right: 95px;
    }

    .wrapper-second-item-btn {
        left: 100px;
        right: 100px;
        bottom: 40px;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 100px;
        right: 100px;
    }

    .wrapper-second-item {
        height: 320px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 42px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 200px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 170px;
        width: 900px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 12px;
        margin-top: 22px;
        padding: 7px 24px;
        padding-top: 8px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 140px;
        width: 850px;
    }

    .wrapper-banner .slick-dots {
        width: 850px;
        bottom: 50px;
    }

    .wrapper-banner .slick-dots li {
        margin: 0 6px;
    }

    .wrapper-banner .slick-dots li button {
        width: 21px;
        height: 21px;
    }

    .wrapper-banner .slick-dots .slick-active button {
        border-radius: 21px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 6px;
        line-height: 23px;
    }

    .wrapper-first-section ul li a span {
        width: 50px;
    }

    .wrapper-first-section h1 {
        font-size: 16px;
    }

    .wrapper-first-section {
        width: 900px;
    }

    .wrapper-first-section ul li {
        width: 120px;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .first-category-panel-item {
        width: 287px;
        height: 405px;
        margin: 0 6px;
        margin-top: 13px;
    }

    .first-category-panel-item-leyenda span {
        padding: 6px 22px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 450px;
    }

    .wrapper-third-texto {
        width: 850px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 14px;
        padding-right: 30px;
    }

    .first-category-panel-item-titulo p {
        font-size: 13px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .wrapper-third-texto img {
        width: 155px;
        padding-bottom: 25px;
    }

    .wrapper-third-texto h1 {
        font-size: 25px;
        padding-bottom: 26px;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 100px;
        font-size: 12px;
    }

    .wrapper-third-sello {
        width: 180px;
        bottom: 40px;
        right: 100px;
    }

    .wrapper-second-section h1 {
        font-size: 16px;
    }

    .wrapper-second-section {
        width: 900px;
    }

    .wrapper-second-item-leyenda span {
        padding: 6px 25px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 23px;
    }

    .wrapper-second-item-contenido p {
        font-size: 13px;
        padding-top: 15px;
    }

    .wrapper-second-item-btn i {
        font-size: 25px;
    }

    .wrapper-second-item-leyenda {
        top: 50px;
        left: 110px;
        right: 110px;
    }

    .wrapper-second-item-btn {
        left: 120px;
        right: 120px;
        bottom: 40px;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 120px;
        right: 120px;
    }

    .wrapper-second-item {
        height: 360px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 48px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 17px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 210px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 200px;
        width: 1050px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 13px;
        margin-top: 22px;
        padding: 8px 22px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
        width: 1000px;
    }

    .wrapper-banner .slick-dots {
        width: 1000px;
        bottom: 60px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 7px;
    }

    .wrapper-first-section ul li a span {
        width: 50px;
    }

    .wrapper-first-section h1 {
        font-size: 17px;
    }

    .wrapper-first-section {
        width: 1000px;
    }

    .wrapper-first-section ul li {
        width: 140px;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
    }

    .first-category-panel-item {
        width: 318px;
        height: 415px;
        margin: 0 7px;
        margin-top: 15px;
    }

    .first-category-panel-item-leyenda span {
        padding: 6px 22px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 480px;
    }

    .wrapper-third-texto {
        width: 950px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 14px;
    }

    .first-category-panel-item-titulo p {
        font-size: 13px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .wrapper-third-texto img {
        width: 160px;
    }

    .wrapper-third-texto h1 {
        font-size: 25px;
        padding-bottom: 26px;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 100px;
        font-size: 12px;
    }

    .wrapper-third-sello {
        width: 190px;
        bottom: 50px;
        right: 110px;
    }

    .wrapper-second-section h1 {
        font-size: 17px;
    }

    .wrapper-second-section {
        width: 1000px;
    }

    .wrapper-second-item-leyenda span {
        padding: 6px 25px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 25px;
    }

    .wrapper-second-item-contenido p {
        font-size: 14px;
    }

    .wrapper-second-item-leyenda {
        top: 55px;
        left: 110px;
        right: 110px;
    }

    .wrapper-second-item-btn {
        left: 120px;
        right: 120px;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 120px;
        right: 120px;
    }

    .wrapper-second-item {
        height: 380px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 50px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 210px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 200px;
        width: 1050px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 13px;
        margin-top: 22px;
        padding: 8px 22px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 13px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
        width: 1000px;
    }

    .wrapper-banner .slick-dots {
        width: 1000px;
        bottom: 60px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 7px;
    }

    .wrapper-first-section ul li a span {
        width: 50px;
    }

    .wrapper-first-section h1 {
        font-size: 17px;
    }

    .wrapper-first-section {
        width: 1000px;
    }

    .wrapper-first-section ul li {
        width: 140px;
    }

    .wrapper-first-section ul li a p {
        font-size: 10px;
    }

    .first-category-panel-item {
        width: 318px;
        height: 415px;
        margin: 0 7px;
        margin-top: 15px;
    }

    .first-category-panel-item-leyenda span {
        padding: 6px 22px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-third {
        height: 480px;
    }

    .wrapper-third-texto {
        width: 950px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 14px;
    }

    .first-category-panel-item-titulo p {
        font-size: 13px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .wrapper-third-texto img {
        width: 160px;
    }

    .wrapper-third-texto h1 {
        font-size: 25px;
        padding-bottom: 26px;
    }

    .first-category-panel-item-btn i {
        font-size: 20px;
    }

    .wrapper-third-texto a {
        width: 100px;
        font-size: 12px;
    }

    .wrapper-third-sello {
        width: 190px;
        bottom: 50px;
        right: 110px;
    }

    .wrapper-second-section h1 {
        font-size: 17px;
    }

    .wrapper-second-section {
        width: 1000px;
    }

    .wrapper-second-item-leyenda span {
        padding: 6px 25px;
        padding-top: 7px;
        font-size: 11px;
        border-radius: 15px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 25px;
    }

    .wrapper-second-item-contenido p {
        font-size: 14px;
    }

    .wrapper-second-item-leyenda {
        top: 55px;
        left: 110px;
        right: 110px;
    }

    .wrapper-second-item-btn {
        left: 120px;
        right: 120px;
    }

    .wrapper-second-item-overlay {
        background-image: linear-gradient(to right, rgba(0,0,0,.0), rgba(0, 0, 0, 0.4));
    }

    .wrapper-second-item-contenido {
        left: 120px;
        right: 120px;
    }

    .wrapper-second-item {
        height: 380px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 55px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 19px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 230px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 220px;
        width: 1150px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 14px;
        margin-top: 25px;
        padding: 8px 25px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 14px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 170px;
        width: 1100px;
    }

    .wrapper-banner .slick-dots {
        width: 1100px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 7px;
    }

    .wrapper-first-section ul li a span {
        width: 55px;
    }

    .wrapper-first-section h1 {
        font-size: 18px;
    }

    .wrapper-first-section {
        width: 1100px;
    }

    .wrapper-first-section ul li {
        width: 150px;
    }

    .wrapper-first-section ul li a p {
        font-size: 11px;
    }

    .first-category-panel-item {
        width: 345px;
        height: 430px;
        margin: 0 10px;
        margin-top: 20px;
    }

    .first-category-panel-item-leyenda span {
        padding: 7px 20px;
        padding-top: 8px;
        font-size: 12px;
    }

    .wrapper-third {
        height: 550px;
    }

    .wrapper-third-texto {
        width: 1050px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 15px;
    }

    .first-category-panel-item-titulo p {
        font-size: 13px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.15);
    }

    .wrapper-third-texto img {
        width: 180px;
    }

    .wrapper-third-texto h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .wrapper-third-texto a {
        width: 110px;
        font-size: 13px;
    }

    .wrapper-third-sello {
        width: 200px;
        bottom: 50px;
        right: 110px;
    }

    .wrapper-second-section h1 {
        font-size: 18px;
    }

    .wrapper-second-section {
        width: 1100px;
    }

    .wrapper-second-item-leyenda span {
        font-size: 12px;
        padding: 7px 30px;
        padding-top: 8px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 28px;
    }

    .wrapper-second-item-contenido p {
        font-size: 14px;
    }

    .wrapper-second-item-leyenda {
        top: 55px;
    }

    .wrapper-second-item {
        height: 380px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 55px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 230px;
        margin-right: -20px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 230px;
        width: 1200px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 14px;
        margin-top: 25px;
        padding: 8px 25px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 14px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 170px;
        width: 1100px;
    }

    .wrapper-banner .slick-dots {
        width: 1100px;
    }

    .wrapper-banner .slick-dots li button:before {
        font-size: 7px;
    }

    .wrapper-first-section ul li a span {
        width: 55px;
    }

    .wrapper-first-section h1 {
        font-size: 19px;
    }

    .wrapper-first-section {
        width: 1100px;
    }

    .wrapper-first-section ul li {
        width: 150px;
    }

    .wrapper-first-section ul li a p {
        font-size: 11px;
    }

    .first-category-panel-item {
        width: 345px;
        height: 430px;
        margin: 0 10px;
        margin-top: 20px;
    }

    .first-category-panel-item-leyenda span {
        padding: 7px 20px;
        padding-top: 8px;
        font-size: 12px;
    }

    .wrapper-third {
        height: 580px;
    }

    .wrapper-third-texto {
        width: 1100px;
    }

    .first-category-panel-item-titulo h2 {
        font-size: 15px;
    }

    .first-category-panel-item-titulo p {
        font-size: 13px;
    }

    .first-category-panel-item-overlay {
        background: rgba(0, 0, 0, 0.15);
    }

    .wrapper-third-texto img {
        width: 190px;
    }

    .wrapper-third-texto h1 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .wrapper-third-texto a {
        width: 115px;
        font-size: 13px;
    }

    .wrapper-third-sello {
        width: 210px;
        bottom: 70px;
        right: 130px;
    }

    .wrapper-second-section h1 {
        font-size: 19px;
    }

    .wrapper-second-section {
        width: 1200px;
    }

    .wrapper-second-item-leyenda span {
        font-size: 12px;
        padding: 7px 30px;
        padding-top: 8px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 30px;
    }

    .wrapper-second-item-contenido p {
        font-size: 15px;
    }

    .wrapper-second-item-leyenda {
        top: 55px;
    }

    .wrapper-second-item {
        height: 400px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 58px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 21px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 250px;
        margin-right: -30px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 230px;
        width: 1250px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 14px;
        margin-top: 25px;
        padding: 8px 25px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 190px;
    }

    .wrapper-first-section ul li a span {
        width: 55px;
    }

    .wrapper-first-section h1 {
        font-size: 20px;
    }

    .wrapper-third-texto img {
        width: 200px;
    }

    .wrapper-third-texto h1 {
        font-size: 32px;
        padding-bottom: 30px;
    }

    .wrapper-third-texto a {
        width: 120px;
    }

    .wrapper-third-sello {
        width: 230px;
        bottom: 60px;
        right: 120px;
    }

    .wrapper-second-section h1 {
        font-size: 20px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 32px;
    }

    .wrapper-second-item {
        height: 420px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 62px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 22px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 260px;
        margin-right: -30px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 230px;
        width: 1300px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 15px;
        margin-top: 25px;
        padding: 8px 25px;
        padding-top: 10px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 190px;
    }

    .wrapper-first-section h1 {
        font-size: 20px;
    }

    .wrapper-third-texto img {
        width: 210px;
    }

    .wrapper-third-texto h1 {
        font-size: 34px;
        padding-bottom: 30px;
    }

    .wrapper-third-texto a {
        width: 120px;
    }

    .wrapper-third-sello {
        width: 230px;
        bottom: 70px;
        right: 120px;
    }

    .wrapper-second-section h1 {
        font-size: 20px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 65px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 24px;
    }

    .wrapper-banner-section-listado-item-sello img {
        width: 280px;
        margin-right: -45px;
    }

    .wrapper-banner-section-listado-item-sello {
        bottom: 230px;
        width: 1300px;
    }

    .wrapper-banner-section-listado-item-caja a {
        font-size: 15px;
        margin-top: 25px;
    }

    .wrapper-banner-section-listado-item-caja a i {
        font-size: 16px;
    }

    .wrapper-first-section h1 {
        font-size: 21px;
    }

    .wrapper-third-texto img {
        width: 210px;
    }

    .wrapper-third-texto h1 {
        font-size: 36px;
        padding-bottom: 30px;
    }

    .wrapper-third-texto a {
        width: 120px;
    }

    .wrapper-third-sello {
        width: 240px;
        bottom: 70px;
        right: 120px;
    }

    .wrapper-second-section h1 {
        font-size: 21px;
    }

    .wrapper-second-item-contenido h2 {
        font-size: 36px;
    }
}