* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {    
    background: #000000;
    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: 32px;
    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;
}




/* INTRO ABOUT */

.intro_about {
    background-color: #000000;
    margin: 7%;
    border-left: #EAE1C3 2px solid; 
    border-bottom: #EAE1C3 2px solid; 
    border-right: none;
    border-top: none;
    height: 80vh;
    display: flex;
    position: relative;
}

.contenedor_ppal {
    display: flex;
    
}

.intro_about img {
    margin-left: 7%;
    height: auto;
    width: 70%;
}


.txt_intro {
    width: 35%;
    position: absolute;
    right: 0;
    top: 0;
}

.diseñadora {
    font-family: 'lora';
    color: #561922;
    position: absolute;
    right: 21%;
    top: 0;
}

.digital {
    font-family: 'Courier Prime';
    color: #561922;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 28%;
}


.txt_explicativo {
    text-align: right;
    margin-top: 13%;
    margin-right: 21%;;
}


.txt_explicativo p {
    margin-bottom: 7% ;
}



/* HERRAMIENTAS */

.herramientas {
    background-color: #000000;
    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;
}



/* THUMBS HERRAMIENTAS */

/* THUMBS PROYECTOS */


.thumbs_herramientas {
    margin-left: 12%;
    height: 200vh;
    
}

.grid_herramientas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7%;
    column-gap: 0.5%;
}

.grid_herramientas img {
    width: 60%;
    height: auto;
}


/* CV */

.cv img {
    width: 100vw;
    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%;
}
