/* MIXED CSS PACK */
/* Template: remyrepconstrucciones.com.ar/index.html */
/* Template mtime: 2025-09-11 18:24:47 */

/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&display=swap */
/* external link (no embedded): https://unpkg.com/aos@2.3.1/dist/aos.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css */

/* ===== INLINE <style> BLOCK #1 ===== */
<style>
  /* HERO totalmente sin fondo */
  #inicio{
    background: transparent !important;
  }
  #inicio:before{
    content: none !important;
    display: none !important; /* elimina el adorno SVG del lado derecho */
  }

  /* Placa de la imagen sin azul de base */
  .hero-media{
    background: transparent !important; /* antes: var(--primary) */
    box-shadow: var(--shadow-xl);        /* mantiene la profundidad */
  }

    :root{
      /* Paleta renovada */
      --primary: #0d1b2a;
      --secondary: #1b263b;
      --accent: #0d1b2a;
      --accent-light: #00d45a;
      --light: #e0e1dd;
      --dark: #0b1220;
      --gray: #415a77;
      --light-gray: #f8fafc;
      --white: #ffffff;
      
      /* Sombras y efectos */
      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);
      --shadow-md: 0 6px 20px rgba(0,0,0,0.1);
      --shadow-lg: 0 14px 40px rgba(2,6,23,.15);
      --shadow-xl: 0 20px 50px rgba(0,0,0,0.2);
      
      /* Bordes */
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --radius-xl: 24px;
      
      /* Espaciado */
      --space-xs: 4px;
      --space-sm: 8px;
      --space-md: 16px;
      --space-lg: 24px;
      --space-xl: 32px;
      --space-xxl: 48px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      max-width: 100%;
      overflow-x: hidden;
    }

    body {
      max-width: 100%;
      overflow-x: hidden;
      font-family: 'Open Sans', sans-serif;
      color: var(--dark);
      line-height: 1.6;
      overflow-x: hidden;
    }

    img { max-width: 100%; height: auto; display: block; }

    h1, h2, h3, h4, h5, h6, .navbar-brand {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
    }

    /* ===== Navbar mejorada ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: saturate(180%) blur(10px);
      box-shadow: var(--shadow-sm);
      padding: 12px 0;
      transition: all 0.3s ease;
    }
    
    .navbar.scrolled {
      padding: 8px 0;
      box-shadow: var(--shadow-md);
    }
    
    .navbar .navbar-brand {
      font-weight: 900;
      letter-spacing: 0.5px;
      font-size: 1.8rem;
      color: var(--primary);
      display: flex;
      align-items: center;
    }
    
    .navbar .navbar-brand span {
      color: var(--accent);
    }
    
    .navbar .nav-link {
      font-weight: 600;
      color: var(--primary);
      position: relative;
      margin: 0 8px;
      transition: all 0.3s ease;
    }
    
    .navbar .nav-link:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: var(--accent);
      transition: width 0.3s ease;
    }
    
    .navbar .nav-link:hover {
      color: var(--accent);
    }
    
    .navbar .nav-link:hover:after {
      width: 100%;
    }
    
    .btn-whatsapp {
      background: var(--accent);
      color: var(--white);
      border: none;
      border-radius: 50px;
      padding: 10px 20px;
      font-weight: 600;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .btn-whatsapp:hover {
      background: var(--accent-light);
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 179, 74, 0.3);
    }
    
    .btn-primary {
      background: var(--primary);
      border: none;
      border-radius: 50px;
      padding: 12px 28px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
      background: var(--secondary);
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(13, 27, 42, 0.3);
    }
    
    .btn-outline-dark {
      border: 2px solid var(--primary);
      color: var(--primary);
      border-radius: 50px;
      padding: 10px 26px;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .btn-outline-dark:hover {
      background: var(--primary);
      color: var(--white);
      transform: translateY(-2px);
    }

    /* ===== Hero section mejorada ===== */
    #inicio {
      position: relative;
      padding: clamp(100px, 12vw, 180px) 0 clamp(80px, 10vw, 140px);
      background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
      overflow: hidden;
    }
    
    #inicio:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTIwMCA4MDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBiMzRhIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLW9wYWNpdHk9IjAuMiI+PHBhdGggZD0iTTAgMjAwLDIwMCAwLDQwMCAyMDAsNjAwIDAsODAwIDIwMCwxMDAwIDAsMTIwMCAyMDBWODAwSDAsWjYwMCw4MDAgNjAwLDEwMDAgODAwLDEyMDAgNjAwIi8+PC9nPjwvc3ZnPg==') no-repeat;
      background-size: cover;
      opacity: 0.1;
      z-index: 0;
    }
    
    .hero-title {
      font-weight: 900;
      line-height: 1.1;
      margin-bottom: 24px;
      color: var(--primary);
      position: relative;
    }
    
    .hero-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 80px;
      height: 5px;
      background: var(--accent);
      border-radius: 10px;
    }
    
    .hero-sub {
      color: var(--gray);
      max-width: 600px;
      font-size: 1.1rem;
      margin-bottom: 32px;
    }
    
    .hero-bullets {
      margin-bottom: 40px;
    }
    
    .hero-bullets li {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      font-size: 1.05rem;
    }
    
    .hero-bullets i {
      color: var(--accent);
      margin-right: 12px;
      font-size: 1.2rem;
    }
    
    .hero-media {
      border-radius: var(--radius-xl);
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      background: var(--primary);
      aspect-ratio: 16/10;
      position: relative;
      transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
      transition: all 0.5s ease;
    }
    
    .hero-media:hover {
      transform: perspective(1000px) rotateY(0) rotateX(0);
      box-shadow: var(--shadow-lg);
    }
    
    .hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    
    .hero-media:hover img {
      transform: scale(1.05);
    }
    
    .hero-cta {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* ===== Secciones generales ===== */
    .section {
      padding: clamp(80px, 10vw, 120px) 0;
      position: relative;
    }
    
    .section-title {
      position: relative;
      margin-bottom: 24px;
      padding-bottom: 16px;
      color: var(--primary);
    }
    
    .section-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 4px;
      background: var(--accent);
      border-radius: 10px;
    }
    
    .section-title.center {
      text-align: center;
    }
    
    .section-title.center:after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .lead-muted {
      color: var(--gray);
      font-size: 1.1rem;
      margin-bottom: 40px;
    }

    /* ===== Cards mejoradas ===== */
    .card-soft {
      background: var(--white);
      border: none;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-md);
      padding: 32px;
      height: 100%;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .card-soft:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 0;
      background: var(--accent);
      transition: height 0.3s ease;
    }
    
    .card-soft:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-lg);
    }
    
    .card-soft:hover:before {
      height: 100%;
    }
    
    .card-soft h2, .card-soft h3, .card-soft h4, .card-soft h5 {
      margin-bottom: 16px;
      color: var(--primary);
    }

    /* ===== Por qué elegirnos ===== */
    .why li {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 20px;
      padding: 12px;
      border-radius: var(--radius-md);
      transition: all 0.3s ease;
    }
    
    .why li:hover {
      background: rgba(0, 179, 74, 0.05);
      transform: translateX(5px);
    }
    
    .why i {
      color: var(--accent);
      font-size: 1.5rem;
      margin-top: 4px;
      flex-shrink: 0;
    }
    
    .why span {
      font-size: 1.05rem;
    }

    /* ===== Ticker mejorado ===== */
    .ticker-wrap {
      overflow: hidden;
      position: relative;
      margin: 40px 0;
    }
    
    .ticker-viewport {
      overflow: hidden;
      border-radius: var(--radius-lg);
      background: var(--white);
      box-shadow: var(--shadow-md);
      position: relative;
    }
    
    .ticker-track {
      display: flex;
      gap: 16px;
      align-items: center;
      padding: 16px;
      will-change: transform;
    }
    
    .ticker-tile {
      width: 320px;
      height: 320px;
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--light-gray);
      flex: none;
      position: relative;
      cursor: pointer;
    }
    
    .ticker-tile:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    
    .ticker-tile:hover:after {
      opacity: 1;
    }
    
    .ticker-tile img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    
    .ticker-tile:hover img {
      transform: scale(1.1);
    }
    
    .ticker-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--white);
      box-shadow: var(--shadow-lg);
      display: grid;
      place-items: center;
      transition: all 0.3s ease;
      opacity: 0.8;
    }
    
    .ticker-btn:hover {
      opacity: 1;
      transform: translateY(-50%) scale(1.1);
    }
    
    .ticker-btn i {
      font-size: 24px;
      color: var(--primary);
    }
    
    .ticker-btn.prev {
      left: 8px;
      left: -25px;
    }
    
    .ticker-btn.next {
      right: 8px;
      right: -25px;
    }

    /* ===== FAQs mejoradas ===== */
    .faq-item {
      border: none;
      border-radius: var(--radius-md);
      margin-bottom: 16px;
      box-shadow: var(--shadow-sm);
      overflow: hidden;
      transition: all 0.3s ease;
    }
    
    .faq-item:hover {
      box-shadow: var(--shadow-md);
    }
    
    .faq-item summary {
      cursor: pointer;
      padding: 24px;
      font-weight: 700;
      list-style: none;
      position: relative;
      background: var(--white);
      transition: all 0.3s ease;
    }
    
    .faq-item summary:hover {
      background: var(--light-gray);
    }
    
    .faq-item summary::marker {
      display: none;
    }
    
    .faq-item summary::-webkit-details-marker {
      display: none;
    }
    
    .faq-item summary:after {
      content: "+";
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 400;
      font-size: 24px;
      color: var(--accent);
      transition: all 0.3s ease;
    }
    
    .faq-item[open] summary {
      background: var(--light-gray);
    }
    
    .faq-item[open] summary:after {
      content: "−";
      color: var(--primary);
    }
    
    .faq-item .content {
      padding: 0 24px 24px 24px;
      color: var(--gray);
      line-height: 1.7;
    }

    /* ===== Contacto mejorado ===== */
    .contact-card {
      border: none;
      border-radius: var(--radius-lg);
      padding: 40px;
      background: var(--white);
      box-shadow: var(--shadow-md);
      height: 100%;
    }
    
    .form-control, .form-select {
      border-radius: var(--radius-md);
      padding: 12px 16px;
      border: 1px solid #e2e8f0;
      transition: all 0.3s ease;
    }
    
    .form-control:focus, .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(0, 179, 74, 0.1);
    }
    
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 28px;
    }
    
    .contact-info-item i {
      font-size: 24px;
      color: var(--accent);
      margin-top: 4px;
    }
    
    .contact-info-content h5 {
      margin-bottom: 4px;
      color: var(--primary);
    }
    
    .contact-info-content p {
      color: var(--gray);
      margin-bottom: 0;
    }

    /* ===== Footer mejorado ===== */
    footer {
      background: var(--dark);
      color: #cbd5e1;
      padding: 60px 0 30px;
      position: relative;
    }
    
    footer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background: linear-gradient(90deg, var(--accent), var(--primary));
    }
    
    footer a {
      color: #e2e8f0;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    
    footer a:hover {
      color: var(--accent);
      text-decoration: none;
    }
    
    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }

    /* Back to top button */
    .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--accent);
      color: var(--white);
      display: grid;
      place-items: center;
      box-shadow: var(--shadow-lg);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 1000;
    }
    
    .back-to-top.visible {
      opacity: 1;
      visibility: visible;
    }
    
    .back-to-top:hover {
      background: var(--accent-light);
      transform: translateY(-5px);
    }

    /* Animaciones y efectos */
    [data-aos] {
      transition: all 0.8s ease;
    }
    
    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.8s ease;
    }
    
    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-media {
        margin-top: 60px;
        transform: none;
      }
      
      .hero-media:hover {
        transform: none;
      }
      
      .ticker-btn {
        display: none;
      }
      
      .contact-info-item {
        margin-bottom: 20px;
      }
    }
    
    @media (max-width: 768px) {
      .navbar .navbar-brand {
        font-size: 1.5rem;
      }
      
      .hero-title {
        font-size: 2.5rem;
      }
      
      .hero-cta {
        flex-direction: column;
      }
      
      .hero-cta .btn {
        width: 100%;
        justify-content: center;
      }
      
      .section {
        padding: 60px 0;
      }
      
      .contact-card {
        padding: 24px;
      }
      
      .ticker-tile {
        width: 280px;
        height: 280px;
      }
    }
    
    @media (max-width: 576px) {
      .hero-title {
        font-size: 2rem;
      }
      
      .card-soft {
        padding: 24px;
      }
      
      .faq-item summary {
        padding: 18px;
      }
      
      .faq-item .content {
        padding: 0 18px 18px;
      }
    }

    /* Espaciado por navbar fija */
    :target {
      scroll-margin-top: 100px;
    }

/* ===== INLINE <style> BLOCK #2 ===== */
/* ===== Carrusel uniforme y prolijo ===== */
  :root{
    --tile-h: clamp(220px, 38vh, 420px); /* altura responsiva del carrusel */
  }

  .ticker-viewport{
    overflow: hidden;
    border-radius: var(--radius-lg, 16px);
    background: #fff;
    box-shadow: var(--shadow-md, 0 6px 20px rgba(0,0,0,.1));
  }

  .ticker-track{
    display: flex;
    align-items: center;   /* centra verticalmente cada foto */
    gap: 16px;
    padding: 16px;
    will-change: transform;
  }

  .ticker-tile{
    flex: 0 0 auto;
    height: var(--tile-h);        /* TODAS igual altura */
    width: clamp(220px, 28vw, 520px);
    border-radius: 14px;
    overflow: hidden;
    background: #f3f4f6;
  }

  .ticker-tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;            /* recorte elegante; sin bandas en blanco */
    display: block;
  }

  /* Flechas flotantes centradas verticalmente */
  .ticker-btn{
    top: 50%;
    transform: translateY(-50%);
  }

  /* Breakpoints: más anchas en mobile, más bajas en pantallas chicas */
  @media (max-width: 992px){
    :root{ --tile-h: clamp(200px, 34vh, 360px); }
    .ticker-tile{ width: clamp(70vw, 80vw, 90vw); }
  }
  @media (max-width: 576px){
    :root{ --tile-h: clamp(180px, 32vh, 300px); }
  }

/* ===== INLINE <style> BLOCK #3 ===== */
.whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 32px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.3);
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s;
    }
    .whatsapp-float:hover {
      transform: scale(1.1);
      color: #fff;
      text-decoration: none;
    }

