@charset "utf-8";

/* Scrollbars */
html{
	scrollbar-width: thin;
	scrollbar-color: var(--gris) var(--grisE5);
}

html::-webkit-scrollbar{
	width: 0.4vw;
}

html::-webkit-scrollbar-thumb{
	background-color: var(--gris);
}

html::-webkit-scrollbar-track{
	background-color: var(--grisE5);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--grisOscuro);
}

header {
    border-bottom: solid 1px var(--borderColor);
    background-color: var(--grisClaro);
}

main {
    padding-top: 113px;
    flex: 1 0 auto;
}

footer {
    border-top: solid 1px var(--borderColor);
    background-color: var(--grisClaro);
    font-size: small;
}

/* Header */
#main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.top-row {
    font-size: 14px;
    font-weight: 300;
    border-bottom: solid 1px var(--borderColor);
    background-color: var(--grisClaro);
    box-sizing: border-box;
}

.top-row div.uk-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-row .top-portal-link {
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 15px;
    border-left: solid 1px var(--borderColor);
    border-right: solid 1px var(--borderColor);
}

.top-contact {
    display: flex;
}

.top-contact-box {
    padding: 5px 15px;
    border-left: solid 1px var(--borderColor);
}

.top-contact .top-contact-box:last-child {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: solid 1px var(--borderColor);
}

.top-contact-box-redes {
    display: flex;
    align-items: center;
    align-content: center;
}

.top-contact-box-redes a {
    display: block;
    margin-left: 10px;
}

.top-contact-box-redes a:first-child {
    margin-left: 0;
}

/* Nav */
#main-nav-logo img {
    height: 80px;
}

.menu-link-1{
    font-weight: bold;
}

.menu-link-2{
    font-style: oblique;
    text-transform: none !important;
}

#main-nav .uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    height: 100px;
}

#sidenavBTN {
    display: none;
}

.special-menu-link{
    flex-direction: column !important;
    align-items: flex-start !important;
}

.special-menu-container{
    display: flex;
}

.special-menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--grisOscuro);
    max-width: 250px;
    margin-right: 20px;
    transition: all 0.3s;
}

.special-menu:hover{
    color: var(--grisOscuro);  
    text-decoration: none; 
}

.special-menu:hover .special-menu-title{
    color: var(--verde);
    text-decoration: none;
}

.special-menu:hover .special-menu-text{
    color: var(--grisOscuro);  
    text-decoration: none; 
}

.special-menu-title{
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.special-menu-text{
    margin-bottom: 10px;
    font-size: 12px; 
    text-align: left;
    height: 50px;
    overflow-y: hidden;
}

.special-menu-img{
    width: 100%;
    height: auto;
}

/* Footer */
footer h3 img {
    width: 100%;
}

.seccion {
    padding: 50px 0 0 0;
}

/* Index */
.feature-box {
    display: block;
    padding: 24px;
    color: inherit;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: all 0.6s;
}

.feature-icon {
    width: 150px;
    height: 150px;
    background-color: var(--verde);
    color: var(--blanco);
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.6s;
}

.feature-icon img{
    height: 100%;
    width: auto;
}

.feature-box:hover {
    text-decoration: none;
    color: inherit;
    background-color: var(--grisClaro);
}

.feature-box:hover>.feature-icon {
    color: var(--blanco);
    background-color: var(--verdeOscuro);
}

.feature-title {
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.feature-text {
    font-size: 15px;
}

.contadores {
    padding: 75px 0;
}

.counter-box {
    display: block;
    color: inherit;
    text-align: center;
    box-sizing: border-box;
}

.counter {
    text-transform: uppercase;
    font-size: 50px;
}

.counter-text {
    font-size: 16px;
}

.btn-descargar{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px 11px 15px;
    background-color: var(--verde);
    color: var(--blanco);
    border-radius: 3px;
    transition: all 0.3s;
}

.btn-descargar:hover{
    text-decoration: none;
    color: var(--blanco);
    background-color: var(--verdeOscuro);
}

.testimonial-box {
    width: 50%;
    padding: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}

.testimonial-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 25px auto;
}

.testimonial-name {
    font-size: 30px;
    margin-bottom: 10px;
}

/* Interiores */
.bread-box{
    position: relative;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.bread-gradient{
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
}

.bread-text{
    position: absolute;
    left: 75px;
    top: 200px;
    width: 40%;
}

.bread-title{
    font-size: 50px;
    color: var(--grisOscuro);
    line-height: 100%;
    margin-bottom: 10px;
}

.bread-extract{
    color: var(--grisOscuro);
}

.page-title{
    display: none;
}

/* Becas */
.beca-box{
    display: flex;
    background-color: var(--grisE5);
    padding: 20px 20px 60px 20px;
    box-sizing: border-box;
}

.beca-flag{
    width: 30%;
    padding-right: 20px;
    box-sizing: border-box;
}

.beca-text{
    width: 70%;
}

.beca-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
}

.beca-tags{
    font-size: 11px;
}

.beca-description{
    margin: 20px 0;
}

.beca-cta{
    position: absolute;
    bottom: 20px;
}

/* Forms */
textarea{
    resize: none;
}

.validacion{
    min-height: 50px;
    color: var(--error);
    font-size: small;
}

/* Cards */
#quienes-somos .uk-card-body{
    height: 150px;
    overflow-y: hidden;
}

#convenios .uk-card-body{
    height: 235px;
    overflow-y: hidden;
}

#programas .uk-card-body{
    height: 450px;
    overflow-y: hidden;
}

.oportunidad-box{
    position: relative;
    -webkit-box-shadow: 0 10px 6px -6px var(--gris);
     -moz-box-shadow: 0 10px 6px -6px var(--gris);
          box-shadow: 0 10px 6px -6px var(--gris);
    overflow-y: hidden;
    border-radius: 3px;
    box-sizing: border-box;
}

.oportunidad-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    box-sizing: border-box;
}

.oportunidad-text{
    position: absolute;
    left: 0;
    bottom: -185px;
    width: 100%;
    padding: 24px;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--grisClaro);
    box-sizing: border-box;
    transition: all 0.3s;
}

.oportunidad-text-title{
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.oportunidad-text-content{
    height: 100px;
    font-size: 14px;
    box-sizing: border-box;
}

.oportunidad-cta{
    height: 50px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px var(--grisClaro);
    box-sizing: border-box;
}

.oportunidad-box:hover .oportunidad-text{
    bottom: 0;
}

/* Miscelaneos */
.justificar{
    text-align: justify;
}
