*{
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'NeoSansStd-Bold';
  src: url('fonts/NeoSansStd-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/NeoSansStd-Bold.otf')  format('opentype'),
	     url('fonts/NeoSansStd-Bold.woff') format('woff'), url('fonts/NeoSansStd-Bold.ttf')  format('truetype'), url('fonts/NeoSansStd-Bold.svg#NeoSansStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tzty88');
  src:  url('fonts/icomoon.eot?tzty88#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tzty88') format('truetype'),
    url('fonts/icomoon.woff?tzty88') format('woff'),
    url('fonts/icomoon.svg?tzty88#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansStd-Regular';
  src: url('fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/NeoSansStd-Regular.otf')  format('opentype'),
	     url('fonts/NeoSansStd-Regular.woff') format('woff'), url('fonts/NeoSansStd-Regular.ttf')  format('truetype'), url('fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-down:before {
  content: "\e903";
}





/* http://sonspring.com/journal/clearing-floats */
.clear {
   clear:both;
   display:block;
   height:0;
   overflow:hidden;
   visibility:hidden;
   width:0;
}
.row:after, .clearfix:after, .container12:after, .container16:after {clear:both;}
/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {zoom: 1;}
img, object, embed {max-width:100%;}
img {height:auto;}

html{
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

body{
  display: block;
  min-width: 100%;
  min-height: 100%;
  font-size: 16px;
}

.bold{
  font-weight: 700;
}

h1{
  text-align: center;
  font-family: 'NeoSansStd-Bold';
  color: #0F1F43;
  margin-top: 2em;
  margin-bottom: 1em;
}

header{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 600px;
  background-image: url(img/fondo-top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
}

.section-logo{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  padding: 2em;
  justify-content: flex-end;
  margin: 0 auto;
}

.logo-up{
  display: block;
  width: 350px;
}

.titular{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
}
.titulo1{
  color: #0062FF;
  font-family: 'NeoSansStd-Bold';
  font-size: 3.6em;
}

.titulo2{
  color: #0062FF;
  font-family: 'NeoSansStd-Regular';
  font-size: 2.4em;
}

.bajada{
  display: block;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 400px;
  text-align: center;
}

.banderas-header{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-top: 1em;
}

.bandera-header{
  display: block;
  width: 40px;
  margin: 0.5em;
}

.fecha-header{
  font-size: 1.8em;
  color: #0062FF;
  font-weight: 700;
}

.info-general{
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.contenedor-general{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1400px;
  padding: 1em;
  justify-content:space-between;
}

.beca{
  background-color: #0F1F43;
  display: block;
  width: 48%;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  padding: 1em;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.intro-evento{
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  padding: 1em 0;
  text-align: justify;
}

.titulo-beca{
  font-size: 2em;
  font-weight: 300;
}
.fecha-beca{
  font-size: 1.2em;
  color: #0062FF;
  font-weight: 700;
}

.btn-descargar-formato a:link{
  color: #0062FF;
  float: right;
  border: 1px solid #0062FF;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.btn-descargar-formato a:visited{
  color: #0062FF;
}
.btn-descargar-formato a:hover{
  color: #0062FF;
  background-color: rgba(0, 0, 0, 0.17);
}
.btn-descargar-formato a:active{
  color: #0062FF;
}

.paises{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 3em;
}
.contenedor-paises{
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pais{
  background-color: rgba(0, 0, 0, 0.11);
  display:flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 0.5em;
  width: 24.5%;
  margin-bottom: 0.5em;
  min-height: 100px;
}

.contenedor-aux{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.contenedor-aux .pais{
  margin-right: 0.5em;
}

.bandera-pais{
  display: block;
  width: 10%;
  padding-right: 0.5em;
}
.lista-universidades{
  display: block;
  padding-left: 2em;
  width: 80%;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 0.8em;
}

.contenedor-requisitos{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.requisito{
  display: flex;
  width: 48%;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.numero-requisito{
  display: flex;
  width: 5%;
}
.contenido-requisito{
  display: flex;
  width: 95%;
  text-align: justify;
}

.cierre-requisitos{
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: #0F1F43;
  padding: 2em;
}

footer{
  background-color: #0F1F43;
  padding-top: 2em;
  padding-bottom: 2em;
}

.redes{
  color: rgb(255, 255, 255);
  display: block;
  width: 50%;
  box-sizing: border-box;
}

.contenedor-redes{
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5em;
}

.red{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.red a i{
  font-size: 0.8em;
}

.red a:link{
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.26em;
  text-decoration: none;
  margin-right: 0.7em;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.red a:visited{
  color: rgb(255, 255, 255);
}

.red a:hover{
  color: rgb(255, 255, 255);
  color: #0062FF;
}

.red a:active{
  color: rgb(255, 255, 255);
}

.organizador{
  display: block;
  width: 50%;
  color: rgb(255, 255, 255);
  text-align: right;
  font-size: 0.8em;
}

.link-organizador a:link{
  color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.link-organizador a:visited{
  color: rgb(255, 255, 255);
}

.link-organizador a:hover{
  color: rgb(255, 255, 255);
  color: #0062FF;
}

.link-organizador a:active{
  color: rgb(255, 255, 255);
}

.sec-btn{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  padding: 2em;
}

.btn-siu a:link{
  display: block;
  box-sizing: border-box;
  background: #0062FF;
  text-decoration: none;
  margin: 0.5em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-weight: 700;
  -webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
color: #0F1F43;
-webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.4);
box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.4);
-webkit-transition: ease 0.5s all;
-o-transition: ease 0.5s all;
transition: ease 0.5s all;
}
.btn-siu a:visited{
  color: #0F1F43;
}
.btn-siu a:hover{
  color: #0062FF;
  background: #0F1F43;
}
.btn-siu a:active{}

.link-simple{
  padding-left: 2em;
  display: block;
  width: 250px;
}
.link-simple a:visited{}
.link-simple a:hover{}
.link-simple a:active{}

.organiza{
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;

}


@media screen and (max-width:1500px){
}
@media screen and (max-width:1400px){
  body{
    font-size: 15px;
  }
  .contenedor-general, .section-logo{
    width: 1200px;
    max-width: 1200px;
  }
  header{
    height: 450px;
  }
  .logo-up{
    display: block;
    width: 280px;
  }
}
@media screen and (max-width:1300px){
  body{
    font-size: 14px;
  }
  .contenedor-general, .section-logo{
    width: 1100px;
    max-width: 1100px;
  }
  header{
    height: auto;
    padding-bottom: 2em;
  }
  .logo-up{
    display: block;
    width: 220px;
  }
}
@media screen and (max-width:1100px){
  .contenedor-general, .section-logo{
    width: 100%;
    max-width: 100%;
    padding: 2em;
  }
  .btn-descargar-formato a:link{
    margin-top: 1em;
  }
}
@media screen and (max-width:900px){
  .contenedor-paises{
    justify-content:center;
  }
  .pais{
    width: 32%;
    margin: 0.5%;
  }
}
@media screen and (max-width:690px){
  .beca{
    width: 100%;
  }
  .intro-evento{
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
  }
  .pais{
    width: 48%;
  }
  .requisito{
    width: 100%;
  }
  .titulo1{
    font-size: 3em;
  }
  .titulo2{
    font-size: 2em;
  }
  .bajada{
    width: 300px;
  }
  .bandera-header{
    width: 30px;
  }
  .fecha-header{
    font-size: 1.3em;
  }
  .contenedor-aux{
    flex-direction: column;
  }
}
@media screen and (max-width:500px){
  .section-logo{
    justify-content:center;
  }
  .pais{
    width: 100%;
  }
  footer{
    padding-top:1em;
    padding-bottom: 1em;
  }
  .redes{
    width: 100%;
    text-align: center;
  }

  .contenedor-redes{
    justify-content: center;
  }

  .organiza{
    margin-bottom: 1em;
  }

  .organizador{
    width: 100%;
    text-align: center;
    margin-top: 0.3em;
  }

  .ruc{
    margin-top: 1em;
  }
}
@media screen and (max-width:350px){
}
