/**,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	color: inherit;
	box-sizing: border-box;
}*/

:root {
	--color-text: #000;
	--color-text2: #000;
	--color-accent: #000;

	--small: 16px;
	--medium-small: 18px;
	--medium: 20px;
	--medium-big: 22px;
	--big: 26px;
	--title-small: 20px;
	--title-big: 35px;
}
/*html {
	scroll-behavior: smooth;
}
body {
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {*/
	/*width: 100%;*/
/*}*/

.magnify-glass {
	position: absolute;
	top: 5px;
	left: 5px;
	/*z-index: 9999;*/
	cursor: pointer;
	color: #fff;
	background: #157596;
	border-radius: 16px;
	text-align: center;
	padding: 4px 10px 4px 10px;
}

.section-highlights > p {
	margin-bottom: 30px;
	font-size: var(--title-small);
	line-height: 28px;
	color: var(--color-text);
}

/*strong {
	font-weight: 700;
}*/

.section-highlights {
	margin: 90px 20px 20px 40px;
	text-align:left;
}

.glide__arrow {
	border:none !important;
}
.glide__arrow--right {
	right:0em !important;
}
.glide__arrow--left {
	left: 0em !important;
}
/*********************************
PRESENTATION
**********************************/
.go-up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: var(--color-accent);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.presentation__img img {
	width: 100%;
}

.presentation__title {
	padding: 20px 0;
	font-size: var(--title-big);
	font-weight: 700;
	color: var(--color-accent);
}


.section__title {
	font-size: var(--title-small);
	font-weight: 700;
	color: #fff;
	padding: 20px 0;
}

.presentation__social {
	display: flex;
	gap: 10px;
	padding-bottom: 30px;
}

.social__element a {
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-accent);
	border-radius: 50%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social__element .icon {
	height: fit-content;
	max-width: 17px;
	color: var(--color-accent);
	fill: var(--color-accent);
}

.presentation__text {
	color: var(--color-text);
	font-size: var(--title-small);
}

/*********************************
INDEX
**********************************/

#index {
	position: relative;
	padding: 0 20px 20px;
	box-sizing: border-box;
	background-color: #dc632c;
}

#index .section__title {
	padding-top: 20px;
}
/*#index::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color-accent);
	opacity: 0.2;
	left: 0;*/
	/*z-index: 1;*/
/*}*/

.index__navigation {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.index__element {
	font-size:var(--title-small);
	color: #fff;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}

.index__element::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 7px;
	left: 0px;
}

/*********************************
CONTENT
**********************************/
/* BLUE-HEALTH */

#blue-health .section__title {
	padding: 0 0 20px;
}

/* PONENCIAS */

#jornada-popular .section__title,
#ponencias .section__title,
#comidas .section__title,
#conclusion .section__title {
	color: var(--color-accent);
}

.subtitle__ponencias {
	background: #dc632c;
	font-weight: 400;
	padding: 10px 25px;
	margin: 20px -20px 30px;
	color: #fff;
}

/* GRID */

.grid {
	display: grid;
	grid-template-columns: auto;
}

.grid__card {
	padding: 20px 0 60px;
}

.grid__img-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.grid__img-info p {
	font-weight: 700;
}

.button-sum {
	background-color: #dc632c;
	color: #fff;
	border-radius: 70px;
	padding: 9px;
	width: 220px;
	text-align: center;
	font-size: var(--medium-small);
}

/* COMIDAS */

.subtitle__comidas {
	font-weight: 700;
	color: var(--color-text);
	font-size: var(--medium-small);
	margin: 0 0 30px;
}

#comidas ul {
	margin: 0 0 20px;
}

#comidas li {
	color: var(--color-text);
	text-align: center;
	margin: 0 0 20px;
}

/* CAROUSEL */

.carousel__img {
	display: flex;
	overflow: hidden;
	margin: 40px 0;
	position: relative;
}

.carousel__controls {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

.carousel__inner {
	display: flex;
}

.carousel__controls i {
	color: #fff;
	font-size: var(--big);
}
.carousel__img img {
	width: 100vw;
}

.red {
	color: #de0000;
	font-weight: 700;
}

.green {
	color: #0b6a18;
	font-weight: 700;
}

/* MENU GRID */

.menu__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* CONCLUSIÓN */

#conclusion {
	background-color: #00000033;
	margin: 0;
	padding: 0 0 20px;
}

#conclusion p {
	margin: 0 30px 30px;
	color: #fff !important;
}

#conclusion h3 {
	font-size: var(--medium);
	margin: 0 30px;
}

/*********************************
MEDIA QUERIES
**********************************/

@media (min-width: 600px) {
	.section-highlights {
		margin: 90px 30px 30px 40px;
	}

	.subtitle__ponencias {
		margin: 0 0 20px;
	}

	#jornada-popular img {
		max-width: 505px;
		display: block;
		margin: 0 auto;
	}
	.grid {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 40px;
	}
	#comidas li {
		margin: 0;
	}

	#comidas .section__title {
		padding: 20px 0 10px;
	}

	.day-option {
		display: flex;
		flex-direction: column;
		flex-direction: column;
		align-items: center;
	}
	.day-option a {
		display: inline-block;
		width: 100%;
		max-width: 350px;
	}
	.subtitle__comidas {
		align-self: flex-start;
	}

	.carousel__img {
		width: 100%;
		overflow: hidden;
	}

	.carousel__inner {
		display: flex;
		width: 200%;
	}

	.carousel__inner > div {
		flex: 0 0 calc(50% - 10px);
		margin-right: 20px;
		box-sizing: border-box;
	}

	.carousel__inner img {
		width: 100%;
		display: block;
	}

	.carousel__controls {
		position: absolute;
		top: 50%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		transform: translateY(-50%);
	}
}

@media (min-width: 1024px) {
	body {
		font-size: var(--medium-big);
	}

	.section__title {
		font-size: var(--title-big);
	}

	.subtitle,
	.subtitle__comidas,
	.subtitle__ponencias {
		font-size: var(--big);
	}

	.index__element::before {
		top: 3px;
	}
	.social__element a {
		width: 40px;
		height: 40px;
	}
	.index__navigation {
		padding: 0;
	}
	.button-sum {
		width: 240px;
		background-color: #fff;
		color: #000;
	}



	.carousel__inner {
		width: 100%;
		gap: 20px;
	}
	.carousel__inner > div {
		flex: unset;
		margin-right: 0;
	}
	.menu__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 35px;
	}

	.menu__grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 35px;
	}

	.grid {
		column-gap: 40px;
	}

	.grid__card {
		position: relative;
		overflow: hidden;
		margin: 0 0 40px;
		padding: 0;
	}

	.grid__img {
		width: 100%;
		display: block;
	}

	.grid__img-info {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #dc632cb0;
		color: white;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
		transform: translateY(100%);
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
	}

	.grid__card:hover .grid__img-info {
		transform: translateY(0);
		opacity: 1;
	}

	.grid__img-info p,
	.grid__img-info .button-sum {
		margin: 10px 0;
	}
	#conclusion {
		min-width: 100%;
	}
}

@media (min-width: 1200px) {
	.section-highlights {
		max-width: 1050px;
		margin: 100px auto;
	}

	#conclusion {
		margin-top: 80px;
	}
	#conclusion h3 {
		font-size: var(--big);
		max-width: 1050px;
		margin: 0 auto;
	}
	#conclusion p {
		max-width: 1050px;
		margin: 0 auto 30px;
	}
}


.modal {
	display: none;
	position: fixed;
	z-index: 5;
	top: 00px;
	height: calc(100% - 0px);
	left: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	z-index:1003;
}

.modal.current {
	display: block;
}

.modal-content {
	background-color: #FFF;
	box-shadow: 0 10px 10px #00000033;
	border: 1px solid #095751;
	margin: 0 auto;
	padding: 45px 10px 10px 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	position: relative;
	z-index:1005;
}

.modal-content__close {
	color: #364453;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
	width: 34px;
	height: 34px;
}

.modal-content__close svg {
	width: 34px;
	height: 34px;
}

.modal-content__close:hover, .modal-content__close:focus {
	opacity: .8;
	text-decoration: none;
	cursor: pointer;
}

.modal-content__title {
	font-size: 2.125rem;
	color: #095751;
}

.modal-content__subtitle {
	font-size: 1.25rem;
}

.modal-content-top {
}

.modal-content-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.modal-content-body-scroll {
	overflow-y: hidden;
	max-height: 100%;
	padding-right: 10px;
	margin-top: 20px;
}

.modal-content-body-scroll::-webkit-scrollbar {
	width: 10px;
}

.modal-content-body-scroll::-webkit-scrollbar-track {
	background-color: #535959;
}

.modal-content-body-scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #FFF;
	width: 10px;
	height: 25px;
	display: block;
}

.open-modal {
	position: static;
	height: 100%;
	overflow: hidden;
}

.gallery {
}

.gallery.current:before {
	content: '';
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.gallery.modal-content {
	max-width: 800px;
}

@media(max-width:900px) {
	.gallery.modal-content {
		max-width: 95%;
	}
}