/*
Theme Name: Kibuka
Theme URI: https://www.kibuka.com/
Author: Twentic
Author URI: https://kibuka.twentic.com/
Description: Tema de Kibuka
Version: 1.0
License: Private
License URI: https://kibuka.twentic.com/
Tags: white, responsive layout
Text Domain: https://kibuka.twentic.com/
*/

body {
  font-family: "Roboto Mono", serif;
  font-weight: 400;
  background: #f9f6f0;
  /* overflow-x:hidden; */
  color: #000;
}

html {
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/*
.container-fluid, nav, footer,.carousel,.heronosotros,.fondocontacto
{
	width:1440px !important;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}*/

body.home .logonegro,
.page-template-nosotros .logonegro {
  display: none !important;
}

.navbar-brand {
  display: block;
}

.logoblanco2,
.logoblanco {
  display: none;
}

body.home .logoblanco2,
.page-template-nosotros .logoblanco2 {
  display: block !important;
}

body.openmenu .logoblanco2 {
  display: block !important;
}

body.openmenu .logonegro {
  display: none !important;
}

.navbar {
  width: 100%;
  display: block;
  padding: 6px 15px;
  background: #f9f6f0;
}

body.openmenu .navbar {
  background: transparent;
}

body.home .navbar,
.page-template-nosotros .navbar {
  background: transparent;
}

.navbar ul {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.navbar ul li {
  display: inline-block;
  vertical-align: middle;
}

.navbar ul li a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  padding: 10px 25px;
}

.navbar ul li.botonmenu a {
  background: #000;
  border: solid thin #f9f6f0;
  border-radius: 5px;
  min-width: 177px;
  text-align: center;
  color: #fff;
}

.navbar ul li.botonmenu a:hover,
.navbar ul li.botonmenu.current-menu-item a {
  background: #f1ede9;
  border-color: #000;
  color: #000;
}

body.home .navbar ul li a,
.page-template-nosotros .navbar ul li a {
  color: #fff;
}

.navbar.active {
  background: #f9f6f0;
}

body.home .navbar.active,
.page-template-nosotros .navbar.active {
  background: #000;
}

.navbar-toggler {
  width: 37px;
  height: 37px;
  position: relative;
  margin-left: auto;
  border-radius: 0px;
  border: 0px;
  -webkit-appearance: none;
  outline: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
}

.navbar-toggler:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
}

.navbar-toggler.open:after {
  display: none;
}

.navbar-toggler.open:before {
  background: #fff !important;
}

body.home .navbar-toggler:before,
body.home .navbar-toggler:after,
.page-template-nosotros .navbar-toggler:before,
.page-template-nosotros .navbar-toggler:after {
  background: #fff;
}

.navbarmobile {
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  padding-top: 70px;
  display: none;
}

.custom-menu-class-mobile {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-class-mobile:first-child {
  border-bottom: solid thin #fff;
}

.navbarmobile ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.navbarmobile ul li a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.navbarmobile ul li.botonmenumobile {
  margin-bottom: 20px;
}

.navbarmobile ul li.botonmenumobile a {
  border-radius: 7px;
  border: solid thin #fff;
  width: 236px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.espaciomenumobile {
  border-top: solid thin #fff;
  padding-top: 50px;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  body.home .logoblanco2,
  .page-template-nosotros .logoblanco2 {
    display: none !important;
  }

  body.home .logoblanco,
  .page-template-nosotros .logoblanco {
    display: block;
  }

  .navbar {
    border-bottom: solid thin #000;
  }

  body.home .navbar,
  .page-template-nosotros .navbar {
    border-bottom: solid thin #fff;
  }

  .logonegro {
    width: 164px;
  }

  .navbarmobile {
    display: none !important;
  }
}

/*******home***********/

img {
  max-width: 100%;
}

.carousel-item {
  background-size: cover;
  height: 100vh;
}

.carruselcaption {
  position: absolute;
  top: 50%;
  margin-top: -62px;
  left: 0px;
  text-align: center;
  width: 100%;
}

.carruselcaption img {
  width: 300px;
}

.fondorestauranteshome {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fondorestauranteshome h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.fondorestauranteshome .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: block;
}

.fondorestauranteshome .col {
  padding: 0px 2.5px;
  position: relative;
  margin-bottom: 30px;
}

.fotorestaurante {
  display: block;
  height: 574px;
  width: 100%;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fotorestaurante span {
  display: none;
  position: relative;
}

.titulorestaurante {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 40px;
  left: 0px;
  display: block;
  width: 100%;
  z-index: 1;
  font-family: "Work Sans", serif;
  font-weight: 800;
}

.direccionrestaurante {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  left: 0px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .carousel-item {
    height: 100vh;
  }

  .carruselcaption {
    margin-top: -157px;
  }
  .carruselcaption img {
    width: 756px;
  }

  .fondorestauranteshome .row {
    display: flex;
  }

  .fotorestaurante {
    height: 381px;
    margin: 20px 0px;
  }

  .titulorestaurante {
    font-size: 14px;
    color: #000;
    position: relative;
    text-transform: none;
    top: auto;
    font-family: "Roboto Mono", serif;
    font-weight: 400;
  }

  .direccionrestaurante {
    color: #141414;
    font-size: 14px;
    position: relative;
    bottom: auto;
  }

  .fondorestauranteshome .col {
    margin-bottom: 0px;
  }

  .fondorestauranteshome h2 {
    margin-bottom: 100px;
  }

  .fondorestauranteshome {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .fotorestaurante:hover span {
    display: block;
    font-family: "Work Sans", serif;
    font-weight: 800;
  }

  .fotorestaurante:hover:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

/*******footer***********/

footer {
  background: #000;
  position: relative;
}

.custom-menu-class-footer ul,
.custom-menu-class-legal ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.custom-menu-class-footer ul li a,
.custom-menu-class-legal ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.redesfooter {
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.linkregala {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  background: url(img/regala-mobile.svg) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.regala1 {
  font-size: 16px;
  display: block;
  font-family: "Work Sans", serif;
  font-weight: 800;
}

.regalawrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid thin #fff;
  border-bottom: solid thin #fff;
}

.redesfooterwrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid thin #fff;
  border-bottom: solid thin #fff;
}

.menulegalwrapper {
  padding-top: 40px;
}

.menufooterwrapper {
  padding-bottom: 40px;
}

.order-6 {
  order: 6 !important;
}

@media (min-width: 768px) {
  .custom-menu-class-footer ul,
  .custom-menu-class-legal ul {
    text-align: left;
  }

  .linkregala {
    text-align: left;
  }

  .linkregala {
    background: url(img/regala.svg) no-repeat right top;
    background-size: 50px 40px;
    padding-right: 40px;
    text-align: left;
  }

  .redesfooter {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
  }

  .regalawrapper,
  .redesfooterwrapper {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
  }

  .menulegalwrapper {
    padding-top: 0px;
  }

  .menufooterwrapper {
    padding-bottom: 0px;
  }

  .custom-menu-class-footer ul li a,
  .custom-menu-class-legal ul li a,
  .linkregala {
    font-size: 14px;
  }

  .custom-menu-class-footer ul li a,
  .custom-menu-class-legal ul li a {
    text-transform: none;
  }

  .footermobilemenu {
    display: none;
  }

  .order-md-6 {
    order: 6 !important;
  }
}

/******restaurante*********/

.mainrestaurantes {
  padding: 0px;
}

.inforestaurante {
  font-size: 14px;
  border-bottom: solid thin #000;
  padding: 40px;
  padding-top: 0px;
  margin-bottom: 40px;
}

.inforestaurante h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 14px;
}

.datocontacto {
  font-size: 14px;
  padding: 40px;
  padding-top: 0px;
}

.datocontacto h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 14px;
}

.datocontacto a {
  color: #141414;
  text-decoration: underline;
  display: block;
}

.dobledireccion a br {
  display: none;
}

.botonesrestaurante a {
  width: 126px;
  height: 45px;
  color: #fff !important;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #000;
  border-radius: 5px;
  border: solid thin #000;
  text-align: center;
  text-decoration: none !important;
}

.botonesrestaurante a:hover {
  color: #000 !important;
  background: #f9f6f0;
}

.restaurantes-template-default .logoblanco2 {
  display: block;
}

.restaurantes-template-default .logonegro {
  display: none;
}

.restaurantes-template-default .navbar {
  background: transparent !important;
}

.restaurantes-template-default .navbar.active {
  background: #000 !important;
}

.restaurantes-template-default .navbar-toggler:before,
.restaurantes-template-default .navbar-toggler:after {
  background: #fff !important;
}

.herorestaurantesmobile {
  height: 750px;
  padding-top: 100px;
}

.herorestaurantesmobile h1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.herorestaurantesmobile .botonesrestaurante a {
  display: block;
  width: 235px;
  height: 52px;
  border: solid thin #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  line-height: 48px;
}

@media (min-width: 768px) {
  .inforestaurante,
  .datocontacto {
    padding: 0px;
    padding-bottom: 40px;
  }
  .stickyrestaurante {
    padding: 3em;
  }
}

.stickyrestaurante {
  position: relative;
}

@media (min-width: 1200px) {
  .restaurantes-template-default .logoblanco2 {
    display: none;
  }

  .restaurantes-template-default .logonegro {
    display: block;
  }
  .restaurantes-template-default .navbar {
    background: #f9f6f0 !important;
  }
  .restaurantes-template-default .navbar.active {
    background: #f9f6f0 !important;
  }
  .herorestaurantesmobile {
    display: none;
  }
  .mainrestaurantes {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columnaimagenesrest {
    border-left: solid thin #000;
  }
  .stickyrestaurante {
    top: 60px;
    left: 0px;
    position: sticky;
    padding: 3rem;
    overflow-y: auto;
    height: calc(100vh - 57px);
  }

  /* width */
  .stickyrestaurante::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
  .stickyrestaurante::-webkit-scrollbar-track {
    background: #eee;
  }

  /* Handle */
  .stickyrestaurante::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
  }

  /* Handle on hover */
  .stickyrestaurante::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}

/*****reservar***********/

.fondorestaurantesreservar {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.fondorestaurantesreservar h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.fondorestaurantesreservar .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: block;
}

.fondorestaurantesreservar .col {
  padding: 0px 2.5px;
  position: relative;
  margin-bottom: 30px;
}

.fondorestaurantesreservar .fotorestaurante {
  height: 574px;
}

@media (min-width: 768px) {
  .fondorestaurantesreservar .row {
    display: flex;
  }

  .fondorestaurantesreservar .col {
    margin-bottom: 0px;
  }

  .fondorestaurantesreservar h2 {
    margin-bottom: 100px;
  }

  .fondorestaurantesreservar {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .fondorestaurantesreservar .fotorestaurante {
    height: 476px;
  }
}

/************legal********************/

.fondolegal {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .fondolegal {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

/************delivery********************/

.fondorestaurantesdelivery {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

.fondorestaurantesdelivery h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.textodelivery {
  font-size: 14px;
  margin-bottom: 100px;
  display: none;
}

.fondorestaurantesdelivery .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
  display: block;
}

.fondorestaurantesdelivery .col {
  padding: 0px 2.5px;
  position: relative;
  margin-bottom: 30px;
}

.cajadelivery {
  background: #e0e0e0;
  padding: 30px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  height: 100%;
}

.cajadelivery:hover {
  background: #a5a2a2;
}

.textodeliveryrestaurante h3,
.cajadelivery h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.textodeliveryrestaurante {
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  border: solid thin #000;
  padding: 25px;
  margin-top: 20px;
}

.cajadelivery img {
  margin: 20px auto;
}

.locationdelivery {
  background: url(img/location.svg) no-repeat left center;
  background-size: 15px auto;
  padding-left: 25px;
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .fondorestaurantesdelivery .row {
    display: flex;
  }

  .fondorestaurantesdelivery .col {
    margin-bottom: 0px;
  }

  .fondorestaurantesdelivery h2 {
    margin-bottom: 40px;
  }

  .fondorestaurantesdelivery {
    padding-top: 180px;
    padding-bottom: 140px;
  }
  .textodeliveryrestaurante {
    position: absolute;
    display: none;
    top: 0px;
    width: 90%;
    left: 5%;
    transform: translate(0, -105%);
    background: #f9f6f0;
    margin-top: 0px;
  }

  .cajadelivery:hover .textodeliveryrestaurante {
    display: block;
  }
  .cajadelivery img {
    margin: 40px auto;
  }

  .textodelivery {
    display: block;
  }
}

/************noticias********************/

.titulonoticias {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.fondonoticias {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.cuadronoticiasalert {
  padding: 25px 15px;
  border: solid thin #000;
  width: 272px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.fotonoticia {
  height: 472px;
  display: block;
}

.titulonoticia {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
}

.titulonoticia a {
  color: #000;
  text-decoration: none;
}

.cajanoticia {
  padding-bottom: 35px;
  border-bottom: solid thin #000;
  font-size: 14px;
  text-align: left;
  position: relative;
  height: 100%;
}

.subtitulonoticia {
  text-transform: uppercase;
  margin: 15px 0px;
}

.extractonoticia {
  margin-bottom: 15px;
}

.botonnoticia {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

.botonsuscribirsenoticias {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .fondonoticias {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .titulonoticias {
    display: none;
  }
  .titulonoticia {
    border-bottom: solid thin #000;
    padding-bottom: 15px;
  }
  .fotonoticia {
    height: 526px;
  }
}

/********noticia individual***********/

.fondonoticiaindividual {
  padding-top: 80px;
  padding-bottom: 20px;
}

.contenedornoticia {
  background: #fff;
  border: solid thin #000;
  padding: 20px;
  text-align: center;
  position: relative;
}

.titulonoticiaindividual {
  width: 267px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  text-decoration: underline;
  text-transform: uppercase;
}

.navegacionentradas {
  position: absolute;
  top: 30px;
  left: 20px;
  width: calc(100% - 40px);
  text-align: left;
}

.linkanteriornoticia {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.linkanteriornoticia a {
  width: 24px;
  height: 24px;
  background: url(img/prev.svg) no-repeat center center;
  background-size: contain;
}

.linkanteriornoticia a,
.linksiguientenoticia a {
  display: block;
}

.linksiguientenoticia {
  font-size: 0px;
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.linksiguientenoticia a {
  width: 24px;
  height: 24px;
  background: url(img/next.svg) no-repeat center center;
  background-size: contain;
}

.metadatanoticiaindividual {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: solid thin #000;
  padding-bottom: 10px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.contenidonoticiaindividual {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}

.piefotonoticiaindividual {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.texto2noticiaindividual {
  text-align: left;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: solid thin #000;
}

.texto2noticiaindividual p {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .fondonoticiaindividual {
    padding-top: 120px;
  }

  .contenedornoticia {
    padding: 40px;
  }
  .navegacionentradas {
    top: 50px;
    left: 40px;
    width: calc(100% - 80px);
  }

  .metadatanoticiaindividual {
    margin-bottom: 50px;
  }
  .piefotonoticiaindividual {
    text-align: right;
    margin-top: 30px;
  }
  .texto2noticiaindividual {
    padding-bottom: 50px;
  }

  .fondonoticiaindividual {
    padding-bottom: 0px;
  }
}

/*******sobre nosotros****************/

.heronosotros {
  height: 662px;
  display: none;
}

.heronosotrosmobile {
  height: 624px;
}

.heronosotros img {
  margin-top: 85px;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 100%;
}

.contienenosotros {
  padding: 30px 15px;
  font-size: 14px;
}

.titulosobrenosotros {
  text-transform: uppercase;
  border-bottom: solid thin #000;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.textokabuki {
  display: none;
}

@media (min-width: 768px) {
  .heronosotros {
    display: block;
  }

  .heronosotrosmobile {
    display: none;
  }

  .textokabuki {
    display: block;
  }
  .contienenosotros {
    padding: 50px 15px;
  }
}

/******contacto**********/

.fondocontacto {
  padding-top: 50px;
}

.cajacontacto {
  padding: 30px;
  font-size: 14px;
  border: solid thin #000;
  border-radius: 20px;
  background: #f1ede9;
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 15px;
}

.cajacontacto h1 {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.cajacontacto h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}

.titulofilarestcontacto {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-transform: uppercase;
}

.direccionfilarestcontacto {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
}

.direccionfilarestcontacto a {
  color: #000;
}

.direccionfilarestcontacto br {
  display: none;
}

.formulario {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid thin #000;
}

.textocontacto {
  margin-top: 20px;
}

.redescontacto {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid thin #000;
}

.redescontacto a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.redescontacto a img {
  margin-right: 15px;
  width: 17px;
}

form p {
  margin-bottom: 8px;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
select {
  border: solid thin #000;
  border-radius: 0px;
  background: none;
  font-size: 14px;
  color: #000;
  padding: 8px 15px;
  height: 38px;
  width: 453px;
  max-width: 100%;
}

.wpcf7 input[type="url"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="text"]::placeholder,
textarea::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}

.wpcf7 input[type="url"]::-ms-input-placeholder,
.wpcf7 input[type="email"]::-ms-input-placeholder,
.wpcf7 input[type="tel"]::-ms-input-placeholder,
.wpcf7 input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666;
}

textarea {
  resize: none;
  height: 109px;
  border: solid thin #000;
  border-radius: 0px;
  background: none;
  font-size: 14px;
  color: #000;
  padding: 15px;
  width: 453px;
  max-width: 100%;
}

.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

.wpcf7-submit {
  width: 134px;
  height: 36px;
  color: #fff;
  background: #000;
  font-size: 14px;
  border: solid thin #000;
  border-radius: 5px;
}

.wpcf7-submit:hover {
  background: #f1ede9;
  color: #000;
}

.wpcf7-form-control-wrap {
  display: block;
}

@media (min-width: 768px) {
  .cajacontacto h1 {
    display: none;
  }

  .cajacontacto {
    padding: 70px 55px;
    border: 0px;
    border-radius: 0px;
    background: none;
    margin: 0px;
    width: 100%;
  }
  .formulario {
    padding-top: 0px;
    border-top: 0px;
  }
  .redescontacto {
    padding-top: 0px;
    border-top: 0px;
  }
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100%;
}

.titulorestaurantereservar {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
}

.contenidoreservarrestaurante {
  font-size: 14px;
}

.botoninvertido {
  background: #f1ede9 !important;
  color: #000 !important;
}

.botoninvertido:hover {
  color: #f1ede9 !important;
  background: #000 !important;
}

.fondosinglerestaurantereservar {
  min-height: calc(100vh - 249px);
}

.menu .sub-menu {
  position: absolute;
  display: none;
  left: 0px;
  top: 30px;
  background: #000;
  border: solid thin #000;
  width: 100%;
}

.menu .menu-item {
  position: relative;
}

.menu .menu-item:hover .sub-menu {
  display: block;
}

.wpml-ls-current-language {
  background: url(img/chevron-down-solid-b.svg) no-repeat right center;
  background-size: 10px auto;
  display: inline-block;
  padding: 10px 25px;
}

@media (min-width: 1200px) {
  .menu .sub-menu {
    background: #f9f6f0;
    top: 34px;
  }

  body.home .menu .sub-menu,
  .page-template-nosotros .menu .sub-menu {
    background: #000;
  }
  .wpml-ls-current-language {
    background: url(img/chevron-down-solid.svg) no-repeat right center;
    background-size: 10px auto;
    display: block;
    padding: 0px;
  }

  body.home .wpml-ls-current-language,
  .page-template-nosotros .wpml-ls-current-language {
    background: url(img/chevron-down-solid-b.svg) no-repeat right center;
    background-size: 10px auto;
  }
}

.botonatras {
  position: absolute;
  top: 10px;
  left: 0px;
}

/* TW
----------------------------------------------------------------------------- */
:root {
  --header-height: 57px;
  --header-height-mobile: 62px;
}

.page-template-reservar-restaurante-php {
}
.page-template-reservar-restaurante-php .navbar {
  position: sticky;
}
.page-template-reservar-restaurante-php .main {
  position: relative;
}
.page-template-reservar-restaurante-php .botonatras {
  top: 14px;
  left: 16px;
}
@media (min-width: 768px) {
  .fondosinglerestaurantereservar {
    padding-top: 100px;
  }
}

.page-template-page-landing .main {
  padding-top: var(--header-height-mobile);
  min-height: 100dvh;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.main a:not([class]),
.link {
  color: #000;
  text-decoration: underline;
}

.link {
  display: inline !important;
}

.main a:not([class]):hover {
  text-decoration: none;
}

.section {
  flex-grow: 1;
  padding: 0 16px;
  position: relative;
}

.column {
  flex: 1;
}

.navbar ul li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar ul li.botonmenu a {
  min-width: 0;
}

.featured-image {
  display: block;
  height: 100%;
  margin-left: -16px;
  margin-right: -16px;
}

.featured-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.page-template-page-landing h2,
.page-template-page-landing h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.65em;
}

.page-template-page-landing .wp-block-separator {
  border-width: 1px;
  border-color: #000;
  opacity: 1;
  margin: 42px 0;
}

.scrollable::-webkit-scrollbar {
  width: 7px;
}

.scrollable::-webkit-scrollbar-track {
  background: #eee;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.back-link {
  display: none;
  position: absolute; 
  color: #000;
  text-decoration: none;
  left: 16px;
  top: 10px;
}

.content {
  padding: 24px 0;
}

.content .back-link {
  left: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .page-template-page-landing {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .page-template-page-landing .main {
    padding-top: var(--header-height);
    min-height: 100dvh;
  }

  .back-link {
    display: block;
  }

  .section {
    display: flex;
  }

  .column + .column {
    border-left: 1px solid #000;
  }

  .featured-image {
    padding: 10px 0 10px 12px;
    margin: 0;
  }

  .content {
    padding: 46px 72px 46px 56px;
    top: var(--header-height);
    left: 0px;
    position: sticky;
    overflow-y: auto;
    height: calc(100vh - var(--header-height));
  }
}

@media (min-width: 1360px) {
  .navbar ul li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.button {
  box-shadow: none;
  outline: none;
  min-width: 126px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0.785em 1.4em;
  transition: all 0.2s ease-in-out;
}

.button-secondary {
  background: #f1ede9;
  border: 1px solid #000;
  color: #000;
}

.button-secondary:hover {
  background: #000;
  color: #f1ede9;
}

.button-secondary:focus-visible {
  color: #000;
  background-color: #f1ede9;
  border-color: #000;
  outline: 0;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 1);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(255, 255, 255) 0px 0px 0px 2px, rgb(0, 0, 0) 0px 0px 0px 4px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}