/* Layout */
.body_landing #content{
	width:100%;
}
.body_landing .breadcrumbs.clearfix{
	display:none;
	margin-bottom:0;
}
.article_landing .entry-title{
	display:none;
}
.article_landing .seccio{
	padding:35px 0;
	clear:both
}
/*
Modificacions dels genèrics (modificant els genèrics de general.css)
*/
.article_landing .seccio p{
	color: #666;
}
/* paràgrafs que s'han alineat específicament des del Gutenberg (ténen una classe q comença per ...) */
.article_landing .seccio p[class^="has-text-align-"]{
}
/* paràgrafs que NO s'han alineat específicament des del Gutenberg ( NO ténen una classe q comença per ...) */
.article_landing .seccio p:not( p[class^="has-text-align-"] ){
	text-align: justify;
}
.article_landing .seccio.cita{
	padding-top:0;
	padding-bottom:0;
}
/*
imatges
*/
.article_landing .seccio .gutentor-element-image .gutentor-image-thumb{
	background-color: #f2f2f2;
	padding: 2px;
	margin-bottom: 24px;
}
.article_landing .seccio .gutentor-element-image .gutentor-image-thumb img{
	width:100%;
}

/* Secció 'slider' / capçalera */
.article_landing .capcalera  .gutentor-bg-image:after{
	content:'';
	height:100%;
	display: block;
	background-color:rgba(100,100,100,.2);
	/* background-color:rgba(0, 177, 224,.1);	 */
}
.article_landing .capcalera .slider-caption{
}
.article_landing .wp-block-cover.capcalera_video{
	min-height:440px;
}
.article_landing .wp-block-cover.capcalera_video.video_tarima{
	min-height:350px;
}
.article_landing .capcalera .slider-caption .gutentor-single-item-title{
	color:#fff;
	font-size:48px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	letter-spacing: 12px;
	word-spacing: 6px;
	text-transform: uppercase;
	margin-bottom:5px !important;
}
.article_landing .wp-block-cover.capcalera_video h1{
	color:#fff;
	font-size:48px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	letter-spacing: 12px;
	word-spacing: 6px;
	text-transform: uppercase;
}
.article_landing .wp-block-cover.capcalera_video p,
.article_landing .capcalera .slider-caption .gutentor-single-item-desc{
	color:#FFF;
	font-size:24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #999;
}

/* Secció "Mosaics de productes" */
.article_landing .seccio.llista_productes{
	background-color: #fff;
	padding-bottom:0;
	/*
	background-color: #f2f2f2;
	padding-top: 45px;
	padding-bottom: 0;
	*/
}
.article_landing .seccio.llista_productes .wc-block-grid__products{
	margin-bottom: 0;
	justify-content:center;
}
.article_landing .seccio.llista_productes .wc-block-grid__product{
	margin-bottom: 15px;
}
.article_landing .seccio.llista_productes .wc-block-grid__product .wc-block-grid__product-price.price{
	font-size:14px;
}
.article_landing .seccio.llista_productes .wc-block-grid__product-image{
	margin-bottom: 15px;
	position: relative;
	border:1px solid #f2f2f2;
	background-color:#f2f2f2;
}
.article_landing .seccio.llista_productes .wc-block-grid__product-image img{
	display: block;
}
.article_landing .seccio.llista_productes .wc-block-grid__product-image:before{
	content: '';
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#00B1E0;
	opacity:0;
}
.article_landing .seccio.llista_productes .wc-block-grid__product-title{
  font-size: 16px;
	font-weight: normal;
  color: #00B1E0;
	min-height:60px;
	margin-bottom: 0;
}
.article_landing .seccio.llista_productes .wp-block-button{
	margin-bottom: 0;
}
.article_landinsg .seccio.llista_productes .wp-block-button a{
	font-size:11px !important;
	font-weight: normal;
	width: 100%;
	background-color:#CCC;
}
.article_landing .seccio.llista_productes .wc-block-grid__product:hover .wc-block-grid__product-image:before{
	opacity:.25;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.article_landing .seccio.llista_productes .wc-block-grid__product:hover .wc-block-grid__product-title{
	color:#00B1E0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.article_landing .seccio.llista_productes .wc-block-grid__product:hover .wp-block-button a{
	background-color:#00B1E0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
/* Secció "call_to_action" */
.article_landing .seccio.call_to_action{
	padding-top:65px;
	padding-bottom:65px;
}
.article_landing .seccio.call_to_action h2{
	color:#fff;
}
.article_landing .seccio.call_to_action .wp-block-group{
	max-width: 992px;
	margin: 0 auto;
}
.article_landing .seccio.call_to_action .wp-block-group p{
	color:#F2F2F2;
}
.article_landing .seccio.call_to_action  .wp-block-buttons{
	margin-top:30px;
}
.article_landing .seccio.call_to_action  .wp-block-button{
	margin:0 auto;
}
.article_landing .seccio.call_to_action  .wp-block-buttons + p{
	display: none;
}
.article_landing .seccio.call_to_action .wp-block-button__link{
	background-color:#00B1E0;
}
.article_landing .seccio.call_to_action .wp-block-button__link:hover{
	background-color:#333;
}

/* Secció "FAQs" */
.article_landing .seccio.faqs{
	background-color:#fff;
}
.article_landing .seccio.faqs h2{
	color:#00B1E0;
}
.article_landing .seccio.faqs h2:after{
	background-color:#00B1E0;
}
.article_landing .seccio.faqs .gutentor-module-accordion-item-heading {
    border-bottom-width: 1px !important;
    border-bottom-style: dashed !important;
    border-bottom-color: #fff;
    color: rgb(45,45,45);
    padding-left: 0;
		font-size: 16px;
		font-weight: bold;
}
.article_landing .seccio.faqs .gutentor-module-accordion-body{
	background-color:#f2f2f2;
	border-color:#FFF;
	border-style: dashed !important;
}
.article_landing .seccio.faqs .gutentor-module-accordion-body p{
	color:#666;
}
/* Secció "Icones" */
.article_landing .seccio.icones{
	padding-bottom:0;
	background-color:#f2f2f2;
}
.article_landing .seccio.icones .gutentor-single-item-title{
	color:rgb(180,180,180);
	font-size: 16px;
	font-weight: bold;
}
.article_landing .seccio.icones .gutentor-single-item-desc{
	color:rgb(180,180,180);
}
/*
singular compra Epsilon
*/
.seccio .compra_epsilon h4{
	color: #00B1E0;
	margin-top: 0;
	margin-bottom: 40px;
}
.seccio .compra_epsilon .wc-block-grid__product-add-to-cart{
	margin-top:40px;
}
@media (max-width: 992px) {
	.seccio h3{
		margin-top:20px;
	}
}
/* @media (max-width: 780px) {
 */
@media (max-width: 800px) {
	.article_landing .gutentor-section.gutentor-image-slider.capcalera .gutentor-slider-item .gutentor-single-item-image-box .gutentor-bg-image{
		height:250px !important;
	}
	.article_landing .wp-block-cover.capcalera_video h1,
	.article_landing .capcalera .slider-caption .gutentor-single-item-title{
	    font-size: 32px;
	    letter-spacing: initial;
	    word-spacing: initial;
	    margin-bottom: 5px !important;
	}
	.article_landing .wp-block-cover.capcalera_video p,
	.article_landing .capcalera .slider-caption .gutentor-single-item-desc{
		font-size: 14px;
	}
}
@media (max-width: 450px) {
	.article_landing .seccio h3{
		letter-spacing: initial;
		font-size:16px;
		margin-bottom:15px;
	}
}
