.cierre {
    width: 60px;
    height: 40px;
    z-index: 1999;
    transition: all 300ms ease-in-out;
}

.btn_w {
    width: 60px;
    padding: 0.375rem 0.75rem;
    border: none;
}

.abre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.full2 {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -105%;
    opacity: 10;
    background-color: var(--claro);
    transition: all 400ms ease-in-out;
    transition-delay: 0.6s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.full {
    top: 0;
    opacity: 1;
    transition-delay: 0s;
}

.full__nav2 {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.full__list {
    position: relative;
    opacity: 0;
    top: 20px;
    padding: 0;
    transition: all 300ms ease-in-out;
}

.full__list2__op {
    opacity: 1;
    transition: all 500ms ease-in-out;
    transition-delay: 0.5s;
    top: 0;
}

.full__list a {
    display: flex;
    color: var(--morado);
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: initial;
    transition: all 500ms ease-in-out;
    transform: scale(1);
    transform-origin: 50%;
    padding: 0;
    margin: 0;
}

.full__list a:hover {
    color: var(--amarillo);
}

.cincue {
    width: 50%;
}

.side {
    position: relative;
    opacity: 0;
    top: 20px;
    transition: all 500ms ease-in-out;
}

.side_logo {
    width: 35%;
}

.side_logo img {
    width: 100%;
}

.side h1 {
    font-size: 24px;
    text-align: left;
}

.side h2 {
    font: 16px;
    font-family: avenir;
    font-weight: 700;
}

.btn_full {
    width: 100%;
    border-radius: 20px;
    margin-top: 70px;
}

.side_op {
    opacity: 1;
    transition: all 500ms ease-in-out;
    transition-delay: 0.6s;
    top: 0;
}

.marcador {
    color: var(--amarillo) !important;
}

.side__redes {
    gap: 10px;
    justify-content: space-evenly;
}

.side__redes p {
    margin: auto 0 auto 0;
    width: 20%;
}

.side__redes span {
    width: 100px;
    height: 2px;
    background-color: var(--morado);
}

.side__redes .bi {
    font-size: 1.5rem;
    transition: all ease-in-out 300ms;
}

.side__redes .bi:hover {
    color: var(--morado2);
}

.full_f {
    width: 45%;
    opacity: 0;
    padding-bottom: 50px;
    transition: all 400ms ease-in-out;
}

.full_f a {
    color: var(--morado);
    text-decoration: none;
    transition: all 300ms ease-in-out;
    font-size: 25px;
    font-weight: 600;
}

.full_f a:hover {
    color: var(--amarillo);
}

.full__f__op {
    opacity: 1;
    transition: all 500ms ease-in-out;
    transition-delay: 0.7s;
}

@media screen and (max-width: 1300px) {
    .full__nav2 {
        width: 75%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 30px;
        gap: 20px;
    }

    .full__list a {
        display: flex;
        color: var(--morado);
        text-decoration: none;
        font-size: 2rem;
        font-weight: 600;
        text-transform: initial;
        transition: all 500ms ease-in-out;
        transform: scale(1);
        transform-origin: 50%;
        padding: 0;
        margin: 0;
    }

    .full_f {
        width: 65%;
    }

    .full_f a {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 900px) {
    nav {
        width: 5px;
    }

    .cierre {
        display: block;
    }

    .div__header {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .full__nav2 {
        width: 90%;
    }

    .full__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .full__list li {
        line-height: 2.5rem;
    }

    .side__redes span {
        width: 70px;
        height: 3px;
        background-color: var(--morado);
    }

    .side {
        display: none;
    }

    .full_f {
        display: none;
    }
}