@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Open+Sans:wght@300;400;700&display=swap');


html {
	background-position:top;
	background-color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}
body {
	padding-top:80px;
	font-family: 'Open Sans', sans-serif;
}
.header {
	background-color:white;
}
.navbar {
	padding-top:0;
}
.nav-link {
	padding:1.7em 1em;
	position:relative;
}
.nav-link:hover:before,
.nav-link.active:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	height:3px;
	left:0;
	right:0;
	background: linear-gradient(90deg, rgba(123,255,3,1) 0%, rgba(6,229,208,1) 77%, rgba(20,123,120,1) 100%);
}
.carousel-item {
	background-position:center;
	background-size:cover;
}
.carousel-indicators {
	margin-left:0;
	margin-right:0;
}
.slider-item-content {
	background-image:linear-gradient(rgba(25,25,25,.8), rgba(25,25,25,.2)), url(/images/filtterBanner.png);
	background-size:auto auto, 50% auto;
	background-blend-mode:color-dodge;
	width:100%;
	height:300px;
	background-repeat:no-repeat;
	background-position:right bottom;
	color:white;
	padding:3em 0 1em 0em;
	display:flex;
	align-items:center;
}
.slider-item-content h2 {
	max-width:50%;
	margin-bottom:.5em;
	font-size:2.5rem;
	line-height:.8em;
	font-weight:200;
}
.slider-item-content h2 b {
	font-weight:700;
}
.slider-item-content h3 {
	max-width:50%;
	margin-bottom:.5em;
	
	font-weight:200;
}
.slider-item-content h3 b {
	font-weight:400;
}

.innerheader {
	color:white;
	background-image:linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/images/5DF075FA234BC97.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:auto;
	min-height:180px;
	height:180px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-size:cover;
}
.innerheader h2 {
	font-size:1rem;
	font-weight:bold;
	text-transform:uppercase;
}
.innerheader.news h1,
.innerheader.event h1{
	font-weight:200;
}
.innerheader.news h4,
.innerheader.event h4{
	color:#7DFF00;
	font-style:italic;
}
.contentpage {
	padding:4em 0;
	font-weight:300;
	font-size:.9rem;
	min-height:590px;
}
.contentpage.news,
.contentpage.contact,
.contentpage.publications{
	padding-top: 0;
}
.contentpage.news .col,
.contentpage.contact .col,
.contentpage.publications .col,
.contentpage.contact .sidebar,
.contentpage.publications .sidebar{
	padding-top:4em;
}
.contentpage.publications .sidebar {
	padding-left:0;
	padding-right:0;
}
.contentpage.publications .sidebar h2 {
	margin-left:calc(var(--bs-gutter-x) * .5);
}
.contentpage.publications .sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:3em;
}
.contentpage.publications .sidebar li {
	border-bottom:1px solid #d0d0d0;
	padding:.3rem 2em;
	font-size:1.1rem;
}
.contentpage.publications .category-filter a {
	text-decoration:none;
	color:#555555;
	font-size:1rem;
}
.contentpage.publications .category-filter a.selected {
	font-weight:bold;
	font-size:1rem;
}
.contentpage h2 {
	color:#00E4DB;
	font-weight:200;
	padding-bottom:.5em;
}
.contentpage h2 img {
	margin-bottom:.3em;
}
.contentpage.news	h2,
.contentpage.contact	h2 {
	color:#333333;
	font-weight:bold;
}
.contentpage.publications	h2{
	color:#333333;
	font-weight:400;
}
.category-filter a {
	cursor:pointer;
}
.contentpage intro {
	font-weight:400;
	padding-bottom:2em;
	display:block;
	color:#333333;
	font-size:1rem;
	line-height:1.6em;
}
.contentpage.member h2
{
	color:#007973
}
.sidebar h3 {
	color:#333333;
	font-weight:200;
}
.other-news ul,
.other-news ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.other-news ul a {
	text-decoration:none;
	padding:1em;
	border-bottom:1px solid #f1f1f1;
	display:block;
	font-size:1.2rem;
	color:#333333;
	font-weight:normal;
}
#mainslider .container {
	padding-left:2em;
	padding-right:2em;
}
#mainslider .btn {
	font-size:.7rem;
}
#mainslider::before {
	content:'';
	position:absolute;
	left:0;
	top:100%;
	width:0%;
	height:4px;
	background-repeat:no-repeat;
	background: linear-gradient(90deg, rgba(123,255,3,1) 0%, rgba(6,229,208,1) 77%, rgba(20,123,120,1) 100%);
	
	transition: none;
}


#mainslider.bar:before {
		width: 100%;
	/*
	transition: width 5s ease-in;
	-moz-transition: width 5s ease-in;
	-ms-transition: width 5s ease-in;
	-o-transition: width 5s ease-in;
	-webkit-transition: width 5s ease-in;*/
}

footer {
	color:white;
	background-image:linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(/images/5DF075FA234BC97.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:auto;
	background-size:cover;
}
footer h4 {
	font-size:1rem;
	font-weight:bold;
	margin-bottom:1em;
}

.footer-menu {
	margin:3em 0;
}
.footer-menu .logo_wrp {
	position:relative;
}

.footer-menu .logo_wrp:before {
	display:block;
	content:'';
	height:100%;
	position:absolute;
	right:0;
	width:1px ;
	border-left: 1px solid #7DFF00;
}
.footer-menu .logo {
	margin-left:10px;
	max-width:130px;
}
footer .credits {
	padding:1em 0;
	text-align:center;
	background-color:rgba(0.5,0.5,0.5,.5);
}

.footer-menu ul {
	list-style:none;
	padding:0;
}
.footer-menu ul a {
	color:white;
	text-decoration:none;
	font-size:.8rem;
	font-weight:200;
}
.credits {
	font-size:.8rem;
	font-weight:200;
}
.newsevents {
	padding:2em 0 6em 0;
}
.newsevents h2 {
	font-weight:200;
	font-size:1.7rem;
	margin-bottom:2rem;
}
.newsevents h2 img {
	vertical-align:bottom;
}

.listed {
	margin-bottom:1rem;
}
.listed h3{
	color:#007973;
	font-weight:200;
	font-size:1.1rem;
	letter-spacing:-.3px;
}
.listed .description {
	font-size:.85rem;
	color:#333333;
	font-weight:300;
}
.listed .btn-text {
	font-weight:200;
	font-size:.7rem;
	padding-left:0;
}

.listed .date {
	color:#00e4db;
	font-size:.8rem;
}
.listed-publication .date {
	color:#000000;
	font-size:.8rem;
}
.listed-news{
	display:flex;
	text-decoration:none;
	color:inherit;
	
}
.listed-event {
	margin:0;
	display:flex;
	text-decoration:none;
	color:inherit;
}
.listed-event h3 {
	color:#333333;
	font-weight:400;
	font-size:1rem;
	margin-top:.3em;
}
.listed-event .description {
	min-height:6.5em;
}

.listed-event .thumbnail {
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
}

.listed-event .thumbnail .past {
	position: absolute;
	text-align: center;
	padding: .3em 3em;
	top: 100%;
	left: 100%;
	background-color: red;
	transform: translate(-61%, 0) rotate(-45deg);
	white-space: nowrap;
	transform-origin: left;
	text-transform: uppercase;
	font-size: .8em;
	color:white;
}

.listed-publication h3 {
	color:#00e4db;
	font-weight:bold;
}
.listed-publication .author {
	color:#212529;
	font-weight:bold;
}
.listed-publication .download a {
	text-decoration:none;
}



.event-date {
	display:flex;
	flex-direction:column;
	justify-content:center;
	max-width:70px;
	padding:1em 0;
}
.event-date > * {
	text-align:center;
	color:white;
}
.event-date month {
	font-size:1rem;
	font-weight:700;
	line-height:1em;
}
.event-date day {
	font-size:2rem;
	font-weight:200;
	line-height:.9em;
}
.event-date sep {
	line-height:0.7em;
	margin:.5em 0;
}
.listWrp .listed-event:nth-child(5n+1) .event-date {
	background-color:#00e4db;
}
.listWrp .listed-event:nth-child(5n+2) .event-date {
	background-color:#00c4ba;
}
.listWrp .listed-event:nth-child(5n+3) .event-date {
	background-color:#007973;
}
.listWrp .listed-event:nth-child(5n+4) .event-date {
	background-color:#333333;
}

.nl-inline {
	display:flex;
	background-color:white;
}
.nl-inline input,
.nl-inline button{
	border:0;
	box-shadow:none;
}

.nl-inline button {
	color:#00e4db;
	background-color:transparent;
	padding:0 1em;
}

.related h3,
.separator h3{
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: bold;
}
.related a{
	text-decoration:none;
	color:#333333;
}
.related ul {
	list-style:none;
	padding:0;
}
.related ul li {
	margin:.6em 0;
}
.related i {
	color:#00e4db;
	vertical-align:middle;
	margin-right:.4em;
}

.subscribe-agent {
	background: rgb(51,51,51);
	background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(0,227,218,1) 100%);
	padding:3em 2em;
	color:white;
}
.subscribe-agent h3 {
	font-size:1.2rem;
	font-weight:200;
	color:white;
	margin-bottom:2em;
}
.subscribe-agent h3 img {
	float:left;
	margin-right:.5em;
}
.agents .normal {
	margin:1em 0;
}

.form-check-input {
	clear: left;
	background-color:transparent;
	border:2px solid #ffffff;
}
.form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input:checked {
	border-color:white;
	background-color:white;
}



.checkbox_wrp .form-check-input:checked {
	border-color:#8aff1a;
	background-color:#8aff1a;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-switch.form-switch-sm {
	margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
	height: 1rem;
	width: calc(1rem + 0.75rem);
	border-radius: 2rem;
}

.form-switch.form-switch-md {
	margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}
.form-switch.form-switch-md .form-check-label {
	margin:.2em 0 0 .3em;
}
.form-switch.form-switch-md .form-check-input {
	height: 1.5rem;
	width: calc(2rem + 0.75rem);
	border-radius: 3rem;
}

.form-switch.form-switch-lg {
	margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
	height: 2rem;
	width: calc(3rem + 0.75rem);
	border-radius: 4rem;
}

.form-switch.form-switch-xl {
	margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
	height: 2.5rem;
	width: calc(4rem + 0.75rem);
	border-radius: 5rem;
}


.member-placeholder {
	display:flex;
	justify-content:center;
	align-items:center;
}
.member-placeholder .placeholder {
	font-size:2rem;
	
}
.member-placeholder .placeholder.hide {
	display:none !important;
	
}

.europe-map {
	width:470px;
	height:414px;
	background-image:url(/images/filtterBanner.png);
	background-size:470px 414px;
	position:relative;
	background-position:right;
	background-repeat:no-repeat;
	margin-left:auto;
}
.europe-map .marker {
	width:15px;
	height:15px;
	position:absolute;
	border-radius:50%;
	transform:translate(-50%,-50%);
	background-color:#ffa700;
	cursor:pointer;
}
.europe-map .marker.active {	
	background-color:green;
}
.europe-map .marker .members {
	display:none;
	width:500px;
	height:auto;
	position:absolute;
	right:320px;
	padding-right:1em;
	justify-content: end;
	align-items: center;
	overflow:visible;
	transform:translate(0,-46%);

}
.europe-map .marker .members a {
	display:inline-block;
	margin:1em
}
.europe-map .marker .members:before {
	content:'';
	display:block;
	width:300px;
	position:absolute;
	height:1px;
	border-bottom:1px solid black;
	left:100%;
	top:50%;
	transform-origin:top left;

}
.europe-map .marker.active.block .members {
	display:none !important;
}
.europe-map .marker:hover .members,
.europe-map .marker.active .members  {
	display:flex;
}

.all-members a {
	display:inline-block;
	margin:1em;
}
.all-members h3 {
	font-weight:bold;
}
.pr-4 {
	padding-right:3em;
}


form.contact input,
form.contact textarea{
	margin:1.4em 0;
	box-shadow:none;
	border:1px solid #d0d0d0;
}
form.contact .text-warning {
	margin-top:-1em;
	display:block;
	float: left;
	margin-bottom: 1em;	
}
.pagination {
	justify-content:center;
}
.pagination a {
	color:#202020;
	font-size:1rem;
	padding:.3rem;
	text-decoration:none;
}
.pagination .active a {
	color:#c0c0c0;
}
.share-widget ul {
	list-style:none;
	text-align:center;
}
.share-widget ul li {
	display:inline-block;
}
.share-widget a{
	color:#00e4db;
	font-size:2em;
	margin:0 .5em 0 0;
}

.search .dropdown-menu.searchbox {
	bottom:-5px;
	right:100% !important;
	box-shadow:none;
	padding:0;
	border:0;
	top:auto;
	left:auto;
}
.search .dropdown-menu li {
	border:0;
}
.dropdown.search .searchbox::before {
	content:'';
	position:absolute;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	width:20px;
	height:20px;
	bottom:7px;
	left:100%;
	display:block;
	margin-left:2px;
	margin-bottom:6px;
}
.dropdown.search:hover::before {
	display:block;
}
.search .dropdown-menu input {
	border:1px solid #000000;
	outline-color: transparent;
}
.quickSearch {
	padding:1em;
	text-align:right;
	margin-bottom:1em;
}
.powered {
	margin-top:1em;

}
.powered img {
	vertical-align:bottom;
	margin-bottom:-.1em;
}
.noLabel.recaptcha {
	margin-bottom:1em;
	box-shadow:none;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.destacar {
	background-color:yellow;
	color:red;
}
.contentpage.member .inline-image {
	max-width:400px;
}