* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
     max-width: 100%;
    background-color: rgb(247, 247, 247);
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.ocultar-pagina {
    visibility: hidden;
}

.grid-section {
    position: relative;
    width: 40%;
    height: 100%; /* Ajusta a la altura real del espacio en blanco */
    background-color: rgb(247, 247, 247);
    max-width: 2000px;
}

h1 { font-size: 7em; }
h2 { font-size: 2.9em; }
h3 { font-size: 2em; }
p { font-size: 1.25em; }