:root {
	--primary-color: #94BB20;
	--secondary-color: #5c636a;
	--meeting-color: #056db6;
	--text-color: #212529;
	--primary-font: 'Montserrat';
}

* { font-family: 'Montserrat'; }
.h1 { font-size: 2rem; font-weight: 800; text-transform: uppercase; color: var(--primary-color); }
.h1:after { content: ""; display: block; margin: 0; width: 70px; padding-top: 5px; border-bottom: 10px solid  var(--primary-color); }
.h1-white {font-size: 2rem; font-weight: 800; text-transform: uppercase; color: white }
.h1-white:after { content: ""; display: block; margin: 0; width: 70px; padding-top: 5px; border-bottom: 10px solid  white; }
.h1-dark { font-size: 2rem; font-weight: 800; color: var(--text-color); }
.h2 {font-size: 1.2rem; font-weight: 800; text-transform: uppercase; }
.h3 {font-weight: 700; font-size: 1.1rem;}
.h3-big {font-weight: 700; font-size: 1.8rem; }
.text-meeting { color: var(--meeting-color); }
.bg-body-primary { background-color: var(--meeting-color) !important; }
.bg-body-secondary { 
	background-color: #e9f2f1 !important;
	background-image: url(/life-platform-meeting/img/fondo-k-blanco.png); background-repeat: no-repeat; background-position: top right;
}
.btn-primary { background-color: var(--primary-color); border-color: #565e64; transition: background-color 0.5s; border-style: none; color: white; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: var(--meeting-color); border-color: var(--meeting-color); color: white; }
.btn-secondary {border:2px solid var(--primary-color); background-color: white; color: var(--primary-color);font-weight: 600; }
.btn-secondary:hover {border:2px solid var(--primary-color); background-color: var(--primary-color); color: white; transition: all 0.5s; }

.table-primary th { 
	color: white !important;
	background-color: var(--primary-color) !important;
}

/* Header */
header {
	padding: 0;
	background-color: rgba(255, 255, 255, 0.97);
}
header .header-logo {
	height: 40px;
}

section {
	padding: 7rem 0;
	/* min-height: 100vh; */
}

/* Slide */
#HomeCarousel {
	background-color: var(--meeting-color);
}
#HomeCarousel .carousel-item {
	background-image: url('/life-platform-meeting/img/slideshow/slide-img-1.jpg');
	background-position: 65% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 100dvh !important;
}
#HomeCarousel div.carousel-text {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	text-align: left;
	padding: 0.5rem;
}
#HomeCarousel div.carousel-text div.text-1 {
	display: inline-block;
	border-radius: 6px;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.05 !important;
	background-color: var(--primary-color);
	color: white;
	margin-bottom: 1rem;
}
#HomeCarousel div.carousel-text div.text-2 {
	display: inline-block;
	font-size: 3.5rem;
	line-height: 1.05 !important;
	color: var(--meeting-color);
	font-weight: 500;
}
#HomeCarousel div.carousel-text div.text-2 span {
	display: inline-block;
	background-color: var(--meeting-color);
	color: white;
	font-weight: bolder;
	padding: 0.3rem 1rem;
	transform: rotate(-1.2deg);
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
#HomeCarousel div.carousel-text div.text-2 span:hover {
	transform: rotate(1.2deg);
}
#HomeCarousel .logos {
	margin-top: 5rem;
	gap: 2rem;
	img { height: 56px; }
	img:nth-child(4) { height: 46px; }
}

/* El evento */
#evento .card-body {
	padding: 2rem !important;
}
#evento .logo-erronka {
	display: block;
	width: 60%;
	margin: auto;
}

/* Agenda */
.table-agenda tbody tr td:first-of-type {
	white-space: nowrap !important;
}
.table-agenda tbody tr td strong {
	color: var(--meeting-color);
}
.table-agenda .bg-body-secondary td {
	background-color: #e9f2f1 !important;
}

/* Proyectos */
#proyectos .card {
	transition: all 0.5s ease-in;
	background: url(/life-platform-meeting/img/europe-stars.svg), linear-gradient(115deg, rgba(0, 0, 0, 1) 20%, rgba(0, 51, 153, 1) 90%);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom -80px right -80px, center center;
	background-size: 160px 160px, cover;
	overflow: hidden;
	color: white;
	i { font-size: 1.75rem; }
	.card-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 0px; }
	.list-inline { margin-bottom: 0px; }
	&:hover {
		transform: scale(1.05);
		background: url(/life-platform-meeting/img/europe-stars.svg), linear-gradient(125deg, rgba(0, 0, 0, 1) 0%, rgba(0, 51, 153, 1) 50%);
		background-repeat: no-repeat, no-repeat;
		background-position: bottom -70px right -60px, center center;
		background-size: 170px 170px, cover;
		box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, .075) !important;
	}
}
.proyecto-modal {
	i { font-size: 3rem; }
}
.modal-header {
	background-color: var(--primary-color);
	color: white;
}

/* Social */
#social .card {
	transition: all 0.5s ease-in;
	background-image: url(/life-platform-meeting/img/card-background-social-01.png), url(/life-platform-meeting/img/card-background-social-02.png);
	background-repeat: no-repeat; 
	background-position: top right, top right;
	background-size: cover;
	a { color: var(--meeting-color); font-size: 1.75rem; }
	.card-title { font-size: 1.25rem; font-weight: 700; }
	.list-inline { margin-bottom: 0px; }
}
#social .card:hover {
	transform: scale(1.05);
	background-position: center right, bottom right;
	box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, .075) !important;
}

/* Contacto */
#contacto .card {
	transition: all 0.5s ease-in;
	a { color: var(--meeting-color); font-size: 1.00rem; text-decoration: none; }
	.card-header { background-color: var(--primary-color); color: white; font-weight: 700; }
	.card-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 0px; }
	.list-inline, .list-unstyled { margin-bottom: 0px; }
	&:hover {
		transform: scale(1.05);
		box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, .075) !important;
	}
}

/* Recursos */
#recursos {
	background-color: var(--meeting-color);
	background-image: url(/life-platform-meeting/img/fondo-k-negro.png); background-repeat: no-repeat; background-position: top right;
	color: white;
	h2 { color: white !important; }
	h2::after { border-bottom: 10px solid white !important; }
	.btn-primary:hover, .btn-primary:active, .btn-primary:focus { background-color: var(--primary-color); }
	.vstack .btn { min-width: 270px; }
	.vstack .btn span { text-align: left; }
	img {
		transform: rotate(0deg);
		transition: 0.5s;
	}
	img:hover {
		transform: rotate(5deg); 
	}
}

/* Entidades */
#entidades .logos { 
	img { max-height: 60px; }
	img:nth-child(4) {
		height: 50px;
	}
}

/* Footer */
footer {
	border-top: solid 10px var(--primary-color);
	background-color: var(--meeting-color);
	background-image: url(/life-platform-meeting/img/fondo-k-negro.png); background-repeat: no-repeat; background-position: top right;
	color: white;
	.h5 { color: var(--primary-color); }
	a { 
		color: white;
		text-decoration: none;
		i { color: var(--primary-color); }
	}

}
footer .footer-logo {
	height: 60px;
}



/* X-Small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }



/* hero scroll-down link */
.scroll-down {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10%;
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid var(--meeting-color);
	background-size: 14px auto;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.scroll-down:before {
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 6px);
	transform: rotate(-45deg);
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	border: 2px solid var(--meeting-color);
	border-width: 0px 0 2px 2px;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}