@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;
}

@font-face {
	font-family: "Shopie";
	src: url("assets/fonts/Shopie.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;
}



/*  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;
}

@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;
}

.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;
}

.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;


}

/* ============ 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;
	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; */
}

.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;
	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;
}


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


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

footer {
	/* background-color: #263238; */
	background-color: #171C24;
	color: white;
	padding: 20px;
	text-align: center;
	position: relative;
	bottom: 0;
	width: 100%;

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

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;
	flex-wrap: wrap;
}



.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;
}

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

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

}

.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;
}


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

.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;
}

.financial-info h2 {

	/* /* font-size: 18px; */
	margin: 0;
	color: #FFF;
	/* text-align: center; */
	font-family: "Montserrat", sans-serif;
	font-size: 19.397px;
	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: mon; */
}

.grey {
	color: #bbb;
}

@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%;
	}


}


@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;
	}

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

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

	footer {
		padding: 8px 16px;
	}
}

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


@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;
}

.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;

	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;
	}
}


/* 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;
	}
}

@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; */
}

.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;
}

.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;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 29.333px;
	/* 183.333% */

	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;
}

.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;
}

.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;


}

.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;


}

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

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

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

.desc-container {
	display: flex;
}

.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;

	margin-right: -49px;
}

.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;

		width: 412px !important;
	}

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

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



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;

	}

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

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

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


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



	.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%;
	}

	.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;

		align-items: center;
	}

	.header {
		padding: 0;
	}

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

@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); */

	}

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

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

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

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

	.box-cuotas {
		top: -16px;
	}

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


select.select option {
	text-transform: uppercase
}

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

	.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;
	}


	.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;
		/* 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;
	}

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

		font-size: 16px;
	}

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

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

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

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


		position: relative;
		top: 0px;

		justify-content: end;

	}

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

		/* width: 574px; */
	}

	.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;
}



/* Portada */

.banner-container {
	position: relative;
	width: 100%;
	background-image: url('assets/images/fondodesktop.png');
	/* Replace with your actual image path */
	background-size: cover;
	/* background-position: center; */
	background-position: right;
	/* padding: 20px; */
	padding: 86px 20px;
	overflow: hidden;
}

.banner-content {
	background-color: white;
	border-radius: 25px;
	border-top-right-radius: 0;
	padding: 30px 65px;
	/* max-width: 1200px; */
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;

	max-height: 335px;
}

.promo-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	/* For positioning elements within */
}

.saving-text {
	/* background-color: #e9e9e9; */
	background-color: #d9d9d9;
	padding: 3px 22px;
	border-radius: 10px;
	/* font-family: 'Brush Script MT', cursive; */
	font-family: "Shopie", sans-serif;
	font-size: 2.1rem;
	margin-right: 20px;
	position: relative;
	/* Added for arrow positioning */

	top: 30px;
}

/* Add the downward arrow */
.saving-text::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 10%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #d9d9d9;
	/* Same color as the background */
}

.promo-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.logo-container {
	flex: 1;
	min-width: 280px;
	/* margin-right: 20px; */
	/* margin-bottom: 20px; */
}

.logo-img {
	width: 480px;
	/* height: auto; */
	/* border: 2px solid #e63946; */
	/* border-radius: 8px; */
	margin-top: -23px;
}

.promo-text {
	flex: 1;
	min-width: 280px;
	font-size: 1.5rem;
	/* font-weight: bold; */
	color: #333;
	margin-bottom: 20px;

	margin-top: -61px;

	line-height: 1.3;
}

.card-container {
	/* flex: 1; */
	min-width: 280px;
	margin-left: 20px;
	margin-right: 18px;
}

.card-img {
	width: 320px;
	/* height: auto; */
	/* border: 2px solid #e63946; */
	/* border-radius: 8px; */
	margin-top: -13px;

	transform: rotate(-5deg);
}

.promo-period {
	position: absolute;
	top: -30px;
	right: -65px;
	background-color: white;
	padding: 10px 20px;
	font-weight: 800;
	font-size: 1.5rem;
	border-radius: 0 0 0 25px;

	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	/* Added box shadow */

	padding-right: 120px;
	padding-left: 27px;

	font-family: sans-serif;

}

@media (min-width: 1001px) {
	.mb {
		display: none;
	}
}

@media (max-width: 1000px) {
	.promo-content {
		flex-direction: column;
	}

	.dk {
		display: none;
	}

	.banner-content {
		padding: 15px;
		align-items: anchor-center;
		max-height: 379px;
	}

	.promo-header {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		width: 100%;
		position: relative;
		/* For positioning elements within */
		justify-content: center;
	}

	.saving-text {
		/* background-color: #e9e9e9; */
		background-color: #d9d9d9;
		padding: 3px 22px;
		border-radius: 10px;
		/* font-family: 'Brush Script MT', cursive; */
		font-family: "Shopie", sans-serif;
		font-size: 2.1rem;
		margin-right: 20px;
		position: relative;
		/* Added for arrow positioning */

		top: 30px;

		margin-bottom: 50px;
	}

	.logo-container,
	.card-container {
		margin: 10px 0;
		width: 100%;
	}

	.card-container {
		display: flex;
	}

	.promo-text {
		text-align: center;
		margin: 20px 0;
	}

	.promo-period {
		position: absolute;
		/* Keep as absolute even on mobile */
		top: -13px;
		right: -15px;
		padding: 5px 10px;
		font-size: 1rem;
		border-radius: 0px 0 0px 15px;
	}

	.card-img {
		width: 225px;
		/* height: auto; */
		/* border: 2px solid #e63946; */
		/* border-radius: 8px; */
		margin-top: -13px;

		transform: rotate(-5deg);
	}

	.logo-img {
		width: 380px;
		/* height: auto; */
		/* border: 2px solid #e63946; */
		/* border-radius: 8px; */
		margin-top: -23px;
	}

	.banner-container {
		padding: 65px 20px;
	}
}

@media (max-width: 570px) {
	.logo-img {
		width: 260px;
		margin-top: -23px;
	}

	.promo-header {
		display: flex;
		align-items: center;
		/* margin-bottom: 20px; */
		margin-bottom: 0px;
		width: 100%;
		position: relative;
		justify-content: start;
	}

	.banner-container {
		background-image: url('assets/images/fondomobile.png');
	}

	.card-img {
		width: 39%;
		/* height: auto; */
		/* border: 2px solid #e63946; */
		/* border-radius: 8px; */
		margin-top: -13px;
		transform: rotate(-5deg);
	}

	.promo-text {
		flex: 1;
		min-width: 197px;
		font-size: 1.1rem;
		/* font-weight: bold; */
		color: #333;
		/* margin-bottom: 20px; */
		margin-top: 10px;
	}

	.logo-img {
		width: 315px;
		margin-top: -23px;
		margin-left: 14px;
	}

	.banner-container {
		padding: 40px 32px;
	}

	.saving-text {
		/* background-color: #e9e9e9; */
		background-color: #d9d9d9;
		padding: 3px 22px;
		border-radius: 10px;
		/* font-family: 'Brush Script MT', cursive; */
		font-family: "Shopie", sans-serif;
		font-size: 1.7rem;
		margin-right: 20px;
		position: relative;
		top: 15px;
		margin-bottom: 50px;
	}

	.promo-period {
		position: absolute;
		top: -13px;
		right: -15px;
		padding: 5px 10px;
		font-size: 1rem;
		border-radius: 0px 15px 0px 15px;
	}

	.logo-img {
		width: 307px;
		margin-top: -21px;
		margin-left: 7px;
	}

	.card-container {
		margin-top: 0;
	}
}