/** HOME **/

body{
    min-height: 100vh;
    margin: 0;
  /*display: flex eliminado. molesta para organizar botones, puede ser �til m�s abajo*/
    
  /*  align-items: center;*/  /*revis� esto, creo que no cumple ninguna funci�n*/
  }
  
  section {
      display: flex;
      flex-wrap: wrap; /*---------------juanupla was here------------------*/
      height: 100%;
      width: 100%;
      border: 1px solid gray;
      background-color: #ECECEC;
      justify-content: center;
      align-items: center;
      box-sizing:content-box;
      margin-top: 200px;
  }
  
  /*.bodyhome{
    background-color: #424242;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
  
  }*/
  .icons-home{
  /*  font-size: 40px;*/   /*---------------juanupla was here------------------*/
    background-color: gray;
    padding: 40px;
    border-radius: 30px;
    border: 3px solid white;
    margin:auto;
  }
  
  .icons-home i{ /*---------------juanupla was here------------------*/
  font-size:20px;
  color:#000000;
  }
  
  .botonoes__button { /*---------------juanupla was here------------------*/
      border: none;
  }
  .container-home {
      width: 100%;
      height: 20%;
      background-color: #231f20; /*---------------juanupla was here------------------*/
      margin: 0;
  }
  .container-home img { /*---------------juanupla was here------------------*/
      object-fit: contain;
      object-position: center;
      margin-left: 5px;
  }
  
  /*.contenedor-home a {*/ /*ac� no se que onda, no hace nada. supongo que iba container y no contenedor*/
  /*color: white;
  }*/
  /*.contenedor-home h1{
      color: white;
      text-align: center;
      padding-top: 70px;
      font-family: 'Bitter', serif;
      font-size: 30px;
  }*/
  .botones {
      display: flex;
      flex-wrap: wrap;/*---------------juanupla was here------------------*/
      /*align-content: center;*/
      margin-top: 200px;
      justify-content: space-evenly;
      width: 100%;
      height: 100vh;
  }
  .botones a{
    text-decoration: none;
  }
  .copyright{
    color: black;
    text-align: right;
    margin-right: 5px;
  }
  
  /*  .botones{
      margin-top: 350px;
      align-items: center;
    }*/
  
  /*@media (min-width: 400px){
    .contenedor-home{
      height: 110%;
    }
  }*/
  /*@media (min-width: 400px){
    .copyright{
      margin-top: 550px;
    }
  }*/
  
  
  
  /** COMIDAS **/
  .contenedor-comidas{
    font-family: 'Bitter', serif;
    font-size: 20px;
  }
  .cards{
      display: block;
  }
  .cards span{
    text-align: right;
  }
  .contenedor-botones-comidas-home-up {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .contenedor-botones-comidas-home-down {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  /** BEBIDAS **/
  .contenedor-botones{
    display: flex;
    justify-content: center;
    padding-top: 400px;
  }
  /**.contenedor-botones-comidas-arriba{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
  .contenedor-botones-comidas-abajo{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }**/
  .contenedor-botones button{
    border: 3px solid white;
    border-radius: 20px;
    padding: 8px 20px;
    background-color: black;
    text-transform: uppercase;
  }
  .btnleft{
    margin-left: 30px;
  }
  .contenedor-botones a{
      text-decoration: none;
      color: white;
      font-family: 'Bitter', serif;
  }
  .contenedor-bebidas{
    background-image: url(../img/fondo-bebidas.png);
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .contenedor{
    font-family: 'Bitter', serif;
    font-size: 20px;
  }
  .uvas {
    font-size: 15px;
    font-weight: normal;
  }
  .bodydrink{
    background-color: #424242;
  }
  @media (min-width: 400px){
    .contenedor-bebidas{
      height: 110%;
    }
  }
  
  /**.detalle{
      display: flex;
      justify-content: right;
  }
  /**.detalle span{
      justify-content: right;
      margin-left: 20px;
      font-size: 20px;
  }**/
  .arrowbebidas{
    color: white;
    font-size: 30px;
    margin: 10px;
  }
  /** GRALES **/
  span{
      font-weight: bold;
      font-size: 20px;
  }
  .card-header{
    text-transform: uppercase;
  }
  .card-title{
    font-weight: 600;
    text-align: center;
  }
  .arrowback{
    color: black;
    font-size: 30px;
  }
  .btn-comidas {
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 50px;
    border: 3px solid white;
    box-sizing: border-box;
    width: 146px;
    height: 121px;
    margin: auto;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: pointer;
  }
  .span-price{
    display: block;
    width: 50%;
  }
  a {
    text-decoration: none;
    color: white;
  }
  
  .btn-comidas:hover{
    background-color: #424242;
  }
  .img-icon-mitre{
    width: 100%;
    height: 100%;
    margin: 0;
  }
  /*.article-index {
    height: 50%;
  }*/