/* gurmukhi */
@font-face {
    font-family: 'Albert Sans';
    src: url("../font/AlbertSans-Light.ttf") format('truetype');
	font-weight: 100;
}
@font-face {
    font-family: 'Albert Sans';
    src: url("../font/AlbertSans-Medium.ttf") format('truetype');
	font-weight: 300;
}
@font-face {
    font-family: 'Albert Sans';
    src: url("../font/AlbertSans-Bold.ttf") format('truetype');
	font-weight: 500;
}
@font-face {
    font-family: 'Albert Sans';
    src: url("../font/AlbertSans-Black.ttf") format('truetype');
	font-weight: 700;
}

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

body{
	  font-family: "Albert Sans", sans-serif;
    font-weight: 100;
}
h1{
	font-weight: 300;
}
label {
    font-weight: 300;
}
.checkbox label, .radio label {
    font-weight: 100;
}
.header {
    background-color: #d4ebfc;
}
.header .container {
        width: 100%;
    }
.main-nav-row {
    background-color: #d4ebfc;
    margin: 0;
}
.top-header-row {
    display: none;
}
.middle-header-row .col-sm-3 img{
	display: none;
}
.middle-header-row .col-sm-3 {
    width: 288px;
    height: 60px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
}
.middle-header-row .col-sm-5 {
        width: 15%;
        position: absolute;
        right: 20%;
    }
 .middle-header-row .col-sm-4 {
        width: 33.33333333%;
        position: absolute;
        right: 2%;
        top: 34px;
    }

.ee-header-profile {
    position: absolute;
    width: 240px;
    right: 0;
}
.main-nav-row .item-inner-main-nav a {
    color: #1b2632;
    padding: 9px 15px;
    border-right: solid 1px #49b847;
    border-radius: 0;
    background-color: transparent;
    font-weight: 300;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #49b847;
}
.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #d4ebfc;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.main-nav-row .navbar-nav li:nth-child(5) {
	display:none;
}

/*diseño generico*/
.titulos h2{
	font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
	text-align: center;
	color: #1b2632;
	font-weight: 500;
}
.sub-titulo{
	max-width: 576px!important;
	font-size: 16px!important;
	text-align: center;
	margin-bottom: 48px!important;
	color: #52667a!important;
	margin: auto;
    text-transform: none!important;
    font-weight: 100;
}

/* Estado inicial */
/* ===== MENU BASE ===== */
.menu{
    position: fixed; /* siempre fijo para evitar salto */
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px 1%;
    z-index: 1000;
    font-weight: 300;

    background: transparent;

    transition: 
        background 0.35s ease,
        box-shadow 0.35s ease,
        padding 0.35s ease;
}

/* ===== LOGO ===== */
.menu img{
    position: absolute;
    left: 10%;
    top: 10%;
    height: 48px;

    filter: brightness(0) invert(1);

    transition: 
        filter 0.35s ease,
        transform 0.35s ease;
}

/* ===== LINKS ===== */
.menu a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;

    transition: color 0.35s ease;
}

.menu a:hover{
    color: #49b847;
}

.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* ===== ESTADO SCROLL ===== */
.menu.scrolled{
    background: rgba(255,255,255,0.95);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 6px 1%;

    /* efecto moderno opcional */
    backdrop-filter: blur(10px);
}

/* Logo vuelve a color */
.menu.scrolled img{
    filter: none;
    transform: scale(0.95);
}

/* Links oscuros */
.menu.scrolled a{
    color: #000;
}

.menu.scrolled a:hover{
    color: #49b847;
}

/*home*/
#inicio{
  min-height: 85vh;
  max-height: 100vh;
  background: linear-gradient(90deg,
      rgba(4, 106, 180, 0.8) 0%,
      rgba(45, 184, 237, 0.6) 50%,
      rgba(4, 106, 180, 0.8) 100%
    ),
    url("../images/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#inicio h1 {
    font-size: 60px;
    max-width: 896px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: -10%;
    letter-spacing: -1.5px;
}
#inicio h4{
    font-size: 20px;
    line-height: 28px;
    max-width: 672px;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 100;
    text-shadow: #141414 2px 2px 4px;
}
/*buscador*/
.buscador {
    width: 768px;
    position: absolute;
    z-index: 10;
    top: 52vh;
    background: #fffffff2;
    padding: 0 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
}
.buscador .js-searchbox-form{
		width: 100%;
	}
.buscador .search-box-container .btn-default{
    background: #49b847;
    color: #fff;
    padding: 12px 32px;
    margin: 15px;
    border-radius: 12px;
}
 .buscador.input-group.search-box-container {
    padding: 0px 0;
}
 .buscador .tt-hint{
		display: none;
	}
.buscador .twitter-typeahead input{
    position: relative;
    vertical-align: top;
    background-color: #fff;
    margin: 15px;
    width: 98%;
    padding: 10px;
    height: 46px;
    border-radius: 12px!important;
}
.buscador .input-group.search-box-container {
    padding: 0px 0;
	margin: auto;
}

/*oportunidades*/
#oportunidades{
    background: #d4ebfc;
    padding: 80px 0;
}
#oportunidades .flex{
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 16px;
    scrollbar-width: none;
    max-width: 1400px;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
}
#oportunidades .card {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    border: #dae0e7 1px solid;
    border-radius: 12px;
    padding: 24px;    
	min-width: 300px;
}
#oportunidades .card:hover{
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    translate: 0 -4px;
    transition-duration: .5s;
}
#oportunidades .card h3{
    color: #046ab4;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.45px;
    margin-bottom: 12px;
    margin-top: 0;
}
#oportunidades .card h3:hover{
	color: #49b847;
}
.main-container {
    width: 100%;
    max-width: 734px;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    padding: 0 10px; /* Pequeño padding en móviles */
    box-sizing: border-box; /* Importante para padding */
}
.slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none; 
}
.slider-wrapper::-webkit-scrollbar { 
	display: none; 
}
.content-box .content-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.content-box{
    text-align: left;
    }
.text-accent {
    color: #31b8ed;
}
.info{
    display: flex;
    gap: 8px;
    margin: 4px 0;
    align-items: center;
}
.text-accent{
    color: #31b8ed;
    width: 16px;
    height: 16px;
}
.text-scroll  {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    height: 100px;
    overflow-y: auto;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 12px;
}
.btn-card {
    background: #fff;
    color: #053D6A;
    border: 1px solid #053D6A;
    text-align: center;
    padding: 10px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s;
    font-size: 14px;
}
.btn-card:hover { background: #053D6A;
     color: #fff;
     }
.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}
.slider-controls button {
    background: #fff;
    color: #000;
    border: none;
    padding: 8px 6px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    border-radius: 40px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    top: 40%;
    display: flex;
}
.slider-controls button:hover {
    background: #d4ebfc;
}
#prevBtn{
    left: 0;
}
#nextBtn{
    right: 0;
}
		
		/* Media query: si el ancho es menor a 500px, una columna */
@media (max-width: 500px) {
    .card {
        grid-template-columns: 1fr; /* Una columna */
        padding: 20px 15px;
        margin: 0 auto; /* Centra la tarjeta */
    }
    .text-scroll {
        height: 120px;
    }
}
.slider-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* Track animado */
.slider-track {
  display: flex;
  width: max-content;
  animation: scrollHorizontal 25s linear infinite;
}

/* Fila */
.slider-row {
  display: flex;
  gap: 64px;
  padding-right: 64px; /* evita corte brusco */
    color: rgb(82 102 122 / 50%);
}

/* Texto */
.slider-row span {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  opacity: 0.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Animación infinita */
@keyframes scrollHorizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#oportunidades .h4{
    text-align: center;
    color: #1b2632;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 64px;
    font-weight: 500;
}


/*Educate*/
#educacion .cuadricula{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    padding: 20px;
    gap: 24px;
    max-width: 1400px;
    margin: auto;
    margin-top: 48px;
}
#educacion .card{
    padding: 24px;
    border: solid #dae0e7 1px;
    border-radius: 12px;
}
#educacion .card:hover{
    padding: 24px;
    border: solid #dae0e7 1px;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    translate: 0px -4px;
    transition-duration: .5s;
}
.libro {
    background: #d4ebfc;
    border-radius: 12px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.libro svg{
    color: #046ab4 !important;
    width: 24px;
    height: 24px;
}
#educacion{
	padding: 80px 0;
}
#educacion span{
    color: #31b8ed;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}
#educacion h3{
    color: #1b2632;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 8px 0 8px 0;
}
#educacion p{
    font-size: 14px;
    line-height: 20px;
    color: #52667a;
    margin: 8px 0 24px 0;
    font-weight: 100;
}
#educacion a{
    display: flex;
    gap: 8px;
    color: #49b847;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
#educacion a:hover{
    color: #046ab4;
    text-decoration: none;
}


/*enterate*/
#enterate{
    background: #046ab4;
    color: #fff!important;
    text-align: center;
    padding: 50px 0;
}
#enterate h2{
	color: #fff!important;
}
#enterate .sub-titulo {
    color: rgb(255 255 255 / 80%)!important;
}
#enterate .contenido{
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 32px;
    padding: 16px;
    max-width: 1400px;
    margin: auto;
    margin-top: 48px;
}
#enterate .contenido .uno{
	grid-column: 1/2;
    border-radius: 12px;
    background-color: rgb(255 255 255 / 10%);
    border: rgb(255 255 255 / 10%) 1px solid;
}
#enterate .contenido .dos{
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#enterate img{
    margin: auto;
    height: 224px;
    object-fit: cover;
    width: 100%;
    border-radius: 12px 12px 0 0;
}
#enterate texto {
    padding: 24px;
}
#enterate h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    font-weight: 500;
}
#enterate p{
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    font-weight: 100;
    color: #ffffffcc;
    margin-bottom: 16px;
}
#enterate a{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}
#enterate .texto {
    padding: 24px;
}
#enterate .contenido .dos div{
    border-radius: 12px;
    background-color: rgb(255 255 255 / 10%);
    border: rgb(255 255 255 / 10%) 1px solid;
	padding: 20px;
}
#enterate .contenido .dos div:hover {
    background-color: rgb(255 255 255 / 15%);
}
#enterate .contenido h6{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 0;
}
.btn-noticias{
    background: #49b847;
    width: 22%;
    padding: 12px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    margin-right: 1%;
    font-size: 16px !important;
    max-width: 240px;
    font-weight: 100!important;
    letter-spacing: -0.4px;
    gap: 8px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.derecha{
    display: flex;
    justify-content: flex-end;
    max-width: 1400px;
    margin: auto;
}

/*prefooter*/
.pre-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #046ab4;
    padding: 40px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.redes{
    display: flex;
    gap: 1rem;
}
svg:not(:root) {
    overflow: hidden;
    height: 20px;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.text-secondary-foreground\/60 {
    color:rgb(255 255 255 / 60%);
}
.text-secondary-foreground\/60:hover {
    color: #e5e7eb;
}

@media (max-width:767px){
	#inicio{
		min-height: 62vh;
	}
	.main-nav-row {
    background-color: transparent;
    margin: 0;
}
	.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #fff;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav {
    margin: 5px 0px;
}
	.navbar-nav > li {
    float: none;
    display: list-item;
}
	.main-nav-row .ee-navbar-toggle-search {
    color: #1b2632;
}
	.main-nav-row .navbar-header .icon-bar {
    background-color: #1b2632;
}
	.navbar-nav>li>a {
    color: #1b2632;
    padding: 10px 4px;
}
	.main-nav-row .item-inner-main-nav a {
    padding: 10px 4px;
    border-radius: 0;
    border: none;
}
	.titulos{
    padding: 0 20px;
}
	.buscador {
    width: 320px;
        top: 40vh;
}
	.buscador .twitter-typeahead input {
    margin: 15px auto;
    width: 100%;
    padding: 10px;
}
	.buscador .search-box-container .btn-default {
    padding: 12px 130px;
    margin: 0 auto 15px;
}
	#inicio h1 {
    font-size: 30px;
}
	#inicio h4 {
    font-size: 16px;
    line-height: 24px;
}
	#oportunidades {
    background: #d4ebfc;
    padding: 40px 0;
}
	#educacion {
    padding: 40px 0;
}
	.h4 {
    font-size: 20px;
    line-height: 28px;
}
	#educacion .cuadricula {
    display: flex;
    margin-top: 38px;
    flex-direction: column;
}
	.slider-row span {
    font-size: 18px;
}
	.slider-track {
    animation: scrollHorizontal 35s linear infinite;
}
	.titulos h2 {
    font-size: 30px;
    line-height: 36px;
}
	.btn-noticias {
    width: 240px;
    margin-bottom: 20px;
    margin-top: 20px;
}
	#enterate .contenido {
    display: flex;
    margin-top: 38px;
    flex-direction: column;
}
	#enterate p {
    line-height: 24px;
}
	.pre-footer {
    padding: 20px;
}
	.main-nav-row .item-inner-main-nav a {
    background-color: transparent;
}
	.main-nav-row .navbar-collapse {
        background: #d4ebfc;
    }
	.slider-controls button {
    top: 76%;
}
	.derecha {
    justify-content: center;
}
}

/*ofertas*/
 
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}
.eesites-offer-application .btn-return {
    margin-left: 10px;
    width: auto;
}