
body { margin: 0; font-family: sans-serif; background: white; color: black; }
.site-header { position: sticky; top: 0; background: black; color: white; z-index: 1000; }
.header-container { display: flex; justify-content: space-between; align-items: center; padding: 1rem; }
.logo { height: 40px; }
.menu-desktop ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.5rem; }
.menu-desktop a { text-decoration: none; color: white; font-weight: bold; transition: color 0.3s, background 0.3s; }
.menu-desktop a:hover, .menu-desktop a.active {
  color: orange;
  background-color: rgba(255, 165, 0, 0.2);
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
}
.menu-mobile-icon { font-size: 2rem; color: white; display: none; cursor: pointer; }
.menu-mobile { display: none; background: rgba(0, 0, 0, 0.9); position: absolute; width: 100%; top: 100%; left: 0; }
.menu-mobile ul { list-style: none; padding: 1rem; margin: 0; }
.menu-mobile a { display: block; padding: 0.8rem; text-decoration: none; color: white; border-bottom: 1px solid #333; }
.menu-mobile a:hover { background: rgba(255, 165, 0, 0.3); }
@media (max-width: 768px) {
  .menu-desktop { display: none; }
  .menu-mobile-icon { display: block; }
}

.site-footer {
  background: black;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}
.footer-section {
  padding: 1rem;
}
.section-1 {
  width: 20%;
  text-align: center;
}
.footer-logo {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.section-2 {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.section-2 p {
  margin: 0;
  font-size: 0.9rem;
}
.section-3 {
  width: 30%;
}
.section-3 h4 {
  margin-bottom: 0.5rem;
}
.section-3 ul {
  list-style: none;
  padding: 0;
}
.section-3 a {
  color: white;
  text-decoration: none;
}
.section-3 a:hover {
  color: orange;
  text-decoration: underline;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* FOOTER RESPONSIVE ACTUALIZADO */
.site-footer {
  background: black;
  color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}
.footer-section {
  padding: 1rem;
}
.section-1 {
  width: 15%;
  text-align: center;
}
.footer-logo {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.section-2 {
  width: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.section-2 p {
  margin: 0;
  font-size: 0.9rem;
}
.section-3 {
  width: 45%;
}
.section-3 h4 {
  margin-bottom: 0.5rem;
}
.section-3 ul {
  list-style: none;
  padding: 0;
}
.section-3 a {
  color: white;
  text-decoration: none;
}
.section-3 a:hover {
  color: orange;
  text-decoration: underline;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-1,
  .section-2,
  .section-3 {
    width: 100%;
    padding: 1rem 0;
  }
  .section-2 {
    order: 3;
  }
  .section-3 {
    order: 2;
  }
  .section-1 {
    order: 1;
  }
}

/* FOOTER CORREGIDO */
.site-footer {
  background: black;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 2rem 1rem;
}
.footer-section {
  padding: 1rem;
}
.section-1 {
  width: 15%;
  text-align: center;
}
.footer-logo {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.section-2 {
  width: 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.section-2 p {
  margin: 0;
  font-size: 0.9rem;
}
.section-3 {
  width: 45%;
}
.section-3 h4 {
  margin-bottom: 0.5rem;
}
.section-3 ul {
  list-style: none;
  padding: 0;
}
.section-3 a {
  color: white;
  text-decoration: none;
}
.section-3 a:hover {
  color: orange;
  text-decoration: underline;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-1,
  .section-2,
  .section-3 {
    width: 100%;
    padding: 1rem 0;
  }
  .section-2 { order: 3; }
  .section-3 { order: 2; }
  .section-1 { order: 1; }
}

/* FOOTER CON SECCION 2 AL 60% */
.site-footer {
  background: black;
  color: white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 2rem 1rem;
}
.footer-section {
  padding: 1rem;
}
.section-1 {
  width: 15%;
  text-align: center;
}
.footer-logo {
  max-width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.section-2 {
  width: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.section-2 p {
  margin: 0;
  font-size: 0.9rem;
}
.section-3 {
  width: 25%;
}
.section-3 h4 {
  margin-bottom: 0.5rem;
}
.section-3 ul {
  list-style: none;
  padding: 0;
}
.section-3 a {
  color: white;
  text-decoration: none;
}
.section-3 a:hover {
  color: orange;
  text-decoration: underline;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.whatsapp-button img {
  width: 30px;
  height: 30px;
}

/* RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-1,
  .section-2,
  .section-3 {
    width: 100%;
    padding: 1rem 0;
  }
  .section-2 { order: 3; }
  .section-3 { order: 2; }
  .section-1 { order: 1; }
}

/* ESTILOS SECCIÓN SERVICIOS */
.servicios {
  padding: 2rem;
}
.servicios h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.subtitulo {
  text-align: center;
  color: gray;
  margin-bottom: 3rem;
}
.categoria {
  margin-bottom: 4rem;
}
.categoria h2 {
  color: #af1f24;
  margin-bottom: 1rem;
}
.tarjetas {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.tarjeta {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  flex: 1 1 280px;
  max-width: 320px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tarjeta:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.tarjeta img {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}
.tarjeta h3 {
  margin-bottom: 1rem;
}
.tarjeta ul {
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.tarjeta li::marker {
  content: "✔️ ";
}
.precio {
  font-weight: bold;
  color: #af1f24;
}
.destacado {
  border: 2px solid orange;
  background-color: #fff8f1;
}
@media (max-width: 768px) {
  .tarjetas {
    flex-direction: column;
    align-items: center;
  }
}

/* CTA Buttons */
.cta-categoria {
  text-align: center;
  margin-top: 1rem;
}
.btn-cta-small {
  display: inline-block;
  background-color: #af1f24;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-cta-small:hover {
  background-color: #da2b2f;
}

/* CTA final */
.cta-final {
  text-align: center;
  background: linear-gradient(90deg, #af1f24, #ff934f);
  color: white;
  padding: 3rem 1rem;
  margin-top: 4rem;
}
.cta-final h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.cta-final p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.btn-cta-big {
  background-color: white;
  color: #af1f24;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.btn-cta-big:hover {
  background-color: #ffe0d8;
  transform: scale(1.05);
}

/* NOSOTROS */
.nosotros {
  padding: 2rem;
  max-width: 1000px;
  margin: auto;
}
.nosotros h1 {
  text-align: center;
  margin-bottom: 2rem;
}
.nosotros .intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}
.fundadores {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.fundador {
  flex: 1 1 300px;
  background: #f8f8f8;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.fundador:hover {
  transform: translateY(-5px);
}
.fundador img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.valores, .filosofia, .identidad {
  margin-top: 3rem;
}
.nosotros h2 {
  color: #af1f24;
  margin-bottom: 1rem;
}
.nosotros ul {
  padding-left: 1.5rem;
}
.nosotros li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .fundadores {
    flex-direction: column;
    align-items: center;
  }
}

/* NOSOTROS - ESTILO MEJORADO */
.nosotros {
  padding: 3rem 1.5rem;
  max-width: 1200px;
  margin: auto;
  font-family: 'Segoe UI', sans-serif;
}
.nosotros h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 2rem;
}
.nosotros .intro {
  text-align: center;
  font-size: 1.2rem;
  max-width: 800px;
  margin: auto;
  color: #555;
  margin-bottom: 3rem;
}
.fundadores {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.fundador {
  flex: 1 1 280px;
  background: linear-gradient(to bottom right, #ffffff, #f5f5f5);
  padding: 1.5rem;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.fundador:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.fundador img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 4px solid #ff7a2f;
}
.fundador h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.25rem;
  color: #af1f24;
}
.fundador p {
  font-size: 0.95rem;
  color: #444;
}

.valores, .filosofia, .identidad {
  margin-top: 3.5rem;
  padding: 1.5rem;
  background: #fafafa;
  border-left: 5px solid #af1f24;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.nosotros h2 {
  color: #af1f24;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.nosotros ul {
  padding-left: 1.5rem;
  line-height: 1.7;
}
.nosotros li {
  margin-bottom: 0.75rem;
}
.nosotros li::marker {
  color: #af1f24;
}
.filosofia p, .identidad p {
  margin-bottom: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .fundadores {
    flex-direction: column;
    align-items: center;
  }
}

/* CTA al final de la sección Nosotros */
.cta-nosotros {
  text-align: center;
  background: linear-gradient(90deg, #af1f24, #ff7a2f);
  color: white;
  padding: 3rem 1.5rem;
  border-radius: 12px;
  margin-top: 4rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.cta-nosotros h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.cta-nosotros p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.btn-cta-nosotros {
  background-color: white;
  color: #af1f24;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-cta-nosotros:hover {
  background-color: #ffe8e0;
  transform: scale(1.05);
}

/* CONTACTO */
.contacto .banner-contacto {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #af1f24, #ff7a2f);
}
.contacto .titulo-contacto {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0;
}
.contenido-contacto {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.formulario {
  flex: 1 1 500px;
}
.formulario form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.formulario input,
.formulario select,
.formulario textarea {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.formulario .btn-enviar {
  background-color: #af1f24;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.formulario .btn-enviar:hover {
  background-color: #d62d30;
}
.datos-contacto {
  flex: 1 1 300px;
}
.datos-contacto a {
  color: #af1f24;
  text-decoration: none;
}
.icono-social {
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.privacidad {
  font-size: 0.9rem;
}
.mapa {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .contenido-contacto {
    flex-direction: column;
  }
}

/* Banner con imagen */
.banner-contacto-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.banner-contacto-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Estructura con columnas vacías */
.fila-contacto {
  display: flex;
  flex-wrap: nowrap;
}
.columna-vacia {
  flex: 0 0 5%;
}
.contenido-contacto {
  flex: 1 1 90%;
}

@media (max-width: 768px) {
  .fila-contacto {
    flex-direction: column;
  }
  .columna-vacia {
    display: none;
  }
  .contenido-contacto {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .banner-contacto-img img {
    height: auto;
    max-height: 180px;
    object-fit: cover;
  }
}

/* PORTAFOLIO */
.banner-portafolio img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.portafolio h1 {
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
}
.portafolio .subtitulo {
  text-align: center;
  margin-bottom: 2rem;
  color: #555;
}
.grid-portafolio {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 0 1rem 2rem;
}
.card {
  flex: 1 1 280px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-6px);
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card h2 {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.card p {
  font-size: 0.95rem;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
.card a {
  display: inline-block;
  margin-bottom: 1rem;
  color: #af1f24;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 768px) {
  .grid-portafolio {
    flex-direction: column;
    align-items: center;
  }
}

/* Animación y mockup uniforme en tarjetas */
.card {
  flex: 1 1 280px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeUp 0.7s ease both;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.seo-hidden { position: absolute; left: -9999px; top: -9999px; visibility: hidden; }
