/* ========================================
   DONDE VACUNARME - ESTILOS ESPECÍFICOS
   ======================================== */

/* ========================================
   FOOTER DONDE VACUNARME - ESTILOS FIGMA
   ======================================== */

/* Botón scroll to top en el footer */
.footer-scroll-top-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding: 0 160px;
	margin-bottom: -21px;
	z-index: 2;
}

.footer-scroll-top-btn {
	background-color: #FF4E00;
	border: 3px solid white;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}

.footer-scroll-top-btn:hover {
	background-color: #e64500;
}

.footer-scroll-top-btn img {
	width: 32px;
	height: 32px;
}

/* Título de enfermedades prevenibles - una sola línea */
.footer-enfermedades-title {
	white-space: nowrap;
	display: block;
	margin-bottom: 14px;
}

/* Links de enfermedades en dos columnas */
.footer-enfermedades-links {
	display: flex;
	gap: 111px;
	margin-top: 0;
}

.footer-enfermedades-column {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

/* Responsive para footer */
@media (max-width: 1440px) {
	.footer-scroll-top-container {
		padding: 0 100px;
	}
}

@media (max-width: 1200px) {
	.footer-scroll-top-container {
		padding: 0 60px;
	}
}

@media (max-width: 992px) {
	.footer-enfermedades-links {
		flex-direction: column;
		gap: 16px;
	}
	
	.footer-enfermedades-title {
		white-space: normal;
	}
}

@media (max-width: 768px) {
	.footer-scroll-top-container {
		padding: 0 20px;
	}
}

/* Disclaimer gris */
.disclaimer-donde-vacunarme {
	background-color: #F0EFED;
	padding: 18px 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 0;
}

.disclaimer-donde-vacunarme .disclaimer-text {
	color: #4B4B4B;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	margin: 0;
}

@media (max-width: 768px) {
	.disclaimer-donde-vacunarme {
		padding: 16px 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.disclaimer-donde-vacunarme .disclaimer-text {
		font-size: 13px;
	}
}

/* Banner punto de vacunación */
.banner-punto-de-vacunacion {
	display: flex;
	width: 100%;
	padding: 64px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border-radius: 32px;
	background-image: url("/images/banner-puntos-de-vacunacion.png");
	background-color: lightgray;
}

.banner-punto-de-vacunacion .content {
	display: flex;
	max-width: 557px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
}

.banner-punto-de-vacunacion .content .tag-text {
	color: var(--UI-GSK-Light-Orange, #ff9770);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 120%;
	letter-spacing: 3.84px;
}

/* Form donde vacunarme */
.form-donde-vacunarme {
	& .btn-custom-outline {
		display: unset;
		box-shadow: none;
		background-color: white;
		text-align: center !important;
		border-radius: 5px;
	}

	& select,
	& input[type="text"] {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 10px;
		width: 100%;
	}
}

/* Botón vacunarme */
.btnvacunarme {
	background: #f15a24;
	color: white;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
	padding: 0.75em 1.5em;
	min-width: 220px;
	max-width: 260px;
	text-align: center;
}

/* Body donde vacunarme */
body.donde-vacunarme {
	background: #FFFBFA !important;
	background-image: none !important;
	/* Offset del header fijo (móvil / ≤900px) para barras sticky */
	--donde-barra-sticky-top: calc(72px + env(safe-area-inset-top, 0px));
}

/* overflow-x:hidden en html/body rompe position:sticky en WebKit; clip evita scroll horizontal sin romper sticky */
@media screen and (max-width: 900px) {
	html:has(body.donde-vacunarme) {
		overflow-x: clip !important;
	}
	body.donde-vacunarme {
		overflow-x: clip !important;
	}
}

/* Navbar más ancho en donde vacunarme */
body.donde-vacunarme header.container {
	max-width: 1400px;
}

/* Submenú Nuestro Blog - layout lado a lado */
.submenu-fourth {
	display: flex;
}

.donde-vacunarme #location-selection {
	margin-top: 60px;
	margin-bottom: 20px;
}

.donde-vacunarme .title-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	width: 100%;
}

.donde-vacunarme #location-selection {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
}

.donde-vacunarme #location-selection h1,
.donde-vacunarme #location-selection h2,
.donde-vacunarme #location-selection h3 {
	font-family: 'Inter', sans-serif;
	margin-bottom: 0;
	color: #3a3e56;
}

.donde-vacunarme .form-steps {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
	width: 100%;
}

.donde-vacunarme .steps-container {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
}

.donde-vacunarme .steps-container .step-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.donde-vacunarme .steps-container button {
	width: 100%;
	padding: 0;
}

.donde-vacunarme .steps-container .step-item select {
	height: 56px;
}

.donde-vacunarme .steps-container .step-item .first-step-title {
	color: var(--UX-ux-03, #3a3e56);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.donde-vacunarme .steps-container .step-item .first-step-title::before {
	content: '1. ';
	color: var(--UX-ux-03, #3a3e56);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.donde-vacunarme .steps-container .step-item .second-step-title::before {
	content: '2. ';
	color: var(--UX-ux-03, #3a3e56);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.donde-vacunarme .steps-container .step-item .input-container {
	display: flex;
	height: 56px;
	padding: 8px 20px;
	align-items: center;
	align-self: stretch;
	border-radius: 6px;
	border: 1px solid #C6C5C5;
	background: #fff;
	position: relative;
}

.donde-vacunarme .steps-container .step-item .input-container input {
	position: relative;
	border: none;
	outline: none;
	width: 90%;
	border-radius: 0;
	height: 19px;
	background-color: transparent;
}

.donde-vacunarme .steps-container .step-item .input-container::after {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke="%233A3E56" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.0004 18.9984L14.6504 14.6484" stroke="%233A3E56" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	position: absolute;
	right: 20px;
	top: 54%;
	transform: translateY(-50%);
	pointer-events: none;
}

.donde-vacunarme .divider {
	width: 100%;
	height: 1px;
	background-color: #3a3e56;
}

.donde-vacunarme .options-container {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.donde-vacunarme .options-container .option-item {
	border-radius: 4px;
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: start;
	background: #f0efed;
	width: 100%;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* Centrar verticalmente el contenido del option-item cuando tiene padding-ubicacion */
.donde-vacunarme .options-container .option-item .padding-ubicacion {
	display: flex !important;
	align-items: center !important;
	min-height: 56px !important;
	padding: 0 !important;
}

.donde-vacunarme .options-container .option-item .padding-ubicacion .custom-radio {
	align-self: center !important;
	margin: 0 !important;
}

.donde-vacunarme .options-container .option-item .padding-ubicacion .textubicacion {
	align-self: center !important;
	margin: 0 !important;
}

.donde-vacunarme .options-container .option-item input {
	width: 18px;
}

.donde-vacunarme .options-container .option-item .custom-radio {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border: 2px solid #4B4B4B;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.donde-vacunarme .options-container .option-item .custom-radio:checked {
	border-color: #3a3e56;
}

.donde-vacunarme .options-container .option-item .custom-radio:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background-color: #3a3e56;
	border-radius: 50%;
}

.donde-vacunarme .options-container .option-item .custom-radio:hover {
	border-color: #3a3e56;
}

.donde-vacunarme .options-container .option-wrapper {
	position: relative;
	width: 100%;
}

.donde-vacunarme .options-container .option-wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.donde-vacunarme .options-container .option-wrapper input:checked + .option-item {
	background: #d1dde7;
	border: 2px solid #3a3e56;
}

.donde-vacunarme .options-container .option-wrapper:hover .option-item {
	background: #d1dde7;
}

.donde-vacunarme .vaccine-points-loader {
	display: none;
}

.donde-vacunarme .vaccine-points-loader.active {
	position: fixed;
	z-index: 1000;
	top: -135px;
	left: 0;
	width: 100%;
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(61, 75, 83, 0.28);
	backdrop-filter: blur(1.85px);
}

.donde-vacunarme .loader-container {
	display: flex;
	width: 33%;
	height: 220px;
	padding: 24px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	border-radius: 4px;
	background: #fff;
}

.text-carga {
	font-size: 18px;
	color: #000;
}

.donde-vacunarme .loader-container img {
	width: 100px;
	height: 100px;
	animation: girar 2s linear infinite;
}

@keyframes girar {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.donde-vacunarme #map {
	display: none;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	margin-top: 20px;
}

.donde-vacunarme #map.active {
	display: block;
}

/* Responsive para diferentes pantallas */
@media (min-width: 769px) {
	.contenedor-vacunas {
		height: 600px;
	}
	
	.columna-izquierda {
		max-height: 600px;
		scrollbar-width: thin;
		scrollbar-color: #4B4B4B #f0f0f0;
	}
	
	.columna-izquierda::-webkit-scrollbar {
		width: 8px;
	}
	
	.columna-izquierda::-webkit-scrollbar-track {
		background: #f0f0f0;
		border-radius: 4px;
	}
	
	.columna-izquierda::-webkit-scrollbar-thumb {
		background: #4B4B4B;
		border-radius: 16px;
	}
	
	.columna-izquierda::-webkit-scrollbar-thumb:hover {
		background: #3a3a3a;
	}
	
	.columna-derecha {
		height: 600px;
	}
	
	#map {
		height: 100%;
	}
}

@media (max-width: 768px) {
	.donde-vacunarme #map {
		min-height: 300px;
	}
	
	.centro-card {
		margin-left: 17px;
	}
	
	.direccion-mobile {
		display: flex;
		align-items: center;
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 14px;
		font-size: 14px;
		background-color: white;
		font-family: inherit;
		margin-top: 15px;
		margin-bottom: 1em;
		margin-left: 1em;
		margin-right: 1em;
	}
	
	.py-5.textadvertencia.ignore-br-mobile {
		position: relative;
		z-index: 1;
	}
	
}

/* Quitar border-radius: 0px de textadvertencia en donde-vacunarme */
.donde-vacunarme .textadvertencia {
	border-radius: unset !important;
}

@media (max-width: 480px) {
	.donde-vacunarme #map {
		min-height: 250px;
	}
	
	.centro-card {
		margin-left: 0px;
	}
	
	.direccion-mobile {
		display: flex;
		align-items: center;
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 14px;
		font-size: 14px;
		background-color: white;
		font-family: inherit;
		margin-top: 15px;
		margin-bottom: 1em;
		margin-left: 1em;
		margin-right: 1em;
	}
}

.donde-vacunarme .vacunacion-wrapper {
	padding: 2em 10em;
}

.contenedor-vacunas {
	display: flex;
	flex-direction: row;
}

/* ========================================
   RESPONSIVE - DONDE VACUNARME
   ======================================== */

/* Tablet (<= 900px) */
@media (max-width: 900px) {
	.banner-punto-de-vacunacion {
		padding: 64px 32px;
		gap: 32px;
	}
}

/* Mobile (<= 768px) */
@media (max-width: 768px) {
	.banner-punto-de-vacunacion {
		width: 100vw !important;
		margin-left: calc(-1 * (95vw - 100%)) !important;
	}

	.banner-punto-de-vacunacion .content {
		padding: 0;
	}

	/* ---- 1. Título principal */
	.donde-vacunarme .titlepuntovacunas {
		font-size: 24px !important;
		line-height: 1.25;
		margin-top: 0.5rem;
	}

	/* ---- 2. Bloque de steps */
	.donde-vacunarme .steps-container {
		flex-direction: column;
		gap: 1rem;
	}

	.donde-vacunarme .step-item select,
	.donde-vacunarme .input-container {
		height: 48px;
	}

	.donde-vacunarme .input-container::after {
		right: 16px;
	}

	/* ---- 3. Opciones (Usar ubicación / Manual) */
	.donde-vacunarme .options-container {
		flex-direction: column;
		gap: 1rem;
	}

	.donde-vacunarme .option-item {
		flex-direction: row;
		align-items: center;
		gap: .75rem;
	}

	/* Ajuste para centrar verticalmente en mobile */
	.donde-vacunarme .option-item .padding-ubicacion {
		min-height: 48px !important;
		align-items: center !important;
	}

	/* ---- 4. Botón principal */
	.btn-container-center {
		margin: 2rem auto 0;
		justify-content: center;
		margin-left: 20px;
	}

	/* ---- 5. Sección de resultados */
	.vacunacion-wrapper {
		padding: 0;
	}

	.contenedor-vacunas {
		flex-direction: column;
		height: auto;
	}

	.columna-izquierda,
	.columna-derecha {
		margin-top: 1.5rem;
	}

	.columna-derecha {
		height: auto;
		min-height: 500px;
		display: flex;
		flex-direction: column;
	}

	#map {
		min-height: 300px;
	}

	/* ---- 6. Filtros + botón atrás */
	.filtros-vacunacion {
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: .75rem;
	}

	.boton-atras-filtros {
		order: -1;
		width: 100%;
	}

	.btn-atras {
		margin-right: 0;
		padding-left: 0;
	}

	/* ---- 7. Chips (scroll horizontal opcional) */
	.filtros-activos-container {
		overflow-x: auto;
	}
}

/* ========================================
   ESTILOS ADICIONALES - DONDE VACUNARME
   ======================================== */

/* Filtros de vacunación */
.filtros-vacunacion {
	display: flex;
	gap: 1em;
	justify-content: flex-end;
	align-items: center;
	margin: 1em 0;
	position: relative;
}

.filtro-btn {
	background: #FFFFFF !important;
	border: 1px solid #959595 !important;
	padding: 12px 23px !important;
	border-radius: 100px !important;
	cursor: pointer;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	color: #4B4B4B !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	user-select: none !important;
}

.filtro-btn .flecha-icon {
	pointer-events: none !important;
	flex-shrink: 0 !important;
}

.btn-google-maps {
	background-color: #FFFFFF;
	border: 1px solid #C6C5C5;
	border-radius: 100px;
	padding: 16px 32px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	color: #4B4B4B;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease;
}

.btn-google-maps:hover {
	background-color: #f5f5f5;
}

.boton-atras-filtros {
	margin-right: 1em;
	display: flex;
	align-items: center;
}

.btn-atras {
	background: none;
	border: none;
	color: #F2511B;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	padding: 0.5em 1em;
	margin-right: 0;
	white-space: nowrap;
}

.btn-atras img {
	width: 16px;
	height: 16px;
	display: inline-block;
	flex-shrink: 0;
}

/* Panel desplegable */
.filtro-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	padding: 1em;
	border-radius: 8px;
	min-width: 200px;
}

.filtro-distancia-wrapper .filtro-dropdown {
	min-width: 220px;
	right: 0;
	left: auto;
}

.filtro-dropdown[style*="display: block"] {
	display: block !important;
}

.dropdown-filtro {
	position: relative;
	z-index: 20;
}

.filtro-dropdown label {
	display: block;
	margin-bottom: 0.5em;
}

/* Estilo de checkbox */
.filtro-dropdown input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #FF4E00;
	border-radius: 4px;
	background-color: white;
	position: relative;
	margin-right: 0.5em;
	cursor: pointer;
	transition: all 0.2s ease;
}

.filtro-dropdown input[type="checkbox"]:checked {
	background-color: #FF4E00;
	border-color: #FF4E00;
}

.filtro-dropdown input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.filtro-dropdown input[type="checkbox"]:not(:checked)::after {
	content: '';
	display: none;
}

.flecha-icon {
	width: 10px;
	height: 10px;
	margin-left: 0.5em;
	vertical-align: middle;
}

.espacio-superior {
	margin-top: 0em;
}

.map-ajustado {
	margin-top: 3em;
}

#map {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	box-sizing: border-box;
}

.chip-filtro {
	border: 1px solid #ff5722;
	background-color: #ffe8e0;
	padding: 6px 10px;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}

.chip-filtro .cerrar-chip {
	margin-left: 8px;
	cursor: pointer;
	color: #ff5722;
	font-weight: bold;
}

/* Modal de ubicación - ESTILOS ÚNICOS */
.modal-ubicacion {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-ubicacion.active {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.modal-contenido {
	background: white;
	padding: 2em;
	border-radius: 1em;
	max-width: 977px;
	width: 90%;
	position: relative;
	margin-top: 241px;
	margin-left: 340px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Asegurar centrado perfecto en todas las resoluciones */
@media (min-width: 768px) {
	.modal-ubicacion {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 1000;
		justify-content: center;
		align-items: center;
	}
	
	.modal-ubicacion.active {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	

}

.link-activar {
	color: #FF4E00;
	text-decoration: underline;
	font-weight: 500;
}

.cerrar-modal {
	position: absolute;
	top: 1em;
	right: 1em;
	background: none;
	border: none;
	font-size: 1.2em;
	cursor: pointer;
	color: #FF4E00;
}

.modal-pasos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1em;
	margin-top: 1.5em;
}

.paso {
	background: #f8f8f8;
	padding: 1em;
	border-radius: 0.5em;
	font-size: 0.95em;
}

.numero {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #FF4E00;
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	margin-right: 8px;
	font-size: 14px;
}

.direccion-usuario {
	position: absolute;
	top: 3em;
	left: 1em;
	background: white;
	border: 2px solid #FF4E00;
	border-radius: 1em;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 14px;
	z-index: 999;
	color: #000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Título principal */
.titlepuntovacunas {
	font-family: 'Inter', sans-serif !important;
	font-size: 40px !important;
	font-weight: 900 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	color: #151515 !important;
	text-align: center !important;
}

/* Card buscar dirección manual */
.select-ubicacion {
	color: #959595;
	font-size: 16px;
}

.custom-select-wrapper {
	position: relative;
	max-width: 100%;
	font-family: inherit;
}


.select-arrow {
	font-size: 14px;
	color: #3d1c10;
}

.custom-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #959595;
	border-top: none;
	z-index: 100;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
}

.custom-select.open .custom-options1 {
	display: block;
}

.custom-options1 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 1000;
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #ccc;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ciudad-search {
	width: 100%;
	padding: 10px 14px;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #959595;
	background-color: #fdf7f4;
}

.item-ciudad {
	padding: 10px 14px;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.item-ciudad:hover {
	background-color: #fbeade;
}

#ciudades-container {
	max-height: 210px;
	overflow-y: auto;
}

/* Ocultar por defecto en mobile */
.direccion-mobile {
	display: none;
}

.hide-mobile {
	display: block;
}

/* Lista de centros */
.lista-centros-container {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.centro-card {
	background: #F0EFED;
	border-radius: 12px;
	padding: 1em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.btn-google-maps1 {
	background-color: #FFFFFF;
	border: 1px solid #C6C5C5;
	border-radius: 100px;
	padding: 9px 5px;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	color: #4B4B4B;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease;
}

.acciones-centro {
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-top: 1em;
}

.icon-btn {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 0.5em;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-btn img {
	width: 18px;
	height: 18px;
}

.titulo-vacunas {
	margin-top: 2em;
}

.btn-container-center {
	display: flex;
	justify-content: center !important;
	margin-top: 2rem;
	margin-left: 505px;
}

/* Botón buscar puntos de vacunación - Estilos desde Figma */
#btn-buscar-manual,
.btnpuntos {
	border: none !important;
	color: #ffffff !important;
	border-radius: 100px !important;
	padding: 16px 32px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	cursor: pointer !important;
	transition: all 0.2s ease !important;
}

/* Botón activo (habilitado) - Estilos desde Figma */
#btn-buscar-manual:not(:disabled),
.btnpuntos:not(:disabled) {
	background-color: #ff4e00 !important;
	box-shadow: 0px 126px 35px 0px rgba(0,0,0,0),
	            0px 81px 32px 0px rgba(0,0,0,0.01),
	            0px 45px 27px 0px rgba(0,0,0,0.05),
	            0px 20px 20px 0px rgba(0,0,0,0.09),
	            0px 5px 11px 0px rgba(0,0,0,0.1),
	            0px 0px 0px 0px rgba(0,0,0,0.1) !important;
}

/* Botón deshabilitado - Estilos grises */
#btn-buscar-manual:disabled,
.btnpuntos:disabled {
	background-color: #c6c5c5 !important;
	opacity: 1 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
}

/* Hover solo cuando está activo */
#btn-buscar-manual:not(:disabled):hover,
.btnpuntos:not(:disabled):hover {
	background-color: #e64500 !important;
}

/* Filtros activos */
.filtros-activos-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin: 1em 0;
}

/* Responsive adicional */
@media (max-width: 768px) {
	.btn-container-center {
		margin-left: 0;
		justify-content: center;
	}
	
	.modal-pasos {
		grid-template-columns: 1fr;
	}
	
	.direccion-mobile {
		display: block;
	}
	
	.hide-mobile {
		display: none;
	}
}

/* ========================================
   ESTILOS DE MAPA - DONDE VACUNARME
   ======================================== */

/* Mostrar el mapa a pantalla completa */
.mostrar-mapa .columna-izquierda {
	display: none;
}


.direccion-mobile {
	position: relative;
	transition: top 0.3s ease;
}

.wrap-nav-extend-mobile.open + .direccion-mobile {
	display: none !important;
}

.custom-select-container {
	position: relative;
	width: 100%;
}

.location-info-text {
	font-size: 14px;
	margin-bottom: 1.5em;
	font-weight: 600;
	margin-top: -1.5em;
}

.floating-select {
	width: 100%;
	padding: 16px 12px 6px 12px;
	font-size: 16px;
	appearance: none;
	background-color: white;
}

.floating-label {
	position: absolute;
	top: 16px;
	left: 14px;
	font-size: 14px;
	color: #888;
	padding: 0 4px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease;
	z-index: 1;
	background: white;
}

.custom-select-container.filled .floating-label {
	top: 3px;
	left: 10px;
	font-size: 12px;
	color: #151515;
	opacity: 1;
	background: white;
	padding: 0 4px;
}

select.form-control {
	width: 100%;
	padding: 16px 20px 16px 14px;
	font-size: 16px;
	border-radius: 8px;
	color: #959595 !important;
}

select.form-control.selected + .floating-label {
	top: 5px;
	font-size: 12px;
	color: #000;
	opacity: 1;
}

.custom-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Cuando se activa el modo mapa */
.mostrar-mapa .direccion-mobile {
	position: fixed;
	top: 177px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 95vw;
	width: calc(100vw - 16px);
	z-index: 9999;
	background-color: white;
	padding: 4px 18px;
	font-size: 16px;
	font-family: inherit;
	box-shadow: 0 2px 12px rgba(0,0,0,0.13);
	border-radius: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #4B4B4B;
}

.map-overlay-blocker {
	position: absolute;
	top: 177px;
	left: 0;
	right: 0;
	height: 60px;
	z-index: 9998;
	background: transparent;
	pointer-events: all;
}

.mostrar-mapa .map-overlay-blocker {
	display: block;
}

.map-overlay-blocker:not(.mostrar-mapa) {
	display: none;
}

.mostrar-mapa .hide-when-map {
	display: none !important;
}

.contador-puntos {
	font-size: 14px;
	color: #4B4B4B;
	margin-left: 31px;
	margin-top: 2em;
}

.lista-centros-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info-window {
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
	color: #333;
	line-height: 1.5;
}

.info-window h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #29204C;
}

.info-window p {
	margin: 0.25em 0;
	font-size: 16px;
}

.mostrar-mapa .columna-derecha {
	display: flex;
	height: 100vh;
	margin-top: -20px;
}

.mostrar-mapa #map {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
}



.mostrar-mapa #contador-puntos {
	display: none !important;
}

.mostrar-mapa .barra-filtros-mobile {
	position: sticky;
	top: var(--donde-barra-sticky-top, 72px);
	z-index: 999;
	background-color: #ffece3;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	width: 100%;
}

.mostrar-mapa #direccion-mobile.visible {
	display: flex;
}

.mostrar-mapa .filtros-vacunacion,
.mostrar-mapa #filtros-activos {
	display: flex !important;
}

/* Ocultar botón Atrás cuando está en modo mapa */
.mostrar-mapa .btn-atras,
.mostrar-mapa #btn-volver,
.mostrar-mapa .boton-atras-filtros {
	display: none !important;
}

/* Responsive para mapa */
@media screen and (max-width: 430px) {
	.mostrar-mapa #map {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1;
	}
}

/* ========================================
   ESTILOS ADICIONALES FALTANTES
   ======================================== */

/* Contador de puntos */
.contador-puntos {
	font-size: 14px;
	color: #4B4B4B;
	margin-left: 31px;
	margin-top: 2em;
}

/* Lista de centros */
.lista-centros-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Info window */
.info-window {
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
	color: #333;
	line-height: 1.5;
}

.info-window h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #29204C;
}

.info-window p {
	margin: 0.25em 0;
	font-size: 16px;
}

/* Filtros activos */
.filtros-activos-container {
	position: relative;
	z-index: 10;
	margin-bottom: 1em;
}

#filtros-activos.visible {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-top: 1em;
}

.chip-filtro {
	margin-top: 20px;
	margin-left: 10px;
}

/* Mostrar mapa - estilos adicionales */
.mostrar-mapa .columna-derecha {
	display: flex;
	height: 100vh;
	margin-top: -20px;
}

.mostrar-mapa #map {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 729px;
	z-index: 1;
}

.mostrar-mapa #filtros-activos-mobile {
	position: fixed;
	top: 253px;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 0.5em 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.mostrar-mapa #contador-puntos {
	display: none !important;
}

.mostrar-mapa #direccion-mobile.visible {
	display: flex;
}

.mostrar-mapa .filtros-vacunacion,
.mostrar-mapa #filtros-activos {
	display: flex !important;
}


.cerrar-modal-mobile {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
	color: #FF4E00;
}

/* Acordeón */
.acordeon-btn {
	width: 100%;
	background: none;
	border: none;
	padding: 16px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.acordeon-btn .flecha {
	transition: transform 0.3s ease;
}

.acordeon-btn.active .flecha {
	transform: rotate(180deg);
}

.acordeon-panel {
	display: none;
	padding-top: 12px;
}

.pasos li {
	margin-bottom: 1.5em;
	font-size: 14px;
	color: #333;
}

.pasos li img {
	margin-top: 0.5em;
	max-width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.flecha-icon {
	transition: transform 0.3s ease;
	width: 16px;
	height: 16px;
}

.acordeon-btn.active .flecha-icon {
	transform: rotate(180deg);
}

/* Manual wrapper */
.manual-wrapper {
	margin-top: 1rem;
}

.manual-wrapper .form-select {
	height: 48px;
	font-size: 14px;
}

.contenedor-seleccion-manual .custom-select-wrapper {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

/* Custom select adicionales */
.custom-select-wrapper {
	position: relative;
	width: 100%;
	max-width: 645px;
	margin-bottom: 0em;
}

.custom-select-wrapper:last-child {
	margin-bottom: 0 !important;
}



.floating-label {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 14px;
	color: #888;
	padding: 0 4px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease;
	z-index: 1;
	background: white;
}

.custom-select-container.filled .floating-label {
	top: 3px;
	left: 10px;
	font-size: 12px;
	color: #151515;
	opacity: 1;
	background: white;
	padding: 0 4px;
}

select.form-control.selected + .floating-label {
	top: 5px;
	font-size: 12px;
	color: #000;
	opacity: 1;
}

.custom-select-wrapper.open .custom-options {
	display: flex;
}

.custom-option:last-child {
	border-bottom: none;
}

/* Acordeón del modal mobile */
.acordeon-titulo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	font-weight: 500;
}

.acordeon-titulo .flecha-icon {
	width: 16px;
	height: 32px;
	transition: transform 0.3s;
	filter: invert(36%) sepia(99%) saturate(7492%) hue-rotate(2deg) brightness(102%) contrast(108%);
}

.acordeon-titulo.active .flecha-icon {
	transform: rotate(180deg);
}

.acordeon-panel {
	display: none;
	padding: 16px 0;
}

.acordeon-titulo.active {
	border-bottom: none;
}

.acordeon-titulo:last-child {
	margin-bottom: 20px;
}

.acordeon-panel .pasos {
	padding-left: 20px;
}

.acordeon-panel .pasos li {
	margin-bottom: 15px;
	font-size: 14px;
}

.acordeon-panel .pasos li img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	border-radius: 4px;
}

/* Filtros activos - correcciones */
.filtros-activos,
.filtros-activos-container {
	position: relative;
	z-index: 1;
}

body.dropdown-abierto .filtros-activos,
body.dropdown-abierto .filtros-activos-container {
	pointer-events: none;
}

/* Responsive adicional */
@media (max-width: 768px) {
	.custom-select-wrapper .custom-options {
		position: static !important;
		display: none;
		flex-direction: column;
		z-index: auto;
		box-shadow: none;
	}
	
	.custom-select-wrapper.open .custom-options {
		display: flex;
	}
}

@media (max-width: 900px) {
	.filtro-mobile-container {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		max-height: 80vh;
		background-color: white;
		z-index: 10000;
		padding: 1em 1em 2em;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
		overflow-y: auto;
		display: none;
		transition: transform 0.3s ease;
	}
	
	body.filtro-abierto {
		overflow: hidden;
	}
	
	body.filtro-abierto #direccion-mobile,
	body.filtro-abierto #filtros-activos-mobile {
		display: none !important;
	}
}

/* ========================================
   ESTILOS ADICIONALES DESDE STYLE.CSS
   ======================================== */

/* Ocultar por defecto */
.filtro-mobile-container {
	display: none;
}

#filtros-activos-mobile {
	display: none;
}

#manual-location-container input[type="text"] {
	appearance: textfield !important;
	-webkit-appearance: textfield !important;
	-moz-appearance: textfield !important;
	display: block !important;
	width: 100% !important;
	min-width: 200px !important;
	height: 40px !important;
	border-radius: 6px !important;
	border: 1px solid #ccc !important;
	padding: 8px 12px !important;
	font-size: 16px !important;
	box-sizing: border-box !important;
	background: #fff !important;
	margin-bottom: 1em !important;
}

.padding-ubicacion {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	display: flex !important;
	align-items: center !important;
	min-height: 56px !important;
}

/* Ajuste para centrar verticalmente el checkbox y texto con respecto al input */
.contenedor-seleccion-manual .option-item .d-flex.padding-ubicacion {
	align-items: center !important;
	justify-content: flex-start !important;
	min-height: 48px !important;
}

.contenedor-seleccion-manual .option-item .custom-radio {
	margin: 0 !important;
	align-self: center !important;
}

.contenedor-seleccion-manual .option-item .textubicacion {
	margin: 0 !important;
	align-self: center !important;
}

.alerta-centros {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border: 2px solid #f59e0b; /* naranja */
	color: #f59e0b;
	padding: 1.5em 2em;
	z-index: 9999;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	text-align: center;
	max-width: 90%;
	font-weight: 500;
	font-size: 1rem;
	position: fixed;
}

.cerrar-alerta {
	position: absolute;
	top: 8px;
	right: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #f59e0b;
	cursor: pointer;
}

.img-edit {
	margin-top: -4px;
	margin-left: 1px;
}

.font-direccion {
	font-size: 18px !important;
}

/* Texto ubicación - Estilos desde Figma */
.textubicacion {
	color: #4B4B4B !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
}

/* --- AJUSTES FILTRO MOBILE --- */
@media (max-width: 900px) {
	.filtro-mobile-container {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		background: #fff;
		z-index: 9992;
		display: none;
		flex-direction: column;
		border-radius: 24px 24px 0 0;
		padding: 0.6em 1.2em 0 1.2em;
		box-sizing: border-box;
		font-family: 'Inter', 'Mukta', sans-serif;
		box-shadow: 0 -4px 24px rgba(0,0,0,0.08);
		max-height: 90vh; /* Subido más */
	}

	.filtro-mobile-header {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 0.2em;
	}

	.filtro-mobile-body {
		padding-bottom: 65px;
		overflow: visible;
	}

	.filtro-grupo {
		margin-bottom: 0.4em;
	}

	.filtro-grupo label {
		display: flex;
		align-items: center;
		gap: 0.4em;
		font-size: 0.9em;
		color: #333;
		cursor: pointer;
		padding: 0.15em 0;
	}

	.filtro-mobile-footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		background: #461104;
		padding: 0.5em;
		display: flex;
		flex-direction: column;
		gap: 0.3em;
		border-radius: 0;
	}
}
/* --- FIN AJUSTES FILTRO MOBILE --- */

@media screen and (max-width: 430px) {
	.mostrar-mapa #map {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 810px;
		padding: 0 !important;
		z-index: 1;
	}
}


/* Estilos para el acordeón del modal mobile de ubicación */
@media (max-width: 768px) {
	.acordeon-titulo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
		font-weight: 400;
		padding: 9px 0;
		cursor: pointer;
		border-bottom: 2px solid #e0e0e0;
		border-top: 2px solid #e0e0e0;
		background: none;
		transition: background 0.2s;
	}

	.acordeon-titulo .flecha-icon {
		width: 16px;
		height: 32px;
		transition: transform 0.3s;
		filter: invert(36%) sepia(99%) saturate(7492%) hue-rotate(2deg) brightness(102%) contrast(108%);
	}

	.acordeon-titulo.active .flecha-icon {
		transform: rotate(180deg);
	}

	.acordeon-panel {
		display: none;
		padding: 16px 0;
	}

	.acordeon-titulo.active {
		background: #fafafa;
	}

	.acordeon-seccion {
		margin-bottom: 20px;
	}
	
	.acordeon-panel .pasos {
		padding-left: 20px;
	}
	
	.acordeon-panel .pasos li {
		margin-bottom: 15px;
		font-size: 14px;
	}
	
	.acordeon-panel .pasos li img {
		max-width: 100%;
		height: auto;
		margin: 10px 0;
		border-radius: 4px;
	}
	
	#modal-ubicacion {
		display: none !important;
	}
}

.hidden-select {
	display: none !important;
}

/* ===== CORRECCIONES PARA SOLAPAMIENTO DE FILTROS ===== */
/* chips por debajo */
.filtros-activos,
.filtros-activos-container {
	position: relative;
	z-index: 1;
}

/* cuando un dropdown esté abierto, los chips no deben capturar clicks */
body.dropdown-abierto .filtros-activos,
body.dropdown-abierto .filtros-activos-container {
	pointer-events: none;
}

/* ========================================
   ESTILOS FALTANTES - FILTROS MÓVILES
   ======================================== */

/* Filtro mobile footer con estilos específicos */
.filtro-mobile-footer {
	margin-top: 1em;
	display: flex;
	gap: 1em;
	flex-direction: column;
}

/* Barra de filtros móvil con estilos específicos */
.mostrar-mapa .barra-filtros-mobile {
	position: sticky;
	top: 72px;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0;
	padding: 1em 0;
	background-color: #ffece3;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #ddd;
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-top: -43px !important;
}


/* ========================================
   BOTÓN BACK TO TOP
   ======================================== */

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: none;
	background: none;
	display: none;
	z-index: 9999;
	cursor: pointer;
}

.back-to-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* ========================================
   ESTILOS FALTANTES - VERIFICACIÓN COMPLETA
   ======================================== */

/* Barra Filtrar / Ver mapa — solo móvil (≤900px); debajo del header fijo, no top:0 (evita solaparse con el nav) */
@media screen and (max-width: 900px) {
	.barra-filtros-mobile {
		position: -webkit-sticky;
		position: sticky;
		top: var(--donde-barra-sticky-top, calc(72px + env(safe-area-inset-top, 0px)));
		z-index: 999;
		left: 0;
		right: 0;
		margin: 0;
		padding: 1em 0;
		background-color: #ffece3;
		display: flex;
		justify-content: space-around;
		align-items: center;
		border-bottom: 1px solid #ddd;
		width: 100%;
		box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
	}
}

/* Custom select trigger adicional */
.custom-select-trigger {
	background-color: #fff;
	border: 1px solid #C6C5C5;
	border-radius: 6px;
	padding: 8px 20px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 1rem;
	color: #959595;
}

/* Custom options adicional */
.custom-options {
	position: absolute;
	top: calc(100% + 0.5em);
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	z-index: 1000;
	max-height: 200px;
	overflow-y: auto;
	display: none;
}

.custom-select-wrapper.open .custom-options {
	display: flex;
}

/* Floating label adicional */
.floating-label {
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 14px;
	color: #888;
	padding: 0 4px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease;
	z-index: 1;
	font-size: 12px !important;
}

/* Custom arrow */
.custom-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

/* Contenedor de vacunas con gap */
.contenedor-vacunas {
	display: flex;
	flex-direction: row;
	gap: 1em;
	height: auto;
	align-items: stretch;
}

.columna-izquierda {
	flex: 1;
	overflow-y: auto;
	padding-right: 1em;
}

.columna-derecha {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
}

#map {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

/* Lista de centros */
.lista-centros-container {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.centro-card {
	background: #F0EFED;
	border-radius: 12px;
	padding: 1em;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.manual-wrapper {
	margin-top: 1rem;
}
.mostrar-mapa #direccion-mobile.visible {
	display: flex;
  }
  
  .mostrar-mapa .filtros-vacunacion,
  .mostrar-mapa #filtros-activos {
	display: flex !important;
  }

.manual-wrapper .form-select {
	height: 48px;
	font-size: 14px;
}
.contenedor-seleccion-manual .custom-select-wrapper {
    padding-left: 1em;
    padding-right: 1em;
}

  
  .cerrar-modal-mobile {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
	color: #FF4E00;
  }
  
  .acordeon-btn {
	width: 100%;
	background: none;
	border: none;
	padding: 16px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	font-size: 16px;
	cursor: pointer;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .acordeon-btn .flecha {
	transition: transform 0.3s ease;
  }
  
  .acordeon-btn.active .flecha {
	transform: rotate(180deg);
  }
  
  .acordeon-panel {
	display: none;
	padding-top: 12px;
  }
  
  .pasos li {
	margin-bottom: 1.5em;
	font-size: 14px;
	color: #333;
  }
  
  .pasos li img {
	margin-top: 0.5em;
	max-width: 100%;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .flecha-icon {
	transition: transform 0.3s ease;
	width: 16px;
	height: 16px;
  }
  
  .acordeon-btn.active .flecha-icon {
	transform: rotate(180deg);
  }
  /* --- FIN AJUSTES FILTRO MOBILE --- */

@media screen and (max-width: 430px) {
	.mostrar-mapa #map {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 810px;
	  padding: 0 !important;
	  z-index: 1;
	}
	
  }
  @media (max-width: 768px) {
	.custom-select-wrapper .custom-options {
	  position: static !important;
	  display: none;
	  flex-direction: column;
	  z-index: auto;
	  box-shadow: none;
	}
  
	.custom-select-wrapper.open .custom-options {
	  display: flex;
	}
  }

/* Estilos para el acordeón del modal mobile de ubicación */
@media (max-width: 768px) {
	
  .acordeon-titulo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0;
    cursor: pointer;
    border-bottom: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    background: none;
    transition: background 0.2s;
  }

  .acordeon-titulo .flecha-icon {
    width: 16px;
    height: 32px;
    transition: transform 0.3s;
    filter: invert(36%) sepia(99%) saturate(7492%) hue-rotate(2deg) brightness(102%) contrast(108%);
  }

  .acordeon-titulo.active .flecha-icon {
    transform: rotate(180deg);
  }

  .acordeon-panel {
    display: none;
    padding: 16px 0;
  }

  .acordeon-titulo.active {
    background: #fafafa;
  }

  .acordeon-seccion {
    margin-bottom: 20px;
  }
  .acordeon-panel .pasos {
    padding-left: 20px;
  }
  .acordeon-panel .pasos li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .acordeon-panel .pasos li img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 4px;
  }
  #modal-ubicacion {
    display: none !important;
  } }
  .hidden-select {
	display: none !important;

  }

/* Estilos específicos para pantallas de 1024px */
@media screen and (max-width: 1350px) and (min-width: 769px) {
	.btn-container-center {
		display: flex;
		justify-content: center !important;
		margin-top: 2rem;
		margin-left: 324px;
	}

	.donde-vacunarme .textadvertencia {
		background-color: #F0EFED !important;
		padding: 18px 24px !important;
		border-radius: 12px !important;
		max-width: 94% !important;
		margin: 16px auto 2.5rem auto !important;
		font-size: 14px !important;
		line-height: 1.6 !important;
		text-align: left !important;
	}

	.donde-vacunarme .vacunacion-wrapper {
		padding: 2em 2em !important;
	}

	.btn-atras {
		margin-right: 63px !important;
	}
}

/* Estilos específicos para pantallas de 1440px */
@media screen and (min-width: 1440px) {
	.btn-atras {
		margin-right: 270px !important;
	}
}