
:root {
	/****************** COLORS *****************/
	--color-background: #fff;
	--color-darker: #0c0e26;
	--color-dark: #13173f;
	--color-medium: #272a4e;
	--color-semi: #818181;
	--color-light: #898b9f;
	--color-lighter: #edf0ff;
	/* OTHERS */

	--color-white: #fff;
	--color-muted-white: #edf0ff;
	--color-secondary-dark: #13173f;
	--color-secondary-medium: #232a73;
	--color-vertical1: #000;
	--color-vertical2: #000;
	--color-vertical3: #000;
	--color-vertical4: #000;
	--color-vertical5: #000;
	--color-vertical6: #000;
	--color-vertical7: #000;
	--color-unsuscribe: #d85e5e;
	--color-vertical-secondary1: #f6c79b;
	--color-vertical-secondary2: #bfe2ef;
	--color-vertical-secondary3: #93d4b2;
	/****************** TYPOGRAPHY *****************/

	--font-primary: "Montserrat", sans-serif;
	--font-secondary: "Montserrat", sans-serif;
	/******************* FONT SIZE ******************/

	--size-biggest: 22px;
	--size-bigger: 18px;
	--size-big: 16px;
	--size-intermediate: 14px;
	--size-medium: 13px;
	--size-small: 12px;
	--size-smaller: 11px;
	--size-smallest: 10px;
	/****************** FONT WEIGHT *****************/

	--weight-light: 400;
	--weight-medium: 500;
	--weight-strong: 700;
}


/*.program-detail__container { margin-top:unset; }*/
.carousel-container {padding-bottom:25px;}
.schedule p {font-weight:600}
.exhibitors__categories {margin-top:unset;}

li:nth-child(2) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(3) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(4) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(5) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(6) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(7) .exhibitors__category::before {
	background-color: unset;
}

li:nth-child(8) .exhibitors__category::before {
	background-color: unset;
}

.speakers-detail__date::before {
	content: url(/content/icons/calendar-icon_dark.svg);
}

/*.homemenu {
	margin-right: 20px;
}*/

.homemenu a {
	display: block;
	margin-bottom: 5px;
	background-color: #BE91BE;
	border-radius: 25px;
	width: 100%;
	height: 60px;
	padding: 10px;
	vertical-align: baseline;
	align-content: center;
}

.homemenu a span {
	margin-left: 5px;
	color: #fff;
	font-weight: 600;
	background-image: url('/Content/custom/interihotelBarcelona2025/images/flecha.svg?v=1');
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 25px;
	font-size:14px;
	display: block;
}

.schedule__elements-container > li > div p:nth-child(2) {
	font-weight: bold;
	max-height: calc(1.5em * 4);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	font-size: 1.1rem;
}

.schedule__elements-container > li > div:nth-child(2) {
	max-width:100% !important;
}

	.schedule__elements-container > li > div:nth-child(2) > p:nth-child(2) {
		font-weight: bold;
		font-size: 1.05rem;
		line-height: 1.1rem;
	}

#divDetails > div > div.program-detail__title > h1 > span:nth-child(1){
	font-size:1.5rem;
}

.schedule-content__day.alldays{
	display:none;
}

.location__title ul {
	display: flex;
	flex-direction: row;
	margin: 11px;
}

.schedule__elements-container > p {
	flex: 1;
	justify-content: center;
	display: flex;
	font-weight: bold;
	color: #280f63;
	background-color: #dadae8;
	width: 95%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 44px;
}

.schedule__elements-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: flex-start !important;
	align-items: center;
}

.schedule__main-container:nth-of-type(3) > div > .schedule__elements-container > p {
	display: none;
	text-align: center;
}

.schedule__main-container div {
	flex: 1;
}

@media(max-width:1024px) {
	.schedule__elements {
		flex: initial;
		padding: 25px 24px 20px 24px;
		width: 95%;
		margin: 0 0 20px;
		min-height: 200px;
	}
}

@media(max-width:768px) {
	.schedule__elements {
		padding: 15px;

	}

	.schedule__elements-container > li > div p:nth-child(2) {
		font-size: 1rem;
	}
}

@media( max-width:600px) {
	.schedule__main-container {
		flex-direction: column !important;
	}

	.schedule__elements-container > li > div p:nth-child(2){
		font-size: 1.2rem;
	}
}