/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.carousel--beteve {
	margin-bottom: 24px;
}

.carousel--beteve .carousel-indicators {
	bottom: 20px;
}

.carousel--beteve .carousel-indicators li {
	width: 13px;
	height: 13px;
	background-color: #F1F0EB;
	border-radius: 50%;
}

.carousel--beteve .carousel-indicators .active {
	background-color: #F95741;
}

.carousel--beteve .carousel-control-next-icon,
.carousel--beteve .carousel-control-prev-icon {
	position: absolute;
	width: 36px;
	height: 36px;
	background-color: rgba(43, 48, 53, 0.8);
	border-radius: 50%;
	background-size: 20px;
}

.carousel--beteve .carousel-inner {
	padding-top: 56.25%;
	background-color: #000;
}

.carousel--beteve .carousel-inner .carousel-item {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.editor-carousel-item {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 56.25%;
}

.carousel--beteve .carousel-control-next-icon {
	background-image: url(../beteve/img/fletxa-roig-beteve.svg);
	right: 20px;
}

.carousel--beteve .carousel-control-prev-icon {
	background-image: url(../beteve/img/fletxa-roig-beteve.svg);
	left: 20px;
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
  # Menu custom
  --------------------------------------------------------------*/

.wp-block-btv-menu-personalitzat {
	margin-bottom: 20px;
}

.menu-custom {
	color: white;
	font-size: 16px;
	display: block;
	font-family: 'PxGroteskRegular', Fallback, sans-serif;
	font-weight: 400;
}

.menu-custom__sup,
.menu-custom__inf {
	padding: 6px 16px 7px;
	display: inline-block;
}

.menu-custom__sup {
	background-color: #2A3034;
}

.menu-custom__inf {
	background-color: #F95741;
}

.menu-custom__inf li {
	font-family: 'PxGroteskRegular', Fallback, sans-serif;
	border-right: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

.menu-custom__inf li:first-of-type {
	padding-left: 16px;
}

.menu-custom__inf a {
	color: white
}

.menu-custom .link-contigut {
	display: table;
}


/*--------------------------------------------------------------
  # Links contiguts
  --------------------------------------------------------------*/
.rank-math-link {
	color: #EDECE6 !important;
}

.link-contigut {
	padding: 0px 16px 6px 8px;
	background-color: #F95741;
	display: inline-block;
	margin-bottom: 0;
}

.link-contigut--dark {
	background-color: #2A3034;
}

.link-contigut--light {
	background-color: white;
	border: 1px solid #F95741;
	color: #F95741 !important;
}

.link-contigut.link-contigut--light .link-contigut__text {
	color: #F95741 !important;
}

.link-contigut:hover .link-contigut__text {
	color: white;
}

.link-contigut:hover .link-contigut__icon {
	text-decoration: none;
}

.link-contigut--light:hover .link-contigut__text {
	color: #F95741;
}

.link-contigut__icon {
	width: 23px;
	margin-top: -4px;
}

.link-contigut .link-contigut__text {
	font-family: 'PxGroteskRegular', Fallback, sans-serif;
	font-weight: 400;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0;
	color: white;
}

.link-contigut--dark .link-contigut__text {
	color: #F95741;
}

@media (min-width: 992px) {
	.link-contigut--dark .link-contigut__text {
		color: white;
	}
}

/*--------------------------------------------------------------
# Separator image
--------------------------------------------------------------*/

.separator-image {
	border-top: 1px solid #F95741;
	padding-top: 16px;
	color: #F95741;
	margin-top: 16px;
}

.separator-image p {
	color: #F95741 !important;
}

.separator-image__image {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
}

.separator-image__image::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}

.separator-image__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-size: cover;
	background-position: center;
	background-color: #979797;
}

.separator-image__text {
	font-size: 20px;
}

/*--------------------------------------------------------------
# Destacat image
--------------------------------------------------------------*/

.destacat-image {
	background-color: #F95741;
	margin-bottom: 16px;
}

.destacat--dark {
	background-color: #2A3034;
}

.destacat--light {
	background-color: #fff;
	border: 1px solid #F95741;
}

.destacat-image__container {
	padding: 24px;
}

.destacat--light .destacat-image__title {
	color: #F95741;
}

.destacat--light .destacat-image__text {
	color: #2A3034;
}

.destacat--dark .destacat-image__title {
	color: #F95741;
}

.destacat--dark .destacat-image__text {
	color: white;
}

.destacat-image__title {
	color: white;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}

.destacat-image__text {
	color: #2A3034;
	font-size: 16px;
}

.destacat-image__image {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
}

.destacat-image__image::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}

.destacat-image__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-size: cover;
	background-position: center;
	background-color: #979797;
}

.editor-block-list-item-btv-destacats .block-editor-block-types-list__item-icon {
	color: #f95741;
}


@media (min-width: 992px) {
	.editor-block-list__block-edit .col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}

.wp-block-btv-destacats .carousel--beteve {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.wp-block-btv-destacats .col-lg-8 {
		margin-bottom: -15px;

	}
}

.wp-block-btv-destacats .destacat--light {
	background-color: white;
	border: 1px solid #F95741;
}

.wp-block-btv-destacats .destacat--light .destacat-image__title {
	color: #F95741;
}

/*--------------------------------------------------------------
# Links bullets
--------------------------------------------------------------*/

.links-bullets {
	margin-top: 24px;
	padding-left: 16px;
}

.links-bullets__item {
	color: #2A3034;
	font-weight: 300;
	list-style: none;
	font-size: 16px;
	line-clamp: 1.16;
	margin-bottom: 5px;
}

.links-bullets__arrow {
	display: inline-block;
	width: 16px;
	margin-bottom: 4px;
}

.links-bullets__item a {
	color: #F95741;
	font-weight: 600;
}


/*--------------------------------------------------------------
# Video Responsive
--------------------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}