@media (max-width: 375px) {

  /* Hero más flexible */
  .hero {
    height: 100vh;          /* deja que crezca según contenido */
    min-height: 90vh;      /* asegura buena altura */
  }

  .hero-content {
    height: auto;
    padding: 2rem 0rem;
    text-align: center;
  }

  .hero h1 {
    font-size: 1.3rem;       /* en lugar de 2.9vw */
    line-height: 1.3;
  }

  .hero p {
    font-size: .9rem;       /* en lugar de 1.37vw */
    max-width: 800px;
    margin: 0 auto;
  }
.slogan {
        font-size: .6rem;      
}
  /* Imágenes absolutas, ahora seguras */

  /* Sección títulos */
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .vida, .libertad, .propiedad {
    font-size: .9rem;
  }
.kastMartinez {
  width: 42vw;
         bottom: -5.6vw;
     }
.felipemartinez {
   height: 22vh;
            bottom: -0.3vw;

        }
.contact-form {
max-width: 94vw;
            }
            .contact-icon div  p {
  font-size: .1rem;
            }
.contac_parraf {

font-size: .6rem;            }
}
