
.menu-link{
  color: <?php echo $estilos->colorMenu; ?> !important;

  <?php echo $estilos->fuente; ?>
}
  .img-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.img-fade-in.visible {
  opacity: 1;
  transform: none;
}

	.parallax-horarios {
	  background-image: url('images/categorias/categoria14.png');
	  background-size: cover;
	  background-attachment: fixed;
	  background-position: center;
	  background-repeat: no-repeat;
	  position: relative;
	  min-height: 530px;
	  width: 100vw;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  padding: 0;
	  display: flex;
	  align-items: center;
	}

	.parallax-horarios-overlay {
	  width: 100%;
	  /* background: rgba(20, 20, 20, 0.75);  Capa oscura para contraste */
	  min-height: 530px;
	  display: flex;
	  align-items: center;
	}

	/* Opcional: para que la card sea traslúcida si quieres */
	.parallax-horarios .card {
	  background: rgba(255,255,255,0.1);

	}

	@media (max-width: 991.98px) {
	  .parallax-horarios,
	  .parallax-horarios-overlay {
	    min-height: 1px;
	    height: auto;
	    background-attachment: scroll;
	  }
	}
	@media (max-width: 767.98px) {
	  .parallax-horarios {
	    background-position: center center;
	    padding: 0 !important;
	  }
	  .parallax-horarios-overlay {
	    padding: 0 !important;
	    min-height: 1px;
	    /*background: rgba(20,20,20,0.99);*/
	  }
	  .parallax-horarios .card {
	    margin-bottom: 24px;
	  }
	}

	.carousel-caption {

	    background: rgba(0, 0, 0, 0.2) !important; /* sombreado total */


	}

	.hero {
	  text-align: center;
	  padding: 80px 20px;
	}
	.hero h1 {
	  font-size: 2.8rem;
	  font-weight: bold;
	  color: #333;
	}
	.hero p {
	  font-size: 1.3rem;
	  color: #555;
	}
	.hero .btn {
	  font-size: 1.2rem;
	  padding: 10px 25px;
	}


	.navbar-custom {

	  z-index: 1050;
	  padding: 10px 20px;
	  box-shadow: none;
		background-color: rgba(240, 240, 240,0.50) !important;
		box-shadow: 0 2px 10px rgba(0,0,0,0.30);
		color: #414747;
	font-family: 'Cormorant Garamond', serif;
  	font-style: normal;
  	font-weight: 400;
	}

	/* Color de los textos del menú */
	.navbar-custom .nav-link,
	.navbar-custom .navbar-toggler,
	.navbar-custom .dropdown-toggle {
	  color: #5b5c5c !important;
	  font-size: 20px;
		/*background-color: rgba(240, 240, 240,0.30) !important;*/

		 font-family: 'Cormorant Garamond', serif;

	}

	  /* Botón hamburguesa blanco */
	  .navbar-custom .navbar-toggler-icon {
	      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	  }

	  /* Fondo del menú desplegable */
	  .navbar-custom .dropdown-menu {
	      background-color: rgba(0, 0, 0, 0.4);
	      border: none;
	  }

	  .navbar-custom .dropdown-item {
	      color: #fff;
	  }

	  .navbar-custom .dropdown-item:hover {
	      background-color: #333;
	      color: #ffc107;

	  }

	  .navbar-scrolled {
	      background-color: #fff !important;
	      transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

	  }

	  .navbar-scrolled .nav-link,
	  .navbar-scrolled .navbar-toggler,
	  .navbar-scrolled .dropdown-toggle {
	      color: #76d9de !important;
				background-color: #fff !important;

	  }

	  .navbar-scrolled .navbar-toggler-icon {
	      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	  }

	  /* Logo tamaño normal */
	.navbar-custom .navbar-brand img {
	  transition: all 0.3s cubic-bezier(.4,0,.2,1);
	  height: 70px;    /* O el tamaño grande que prefieras */
	  width: auto;
	}

	/* Logo reducido cuando haces scroll */
	.navbar-scrolled .navbar-brand img {
	  height: 38px;   /* Tamaño más pequeño */
	  transition: all 0.3s cubic-bezier(.4,0,.2,1);
	}



	@media (max-width: 991.98px) {
	  .bg-mobile-menu {
	    /*background-color: rgba(0, 0, 0, 0.5);  Fondo oscuro translúcido */
	    padding: 1.5rem;
	    border-radius: 10px;
			background: white;

	  }

	  .bg-mobile-menu .nav-link {
	    color: black !important;
			font-size: 20px;
			/*background-color: rgba(240, 240, 240,0.30) !important;*/
			margin-left: 10px;
			 font-family: 'Cormorant Garamond', serif;

	  }
		.bg-mobile-menu .dropdown-toggle {

			background-color: rgba(240, 240, 240, 0.40) !important;
	  }


	}



	.fw-semibold {
	    font-weight: 400 !important;
	}

	@media (min-width: 992px) {
  .navbar-custom .nav-link {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 2rem;
    padding: 0.2rem 1rem;
    color: #5b5c5c !important;
    overflow: hidden;
  }

  .navbar-custom .nav-link::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #cc25be;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }

  .navbar-custom .nav-link:hover {
    background-color: rgba(118, 217, 222, 0.15);
    color: #cc25be !important;
  }

  .navbar-custom .nav-link:hover::after {
    width: 60%;
  }

  .navbar-custom .nav-link:focus {
    outline: none;
    box-shadow: none;
  }
}

.btn-cita-previa {
  background: #f4f8f7 !important;
  color: #4a69bb !important;
  border-radius: 16px;
  border: 1.5px solid #5db7e5;
  font-weight: 600;
  box-shadow: 0 1px 7px rgba(93,183,229,0.05);
  transition: background .3s, color .3s, box-shadow .3s;
  margin-left: 14px;
}
.btn-cita-previa:hover {

  color: #fff !important;
  box-shadow: 0 2px 12px rgba(93,183,229,0.15);
}

.navbar-custom,
.navbar-custom.fixed-top,
.navbar-custom.sticky-top {
  z-index: 1100 !important;
}
.navbar-custom .nav-link:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #5db7e532 !important;
  border-radius: 2rem;
}
