
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  BOTONES
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.btn-primary {
    font-size: 14px;
    color: #fff;
    border: none;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #2B2A29;
    color: #fff;
    border: none;
}
.btn-verde{
    background: #969B59 !important;
    color: #fff !important;
}
.btn-promociones, .btn-promociones:visited,
.btn-reservas, .btn-reservas:visited{
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0.5rem;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-align: center;
    text-decoration: none !important;
}
.btn-reservas, .btn-reservas:visited, .btn-reservas:active{
    background: #969B59 !important;
    color: #fff !important;
}
.btn-reservas:hover{
    background: #B5B857 !important;
    color: #fff !important;
}
.btn-promociones, .btn-promociones:visited, .btn-promociones:active{
    background: #969B59 !important;
    color: #fff !important;
}
.btn-promociones:hover{
    background: #B5B857 !important;
    color: #fff !important;
}
.btn-borde{
    background: transparent;
    color: #2B2A29;
    font-weight: 700;
    padding: 1rem 2rem;
    border: 2px solid #2B2A29;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.btn-borde:hover{
    color: #660000;
    transform: scale(1.1);
}
.btn-desayuno {
    font-size: 14px;
    background:#B39B00;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.btn-desayuno:hover,
.btn-desayuno:focus {
  background: #806F00;
  color: #fff;
}

.btn-mediodia {
    font-size: 14px;
    background:#B35300;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.btn-mediodia:hover,
.btn-mediodia:focus {
  background: #803B00;
  color: #fff;
}
.btn-noche {
    font-size: 14px;
    background:#9E0032;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.btn-noche:hover,
.btn-noche:focus {
  background: #6C0022;
  color: #fff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  TITULOS
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.titulos{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    background: transparent;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.titulo-seccion{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2rem !important;
  color: #444 !important;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  COLORES                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.letra-titulos{
    color: #333 !important;
    transition: all 0.3s ease-in-out;
}
.letra-titulos:hover{
    color: #5A5A5A !important;
}

.bg-color1{
    background: #A2AD00;
}
.bg-color2{
    background: #B65046;
}
.bg-color3{
    background: #959B5B;
}
.bg-color4{
    background: #B2A4D0;
}
.bg-color5{
    background: #D46325;
}
.bg-color6{
    background: #86008F;
}
/* COLORES DE COCINA Y VINOS */
.bg-crema{
    display: block;
    background: #AC9C79;
    color: #fff;
}
.bg-crema p{
    padding: 37% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
.bg-verde-claro{
    background: #949C51;
    color: #fff;
}
.bg-verde-claro p{
    padding: 37% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
.bg-gris{
    background: #444444;
    color: #fff;
}
.bg-gris p{
    padding: 37% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
.bg-gris-suave{
    background: #A798AC;
    color: #fff;
}
.bg-gris-suave p{
    padding: 37% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
.bg-naranja{
    background: #EBB464;
    color: #fff;
}
.bg-naranja p{
    padding: 37% 0;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FOOTER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.main-footer{
    background: rgb(255,255,255);
    color: #222;
    padding: 30px 0;
    font-size: 14px;
    border-top: 5px solid #969B59;
}

.main-footer h4{
    background: transparent;
    margin-top: 0;
    color: #222;
}

.main-footer a,
.main-footer a:visited{
    background: transparent;
    color: #111;
    text-decoration: underline;
}

.main-footer h4 > a,
.main-footer h4 > a:visited{
    background: transparent;
    text-decoration: none;
    color: #222;
    font-weight: 700;
}
.main-footer p{
    background: transparent;
    color: #444;
    font-size: 14px;
}
.main-footer span{
    background: transparent;
    color: #444;
}
.main-footer p span,
.main-footer p address{
    background: transparent;
    color: #333;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Images Backgrounds                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-espacio{
    padding: 5rem 0;
}
.bg-espacio-abajo{
    padding: 0 0 5rem 0;
}
.bg-espacio-chico{
    padding: 2.5rem 0;
}
.bg-espacio-chico-abajo{
    padding: 0 0 2.5rem 0;
}
.bg-home-bienvenida{
    background: #fff;
}
.bg-blanco{
    background: #fff;
}
.bg-gris-claro{
    background: #EEEEEE;
}
.bg-inicio{
  background: url("../images/home-inicio.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.bg-inicio h1{
  font-size: 70px;
  color: #fff;
  text-shadow: 1px 1px 1px #111;
}
.bg-inicio p{
  color: #fff;
  text-shadow: 1px 1px 1px #111;
}
.bg-inicio img{
  position: relative;
}
.bg-inicio .presentacion{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bg-contacto{
    background: #fff  url("../images/bg-contacto.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 0;
    margin: 95px 0 0 0;
}
.bg-contacto h1 a{
    background: transparent;
    color: rgba(255,255,255,0.7);
    font-size: 50px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.bg-contacto:hover h1 a{
    color: rgba(255,255,255,1.0);
}
.bg-contacto h1{
    margin-bottom: 0;
}
.bg-contacto p{
    color: #fff;
    font-size: 14px;
}
.bg-contacto p strong{
    font-weight: 700;
}
.bg-contacto label{
    color: #fff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  NAVBAR                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
#header{
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 5px solid rgba(150,155,89,0.8);
}
.navbar .navbar-light{
    border-bottom: 5px solid rgba(150,155,89,0.8);
}
.navbar-nav li{
    background: transparent;
    padding: 0;
    margin: 0;
    
}
.navbar-nav li:hover{
    background: transparent;
}
.navbar-nav li a{
    color: #59595b;
    font-size: 1rem;
    padding: 0.5rem;
}
.navbar-light .navbar-nav .nav-link{
    background: transparent;
    color: rgba(10,10,10,0.8);
    font-size: 1rem;
    padding: 0 0.5rem;
}
.navbar-light .navbar-nav .nav-link.active{
    color: rgba(10,10,10,1.0);
    font-weight: 700;
    padding-bottom: 3px;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover{
    color: rgba(10,10,10,1.0);
    border-bottom: 3px solid rgba(150,155,89,0.7);
}
.iconos32px{
    width: 32px;
    height: 32px;
}
.navbar-toggler{
    border: 1px solid #ddd;
}
.menu-fixed .navbar-toggler-icon {
    background-image: url("../images/icons/navbar-toggler.png");
  }
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  CAROUSEL                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.carousel-caption {
    right: 10%;
    left: 10%;
    padding: 15px;
    background: rgba(0,0,0,0.6);
}
.carousel-caption h1{
    margin: 0;
    padding: 0;
}
.carousel-caption p{
    color: #fff;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  LISTAS                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.list-categoria li a:hover{
    text-decoration: none;
}
.list-categoria li a img{
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
}
.list-categoria li a:hover img{
    transform: scale(1.1);
}
.enlaces-principales{
  padding: 50px 0;
  background: #eeeeee;
  border-top: 1px solid #D4D4D4;
}
.enlaces-principales h2{
  margin-bottom: 30px;
  background: transparent;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.enlaces-principales ul{
  padding: 0;
  margin:  0;
}

.enlaces-principales ul li{
  margin-bottom: 30px;
}

.enlaces-principales ul li .inner{
  position: relative;
  overflow: hidden;
}

.enlaces-principales ul li .inner img{
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.enlaces-principales  ul li h3{
  position: relative;
  font-size:  20px;
  font-weight: 300;
  margin: 15px auto 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background: transparent;
  color: #333;
}

.enlaces-principales  ul li p{
  position: absolute;
  top: 30px;
  left: 15px;
  z-index: 1;
  font-weight: 300;
  margin: 40px auto 0;
  text-shadow: 0 1px 3px #222;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background: transparent;
  color: #eee;
}
.enlaces-principales ul li .inner:hover img{
  transform: scale(1.1);
}
.bg-gris-claro ul li.acceso-a,
.bg-gris-claro ul li.acceso-b{
    background: #969B59;
}
.bg-gris-claro ul li.acceso-a h3,
.bg-gris-claro ul li.acceso-b h3{
    color: #fff;
    font-size: 22px;
}
.bg-gris-claro ul li.acceso-a p,
.bg-gris-claro ul li.acceso-b p{
  color: #fff;
}
.bg-gris-claro ul li .btn{
    display: inline-block;
    margin: 0.5rem 0;
}
.bg-gris-claro ul li p a,
.bg-gris-claro ul li p a:visited {
    background: transparent;
    color: #fff;
}

.bg-info{
  background: url("../images/bg-info.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.bg-info h2{
  font-size: 70px;
  color: #fff;
  text-shadow: 1px 1px 1px #111;
}
.bg-info p{
  color: #fff;
  text-shadow: 1px 1px 1px #111;
}
.bg-info img{
  position: relative;
}
.bg-info .presentacion{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lista-cartas li{
  position: relative;
}
.lista-cartas .cartas{
  background: #f9f9f9;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.lista-cartas li:hover .cartas{
  background: #fff;
  -webkit-box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 10px 10px 58px 0px rgba(0,0,0,0.3);
  box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.3);
}
.lista-cartas li img{
  position: absolute;
  top: -25px;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
}
.lista-cartas li .imagen-qr img{
  position: static;
}
.listas-promos li{
  margin-bottom: 30px;
}
.listas-promos h2{
  margin-top: 0px;
  margin-bottom: 15px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  OTROS CSS                                                                                                                          */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.py-6{
  padding-top: 60px;
  padding-bottom: 60px;
}


.fixed-bottom {
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 30px;
    z-index: 1030;
}
.width-20{
    width: 1.25rem;
}