
/* Reset básico */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: Arial, sans-serif;
        background: #FFFFFF;
  color: #000000;
    }
html {
  scroll-behavior: smooth;
}
.topbar {
  background: #3d3d38;        /* 🔹 Cambiá este color al que combine con tu web */
  color: #242424;
  font-size: 14px;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.topbar .info span, 
.topbar .info a {
  margin-right: 15px;
  color: #ddd;
  text-decoration: none;
}

.topbar .info a:hover {
  color: #ffcc00;  /* 🔹 Color de hover */
}

.topbar .redes a {
  margin-left: 12px;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}

.topbar .redes a:hover {
  color: #ffcc00; /* 🔹 Cambiá este al color de acento de tu web */
}

/* 🔹 Media query para ocultar el topbar en pantallas chicas */
@media (max-width: 768px) {
  .topbar {
    display: none;  /* Oculta el topbar */
  }
}


/* ----------- MENÚ MODERNO 2025 ----------- */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  height: 120px;
 background:  #fdf6e3 ;  /* Azul elegante degradado */
  box-shadow: 0 20px 10px  rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar .logo img {
  height: 145px;
margin-left: 250px;
margin-top: 20px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin-right: 180px;

}

.navbar a {
  text-decoration: none;
  color:#333333; /* Blanco suave */
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

/* Efecto moderno subrayado */
.navbar a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: -6px;
  background: #ff9800; /* Acento naranja */
  transition: width 0.3s ease;
}

.navbar a:hover {
  color: #ffb74d; /* Naranja claro */
}

.navbar a:hover::after {
  width: 100%;
}

/* Botón hamburguesa */

/* Botón hamburguesa */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 30px;
  height: 3px;
  background: #333333;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 992px) {
  .navbar .logo img {
    margin-left: 20px;
    height: 80px;
  }
  .navbar ul {
    position: absolute;
    top: 90px;
    right: 0;
    background: #fdf6e3;
    flex-direction: column;
    width: 100%;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
    padding: 0;
  }
  .navbar ul li {
    margin: 15px 0;
  }
  .menu-toggle {
    display: flex;
    margin-left: 200px;
  }
  .navbar.active ul {
    max-height: 500px; /* Ajusta según cantidad de links */
  }
}
.hero {
  position: relative;
  height: 90vh;
  background: url("../img/i17.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
}

/* Bloque naranja (siempre al costado derecho) */
.hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: rgba(255, 102, 0, 0.95);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 40px;
  text-align: left;
}

.hero-content h1 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}

.hero-content h2 span {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
}

.hero-content p {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 500;
}

.btn-hero {
  display: inline-block;
  padding: 12px 25px;
  background: #fff;
  color: #ff5722;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-hero:hover {
  background: #333;
  color: #fff;
}
/* ----------- RESPONSIVE AJUSTADO ----------- */
@media (max-width: 1200px) {
  .hero::before {
    width: 45%; /* se mantiene moderado */
  }

  .hero-content {
    width: 42%;
    padding: 30px;
  }

  .hero-content h1 { font-size: 24px; }
  .hero-content h2 span { font-size: 32px; }
  .hero-content p { font-size: 16px; }
}

@media (max-width: 768px) {
  .hero::before {
    width: 40%; /* menos ancho en tablets */
  }

  .hero-content {
    width: 38%;
    height: 280px;
    padding: 20px;
  }

  .hero-content h1 { font-size: 20px; }
  .hero-content h2 span { font-size: 26px; }
  .hero-content p { font-size: 14px; } 
   .hero-content a { font-size: 9px; }
  .btn-hero { padding: 10px 20px; font-size: 14px; }
}

@media (max-width: 480px) {
  .hero {
    height: 50vh; /* más bajo en celulares */
  }

  .hero::before {
    width: 35%; /* el bloque naranja ocupa menos en celulares */
  }

  .hero-content {
    width: 32%;
    padding: 12px;
  }

  .hero-content h1 { font-size: 18px; }
  .hero-content h2 span { font-size: 22px; }
  .hero-content p { font-size: 13px; }
  .btn-hero { font-size: 13px; padding: 8px 14px; }
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .navbar ul {
    background: #1b263b; /* Azul oscuro */
  }
  .navbar ul li a {
    color: #fff;
  }
}

/* Estilos generales de la sección */
  #servicios {
    padding: 80px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #f1eaea; /* fondo claro */
  }

  #servicios h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #ff7a00; /* acento naranja */
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  #servicios p {
    font-size: 1.1em;
    margin-bottom: 50px;
    color: #444; /* gris oscuro, más formal */
  }

  /* Grid de servicios */
  .servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1300px;
    gap: 30px;
    margin: 0 auto;
  }

  /* Tarjeta de servicio */
  .servicio {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
  }

  .servicio:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(255, 122, 0, 0.4);
  }

  .servicio img {
    max-width: 100%;
  height: 180px;
  object-fit: cover;
  
  border-radius: 12px;
  transition: all 0.3s ease;
  }

  .servicio h3 {
    color: #ff7a00;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.3em;
  }

  .servicio p {
    color: #555;
    font-size: 0.95em;
    text-align: justify;
  }

  /* Cuando la pantalla sea menor a 600px (celulares) */
@media (max-width: 600px) {
  .servicio img {
    width: 110%;    /* ocupa un poco más del ancho del card */
    margin-left: -5%; /* centramos la imagen */
    height: 200px;  /* un poco más alta para que luzca */
    border-radius: 15px;
  }
}
/* Sección Misión */
#mision {
  background: #ffffff; /* mismo estilo que servicios */
  padding: 80px 20px;
  /* color: #fff; */
  font-family: Arial, sans-serif;
}

.mision-contenedor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.mision-texto h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ff7a00;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mision-texto p {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.7;
  color: #020202;
  text-align: justify;
}

.mision-imagen img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.mision-imagen img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255,122,0,0.6);
}



.separador-lineas {
  width: 100%;
  height: 6px;
  background: #ffffff; /* fondo negro */
  position: relative;
  margin: 0px 0;
}

.separador-lineas::before,
.separador-lineas::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 10%;
  right: 10%;
  background: linear-gradient(to right, transparent, #ff7a00, #ffb84d, #ff7a00, transparent);
  border-radius: 50px;
}

.separador-lineas::before {
  top: 0; /* línea superior */
}

.separador-lineas::after {
  bottom: 0; /* línea inferior */
}


/* ========================nostros=============== */
/* Sección Nosotros */
#nosotros {
  /* background: #111;  */
  padding: 100px 20px; 
  background: #f1eaea;
  color: #422525;
  font-family: Arial, sans-serif;
}

.nosotros-contenedor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
 
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Imagen */
.nosotros-imagen img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nosotros-imagen img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(255,122,0,0.6);
}

/* Texto */
.nosotros-texto h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ff7a00;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nosotros-texto p {
   font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.7;
  color: #0c0c0c;
  margin-bottom: 30px;
  text-align: justify;
}

/* Botón */
.btn-nosotros {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg, #ff7a00, #ffb84d);
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-nosotros:hover {
  background: linear-gradient(90deg, #ffb84d, #ff7a00);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255,122,0,0.6);
}
/* =============galeria========== */
#galeria-visor {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

#galeria-visor h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff7a00;
}

/* Imagen principal */
.visor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.visor img {
  width: 90%;
  max-width: 900px;
  height: auto;          /* 🔹 mantiene proporción */
  max-height: 450px;     /* 🔹 límite de alto en pantallas grandes */
  object-fit: contain;   /* 🔹 evita recortes, muestra la imagen completa */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.6);
  transition: opacity 0.3s ease;
}

/* Miniaturas */
.miniaturas {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.miniaturas img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.7;
  transition: transform 0.3s, opacity 0.3s;
}

.miniaturas img:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 768px) {
  .visor img {
    width: 100%;
    height: 400px;
    max-height: none; /* 🔹 no limitamos el alto en móviles */
  }
}

/* =============boton para subir======= */
/* Estilo del botón */
#btnSubir {
  display: none;              /* Oculto por defecto */
  position: fixed;
  bottom: 20px;               /* Distancia desde abajo */
  right: 20px;                /* Distancia desde la derecha */
  z-index: 99;                /* Siempre encima */
  font-size: 20px;
  background: #ffcc00;        /* 🔹 Cambiá al color que combine con tu web */
  color: #111;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background 0.3s, transform 0.3s;
}

#btnSubir:hover {
  background: #ff7a00;        /* 🔹 Color al pasar el mouse */
  transform: scale(1.1);
}

/* ==============footer========= */
.footer {
  background: #f0f0f0; /* Fondo claro */
  color: #333;
  padding: 30px 20px 20px;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #eee; /* Separador sutil */
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1fr;
  gap: 35px;
  max-width: 1200px;
  margin: auto;
  align-items: start;
}

.footer-col h3 {
  color: #ff7a00; /* Naranja corporativo */
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s, transform 0.2s;
}

.footer-col ul li a:hover {
  color: #ff7a00;
  transform: translateX(5px);
}

.footer-logo {
  max-width: 180px;
  height: 200px;
  box-shadow: #020202;
}

.social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eee; /* Círculos claros */
  font-size: 18px;
  color: #444;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.social-links a:hover {
  background: #ff7a00;
  color: #fff;
  transform: scale(1.1);
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* --- RESPONSIVO --- */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .footer-logo {
    margin: auto;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-logo {
    margin: auto;
  }
}

/* ==========contactos========== */
.contact-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.section-title {
  color: #ff7a00;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff7a00;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.contact-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-8px);
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
}
.icon-circle.whatsapp { background: #25D366; }
.icon-circle.email { background: #ff7a00; }

.contact-card h3 {
  margin: 10px 0;
  color: #333;
  font-weight: 600;
}

.contact-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.btn-whatsapp, .btn-email {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}
.btn-whatsapp:hover {
  background: #1ebe5c;
  transform: scale(1.05);
}

.btn-email {
  background: #ff7a00;
  color: #fff;
}
.btn-email:hover {
  background: #e66b00;
  transform: scale(1.05);
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}


/* =================================servicios separador===== */
 .servicios-section {
      position: relative;
      background: linear-gradient(180deg, #ff3c00, #ff4500);
      color: white;
      text-align: center;
    padding: 140px 20px 10px;

      overflow: hidden;
    }

    .servicios-section h2 {
      font-size: 36px;
      margin: 0;
    }

    .servicios-section .linea {
      display: block;
      width: 120px;
      height: 4px;
      margin: 15px auto;
      border-radius: 50px;
      background: white;
    }

    .servicios-section p {
      font-size: 18px;
      font-weight: bold;
      margin-top: 20px;
    }

    /* Onda superior */
    .wave {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      line-height: 0;
    }

    .wave svg {
      display: block;
      width: 100%;
      height: auto;
    }

