/*  Carta  */
@font-face {
  font-family: 'azo-sans';
  src: url("../fonts/fonnts.com-Azo_Sans_Uber_Regular.otf");
}
@font-face {
  font-family: 'nunito-sans-black';
  src: url("../fonts/Nunito_Sans/static/NunitoSans_10pt-Black.ttf");
}
@font-face {
  font-family: 'nunito-sans-semibold';
  src: url("../fonts/Nunito_Sans/static/NunitoSans_10pt-SemiBold.ttf");
}
@font-face {
  font-family: 'nunito-sans-light';
  src: url("../fonts/Nunito_Sans/static/NunitoSans_10pt-Light.ttf");
}

:root {
  --categorie-burger: #ee2737;
  --categorie-side: rgb(0, 178, 193);
  --categorie-drink: rgb(56, 185, 255);
  --categorie-dessert: #ffff;
  --main-color: #F1CC3C;
  --main-color-darker: #A87819;
  --main-color-black: #1E1E1B;
  --main-color-light: #FAE995;
  --secondary-bg-color: #eaeaea;
  --font-main: 'azo-sans';
  --font-main-subtitle: 'nunito-sans-black';
  --font-text: 'nunito-sans-semibold';
  --font-text-light: 'nunito-sans-light';
}
body {
  font-family: nunito-sans-semibold;
  background-color: var(--secondary-bg-color);
  margin: 0;
  max-width: 500px;
  position: absolute;
  margin: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  transform: translate(-50%, 0%);
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

h1, h2{
  font-family: 'azo-sans';
  font-weight: 500;
}

h3, h4{
  font-family: 'nunito-sans-black';
}

.d-none {
  display: none;
}

.borderText {
  text-shadow: 
  1px 1px 0px black, 
  -1px 1px 0px black, 
  1px -1px 0px black, 
  -1px -1px 0px black;
}

.body-index {
  align-items: center;
  flex-direction: column;
  display: flex;
  /* min-height: 90vh; */
  justify-content: center;
}
.btn-order {
  width: 50%;
  display: inline-block;
  margin-bottom: 2rem;
  /* animation: pulsate 0.6s ease-in-out infinite alternate; */
}
.btn-order1 {
  animation: flicker 4.5s infinite alternate;
}
/* .text-neon {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ee2737,
		0 0 40px #ee2737, 0 0 50px #ee2737, 0 0 60px #ee2737, 0 0 70px #ee2737;
} */
.box-neon {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #ee2737,
    0 0 0.8rem #ee2737, 0 0 2.8rem #ee2737, inset 0 0 1.3rem #ee2737;
}
.btn-neon {
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  padding: 0.4em;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #ee2737,
    0 0 0.8rem #ee2737, 0 0 2.8rem #ee2737, inset 0 0 1.3rem #ee2737;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #ee2737,
    0 0 82px #ee2737, 0 0 92px #ee2737, 0 0 102px #ee2737, 0 0 151px #ee2737;
}

.select-neon {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #ee2737,
    0 0 0.8rem #ee2737, 0 0 2.8rem #ee2737, inset 0 0 1.3rem #ee2737;
}

.neon-disabled {
  color: #555353;
  border: 0.2rem solid #555353;
  border-radius: 2rem;
  padding: 0.4em;
  box-shadow: none;
  text-shadow: none;
}

.hidden {
  display: none;
}

/* -------------- home -------------- */

.title-home {
  font-size: 3.5rem;
  margin: 10px 0px 10px 0px;
}

.btn-check-menu {
  text-decoration: underline;
  margin-bottom: 10px;
}

.home-menu-sections .menu-section{
  margin-top: 10px;
}

.home-menu-sections .menu-section img{
  width: 75%;
  margin: auto;
  text-align: center;
}

.home-menu-sections .menu-section .title{
  font-size: 2rem;
  text-transform: uppercase;
  font-family: var(--font-main-subtitle);
}

.home-menu-sections .menu-section .description{
  font-family: var(--font-text);
}


.btn-order-home {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1.5rem;
  border-radius: 48%;
  padding: 15px;
  transform: translate(-50%, 100%);
  background-color: var(--main-color);
}

/* -------------- Header -------------- */
.navbar {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 5;
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.navbar .logo {
  width: 60%;
}
.navbar .navbar-responsive {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--main-color-black);
}

.navbar .navbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.navbar .nav-item {
  float: left;
  /* display: block; */
  text-align: center;
  /* padding: 14px 10px; */
  text-decoration: none;
  font-size: 30px;
  color: white;
  vertical-align: middle;
}
.navbar .nav-item.icon {
  display: none;
}
.btn-order-nav {
  font-size: 1rem;
  padding: 8px 10px 5px 10px;
  font-weight: bold;
  background-color: var(--main-color);
  border-radius: 45%;
}
.btn-order-nav a {
  text-decoration: none;
  color: var(--main-color-black);
}
/* The side navigation menu */
.sidenav {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.sidenav.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* The navigation menu links */
.sidenav .sidenav-item {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  height: 30px;
  /* transition: 0.3s; */
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}

.sidenav .nuevo {
  height: 65px;
  position: absolute;
  transform: translate(-110px, -2px) rotate(-15deg);
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

.sidenav .footer-header {
  position: absolute;
  bottom: 1%;
  display: inline;
  width: 100%;
  float: left;
}

.sidenav .footer-header a {
  display: inline-block;
}
main {
  text-align: center;
}
main.main-index {
  margin: auto;
  width: 100%;
  margin-top: 80px;
}
main.main-index .logo {
  /* position: absolute; */
  /* margin-top: ; */
  width: 100%;
}
main.main-index .logo img {
  max-width: 90vw;
}
main.main-index .order a {
  text-decoration: none;
}

main.main-carta{
  margin-top: 58px;
}

main section .section-group {
  border: 1px solid black;
  border-radius: 10px;
  margin: 12px;
  padding: 16px 4px;
  position: relative;
}
main section .section-group .section-title {
  top: -12px;
  position: absolute;
  right: 30px;
  padding: 0px 5px;
  background-color: var(--secondary-bg-color);
}
main section .section-group .item{
  padding: 0px 4px;
}
main section .section-group .item:not(:last-child){
  margin-bottom: 20px;
}
main section .section-group .name{
  text-align: left;
  font-size: 1.3rem;
  display: flex;
  justify-content: space-between;
  color: var(--main-color-darker);
  }
main section .section-group .name .price{
  font-size: 0.9rem;
}
main section .section-group .description{
  text-align: left;
  font-family: var(--font-text-light);
}

main .banner-carta .text{
  position: absolute;
  top: 120px;
  left: 10px;
  text-align: left;
  width: 80%;
  font-size: 1.2rem;
  font-family: var(--font-text-light);
}

main .home-first-banner .text{
  position: absolute;
  top: 40px;
  left: 20px;
  text-align: left;
  width: 80%;
  font-size: 1.4rem;
  font-family: var(--font-main);
  font-weight: 500;
  color: var(--main-color);
}

main .home-second-banner .text{
  position: absolute;
  top: 40px;
  left: 20px;
  text-align: left;
  width: 80%;
  font-size: 1.4rem;
  font-family: var(--font-main);
  font-weight: 500;
  color: var(--main-color);
}

main .banner-carta .text strong{
  font-family: var(--font-text);
}

/* The Close Button */
.close {
  width: 100%;
  text-align: right;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* Places */

.places {
  width: 300px;
  margin: auto;
}

.places .place .info {
  color: white;
}

.places .place h2,
.title-graffiti {
  font-family: subway-berlin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: var(--categorie-burger);
}
.places .place a,
.title-graffiti {
  text-decoration: none;
}

.places-selector {
  width: 200px;
  font-size: 1.1rem;
  color: #ee2737;
  background: none;
  border: #ee2737 2px solid;
  border-radius: 2rem;
  padding: 5px;
  text-align: center;
}

.places .partner-options {
  display: flex;
  width: 50%;
  margin: auto;
  margin-bottom: 18px;
}

.places .partner-options .partner-option {
  flex: 1;
}

.places .text-neon {
  text-shadow: -0.2rem -0.2rem 1rem #fff, 0.2rem 0.2rem 1rem #fff,
    0 0 2rem var(--categorie-burger), 0 0 4rem var(--categorie-burger);
}

.places .text-neon-disabled {
  color: #555353;
  text-shadow: none;
}

.rs-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 1.3rem;
  color: #ee2737;
  background-color: rgb(10 10 10 / 60%);
  border-radius: 300px;
  padding: 8px;
  z-index: 99;
}

.translate{
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 1.3rem;
  font-family: umbrella;
  src: url("../fonts/MyriadPro-Regular.otf");
  color: #ee2737;

}

.marquee-container {
  width: 100%;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  font-family: Arial, sans-serif;
  white-space: nowrap; /* Asegura que el texto no se divida en varias líneas */
}

.marquee-inner {
  display: flex;
  width: 200%; /* Ajustamos el ancho para contener ambos textos */
  animation: marquee 30s linear infinite; /* Aumentamos el tiempo para la animación */
}

.marquee.reverse .marquee-inner {
  animation: marquee-reverse 25s linear infinite;
}

.marquee.slow .marquee-inner {
  animation: marquee 27.5s linear infinite;
}

.marquee-text {
  font-family: 'nunito-sans-black';
  display: inline-block;
  color: var(--main-color);
  white-space: nowrap; /* Aseguramos que el texto no se divida en varias líneas */
  padding-right: 100%; /* Aseguramos que los textos se alineen perfectamente */
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

@keyframes marquee-reverse {
  0% {
      transform: translateX(-50%);
  }
  100% {
      transform: translateX(0);
  }
}

.navbar .nav-item {
  display: none;
  color: var(--main-color);
}
.navbar .nav-item.icon {
  display: block;
}
.navbar.navbar-carta {
  position: fixed;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sidenav {
  /* display: none; */
  width: 100%;
  height: 100vh;
  /* padding-right: 20px; */
  /* padding-left: 32px; */
  text-align: center;
  padding-top: 80px;
  position: fixed; /* Stay in place */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  z-index: 4; /* Stay on top */
}

.translate{
  position: fixed;
  top: -60px;
  right: -20px;
  font-size: 1.3rem;
  font-family: umbrella;
  src: url("../fonts/MyriadPro-Regular.otf");
  color: #ee2737;
}

.sidenav-item2 {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ee2737;
  display: block;
  height: 30px;
  /* transition: 0.3s; */
}
.partner-logo img{
  width: 80%;
  text-align: center;
  margin: auto;
  padding: 20px 0px;
}

.own-delivery{
  padding: 10px;
  display: flex;
  margin: auto;
  justify-content: center;
}

.own-delivery img{
  width: 40px;
  margin-right: 4px;
}

.own-delivery .btn-order-rider {
  text-decoration: underline;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.horario{
  padding: 10px;
}

.horario p{
  margin: 8px;
}

.horario .horario-title{
  font-size: 1.2rem;
}

.delivery .card {
  border: 1px solid black;
  border-radius: 10px;
  margin: 12px;
  padding: 16px 4px;
  position: relative;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.delivery .card-partner {
  height: 71px;
}

.delivery .card .card-img {
  width: 30%;
}

.delivery .card  .card-img img {
  max-height: 100px;
}

.delivery .card  .card-content {
  width: 70%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.delivery .card  .card-content .btn-order-rider {
  font-size: 1.8rem;
}

.delivery .card a {
  margin: auto;
}

.delivery .card  .partner-logo {
  width: 60%;
}

footer {
  margin-top: 12px;
  padding: 12px;
  background-color: #333;
  color: var(--main-color);
  text-align: center;
}