/* Inicio - Banner */
.program-title {
    color: #ffffff;
    font-family: "SharpGroteskBold";
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.program-subtitle {
    color: #ffffff;
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    margin-bottom: 8px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

.program-description {
    color: #ffffff;
    font-family: "TelegrafSemiBold";
    font-size: 18px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
}

nav.sub-menu-scroll {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    position: sticky;
    top: 51px;
    z-index: 99;
}

nav.sub-menu-scroll .container {
    display: flex;
}

nav.sub-menu-scroll::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

div.item-sub-menu a {
    border-right: 1px dashed #eaeaea;
    color: #808284;
    display: flex;
    font-family: "TelegrafUltraBold";
    padding: 20px 30px;
    width: max-content;
}

div.item-sub-menu a:hover,
div.item-sub-menu a:focus {
    text-decoration: none;
}

div.item-sub-menu:hover,
div.item-sub-menu.active {
    background: #eaeaea;
}

div.item-sub-menu:hover a,
div.item-sub-menu.active a {
    color: #000000;
}

.start-classes {
    background: #333333;
    color: #ffffff;
    padding: 30px;
}

/* Modalidad de estudio */
.study-modality .nav-tabs {
    border-bottom: unset;
    margin-bottom: 16px;
}

.study-modality .nav-link {
    padding: 16px 20px;
}

.study-modality .nav-tabs .nav-link {
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
    color: #000;
    font-family: "TelegrafSemiBold";
}

.study-modality .nav-tabs .nav-item.show .nav-link,
.study-modality .nav-tabs .nav-link.active {
    background: #fdba30;
    border: 2px solid #fdba30;
}

.study-modality .tag {
    background: #FFE6FB;
    border: 2px solid #FF91EF;
    border-radius: 25px;
    color: #FF00DA;
    font-family: "TelegrafSemiBold";
    font-size: 14px;
    padding: 5px 10px;
}

.card-modality {
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 20px;
}

/* Perfil del egresado */
.graduate-profile .nav-tabs {
    border-bottom: unset;
    margin-bottom: 16px;
}

.graduate-profile .nav-link {
    padding: 16px;
}

.graduate-profile .nav-tabs .nav-link {
    background: #eaeaea;
    border-radius: 4px;
    color: #6d6d6d;
    font-family: "TelegrafSemiBold";
}

.graduate-profile .nav-tabs .nav-item.show .nav-link,
.graduate-profile .nav-tabs .nav-link.active {
    color: #fff;
    background: #000;
}

.graduate-profile .tab-content {
    background: #f6f6f6;
    padding: 24px;
}

/* Malla curricular */
.curriculum-structure {
    margin-bottom: 20px;
}

.title-curriculum-structure {
    background: #333;
    color: #fdba30;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "TelegrafUltraBold";
    margin-bottom: 10px;
}

.curricular-structure-item {
    border: 2px solid #9d9d9d;
    padding: 10px 15px;
    margin-bottom: 10px;
}

/* Plana docente - diplomados */

.list-of-teachers {
    background: #f6f6f6;
    border-radius: 8px;
    margin: 0 10px 30px;
    padding: 20px;
}

.teachers-slider .slick-prev,
.teachers-slider .slick-next {
    background: #000;
    border-radius: 50px;
    padding: 10px;
    height: 50px;
    width: 50px;
    bottom: -70px;
    top: unset;
    z-index: 9;
}

.teachers-slider .slick-next {
    right: 30%;
}

.teachers-slider .slick-prev {
    left: 30%;
}

.teachers-slider .slick-prev:before {
    content: url("../imagenes/arrow-black-prev.svg");
    opacity: 1;
}

.teachers-slider .slick-next:before {
    content: url("../imagenes/arrow-black-next.svg");
    opacity: 1;
}

.teachers-slider .slick-next:focus,
.teachers-slider .slick-next:hover,
.teachers-slider .slick-prev:focus,
.teachers-slider .slick-prev:hover {
    background: #333333;
    opacity: 0.75;
}

/* Docentes top - maestrías */
.best-teachers {
    background: #f6f6f6;
    border-radius: 8px;
    margin: 0 auto 24px;
    padding: 16px;
}

.best-teachers figure img {
    border-radius: 4px;
}

/* malla curricular */
.program-name-box {
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    height: 100%;
    padding: 20px;
    border-left: 4px solid #fdba30;
}

/* Facilidades de pago*/
.payment-facilities {
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    height: 100%;
    padding: 20px;
    border-top: 4px solid #fdba30;
}

/* Calidad academica */
.academic-quality {
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    height: 100%;
    padding: 20px;
    border-left: 4px solid #fdba30;
}

/* Inicio - InCompany */
section.caracteristica {
    background: #f7f7f7;
    padding: 60px 0;
}

.contenedor-nombre-modalidad {
    display: flex;
}

.modalidad .nombre-modalidad span,
.programa .nombre-programa span {
    font-family: "TelegrafUltraBold";
}

.tab-pasos-modalidad {
    padding: 16px 32px;
    margin-bottom: 10px;
    background-color: #eaeaea;
    color: #808284;
    cursor: pointer;
}

.active-tab-modalidad {
    background: #fdba30;
    color: #000000;
}

.tab-content-modalidad {
    background: #333333;
    color: #ffffff;
    padding: 20px;
}

/* Generales */
.section-title img {
    width: 25px;
}

/* Botón WhatsApp */
.btn-fixed.btnInscribete {
    display: none;
}

/* dropdown */
.becas-ayuda-economica {
    background-color: #404041;
    color: #fff;
    padding: 15px;
}

.style-i-ayuda {
    color: #fdba30;
}

.border-bienvenido {
    background: #f6f6f6;
    border-top: 1px solid #eaeaea;
}

/* sección certificaciones */
.caja {
    position: relative;
    width: calc(100% - 80px);
    height: 100%;
    background-color: white;
    padding: 16px;
}

.triangulo {
    position: absolute;
    top: 0;
    right: -39px;
    width: 40px;
    height: 100%;
    background-color: white;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

@media (min-width: 375px) {

    .title-curriculum-structure,
    .curricular-structure-item {
        width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .teachers-slider .slick-next {
        right: 34%;
    }

    .teachers-slider .slick-prev {
        left: 34%;
    }
}

@media (min-width: 425px) {
    .best-teachers {
        width: 378px;
    }
}

@media (min-width: 576px) {
    .graduate-profile .nav-link {
        padding: 16px 24px;
    }

    .section-title img {
        width: 30px;
    }

    .teachers-slider .slick-next {
        right: 36%;
    }

    .teachers-slider .slick-prev {
        left: 36%;
    }

    .btn-fixed.btnInscribete {
        position: fixed;
        bottom: 25px;
        left: 25px;
        z-index: 9;
    }
}

@media (min-width: 768px) {
    .curriculum-structure {
        display: flex;
    }

    .title-curriculum-structure {
        margin-left: 0;
        margin-right: 10px;
        width: unset;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }

    .body-curriculum-structure {
        display: flex;
        flex-wrap: wrap;
    }

    .curricular-structure-item {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-left: 0;
        width: 300px;
    }

    .course-list-box {
        display: block !important;
    }

    .best-teachers {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .best-teachers .description {
        width: 80%;
    }

   /* Inicio - In Company */
    .tab-content-modalidad {
        padding: 25px;
    }

    .programa .tab-content-modalidad {
        min-height: 350px;
    }

    .teachers-slider .slick-next {
        right: 40%;
    }

    .teachers-slider .slick-prev {
        left: 40%;
    }

    .becas-ayuda-economica {
        background-color: #eaeaea;
        color: #000;
        cursor: pointer;
    }

    .style-i-ayuda {
        background-color: #fff;
        border-radius: 50px;
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .program-subtitle {
        font-size: 26px;
    }

    nav.sub-menu-scroll {
        top: 52px;
    }

    .teacher-list-image {
        background-image: url("/sites/default/files/posgrado/imagen-plana-docente-desktop.jpg");
        min-height: 400px;
    }

    .teachers-slider .slick-next {
        right: 44%;
    }

    .teachers-slider .slick-prev {
        left: 44%;
    }
}

@media (min-width: 1200px) {

    .node--type-posgrado-diplomado main,
    .node--type-posgrado-maestria main,
    .node--type-posgrado-mba main,
    .node--type-posgrado-curso-corto main,
    .node--type-posgrado-in-company main,
    .node--type-posgrado-page-docente main,
    .node--type-posgrado-landing main,
    .node--type-posgrado-especializacion main,
    .node--type-posgrado-segunda-especialidad main,
    body.path-postgrado main {
        padding-top: 92px;
    }

    nav.sub-menu-scroll {
        top: 92px;
    }

    nav.sub-menu-scroll .container {
        justify-content: center;
    }

    .program-box {
        width: 540px;
        margin-left: auto;
    }

    .title-curriculum-structure {
        margin-right: 12px;
    }

    .curricular-structure-item {
        padding: 15px 20px;
        width: 333px;
    }
}

@media (min-width: 1440px) {
    .section-title img {
        width: 35px;
    }

    .program-box {
        width: 610px;
        margin-right: 20px;
    }
}