/* CARROUSEL */
:root {
    --main-white-color: white;
    --main-black-color: white;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .static {
    position: static;
  }
  
  .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
  }
  
  .owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
  }
  
  .owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
  
  .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
  }
  
  .owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
  }
  
  .owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
  }
  
  .owl-carousel .owl-dots,
  .owl-carousel .owl-nav {
    position: absolute;
  }
  
  .owl-carousel .owl-dots .owl-dot,
  .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
  }
  
  .owl-carousel .owl-dots .owl-dot span {
    /* background: transparent; */
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
  }
  
  .owl-carousel .owl-dots .owl-dot:hover span,
  .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
  }
  
  .owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
  }
  
  .owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
  }
  
  .owl-carousel .owl-nav button:hover svg {
    opacity: 1;
  }
  
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
  }
  
  section {
    display: none;
  }
  
  @media screen and (max-width: 575px) {
    .owl-carousel .owl-nav {
      top: 5%;
    }
    
    .owl-carousel .owl-nav svg {
      width: 24px;
      height: 24px;
    }
  }

  .owl-nav{
    display: none;
    padding-top: 5%;
  }
  /* ****************************************END CARROUSEL**************************************** */

  /* Seccion Nosotros */
  .nosotros{
    /* background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/fondo_home.jpg') center center no-repeat;
    background-size: cover; */
    background: none;
    background-color: white;
  }

  .nosotros .header-content .container .row p{
    color: black;
  }
  
  .nosotros .header-content .container .row h2{
    color: rgb(134, 55, 53);
  }
  /* ****************************************END NOSOTROS**************************************** */

  /* Seccion Menu */
  .menu{
    /* background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/fondo_home.jpg') center center no-repeat;
    background-size: cover; */
    background: none;
    background-color: white;
  }

  .menu .header-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: left;
  }

  .menu .header-content .container .row p{
    color: black;
  }
  
  .menu .header-content .container .row h2{
    color: rgb(134, 55, 53);
  }

  h4{
    color: rgb(134, 55, 53);
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  #plato{
    font-weight: bold;
    color: rgb(134, 55, 53);
    margin-top: 0.5rem;
  }
  #descplato{
    color: rgb(134, 55, 53);
  }
  #precio{
    color: rgb(134, 55, 53);
    font-weight: bold;
    margin-top: 0.5rem;
  }
  label{
    margin-bottom: 0rem;
  }

  #bebida{
    color: rgb(134, 55, 53);
  }
  #precioBebida{
    color: rgb(134, 55, 53);
  }
  /* ****************************************END MENU**************************************** */

  /* Seccion Galeria */
  .galeria{
    /* background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/fondo_home.jpg') center center no-repeat;
    background-size: cover; */
    background: none;
    background-color: white;
  }

  .galeria .header-content .container .row p{
    color: black;
  }
  
  .galeria .header-content .container .row h2{
    color: rgb(134, 55, 53);
  }
  .galeria .header-content {
    padding-top: 12rem;
    padding-bottom: 10rem;
    text-align: left;
  }
  /* ****************************************END GALERIA**************************************** */

  /* Seccion Contacto */
  .contacto{
    background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/fondo_contacto.jpg') center center no-repeat;
    background-size: cover;
    background-color: white;
  }

  .contacto .header-content .container .row .col-lg-8 span{
    color: rgb(134, 55, 53);
    font-size: 20px;
  }
  
  .contacto .header-content .container .row h2{
    color: rgb(134, 55, 53);
  }
  .contacto .header-content {
    padding-top: 10rem;
    padding-bottom: 40rem;
    text-align: left;
  }
  /* ****************************************END CONTACTO**************************************** */

/* NAVBAR */
  .navbar-custom .navbar-brand.logo-image img {
    width: 180px;
    height: 10%;
	  margin-bottom: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

  .navbar-custom.top-nav-collapse .nav-item .nav-link {
    color: rgb(134, 55, 53);
}
  .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: black;
}

.navbar-custom .nav-item .nav-link {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  color: rgb(134, 55, 53);
}
.navbar-custom .nav-item .nav-link:hover {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  color: black;
}

.navbar-custom.top-nav-collapse .nav-item .nav-link:hover{
  color: black;
}

.navbar-custom .nav-item .nav-link.active {
  color: black;
}

.navbar-custom.top-nav-collapse {
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  /* box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1); */
  background-color: transparent;
}

.navbar-custom.top-nav-collapse {
  box-shadow: none;
}

.navbar-custom {
  background-color: white;
  box-shadow: none;
  font: 700 0.75rem/2rem "Montserrat", sans-serif;
  transition: all 0.2s ease;
}

.navbar-custom .navbar-toggler {
  color: rgb(134, 55, 53);
  font-size: 2rem;
}

.navbar-custom {
  padding: 0.125rem 1rem 0.125rem 1rem;
}
/* ****************************************END NAVBAR**************************************** */

/* Boton subir página */
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: rgb(134, 55, 53) url("../images/up-arrow.png") no-repeat center 47%;
      background-size: auto;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}

a.back-to-top:hover {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: rgb(0, 0, 0) url("../images/up-arrow.png") no-repeat center 47%;
      background-size: auto;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}
/* ****************************************END BOTON SUBIR PÁGINA**************************************** */

/* Seccion Copyright*/
.copyright {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  background-color: rgb(134, 55, 53);
  text-align: center;
}
/* ****************************************END COPYRIGHT**************************************** */

/* Página menú Logo */
#logo{
  width: 300px;
  height: 10%;
  padding-bottom: 3rem;
}

.menuPagina{
  /* background: linear-gradient(to bottom right, rgba(72, 72, 212, 0), rgba(241, 104, 104, 0)), url('../images/fondo_home.jpg') center center no-repeat;
  background-size: cover; */
  background: none;
  background-color: white;
}

.menuPagina .header-content {
  padding-top: 3rem;
  padding-bottom: 10rem;
  text-align: left;
}

.menuPagina .header-content .container .row p{
  color: black;
}

.menuPagina .header-content .container .row h2{
  color: rgb(134, 55, 53);
}

h4{
  color: rgb(134, 55, 53);
  text-align: center;
  justify-content: center;
  align-items: center;
}

#plato{
  font-weight: bold;
  color: rgb(134, 55, 53);
  margin-top: 0.5rem;
}
#descplato{
  color: rgb(134, 55, 53);
}
#precio{
  color: rgb(134, 55, 53);
  font-weight: bold;
  margin-top: 0.5rem;
}
label{
  margin-bottom: 0rem;
}

#bebida{
  color: rgb(134, 55, 53);
}
#precioBebida{
  color: rgb(134, 55, 53);
  font-weight: bold;
}

/********************************/

.spinner-wrapper{
  background: rgb(255, 255, 255);
}
.spinner > div {
  background-color: rgb(134, 55, 53);
}

.col-lg-6{
  width: 90%;
}

/**********************/
/*        PILLS       */
/**********************/

.contenedor{
  padding-top: 2rem;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#menuCategorias li.nav-item {
  margin-right: 1rem;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

#menuCategorias .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  display: block;
  color: rgb(134, 55, 53);
  background-color: transparent;
  border-radius: 45px;
  border: 1px solid rgb(134, 55, 53);
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

#menuCategorias .nav-pills a.nav-link, .nav-pills .show > a.nav-link {
    color: rgb(189, 191, 193);
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 45px;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#subMenuCategorias li.nav-item {
  margin-right: 1rem;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#subMenuCategorias .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  display: block;
  color: rgb(134, 55, 53);
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid rgb(134, 55, 53);
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#subMenuCategorias .nav-pills a.nav-link, .nav-pills .show > a.nav-link {
    color: rgb(189, 191, 193);
    background-color: transparent;
    border: 1px solid grey;
    border-radius: 0px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/***************************************************************************************************/