@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-out forwards;
}

.precio-anterior {
    font-size: 0.8em;
    color: red;
    text-decoration: line-through;
}

.precio-oferta {
    font-weight: bold;
    color: #fff4bf;
    font-size: 1.2em;
    text-shadow: 0 2px 6px rgba(4, 33, 61, 0.45);
}

.badge-descuento {
    background-color: #ff4d4d; /* rojo intenso */
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: 10px;
}

.promo-temporada {
    background: linear-gradient(135deg, #0a4d8c, #118ab2 55%, #79c7f2);
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    margin: 20px 0;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.promo-temporada h2 {
    margin: 0;
    font-size: 1.5em;
    animation: bounce 1.5s infinite;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}





/* Fondo del header tipo folleto */
.folleto-header {
  background-image: url('/onepage/img/heather.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-width: 1390px;
  margin: 0 auto;
  padding: 40px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto; /* o height: 200px si lo preferís fijo */
  position: fixed;
  width:100%;
    left: 50%;
    transform: translateX(-50%); 
  z-index: 1040;
  
}


/* Limitar todo el contenido central a 1390px como máximo */
.folleto-container {
  max-width: 1390px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 10px;
  padding-right: 15px;
}

.fuentePrecio{
    font-weight: bold; 
    font-size: 48px;
}



a{
    text-decoration: none;
}
h2#title {
    font-size: 1.1rem;
}


nav.navbar {
  background-color: transparent; /* el fondo es el header */
  padding: 0;
}

.navbar-toggler {
    text-decoration: none;
    background-color: #a7a7a7;
}
/*
nav.navbar:first-of-type {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1030;
  background-color: rgb(33,37,41);
}



nav.navbar:first-of-type {
  position: fixed;  
  top: 0;
  left: 0;
  right: 0;
  
  background-image: url('/onepage/img/fondoh200.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 200px;
  width: 100%;
}


nav.navbar:last-of-type {
  position: fixed;
  top: 60px; 
  left: 0;
  right: 0;
  height: 60px; 
  z-index: 1020;
  background-color: rgb(33,37,41);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px 10px 10px 10px;
    background-color: rgb(33,37,41);
}



body {
  padding-top: 120px; 
}
*/
iconosRedes .fab {
    font-size: 30pt;
    
}

.btn-primary {
  background-color: #f87f0f;
  border-color: #f87f0f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #d46f0d;
  border-color: #d46f0d;
}


/* Estilos generales */
section#about,
section#galery,
section#services,
section#contact {
  margin-top: 50px;
}


.partnership-highlight {
  background-color: #c7d6e5; /* Fondo gris muy claro */
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.partnership-highlight h1 {
  color: #1a1a1a;
  font-size: 22pt;
  font-weight: 700;
}

.partnership-highlight p {
  color: #333;
  font-size: 1.1rem;
}


/* Estilos solo para pantallas pequeñas (celulares) */
@media (max-width: 700px) {
  section#about,
  section#galery,
  section#services,
  section#contact {
    margin-top: 90px;
  }
}

/* Presupuesto impreso */
@media print {
  @page {
    margin: 10mm;
  }

  footer{
    display: none !important;
  }
  body {
    font-size: 10pt;
  }

  .navbar-collapse,
  .navbar-toggler {
    display: none !important;
  }

  .folleto-header {
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 14px 0;
    margin-bottom: 12px;
    transform: none;
  }

  .animate-fadeInUp {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  section#home,
  section#partnership,
  section#contact {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  section#home {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  section#partnership {
    break-before: page;
    page-break-before: always;
  }

  section#home > hr,
  section#partnership > hr,
  section#contact > hr {
    display: none;
  }

  section#home .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  section#home .row {
    align-items: flex-start;
  }

  section#home .col-lg-6 {
    margin-bottom: 0 !important;
  }

  section#home .col-lg-6 img {
    width: 380px !important;
    max-width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
  }

  .promo-temporada {
    margin: 8px 0 0;
    padding: 8px;
    border-radius: 4px;
    box-shadow: none;
  }

  .promo-temporada h2 {
    font-size: 13pt;
  }

  .promo-temporada p {
    margin-bottom: 4px;
  }

  .promo-temporada h3 {
    margin-bottom: 0;
    font-size: 12pt;
  }

  .partnership-highlight {
    box-shadow: none;
  }

  section#partnership .container {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  section#partnership .row {
    --bs-gutter-x: 0.35rem;
    --bs-gutter-y: 0.35rem;
  }

  section#partnership .col-lg-3 {
    width: 25%;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  section#partnership .col-lg-3 > div {
    min-height: 0 !important;
    padding: 4px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  section#partnership .partnership_logo {
    height: 40px;
    margin: 0 0 2px !important;
  }

  section#partnership .partnership_logo img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    object-fit: contain;
  }

  section#partnership .partnership_titulo {
    margin: 0 0 2px;
    font-size: 7pt;
    line-height: 1.1;
  }

  section#partnership .partnership_textoCompleto {
    display: none;
  }

  section#partnership .partnership_link {
    display: block;
    overflow-wrap: anywhere;
    font-size: 6.5pt;
    line-height: 1.1;
  }

}
