body{
  background-color: #1A3EAD !important;
  position: relative;
  height: 100vh;
}
h1{
  font-family: 'Rubik', sans-serif !important;
}
p{
  font-family: 'Raleway', sans-serif !important;
  font-size: 17px;
}
h2{
  font-family: 'Rubik', sans-serif !important;
}
ol{
  list-style-type:decimal;
  font-family: 'Raleway', sans-serif !important;
  font-size: 17px;
}
.btn-idioma{
  font-family: 'Rubik', sans-serif !important;
  font-weight: 600 !important;
  width: 40px;
  padding: 0 !important;
  height: 40px;
}
.btn-download{
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}
.text-idioma{
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
}
.icon-download{
  background: #C39D50;
  padding: 18px;
  border-radius: 5px;
}
.img-bottom{
  width: 40%;
  position:absolute;
  bottom: 0;
  z-index: -1;
}
.img-top{
  width: 40%;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}