.input-error{
	border: 1px solid red!important;
}
.required-message, .only-numbers-message{
	color: red;
	font-size: 10px;
	display: none;
}

.f-row{
	vertical-align: top;
}
.ez-spot-wrapper{
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.ez-spot-wrapper .radio-option{
    display: inline-block;
    padding-right: 16px;
    font-size: 16px;
}
.ez-select-msg{
  font-size:16px;
  font-weight:500;
}
#choose-punto-yes,#choose-punto-no{
  display: inline-block;
  width: 2%;
}
.choose-punto-radio{
  display: inline-block;
  margin-right:5px;
  vertical-align: 2%;
}
.ez-spot-wrapper .ez-selected{
  margin-top:10px;
}
.spot-button{
	background-color: #d1d1d1;
	color: pink;
}

#ez-map-control{
	display: inline-block;
	position: relative;
	width: 42%;
	height: 540px;
	vertical-align: top;
	padding-left: 6%;
	padding-right: 6%;
}
#ez-map-control h2{
	padding-top: 25%;
	font-size: 30px;
	text-align: justify;
	display: block;
	margin: 0 auto;
}
#ez-map-control .ez-subtitle{
	font-size: 18px;
	display: block;
	margin: 0 auto;
	text-align: justify;
	padding-top: 20px;
}
#ez-map-control label{
	text-align: justify;
	margin: 0 auto;
	display: block;
	padding-top: 30px;
	font-size: 18px;
}
#ez-map-control input{
	border: 1px solid #9faebd!important;
	display: block;
	margin-left: 0;
	position: relative;
	width: 283px;
}
#ez-map-control .ez-search-postal{
	display: block;
	position: relative;
	padding: 15px 10px;
	background-color: #65d3e3;
	color: #fff;
	font-size: 18px;
	width: 283px;
	margin-top: 20px;
	cursor: pointer;
}

.ez-spot-button{
	background-color: #fff;
	margin: 0 0 10px;
	display: block;
	width: 172px;
	padding: 10px;
	color: #65d3e3;
	font-weight: 100;
	cursor: pointer;
	border: 1px solid #65d3e3;
	text-align: center;
	text-decoration: none;
	margin-top:20px;
}
.ez-spot-button:hover{
	background-color: #019cb1;
	border: 1px solid #fff;
	color: #fff;
}

.ez-spot-input{
	border: 1px solid #9faebd!important;
	width: 150px;
	display: inline-block;
}

.ez-selected{
	display: block;
}

.ez-selected:before{
	background-color: #337ab7;
	content: "";
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

.ez-select-msg{
	display: block;
	position: relative;
	padding-bottom: 20px;
}

.ez-tmp-msg{
	display: block;
	position: relative;
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

/** POPUPMAP **/

.H_ui .card {
  margin: 0px auto;
  padding: 40px 20px 20px 40px;
  border: 1px solid #e67e22;
  /* Borde naranja */
  background-color: #fff;
  min-width: 530px;
}

.H_ui .card .header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.H_ui .card .header h1 {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
}

.H_ui .card .icon {
  width: 24px !important;
  height: 25px !important;
}

.H_ui .card .location, .H_ui .card .schedule {
  display: flex;
  align-items: top;
  gap: 10px;
  margin-bottom: 15px;
}

.H_ui .card .location p, .H_ui .card .schedule ul {
  font-size: 1em;
  color: #333;
}

.H_ui .card .schedule ul {
  list-style: none;
}

.H_ui .card .schedule li {
  margin: 5px 0;
}

.H_ui .card .schedule strong {
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width:768px){
  .H_ui .card .header{
    padding-right: 0.5em;
  }
	.H_ui .card{
		padding: 10px 5px 5px 10px;
    min-width: 270px;
	}
  .H_ui .card .header{
    margin-bottom: 0;
  }
  .H_ui .card .header h1{
    font-size: 15px;
    margin: 5px;
  }
  .H_ui .card .location, .H_ui .card .schedule{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .H_ui .card .schedule li{
    margin: 0;
  }
  .H_ui .card .icon {
    width: 15px !important;
    height: 15px !important;
  }
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;

  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;
	z-index: 1000;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
    height: 540px;
  }
}

@media only screen and (max-width:768px){
	.ez-spot-button{
		width:87%;
		margin-right: 13%;
	}
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}


/** FORZADO MIGRACIÓN ***/

.modal {
  display: none;
}

.incidence-block {
  background-color: #EE7D00;
  color: white;
  padding: 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.incidence-text {
  font-size: 16px;
}

.incidence-text a {
  color: white;
  text-decoration: underline !important;
  font-weight: bold;
}
.incidence-text a:hover{
  color:#009aab !important;
}

.seguimiento-paquete {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.uacf7-col-6 .wpcf7-form-control.botonlocalizar {
  width: auto !important;
  padding: 10px 30px !important;
  color: white !important;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.order-tracking-details {
  width: 40%;
  border: 1px solid #EE7D00;
  padding: 20px;
  background-color: white;
  box-sizing: border-box;
}

.order-tracking-details span {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.order-tracking-details ul {
  list-style: none;
  padding: 0;
}

.order-tracking-details li {
  margin-bottom: 10px;
  font-size: 14px;
}

.order-tracking-details li .first-column {
  font-weight: bold;
  margin-right: 5px;
}

.order-tracking-details li .second-column {
  font-weight: normal;
}

.order-tracking-details li span {
  display: inline-block;
}

.order-tracking-situations {
  width: 55%;
  padding: 20px;
  background-color: white;
  box-sizing: border-box;
}

.order-tracking-situations .event-name-block{
  text-align: center;
  padding-bottom: 2rem;
  font-weight: bold;
}

.timeline-event {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.timeline-event:first-child {
  font-size: 18px;
  font-weight: bold;
}

.timeline-event:not(:first-child) {
  margin-left: 30px;
  font-size: 14px;
}

.timeline-event .circle {
  width: 20px;
  height: 20px;
  background-color: #009aab;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}

.timeline-event time {
  font-weight: bold;
}

.timeline-event p {
  margin: 5px 0 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .seguimiento-paquete {
      flex-direction: column;
  }

  .order-tracking-details, .timeline {
      width: 100%;
      margin-bottom: 20px;
  }
  .order-tracking-situations{
    width: 100%;
    padding: 0;
  }
} 

/** TRABAJA CON NOSOTROS **/

#form_trabajar .check label {
  display: inline-block;
}

/** CONTACTO **/

ul.order-details-form-list {
  list-style-type: none;
  padding-left: 0;
}

.order-detail-form {
  border: 1px solid #ff6600;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 10px;
  color: #333;
}

.form-content {
  display: none;
  overflow: hidden;
  padding: 15px 0;
}

.order-detail-form input[type="checkbox"]:checked + .order-detail-form-title + .form-content {
  display: block;
}

.order-detail-form-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.order-detail-form .icon-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  color: #009AAB;
}

.order-detail-form input[type="checkbox"]:checked + .order-detail-form-title .icon-arrow {
  transform: rotate(90deg);
}

.order-detail-form input[type="checkbox"] {
  display: none;
}

.legal-text {
  font-size: 12px;
  color: #666;
}

.order-details-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.f-row {
  width: 48%;
  margin-bottom: 0px;
}

.btn {
  background-color: #009AAB;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px !important;
}

.btn:hover {
  background-color: #007b94;
}

.radio-container {
  display: flex;
  align-items: center;
}

.radio-container label {
  margin-right: 20px;
}

/* Ajustes para botón a la derecha del campo en el primer formulario */
.f-row-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-row-right .btn {
  margin-left: auto;
}

.more-info {
  margin-top: 10px;
}

/* Estilo del enlace de "Más información" */
.more-info a {
  white-space: nowrap;
  font-size: 15px;
}

.more-info a:after {
  content: '➔';
}

/* Estilo para el texto reducido e icono de información */
.info-group {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.info-icon {
  background-color: #009AAB;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.btn-margen {
  margin-left: 10px !important;
}

.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
  /*background-color: var(--e-global-color-primary) !important;*/
  background-color: var(--qode-main-color) !important;
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 500 !important;
  color: var(--e-global-color-accent) !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

/** QUIERO SER PUNTO CELERITAS **/

.form-container.be-punto-celeritas-form input[type="text"], 
.form-container.be-punto-celeritas-form input[type="time"], 
.form-container.be-punto-celeritas-form select, 
.form-container.be-punto-celeritas-form textarea {
  width: 100%;
  border-radius: 0;
  /* Sin bordes redondeados */
  box-sizing: border-box;
  font-size: 14px;
}

form .f-row-error input,
#form-trabajar input.error,
#form-servicios input.error,
form .f-row-error textarea,
#form-trabajar textarea.error,
#form-servicios textarea.error{
  margin-bottom: 0;
}
form .f-row-error,
#form-trabajar label.error,
#form-servicios label.error{
  margin-bottom: 48px;
}

.form-container.be-punto-celeritas-form input[type="time"],
.form-container.be-punto-celeritas-form select, 
.form-container.be-punto-celeritas-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
}

.form-container.be-punto-celeritas-form textarea {
  resize: vertical;
}

/* Botones */

.uacf7-col-6 input[type=text] {
  margin-bottom: 0;
  border-color: var(--e-global-color-accent) !important;
}
.form-container.be-punto-celeritas-form input[type="submit"], 
.form-container.be-punto-celeritas-form .btn {
  background-color: #f58220;
  color: white;
  border: none;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  /* El botón de enviar ocupa todo el ancho */
  text-align: center;
}

.form-container.be-punto-celeritas-form input[type="submit"].btn.submit-btn:hover {
  background-color: #e6731f;
}

.form-container.be-punto-celeritas-form input[type="button"].clean-filter {
  background-color: #009aab;
  color: white;
}

.form-container.be-punto-celeritas-form input[type="button"].clean-filter:hover {
  background-color: #007a89;
}

.form-container.be-punto-celeritas-form .f-half-row, 
.form-container.be-punto-celeritas-form .f-third-row {
  box-sizing: border-box;
}

/* Bloques de 2 columnas al 50% */
.form-container.be-punto-celeritas-form .f-half-row {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

.form-container.be-punto-celeritas-form .f-half-row:last-child {
  margin-right: 0;
}

/* Bloques de 3 columnas al 33% */
.form-container.be-punto-celeritas-form .f-third-row {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

.form-container.be-punto-celeritas-form .f-third-row:last-child {
  margin-right: 0;
}

/* Estilo para el grupo de provincia y país */
.form-container.be-punto-celeritas-form .f-double-row {
  display: flex;
  justify-content: space-between;
}

.form-container.be-punto-celeritas-form .f-double-row .f-half-row {
  width: 48%;
}

/* Títulos de sección más grandes y línea más fina */
.form-container.be-punto-celeritas-form .form-data-title h4 {
  font-size: 20px;
  border-bottom: 1px solid #f58220;
  /* Línea más fina */
  padding-bottom: 5px;
  margin-bottom: 40px;
  font-weight: 500;
}

/* Estilo de los botones de los días de la semana */
.form-container.be-punto-celeritas-form .week-schedule input[type="button"] {
  padding: 10px 15px;
  color: white;
  border: none;
  margin-right: 5px;
  cursor: pointer;
  margin: 10px 0px 30px 0px;
}
.form-container.be-punto-celeritas-form .week-schedule input[type="button"].selected{
  background-color: #009aab !important;
}

.form-container.be-punto-celeritas-form .week-schedule input[type="button"]:hover {
  background-color: #007a89 !important;
}

.form-container.be-punto-celeritas-form .schedule-all span {
  color: #009aab;
  cursor: pointer;
}

.form-container.be-punto-celeritas-form .schedule-all span:hover {
  text-decoration: underline;
}

/* Checkbox */
.form-container.be-punto-celeritas-form input[type="checkbox"] {
  margin-right: 5px;
}

/* Texto del párrafo de política de privacidad */
.form-container.be-punto-celeritas-form p {
  font-size: 12px;
  color: #555;
}

.form-container.be-punto-celeritas-form p a {
  color: #009aab;
  text-decoration: none;
}

.form-container.be-punto-celeritas-form p a:hover {
  text-decoration: underline;
}

/* Campos obligatorios */
.form-container.be-punto-celeritas-form label {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin-bottom: 5px;
}
.form-container.be-punto-celeritas-form .radio-container{
  display: block;
}

/* Limpieza de floats */
.form-container.be-punto-celeritas-form .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.form-container.be-punto-celeritas-form .right {
  text-align: right;
}

/* Contenedor de la lista de días */
.store-days-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* 7 columnas de igual ancho */
  gap: 10px;
  /* Espacio entre columnas */
  width: 100%;
  /* Ocupa todo el ancho del contenedor */
}

/* Estilo para cada día */
.store-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 5px;
  /* Reducir el padding para menos altura */
  background-color: #f9f9f9;
}

/* Estilo para las etiquetas de los días */
.store-day-label {
  font-weight: bold;
  margin-bottom: 5px;
  /* Reducir margen */
  font-size: 14px;
  /* Reducir tamaño de fuente */
}

/* Icono de cierre para cada día */
.close-icon-container {
  margin-top: 5px;
  /* Reducir margen superior */
}

/* Estilo para las separaciones y los campos */
.begin-separator, .end-separator, .lunch-separator {
  margin: 0 5px;
  font-size: 12px;
  /* Reducir tamaño de los separadores */
}

/* Ajustes en pantallas pequeñas (mobile) */
@media (max-width: 768px) {
  .store-days-list {
      grid-template-columns: repeat(2, 1fr);
      /* 2 columnas en pantallas pequeñas */
  }
  .f-row{
    width: 100%;
  }
}

@media (max-width: 499px) {  
  .form-container.be-punto-celeritas-form .week-schedule input[type="button"]{
    padding: 10px 10px;  
  }
  .form-container.be-punto-celeritas-form .radio-container{
    clear: left;
  }
}

/** KO / OK **/

.error,
.error-message,
.warning-message{
  color: rgb(238,125,0);
}

.success-message,
.message-ok{
  color: #009AAB;
}


/** FILTRO AVANZADO **/

.filter-buttons{
  margin-bottom: 2rem;
}

.search-container #form_busqueda .advanced-filters {
  width: 100%;
  display: none;
}
.search-container #form_busqueda .tag-value{
  display: inline-flex;
}
.search-container #form_busqueda .close-icon {
  margin-left: 10px;
  margin-right: 20px;
  cursor: pointer;
  background-color: #009aab;
  border: none;
  color: white;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}

.search-container #form_busqueda .no-filter-selected {
  display: none;
  background: rgba(255, 0, 0, .3);
  padding: 1%;
  text-align: center;
  margin-bottom: 11px;
  font-style: italic;
  font-weight: 100;
  color: #a53737;
}

.search-container #form_busqueda .filter-tags {
  color: #888;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.search-inputs-container {
  display: flex;
  width: 100%;
}

.search-inputs-container.f-row input[type="text"] {
  padding: 10px;
  border: 1px solid #ccc !important;
  flex: 1;
  margin-right: 10px;
  height: 40px;
}


.search-inputs-container .btn {
  padding: 10px 20px;
  background-color: #f58220;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 40px;
  margin-top: -1px !important;
}

.search-inputs-container .btn.secondary {
  flex: 0 0 auto;
}

/* Hover en botones */
.search-inputs-container.f-row .btn:hover, .filter-buttons input[type="button"]:hover {
  background-color: #009aab !important;
}

.open-filter {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #f58220;
}

.advanced-search-text {
  margin-left: 5px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.advanced-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.show-advanced-filters {
  max-height: 1000px;
  overflow: visible;
}

.filter-block ul {
  list-style: none;
  padding: 0;
}

.filter-block li {
  display: inline-flex;
  /* Mostrar todo en línea */
  align-items: center;
  margin-right: 20px;
}

.filter-block input[type="checkbox"] {
  margin-right: 8px;
  display: inline-block !important;
  margin-top: -10px;
}

.filter-block input[type="checkbox"]:checked {
  accent-color: #009aab;
}

/* Botones debajo de los filtros */
.filter-buttons input[type="button"] {
  padding: 10px 20px;
  background-color: #f58220;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

.filter-buttons input[type="button"].clean-filter {
  background-color: #009aab;
  /* Azul para "Limpiar todo" */
}

.filter-buttons input[type="button"].clean-filter:hover {
  background-color: #007a89;
  /* Hover más oscuro para el botón azul */
}

.selected-filters {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.selected-filters-example {
  color: #888;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 0;
  /* Quitar margen entre el recuadro de dirección y el texto */
}

.selected-filters-example .close-btn {
  margin-left: 10px;
  cursor: pointer;
  background-color: #009aab;
  /* Fondo azul */
  border: none;
  /* Sin borde */
  color: white;
  /* X blanca */
  border-radius: 50%;
  /* Circular */
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
}

.selected-filters-example .close-btn:hover {
  background-color: #007a89;
  /* Hover más oscuro */
}

/* Filtro seleccionado, con botón de cerrar circular */
.selected-filters span {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selected-filters span .close-btn {
  margin-left: 10px;
  cursor: pointer;
  background-color: #009aab;
  /* Fondo azul para la X */
  border: none;
  /* Sin borde */
  color: white;
  /* X blanca */
  border-radius: 50%;
  /* Botón circular */
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.selected-filters span .close-btn:hover {
  background-color: #007a89;
  /* Hover más oscuro en la X */
}
