body,
* {
  margin: 0px 0px 0px 0px;
  word-wrap: break-word;
}

body {
  background-image: url("assets/vino.jpg");
  /* background-size: contain; */
  background-repeat: round;
  background-attachment: fixed;
}

a {
  color: black;
  text-decoration: none;
}

ul li a {
  color: black;
  text-decoration: none;
}

li {
  align-self: center;
}

h2,
h3 {
  text-align: center;
}

h4 {
  color: darkgray;
  text-align: center;
}


/*********************************NAV***************************/


.navegador {
  display: grid;
  background: black;
  align-items: center;
  position: fixed;
  width: 100%;
  grid-template-columns: 100%;
  top: 0;
  z-index: 100;
}
.escudoContainer {
  display: flex;
  justify-content: right;
}
  /*.escudoOkela {
     width: 17%;
	height: 80%; 
  }
*/
.escudoOkela {

  border: 3px solid black;
	align: left;
  border-radius: 10px;
}

.okelaPNav {
  display: flex;
  color: white;
  text-align: center;
  font: oblique bold 35px cursive;
  text-transform: uppercase;
}

.containerMenuBurger {
  display: flex;
  justify-content:flex-end;
	width: 100%;
}
.containerMenu {
  display: flex;
  width: 100%;
	height: auto;
	align-items: center;
		justify-content: flex-start;
		
}
.containerMenu1 {
  display: flex;
  width: 100%;
	height: auto;
	align-items: center;
		justify-content: flex-end;
		
}
.listaBurger {
  display:inline-block;
  position: absolute;
  background:  #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  font: 20px sans-serif;
  top: 100%;
  height: max-content;
  min-width: 20%;
  border: 2px black solid;
  box-shadow: 1px 1px 1px black;
  text-align: -webkit-center;
  right: 0;
}

.listaBurgerAnimation {
  animation: listaBurger 0.4s linear 0s normal;
}

.burgerButtonClose {
  text-align: left;
}

.close {
  background-image: url(assets/icons/cerrar.png);
  background-attachment: local;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 160%;
  height: 2em;
  width: 2em;
  border-radius: 8px;
  box-shadow: 2px 2px;
}

.liMenuBurger {
  width: 100%;
  border-bottom: 2px black solid;
  list-style-type: none;
}

ul ul {
  padding-left: 0px;
}

.liMenuBurger:hover {
  background-color: red;
}

.ulMenuBurger {
  list-style: none;
  line-height: 142%;
  text-decoration: none;
  display: contents;
}

/* double check douplicate class */
ul ul li {
  list-style: none;
  line-height: 142%;
  text-decoration: none;
  display: contents;
}

/*******************************MENU BURGER ANIMATIONS************************/
.fotoMenuburger:hover {
  transform: rotate(90deg);
  transition-duration: 1s;
}

@keyframes listaBurger {
  0% {
    transform: translateX(200px);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
  }
}

/*******************************FOTO INDEX*************************/
.degustacionIndex {
  width: 100%;
  height: 100%;
  margin: 2% 0% 10% 0%;
}

/******************************SUPERPOSICION FOTO INDEX***********************/
.cod_text {
  order: 1;
  animation: cod_text 5s linear 0s infinite normal;
}

.cod_text1 {
  order: 2;
  animation: cod_text1 5s linear 0s infinite normal;
}

.cod_text2 {
  order: 3;
  animation: cod_text2 5s linear 0s infinite normal;
}

.titleHero {
  display: flex;
  flex-direction: column;
  background-attachment: relative;
  z-index: 1;
  align-items: center;
  text-align: center;
}

.titleHero h1 {
  color: black;
  font-weight: 600;
  margin-top: 30%;
  background: rgba(255, 12, 0, 0.6);
  text-transform: uppercase;
  width: 100%;
  position: absolute;
  font: oblique bold 50px cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***********************cod_text ORDER**************************/
.cod_text {
  order: 1;
  animation: cod_text 5s linear 0s infinite normal;
}

.cod_text1 {
  order: 2;
  animation: cod_text1 5s linear 0s infinite normal;
}

.cod_text2 {
  order: 3;
  animation: cod_text2 5s linear 0s infinite normal;
}

/*********************ANIMACION SUPERPOSICION*******************/
@keyframes cod_text {
  from {
    opacity: 1;
    order: 2;
  }

  29% {
    opacity: 1;
    order: 2;
  }

  30% {
    opacity: 0;
    order: 3;
  }

  59% {
    opacity: 0;
    order: 3;
  }

  60% {
    opacity: 0;
    order: 1;
  }

  to {
    opacity: 0;
    order: 1;
  }
}

@keyframes cod_text1 {
  from {
    opacity: 0;
    order: 1;
  }

  29% {
    opacity: 0;
    order: 1;
  }

  30% {
    opacity: 1;
    order: 2;
  }

  59% {
    opacity: 1;
    order: 2;
  }

  60% {
    opacity: 0;
    order: 3;
  }

  to {
    opacity: 0;
    order: 3;
  }
}

@keyframes cod_text2 {
  from {
    opacity: 0;
    order: 3;
  }

  29% {
    opacity: 0;
    order: 3;
  }

  30% {
    opacity: 0;
    order: 1;
  }

  59% {
    opacity: 0;
    order: 1;
  }

  60% {
    opacity: 1;
    order: 2;
  }

  to {
    opacity: 1;
    order: 2;
  }
}

/********************BOTON WATSHAPP********************/
.consultaWhatsappTexto {
  position: fixed;
  z-index: 999;
  background: rgb(247, 233, 215);
  width: 16%;
  top: 80vh;
  right: 17vw;
  text-align: center;
  border-radius: 14px;
  line-height: 15px;
  opacity: 0;
}

.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 10%;
  bottom: 16%;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}

/****************************EL MEJOR PINCHO*****************/
.ContainerPintxoGanador {

  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3% 5% 3% 5%;
  border: 2px solid;
  box-shadow: 3px 3px 3px black;
  background: #00000080;
  border-radius: 6px;
  justify-content: center;
  height: 80%;
  width: 80%;

}

.pintxoGanador {

  border: 2px solid;
  width: min-content;
  margin: 3% 5% 3% 5%;
  border-radius: 6px;
  box-shadow: 3px 3px 3px black;
  text-align: center;
}

.fotoMejorPintxo {
  cursor: zoom-in;
}

.pintxoPopUp {
  display: none;
  position: absolute;
  height: 53%;
  right: 18%;
}

.textMejorPintxo {
  line-height: 170%;
  font-size: 130%;
  padding: 2%;
}

/**********************MAIN TERRAZA***************************/
.chillout {
  text-align: center;
  text-transform: uppercase;
  background-color: red;
}

.terrazaContainer {
  display: flex;
  justify-content: center;
  margin: 7% 7% 2% 7%;
  align-items: center;
  border: 4px solid;
  padding: 4% 2% 4% 2%;
  background-color: #00000080;
  box-shadow: 3px 3px 3px black;
  height: 80%;
  width: 80%;

}



.textoTerraza {
  margin: 0% 5% 0% 5%;
  line-height: 30px;
  font-size: 130%;
  padding: 2%;
  color: white;
  text-align: center;
}

.fotoTerraza {
  cursor: zoom-in;
  border-radius: 9px;
  height: 100%;
  max-width: 50%;
  animation-timing-function: ease-in-out;
}

.fotoTerrazaPopUp {
  display: none;
  position: absolute;
  height: 70%;
  width: auto;
  border-radius: 30px;
  max-width: 96%;
}

.otroTerrazaContainer {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 7% 7% 2% 7%;
  align-items: center;
  border: 4px solid;
  padding: 4% 2% 4% 2%;
  background: #00000041;
  box-shadow: 3px 3px 3px 3px black;
  height: 35vh;
}

.otroFotoTerraza {
  border-radius: 9px;
  height: 100%;
  animation-timing-function: ease-in-out;
  width: 90%;
  max-width: 50%;
  cursor: zoom-in;
}

.popUpOtroFotoTerraza {
  display: none;
  position: absolute;
  cursor: zoom-out;
}

.ultimoTerraza {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 7% 7% 2% 7%;
  align-items: center;
  border: 4px solid;
  padding: 4% 2% 4% 2%;
  background-color: #00000080;
  box-shadow: 3px 3px black;
}

.terraza3 {
  border-radius: 10px;
  max-width: 50%;
  cursor: zoom-in;
}

.terraza3PopUp {
  display: none;
  position: absolute;
  cursor: zoom-out;
  width: 70%;
  height: auto;
  max-height: 80%;
  margin-top: -6vh;
}

.terrazaCallejon {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 7% 7% 2% 7%;
  align-items: center;
  border: 4px solid;
  padding: 4% 2% 4% 2%;
  background-color: #00000080;
  box-shadow: 3px 3px black;
}

.callejonImg {
  width: 90%;
  height: auto;
  border-radius: 10px;
  cursor: zoom-in;
}

.callejonImgPopUp {
  display: none;
  position: absolute;
  cursor: zoom-out;
  width: 90%;
  height: auto;
  max-height: 80%;
  margin-top: -6vh;
  border-radius: 10px;
}

.animationIndexContainers {
  opacity: 0;
  transition: all 0.5s;
  color: #00000080;
}

.hidenContainers {
  animation: showRight 0.5s;
}

.showLeftIndexContainers {
  animation: showLeft 1s;
}

@keyframes showLeft {
  0% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes showRight {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}

/**************************FOOTER*************************/
.lista_contacto {
  display: flex;
  justify-content: space-around;
  list-style: none;
  background: black;
}

footer {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  background: black;
  color: wheat;
  margin: 8% 0% 0% 0%;
  width: 100%;
  height: 20%;
}

.facebook {
  border: 2px solid black;
}

/***********************MEDIAESPECIAL WACHAP TEXTO**********************/
@media screen and (min-width: 835px) and (max-width: 950px) {
  .consultaWhatsappTexto {
    position: fixed;
    z-index: 999;
    background: antiquewhite;
    width: 15%;
    margin-top: 1vh;
    right: 18vw;
    opacity: 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 835px) {
  .consultaWhatsappTexto {
    right: 22vw;
    width: 29%;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .consultaWhatsappTexto {
    width: 31%;
    right: 27vw;
  }

  #pCounterEnsaladas {
    position: absolute;
    left: 22%;
    margin-top: 7vh;
  }
}

@media screen and (min-width: 250px) and (max-width: 399px) {
  .consultaWhatsappTexto {
    width: 36%;
    right: 30vw;
  }
}

/*******************************************MOBIL MEDIA SCREEN***************************/
@media screen and (min-width: 1px) and (max-width: 700px) {
  .escudoOkela {
	 /* width: 100%;
    height: 94%;
	  
    width: 35%;
	  min-width: 20%;
	  height: auto;
	  min-height: 20%;
	  */
  }

  .containerMenuBurger {
    max-height: 86px;
	  
  }

  .menuBurger {
    width: 100%;
    max-width: 40%;
	  
  }

  .fotoMenuburger {
  width: 40px;
	  height: 40px;
  }

  .listaBurger {
    left: 54%;
    right: 0%;
  }

  .titleHero h1 {
    color: black;
    font-weight: 100;
    margin-top: 48%;
    background: rgba(255, 12, 0, 0.6);
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    font: oblique bold 25px cursive;
    height: 10%;
  }

  .ContainerPintxoGanador {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3% 3% 3% 3%;
    border: 2px solid;
    box-shadow: 3px 3px 3px black;
    background-color: #00000080;
    width: 80%;
    height: 80%;
    border-radius: 6px;
  }

  .textMejorPintxo {
    line-height: 140%;
    color: #FFFFFF;
  }

  .fotoMejorPintxo {
    width: 70vw;
  }

  .pintxoPopUp {
    right: auto;
  }

  .terrazaContainer {
    flex-direction: column;
    height: max-content;
  }

  .fotoTerraza {
    max-width: 90%;
    margin-bottom: 10%;
  }

  .textoTerraza {
    margin: 0% 5% 0% 5%;
    line-height: 20px;
  }

  .otroTerrazaContainer {
    flex-direction: column;
    height: max-content;
  }

  .otroFotoTerraza {
    margin-bottom: 10%;
  }

  .ultimoTerraza {
    flex-direction: column;
    height: max-content;
  }

  .terraza3 {
    max-width: 85%;
    margin-bottom: 10%;
  }

  .textoTerraza {
    line-height: 25px;
  }

  .terrazaCallejon {
    flex-direction: column;
    height: max-content;
  }

  .callejonImg {
    width: 90%;
    height: auto;
    cursor: zoom-in;
    border-radius: 10px;
  }
}

.mail_icon {
  height: auto;
  width: 10vw;
}

footer p {
  font-size: 70%;
}

.telefono {
  width: 6vw;
  height: auto;
}

.instagram {
  /*height: auto;
  width: 6vw;*/
}

.facebook {
  height: auto;
  width: 6vw;
}

/*******************************************CONTACT HTML******************************/
.contactLema {
  background: #ff353561;
  z-index: -1;
}

.mapaOkela {
  text-align: center;
  margin: 0% 10% 0% 10%;
}

#registration-form {
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 5% auto 5% auto;
  border: 3px black solid;
  box-shadow: 1px 1px black;
  background: lightcyan;
  border-radius: 6px;
}

#comment {
  height: 20vh;
}

.contactLemaDisfrute {
  margin-top: 20%;
  text-align: center;
}

/**************************MEDIA SCREEN CONTACT***********************/
@media screen and (min-width: 1px) and (max-width: 700px) {
  .iframeMap {
    width: 99%;
    margin-top: 5%;
  }

  .mapaOkela {
    margin: 5% 0 0 0;
  }

  .contactLema {
    position: absolute;
    top: 30%;
    text-align: center;
    font-size: 162%;

    width: 100%;
  }
}

/************************************ NOVEDADES CSS******************************/

.novedadesTitleH1 {
  margin: 20% 0 10% 0;
  background: #ff00007a;
  margin-bottom: 14%;
  font-family: verdana;
  text-transform: uppercase;
  color: white;
}

#novedadesArticle {
  text-align: center;
}

.novedadesArticle {
  text-align: center;
}

.novedadesImg {
  text-align: center;
  width: 80%;
}

article section {
  border: 1px solid white;
  box-shadow: 2px 2px 2px;
  border-radius: 6px;
  margin: 1% 0 1% 0;
}

.tablaNovedadesGeneral {
  background: #2a2f33;
  text-align: justify;
  padding: 1.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

article img {
  border-radius: 70px;
}

/*amplia imagen pasar raton*/
article img:hover {
  border-radius: 70px;
  border: 2px white solid;
  padding: 10px;
  /*amplia imagen pasar raton
  height: 220px;
	*/
  width: auto;
}

.tablaNovedadesCordero {
  display: flex;
  flex-direction: row-reverse;

  background: #212529;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
  width: 100%;
}

.tablaNovedadesCordero h2 {
  border: 1px solid rgb(1, 0, 0);
  letter-spacing: -2px;
  padding: 9px;
  text-align: center;
  color: rgb(246, 225, 185);

}

#counterCordero {
  position: absolute;
}

#pCounterEnsaladas {
  position: absolute;
}

/*
.tablaNovedadesCordero img {
  width: 100%;
}
*/
.linkNovedades {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(246, 225, 185);
  font-weight: bold;
  font: oblique bold 20px cursive;
  word-spacing: 3px;
}

.linkNovedades:hover {
  font-size: 20px;
}

.tablaNovedadesBacalao {
  display: flex-row;
  flex-flow: wrap;
  background: #212529;
  color: rgb(246, 225, 185);
	justify-content: center;
  padding: 2% 0% 2% 0%;
  flex-direction: column;
  width: 100%;
}

.corderoFotoLista {
  display: flex;
  flex-flow: wrap;
  align-items: center;
	justify-content: center;
  width: 100%;
}

.nextPhotoCordero {
  width: 50%;
  height: 50%;
}

.fotoCorderoCenter {
  text-align: auto;

  flex-flow: row;
}

.novedadesTitle {
  background: #212529;
  color: #d2cefd;
  text-align: center;
  font-family: arial, verdana, times;
  font: oblique bold 25px cursive;
}

.textoNovedades {
  margin: 0% 5% 0% 5%;
  line-height: 30px;
}

.linkNovedades {
  color: white;
  background-color: rgb(26, 29, 32);
  word-spacing: 4px;
}

.tablaNovedadesEnsalada {
  display: flex;
  flex-flow: wrap;
  flex-direction: row-reverse;
  background: #1a1d20;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 0% 2% 0%;
  width: 100%;
  
}


.carruselEnsaladas {
  display: flex;
	flex-flow: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nextPhoto {
  background-image: url(assets/carrusel/siguiente.jpg);
  background-size: auto;
  background-position-x: 54%;
  border-radius: 12px;
  background-position-y: 47%;
  width: 58%;
  height: 9vh;
  margin: 7%;
  border: 3px;
  box-shadow: 3px 3px 3px #999;
}

.tablaNovedadesEnsalada ul {
  list-style: none;
}

.tablaNovedadesPollo {
  display: flex;
  flex-flow: wrap;
  background: #212529;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
}

.tablaNovedadesPintxos {
  display: flex;
  flex-direction: row-reverse;
  background: #1a1d20;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
}

.tablaNovedadesRabas {
  display: flex;
  background: #212529;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
}

.tablaNovedadesEspositor {
  display: flex;
  background: #212529;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
}

.novedadCarnesContainer {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
}

.novedadCarnesContainer h1 {
  background: #ef0808;
  color: #d2cefd;
  font-size: 200%;
  font-family: auto;
  position: absolute;
  justify-content: flex-start;
  margin: -9%;
  text-align: center;
  flex-wrap: wrap;
  flex-flow: wrap;
}

.NovedadesEspositorMariscos {
  display: flex;
  flex-flow: wrap;
  background: #212529;
  color: rgb(246, 225, 185);
  justify-content: center;
  align-items: center;
  padding: 2% 2% 2% 2%;
}

.novedadMariscosContainer {
  display: flex;
  justify-content: center;
}

.NovedadesEspositorMariscos h1 {
  background: #ef0808;
  color: #d2cefd;
  font-size: 200%;
  font-family: auto;
  position: absolute;
  justify-content: flex-start;
  margin: -9%;
  text-align: center;
  flex-wrap: wrap;
  flex-flow: wrap;
}

/*********************NOVEDADES RESPONSIVE**********************/
@media screen and (min-width: 1px) and (max-width: 650px) {
  .novedadesTitleH1 {
    margin: 30% 0 10% 0;
  }

  article section {
    display: flex;
    flex-direction: column;
    padding: 3%;
  }

  .tablaNovedadesEnsalada {
    display: flex;
    flex-direction: column;
    /*padding: 3%;*/
  }

  .tablaNovedadesPintxos {
    display: flex;
    flex-direction: column;
    padding: 3%;
  }

  #pCounterEnsaladas {
    position: absolute;
    left: 22%;
    margin-top: 7vh;
  }

  .tablaNovedadesEspositor {
    display: flex;
    flex-direction: column;
    padding: 3%;
  }

  .novedadCarnesContainer h1 {
    width: 95%;
    margin: -40%;
  }

  .NovedadesEspositorMariscos h1 {
    margin: -34%;
  }

  .lista_contacto {
    margin: 0 2% 0 -4%;
  }
}

@media screen and (min-width: 300px) and (max-width: 350px) {
  .tablaNovedadesGeneral {
    width: 103%;
  }

  .tablaNovedadesEspositor {
    display: flex;
    flex-direction: column;
    padding: 3%;
  }

  #pCounterEnsaladas {
    margin-top: 6vh;
  }

  .NovedadesEspositorMariscos h1 {
    margin: -34%;
  }

  .lista_contacto {
    margin: 0 2% 0 -4%;
  }

  footer {
    width: 104%;
  }
}

/***************************MENUS SECCTION***********************/

.cartaMenuSubtitle {
  text-align: center;
  font: 3em verdana bold;
  background-color: #1a1515a8;
  color: aliceblue;
  text-decoration: underline;
  padding: 4%;
  margin: 20% 0 0 0;
}

.postresVinosShow {
  opacity: 0;
}

.diariosMenuSelect {
  display: flex;
  margin: 2%;
}

.titleMenu {
  margin: 5% 0 10% 0;
}

.switchCartaContainer {
  margin: 0% 10% 3% 10%;
  background: #00000078;
  padding: 4% 0% 4% 0%;
  position: static;
  align-content: center;
  text-align: center;
}

.buttonSwitchMenuContainer {
    background-color: #333333;
    color: WHITE;
    border-radius: 8px;
    border: none;
    height: auto;
    width: 25%;
    display: inline-flex;
    justify-content: space-around;
    vertical-align: super;
}

.seleccionCartaMenu {
  display: flex;
  justify-content: center;
}

.menuDiario {
  justify-content: space-between;
  padding: 4% 4% 12% 5%;
  color: wheat;
  width: 80%;
  letter-spacing: normal;
  word-spacing: 0.2px;
  border: none;
  box-shadow: none;
  text-align: justify;
  flex-basis: max-content;
  flex-flow: column;
}

.diarioInformacion {
  background: #00000091;
  padding: 1.5%;
  margin: 0 4% 0 0;
}

.switchDiaFinde {
  background: #00000091;
  display: flex;
  flex-flow: wrap;
  padding: 1.5%;
}
.menuContainerDiarioStile {
  text-align: justify;
  flex-basis: content;
  flex-flow: column;
  padding: 1.3%;
  background: white;
  color: black;
  border: none;
  box-shadow: none;
  max-width: 90%;
  min-width: 50%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.menuContainerStile {
  text-align: justify;
  flex-basis: content;
  flex-flow: column;
  padding: 1.3%;
  background: #00000078;
  color: white;
  border: none;
  box-shadow: none;
  max-width: 90%;
  min-width: 50%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

#menu12 {
  flex-flow: column;
}

#menu24 {
  flex-flow: column;
}

#menu24 .cartaContainer {
  display: flex;
  text-align: center;
  font: icon;
  font-size: 20px;
  outline: auto;
  font-family: monospace;
}

.inicioBlackMadera {
  margin: 0% 0% 0% 0%;
  background: black;
  padding: 0% 0%;
  vertical-align: middle;
  border: 0px dashed #111010;
}

.inicioArticle {
  display: flex;
  flex-flow: column;
}

.inicioBlackTop {
	
	 margin: 5% 15% 0% 15%;
  background: black;
  color: white;
  text-align: center;
  padding: 2% 0%;
  vertical-align: middle;
  /*border: 0px dashed #ffff005e;
	display: flex;
	  text-align: center;
  margin: 0% 20% 0% 20%;
  background: black;

  color: #FF0000;
  padding: 1% 0%;
  vertical-align: middle;
  border: 3px dashed #111010;*/
}

.inicioArticle h1 {
  margin: 20% 20% 0% 20%;
  text-align: center;
  background: #911313ab;
  padding: 5% 0%;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.inicioContainerColumn {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

.inicioContainerColumn img {
  width: 100%;
  height: 100%;
}

.inicioItems {
  width: auto;
  margin: 1%;
  height: auto;
  border: 4px inset #FFFFFF;
  padding: 2%;
  color: white;
  border-radius: 3%;
}
.inicioFoot
{
	display: flex;
	padding: 3px;
	
}
.inicioItemsFoot {
  width: 90%;
  }

.inicioItems img {
  border-radius: 0;
}

.inicioItems:hover {
  /*aumenta al poner el raton encima
	font-size: 100%;
  text-align: center;
  align-items: center;
  color: white;
  margin: 2% 2%;
*/
}

.somosContenedor {
  display: flex;

  margin: 10% 0% 0% 0%;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

.somosItems {
  width: auto;
  margin: 5% 2% 5% 2%;
  height: auto;
  border: 4px dotted yellow;
  padding: 2%;
  color: white;
  background: #808080ad;
}

.somosItems img {
  border-radius: 0;
}

.somosItems:hover {
  font-size: 150%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 2% 2%;
}

.menuDegustacion {
  display: flex;
  text-align: left;
  font: icon;
  outline: auto;
  font-family: monospace;
}

.platosVariosMenus {
  text-align: justify;
  border: none;
  box-shadow: none;
}

.miniaturaArticle {
  display: flex;
  flex-flow: column;
  margin: 0% 2% 0% 2%;
  align-content: center;
  align-self: center;
}

.miniaturaBlackTop {
  margin: 5% 15% 0% 15%;
  background: black;
  color: white;
  text-align: center;
  padding: 1% 0%;
  vertical-align: middle;
  border: 3px dashed #ffff005e;
}

.miniaturaArticle h2 {
  margin: 5% 20% 0% 20%;
  text-align: center;
  background: #911313ab;
  padding: 5% 0%;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.miniaturaContainerColumn {
  display: flex;
  flex-flow: wrap;
  margin: 2% 1% 2% 1%;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

/* esto hace aumento items
.miniaturaContainerColumn img {
  width: 50%;
  height: 50%;
}
*/
.miniaturaItems {
  width: auto;
  margin: 2% 2% 2% 2%;
  height: auto;
 /* border: 4px dotted yellow;
  padding: 2%;*/
  color: white;
  background: #808080ad;
}

.miniaturaItems img {
  border-radius: 0;
}

.miniaturaItems:hover {
  font-size: 100%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 2% 2%;
}


/*Poner un overflow auto en la caja exterior es el método 1 para expandor la caja exterior hasta abajo. funcionará en la mayoría de navegadores.*/
/*  overflow: auto;*/




.sugerenciasContainerRow {
  display: flex;
  flex-flow: warp;
}

.sugerenciaBlackTop {
  margin: 5% 15% 0% 15%;
  background: black;
  color: white;
  text-align: center;
  padding: 1% 0%;
  vertical-align: middle;
  border: 3px dashed #ffff005e;
}

.ext h1 {
  margin: 20% 20% 0 20%;
  text-align: center;
  background: #911313ab;
  padding: 5% 0%;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.inicioBlackMadera {
  margin: 0% 0% 0% 0%;
  background: black;
  padding: 0% 0%;
  vertical-align: middle;
  border: 0px dashed #111010;
}

.inicioArticle {
  display: flex;
  flex-flow: column;
  width: 95%;
  height: 95%;
  align-content: center;
}

.somosContenedor {
  display: flex;

  margin: 10% 0% 0% 0%;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

.somosItems {
  width: auto;
  margin: 5% 2% 5% 2%;
  height: auto;
  border: 4px dotted yellow;
  padding: 2%;
  color: white;
  background: #808080ad;
}

.somosItems img {
  border-radius: 0;
}

.somosItems:hover {
  font-size: 150%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 2% 2%;
}

article section div img {
  border-radius: 70px;
  /*border: 2px white solid;*/
  padding: 10px;
  margin: 1% 1% 1% 1%;
}

.ensaladasArticle {
  display: flex;
  flex-flow: column;
}

.ensaladasBlackTop {
  margin: 5% 15% 0% 15%;
  background: black;
  color: white;
  text-align: center;
  padding: 1% 0%;
  vertical-align: middle;
  border: 3px dashed #ffff005e;
}

.ensaladasArticle h2 {
  margin: 5% 20% 0 20%;
  text-align: center;
  background: #911313ab;
  padding: 5% 0%;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.ensaladasContainerColumn {
  display: flex;
  flex-flow: wrap;
  margin: 2% 1% 2% 1%;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

/*hace mas grande imagen fotos ensaladas
.ensaladasContainerColumn img {
  width: 50%;
  height: 50%;
}*/

.ensaladasItems {
  width: auto;
  margin: 2% 2% 2% 2%;
  height: auto;
 /* border: 4px dotted yellow;
  padding: 2%;*/
  color: white;
  background: #808080ad;
}

.ensaladasItems img {
  border-radius: 0;
}

.ensaladasItems:hover {
  font-size: 100%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 2% 2%;
}

.sugerenciasArticle {
  display: flex;
  flex-flow: column;
  margin: 0% 2% 0% 2%;
  align-content: center;
  align-self: center;
}

.sugerenciasBlackTop {
  margin: 7% 0% 0% 0%;
  background: black;
  color: white;
  text-align: center;
  padding: 1% 0%;
  vertical-align: middle;
  border: 3px dashed #ffff005e;
}

.sugerenciasArticle h2 {
  margin: 5% 20% 0% 20%;
  text-align: center;
  background: #911313ab;
  padding: 5% 0%;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  font-size: 35px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

.sugerenciasContainerColumn {
  display: flex;
  flex-flow: wrap;
  margin: 2% 1% 2% 1%;
  justify-content: center;
  align-items: center;
  background: #1615159c;
}

/*.sugerenciasContainerColumn img {
  width: 50%;
  height: 50%;
}*/

.sugerenciasItems {
  width: auto;
  margin: 2% 2% 2% 2%;
  height: auto;
 /* border: 4px dotted yellow;
  padding: 2%;*/
  color: white;
  background: #808080ad;
}

.sugerenciasItems img {
  border-radius: 0;
}

.sugerenciasItems:hover {
  font-size: 100%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 2% 2%;
}

.form:hover {
  margin: 10% 15% 10% 15%;
}

/*
figure div
 img {
  border-radius: 80px;
  border: 2px white solid;
  padding: 10px;
  margin: 1% 2% 8% 2%;
}
*/

.whatsappInformacionContacto {
  border-radius: 90px;
  border: 2px white solid;
  padding: 10px;
  margin: 8% 10% 0% 10%;
  font-size: 100%;
  text-align: center;
  align-items: center;
  color: wheat;
}

.switchTraduccionContainer {
  display: flex;
  /*flex-flow: wrap;*/
  margin: 3% 5% 0% 5%;
  background: #000000;
  /*padding: 4% 0% 4% 0%;*/
  position: static;
  text-align: center;
  height: auto;
  align-content: space-around;
  color: #00000080;
  justify-content: center;
  align-items: center;
}
.menuTraduccion {
  display: flex;
	flex-flow: wrap;
  margin: 3% 20% 0% 20%;
  background: #00000078;
  padding: 4% 0% 4% 0%;
  position: static;
  text-align: center;
  height: auto;
  align-content: space-around;
  color: #00000080;
  justify-content: center;
  align-items: center;
}

.frances {
  align-items: center;
  align-content: left;
  text-align: center;

}

.buttonSwitchbanderaContainer {
  text-align: center;
  background-color: #00000080;
  color: white;
  border-radius: 2px;
  border: none;
  height: auto;
  width: auto;
  display: inline-flex;
  justify-content: space-around;
  vertical-align: super;
}

.mapa {
  margin: 0 0 0 0;
  width: 100%;
  height: 50%;
  align-content: center;
}

.instalaciones {
  display: flex;
  margin: 3% 20% 0% 20%;
  background: #00000078;
  padding: 4% 0% 4% 0%;
  position: static;
  text-align: center;
  height: auto;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.inicio {
  color: #FFFFFF;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  left: 10%;
  bottom: 10%;
  border-radius: 100%;
  line-height: center;
  text-align: center;
  z-index: 999;
  background-position: center center;
  background-color: #FFFFFF;
}
.inicio2 {
  color: #FFFFFF;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 80%;
  bottom: 10%;
  border-radius: 100%;
  line-height: center;
  text-align: center;
  z-index: 999;
  background-position: center center;
  background-color: #FFFFFF;
}
.iniciosantiagos {
  color: #FFFFFF;
  display: block;
  width: 70px;
  height: 70px;
  position: fixed;
  left: 10%;
  bottom: 30%;
  border-radius: 100%;
  line-height: center;
  text-align: center;
  z-index: 999;
  background-position: center center;
  background-color: #FFFFFF;
 .formularioMail {

  color: #F8F3F3;
  text-decoration-color: aliceblue;
  background: #00000041;
  flex-flow: column;

  margin: 5% 2% 3% 2%;
  padding: 4% 10% 4% 10%;
  font-size: 3;
  justify-content: center;
  box-shadow: white 2px 2px 2px 2px;
}

.formularioMail div {
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.formularioMail div input {
  width: 50vw;
  margin: 2% 0 2% 0;
}

.formularioMailup {
  display: flex;
  flex-flow: wrap;
  border: 3px solid #8F8C8C;
  margin: 0% 10% 3% 10%;
  background-color: rgb(0, 0, 0);
  position: static;
  font-size: 3;
  align-content: center;
  text-align: center;
  padding: 4% 4% 4% 4%;

}

.formulariotitulolup {
  display: flex;
  flex-flow: wrap;
  border: 3px;
  margin: 6% 10% 0% 10%;
  background-color: rgb(0, 0, 0);
  position: static;
  font-size: x-large;
  color: #c75d5d;
  align-content: center;
  text-align: center;
  padding: 4% 4% 4% 4%;
	  
}

.menuOkelaPresupuesto {
  display: flex;
  border: 3px solid white;
  font-size: 3;
  margin: 12% 10% 3% 10%;
  background: #00000078;
  padding: 4% 0% 4% 0%;
  position: static;
  align-content: center;
  text-align: center;
}

.menuokelaphp {
  display: flex;
  flex-flow: wrap;
  border: 5px solid #8F8C8C;
  margin: 12% 10% 3% 10%;
  background-color: rgb(255, 255, 255);
  padding: 4% 0% 4% 0%;
  position: static;
  font-size: 3;
  align-content: center;
  text-align: center;

}
.takeaway {
  width: auto;
  margin: 10% 10%;
  height: auto;
  border: 4px inset #FFFFFF;
  padding: 2%;
  color: white;
  border-radius: 3%;
	background-color: chocolate;
}

.takeaway img {
  border-radius: 0;
}

.takeaway:hover {
  font-size: 150%;
  text-align: center;
  align-items: center;
  color: wheat;
  margin: 15% 15%;
}