@import 'variables.css';
.nav-active {
  background-color: #E7A436;
  border-radius: 20px 0px;
  width: 30% !important;
  text-align: center;
  border-bottom: 1px solid #E7A436;
}

.nav-none{
  border-bottom: none;
}


.text_shadow{
  text-shadow: 2px 5px 7px #E7A436B7;
}

.shopping-basket{
  display: none;
}

.controls_menu ul {
    position: absolute;
    list-style: none;
    transform: translate(-50%);
    top: 50%;
    right: 0%;
  }
  
  .controls_menu ul li{
    width: 14px;
    height: 14px;
    border-radius: 24px;
    border: 1px solid #E7A436;
    margin: 20px;
    cursor: pointer;
  }
  
  .controls_menu ul li.selected{
    background: #E7A436 ;
    
  }

  .container_two_menu{
    margin-top: -8em;
    position: relative;
  }
  
  .price_responsive{
    display: none !important;
  }

  .container_two_menu .container_two_menu_one_items,
  .container_two_menu .container_two_menu_option{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .container_two_menu .container_two_menu_option{
    background-image: url(../img/banner_superior.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 1em 1em 0em 1em;
  }

  .container_two_menu ul li{
    list-style: none;
  }


  .container_two_menu ul a{
    text-decoration: none !important;
    color: #ffff;
  }
 
  .container_two_menu ul li a img{
    width: 20px;
  }

  .container_two_menu .container_two_menu_one{
    background-image: url(../img/fondo_menu_carta.png);
    border-radius: 1em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 4;
    padding: 2em 3em;
    height: 100%;
  }

  .container_two_menu_items{
    margin: 4em 0em;
  }

  .container_two_menu_items h1{
    margin: 1em 0em 1em 0em;
  }

  .container_two_menu_items_table{
    display: flex;
    justify-content: space-between;
  }

.nav_icon {
	position:fixed;
	z-index: 10;
	top: 90%;
	left: 1.5%;
}

.m-comida:hover {
	animation-name: slidein;
	animation-duration: 3s;
	transition: 2s;
	overflow:hidden
}
.m-chupe:hover {
	transform: translate(0,-350px);
    -webkit-transform: translate(0,-350px);
    -o-transform: translate(0,-350px); 
    -moz-transform: translate(0,-350px);
}
.m-postres:hover {
	animation-name: slidein;
	animation-duration: 3s;
	transition: 2s;
	overflow:hidden
}


/* ------------------------------------ Carta ------------------------- */
.header-menu{
  display: flex;
  justify-content: space-between;
}
.header_menu_percent{
  width: 50%;
  display: flex;
}
.dot{
     flex: 1;
    margin-left: 10px;
    color: transparent;
    border-bottom: 1px dotted #363636f3 ;
    border-width: 2px;
    margin-bottom: 2px;
}
.dot_title{
  flex: 1;
 margin-left: 10px;
 color: transparent;
 border-bottom: 1px dotted #363636f3 ;
 border-width: 2px;
 margin-bottom: 19px;
}
.header-dot{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

dl {
  width: 100%;
  overflow: auto;
  margin: 0 0 1em;
}
  dt,dd.price{
    font-size: 18px;
    font-weight: 600;
  }
  dt {
    padding-right: 7px;
    width: auto;
    width: fit-content;
  }
  dd {
    margin:0
  }
  dd.price {
    display: flex;
    float: right;
    align-items: flex-end;
  }
  dd.ingredients {
    float: left;
     width: 100%;
     padding: 3px 0;
    color: var(--bg-text-basics);
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 400;
  }
  .button-viewmore{
    color: var(--bg-title1);
    border: 2px solid var(--bg-title1);
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 10px 26px;
    text-decoration: none;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    margin: auto;
    width: 125px;
    margin: 20px auto;
  }
  .button-viewmore:focus{
    outline: none;
  }
  .margin_bottom{
    margin-bottom: 12px;
  }
  .margin_top{
    margin-top: 20px;
  }
  .margin_left{
    margin-left: 10px;
  }
  .margin_btn{
    margin-bottom: 16px;
  }
  .header_units{
    display: flex;
    justify-content: space-between;
  }
  .units_left{
    width: 48%;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .uni{
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .uni_left{
    width: 38%;
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .units{
    display: flex;
    align-self: flex-end;
  }
  .visible{
    color: transparent;
  }
  .unites_text{
    font-size: 16px;
  }
  .link_one:hover{
    color: #6C200F !important;
    font-weight: 600 !important;
    font-size: 2.4em !important;
  }
  .link_two:hover{
    color:#CF0C64 !important;
    font-weight: 600 !important;
    font-size: 2.4em !important;
  }
  .link_three:hover{
    color: #EA8501 !important;
    font-weight: 600 !important;
    font-size: 2.4em !important;
  }
  .link_four:hover{
    color: #C83B26 !important;
    font-weight: 600 !important;
    font-size: 2.4em !important;
  }
  .link_five:hover{
    color: #6C200F !important;
    font-weight: 600 !important;
    font-size: 2.4em !important;
  }


@keyframes slidein {
	0% {
		width: 150%;
		margin-left: 30%;
	}
	100% {
	 	width: 100%;
		margin-left: 0%;
	}
}

/* @keyframes slideup {
	0% {
		height: 200%;
		margin-bottom: -10%;
	}
	100% {
		height: 100%;
		margin-bottom: 0%;
	}
} */

.cestadeaji.cestadeaji_menu,
.img_aji.img_aji_menu,
.img_perejil.img_perejil_menu{
  top: 81% ;
}

.menu_table, .menu_table_two{
  width: 45%;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.menu_table  li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  margin-top: 1em;
  position: relative;
  border-bottom: dotted 2px #999;
}
.menu_table  strong {
  background-color: #f5f5f5 !important;
  padding: 0 10px 0 0;
  position: absolute;
  bottom: -.3em;
  left: 0;
}

.menu_table strong.text-table{
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
  padding: 0 14em 0 0;
  position: absolute;
  bottom: -.3em;
  left: 0;
}

.menu_table  span{
  background-color: #f5f5f5 !important;
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  right: 0;
}

.menu_table .left-number {
  right: 8rem ;
}

.header-jugos{
  margin-top: 4em !important;
}

.span-jugo{

}
.menu_table li.span-jugo-li {
  clear: both;
  margin: 0;
  padding: 0 0 1.8em 0;
  margin-top: 1em;
  position: relative;
  border-bottom: none !important;
}

span.span-jugo{
  background-color: #f5f5f5 !important;
  text-align: center;
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  left: 35%;

}

.menu_table.aperitivos {
  width: 100%;
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}

span.left-number-two{
  background-color: #f5f5f5 !important;
  position: absolute;
  bottom: -.2em;
  right: 15em;
}

span.left-number-three{
  background-color: #f5f5f5 !important;
  position: absolute;
  bottom: -.2em;
  right: 28em;

}

.menu_table strong.text-table-bebidas {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
  padding: 0 21em 0 0;
  position: absolute;
  bottom: -.3em;
  left: 0;
}

@media screen and (max-width: 968px) {
  .container_two_menu ul a{
    font-size: 3.5em !important;
  }

  .container_two_menu_one_items li a {  
    font-size: 1.875em !important;
  }

  .container_two_menu .container_two_menu_one_items{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
}

  @media screen and (max-width: 768px) {
    .price_responsive{
      display: flex !important;
    }
    .price_desktop{
      display: none !important;
    }
    .unites_text{
      font-size: 14px;
    }
    .dot{
      margin-left: 5px;
      font-size: 10px;
    }
    dt, dd.price, .units{
      font-size: 14px;
    }
   dd.ingredients{
     font-size: 12px;
   }
    .container_two_menu .container_two_menu_one{
      padding: 2em;
    }
    .reponsive{
      display: none;
    }
    .controls_menu ul {
      position: absolute;
      list-style: none;
      transform: translate(-50%);
      top: 74%;
      left: 63%;
      display: flex;
      }
      
      .controls_menu ul li {
        width: 10px;
        height: 10px;
        border-radius: 20px;
        border: 1px solid #E7A436;
        margin: 13px;
        cursor: pointer;
      }

      .container_two_menu ul a {
        font-size: 2.5em !important;
    }

    .container_two_menu {
      margin-top: -5em;
  }


  .container_two_menu_one_items li a {
    font-size: 1.75em !important
  }


  .container_two_menu_items_table {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.menu_table {
  width: 100%;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
  
  }

  @media screen and (max-width: 600px){
  .container_two_menu_items {
    margin: 0em 0em;
}

.container_two_menu_items h1 {
  font-size: 2.5em !important;
}

.menu_table strong {
  background-color: #f5f5f5 !important;
  padding: 0 10px 0 0;
  position: absolute;
  bottom: -.3em;
  font-size: 1em !important;
  left: 0;
}

.menu_table span {
  background-color: #f5f5f5 !important;
  padding: 0 0 0 5px;
  position: absolute;
  bottom: -.2em;
  font-size: 1em !important;
  right: 0;
}



  }

@media screen and (max-width: 455px) {
  .button-viewmore{
    margin: -36px auto;
    padding: 5px 26px;
  }
  .header_menu_percent{
    width: auto !important;
}
  .controls_menu ul {
    position: absolute;
    list-style: none;
    transform: translate(-50%);
    top: 67%;
    left: 57%;
    display: flex;
}

.container_two_menu ul li a img {
  width: 15px;
}

.container_two_menu {
  margin-top: -4em;
}

.container_two_menu ul a {
  font-size: 1.8em !important;
}

  .container_two_menu_one_items li a {
    font-size: 2em !important;
  }
  
}
