* {
    box-sizing: border-box;
}

body {
    background: #CE9591;
    color: #561922;
}

section {
    margin: 30px;
    border: #561922 3px solid;
    height: 92vh;
    padding: 4%;

}

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;
}

/* TÍTULOS PROYECTO & HERRAMIENTAS */

.titulos {
    border: none;
}


.intro_portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}


.intro_portfolio img {
    width: 60vw;
    height: auto;
}


/* OBJETIVOS */

.objetivos {
    display: flex;
    position: relative;
}

.textos_objetivos {
    display: block;
}

.problema {
    width: 60vw;
    padding: 2%;
}

.retos {
    width: 60vw;
    padding: 2%;
}

.objetivos ul li{
    list-style: none;
    list-style-image: url('../images/Viñeta.png') ;
}

.corner_objetivos {
    position: absolute;
    top: 4%;
    right: 3%;
}


/* PROCESO */

.proceso {
    display: flex;
    position: relative;
}

.post_it {
    margin-left: 13%;
}

.post_it img {
    width: 50vw;
    height: auto;
}

.corner_proceso {
    position: absolute;
    top: 4%;
    right: 3%;
}


/* CATEGORIAS */
.categorias {
    display: flex;
    position: relative;
}

.descripcion_categorias {
    padding: 5%;
}


.descripcion_categorias img {
    width: 15vw;
    height: auto;
}


.corner_categorias {
    position: absolute;
    top: 4%;
    right: 3%;
}


/* FLUJOS NAVEGACIÓN */

.flujo_home {
    display: flex;
    position: relative;
}

.esquema_home img {
    width: 62vw;
    height: auto;
}


.flujo_total {
    display: flex;
    position: relative;
}


.esquema_total img {
    width: 62vw;
    height: auto;
}

.corner_flujo {
    position: absolute;
    top: 4%;
    right: 3%;
}


/* PALETA */

.paleta {
    display: flex;
    position: relative;
}

.usos_colores {
    display: block;
    margin-left: 6%;
}

.usos_colores img {
    width: 50vw;
    height: auto;
}

.corner_flujo {
    position: absolute;
    top: 4%;
    right: 3%;
}



/* DISEÑO WEB*/


.diseño_web {
    display: flex;
    position: relative;
}

.contenido_disweb {
    display: block;
}

.wireframes {
    width: 60vw;
    height: auto;
}

.programacion {
    width: 60vw;
    height: auto;
}


.mockups_phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;     
}


.mockups_phone img {
    width: 12%;
    height: auto;
    margin-top: 3%; 
}

@media (max-width:767px) {
    .mockups_phone {
        flex-direction: column;
    }
}


.corner_disweb {
    position:absolute;
    top: 4%;
    right: 3%;
}



/* METRICAS */

.metricas {
    display: flex;
    position: relative;
}

.contenido_metricas {
    display: block;
}

.texto_metricas {
    width: 60vw;
    height: auto;
    margin-top: 8%;;
}

.capturas_metricas {
    align-items: center;
    justify-content: center;
    margin-top: 8%;;
}


.capturas_metricas img {
    width: 70%;
    height: auto;
}


.corner_metricas {
    position:absolute;
    top: 4%;
    right: 3%;
}


/* HERRAMIENTAS */

.tools {
    display: flex;
    position: relative;
}

.lista_tools {
    width: 60vw;
    height: auto;
    margin-top: 15%;
    
}

.tools li {
    margin-top: 3%;
}

.tools ul li{
    list-style: none;
    list-style-image: url('../images/Viñeta.png') ;
}

.corner_tools {
    position:absolute;
    top: 4%;
    right: 3%;
}



/* PASO PÁGINAS*/


.final {
    border: none;
    height: 50vh;
}

.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%;
}

