*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a{
  text-decoration: none;
  color: white;
  
}
.fp{
  color: white !important;
}

@import url(//db.onlinewebfonts.com/c/a16915d9f4c6bd82cbec199a1b330adf?family=Balzac+DB);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
/* Loader------------------------------------------------------------------------------------------------------------------------------------------------*/
@keyframes bubble {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.5) translate(0, 1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1) translate(0, -20px);
    opacity: 1;
  }
  75% {
    transform: scale(1) translate(0, -30px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(0, -60px);
    opacity: 0;
  }
}
@keyframes stove {
  0% {
    transform: translate(0, 1);
  }
  10% {
    transform: translate(0, -10%) rotate(5deg);
  }
  20% {
    transform: translate(0, 10%) rotate(-10deg);
  }
  40% {
    transform: translate(0, -40%);
  }
  95% {
    transform: rotate(5deg);
  }
  100% {
    transform: translate(0, 1) rotate(0deg);
  }
}
@keyframes stove-handle {
  0% {
    transform: translate(0, 1);
  }
  10% {
    transform: translate(0, -10%) rotate(25deg);
  }
  20% {
    transform: translate(0, 10%) rotate(-10deg);
  }
  40% {
    transform: translate(0, -40%) rotate(10deg);
  }
  100% {
    transform: translate(0, 1);
  }
}
@keyframes food-2 {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(55px, -1px);
  }
  20% {
    transform: translate(63px, -5px) rotate(0deg);
  }
  28% {
    transform: translate(70px, -50px);
  }
  35% {
    transform: translate(68px, -55px) rotate(180deg);
  }
  40% {
    transform: translate(60px, -60px);
  }
  45% {
    transform: translate(52px, -65px) rotate(360deg);
  }
  50% {
    transform: translate(42px, -69px);
  }
  55% {
    transform: translate(31px, -67px);
  }
  60% {
    transform: translate(22px, -64px) rotate(-180deg);
  }
  65% {
    transform: translate(15px, -60px);
  }
  70% {
    transform: translate(6px, -54px);
  }
  75% {
    transform: translate(-1px, -47px) rotate(-90deg);
  }
  80% {
    transform: translate(-7px, -36px);
  }
  85% {
    transform: translate(-9px, -24px) rotate(0deg);
  }
  90% {
    transform: translate(-7px, -8px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition:  2.3s ease-in-out ;
  clip-path: circle(74.6% at 50% 50%);
}
.loader2{
  clip-path: circle(0% at 50% 55%);
  
}

.spinner-container {
  width: 400px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  position: relative;
}

.stove {
  position: relative;
}
.stove--handle {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  position: absolute;
  left: -74px;
  bottom: -65px;
  background-color: transparent;
  border-top: 5px solid rgb(255, 255, 255);
  border-left: 3px solid transparent;
  border-radius: 100%;
  transform: rotate(15deg);
  transform-origin: right;
  animation: stove-handle 1500ms 250ms infinite;
}
.stove--base {
  width: 100px;
  height: 23px;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 40px 40px;
  position: absolute;
  top: 50px;
  transform-origin: left;
  animation: stove 1500ms 250ms infinite;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(173deg, #fffb00 0%, #fffb00 39%, #fffb00 85%, #fffb00 100%);
  opacity: 1;
  animation: bubble 2000ms infinite ease-in;
}
.bubble--1 {
  animation-delay: 166.6666666667ms;
}
.bubble--2 {
  animation-delay: 333.3333333333ms;
}
.bubble--3 {
  animation-delay: 500ms;
}
.bubble--4 {
  animation-delay: 666.6666666667ms;
}
.bubble--5 {
  animation-delay: 833.3333333333ms;
}
.bubble--6 {
  animation-delay: 1000ms;
}
.bubble--1 {
  top: 32px;
  left: -25px;
  width: 15px;
  height: 15px;
}
.bubble--2 {
  top: 30px;
  left: 10px;
  width: 8px;
  height: 8px;
}
.bubble--3 {
  top: 3px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.bubble--4 {
  top: -15px;
  right: 8px;
  width: 8px;
  height: 8px;
}
.bubble--5 {
  top: 5px;
  left: -41px;
  width: 10px;
  height: 10px;
}
.bubble--6 {
  top: 55px;
  left: -43px;
  width: 8px;
  height: 8px;
}

.aliment {
  left: 13px;
  bottom: -64px;
  width: 10px;
  height: 10px;
  position: absolute;
  animation: food-2 1500ms infinite ease-in;
}
.aliment--1 {
  animation-delay: 250ms;
}
.aliment--2 {
  animation-delay: 500ms;
}
.aliment--3 {
  animation-delay: 750ms;
}

.aliment--1 {
  background-color: #ff9100;
}

.aliment--2 {
  background-color: #BC5268;
}

.aliment--3 {
  background-color: #00f514;
}
/* Navbar------------------------------------------------------------------------------------------------------------------------------------------------*/
.navbar{
    font-family: 'Bubblegum Sans', cursive !important;
    background: rgba(255, 255, 255, 0) !important;
    color: #ffffff !important;
    width: 100% !important;
    height: 111px !important;
    text-align: center !important;
    position: fixed !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    z-index: 100 !important;
    padding: 0!important;
    transition:  0.5s ease-in-out !important;
}
.activo{
  background-color: white !important;
  color: rgb(39, 39, 39) !important;
  box-shadow: 2px 2px 5px #07070781 !important;
}
.activo:hover{
  background-color: white !important;
  color: rgb(39, 39, 39) !important;
  box-shadow: 2px 2px 5px #07070781 !important;
}
.cls-1{
  fill: #fff;
}
.svglog{
  fill: rgb(77, 0, 0);
}
.logo{
    width: 200px;
    height: 86px;
    margin-left: 60px;
    text-align: center;
    
    
}
.logo img{
    width: 200px;
    height: 86px;
}
.list-container{
    margin-left: 70vh;
}

.list{
    display: flex;
}
.list li{
    list-style: none;
    
}

.list li a{
    text-decoration: none;
    margin: 0px 20px;
    float: right;
    font-size: 18px;
    color: inherit;  
}
.list li a:hover{
  color: #df6400;
  border-bottom: 1px solid #df6400;
}
.svg-triangle{
  display: none !important;
  position: absolute !important;
  width: 80px !important;
  top: 57px !important;
  right: 11px !important;
  
}
.triangle{
  fill: rgb(255, 255, 255) !important;
  
}
.triangle-2{
  fill: #979797 !important;
  
}

.nav-user:hover .svg-triangle{
  display: block !important;
}
.cont-nav-user{
  display: none ;
  position: absolute;
  top: 80px;
  right: 3px;
  min-width: 80px;
  height: 200px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  border: 1px solid rgb(217 217 217);
  
  
}
.cont-nav-user li a{
  color: #000;
  
}
.cont-nav-user li a:hover{
  color: #ff7300;
  
}
.nav-user:hover ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
/* Navbar------------------------------------------------------------------------------------------------------------------------------------------------*/

.navbar2{
  font-family: 'Bubblegum Sans', cursive;
  background: rgba(255, 255, 255, 0);
  color: #000000;
  width: 100%;
  height: 111px;
  text-align: center;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  
  transition:  0.5s ease-in-out ;
}
.activo{
background-color: white;
color: rgb(39, 39, 39);
box-shadow: 2px 2px 5px #07070781;
}
.activo:hover{
background-color: white;
color: rgb(39, 39, 39);
box-shadow: 2px 2px 5px #07070781;
}
.cls-2{
fill: rgb(77, 0, 0);
}
.svglog{
fill: rgb(77, 0, 0);
}
.logo{
  width: 200px;
  height: 86px;
  margin-left: 60px;
  text-align: center;
  
  
}
.logo img{
  width: 200px;
  height: 86px;
}
.list-container{
  margin-left: 70vh;
}

.list{
  display: flex;
}
.list li{
  list-style: none;
  
}

.list li a{
  text-decoration: none;
  margin: 0px 20px;
  float: right;
  font-size: 18px;
  color: inherit;  
}
.list li a:hover{
color: #df6400;
border-bottom: 1px solid #df6400;
}
.svg-triangle{
display: none;
position: absolute;
width: 80px;
top: 57px;
right: 11px;

}
.triangle{
fill: rgb(255, 255, 255);

}
.triangle-2{
fill: #979797;

}

.nav-user:hover .svg-triangle{
display: block;
}
.cont-nav-user{
display: none;
position: absolute;
top: 80px;
right: 3px;
min-width: 80px;
height: 200px;
background: rgb(255, 255, 255);
border-radius: 3px;
border: 1px solid rgb(217 217 217);


}
.cont-nav-user li a{
color: #000;

}
.cont-nav-user li a:hover{
color: #ff7300;

}
.nav-user:hover ul {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
}


.svg-triangle{
display: none;
position: absolute;
width: 80px;
top: 57px;
right: 11px;

}
.triangle{
fill: rgb(255, 255, 255);

}
.triangle-2{
fill: #979797;

}

.nav-user:hover .svg-triangle{
display: block;
}
.cont-nav-user{
display: none;
position: absolute;
top: 80px;
right: 3px;
min-width: 80px;
height: 200px;
background: rgb(255, 255, 255);
border-radius: 3px;
border: 1px solid rgb(217 217 217);


}
.cont-nav-user li a{
color: #000;

}
.cont-nav-user li a:hover{
color: #ff7300;

}
.nav-user:hover ul {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
}



.svg-triangle2{
  display: none;
  position: absolute;
  width: 80px;
  top: 57px;
  right: 193px;
  
  }
  .triangle2{
  fill: rgb(255, 255, 255);
  
  }
  .triangle-22{
  fill: #979797;
  
  }
  
  .nav-order:hover .svg-triangle2{
  display: block;
  }
  .cont-nav-order{
  display: none;
  position: absolute;
  top: 80px;
  right: 174px;
  min-width: 80px;
  height: 105px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  border: 1px solid rgb(217 217 217);
  
  
  }
  .cont-nav-order li a{
  color: #000;
  
  }
  .cont-nav-order li a:hover{
  color: #ff7300;
  
  }
  .nav-order:hover ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  }

/* Modal Carrito------------------------------------------------------------------------------------------------------------------------------------------------*/
.modal-container-cart{
  font-family: 'Arvo', serif;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999999999999999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex;

  justify-content: right;
  align-items: center;
  
}

.container-carrito{
  width: 400px;
  height: 939px;
  background:rgb(255, 255, 255);
  float: right;
  display: flex;
  position: relative;
  transition: transform 0.5s;
  transform: translateX(200%);
}
.content-carrito{
  width: inherit;
  height: 100%;
  position: fixed;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  z-index: 30;
  color: rgb(31, 31, 31);
  background-color: #fff;
  box-shadow: 0 0 150px rgb(0 0 0 / 10%);
  transition: transform .25s cubic-bezier(.165, .84, .44, 1);
  text-align: center;
  

}
.closeC{
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;

  color: #db3131 ;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  border-radius: 20%;
  z-index: 99;
}
.modal-closeC {
  transform: translateX(0%);
}

.title-cont{
  width: 300px;
  height: 119px;
  display: flex;
  margin:0px auto;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(217 217 217);
}
.title{
  font-size: 30px;
  margin: auto;
}

.cant_content{
  
}
.btn-actualizar{
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: rgb(44, 44, 44);  
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  border-radius: 20%;
  z-index: 99;
}
.btn-actualizar button{
 
}
.btn-actualizar i{
  font-size: 10px;
  color: #fa7900;
}

.inputnum{
  width: 60px !important;
  height: 22px !important;
  text-align: center !important;
  border: 1px solid #e8e8e1 !important;
}

.menos span{
  color: white;
}
.mas span{
  color: white;
}

.cyp{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.content-pedidosge{
  
  height: 634px;
  display: flex;
  flex-wrap: nowrap;
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(217 217 217);
  overflow: auto;
  flex-direction: column;
}
  

.content-pedidos{
  width: 300px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #e8e8e1;
  flex-direction: column;
  
  
}
.cont-img{

  background-color: rgba(136, 90, 90, 0.158);
  width: 40%;
  height: 110px;
  margin:auto 0px;
  
}
.tit_content{
  padding: 8px;
  width: 150px;
  height: 64px;
  text-align: left;
 
  font-size: 18px;
}



.pre_content{

}




.content-footer{
  width: 100%;
  height: 180px;
  
  margin:0px auto;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(143, 143, 143);
}

.cf-subtotal{
  display: flex;
  margin: auto;
  width: 350px;
  height: 28%;
  
  align-items: center;
  justify-content: space-between;
  flex-direction: row;

}



.cf-relleno{
  width: 350px;
  margin: auto;
  height: 28%;
  
}

.cf-relleno p {
  text-align: left;
  color: rgb(96 96 96);
}
.btnfip{
  width: 100%;
  height: 300px;
  text-align: center;
  margin: auto;
}
.realizar{
  
  background-color: #db3131;
    color: #fff;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    padding: 11px 20px;
    width: 350px;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
}
.realizar:hover{
  background: #fcbe2a;
}
/* Slider------------------------------------------------------------------------------------------------------------------------------------------------*/


.slider .titu{
    color: white;
    font-family: 'Lobster', cursive;
    font-size: 160px;
    text-shadow: 2px 2px 5px #070707ce;
    margin-top: 80px;
    margin-left: 150px;
    float: left;
}

.slider .cont-slo{
    width: 420px;
    height: 368px;
    text-align: center;
    float: left;
    text-shadow: 2px 2px 5px #ffffff;
    margin-top: 140px;
    margin-left: 150px;

}
.slider .slo{
    color: rgb(32, 32, 32);
    font-family: 'Lobster', cursive;
    font-size: 30px;
    margin-top: 80px;
    margin-left: 150px;
}
.slider .cont-slo button{
    border: none;
    background-color: black;
    width: 252px;
    height: 72px;
    color: rgb(255, 255, 255);
    font-family: 'Lobster', cursive;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 150px;
}
.slider .cont-slo button a p{
    color: white;
}
/* Body-----------------*/
@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Overpass+Mono:600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
body {
  overflow-x: hidden;
}

/*
  GLOBAL
*/
h2 {
  margin-top: 0;
}

button {
  border: 0;
  background: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
  HEADER
*/
.header {
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url("https://www.wallpapertip.com/wmimgs/50-504378_restaurant-hd-wallpaper-restaurant-hd.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  /*
    NAV
  */
  /*
    CENTER HEADER TEXT
  */
}
.header nav {
  padding: 15px 35px;
  display: flex;
  position: fixed;
}
.header nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
.header nav h2 #logo {
  color: lightgray;
  text-transform: uppercase;
  border-bottom: solid 2px lightgray;
}
.header nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
.header nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s;
}
.header nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: lightgray;
  font-size: 20px;
  padding: 10px;
}
.header nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
.header nav div ul li a {
  display: block;
  color: lightgray;
  padding: 15px 5px;
  transition: all 0.4s;
}
.header nav div ul li a:hover, header nav div ul li a .active:hover {
  color: #be8040;
  border-bottom-color: #be8040;
}
.header .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
.header .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #be8040;
  font-size: 80px;
  margin-bottom: 34px;
}
.header .center h2 {
  font-family: "Balzac DB";
  
  letter-spacing: 5px;
  font-size: 80px;
}
.header .center #asterisk {
  color: #be8040;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.header .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
.header .center #asterisk:before {
  margin-right: 10px;
}
.header .center #asterisk:after {
  margin-left: 10px;
}
.header .center p {
  font-family: "Balzac DB";
  
  margin-top: 50px;
  font-size: 50px;
  text-shadow: -2px -1px 20px #ffd000;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 3px;
}

nav div.show {
  transform: scale(1);
  opacity: 1;
}

/*
  SECTIONS
*/
/*
  CLASSES
*/
.custom-font {
  font-family: "Alex Brush", cursive;
  color: #8e0101;
  font-size: 75px;
  line-height: 0;
}

.add-padding {
  padding: 25px;
}

.center-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #4d4d4d;
}
.center-text h2 {
  margin-top: 25px;
  line-height: 0;
}
.center-text p {
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
}
.center-text a {
  font-family: "PT Sans", sans-serif;
  color: #be8040;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: solid 2px #be8040;
}

.add-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-flex .stuffed-cherries {
  background: url("https://s-media-cache-ak0.pinimg.com/736x/61/b1/98/61b19844448b2bad5c78e9a2c6347986.jpg") no-repeat center center;
  background-size: cover;
  height: 315px;
  width: 320px;
}

.center-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-h1 {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.custom-h1 span {
  letter-spacing: 0;
}

/*
  TASTEFUL RECIPES SECTION
*/
.bread-background {
  background: black url("http://www.performerprosites.com/development/clients/showpalace/wp-content/uploads/2014/05/tasteful-recipies-dinner-theatre.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
}

/*
  MENU SECTION
*/
.menu {
  padding: 30px;
}
.menu-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.menu-images img {
  width: 100%;
}

/*
  THE PERFECT BLEND SECTION
*/
.cake-background {
  background: black url("http://www.rustiquerichmond.co.uk/wp-content/uploads/2014/06/desert.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
}

/*
  CULINARY DELIGHT SECTION
*/
.reservation-section {
  margin-bottom: 40px;
}
.reservation-section div:first-child {
  flex: 1;
}
.reservation-section div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  flex: 1;
}
.reservation-section div:last-child img {
  margin: auto;
  width: 85%;
}

/*-------Button Search-----------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);


.wrap {
  margin: 50px 100px;
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

.search-text {
  height: 60px !important;
  font-size: 55px !important;
  display: inline-block !important;
  font-family: "Lato" !important;
  font-weight: 100 !important;
  border: none !important;
  outline: none !important;
  color: #555 !important;
  padding: 3px !important;
  padding-right: 60px !important;
  width: 0px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background: none !important;
  z-index: 3 !important;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000) !important;
  cursor: pointer !important;
}

.search-text:focus:hover {
  border-bottom: 1px solid #BBB !important;
}

.search-text:focus {
  width: 700px !important;
  z-index: 1 !important;
  border-bottom: 1px solid #BBB !important;
  cursor: text !important;
}
.search-imput {
  height: 67px !important;
  width: 63px !important;
  display: inline-block !important;
  color:red !important;
  float: right !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat !important;
  text-indent: -10000px !important;
  border: none !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  cursor: pointer !important;
  opacity: 0.4 !important;
  cursor: pointer !important;
  transition: opacity .4s ease !important;
}

search-imput:hover {
  opacity: 0.8 !important;
}

/*
  FOOTER
*/
.footer-nav {
  margin: 0;
  position: relative;
  background: #141414;
  color: lightgray;
}
footer button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -10%);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  border-radius: 50%;
  margin-top: 0;
}
footer h4 {
  margin-bottom: 0;
}
footer h5 {
  line-height: 1.5;
}
footer .restaurant-info {
  padding: 35px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copyright {
  background: #232323;
  color: #969696;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .copyright span {
  border-bottom: solid 1px;
}

/*
  MEDIA QUERIES
*/
@media screen and (max-width: 425px) {
  header, .bread-background, .cake-background {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  footer .restaurant-info {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  /*
    NAV
  */
  nav {
    position: initial !important;
    align-items: baseline;
    padding: 20px 70px !important;
  }
  nav .nav-button {
    display: none;
  }
  nav div {
    position: initial !important;
    background: none !important;
    opacity: initial !important;
    transform: initial !important;
  }
  nav div ul {
    position: initial !important;
    flex-direction: row !important;
  }
  nav div ul .exit-menu {
    display: none;
  }
  nav div ul li a {
    font-size: 12.8px;
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 5px 0 !important;
  }
  nav div ul .active {
    border-bottom: solid 1px lightgray;
  }

  .add-padding {
    padding: 80px 70px 50px 80px;

  }

  .add-flex {
    flex-direction: row;
    align-items: center;
    height: 850px;
  }
  .add-flex div:first-child {
    flex: 1;
    padding: 0 50px;
  }
  .add-flex div:last-child {
    min-width: 400px;
    margin: 50px;
  }

  .menu-images {
    flex: 1;
  }
  .menu div:last-child {
    flex: 1;
  }

  /*
    FOOTER
  */
  footer .restaurant-info {
    padding: 20px 80px;
    flex-direction: row;
    justify-content: space-around;
  }
  footer .restaurant-info .locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .locations h4 {
    flex: 1 0 100%;
  }
  footer .restaurant-info .hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .hours h4 {
    flex: 1 0 100%;
  }
  footer .copyright {
    flex-direction: row;
    justify-content: space-around;
  }
}
/* ANIMATIONS */
#asterisk {
  opacity: 0;
  transform-origin: 50% 4%;
  animation: spin 0.5s forwards;
  animation-delay: 0.3s;
  animation-delay: 3s;
}

#asterisk::before, #asterisk::after {
  transform-origin: center center;
  animation: grow 0.5s forwards;
  animation-delay: 0.8s;
}

.center p {
  transform: translateY(-40px);
  opacity: 0;
  animation: fadeDown 0.9s forwards;
  animation-delay: 3.5s;
}

.center h2 {
  transform: scale(2);
  opacity: 0;
  animation: fade 0.5s forwards;
  animation-delay: 2.5s;
}

.center h1 {
  transform: translateY(40px);
  opacity: 0;
  animation: fadeUp 0.5s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}



.mini-footer {
  background:#192027;
  text-align:center;
  padding:32px 0
 }
 .mini-footer p {
  margin:0;
  line-height:26px;
  font-size:15px;
  color:#999
 }
 .mini-footer p a {
  color:#ff7300fa
 }
 .mini-footer p a:hover {
  color:#34bfa3
 }
 .widget-about img {
  display:block;
  margin-bottom:30px
 }
 .widget-about p {
  font-weight:400
 }
 .widget-about .contact-details {
  margin:30px 0 0 0
 }
 .widget-about .contact-details li {
  margin-bottom:10px
 }
 .widget-about .contact-details li:last-child {
  margin-bottom:0
 }
 .widget-about .contact-details li span {
  padding-right:12px
 }
 .widget-about .contact-details li a {
  color:#ff7300fa
 }
 @media (max-width:991px) {
  .footer-menu {
   padding-left:0
  }
 }

 .backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #3498db url(https://images8.alphacoders.com/108/1089703.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e74c3c url(https://images5.alphacoders.com/988/988136.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

.left {
  width: 50%;
  height: 100%;
  background: #2C3034;
  left: 0;
  position: absolute;
}

.right {
  width: 50%;
  height: 100%;
  background: #f9f9f9;
  right: 0;
  position: absolute;
}

.content {
  width: 250px;
  margin: 0 auto;
  top: 30%;
  position: absolute;
  left: 50%;
  margin-left: -125px;
}

.content h2 {
  color: #03A9F4;
  font-weight: 300;
  font-size: 35px;
}

.formreglog button {
  background: #03A9F4;
  padding: 10px 16px;
  width: auto;
  font-weight: 600;
  text-transform:  uppercase;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  border: 0;
  outline: 0;
  margin: 15px 15px 15px 0;
  transition: all 0.25s;
}

.formreglog button:hover {
  background: #0288D1;
  box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
}
.off {
  background: none;
  color: #03A9F4;
  box-shadow: none;
}

.right .off:hover {
  background: #eee;
  color: #03A9F4;
  box-shadow: none;
}
.left .off:hover {
  box-shadow: none;
  color: #03A9F4;
  background: #363A3D;
}
.form-group input {
  background: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #45494C;
  font-size: 14px;
  color: #959595;
  padding: 8px 0;
  margin-top: 20px;
  
  
}

/* Modal */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.card-title {
  font-weight: 300;
  font-size: 2rem;
}
.product-card .card {
  margin: 20px;
  overflow: hidden;
}
.product-card .card .card-content {
  padding: 5px;
}
.product-card .card .price {
  width: 70px;
  height: 70px;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 70px;
  margin: 10px;
  position: absolute;
  top: 0;
  letter-spacing: 0;
}
.product-card ul.card-action-buttons {
  margin: -18px 7px 0 0;
  text-align: right;
}
.product-card ul.card-action-buttons li {
  display: inline-block;
  padding-left: 7px;
}
.product {
  width: 20%;
  padding: 10px;
}
.product .card {
  margin: 0;
}
.product .card .card-content {
  padding: 5px 10px;
}

.footer-nav{
  margin-top: 150px;
}
.mini-footer {
 background:#192027;
 text-align:center;
 padding:32px 0
}
.mini-footer p {
 margin:0;
 line-height:26px;
 font-size:15px;
 color:#999
}
.mini-footer p a {
 color:#5867dd
}
.mini-footer p a:hover {
 color:#34bfa3
}
.widget-about img {
 display:block;
 margin-bottom:30px
}
.widget-about p {
 font-weight:400
}
.widget-about .contact-details {
 margin:30px 0 0 0
}
.widget-about .contact-details li {
 margin-bottom:10px
}
.widget-about .contact-details li:last-child {
 margin-bottom:0
}
.widget-about .contact-details li span {
 padding-right:12px
}
.widget-about .contact-details li a {
 color:#5867dd
}
@media (max-width:991px) {
 .footer-menu {
  padding-left:0
 }
}

/* Modal */
.modal-container{
  font-family: 'Roboto', sans-serif;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999999999999999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modals1{
  width: 70%;
  height: 70%;
  background:rgb(255, 255, 255);
  display: flex;
  justify-content: space-evenly;
  position: relative;
  transition: transform 1s;
  transform: translateY(0%);
  border-radius: 20px;
}

.modal-close{
  transform: translateY(-200%);
}
.modal-img{
  width: 70%;
  height: 100%;
  border-radius: 20px;
  
  
}


.close{
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #c44a4a;
  color: #fff;  
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  border-radius: 20%;
}

.modal-text{
  width: 100%;
}
.modal-text-container{
  width: 80%;
  height: 90%;
  margin: auto;
  background: rgb(255, 255, 255);
}

.modal-text-container .descripcion{

  height: 300px;
}

.ag-carrito{
  border: 1px solid #000;
  min-height: 50px;
  width: 100%;
  padding: 13px 20px;
  color: #000;
  background-color: transparent;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.ca-ahora{
  margin-top: 20px;
  border: 1px solid rgb(77 0 0);
  min-height: 50px;
  width: 100%;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background: rgb(77 0 0);
}
.CSSgal {
	position: relative;
	overflow: hidden;
	height: 100%; /* Or set a fixed height */
}

/* SLIDER */

.CSSgal .slider {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}

/* SLIDES */

.CSSgal .slider > * {
	font-size: 1rem;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	height: 100%;
	width: 100%;
	background: none 50% no-repeat;
	background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */

.CSSgal .prevNext {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 100%;
	height: 0;
}

.CSSgal .prevNext > div+div {
	visibility: hidden; /* Hide all but first P/N container */
}

.CSSgal .prevNext a {
	background: #fff;
	position: absolute;
	width:       60px;
	height:      60px;
	line-height: 60px; /* If you want to place numbers */
	text-align: center;
	opacity: 0.7;
	-webkit-transition: 0.3s;
					transition: 0.3s;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	left: 0;
}
.CSSgal .prevNext a:hover {
	opacity: 1;
}
.CSSgal .prevNext a+a {
	left: auto;
	right: 0;
}

/* NAVIGATION */

.CSSgal .bullets {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.CSSgal .bullets > a {
	display: inline-block;
	width: 10px;
  height: 10px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: 0.3s;
					transition: 0.3s;
}
.CSSgal .bullets > a+a {
	background: rgba(255, 255, 255, 0.5); /* Dim all but first */
}
.CSSgal .bullets > a:hover {
	background: rgba(255, 255, 255, 0.7) !important;
}

/* NAVIGATION BUTTONS */
/* ALL: */
.CSSgal >s:target ~ .bullets >* {      background: rgba(255, 255, 255, 0.5);}
/* ACTIVE */
#s1:target ~ .bullets >*:nth-child(1) {background: rgba(255, 255, 255,   1);}
#s2:target ~ .bullets >*:nth-child(2) {background: rgba(255, 255, 255,   1);}
#s3:target ~ .bullets >*:nth-child(3) {background: rgba(255, 255, 255,   1);}
#s4:target ~ .bullets >*:nth-child(4) {background: rgba(255, 255, 255,   1);}
/* More slides? Add here more rules */

/* PREV/NEXT CONTAINERS VISIBILITY */
/* ALL: */
.CSSgal >s:target ~ .prevNext >* {      visibility: hidden;}
/* ACTIVE: */
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* More slides? Add here more rules */

/* SLIDER ANIMATION POSITIONS */

#s1:target ~ .slider {transform: translateX(   0%); -webkit-transform: translateX(   0%);}
#s2:target ~ .slider {transform: translateX(-100%); -webkit-transform: translateX(-100%);}
#s3:target ~ .slider {transform: translateX(-200%); -webkit-transform: translateX(-200%);}
#s4:target ~ .slider {transform: translateX(-300%); -webkit-transform: translateX(-300%);}
/* More slides? Add here more rules */


/* YOU'RE THE DESIGNER! 
   ____________________
   All above was mainly to get it working :)
   CSSgal CUSTOM STYLES / OVERRIDES HERE: */

.CSSgal{
	color: #fff;	
	text-align: center;
}
.CSSgal .slider h2 {
	margin-top: 40vh;
	font-weight: 200;
	letter-spacing: -0.06em;
	word-spacing: 0.2em;
	font-size: 3em;
}
.CSSgal a {
	border-radius: 50%;
	margin: 0 3px;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.arrow-left i{
  color: #000;
  font-size: 20px;

}
/* space-user */

.contenedor-user{
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 15%;
}


/*Pagina mis ordenes*/

.card-ordenes{
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.card-ordenes-body{
  background-color: #e4e4e4;
  margin: auto;
  width: 60%;
  height: 50vh;
}




