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

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




/* 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;
  }
}
