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-probatus {
    width: 85%;
    margin: 60px auto 40px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 10%;
  }
  
  .footer-titulo {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .footer-icono img {
    width: 60px;
    margin-bottom: 30px;
    align-items: left;
  }
  
  .footer-contenido {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 40px;
    align-items: center;
  }
  
  .footer-col {
    flex: 1;
    min-width: 180px;
    text-align: left;
    margin-top: 0;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: #222;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1.4;
    margin-top: -20px;
  }
  
  .footer-col ul li a:hover {
    text-decoration: underline;
  }
  .footer-col.grupo{
    text-align: center;
  }
  
  .footer-col.grupo h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.7rem;
  }
  
  .footer-col.grupo a {
    color: #1f775a;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
  }
  
  .footer-col.logo-contacto {
    text-align: right;
  }
  
  .footer-col.logo-contacto img {
    max-width: 350px;
    margin-bottom: 10px;
    margin-right: -20px;
  }
  
  .footer-col.logo-contacto p {
    margin: 6px 0;
    font-size: 0.95rem;
    color: #1f775a;
  }
  
  .footer-col.logo-contacto .contacto a {
    color: #1f775a;
    text-decoration: none;
  }

  .probatus-header {
    background-color: #fff;
    height: 15vh;
    display: flex;
    justify-content: flex-start;
    align-items: center; /* centra verticalmente */
  }
  
  .contenedor-header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center; /* centra verticalmente */
    justify-content: flex-start; /* asegura que todo vaya a la izquierda */
    padding-left: 2%;
    margin-bottom: 6%;
    margin-top: 3%;
  }
  
  .logo-probatus {
    max-height: 85px;
    height: auto;
    width: auto;
    margin-top: 10%;
  }

  .nav-header {
    margin-left: auto;
    display: flex;
    gap: 20px;
    margin-right: 10%;
  }
  
  .nav-link {
    text-decoration: none;
    color: #1f775a;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s ease;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 10%;
  }
  
  .nav-link:hover {
    color: #0c4b3f;
  }  
