body {
  font-family: 'Lora', serif;
  background-color: #f5f5f5;
}

.navbar-modern {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero-section {
  background: url('../img/Excelso.webp') no-repeat center center;
  background-size: cover;
  height: 80vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-section h1 {
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-section p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.section-title .separator {
  width: 100px;
  height: 3px;
  background-color: #c49a6c;
  margin: 1rem auto;
}

.feature-icon {
    font-size: 3rem;
    color: #c49a6c;
    margin-bottom: 1rem;
}

.contact-section {
    background-color: #333;
    color: white;
}

.contact-section a {
    color: #c49a6c;
}

.footer-modern {
    background-color: #222;
    color: #aaa;
}

.page-header-tienda {
  background: url('../img/Excelso.webp') no-repeat center center;
  background-size: cover;
  height: 40vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.page-header-tienda .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-header-tienda h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-header-tienda p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.product-card {
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease-in-out;
}

.product-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-img-overlay-agotado {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
