section.programacio {
    display: flex;
    box-sizing: border-box;
    background-color: #95B746;
    padding: 108.77px 43px 43.28px 43px;
}

section.programacio .center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

section.programacio .center .rectangulo-uno {
    width: 100%;
    height: 44.61px;
    border-top: 1px solid #3C3C3B;
    border-left: 1px solid #3C3C3B;
    border-right: 1px solid #3C3C3B;
}

section.programacio .center .rectangulo-dos {
    width: 100%;
    height: 44.61px;
    border-bottom: 1px solid #3C3C3B;
    border-left: 1px solid #3C3C3B;
    border-right: 1px solid #3C3C3B;
}

section.programacio .center .cuadraditos-uno {
    width: 100%;
    margin-top: 10.29px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.programacio .center .cuadrado-uno,
section.programacio .center .cuadrado-dos,
section.programacio .center .cuadrado {
    width: 10.82px;
    height: 10.82px;
    background-color: #3C3C3B;
}

section.programacio .center .cuadraditos-dos {
    width: 100%;
    margin-bottom: 10.29px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.programacio .center .texto-enlace {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.programacio .center .texto-enlace .texto {
    display: flex;
    justify-content: center;
}

section.programacio .center .texto-enlace .texto-mobile {
    display: none;
}

section.programacio .center .texto-enlace .texto img {
    width: 55vw;
    max-width: 950px;
}

section.programacio .center .texto-enlace .enlace {
    display: flex;
    flex-direction: row;
    margin-top: 97px;
    align-items: baseline;
}

section.programacio .center .texto-enlace .enlace a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #3C3C3B;
    text-decoration: none;
}

section.programacio .center .texto-enlace .enlace a:hover {
    text-decoration: underline;
}

section.programacio .center .texto-enlace .enlace .cuadrado {
    margin-left: 10.29px;
    margin-bottom: -2px;
}

@media(max-width: 991px) {
    section.programacio {
        padding: 26px;
    }

    section.programacio .center .texto-enlace .enlace a {
        font-size: 10px;
    }

    section.programacio .center .texto-enlace .texto {
        display: none;
    }

    section.programacio .center .texto-enlace .texto-mobile {
        display: flex;
        justify-content: center;
    }

    section.programacio .center .texto-enlace .texto-mobile img {
        width: 80vw;
    }
}