@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=Amatic+SC:wght@400;700&family=Caveat:wght@400..700&display=swap');
/* CSS Document */
/*MW:2025*/

/* COLORES
Granate:
#98272d

Rojo:
#d70017

Amarillo:
#febe1f

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

/* BOTON MENU MOVILES */
/*.astroid-header .header-mobilemenu-trigger {position: absolute; right: 10px; top: 12px;}*/
.astroid-header .astroid-logo-mobile {max-width: 90%!important; margin: -3px auto 0 !important; padding-right: 10px; width: 255px;}
.astroid-logo-sticky {display: block; max-width: 159px!important; max-height: 90px!important; margin-bottom: -24px;}

.astroid-horizontal-header .astroid-logo-image {margin-top: -15px; margin-bottom: -65px; filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5)); margin-right: 40px;}
.astroid-header-sticky .astroid-logo-image {margin-top: -18px; margin-bottom: -18px;}

.astroid-horizontal-header .nav.astroid-nav {margin-top: 5px; margin-bottom: -10px;}
.astroid-header-sticky .nav.astroid-nav {margin-top: 0px; margin-bottom: -9px;}

.nav.astroid-nav .nav-link.active {border-bottom: 1px solid #ffffff1a;}
.nav.astroid-nav .nav-link-item-id-101.nav-link.active {border-bottom: 1px solid #ffffff1a; margin-bottom: 7px;}

@media (min-width: 1400px) {
  .astroid-header-section .container {max-width: 1375px!important;}
}
	
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.container {max-width: 100%!important;}
}
	
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.astroid-horizontal-header .nav.astroid-nav .as-menu-item.nav-link {padding: 10px 8px!important;}
	.astroid-horizontal-header .container {max-width: 1190px!important;}
	.astroid-horizontal-header .header-left-section {max-width: 255px; margin-left: -45px;}
	.astroid-horizontal-header .logo-wrapper.astroid-logo {}
}

@media only screen and (min-width: 1270px) and (max-width: 1280px) {
	.astroid-horizontal-header .container {max-width: 1260px!important;}
}

@media only screen and (min-width: 1200px) and (max-width: 1235px) {
	.astroid-section.toolbar {display: none;}
}

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

@media only screen and (max-width: 1199px) {
    .astroid-section.toolbar {display: none;}
	.astroid-offcanvas-inner .astroid-nav-wraper.d-none, .astroid-offcanvas-inner .nav.astroid-nav.d-none {display: block!important; }
	.astroid-offcanvas-inner .astroid-nav .nav-link.active, .astroid-offcanvas-inner .astroid-nav .nav-link {color: #000!important;}
	.astroid-horizontal-header .nav.astroid-nav {display: none!important;}
}

.astroid-offcanvas .astroid-mobile-menu a {color: #000!important;}
.astroid-offcanvas .astroid-sidebar-menu li .nav-item-inner > .as-menu-item.active, .astroid-offcanvas .astroid-sidebar-menu li .nav-item-inner > .as-menu-item {/*color: #000!important;*/ font-weight: 600; background: #98272d; border-radius: 25px; margin-bottom: 5px;}
.astroid-offcanvas .astroid-sidebar-menu li .nav-item-submenu .nav-item-inner > a.as-menu-item {color: #fff!important;}
.astroid-offcanvas .nav-child.navbar-subnav {margin-left: 5px!important;}

.astroid-offcanvas .datos-footer.mw li {margin-bottom: 10px!important;}
.astroid-offcanvas .datos-footer.mw .datos.online {display: none!important;}
.astroid-offcanvas .datos-footer .ul-datos-contacto .fa-instagram {margin-left: 0px !important;}

.astroid-section.toolbar {z-index: 999;}

/*@media only screen and (min-width: 1240px) and (max-width: 1399px) {
	.astroid-header-section .container {max-width: 1270px!important;}
}*/

@media only screen and (min-width: 400px) and (max-width: 767px) {
	.astroid-horizontal-header {min-height: 55px;}
}

@media only screen and (max-width: 399px) {
	.astroid-horizontal-header {min-height: 60px;}
}

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

.astroid-component-section {background: url(../../../images/fondo-comida-preparada.webp); background-repeat: no-repeat; background-size: contain; background-position: center center;}
.astroid-footer-section {background: url(../../../images/fondo-footer.webp); background-repeat: no-repeat; background-size: cover; background-position: center center;}

/* GENERAL */
.margen-g {padding: 20px 0px 30px;}
.estrecho {max-width: 900px; margin: 0 auto;}
a {text-decoration: none;}
strong {font-weight: 500;}

.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;
z-index: 9;}

@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;}  
}

/*.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;}*/

.nav-submenu-container .nav-submenu {box-shadow: 0px 0px 3px 3px #cccccc80;}
.megamenu-container {border-top: 4px solid #98272d!important; margin-top: -12px;}

.nav-submenu-container li {transform: 300ms;}
.nav-submenu-container li:hover {border-left: 3px solid #98272d; transition: 300ms;}

/* INICIO */
/* SLIDE INICIO */
.titulo-slide {}
.info-slide p {text-shadow: 0px 0px 5px #000!important;}

@media only screen and (max-width: 450px) {
	.titulo-slide div {font-size: 24px!important;}
	.info-slide p {font-size: 20px!important;}
	
	.botones-carta-pedido .boton-carta, .botones-carta-pedido .boton-pedido {width: 100%; float: none; text-align: center; margin-bottom: 15px;}
	
	.texto-empresa-prefooter .module-title {text-align: center;}
	.texto-empresa-prefooter .logo-footer {float: none!important; margin: 5px auto 55px!important;}
}

@media only screen and (max-width: 767px) {
	.astroid-header-sticky .astroid-logo-sticky {display: none!important;}
	.astroid-header-sticky {min-height: 50px;}
	.astroid-header-sticky .astroid-logo-mobile {max-width: 85% !important;}
	
	.categorias-platos-preparados {width: 95%;}
}

.enlace-tienda-comida a, .enlace-platos-comida a, .enlace-comida-preparada a { transition: 400ms!important; padding: 8px 15px 8px 15px!important; }
.enlace-tienda-comida a:hover, .enlace-platos-comida a:hover, .enlace-comida-preparada a:hover {padding: 8px 45px 8px 15px!important; transition: 400ms!important; }

.enlace-tienda-comida a::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
	transition: 300ms;
}
.enlace-tienda-comida a:hover::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
	transition-delay: 300ms;
	transition-duration: .4s;
	display: inline-flex;
}


.enlace-platos-comida a::after {
    content: "\f022";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
	transition: 300ms;
}
.enlace-platos-comida a:hover::after {
    content: "\f022";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
	transition-delay: 300ms;
	transition-duration: .4s;
	display: inline-flex;
}


.enlace-comida-preparada a::after {
    content: "\f05a";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
	transition: 300ms;
}
.enlace-comida-preparada a:hover::after {
    content: "\f05a";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
	transition-delay: 300ms;
	transition-duration: .4s;
	display: inline-flex;
}



h1, h2 {text-align: center;}

/*.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;}*/

.titulos-articulos h2 {padding:  5px 15px; transition: 400ms; margin: 0 auto; display: table}
.titulos-articulos:hover h2 {background: #98272d; color: #fff!important; transition: 400ms;}

.contenido-articulos {padding-top: 30px;}

/*.home .titulos-articulos h2 {max-width: 550px;}
.home.cat .titulos-articulos h2 {max-width: 585px;}
.historia-asador .titulos-articulos h2 {max-width: 490px;}
.contacto-asador .titulos-articulos h2 {max-width: 535px;}
.platos-preparados .titulos-articulos h2 {max-width: 455px;}
.platos-preparados-encargo .titulos-articulos h2 {max-width: 695px;}*/


.botones-carta-pedido {max-width: 500px; margin: 35px auto 0; z-index: 9999999999999; position: relative;}
.boton-carta, .boton-pedido {float: left; width: 50%; }
.boton-pedir-online {text-align: center; padding-top: 40px;}
.boton-pedir-online .boton-pedido {float: none!important; width: 100%!important;}

.botones-carta-pedido a, .boton-pedir-online a { transition: 400ms!important; padding: 8px 15px 10px 15px!important; background: #98272d; color: #fff; display: inline-block; border-radius: 30px;}
.botones-carta-pedido a:hover, .boton-pedir-online a:hover {padding: 8px 50px 10px 15px!important; transition: 400ms!important; }

.boton-carta a::after {
    content: "\f022";
    font-family: FontAwesome;
    color: #fff;
    font-size: 0px;
    position: absolute;
    margin-left: 12px;
    margin-top: 0px;
}

.boton-carta a:hover::after {
    content: "\f022";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin-left: 12px;
    margin-top: 1px;
	transition-delay: .2s;
	transition-duration: .3s
}

.boton-pedido a::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 0px;
    position: absolute;
    margin-left: 12px;
    margin-top: 0px;
}

.boton-pedido a:hover::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 22px;
    position: absolute;
    margin-left: 12px;
    margin-top: 1px;
	transition-delay: .2s;
	transition-duration: .3s
}

.categorias-platos-preparados {max-width: 1500px; margin: 0px auto 0; padding: 70px 10px 0 15px; z-index: 1; position: relative; }
.categorias-platos-preparados .uk-scope .uk-margin-remove-top {font-size: 25px!important; z-index: 999; position: relative; color: #fff; text-transform: uppercase; font-weight: 700; margin-bottom: 45%!important; transition: 400ms;}
.categorias-platos-preparados .uk-link-reset {text-shadow: 0px 0px 5px #000;}
.categorias-platos-preparados .uk-text-center.uk-margin {margin-bottom: -55%!important;}
.categorias-platos-preparados .uk-panel:hover .uk-text-center.uk-margin {margin-bottom: -65%!important;}
.categorias-platos-preparados .uk-panel:hover .uk-h3 {transform: scale(0.8); transition: 400ms; color: #98272d;}
.categorias-platos-preparados .uk-panel:hover img {filter: brightness(0.5);}
.categorias-platos-preparados .uk-border-circle {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc;}

/*.categorias-platos-preparados .uk-panel {margin-bottom: 100%;}*/

.categorias-platos-preparados .uk-panel .uk-margin > p {margin-top: -130px; z-index: 999; position: relative; font-size: 16px; transform: scale(0.0); transition: 300ms; color: #fff; padding: 0 15px; min-height: 110px; font-weight: 600;}
.categorias-platos-preparados .uk-panel:hover .uk-margin > p {transform: scale(1.0); transition: 500ms;}

/* HISTORIA */
.img-cabecera {margin-bottom: -35px;}

.intro-historia {text-align: center; /*max-width: 850px; margin: 0px auto 30px!important;*/}

.destacado {font-size: 200%; text-align: center; font-family: "Caveat", cursive; border-left: 2px solid #98272d; display: table; margin: 30px auto 40px; padding-left: 10px; line-height: 40px;}

.info-historia-asador {width: 60%; float: left; padding-right: 60px; text-align: justify;}
.fotos-historia-asador {width: 40%; float: left; /*transform: perspective( 600px ) rotateY( -5deg )!important; transition-delay: 2500ms!important;*/}
.fotos-historia-asador .uk-slideshow-items {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc;}

@media only screen and (max-width: 767px) {
	.info-historia-asador {width: 100%; float: none; padding-right: 0px;}
	.fotos-historia-asador {width: 100%; float: none;}
}


/* PLATOS PREPARADOS */
.intro-platos-para-llevar {text-align: center;}

.platos {/*max-width: 1000px;*/ margin: 0 auto;}
.columnas-platos {/*max-width: 1050px;*/ margin: 30px auto 0;}
/*.columnas-platos.por-encargo {max-width: 1400px;}*/

.columna-platos-drc {width: 50%; float: right; position: relative;}
.columna-foto-iz {width: 50%; /*max-width: 500px;*/ float: left; padding: 0 4px; }

.columna-platos-iz {width: 50%; padding-right: 30px; float: left; position: relative;}
.columna-foto-drc {width: 50%; /*max-width: 500px;*/ float: left; padding: 0 4px; }


.columna-platos-drc .contenido-platos {padding-left: 30px;}
.columna-platos-izq .contenido-platos {padding-right: 30px;}
.columnas-platos .uk-scope .uk-overlay {padding: 0px 0px!important;}
.columnas-platos .uk-overlay h3 {margin: 0 0 0px 0px!important; background: #febe1f; display: inline-block; padding: 5px 10px; font-size: 120%; font-weight: 600; color: #98272d!important; top: 10px; position: absolute; border-radius: 0 25px 25px 0; }

.columnas-platos .contenido-platos .titulos-grupos {color: #98272d;}
.columnas-platos .contenido-platos .titulos-grupos::after {
	content: "";
	display: block;
	width: 0px;
	height: 2px;
	background: #febe1f;
	transition: 300ms;
}

.columnas-platos:hover .contenido-platos .titulos-grupos::after {
	content: "";
	display: block;
	width: 150px;
	background: #febe1f;
	transition: 500ms;
}

.columnas-platos .uk-slideshow-items {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc;}
/*.columnas-platos .columna-platos-drc {padding-left: 30px;}
.columnas-platos .columna-platos-iz {padding-right: 30px;}*/
.columnas-platos .contenido-platos ul {padding-left: 0px!important; list-style: none;}
.columnas-platos .contenido-platos ul li::before {
    content: "\f058";
    font-family: FontAwesome;
    color: #98272d;
    font-size: 16px;
	margin-right: 8px;
}

.columnas-platos .contenido-platos ul li:hover::before {color: #98272d80;}

.columnas-platos .titulos-grupos {font-size: 170%}
.columnas-platos .titulos-tipo {font-size: 160%;}
.columnas-platos ul {font-size: 140%;}
.columnas-platos .uk-overlay h3 {font-size: 20px;}

.columnas-platos .uk-scope .uk-icon > * {/*border: 1px solid #ffffffcc;*/ background: #98272dcc; border-radius: 100%; height: 35px; width: 35px;}
.columnas-platos .uk-position-center-left  > * {padding: 7px 4px 4px 4px;}
.columnas-platos .uk-position-center-right  > * {padding: 4px 4px 4px 7px;}

/*.columna-foto-drc:hover {transform: perspective( 600px ) rotateY( -5deg ) !important; transition: 2000ms!important;}
.columna-foto-iz:hover {transform: perspective( 600px ) rotateY( 5deg ) !important; transition: 2000ms!important;}*/

@media only screen and (min-width: 1250px) {
	.contenido-platos {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
	.columna-platos-iz, .columna-platos-drc {height: 470px;}
}

@media only screen and (min-width: 700px) and (max-width: 1250px) {
	.columna-platos-drc, .columna-platos-iz {width: 60%;}
	.columna-foto-drc, .columna-foto-iz {width: 40%;}
	.columnas-platos ul {font-size: 15px!important;}
	.columna-platos-drc .contenido-platos, .columna-platos-iz .contenido-platos {margin-top: 20px;}
}

@media only screen and (max-width: 699px) {
	.columna-platos-drc, .columna-platos-iz, .columna-foto-drc, .columna-foto-iz {width: 100%}
	.columnas-platos ul {font-size: 15px!important;}
	.columna-platos-drc .contenido-platos {padding-left: 5px!important;}
}



/*** ESTILOS BOTÓN GROW BOX ***/
.as-menu-item.nav-link {
  /*background: #fff; /* color de fondo */
  /*color: #98272d; /* color de fuente */
  /*border: 2px solid #4741d7; /* tamaño y color de borde */
  padding: 10px 15px;
  border-radius: 1px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
	margin-right: 10px;
}

.as-menu-item.nav-link:hover {
  color: #98272d!important;/* color de fuente hover */
}
.as-menu-item.nav-link::after {
  content: "";
  background: #fff; /* 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;
	max-height: 47px;
}
.as-menu-item.nav-link:hover::after {
  transition: all 0.3s ease-out;
  transform: scale(1, 1);
}

/* CONTACTO */
.foto-asador-contacto {margin-top: -10px;}



/* 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: #fff;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 12px;
}

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

/* ANCLA INICIO */

.home h1 {padding-top: 25px;}

#comida-preparada {scroll-margin-top: 20px!important;}
#aperitivos, #ensaladas, #entrantes, #carnes, #pescados {scroll-margin-top: 100px!important;}

.div-centrado {max-width: 90px; margin: -15px auto 0; position: relative; z-index: 99;}

.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.2);
  background: rgba(255, 255, 255, 0.15);*/
  position: absolute;
  padding: 2.625rem;
  bottom: 8px;
}

.scroll_down {
  position: absolute;
  top: calc(50% - 25px);
  height: 70px;
  width: 50px;
  background-color: #98272d;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
  z-index: 999;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.scroll_down:hover {background-color: #d70017;}

.scroll_down::before {
  position: absolute;
  top: 0px;
  left: 50%;
  content: url(../../../images/ico-escrondrijo-scroll.webp);
  /*font-family: FontAwesome;*/
  color: #fff;
  width: 6px;
  height: 6px;
  margin-left: -21px;
  /*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;
}

@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: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --- FIN ANCLA INICIO */





/* Idiomas */
/*.header-right-section .header-right-block .header-block-item > div {display: block;}*/

.header-right-section .header-right-block .mod-languages {width: 110px; background: #fff; position: relative; border-radius: 100%; /*margin-right: -40px;*/ height: 60px; padding-top: 25px;
  margin-top: -75px; }
.mod-languages__list.lang-inline {/*position: absolute; left: -58px;*/}
div.mod-languages a {padding: 0px!important;}

/*div.mod-languages li {margin: 0px!important;}*/

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

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

.mod-languages__list li img {transition: 200ms;}
.mod-languages__list li:hover img {transform: scale(1.25); transition: 300ms;}


.lema-header {margin-right: -125px; max-width: 135px; margin-top: 10px; margin-bottom: -45px; }
.lema-header img {transform:rotate(-2deg);}

.astroid-header-sticky .mod-languages {margin-top: -60px!important;}
.astroid-header-sticky .lema-header {display: none!important;}






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

.datos-toolbar .ul-datos-contacto {padding-left: 0px!important;}
.datos-toolbar .fa-facebook-f {}
.datos-toolbar .fa-instagram {margin-left: 20px!important; margin-top: -6px;}


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

.datos-articulo .datos { /*-webkit-box-shadow: 0px 0px 5px 3px #ccc; box-shadow: 0px 0px 5px 3px #ccc;*/ padding: 20px 10px; margin: 0 10px 15px; display: grid !important; border-radius: 20px; /*background: #fff;*/}

.datos-articulo .adress {min-width: 40%;}
.datos-articulo .telf, .datos-articulo .mail {min-width: 30%;}

.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, .datos-articulo .ul-datos-contacto {display: inline-flex; margin-bottom: -1rem;}

.datos-articulo .datos.online {display: none!important;}

.datos-toolbar .enlace-separado, .datos-footer .enlace-separado, .datos-articulo .enlace-junto {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-articulo .datos {padding: 10px 10px!important; margin: 0 10px 10px!important;}
}

.datos-toolbar .fas, .datos-toolbar .fa-facebook-f, .datos-toolbar .far, .datos-toolbar .fa-brands, .datos-toolbar .fa-cart-shopping {color: #98272d; font-size: 20px;}
.datos-toolbar .fa-instagram, .datos-footer .fa-instagram {font-size: 23px;}
.datos-articulo .fas, .datos-articulo .fab, .datos-articulo .far {color: #333!important; font-size: 20px;}
.datos-footer .fas, .datos-footer .fab, .datos-footer .far, .datos-footer .fa-brands, .datos-footer .fa-solid,
.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-contacto {text-align: center;}
.datos-articulo .redes {display: none!important;}

.datos-articulo i {color: #98272d; font-size: 35px!important; background: #fff; padding: 8px 10px; border: 2px solid #98272d; max-width: 58px; max-height: 58px; box-shadow: 0px 0px 2px 1px #ccc; border-radius: 100%; display: block; margin: 0 auto !important;}

.datos-articulo .fa-map-marker-alt {padding: 8px 12px!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!important;}
.datos-footer .datos .fas, .datos-footer .datos .fab, .datos-footer .datos .far, .datos-footer .ul-datos-contacto .fa-facebook-f, .datos-footer .fa-solid,
.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-instagram, .datos-footer .fa-twitter, .datos-footer .fa-linkedin-in, .datos-footer .fa-youtube,
.datos-responsive .fa-instagram, .datos-responsive .fa-twitter, .datos-responsive .fa-linkedin-in, .datos-responsive .fa-youtube {margin-left: 16px!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;}

.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 #cccccc59!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;}

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

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

/* 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: #98272d; margin-bottom: 0rem!important;}
.toolbar a {color: #98272d!important;}

.datos-toolbar .fab:hover {color:#fff;}
/*.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:#98272d; margin-right: 5px; margin-left: 0px;vertical-align: middle;margin-top: -3px;}
/*.datos-toolbar-mv .redes .fas:hover {color:#fff;}*/
/*.datos-footer i:hover {color:#febe1f;}*/

.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;*/
}


/*.datos-contacto .online::before {
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
	margin-left: 20px;
}

.datos-toolbar .online::before {padding-right: 8px!important;}
	
.datos-footer .online::before {margin-left: 0px!important; }
	
.datos-contacto .online:hover a {color: #febe1f!important; }
.datos-contacto .online:hover::before {
    content: "\f218";
	color: #febe1f!important;
}*/

.datos-footer i {width: 25px; }

.horario-asador i {float: left; font-size: 33px; margin-top: 11px; margin-right: 10px;}

/*.horario-asador::before {
    content: "\f017";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    padding-right: 8px;
	margin-left: 20px;
}*/


/* FIN  ICONOS-----*/

/* 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: 40px; float:left;}
.columna2 {width: 50%; padding-left: 40px; float: left;}

@media only screen and (max-width: 450px) {
	.columna1 {width: 100%!important; padding-right: 0px;}
	.columna2 {width: 100%; padding-left: 0px; float: none;}
}

/* COLUMNA de 3 */
.columnas3  {margin-top:20px; max-width: 1180px;margin-left:auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom:125px;}
.columnas3-1 {width: 33%; padding-right: 40px; 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: 40px; 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: #fff!important;}

.texto-empresa-prefooter .mod-custom {margin-right: 15px!important;}
.footer-section #ar-1528971627712 {padding: 25px 0 5px!important;}

.texto-empresa-prefooter {padding-right: 80px;}
.texto-empresa-prefooter .module-title {text-transform: uppercase; font-size: 150%;}

@media only screen and (min-width: 1250px) {
	.ca-ES .texto-empresa-prefooter .texto-footer {margin-right: -10px!important;}
}	

.logo-footer {float: left; margin-right: 40px; max-width: 185px; margin-top: 45px; transition: 400ms;}
.logo-footer:hover {transform: scale(1.05); transition: 800ms;}

.texto-footer {margin-top: -47px;}
.lema-footer {text-align: center; margin-top: 20px; padding-right: 60px; margin-bottom: 5px;}

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

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

@media only screen and (min-width: 0px) and (max-width: 649px) {
    #ac-381582093674805, #ac-yg1v00hvc {text-align: center; margin-top: 30px;}
    .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;}
}

.astroid-footer-section {border-top: 2px solid #fff; box-shadow: 0px -7px 7px 7px #cccccc80;}

.astroid-footer-section a:hover {color: #febe1f;}
.datos-footer li:hover i {font-size: 25px;; transition: 400ms;}

.footer-section .datos-footer .astroid-row {padding: 0px 0 10px!important;}

@media only screen and (max-width: 991px) {
	.texto-empresa-prefooter {padding-right: 0px!important;}
	.datos-footer li {text-align: center!important;}
	.datos-footer .module-title {text-align: center;}
	.datos-footer .ul-datos-contacto .redes {display: block!important;}
	.datos-footer .ul-datos-contacto .fa-instagram {margin-left: -5px !important;}
	.datos-footer .ul-datos-contacto .redes.insta .siguenos-redes {display: block;}
}

@media only screen and (min-width: 1025px) and (max-width: 1920px) {
	
}

/* AVISO Tienda online */
.header.popupjt {z-index: 999999!important; position: relative;}
#popup img {max-width: 90%!important;}

.enlace-tienda {text-align: center!important; margin-top: 25px;}
.boton-tienda {background: #98272d; color: #fff!important; transition: 400ms!important; padding: 10px 15px 10px 15px!important; border-radius: 30px; text-decoration: none;}
.boton-tienda:hover {padding: 10px 50px 10px 15px!important; transition: 400ms!important; }

.boton-tienda::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 0px;
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}

.boton-tienda:hover::after {
    content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: 0px;
	transition-delay: .2s;
	transition-duration: .3s
}

#astroid-backtotop:hover {transform: scale(0.9); transition: 400ms;}

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