section.enlaces {
    display: flex;
    box-sizing: border-box;
    background-color: #95B746;
    padding: 10vh 34px 50px 43px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

section.enlaces .titulo img {
    display: block;
    width: 46vw;
    max-width: 825px;
    margin-bottom: 13vh;
}

section.enlaces .titulo-mobile img {
    display: none;
}

section.enlaces .interes {
    width: 454px;
    display: flex;
    flex-direction: column;
}

section.enlaces .interes .item {
    z-index: 2;
}

section.enlaces .interes .interes-titulo {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #3C3C3B;
    margin-left: 8px;
}

section.enlaces .interes .interes-descarga {
    display: flex;
    justify-content: end;
    margin-bottom: -20px;
}

section.enlaces .interes .rectangulo {
    width: 100%;
    height: 33px;
    flex: 0 0 32px;
    margin-top: -8px;
    border-bottom: 1px solid #3C3C3B;
    border-left: 1px solid #3C3C3B;
    margin-bottom: 30px;
}

section.enlaces .columnas-container {
    display: flex;
    z-index: 3;
}

section.enlaces .columnas-container-mobile {
    display: none;
}

section.enlaces .columna {
    margin-right: 117px;
}

section.enlaces .nav-desktop {
    display: flex;
}

section.enlaces .nav-mobile {
    display: none;
}

section.enlaces .nav > div {
    cursor: pointer;
}

section.enlaces .nav {
    display: flex;
    margin-top: -10px;
    justify-content: end;
    z-index: 3;
}

section.enlaces .nav .derecha {
    margin-left: 10.86px;
}

section.enlaces .mapa {
    position: absolute;
    top: 0;
    right: 0;
}

section.enlaces .mapa img {
    width: 21vw;
    max-width: 360px;
}

@media screen and (max-height: 1044px) {
    section.enlaces .titulo img {
        width: 33vw;
        margin-bottom: 8vh;
    }

    section.enlaces {
        padding: 6vh 34px 50px 43px;
    }

    section.enlaces .interes .interes-titulo {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    section.enlaces .titulo img {
        display: none;
    }

    section.enlaces .titulo {
        display: none;
    }

    section.enlaces .titulo-mobile img {
        display: block;
        width: 60vw;
        margin-bottom: 35px;
    }

    section.enlaces .titulo-mobile {
        z-index: 3;
    }

    section.enlaces {
        padding: 35px 20px 45px 25px;
        height: 100vh;
    }

    section.enlaces .columna {
        margin-right: 45px;
    }

    section.enlaces .mapa img {
        width: 65vw;
        position: relative;
        z-index: 0;
    }

    section.enlaces .interes {
        width: 87vw;
    }

    section.enlaces .interes .interes-titulo {
        width: 70vw;
        margin-bottom: -20px;
        font-size: 16px;
    }

    section.enlaces .interes .interes-descarga img {
        width: 9vw;
    }

    section.enlaces .columnas-container {
        display: none;
        z-index: 3;
    }

    section.enlaces .columnas-container-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 3;
    }

    section.enlaces .nav-desktop {
        display: none;
    }

    section.enlaces .nav-mobile {
        display: flex;
    }
}