* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {    
    background: #561922;
    color: #EAE1C3;
    }

h1 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    font-size: 128px;
    margin: 0;
}

h2 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    font-size: 100px;
    margin: 0;
}


h3 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    font-size: 82px;
    margin: 0;
}


h4 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 600;
    font-size: 73px;
    margin: 0;
}

h5 {
    font-family: 'belleza';
    font-weight: lighter;
    font-size: 24px;
    margin: 0;

}


h6 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
}

p {
    font-family: 'belleza';
    font-size: 24px;
    margin: 0; 
}


span {
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

/* NAVEGADOR */

nav {
    margin: 2% 7% 7% 7%;
    top: 2%;
    display: flex;
    position: relative; 
    z-index: 1;
}


nav img {
    width: auto;
    height: auto;
}


nav ul {
    position: absolute;
    top: 0;
    right: 0;
    display:flex; 
    gap: clamp(1rem, 4vw, 18rem);
    list-style: none; 
}


nav a {
    text-decoration: none;
    font-weight: 500;
    font-family: 'Lora';
    font-style: italic; 
    font-size: 24px;
    color:#EAE1C3;
}


/* BOTÓN ARRIBA */

.btn_arriba {
    position: fixed;
    right: 0.5%;
    bottom: 18%;
    z-index: 2;
}


/* MOLÉCULA INTRO ART DECO SQUARE */

.intro_artdecosquare {
    height: 80vh;
    position: relative;
}

.title_artdecosquare {
    margin-left: 16%;
    margin-top: 7%; /* a 7% en el uso real*/
}

.especialidades {
    position: absolute;
    right: 14%;
    top: 50%;
}


/* MOLÉCULA PRESENTACIÓN TIPOGRAFÍA */

.tipografia {
    background-color: #561922;
    margin: 7%;
    border-left: #EAE1C3 2px solid; 
    border-bottom: #EAE1C3 2px solid; 
    border-right: none;
    border-top: none;
    height: 80vh;
    display: flex;
}

.subtitle_y_explicativo_tipografia {
    margin-left: 2%;
    width: 60%;
}

.txt_explicativo_tipografia {
    width: 70%;
    margin-top: 55%;
}

.imagen_vertical {
    width: 40%;
    height: auto;
    margin-top: 10%;
}



/* MOLÉCULA CARACTERÍSTICAS */

.caracteristicas {
    background-color: #561922;
    margin: 7%;
    margin-top: 21%;
    border-left: none;
    border-bottom: #EAE1C3 2px solid; ;
    border-right: none;
    border-top: #EAE1C3 2px solid;
    height: 80vh;
    display: flex;
    position: relative;
}


.corner_caracteristicas {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}

.txt_explicativo_caracteristicas {
    width: 60%;
    margin-top: 25%;
}


/* PERSONALIZADA NÚMEROS Y SÍMBOLOS */ 

.numeros {
    margin: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numeros img {
    width: 80vw;
    height: auto;
}



/* MOLÉCULA NORMAS */


.normas {
    background-color: #561922;
    margin: 7%;
    border-left: none;
    border-bottom: none;
    border-right: #EAE1C3 2px solid; 
    border-top: #EAE1C3 2px solid;
    height: 80vh;
    display: flex;
    position: relative;
}


.corner_normas {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}



/* PERSONALIZADA REGLAS */

.reglas {
    margin: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lista_reglas {
    width: 40%;
}

.lista_reglas ul li{
    list-style: none;
    font-family: 'belleza';
    font-size: 30px;
    
}


.acotadas {
    width: 40%;
}



/* MOLÉCULA IMPACTO */


.impacto {
    background-color: #561922;
    margin: 7%;
    border-left: none;
    border-bottom: none;
    border-right: #EAE1C3 2px solid; 
    border-top: #EAE1C3 2px solid;
    height: 80vh;
    display: flex;
    position: relative;
}


.corner_impacto {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}



/* MOLÉCULA TEXTOS IMPACTO*/

.textos_impacto {
    background-color: #561922;
    margin: 7%;
    border-left: none;
    border-bottom: #EAE1C3 2px solid; ;
    border-right: none;
    border-top: #EAE1C3 2px solid;
    height: 80vh;
    display: flex;
    align-items: center;
}


.txt_explicativo_impacto {
    width: 50%;
    height: auto;
    gap: 7%;
}

.txt_explicativo_impacto p {
    margin-top: 4%;
}



/* MOLÉCULA APLICACIONES */


.aplicaciones {
    background-color: #561922;
    margin: 7%;
    border-left: none;
    border-bottom: none;
    border-right: #EAE1C3 2px solid; 
    border-top: #EAE1C3 2px solid;
    height: 80vh;
    display: flex;
    position: relative;
}


.corner_aplicaciones {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}



/* PERSONALIZADA MOCKUPS TIPOGRAFÍA */







/* MOLÉCULA TEXTOS */

.textos {
    background-color: #561922;
    margin: 7%;
    border-left: none;
    border-bottom: #EAE1C3 2px solid; ;
    border-right: none;
    border-top: #EAE1C3 2px solid;
    height: 60vh;
    display: flex;
    position: relative;
    align-items: center;
    
}


.txt_explicativo {
    width: 50%;
}


/* THUMBS OTROS PROYECTOS */

.vistazo {
    margin: 7%;
    font-size: 48px;
}


.otros_proyectos {
    margin: 7%;
    display: flex;
    height: 60vh;
    
}


.otros_proyectos img {
    width: 80%;
    height: auto;
}




/* FOOTER */

.piepag {
    display: flex;
    position: relative;
    margin-top: 13%;
    margin-bottom: 2%;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 2%;

}

.copyright p {
    font-family: 'courier prime';
    font-size: 18px;
}

.rrss_ig {
    position: absolute;
    bottom: 13px;
    right: 7%; 
}

.rrss_in {
    position: absolute;
    bottom: 13px;
    right: 2%;
}


