
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');
/* CSS Document */
/*MW:2025*/

/* COLORES

Ocre:
#cbae7c

Verdoso
#b8c7b8

Recursos:
.img-inicio:hover {transform: scale(1.04)!important; transition: 400ms;}
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
*/

:root {
    --color-ocre: #cbae7c;
	--color-verdoso:#b8c7b8;
	--color-marron:#583744;
}
/*  color: var(--color-verdoso);  */




@font-face {
font-family: "Tipo-logo";
src: url('tipo-logo.ttf') format('truetype');
}

h1, h3, .nombre-empresa {font-family: "Tipo-logo"!important; transform: scaleY(1.18) !important; }


#cookiehintsubmit, #cookiehintsubmitno {background: #008a13 !important;}
#cookiehintsubmit:hover, #cookiehintsubmitno:hover {background: #00570C !important;}

/* BOTON MENU MOVILES */
.astroid-header .header-mobilemenu-trigger {position: absolute; right: 10px; top: 25px;}
.astroid-header .astroid-logo-mobile {max-width: 80%!important; margin: 0 auto!important;}
.astroid-logo-sticky {display: block!important;}

@media only screen and (max-width: 350px) {
    .astroid-header .astroid-logo-mobile, .astroid-logo-sticky {/*max-width: 80%!important; margin-left: 0px !important;*/}
}

@media only screen and (max-width: 1199px) {
    .astroid-section.toolbar {display: none;}
	body div.mod-languages {position: absolute!important; margin-left: -15px;}
}

/* GENERAL */
.margen-g {padding: 20px 0px 30px;}
.estrecho {max-width: 850px; margin: 0 auto!important;}

.full-width {
  width: calc(100vw - 9px); /*width: 100vw;*/
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media only screen and (max-width: 1100px) {
    .full-width {width: 100vw!important;}
}

@media only screen and (min-width: 600px) and (max-width: 1299px) {
.astroid-component-section .container { max-width: 95%;}
}

/* SOMBRA header */
.astroid-header-section, .astroid-header-sticky {
-webkit-box-shadow: 3px 3px 5px #cccccc40;
box-shadow: 3px 3px 5px #cccccc40;}

@media only screen and (max-width: 575px) {
    .astroid-header-sticky .header-mobilemenu-trigger {margin-left: 12px;}
    .astroid-header-sticky .header-offcanvas-trigger {margin-right: 12px;}  
	.menus-grupo > h3 {margin-bottom: 35px!important;}
	.menus-grupo {margin-top: 50px!important;}
}

.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {padding: 5px 0!important;}
.astroid-header-section .astroid-header-sticky > div {padding-top: 3px!important; padding-bottom: 3px!important;}
.astroid-header-section .container {max-width: 1100px!important; margin: 0 auto; }

.astroid-horizontal-header .astroid-nav-wraper {margin-top: 25px;}
.astroid-header-sticky .astroid-nav-wraper {margin-top: 5px;}

.astroid-nav .nav-item-current {border: 2px solid var(--color-ocre); background: #fff; border-radius: 35px;}
.astroid-nav .nav-item-current a {}

/*.astroid-nav .nav-item {position: relative; }
.astroid-nav .nav-item::after {
  content: "";
  border: 3px solid var(--color-ocre);
  width: 75px;
  height: 75px;
  display: block;
	border-radius: 100%;
	position: absolute;
  top: -32%;
  left: 20%;
	opacity: 0;
	transition: 200ms; 
}

.astroid-nav .nav-item:hover::after {
	opacity: 0.3;
	transition: 600ms; 
}*/

/*.astroid-nav .nav-link::after {
  content: "";
  border-bottom: 3px solid #007BFF;
  max-width: 0px;
  text-align: center;
  margin: 8px auto 0;
  display: block;
}

.astroid-nav .nav-link:hover::after { max-width: 100%; transition: 300ms;}*/


.home h1 {text-align: center;}

h2, .intro-cabecera-ini {font-family: "Special Gothic Expanded One", sans-serif; font-weight: 600;  }

/*.titulos-articulos h2::after {
    content: "";
  border-bottom: 3px solid #006bb4;
  max-width: 100px;
  text-align: center;
  margin: 8px auto -8px;
  display: block;}
.titulos-articulos:hover h2::after { max-width: 300px; transition: 300ms;}*/

.contenido-articulos {margin-top: 40px;}

.img-cabecera {margin-top: -155px;}

/* INICIO */
/* Slide inicio */

.astroid-header-section {background-color: #ffffffd9!important; }
.home .astroid-header-section {background-color: #ffffffa6!important; }

.slide-img-top {margin-top: -105px;  }
.img-cabecera-ini {height: calc(100vh - 50px); align-content: center; background: url(../../../images/restaurante-valls-tarragona.webp); background-size: cover; background-position: center; background-attachment: fixed; min-height: 550px; }
.contenido-cabecera-ini {text-align: center}
.contenido-cabecera-ini h4 {font-size: 60px!important; font-family: "Tipo-logo"!important; transform: scaleY(1.18) !important; color: #fff!important; text-shadow: 0px 0px 3px #00000080; }
.intro-cabecera-ini {font-size: 30px!important; color: #fff!important; text-transform: uppercase; text-shadow: 0px 0px 3px #00000080; font-weight: 800; margin: 50px 10px 80px;}
.contenido-cabecera-ini a {/*border: 2px solid var(--color-ocre);*/ padding: 10px 30px; text-decoration: none; font-weight: 500; font-size: 19px; color: #fff!important; box-shadow: 0px 0px 8px 5px #34343480; }
.contenido-cabecera-ini a:hover {/*border: 2px solid var(--color-verdoso); transition-delay: 3000ms!important;*/ }

.home h1 {padding-top: 40px; padding-bottom: 30px; font-size: 300% !important;}

.foto-txt-intro {height: 500px; }
.foto-intro {width: 50%; float: left; background: url(../../../images/intro-restaurante-valls.webp); background-size: cover; background-position: center right; height: 100%; border: 2px solid #fff; box-shadow: 0px 0px 8px 5px #cccccc80; border-radius: 0 60px 60px 0;}
.espacio-txt-intro {align-content: center; height: 100%; width: 55%; float: left; margin-left: -10%;}
.txt-intro {background: url(../../../images/numeros-fondo.webp); background-size: cover; background-position: center; 
	box-shadow: 0px 0px 3px 3px #cccccc80; padding: 40px 80px; /*margin-top: 40px;*/}
.txt-intro h2 {margin-bottom: 30px; max-width: 350px;}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header-mobilemenu-trigger .button {margin-top: 15px;}
}

@media only screen and (max-width: 767px) {
	.foto-intro {width: 70%;}
	.espacio-txt-intro {height: 100%; width: 85%; margin-left: -60%; }
	.txt-intro {padding: 30px 30px;}
	.header-mobilemenu-trigger .button {margin-top: -8px;}
	.astroid-header-sticky .astroid-logo-mobile {display: none!important;}
	.mod-languages {max-width: 50px;}
}

/* Widget menús */
.menus-restaurante-tarragona {max-width: 1250px; margin: 100px auto; padding: 0 20px;}
.menus-restaurante-tarragona .uk-panel {position: relative;}
.menus-restaurante-tarragona .uk-panel .uk-h4 {position: absolute; margin-top: -66%!important; background: #fff; padding: 8px 20px 5px 40px; border-radius: 4px 0 0 4px; font-size: 24px!important; }
.menus-restaurante-tarragona .uk-inline-clip.uk-border-circle {border: 4px solid var(--color-ocre); box-shadow: 0px 0px 8px 6px #cccccca6; }
.menus-restaurante-tarragona .uk-scope .uk-transition-toggle:hover .uk-transition-scale-up {--uk-scale-x: 1.15!important; --uk-scale-y: 1.15!important;}

.espacio-parallax {background: url(../../../images/parallax-restaurante-tarragona.webp); background-attachment: fixed; background-size: cover; height: 800px; align-content: center;}
.info-parallax {height: 800; align-content: center; }
.contenido-parallax {max-width: 600px; background: #ffffffd9; padding: 80px 100px; margin: 0 10%; }

.home .astroid-component-section {padding: 50px 0 0!important;}
.scroll-ini {/*margin: 0 20px;*/ margin-bottom: -15px; border-top: 3px solid var(--color-ocre); }

/* CARTA Y MENÚS */
/* Carta */
.carta-restaurante {max-width: 650px; margin: 0 auto; }
.tabla-carta {margin-top: 10px; width: 100%; }
.tabla-carta tr:nth-child(even) td { background: #F7F7F7; }  
.tabla-carta tr:nth-child(odd) td { background:  #ffffff; }
.tabla-carta {/*border: 1px solid #ccc;*/}
.tabla-carta tr td:nth-child(2) {width: 70px; text-align: right; }
.tabla-carta td {padding: 5px; }
.platos-carta {}


/* Menús */
.ico-scroll {margin-top: -5px; font-size: 20px; color: var(--color-ocre); }

.menus-fin-semana [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"]:not([data-rlta-state="closed"]) {background: var(--color-ocre)!important; }

.menus-fin-semana [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] {
	background-color: var(--color-verdoso)!important; 
}

.menus-fin-semana [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"] {
	border: 0px solid #fff!important;}

.menus-fin-semana [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"] {
	margin: 0 10px;
}

.acc-carta .uk-scope .uk-accordion > :nth-child(n+2) {margin-top: 20px;}

.acc-carta li a {background: var(--color-verdoso); padding: 5px 10px!important; }
.acc-carta li.uk-open a {background: var(--color-ocre)!important;}
.acc-carta li a:hover {box-shadow: 0px 0px 6px 3px #cccccca6; }
.acc-carta .uk-scope .uk-accordion-title:hover {color: #333!important;}

.acc-carta .uk-scope .uk-accordion-content {margin-top: 10px!important; }

.acc-carta .uk-scope li.uk-open .uk-accordion-title::before {
	content: "\f068";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
	right: 25px;
	background-image: none!important; 
}

@media only screen and (max-width: 575px) {
	.acc-carta .uk-scope li.uk-open .uk-accordion-title::before {right: 45px;}
}

.menus-fin-semana #rlta-carta {margin-left: 0px!important;}
.menus-fin-semana #rlta-menú-calçotada {margin-right: 0px!important;}
.menus-fin-semana [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"][data-rlta-orientation="horizontal"]:not([data-rlta-wrap-buttons="true"]) > [data-rlta-element="button-list"] {box-shadow: 0px 8px 9px -3px var(--color-verdoso); margin-bottom: 15px; border-bottom: 3px solid var(--color-verdoso); margin-top: -50px; z-index: 999;}

.menus-fin-semana [id^="rlta"] {box-shadow: 0px 0px 6px 3px #cccccc!important; margin-top: -15px;}

.menus-fin-semana {text-align: center; width: 690px; margin: 30px auto; max-width: 97%;}
.menus-fin-semana .primeros-platos {margin-top: 30px;}
.menus-fin-semana .primeros-platos, .menus-fin-semana .segundos-platos, .menus-fin-semana .postres {margin-bottom: 20px;}
.menus-fin-semana .extra-precio {color: #727272; font-size: 90%; padding-left: 5px;}
.menus-fin-semana .precio-menu {font-size: 30px; color: #000; border: 3px solid var(--color-ocre); border-radius: 100%; height: 100px; width: 100px; margin: 30px auto 10px; padding-top: 33px; font-weight: 800;}
.menus-fin-semana .detalle-precio-menu {font-size: 14px; line-height: 18px;}

.separador-platos {text-align: center; border: 2px solid #cbae7c80; border-radius: 100%; width: 20px; height: 20px; margin: 0 auto 20px; }

.menus-fin-semana.grupos [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="tabs"][data-rlta-orientation="horizontal"]:not([data-rlta-wrap-buttons="true"]) > [data-rlta-element="button-list"] {margin-top: 20px!important; z-index: 999;}

.menus-fin-semana.grupos {margin-top: 100px!important;}
.menus-fin-semana.grupos #rlta-menú-para-grupos-i {margin-left: 0px!important;}
.menus-fin-semana.grupos #rlta-menú-de-comunión {margin-right: 0px!important;}

.menus-grupo {text-align: center; margin-top: 80px;}
.titulo-menus {color: var(--color-marron); font-size: 22px; font-weight: 600; }

.nota-menus {text-align: center; font-size: 14px; margin-top: 30px; line-height: 20px;}

.descargar-menu .enlace-desc {border: 2px solid var(--color-ocre); border-radius: 50px; padding: 10px 20px; color: #343434 !important; text-decoration: none!important; transition: 300ms;}
.descargar-menu .enlace-desc:hover {background: var(--color-ocre);}
.descargar-menu .enlace-desc::after {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #343434;
    font-size: 18px;
    padding-left: 12px;
	margin-right: 5px;
	width: 20px;
	display: inline-block;

}
.descargar-menu .enlace-desc:hover::after {content: "\f019"; transition: 400ms; width: 20px;}

/* Video de fondo */
.contenido-articulos.menus-findes {min-height: 860px;}

.espacio-video-carta {max-width: 1400px; margin: 0 auto; position: relative; }
.video-carta {margin-top: 90px;}

/*.menus-fin-semana {margin-top: -30px;}*/
/*.fondo-carta {background: url(../../../images/restaurante-tarragona.mp4); }*/

/*.menus-fin-semana > div + div {margin-top: -50px;} */

.background-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  /*min-height: 100%;*/
  object-fit: cover;
  z-index: 0;
	border-radius: 40%;
}
#video_background {
      position: fixed;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
    }
    .video-carta #overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% + 75px);
		min-height: 760px;
      background: rgba(255, 255, 255, 0.8);
      z-index: 0;
    }
    .content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      font-size: 2em;
      padding: 50px;
    }

@media only screen and (min-width: 1400px) {
	.background-video {max-height: 750px;}
}



/* GALERIAS */
.titulo-galeria-platos {margin-top: 80px; text-align: center; }


/* CONTACTO */ 
.contenido-articulos.contacto .columna1 iframe {border: 2px solid #ffffff!important; box-shadow: 0px 0px 3px 3px #ccc; border-left: 0px!important; }
.formulario-contacto {max-width: 950px; margin: 0 auto; background: var(--color-verdoso); background-image: url(../../../images/logo-form.webp); background-position: top right; background-repeat: no-repeat; padding: 50px 100px; }
.contacto-restaurante .astroid-component-section {padding: 50px 0 0!important;}
.contenido-formulario a {color: #343434!important; }
.contenido-formulario a:hover {color: var(--color-ocre)!important; }
.info-reservas a {text-decoration: none!important; }

@media only screen and (min-width: 950px) and (max-width: 1199px) {
	/*.contenido-cabecera-ini h4 {font-size: 40px!important;}*/
	.menus-restaurante-tarragona .uk-panel .uk-h4 {font-size: 20px!important;}
}

@media only screen and (min-width: 768px) and (max-width: 949px) {
	.contenido-cabecera-ini h4 {font-size: 35px!important;}
	.intro-cabecera-ini {font-size: 25px !important; margin: 30px 10px 50px;}
	.home h1 {font-size: 250% !important;}
}

@media only screen and (max-width: 767px) {
	.contenido-cabecera-ini h4 {font-size: 25px!important;}
	.intro-cabecera-ini {font-size: 20px !important; margin: 20px 10px 30px;}
	.contenido-cabecera-ini a {font-size: 16px;}
	.img-cabecera-ini {height: calc(100vh - 10px);}
	.home h1 {font-size: 200% !important;}
	.menus-restaurante-tarragona .uk-panel .uk-h4 {font-size: 22px!important;}
	.espacio-parallax {height: 600px;}
	.contenido-parallax {padding: 40px 50px;}
	.img-cabecera {margin-top: -112px!important;}
	.columnas {display: flex; flex-direction: column;}
	.columna1 {order: 2;}
	.columna2 {order: 1;}
	.columna1, .columna2 {width: 100%; float: none!important;}
	.datos-articulo .datos {margin: 0px 0px 45px 20%!important;}
}

@media only screen and (max-width: 550px) {
	.texto-empresa-prefooter p {width: 100%!important; max-width: 100%!important; float: none;}
	.texto-empresa-prefooter .logo-footer {width: 100%!important; max-width: 100%!important; display: block!important;}
	.contenido-parallax {padding: 20px 20px!important;}
	.datos-articulo .datos {margin: 0px 0px 45px 8%!important; max-width: 85%!important;}
	.datos-articulo a {font-size: 16px!important;}
	.formulario-contacto {padding: 20px 30px!important;}
}

@media only screen and (max-width: 380px) {
	.foto-txt-intro {height: 585px;}
	.datos-articulo a {font-size: 14px!important;}
}


/* Widget reseñas Google */
.tm-widget .tm-title,
.tm-widget .go4269172405,
.tm-overall-inner .tm-overall-cta {display: none!important; }


/* NOTICIAS */
.noticias- .article-title h2 {text-transform: none!important; /*font-family: "Montserrat", MS Sans Serif, Geneva, sans-serif!important; font-size: 21px!important;*/}
.noticias- .article-info > dd {padding-left: 0px!important; font-size: 13px!important;}


.noticias- .readmore a {transition: 300ms;}
.noticias- .readmore a:hover {transition: 400ms;}
.noticias- .astroid-article-full-image .item-image {text-align: center!important;}
.noticias- .astroid-article-full-image .item-image img {border: 2px solid #fff; box-shadow: 0px 0px 3px 5px #cccccc80; }

.noticias- .as-readmore::after {margin-top: 10px; top: 8px; transition: 400ms!important; }

.noticias- .datos-toolbar .astroid-article-title, .noticias- .datos-toolbar .astroid-article-infoblock, 
.noticias- .datos-footer .module-title, .noticias- .datos-footer .astroid-article-title, .noticias- .datos-footer .published {display: none!important;}

/* Navegacion articulos (noticias) */
.pagination .btn-secondary {transition: 400ms;}
.pagination .btn-secondary.previous:hover .icon-chevron-left {margin-left: -5px; margin-right: 5px; transition: 400ms; transform: scale(1.3);}
.pagination .btn-secondary.next:hover .icon-chevron-right {margin-left: 5px; margin-right: -5px;  transition: 400ms; transform: scale(1.3);}

/* icono en botón enviar */
.rsform-submit-button { transition: 400ms!important; padding: 8px 15px 8px 15px!important; }
.rsform-submit-button:hover {padding: 8px 40px 8px 15px!important; transition: 400ms!important; }

.rsform-submit-button::after {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #343434;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
}

.rsform-submit-button:hover::after {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #343434;
    font-size: 22px;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
	transition-delay: .2s;
	transition-duration: .3s
}


/* Boton con efecto relleno */
.ov-btn-grow-box {
  background: var(--color-ocre); /* color de fondo */
  /*color: #4741d7;*/ /* color de fuente */
  /*border: 2px solid #4741d7;*/ /* tamaño y color de borde */
  padding: 16px 20px;
  border-radius: 35px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.ov-btn-grow-box:hover {
  color: #fff;/* color de fuente hover */
	/*border: 2px solid var(--color-versodo);*/
}
.ov-btn-grow-box::after {
  content: "";
  background: var(--color-verdoso); /* color de fondo hover */
  position: absolute;
  z-index: -1;
  padding: 16px 20px;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 0);
  transition: all 0.3s ease;
}
.ov-btn-grow-box:hover::after {
  transition: all 0.3s ease-out;
  transform: scale(1, 1);
}

/* ANCLA INICIO */

#ancla {
scroll-margin-top: 20px!important;
}

.div-centrado {max-width: 85px; margin: 0 auto;}

.moduletable.md-mouse {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.custom.md-mouse {
  position: relative;
  width: 100%;
  max-width: 940px;
}

.custom.md-mouse a {
  display: flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -webkit- flex;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100%;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  padding: 2.625rem;
  bottom: 8px;
	border: 2px solid var(--color-ocre);
}

.scroll_down {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 30px;
  /*background-color: #006bb4;
  border: 2px solid white;
  border-radius: 20px;*/
  cursor: pointer;
  outline: none;
  z-index: 999;
}

.scroll_down::before {
  position: absolute;
  top: 0px;
  left: 50%;
  content: "\f103";
  font-family: FontAwesome;
  color: var(--color-ocre);
  width: 6px;
  height: 6px;
  margin-left: -11px;
  /*background-color: #fff*/
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
	font-size: 30px;
	/*filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0.4));*/
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --- FIN ANCLA INICIO */

div.mod-languages ul li.lang-active {background-color: transparent!important;}

.idiomas-mw {margin-top: -35px!important; text-align: center;}
.idiomas-mw .mod-languages ul.lang-block > li {padding: 4px 0px!important;}
.idiomas-mw .mod-languages li {margin: 0px!important;}
.idiomas-mw .mod-languages a {padding: 0px!important;}
.idiomas-mw ul.lang-inline li {display: inline-block;}
.idiomas-mw .mod-languages li {margin: 0px 10px !important;}

:lang(es) .siguenos.sigue-cat {display: none!important;}
:lang(es) .horari-restaurant {display: none!important;}

:lang(ca) .siguenos.sigue-es {display: none!important;}
:lang(ca) .horario-restaurante {display: none!important;}


@media only screen and (min-width: 1200px) {
	.d-flex.flex-row.justify-content-between > .mod-languages {display: none!important; }
}

/* DATOS DE CONTACTO */
.ul-datos-contacto {list-style: none!important;}
.ul-datos-contacto i { margin-right: 5px; margin-left: 30px; vertical-align: middle; margin-top: -3px;}
.fa-map-marker-alt {margin-left:0px!important;}

.datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 50px}

.datos-articulo .datos {min-width: 24%; box-shadow: 0px 0px 5px 3px var(--color-verdoso); padding: 10px 5px; display: grid!important; max-width: 400px; margin: 0px 0px 45px 18%;}

.datos-articulo .enlace-separado .fa-whatsapp {display: grid}
.datos-articulo .ul-datos-contacto {padding-left: 0rem!important;}
.datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 0px}
.datos-articulo .ul-datos-contacto {width: 100%;}
.datos-toolbar .ul-datos-contacto {display: inline-flex; margin-bottom: -1rem; padding-left: 0px!important;}

.datos-toolbar .enlace-separado, .datos-footer .enlace-separado, .datos-articulo .enlace-separado {display: none;}

@media only screen and (max-width: 1000px) {
    .datos-articulo .ul-datos-contacto {display: block;}
    .datos-articulo .ul-datos-contacto .fas, .datos-articulo .ul-datos-contacto .fab, .datos-articulo .ul-datos-contacto .far {margin-left: 0px!important;}
    .datos-articulo .ul-datos-contacto {padding-left: 0px!important;}
}

.datos-toolbar i { font-size: 20px;}

.datos-footer .fas, .datos-footer .fab, .datos-footer .far, .datos-footer .fa-brands,
.datos-responsive .fas, .datos-responsive .fab, .datos-responsive .far {font-size: 22px;}
/*.datos-footer .fa-brands {margin-left: -4px;}*/

/*.datos-toolbar .fas, .datos-toolbar .far, .datos-toolbar .fab {color: #ffffff;}*/
.ul-datos-contacto a {text-decoration: none!important;}

.datos-articulo .datos-contacto {text-align: center;}
.datos-articulo .redes, .datos-articulo .horario-restaurante, .datos-articulo .horari-restaurant {display: none!important;}

.datos-footer .ul-datos-contacto, .datos-responsive .ul-datos-contacto {text-align: left!important;}
.datos-footer .ul-datos-contacto .datos, .datos-responsive .ul-datos-contacto {display: block!important;}
.datos-footer .ul-datos-contacto .redes, .datos-responsive .ul-datos-contacto .redes {display: inline-flex;}
.datos-footer .datos .fas, .datos-footer .datos .fab, .datos-footer .datos .far, .datos-footer .ul-datos-contacto .fa-facebook-f,
.datos-responsive .datos .fas, .datos-responsive .datos .fab, .datos-responsive .datos .far, .datos-responsive .ul-datos-contacto .fa-facebook-f {margin-left: 0px!important;}
.datos-footer .ul-datos-contacto {padding-left: 0px!important;}
.datos-responsive .ul-datos-contacto {padding-left: 18px!important;}
.datos-footer .fa-twitter, .datos-footer .fa-linkedin-in, .datos-footer .fa-youtube, .datos-footer .fa-x-twitter,
.datos-responsive .fa-instagram, .datos-responsive .fa-twitter, .datos-responsive .fa-linkedin-in, .datos-responsive .fa-youtube {margin-left: 16px!important;}

.datos-footer .fa-instagram  {margin-left: 0px!important;}

.datos-articulo .separador-cp, .datos-footer .separador-cp {display: none;}
.datos-articulo .direccion-cp, .datos-footer .direccion-cp {display: block;}

/*.datos-articulo .datos.whatsapp .fa-whatsapp {margin-bottom: 19px;}*/ /* Para enlace separado */

.datos-articulo li {position: relative;}
.datos-articulo li i {position: absolute; top: -4px; left: -20px; font-size: 40px; background: #fff !important; padding: 15px 53px 15px 15px; border-radius: 100%;
  box-shadow: 0px 0px 5px 5px #cccc; width: 55px; color: var(--color-ocre)!important; }
.datos-articulo li .fa-map-marker-alt {top: 13px!important; padding: 15px 50px 15px 20px!important;}

.datos-articulo li:hover i {color: var(--color-verdoso)!important; }

/*.datos-articulo li.datos:not(.adress) {padding-top: 35px;}*/

.datos-articulo a {font-size: 18px; transition: 300ms; color: #343434!important; }
.datos-articulo a:hover {font-weight: 500; transition: 400ms;}


.footer-section, .footer-section a, .footer-section .menu-module {color: #343434!important;}
.footer-section a:hover {color: #727272!important; }


.footer-section .menu-module a {text-decoration: none!important;}

.mapa-contacto {margin-bottom: -10px!important;}

/* formulario */
.titulo-form {margin-top: 30px;}
.form-control {border: 1px solid #cccccccc!important;}
.form-check-input {border:1px solid #ccc !important;}

/* FOOTER Kit Digital*/
.logos-kitdigital {background: #fff; margin-top: 20px; text-align: center; padding: 10px; margin-bottom: -24px; box-shadow: 0px -1px 7px 1px #ccc;}

.logos-kitdigital img {width: 650px; max-width: 90%}

.footer-section .container-fluid {max-width: 1400px; margin: 0 auto; padding: 0 30px;}
.footer-section .footer1 {font-size: 12px;}

@media only screen and (min-width: 1200px) {
	.footer-section .footer1 { max-width: 400px;}
	.footer1 .separador {display: none;}
}


.horario-restaurante {margin-top: 20px; margin-bottom: -50px; }

/* ICONOS-----*/
.redes-sociales .fab, .redes-sociales-mv .fab {font-size:22px; color:#ffffff; margin-right: 15px;}
/*.redes-sociales .fab:hover, .redes-sociales-mv .fab:hover {color:#000000;}*/
.redes-sociales-mv {margin-left: 0px; line-height: 40px; margin-top:10px;}

.toolbar div {padding: 0px; text-align: center; color: #343434; margin-bottom: 0rem!important;}
.toolbar a {color: #343434!important;}
.toolbar a:hover {color: #000!important; }

/*.datos-toolbar .fab:hover, .datos-contacto .fab:hover {color:#cccccc;}*/
/*.datos-toolbar .enlace-whatsapp:hover, .datos-contacto .enlace-whatsapp:hover, .datos-toolbar-mv .enlace-whatsapp:hover {color:#00E676!important;}*/

.datos-toolbar-mv .fas, .datos-toolbar-mv .fab, .datos-toolbar-mv .far {font-size:20px; color:#ffffff; margin-right: 5px; margin-left: 0px;vertical-align: middle;margin-top: -3px;}
/*.datos-toolbar-mv .fab:hover, .datos-contacto .fab:hover {color:#cccccc;}*/
.datos-toolbar-mv {line-height: 37px;}

/*.datos-contacto .fas, .datos-contacto .fab, .datos-contacto .far {font-size:20px; color:#434343; margin-right: 5px; vertical-align: middle;margin-top: -3px;}*/
.datos-contacto {line-height: 37px;}
.datos-footer .datos-contacto {line-height: 32px;}

.telefono::before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}

/* FIN  ICONOS-----*/

.siguenos-redes { margin-left: 15px; font-family: "Caveat", cursive; font-size: 23px; font-weight: 700;}

@media only screen and (max-width: 991px) {
	.datos-footer .ul-datos-contacto .redes.insta .siguenos-redes {display: block;}
	.horario-restaurante {margin-top: 20px; margin-bottom: -20px!important; }
}

/* Whatapp y presupuesto */ 
.presupuesto-whatsapp {position: fixed; bottom: 0px; left: 11px; z-index: 99; max-width: 120px; text-align: center;}
.mail-presupesto .fa-address-card {font-size: 40px; color: #001030; background: #fff; padding: 1px 4px;}
.mail-presupesto .fa-address-card:hover {color:#f72020;}
.whatsapp img:hover {-webkit-transform: scale(0.9); transform: scale(0.9)}

/* ---- COLUMNAS y diseño elementos*/
.columnas {margin-top: 20px; /*max-width: 900px;*/ margin-left:auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom: 20px;}
.columna1 {width: 50%; padding-right: 0px; float:left;}
.columna2 {width: 50%; padding-left: 0px; float: left;}

@media only screen and (max-width: 700px) {

.columna1 {width: 100%!important; padding-right: 0px;}
.columna2 {width: 100%; padding-left: 0px; float: none;}
}

/* COLUMNA de 3 */
.columnas3  {margin-top: 20px; max-width: 1400px;margin-left: auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom:125px;}
.columnas3-1 {width: 33%; padding-right: 20px; float:left; border-right: 1px solid #b3b3b380;}
.columnas3-2 {width: 33%; padding-left: 20px; padding-right:20px; float: left;}
.columnas3-3 {width: 33%; padding-left: 20px; float:left; border-left: 1px solid #b3b3b380;}

@media only screen and (max-width: 700px) {
.columnas3-1, .columnas3-2, .columnas3-3 {width: 100%!important; padding-right: 0px; padding-left: 0px; border-left: none!important; border-right: none!important;}
}

/* --- Listado en 2 columnas --*/
.uk-column-1-2 {-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;}

@media only screen and (max-width: 500px) {
.uk-column-1-2 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.uk-column-1-3 {-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;}

@media only screen and (max-width: 500px) {
.uk-column-1-3 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.uk-column-1-4 {
max-width: 1075px;
text-align: center;
margin: 0 auto;
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;}

@media only screen and (max-width: 1000px) {
.uk-column-1-4 {-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;}
}
@media only screen and (max-width: 550px) {
.uk-column-1-4 {-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;}
}

.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}

.lista-iconos {list-style: none;}
.lista-iconos li::before {
    content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}

.lista-ok {list-style: none;}
.lista-ok li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #9FC63E;
    font-size: 22px;
    padding-right: 14px;
    /*position: absolute;
    top: 0px;
    left: 0;*/
}
/* ---FIN COLUMNAS ---------*/

/* TABLA RESPONSIVE --------*/
.tabla-responsive {max-width: 1100px; margin-left: auto; margin-right: auto;}
.tabla-responsive table, .tabla-responsive tr, .tabla-responsive td, .tabla-responsive th {border:1px solid #cccccc80!important;}
.tabla-responsive td {padding: 0px 5px;}
.separador {line-height: 5px;}

@media only screen and (min-width: 1025px) and (max-width: 1920px) {
	.tabla-responsive th:first-child {width: 250px;}
	.tabla-responsive td:nth-child(3n), .tabla-responsive td:nth-child(4n) {text-align: right; width: 150px;}
}

@media only screen and (max-width: 1024px) {
	.separador td:nth-child(2n), .separador td:nth-child(3n), .separador td:nth-child(4n) {display: none;}
	
	/* Force table to not be like tables anymore */
	.tabla-responsive table, .tabla-responsive thead, .tabla-responsive tbody, .tabla-responsive th, .tabla-responsive td, .tabla-responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.tabla-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tabla-responsive tr { border: 1px solid #eee; }
	
	.tabla-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #dddddd66; 
		position: relative;
		padding-left: 40%; 
	}
	
	.tabla-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		/*top: 6px;*/
		left: 6px;
		width: 45%; /*???*/
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/* 	Label the data 	*/
	.tabla-responsive td:nth-of-type(1):before { content: "Producto"; }
	.tabla-responsive td:nth-of-type(2):before { content: "Descripción"; }
	.tabla-responsive td:nth-of-type(3):before { content: "Precio"; }
	.tabla-responsive td:nth-of-type(4):before { content: "PVP"; }
	
	.tabla-responsive thead {display: none}
	.tabla-responsive .separador td:before {content: none}
}

.tabla-responsive tr:nth-child(2n) {background: #f0f0f0;}
.tabla-responsive thead {background: #cccccc; font-size: 17px; font-weight: 600; border:1px solid #ccc;}
/* FIN - TABLA RESPONSIVE --------*/

.rsform-block-enviar .rsform-submit-button {color: #343434!important;}

.astroid-footer-section {background-image: url(../../../images/f-footer-restaurante-2.webp); background-size: cover; background-position: center; border-top: 3px solid var(--color-verdoso); box-shadow: 0px 1px 7px 1px #ccc;}

@media only screen and (min-width: 1024px) {
	.astroid-footer-section {background-image: url(../../../images/f-footer-restaurante.webp)!important; background-size: initial; background-position: center; }
}


/*.footer-section .module-title {color: var(--color-verdoso); }*/
.footer-section .datos-footer .astroid-row {padding: 0px 0 10px!important;}
.texto-empresa-prefooter .mod-custom {margin-right: 15px!important;  }
.texto-empresa-prefooter p {max-width: 65%; float: left;}
.texto-empresa-prefooter .logo-footer {max-width: 35%; text-align: center; display: flex;}
.logo-footer img {filter: drop-shadow(0 0px 8px rgba(255, 255, 255, 0.8)); max-width: 170px; margin: 0 auto;}
.footer-section #ar-1528971627712 {padding: 25px 0 5px!important;}



.menu-footer a {text-decoration: none;}

@media only screen and (min-width: 650px) and (max-width: 991px) {
    #ac-381582093674805, #ac-yg1v00hvc {width: 50%; margin-top: 30px; padding-left: 12%;} /* Mapa del sitio y datos contacto footer */
	.datos-footer li {text-align: center!important;}
}

@media only screen and (min-width: 0px) and (max-width: 649px) {
    #ac-381582093674805, #ac-yg1v00hvc {text-align: center; margin-top: 30px;}
    .datos-footer li {text-align: center!important;}
    .datos-footer .ul-datos-contacto .redes {display: block!important;}
    .datos-footer .fa-instagram, .datos-footer .fa-twitter, .datos-footer .fa-linkedin-in, .datos-footer .fa-youtube, .datos-footer .fa-brands {margin-left: 0px !important;}
    
}

/* ICONOS MENUS MOVILES */
.header-mobilemenu-trigger .button {margin-right: 10px!important;}
.astroid-footer {font-size: 12px;}