body {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
  }

  .container {
    width: 80%;
    margin: 50px auto;
    padding: 40px;
  }

  .container img {
    display: block;
    margin: 40px auto; /* Espaciado arriba y abajo, centrado horizontal */
    max-width: 100%;
    height: auto;
  }

  h1, h2 {
    color: #1f775a;
    font-weight: 800;
    margin-bottom: 20px;
  }

  h1{
      text-align: center;
  }

  h2 {
    margin-top: 40px;
    font-size: 2rem;
  }
  h3{
    color: #1f775a;
  }

  p, li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  strong {
    font-weight: 600;
  }

  a{
      text-decoration: none;
      color: #333;
  }

  @media (max-width: 768px) {
    .container {
      padding: 20px;
    }

    h1 {
      font-size: 1.8rem;
    }

    h2 {
      font-size: 1.5rem;
    }
  }

  .descarga-contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
    text-align: center;
  }

  .descarga-contenedor p {
    font-family: 'Josefin Sans', sans-serif;
    color: #1f775a;
    font-size: 1.4rem;
    margin: 0;
  }

  .boton-descarga {
    background-color: #1f775a;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .boton-descarga:hover {
    background-color: #155f47;
  }
  
  .footer {
    background-color: #40464c;
    color: white;
    padding: 40px 20px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem; /* Aumentado */
}

.footer-contenido {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto 20px;
    gap: 40px;
}

.footer-col {
    flex: 1 1 200px;
    min-width: 160px;
}

.footer-col.primera {
    margin-top: 35px; /* ajusta el valor según lo que necesites */
}

.footer-col .right{
    text-align: right;
}

.footer-col h4 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 14px; /* Más espacio entre filas */
    line-height: 3;    /* Mejora legibilidad */
    font-size: 1.05rem;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-col p {
    margin: 10px 0;
    font-size: 1.05rem;
}
.footer-col a{
    text-decoration: none;
    color: white;
}

.footer-col.logo {
    text-align: right;
}

.footer-col.logo .social-icons {
    justify-content: flex-end;
}

.footer-logo {
    width: 80%;
    margin-top: 10px;
}

.social-icons {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    justify-content: start;
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.2s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}
.footer-col .logo{
    align-items: right;
}

.footer-legal {
    text-align: center;
    font-size: 0.7rem;
    color: #f0f0f0;
    padding-top: 20px;
    width: 88%;
    margin: 0 auto;
    line-height: 1.5;
}

header {
  padding-top: 10px;
  padding-left: 4%;
  display: flex;
  align-items: flex-start; /* Permite que logo y slogan estén en columna */
  justify-content: space-between;
}

.logo-contenedor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-contenedor img {
  width: 17%;
  height: auto;
}

.slogan {
  margin-top: 5px;
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  color: #1f775a;
  font-weight: 800;
  margin-left: 15%;
}

.botonesHeader {
  margin-right: 15%;
  margin-top: 25px; /* Solo baja un poco los botones, sin romper la línea */
  display: flex;
  align-items: center;
}

.botonesHeader a {
  margin-left: 25px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 2.4em;
}  
