.text-shadow {
    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;
}

.block-tab {
    background: #000;
    height: auto;
}

.tabs {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    height: inherit;
}

.tabs::-webkit-scrollbar {
    /* Para no ver el scrollbar horizontal */
    display: none;
}

.tabs>div {
    float: left;
}

.tabs>div>a {
    position: relative;
    display: flex;
    padding: 15px 20px;
    width: max-content;
}

.tabs>div>a::after {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: #fdba30;
    transition: 0.25s width;
}

.tabs>div>a:hover::after,
.tabs>div>a.active::after {
    width: 100%;
}

.position-arrow-down,
.position-arrow-down1,
.position-arrow-down2 {
    cursor: pointer;
}

/* Acerca carrera */
.video-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.career-description {
    font-family: "SharpGroteskSemiBold";
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}

/* video modal */
.modal-video-upn .modal-content {
    border: none;
}

.modal-video-upn .modal-body {
    padding: 0;
}

.modal-video-upn .close {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    /* text-shadow: none; */
    padding: 4px 10px;
    position: absolute;
    top: -40px;
    right: 0;
}

.link-video-modal {
    display: block;
    position: relative;
}

.link-video-modal::after {
    content: "";
    background: url(/sites/default/themes/upn/img/video_icon.svg) no-repeat center center;
    background-size: 54px;
    width: 86px;
    height: 86px;
    display: block;
    position: absolute;
    z-index: 5;
    left: 8px;
    bottom: 14px;
}

.link-video-modal::before {
    content: "Ver video";
    bottom: 45px;
    color: #fff;
    font-family: "TelegrafSemiBold";
    left: 92px;
    position: absolute;
    z-index: 9;
}

.link-video-modal figure {
    overflow: hidden;
}

.link-video-modal figure img {
    transition: 0.41s transform;
}

.link-video-modal figure::after {
    content: "";
    background: #000000;
    opacity: 0.33;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Campo laboral */
.campo-laboral {
    background: #f6f6f6;
    padding: 80px 0;
}

/* 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;
}

.responsive.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

.responsive.slick-dotted.slick-slider ul.slick-dots {
    bottom: -50px;
}

.responsive .slick-dots li button:before {
    font-size: 16px;
}

.responsive li.slick-active button:before {
    color: #fdba30;
    opacity: 1;
}

.btn-descargar-brochure a {
    background: #000000;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    color: #ffffff;
    display: inline-block;
    font-family: "TelegrafSemiBold";
    padding: 1em 1.5em;
    text-decoration: none;
}

.btn-descargar-brochure a:hover {
    background: #333333;
}

.btn-descargar-brochure a:disabled,
.btn-descargar-brochure a.disabled {
    background: #EAEAEA;
    color: #4F6168;
}

.btn-descargar-brochure a:active,
.btn-descargar-brochure a:not(:disabled):not(.disabled):active {
    background: #000000;
    color: #ffffff;
}

/* Por que estudiar */
.tab-pasos-bienvenida {
    background: #f2f2f2;
    cursor: pointer;
    padding: 15px 30px;
}

.active-tab-bienvenida {
    background-color: #fdba30;
}

.mostrar-acreditacion {
    background-color: #fdba30;
    padding: 0 30px 10px 30px;
}

.margin-top-upn {
    margin-top: 6px;
}

/* 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;
}

/* Bloque */
.cta-button a {
    background-color: transparent;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    color: #fff;
    display: inline-block;
    font-family: "TelegrafSemiBold";
    margin: auto;
    padding: 1em 3em;
    position: relative;
    text-decoration: none;
}

.cta-button a::before {
    background: #9500ff;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

.cta-button a::after {
    content: "";
    background: #000;
    color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.41s width;
    z-index: -1;
    width: 0;
}

.cta-button a:hover::after {
    width: 100%;
}

/* 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) {
    .tabs>div>a {
        padding: 25px 15px;
    }

    .position-calidad-imagen {
        width: 100%;
        left: 551px;
        position: absolute;
        z-index: 9;
    }

    .position-calidad-imagen.acompanamiento {
        bottom: -20px;
        left: 345px;
    }

    .position-calidad-imagen.acompanamiento img {
        width: 100%;
    }

    .position-calidad-imagen::after {
        content: "";
        width: 100%;
        height: 100%;
        border: 3px solid #fdba30;
        position: absolute;
        top: 11px;
        z-index: -1;
        right: -10px;
    }

    .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;
    }

    .career-description {
        font-size: 30px;
    }

    .position-calidad-imagen.acompanamiento {
        left: 460px;
    }
}

@media (min-width: 1200px) {
    .career-description {
        font-size: 34px;
    }

    .position-calidad-imagen.acompanamiento {
        left: 554px;
    }
}