
  body {
    background: #2D0D5C; /* Fondo morado oscuro */
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }

  .navbar {
    background: #2D0D5C !important;
    border-bottom: none;
  }

  .navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
    margin: 0 15px;
  }

  .navbar .nav-link:hover {
    color: #FFD700 !important; /* Amarillo al pasar el mouse */
  }

  .about_section {
    text-align: left;
    padding: 100px 0;
  }

  .about_taital {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
  }

  .about_text {
    font-size: 22px;
    color: #FFD700;
    margin-top: 20px;
  }

  .readmore_btn a {
    background: #FFD700;
    color: #2D0D5C;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
  }

  .readmore_btn a:hover {
    background: #FFC107;
  }

  .about_img {
    border-radius: 20px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  }

  .coffee_section, .blog_section {
    background: #2D0D5C;
    color: #fff;
  }

  .footer_section {
    background: #1B0636;
    color: #fff;
  }

  .footer_section a {
    color: #FFD700;
  }

  .footer_section a:hover {
    text-decoration: underline;
  }



  /* Efecto de aparición al hacer scroll */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

.logo-navbar {
  height: 50px;     /* Reduce este número si quieres más pequeño */
  width: 50px;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 10px;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}
.bg-institucional {
  background-color: #3b0066;
  color: white;
}
.imagen-carrusel {
  height: 250px; /* o el alto que prefieras */
  object-fit: cover;
}
.navbar-custom {
  background-color: #28089b !important;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link {
  color: white !important;
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link.active {
  color: #ffcc00 !important;
  font-weight: bold;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.justificar {
  text-align: justify;
  padding-left: 1rem;
  padding-right: 1rem;
}
.logo-navbar {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 50%;
}

.logo-text {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  color: white;
}

/* Para pantallas medianas o más grandes */
@media (min-width: 768px) {
  .logo-navbar {
    width: 50px;
    height: 50px;
  }

  .logo-text {
    font-size: 1rem;
    text-align: left;
  }

  .navbar-toggler {
    position: relative !important;
    top: auto;
    end: auto;
    margin: 0;
  }
}
