/* gurmukhi */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}

body{
	 font-family: "Montserrat", sans-serif;
}

.header {
    background-color: #003663;
    padding-top: 4%;
}
.top-header-row {
    background-color: #003663;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
    display: none;
}
.middle-header-row {
    padding: 0px 0px 30px 0;
    display: flex;
    justify-content: center;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.main-nav-row {
    background-color: transparent;
    position: absolute;
    top: 0px;
    width: 100%;
	padding: 2%;
}
.main-nav-row .container {
    width: 67%;
    float: inline-start;
    background: transparent;
    border-radius: 24px;
    margin-left: -50px;
}
.main-nav-row .item-inner-main-nav a{
    color: #fff;
    border-right: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px;
    z-index: 3;
}
.main-nav-row .item-inner-main-nav:hover{
    background-color: transparent;
    color: #ffbf00;
}
.main-nav-row .item-inner-main-nav a:hover{
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0px 0px 25px 25px;
}
.ee-header-profile {
	margin-top: 0px!important;
    float: inline-end;
    width: 60%;
}
.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: #FFBF06;
    color: #333;
    width: 100%;
    border-color: #FFBF06;
}
.js-log-in:hover {
    background: #ffff;
    color: #000 !important;
    border: #fff;
}
.search-box-container .input-group-btn .btn-default  {
    background: #ffbf00;
    color: #333;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}

.navbar-nav li:nth-child(5){
	display: none
}
/*menu*/
.middle-header-row .col-sm-5{
    position: absolute;
    top: 8px;
    width: 20%;
    right: 15px;
}
.middle-header-row .col-sm-4{
    position: absolute;
    width: 30%;
    top: 10px;
    z-index: 1;
    right: 20%;
}

/*inicio de sesion*/
 
.header .ee-header-profile .ee-myresume {
    font-size: 12px;
    color: #0058af;
}
.header .ee-header-profile .ee-myresume .log-off, .header .ee-header-profile .ee-myresume .myresume-indicator {
    margin-right: 20px;
    color: #0058af;
}
.js-status-hvmov {
    color: #192247;
}
.ee-info a{
	color: #192247;
}
.ee-header-profile {
    position: relative;
    margin-top: 15px;
    margin-left: 50px;
}

/*login blanco*/
.ee-info{
	color: #fff;
}
.ee-info a{
	color: #fff!important;
}
.header .ee-header-profile .ee-myresume {
  color: #fff;
}
.js-status-hvmov {
  color: #fff;
}
.header .ee-header-profile .ee-myresume .log-off {
  margin-right: 0;
  color: #fff;
}
/*boton postular fijo movil*/
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}

/*diseno*/
.feria-home{
    padding: 4% 0;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr;
}
.home{
    grid-column: 2 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}
.img-home {
    width: 100%;
    padding: 1%;
    border-radius: 20% 40% 60%;
}
.amarillo{
    position: absolute;
    z-index: -1;
    width: 28%;
    left: 4%;
    top: 10%;
}
.logo{
    border-radius: 0;
    width: 100%;
    padding: 0;
}
.ee{
    background: #ffff;
    border-radius: 11px;
    width: 60%;
    margin: 5% auto 1%;
    padding: 2%;
}
.svg-superior{
    margin-top: 2%;
    z-index: -1;
}
.svg-inferior{
    margin-bottom: -15%;
}
.home h1{
    border-top: 3px solid #FFBF06;
    border-bottom: 3px solid #FFBF06;
    text-align: center;
    font-weight: 800;
    color: #003663;
    padding: 2% 6%;
}
.home p{
    color: #333;
    font-size: 16px;
    text-align: center;
}
.home h6{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.calendario{
    width: 15%;
    padding-right: 2%;
}
.home .info a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
}
.button-postular {
    padding: 15px 9%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #003663;
    transition: all 1000ms;
    font-size: 16px;
    position: absolute;
    overflow: hidden;
    outline: 2px solid #00366B;
    margin: 20px auto;
}

.button-postular:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #003663;
  box-shadow: 4px 5px 17px -4px #333;
}

.button-postular::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #003663;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button-postular:hover::before {
  width: 250%;
}
.info-vacantes{
    display: grid;
    grid-template-columns: 10vw 1fr 1fr 10vw;
    grid-template-rows: 30vw;
	align-items: center;
	justify-content: center;
	margin: -12% 0 0;
    background: #0058af;
    gap: 2%;
    padding: 2% 0;
}
.info-vacantes .centrar{
    display: contents;
    align-items: center;
}
.info-vacantes .texto{
    grid-column: 2 / 3;
}
.info-vacantes .texto h2{
    color: #fff;
    font-weight: 600;
    margin: 2% 0;
}
.info-vacantes .texto ul{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.info-vacantes .texto p{
    color: #fff;
    font-size: 16px;
    padding: 2%;
}
.info-vacantes .video{
    grid-column: 3 / 4;
}
.info-vacantes a{
    width: 100%;
    display: inline-grid;
    text-decoration: none;
	color: #FFBF06;
}
.sub{
    color: #FFBF06 !important;
    font-size: 32px !important;
    letter-spacing: 0px;
    margin: 2% 0;
    font-weight: bold;
    position: absolute;
    top: 65vw;
    left: 38vw;
}
.elempleo p{
    color: #fff;
    font-size: 16px;
    padding: 2%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vacantes{
    background: #ededed;
    padding: 4% 0;
    margin-top: -2px;
}
.contador{
    background: #fff;
    width: 50%;
    padding: 3%;
    border-radius: 20px;
}
.contador h6{
    font-size: 28px;
    margin: 0;
	font-weight: 600;
}
.contador_cantidad{
    border: 4px solid #FFBF06;
    border-radius: 20px;
    margin: 5%;
    font-size: 30px;
    font-weight: 600;
    padding: 2%;
}
.pushable {
  position: relative;
  background: transparent;
  padding: 0px;
  border: none;
  cursor: pointer;
  outline-offset: 4px;
  outline-color: #FFBF06;
  transition: filter 250ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFBF06;
  border-radius: 8px;
  filter: blur(2px);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(0deg,rgba(0, 54, 99, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.front {
    display: block;
    position: relative;
    border-radius: 8px;
    background: #FFBF06;
    padding: 16px 32px;
    color: #003663;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 16px;
    transform: translateY(-4px);
    transition: transform 600ms 
cubic-bezier(0.3, 0.7, 0.4, 1);
}

.pushable:hover {
  filter: brightness(110%);
}

.pushable:hover .front {
  transform: translateY(-6px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus:not(:focus-visible) {
  outline: none;
}
.vacan{
    position: absolute;
    left: 36vw;
    padding: 1% 3%;
    margin-top: -1%;
}
.btn-vacantes button {
 font-size: 16px;
 position: relative;
 margin: auto;
 padding: 1em 2.5em 1em 2.5em;
 border: none;
 color: #fff;
 background: #0058af;
 transition: all 0.1s linear;
 box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
}

.btn-vacantes button:active {
 transform: scale(0.95);
}

.btn-vacantes button span {
 color: #fff;
}

.btn-vacantes button .border {
 position: absolute;
 border: 1px solid #0058af!important;
 transition: all 0.3s 0.08s linear;
 top: 50%;
 left: 50%;
 width: 100%;
 height: 100%;
 transform: translate(-50%, -50%);
}

.btn-vacantes button:hover .border {
 display: block;
 width: 105%;
 height: 120%;
}

.full-rounded {
 border-radius: 2em;
}
.que-es {
    display: grid;
    grid-template-columns: 10vw 1fr 10vw;
    grid-template-rows: 10vw 1fr;
    padding: 5% 0;
}
.que-es .info{
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    display: grid;
    justify-items: center;
    align-items: center;
    text-align: center;
}
.que-es h2{
    color: #003663;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
.que-es p {
    font-size: 16px;
    color: #333;
    margin: 0;
}
.que-es .opciones{
    grid-column: 2 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
	gap:10%;
}
.caja-texto{
    width: 20%;
}
.caja-texto h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-top: 2px solid;
    color: #0058af;
    padding-top: 10px;
}
.caja-texto p {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 300;
}
.caja-texto img{
    background: #003663;
    width: 70%;
    border-radius: 20px 50px;
    padding: 10px;
}
.empresas {
    background: linear-gradient(0deg, rgb(237 237 237) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 0 8%;
}
.empresas .info{
    display: flex;
    align-items: center;
    justify-content: center;
	gap:5%;
    padding: 2% 0;
}
.empresas p {
    font-size: 16px;
    line-height: 30px;
}
.zona-empresas{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    height: 300px;
}
.zona-empresas img{
    width: 25%;
    position: absolute;
    right: 10vw;
    margin-top: -160px;
}
.feria{
    display: grid;
    grid-template-columns: 10vw 2fr 10vw;
}
.empresas h2{
    color: #003663;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
.empresas .button-postular-mobile{
	background: #003663;
    color: #fff;
    padding: 15px 9%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
	margin: 0px auto;
    width: 100%;
    display: block;
}
.empresas .button-postular {
    padding: 15px 9%;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    transition: all 1000ms;
    font-size: 16px;
    position: absolute;
    overflow: hidden;
    outline: 2px solid #003663;
    margin: 0px auto;
	left: 18%;
	background: #003663;
}

.empresas .button-postular:hover {
  color: #003663;
  transform: scale(1.1);
  outline: 2px solid #003663;
  box-shadow: 4px 5px 17px -4px #333;
}

.empresas .button-postular::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.empresas .button-postular:hover::before {
  width: 250%;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 25px;
    margin-bottom: 25px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	margin: 10px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    max-width: 100%;
	background: #fff;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.logo-ee {
    width: 25%;
    filter: brightness(0) invert(1);
    margin-left: 10px;
}
.h2 {
    color: #003663;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    padding: 2% 0;
}
.empresa {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    margin-bottom: 40px;
    justify-content: center;
}
.empresa h2 {
        font-size: 32px;
    }
.section {
    overflow: hidden;
}
.seccion .row {
    margin-right: 0;
    margin-left: 0;
}
.articles-1 {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
}
.article-1 {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background-color: #0058af;
    transform-origin: center;
    transition: all 0.4s 
ease-in-out;
    overflow: hidden;
    color: #fff;
}
figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.article-1 img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s 
ease-in-out;
}
.article-body {
    padding: 24px;
}
.article-1 h2 {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    transition: color 0.3s 
ease-out;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.article-1 a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.article-1 a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}
.article-1 a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}
.azul-2 {
    background: #003663;
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
}
.articles-2 {
    display: grid;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 50px;
    max-width: 1600px;
}
.article-2 {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background-color: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    color: #000;
}
.article-2 h2 {
    margin: 0 0 18px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 18px;
    transition: color 0.3s ease-out;
    font-family: "Montserrat", sans-serif;
    color: #0058af;
    font-weight: 600;
    text-transform: uppercase;
}
.cronograma{
    background: linear-gradient(180deg, rgba(0, 88, 175, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.agenda{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 2%;
    padding: 20px 0;
	max-width: 1300px;
}
.h2-agenda{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    padding: 4% 0 2%;
    margin: -2px;
}
.info-agenda{
    position: absolute;
    bottom: 1vw;
    left: 0;
    width: 100%;
    text-align: center;
}
.card-list {
	width: 90%;
	max-width: 400px;
    margin: 20px 0;
}

.card {
    background-color: #FFF;
    box-shadow: 0px 2px 19px -3px rgba(0, 0, 0, 0.79);
    border-radius: 15px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    transition: .15s ease-in;
    height: 600px;
}

.card-image {
	border-radius: 10px;
	overflow: hidden;
}

.card-header {
    margin-top: 10px;
    text-align: center;
}
.card-header h2{
    font-size: 22px;
    padding: 0 10px;
}

.card-footer {    
	margin-top: 25px;
    border-top: 1px solid #ddd;
    text-align: justify;
    padding: 20px 20px;
    display: grid
;
}

.card-meta {
    display: flex;
    color: #333;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 18px;
    font-weight: 600;
    gap: 11px;
    margin: 6% 0 5%;
}
@media (min-width:1800px){
	.sub {
    color: #FFBF06 !important;
    font-size: 32px !important;
    letter-spacing: 0px;
    margin: 2% 0;
    font-weight: bold;
    position: absolute;
    top: 65vw;
    left: 40vw;
}
	.zona-empresas img {
    width: 18%;
    position: absolute;
    right: 18vw;
    margin-top: -160px;
}
}
@media (min-width:1500px) and (max-width:1799px){
	.sub {
    top: 70vw;
    left: 36vw;
}
}
@media (min-width:1200px) and (max-width:1499px){
	.main-nav-row .container {
    width: 80%;
    margin-left: -8%;
}
	.main-nav-row .item-inner-main-nav a {
    font-size: 12px;
    padding: 10px 5px;
}
	.ee-header-profile {
    margin-top: 0px!important;
    float: inline-end;
    width: 70%;
}
	.home h1 {
    font-size: 28px;
}
	.sub {
    top: 73vw;
    left: 30vw;
}
	.elempleo p {
    flex-wrap: wrap;
}
	.svg-inferior {
    margin-top: -3px;
}
	.caja-texto {
    width: 30%;
    margin-top: 2%;
}
	.empresas .button-postular {
    left: 13%;
}
	.vacan {
    position: absolute;
    left: 30vw;
    padding: 12px 21px;
    margin-top: 0%;
}
	.zona-empresas img {
    width: 30%;
    position: absolute;
    right: 6vw;
    margin-top: -170px;
}
}

@media (min-width:1000px) and (max-width:1199px){
	.header {
    padding-top: 9%;
}
	.main-nav-row .container {
    width: 70%;
    margin-left: -8%;
}
	.main-nav-row .item-inner-main-nav a {
    font-size: 12px;
    padding: 10px 10px;
}
	.home h1 {
    font-size: 20px;
}
	.home h6 {
    font-size: 18px;
    margin-top: 6%;
}
	.front {
    letter-spacing: 10px;
    font-size: 14px;
}
	.info-vacantes {
    grid-template-columns: 5vw 1fr 1fr 5vw;
}
	.sub {
    top: 68vw;
    left: 25vw;
}
	.svg-superior {
    margin-top: -1%;
}
	.contador {
    width: 60%;
    padding: 2%;
}
	.info-vacantes {
    margin: -3% 0 0;
}
	.elempleo p {
    flex-wrap: wrap;
}
	.svg-inferior {
    margin-top: -3px;
}
	.que-es .opciones {
    gap: 5%;
}
	.caja-texto {
    width: 30%;
    margin-top: 4%;
}
	.caja-texto img {
    width: 50%;
}
	.empresas .button-postular {
    left: 10%;
}
	.ee-header-profile {
    margin-top: 0px!important;
    float: inline-end;
    width: 60%;
}
	.vacan {
    position: absolute;
    left: 24vw;
    padding: 1% 3%;
    margin-top: -1%;
}
}

@media (min-width:768px) and (max-width:999px){
	.middle-header-row .col-sm-4 {
    width: 22%;
}
	.header {
    padding-top: 9%;
}
	.main-nav-row .container {
    width: 70%;
    margin-left: -8%;
}
	.main-nav-row .item-inner-main-nav a {
    font-size: 12px;
    padding: 10px 10px;
}
	.home h1 {
    font-size: 18px;
}
	.home h6 {
    font-size: 18px;
    margin-top: 6%;
}
	.front {
    letter-spacing: 10px;
    font-size: 14px;
}
	.info-vacantes {
	display: flex;
    padding: 2% 5%;
    flex-direction: column;
}
	.sub {
    top: 68vw;
    left: 25vw;
}
	.svg-superior {
    margin-top: -1%;
}
	.contador {
    width: 60%;
    padding: 2%;
}
	.que-es .opciones {
    margin-top: 25px;
}
	.empresas p {
    font-size: 14px;
    line-height: 18px;
}
	.empresas h2 {
    font-size: 24px;
}
	.info-vacantes {
    margin: -3% 0 0;
}
	.elempleo p {
    flex-wrap: wrap;
}
	.svg-inferior {
    margin-top: -3px;
}
	.que-es {
    padding: 1% 0;
}
	.que-es .opciones {
    gap: 5%;
}
	.caja-texto {
    width: 30%;
    margin-top: 4%;
}
	.caja-texto img {
    width: 50%;
}
	.empresas .button-postular {
    padding: 10px 4%;
    font-size: 14px;
    left: 14%;
    bottom: 13%;
}
	.zona-empresas img {
        margin-top: -90px!important;
        width: 30%;
    }
}

@media (max-width:767px) {
	.header {
    padding-top: 0;
}
	.main-nav-row {
    position: static;
    top: 0px;
    padding: 0;
}
	.main-nav-row .container {
    width: 100%;
    margin-left: 0;
}
	.ee-navbar-profile {
    background-color: #003663;
    padding: 20px 15px;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
    display: grid;
}
	.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
	.home {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    flex-direction: column;
}
	.home h1 {
    font-size: 20px;
}
	.home p {
    font-size: 14px;
}
	.home h6 {
    font-size: 16px;
}
	.info-vacantes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10% 0 0;
    padding: 2% 5%;
    flex-direction: column;
}
	.info-vacantes .centrar {
    display: block;
    align-items: center;
}
	.info-vacantes .texto h2 {
    font-size: 20px;
}
	.info-vacantes .texto ul {
    font-size: 14px;
    line-height: 24px;
}
	.info-vacantes .texto p {
    font-size: 14px;
}
	.vacantes {
    padding: 4% 0;
    margin-top: 0%;
}
	.elempleo p {
    color: #fff!important;
    font-size: 14px!important;
    padding: 2%;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
	.sub {
    color: #FFBF06 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    text-align: center;
        position: static;
}
	.contador h6 {
    font-size: 18px;
}
	.contador {
    width: 100%;
}
	.contador_cantidad {
    margin: 4% 2%;
    font-size: 20px;
    padding: 1%;
}
	.btn-vacantes button {
    padding: 10px 20px;
}
	.que-es .opciones {
    display: flex;
    gap: 10%;
    flex-direction: column;
    margin-top: 20px;
}
	.que-es {
    display: flex;
    padding: 5%;
    flex-direction: column;
}
	.que-es h2 {
    font-size: 18px;
}
	.que-es p {
    font-size: 14px;
}
	.caja-texto {
    width: 100%;
    margin-bottom: 5%;
}
	.caja-texto h3 {
    font-size: 16px;
}
	.caja-texto img {
    width: 50%;
	margin-bottom: 20px;
}
	.empresas .info {
    display: flex;
    flex-direction: column;
}
	.empresas h2 {
    font-size: 18px;
}
	.empresas .button-postular {
    letter-spacing: 3px;
    font-size: 14px;
    position: static;
}
	.empresa {
    display: block;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 20px;
}
	.empresa h2 {
    color: #0080a7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
		text-align: center;
}
	.empresa p {
    font-size: 12px;
    margin-top: -15px;
    margin-bottom: -10px;
}
	.h2-carrusel {
    color: #0d1c48;
    font-weight: 700;
    font-size: 18px;
}
	    .article-1 {
        container: card / inline-size;
    }
	    .article-body p {
        display: none;
    }
	.article-2 {
        container: card / inline-size;
    }
	    .article-body p {
        display: none;
    }
	.h2-agenda {
    font-size: 18px;
}
	.card-header h2 {
    font-size: 18px;
    padding: 0 10px;
}
	.card-footer {
    margin-top: 15px;
    padding: 10px 10px;
}
	.card {
    height: 520px;
}
	.info-agenda {
    bottom: 2vw;
}
	.logo {
    border-radius: 0;
    width: 70%;
    padding: 0;
    margin: auto;
}
	.ee {
    background: #ffff;
    border-radius: 11px;
    width: 85%;
    margin: 5% auto 1%;
    padding: 2%;
}
	.zona-empresas img {
    position: static;
    margin-top: -30%;
        width: 50%;
		margin-left: auto;
		margin-right: auto;
}
	.zona-empresas {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    height: 300px;
    flex-direction: column-reverse;
}
	.img-home {
    display: none;
}
	.amarillo {
    display: none;
}
}
