/* === IMPORTACIÓN DE FUENTES HELVETICA === */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
}

/* === ESTILOS GENERALES === */
body.fondo-negro {
  background-color: #000;
  color: white;
  font-family: 'HelveticaNeue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

.naranja {
  color: orange;
}

.blanco {
  color: white;
}

/* === solo movil === */
@media (max-width: 768px) {
  .logo-gaveri {
    padding: 6px;
        display: block;
    max-width: 80%;
    margin: 0;                /* Elimina centrado automático */
    margin-left: 20px;        /* Alineado a la izquierda */
  }

@media (max-width: 768px) {
  .logo-gaveri {
    padding: 6px;
    display: inline-block;
    margin: 0;
    margin-left: 20px;
    max-width: 80%;
  }

  .encabezado {
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }
}

  .encabezado {
    justify-content: flex-start;
    padding-left: 0;
  }
}


/* === SECCIÓN BANNER === */
.banner-gaveri {
  background: url('assets/img/banner.png') no-repeat center center;
  background-size: cover;
  padding: 40px 20px;
  position: relative;
}



.encabezado {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.logo-gaveri {
  width: 200px;
}

.contenido-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.texto-izquierda {
  flex: 1 1 60%;
  text-align: left;
}

.texto-izquierda h1 {
  font-size: 20px;
  line-height: 2.5;
  color: white;
  font-weight: bold;
}

.slogan {
  font-size: 16;
  color: #FFFFFF;
  margin: 8px 0;
}

.marca-unica img {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.sello-derecha {
  flex: 1 1 30%;
  text-align: right;
}

.sello-gaveri {
  width: 100px;
  max-width: 100%;
}

/* === SECCIÓN PROBLEMA === */
.problema {
  padding: 40px 20px;
  background: transparent;
  text-align: center; /* Centra contenido inline */
}

.contenedor-problema {
  max-width: 1200px;
  margin: 0 auto; /* Centra el contenedor completo */
  display: flex;
  justify-content: center; /* Centra el bloque interno */
  align-items: center; /* Alinea verticalmente al centro */
  background: transparent;
}

.bloque-centrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 700px;
  gap: 20px;
}

.imagen-problema {
  max-width: 500px; /* Tamaño máximo de la imagen */
  width: 100%; /* Ajusta al ancho del contenedor */
  position: relative; /* Permite posicionar elementos absolutos dentro */
}

.imagen-problema img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover; /* Ajusta la imagen al tamaño del contenedor sin distorsionarla */
}

.bloque-centrado h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.bloque-centrado p {
  font-size: 15px;
  line-height: 1.7;
  color: #eee;
  margin-bottom: 20px;
}

.boton-wsp {
  background: orange;
  color: black;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  transition: background 0.3s ease;
}

.boton-wsp:hover {
  background: darkorange;
}

.imagen-bajo-boton {
  text-align: center;
  margin-top: 40px;
}

.imagen-bajo-boton img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* Responsive: en móviles apila elementos y centra */
@media (max-width: 768px) {
  .bloque-centrado {
    max-width: 100%;
  }

  .imagen-problema {
    max-width: 100%; /* En móvil, ocupa todo el ancho */
  }

  .imagen-problema img {
    width: 100%;
    height: auto;
  }
}

/* === BOTÓN WHATSAPP FLOTANTE === */
.btn-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px !important;
  left: auto !important;
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.btn-whatsapp img {
  width: 100%;
  height: auto;
}

/* === SEGUNDO BANNER DE MARCAS (recomendado como fondo) === */
.banner-marcas {
  background: url('assets/img/banner-marcas.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
}

.texto-dentro-banner {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .banner-marcas {
    min-height: 260px;
    padding: 30px 15px;
  }

  .texto-dentro-banner {
    font-size: 22px;
    padding: 0 10px;
  }
}



/* === RESPONSIVE === */
@media (max-width: 768px) {
  .contenido-banner {
    flex-direction: column;
    text-align: center;
  }

  .texto-izquierda,
  .sello-derecha {
    flex: 1 1 100%;
    text-align: center;
  }

  

  .sello-gaveri {
    margin-top: 20px;
  }

  .marca-unica img {
    width: 260px;
  }

  .contenedor-problema {
    flex-direction: column;
  }

  .imagen-problema,
  .texto-problema {
    max-width: 100%;
  }

  .texto-problema p {
    text-align: center;
  }

  .texto-banner {
    position: relative;
    top: -30px;
    text-align: left !important;
    padding-left: 10px;
    padding-right: 20px;
  }
  
    
  

  .slogan {
    text-align: left !important;
  }

  .encabezado {
    display: flex;
    justify-content: flex-start !important;
    padding-left: 20px;
  }

  .texto-izquierda {
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto-dentro-banner {
    font-size: 18px;
    top: 42%;
  }

  .imagen-bajo-boton img {
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .texto-problema {
    margin-right: 60px; /* 👈 Desplaza todo el bloque hacia la izquierda */
    text-align: center;
  }

  .texto-problema p {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .texto-izquierda {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .texto-banner,
  .slogan {
    text-align: center;
  }
}
.naranja {
  color: orange;
  text-shadow: none !important; /* Elimina cualquier sombra */
}


@media (max-width: 768px) {
  .naranja {
    color: orange !important;
    text-shadow: 0 0 6px #fff, 0 0 8px #fff;
  }
}

.banner-gaveri2 {
  background: url('assets/img/banner-marcas.png') no-repeat center center;
  background-size: cover;
  padding: 20px;
  position: relative;
  min-height: 400px;
}
/* === BANNER CON TEXTO CENTRADO === */
.banner-gaveri2 {
  background: url('assets/img/banner-marcas.png') no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 350px;
  display: flex;
  justify-content: center; /* Centra horizontal */
  align-items: center;     /* Centra vertical */
  text-align: center;
  padding: 20px;
}

.contenido-banner2 {
  display: flex;
  justify-content: center; /* Centra horizontal */
  align-items: center;     /* Centra vertical */
  flex-direction: column;
  width: 100%;
}

.texto-banner-marcas {
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  margin: 0 auto; /* Asegura centrado */
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .texto-banner-marcas {
    font-size: 24px;
    padding: 0 20px;
  }
}

.imagen-banner-centro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.imagen-banner-centro img {
  width:800px;         /* Aumenta este valor si quieres más grande */
  max-width:100%;       /* Para que no se desborde en pantallas pequeñas */
  height: auto;
}
/* Imagen centrada y con zoom solo en PC */
.imagen-banner-centro {
  text-align: center;
}

.imagen-banner-centro img {
  width:800px
  max-width:100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.3s ease;
  cursor: pointer;
}

/* Efecto zoom solo en pantallas grandes (PC) */
@media (min-width: 769px) {
  .imagen-banner-centro img:hover {
    transform: scale(1.08);
    filter: brightness(1.05);
  }
}

@media (max-width: 768px) {
  .imagen-banner-centro img {
    cursor: pointer;
    animation: parpadeo 1.5s infinite;
  }

  @keyframes parpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }
}
/* === PARPADEO en botón naranja solo en responsive === */
@media (max-width: 768px) {
  .boton-wsp {
    animation: parpadeo 1.5s infinite;
  }

  @keyframes parpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }
}
@media (min-width: 769px) {
  .boton-wsp {
    transition: transform 0.3s ease;
  }

  .boton-wsp:hover {
    transform: scale(1.08); /* Puedes ajustar a 1.1 o más si quieres más zoom */
  }
}


/* === SECCIÓN 3 RAZONES === */
.razones {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
}

.titulo-razones {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.contenedor-razones {
  max-width: 1200px;
  margin: 0 auto;
}

.razones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.razon {
  background-color: #111;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.icono-razon {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}

.razon h3 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}

.razon p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
}

/* === SECCIÓN NUESTROS PRODUCTOS === */
.productos {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
}

.titulo-productos {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.grid-productos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.tarjeta-producto {
  background-color: #111;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.tarjeta-producto:hover {
  transform: scale(1.05);
}

.imagen-producto {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.tarjeta-producto h3 {
  font-size: 18px;
  color: white;
  margin-top: 10px;
}

/* === SECCIÓN CTA === */
.cta {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
}

.contenedor-cta {
  max-width: 1200px;
  margin: 0 auto;
}

.cta h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.cta p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
}

/* === RESPONSIVE PARA 3 RAZONES === */
@media (max-width: 768px) {
  .razones-grid {
    grid-template-columns: 1fr;
  }

  .razon {
    margin-bottom: 20px;
  }
}

/* === RESPONSIVE PARA NUESTROS PRODUCTOS === */
@media (max-width: 768px) {
  .grid-productos {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 480px) {
    .grid-productos {
      grid-template-columns: 1fr;
    }
  }
}

/* === TÍTULO DE LAS RAZONES === */
.titulo-razones {
  font-size: 24px;
  color: white;
  margin-bottom: 10px; /* Espacio debajo del título */
}

/* === LINEA CON EFECTO DE LUMINOSIDAD === */
.linea-luminosa {
  width: 100%;
  height: 2px; /* Altura de la línea */
  background: linear-gradient(to right, #FFC107 0%, transparent 50%, #FFC107 100%);
  position: relative;
  margin-bottom: 20px; /* Espacio debajo de la línea */
}

/* Efecto de luminosidad */
.linea-luminosa::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(255, 193, 7, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  animation: brilloLuminoso 2s infinite alternate;
}

/* Animación de brillo */
@keyframes brilloLuminoso {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* === TÍTULO DE LAS RAZONES === */
.titulo-razones {
  font-size: 24px;
  color: white;
  margin-bottom: 10px; /* Espacio debajo del título */
}

/* === TÍTULO DE LAS RAZONES === */
.titulo-razones {
  font-size: 30px;
  color: white;
  margin-bottom: 10px; /* Espacio debajo del título */
}

/* === LINEA CON EFECTO DE LUZ INTENSA === */
.linea-luminosa {
  width: 100%;
  height: 3px;
  background-color: orange;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 0 10px orange, 0 0 20px orange, 0 0 30px orange;
  animation: brilloIntenso 1.5s infinite alternate;
}

@keyframes brilloIntenso {
  0% {
    box-shadow: 0 0 10px orange, 0 0 20px orange, 0 0 30px orange;
  }
  100% {
    box-shadow: 0 0 15px #FFA726, 0 0 25px #FFA726, 0 0 40px #FFA726;
  }
}

/* === GRID DE RAZONES === */
.razones-grid {
  display: flex;
  gap: 20px;
}

/* === CADA RAZÓN === */
.razon {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Opcional: línea divisora */
}

/* Contenedor flexible de texto e imagen */
.razon-contenido {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Texto de la razón */
.razon-texto {
  flex: 1;
  text-align: left;
}

.razon-texto h3 {
  color: orange; /* Color naranja en los títulos */
  font-size: 24px; /* Tamaño más grande */
  margin: 0 0 8px 0;
}

.razon-texto p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

/* Imagen (icono) a la derecha */
.razon-imagen {
  margin-left: 20px;
  flex-shrink: 0;
}

.icono-razon {
  width: 50px;
  height: auto;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .razones-grid {
    flex-direction: column;
  }

  .razon {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .razon-texto h3 {
    font-size: 20px; /* Ajusta el tamaño del título en móvil */
  }

  .razon-imagen {
    margin-left: 10px; /* Reduce el espacio en móvil */
  }
}
/* === SECCIÓN 3 RAZONES === */
.razones {
  background-color: #000;
  padding: 40px 20px;
  text-align: center;
}

.titulo-razones {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.contenedor-razones {
  max-width: 1200px;
  margin: 0 auto;
}

.razones-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.razon {
  background-color: transparent; /* Fondo oscuro */
  padding: 20px;
  border-radius: 8px;
  box-shadow: none; /* Elimina cualquier sombra innecesaria */
  border: none; /* Elimina cualquier borde innecesario */
  /*splay: flex;
  align-items: center;
  justify-content: space-between;*/
}

.razon-texto {
  flex: 1;
  text-align: left;
}

.razon-texto h3 {
  color: orange; /* Título en naranja */
  font-size: 18px;
  margin-bottom: 10px;
}

.razon-texto p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
}

.razon-imagen {
  margin-left: 20px;
  flex-shrink: 0;
}

.icono-razon {
  width: 50px;
  height: auto;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .razones-grid {
    grid-template-columns: 1fr;
  }

  .razon {
    flex-direction: column;
    align-items: flex-start;
  }

  .razon-imagen {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* === TÍTULOS DE LAS RAZONES === */
.razon-texto h3 {
  color: orange; /* Color del primer fragmento del título */
  font-size: 20px;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.razon-texto h3 .naranja {
  color: orange; /* Segunda línea en naranja */
  display: block;
  font-weight: bold;
  text-shadow: none; /* Elimina cualquier sombra */
}
/* === SECCIÓN NUESTROS PRODUCTOS === */
.productos {
  background-color: transparent; /* Fondo transparente */
  padding: 40px 20px;
  text-align: center;
}

.titulo-productos {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.grid-productos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columnas */
  gap: 10px; /* Reduce el espacio entre las tarjetas */
  justify-content: center;
  align-items: start;
}

.tarjeta-producto {
  background-color: transparent; /* Fondo transparente */
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: none; /* Elimina sombras innecesarias */
  background-image: url('assets/img/fondo-banners.png'); /* Agrega el fondo PNG */
  background-size: cover;
  background-position: center;
}

.tarjeta-producto:hover {
  transform: scale(1.05);
}

.imagen-producto {
  width: 100%;
  height: auto;
  max-width: 180px; /* Tamaño uniforme */
  border-radius: 8px;
}

.tarjeta-producto h3 {
  font-size: 18px;
  color: white;
  margin-top: 10px;
  font-weight: normal;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .grid-productos {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Ajusta el tamaño mínimo para móviles */
    gap: 0.5px; /* Mantén el espacio reducido */
  }

  .tarjeta-producto {
    animation: parpadeo 1.5s infinite;
  }

  @keyframes parpadeo {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
  }

  .imagen-producto {
    max-width: 150px; /* Tamaño más pequeño para móviles */
  }
}

/* === SECCIÓN DE TESTIMONIOS === */
.testimonios {
  padding: 40px 20px;
  background: transparent; /* Fondo transparente */
  text-align: center;
}

.contenedor-testimonios {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonios h2 {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}

.grid-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* Espacio entre los cuadros */
}

.video-item {
  position: relative;
  width: calc(33.33% - 20px); /* Tres cuadros por fila */
  max-width: 300px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive: en pantallas medianas (tabletas) muestra 2 cuadros por fila */
@media (max-width: 768px) {
  .video-item {
    width: calc(50% - 20px); /* Dos cuadros por fila */
    margin-bottom: 20px;
  }
}

/* Responsive: en pantallas muy pequeñas (móviles) muestra 1 cuadro por fila */
@media (max-width: 480px) {
  .video-item {
    width: 100%; /* Un cuadro por fila */
    margin-bottom: 20px;
  }
}

/* === SECCIÓN DE NUESTRA EMPRESA === */
.empresa {
  background: url("assets/img/fondo-empresa.png") center top / cover no-repeat;
  padding: 40px 20px;
  position: relative;
}

.contenedor-empresa {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Alinea todo hacia la derecha */
}

.texto-empresa {
  text-align: left;
  max-width: 500px;
}

.texto-empresa h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.texto-empresa p {
  font-size: 16px;
  line-height: 1.6;
  color: #eee;
}

.naranja {
  color: orange;
}

/* === RESPONSIVE: Para móviles === */
@media (max-width: 768px) {

  .empresa {
    background: none;
    padding: 40px 0;
  }

  .contenedor-empresa {
    display: block;
    text-align: center;
  }

  .texto-empresa {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 0; /* ✅ Ya no se necesita espacio extra */
  text-align: center;
  background-color: black;
  color: white;
}

  

  .texto-empresa h2,
  .texto-empresa p {
    position: relative;
    z-index: 1;
  }
}

/* Imagen móvil visible solo en dispositivos pequeños */
.imagen-empresa-movil {
  display: none; /* Oculta en PC */
}

@media (max-width: 768px) {
  .imagen-empresa-movil {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 768px) {
  .empresa {
    margin-top: 0 !important;
    padding-top: 20px !important;
  }

  .contenedor-empresa {
    margin-top: 0 !important;
  }

  /* Si hay una sección anterior que termina con mucho espacio, podrías controlar eso también */
  .problema {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 768px) {
  .problema {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
  }

  .empresa {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }

  .empresa::before,
  .contenedor-empresa::before {
    display: none !important;
  }

  /* También forzamos eliminación de espacios extra si hubiera */
  .empresa h2 {
    margin-top: 0 !important;
  }
}

/* === SOLO PARA ESCRITORIO === */
@media (min-width: 769px) {
  .texto-empresa {
    padding-top: 80px; /* ⬅️ Ajusta si quieres que baje más o menos */
    color: black; /* Texto negro */
  }

  .texto-empresa h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .texto-empresa h2 .naranja {
    color: white; /* "empresa" en blanco */
  }

  .texto-empresa h2 span:not(.naranja) {
    color: black; /* "Nuestra" en negro */
  }

  .texto-empresa p {
    color: black; /* Párrafos en negro */
  }
}

@media (min-width: 769px) {
  .texto-empresa {
    padding-top: 80px;
    color: black;
  }

  .texto-empresa h2 {
    font-size: 30px; /* ⬅️ Más grande */
    margin-bottom: 20px;
  }

  .texto-empresa h2 .naranja {
    color: white; /* "empresa" en blanco */
  }

  .texto-empresa h2 span:not(.naranja) {
    color: black; /* "Nuestra" en negro */
  }

  .texto-empresa p {
    color: black;
    text-align: justify; /* ✅ Justifica el texto */
  }
}

/* === SECCIÓN DE PRODUCTOS EXCLUSIVOS === */
.productos-exclusivos {
  background: black;
  padding: 40px 20px;
  text-align: center; /* Centra el texto en escritorio */
}

.contenedor-productos {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; /* Mantiene el orden texto primero, imagen después */
  align-items: center; /* Centra verticalmente */
  justify-content: center;
}

.texto-productos h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 0; /* Elimina el margen inferior del texto */
}

.naranja {
  color: orange;
}

.imagen-productos img {
  width: 150%; /* Ajusta el ancho de la imagen */
  max-width: 800px; /* Limita el tamaño máximo de la imagen */
  height: auto; /* Mantiene la proporción de la imagen */
  margin-top: -110px; /* Acerca la imagen al texto */
}

/* === RESPONSIVE: Para móviles === */
@media (max-width: 768px) {
  .productos-exclusivos {
    text-align: center;
    padding: 30px 15px;
  }

  .contenedor-productos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .texto-productos h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .imagen-productos img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .productos-exclusivos {
    text-align: center;
    padding: 30px 15px;
  }

  .contenedor-productos {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .texto-productos h2 {
    font-size: 20px;
    margin-bottom: 0; /* Elimina separación con la imagen */
  }

  .imagen-productos img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin-top: -40px; /* ✅ Aplica mismo efecto de cercanía como en escritorio */
  }
}



/* === SECCIÓN DE CONTACTO === */
.contacto {
  background: black;
  padding: 40px 20px;
  text-align: center; /* Centra todo el contenido */
}

.contenedor-contacto {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; /* Centra horizontalmente */
}

.texto-contacto {
  text-align: center; /* Centra el texto dentro del contenedor */
}

.texto-contacto h2 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.naranja {
  color: orange;
}

.boton-whatsapp {
  display: inline-block;
  background-color: orange;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-whatsapp:hover {
  background-color: darkorange;
}

/* === RESPONSIVE: Para móviles === */
@media (max-width: 768px) {

  .contenedor-contacto {
    flex-direction: column; /* Orden vertical en móvil */
    align-items: center; /* Centra todo en móvil */
    text-align: center; /* Centra el texto en móvil */
  }
}

/* === FOOTER === */
.footer {
  background: black;
  padding: 20px 0;
  text-align: center; /* Centra el texto horizontalmente */
}

.contenedor-footer {
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  height: 60px; /* Altura del footer para centrar verticalmente */
}

.contenedor-footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: white;
}

/* Responsive: Ajusta el tamaño del texto en móviles */
@media (max-width: 768px) {
  .contenedor-footer {
    height: auto;
    padding: 15px 0;
  }

  .contenedor-footer p {
    font-size: 12px;
  }
}