@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=League+Gothic&display=swap');

@font-face {
	font-family: 'Bree';
	src: url('assets/fonts/BreeThin.eot');
	src: url('assets/fonts/BreeThin.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/BreeThin.woff2') format('woff2'),
		url('assets/fonts/BreeThin.woff') format('woff'),
		url('assets/fonts/BreeThin.ttf') format('truetype'),
		url('assets/fonts/BreeThin.svg#Bree-Thin') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bree';
	src: url('assets/fonts/BreeExtrabold.eot');
	src: url('assets/fonts/BreeExtrabold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/BreeExtrabold.woff2') format('woff2'),
		url('assets/fonts/BreeExtrabold.woff') format('woff'),
		url('assets/fonts/BreeExtrabold.ttf') format('truetype'),
		url('assets/fonts/BreeExtrabold.svg#Bree-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MyriadPro";
	src: url("assets/fonts/MyriadPro-Regular.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "VAGRoundedStd";
	src: url("assets/fonts/VAGRoundedStd-Black.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat Black";
	src: url("assets/fonts/Montserrat-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat Extra Bold";
	src: url("assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat SemiBold";
	src: url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "LuckiestGuy Regular";
	src: url("assets/fonts/LuckiestGuy-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat Bold";
	src: url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Shrikhand Regular";
	src: url("assets/fonts/Shrikhand-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "VAGRoundedStd Black";
	src: url("assets/fonts/VAGRoundedStd-Black.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "VAGRoundedStd Thin";
	src: url("assets/fonts/VAG-Rounded-Std-Thin.otf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 0;

	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;


	overflow-x: hidden;

}



/*  HEADER & NAVBAR 
	========================================================================== */

.header {
	/* background: url(../images/header-forma.svg) no-repeat center bottom transparent; */
	/* background: #1b589e; */
	background: #020205;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #2D2D2D;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	/* padding: 0.75em 0em 4em; */
	/* padding: 2.75em 0em 6em; */
	padding: .8em 0em;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	/* margin-bottom: 4rem; */

	/* margin-top: -1px; */

	/* box-shadow: 0 2.4em 4em -2.7em rgba(0, 0, 0, 0.65) !important; */
}

.header .section__content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 0;
	margin-bottom: 0;
	align-items: center;
}

/* LOGO */
.header__logo {
	display: block;
	max-width: 66%;
	width: 198px;
	/* margin-left: 0; */
	margin-left: 10px;
	margin-right: auto;
	text-align: center;
}

.header__logo__img {
	display: block;

	margin-top: 1rem;
}

@media (min-width:1192px) {
	.header__logo__img {
		max-height: 5rem;
	}
}

.navbar {
	flex: 0 1 auto;
	position: relative;
	text-align: right;
}

.navbar__btn {
	background: 0 0;
	border: none;
	display: none;
	padding: 1.5em 0;
	position: relative;
	top: 0.2em;
	z-index: 11;
}

.navbar__btn:focus {
	outline: 0
}

.navbar__btn span {
	position: relative
}

.navbar__btn span,
.navbar__btn span::after,
.navbar__btn span::before {
	display: block;
	height: 0.4em;
	border-radius: 0.3em;
	width: 2.6em;
	/* background-color: #2D2D2D; */
	background-color: #f1f1f1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: auto;
}

.menu-active .navbar__btn span::after,
.menu-active .navbar__btn span::before,
.navbar__btn:hover span::after,
.navbar__btn:hover span::before,
.navbar__btn span {
	width: 3.2em;
}

.navbar__btn span::after:focus,
.navbar__btn span::before:focus,
.navbar__btn span:focus {
	outline: 0
}

.navbar__btn span::after,
.navbar__btn span::before {
	content: ''
}

.navbar__btn span::before {
	-webkit-transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	transform: translateY(-1em);
}

.navbar__btn span::after {
	-webkit-transform: translateY(0.6em);
	-ms-transform: translateY(0.6em);
	transform: translateY(0.6em);
}

.main {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.menu-active .footer,
.menu-active .main {
	-webkit-filter: blur(5px) grayscale(0.5);
	filter: blur(5px) grayscale(0.5);
	pointer-events: none;
}

.menu-active .navbar__btn span {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu-active .navbar__btn span::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.menu-active .navbar__btn span::after {
	opacity: 0
}

.navbar__links a {
	color: #fff;
	display: inline-block;
	/* font-size: calc(0.44642857vw + 1.14285714em); */
	font-size: calc(0.44642857vw + 1.04285714em);
	letter-spacing: 0.25px;
	letter-spacing: 0.025em;
	/* padding: 0.25em 1em; */
	padding: 0.25em .5em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform-origin: center bottom;
}

.navbar__links a:hover {
	/* color: #007eff; */
	transform: scale(1.01);
}

@media (min-width:1024px) {
	.navbar__links a {
		/* color: #2D2D2D; */
		/* border-bottom: 0.2rem solid transparent; */

		text-decoration: none;
	}

	.navbar__links a:hover {
		/* border-bottom-color: #007eff; */
		/* color: #007eff; */
		/* color: #0461A5; */
		transform: scale(1.01);
		/* font-weight: 700; */
	}

	.navbar__links a+a {
		/* margin-left: 2em; */
	}
}

@media (max-width:1023px) {

	.navbar__btn {
		display: inline-block;
	}

	.navbar__links {
		padding-top: 1em;
		position: absolute;
		/* right: 0; */
		/* right: -140px !important; */
		right: -350px !important;
		top: calc(100% + 3em);
		/* background: rgba(0, 0, 0, 0.32); */
		/* background: #0461A5; */
		background-coldor: rgba(4, 97, 165, 0.6);
		background-color: #1b589e;
		/* padding: 1em 2em 1em 1em; */

		/* padding: 1em 2em 1em 0em; */

		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		/* -webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top; */
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;

		text-align: left;
		width: 380px;


		width: 454px;
	}

	body:not(.menu-active) .navbar__links {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.menu-active .navbar__links {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.navbar__links a {
		display: block;
		/* font-size: 1.9em; */
		font-size: 1.3em;
		/* margin: 1.5em 0; */
		/* margin: .1em 0; */
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;

		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);

		padding: 16px 24px;
		width: 110%;

		margin-left: 17px;
	}
}

@media (max-width:579px) {
	.navbar__btn {
		top: 0;
		left: 20px;
	}

	.navbar__btn span,
	.navbar__btn span::after,
	.navbar__btn span::before {
		height: 2px;
		width: 3.2em;
	}

	.navbar__btn span::before {
		-webkit-transform: translateY(-0.8em);
		-ms-transform: translateY(-0.8em);
		transform: translateY(-0.8em);
	}

	.navbar__btn span::after {
		-webkit-transform: translateY(0.58em);
		-ms-transform: translateY(0.58em);
		transform: translateY(0.58em);
	}
}

@media (max-width:439px) {

	.menu-active .navbar__links {
		/* top: 64px; */
		/* top: 79px; */
		top: 65px;

		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.custom-mobile {
		flex-direction: row-reverse !important;
	}

	.header__logo {
		/* margin-right: 28px; */
		margin-right: 20px;
	}

	.header__logo {
		display: block;
		max-width: 66%;
		width: 241px;
		/* margin-left: 0; */
		margin-left: -9px;
		margin-right: auto;
		text-align: center;
	}

	.header__logo img {
		width: 123px;
	}

}



/* ============ SECTION ============ */

.section__content {
	max-width: calc(100% - 4rem);
	/* width: 1192px; */
	flex: 0 1 auto;
	margin: 2rem auto;

	width: 1288px;

}

@media (min-width:370px) {
	.section__content {
		/* max-width: calc(100% - 6rem); */
		max-width: calc(100% - 1rem);
	}
}

@media (min-width:420px) {
	.section__content {
		max-width: calc(100% - 8rem);
	}
}

@media (min-width:480) {
	.section__content {
		max-width: calc(100% - 4rem);
	}
}

@media (min-width:1160px) {
	.section__content {
		max-width: 100%;
	}
}


/* Portada */

.hero-size {
	width: 100%;
	/* margin-top: 5.4rem; */
	margin-top: 5rem;
}

.top-size {
	padding-top: 5rem;
}

.portada-dk {
	width: 100%;
	/* margin-top: 5.4rem; */
}

.titulo--principal {
	color: #181D25;
	font-family: "Inter", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 44px;
}

.bold {
	font-weight: 700;
}

.cuotas-cont {
	display: flex;
	align-items: center;
	gap: 2px;

	margin-bottom: -4px;
}

.size-cuotas {
	font-size: 18px;
}


.footer-box .legales p {
	text-align: start;

	/* color: #ECECEC; */
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 125% */

	/* max-width: 800px; */
	/* max-width: 949px; */
	max-width: 901px;

	/* color: #313C33; */

	/* Body/Regular/Body 3 */
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

.position-social-icon {
	align-self: flex-end;
	position: relative;
	top: -14px;
}


.logo {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */

	/* justify-content: space-around; */
	align-items: end;
	gap: 2rem;
}


.financial-info {
	text-align: start;
	/* margin-top: 20px; */
	/* margin-top: 4px; */
	/* width: 182px; */

	/* max-width: 30% !important; */

}

.financial-info h2 {

	/* /* font-size: 18px; */
	/* margin: 0; */
	/* text-align: center; */
	font-family: "Montserrat", sans-serif;
	font-size: 19.397px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/* display: block; */

	margin-bottom: 4px;

	color: #FFF;
	font-size: 23.534px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.small-text {
	/* font-size: 12px; */
	margin: 0;
	font-family: "Montserrat", sans-serif;

	/* font-size: 9.642px; */

	font-size: 11.698px;

	/* font-size: 9.749px */
	/* font-size: mon; */
}

.grey {
	/* color: #bbb; */
	color: #70A8DB !important;
}




/* ============ Coopeplus portada ============ */


.portada-coopeplus {
	/* background: linear-gradient(0deg, #FFE4C9 0%, #ECECEC 100%); */

	/* background: linear-gradient(2deg, #C1812C -64.86%, #D29E4F -44.75%, #FFE9A9 15.57%, #E9C57E 35.68%, #D9A95C 55.79%, #CB9240 75.89%); */

	/* background: linear-gradient(0deg, #83B8E4 0%, #ECECEC 42.79%); */

	background-image: url("./assets/images/bg-portada.png");
	background-repeat: no-repeat;
	background-position: top;

	/* margin-bottom: 6rem; */
	margin-bottom: 12rem;
	/* padding-bottom: 1rem; */

}

.cabecera {
	display: flex;
	justify-content: space-between;
	/* justify-content: space-around; */
	align-items: center;
	/* padding: 2rem 0; */
	/* padding: 2rem 1.5rem; */
	padding: 2rem 4.5rem;

	/* margin-bottom: 2rem; */
	margin-bottom: 1rem;

	flex-wrap: wrap;
	/* gap: 2rem; */
	gap: 14rem;
}



@media (max-width: 1160px) {
	/* .cabecera { */
	/* justify-content: center; */
	/* justify-content: space-between; */
	/* } */

	.cabecera {
		display: flex;
		/* justify-content: space-between; */
		justify-content: space-around;
		align-items: center;
		padding: 2rem 0;
		/* margin-bottom: 2rem; */
		margin-bottom: 1rem;
		/* flex-wrap: wrap; */
		flex-wrap: nowrap;
		/* gap: 2rem; */
		gap: 0;
	}

	.contenido {
		display: flex;
		/* flex-wrap: wrap-reverse; */
		flex-wrap: wrap;
		justify-content: center;
		/* padding: 20px; */
		/* gap: 20px; */
		margin-bottom: 6rem;
		padding-bottom: 3rem;
		gap: 7rem;
	}

	.contenido__imagen-persona {
		/* width: 443px; */
		width: 450px;
		padding-bottom: 3rem;
	}


}

.numero-portada {
	color: #333447;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	/* line-height: 71px; */
	letter-spacing: 1px;

	position: relative;
	/* top: -10px; */
	/* left: -10px; */
	/* top: -36px; */
	top: -17px;
	left: -2px;
}

/* .cabecera__imagen {
	max-width: 880px;
	height: auto;

	width: 100%;
} */

.cabecera__logo {
	/* max-width: 250px; */
	/* width: 250px; */
	width: 175px;
	height: auto;

	width: 100%;

}

.cabecera a {
	width: 190px;
}

.vuelta-al-cole_img {
	/* max-width: 136px; */
	/* max-width: 361px; */
	/* max-width: 229px; */
	max-width: 350px;
	height: auto;

	width: 100%;
}

.tarjeta-coopeplus_img {
	/* max-width: 136px; */
	max-width: 118px;
	height: auto;

	width: 100%;

	/* transform: rotate(10deg); */
}

/* Bloque contenido */
.contenido {
	display: flex;
	/* flex-wrap: wrap-reverse; */
	flex-wrap: wrap;
	justify-content: center;
	/* padding: 20px; */
	/* gap: 20px; */

	/* padding: 0 1rem; */
	padding: 0 4rem;

	margin-bottom: 6rem;


	/* padding-bottom: 3rem; */

	/* background: linear-gradient(0deg, #83B8E4 0%, #ECECEC 42.79%); */

	padding-top: 5rem;

	align-items: center;

}

.promo-vigencia {
	/* color: #313C33; */
	/* font-family: "Montserrat", sans-serif; */
	/* font-size: 20px; */
	/* font-style: normal; */
	/* font-weight: 600; */
	/* line-height: 101px; */
	/* 505% */

	margin-left: 3px;

	color: #333447;
	font-family: "VAG Rounded", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	/* 20px */
	/* text-transform: uppercase; */

	margin-top: 2.5rem;
}

.txt-wb {
	font-weight: 700;
}

.contenido__texto {
	flex: 1;
	/* min-width: 300px; */
	/* background-color: #ffffff; */
	/* padding: 20px; */
	/* border-radius: 10px; */

	/* margin: 0 auto; */

	/* padding-left: 6rem; */
	/* padding-left: 5rem; */

	margin-top: 2rem;
}

.contenido__titulo {
	/* color: #0B448E; */
	/* font-family: "Montserrat", sans-serif; */
	/* font-size: 60px; */
	/* font-size: 54px; */
	/* font-style: normal; */
	/* font-weight: 800; */
	/* line-height: 70px; */
	/* margin-bottom: 3rem; */
	margin-top: -13px;
	/* margin-bottom: 0; */
	margin-bottom: 22px;
	/* width: 724px; */
	font-size: clamp(22px, calc(20px + (30 * ((100vw - 412px) / (1512 - 412)))), 58px);
	/* font-weight: 300 !important; */
	line-height: 70px;


	color: #242426;
	font-family: "VAG Rounded", sans-serif;
	/* font-size: 60px; */
	font-style: normal;
	font-weight: 300;
	/* line-height: 70px; */

}

.contenido__titulo_sub {
	/* color: #0B448E; */
	/* font-family: "Montserrat", sans-serif; */
	/* font-style: normal; */
	/* margin-top: 1rem; */
	/* margin-bottom: 3rem; */
	/* font-size: clamp(25px, calc(20px + (70 * ((100vw - 412px) / (1520 - 412)))), 58px); */
	font-size: clamp(25px, calc(20px + (30 * ((100vw - 412px) / (1520 - 412)))), 58px);
	/* font-weight: 800 !important; */
	/* line-height: 70px; */

	/* margin: 0 0 1rem; */


	color: #242426;
	font-family: "VAG Rounded", sans-serif;
	/* font-size: 60px; */
	font-style: normal;
	font-weight: 700;
	/* line-height: 70px; */
	/* 116.667% */

}



@media (max-width: 990px) {
	.contenido__titulo {
		text-align: center;
	}

	.cabecera {
		margin-bottom: 0;
	}

	.select-wrapper {
		margin: 0 auto;
	}

	.promo-vigencia {
		color: #313C33;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-style: normal;
		/* font-weight: 600; */
		line-height: 101px;
		margin-left: 3px;
		text-align: center;
	}
}

.fw4 {
	font-weight: 400;
}


.contenido__imagen {
	width: 543px;

	position: relative;
}

@media (max-width: 1520px) {
	.contenido__imagen {
		width: 581px;
	}
}

@media (max-width: 1380px) {
	.contenido__imagen {
		width: 637px;
	}
}

@media (max-width: 1288px) {
	.contenido__imagen {
		width: 677px;
		/* width: auto; */
	}
}

@media (max-width: 1160px) {
	.contenido__imagen {
		/* width: 668px; */
		width: auto;
	}

	.contenido__imagen-persona {
		/* width: 443px; */
		width: 525px;
		padding-bottom: 3rem;
	}
}



.contenido__imagen-contenedor {
	max-width: 100%;
	height: auto;
	position: relative;
}


/* .contenido__imagen-fondo {
	width: 100%;
	height: auto;
} */

.contenido__imagen-persona {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	height: auto; */


	/* width: 443px; */

	/* width: 675px; */
	/* width: 718px; */
	/* width: 700px; */
	width: 550px;

	/* padding-right: 9rem; */

	/* margin-top: -9rem; */
	/* margin-top: -3rem; */





}

.legales-inicio {
	margin-top: 3rem;
}

.legales-inicio p {
	font-family: "Inter", sans-serif;
	text-align: start;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;

	color: #fff;
}



@media (max-width: 1160px) {

	.contenido__imagen-persona {
		/* width: 443px; */
		/* width: 525px; */
		width: 450px;
		padding-bottom: 3rem;
	}

	.contenido__imagen-persona {
		/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	height: auto; */


		/* width: 443px; */

		/* width: 675px; */
		/* width: 718px; */
		/* width: 700px; */
		width: 550px;

		/* padding-right: 9rem; */

		/* margin-top: -9rem; */
		/* margin-top: 0rem; */
	}
}

/* @media (max-width: 1159px) {

	.contenido__imagen-persona {
		width: 349px;
		padding-bottom: 3rem;
	}
} */


/* Media queries para responsividad */
@media (max-width: 768px) {
	/* .cabecera {
		flex-direction: column;
		gap: 10px;
	} */

	.cabecera__imagenes {
		justify-content: center;
		width: 100%;
	}

	/* .contenido {
		flex-direction: column;
	} */


	.promo-vigencia {
		color: #313C33;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-style: normal;
		/* font-weight: 600; */
		line-height: 101px;
		margin-left: 3px;
		display: block;
		width: 353px;
		margin: 0 auto;
		text-align: center;
	}

	.contenido {
		display: flex;
		/* flex-wrap: wrap-reverse; */
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
		/* padding: 20px; */
		/* gap: 20px; */
		/* gap: 105px; */
		gap: 67px;
		/* margin-bottom: 6rem; */
		/* margin-bottom: 2rem; */
		margin-bottom: -5rem;

		margin-top: -2rem;

		padding: 0;

		/* margin-bottom: -6.25rem; */
		margin-bottom: -6.78rem;

		padding-bottom: 6rem;
	}

	.contenido__imagen-contenedor {
		/* max-width: 100%; */
		/* height: auto; */
		/* position: relative; */
		margin: inherit;
	}

	.contenido__titulo_sub {
		/* color: #313C33; */
		font-family: "Montserrat", sans-serif;
		font-style: normal;
		/* margin-top: 1rem; */
		/* margin-bottom: 3rem; */
		font-size: clamp(25px, calc(20px +(70*((100vw - 412px) /(1520 - 412)))), 58px);
		font-weight: 800 !important;
		/* line-height: 46px; */
		margin: 0 0 1rem;
		text-align: center;
	}

	.contenido__texto {
		flex: 1;
		/* min-width: 300px; */
		/* background-color: #ffffff; */
		/* padding: 20px; */
		/* border-radius: 10px; */
		/* margin: 0 auto; */
		/* padding-left: 6rem; */
		padding-left: 0rem;
	}

	.contenido__imagen-persona {
		/* width: 443px; */
		width: 349px;
		padding-bottom: 0rem;

		margin-top: -2rem;
	}

	.size-cabecera {
		width: 95px;

		margin-left: 36px;
	}
}


.regala-magia-img {
	width: 100%;
}


/* ============ Selecciona tu localidad ============ */

.localidad-section {
	/* background-color: white; */
	padding: 40px 20px;
	text-align: center;

	/* padding-bottom: 6rem; */
	/* padding-bottom: 9rem; */
	padding-bottom: 13rem;

	/* margin-bottom: -8rem; */
}

.localidad-section h2 {
	margin-bottom: 20px;
	/* font-size: 1.4em; */
	font-size: 1.9em;
	font-weight: 500;
}

.select-wrapper {
	display: inline-block;
	/* background-color: #e9f0f7; */
	/* background-color: #FCECE6; */
	/* background: #004C9B; */
	/* background: #313C33; */
	/* background: #0B448E; */
	padding: 10px;
	/* border-radius: 8px; */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

	margin-top: .5rem;

	display: flex;

	/* margin: 0 auto; */
	/* width: 500px; */
	width: 400px;
	/* width: 395px; */

	/* border-radius: 50.996px; */
	border-radius: 10px;

	align-items: center;

	border-radius: 50px;
	background: #269A9C;
}

.select-wrapper label {
	/* font-size: 0.9em; */
	/* font-size: 1.1em; */
	font-size: 1em;
	color: #7f8c8d;
	margin-right: 10px;
	/* font-weight: 500; */
	font-weight: 500;
	/* vertical-align: middle; */

	/* font-family: "Lato", sans-serif; */

	font-family: "Inter", sans-serif;
	/* background: #004C9B; */
	/* background: #313C33; */
	/* background: #0B448E; */
	background: #269A9C;

	padding-left: 33px;


	color: #FFF;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29.3px;
	/* 183.125% */
}

.select-wrapper select {
	width: 250px;
}

.input-group-text {
	padding: 0rem .75rem;
	border: none;
	background-color: #FCECE6;
}

.input-group {
	margin: 3.5rem 0;
	justify-content: center;
	gap: 2rem;
}

.custom-select {
	background: #fff url("assets/images/icon-expand.svg") no-repeat right .75rem center;

	padding: .375rem 5.75rem .375rem .75rem;

	border: none;

	color: #E96A3D;
}


.localidad-section select {
	appearance: none;
	background-color: white;
	border: none;
	/* padding: 8px 16px; */
	padding: 10px 16px;
	font-size: 1em;
	border-radius: 4px;
	/* box-shadow: 0 0 0 1px #003399 inset; */
	/* color: #003399; */
	color: #003399;
	font-weight: 500;
	cursor: pointer;
	vertical-align: middle;
	transition: box-shadow 0.3s;
	outline: none;
	/* width: 180px; */
	width: 220px;
	padding-right: 35px;
	/* Espacio para la flecha */
	/* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23003399" d="M2 0L0 2h4z"/></svg>'); */
	/* background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23003399" d="M2 5L0 3h4z"/></svg>'); */
	background-image: url('assets/images/icon-expand.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	/* background-size: 12px 10px; */
	background-size: 25px 14px;

	padding-bottom: 13px;

	font-family: 'Lato', sans-serif;

	/* font-size: 16px; */
	font-size: 1.1em;
	font-style: normal;
	font-weight: 600;

	color: #E96A3D;
}

.localidad-section select:focus {
	box-shadow: 0 0 0 2px #0056b3 inset;
}

.descuentos-cuotas {
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
}

/* ----------------------------------------------------------------------------------------------- */


/*  FOOTER 
	========================================================================== */

footer {

	/* color: white; */
	padding: 20px;
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;

	/* margin-top: 4rem; */
	/* margin-top: -2rem; */

	/* position: fixed; */

	/* background: linear-gradient(180deg, var(--Secundario2, #0B448E) 0%, #031328 100%); */
	background: #F5E1E2;

	margin-top: -2px;
}

footer .logo-coopeplus img {
	max-width: 150px;
	margin-bottom: 10px;
}

footer .legales p {
	font-size: 0.8em;
	line-height: 1.4;
}

.legales-titulo_container {
	display: flex;
	justify-content: space-between;

	margin-bottom: 2rem;
}

.logo-coope {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-box {
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	flex-wrap: wrap;

	align-items: flex-start;

	gap: 4rem;



}

.enlace-footer {
	/* color: #ECECEC !important; */
	/* text-decoration: underline; */
	text-underline-offset: 2px;
	text-decoration: none;

	/* color: #313C33; */

	color: #242426;
}

/* .enlace-footer:hover {
	color: #ECECEC;
} */

.footer-box h2 {
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-align: start;
}

/* .icon-social {
	flex: 1 0 auto;
} */

.footer-box .legales p {
	font-family: "Inter", sans-serif;
	text-align: start;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;

	color: #242426;
}


.footer-box .logo-coopeplus {
	text-align: start;
}

.footer-box .legales {
	/* max-width: 60%; */
	max-width: 100%;

}

.footer-box .logo-coope, .footer-box .logo-coopeplus {
	max-width: 20%;
}

.cftna-box {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.financial-info {
	/* font-size: 14px; */
	line-height: 1.5;
}

.financial-info .title {
	color: #FFF;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 19.397px !important;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.financial-info .pf-1 {
	color: #F9D7CE;
	font-family: "Montserrat", sans-serif;
	font-size: 9.642px;
	font-style: normal;
	font-weight: 600;
	line-height: 9.962px;

	margin-bottom: 1px;
	width: 139px;
	text-align: start;
}


.cl-blanco {
	color: #fff;
}

.cl-rosa {
	color: #F9D7CE;
}

.font-normal {
	font-weight: normal;
}


.logo-coopeplus {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


/* ------- Promoción --------- */

.promocion {
	/* width: 412px;
	font-family: Arial, sans-serif;
	color: #333;
	background-color: #f8a1a1;
	padding: 20px; */
	box-sizing: border-box;
}

.promocion__periodo {
	color: #424461;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* text-transform: uppercase; */

	display: flex;
	/* width: 394px; */
	height: 40px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;


	border-radius: 0px 0px 20px 20px;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.promocion__contenido {
	background: linear-gradient(180deg, #FF9A93 0%, #7A7EBC 100%), rgba(24, 29, 37, 0.50);
	background-blend-mode: normal, multiply;
	padding: 0 20px;
	color: white;
}

.promocion__oferta {
	margin-bottom: 30px;
}

.promocion__oferta-principal {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: -55px;
}

.promocion__numero-grande {
	color: #F0CED4;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	/* font-size: 218px; */
	font-size: 138px;
	font-style: normal;
	font-weight: 900;
	/* line-height: 52.179px; */
	text-transform: uppercase;
}

.promocion__texto-principal {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 53.017px; */
	letter-spacing: -0.524px;
	text-transform: lowercase;
	line-height: 1.2;
}

.promocion__texto-principal .sin-interes {
	color: #FFE4C9;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 800;
	/* line-height: 53.017px; */
	letter-spacing: -0.524px;
	text-transform: lowercase;
}

.promocion__texto-principal .fragancias-texto {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 700;
	/* line-height: 39.764px; */
	text-transform: lowercase;
}

.promocion__texto {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 150% */
	text-transform: lowercase;
}

.promocion__texto-2 {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	/* line-height: 30px; */
	/* 150% */
	text-transform: lowercase;
	line-height: 1.2;
}

.promocion__boton {
	background-color: transparent;
}

.nro-2 {
	position: relative;
	top: 4px;
	left: -7px;
}

.promocion-box {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	margin-top: 2rem;
}

.promocion__imagen {
	display: flex;
	justify-content: center;
	/* text-align: center; */
	margin: 20px 0;
}

.promocion__imagen img {
	width: 200px;
	margin-left: 50px;
}

/* .promocion__imagen img {
	max-width: 100%;
	height: auto;
} */


.box-nro-principal {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	margin-bottom: -70px;
}

.icon-plus {
	color: #DF95A3;
	background-color: #fff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 50.322px;
	font-style: normal;
	font-weight: 400;
	border-radius: 50%;
	padding: 5px;
}

.promocion__texto-principal-2 {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	/* line-height: 30px; */
	/* 150% */
	line-height: 1.2;
	text-transform: lowercase;
}


.promocion__fragancias-femeninas {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;

	margin-top: 2rem;
}

.promocion__linea {
	flex-grow: 1;
	height: 1px;
	background-color: #424461;
}

.promocion__texto-decorado {
	margin: 0 20px;
	white-space: nowrap;
	text-align: center;

	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	/* line-height: 100%; */
	/* 58px */
	letter-spacing: 1.74px;

}

.promocion__nota {
	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	/* font-size: 16px; */
	font-size: 12px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	/* line-height: 180%; */
	letter-spacing: 0.48px;
	line-height: 1.6;

	margin-bottom: 0;
	padding-bottom: 3rem;
}


/* ---------------- */

.promotion-container {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	justify-content: space-around;
	/* padding: 20px; */
	/* max-width: 1200px; */
	margin: 0 auto;
}

.icon {
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-bottom: 20px; */

	align-self: self-end;
}

.icon i {
	color: #f28b30;
	/* Color naranja */
	font-size: 24px;
	/* Tamaño del icono */
}

.text-content {
	flex: 1;
}

.text-content p {
	margin: 0;
	line-height: 1.6;
	text-align: start;
	font-size: 14px;

	line-height: 20px;
	/* 142.857% */
}

.text-content a {
	color: #fff;
	text-decoration: underline;
}

.financial-info {
	text-align: start;
	/* margin-top: 20px; */
	margin-top: 4px;

	align-self: center;
}

.financial-info h2 {

	/* /* font-size: 18px; */
	margin: 0;
	color: #000812;
	/* text-align: center; */
	font-family: "Montserrat", sans-serif;
	/* font-size: 19.397px; */
	font-size: 24.397px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

	text-align: center;

}

.small-text {
	/* font-size: 12px; */
	margin: 0;
	font-family: "Montserrat", sans-serif;

	/* font-size: 9.642px; */
	font-size: 10.642px;
	text-align: center;
	color: #000812;
}

.grey {

	/* color: #fff !important; */
	color: #000812 !important;
}

@media (min-width: 768px) {
	.promotion-container {
		flex-direction: row;
		align-items: flex-start;
	}

	.icon {
		justify-content: flex-start;
	}

	.text-content {
		max-width: 70%;
	}

	.financial-info {
		max-width: 30%;

		align-self: baseline;
	}


}


@media (max-width:1049px) {
	/* .footer-box .legales {
		order: 3;
	}

	.footer-box .logo-coope, .footer-box .logo-coopeplus .footer-box .legales {
		max-width: 100%;
	}

	.footer-box {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	} */

	.footer-box .legales {
		max-width: 100%;

		order: -1;

		margin-bottom: 2rem;
	}

	.footer-box {
		justify-content: space-evenly;
	}


}

@media (max-width:768px) {

	.icon {
		order: 1;
		margin-top: 10px;
	}

	.financial-info {
		text-align: start;
		/* margin-top: 20px; */
		margin-top: 24px;
		order: -1;
		align-self: flex-start;
		position: relative;
		left: 3px;
	}

	.text-content p {
		margin: 0;
		line-height: 1.6;
		text-align: start;
		font-size: 13px;

		line-height: 20px;
		/* 142.857% */
	}

	footer {
		padding: 8px 16px;
		margin-top: -10px;
	}
}

/* ----------------------------------------- */


@media (max-width:1049px) {

	.listado-localidad {
		padding-bottom: 3rem !important;
	}

}

/* ---------- */

/* @media (min-width: 768px) {
	.mobile {
		display: none !important;
	}

}

@media (max-width:767px) {
	.desktop {
		display: none !important
	}
} */

/* --------- */






/* en desktop */
.footer {
	position: relative;
	top: 671px;
}


/* .comercios {
	background-color: white;
} */

.localidad-titulo {
	font-size: calc(1.375vw + 1.76em);
	/* color: #E0040B; */
	color: #FF1900;
	font-weight: bold !important;
	text-shadow: 0 1px 1px rgb(0 0 0 / 80%), 0 1px 5px rgb(0 0 0 / 50%), 0 2px 8px rgb(0 0 0 / 50%);
}

.roboto-condensed {
	font-family: 'Roboto Condensed', sans-serif !important;
}

.ff-alt {
	font-family: 'LuckiestGuy Regular', sans-serif;
	letter-spacing: .1em;
}

.fw3,
.ff-alt {
	font-weight: 300;
}

.titulo {
	font-weight: bold;
}

.fw8,
.ff-alt strong {
	font-weight: 800;
}

.bgc-1,
.intro {
	background: #001882;
}

.bgc-g1 {
	background: #a91112;
	background: -moz-linear-gradient(left, #a91112 0%, #df040b 35%, #df040b 35%, #df040b 65%, #aa1213 100%);
	background: -webkit-linear-gradient(left, #a91112 0%, #df040b 35%, #df040b 35%, #df040b 65%, #aa1213 100%);
	background: linear-gradient(to right, #a91112 0%, #df040b 35%, #df040b 35%, #df040b 65%, #aa1213 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a91112', endColorstr='#aa1213', GradientType=1);
}



.c-0 {
	color: #fff;
}

.c-1 {
	color: #FF1900;
}

.c-2 {
	color: #0050a2;
}

.c-3 {
	color: #606060;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

.pt-25 {
	padding-top: 2.5rem;
}

.pt-3 {
	padding-top: 3rem;
}

.pt-4 {
	padding-top: 4rem;
}

/* */

.box-cuotas .incremento, .box-cuotas .cuotas-txt {
	font-size: 23px;
}


.select2-dropdown.select2-dropdown--above {
	position: relative;
	z-index: 999999999999;
}

.custom-top {
	font-family: "Montserrat Extra Bold", sans-serif;
	/* font-size: 1.7em; */
	font-size: 2.2em;
	/* margin: 1rem 5rem 0; */
	/* padding: 1.2em 0; */
	padding: .4em 0;
	text-align: center;
	background-color: #0569B0;
	color: #fff;
	/* border-top-right-radius: 40px; */
	/* border-top-left-radius: 40px; */

	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.38);
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.38);
}

.custom-bottom {
	/* margin: 0 5rem; */
	margin: 0 11.4rem;
	background-color: #fff;
	/* padding-bottom: 3rem; */
	padding-bottom: 5rem;

	/* margin-top: -15rem; */

	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);

	border-top-left-radius: 50px;
	border-top-right-radius: 50px;

	text-align: center;
	/* height: 30px; */

	padding-bottom: 4rem;


	background-color: #f2f2f2;

	-webkit-box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
	box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);

}

.texto-fecha {
	font-family: 'Montserrat', sans-serif;
	font-size: calc(0.7vw + 1.25em);

	padding-top: 1rem;
}

/*  */

.border-footer {
	/* box-shadow: 0px -5px 31px 10px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px -5px 31px 10px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px -5px 31px 10px rgba(0, 0, 0, 0.22); */

	box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

	/* margin-top: 2rem; */
	/* padding-top: 3rem; */

	/* position: relative; */
	/* top: -700px; */
	/* margin-top: -1300px; */

	background-color: #f2f2f2;
	position: relative;
}


.titulo-portada {
	font-family: "Montserrat Black", sans-serif;
	text-align: center;
	color: #606060;
	padding: 1rem 0;
}

@media (max-width:776px) {
	.titulo-portada {
		font-size: 1.2rem;
	}
}

.intro {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	background: #001882;
	color: #E0040B;
	padding: 0 5%;
}

.intro--ribbon {
	position: relative;
}

.intro--ribbon::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	padding-bottom: 47.57%;
	width: 33%;
	background: url('assets/images/extendemos.png') no-repeat left top transparent;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.boton {
	/* font-family: 'Roboto Condensed', sans-serif !important; */
	font-family: 'Bree', sans-serif !important;
	/* font-weight: bold; */
	font-size: calc(1.175vw + 1.10em) !important;
	text-align: center !important;
	font-weight: 800 !important;
	border-radius: 5px;
	padding: 6px 12px;
}

.border-btn {
	border: .3rem solid #17a2b8;
}

.boton-selecionado {
	margin-top: -.6rem !important;
	border: .11rem solid #17a2b8;
}


.legal-box {
	position: relative;
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: center;


	padding-bottom: 2rem;

	background-color: #fff;

	/* position: relative; */
	/* z-index: 9999; */




	/* box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
	/* box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3); */
	/* box-shadow: inset 0px -1px 4px 0px rgba(0, 0, 0, 0.3); */
}

.texto-cuotas {
	margin-left: -5px;
	/* width: 120px; */
	/* font-size: 13px; */
	font-size: 11px;
	line-height: 1.3;

	font-family: "VAGRoundedStd", sans-serif;
}

.box-cuotas span {
	font-family: "VAGRoundedStd", sans-serif;
}

.legal-box img {
	/* position: absolute; */
	/* right: -50px; */
	/* right: -48px; */
	/* margin-left: 2rem; */
	/* width: 65px; */
	width: 80px;
}



.legal {
	/* font-family: 'Montserrat Bold', sans-serif; */
	font-family: 'Montserrat', sans-serif;
	/* font-weight: ; */
	/* font-size: calc(0.675vw + 0.25em) !important; */
	/* font-size: calc(0.575vw + 0.25em) !important; */
	/* font-size: calc(0.775vw + 0.25em) !important; */
	font-size: calc(0.7vw + 0.25em) !important;
	line-height: 1.7;
	text-align: center !important;
	margin: 2rem 0 !important;
	/* color: #606060; */
	color: #000;
}

.sin-descuento {
	font-family: 'Bree', sans-serif !important;
	color: #d00d15;
	font-weight: 800;
	margin-top: 10px;
	font-size: calc(1.175vw + 0.35em) !important;
}

.coopeplus-link {
	font-family: 'Montserrat Black', sans-serif;
}


@media (min-width:992px) {
	.intro--ribbon::before {
		max-width: 250px;
	}
}

@media (max-width:479px) {
	.intro--ribbon {
		padding-top: 3em;
	}

	.intro--ribbon::before {
		width: 45%;
	}

	/* footer {
		margin-bottom: 2rem;
	} */
}

.intro-logo {
	flex: 0 1 auto;
}

.intro-text {
	flex: 1 1 auto;
	text-align: center;
	font-size: 3em;
	font-size: calc(1.077586207vw + 3.931034483em);
	line-height: 1.1;
	text-transform: uppercase;
	align-self: center;
}

@media (min-width:1200px) {
	.intro {
		padding-top: 0;
		padding-bottom: 1%;
	}

	.intro-text {
		font-size: 3.3em;
	}
}

@media (max-width:1199px) {
	.intro-text {
		font-size: calc(2.1875vw + 1.5em);
		align-self: center;
	}
}

@media (max-width:991px) {
	.intro {
		flex-flow: column nowrap;
		justify-content: center;
		align-items: center;
	}

	.intro-logo {
		margin-bottom: 2.5%;
		max-width: 300px;
	}

	.border-btn {
		border: .25rem solid #17a2b8;
	}

	.boton-selecionado {
		margin-top: -.5rem !important;
		border: .12rem solid #17a2b8 !important;
	}


	.legal-box img {
		right: -60px;
	}

}

@media (max-width:800px) {
	.boton-selecionado {
		margin-top: -.3rem !important;
		border: .12rem solid #17a2b8 !important;
	}
}

@media (max-width:600px) {
	.border-btn {
		border: .2rem solid #17a2b8;
	}

	.boton-selecionado {
		margin-top: -.3rem !important;
		border: .12rem solid #17a2b8 !important;
	}
}

@media (max-width:479px) {
	.intro-logo {
		max-width: 280px;
	}

	.border-btn {
		border: .17rem solid #17a2b8;
	}

	.boton-selecionado {
		margin-top: -.1rem !important;
		border: .12rem solid #17a2b8 !important;
	}


}

.comercios {
	/* background-image: url("assets/images/fondo-seleccion.jpg"); */
	background-image: url("assets/images/fondo-dia-del-padre.png");
	background-size: cover;
	/* background-size: contain; */
	/* padding: 0 1.2% 0 1.2%; */
	position: relative;
	text-align: center;
	/* background-color: #F0A2AC; */
	/* background-color: #E3EFEE; */

	/* background-color: #EAEAEA; */
}

/* @media (min-width:992px){
		.comercios {
			background: url('assets/images/bg-comercios.jpg') no-repeat right top #91e9ff;
			-webkit-background-size: 25% auto;
			-moz-background-size: 25% auto;
			-o-background-size: 25% auto;
			background-size: 25% auto;
		}
	} */

.size-box-legal {
	width: 893px;
}

.listado-resultados {
	position: relative;
	z-index: 2;

	margin-top: -6rem;

	overflow-x: hidden;
}

.wp-icon {
	/* width: 33px; */
	/* width: 95px; */
	width: 22px;
	position: relative;
	top: -3px;
	margin-left: 3px;
}

.fz-titulo {
	font-family: 'Montserrat Black', sans-serif;
	/* font-family: 'VAGRoundedStd Black', sans-serif; */
	font-size: calc(1.375vw + 1.76em);
}

.fz-categoria {
	font-family: 'VAGRoundedStd', sans-serif;
	font-size: calc(1.4vw + 1.15em);
	padding: 0.6rem 0 0.5rem 1rem !important;
	text-align: start;
	color: #0A51A0;
	font-size: 28px;
	background-color: #fff;
	margin-top: 2rem;
	text-transform: lowercase;
}

.fz-categoria::first-letter {
	text-transform: uppercase;
}

.localidad-hero {
	font-size: calc(1vw + 1.05em);
	font-weight: bold !important;
	/* text-shadow: 0 1px 1px rgb(0 0 0 / 80%), 0 1px 5px rgb(0 0 0 / 50%), 0 2px 8px rgb(0 0 0 / 50%); */
}


.comercios {
	/* padding: 0 5.2rem; */
	padding: 0 11.2rem;

	/* box-shadow: inset 0px -17px 26px 0px rgba(0, 0, 0, 0.1); */

	/* padding-bottom: 5rem; */
}




.desc-container {
	display: flex;
	gap: 5px;
	/* background: indianred; */
	background: #E96A3D;
	border-radius: 5px;
	/* padding: 0 4px; */
	padding: 0 5px;
	/* margin-left: -35px; */
	margin-left: 124px;

	font-family: "VAGRoundedStd", sans-serif;
}

@media (max-width:1044px) {
	.comercios {
		padding: 0 4.6rem;
	}
}

@media (max-width:767px) {
	.comercios {
		padding: 0 4.45rem;
	}
}



/* Ribbon */

.ribbon-hero {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 2em;
	/* margin: 0 2rem; */
	/* margin: 0 10rem; */
	margin: 0 8rem;
	line-height: 1.1;
	text-transform: uppercase;
	/* z-index: 999999; */
	z-index: 99;

	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);

	/* background: -moz-linear-gradient(180deg, rgba(183, 11, 22, 1) 0%, rgba(215, 16, 36, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(183, 11, 22, 1) 0%, rgba(215, 16, 36, 1) 100%);
	background: -o-linear-gradient(180deg, rgba(183, 11, 22, 1) 0%, rgba(215, 16, 36, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D71024', endColorstr='#B70B16', GradientType=1);
	background: -ms-linear-gradient(180deg, rgba(183, 11, 22, 1) 0%, rgba(215, 16, 36, 1) 100%);
	background: linear-gradient(180deg, rgba(183, 11, 22, 1) 0%, rgba(215, 16, 36, 1) 100%); */

	background: #0a51a0;

}

.ribbon-hero:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;
}

.ribbon-hero:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;
}

.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;

	/* border-color: rgb(215, 16, 36) transparent transparent transparent; */
	/* bottom: -1em; */

	/* border-color: transparent transparent rgb(215, 16, 36) transparent; */
	/* border-color: transparent transparent rgba(183, 11, 22, 1) transparent; */
	border-color: transparent transparent #0a51a0 transparent;
	/* bottom: 4.33em; */
	bottom: 4.25em;
}

@media (max-width:1700px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		/* bottom: 4.27em; */
		bottom: 4.26em;
	}

	/* .custom-top {
		margin: 1rem 5.2rem 0;
	} */

	.custom-bottom {
		/* margin: 0 5.2rem; */
		/* margin: 0 13.2rem; */
		margin: 0 11.2rem;

		/* box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
		-webkit-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
		-moz-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27); */

		/* margin-top: -240px; */
		/* margin-top: -687px; */

		position: relative;
		z-index: 5;

		border-top-left-radius: 50px;
		border-top-right-radius: 50px;

		height: 30px;

		background-color: #f2f2f2;

		/* -webkit-box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
		box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52); */
	}
}

@media (max-width:1550px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		bottom: 4.30em;
	}

	/* .custom-top {
		margin: 1rem 5rem 0;
	} */

	.custom-bottom {
		/* margin: 0 5rem; */
		/* margin: 0 13rem; */
		margin: 0 11rem;
		/* margin: 0 11.15rem; */

		/* margin-top: -240px; */

		/* background-color: #DAE4ED; */
		/* background-color: #fff; */
		background-color: #F2F2F2;

		/* -webkit-box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
		box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52); */

	}
}

@media (max-width:1380px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		bottom: 4.35em;
	}

	/* .custom-top {
		margin: 1rem 4.9rem 0;
	} */

	.custom-bottom {
		/* margin: 0 4.9rem; */
		/* margin: 0 12.9rem; */
		/* margin: 0 12.9rem; */
		margin: 0 10.9rem;

		/* margin-top: -240px; */

		/* box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
		-webkit-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
		-moz-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27); */


		/* z-index: 99999999999; */

		/* background-color: #DAE4ED; */
		background-color: #f2f2f2;

		-webkit-box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
		box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
	}
}

@media (max-width:1240px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		/* bottom: 4.40em; */
		bottom: 4.38em;
	}
}

@media (max-width:1050px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		bottom: 4.44em;
	}

	/* .custom-top {
		margin: 1rem 4.6rem 0;
	} */

	.custom-bottom {
		/* margin: 0 4.6rem; */
		margin: 0rem;
		background-color: transparent;
		padding-bottom: 2rem;

		/* margin-top: -240px; */

		width: 400px;
		margin: 0 auto;

		/* background-color: #DAE4ED; */
		background-color: #f2f2f2;
		/* margin-bottom: 1rem; */
		/* padding-bottom: 2rem; */

		/* -webkit-box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52);
		box-shadow: 0px -6px 4px -1px rgba(56, 56, 56, 0.52); */
	}

	.texto-fecha {
		font-size: calc(0.7vw + 1em);

		padding-top: .5rem;
	}

	.globos {
		display: none;
	}

	.comercios {
		/* padding: 0 2.75rem; */
		padding: 0;
	}

	.ribbon-hero {
		/* margin: 0 .5rem !important; */
		margin: 0 !important;
		padding: 2em 1em 1em;
	}

	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		display: none !important;
	}

	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		display: none !important;
	}

	.ribbon-rubro {
		/* margin: 3rem 0 !important; */
	}
}

@media (max-width:920px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		bottom: 4.50em;
	}
}

@media (max-width:770px) {
	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		bottom: 4.58em;
	}

	/* .custom-top {
		margin: 1rem 4.4rem 0;
	} */

	/* .custom-bottom {
		margin: 0 4.4rem;
	} */
}

@media (max-width:579px) {
	.custom-top {
		font-size: 1.1rem;
		/* margin: 1rem 1.2rem 0; */
	}

	.custom-bottom {
		margin: 0 1.2rem;
		padding-bottom: 1rem;
	}

	.custom-bottom {
		/* margin: 0 5rem; */
		background-color: transparent;
		/* padding-bottom: 3rem; */
	}

	.custom-bottom {
		/* margin: 0 4.6rem; */
		/* margin: 0rem; */
		/* background-color: transparent; */
		/* padding-bottom: 2rem; */

		/* margin-top: -240px; */

		width: 300px;
		margin: 0 auto;

		/* background-color: #DAE4ED; */
		background-color: #f2f2f2;
		/* margin-bottom: 1rem; */
		/* padding-bottom: 2rem; */
	}

	.texto-fecha {
		font-size: calc(0.7vw + .9em);

		padding-top: .2rem;
	}
}


.ribbon-hero .ribbon-content:before {
	left: 0;
	/* border-width: 1em 0 0 1em; */
	border-width: .6em 0 .4em 1em;
	z-index: 9999999;
}

.ribbon-hero .ribbon-content:after {
	right: 0;
	/* border-width: 1em 1em 0 0; */
	border-width: .6em 1em .4em 0;
	z-index: 9999999;
}

@media (max-width:579px) {
	.comercios {
		/* padding: 0 2.75rem; */
		padding: 0;
	}

	.ribbon-hero {
		/* margin: 0 .5rem !important; */
		margin: 0 !important;
		padding: 2em 1em 1em;
	}

	.ribbon-hero .ribbon-content:before, .ribbon-hero .ribbon-content:after {
		display: none !important;
	}


	.legales-inicio p {
		font-family: "Inter", sans-serif;
		text-align: start;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		color: #fff;
		margin-top: -1rem;
	}
}


/* Ribon Rubro */

.ribbon-rubro {
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	text-transform: uppercase;
	/* margin: 3rem -42px; */
	z-index: 999999;

	/* box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.32); */

	/* background: -moz-linear-gradient(90deg, #B70B16 0%, #D71024 100%);
	background: -webkit-linear-gradient(90deg, #B70B16 0%, #D71024 100%);
	background: -o-linear-gradient(90deg, #B70B16 0%, #D71024 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D71024', endColorstr='#B70B16', GradientType=0);
	background: -ms-linear-gradient(90deg, #B70B16 0%, #D71024 100%);
	background: linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	background: #0a51a0;


}

/* 
@media (max-width:1637px) {
	.ribbon-rubro {
		margin: 3rem -41px;
	}
}

@media (max-width:1608px) {
	.ribbon-rubro {
		margin: 3rem -40px;
	}
}

@media (max-width:1522px) {
	.ribbon-rubro {
		margin: 3rem -39px;
	}
}

@media (max-width:1436px) {
	.ribbon-rubro {
		margin: 3rem -38px;
	}
}

@media (max-width:1339px) {
	.ribbon-rubro {
		margin: 3rem -37px;
	}
}

@media (max-width:1277px) {
	.ribbon-rubro {
		margin: 3rem -36px;
	}
}

@media (max-width:1237px) {
	.ribbon-rubro {
		margin: 3rem -35px;
	}
}

@media (max-width:1151px) {
	.ribbon-rubro {
		margin: 3rem -34px;
	}
}

@media (max-width:1057px) {
	.ribbon-rubro {
		margin: 3rem -32px;
	}
}

@media (max-width:767px) {
	.ribbon-rubro {
		margin: 3rem -29px;
	}
} */

.ribbon-rubro:before {
	left: -2em;
	border-right-width: 1.5em;
	border-left-color: transparent;

	display: none;
}

.ribbon-rubro:after {
	right: -2em;
	border-left-width: 1.5em;
	border-right-color: transparent;

	display: none;

}

.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	/* bottom: -1em; */
	bottom: 1.67em;

	display: none;
}

.ribbon-rubro .ribbon-content:before {
	left: 0;
	/* border-width: 1em 0 0 1em; */
	border-width: .6em 0 .4em 1em;
	/* border-color: #B70B16 transparent transparent transparent; */
	/* border-color: #006AB2 transparent transparent transparent; */
	/* border-color: transparent transparent #006AB2 transparent; */
	/* border-color: transparent transparent #B70B16 transparent; */
	border-color: transparent transparent #0a51a0 transparent;
	z-index: 9999999;

	display: none;
}

.ribbon-rubro .ribbon-content:after {
	right: 0;
	/* border-width: 1em 1em 0 0; */
	/* border-width: .6em 1em .4em 0; */

	/* border-width: .6em 1em .6em 0; */
	border-width: .6em 1em .4em 0;

	/* border-width: .6em 0 .4em 1em; */

	/* border-color: #D71024 transparent transparent transparent; */
	/* border-color: #006AB2 transparent transparent transparent; */
	/* border-color: transparent transparent #006AB2 transparent; */
	/* border-color: transparent transparent #B70B16 transparent; */
	border-color: transparent transparent #0a51a0 transparent;
	z-index: 9999999;

	display: none;
}

@media (max-width:579px) {

	/* .ribbon-rubro {
		margin: 3rem 0;
	} */

	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		display: none !important;
	}
}



@media (max-width:1700px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.62em;
	}
}

@media (max-width:1500px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.64em;
	}
}

@media (max-width:1350px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.66em;
	}
}

@media (max-width:1150px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.70em;
	}
}

@media (max-width:950px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.75em;
	}
}

@media (max-width:800px) {
	.ribbon-rubro .ribbon-content:before, .ribbon-rubro .ribbon-content:after {
		bottom: 1.79em;
	}
}


/* Animación */

.glow {
	background: #fff;
	width: 40px;
	/* height: 100%; */
	height: 64px;
	top: 0px !important;
	z-index: 999;
	position: absolute;
	-webkit-animation: flow 1.5s linear infinite;
	-moz-animation: flow 1.5s linear infinite;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	border-left: 1px solid #fff
}

@-webkit-keyframes flow {
	0% {
		left: -20px;
		opacity: 0
	}

	50% {
		left: 60%;
		opacity: .3
	}

	100% {
		left: 90%;
		opacity: 0
	}
}

@keyframes flow {
	0% {
		left: -20px;
		opacity: 0
	}

	50% {
		left: 60%;
		opacity: .3
	}

	100% {
		left: 90%;
		opacity: 0
	}
}



@media (max-width:1250px) {
	.ribbon {
		width: 102.6%;
	}
}

@media (max-width:1125px) {
	.ribbon {
		width: 102.8%;
	}
}

@media (max-width:1000px) {
	.ribbon {
		width: 103.3%;
	}
}

@media (max-width:850px) {
	.ribbon {
		width: 103.8%;
	}
}

@media (max-width:767px) {
	.ribbon {
		width: 102.6%;
	}
}

@media (max-width:560px) {
	.ribbon {
		width: 104%;
	}

	.comercio-telefono {
		padding-right: 1rem;
	}

	.comercio-info {
		padding-left: 0 !important;
		text-align: start !important;
	}

	.listado-comercio {
		font-size: .8em !important;
	}

	.comercio-titulo {
		padding-right: .5rem;
	}

	.box-ribbon-mobile {
		height: 8.5rem !important;
		margin-top: -25px;
	}
}

@media (max-width:500px) {
	.ribbon {
		width: 104%;
	}

	.box-ribbon {
		height: 16rem !important;
	}

	.box-ribbon-mobile {
		height: 8.5rem !important;
		margin-top: -25px;
	}

	.listado-comercio {
		margin-bottom: 0 !important;
	}

	.txt-font {
		font-size: 17px;
	}

	.contenido__titulo_sub {
		/* color: #313C33; */
		font-family: "Montserrat", sans-serif;
		font-style: normal;
		/* margin-top: 1rem; */
		/* margin-bottom: 3rem; */
		font-size: clamp(45px, calc(20px +(70*((100vw - 412px) /(1520 - 412)))), 96px);
		font-weight: 800 !important;
		/* line-height: 52.655px; */
		margin: 0 0 1rem;
		/* font-size: 50px; */
		/* font-size: 45px; */
		font-size: 30px;
		text-align: center;

		margin-top: -10px;
	}

	.contenido__titulo {
		/* color: #0B448E; */
		font-family: "Montserrat", sans-serif;
		/* font-size: 60px; */
		/* font-size: 54px; */
		font-style: normal;
		font-weight: 800;
		/* line-height: 70px; */
		/* margin-top: 1rem; */
		margin-top: -1rem;
		/* margin-bottom: 3rem; */
		/* margin-bottom: 0; */
		/* width: 724px; */
		font-size: clamp(25px, calc(20px +(30*((100vw - 412px) /(1512 - 412)))), 48px);
		font-weight: 300 !important;
		/* text-align: start !important; */
		margin-left: 37px;
		/* font-size: 25px; */
		font-size: 27px;
		/* margin-bottom: 8px; */
		margin-bottom: 25px;

		margin-left: 0;

		line-height: 1.5;


	}



	.size-mb {
		font-size: 12px;
		line-height: 0;
	}

	.position-social-icon {
		align-self: flex-end;
		position: relative;
		/* top: 102px; */

		left: -48px;
	}

	.cuotas-cont {
		display: flex;
		align-items: center;
		gap: 2px;

		margin-bottom: -4px;
	}

	.box-cuotas {
		/* display: flex; */
		display: flex;
		/* flex-wrap: nowrap; */
		flex-wrap: wrap;
		/* align-items: baseline; */
		align-items: center;
		/* gap: 7px; */
		gap: 1px;
		position: relative;
		top: 0px;
		justify-content: end;
	}


}

@media (max-width:450px) {
	.ribbon {
		/* width: 104.5%; */
		width: 104.9%;
		margin-top: -15px;
		/* background-color: #001882; */
		background-color: #2ad2c9;
	}
}

@media (max-width:400px) {
	.ribbon {
		width: 105.3%;
	}
}



/* Image sticky  */

/* .cover-image {
	height: 300px;
	background-color: #3498db;
	position: relative;
}

.cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} */

.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/* height: 30px; */
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	z-index: 1000;
}

.sticky-header.visible {
	transform: translateY(0);
}

.sticky-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ------------------- */


.listado-localidad {
	/* position: relative; */
	width: 100%;
	margin-bottom: 4%;
	/* background-color: #117335; */
	/* background-color: #fff; */
	/* background-color: #F2F2F2; */
	/* background-color: #DAE4ED; */
	margin: 0 auto !important;

	/* box-shadow: 0 0 15px 0px #888;
	clip-path: inset(0px -15px 0px -15px);
	position: relative; */

	/* padding-top: 3.5rem; */

	/* poner en mobile 3rem 👇*/
	/* padding-bottom: 3rem; */

	/* en desktop */
	padding-bottom: 6.5rem;

	/* padding-bottom: 2rem; */

	/* -webkit-box-shadow: 0 2.4em 4em -2.7em rgba(0, 0, 0, 1.85) !important;
	box-shadow: 0 2.4em 4em -2.7em rgba(0, 0, 0, 1.85) !important; */

	/* box-shadow: -2px 1px 15px 3px rgba(0, 0, 0, 0.82);
	-webkit-box-shadow: -2px 1px 15px 3px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: -2px 1px 15px 3px rgba(0, 0, 0, 0.82); */

	/* box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.52);
	-webkit-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.52);
	-moz-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.52); */

	/* box-shadow: inset 0px -17px 26px 0px rgba(0, 0, 0, 0.1); */

	/* box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
	-webkit-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27);
	-moz-box-shadow: 0px 15px 15px 3px rgba(56, 56, 56, 0.27); */

	/* position: relative; */
	/* z-index: 99999999999; */



	margin-bottom: 0rem !important;
	margin-top: 5rem !important;

}


/* .image-container { */
/* width: 100%; */
/* Ajusta el ancho del contenedor al 100% del elemento padre */
/* display: flex; */
/* Usa flexbox para alinear la imagen */
/* justify-content: center; */
/* Centra horizontalmente */
/* align-items: center; */
/* Centra verticalmente, si el contenedor tiene altura */
/* overflow: hidden; */
/* Oculta cualquier desbordamiento */
/* } */

#villa-maria-beneficios_dk {
	/* width: 80%; */
	/* Ajusta el tamaño de la imagen. Puedes cambiar a cualquier porcentaje o valor fijo como px */
	/* max-width: 147%; */
	/* Asegura que la imagen no se expanda más allá del contenedor */
	height: auto;
	/* Mantiene la proporción de la imagen */
}




.select2-dropdown.select2-dropdown--below {
	position: relative;
	z-index: 99999999999999;
}

.btn-localidad, .subtitulo, .titulo {
	font-family: 'Baloo Bhai 2', 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.select2-container {
	/* width: 100% !important; */
	/* width: 60% !important; */

	/* position: absolute; */
	/* left: 670.469px; */
	/* top: 932.687px; */

	/* left: 100px !important; */
	/* top: 932.687px !important; */

	/* top: 100% !important; */

	/* width: 282px; */
}

.listado-localidad .select2-container {
	/* width: 360px !important; */
}

.listado-localidad .select2-container.select2-container--default .select2-selection--single {
	/* background: #E80327; */
	/* background: #2ad2c9; */
	background-color: #006AB2;
	/* border-color: #fff; */

	/* ff 3.6+ */
	/* background: -moz-linear-gradient(180deg, #D71024 0%, #B70B16 100%); */

	/* safari 5.1+,chrome 10+ */
	/* background: -webkit-linear-gradient(180deg, #D71024 0%, #B70B16 100%); */

	/* opera 11.10+ */
	/* background: -o-linear-gradient(180deg, #D71024 0%, #B70B16 100%); */

	/* ie 6-9 */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B70B16', endColorstr='#D71024', GradientType=1); */

	/* ie 10+ */
	/* background: -ms-linear-gradient(180deg, #D71024 0%, #B70B16 100%); */

	/* global 94%+ browsers support */
	/* background: linear-gradient(180deg, #D71024 0%, #B70B16 100%); */

}

/* .listado-localidad .select2-container.select2-container--default .select2-selection--single:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
} */

.listado-localidad .select2-container--default .select2-selection--single .select2-selection__rendered,
.listado-localidad .select2-container.select2-container--default .select2-selection--single {
	color: #fff;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single {
	/* border-radius: 1em; */
	border-radius: .5em;

	border-radius: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	/* font: 800 1.9em/1 Bree, Roboto, sans-serif; */
	/* font: 800 1.7em/1 Bree, Roboto, sans-serif; */
	/* font-family: 'Montserrat Black', sans-serif; */
	/* font-family: 'VAGRoundedStd Black', sans-serif; */
	/* font-family: 'Montserrat Black', sans-serif; */
	/* font-family: 'Lato', sans-serif; */
	font-family: "Inter", sans-serif;
	/* padding: 0 1.3em 0 0.3em; */
	/* padding: 0.3em 1.3em 0 0.3em; */
	/* padding: 0em 1.3em 0 0.3em; */
	/* padding: 0em 3.3em 0 0.3em; */
	padding: 0.3em 5.3em 0.3em 0.3em;
	/* margin: 0.35em 0 0.2em; */
	/* margin: 0.1em 0 0.2em; */
	margin: 0.1em 0;

	text-align: start;

	color: #E96A3D;

	font-size: 16px;

	overflow: visible;

	/* color: #004C9B; */
	color: #313C33;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29.333px;

	padding-left: 13px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-style: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 2.1em;
	height: 1.33em;
	top: 50%;
	/* right: 0.7em; */
	/* right: 0.7em; */
	right: -.3em;
	/* background: url('./assets/images/icon-arrow-down.png') no-repeat center center transparent; */
	/* background: url('./assets/images/icon-expand.svg') no-repeat center center transparent; */
	background: url('./assets/images/icon-expand-blue.svg') no-repeat right .75rem center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.listado-localidad .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	opacity: 0;
}

.select2-dropdown {
	/* background-color: #006AB2; */
	/* background-color: #E96A3D; */
	/* background-color: #70A8DB; */

	/* border: 1px solid #fff; */
	border: 1px solid #aaa;
	color: #fff;

	/* background: #004C9B; */
	/* background: #313C33; */
	/* background: #0B448E; */
	background: #269A9C;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/* background: #FCECE6; */
	/* background: #002147; */
	/* background: #333333; */
	/* background: #e1261b; */
	/* background: #E0F0F0; */
	background: #305070;
	-webkit-transition: all 0.115s ease-out;
	-moz-transition: all 0.115s ease-out;
	-ms-transition: all 0.115s ease-out;
	-o-transition: all 0.115s ease-out;
	transition: all 0.115s ease-out;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	/* border-color: #00662F; */
	/* border-bottom: 2px dashed #fff; */
	/* background: #00662F; */
	/* background: #FF1900; */
	/* background: #F0A2AC; */
	/* background: #E80327; */
	/* background: #e1261b; */
	/* background: #E0E0E0; */
	background: #A0A0A0;

	/* background: #118bdc; */
	/* background: #333333; */

	color: #fff;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	font-weight: bold;
	font-size: 1.3em;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline-color: #fff;
	/* border-bottom-color: #bc2027; */
	border-bottom-color: #F0A2AC;
}

.select2-search--dropdown {
	text-align: center;
	margin-bottom: 0.25em;
}

.select2-search--dropdown .select2-search__field {
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}

.select2-results__option {
	font-weight: bold;
	/* font-family: 'VAGRoundedStd Black', sans-serif; */

	font-family: "Inter", sans-serif;


}

.select2-container--default .select2-results__option[aria-selected=true] {
	/* background: #d00d15; */
	/* background: #F0A2AC; */
	/* background: #118bdc; */
	background: #333333;
}

.select2-container--default .select2-selection--single {
	/* background-color: #fff; */
	/* border: 1px solid transparent; */
	border: 1px solid #aaa;
	/* border-radius: 4px */

	/* width: 373px; */

	border: none;

	border-radius: 20px;
	/* border-radius: 50px; */
}

.select2-selection--single {
	/* background-color: #fff; */
	border: 2px solid #fff;
	border-radius: 4px;
	outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid transparent;
	/* border: 1px solid #118bdc; */
	/* border: 1px solid #aaa !important; */
	border-bottom: none;
}


.listado-comercio {
	font-family: 'Roboto Condensed', sans-serif;
	/* font-size: 1.6em; */
	max-width: 690px;
	/* margin-left: auto; */
	/* margin-right: auto; */
	text-align: center !important;
	width: 100%;
	line-height: 1;
	/* margin-bottom: 0.85em; */
	/* background-color: rgb(240, 233, 233); */
}



.titulo-localidad {
	/* font-family: 'Baloo Bhai 2', 'Roboto Condensed', sans-serif; */
	/* font-family: 'Montserrat Black', sans-serif; */
	font-family: 'VAGRoundedStd', sans-serif;
	letter-spacing: 3.2px;
	/* font-family: 'VAGRoundedStd Black', sans-serif; */
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.5em;
	/* font-size: calc(0.9375vw + 2.2em); */
	font-size: calc(1.9375vw + 2.2em);
	font-weight: bold !important;
	/* text-shadow: 0 1px 1px rgb(255 255 255), 0 1px 5px rgb(255 255 255), 0 2px 8px rgb(255 255 255); */
	/* color: #fff; */
	color: #606060;

	/* margin-top: -52px; */
	/* margin-top: -144px; */

	/* margin-top: -136px; */
	margin-top: -157px;
	/* padding-bottom: 45px; */
	padding-bottom: 34px;


	margin-top: -52px;
	/* padding-top: 60px; */
}

.input-custom {
	padding-bottom: 10rem;
}

/* .listado-comercios { */
/* background-color: rgb(240, 233, 233); */
/* margin-bottom: 3em !important; */
/* text-shadow: 0 1px 1px rgb(255 255 255 / 80%), 0 1px 5px rgb(255 255 255 / 50%), 0 2px 8px rgb(255 255 255 / 50%), 0 2px 12px rgb(255 255 255 / 50%); */
/* } */

.titulo-categoria {
	/* color: black; */
	color: #203c88;
	font-family: 'Lovelo', 'Roboto Condensed', sans-serif;
	font-size: 2em;
	font-size: calc(1.5vw + 1.25em);
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 0;
	/* text-shadow: 0 1px 1px rgb(0 0 0 / 80%), 0 1px 5px rgb(0 0 0 / 50%), 0 2px 8px rgb(0 0 0 / 50%); */
	letter-spacing: -0.025em;
}

.listado-comercio {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* align-items: baseline; */
	align-items: center;
	padding: 0 1rem;
	/* padding-bottom: 1rem; */

	font-family: 'Baloo Bhai 2', 'Roboto Condensed', sans-serif;
	/* font-size: 1.5em; */
	/* max-width: 690px; */
	/* max-width: 690px; */
	/* max-width: 790px; */
	/* max-width: 869px; */
	/* max-width: 939px; */
	max-width: 1340px;
	/* margin-left: auto; */
	margin-right: auto;
	text-align: left;
	width: 100%;
	line-height: 1;
	/* margin-bottom: 0.85em; */

	gap: 4px;

	padding: .8rem 1rem;
}

.box-cuotas {
	display: flex;
	flex-wrap: nowrap;
	/* align-items: baseline; */
	align-items: center;
	/* gap: 7px; */


	position: relative;
	/* top: -13px; */
	top: 0px;
	/* width: 166px; */
	/* width: 204px; */

	justify-content: end;


	flex-wrap: wrap;

	justify-content: center;

}

.incremento {
	margin-right: 10px;
	margin-left: -6px;
}

.txt-center {
	text-align: center;
}

.txt-font {
	font-size: 23px;
}

.desc-container {
	display: flex;

	/* position: relative; */
	/* top: 10px; */
}

.box-descuento {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 7px;

	/* margin-right: 12px; */
}



.comercio-titulo {
	/* font-family: 'Montserrat Black', sans-serif; */
	font-family: 'VAGRoundedStd', sans-serif;
	/* font-family: 'VAGRoundedStd Black', sans-serif; */
	font-size: 1.15em;
	/* font-weight: bold; */
	margin-bottom: 0;
	/* color: #DD2400; */
	/* color: #2ad2c9; */
	/* color: #fff; */
	/* color: #006AB2; */

	font-weight: bold;

	font-size: 16px;

	font-size: #000;
}

.comercio-direccion,
.comercio-telefono {
	/* font-family: 'Montserrat SemiBold', sans-serif; */
	font-family: 'VAGRoundedStd', sans-serif;
	/* font-family: 'VAGRoundedStd Black', sans-serif; */
	/* font-family: 'VAGRoundedStd Thin', sans-serif !important; */
	/* font-weight: lighter !important; */
	margin-right: 0.25em;
	font-size: 1.15em;
	/* color: #606060; */
	color: #717171;
	/* color: #fff; */


	font-size: 16px;
	font-style: normal;
	font-weight: 500;

	line-height: 1.1;
}

.comercio-telefono {
	/* margin-right: 1.9em; */
	/* margin-right: 2.7em; */
}

.comercio-prefijo {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	/* letter-spacing: -0.025em; */
	/* font-size: 1.15em; */
	font-size: 1em;
}

.comercio-titulo,
.comercio-info {
	line-height: 1;
	text-align: start;
}

.comercio-info {
	padding-left: 0.3em;
	/* margin-bottom: 2rem; */
	margin-top: 3px;
}

.logo-comercio {
	/* width: 26px; */
	width: 52px;
	margin-right: 3px;
}

.contenedor-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

	/* margin-bottom: 11px; */
	margin-bottom: -1px;


	position: relative;
}

/* .contenedor-info:first-child::before { */
.contenedor-info:first-of-type::before {
	content: "";
	/* Elemento vacío para la línea superior */
	position: absolute;
	top: 0;
	/* Alinea la línea en la parte superior del elemento */
	left: 17px;
	right: 12px;
	height: 1px;
	/* Grosor de la línea superior */
	background-color: #EF8F6E;
	/* Color de la línea */
}

.contenedor-info::after {
	/* border-bottom: 2px solid #EF8F6E; */
	/* Línea roja de separación */

	/* margin: 0 1rem; */


	content: "";
	/* Elemento vacío para el borde */
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 12px;
	height: 1px;
	/* Grosor de la línea */
	background-color: #EF8F6E;
	/* Color de la línea */

	padding: 0 1rem;
}


.contenedor-desc-cuotas {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	/* width: 214px; */
	/* width: 270px; */

	padding: .8rem 0;

	/* width: 269px; */
	/* width: 335px; */
	width: 365px;

	/* margin-right: -49px; */
	/* margin-right: -30px; */
	/* justify-content: right; */
	justify-content: flex-start;
	margin-right: 20px;
	align-items: center;
}

@media (max-width:1170px) {
	.contenedor-desc-cuotas {
		/* margin-right: 0px; */
		margin-right: 20px;
	}
}



.separador-naranja {
	border-bottom: 1px solid #EF8F6E;
	margin-bottom: 25px;
	margin-top: -5px;
}


.comercio-descuento {
	/* background: url('assets/images/bg-descuento.png') no-repeat center center transparent; */
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
	color: #fff;
	/* font-weight: 800; */
	padding: 0.25em 0.25em 0.15em;
	/* text-shadow: 0 0 1px #e4472e; */
	text-shadow: 0 0 1px #2ad2c9;

	/* background-color: #2ad2c9; */
	/* background-color: #E80327; */
	background-color: #CC1717;
	border-radius: 5px;

	/* position: absolute; */
	right: 10px;

	/* font-family: "Shrikhand Regular", sans-serif; */
	font-family: "VAGRoundedStd Black", sans-serif;

	/* ff 3.6+ */
	/* background: -moz-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* safari 5.1+,chrome 10+ */
	/* background: -webkit-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* opera 11.10+ */
	/* background: -o-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* ie 6-9 */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D71024', endColorstr='#B70B16', GradientType=0); */

	/* ie 10+ */
	/* background: -ms-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* global 94%+ browsers support */
	/* background: linear-gradient(90deg, #B70B16 0%, #D71024 100%); */
}

.comercio-cuotas {
	/* background: url('assets/images/bg-descuento.png') no-repeat center center transparent; */
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
	color: #fff;
	/* font-weight: 800; */
	padding: 0.25em 0.25em 0.15em;
	/* text-shadow: 0 0 1px #e4472e; */
	text-shadow: 0 0 1px #2ad2c9;

	/* background-color: #2ad2c9; */
	/* background-color: #E80327; */
	background-color: #CC1717;
	border-radius: 5px;

	/* position: absolute; */
	right: 10px;

	/* font-family: "Shrikhand Regular", sans-serif; */
	font-family: "VAGRoundedStd Black", sans-serif;

	/* ff 3.6+ */
	/* background: -moz-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* safari 5.1+,chrome 10+ */
	/* background: -webkit-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* opera 11.10+ */
	/* background: -o-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* ie 6-9 */
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D71024', endColorstr='#B70B16', GradientType=0); */

	/* ie 10+ */
	/* background: -ms-linear-gradient(90deg, #B70B16 0%, #D71024 100%); */

	/* global 94%+ browsers support */
	/* background: linear-gradient(90deg, #B70B16 0%, #D71024 100%); */
}

.comercio-descuento--alt {
	background: url('assets/images/bg-descuento.png') no-repeat center center transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
	color: #fff;
	font-weight: 800;
	padding: 0.25em 0.25em 0.15em;
	text-shadow: 0 0 1px #e4472e;
}

/* .comercio-cuotas--alt {
	background: url('assets/images/bg-descuento.png') no-repeat center center transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: inline-block;
	color: #fff;
	font-weight: 800;
	padding: 0.25em 0.25em 0.15em;
	text-shadow: 0 0 1px #e4472e;
} */

.right-arrow {
	display: flex;
	width: 24px;
	height: 24px;
	padding: 5px 0px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}


@media (max-width:479px) {
	.listado-comercio {
		font-size: 1.4em;
		font-size: calc(3.144654088vw + 0.693710692em);

		/* padding: .8rem 0rem .8rem .8rem; */
		padding: .8rem 0rem .8rem 1rem;

		width: 412px !important;
	}

	.comercio-telefono {
		margin-right: 0.65em !important;
	}

	.contenedor-desc-cuotas {
		/* margin-right: -14px; */
		margin-right: -97px;
	}
}



a.link:focus,
a.link:active,
a.link:hover,
a.link {
	display: inline-block;
	text-decoration: underline;
	-webkit-text-decoration-skip: edges;
	text-decoration-skip: edges;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.link:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

a.link:active {
	opacity: 0.8;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

/*section.comercios {
background-image: url(/assets//images/fondo-corazones.png);
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}*/
a.btn-localidad:hover,
a.btn-localidad,
.btn-localidad:hover,
.btn-localidad {
	color: #fff;
	text-decoration: none;
}

.btn-localidad {
	border-radius: 1em;
	background: #00662F;
	/* background: #FF1900; */
	display: inline-block;
	font-size: 2em;
	padding: 0.5em 1em 0.45em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-localidad:hover {
	-webkit-filter: contrast(1.1) brightness(1.1);
	filter: contrast(1.1) brightness(1.1);
	-webkit-transform: scale(1.015);
	-moz-transform: scale(1.015);
	-ms-transform: scale(1.015);
	-o-transform: scale(1.015);
	transform: scale(1.015);
}

.main-imagefoot {
	background-image: url(assets/images/footer.jpg);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 2.5%;
	overflow: hidden;
	text-align: center;
}

@media (max-width:1300px) {
	.listado-comercio {
		/* width: 600px; */
		/* width: 375px; */
		width: 779px;
	}

	.box-cuotas {
		/* top: -27px; */
		top: 0px;
	}
}

@media (max-width:579px) {
	.main-imagefoot .row>div:not(:last-child) {
		margin-bottom: 5%;
	}

	.intro-text {
		font-size: calc(1vw + 1.2em);
	}

	.box-cuotas .incremento, .box-cuotas .cuotas-txt {
		font-size: 18px;
	}
}

@media (max-width:429px) {
	.listado-localidad .select2-container {
		width: 340px !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		/* font-size: 1.7em; */
		/* font-size: 19.293px; */
		font-size: 16.293px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		width: 1.68em;
		height: 1.06em;
	}

	.select-wrapper {
		padding: 6px;
		/* width: 333px; */
		/* width: 340px; */
		width: 355px;

	}

	.input-custom {
		padding-bottom: 7rem;
	}

	.footer-box {
		/* display: flex; */
		/* justify-content: space-between; */
		/* flex-direction: column-reverse; */
		flex-direction: column;
		/* gap: 2rem; */
		gap: 3rem;
	}

	.footer-box .legales {
		margin-bottom: 0;
	}


	.input-group h2 {
		font-size: 23px;
	}

	.contenido__imagen-persona {
		/* width: 314px; */
		padding-bottom: 0;

		width: 412px;

		/* margin-top: 10px; */
	}


	.legales {
		order: -1;
		/* Coloca el elemento .legales primero en el diseño */
	}

	.logo-coopeplus {
		order: 1;
		/* Coloca el elemento .logo-coopeplus al final del diseño */
	}

	.footer-box .logo, .footer-box .legales {
		width: 100%;

		margin-bottom: -3rem;
	}

	.footer-box .logo {
		/* margin-top: 1rem; */
		margin-top: -.4rem;
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.contenedor-info {
		/* display: flex; */
		flex-wrap: nowrap;
		justify-content: space-between;
		/* margin-bottom: 0px; */

		padding-right: 1rem;
		/* padding-right: 2rem; */

		align-items: center;
	}

	.header {
		padding: 0;
	}

	.hero-size {
		/* margin-top: 4rem; */
		/* margin-top: 3.5rem; */
		margin-top: 3.2rem;
	}


	.select2-container--default .select2-selection--single .select2-selection__rendered {
		/* padding: 0; */
		/* padding-left: 13px; */
	}
}

@media (max-width:374px) {
	.listado-localidad .select2-container {
		width: 320px !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 1.5em;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		width: 1.34em;
		height: 0.85em;
	}
}

@media (max-width:349px) {
	.listado-localidad .select2-container {
		width: 300px !important;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 1.25em;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		width: 1.07em;
		height: 0.68em;
	}

}

.banner-familia {
	margin-bottom: -4.25em;
	position: relative;
	z-index: 4;
}

.banner-ribbon {
	margin-bottom: -4em;
	position: relative;
	z-index: 2;
}

.main-imagefoot {
	padding-top: 3.5em;
}

/* .tablet, .desktop {
	display: none;
} */

/* @media (min-width: 1080px) {
	.desktop {
		display: block;
	}

	.mobile {
		display: none;
	}
} */

@media (min-width: 768px) {
	.mobile {
		display: none !important;
	}



	.comercio-descuento {
		position: absolute;
		top: -5px;
		padding-left: -50px;
		/* width: 100%; */
		/* float: right; */

		/* display: inline-flex; */
		/* justify-content: flex-end; */
	}


	.comercio-cuotas {
		position: absolute;
		top: -5px;
		padding-left: -150px;
	}
}

@media (max-width:767px) {
	.desktop {
		display: none !important
	}

	/* .fondo {
		top: 0px;

	} */


	/* MOBILE */

	.listado-localidad {
		width: 100% !important;
		/* padding: 0 1rem; */
	}

	/* .comercios {
		padding: 0 1rem;
	} */

	.legal {
		/* font-size: calc(0.775vw + 0.25em) !important; */
		font-size: calc(1.52d5vw + 0.27em) !important;
		/* font-size: calc(1.52vw + 0.25em) !important; */
		font-size: calc(1.52vw + 0.45em) !important;
		/* color: #000 !important; */
	}

	.legal-box {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;

		padding: 0 2rem;
		padding-bottom: 0;

		/* -webkit-box-shadow: 0px 0px 32px -5px rgba(0, 0, 0, 0.61);
		box-shadow: 0px 0px 32px -5px rgba(0, 0, 0, 0.61); */

		position: relative;
		/* box-shadow: inset 0px -8px 5px 0px rgba(0, 0, 0, 0.3); */

	}

	.contenido__imagen-persona {
		/* width: 443px; */
		width: 349px;
		padding-bottom: 0rem;
		/* padding-top: 4rem; */
	}

	.legal-box img {
		position: relative;
		right: 0;
		width: 65px;
		margin-bottom: 1.5rem;
		/* margin-top: -15px; */
	}

	.listado-comercio {
		font-size: 1em;

		width: 526px;
	}

	.comercio-descuento {
		/* position: absolute; */
		top: -5px;
		padding-left: -50px;
		/* width: 100%; */
	}

	.comercio-descuento {
		font-size: 16px !important;
	}

	.box-cuotas {
		/* top: -16px; */
		top: 0px;
	}

	.contenedor-desc-cuotas {
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		/* width: 214px; */
		/* width: 460px; */
	}

	.vuelta-al-cole_img {
		/* max-width: 100px; */
		height: auto;
		width: 100%;

		max-width: 144px;
	}

	.tarjeta-coopeplus_img {
		max-width: 85px;
		height: auto;
		width: 100%;
	}

	.cabecera a {
		width: 100px;
		padding-bottom: -2rem;
	}
}


select.select option {
	text-transform: uppercase
}

@media (max-width: 520px) {
	.fila-flotante {
		margin-top: 0px !important;
	}

	.contenido__imagen-persona {

		/* max-width: 390px; */
		max-width: 330px;
		position: relative;
		/* left: -14px; */
		/* left: -30px; */

		padding-bottom: 4rem;
		margin-top: -5rem;
		/* padding-top: 4rem; */

		/* position: relative; */
		/* left: -14px; */
	}

	.image-flotante {
		top: 0px !important;
	}

	.image-abajo {
		position: relative;
		top: 0px !important;
		margin-bottom: 20px;
	}

	.titulo--principal {
		line-height: 33px;
		padding: 0 1rem;
	}

	.select-wrapper label {
		/* padding-left: 7px; */
		padding-left: 12px;
		margin-left: 3px;
	}


	.comercio-titulo, .comercio-info {
		line-height: 2;
		text-align: start;
	}

	.numero-portada {
		color: #333447;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		/* line-height: 71px; */
		letter-spacing: 1px;
		position: relative;
		top: -6px;
		left: -2px;
	}

	.portada-coopeplus {
		/* background: linear-gradient(0deg, #FFE4C9 0%, #ECECEC 100%); */
		/* background: linear-gradient(0deg, #C1812C -26.44%, #D29E4F -8.55%, #FFE9A9 45.11%, #E9C57E 63%, #D9A95C 80.88%, #CB9240 98.77%); */
		/* margin-bottom: 15rem; */
		margin-bottom: 4rem;
		/* padding-bottom: 1rem; */
		padding-bottom: 2rem;
	}

	.titulo-localidad {
		/* padding-top: 26px; */
		padding-top: 0px;
	}

	.listado-localidad {
		/* padding-top: 2.5rem; */
	}

	.localidad-section {
		margin-bottom: -7rem;
	}


	/* nuevos estilos */

	.contenedor-desc-cuotas {
		display: flex;
		flex-wrap: nowrap;
		/* gap: 20px; */
		/* gap: 10px; */
		/* gap: 0px; */
		/* width: 293px; */
		align-items: baseline;
		/* justify-content: center; */
		/* position: relative; */
		margin-left: revert-layer;
	}

	.texto-cuotas {
		margin-left: -5px;
		width: 120px;
		/* font-size: 13px; */
		font-size: 11px;
	}

	.txt-center {
		text-align: center;
		/* width: 119px; */
		width: 104px;
		position: relative;
		/* left: -9px; */
		left: -3px;
	}

	.desc-container {
		display: flex;
		gap: 5px;
		/* background: indianred; */
		background: #E96A3D;
		border-radius: 5px;
		padding: 0 4px;
		margin-left: -35px;

		font-size: 16px;

		position: relative;
		left: 24px;
	}

	/* .box-cuotas span {
		font-size: 17px;
	} */

	.box-descuento {
		display: flex;
		flex-wrap: nowrap;
		align-items: baseline;
		gap: 7px;
		/* margin-right: 0; */
		margin-right: 25px;
	}

	.comercio-titulo {
		/* width: 184px; */
	}

	.box-cuotas {
		/* display: flex; */
		display: block;
		flex-wrap: nowrap;
		/* align-items: baseline; */
		align-items: center;
		/* gap: 7px; */
		gap: 1px;


		position: relative;
		top: 0px;

		justify-content: end;

		line-height: 1.3;

	}

	.contenedor-desc-cuotas {
		/* width: 608px; */
		/* width: 100%; */

		/* width: 574px; */
		align-items: center;
	}

	.incremento {
		margin-right: 10px;
		margin-left: 4px;
	}

	.wp-icon {
		/* width: 24px; */
		/* width: 68px; */
		width: 20px;
		position: relative;
		top: -3px;
		margin-left: 3px;
	}

	.listado-resultados {
		margin-top: -4rem;
	}
}







.fila-flotante {
	margin-bottom: 30px;
	position: relative;
	margin-top: -121px;
}

.image-abajo {
	position: relative;
	top: 90px;
}

.image-flotante {
	position: relative;
	top: 92px;
}





.bloque-promocion {
	padding: 20px;
	display: flex;
	justify-content: center;

	/* background: linear-gradient(0deg, var(#178CBC, #0B448E) 0%, var(#178CBC, #178CBC) 100%); */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;

	/* background: linear-gradient(180deg, var(--Secundario2, #0B448E) 0%, #031328 100%); */

	background: linear-gradient(0deg, var(--Secundario2, #0B448E) 0%, var(--secundario, #178CBC) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}


.background-promocion {
	background: linear-gradient(0deg, var(--Secundario2, #0B448E) 0%, var(--secundario, #178CBC) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

.caja-promocion {
	/* background: linear-gradient(to right, #0072bb, #004d99); */

	padding: 40px 20px;
	display: flex;
	justify-content: center;
}

.contenedor-promo {
	max-width: 1157px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	/* gap: 250px; */
	/* gap: 80px; */
	gap: 110px;
}

.area-texto {
	color: white;
	/* flex: 1 1 60%; */
	/* min-width: 320px; */
}

.fila-logo {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-bottom: 20px;

	justify-content: center;

	padding-top: 4rem;
}

.texto-en {
	/* font-size: 16px; */

	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	/* line-height: 20px; */
	/* 83.333% */

	position: relative;
	top: -10px;
}

.logo-img {
	/* height: 30px; */

	max-width: 193px;
}

.info-cuotas .texto-hasta {
	/* font-size: 16px; */
	/* margin: 0 0 10px; */

	color: #FFF;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 83.333% */
}

.bloque-cuotas {
	display: flex;
	align-items: flex-start;
	gap: 2rem;

	flex-wrap: wrap;
}

.numero-grande {
	font-size: 90px;
	font-weight: bold;
	margin-right: 15px;
	line-height: 1;
}

.detalle-cuotas {
	font-size: 24px;
	line-height: 1.2;

	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 300;
	line-height: 71px;
	/* 88.75% */
	/* text-transform: lowercase; */
}

.sin {
	font-weight: bold;
}

.interes {
	font-weight: bold;
}

.subtexto {
	/* font-size: 14px;
	margin-top: 10px;
	color: #cbe0f8; */

	color: #ECECEC;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 149%; */
	/* text-transform: lowercase; */
}

.area-imagen {
	/* flex: 1 1 35%; */
	/* min-width: 220px; */
	display: flex;
	justify-content: center;
}

.imagen-regalos {
	width: 100%;
	/* max-width: 2	40px; */
	max-width: 387px;
	height: auto;
}

/* Responsive */
@media (max-width: 768px) {
	.contenedor-promo {
		flex-direction: column;
		align-items: center;
		text-align: center;

		/* gap: 45px; */
		gap: 20px;
	}

	.logo-img {
		/* height: 30px; */
		max-width: 144px;
	}

	.texto-en {
		/* font-size: 16px; */
		color: #FFF;
		font-family: "Inter", sans-serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		/* line-height: 20px; */
		position: relative;
		top: -10px;
	}

	.detalle-cuotas {
		font-size: 24px;
		line-height: 1.2;
		color: #ECECEC;
		font-family: "Montserrat", sans-serif;
		font-size: 50px;
		font-style: normal;
		font-weight: 300;
		line-height: 71px;
		/* text-transform: lowercase; */
	}

	.subtexto {
		color: #ECECEC;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		/* line-height: 149%; */
		/* text-transform: lowercase; */
	}

	.numero-grande img {
		width: 120px;
	}

	.area-texto {
		align-items: center;
	}

	.bloque-cuotas {
		justify-content: center;
	}

	.imagen-regalos {
		max-width: 200px;
	}
}

.footer-top-logos {
	display: flex;
	flex-direction: column;
	gap: 2.2rem;

	align-self: end;
}