/* -------------- Global -------------- */
@font-face {
  font-family: typo_round;
  /* src: local('Times new roman'), url('/fonts/MyFont-Regular.woff') format('woff'); */
  src: url('/fonts/MyFont-Regular.woff') format('woff');
  /* font-display: swap; */
}

body {
  font-family: typo_round !important;
  background-color: #fd9d10;
}

html {
  scroll-behavior: smooth;
}
/* -------------- Header -------------- */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.navbar .container-fluid {
  padding: 0;
  margin: 0;
}
.navbar .navbar-container {
  background-color: black;
  padding: 0.5rem;
}
.navbar .nav-link {
  color: white;
}
.navbar .categories {
  display: none;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  padding-right: 20px;
  padding-left: 32px;
  padding-top: 60px; /* Place content 60px from the top */
  position: fixed; /* Stay in place */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: black; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  transform: translate(-100%, 0%);
  z-index: 3; /* Stay on top */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: white;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* 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;
}

/* -------------- Pagina de inicio -------------- */
main.index {
  background-color: #fd9d10;
}
main .banner {
  position: relative;
  text-align: center;
  background-color: black;
  overflow: hidden;
  max-height: 100vh;
}

main .banner img {
  height: 85vh;
  min-width: 100%;
}
.index h1 {
  color: white;
  /*color: #fd9d10;*/
  font-size: 3rem;
  text-shadow: 2px 2px black;
}

.index .banner-btn {
  position: absolute;
  top: 30%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
}

.index .banner-btn-delivery {
  position: absolute;
  top: 15%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
}

.index .banner-btn-delivery .btn-index {
  margin-top: 1rem !important;
}

.index .banner-btn .btn-index {
  display: inline-block;
  width: 80%;
  margin-top: 2rem;
}
.btn-index {
  background-color: white;
  border: 2px solid white;
  outline: 2px solid #ff9c03;
  outline-offset: -5px;
  color: #ff9c03;
}
/* ----------------- Carta ------------------ */
.menu {
  background-color: white;
}
.menu-container .menu-navbar {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: gray solid 1px;

  background-image: 
    /* Shadows */ linear-gradient(to right, white, white),
    linear-gradient(to right, white, white),
    /* Shadow covers */ linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0)),
    linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));

  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 30px 100%, 30px 100%, 20px 100%, 20px 100%;

  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
.menu-container .menu-navbar a {
  cursor: pointer;
  display: inline-block;
  color: black;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  margin: 5px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.menu-container .menu-navbar a.active {
  border: 1px solid gray;
  border-bottom-color: transparent;
  transition: 0.5s;
}
.carta .banner img {
  height: 35vh;
}
.carta .banner-btn {
  top: 30%;
}
.carta .menu-container {
  border: black solid 3px;
  margin: 4px;
  background-color: white;
}
.carta .menu-container .menu-card {
  background-color: white;
  padding: 5px;
  padding-top: 10px;
}
.carta .menu-container .menu-card:nth-last-child(n + 3) {
  border-bottom: gray dashed 1px;
}
.carta .menu-container img {
  width: 100%;
  border-radius: 2%;
}
.carta .menu-container video {
  width: 100%;
  border-radius: 2%;
}
.reservas-container,
.menu .categories {
  flex-wrap: wrap;
}
.reservas-container,
.menu .categories.active {
  display: flex;
}
.carta .menu-card .menu-card-descrip {
  text-align: center;
}
.carta .menu-card .menu-card-descrip .nombre {
  padding-top: 12px;
  font-size: 1.6rem;
}
.carta .menu-card .menu-card-descrip .precio {
  font-size: 1.4rem;
}
.carta .menu-card .menu-card-descrip .descrip {
  padding-top: 12px;
  font-size: 1rem;
}
.carta .menu-card .menu-card-descrip .descrip-extra {
  padding-top: 12px;
  font-size: 1rem;
  color: #fd9d10;
}
.titulo-limitada {
  width: 100%;
  text-align: center;
  background-color: black;
  color: white;
  padding: 10px;
}
.titulo-fecha-limitada {
  text-align: center;
  width: 100%;
}
.fin-limitada {
  width: 100%;
  border-bottom: solid black 5px;
}
.carta .menu-container .menu-card.limitada {
  border: 0px;
  margin: auto;
}
.menu .categories {
  display: none;
}
.menu .categories.active {
  opacity: 1;
}
.extras.pre-extra {
  /*margin-top: 17px;*/
  margin-bottom: 17px;
  text-align: center;
}
.extras.pre-extra p {
  margin: 0;
  margin-top: 5px;
}
.extras {
  margin: 5px;
  width: 100%;
  border: solid black 3px;
}
.extras .title {
  text-align: center;
  font-size: 1.5rem;
  background-color: black;
  color: white;
}
.extras .cuerpo {
  margin: 3px;
}
.extras ul {
  padding-left: 1.5rem;
}
#bebidas {
  text-align: center;
}

.btn a,
.btn a:hover,
.btn a:focus {
  text-decoration: none;
  color: inherit;
}

/* ---------------- Reservas ---------------- */
.reservas .banner img {
  /*height: 85vh;*/
  height: 35vh;
  /*margin-top: 15%;*/
}
.reservas .banner-btn {
  top: 30%;
}
.reservas-container {
  background-color: #222 !important;
  color: white;
  text-align: center;
}
.reservas-container .reserva-card {
  padding: 5% 5% 0% 5%;
  margin: auto;
}
.reservas-container .reserva-card .titulo {
  font-size: 2rem;
  font-weight: 700;
}
.reservas-container .reserva-card .imagen {
  padding: 2% 0 2% 0;
}
.reservas-container .reserva-card .imagen img {
  max-width: 100%;
  border-radius: 2%;
}
.reservas-container .reserva-card a,
.reservas-container .reserva-card a:hover,
.reservas-container .reserva-card a:focus {
  color: white;
  text-decoration: none;
}
.no-link,
.no-link:hover,
.no-link:focus {
  color: black;
  text-decoration: none;
}
.btn-reservar {
  display: inline-block;
  width: 270px;
  margin-top: 2%;
  background-color: white;
  border: 2px solid white;
  outline: 2px solid #333333;
  outline-offset: -5px;
  color: #333333 !important;
}

.reserva .reservas-container {
  background-color: transparent;
}
.reserva .reserva-card {
  background-color: white;
  padding: 0;
  margin: 4%;
  border-radius: 2%;
  color: black;
}
.reserva .reserva-card p {
  margin: 0;
}
.reserva .reserva-card .google-maps iframe {
  width: 100%;
}
.reserva .reserva-card a {
  color: black;
}
.reserva .reserva-card .reserva-tope {
  padding: 2%;
}
/* ----------------- TepuyEnCasa ----------------- */
.delivery-container {
  background-color: #fd9d10;
  text-align: center;
}
.delivery-container img,
.delivery-container .btn-reservar {
  max-width: 100%;
}
.delivery-container .delivery-body h2 {
  padding: 2% 0% 2% 0%;
  font-size: 2rem;
}
.delivery-container .delivery-body h4 {
  margin: 8px 0px;
}
.delivery-container .delivery-body .btn-reservar {
  margin: 0px;
}

.delivery-container .delivery-nuestro {
  background-color: white;
  margin: 2%;
  padding: 3%;
  outline: #fd9d10 2px solid;
  outline-offset: -8px;
}
.delivery-container .delivery-nuestro .img-delivery {
  max-width: 100%;
  padding: 2% 0% 2% 0%;
  border-radius: 2%;
}
.delivery-container .delivery-nuestro .info a {
  text-decoration: none;
  color: black;
}
.delivery-container .delivery-apps {
  margin: 2%;
  padding: 3%;
}
.delivery-container .delivery-apps img {
  max-width: 100%;
  width: 80%;
  border-radius: 2%;
  padding-bottom: 3%;
}
.delivery-body {
  display: none;
}
.delivery-body.show {
  display: block;
}
/* ----------------- Recoger ----------------- */
.recoger .info p {
  margin: 0;
  padding: 0;
}
.recoger .horario {
  margin-bottom: 2%;
}
/* ----------------- Equipo ----------------- */
.equipo .container {
  margin-bottom: 2%;
}
.equipo .banner img {
  height: 35vh;
}
.equipo form label {
  margin: 2% 0 2% 0;
}
.equipo .btn.btn-index {
  margin: auto;
}
.equipo .form-row {
  margin-top: 15px;
}
/* ---------------- Nosotros ---------------- */
.nosotros .banner img {
  height: 35vh;
}
.nosotros .banner-btn {
  top: 30%;
}
.nosotros .cuerpo-nosotros {
  margin-bottom: 2.5%;
}
.nosotros .card-nosotros {
  margin: 2.5% 2.5% 0% 2.5%;
  padding: 2.5% 2.5% 0% 2.5%;
  border: white 1px solid;
}
/* ---------------- carta idiomas ---------------- */
.varios-idiomas {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.varios-idiomas .language {
  width: 180px;
  padding: 12px;
  margin: auto;
  margin-top: 0;
  text-align: center;
}
.varios-idiomas .language a,
.varios-idiomas .language a:hover,
.varios-idiomas .language a:focus {
  color: black;
  text-decoration: none;
}

.varios-idiomas .btn {
  margin: auto;
  margin-top: 10px;
}

.desayuno .menu-title {
  text-align: center;
  width: 100%;
}
.desayuno .menu-card {
  margin-left: auto;
  margin-right: auto;
}
.desayuno .menu-row {
  width: 100%;
  text-align: center;
}

hr {
  border-bottom: gray dashed 1px;
  width: 90%;
  margin-inline: auto;
}

/* ----------------- Footer ----------------- */
footer {
  background-color: #444;
  padding: 0.5rem;
  color: white;
  text-align: center;
}
footer .footer-social {
  display: inline;
  width: 100%;
  float: left;
}
footer a,
footer a:hover,
footer a:focus {
  color: white;
  text-decoration: none;
}
footer .footer-social a {
  background-color: #555;
  display: inline-block;
  font-size: 18px;
  margin: 5px;
  padding: 5px;
  width: 40px;
}
/* --------------- Tepuy Combo -------------- */
.tepuy-combo-body {
  text-align: center;
  margin: auto;
  max-width: 450px;
}
.tepuy-combo-body .tepuy-combo-card {
  background-color: white;
  color: black;
}
.tepuy-combo-body .tepuy-combo-card .tepuy-combo-description {
  margin: 5px;
}
.tepuy-combo-body .tepuy-combo-card .tepuy-combo-card-day {
  margin: 5px;
  border: solid black 3px;
}
.tepuy-combo-body .tepuy-combo-card .tepuy-combo-card-day .title {
  font-size: 1.5rem;
  background-color: black;
  color: white;
}
.tepuy-combo-body .tepuy-combo-card .tepuy-combo-card-day .content {
  margin: 5px;
}
.tepuy-combo-body .tepuy-combo-card .tepuy-combo-card-day .content-sub {
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-style: italic;
  color: #fd9d10;
}


/* --------------- Menu Grupo -------------- */


h5 {
  color: white;
  /*color: #fd9d10;*/
  font-size: 2.5rem;
  text-shadow: 3px 0px 0px black;
}


.menugrupo {
  position: absolute;
  background-color: black;
  opacity:0.6;
  top: 30%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0%);
}

.menugrupo2 {
  color:black;
  position: absolute;
  top:25%;
  left:50%;
  margin: auto;
  transform: translate(-50%, 0%);
}

.menugrupo3 {
  color:black;
  position: absolute;
  top:15%;
  left:50%;
  margin: auto;
  transform: translate(-50%, 0%);
  width:100%;
}

.menugrupo2 p {
  color: white;
  /*color: #fd9d10;*/
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.menugrupo2 p2 {
  position:relative;
  top:-1rem;
  color: #ff9c03;
  /*color: #fd9d10;*/
  font-size: 2.5rem;
  text-shadow: 3px 0px 0px black;
  width:100%;
}

.p3 p{
  position:relative;
  top:1rem;
  color: white;
  /*color: #fd9d10;*/
  font-size: 1rem;
  line-height: 1rem;
  width:100%;
}

.menugrupo-menu {
  position: absolute;
  top: 15%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 80%;
  width: 60%;
}

.btn-index2 {
  
  background-color: white;
  border: 2px solid white;
  outline: 2px solid #ff9c03;
  outline-offset: -5px;
  color: black;
}


/* ---------------MailChimp -------------- */


.modal2 {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow:auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content2 {
  background-color: rgb(0,0,0);
  margin:15% auto;
  padding: 0px;
  border: 0px solid black;
  width: 80%;
  overflow:visible;
}

.close2 {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

iframe {
  width: 100%;
  height:1200px;
  margin-top: -15px;
}

@media only screen and (max-width: 600px) {
  .modal-content2 {
    margin-top:500px;
    background-color: transparent;
    margin:15% auto;
    padding: 0px;
    border: 0px solid black;
    overflow:visible;
  }
  
  iframe {
    margin-top: 15px;
    margin-left:-5%;
      width: 110%; 
      height: 1200px; 
  }


}

.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}


@media only screen and (max-width: 799px) {
  .desktop-only {
      display: none;
  }
  .mobile-only {
      display: block;
  }
}