
body {
  background-color: #000; 
  color: #fff; 
  font-family: 'Arial', sans-serif; 
  margin: 0;
  padding-top: 0;
}
/* Navbar */
.myaqp-navbar {
  background-color: #111;
}
.myaqp-navbar.fixed-top {
    height: 80px;
}

.myaqp-navbar .navbar-collapse {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.myaqp-navbar .navbar-brand {
  margin-right: 1rem;
  order: 0;
}

.myaqp-navbar .navbar-nav {
  display: flex;
  gap: 1rem;
}

.myaqp-navbar .nav-link {
  color: #eee;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.3s;
}

.myaqp-navbar .nav-link:hover,
.myaqp-navbar .nav-link.active {
  color: #28a745;
}

/* Hero Section */
.myaqp-hero {
  position: relative;
  height: 100vh;
  background: center / cover no-repeat;
}

.myaqp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.myaqp-hero-container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  gap: 2rem;
}

.myaqp-hero-text {
  color: #fff;
  max-width: 50%;
}

.myaqp-hero-text h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.myaqp-hero-tagline {
  font-size: clamp(1rem, 3vw, 1.6rem);
  margin-bottom: 1.5rem;
}

.myaqp-btn-cta {
  background-color: #28a745;
  padding: 0.75rem 1.75rem;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.myaqp-btn-cta:hover {
  background-color: #218838;
}

.myaqp-hero-logo img {
  max-width: 550px;
  height: auto;
}

/* CARRUSEL */
.galeria-trabajos {
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}

.galeria-trabajos::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* overlay para mejorar contraste */
}

.galeria-trabajos .container {
  position: relative;
  z-index: 1;
}

.galeria-trabajos .titulo-galeria {
  color: #fff;
  margin-bottom: 30px;
  font-size: 2rem;
}

/* Swiper */
.front-carousel-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.4);
  display: block;
}
.front-titulo-galeria {
  color: #fff; 
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: 'Permanent Marker', cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  margin-bottom: 2rem;
}


.serv-hero {
  position: relative;
  width: 100%;
  min-height: 100vh; 
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}

.serv-overlay {
  background: rgba(0, 0, 0, 0.6); /* overlay oscuro */
  width: 100%;
  padding: 60px 0;
}

.serv-img {
  max-width: 90%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}

.serv-texto h3.serv-titulo {
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-transform: uppercase;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.serv-icon {
  color: #28a745;
  font-size: 1.5em;
}

.serv-texto p {
  color: ddd;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.serv-texto h2 {
  color: #fff;
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 2rem;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
  text-transform: uppercase;
}
/* Fondo general */
.store-container {
    background: url('../../imgages/fondo4.jpg') no-repeat center center fixed;
    color: #f5f5f5;
    min-height: 100vh;
    padding-top: 60px;
    margin: 0 auto; 
    padding-left: 80px;
    padding-right: 80px;
}

/* Título */
.store-title {
    font-size: 2rem;
    color: #fff;
}

/* Sidebar */
.store-sidebar {
    background: rgba(0, 0, 0, 0.45);  
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

.store-sidebar a {
    display: block;
    padding: 6px 0;
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}

.store-sidebar a.active,
.store-sidebar a:hover {
    color: #fff;
    font-weight: bold;
}

.store-subtitle {
    color: #aaa;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Buscador */
.store-search input {
    background: #222;
    border: 1px solid #333;
    color: #fff;
}

/* Cards */
.store-card {
    background: rgba(0, 0, 0, 0.45); 
    border-radius: 10px;
    transition: transform 0.2s;
    backdrop-filter: blur(6px);
}
.store-card:hover {
    transform: translateY(-3px);
}

.store-img img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.store-info h5 {
    color: #fff;
    margin: 0;
}

.store-info p {
    font-size: 0.9rem;
}

.store-meta {
    min-width: 120px;
}

.store-price {
    font-weight: bold;
    font-size: 1.1rem;
    color: #4caf50;
}

.store-sucursal {
    font-size: 0.9rem;
    color: #999;
}

/* Paginación */
.pagination .page-link {
    background: #222;
    border: none;
    color: #aaa;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    background: #4caf50;
    color: #fff;
}


.mi-footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}

.mi-footer a {
  color: #fff; /* enlaces blancos */
  margin: 0 0.5rem;
  transition: color 0.3s;
}

.mi-footer a:hover {
  color: #28a745; /* verde de la marca */
}

.mi-footer p {
  margin: 0.5rem 0;
}
.img-wrapper {
  width: 100%;
  height: 250px;  
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.imagen-galeria {
  width: 100%;
  height: 100%;
  object-fit: cover;    
  object-position: center;
  display: block;
  transition: transform .25s ease;
}

.img-wrapper:hover .imagen-galeria {
  transform: scale(1.30);
}
    /* === encabezado exclusivo=== */
    .encabezado-galeria {
      background: rgba(30, 30, 30, 0.4); /* fondo translúcido */
      backdrop-filter: blur(8px);         /* efecto glassmorphism */
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }

  .encabezado-galeria .btn-outline-light {
      transition: all 0.3s ease;
  }

  .encabezado-galeria .btn-outline-light:hover {
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
  }


  /* === LOGIN PAGE === */
.dglobel-login {
  background: url('../../images/fondo1.jpg') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dglobel-login__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}

.dglobel-login__box {
  background: rgba(20, 20, 20, 0.85);
  padding: 40px 35px;
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  color: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.dglobel-login__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.dglobel-login__text {
  color: #bbb;
  font-size: 0.95rem;
  margin-bottom: 25px;
}

.dglobel-login__input {
  background-color: #333 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 8px !important;
}

.dglobel-login__input:focus {
  background-color: #444 !important;
  outline: none;
  box-shadow: none !important;
}

.dglobel-login__btn {
  width: 100%;
  background-color: #28a745 !important;
  border: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px;
  transition: background-color 0.2s ease-in-out;
}

.dglobel-login__btn:hover {
  background-color: #218838 !important;
}

.dglobel-login__forgot {
  display: block;
  color: #ccc;
  margin-top: 15px;
  font-size: 0.9rem;
  text-decoration: none;
}

.dglobel-login__forgot:hover {
  color: #fff;
  text-decoration: underline;
}

.dglobel-login__social {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dglobel-login__google,
.dglobel-login__facebook {
  width: 100%;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  transition: opacity 0.2s;
}

.dglobel-login__google {
  background-color: #db4437;
}

.dglobel-login__google:hover {
  opacity: 0.85;
}

.dglobel-login__facebook {
  background-color: #3b5998;
}

.dglobel-login__facebook:hover {
  opacity: 0.85;
}
/* Responsive */
@media (max-width: 991.98px) {
  .swiper-slide img { width: 180px; height: 250px; }

  .myaqp-navbar .navbar-collapse {
    justify-content: flex-start;
  }

  .myaqp-navbar .navbar-nav {
    flex-direction: column;
    gap: 0.25rem;
  }

  .myaqp-hero-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }

  .myaqp-hero-text {
    max-width: 100%;
  }

  .myaqp-hero-logo img {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .swiper-slide img { width: 140px; height: 200px; }

  .myaqp-hero-text h1 {
    font-size: 1.8rem;
  }

  .myaqp-hero-tagline {
    font-size: 1rem;
  }

  .myaqp-btn-cta {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }

  .myaqp-hero-logo img {
    max-width: 250px;
  }
  .dglobel-login__box {
    padding: 30px 25px;
    max-width: 320px;
  }

  .dglobel-login__title {
    font-size: 1.5rem;
  }

  .dglobel-login__text {
    font-size: 0.9rem;
  }
  .encabezado-galeria {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
  .swiper-slide img { width: 120px; height: 160px; }

  .myaqp-hero {
    height: auto;
    padding: 4rem 1rem;
  }

  .myaqp-hero-container {
    padding: 0;
  }

  .myaqp-hero-text h1 {
    font-size: 1.5rem;
  }

  .myaqp-hero-logo img {
    max-width: 180px;
  }
}
