.link-container {
	width: 100%; 
	height: 100%; 
}

.search-container {
	position: relative;
	/* margin: 0px 10px; */
	width: 100%;
  }
  
  /* Estilo del ícono de búsqueda */
  .search-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	pointer-events: none; /* Evitar que el ícono sea clickeable */
	color: #154c83;
    padding-left: calc(50px / 3);
	font-size: 21px;
	opacity: .6;
  }
  
  /* Estilo del ícono de borrar (x) */
  .clear-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer; /* Hacer que el ícono sea clickeable */
	color: #154c83;
	display: none; /* Ocultar el ícono por defecto */
  }
  
  /* Mostrar el ícono de borrar (x) cuando hay texto en el input */
  #buscadorProvincias:not(:placeholder-shown) + .clear-icon,
  #buscadorProvincias:not(:empty) + .clear-icon {
	display: inline-block;
  }

#buscadorProvincias {
	border-radius: 8px;
	min-height: 50px;
	background: #f1f2f3;
	border: 0px;
	color: #154c83;
    padding: 0px 60px;
}


#resultados {
	/* 
	position: absolute;
	z-index: 1100;
	display: none; /* Ocultar el ícono por defecto */
	/*transition: opacity 0.3s ease-in-out;  /* Transición en la propiedad opacity */
	/*opacity: 0;                            /* Inicialmente oculto */
	/*margin: auto 10px; */

	position: absolute;
	padding: 10px 60px;
	margin: 10px 10px;
	background-color: #f1f2f3;
	z-index: 4;
	opacity: 0;
    display: none;
    max-height: 170px;
	width: -webkit-fill-available;
	overflow-y: auto;

    border-radius: 3px;
    border: 0 solid #b5b5b5;
    box-shadow: 0 0 3px -1px rgba(0,0,0,.3);
	
    visibility: hidden;
	animation-name: aslAnFadeInDrop;
    -webkit-animation-name: aslAnFadeInDrop;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/* Mostrar el div de resultados cuando hay texto en el input */
.show-resultados{
	display: block !important;
	opacity: 1 !important;  /* Cambiar la opacidad a 1 para que el elemento se vea */
    height: auto !important;
    visibility: visible !important;
	-webkit-animation-duration: 900ms;
    animation-duration: 900ms;
}

.buscador_provincia_div {
	padding: 5px 0px;
}

.buscador_provincia_div:hover a{
	color: #b6222c;
}


.buscador_provincia_a {
	color: #154c83;
	font-weight: 500;
}

.buscador_provincia_a:hover {
	color: #b6222c;
}

.list-provincias div div {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	padding: 0px 30px;
}

.link-list-items {
	/* width: 20%; */
}

.list-provincias div div ul li {
	list-style: none;	
}

.list-provincias div div ul li a span {
	color: #004D84;	
}

.texto-posicionable-container{
	text-align: justify
}

.single_parking_name {

	font-size: 3.75rem;
}

.features-container {
	width: 500px;
	position: relative;
}

.single_parking_name a{
	color: #333333;
	text-decoration: none !important;
}

.single_parking_name a:hover{
	color: #004d84;
}

.single_parking_section {
	height: 400px;
	margin-bottom: 50px;
	margin-top: 50px;
	background: #ffffff;
	position: relative;
	/* overflow: hidden; */
	border-radius: 20px;
	box-shadow:  20px 20px 60px #d9d9d9,
				 -20px -20px 60px #ffffff;
}

.single_parking_cont {
	padding: 30px 60px;
	position: relative;
	overflow: hidden;
	width: 100%;  
    height: 100%;
    box-sizing: border-box;
	border-radius: 20px;
}

.data-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 1;
	position: absolute;
	width: 90%;
}

.data-container h3,h6{
	/* text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);  Sombra negra con 50% de opacidad */
}

.main-image {
	width: 745px !important;
    height: 745px !important;
    background: linear-gradient(to right,rgb(0, 77, 132),rgb(196, 231, 255));
    position: absolute;
    border-bottom-left-radius: 100% !important;
    right: -6%;
    top: -40%;
	background-color: rgba(0,0,0,0.8);
  	filter:brightness(0.8);
	object-fit: cover;
}

.single_parking_servicios {
	width: 500px;
}

.servicios-section {
    display: flex;
    flex-wrap: wrap;
}

.servicios-section .servicio-name {
	width: 33%;
}

.no-parkings-found {
	padding: 35px;
}

.whole-section-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.whole-section-link:hover .single_parking_section {
    background-color: #f4f4f4; /* Cambia este color según tu diseño */
    cursor: pointer;
}

.whole-section-link .btn {
    pointer-events: none; /* Para que el botón no interfiera con el enlace principal */
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #154c83;
	opacity:  .7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #154c83;
   opacity:  .7;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #154c83;
   opacity:  .7;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #154c83;
   opacity:  .7;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #154c83;
   opacity:  .7;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #154c83;
   opacity:  .7;
}

/* ---------------- ESTILOS RECOMENDADO ---------------- */
.recomended-section {
	position: absolute;
	overflow: hidden;
	width: 100px;
	height: 100px;
	top: 1%;
	left: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	transform-origin: top left;
  	transform: rotate(340deg);
  }

/* ---------------- ESTILOS DEL BOTON ------------------ */
.btn:link,
.btn:visited {
	position: absolute;
    right: 0;
    bottom: 0;
	background-color: rgb(0 77 132);

	text-transform: uppercase;
	text-decoration: none;
	color: white;
	padding: 10px 30px;
	border-radius: 8px;
	display: inline-block;
	-webkit-transition: all .2s;
	transition: all .2s;
/* 	position: relative; */
}

.btn:hover {
 -webkit-transform: translateY(-5px);
     -ms-transform: translateY(-5px);
         transform: translateY(-5px);
 -webkit-box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
         box-shadow: 0 10px 20px rgba(27, 27, 27, .5);
}

.btn:active {
 -webkit-transform: translateY(-3px);
     -ms-transform: translateY(-3px);
         transform: translateY(-3px);
}

.btn::after {
 content: "";
 display: inline-block;
 height: 100%;
 width: 100%;
 border-radius: 8px;
 top: 0;
 left: 0;
 position: absolute;
 z-index: -1;
 -webkit-transition: all .3s;
 transition: all .3s;
}

.btn:hover::after {
 background-color: #004d84;
 -webkit-transform: scaleX(1.4) scaleY(1.5);
     -ms-transform: scaleX(1.4) scaleY(1.5);
         transform: scaleX(1.4) scaleY(1.5);
 opacity: 0;
}

.btn-hta {
	position: inherit !important;
}

.btn-website {
	position: static !important;
}
/* FIN ESTILOS DEL BOTON */


/* ----------------------- SINGLE PARKING SP -----------------------*/
.sp-entry-content {
	margin-top: 40px;
}

.sp-data-content {
	margin-bottom: 20px;
}

.entry-title {
	font-size: 60px;
}

.sp-location-title-content {
	display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.sp-desc-prices-contact-data {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.sp-desc-contact {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.sp-main-imge {
	position: relative;
	width: 50%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.sp-main-imge img {
	border-radius: 20px;
	filter: brightness(50%);
	width: 570px;
	height: 350px;
	object-fit: cover;
}

.sp-description {
	/* width: 50%; */
	text-align: justify;
	padding: 0px 30px 0px 0px;
}

.sp-prices {
	
}

.sp-contact {
	position: absolute;
    padding: 20px;
}

.sp-contact h6, h6 a{
	color: #ffffff;
	text-shadow: none;
}

.sp-contact a:hover{
	color: #ffffff;
}

.sp_servicios {
	background-color: #004D84;
	border-radius: 20px;
	display: flex;
	align-content: center;
    align-items: center;
	padding: 40px;
}

.sp_servicios_title {
	color: white;
    font-size: 22px;
    font-weight: 700;
}

.sp-servicios-section {
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.sp-servicio-name {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-content: center;
    align-items: center;
	color: white;
	margin: 32px 0px;
    font-size: 18px;
}

.sp-servicio-name i{
	color: #004D84;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    font-size: 20px;
}

.sp-gallery {
	display: flex;
    flex-wrap: wrap;
}

.sp-gallery-image {
    /* display: block; */
    width: 25%;
    overflow: hidden; /* esto asegura que si la imagen es más grande que el contenedor, se recortará en lugar de estirar el contenedor */
	border-radius: 20px;
	display: flex;
	justify-content: center;
}

.sp-gallery-image img {
    width: 250px;
    height: 250px;
    object-fit: cover; /* esto asegura que la imagen cubra todo el espacio del contenedor, recortándose si es necesario para mantener su relación de aspecto */
	border-radius: 20px;
	margin: 20px 0px;
}

.sp-hta-map {
	margin-top: 80px;
    margin-bottom: 40px;
}

.sp-map {
	border-radius: 20px;
}

.sp-map iframe {
	width: 100% !important;
	border-radius: 20px;
}

/* Estilos para dispositivos grandes */
@media only screen and (min-width: 1367px) {
	.single_parking_name a{
		-webkit-text-stroke-color: white;
		-webkit-text-stroke-width: 0.5px;
	}
}

/* Estilos para dispositivos grandes (laptops) */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    /* Tus estilos específicos para laptops y desktops aquí */
	.page-content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}

	.search-container {
		width: 800px;
		margin: 0 auto;
	}

	.single_parking_section {
		width: 800px;
	}
	
	.single_parking_name {
		font-size: 2.75rem;
	}

	.main-image {
		opacity: 0.4;
	}

	.link-list-items {
		width: 33%;
	}

	.sp-servicios {
		padding: 20px;
	}

	.sp-servicio-name {
		margin: 18px 0px;
		font-size: 15px;
	}

	.sp-gallery-image {
		width: 33%;
		text-align: center;
	}
}

/* Estilos para dispositivos medianos (tablets en orientación vertical, smartphones en orientación horizontal) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Tus estilos específicos para tablets en orientación vertical y smartphones en orientación horizontal aquí */
	.page-content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}

	.page-header .entry-title {
		font-size: 40px;
	}

	.search-container {
		width: 650px;
		margin: 0 auto;
	}

	.single_parking_section {
		width: 650px;
	}
	
	.single_parking_name {
		font-size: 2.0rem;
	}

	.main-image {
		opacity: 0.4;
	}

	.link-list-items {
		width: 50%;
	}
	

	.sp-desc-prices-contact-data {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.sp-desc-contact, .sp-main-imge {
		width: 100%;
	}

	.sp-servicios {
		padding: 20px;
	}

	.sp-servicio-name {
		margin: 10px 0px;
		font-size: 15px;
		text-align: center;
	}

	/* .sp-gallery {
		justify-content: center;
	} */

	.sp-gallery-image {
		width: 33%;
		text-align: center;
	}

	.sp-gallery-image img{
		width: 175px;
		height: 175px;
	}
}

/* Estilos para dispositivos pequeños (smartphones en orientación vertical) */
@media only screen and (max-width: 767px) {
    /* Tus estilos específicos para smartphones en orientación vertical aquí */
	.page-header .entry-title {
		font-size: 30px;
	}

	.page-content {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}

	.data-container {
		position: relative;
		height: 100%;
	}

	.search-container {
		width: 100%;
		margin: 0 auto;
	}

	.recomended-section {
		top: -7%;
		margin-left: 28px;
	}
	
	.single_parking_section {
		width: 90vw;
	}
	
	.features-container {
    	width: 80vw;
	}

	.single_parking_cont {
		padding: 30px 20px;
	}

	.single_parking_name {
		font-size: 2.25rem;
	}

	.single_parking_servicios {
		display: none;
	}

	.btn:visited {
		position: relative;
	}

	.main-image {
		opacity: 0.4;
	}

	.link-list-items {
		width: 100%;
	}

	.sp-location-title-content {
		justify-content: space-between;
		flex-direction: column;
		align-items: initial;
	}
	.sp-entry-title {
		font-size: 50px;
	}

	.sp-desc-prices-contact-data {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.sp-desc-contact, .sp-main-imge {
		width: 100%;
	}

	.sp_servicios {
		padding: 20px;
		flex-direction: column;
	}

	.sp-servicio-name {
		width: 33%;
		margin: 10px 0px;
		font-size: 15px;
		text-align: center;
		padding: 0px 14px;
	}

	/* .sp-gallery {
		justify-content: center;
	} */

	.sp-gallery-image {
		width: 50%;
		text-align: center;
	}

	.sp-gallery-image img{
		width: 150px;
		height: 150px;
	}
	
/* 	.main-image {
		width: auto !important;
		height: auto !important;
		top: 0%;
	} */
	.single_parking_section {
    	margin-bottom: 20px;
		margin-top: 20px;
	}
	.sp-entry-content {
		margin-top: 0px;
	}

}

@media only screen and (max-width: 400px) {
	.single_parking_cont .btn {
    	position: relative !important;
	}
}
