* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    background: #CE9591;
    color: #561922;
    }

section {
    display: flex;
    width: 90%;
}

h1 { /* TÍTULO PROYECTO */
   font-size: 63px; 
   font-family: "Belleza";
   font-weight: lighter;
   color:#561922;
   font-style:normal;
   margin-top: 200px;
}

h2 { /* LISTA HERRAMIENTAS */
    font-size: 30px;
    font-family: "Belleza";
    font-weight: lighter;
    color: #000000;
}

h3 {
    font-family: "Belleza"; 
    font-size: 32px; 
}


p, li {
    font-family: "Courier Prime";
    font-size: clamp(12px, 1vw, 18px);
}

/* 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:#561922;
}

/* MÓDULO 1 INTRO CARLENS*/

.carlens_intro {
    display: flex;
    margin-left: 130px;
}

.carlens_intro img {
    display: flex;
    width: 80%;
}


/* MÓDULO 2: BRIEFING*/

.carlens_briefing {
    padding: 5%;
    
}

.briefing_title {
    width: 40vw;
    height: auto;
}

.briefing_bocetos img {
    width: 40vw;
    height: auto;
}


/* MÓDULO 3: DESARROLLO DEL PROCESO */ 

.carlens_desarrollo article {
    margin-top: 100px; 
    flex-basis: 38.5vw;
    flex-direction: column;
    margin-left: 130px;
    margin-right: 130px;
    
}

.desarrollo_title {
    margin-top: 50px;
}

.desarrollo_bocetos {
    display: flex;
    margin-top: 100px;
    margin-left: 130px;
    flex-basis: clamp (50px, 23vw,200px);
    max-width: 80%;
    height: auto;
}


.desarrollo_texto ul li{
    list-style: none;
    list-style-image: url('../images/Viñeta.png') ;
}


/* IMAGEN COLOR CARLENS*/
.color_carlens {
    margin-top: 100px;
    margin-left: 130px;
}


/* PALETA DE COLORES Y TIPOGRAFÍA*/
.carlens_paleta {
    display: block;
    margin-top: 100px;
    margin-left: 130px;
}

.carlens_paleta_text {
    margin-right: 130px;
}

.carlens_paleta_evolucion {
    margin-top: 100px;
    margin-left: 130px;
}

.carlens_letras {
    margin-top: 100px;
}


/* LO APRENDIDO */

.carlens_aplicaciones {
    margin-top: 300px;
    margin-left: 130px;
}

/* MOCKUPS */

.carlens_mockup_tarjetas {
    display: flex;
    margin-left: 130px;
    margin-top: 100px;
}


.carlens_mockup_etiquetas {
    margin-left: 130px;
    margin-top: 100px;
}

.carlens_mockup_bolsa {
    margin-left: 130px;
    margin-top: 100px;
}

.carlens_mockup_ig {
    margin-left: 130px;
    margin-top: 100px;
}

/* PASO PÁGINAS*/


.final {
    border: none;
    height: 50vh;
    justify-content: center;
    align-items: center;
}

.pasopaginas {
    display:flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 500px;
    margin-top: 100px;
    list-style:none;
    color:#000000;
}

.pasopaginas ul {
    display: flex;
}

.pasopaginas li a {
    display:flex;
    margin: 0;
    text-decoration: none;
    align-items: center;
    gap: 50px;    
}

.pasopaginas span {
    font-family: "Belleza";
    font-size: 32px;
    color: #000000;
}



/* FOOTER */

.piepag {
    display: flex;
    position: relative;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 2%;
}

.rrss_ig {
    position: absolute;
    bottom: 13px;
    right: 7%; 
}

.rrss_in {
    position: absolute;
    bottom: 13px;
    right: 2%;
}

