@charset "utf-8";
/* CSS Document */
/*MW:2025*/

/* COLORES


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: 5px; top: 33px;}
.astroid-header .astroid-logo-mobile {max-width: 77%!important; margin: 5px auto 0 !important; }
.astroid-logo-sticky {display: block!important;}

.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {padding: 5px 0 10px!important;}

.astroid-header-sticky .astroid-logo-sticky {max-width: 70%!important;}
.astroid-header-sticky > div {padding-top: 0px!important; padding-bottom: 0px!important;}
.astroid-header-sticky .nav.astroid-nav {margin-top: 12px!important;}

@media only screen and (max-width: 390px) {
	.logo-wrapper.astroid-logo.astroid-logo-text {margin-left: -10px;}
}

.nav.astroid-nav {margin-top: 20px;}

.astroid-framework .astroid-mobile-menu > .nav-item > .as-menu-item {font-size: 15px!important;}

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

@media only screen and (max-width: 1199px) {
    .astroid-section.toolbar {display: none;}
	.astroid-header-sticky {min-height: 40px;}
	.astroid-header-sticky .header-mobilemenu-trigger .button {margin-top: -25px!important;}
}

/* GENERAL */
.margen-g {padding: 20px 0px 30px;}
.estrecho {max-width: 850px; margin: 0 auto!important;}
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;}

@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 #fff;
  max-width: 0px;
  text-align: center;
  margin: 8px auto 0;
  display: block;
}

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

h1, h2 {text-align: center;}

.titulos-articulos h2 {margin-top: 10px; transition: 400ms;}
.titulos-articulos h2::before {
    content: "";
  border-bottom: 3px solid #000000;
  max-width: 100px;
  text-align: center;
  margin: 0px auto 5px;
  display: block;}
.titulos-articulos:hover h2::before { max-width: 500px; transition: 300ms;}

.titulos-articulos {margin-bottom: 30px;}

.texto-restaurante {float: left; width: 65%; padding-right: 50px; text-align: justify;}
.fotos-restaurante {float: left; width: 35%; overflow: inherit!important;}
#uk-slideshow-1 {border: 2px solid #ffffff; box-shadow: 0px 0px 8px 3px #cccccc;}

@media only screen and (max-width: 767px) {
	.texto-restaurante {float: none; width: 100%; padding-right: 0px!important;}
	.fotos-restaurante {float: none; width: 100%; margin-bottom: 50px;}
	.astroid-header .header-mobilemenu-trigger {top: 7px!important;}
	.astroid-header-sticky .astroid-logo-mobile {display: none;}
	.astroid-header-sticky .header-mobilemenu-trigger .button {margin-top: -2px!important;}
}


.espacio-boton-contacto {text-align: center; transition: 0.8s;}
.boton-contacto a {text-decoration: none; color: #000!important; padding: 10px 35px; line-height: 50px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; transition: 0.8s;}
.boton-contacto:hover a {color: #fff!important; transition: 0.8s;}

/*** ESTILOS BOTÓN GROW ELLIPSE ***/
.boton-contacto {
  background: #fff; /* color de fondo */
  color: #000000; /* color de fuente */
  border: 2px solid #000000; /* tamaño y color de borde */
  border-radius: 35px; /* redondear bordes */
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.boton-contacto:hover {
  color: #fff!important;/* color de fuente hover */
}
.boton-contacto::after {
  content: "";
  background: #000000; /* color de fondo hover */
  position: absolute;
  z-index: -1;
  /*padding: 16px 20px;*/
  display: block;
  border-radius: 50%;
  left: -50%;
  right: -50%;
  top: -150%;
  bottom: -150%;
  transform: scale(0, 0);
  transition: all 0.8s ease;
}
.boton-contacto:hover::after {
  transition: all 0.9s ease-out;
  transform: scale(1, 1);
}

/* GALERIAS */
.img-cabecera {border-bottom: 2px solid #ffffff; box-shadow: 0px 2px 8px 3px #cccccc;}

.info-galerias {max-width: 680px; margin: 40px auto -30px; text-align: center;}
.galerias-restaurantes h3 {margin: 100px auto 20px; text-align: center; position: relative; text-transform: uppercase!important; font-size: 140%; }


@media only screen and (min-width: 540px) {
	.galerias-restaurantes h3 {margin: 100px auto 20px; text-align: center; position: relative; display: block ruby!important; text-transform: uppercase!important; font-size: 170%; }
.galerias-restaurantes h3::before {content: ""; width: 100px; background: #000; height: 2px; display: block; position: relative; right: 15px; top: -5px; transition: 400ms;}
.galerias-restaurantes h3::after {content: ""; width: 100px; background: #000; height: 2px; display: block; position: relative; left: 15px; top: -5px; transition: 400ms;}

.galerias-restaurantes .bloque-titulo-galeria:hover h3::before {width: 50px; transition: 400ms;}
.galerias-restaurantes .bloque-titulo-galeria:hover h3::after {width: 50px; transition: 400ms;}
}

/* CONTACTO */
.contacto-restaurantes-sant-adria h1 {border-bottom: 2px solid #000; max-width: 895px; margin: 0 auto;}
.info-contacto-restaurantes {max-width: 900px; margin: 0 auto 40px; text-align: center;}

.logos-contacto {max-width: 300px; text-align: center; margin: 0 auto 15px; padding-bottom: 5px; border-bottom: 2px solid #222;}

.datos-contacto-articulo {}
.datos-articulo.rest-bogatell {width: 50%; float: left;}
.datos-articulo.rest-ramon-v {width: 50%; float: left;}

.datos-articulo.rest-bogatell .ramon-v, .datos-articulo.rest-bogatell .general-restaurantes {display: none;}
.datos-articulo.rest-ramon-v .bogatell, .datos-articulo.rest-ramon-v .general-restaurantes {display: none;}
.datos-articulo.rest-los-olmos .ramon-v, .datos-articulo.rest-los-olmos .bogatell {display: none;}

.datos-articulo .general-restaurantes i {font-size: 30px!important;}

.datos-articulo h2 {text-align: center; text-transform: uppercase; font-weight: 500!important; border-bottom: 1px solid #000; max-width: 400px; margin: 0 auto;}

.datos-articulo.rest-bogatell, .datos-articulo.rest-ramon-v {margin-bottom: -20px;}

.datos-articulo .redes {display: contents; }
.datos-articulo .redes.insta i {margin-left: 15px; font-size: 24px;}

.datos-articulo.rest-los-olmos {max-width: 555px; margin: 30px auto 60px;}
.datos-articulo.rest-los-olmos li {width: 48%; float: left; }
.datos-articulo.rest-los-olmos li.mail {text-align: right;}
.datos-articulo.rest-los-olmos li.whatsapp {text-align: right;}
.datos-articulo.rest-los-olmos .whatsapp .enlace-junto {display: block!important;}
.datos-articulo.rest-los-olmos .whatsapp .enlace-separado {display: none!important;}

@media only screen and (max-width: 850px) {
	.datos-articulo.rest-bogatell, .datos-articulo.rest-ramon-v {width: 100%; float: none;}
	.datos-articulo.rest-bogatell {margin-bottom: 40px!important;}
}




/* 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: 40px;}

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

.scroll_down {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 30px;
  background-color: #000000;
  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: #fff;
  width: 6px;
  height: 6px;
  margin-left: -6px;
  /*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: 0;
  }
  100% {
    opacity: 0;
  }
}
/* --- FIN ANCLA INICIO */

div.mod-languages ul li.lang-active {background-color: transparent!important;}
.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;}


/* 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 { 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%; -webkit-box-shadow: 0px 0px 5px 3px #ccc; box-shadow: 0px 0px 5px 3px #ccc; padding: 20px 10px; margin: 0 5px 15px; display: grid !important;*/}
.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;}

.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-toolbar i {color: #000; font-size: 20px;}
.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-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-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-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: 2px;}

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

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

/* formulario */
.titulo-form {margin-top: 30px; text-align: center;}
#userForm {max-width: 900px; margin: 0 auto;}
.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: #000; margin-bottom: 0rem!important;}
.toolbar a {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;}


.datos-toolbar .ul-datos-contacto {padding-left: 0px!important;}
.datos-toolbar .redes, .datos-toolbar .mail {display: none;}
.datos-toolbar .adress.ramon-v {margin-left: 65px;}
.datos-toolbar .fa-phone {margin-left: 20px!important;}
.datos-toolbar .fa-whatsapp {margin-left: 65px!important;}

.redes.trip img {width: 25px; margin-top: -1px; margin-left: 15px;}
.redes:hover {transform: scale(1.1); transition: 400ms;}

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

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


.bloque-prefooter {max-width: 960px; margin: 0 auto;}

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

.logo-footer {text-align: center; max-width: 350px; margin-bottom: 30px;}


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


@media only screen and (min-width: 700px) and (max-width: 991px) {
	#ac-851582093674805 {width: 50%;} /* Footer OLMOS 2 */
    #ac-381582093674805, #ac-yg1v00hvc {width: 50%; /*margin-top: 30px; padding-left: 12%;*/} /* Footer OLMOS 3 */
}

@media only screen and (min-width: 0px) and (max-width: 699px) {
    #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;}
	.datos-footer .redes.trip img {margin-left: -5px!important;}
	.datos-footer.olmos2 p {text-align: center;}
	.datos-footer .logo-footer {margin: 0 auto 20px!important;}
	.datos-articulo.rest-los-olmos li {width: 100%; float: none; text-align: center!important;}	
}

.datos-footer.olmos2 .ramon-v {display: none!important;}
.datos-footer.olmos3 .bogatell {display: none!important;}

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