* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  } 


  @import url(//db.onlinewebfonts.com/c/9ae5e19516bc6428f1327ff3311b2617?family=DINNextW01-Light);
  @font-face {font-family: "DINNextW01-Light"; src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot"); src: url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.woff") format("woff"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9ae5e19516bc6428f1327ff3311b2617.svg#DINNextW01-Light") format("svg"); }
  @import url(//db.onlinewebfonts.com/c/ee0b916b2e7c8fef46ce318b6f5e8d65?family=DINNeuzeitGroteskW01-Bold);
  @font-face {font-family: "DINNeuzeitGroteskW01-Bold"; src: url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.eot"); src: url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.woff") format("woff"), url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ee0b916b2e7c8fef46ce318b6f5e8d65.svg#DINNeuzeitGroteskW01-Bold") format("svg"); }


  body {
  background: linear-gradient(to bottom, rgba(37,37,199,1) 0%, rgba(154,25,168,1) 100%);
  background-attachment:fixed;
  }


#inicio{
  width:100%;
  height:auto;
  background: transparent;
  display:flex;
} 

#uno {
  width:50%;
  background: transparent;
  margin: 18px;
  /*margin-left: 20px;*/
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  cursor: pointer;
} 

#barras {
    display: flex;
    width:50%;
    justify-content: flex-end;
    font-size: 30px;
    margin-top: 18px;
    margin-right: 30px;
    cursor: pointer;
    background: transparent;
}

 #barras i:hover {
    color: rgb(9, 248, 16);
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0px; /* Stay at the top */
  right: 0px;
    background:rgba(37,37,199,1);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  height: 11.7%;
  font-size: 20px;  
  display: block;
  transition: 0.2s;
  background: linear-gradient(to bottom, rgba(37,37,199,1) 0%, rgba(154,25,168,1) 100%);
  background-attachment:fixed;
  font-family: 'Anton', sans-serif;
}


/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: rgb(9, 248, 16);
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 30px;
  margin-right: 50px;
  background: transparent;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-right .3s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media (max-width: 1000px) { 
  footer {
    height: 80px;
  }

   footer p {
    width: 300px;
    text-align: center;
    margin-left: 12.5%;
    bottom: 20px;
     }
}

.logo{
    width: 320px;
    height: 320px;
    justify-content: center;
    margin: auto;
    display: flex;  
    margin-top: 120px;
    background: transparent;
}

h2 {
  background: transparent;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  }

  .caja_inline {
 margin-left: 10%;
  margin-right: 10%;
  margin-top: auto;
  text-align: center;
}
p {
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  font-family: "DINNextW01-Light";
}

.soon {
      margin:0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80vh;
     }
 
footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 60px;
  font-size: 25px;
  bottom: 25px;
  text-align: center;
  align-items: flex-end;
  }

footer i{
  margin: 18px;
  background: transparent;
}

footer p {
    font-size: 13px;
    font-weight: 100;
    font-family: "DINNextW01-Light";
    
    }

i:hover{
    color:rgb(9, 248, 16);
}