/**
* Template Name: Restaurantly
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/restaurantly-restaurant-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  background: #070101;
  color: #fff;
  background-image: url('../img/bg2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 130%;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    border: 10px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    margin: 5px 0 0 0;
    position: relative;
}

li p {
    position: absolute;
    top: 50%;
    margin: 0 0 0 25px;
    padding: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.5em;
    line-height: 0;
}

li img {
    border-radius: 10px;
}

h2 {
  font-family: 'Delicious Handrawn', cursive;
}

h6 {
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 5px 8px;
  background: #524836;
  display: table;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

table {
  display: none;
}

td {
  color: white;
  border:none;
}

tr{
  width: 100%;
}

.section-title {
  position: fixed;
  top: 0;
  width: 90%;
  background: #070101;
  padding: 10px 0 10px;
  border-radius: 10px;
  z-index: 4;
}

#backHome {
    display: none;
    background: #ea572c;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    width: 150px;
}

#tablaTiempos {
  position: relative;
  top: 45px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #335dff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 30px;
    opacity: 1;
}
.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute; width: 12px; height: 12px; background-size: contain;
    transform: rotate(-90deg);
    top: 30%;
    left: 40%;
}
.arrow:nth-child(2){
    top: 42%;
}

@keyframes bounceAlpha {
    0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
    25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
    26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
    55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
    animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-delay:0.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
    .back-to-top.show:hover {
        bottom: 10px;
    }
    .arrow {
        top: 27%;
        left: 37%;
    }

    .menu-img {
        width: 80px!important;
    }

    .menu-ingredients {
      color: #a8a8a8;
      min-width: auto!important;
  }

  li p {
    position: absolute;
    top: 50%;
    margin: 0 0 0 15px;
    padding: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.3em;
    line-height: 0;
}

}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 0px;
  position: fixed;
  width: auto;
  height: 50px;
}



/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
#menu {
  position: relative;
  top: 200px!important;
  width: 100%;
}

.menu-img {
  width: 120px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
  margin: 0 10px 0 0 ;
}

.menu-content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0 0 0;
}

.menu-content::after {
  content: "......................................................................................................................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
}

.menu-content a {
    padding-right: 10px;
    background: #070101;
    position: relative;
    z-index: 3;
    font-weight: 600;
    color: white;
    transition: 0.3s;
    line-height: 20px;
    margin: 02px 0 0 0;
}

.menu-content a:hover {
  color: #cda45e;
}

.menu-content span {
  background: #070101;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #cda45e;
}

.menu-ingredients {
  color: #a8a8a8;
  min-width: 700px;
}


