/* CSS Document */

 /* Estilo general */
body {
        font-family: "Roboto Slab", serif;
        line-height: 1.6;
		font-size: 16px;
		font-weight: normal;
        background: #f8f9fa;
        color: #333;
}
html {
  scroll-behavior: smooth;
}
img, iframe{
	max-width:100%;
}
/* Encabezado Top Area */
.header-top-area {
        background: #1C1C1C;
        color: white;
        padding: 10px 0;
        font-size: 14px;
}
.header-top-area i{
		color: #ffc107;
}
.header-top-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
}
.header-top-menu li {
        margin-right: 15px;
}
.header-top-menu a {
        color: white;
        text-decoration: none;
}
.header-top-menu a:hover {
        text-decoration: none;
}
.header-content-right{float:right;}
        
/* Banner Superior */
.banner {
        /*background: #ffed00;*/
		background: #fff;
        color: white;
        padding: 10px 0;
}
.banner img {
        max-height: 100px;
		max-width:140px;
}
.navbar {
        padding: 0;
		color:#000;
}
.navbar-light .navbar-nav .nav-link{color:#555;}


h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Exo", sans-serif;
    line-height: 1.4em;
    color: #1d1d1f;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
h1{
	font-weight: 900;
    font-size: 50px;	
}
.copy-superior{
	margin:10px auto;
	font-family: "Exo", sans-serif;
	position:relative;
    margin-left: 20px;
}
.copy-superior span, .copy-superior h1{
	position:relative;
	font-size:20px;
	color:#FFF !important;
	display: inline-block;
	font-weight: normal;
	margin-bottom:0;
}
.copy-superior span:before, .copy-superior h1:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-contraste-hero);
    left: -20px;
    top: 30%;
    border-radius: 50%;
}
.copy-superior span:after, .copy-superior h1:after{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-contraste-hero);
    right: -20px;
    top: 30%;
    border-radius: 50%;
}
.section {
    background: #ffffff;
    padding: 60px 0;
}
.section .fa-3x {
    color: var(--color-botones);
}
/* Hero */
.hero{
	background: var(--color-hero);
	padding:20px;
	padding-bottom:40px;
}
.hero h1{
	color:var(--color-contraste-hero);
	margin-bottom:15px;
}
.hero .titulo-copy{
	color:var(--color-contraste-hero);
	margin-bottom:15px;
	font-weight:900;
	font-size: 45px;
}
.hero p{color:#FFF;}
.form-reserva {
     background: #f9f9f9;
     padding: 30px;
     border-radius: 10px;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-reserva .iti{display:block;}
.form-registro{
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);	
}
.texto-form-registro{font-size:18px; margin-bottom:35px; text-align:center;}
.form-reserva h2, .form-reserva .titulo-presupuesto{
	text-align:center;
	font-weight: 900;
    font-size: 30px;
	color:#333;
	margin-bottom: 15px;
	display:block;
	font-family: "Exo", sans-serif;
    line-height: 1.4em;
}
.form-reserva textarea {
     resize: none;
}
/* color botones*/
.btn-personalizado {
	background: var(--color-botones) !important;
	font-weight: 700;
}
.btn-personalizado:hover {
	background: #333 !important;
	color: var(--color-botones);
}
/* color fondo */
.bg-pers {
	background: var(--color-fondo) !important;
}
/*Heading*/
.heading-content{
    font-weight: bold;	
    margin-bottom: 60px !important;
}
.heading-center{
	margin: auto;
    text-align: center;
}
.heading-left{
	margin: left;
    text-align: left;
}
.border-yellow {
    position: relative;
}
.border-yellow:after {
    position: absolute;
    content: "";
    background: var(--color-botones);
    left: 0;
    right: 0;
    bottom: -20px;
    width: 60px;
    height: 6px;
}
.heading-center.border-yellow:after{
	margin: auto;
}
.heading-content .title {
    font-size: 45px;
    color: inherit;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}
.heading-content .subtitle {
    font-family: inherit;
    font-size: 20px;
    color: inherit;
    font-weight: bold;
    margin-top: 0;
}
.heading-content .title-description {
	font-size: 17px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    line-height: 22px;
    padding: 20px 0 10px 0;
    max-width: 60%;
}
.night-rider {
    background-color: #2C2C2C;
}
/*seccion funcionamiento*/
.paso {
    margin-bottom: 40px;
}

.paso h4 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.paso p {
    color: #2c3e50;
}

.paso-icono {
    /*background-color: #3498db;*/
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin: 0 auto 20px auto;
}

.paso-icono i {
    font-size: 2.5em;
}

.about-service {
    padding: 30px 30px 15px;
	color:#FFF;
}


/* Sección de Bienvenida */
.wellcome-block {
            background-color: #FFF;
            padding: 60px 0;
}
.wellcome-block .heading-content {
            margin-bottom: 40px;
}
.wellcome-block .about-image img {
            max-width: 100%;
            height: auto;
}
.wellcome-block .nav-tabs {
            border-bottom: none;
            margin-bottom: 30px;
}
.wellcome-block .nav-tabs .nav-link {
            color: #333;
            font-weight: bold;
            font-size: 18px;
            border: none;
            border-radius: 0;
            padding: 10px 20px;
}
.wellcome-block .nav-tabs .nav-link.active {
            background-color: var(--color-botones);
            color: white;
}
.wellcome-block .tab-content {
            padding: 30px 0;
}
.wellcome-block .service-block {
            margin-bottom: 30px;
            text-align: center;
}
.wellcome-block .service-block i {
            color: #ffc107;
            font-size: 48px;
            margin-bottom: 20px;
}
.wellcome-block .service-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
}
.wellcome-block .about-service-title {
    color: #ffc107;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wellcome-block .title {
    margin-bottom: 10px;
}
.wellcome-block .description {
    color: #FFF;
    font-size: 16px;
    line-height: 1.8;
}
.wellcome-tab .description{
	color: #333;
}

.service-block {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin-bottom: 20px;
}

.service-block:hover {
    transform: translateY(-10px);
}

.service-block i {
    color: #ffc107;
}

.service-block h4 {
    font-size: 24px;
}

/*preguntas frecuentes */
.faq {
    margin-top: 40px;
}

.faq h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {
	position:relative;
    width: 100%;
    padding: 15px;
	padding-right: 50px;
    text-align: left;
    background-color: var(--color-botones);
    color: #333;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 1.2em;
	border: 1px solid #333;
	margin-bottom:0;
}
.faq-question i{
	position:absolute;
	right:20px;
	top:20px;	
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-top: none;
}

.faq-answer p {
    margin: 0;
    text-align: left;
}
 
/*lista servicios*/
.servicios-lista {
    list-style-type: none;
    padding: 0;
}

.servicios-lista li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.servicios-lista li i {
    font-size: 24px;
    margin-right: 15px;
    color: #ffc107;
}

.servicios-lista li span {
	text-align:left;
    font-size: 18px;
    color: #2c3e50;
}

/*Informacion adicional opciones reserva*/
.option {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.option:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.option-icon {
    font-size: 40px;
    color: #ffc107;
}

.option-title {
    font-size: 24px;
    font-weight: bold;
    color: #ffc107;
    margin-top: 10px;
}

.option-description {
    font-size: 18px;
    line-height: 1.6;
}

#telefonos, #paradas {
    padding: 10px;
    border: 1px solid #ffc107;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #e9ecef;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
       
/* Footer */
.footer {
    background: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}
.footer p {
    margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
			.wellcome-block .col-md-5 {
                margin-bottom: 30px;
            }
            .wellcome-block .nav-tabs .nav-link {
                font-size: 16px;
                padding: 10px;
            }
            .wellcome-block .service-block i {
                font-size: 36px;
            }
            .wellcome-block .service-title {
                font-size: 20px;
            }
}



/************ ESTILOS PARA BANNER FUN FACTS ***************************/
.fun-facts-block {
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			padding: 40px 0;
			color: #fff;
			text-align: center;
}
.fun-facts-block .stat-count {
			font-size: 48px;
			font-weight: bold;
			margin-bottom: 10px;
			color: #fff;
}
		
.fun-facts-block .milestone-details {
			font-size: 18px;
}
@media (max-width: 768px) {
		.fun-facts-block .stat-count {
			font-size: 36px;
		}
}

/*********************************************************************/

.link-relacionado{
	text-decoration: none;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    background-color: var(--color-botones);
    color: #000;
    border: 2px solid #333;
    flex: 1 1 200px;
    min-width: 200px;
    max-width: 200px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}
.link-relacionado:hover{
	background-color:#333;
	color:#FFF;
	text-decoration:none;
}

/************ ESTILOS PARA HERO DIRECTORIO ***************************/
.hero-directory {
  min-height: 90vh;
  background: #333;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.hero-directory-brand{
	color:#38b6ff;
	font-weight:bold;
	font-size:28px;
}
.hero-directory-title {
  font-size: 3rem;
  font-weight: bold;
  color:#FFF;
}

.hero-directory-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

.hero-directory .search-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  max-width: 800px;
}

.hero-directory .search-box h3 {
  color: #333;
  font-weight: bold;
}

.hero-directory .search-box .form-control {
  border-radius: 30px;
  padding-left: 20px;
}

.hero-directory .search-box .btn-primary {
  border-radius: 30px;
  font-weight: bold;
}

<style>
.section-title {
  font-size: 2rem;
  font-weight: bold;
}

.section-subtitle {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.categoria-card, .ubicacion-card {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.categoria-card:hover, .ubicacion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
}

.categoria-card img, .ubicacion-card img {
  max-width: 60px;
}

.btn-outline-primary {
  border-radius: 20px;
}

.cta-registro {
  border-radius: 10px;
  background: linear-gradient(135deg, #007bff, #0056b3);
}

.cta-registro h2 {
  font-weight: bold;
  font-size: 2rem;
}

.cta-registro p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 20px;
}

.cta-registro .btn {
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.cta-registro .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* TARJETA UBICACION */
.ubicacion-link {
  background-color: #FFF; /* color de fondo suave */
  color: #0d6efd; /* color del texto */
  font-weight: 500;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ubicacion-link:hover {
  background-color: #e9f0ff; /* un poco más claro al pasar el mouse */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  text-decoration: none;
  color: #0d6efd;
}
.badge-num {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: #CACACA; /* gris suave para el número */
}

/* TARJETA CATEGORIA */
.categoria-link-wrapper {
    display: block;
    text-decoration: none !important;
}
.categoria-card {
    background-color: #2c2c2c; /* fondo negro */
    color: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.categoria-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.categoria-nombre {
    margin: 0;
    font-weight: 600;
}

/* Hover: solo afecta a la tarjeta sobre la que pasamos */
.categoria-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.descripcion-categoria-final{
	margin-top:40px;
		
}

/* Tarjeta general */
.empresa-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Imagen siempre del mismo tamaño */
.empresa-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
@media (min-width: 768px) {
    .empresa-img-no-link {width: 200px; height: 220px;}
}

.empresa-card .card-title{
	margin-bottom:5px;
    font-weight: 500;
	font-size: 1.25rem;
}
.empresa-card .contador-empresa {
    color: orange;
}

/* Texto de ubicación */
.empresa-location {
    font-size: 11px;
	line-height:12px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Estrellas */
.estrellas {
    font-size: 20px; /* Tamaño de las estrellas */
    position: relative;
    display: inline-block;
    line-height: 1;
}

.estrella {
    color: #ddd; /* gris para fondo */
}

.estrella.amarillo {
    color: #ffc107; /* amarillo */
}

.numero-valoraciones {
    font-size: 0.75rem;
    color: #BFBFBF;
    margin-left: 5px;
}

.empresa .card-header h2{
	font-size:1.25em;
	margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}


/************************* ADAPTACIO MEDIA QUERIES ********************************************/
/**********TABLET************/
@media (max-width: 800px) {
	h1{font-size:40px;}
	.hero .titulo-copy{font-size:40px;}
	.copy-superior span, .copy-superior h1{font-size: 18px;display:inline-block;}
	.heading-content .title{font-size:35px;}
	.h4, h4 {font-size: 1.3rem;}
	.texto-form-registro{font-size:16px;}
	.header-top-menu{font-size:13px;}

}
/**********MOBIL************/
@media (max-width: 450px) {
	body{font-size: 14px;}
	h1{font-size:25px;}
	.hero .titulo-copy{font-size:25px;}
	.copy-superior span, .copy-superior h1{font-size: 14px;}
	.heading-content .title{font-size:20px;}
	.h4, h4 {font-size: 1.1rem;}
	.header-content-right span{display:none;}
	.texto-form-registro{font-size:14px;}
	.header-top-menu{font-size:10px;}
}
