* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #e9e7e2;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

/* HEADER */

header {
    width: 100%;
    padding: 55px 60px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu {
    display: flex;
    align-items: center;
}

.item {
    position: relative;
    width: 105px;
    height: 76px;
    background-color: #f3f1ec;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    text-decoration: none;
    color: #111;

    display: flex;
    align-items: center;
    justify-content: center;
}

.item span {
    position: relative;
    z-index: 5;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* VM 02 */

.item-vm {
    background-color: #090909;
    color: white;
}

.item-vm::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #254b9b;
    border-radius: 50%;
    left: -22px;
    bottom: -36px;
}

/* PLAN */

.item-plan::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #c73517;
    left: 0;
    top: 0;
}

.item-plan::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #e0a321;
    border-radius: 50%;
    right: -42px;
    bottom: -39px;
}

.item-plan span::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 1px;
    background-color: #111;
    left: 0;
    bottom: -18px;
    box-shadow: 0 5px 0 #111, 0 10px 0 #111;
}

/* MAPA */

.item-mapa::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 95px;
    background-color: #111;
    transform: skewX(-18deg);
    left: -10px;
    top: -8px;
}

.item-mapa::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #244b9c;
    border-radius: 50%;
    left: 24px;
    top: 13px;
}

.item-mapa span {
    margin-left: 28px;
}

/* WEBAPP */

.item-webapp::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #c73517;
    border-radius: 50%;
    left: -45px;
    top: -7px;
}

.item-webapp::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 100%;
    background-color: #e0a321;
    left: 0;
    top: 0;
}

.item-webapp span::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #111;
    right: -38px;
    top: -20px;
    box-shadow:
        0 8px 0 #111,
        0 16px 0 #111,
        0 24px 0 #111,
        0 32px 0 #111,
        8px 0 0 #111,
        8px 8px 0 #111,
        8px 16px 0 #111,
        8px 24px 0 #111,
        8px 32px 0 #111,
        16px 0 0 #111,
        16px 8px 0 #111,
        16px 16px 0 #111,
        16px 24px 0 #111,
        16px 32px 0 #244b9c;
}

/* HAMBURGUESA */

.hamburguesa {
    width: 33px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hamburguesa span {
    width: 100%;
    height: 1px;
    background-color: #111;
}

/* TÍTULO */

.hero {
    margin-top: 55px;
    margin-left: 60px;
}

h1 {
    color: #c73517;
    font-family: Impact, "Arial Black", sans-serif;
    font-size: 145px;
    line-height: 0.88;
    letter-spacing: -4px;
    font-weight: 900;
}

/* FOTO */

.foto {
    margin-left: 60px;
    margin-top: 28px;
}

.avatar {
    width: 520px;
    height: 395px;
    object-fit: cover;
    filter: grayscale(100%);
}

/* ARREGLO SOBRE MÍ */

.sobre-mi {
    margin: 45px 60px 0 60px;
    padding-top: 32px;
    border-top: 1px solid #c73517;
    max-width: 1080px;
}

.sobre-mi h2 {
    color: #c73517;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 28px;
}

.sobre-mi p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.2px;
    margin-bottom: 22px;
    max-width: 650px;
}

/* INTERESES */

.intereses {
    margin: 45px 60px 0 60px;
    padding-top: 38px;
    border-top: 1px solid #c73517;
    max-width: 1080px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
}

.card {
    min-height: 250px;
    text-align: center;
    padding: 0 55px;
    position: relative;
}

.card:not(:last-child) {
    border-right: 1px solid #c73517;
}

.forma {
    margin: 0 auto 25px auto;
}

.circulo-rojo {
    width: 58px;
    height: 58px;
    background-color: #c73517;
    border-radius: 50%;
}

.circulo-azul {
    width: 58px;
    height: 58px;
    background-color: #244b9c;
    border-radius: 50%;
}

.semicirculo {
    width: 90px;
    height: 45px;
    background-color: #e0a321;
    border-radius: 90px 90px 0 0;
    margin-top: 13px;
    margin-bottom: 25px;
}

.card h3 {
    color: #c73517;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 22px;
}

.card p {
    font-size: 19px;
    line-height: 1.3;
}

/* FOOTER */

footer {
    margin: 55px 60px 35px 60px;
    padding-top: 35px;
    border-top: 1px solid #c73517;

    display: flex;
    justify-content: center;
    gap: 45px;
    align-items: center;

    font-size: 12px;
    letter-spacing: 7px;
    text-transform: uppercase;
}

/* CELULAR */

@media (max-width: 800px) {
    header {
        padding: 30px 25px 0 25px;
        flex-direction: column;
        gap: 20px;
    }

    .menu {
        flex-wrap: wrap;
    }

    .item {
        width: 92px;
        height: 70px;
    }

    .hero {
        margin-left: 25px;
        margin-top: 45px;
    }

    h1 {
        font-size: 80px;
        letter-spacing: -2px;
    }

    .foto {
        margin-left: 25px;
        margin-right: 25px;
    }

    .avatar {
        width: 100%;
        height: auto;
    }

    .sobre-mi,
    .intereses {
        margin-left: 25px;
        margin-right: 25px;
    }

    .sobre-mi h2,
    .intereses h2 {
        font-size: 34px;
    }

    .sobre-mi p {
        font-size: 18px;
    }

    .cards {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .card {
        border-right: none !important;
        border-bottom: 1px solid #c73517;
        padding: 0 20px 35px 20px;
    }

    footer {
        margin-left: 25px;
        margin-right: 25px;
        flex-direction: column;
        gap: 14px;
        text-align: center;
        letter-spacing: 4px;
    }
}
/* MOCKUPS CELULAR - 5 EN UNA FILA */

.seccion-mockups {
    margin: 70px 60px;
    padding-top: 40px;
    border-top: 1px solid #c73517;
}

.seccion-mockups h2 {
    color: #c73517;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.seccion-mockups p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 750px;
    margin-bottom: 35px;
}

.contenedor-mockups-celu {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
}

.mockup-item-celu {
    width: 170px;
    flex: 0 0 170px;
}

.mockup-item-celu img {
    width: 170px !important;
    height: auto !important;
    max-width: 170px !important;
    display: block;
    border-radius: 12px;
}

.mockup-item-celu h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    color: #111;
    text-align: center;
}
