.size-carrera-detalle {
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.node-pre-title {
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
}

span.comma {
    font-family: TelegrafSemiBold;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 70%);
}

.mapa p:before {
    content: "";
    background: url("/sites/default/themes/upn/img/marker_icon.svg") no-repeat center left;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 9px;
    margin-top: -4px;
}

.bg-grado-carreras {
    background: #eaeaea;
    padding: 20px 20px 5px;
}

/* Campus */
.campus-card {
    position: relative;
    overflow: hidden;
}

.campus-card::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
    transition: 0.25s opacity;
}

.campus-card figure {
    position: relative;
    overflow: hidden;
}

.campus-card:hover figure::before {
    opacity: 0.25;
}

.campus-card figure img {
    transition: 0.25s transform;
}

.campus-card:hover>img {
    transform: scale(1.5);
}

.campus-card>img {
    transition: transform 0.3s;
    transition: 0.3s transform;
    background-position: center !important;
}

.campus-card img {
    width: 100%;
}

.campus-card p {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 2rem;
    font-family: "SharpGroteskBold";
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    transition: 0.25s bottom;
}

.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    color: #fdba30;
    opacity: 1;
}

.bg-egresado-carreras {
    background: #f6f6f6;
    padding: 80px 0;
}

.size-number-carreras {
    font-size: 68px;
}

/* malla curricular */
.style-malla-curricular {
    background: #ffffff;
    border-left: 4px solid #fdba30;
    border-radius: 4px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .2);
    margin: 10px;
    min-height: 220px;
    padding: 20px;
}

.style-malla-curricular .title {
    font-family: "SharpGroteskSemiBold";
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.btn-descargar-brochure a {
    background: #000;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    color: #fff;
    display: inline-block;
    font-family: "TelegrafSemiBold";
    padding: 1em 1.5em;
    text-decoration: none;
}

.btn-descargar-brochure a:hover {
    background: #fdba30;
    color: #000;
}

/* misión, visión y más */
.becas-ayuda-economica {
    background-color: #404041;
    color: #fff;
    padding: 15px;
}

.style-i-ayuda {
    color: #fdba30;
}

.border-bienvenido {
    background: #f6f6f6;
    border-top: 1px solid #eaeaea;
}

/* Botón WhatsApp */
.btn-fixed.btnInscribete {
    display: none;
}

@media (min-width: 576px) {
    .btn-fixed.btnInscribete {
        position: fixed;
        bottom: 25px;
        left: 25px;
        z-index: 9;
    }
}

@media (min-width: 768px) {
    .bg-grado-carreras {
        padding: 25px 20px;
    }

    .size-number-carreras {
        font-size: 98px;
    }

    .becas-ayuda-economica {
        background-color: #eaeaea;
        color: #000;
        cursor: pointer;
    }

    .style-i-ayuda {
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
    }

    .style-malla-curricular {
        min-height: 250px;
    }

    .style-malla-curricular .title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .node-pre-title {
        font-size: 26px;
    }
}