/* ===== ESTILOS SECCIÓN SINGANERÍA ===== */
.singaneria-section {
  padding: 4rem 0;
  background-color: #f9f9f9;
  position: relative;
}

.singaneria-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 50%,
    transparent 100%
  );
}

/* Header de singanería */
.singaneria-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
  z-index: 100;
}

.singaneria-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.singaneria-logo-image {
  height: 60px;
  width: auto;
}

.singaneria-logo h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
}

.singaneria-subtitle {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-weight: 500;
}

.singaneria-description {
  flex: 1;
  max-width: 500px;
  padding: 0 2rem;
}

.singaneria-description p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
  text-align: center;
}

.singaneria-cta {
  display: flex;
  align-items: center;
}

.singaneria-btn {
  padding: 0.9rem 2rem;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
  transition: all var(--transition-medium);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}

.singaneria-btn:hover {
  background-color: #000000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Banner Landscape */
.singaneria-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 3rem;
  margin-bottom: 2rem;
}

/* Contenido del banner */
.banner-content-singaneria {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Texto del banner (izquierda) */
.banner-text {
  max-width: 600px;
  color: #ffffff;
}

.banner-title-singaneria {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: 1px;
}

.banner-description-singaneria {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 500px;
}

/* Botón del banner (inferior derecha) */


/* Efecto overlay para mejorar legibilidad */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

/* Responsive design */
@media (max-width: 1199px) {
  .banner-title-singaneria {
    font-size: 2.8rem;
  }

  .banner-description-singaneria {
    font-size: 1.1rem;
  }

  .singaneria-banner {
    height: 450px;
    padding: 2.5rem;
  }
}

@media (max-width: 991px) {
  .singaneria-header {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .singaneria-description {
    padding: 0;
    order: 3;
  }

  .singaneria-logo {
    flex-direction: column;
    text-align: center;
  }

  .singaneria-logo h2 {
    font-size: 2.4rem;
  }

  .singaneria-banner {
    height: 400px;
    padding: 2rem;
  }

  .banner-title-singaneria {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }

  .banner-description-singaneria {
    font-size: 1rem;
  }

}

@media (max-width: 767px) {
  .singaneria-section {
    padding: 3rem 0;
  }

  .singaneria-banner {
    height: auto;
    min-height: 200px;
    width: 100%;
    padding: 1.5rem;
    background-size: cover !important;
  }

  .banner-title-singaneria {
    font-size: 2rem;
  }

  .banner-description-singaneria {
    font-size: 0.95rem;
  }

  .banner-text {
    text-align: center;
    max-width: 100%;
  }

  .banner-content-singaneria {
    align-items: center;
    text-align: center;
  }

  .singaneria-logo h2 {
    font-size: 2rem;
  }

  .singaneria-btn {
    padding: 0.5rem 0.8rem;
    min-width: 160px;
    border-radius: 8px;
    font-weight: 400;
  }
}

@media (max-width: 575px) {
  .singaneria-logo h2 {
    font-size: 1.8rem;
  }

  .singaneria-logo-image {
    height: 50px;
  }


  .singaneria-description p {
    font-size: 1rem;
  }
  .description_mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
  .description_mobile p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .singaneria_container {
    padding: 0;
  }

  .banner-title-singaneria {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .banner-description-singaneria {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .banner-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
}

@media (max-width: 400px) {

  .banner-title-singaneria {
    font-size: 1.6rem;
  }

  .banner-description-singaneria {
    font-size: 0.85rem;
  }
}
