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

/* COLORES
Dorado:
#9f9160

Negro:
#000000
*/

:root {
  --color-principal-dorado: #9f9160;
}

/*  color: var(--color-principal-dorado);  */


/* 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: 8px;}
.astroid-header .astroid-logo-mobile {min-width: 150px; margin: 0 auto!important;}
.astroid-logo-sticky {display: block!important;}

/*@media (max-width: 575px) {
  .astroid-component-area { max-width: 90%!important; margin: 0 auto;}
}*/

@media only screen and (max-width: 550px) {
	.logo-wrapper.astroid-logo {margin-top: 5px!important;}
}


.astroid-nav-wraper {max-width: 730px; margin: 15px auto -12px;}
:lang(ca) .astroid-nav-wraper {max-width: 680px!important;}
:lang(en) .astroid-nav-wraper {max-width: 730px!important;}


/* :lang(ca) .astroid-nav-wraper {max-width: 715px;} */
.nav.astroid-nav a {padding: 7px 4px !important; margin-right: 10px !important;}

/*.astroid-stacked-header .header-stacked-section.d-flex.justify-content-between {margin-right: 45px !important;}*/

.astroid-header-section .astroid-header-sticky > div {padding-top: 3px!important; padding-bottom: 3px!important;}

.astroid-header-section .astroid-header-sticky .astroid-logo-mobile {display: none;}
.astroid-header-section .astroid-header-sticky .astroid-logo-sticky {margin-left: 50px;}

@media only screen and (min-width: 1200px) {
	.astroid-header-sticky .header-center-section {margin-left: -200px;}
	.astroid-header-sticky .nav.astroid-nav {margin-bottom: -12px;}
	.astroid-header-sticky .logo-wrapper.astroid-logo {margin-top: -7px;}
}

@media only screen and (max-width: 1199px) {
    .astroid-section.toolbar {display: none;}
	.w-100.d-flex.d-xl-none.justify-content-start {z-index: 999;}
	.astroid-header-sticky .header-mobilemenu-trigger .button {margin-top: -15px;}
	.header-stacked-section .justify-content-end {z-index: 1; width: 90px !important;}
	.header-stacked-section .justify-content-end {margin-bottom: 64px!important;}
	
}

@media only screen and (max-width: 500px) {
	.astroid-header-sticky {display: none!important;}
}

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

.astroid-header-section {min-height: 43px;}


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

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

/* GENERAL */
.margen-g {padding: 20px 0px 30px;}
.estrecho {max-width: 850px; margin: 30px auto!important;}
strong {font-weight: 500!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%;}
	.astroid-header-section .container { max-width: 100%; --bs-gutter-x: 1rem!important;}
	.datos-toolbar.datos-drc {margin-left: 20px;}
}

.astroid-header-center-balance.w-100 {width: 100% !important;}
.astroid-header-center-balance .justify-content-start {}
.astroid-header-center-balance .justify-content-end {}

.astroid-header-section #mod-custom127 {min-width: 250px;}

.astroid-header-section .header-stacked-section .justify-content-start, .astroid-header-section .header-stacked-section .justify-content-end {margin-bottom: -30px; z-index: 9;}

.astroid-header-section .astroid-header-center-balance-menu {margin: 17px auto -13px!important; padding-top: 0px!important; z-index: 9; max-width: 700px;}

.astroid-header-center-balance .justify-content-start .header-block-item {max-width: 250px; z-index: 9;}

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

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

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

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

h1, h2 {text-align: center;}

.titulos-articulos h2::after {
    content: "";
  border-bottom: 3px solid #9f9160;
  max-width: 100px;
  text-align: center;
  margin: 2px auto -5px;
  display: block;
height: 7px;
transition: 300ms;}
.titulos-articulos:hover h2::after { max-width: 300px; transition: 500ms; border-radius: 0 0 15px 15px;}

.titulos-articulos {margin-top: -20px;}
.home .titulos-articulos {margin-top: 0px!important;}

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

.astroid-header-section {background: url(../../../images/fondo-aceite-oliva.webp); background-repeat: no-repeat; background-position: top center; background-size: cover; }
.astroid-footer-section {background: url(../../../images/fondo-footer-aceite-oliva.webp); background-repeat: no-repeat; background-position: top center; background-size: cover; }
.astroid-component-section {background: url(../../../images/fondo-contenido-aceite.webp); background-repeat: no-repeat; background-position: top center; background-size: cover; }

/* INICIO */
/* SLIDE INICIO */

.contenido-articulos.inicio .estrecho h3 {text-align: center; }

.info-foto-aceite img {filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.4));}
.info-foto-aceite .uk-h3 {color: #9f9160!important; font-weight: 700 !important;}



.parallax-aceite-oliva {height: 450px; background: url(../../../images/parallax-aceite-oliva-virgen-extra.webp); background-attachment: fixed; background-size: cover; border-radius: 50% 48%; margin: 50px 25px 80px; transform: rotate(-5deg) !important; padding: 0px 100px;}

.parallax-aceite-oliva .contenido-parallax {align-content: center; height: 450px; transform: rotate(5deg)!important; margin: -20px 0 -20px;}

.parallax-aceite-oliva .contenido-parallax h3 {text-align: center; color: #fff; font-size: 38px; padding: 0 50px; max-width: 650px; margin: 0 auto;}
.parallax-aceite-oliva .frase-destacada {color: #fff;  max-width: 840px; margin: 30px auto 0; text-align: center; font-size: 20px;}

@media only screen and (max-width: 640px) {
	.parallax-aceite-oliva {margin: 50px 0px 80px; padding: 25px 20px;}
	.parallax-aceite-oliva .contenido-parallax h3 {font-size: 30px; padding: 0 0px;}
	
}



.aceites-oliva a {text-decoration: none;}
.aceites-oliva h2 {margin-bottom: 20px; font-size: 1.4rem !important;}
.aceites-oliva img {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc; /*margin: 5px; width: 98%;*/}
.aceites-oliva .columna1:hover img, .aceites-oliva .columna2:hover img {box-shadow: 0px 0px 8px 5px #ccc;}

.aceites-oliva .columna1, .aceites-oliva .columna2, .aceites-oliva h2 {overflow: inherit!important;}

.aceites-oliva .espacio-foto-aceite {/*height: 500px; align-content: center;*/ position: relative; margin-bottom: 40px;}

.aceites-oliva .espacio-foto-aceite .contenido-escondido {opacity: 0.0;}
.aceites-oliva .espacio-foto-aceite h4 {margin-top: -52%; margin-bottom: 35%; text-align: center; font-size: 22px; padding: 5px 20px; color: #fff; z-index: 999; position: relative; transition: 600ms;  opacity: 0;}
.aceites-oliva .columna1:hover h4, .aceites-oliva .columna2:hover h4 {opacity: 1; transition: 1300ms;}

.aceites-oliva img {transition: 600ms;}
.aceites-oliva .columna1:hover img, .aceites-oliva .columna2:hover img {filter: brightness(45%); transition: 1300ms;}

.aceites-oliva .boton-aceites { opacity: 0.0; max-width: 280px; margin: -30% auto 25%; z-index: 9; position: relative; text-align: center; background: var(--color-principal-dorado); padding: 10px 20px; transition: 600ms;}
.aceites-oliva .boton-aceites a {color: #fff; text-align: center; font-size: 18px;  }
.aceites-oliva .columna1:hover .boton-aceites, .aceites-oliva .columna2:hover .boton-aceites {opacity: 1!important; transition: 1000ms; transition-delay: 600ms; }

.segunda-fila {margin-top: 50px;}
/*.producto-centrado {max-width: 550px; margin: 0 auto; }*/

/*.boton-contacto {text-align: center; margin-top: 50px;}
.enlace-contacto {background: #000; color: #fff; padding: 15px 25px; text-decoration: none; font-size: 20px;}*/


/* HISTORIA */
.img-cabecera {/*box-shadow: 0px 0px 3px 3px #cccccc80;*/}

.txt-historia-aceite {width: 50%; padding-right: 40px; float: left;}
.galeria-historia {width: 50%; float: left;}
.galeria-historia img {box-shadow: 0px 0px 6px 3px #ccc; max-width: 96% !important; max-height: 94% !important; margin: 10px;}


.titulo-olivos-emporda {text-align: center; margin-top: 60px; text-transform: uppercase !important; font-weight: 300 !important; letter-spacing: -0.5px; font-size: 25px !important; }

.info-foto-historia-aceite {margin-top: 40px;}
.txt-historia-aceites-oliva {width: 50%; float: left; padding-left: 40px;}
.txt-historia-aceites-oliva h3 {}
.txt-historia-aceites-oliva h2 {margin-top: 35px; max-width: 400px; margin: 0 auto;}

.foto-historia-aceites-oliva {float: left; width: 50%; overflow: initial!important;}
.foto-historia-aceites-oliva img {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc;}

.info-foto-historia-aceite .sello-do-historia {text-align: center; margin: 20px auto}

@media only screen and (max-width: 800px) {
	.txt-historia-aceite {width: 100%; padding-right: 0px; float: none;}
	.galeria-historia {width: 95%!important; float: none; margin: 0 auto;}
	
	.txt-historia-aceites-oliva {width: 100%; float: none; padding-left: 0px;}
	.foto-historia-aceites-oliva {float: none; width: 100%; margin-bottom: 40px;}
}


/* ADN ARGUDELL */

.info-adn-argudell {width: 75%; float: left; padding-right: 40px; min-height: 290px; align-content: center; }
.foto-adn-argudell {width: 25%; float: left;}
.foto-adn-argudell img {border-radius: 100%; border: 3px solid #ffffff; box-shadow: 0px 0px 5px 4px #cccccc80; }

.titulo-objetivos {margin-top: 50px; color: #9f9160!important; }

.objetivos-argudell {margin-top: 40px!important; max-width: 1500px; padding: 20px;  }
.objetivos-argudell div {padding: 0 5px; overflow: inherit!important;}
.objetivos-argudell img {width: 100px; border: 4px solid #9f9160; border-radius: 70% 30%; padding: 5px; transition: 300ms;}
.objetivos-argudell div:hover img {transform: scale(1.2); transition: 400ms;}
.objetivos-argudell h6 {margin-top: 15px;}

@media only screen and (max-width: 1040px) {
	.info-adn-argudell {width: 100%; float: none; padding-right: 0px;}
	.foto-adn-argudell {width: 100%; float: none; max-width: 600px; margin: 0 auto;}
	.foto-adn-argudell img {width: 600px; margin: 0 auto; text-align: center; }
}



/* ACEITES */
.tipos-aceites {padding: 0 15px; max-width: 1600px; margin: 0 auto;}
.tipos-aceites .uk-text-center img {border: 2px solid #fff; box-shadow: 0px 0px 3px 3px #ccc;}

.tipos-aceites .aceite-eceituna-emporda {margin-top: -20px; color: var(--color-principal-dorado)!important; font-weight: 700; text-align: left!important;} /*Título h2 tipo aceituna*/

.tipos-aceites .sello-do {width: 140px; float: right; margin: -10px 0 5px 20px;}



.caracteristicas-aceite .uk-scope ul {margin: 0 0 0px 0!important;}

.caracteristicas-aceite .uk-accordion li a {padding: 5px;}
.caracteristicas-aceite .uk-accordion li:nth-child(2n+1) a {background: #cccccc40!important; } 
.caracteristicas-aceite .uk-accordion li:nth-child(2n) a {background: #9f916040!important; } 

.caracteristicas-aceite .uk-accordion li:hover:nth-child(2n+1) a {background: #cccccc80!important; } 
.caracteristicas-aceite .uk-accordion li:hover:nth-child(2n) a {background: #9f916080!important; } 

.caracteristicas-aceite .uk-scope .uk-accordion > :nth-child(n+2) {margin-top: 0px!important;}
.caracteristicas-aceite .uk-scope .uk-accordion-content {margin-top: 10px!important;}









/* BOTON CONTACTAR */
.espacio-boton-contacto { max-width: 277px; margin: 50px auto 0; border: 1px solid #ccc; border-radius: 5px;}

.boton-contacto {		
	position: relative;	
	padding: 1.4rem 4.2rem;
	padding-right: 3.1rem;
	font-size: 1.4rem;
	color: #000;
	/*letter-spacing: 1.1rem;*/
	text-transform: uppercase;
	-webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	
}

.boton-contacto:before, .boton-contacto:after {
	content: '';
	position: absolute;	
	-webkit-transition: inherit;	
	transition: inherit;
	z-index: -1;
}

.boton-contacto:hover {
	color: #fff;
	-webkit-transition-delay: .5s;
	        transition-delay: .5s;
}
.boton-contacto a {text-decoration: none;}
.boton-contacto:hover a {color: #fff; transition-delay: 500ms!important;}

.boton-contacto:hover:before {
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}

.boton-contacto:hover:after {
	background: #9f9160;
	-webkit-transition-delay: .35s;
	        transition-delay: .35s;
}

/* From Bottom */

.from-bottom:before, 
.from-bottom:after {
	left: 0;
	height: 0;
	width: 100%;
}

.from-bottom:before {
	top: 0;	
	border: 2px solid #9f9160;
	border-top: 0;
	border-bottom: 0;
}

.from-bottom:after {
	bottom: 0;
	height: 0;
}

.from-bottom:hover:before,
.from-bottom:hover:after {
	height: 100%;
}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100vh;
	width: 100%;
}

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

#ancla {scroll-margin-top: 20px!important;}
#aceite-oliva-argudell, #aceite-oliva-arbequina, #aceite-oliva-extra-argudell, #aceite-oliva-albera {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 {
	background: url(../../../images/ico-aceite-oliva-virgen-extra.webp);
	background-size: cover;
  position: absolute;
  top: calc(50% - 47px);
  height: 75px;
  width: 50px;
  /*background-color: var(--color-principal-dorado);
  border: 2px solid white;
  border-radius: 20px;*/
  cursor: pointer;
  outline: none;
  z-index: 999;
}

.scroll_down::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "\f103";
  font-family: FontAwesome;
  color: #000;
  width: 6px;
  height: 6px;
  margin-left: -12px;
  /*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: 28px;
	text-shadow: 0px 0px 4px #fff;
}

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

.astroid-stacked-header .mod-languages {margin-top: -100px; margin-left: -220px;}
.astroid-stacked-header div.mod-languages li {margin: 0px 5px!important;}
.astroid-stacked-header div.mod-languages a {padding: 0rem!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;}*/


/* DATOS DE CONTACTO */

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



.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 #ccc; padding: 10px 5px; display: grid!important; max-width: 300px; margin: 0 auto 34px;}

.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-articulo .ul-datos-contacto {display: inline-flex; margin-bottom: -1rem; padding-left: 0px!important;}
.datos-toolbar .ul-datos-contacto {margin-bottom: -2rem; 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 i,
.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-footer .ul-datos-contacto .far,
.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 i {width: 22px; 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-toolbar .direccion-cp {display: block!important;}
.datos-toolbar .separador-cp {display: none!important;}

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

.datos-articulo li {position: relative;}
.datos-articulo li i {position: absolute; top: -25px; left: 10px; color: #333!important; font-size: 35px; background: #fff !important; padding: 10px 10px; border-radius: 100%;
  box-shadow: 0px 0px 5px 5px #cccc; width: 55px;}

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

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

.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:#000000; 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: #fff; margin-bottom: 0rem!important;}
.toolbar a {color: #fff!important;}
.toolbar a:hover {color: #ccc!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-footer i:hover, .datos-footer a:hover {color:#cccccc!important;}

.datos-toolbar-mv {line-height: 37px;}

.datos-toolbar.datos-izq .whatsapp, .datos-toolbar.datos-izq .telf, .datos-toolbar.datos-izq .redes {display: none;}
.datos-toolbar.datos-drc .adress, .datos-toolbar.datos-drc .mail {display: none;}

.datos-toolbar .adress {line-height: 25px;}

.datos-toolbar .insta {float: left; }
.datos-toolbar i {margin-left: 0px!important;}
.datos-toolbar .datos-contacto {text-align: left!important;}
.datos-toolbar a, .datos-toolbar i {color: #000!important;}

/*.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: 0px; font-family: "Caveat", cursive; font-size: 21px; font-weight: 700;}
.datos-toolbar .redes.siguenos {margin-top: -2px;}

@media only screen and (max-width: 991px) {
	.datos-footer .ul-datos-contacto .redes.insta .siguenos-redes {display: block;}
}

/* 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: 1200px;margin-left:auto; margin-right: auto; /*border-top: 2px solid #CEDC00;*/ margin-bottom:20px;}
.columna1 {width: 50%; padding-right: 30px; float:left;}
.columna2 {width: 50%; padding-left: 30px; 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: 800px) {
.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: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: var(--color-principal-dorado);
    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;}


/* Footer */
.footer-section {border-top: 1px solid #00000040; }
.astroid-footer-section #ar-941582093674805 {border-bottom: 1px solid #00000040; }

.footer-section p, .footer-section div, .footer-section a {color: #000!important;}
.footer-section .datos-footer .astroid-row {padding: 0px 0 10px!important;}
.texto-empresa-prefooter .mod-custom {margin-right: 15px!important;}
.texto-empresa-prefooter p {margin: 20px 0;}
.footer-section #ar-1528971627712 {padding: 25px 0 5px!important;}

.logo-footer {text-align: center; max-width: 280px; margin: 0 auto;}

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