/* gurmukhi */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

div[itemtype="http://schema.org/Organization"]+div.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
}

.header {
    background-color: #a11a24;
    box-shadow: 0px 2px 8px #a4a2a2;
}

.top-header-row {
    background-color: #444444;
}

.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}

.middle-header-row .col-sm-3 {
    width: 288px;
    height: 110px;
    padding: 0;
    background: url('../images/logo.svg') no-repeat center;
    margin-top: -20px;
}

.middle-header-row .col-sm-3 img,
.social-media-text-top-header {
    display: none;
}

.main-nav-row {
    background-color: #a11a24;
    margin-top: -25px;
}

.main-nav-row .item-inner-main-nav a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-right: none;
}

.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
    color: #0099db;
}

.main-nav-row .item-inner-main-nav a:hover {
    background-color: #7d1414;
    color: #fff;
    border-radius: 5px;
}

.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
}

.header .ee-login-wrapper {
    padding-top: 5px;
    text-align: right;
    margin-top: 15px;
}

.js-log-in {
    background: #ed7818;
    color: #fff;
    border-color: #ed7818;
}

.search-box-container .input-group-btn .btn-default {
    background: #ed7818;
    color: #fff;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}

.ee-logotype {
    margin: none;
    display: none;
}

.footer-company-section .col-sm-3 {
    width: 288px;
    height: 110px;
    padding: 0;
    background: url('../images/logo.svg') no-repeat center;
    margin-top: -10px;
}

/* ICONS TOP */

.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header a {
    width: 35px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
}

.top-header-row .item-inner-top-header a:hover {
    background-color: transparent;
    color: #C2C2C2;
    text-decoration: underline;
    border-radius: 0;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f082";
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "𝕏";
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: "\f08c";
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f16d";
}

.top-header-row .item-inner-top-header:nth-child(5) a:before {
    content: "\f167";
}



/*diseno*/
.h2 {
    color: #a11a24;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
}

.hr {
    border-top: 3px solid #a11a24;
}

.p {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #7d1414;
    color: #FFF;
    padding: 0;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    color: #FFF;
    background-color: #a11a24;
}

.instructivos {
    display: grid;
    grid-template-columns: 300px 300px;
    place-content: center;
    gap: 100px;
    justify-content: space-evenly;
    justify-items: center;
    border-radius: 0 20px 20px 0;
}

.instructivos article {
    display: grid;
    grid-template-columns: 190px 250px;
    border: 2px solid #eee;
    box-shadow: 0px 3px 12px #a11a24;
    border-radius: 0 20px 20px 0;
    grid-template-rows: 120px 80px 90px;
    align-items: end;
    padding-right: 30px;
}

.instructivos img {
    margin: auto;
    grid-row: 1 / 4;
    width: 80%;
}

.instructivos h2 {
    text-align: center;
    color: #7d1414;
    font-weight: 600;
    font-size: 2.0rem;
    padding: 10px;
    grid-row-end: 3;
}

.instructivos a {
    background: #ed7818;
    border: none;
    padding: 10px 20px;
    margin: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    border-radius: 10px;
    grid-row-end: 4;
}


/*media*/
@media (max-width: 999px) and (min-width: 768px) {

    .instructivos {
        display: grid;
        grid-template-columns: 200px 200px;
        place-content: center;
        gap: 100px;
        justify-content: space-evenly;
        justify-items: center;
        border-radius: 0 20px 20px 0;
    }

    .instructivos article {
        display: grid;
        grid-template-columns: 90px 200px;
        border: 2px solid #eee;
        box-shadow: 0px 3px 12px #a11a24;
        border-radius: 0 20px 20px 0;
        grid-template-rows: 120px 80px 90px;
        align-items: end;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .main-nav-row .item-inner-main-nav a {
        color: #ffff;
        border-right: none;
        font-size: 13px;
    }

    .navbar-nav {
        width: 100%;
        text-align: left;
    }

    .navbar-nav>li {
        float: none;
        display: block;
        padding: 0 !important;
    }

    .main-nav-row {
        background-color: #a11a24;
        box-shadow: none;
        margin-top: 0px;
    }

    .main-nav-row .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        background: #a11a24;
    }

    .main-nav-row .navbar-header .icon-bar {
        background-color: #fff;
    }

    .main-nav-row .ee-navbar-toggle-search {
        position: relative;
        float: right;
        padding: 5px 10px;
        margin-top: 8px;
        margin-right: 4px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
    }

    .h2 {
        color: #a11a24;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 26px;
    }

    .hr {
        border-top: 2px solid #a11a24;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .p {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

    .ee-body.university {
        margin-bottom: 0 !important;
    }

    .footer-company-section .col-sm-3 {
        width: 100%;
        height: 110px;
        padding: 0;
        background: url(../images/logo.svg) no-repeat center;
        margin-top: 0;
    }

    .instructivos {
        grid-template-columns: minmax(320px, 720px);
        gap: 30px;
    }

    .instructivos article {
        border-radius: 0;
        padding-right: 0px;
        border-radius: 0;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .instructivos h2 {
        font-size: 1.8rem;
        padding: 0 10px;
    }

    .instructivos p {
        padding: 5px 30px;
        font-size: 1.4rem;
    }

    .instructivos button {
        margin: 5px 20px;
    }

    .instructivos img {
        width: 40%;
    }
}

.eesites-fixed-buttons.affix-bottom {
    position: fixed !important;
    bottom: auto;
    top: 0;
}

.ee-header-profile .ee-info,
.ee-navbar-profile .ee-info {
    word-break: break-word;
    display: inline-block;
    vertical-align: top;
    width: calc(90% - 52px);
    color: #fff;
}

.ee-body.university {
    margin-bottom: 222px;
}

.ee-info a {
    color: #fff;
}

.header .ee-header-profile .ee-myresume .myresume-indicator {
    margin-right: 20px;
    color: #fff;
}

.js-status-hvmov {
    color: #fff;
}

.middle-header-row .col-sm-3 a {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
}

.middle-header-row .col-sm-3 a {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
}