* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body, html {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
  }

  .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;
  }  

  .scrapp-section {
    background-color: #40464c; /* Naranja */
    color: white;
    padding: 40px 20px;
    padding-right: 12%;
    padding-left: 12%;
    padding-bottom: 5%;
  }
  
  .scrapp-title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
  }  
  .scrapp-subtitulo{
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    margin-top: 20px;
    color: white;
    font-weight: 800;
  }
  
  .scrapp-highlight {
    transform: scaleY(1.3); /* Estira la altura un 30% */
    display: inline-block;
    color: #1f775a; /* Verde */
  }
  
  .scrapp-features {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
  }
  
  .scrapp-feature {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  
  .scrapp-feature-title {
    font-size: 2rem;
    margin: 0 0 10px;
    color: #1f775a;
    font-weight: 800;
    font-family: 'Barlow Condensed', sans-serif;
}
  
  .scrapp-icon {
    width: 22%;
    height: auto;
  }
  
  .scrapp-texto {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: 'Barlow Condensed', sans-serif;
    color: white;
  }

  .seccion-base {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
  }
  
  .titulo-base {
    font-size: 3.1rem;
    color: #1f775a;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
  }
  
  .contenido-base {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    font-family: 'Josefin Sans', sans-serif;
  }
  
  .texto-lateral {
    flex: 1;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    width: 40%;
  }
  
  .imagen-central {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 90%;
  }
  
  .imagen-central img {
    width: auto;
    height: 65vh;
  }

  /* ==== ESTILO GENERAL PARA LAS 3 SECCIONES ==== */

.comparativa-scrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}

.comparativa-scrap.reverse {
  flex-direction: row-reverse;
}

.comparativa-img {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 500px;
}

.comparativa-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.comparativa-texto {
  flex: 1;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.comparativa-texto ul{
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}

.texto-gestores{
  color: #333;
}

/* ==== ESTILO DE CADA SECCIÓN ==== */

.seccion-scrap {
  background-color: #cfcfcf;
  color: white;
  padding: 80px 6%;
}

.seccion-gestores {
  background-color: white;
  color: #333;
  padding: 80px 6%;
}

.seccion-poseedores {
  background-color: #cfcfcf;
  color: white;
  padding: 80px 6%;
}

.scrapp-text li {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: justify;
  font-family: 'Barlow Condensed', sans-serif;
  color: #333;
  margin-bottom: 15px;
}

.scrapp-text li strong {
  font-size: 2rem;
  font-weight: 600;
}


/* ==== TÍTULOS CON SOMBRA Y TIPOGRAFÍA FUERTE ==== */

.titulo-scrap {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  color: #333;
  padding-left: 6%;
}

.titulo-poseedores {
  font-family: 'Josefin Sans' , sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  color: #333;
  padding-left: 6%;
}

.titulo-gestores{
  font-family: 'Josefin Sans' , sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  color: #333;
  padding-left: 6%;
}

/* ==== Colores de palabras destacadas ==== */

.scrapp-resaltado {
  color: #2a7b61;
}

.scrapp-gestores {
  color: #2a7b61;
}

.scrapp-poseedores {
  color: #2a7b61;
}

  

  .seccion-personalizada {
    width: 94%;
    margin: 60px auto;
    background-color: #f4f4f4;
    border-radius: 20px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 55vh;
  }
  
  .contenido-personalizado {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .imagen-personalizada {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; 
  }
  
  .imagen-personalizada img {
    max-width: 100%;
    object-fit: contain;
    height: 55vh;
  }  
  
  .texto-personalizado {
    flex: 1;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 0;
    margin-left: 0;
  }
  
  .texto-personalizado h2 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .texto-personalizado p {
    font-size: 1.3rem;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-left: 0;
    padding-right: 20px;
  }

  .beneficios {
    background-color: #40464c;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.beneficios h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
    font-weight: 300;
}

.beneficios .destacado {
    font-weight: 1000;
    color: #9af3d3;
    font-size: 4rem;
    font-family: 'Josefin Sans', sans-serif;
}

.beneficios .ligero {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
    font-size: 4rem;
}

.grid-beneficios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 60px; /* menos espacio vertical, más horizontal */
    max-width: 1200px;
    margin: 0 auto;
}

.beneficio {
    max-width: 280px;
    flex: 1 1 200px;
}

.beneficio h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.beneficio .subtexto {
    font-size: 0.9rem;
    margin-top: -6px;
    margin-bottom: 10px;
    color: #d1d1d1;
    font-family: 'Montserrat', sans-serif;
}

.beneficio img {
    width: 200px;
    height: auto;
    margin-top: 10px;
    padding-left: 20px;
}
  
  .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;
  }
  