.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; */
}
.banner-0 {
    background-image:url(../images/banner/capa_1.jpg);
}
.banner-1 {
	background-image:url(../images/banner/fondo-costa.jpg);
}
.banner-2 {
	background-image:url(../images/banner/fondo-marinera.jpg);
}
.banner-3 {
	background-image:url(../images/banner/fondo-banner-ica.jpg);
}
.banner-4 {
	background-image:url(../images/banner/fondo-plaza.jpg);
}
.banner-5 {
    background-image:url(../images/banner/fondo-banner-laguna69.jpg);
}
.banner-6 {
    background-image:url(../images/banner/home-6.jpg);
}
@keyframes zoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}

.wrapper-banner-section-listado-item-oscuro {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #020100;
}

.wrapper-banner-section-listado-item-oscuro-img1 {
    position: absolute;
    z-index: 1;
    width: 650px;
    top: 50%;
    left: 62%;
    transform: translate(-50%,-50%);
}

.wrapper-banner-section-listado-item-oscuro-img2 {
    position: absolute;
    z-index: 1;
    width: 380px;
    top: 50%;
    left: 38%;
    transform: translate(-50%,-50%);
}

.wrapper-banner-section-listado-item-capa1 {
    position: absolute;
    z-index: 2;
    background-image:url(../images/banner/capa_2.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-banner-section-listado-item-capa-overlay {
    position: absolute;
    z-index: 3;
    background-image: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrapper-banner-section-listado-item-capa2 {
    position: absolute;
    z-index: 4;
    width: 850px;
    top: 50%;
    transform: translateY(-50%);
    right: 200px;
}

.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.4));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.wrapper-banner-section-listado-item-caja {
    position: absolute;
    z-index: 3;
    width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 220px;
    font-size: 0;
}

.wrapper-banner-section-listado-item-caja h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    font-size: 45px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
    padding-bottom: 15px;
    width: 80%;
}

.wrapper-banner-section-listado-item-caja h3 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    font-size: 45px;
    line-height: 120%;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
}

.wrapper-banner-section-listado-item a {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.wrapper-banner-section-listado-item-caja h2 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    color: #fdc265;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
    padding-bottom: 20px;
    width: 80%;
    margin-top: -15px;
    font-style: italic;
}

.wrapper-banner-section-listado-item-caja p {
    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;
    width: 80%;
}

.wrapper-banner-section-listado-item-caja label {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #fdc265;
    text-shadow: #000 2px 2px 3px;
    text-align: left;
    width: 80%;
    font-style: italic;
    margin-top: 7px;
    display: block;
}

.wrapper-banner-section-listado-item-caja img {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    padding-right: 30px;
}

.wrapper-banner-section-listado-item-caja-bloque {
    display: inline-block;
    vertical-align: middle;
}

.wrapper-banner .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    left: 0;
}

.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 .slick-active button {
    border: 1px solid #fff;
    border-radius: 22px;
}

.wrapper-banner .slick-dots li button:before {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 8px;
    line-height: 24px;
    opacity: 1;
}

.wrapper-first {
    background: #F1F1F2;
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 0;
}

.wrapper-first-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 300px;
}

.wrapper-first-container img {
    width: 450px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
}

.wrapper-first-contenido {
    width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: right;
}

.wrapper-first-contenido h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #ED1D24;
    line-height: 120%;
    font-size: 24px;
    padding-bottom: 15px;
}

.wrapper-first-contenido a {
    display: inline-block;
    background: #d52b1e;
    color: #fff;
    text-decoration: none;
    font-family: 'FF_Clan_Light';
    font-size: 14px;
    width: 120px;
    padding: 10px 12px;
    padding-top: 12px;
    border-radius: 5px;
    line-height: 120%;
    text-align: center;
}

.wrapper-second {
    position: relative;
    width: 100%;
    display: block;
}

.wrapper-second-section {
    padding-top: 120px;
    position: relative;
    width: 100%;
    display: block;    
}

.wrapper-second-section-container {
    width: 1200px;
    margin: 0 auto;
}

.wrapper-second-section-container-title {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}

.wrapper-second-section-container-title h1 {
    margin: 0 auto;
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 120%;
    font-size: 22px;
}

.wrapper-second-section-container p {
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    color: #333;
    line-height: 130%;
    font-family: 'FF_Clan_Light';
}

.wrapper-second-bloques {
    height: 550px;
    white-space: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.wrapper-second-bloques:before {
    content: '';
    position: absolute;
    border-width: 20px 20px 0 20px;
    border-style: solid solid solid solid;
    border-color: #fff transparent #fff;
    top: 0px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

.wrapper-second-bloque-item {
    width: calc(100%/4);
    height: 100%;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all .5s;
    overflow: hidden;
}

.wrapper-second-bloque-logo {
    background-color: rgba(0,72,108,.6);
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.wrapper-second-bloque-logo .text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.wrapper-second-bloque-logo .text .text-intro {
    display: block;
    font-size: 17px;
    color: #fff;
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    text-shadow: #000 2px 2px 3px;
    white-space: normal;
    width: 250px;
}

.wrapper-second-bloque-item figure {
    background-color: rgba(0,62,93,.6);
    color: #fff;
    position: absolute;
    z-index: 9;
    padding: 25px 30px;
    width: calc(100% - 60px);
    left: 0;
    bottom: 0;
    transform: translate3d(0,100%,0);
    transition: all .5s;
    white-space: normal;
}

.wrapper-second-bloque-item figure h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'FF_Clan_Regular';
    line-height: 130%;
    margin-bottom: 10px;
    text-shadow: #000 2px 2px 3px;
}

.wrapper-second-bloque-item figure figcaption {
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    font-family: 'FF_Clan_Light';
    text-shadow: #000 2px 2px 3px;
}

.wrapper-second-bloque-item a {
    transition: all .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate3d(0,100%,0);
    z-index: 99;
    color: transparent;
}

.wrapper-second-bloque-item:hover {
    width: 40%;
}

.wrapper-second-bloque-item.inactive {
    width: 20%;
}

.wrapper-second-bloque-item:hover .wrapper-second-bloque-logo {
    opacity: 0;
}

.wrapper-second-bloque-item:hover figure {
    transform: translate3d(0,0,0);
}

.wrapper-second-bloque-item:hover a {
    transform: translate3d(0,0,0);
}

.wrapper-third {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
}

.wrapper-third-section {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}

.wrapper-third-section h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 120%;
    font-size: 22px;
}

.wrapper-third-section ul {
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 13px;
    text-align: center;
}

.wrapper-third-section ul li {
    display: inline-block;
    width: 250px;
}

.wrapper-third-section ul li a {
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.wrapper-third-section ul li a span {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.third-svg-category path {
    fill: #b9b9b9;
    transition: all .5s;
}

.wrapper-third-section-category li a:hover .third-svg-category path {
    fill: #CE2611;
}

.third-svg-active .third-svg-category path {
    fill: #CE2611 !important;
}

.wrapper-third-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-third-section ul li a p::after {
    content: '';
    background: transparent;
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all .5s;
}

.wrapper-third-section-category li a:hover p {
    color: #CE2611;
}

.wrapper-third-section-category li a:hover p::after {
    background: #CE2611;
}

.third-svg-active p {
    color: #CE2611 !important;
}

.third-svg-active p::after {
    background: #CE2611 !important;
}

.wrapper-third-section-category-pane {
    position: relative;
    display: block;
    width: 100%;
}

.third-category-panel {
    position: relative;
    transition: all .15s linear;
    text-align: center;
    width: 100%;
    display: none;
}

.third-pane-active {
    display: block;
}

.third-cp-top {
    position: relative;
    width: 100%;
}

.third-cp-top-item {
    width: 100%;
    height: 500px;
    display: block;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    overflow: hidden;
}

.third-cp-top-item-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fcptibg-1 {
    background-image: url(../images/video/banner-1.jpg);
}

.fcptibg-2 {
    background-image: url(../images/video/banner-2.jpg);
}

.fcptibg-3 {
    background-image: url(../images/video/banner-3.jpg);
}

.third-cp-top-item-contenido {
    background: rgba(20, 20, 20, 0.8);
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.third-cp-top-item-contenido-borde {
    padding: 120px 60px 50px 60px;
}

.third-cp-top-item-contenido-cuadro {
    display: block;
    position: relative;
}

.third-cp-top-item-contenido-cuadro h2 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 120%;
    font-size: 24px;
    margin-bottom: 7px;
    text-shadow: #000 2px 2px 3px;
}

.third-cp-top-item-contenido-cuadro p {
    font-size: 14.5px;
    color: #fff;
    font-family: 'FF_Clan_Light';
    line-height: 130%;
    text-align: justify;
    padding-top: 15px;
    text-shadow: #000 2px 2px 3px;
}

.third-cp-top-item-contenido-cuadro a {
    background: #cf2611;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 12px;
    padding-top: 12px;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'FF_Clan_Light';
    line-height: 120%;
    text-align: center;
    width: 120px;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

.third-cp-top-item-contenido-cuadro a i {
    margin-right: 10px;
}

.wrapper-fourth {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.wrapper-fourth-section {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    transition: all .5s;
}

.wrapper-fourth-section-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.wrapper-fourth-section-slide-bg {    
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url(../images/mantente-en-forma/img-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1s;
}

.wrapper-fourth-section-slide:hover .wrapper-fourth-section-slide-bg {
    transform: scale(1.03);
}

.wrapper-fourth-section-slide-overlay {
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.wrapper-fourth-section-slide:hover .wrapper-fourth-section-slide-overlay {
    background: rgba(0,0,0,.1);
}

.wrapper-fourth-section-slide-contenido {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-left {
    width: 50%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-right {
    width: 50%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-left-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    padding: 15px 15px;
}

.wrapper-fourth-section-slide-contenido-right-text {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    padding: 15px 15px;
}

.wrapper-fourth-section-slide-contenido-left-text h1 {
    font-weight: normal;
    font-family: 'FF_Clan_Regular';
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #363533;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-left-text p {
    font-family: 'FF_Clan_Light';
    font-size: 14px;
    line-height: 130%;
    color: #000;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-left-text a {
    color: #fff;
    font-family: 'FF_Clan_Light';
    border-radius: 20px;
    font-size: 14px;
    background: #363533;
    cursor: pointer;
    padding: 8px 12px;
    transition: all .5s;
    position: relative;
    text-decoration: none;
    margin: 0 15px;
    margin-top: 10px;
    width: 140px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.wrapper-fourth-section-slide-contenido-left-text a:hover {
    background: #2f2000;
}

.wrapper-fourth-section-slide-contenido-right-text h1 {
    font-weight: normal;
    font-family: 'FF_Clan_Regular';
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-right-text p {
    font-family: 'FF_Clan_Light';
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    transition: all .5s;
}

.wrapper-fourth-section-slide-contenido-right-text a {
    color: #363533;
    font-family: 'FF_Clan_Light';
    border-radius: 20px;
    font-size: 14px;
    background: #ffc722;
    cursor: pointer;
    padding: 8px 12px;
    transition: all .5s;
    position: relative;
    text-decoration: none;
    margin: 0 15px;
    margin-top: 10px;
    width: 140px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.wrapper-fourth-section-slide-contenido-right-text a:hover {
    background: #fbdd86;
}

.wrapper-google-maps {
    background: #1374BF;
    padding: 50px 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.wrapper-google-maps p {
    line-height: 130%;
    font-family: 'FF_Clan_Light';
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.wrapper-google-maps p a {
    text-decoration: underline;
    color: #fff;
}

.wrapper-embajada {
    background: #CE2611;
    padding: 50px 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.wrapper-embajada h1 {
    font-family: 'FF_Clan_Regular';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 7px;
}

.wrapper-embajada p {
    line-height: 130%;
    font-family: 'FF_Clan_Light';
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.wrapper-embajada p a {
    text-decoration: underline;
    color: #fff;
}

.wrapper-selfiety {
    background: #74B74D;
    padding: 40px 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.wrapper-selfiety p {
    font-family: 'FF_Clan_Regular';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.wrapper-flotante {
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 350px;
}

.wrapper-flotante>a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.wrapper-flotante-section {
    position: relative;
    z-index: 1;
    background: #74B74D;
    border: 1px solid #49772f;
    color: #fff;
    padding: 30px 25px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.wrapper-flotante-section-container {
    position: relative;
    display: block;
}

.wrapper-flotante-section-container p {
    font-family: 'FF_Clan_Light';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 130%;
}

/* Banner */
.wrapper-banner-section-listado-item-caja-banner{
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    font-size: 0;
    font-family: 'FF_Clan_Light';
    color: #FFF;
    font-weight: normal;
}

.wrapper-banner-section-listado-item-caja-banner h1 {
    font-family: 'FF_Clan_Regular';
    font-weight: normal;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
}

.wrapper-banner-section-listado-item-caja-banner p{
    font-family: 'FF_Clan_Light';
    font-weight: normal;
    color: #fff;
    text-shadow: #000 2px 2px 3px;
}

.wrapper-banner-section-listado-item-caja-bloque{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.fel-texto-banner {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 8%;
}

.fel-texto-banner h1{
    margin-top: 10px;
    font-family: 'FF_Clan_Light';
    font-size: 70px;
    line-height: 1.2;
}

.fel-texto-banner h1 strong {    
    font-family: 'FF_Clan_Regular';
}

.fel-cnt{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4%;
    gap: 35px;
}

.fel-cnt-lugar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.fel-cnt-lugar img {
    width: 15px;
    padding: 0;
}

.fel-cnt-lugar p {
    width: fit-content;
    font-family: 'FF_Clan_Light';
    font-size: 20px;
}

.fel-cnt-lugar p strong{
    font-family: 'FF_Clan_Bold';
}

.fel-cnt-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    gap: 30px;
}

.fel-cnt-logos .fel-logo-1 {
    padding: 0;
    width: 98px;
    padding-left: 80px;
}

.fel-cnt-logos .fel-logo-2 {
    padding: 0;
    width: 178px;
}

.fel-cnt-linea{
    background-color: white;
    width: 4px;
    height: 100%;
}

.fel-cnt-credito{
    position: absolute;
    writing-mode: sideways-lr;
    bottom: 9%;
    left: 2%;
}

.fel-cnt-credito p{
    font-size: 20px;
    width: max-content;
    font-family: 'FF_Clan_Light';
    line-height: 1;
}

.fel-enlace-text{
    text-decoration: none;
}

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */


@media only screen and (max-width: 480px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 13px;
        font-weight: normal;
    }

    .wrapper-flotante {
        width: calc(100% - 20px);
        transform: none;
        top: 85px;
        right: 10px;
        left: 10px;
    }

    .wrapper-flotante-section {
        padding: 15px 20px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .wrapper-selfiety p {
        font-size: 13px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-selfiety {
        padding: 25px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 250px;
        left: 0;
        right: 0;
        transform: none;
        margin: 0 auto;
        top: auto;
        bottom: 100px;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 200px;
        left: 0;
        transform: none;
        top: 100px;
        right: 0;
        margin: 0 auto;
    }

    .wrapper-google-maps {
        padding: 25px 0;
        width: 100%;
    }

    .wrapper-embajada h1 {
        font-size: 13px;
    }

    .wrapper-embajada p {
        font-size: 16px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
        width: 80%;
        margin: 0 auto;
    }

    .wrapper-embajada {
        padding: 25px 0;
        width: 100%;
    }

    .wrapper-google-maps p {
        font-size: 16px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-third-section ul li a span {
        display: none;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: auto;
        top: 50%;
        width: 80%;
        transform: translateY(-50%);
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 100%;
        position: relative;
        margin: 0 auto;
        transform: none;
        left: auto;
        top: auto;
    }

    .wrapper-first-container {
        width: 80%;
        height: auto;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 18px;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 18px;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
        margin-top: -8px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 13px;
        margin-top: 8px;
        font-family: 'FF_Clan_Light';
        width: 85%;
    }

    .wrapper-first-contenido h1 {
        font-size: 13px;
        line-height: 130%;
        padding-bottom: 20px;
    }

    .wrapper-second-section {
        padding-top: 80px;
    }

    .wrapper-first-contenido {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .wrapper-first-contenido a {
        font-size: 12px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 80%;
    }

    .wrapper-third-section ul li {
        width: 100%;
        padding: 0;
        border-top: 1px solid #ddd;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 16px;
    }

    .wrapper-second-section-container p {
        font-size: 12px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        height: auto;
        margin-top: 40px;
        white-space: normal;
    }

    .wrapper-second-bloque-item {
        width: 100%;
        height: 320px;
    }

    .wrapper-second-bloque-item:hover {
        width: 100%;
    }

    .wrapper-second-bloque-item.inactive {
        width: 100%;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 16px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
        text-align: center;
    }

    .third-cp-top-item-contenido {
        width: 100%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 12px;
        text-align: center;
    }

    .wrapper-third-section ul {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .wrapper-third-section {
        width: 80%;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 16px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro {
        width: 80%;
        margin: 0 auto;
    }

    .third-cp-top-item-contenido-borde {
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        font-size: 13px;
        text-transform: none;
        margin: 15px 0;
    }

    .wrapper-third-section ul li a p::after {
        display: none;
    }

    .third-cp-top-item {
        height: 380px;
    }

    .wrapper-fourth-section-slide-bg {
        background-image: none;
        background: #fff;
    }

    .wrapper-fourth-section-slide-contenido-left {
        width: 100%;
        /* height: calc(50% - 5px); */
        margin-bottom: 10px;
        display: block;
    }

    .wrapper-fourth-section-slide-contenido-right {
        width: 100%;
        height: calc(50% - 5px);
        display: block;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 12px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-fourth {
        height: 420px;
        /* height: 710px; */
    }

    .wrapper-fourth-section-slide-contenido-left-bg {
        background-image: url(../images/mantente-en-forma/img-5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-right-bg {
        background-image: url(../images/mantente-en-forma/img-3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 16px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 16px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 80%;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 80%;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 450px;
        right: auto;
        left: 50%;
        margin: 0 auto;
        transform: translate(-50%,-50%);
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.35));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 20%;
    }

    .fel-texto-banner h1{
        font-size: 40px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 15%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 12%;
        left: 3%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 20px;
        letter-spacing: 1px;
        text-shadow: none;
        font-size: 28px;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 28px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 13px;
        font-weight: normal;
    }

    .wrapper-flotante {
        width: calc(100% - 20px);
        transform: none;
        top: 85px;
        right: 10px;
        left: 10px;
    }

    .wrapper-flotante-section {
        padding: 15px 20px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    .wrapper-selfiety p {
        font-size: 13px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-selfiety {
        padding: 30px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 300px;
        left: auto;
        right: -15px;
        transform: translateY(-50%);
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 200px;
        left: 28px;
        transform: translateY(-50%);
    }

    .wrapper-google-maps {
        padding: 30px 0;
        width: 100%;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 18px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
        width: 80%;
        margin: 0 auto;
    }

    .wrapper-embajada {
        padding: 25px 0;
        width: 100%;
    }

    .wrapper-google-maps p {
        font-size: 18px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-third-section ul li a span {
        display: none;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: auto;
        top: 50%;
        width: 400px;
        transform: translateY(-50%);
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 320px;
        position: relative;
        margin: 0 auto;
        transform: none;
        left: auto;
        top: auto;
    }

    .wrapper-first-container {
        width: 80%;
        height: auto;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 20px;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
        margin-top: -8px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 13px;
        margin-top: 8px;
        font-family: 'FF_Clan_Light';
        width: 85%;
    }

    .wrapper-first-contenido h1 {
        font-size: 14px;
        line-height: 130%;
        padding-bottom: 20px;
    }

    .wrapper-second-section {
        padding-top: 80px;
    }

    .wrapper-first-contenido {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .wrapper-first-contenido a {
        font-size: 12px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 400px;
    }

    .wrapper-third-section ul li {
        width: 100%;
        padding: 0;
        border-top: 1px solid #ddd;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 16px;
    }

    .wrapper-second-section-container p {
        font-size: 12px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        height: auto;
        margin-top: 40px;
        white-space: normal;
    }

    .wrapper-second-bloque-item {
        width: 100%;
        height: 320px;
    }

    .wrapper-second-bloque-item:hover {
        width: 100%;
    }

    .wrapper-second-bloque-item.inactive {
        width: 100%;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 16px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 100%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 12px;
    }

    .wrapper-third-section ul {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .wrapper-third-section {
        width: 400px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 16px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro {
        width: 80%;
        margin: 0 auto;
    }

    .third-cp-top-item-contenido-borde {
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        font-size: 13px;
        text-transform: none;
        margin: 15px 0;
    }

    .wrapper-third-section ul li a p::after {
        display: none;
    }

    .third-cp-top-item {
        height: 350px;
    }

    .wrapper-fourth-section-slide-bg {
        background-image: none;
        background: #fff;
    }

    .wrapper-fourth-section-slide-contenido-left {
        width: 100%;
        /* height: calc(50% - 5px); */
        margin-bottom: 10px;
        display: block;
    }

    .wrapper-fourth-section-slide-contenido-right {
        width: 100%;
        height: calc(50% - 5px);
        display: block;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 12px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-fourth {
        height: 420px;
        /* height: 710px; */
    }

    .wrapper-fourth-section-slide-contenido-left-bg {
        background-image: url(../images/mantente-en-forma/img-5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-right-bg {
        background-image: url(../images/mantente-en-forma/img-5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 16px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 16px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 350px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 450px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.35));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 20%;
    }

    .fel-texto-banner h1{
        font-size: 40px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 15%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 12%;
        left: 3%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 20px;
        letter-spacing: 1px;
        text-shadow: none;
        font-size: 28px;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 28px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */
    
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 13px;
        font-weight: normal;
    }

    .wrapper-flotante {
        width: 220px;
    }

    .wrapper-flotante-section {
        padding: 20px 20px;
    }

    .wrapper-selfiety p {
        font-size: 13px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-selfiety {
        padding: 30px 0;
    }

    .wrapper-google-maps {
        padding: 25px 0;
        width: 100%;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 20px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-embajada {
        padding: 25px 0;
        width: 100%;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 350px;
        left: 70%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 230px;
        left: 28%;
    }

    .wrapper-google-maps p {
        font-size: 20px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: auto;
        top: 50%;
        width: 500px;
        transform: translateY(-50%);
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 350px;
        position: relative;
        margin: 0 auto;
        transform: none;
        left: auto;
        top: auto;
    }

    .wrapper-first-container {
        width: 80%;
        height: auto;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 20px;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
        margin-top: -8px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 13px;
        margin-top: 8px;
        font-family: 'FF_Clan_Light';
        width: 85%;
    }

    .wrapper-first-contenido h1 {
        font-size: 16px;
        line-height: 130%;
    }

    .wrapper-second-section {
        padding-top: 80px;
    }

    .wrapper-first-contenido {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 500px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        height: auto;
        margin-top: 40px;
        white-space: normal;
    }

    .wrapper-second-bloque-item {
        width: 100%;
        height: 320px;
    }

    .wrapper-second-bloque-item:hover {
        width: 100%;
    }

    .wrapper-second-bloque-item.inactive {
        width: 100%;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 100%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .wrapper-third-section {
        width: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 16px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro {
        width: 400px;
        margin: 0 auto;
    }

    .third-cp-top-item-contenido-borde {
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        font-size: 13px;
        text-transform: none;
    }

    .third-cp-top-item {
        height: 360px;
    }

    .wrapper-fourth-section-slide-bg {
        background-image: none;
        background: #fff;
    }

    .wrapper-fourth-section-slide-contenido-left {
        width: 100%;
        /* height: calc(50% - 5px); */
        margin-bottom: 10px;
        display: block;
    }

    .wrapper-fourth-section-slide-contenido-right {
        width: 100%;
        height: calc(50% - 5px);
        display: block;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-fourth {
        height: 420px;
        /* height: 710px; */
    }

    .wrapper-fourth-section-slide-contenido-left-bg {
        background-image: url(../images/mantente-en-forma/img-5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-right-bg {
        background-image: url(../images/mantente-en-forma/img-3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 350px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 490px;
        right: -60px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 14%;
    }

    .fel-texto-banner h1{
        font-size: 50px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 10%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 12%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 20px;
        letter-spacing: 1px;
        text-shadow: none;
        font-size: 28px;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 28px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 13px;
        font-weight: normal;
    }

    .wrapper-flotante {
        width: 220px;
    }

    .wrapper-flotante-section {
        padding: 20px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-selfiety {
        padding: 32px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 420px;
        left: 68%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 250px;
        left: 30%;
    }

    .wrapper-google-maps {
        padding: 30px 0;
        width: 100%;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 20px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-embajada {
        padding: 30px 0;
        width: 100%;
    }

    .wrapper-google-maps p {
        font-size: 20px;
        font-family: 'FF_Clan_Light';
        font-weight: normal;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 600px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 320px;
    }

    .wrapper-first-container {
        width: 600px;
        height: 260px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 22px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 22px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
        margin-top: -8px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 14px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 13px;
        margin-top: 8px;
        font-family: 'FF_Clan_Light';
        width: 85%;
    }

    .wrapper-first-contenido h1 {
        font-size: 16px;
        line-height: 130%;
    }

    .wrapper-second-section {
        padding-top: 80px;
    }

    .wrapper-first-contenido {
        width: 250px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 600px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        height: auto;
        margin-top: 40px;
        white-space: normal;
    }

    .wrapper-second-bloque-item {
        width: 100%;
        height: 320px;
    }

    .wrapper-second-bloque-item:hover {
        width: 100%;
    }

    .wrapper-second-bloque-item.inactive {
        width: 100%;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 100%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-third-section {
        width: 600px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 16px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro {
        width: 450px;
        margin: 0 auto;
    }

    .third-cp-top-item-contenido-borde {
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
        font-size: 13px;
        text-transform: none;
    }

    .third-cp-top-item {
        height: 380px;
    }

    .wrapper-fourth-section-slide-bg {
        background-image: none;
        background: #fff;
    }

    .wrapper-fourth-section-slide-contenido-left {
        width: 100%;
        /* height: calc(50% - 5px); */
        margin-bottom: 10px;
        display: block;
    }

    .wrapper-fourth-section-slide-contenido-right {
        width: 100%;
        height: calc(50% - 5px);
        display: block;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-fourth {
        height: 420px;
        /* height: 710px; */
    }

    .wrapper-fourth-section-slide-contenido-left-bg {
        background-image: url(../images/mantente-en-forma/img-5.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-right-bg {
        background-image: url(../images/mantente-en-forma/img-3.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 350px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 500px;
        right: -30px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 14%;
    }

    .fel-texto-banner h1{
        font-size: 50px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 10%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 12%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 14px;
        font-weight: normal;
    }

    .wrapper-flotante {
        width: 320px;
    }

    .wrapper-flotante-section {
        padding: 20px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
    }

    .wrapper-selfiety {
        padding: 32px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 460px;
        left: 67%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 260px;
        left: 32%;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 24px;
    }

    .wrapper-embajada {
        padding: 30px 0;
        width: 100%;
    }

    .wrapper-google-maps {
        padding: 30px 0;
        width: 100%;
    }

    .wrapper-google-maps p {
        font-size: 24px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 800px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 350px;
    }

    .wrapper-first-container {
        width: 800px;
        height: 270px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 24px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 24px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 15px;
        margin-top: -8px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 14px;
        width: 85%;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 13px;
        margin-top: 8px;
        font-family: 'FF_Clan_Light';
        width: 85%;
    }

    .wrapper-first-contenido h1 {
        font-size: 18px;
    }

    .wrapper-second-section {
        padding-top: 100px;
    }

    .wrapper-first-contenido {
        width: 360px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 800px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        height: auto;
        margin-top: 40px;
        white-space: normal;
    }

    .wrapper-second-bloque-item {
        width: 50%;
        height: 320px;
    }

    .wrapper-second-bloque-item:hover {
        width: 50%;
    }

    .wrapper-second-bloque-item.inactive {
        width: 50%;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 100%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-third-section {
        width: 800px;
        padding-top: 100px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 16px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro {
        width: 500px;
        margin: 0 auto;
    }

    .third-cp-top-item-contenido-borde {
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 400px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
        text-align: center;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .wrapper-fourth {
        height: 420px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 300px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 300px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 520px;
        right: 10px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 10%;
    }

    .fel-texto-banner h1{
        font-size: 50px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 7%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 11%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 14px;
    }

    .wrapper-flotante {
        width: 320px;
    }

    .wrapper-flotante-section {
        padding: 25px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
    }

    .wrapper-selfiety {
        padding: 32px 0;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 16px;
    }

    .wrapper-embajada {
        padding: 30px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 460px;
        left: 65%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 260px;
        left: 35%;
    }

    .wrapper-google-maps {
        padding: 30px 0;
    }

    .wrapper-google-maps p {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 850px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 40px 0;
    }

    .wrapper-first-container img {
        width: 360px;
    }

    .wrapper-first-container {
        width: 850px;
        height: 270px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 26px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 26px;
    }

    .wrapper-banner-section-listado-item-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.6));
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 16px;
        margin-top: -8px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 14px;
        margin-top: 8px;
    }

    .wrapper-first-contenido h1 {
        font-size: 18px;
    }

    .wrapper-second-section {
        padding-top: 100px;
    }

    .wrapper-first-contenido {
        width: 360px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 850px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        margin-top: 45px;
        height: 480px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 50%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-third-section {
        width: 850px;
        padding-top: 100px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 18px;
    }

    .third-cp-top-item-contenido-borde {
        padding: 110px 60px 50px 60px;
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 420px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
    }

    .wrapper-fourth {
        height: 460px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 320px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 320px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 550px;
        right: 20px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 10%;
    }

    .fel-texto-banner h1{
        font-size: 50px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 7%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 11%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 14px;
    }

    .wrapper-flotante {
        width: 320px;
    }

    .wrapper-flotante-section {
        padding: 25px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
    }

    .wrapper-selfiety {
        padding: 35px 0;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 18px;
    }

    .wrapper-embajada {
        padding: 35px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 480px;
        left: 65%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 280px;
        left: 35%;
    }

    .wrapper-google-maps {
        padding: 35px 0;
    }

    .wrapper-google-maps p {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 950px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 60px 0;
    }

    .wrapper-first-container img {
        width: 380px;
    }

    .wrapper-first-container {
        width: 900px;
        height: 270px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 28px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 28px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 16px;
        margin-top: -8px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 14px;
        margin-top: 8px;
    }

    .wrapper-first-contenido h1 {
        font-size: 18px;
    }

    .wrapper-second-section {
        padding-top: 110px;
    }

    .wrapper-first-contenido {
        width: 360px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 950px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        margin-top: 45px;
        height: 480px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 180px;
        font-size: 14px;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .third-cp-top-item-contenido {
        width: 50%;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-third-section {
        width: 950px;
        padding-top: 110px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 18px;
    }

    .third-cp-top-item-contenido-borde {
        padding: 110px 60px 50px 60px;
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 420px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
    }

    .wrapper-fourth {
        height: 480px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 350px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 580px;
        right: 120px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 10%;
    }

    .fel-texto-banner h1{
        font-size: 50px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 7%;
    }

    .fel-cnt-logos {
        height: 120px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 50px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 110px;
    }

    .fel-cnt-credito {
        bottom: 11%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 14px;
    }

    .wrapper-flotante {
        width: 320px;
    }

    .wrapper-flotante-section {
        padding: 25px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
    }

    .wrapper-selfiety {
        padding: 35px 0;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 20px;
    }

    .wrapper-embajada {
        padding: 35px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 500px;
        left: 64%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 300px;
        left: 36%;
    }

    .wrapper-google-maps {
        padding: 35px 0;
    }

    .wrapper-google-maps p {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 150px;
        width: 1000px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 75px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 60px 0;
    }

    .wrapper-first-container img {
        width: 380px;
    }

    .wrapper-first-container {
        width: 900px;
        height: 270px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 30px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 30px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 16px;
        margin-top: -8px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 16px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 14px;
        margin-top: 8px;
    }

    .wrapper-first-contenido h1 {
        font-size: 18px;
    }

    .wrapper-second-section {
        padding-top: 110px;
    }

    .wrapper-first-contenido {
        width: 360px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 1000px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 18px;
    }

    .wrapper-second-section-container p {
        font-size: 13px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 13px 13px 0 13px;
    }

    .wrapper-second-bloques {
        margin-top: 50px;
        height: 500px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 190px;
        font-size: 15px;
    }

    .wrapper-third-section h1 {
        font-size: 18px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 14px;
    }

    .wrapper-second-bloque-item figure figcaption {
        font-size: 13px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .wrapper-third-section {
        width: 1000px;
        padding-top: 110px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 18px;
    }

    .third-cp-top-item-contenido-borde {
        padding: 110px 60px 50px 60px;
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 420px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 12px;
    }

    .wrapper-fourth {
        height: 500px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 18px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 12px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 350px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 580px;
        right: 120px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 10%;
    }

    .fel-texto-banner h1{
        font-size: 60px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 7%;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 130px;
    }

    .fel-cnt-credito {
        bottom: 15%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 15px;
    }

    .wrapper-flotante {
        width: 320px;
    }

    .wrapper-flotante-section {
        padding: 25px 20px;
    }

    .wrapper-selfiety p {
        font-size: 14px;
    }

    .wrapper-selfiety {
        padding: 37px 0;
    }

    .wrapper-embajada h1 {
        font-size: 14px;
    }

    .wrapper-embajada p {
        font-size: 13px;
    }

    .wrapper-embajada {
        padding: 35px 0;
    }

    .wrapper-google-maps {
        padding: 35px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 500px;
        left: 64%;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 300px;
        left: 36%;
    }

    .wrapper-google-maps p, .wrapper-embajada p {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
        width: 1100px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 80px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 60px 0;
    }

    .wrapper-first-container img {
        width: 400px;
    }

    .wrapper-first-container {
        width: 1000px;
        height: 280px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 32px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 32px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 18px;
        margin-top: -10px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 17px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 15px;
        margin-top: 8px;
    }

    .wrapper-first-contenido h1 {
        font-size: 20px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 1100px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 20px;
    }

    .wrapper-second-section-container p {
        font-size: 14px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 15px 15px 0 15px;
    }

    .wrapper-second-bloques {
        margin-top: 55px;
        height: 520px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 200px;
        font-size: 16px;
    }

    .wrapper-third-section h1 {
        font-size: 20px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 15px;
    }

    .wrapper-third-section ul {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .wrapper-third-section {
        width: 1100px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 20px;
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 450px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 13px;
    }

    .wrapper-fourth {
        height: 520px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 20px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 20px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 400px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 400px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 600px;
        right: 130px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner{
        margin-top: 9%;
    }

    .fel-texto-banner h1{
        font-size: 60px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 5%;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 130px;
    }

    .fel-cnt-credito {
        bottom: 12%;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 15px;
    }

    .wrapper-selfiety p {
        font-size: 15px;
    }

    .wrapper-selfiety {
        padding: 37px 0;
    }

    .wrapper-embajada h1 {
        font-size: 15px;
    }

    .wrapper-embajada p {
        font-size: 24px;
    }

    .wrapper-embajada {
        padding: 40px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 560px;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 320px;
    }

    .wrapper-google-maps {
        padding: 40px 0;
    }

    .wrapper-google-maps p {
        font-size: 24px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
        width: 1100px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 80px;
        padding-right: 40px;
    }

    .wrapper-first {
        padding: 60px 0;
    }

    .wrapper-first-container img {
        width: 420px;
    }

    .wrapper-first-container {
        width: 1000px;
        height: 280px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 34px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 34px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 18px;
        margin-top: -10px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 17px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 15px;
        margin-top: 8px;
    }

    .wrapper-first-contenido h1 {
        font-size: 20px;
    }

    .wrapper-first-contenido a {
        font-size: 13px;
        width: 120px;
        padding: 10px 12px;
        padding-top: 11px;
    }

    .wrapper-second-section-container {
        width: 1100px;
    }

    .wrapper-second-section-container-title h1 {
        font-size: 20px;
    }

    .wrapper-second-section-container p {
        font-size: 14px;
        padding-top: 5px;
        line-height: 130%;
    }

    .wrapper-second-bloques:before {
        border-width: 15px 15px 0 15px;
    }

    .wrapper-second-bloques {
        margin-top: 55px;
        height: 520px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 200px;
        font-size: 16px;
    }

    .wrapper-third-section h1 {
        font-size: 20px;
    }

    .wrapper-second-bloque-item figure h4 {
        font-size: 15px;
    }

    .wrapper-third-section ul {
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .wrapper-third-section {
        width: 1100px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 20px;
    }

    .wrapper-third-section ul li a p {
        font-family: 'FF_Clan_Light';
        font-weight: bold;
    }

    .third-cp-top-item {
        height: 450px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 13px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 13px;
    }

    .wrapper-fourth {
        height: 520px;
    }

    .wrapper-fourth-section-slide-contenido-left-text h1 {
        font-size: 20px;
    }

    .wrapper-fourth-section-slide-contenido-right-text h1 {
        font-size: 20px;
    }

    .wrapper-fourth-section-slide-contenido-left-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text p {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text a {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-right-text a {
        font-size: 13px;
    }

    .wrapper-fourth-section-slide-contenido-left-text {
        width: 400px;
    }

    .wrapper-fourth-section-slide-contenido-right-text {
        width: 400px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 620px;
    }

    .wrapper-banner-section-listado-item-capa-overlay {
        background-image: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.25));
    }

/* Banner */

    .fel-texto-banner h1{
        font-size: 60px;
    }

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt{
        margin-bottom: 5%;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 130px;
    }

    .fel-cnt-credito {
        bottom: 12%;
    }


/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 15px;
    }

    .wrapper-google-maps {
        padding: 45px 0;
    }

    .wrapper-embajada {
        padding: 45px 0;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 560px;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 320px;
    }

    .wrapper-google-maps p {
        font-size: 24px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 85px;
        padding-right: 35px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 36px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 36px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 16px;
        margin-top: 7px;
    }

    .wrapper-first-contenido h1 {
        font-size: 22px;
    }

    .wrapper-second-bloques:before {
        border-width: 15px 15px 0 15px;
    }

    .wrapper-second-bloques {
        margin-top: 60px;
    }

    .wrapper-second-bloque-logo .text .text-intro {
        width: 220px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 22px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 14px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 13px;
    }

    .wrapper-fourth {
        height: 580px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 680px;
    }

/* Banner */

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 60px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 130px;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 160px;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 560px;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 320px;
    }

    .wrapper-banner-section-listado-item-caja img {
        width: 85px;
        padding-right: 35px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 38px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 38px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 18px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 16px;
        margin-top: 7px;
    }

    .wrapper-first-contenido h1 {
        font-size: 22px;
    }

    .wrapper-second-bloques:before {
        border-width: 15px 15px 0 15px;
    }

    .wrapper-second-bloques {
        margin-top: 60px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 22px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 14px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 13px;
    }

    .wrapper-fourth {
        height: 580px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 720px;
    }

/* Banner */

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 70px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 140px;
    }

/* Fin de Banner*/

}
@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .wrapper-banner .slick-dots {
        bottom: 35px;
    }

    .wrapper-flotante-section-container p {
        font-size: 15px;
    }

    .wrapper-banner-section-listado-item-oscuro-img1 {
        width: 600px;
    }

    .wrapper-banner-section-listado-item-oscuro-img2 {
        width: 350px;
    }

    .wrapper-banner-section-listado-item-caja {
        bottom: 180px;
    }

    .wrapper-banner-section-listado-item-caja h1 {
        font-size: 42px;
    }

    .wrapper-banner-section-listado-item-caja h3 {
        font-size: 42px;
    }

    .wrapper-banner-section-listado-item-caja h2 {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja p {
        font-size: 20px;
    }

    .wrapper-banner-section-listado-item-caja label {
        font-size: 16px;
        margin-top: 7px;
    }

    .wrapper-first-contenido h1 {
        font-size: 22px;
    }

    .wrapper-second-bloques:before {
        border-width: 15px 15px 0 15px;
    }

    .wrapper-second-bloques {
        margin-top: 60px;
    }

    .wrapper-third-section ul {
        margin-top: 40px;
    }

    .third-cp-top-item-contenido-cuadro h2 {
        font-size: 22px;
    }

    .third-cp-top-item-contenido-cuadro p {
        font-size: 14px;
    }

    .third-cp-top-item-contenido-cuadro a {
        font-size: 13px;
    }

    .wrapper-fourth {
        height: 580px;
    }

    .wrapper-banner-section-listado-item-capa2 {
        width: 780px;
    }

/* Banner */

    .fel-cnt-lugar img {
        width: 10px;
    }

    .wrapper-banner-section-listado-item-caja-banner p {
        font-size: 12px;
    }

    .fel-cnt-logos {
        height: 150px;
    }

    .fel-cnt-logos .fel-logo-1 {
        width: 70px;
        padding-left: 70px;
    }

    .fel-cnt-logos .fel-logo-2 {
        width: 140px;
    }

/* Fin de Banner*/

/* Banner version 2 */

    .fel-enlace-text{
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .fel-texto-banner.bnsec{
        flex-direction: column;
        gap: 5%;
    }

    .fel-texto-banner.bnsec h1{
        margin-top: 30px;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p{
        margin-top: 0;
        font-family: 'FF_Clan_Light';
        font-size: 33px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-shadow: none;
    }

    .fel-texto-banner.bnsec p strong {
        font-family: 'FF_Clan_Regular';
        font-size: 45px;
    }

    .fel-cnt-button{
        display: flex;
        width: fit-content;
        justify-content: center;
        align-items: center;
        padding: 15px 50px;
        background-color: #CE2611;
        border-radius: 12px;
        margin: 20px auto 0;
    }

    .fel-cnt-button p {
        margin: 0 !important;
        font-family: 'FF_Clan_Regular' !important;
        font-size: 18px !important;
        line-height: 1 !important;
        color: #FFF;
        letter-spacing: 0 !important;
        text-shadow: none !important;
    }

    .fel-cnt-lugar.bnsec {
        position: absolute;
        bottom: 1%;
        right: 1%;
    }

    .fel-cnt-lugar.bnsec img {
        width: 12px;
    }

    .fel-cnt-lugar.bnsec p {
        font-size: 14px;
    }

/* Fin banner version 2 */

}