.menu-posgrado.height-menu-mobile {
    height: 52px;
}

.menu-posgrado.fixed-menu-content {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.menu-posgrado.height-menu-mobile .logo a {
    margin-left: 15px;
    position: absolute;
}

.menu-posgrado .search-button {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    outline: none;
}

.menu-posgrado .mobile-menu--trigger,
.menu-posgrado .mobile-menu-close {
    float: right;
    margin-top: 16px;
    margin-right: 15px;
}

.menu-posgrado .mobile-menu--trigger img {
    width: 25px;
}

.menu-posgrado .mobile-menu-close img {
    width: 20px;
}

.menu-posgrado .style-menu-content {
    background: #fff;
    height: 100vh;
    right: 0px;
    margin-top: 52px;
    overflow: scroll;
    padding-top: 27px;
    position: absolute;
    width: 100%;
}

.menu-posgrado .sub-menu-title {
    border-bottom: 1px solid #eaeaea;
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 30px;
}

.menu-posgrado .item-carreras-desplegable {
    background: #f6f6f6;
    border-bottom: 1px solid #eaeaea;
    height: auto;
    padding: 15px 30px;
    position: relative;
    text-transform: none !important;
    white-space: normal;
    width: 100%;
}

.menu-posgrado .item-carreras-desplegable a {
    color: #000;
}

.menu-posgrado .style-i-carreras {
    position: absolute;
    right: 30px;
    top: 13px;
    margin: auto;
}

.menu-posgrado .bg-items-carreras {
    visibility: visible;
    height: auto;
}

.menu-posgrado .main-menu-items {
    text-transform: none !important;
    border-bottom: 1px solid #eaeaea;
}

.menu-posgrado .main-menu-items a {
    display: inline-block;
    color: #000;
    padding: 15px 30px;
    transition: 0.31s color;
}

.menu-posgrado .btn-info-posgrado-upn a {
    background: #fdba30;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-family: "TelegrafUltraBold";
    margin: 40px 32px 0;
    padding: 16px 24px;
    transition: 0.31s all;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.menu-posgrado .btn-info-posgrado-upn a:hover,
.menu-posgrado .btn-info-posgrado-upn a:focus {
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: all .5s ease;
}

/* Modal menu */
.close.close-menu {
    right: 12px;
    top: -13px;
    z-index: 999;
    font-size: 48px;
    color: #fff;
    opacity: 1;
}

.search-area-menu {
    background-color: #303030;
    background-image: url("/sites/default/themes/upn/img/bg-icono-mini2.png");
    background-position: center -3px;
    background-size: 560px;
    background-repeat: no-repeat;
    padding-bottom: 88px;
    padding-top: 42px;
    transition: opacity 0.2s ease-out;
}

.search-area-menu .block-title {
    color: #fff;
    font-family: "SharpGroteskSemiBold";
    font-size: 36px;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.search-area-menu .form-control {
    border-radius: 0;
    font-size: 18px;
    height: 100%;
    padding: 1.5em 1em;
}

.modal-open .modal.modal-lupa {
    padding-right: 0 !important;
}

.modal-dialog.position-modal {
    margin: 0px;
    max-width: 100% !important;
    display: block !important;
}

.search-area .block {
    cursor: pointer;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}

.block-title::after {
    content: "";
    display: block;
    background-color: #fdb12b;
    height: 7px;
    width: 100%;
    margin-top: 0.2em;
}

.show-area {
    max-height: none;
    height: 100vh;
    background-position: center 227px;
}

@media (min-width: 768px) {
    .menu-posgrado .style-menu-content {
        border-left: 1px solid #eaeaea;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .menu-posgrado .nav-upn-posgrado {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-posgrado .width-menu-desktop {
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
    }

    .menu-posgrado .logo a img {
        width: 136px;
    }

    .menu-posgrado .three-columns {
        width: 33.33%;
    }

    .menu-posgrado .column3 {
        float: left;
    }

    .menu-posgrado .btn-info-posgrado-upn {
        margin: 0 15px;
        width: 208px;
    }

    .menu-posgrado .btn-info-posgrado-upn a {
        font-size: 16px;
        margin: 0;
        padding: 16px 24px;
    }

    .menu-posgrado .dropdown-content {
        background: unset;
        border: 2px solid;
        box-shadow: 1px 2px 2px #2727273a;
        display: none;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        width: 980px;
    }

    .menu-posgrado .dropdown1:hover .dropdown-content {
        display: block;
    }

    .menu-posgrado .dropdown1:hover .dropbtn {
        background: #333333;
    }

    .menu-posgrado .header1 {
        background-color: #fff;
        margin-top: 0;
    }

    .menu-posgrado .dropdown-content .header1 p {
        font-family: "TelegrafUltraBold";
        font-size: 20px;
        padding: 12px 0;
        margin-bottom: 0;
    }

    .menu-posgrado .row-section {
        background-color: #fff;
    }

    .menu-posgrado .row-section:after {
        content: "";
        display: table;
        clear: both;
    }

    .menu-posgrado .nodropdown {
        color: #000;
    }

    .menu-posgrado a.nodropdown:hover,
    .menu-posgrado a.nodropdown:focus {
        text-decoration: none;
    }

    .menu-posgrado .dropdown1 .dropbtn .underline-active-program {
        display: flex;
        align-items: center;
    }

    .menu-posgrado .dropdown1 .dropbtn,
    .menu-posgrado .nodropdown {
        border: none;
        color: #fff;
        outline: none;
        background-color: inherit;
        display: flex;
        align-items: center;
        height: 92px;
        padding: 0 12px;
    }

    .menu-posgrado .dropdown1 .dropbtn span,
    .menu-posgrado .nodropdown span {
        font-family: "TelegrafUltraBold";
        font-size: 14px;
        line-height: 1.1;
    }

    .menu-posgrado .dropdown-content.tri-white-trabaja {
        background: #fff;
        height: 500px;
        overflow: scroll;
    }

    .menu-posgrado .dropdown-content.tri-white-trabaja::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

@media (min-width: 1440px) {
    .menu-posgrado .dropdown1 .dropbtn {
        height: 92px;
    }

    .menu-posgrado .dropdown1 .dropbtn,
    .menu-posgrado .nodropdown {
        padding: 0 15px;
    }

    .menu-posgrado .dropdown1 .dropbtn span,
    .menu-posgrado .nodropdown span {
        font-size: 16px;
    }

    .menu-posgrado .width-menu-desktop {
        max-width: 1440px;
    }
}