* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    color: #000000;
    }

section {
    display: flex;
    width: 100%;
}

h1 {
    font-family: "Belleza";
    font-weight: 100;
    font-size: 64px;
}

h2 {
    font-family: "Belleza";
    font-weight: 100;
    font-size: 32px;
}


span {
    font-family: "Roboto Condensed Regular";
    font-size: 24px;
}


/* NAVEGADOR */

nav {
    margin: 2%;
    position: sticky;
    top: 2%;
    z-index: 10;
    
}


nav img {
    max-width: 50vw;
    min-width: 400px;
    height: auto;
    max-height: 10vh;
}


nav ul {
    top: 2%;
    display:flex; 
    gap: clamp(1rem, 4vw, 18rem);
    list-style: none; 
}


nav a {
    text-decoration: none;
    font-family: 'Courier Prime';
    font-style: bold; 
    font-size: large;
    color:#000000;
}


/* Módulo EN CONSTRUCCIÓN*/

.enconstruccion {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* MÓDULO IMAGEN PC EN CONSTRUCCIÓN*/

.construccion {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* MÓDULO VOLVER AL HOME */

.regreso_home {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.regreso_completo {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}


.regreso_completo img {
    width: auto;
    height: 100px;
}



/* FOOTER */

footer {
    margin-top: 100px;
    margin-left: 130px;
}


footer ul{
    display: flex; /* hace que el elemento sea flexible para responsive */
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    margin-bottom: 130px;
    justify-content: flex-end;
    align-items: flex-end;
    background: none; 
    max-width: calc(100vw - 350px); 
}

footer ul li {
    display:flex;
    list-style: none; /* para quitar la viñeta */
    margin-left: 3vh;
}
