/* Menú header Mobile - Páginas UG y WA */
.main-menu-mobile {
    border-bottom: 1px solid #eaeaea;
    height: 52px;
}

.fixed-menu-content {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.logo a {
    position: absolute;
    /* background: #fdba30; */
    z-index: 9;
    left: 0px;
}

.search-button {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    outline: none;
}

/* .size-search {
    width: 25px;
} */

.mobile-menu--trigger,
.mobile-menu-close {
    float: right;
    margin-top: 16px;
    margin-right: 15px;
}

.mobile-menu--trigger img {
    width: 25px;
}

.mobile-menu-close img {
    width: 20px;
}

.style-menu-content {
    background: #fff;
    height: 100vh;
    right: 0px;
    margin-top: 52px;
    overflow: scroll;
    padding-top: 27px;
    position: absolute;
    width: 100%;
}

.item-carreras-mobile {
    position: relative;
}

.item-carreras-mobile .item-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-right: 3px solid #fdba30;
    border-bottom: 3px solid #fdba30;
    position: absolute;
    right: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.item-carreras-mobile a {
    color: #000;
    display: block;
    padding: 15px 30px;
}

.btn-mobile-postula-upn a {
    background: #fdba30;
    color: #000;
    display: inline-block;
    font-family: "TelegrafUltraBold";
    margin: 20px 32px;
    padding: 16px 32px;
    transition: 0.31s all;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}

.footer-menu {
    background: #000;
    color: #fff;
    position: relative;
    padding: 20px 30px 150px;
    transition: 0.31s color;
    margin-top: 15px;
}

.footer-menu p {
    margin: 0;
    padding-bottom: 15px;
}

.sub-menu-header {
    padding: 30px;
    position: relative;
}

.sub-menu-header p {
    margin: 0 0 0 15px;
}

.sub-menu-header::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-right: 3px solid #fdba30;
    border-bottom: 3px solid #fdba30;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(135deg);
}

.sub-menu-title {
    border-bottom: 1px solid #eaeaea;
    font-family: "SharpGroteskSemiBold";
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 30px;
}

.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%;
}

.item-carreras-desplegable a {
    color: #000;
}

.style-i-carreras {
    position: absolute;
    right: 30px;
    top: 13px;
    margin: auto;
}

.bg-items-carreras {
    visibility: visible;
    height: auto;
}

.main-menu-items {
    text-transform: none !important;
    border-bottom: 1px solid #eaeaea;
}

.main-menu-items a {
    display: inline-block;
    color: #000;
    padding: 15px 30px;
    transition: 0.31s color;
}

.ver-items-carreras a {
    color: #fdba30;
    font-family: "TelegrafUltraBold";
    font-size: 18px;
}

.secondary-menu-options {
    padding: 0 30px 15px;
}

.secondary-menu-options a {
    color: #808284;
    font-family: "SharpGroteskSemiBold";
    font-size: 20px;
}

#carreras-pregrado,
#carreras-gente-trabaja,
#carreras-a-distancia,
#posgrado,
#admision-pregrado,
#por-que-upn,
#nosotros-pregrado {
    display: none;
}

#carreras-pregrado.visible-menu,
#carreras-gente-trabaja.visible-menu,
#carreras-a-distancia.visible-menu,
#posgrado.visible-menu,
#admision-pregrado.visible-menu,
#por-que-upn.visible-menu,
#nosotros-pregrado.visible-menu {
    display: block;
}

.visible-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0px;
    min-height: calc(115vh);
}

/* 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) {
    .style-menu-content {
        border-left: 1px solid #eaeaea;
        width: 50%;
    }
}

@media (min-width: 992px) {
    /* .size-search {
        width: 22px;
    } */
}

@media (min-width: 1200px) {
    .fixed-menu-content {
        border-bottom: 1px solid #eaeaea;
    }

    .nav-upn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main-menu-desktop {
        max-width: 1440px;
        position: relative;
        margin: 0 auto;
    }

    .logo a {
        top: 0;
        left: 1%;
    }

    .logo img {
        width: 200px;
    }

    .header1 {
        background: #fff;
        margin-top: 5px;
        padding-top: 10px;
    }

    .bg-top-nav {
        background: #f6f6f6;
        padding: 5px 1.5%;
        width: 100%;
    }

    .position-bg-top-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 1400px;
        margin: 0 auto;
    }

    .dropdown1-top a {
        color: #000000 !important;
        padding: 0 12px;
        text-decoration: none;
    }

    .dropdown1-top .dropbtn-top {
        border: none;
        background-color: inherit;
        outline: none;
        padding: 0 12px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%;
        left: 0;
        box-shadow: 1px 2px 2px #2727273a;
    }

    .dropdown-content-top {
        display: none;
        position: absolute;
        right: 0;
        z-index: 99;
    }

    .dropdown1-top:hover .dropdown-content-top {
        display: block;
    }

    .dropdown1:hover .dropdown-content {
        display: block;
    }

    .dropdown1:hover .dropbtn {
        background: #f6f6f6;
    }

    .content-top-section {
        background-color: #fff;
        padding: 10px 5px;
        border: 1px solid #eaeaea;
    }

    .tri-white-admision .row-section,
    .tri-white-experiencia .row-section,
    .tri-white-nosotros .row-section {
        display: flex;
    }

    .dropdown-content .header1 p {
        font-family: "TelegrafUltraBold";
        font-size: 20px;
        padding: 12px 0;
        margin-bottom: 0;
    }

    .row-section {
        background-color: #fff;
    }

    .row-section:after {
        content: "";
        display: table;
        clear: both;
    }

    .column {
        float: left;
        background-color: #f6f6f6;
        text-align: center !important;
        min-height: 136px;
    }

    .column2,
    .column3 {
        float: left;
    }

    .column .one {
        min-height: 136px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .column2 a {
        display: block;
        min-height: 136px;
        padding: 16px;
        text-decoration: none;
    }

    .column .one:hover {
        background-color: #fff;
    }

    .column2:hover {
        background-color: #f7f7f7;
    }

    .column .one a p,
    .faculty-name-cgt,
    .program-name-posgrado {
        font-family: "SharpGroteskSemiBold";
        font-size: 18px;
        text-transform: uppercase;
    }

    .program-name-posgrado:hover {
        color: #000;
    }

    .four-columns {
        width: 25%;
    }

    .five-columns {
        width: 20%;
    }

    .six-columns {
        width: 16.66%;
    }

    .seven-columns {
        width: 14.28%;
    }

    .one:hover+.sub {
        display: block !important;
    }

    .sub:hover {
        display: block !important;
    }

    .sub {
        background-color: #fff;
        border: 1px solid #eaeaea;
        display: none;
        min-height: 250px;
        padding: 30px;
        text-align: left;
        position: absolute;
        left: 0px;
        width: 100% !important;
        z-index: 2;
    }

    .column-div-carreras .div-carreras-pregrado {
        padding: 0 5px;
        float: left;
        width: 25%;
    }

    .style-bot-menu {
        width: 100%;
        background: #f6f6f6;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dropdown1 .dropbtn {
        border: none;
        outline: none;
        background-color: inherit;
        display: flex;
        align-items: center;
        height: 72px;
        padding: 0 6px;
    }

    .dropdown1 .dropbtn span {
        font-family: "TelegrafUltraBold";
        font-size: 14px;
        line-height: 1.1;
    }

    .box-btn-postula-upn {
        margin-right: 1%;
        padding: 30px 0 30px 10px;
    }

    .menu-posgrado-content-footer {
        background: #fff;
        border-top: 1px solid #eaeaea;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .menu-posgrado-content-footer p {
        font-family: "SharpGroteskSemiBold";
        font-size: 33px;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .menu-posgrado-content-footer span {
        color: #fdba30;
    }

    .menu-posgrado-content-footer img {
        height: 25px;
    }

    .menu-content-footer {
        position: relative;
        background: #fff;
        height: 200px;
        border-top: 1px solid #eaeaea;
        overflow: hidden;
        z-index: 1;
    }

    .menu--intro-text {
        color: #fdba30;
        font-family: "TelegrafUltraBold";
        font-size: 28px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .menu-content-footer-text {
        border: 2px solid #000;
        border-radius: 4px;
        color: #000000;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        width: 240px;
    }

    .menu-content-footer-text:hover,
    .menu-content-footer-text:focus {
        background: #fdba30;
        border-color: #fdba30;
        color: #000000;
    }

    .menu-content-footer-text p {
        font-family: "SharpGroteskSemiBold";
        font-size: 18px;
        line-height: 1.2;
        text-transform: uppercase;
        width: 180px;
    }

    .tri-white-posgrado .menu-content-footer-text {
        width: 210px;
    }
}

@media (min-width: 1280px) {
    .dropdown1 .dropbtn {
        padding: 0 10px;
    }
}

@media (min-width: 1440px) {
    .logo img {
        width: 220px;
    }

    .dropdown1 .dropbtn {
        height: 92px;
    }

    .dropdown1 .dropbtn span {
        font-size: 16px;
    }

    .box-btn-postula-upn {
        padding: 34px 0 34px 17px;
    }
}