/* gurmukhi */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}

body{
	font-family: "Lato", sans-serif;
}

/*menu*/
.header {
    background: linear-gradient(10deg, rgba(48, 54, 82, 1) 0%, rgba(5, 78, 151, 1) 86%);
}
.top-header-row {
    display: none;
}
.main-nav-row {
    background-color: transparent;
    margin: 0;
}
.header .col-sm-3 img{
    filter: brightness(0) invert(1);
    margin-left: -40%;
}
.main-nav-row .container{
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 20px 0;
}
.middle-header-row {
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.main-nav-row .item-inner-main-nav a {
    color: #FFF;
    padding: 9px 15px;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    border-bottom: 2px solid #f5d42e;
    color: #f5d42e;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.middle-header-row .btn-default {
    color: #000;
    background-color: #f5d42e;
    border-color: #f5d42e;
}

/*Inicio sesión blanco*/
.header .ee-header-profile .ee-myresume {
    font-size: 12px;
    color: #fff;
}
.header .ee-header-profile .ee-myresume .log-off, .header .ee-header-profile .ee-myresume .myresume-indicator {
    margin-right: 20px;
    color: #fff;
}
.js-status-hvmov {
    color: #fff;
}
.ee-info a{
	color: #fff;
}

 /*btn ofertas*/  
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}

/*bienvenidos*/
.bienvenidos{
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
    padding: 5% 5%;
    gap: 5%;
}
.bienvenidos .video{
	grid-column: 1 / 2;
}
.bienvenidos .texto{
	grid-column: 2 / 3;
}
.bienvenidos .texto h1 {
    color: #303652;
    font-weight: 600;
    line-height: 60px;
    font-size: 40px;
}
.bienvenidos .texto p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 20px 0;
}
.bienvenidos .texto h3{
    color: #ce8d30;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
}

/*tarjetas*/
.roles{
    display: flex;
    justify-content: center;
}
.tarjetas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 2%;
    justify-items: center;
}
.tarjetas img{
    border-radius: 70%;
    border: 14px solid #79acce;
    padding: 20px;
    width: 80%;
    margin: auto;
}
.tarjetas p{
    text-align: center;
    color: #303652;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0px;
}

/*hv*/
.hv{
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 5%;
    gap: 5%;
}
.hv img{
    border-radius: 30px 0 0 30px;
    margin: auto;
}
.hv p {
    width: 50%;
    float: inline-end;
    margin-top: -75%;
    z-index: 10;
    position: relative;
    height: 100%;
    background: rgba(245, 212, 46, 0.66);
    backdrop-filter: blur(2.1px);
    border: 1px solid rgba(245, 212, 46, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #303652;
}

/*egresados*/
.egresados{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 0 4% 0;
}
.egresados h2{
    color: #303652;
    font-weight: 600;
}
.alink{
    background: #f7965b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 10px;
}

/*informacion*/
.informacion {
    background: #054e97;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2% 0;
    color: #fff;
}
.informacion p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
.informacion a {
    color: #f7965b;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
}
.informacion a:hover {
    color: #f7965b;
    text-decoration: underline;
}
.informacion h4{
    color: #f5d42e;
    font-size: 30px;
    margin-top: 2%;
    font-weight: 600;
}

/*css redes*/
.menu-redes{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 5%;
    right: 20px;
    padding: 10px;
    border-radius: 20px;
    z-index: 10;
}
 .menu-redes .menu-item  {
    display: inline-block;
    margin: 8px 0;
    background: #f5d42e;
    padding: 10px;
    border-radius: 15%;
}
.facebook{
	width: 15px;
    filter: brightness(0);
}
.instagram{
	width: 22px;
    filter: brightness(0);
}
.youtube{
	width: 25px;
    filter: brightness(0);
}
.whatsapp{
	width: 34px;
    filter: brightness(0);
}
.web{
	width: 25px;
    filter: brightness(0);
}



/*media*/
@media (max-width: 1600px) and (min-width:1401px){
	.bienvenidos .texto h1 {
    color: #303652;
    font-weight: 600;
    line-height: 46px;
    font-size: 30px;
}
	.bienvenidos .texto p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin: 20px 0;
}
}

@media (max-width: 1400px) and (min-width: 1200px){
	    .navbar-left {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.header .col-sm-3 img {
    margin-left: 0%;
}
	.menu-redes {
    top: 30%;
}
	.main-nav-row .item-inner-main-nav a {
    padding: 0px 8px;
    font-size: 14px;
}
	.bienvenidos .texto h1 {
    line-height: 36px;
    font-size: 24px;
}
	.bienvenidos .texto p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
}
@media (max-width: 1199px) and (min-width: 768px){
	.header .col-sm-3 img {
    margin-left: 0%;
}
	.menu-redes {
    top: 30%;
}
	.main-nav-row .item-inner-main-nav a {
    padding: 0px 18px;
    font-size: 14px;
}
	.bienvenidos .texto h1 {
    line-height: 36px;
    font-size: 24px;
}
	.bienvenidos .texto p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
	.bienvenidos {
    grid-template-columns: 1fr;
    grid-template-rows: 380px 1fr;
    display: grid;
    padding: 5% 5%;
    gap: 1%;
}
	.bienvenidos .video {
    grid-row: 1 / 2;
}
	.bienvenidos .texto {
    grid-row: 2 / 3;
}
	.hv p {
    width: 100%;
    margin-top: -35%;
    height: 50%;
}
}
@media (max-width: 1199px) and (min-width: 1000px){
	    .navbar-left {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.header .col-sm-3 img {
    margin-left: 0%;
}
	.menu-redes {
    top: 30%;
}
	.main-nav-row .item-inner-main-nav a {
    padding: 0px 8px;
    font-size: 14px;
}
	.bienvenidos .texto h1 {
    line-height: 36px;
    font-size: 24px;
}
	.bienvenidos .texto p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
}
}
@media (max-width: 768px) {
	.main-nav-row .container {
    width: 100%;
    justify-content: center;
    display: block;
    padding: 0;
}
	.navbar-nav>li>a {
    color: #fff;
}
	.main-nav-row .item-inner-main-nav a {
    padding: 0px 15px;
}
	.menu-redes {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: relative;
    top: 0;
    right: 0;
    padding: 10px;
    border-radius: 20px;
    z-index: 10;
    gap: 5%;
}
	.bienvenidos {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0%;
}
	.bienvenidos .video {
    grid-row: 1 / 2;
		grid-column: 1;
}
	.bienvenidos .texto {
    grid-row: 2 / 3;
		grid-column: 1;
}
	.bienvenidos .texto h1 {
    line-height: 26px;
    font-size: 20px;
}
	.bienvenidos .texto p {
    font-size: 14px;
    line-height: 18px;
}
	.bienvenidos .texto h3 {
    font-size: 16px;
}
	.tarjetas {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
}
	.hv {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}
	.hv p {
    width: 100%;
    margin-top: -35%;
    height: 50%;
}
	.egresados {
    padding: 10% 0;
}
	.informacion {
    padding: 2%;
    text-align: center;
}
	.informacion p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
	.informacion a {
    font-size: 14px;
    line-height: 26px;
}
	.informacion h4 {
    color: #f5d42e;
    font-size: 22px;
    margin-top: 2%;
    font-weight: 600;
}
}

