/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 16:04:06 */
.home #page {
	padding-top: 0;
}

.destacats_home {
	position: relative;
	overflow: hidden;
}
.destacats_home #OvalBig,
.destacats_home #OvalSmall {
	stroke: rgb(255 255 255);
	stroke-opacity: 0.2;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.destacats_home .grid_destacat > [class^="gb-element-"]:last-child:nth-child(odd) {
	 	width: calc(200% + 22px);
	}
}

.home .titol_seccio,
.page-id-35634 .titol_seccio {
    margin-bottom: 40px;
    margin-top: 60px;
}
@media (min-width: 768px) {
	.home .titol_seccio,
	.page-id-35634 .titol_seccio {
        margin-bottom: 40px;
        margin-top: 60px;
    }
}

.destacats_home .text-destacat .text_bloc:after {
    display: none;
}

.destacats_home .wp-block-embed-youtube,
.destacats_home .wp-block-embed__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

.destacats_home .wp-block-embed-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 177.77vh;
	min-height: 56.25vw;
	transform: translate(-50%, -50%);
	border: 0;
	    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%) scale(3.4);
    transform-origin: center center;
    pointer-events: none;
	z-index: 0;
}

@media (min-width: 768px){
	.destacats_home .wp-block-embed-youtube iframe {
		transform: translate(-50%, -50%) scale(1.9);
	}
}
@media (min-width: 1200px){
	.destacats_home .grid_destacat > [class^="gb-element-"]:last-child:nth-child(odd) {
	 	transform: translate(-50%, -50%) scale(1.7);
	}
}


/* NEWS CUSTOM BLOG */
.news_list .news_list__item .news_list__social {
	padding-bottom: 20px;
}