  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color:black;
  }

   
  @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"); }

 
 i{
   margin:5px;
    }

#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: 29px;
    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: white;
  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;
  color: black;
  display: block;
  transition: 0.2s;
  background: white;
  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: 25px;
  font-size: 60px;
  margin-right: 0px;
  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;
  }
    }

  h2 {
  background: transparent;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'Anton', sans-serif;
  }

p {
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  font-family: "DINNextW01-Light";
}

.caja_inline {
 margin-left: 10%;
  margin-right: 10%;
  margin-top: 40px;
  text-align: center;
  min-height: calc(100vh - 150px);
}

.caja_inline i {
    font-size: 30px;
     color: rgb(9, 248, 16);
    }

.datos{
  background: transparent;
}

ul{
  background: transparent;
  font-size: 1rem;
  font-weight: 300;
  font-family: "DINNextW01-Light";
}


.datos ul{
    list-style: none;
    text-align: left;
    /*margin-left: 10%*/
   }

.datos li{
  font-size: 1rem;
  font-weight: 300;
  font-family: "DINNextW01-Light";
  background: transparent;
  text-align: center;
  }

  #whats {
  margin-right: -8px;
}
.soon {
      margin:0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 80vh;
            
}


  .whatsapp {
  position:fixed;
  width:51px;
  height:51px;
  bottom:30px;
  left: 20px;
  color:#FFF;
  background-color: #25d366 ;
  border-radius:30px;
  text-align:center;
  font-size:39px;
  z-index:50;
}

.whatsapp i {
  color:white
}

footer {
  align-items: flex-end;
  width: 100%;
  height: 60px;
  font-size: 25px;
  margin-top: 50px;
  bottom: 20px;
  position: relative;
  text-align: center;
} 


footer i{
  margin: 18px;
  background: transparent;
    }

  footer p {
    font-size: 13px;
    font-weight: 100;
    font-family: "DINNextW01-Light";
    
  }


  /*footer p {
    font-size: 1rem;
    font-weight: 100;
    font-family: "DINNextW01-Light";
    bottom: 10px;
  }*/

 footer a{
   color: black;
 }
i:hover{
    color:rgb(9, 248, 16);
}

