

/* /css/mvareas.css */ 
.mvareas {
    position: relative;
    visibility: visible !important;
    margin: 0;
    padding: 1em;
    width: 100%;
    background: #d8d8d8;
    background: linear-gradient(#eee,#ddd);
    perspective: 10000px;
}
.mvareas__tit {
    padding: 1em 1em 0.5em;
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Roboto Condensed', Roboto, sans-serif;
    color: var(--text-soft);
    font-weight: normal;
    text-align: center;
}

.mvareas__grid {
    max-width: 1200px;
    margin: 0 auto 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mvareas__btn{
    margin: 1em auto 0;
    width: 30%;
    background: #fafafb;
    padding: .8em 1em .8em 1.5em;
    color: inherit;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    transition: all .16s ease-in-out;
    will-change: background, opacity, box-shadow, transform;
}
.mvareas__btn:hover,
.mvareas__btn:focus {
    z-index: 9;
    background: #fff;
    box-shadow: 0 16px 24px -32px currentColor, 0 16px 24px -16px rgba(0,0,0,.3);
    outline: none;
    transform: translateZ(80px);
}

.mvareas__btn_bg {
    display: table;
    width: 100%;
}
.mvareas__icon_bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 64px;
    background: radial-gradient(#fff 40%, currentColor);
    background: -webkit-radial-gradient(#fff 40%, currentColor);
    transition: all .18s ease-out;
    will-change: opacity;
}
.mvareas__btn:hover .mvareas__icon_bg::before,
.mvareas__btn:focus .mvareas__icon_bg::before {
    opacity: .7;
}

    .mvareas__icon_bg {
        position: relative;
        display: inline-block;
        margin: .35em 0 0;
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background: #fafafb;
        background: radial-gradient(#fafafa 40%, #dfdfdf);
        background: -webkit-radial-gradient(#fafafa 40%, #dfdfdf);
    }
        .mvareas__icon {
            position: absolute;
            top: 13%;
            left: 50%;
            transform: translate(-40%);
            width: 90%;
            height: 90%;
            color: inherit;
            mix-blend-mode: multiply;
        }
    .mvareas__label{
        position: relative;
        display: table-cell;
        padding: .2em 6.95% .35em 0;
        text-align: center;
        vertical-align: middle;
        font-size: 1.1em;
        font-weight: 500;
        color: #353536;
        line-height: 1.3;
    }

@media screen and (max-width:1200px) {
    .mvareas {
        margin: 0;
    }
}
@media screen and (max-width:950px) {
    .mvareas__btn {
        width: 47%;
    }
}
@media screen and (max-width:768px) {
    .mvareas__label {
        font-size: 16px;
    }
}
@media screen and (max-width:600px) {
    .seccion-areas {
        display: none;
    }
    .mvareas__tit {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .mvareas__grid {
        max-width: unset;
        padding: 3% 2% 6%;
        margin: 0;
    }
    .mvareas__btn {
        width:47%;
        padding: .5em .8em;
    }
    .mvareas__icon_bg {
        width: 32px;
        height: 32px;
    }
    .mvareas__label {
        font-size: 15px;
    }
}
@media screen and (max-width:550px) {
    .mvareas__label {
        font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .mvareas__label {
        font-size: 13px;
    }
}
@media screen and (max-width:500px) {
    .mvareas__label {
        font-size: 12px;
    }
}
@media screen and (max-width:400px) {
    .mvareas__label {
        font-size: 11px;
    }
}
@media screen and (max-width:350px) {
    .mvareas__label {
        font-size: 10px;
    }
    .mvareas__icon_bg {
        width: 24px;
        height: 24px;
    }
}

.mvareas--tec {
    color: var(--tec)
}
.mvareas--mba {
    color: var(--mba)
}
.mvareas--prl {
    color: var(--prl)
}
.mvareas--rrhh {
    color: var(--rrhh)
}
.mvareas--mkt {
    color: var(--mkt)
}
.mvareas--salud {
    color: var(--salud)
}