@font-face {
	font-family: PPTelegraf-Regular;
	src: url(../css/fonts/PPTelegraf-Regular.woff);
}
@font-face {
	font-family: PPTelegraf-UltraBold;
	src: url(../css/fonts/PPTelegraf-UltraBold.woff);
}
@font-face {
	font-family: SharpGrotesk-Book;
	src: url(../css/fonts/SharpGrotesk-Book15.woff);
}
@font-face {
	font-family: SharpGrotesk-SemiBold;
	src: url(../css/fonts/SharpGrotesk-SemiBold15.woff);
}
@font-face {
	font-family: SharpGrotesk-Bold;
	src: url(../css/fonts/SharpGrotesk-Bold15.woff);
}
.topleftLang{
    position: absolute;
    right: 10px;
    top: 10px;
}
.formEmprendimiento{
    display: none;
}
.drop-zone {
    
    width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-family: SharpGrotesk-Bold;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #0e0e0e;
    border: 4px dashed black;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.267);
  }
  .drop-zone i{
    font-size: 50px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    max-width: 200px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }



button{
    border-radius: 4px!important;
}
input{
    border-radius: 4px!important;
}
select{
    border-radius: 4px!important;
}

.pseudonav{
    height: 80px;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: SharpGrotesk-SemiBold;
}
.pseudonav img{
    height: 100%;
    width: auto;
}
.rightnav{
    display: flex;
    align-items: center;
}
.rightnav h1{
    margin: 0 1rem 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    color: white;;
}
.rightnav a{
    padding: 0;
    margin: 0 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    width: 20px;
}
.rssbrands{
    display: flex;    
    flex-direction: row;  
    margin-right: 1rem;  
    font-size: 1.25rem;
}
.rssbrands a{
    text-decoration: none;
}
.rssbrands a img{
    height: 20px;
    width: auto;
}

.Zizou-Bold{
    font-family: PPTelegraf-UltraBold;
}
.Zizou-Reg{
    font-family: PPTelegraf-Regular;
}

.tag-text-red{
    font-weight: bold;
    font-size: 14px;
}

.disclaimers{
    font-family: PPTelegraf-Regular;
    margin-bottom: 1rem;
}
.disclaimers p{
    margin-bottom: 0;
    line-height: 1;
}
.disclaimers a{
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.logomain{
    padding: 1rem;
    width: auto;
    height: 100%;
    margin: 0;
}
.logomain img{
    height: 100%;
    width: auto;
}

.registroTitle{
    font-family: SharpGrotesk-Bold;
    font-size: 2rem;
    margin-bottom: 0;
}

.containerCountDown{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: SharpGrotesk-Bold;
    font-size: 1.5rem;
    width: 70%;
}

.days {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
  }
  .hours {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
  }
  .minutes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 100%;
  }
  .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 3%;
    height: 100%;
    font-family: solano;
  }
  .dotsText {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
  }
  #daysTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
  }
  #hoursTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
  }
  #minutesTime {
    line-height: 0.8;
    font-size: 5rem;
    font-family: solano;
  }

.SharpGrotesk-Book{
    font-family: SharpGrotesk-Book;
}
.SharpGrotesk-SemiBold{
    font-family: SharpGrotesk-SemiBold;
}
.SharpGrotesk-Bold{
    font-family: SharpGrotesk-Bold;
}

.debug{
    border: 1px solid white;
}

html{
    width: 100%;
    height: 100%;
}

body{
    width: 100%;
    height: auto;
    background-color: #ffb819;
    overflow-y: auto;
    background-image: url(../images/fondo_internacional.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: SharpGrotesk-Book; 
}
/*body::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg_scifi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}*/



.hero1{
    /* padding-top: 50px; */
    height: 100%;
    width: 100%;
    color: black;
    /* padding-bottom: 2rem; */
}
.hero1 .row{
    height: 100%;   
    /* padding-top: 1rem;   */
}

.custom-file-label::after{
    content: 'Buscar';
}



.nacimientoLabel{
    outline: none!important;
    background-color: transparent;
    border: none;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-weight: bold;
    color: black;
}


.colLogo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem 0 5rem 0;
}
.colLogo img{
    width: auto;    
    height: auto;
    max-width: 80%;
    max-height: 100%;
    animation: collogoAnim 2s ease-in-out infinite;
}

.colLogo video{
    width: 100%;    
    height: auto;
    max-width: 80%;
    max-height: 100%;
}

/*
- DNI o carné extranjería
- Nombres: Cruce automático
- Apellido paterno: Cruce automático
- Apellido materno: Cruce automático
- Celular 
- Correo personal
- Fecha nacimiento
- Facultad : cruce automático
- Carrera: cruce automático
- Situación laboral: (Trabaja o no)
- Nivel de inglés
- Emprendimiento 
- Discapacidad comprobada por CONADIS: Si/ No
- ¿En qué programas de Internacionalidad estarías interesado?
- Cursos Internacionales
- Intercambio Internacional 
- Viajes Académicos Cortos
- Charlas de Internacionalidad
- Feria Internacional Online



*/



@keyframes collogoAnim {
    0%{transform: scale(1)}
    50%{transform: scale(1.05)}
    100%{transform: scale(1)}
    
}

.colLogin{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem 3rem 1rem 3rem;
    background-color: black;
    border: 3px solid #ffb819;
    color: white;
    border-radius: 8px;
    margin-bottom: 10rem;
}
.registroIco{
    float: left;
    height: 70px;
    width: auto;
    padding: 1rem 0;
    margin-left: 0;
}
#formRegDatos{
    color: white;
    border-radius: 8px;
    padding: 0rem;
}
#formLoginRegDatos{
    padding: 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-control{
    border-radius: 0;
}

.loginsubmit{
    background-color: #ffb819;
    border: none;
    border-radius: 0px;
    color: black;   
    position: relative;
    margin-bottom: 3rem; 
    /* font-size: 12px; */
    font-family: SharpGrotesk-SemiBold;
    padding: 0.5rem 2rem;
}
.loginsubmit:hover{
    background-color: black;
    color: #ffb819;
}
/* .loginsubmit::after{   
    content: ''; 
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -4px;
    right: -4px;    
    border: 1px solid #E50A17;
} */
.form-submit{
    font-family: SharpGrotesk-Book;
    font-size: 16px;
}
.ineventRegister{
    font-family: SharpGrotesk-SemiBold;
    color: #ffb819;
    text-decoration: underline;
}

.formNacimiento{
    display: flex;
    flex-direction: column;
}
#nacimiento{
    margin-top: 0px;
    height: 38px;
    border: none;
    padding: 0.75rem;
}
label{
    color: white;
    margin-bottom: 0;
}
.btn-search{
    background-color: #ffb819;
    border-radius: 0;
}

@media (max-width: 1366px) {
    html{
        width: 100%;
        height: auto;
    }
    body{
        width: 100%;
        height: auto;
        background-color: #ffb819;
        /* background-image: url(../images/bg_scifi_2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        font-family: SharpGrotesk-Book; 
    }
}

@media (max-width: 1000px) {
    .hero1 .row{
        flex-direction: column;
    }
    .hero1 .row .col-md-6{
        max-width: 100%;
    }
}



@media (max-width: 768px) {
    
    

    body{
        height: auto;
    }
    .hero1{
        /* padding-top: 100px; */
        margin-bottom: 5rem;
    }
    
    .colLogo{
        padding: 0 2rem;
    }

    .navbar{
        height: 70px;
        width: 100%;  
        position: absolute;    
        top: 0;
        left: 0;
        width: 100%;  
        /* padding: 0.75rem 0; */
        padding: 0;
        /* background-color: #ffb819; */
        /* background-color: #e9e9e9; */
    }

    .colLogo{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem 2rem 1rem;
    }
    .colLogo img{
        width: 100%;    
        height: auto;
    }
    
    .colLogin{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    
    #formLoginRegDatos{
        padding: 0 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #formLoginRegDatos h6{
        font-size: 22px;
        text-align: center;
    }

    .rightnav{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .rightnav a{
        /* background-color: white; */
        padding: 0;
        margin: 0 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        color: white;
        height: 30px;
        width: auto;
        font-size: 1.2rem;
    }
    
    .rssbrands{
        /* font-size: 1.2rem; */
        display: flex;    
        flex-direction: row;  
        margin-right: 0.25rem;  
    }
    .hashTagSiempre{
        display: none;
    }

}