@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100vh;
}


main {
  min-width: 320px;
  max-width: 1000px;
  padding: 50px 0;
  margin: 0 auto;
  background: #f8f9fa!important;
  margin-top: 3em;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}
input {
  display: none;
}
label.tab-label {
  display: flex;
  display: -webkit-flex;
  max-width: 25%;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  margin: 0 0 -1px;
  padding: 15px 5px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  line-height: 1;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label[for*='1']:before { content: '\f024'; }
label[for*='2']:before { content: '\f000'; }
label[for*='3']:before { content: '\f185'; }
label[for*='4']:before { content: '\f0f5'; }


label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #c61231;
  border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 0 16px;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  label.tab-panel {
    font-size: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  label.tab-label {
    font-size: 12px;
  }
}

@media screen and (max-width: 411px) {
  label.tab-label {
    font-size: 12px;
  }
  label.tab-label::before{
    display: none;
  }
}

@media screen and (max-width: 736px) {
  label.tab-label {
    font-size: 12px;
  }
}
  
  /*FIN DEL TAB*/
  
  /*MENU*/
    
  .menu__title {
      text-align: center;
      padding: 22px 0;
  }

  h2.menu__title {
    color:#c61231;
  }
  
  .menu__items-container {
      display: grid;
      grid-gap: 5% 2%;
  }
  
  .menu-item{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 3em;
  }
  
  .menu-item__title {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
  }
  
  .menu-item__name {
      font-size: 90%;
      font-weight: bold;
      text-transform: uppercase;
  }
  
  
  .menu-item__dotted-divider {
      margin: auto 2%;
      border-bottom: 1px dotted #777;
      flex-grow: 1;
  }
  
  .menu-item__title {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
  }
  
  .menu-item__description {
      font-size: 80%;
      color: #666;
      line-height: 1.7;
      text-transform: capitalize;
  }
  
  /* MENU */
  
.bar-restaurant {
    padding-bottom: 5em;
}

.bar-restaurant-text {
  width: 80% !important;
  margin: 0 auto !important;
}
