* {
    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: 23px;
    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 MARCA */

.intro_marca {
    height: 80vh;
    position: relative;
}

.title_marca {
    margin-left: 16%;
    margin-top: 7%; /* a 7% en el uso real*/
}

.especialidades {
    position: absolute;
    right: 14%;
    top: 50%;
}




/* MOLÉCULA PRESENTACIÓN MARCA */

.presentacion_marca {
    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_marca {
    margin-left: 2%;
}

.txt_explicativo {
    width: 60%;
    margin-top: 25%;
}

.imagen_vertical {
    width: 40%;
    height: auto;
}




 /* PERSONALIZADA PERSONALIDAD */


.personalidad {
    margin: 7%;
    display: block;
    height: 200vh;
}


.personalidad h2 {
    font-size: 60px;
    margin-top: 28%;;
}





.linea1 {
    margin-top: 10%;
    display: flex;
    gap: 14%;   
}





.linea2 {
    display: flex;
    gap: 18%;
    margin-left: 19%;
    margin-top: 14%;
}




/* MOLÉCULA MOODBOARD */

.txt_moodboard {
    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;
    position: relative;
}


.txt_corner {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}

.txt_explicativo_moodboard {
    width: 60%;
    margin-top: 25%;
}

.img_moodboard {
    margin: 10%;
}





/* MOLÉCULA PRESENTACIÓN LOGOTIPOS */

.presentacion_logotipos {
    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_logotipos {
    margin-left: 2%;
}

.txt_explicativo {
    width: 60%;
    margin-top: 25%;
}

.imagen_vertical {
    width: 40%;
    height: auto;
}



/* PERSONALIZADA VARIACIONES */


.variaciones {
    margin: 7%;
}

.variaciones h2 {
    font-size: 60px;
    margin-top: 28%;
}

.mismalinea {
    display: flex;
    margin-top: 7%;
    gap: 7%;
    position: relative;
}

.diseño_tarjeta_visita {
    display: flex;
    flex-direction: column;
    width: 45%;
    height: auto;
}



.perfil_ig {
    display: flex;
    flex-direction: column;
    width: 45%;
    height: auto;
    position: absolute;
    right: 0;
}


.perfil_ig img {
    width: 75%;
    height: auto;
}


.perfil_in {
    display: flex;
    flex-direction: column;
    margin-top: 14%;
}



/* MOLÉCULA TIPOGRAFÍAS */

.txt_tipografias {
    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;
    position: relative;
}


.txt_corner {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}



/* PERSONALIZADA LISTA TIPOGRAFÍAS */

.lista_tipos {
    margin: 7%; 
}

.belleza {
    width: 42%;
    height: auto;
    right: 7%;
}

.belleza h6 {
    font-family: 'belleza';
    font-size: 24px;
    font-style: normal;
    margin-left: 14%;
}


.belleza p {
    color: #000000;
    font-size: 50px;
    font-family: 'belleza';
    margin-top: 4%;
    margin-left: 21%;
}


.belleza span {
    font-family: 'belleza';
    font-size: 18px;
    font-style: normal;
    margin-left: 65%;
}


.imagen_lora {
    display: flex;
}
.empty {
    width: 50%;

}

.lora {
    width: 42%;
    height: auto;
    left: 7%;
}


.lora h6 {
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
}


.lora p{
    color: #000000;
    font-size: 50px;
    font-family: 'lora';
    font-style: italic;
    font-weight: 500;
    margin-top: 4%;
    margin-bottom: 4%;
    margin-left: 7%;
}

.lora span {
    font-family: 'lora';
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    margin-left: 42%;
}

.lora {
    width: 42%;
    height: auto;
    left: 7%;
    margin-top: 7%;
}


.courier {
    width: 42%;
    height: auto;
    margin-left: 7%;
    margin-top: 7%;
}


.courier h6 {
    font-family: 'courier prime';
    font-size: 24px;
    font-style: normal;
}


.courier p {
    color: #000000;
    font-size: 50px;
    font-family: 'courier prime';
    margin-top: 4%;
    margin-bottom: 4%;
    margin-left: 7%;
}


.courier span {
    font-family: 'courier prime';
    font-size: 18px;
    font-style: normal;
    margin-left: 35%;
}




/* APLICACIONES */

.aplicaciones_marca {
    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 {
    position: absolute;
    top: 3%;
    right: 3%;
    line-height: none;
}




/* MOCKUPS MARCA */


.mockups_marca {
    height: 200vh;
    margin-top: 28%;
}

.mockups_marca img {
    width: 100vw;
    height: auto;
}


/* 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%;
}

