@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/*------------VARIABLES CSS------------*/
:root {
    --primary-color: #00627c;
  	--secondary-color: #292458;
	--tertiary-color: #FDCC43;
}
/*------------VARIABLES CSS------------*/

/*------------GENERAL------------*/
html, body,
h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans 3", sans-serif;
}

.region-content {
	padding: unset;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
  
p, li, a {
	font-size: 18px;
	font-family: "Source Sans 3", sans-serif;
}

a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; 
	color: #00637f; text-decoration: none !important; }
	
a:hover, a:focus {
	text-decoration: none; 
	color: #00637f; 
	opacity: 0.9;
 }

#toolbar-bar a, #toolbar-item-administration-tray a {
	font-size: 15px;
}

.path-frontpage .region-content {
	padding: unset;
}

.custom-title,
.block-views h2 {
	font-size: 45px;
	text-transform: uppercase;
	color: var(--secondary-color);
	text-align: center;
	margin-bottom: 50px;
}

.separator, 
.text-formatted hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.text-formatted hr {
	margin-top: 2.2rem;
}

.text-formatted img[alt="download"] {
	width: 17px;
	height: 17px;
	margin: 0 3px 3px 3px;
}

.btn.btn-primary, 
.btn.btn-primary:active,
.link-button {
	background-color: #2c748c;
    border-color: #266073;
    font-size: 15px;
    font-weight: 650;
	color: white;
	border-radius: 3px;
}

.pagination .page-item a,
.pagination .disabled span {
	color: #00637f;
	border: 1px solid #eee;
	margin: 5px 3.5px 5px 0;
	border-radius: 6px;
	padding: 7px 17px;
}

.pagination .page-item a:hover, 
.pagination .page-item a:focus,
.pagination .page-item.active a {
    background-color: #00516b;
    border-color: #00516b;
	color: white;
}

.path-node main {
	margin-bottom: 70px;
}

#node-155 main {
	margin-bottom: unset;
}

/*------------------------------*/
/*------BACK TO TOP BUTTON------*/
#backtotop {
	background: url(../images/angles-up-solid.svg) no-repeat center center;
	width: 21px;
	height: auto;
	filter: brightness(0) invert(0.5);
}

#backtotop:hover {
	filter: unset;
}

/*------------------------------*/
/*------------HEADER------------*/
nav .d-flex {
	align-items: baseline;
	width: 100%;
	margin: 10px 0;
}

.navbar {
	position: unset;
}

.path-frontpage .navbar-brand img {
	filter: brightness(0) invert(1);
}

.navbar-brand img {
	height: 67px;
}

.social-networks a {
	background-color: white;
	border-radius: 100%;
	width: 37.5px;
	height: 37.5px;
	display: inline-block;
	margin: 2px;
	line-height: 37px;
	padding-left: 10px;
}

.path-node .social-networks a,
#node-334 .social-networks a,
#node-268 .social-networks a,
.path-user .social-networks a {
	background-color: var(--primary-color);
}

.path-node .social-networks a img,
#node-334 .social-networks a img,
#node-268 .social-networks a img,
.path-user .social-networks a img {
	filter: brightness(0) invert(1);
}

.social-networks a img {
	width: 17.5px;
	height: 17.5px;
	margin-top: -1.5px;
}

.social-networks a img[alt="facebook"] {
	width: 17px;
	height: 17px;
}

/*-----------------------------------*/
/*----------LANGUAGE SWITCHER--------*/
header {
	position: relative;
}

#block-vootstrap-languageswitcher {

	right: 15px;
}
@media (max-width: 1400px) {
	#block-vootstrap-languageswitcher {
		position: absolute;
		top: 0px;
	}
}
.region-nav-additional {
	display: flex;
	align-items: center;
}

#block-vootstrap-languageswitcher ul[data-block="nav_additional"] {
	display: flex;
	list-style: none;
	gap: 16.5px;
	position: relative;
	margin-bottom: 0;
	margin-top: 5px;
}

li[hreflang="en"] {
	position: relative;
}

li[hreflang="en"]::after {
	content: "";
	position: absolute;
	bottom: 7px;
	right: -9px;
	width: 1px;
	height: 52%;
	background-color: var(--primary-color);
}

.path-frontpage a.language-link,
.path-frontpage a.language-link {
  color: white;
}

.path-frontpage li[hreflang="en"]::after {
	background-color: white;
}

/*-----------------------------*/
/*------------MENU------------*/
/* .region-nav-main {
	margin-left: 200px;
} */

.nav-item {
	font-size: unset;
}

.navbar-nav li a,
.navbar-nav li span {
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 15px;
	font-size: unset;
}

.path-frontpage .navbar-nav li a,
.path-frontpage .navbar-nav li span {
	color: white;
}

.path-node .navbar-nav li a,
.path-node .navbar-nav li span,
#node-334 .navbar-nav li a,
#node-334 .navbar-nav li span,
#node-268 .navbar-nav li span,
#node-268 .navbar-nav li a,
.path-user .navbar-nav li span,
.path-user .navbar-nav li a {
	color: #0F0A31;
}

.path-node .navbar-nav li a:hover,
.path-node .navbar-nav li a:focus,
#node-334 .navbar-nav li a:hover,
#node-268 .navbar-nav li a:focus,
.path-user .navbar-nav li a:hover,
.path-user .navbar-nav li a:focus {
	color: #00637f; 
	opacity: 0.9;
}

.dropdown-menu .nav-item a{
	text-transform: inherit !important;
}

.dropdown-menu {
	border-radius: 20px;
    border: 0px;
    background-color: #f7f7f7e0;
    padding: unset;
    box-shadow: 0 10px 0 -5px rgba(0, 0, 0, 0.05);
    padding: 6px;
}
@media (max-width: 992px){
	.dropdown-menu {
		background-color: #ffffff00;
		box-shadow: none;
	}
}
/* .path-frontpage .dropdown-menu:before {
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #fff transparent;
    height: 0px;
    position: absolute;
    left: 15px;
    top: -9px;
    width: 0px;
} */

.path-frontpage .nav-item.dropdown .nav-link {
	color: white !important;
	position: relative;
}



.dropdown-menu .nav-item {
	font-size: unset;
}

.dropdown-item {
	color: var(--secondary-color) !important;
	font-size: 15px !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active, .dropdown-item.active,
.nav-link.active {
	color: var(--primary-color) !important;
	background-color: unset;
	font-weight: bold;
}

/*------------------------------*/
/*------------BANNER------------*/
.path-frontpage header {
	background: linear-gradient(90deg, rgba(0,98,124,1) 0%, rgba(41,36,88,1) 50%);
	position: relative;
	z-index: 1;
}

.banner-content {
	padding-bottom: 100px;
	padding-top: 50px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.banner-content .col-md-10 {
	margin: 0 auto;
}

.banner-content .col-md-10 > p {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 5px;
}

.banner-content .col-md-6 {
	max-width: 45.6%;
}
  
.path-frontpage header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/banner.svg');
	background-position: right center;
	background-repeat: repeat-y;
	background-size: contain;
	background-attachment: fixed;
	z-index: -1;
}
  
.banner-content * {
	color: white;
}
  
.banner-content h1 {
	font-size: 75px;
	font-weight: 750;
}
  
.banner-content h1 .weight-light {
	font-weight: 300;
}

.banner-content .banner-links {
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	margin-top: 20px;
}

.banner-content .banner-links a {
	display: block;
	margin-bottom: 30px;
	width: fit-content;
	justify-self: center;
}

.banner-content .section .text a:hover {
	/*text-decoration: underline !important;*/
	color: var(--tertiary-color);
}

.banner-content .banner-links a {
	border: 1px solid #fff;
	font-weight: 600;
	border-radius: 6px;
	padding: 6.5px 13px;
	font-size: 22px;
}
  
.banner-content .banner-links a:hover, 
.banner-content .banner-links a:focus {
	background-color: #ffffff1f;
	color: white;
}

.banner-content .read-more {
	border: 1px solid var(--tertiary-color);
	color: var(--tertiary-color);
	border-radius: 6px;
    padding: 6.5px 13px;
}

.banner-content .read-more:hover {
	background-color: #ffffff1f;
}

#block-vootstrap-bannerlogos {
	background-color: var(--primary-color);
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
  
.path-frontpage .banner-logos p {
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.path-frontpage .banner-logos .col-md-4 {
	max-width: 31.5%;
}
  
.path-frontpage .banner-logos img {
	filter: brightness(0) invert(1); 
	width: 160px;
	max-width: 100%;
	margin: auto;
}
  
.align-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
  
.path-frontpage .banner-logos .special-borders {
	border-left: 1px solid #ffffff3b;
	border-right: 1px solid #ffffff3b;
}

.banner-content * {
	text-align: center;
}
   
.banner-content img[alt="arrow-down"] {
	width: 28px;
	height: 28px;
}

.banner-sections {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.banner-sections .section {
	padding: 0 15px;
	width: 25%;
}

.banner-sections .section .text {
	z-index: 2;
}

.banner-sections .section .text p {
	font-weight: 300;
}

.banner-sections .section .text p b {
	font-weight: 550;
}

.yellow b {
	color: var(--tertiary-color) !important;
	font-weight: 600;
}

.banner-sections .section .title-arrow {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 1;
}

@keyframes slideUp {
	0% {
    	transform: translateY(100%); 
    	opacity: 0; 
  	}
	100% {
    	transform: translateY(0); 
    	opacity: 1;
  	}
}
.main-logo{
	min-width: 250px;
	width: 280px;
	padding: 5px;
}
.path-frontpage .main-logo{
	filter: brightness(0) invert(1);
}
@media (max-width: 390px){
	.main-logo{
	min-width: 250px;
	width: 250px;
}
}
/*-----------------------------------*/
/*------------BREADCRUMBS------------*/
.region-breadcrumb {
	background-color: var(--primary-color);
	padding: 27px 15px 15px 15px;
	margin-bottom: 50px;
}
@media (max-width: 767px){
	.region-breadcrumb {
		margin-top: 35px;
	}
}
.breadcrumb {
	justify-content: center;
}

#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle {
	margin: auto;
}

#block-vootstrap-pagetitle h1 {
	font-size: 32px;
}

.page-node-type-article #block-vootstrap-pagetitle h1 span {
    display: block; /* Ensures span behaves properly */
    max-width: 100%; /* Adjust this based on your layout */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb,
.breadcrumb-item a,
.region-breadcrumb h1 {
	color: white !important;
	text-align: center;
}

ol.breadcrumb {
	margin-bottom: unset;
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 18px;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: white;
	padding-right: 4px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 4px;
}

.path-node #block-vootstrap-pagetitle h1 {
    width: 100%;
}

.path-node #block-vootstrap-pagetitle h1,
.path-node #block-vootstrap-pagetitle .field--name-title,
#block-vootstrap-pageacronymtitle h1 span {
	font-weight: 700;
}

/*-----------------------------------*/
/*------------FRONT PAGE------------*/
.view-blog-articles-view .owl-stage-outer, 
.view-blog-articles-view .owl-stage,
.view-projects-view .owl-stage-outer,
.view-projects-view .owl-stage {
	display: flex;
}

.view-blog-articles-view .owl-item > div, 
.view-blog-articles-view .owl-item article, 
.view-blog-articles-view .blog-item-front,
.view-projects-view .owl-item > div {
	height: 100%;
}

/*----------BLOG-------------*/
#block-vootstrap-blogfrontblock {
	margin-top: 100px;
}

.content-blog h2 {
	text-align: left;
	margin-bottom: 15px;
}

.date-wrapper-teaser {
	color: #6c757d;
	font-size: 14.5px;
}

.card-img-top {
	max-width: 100%;
}

article .card-body h3 {
	line-height: 0.85;
	color: var(--secondary-color);
}

.view-blog-articles-view .owl-item {
	background-color: #f9f9f9;
	box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.1);
	margin: 10px;
	margin-top: 0;
}
  
.blog-item-front img {
	object-fit: cover;
	object-position: center;
	height: 190px;
}
  
.blog-item-front .card-body {
	max-width: 100%;
	text-align: left;
	padding: 15px;
}

article p {
	text-align: justify;
}

/*----------EVENTS-------------*/
.content-events {
	padding-left: 40px;
}

.content-events h2 {
	margin-bottom: 15px;
}

.rss-event {
    border-bottom: 1px solid #f2f2f2;
	background-color: #f9f9f9;
    box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.1);
	padding: 15px 45px;
}

.rss-event h4 {
	color: var(--secondary-color);
	font-size: 18px;
}

.rss-event .date {
	color: #6c757d;
	font-size: 15px;
}

.block-news-events {
	position: relative;
}

.block-news-events::after {
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	background-image: url('../images/line-left.svg');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	left: 0;
	bottom: -10%;
	z-index: -1;
}

/*----------INTRO-------------*/
.block-intro {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.block-intro .row {
	align-items: center;
}

.block-intro::after {
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	background-image: url('../images/line-right.svg');
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.block-intro h2 {
	font-size: 58px;
	text-transform: uppercase;
	color: var(--secondary-color);
}

/*-------OBJECTIVES---------*/
.content-block-objectives {
	display: flex;
	flex-wrap: wrap;
}

.block-objectives {
	padding-top: 60px;
	padding-bottom: 100px;
	color: var(--secondary-color);
	position: relative;
}

.block-objectives h3 {
	color: var(--secondary-color);
	margin-top: 0;
}

.block-objectives img {
	padding: 5px;
}
  
.block-objectives p {
	font-size: 16px;
}

.block-objectives::after {
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	background-image: url('../images/line-left.svg');
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	left: 0;
	bottom: 1%;
	z-index: -1;
}

.path-frontpage .item-objective {
	justify-content: center;
}

/*-------TOPICS---------*/
.block-topics {
	margin: 70px 0;
	position: relative;
}

.block-topics::after {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background-image: url(../images/line-right.svg);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.topics-front .view-research-lines-view .view-content {
	display: flex;
	flex-wrap: wrap;
}

.topics-front .view-research-lines-view .views-row {
	margin: unset;
	min-width: 50%;
    font-size: 20.5px;
    color: var(--secondary-color);
    padding: 5px 30px;
    font-weight: 700;
}

.topics-front .view-research-lines-view .views-row span {
	position: relative;
}

.topics-front .view-research-lines-view .views-row span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: var(--secondary-color);
    position: absolute;
    left: -15px;
    top: 9px;
}

.topics-front .view-research-lines-view .views-row-odd {
	border-right: 2.5px solid;
}

/*---------------------------*/
/*----------FOOTER----------*/
footer {
	position: relative;
    background-color: var(--primary-color);
    padding: 30px 0 0 0;
    color: white;
}

footer::after {
	content: "";
	position: absolute;
	background: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	bottom: 36px;
	right: 0;
	width: 660px;
	height: 100%;
	filter: brightness(0) invert(1);
	opacity: 0.1;
}

footer .container {
	padding-top: 90px;
}

.page-node-type-team footer {
	background-color: unset;
}

footer a, footer a:hover, footer a:focus {
    color: white;
	cursor: pointer;
}

.second-menu,
.footer-contact {
	margin-bottom: 35px;
}

.footer-contact .content > div {
	display: flex;
	gap: 10px;
	align-items: start;
}

.footer-contact .content > div img {
	margin-top: 6px;
}

.footer-contact span {
	padding-right: 25px;
}

.footer-icons {
	display: flex;
	align-items: baseline;
	gap: 20px;
	margin-top: 10px;
}

.footer-icons p {
	font-size: 22px;
	font-weight: 600;
}

footer .social-networks {
	position: relative;
	z-index: 1;
}

footer .social-networks a {
	width: unset;
}

.path-frontpage footer .social-networks a,
.path-node footer .social-networks a,
#node-334 footer .social-networks a,
#node-268 footer .social-networks a,
.path-user footer .social-networks a {
	background-color: unset;
}

footer .social-networks a img {
	margin-top: -5.5px;
	filter: brightness(0) invert(1);
}

footer .social-networks a img[alt="facebook"] {
	margin-top: -7.5px;
}

.second-menu {
	position: relative;
	z-index: 1;
}

.second-menu li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.second-menu li img {
	width: 16px;
	width: 16px;
	filter: brightness(0) invert(1);
}

footer ul li a span {
    padding-left: 3px;
    padding-right: 3px;
}

.copyright-wrap {
	background-color: var(--secondary-color);
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright p {
	margin-block-end: unset;
	padding: 7px 0;
	opacity: 0.5;
}

.copyright p,
.copyright a {
	font-size: 15px;
}

/*---------------------------*/
/*----------WHO ARE WE?----------*/
.who-are-we-wrap > div {
	margin-bottom: 35px;
}

.who-are-we-wrap p {
	text-align: justify;
}

.who-are-we-wrap img {
	padding-right: 15px;
}

/*---------------------------*/
/*----MISSION AND ACTIVITY-----*/
.mission-activity-wrap {
	margin-bottom: 120px;
}

.mission-activity-wrap .tabs-wrap {
	display: flex;
	margin-bottom: 45px;
}

.mission-activity-wrap .tabs-wrap div:hover,
.mission-activity-wrap .tabs-wrap div:focus {
	border-bottom: 2px solid #a7a7a7;
}

.mission-activity-wrap .tabs-wrap div {
	border-bottom: 2px solid #d1d3d2;
	cursor: pointer;
}

.mission-activity-wrap .tabs-wrap {
	color: #565656;
	font-weight: 700;
}

.mission-activity-wrap .tabs-wrap p {
	font-size: 19.5px;
	margin-block-end: 0.3em;
}

.mission-activity-wrap .tabs-wrap .selected,
.mission-activity-wrap .tabs-wrap .selected:hover,
.mission-activity-wrap .tabs-wrap .selected:focus {
	border-bottom: 2px solid #00627c;
}

.mission-activity-wrap .tabs-wrap .selected p {
	color: #00627c;
}

.mission-activity-wrap .tabs-wrap .selected p:hover {
	opacity: 0.9;
}

.mission-activity-wrap section .row {
	justify-content: space-between;
}

.mission-activity-wrap section .col-lg-6 {
	max-width: 47%;
}

.mission-activity-wrap section h4 {
	margin-bottom: 60px;
}

.mission-activity-wrap section p {
	text-align: justify;
	margin-bottom: 30px;
}

/*-----------------------------*/
/*----------OBJECTIVES---------*/
.objectives-custom-table {
	margin-top: 20px;
	margin-bottom: 120px;
}

.objectives-custom-table .col-lg-4 {
	width: 33%;
	vertical-align: middle;
	text-align: center;
	padding: 30px;
	border: 2px dashed #2c748c;
	position: relative;
	min-height: 280px;
	display: flex;
}
  
.objectives-custom-table {
	border: 2px solid white;
	position: relative;
}
  
.objectives-custom-table div p {
	margin-bottom: 0px;
	align-self: center;
	font-size: 17px;
}
  
.block-white {
	position: absolute;
	background-color: #fff;
	right: -20px;
	bottom: -19px;
	width: 35px;
	height: 36px;
	z-index: 9;
}
  
.block-white-left {
	position: absolute;
	background-color: #fff;
	left: -16px;
	bottom: -17px;
	width: 32px;
	height: 32px;
	z-index: 9;
}
  
.border-white {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

/*--------------------------------*/
/*-PATRONS & TECHNOLOGY PLATFORMS-*/
.patrons-wrap h2 {
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.view-technology-platforms .view-content {
	display: flex;
	flex-wrap: wrap;
}

.view-technology-platforms .views-row {
	width: 25%;
	padding: 20px;
	margin-bottom: 35px;
}

.sponsors, 
.view-technology-platforms {
	justify-content: center;
}

.sponsors img,
.view-technology-platforms img {
	border: 1px solid #f2f2f2;
	width: 100%;
	height: 150px;
	object-fit: contain;
	padding: 15px;
}
  
.sponsors h3,
.view-technology-platforms h3 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
  
.sponsors a,
.view-technology-platforms .tech-wrap a {
	color: #444;
	transition: transform 0.3s;
	margin-bottom: 30px;
	min-height: 240px;
}
  
.sponsors a:hover,
.view-technology-platforms a:hover {
	-ms-transform: scale(1.03); /* IE 9 */
	-webkit-transform: scale(1.03); /* Safari 3-8 */
	transform: scale(1.03);
}

@media (max-width: 991px) {
	.sponsors a,
	.view-technology-platforms .tech-wrap a {
		margin-bottom: 10px;
		min-height: 180px;
	}
}

/*----------------------------*/
/*----------PARTNERS----------*/
.view-patners .views-row {
	float: left;
}
  
.view-patners .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.view-patners .views-row img,
.partner-img img,
.view-patners .owl-carousel .owl-item img {
	padding: 20px;
	transition: transform 0.3s;
	max-width: 210px;
	max-height: 125px;
	width: auto;
	height: auto;
}

.view-patners .views-row img[src$=".svg"],
.partner-img img[src$=".svg"],
.view-patners .owl-carousel .owl-item img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 210px;
    max-height: 125px;
}

.view-patners .owl-carousel .owl-stage-outer,
.view-patners .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.view-patners .views-row img:hover,
.partner-img img:hover {
	-ms-transform: scale(1.03); /* IE 9 */
	-webkit-transform: scale(1.03); /* Safari 3-8 */
	transform: scale(1.03);
}

#block-vootstrap-views-block-patners-block-2 {
	margin: 80px 0;
}

/*---------------------------*/
/*--SCHOLARSHIPS AND GRANTS--*/
#node-154 main {
	margin-bottom: unset;
}

.grants-wrap h1,
.grants-wrap .grants-intro,
.grants-wrap .sections-wrap {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    margin-right: auto;
    margin-left: auto;
}

.grants-wrap h1.fw-light {
	margin-bottom: 65px;
}

.grants-intro {
	justify-content: space-between;
}

.grants-intro .text {
	padding-right: 40px;
}

.grants-intro .text > p {
	text-align: justify;
}

.grants-intro .intro-box fieldset {
    position: relative; 
    border: 1.5px solid var(--primary-color);
    border-radius: 12px;
    padding: 18px;
}

.grants-intro .intro-box legend {
    position: absolute;
    top: -15px;
    left: 15px;
    width: 85px; 
    padding: 3px 10px;
    background-color: white;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

html[lang = "es"] .grants-intro .intro-box legend {
	width: 100px; 
}

.grants-intro .intro-box legend::after {
    content: "";
    display: inline-block;
    width: 11px; 
    height: 11px; 
    background-color: rgba(1, 198, 47, 1); 
    border-radius: 50%; 
    margin-left: 10px; 
}

.grants-intro ul {
	padding-top: 18px;
}

.primary-color {
	color: var(--primary-color);
	font-weight: 600;
}

p.primary-color {
	font-weight: 700;
}

.grants-intro .buttons {
	padding-bottom: 5px;
	justify-content: center;
}

.grants-intro .buttons a {
	color: white;
	background-color: var(--primary-color);
	border-radius: 6px;
	padding: 7px 40px;
}

.grants-intro .certificate {
	display: flex;
	background-color: rgba(0, 98, 124, 0.05);
	padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
}

.grants-intro .certificate p {
	padding-left: 30px;
}

.grants-wrap .donate-wrap {
	background-color: var(--primary-color);
	padding: 50px 15px 40px 15px;
	color: white;
	margin: 45px 0;
}

.grants-wrap .donate-wrap a {
	color: white !important;
	text-decoration: underline !important;
}

.grants-wrap .sections-wrap {
	margin-bottom: 150px;
}

.grants-wrap .tabs-wrap {
	margin-bottom: 30px;
}

.grants-wrap .tab-title {
	font-weight: 700;
	cursor: pointer;
	font-size: 22px;
	color: rgba(0, 98, 124, 0.5);
}

.grants-wrap .tab-title.selected {
	color: var(--primary-color);
}

.grants-wrap .lists-wrap {
	display: flex;
	justify-content: space-around;
}

/*---------------------------*/
/*----------CONTACT----------*/
.contact-body {
	margin-bottom: 60px;
}

.contact-wrap .contact-body > .row:first-child {
	margin: 20px 0 60px 0;
}

.item-contact {
	margin-bottom: 35px;
}

.item-contact img {
	max-width: 100%;
}

.contact-borders {
	border: 3px solid #00637f3b;
    font-weight: bold;
    color: #00637f;
}

#map {
	min-height: 400px;
}  

/*----------PROJECTS---------*/
.content-type-project .region-breadcrumb {
	margin-bottom: unset;
	position: relative;
}

.project-full {
	margin-bottom: 70px;
}

.project-full .bg-image,
.project-full .bg-no-image {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	margin-top: -210px;
}

.project-full .bg-image img,
.project-full .bg-no-image {
    width: 100%;            
    height: 330px;         
    object-fit: cover;      
    object-position: top; 
}

.project-full .bg-no-image {
	background: linear-gradient(to right, rgba(0, 98, 124, 1), rgba(41, 36, 88, 1));
}


#node-160 .project-full .bg-image::after {
    content: '';                      
    position: absolute;              
    top: 0;                            
    left: 0;                            
    right: 0;                           
    bottom: 0;                         
    background: rgba(41, 36, 88, 0.67);
    z-index: 1;                         
}

.project-main-content {
	margin-top: 210px;
}

.project-full .logo {
	margin-bottom: 55px;
	width: 230px;
	text-align: center;
	background-color: white;
	border: 1px solid white;
	border-radius: 12px;
	position: relative;
	min-height: 132px;
	display: flex;
	padding: 15px 10px;
}

.project-full .logo img {
	max-width: 175px;
	min-height: 60px;
	max-height: 125px;
	object-fit: contain;
	margin: 0 auto;
}

.project-full .intro-content {
	display: flex;
	margin-bottom: 55px;
	justify-content: space-between;
	gap: 60px;
}

.project-full .intro-wrap h4 {
	margin-bottom: 25px;
	padding-right: 370px;
}

.project-full .info-box {
	background-color: #efefefa3;
	border: 1px solid #efefefa3;
	box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.5);
	border-radius: 12px;
	padding: 20px 15px;
	min-width: 330px;
	width: 330px;
	height: fit-content;
}

.project-full .info-box .field__label {
	color: var(--primary-color);
}

.project-full .link {
	text-align: center;
	background-color: rgba(0, 98, 124, 1);
	margin: 15px 0;
	border: 1px solid rgba(0, 98, 124, 1);
	border-radius: 6px;
	padding: 8px 10px;
}

.project-full .link a {
	position: relative;
	color: white;
	font-weight: 700;
}

.project-full .link a::after {
	content: "";
	position: absolute;
	top: 4px;
	right: -30px;
	width: 16px;
	height: 16px;
	background-image: url('../images/arrow-up-right-from-square-solid.svg');
	background-repeat: no-repeat;
	filter: brightness(0) invert(1);
}

.project-full .record > div {
	margin-bottom: 10px;
}

.project-full .dates-wrap {
	display: flex;
	gap: 9px;
}

.project-full .record > div .field__label {
	margin-right: 5px;
}

.project-full .record > div div {
	display: inline;
}

.project-full .dates {
	display: flex;
}

.project-full .dates span {
	padding: 0 3px;
}

.project-full .body-content {
	margin-bottom: 80px;
}

.project-full .field-title,
.project-full .funding-logos-title p {
	font-weight: 700;
	font-size: 22px;
}

.project-full .funding-logos-title {
	padding-top: 35px;
}

.project-full .field-logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.project-full .field-logos img {
	width: 260px;
	max-width: 260px;
	max-height: 105px;
	height: auto;
	padding: 20px;
	object-fit: contain;
}

.project-full .field-logos img[alt='Co-financed logos Centr@tec'] {
	max-width: 600px;
}

.project-full .field-logos img[alt='Funding logos'],
.project-full .field-logos img[alt='i4Trust'] {
	max-width: 400px;
}

.project-full .field-logos img[alt='Junta de Castilla y León'],
.project-full .field-logos img[alt='Funding logos'],
.project-full .field-logos img[alt='i4Trust'],
.project-full .field-logos img[alt='Co-financed logos Centr@tec'] {
	max-height: 125px;
}

.project-full .field-logos img[alt='Comisión Europea'],
.project-full .field-logos img[alt='BeonMedia'],
.project-full .field-logos img[alt='ICE'],
.project-full .field-logos img[alt='Europa impulsa'] {
	max-height: 140px;
}

.project-full .field-logos img[alt='Agencia Estatal de Investigación'] {
	max-height: 170px;
}

.project-full .field-logos img[alt='Co-financed logos'] {
	max-width: 100%;
	max-height: 160px;
	padding-left: unset;
	margin-left: -8px;
}

.project-full .full-field-logos img {
	max-width: 100%;
	max-height: 450px;
}

.project-full .no-top-padding img {
	padding-top: unset;
}

/*----Projects for logged in users----*/
.user-logged-in .project-full .bg-image,
.user-logged-in .project-full .bg-no-image {
	display: none;
}

.user-logged-in .project-main-content {
	margin-top: unset;
}
/*---------------------*/
.view-projects-view .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 60px;
}

.view-projects-view .views-row {
	width: 30%;
	margin-bottom: 40px;
}

.project-teaser {
	box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.25);
    padding: 15px;
	padding-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    background-color: #f9f9f9;
	border-radius: 12px;
}

.path-frontpage .view-projects-view .project-teaser {
	box-shadow: 0px 4px 9px -3px rgba(0,0,0,0.1);
}

.project-teaser .logo {
	min-height: 150px;
	display: flex;
	align-items: center;
}

.project-teaser .logo img {
	max-height: 120px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 100%;
	padding: 20px 10px 0 10px;
}

.project-teaser .content {
	height: 100%;
	position: relative;
}

.project-teaser h5,
.project-teaser span {
	color: var(--secondary-color);
}

.project-teaser p {
	padding-bottom: 50px;
}

.project-teaser .link {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.project-teaser .link a {
	color: white;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	width: 100%;
	display: block;
	border-radius: 8px;
	padding: 3px;
}

/*projects filter form*/
#views-exposed-form-projects-view-block-1 {
	width: 70%;
	margin: 0 auto 45px auto;
}

#views-exposed-form-projects-view-block-1 .form--inline {
	display: flex;
	justify-content: center;
}

#views-exposed-form-projects-view-block-1 .form-item {
	text-align: center;
}

#views-exposed-form-projects-view-block-1 label {
	font-weight: 660;
	margin-bottom: 5px;
}

#views-exposed-form-projects-view-block-1 .form--inline .form-actions {
	clear: unset;
}

#views-exposed-form-projects-view-block-1 .form-type-textfield input,
#views-exposed-form-projects-view-block-1 .form-select {
	background-color: #fcfcfc;
	border: 2px solid rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	padding: 14px;
	width: 100%;
	min-height: 50px;
	box-shadow: none;
	border-radius: 12px;
}

#views-exposed-form-projects-view-block-1 .form-select {
	padding: 14px 0;
	text-align: center;
	min-width: 142px;
}

#views-exposed-form-projects-view-block-1 input[type="submit"] {
    margin: 1px 5px 10px 0;
    background-color: var(--primary-color);
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 12px;
    color: #ffffff;
}

/*---------------------------*/
/*----------EVENTS----------*/
#block-vootstrap-views-block-events-view-block-1 .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#block-vootstrap-views-block-events-view-block-1 .views-row {
	width: 33%;
}

.teaser-event-wrap {
	height: 100%;
}

.teaser-event-wrap a {
	height: 100%;
	display: flex;
}

.teaser-event {
	width: 100%;
	margin: 5px;
    border: 2px solid var(--primary-color);
    padding: 10px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.11);
    transition: background-color 0.5s ease;
}

.teaser-event .date {
    padding-right: 10px;
    border-right: 1px dashed var(--primary-color);
    text-align: center;
	font-weight: 700;
}

.teaser-event .date .day {
	font-size: 26.5px;
	margin-bottom: -8px;
}

.teaser-event .date .month,
.teaser-event .title-event h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.teaser-event .date .year {
	font-size: 14px;
}

.teaser-event .title-event {
    padding-left: 15px;
    width: calc(100% - 43px);
    align-self: center;
}

#mapEvent, div[id*="mapEvent"] {
    height: 300px;
}

.event-body {
	margin-bottom: 60px;
}

.event-text {
	margin-bottom: 20px;
	text-align: justify;
	padding-right: 18px;
}

.event-body .date {
	margin-top: 30px;
	margin-bottom: 20px;
}

.event-body .date,
.event-body .place {
	border-left: 5px solid #2c5970;
	padding: 10px;
}

.event-body .date p,
.event-body .place p {
	margin-block-end: unset;
}

.link-button {
	padding: 3px 8px;
	border-radius: 3px;
}

.link-button:hover,
.link-button:focus {
	color: white;
}

/*---------------------------*/
/*----------COURSES----------*/
.view-courses-view .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view-courses-view .views-row {
	width: 48%;
	margin-bottom: 35px;
}

.course-wrap {
	border: 1px solid #2924580a;
	border-radius: 5px;
	background: #f9f9f9;
    box-shadow: 2px 2px 5px 0px rgba(85, 85, 85, 0.1);
	padding: 10px 20px 35px 20px;
	height: 100%;
	position: relative;
}

.course-wrap div {
	display: flex;
	align-items: flex-start;
}

.course-wrap > p {
	margin-block-end: unset;	
	color: var(--secondary-color);
	font-size: 16px;
}

.course-wrap > p:last-child {
	position: absolute;
	bottom: 10px;
	left: 43%;
}

.course-wrap h4 {
	margin-bottom: 15px;
	color: var(--secondary-color);
}

.course-price p {
	padding-left: 12px;
}

.modality p {
	padding-left: 10px;
}

.course-price img {
	width: 17px;
	padding-top: 1.5px;
	margin-left: 3px;
}

.modality img {
	width: 23px;
	padding-top: 1.5px;
}

/*---------------------------*/
/*------ARTICLES (BLOG)------*/
#block-vootstrap-views-block-blog-articles-view-block-2 .view-content,
#block-vootstrap-views-block-blog-articles-view-block-3 .view-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row,
#block-vootstrap-views-block-blog-articles-view-block-3 .views-row {
	max-width: 31%;
	margin-bottom: 35px;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child {
	max-width: 100%;
	width: 100%;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .article-teaser {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4%;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body {
	display: flex;
	flex-direction: column;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body .date-wrapper-teaser {
	order: 1;
	margin-bottom: 15px;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body h3 {
	order: 2;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body .card-text {
	order: 3;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-img-top,
#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body {
	width: 48%;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-img-top img {
	height: auto;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .card-text,
#block-vootstrap-views-block-blog-articles-view-block-3 .card-text {
	margin-top: 20px;
	text-align: justify;
	hyphens: auto;
}

#block-vootstrap-views-block-blog-articles-view-block-2 .card-img-top img,
#block-vootstrap-views-block-blog-articles-view-block-3 .card-img-top img {
    height: 210px;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	border: 1px solid rgb(235, 235, 235);
	aspect-ratio: 16 / 9;
}


#block-vootstrap-views-block-blog-articles-view-block-3 .card-img-top img {
	border-radius: unset;
}

.article-teaser {
	padding: 10px; 
}

/*--------------------------*/
.article-text p, 
.article-text li, 
.article-text a {
	font-size: 17px;
}

.article-title-wrap {
	display: flex;
	gap: 13px;
	margin-bottom: 30px;
}

.article-title-wrap h2 {
	margin-bottom: unset;
}

.article-text img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding: 10px 0 35px 0;
}

.creator {
	display: flex;
	align-items: baseline;
}

.creator img {
	width: 23px;
	height: 15px;
	padding-right: 8px;
}

.date-wrapper {
	float: left;
    margin-right: 6px;
    text-align: center;
    border-radius: 2px;
}

.date-wrapper .day {
	background: #F2F2F2;
    border-radius: 2px 2px 0 0;
    color: #00748e;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 13px 2px;
}

.date-wrapper .month {
	width: 100%;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    font-weight: bold;
	background: linear-gradient(to right, rgba(132, 17, 172, 0.62) 0%, rgba(240, 47, 23, 0.62) 0%, rgba(132, 17, 172, 0.62) 0%,
	 rgb(0, 116, 142) 0%, rgba(85, 65, 110, 0.62) 100%);
}

.share-buttons-wrapper {
	margin-bottom: 120px;
}

article figcaption {
	text-align: center;
	color: rgb(145, 144, 144);
	margin-top: -25px;
	font-style: italic;
}

.project-full h2 {
	font-size: 38px;
	text-transform: capitalize;
	color: black;
	text-align: center;
	margin-bottom: 55px;
}

article .card-text,
article .card-text p {
	font-size: 16.6px;
}

/*---------------------------*/
/*----------RESEARCH LINES----------*/
.reaserch-line-wrap { 
	align-items: center;
	justify-content: space-between;
}

.view-research-lines-view {
	margin-bottom: 120px;
}

.view-research-lines-view .views-row {
	margin: 25px 0 70px 0;
}
  
.view-research-lines-view .views-row-even .reaserch-line-text { 
	order: 2; 
	text-align: left;
}
  
.view-research-lines-view .views-row-even .reaserch-line-image { 
	order: 1; 
}

.view-research-lines-view .views-row-even .reaserch-line-image img {
	border-top-left-radius: 40px;
}

.view-research-lines-view .views-row-odd .reaserch-line-image img {
	border-top-right-radius: 40px;
}

.view-research-lines-view .views-row-odd .reaserch-line-text {
	text-align: end;
}

.reaserch-line-image {
	max-width: 30%;
}

.reaserch-line-image img {
    max-width: 100%;
}

/*---------------------------*/
/*----------COOKIES----------*/
.eu-cookie-compliance-banner {
	width: 100% !important;
   }
   .eu-cookie-compliance-content {
	   display: flex;
	   flex-direction: column;
	   padding: 25px 0;
	   
   }
   .eu-cookie-compliance-categories-buttons {
	   margin: 1em 0 1em 0 !important;
   }
   .eu-cookie-compliance-save-preferences-button {
	   padding: 5px 25px;
	   background-color: #ffffff;
	   font-weight: bold;
	   color: var(--primary-color);
	   border: none;
	   background-image: none !important;
	   text-shadow: none;
   }
   
   .eu-cookie-compliance-save-preferences-button:hover, .eu-cookie-compliance-save-preferences-button:focus {
	   -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2) !important;
	   -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2) !important;
	   padding: 5px 25px!important;
	   background-color: #ffffff !important;
	   font-weight: bold !important;
	   color: var(--primary-color) !important;
	   border: none !important;
	   background-image: none !important;
	   text-shadow: none !important;   
   }
   
   .agree-button,
   .agree-button:hover,
   .agree-button:focus,
   .agree-button:active,
   .agree-button:first-child:active {
	   padding: 5px 25px;
	   background-color: #ffffff;
	   font-weight: bold;
	   color: var(--primary-color);
	   border: none;
	   background-image: none !important;
	   text-shadow: none;
   }
   
   div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
	   background: var(--primary-color) !important;
	   box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
   }
   #sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, #sliding-popup label, #sliding-popup div, .eu-cookie-compliance-more-button, .eu-cookie-withdraw-tab {
	   color: #ffffff !important;
   }
   #sliding-popup h2 {
	   font-size: 20px;
   }
   #sliding-popup p, #sliding-popup label {
	   font-size: 16px;
   }
   .agree-button:hover,
   .agree-button:focus,
   .agree-button:active {
	   box-shadow: 5px 6px 9px rgba(0, 0, 0, 0.3);
   }
   
 
   @media (max-width: 696px) {
	   .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
		   position: unset;
		   float: right;
		   margin-top: 0 !important;
	   }
   }
   @media (min-width: 1000px) {
	   .eu-cookie-compliance-buttons {
		   left: 30%;
	   }
   }
   @media (min-width: 1400px) {
	   .eu-cookie-compliance-buttons {
		   left: 25%;
	   }
   }
   @media (min-width: 2000px) {
	   .eu-cookie-compliance-buttons {
		   left: 20%;
	   }
   }
   @media (min-width: 2750px) {
	   .eu-cookie-compliance-buttons {
		   left: 18%;
	   }
   }
   
   /*cookies page*/
   .cookies-page thead, tbody, tfoot, tr, td, th {
    	padding: 10px;
	}
	.cookies-page table tr td:first-child {
		background-color: #00627ccc;
		color: #ffffff;
	}
	.cookies-page table tr:first-child {
		background-color: #00617c;
		color: #ffffff;
	}
	.cookies-page table {
		border-color: #ffffff !important;
	}
/*--------------------------------*/
/*------------DONATIONS-----------*/
.donations-wrap {
	margin-top: 60px;
}

.currency-content h3 img {
	max-width: 35px;
	margin-bottom: 4px;
}

.paypal-wrap h3 img {
	max-width: 22px;
	margin-bottom: 4px;
}

.currency-content {
	border-right: 1px solid #f2f2f2;
	padding-right: 30px;
}

.currency-content .open-modal img {
	max-height: 20px;
    max-width: 20px;
    display: inline;
}

.currency-content button {
	width: 100%;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	min-height: 35px;
	font-size: 14.5px;
}
  
.currency-content button:hover, 
.currency-content button:focus {
	background-color: #f2f2f2;
	outline: none;
	box-shadow: none;
}

#block-vootstrap-donations {
	margin-bottom: 35px;
}

/* General Modal Frame Styles */
.modal-frame {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: white;
    padding: 15px 35px; 
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    max-width: 50%; 
    width: 90%; 
    text-align: center;
}

.modal {
	position: relative;
	background-color: white;
	min-height: 126px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}

.close img {
	width: 13px;
    height: 13px;
	filter: brightness(0) invert(0.5);
}

/* Modal Body Content */
.modal-body {
    margin-top: 20px;
	overflow: hidden;
	padding: 42px 35px;
}

.modal-body > img {
    width: 50px; /* Icon size */
    margin-bottom: 20px;
}

.modal-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.copy-currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
	border-top-left-radius: 2.5px;
	border-bottom-left-radius: 2.5px;
}

.copy-value {
    margin: 0;
    color: #555;
    overflow-wrap: break-word;
	text-overflow: ellipsis;
	font-size: 13px;
	margin: 0 auto;
}

.copy-button {
    background-color: #2c748c;
    border: none;
    padding: 6px 10px;
    border-top-right-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
    cursor: pointer;
	width: 39px;
}

.copy-button img {
    width: 16px;
	filter: brightness(0) invert(1);
	margin-bottom: 2px;
}

.copy-button:hover {
    background-color: #1b5d74;
}

/* Copy Tooltip */
/* Tooltip base styling for hover */
[data-tooltip] {
    position: relative;
    cursor: pointer; /* Indicates interactivity */
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -45px; /* Position tooltip below the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    font-size: 11.5px;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

/* Tooltip arrow */
[data-tooltip]::before {
    content: '';
    position: absolute;
    bottom: -18px; /* Position arrow */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out;
}

/* Show tooltip on hover */
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}

/* Show tooltip on click (active state) */
.tooltip-active::after,
.tooltip-active::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}


/*--------------------------------*/
/*--------WORK OPPORTUNITIES------*/
.view-work-opportunities .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 50px;
	margin-bottom: 80px;
}

.view-work-opportunities .views-row {
	width: 26%;
	margin-bottom: 45px;
}

.view-work-opportunities .views-row > div,
.work-teaser-wrap {
	height: 100%;
}

.view-work-opportunities .work-title {
	min-height: 85px;
    max-width: 100%;
    align-items: center;
	justify-content: center;
    display: flex;
    padding: 15px 10px;
	color: black;
	text-align: center;
}

.view-work-opportunities .work-teaser-wrap .work-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.webform-submission-work-opportunities-add-form {
	width: 45%;
	margin: 0 auto;
}

.webform-submission-work-opportunities-add-form label:not(:last-child) {
	font-weight: 500;
	margin-bottom: 7px;
}

#edit-full-name,
#edit-e-mail {
	border: 2px solid #00637f;
	background-color: #FCFCFC;
	padding: 15px;
}

#edit-full-name.form-control,
#edit-e-mail.form-control {
	font-size: 14px;
}

#edit-actions-submit {
	background-color: #00637f;
	border: 1px solid #00637f;
    padding: 5px 15px;
    font-size: 18px;
	border-radius: 4px;
	font-weight: 500;
}

.work-page-wrap p,
.work-full-wrap > p {
	margin-top: 30px;
	margin-bottom: 60px;
}

.work-full-wrap {
	margin-bottom: 65px;
}

.work-full-wrap .separator {
	margin-top: 70px;
}

.button-action.webform-file-button, 
.button-action.webform-file-button:active { 
	background-color: #444;
    padding: 5px 15px;
	color: white;
}

.button-action::before {
	content: none;
}

/*--------------------------*/
/*-----GRAPHIC IDENTITY-----*/
.graphic-identity ul {
	list-style-type: square; 
	padding-left: 45px; 
  }
  
/*--------------------------*/
/*-------------CSR----------*/
.csr .csr-section h4,
.csr > h4 {
	text-transform: uppercase;
	border-left: 13px solid black;
	margin: 55px 0 15px 0;
	padding-left: 15px;
}

/*--------------------------*/
/*------------TEAM----------*/
/*Team view page*/
.team-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background-image: url('../images/line-left.svg');
	background-repeat: no-repeat;
}

.team-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 45px;
	color: var(--secondary-color);
}

.team-title.even {
	text-align: right;
}

.team-title.even::before {
	left: unset;
	right: 0;
	background-image: url('../images/line-right.svg');
}

.view-team .view-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 4%;
}

.view-team .views-row {
	width: 30.5%;
	margin-bottom: 35px;
}

.team-teaser-wrap {
	text-align: center;
	box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 12%);
	border-radius: 20px;
	padding: 20px 0 12px 0; 
	height: 100%;
	display: flex;
	flex-direction: column;
}

.team-card-content {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	align-items: center;
}

.team-teaser-wrap .view-profile,
.team-teaser-wrap .view-profile:hover,
.team-teaser-wrap .view-profile:focus {
	width: 65%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background: #5b6a93;
    border-radius: 4px;
    color: #fff;
} 

.team-teaser-wrap img {
	margin:0 auto;
    border-radius: 100%;
    width: 200px;
    border-radius: 50%;
    border: 1px solid #55555566;
	box-shadow: 2px 2px 5px 0px rgba(85, 85, 85, 0.1);
}

.view-profile {
	margin-bottom: 20px;
	margin-top: auto;
}

.team-teaser-wrap h5 {
	margin: 10px 0 25px 0;
}

.team-teaser-wrap.rss h5 {
	margin: 10px 0 5px 0;
}

.team-teaser-wrap.rss p {
	padding: 0 12px;
	font-size: 18px;
	color: #444;
}

/*single card page*/
.team-card-wrap {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.team-card-wrap .item {
	box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 75%);
	padding: 30px;
	border-radius: 20px;
	text-align: center;
	margin: 15px;
	width: 30%;
}

.team-card-wrap .item img {
	max-width: 150px;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
}

.team-card-wrap .item p,
.team-card-wrap .item a {
	font-size: 18px;
	margin-block-end: 5px;
}

.team-card-wrap .item a.btn {
	font-size: 15px;
	margin-top: 8px;
}
/**/

/*---------------------------*/
/*------PAGE NOT FOUND-------*/
.error-page-wrap .content-wrap {
	margin: 70px 0 100px 0;
}

.error-page-wrap .content-wrap img {
	max-width: 330px;
	animation: bounce 2000ms infinite cubic-bezier(.4, .65, .65, 0.5);
  }
  
  .error-page-wrap .shadow {
	background: #A4B6C1;
	width: 178px;
	height: 44px;
	margin: 115px auto;
	border-radius: 50%;
	animation: grow-and-shrink 2000ms infinite cubic-bezier(.4, .65, .65, 0.5);
  }
  
  @keyframes bounce {
	0% {
	  transform: translateY(0px);
	}
	50% {
	  transform: translateY(70px);
	}
	100% {
	  transform: translateY(0px);
	}
  }
  
  @keyframes grow-and-shrink {
	0% {
	  transform: scale(1.1);
	}
	50% {
	  transform: scale(1.3); /* Shadow is smallest when image is lowest */
	}
	100% {
	  transform: scale(1.1);
	}
  }
  
/*---------------------------*/
/*-----------RESPONSIVE-----------*/
@media (min-width: 576px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle,
	.grants-wrap h1,
	.grants-wrap .grants-intro,
	.grants-wrap .sections-wrap { 
	  max-width: 540px;
	}

	.banner-content .container {
		padding-left: 0;
		padding-right: 0;
	}

	.banner-sections .section {
  		position: relative;
  		height: 125px;
	}

	.banner-sections .text {
  		position: absolute;
  		top: 0;
  		left: 0;
  		z-index: 0; 
  		animation: slideUp 0.7s forwards;
	}

	.title-arrow p {
    	transition: transform 0.6s ease-in-out; 
	}
}

@media (min-width: 768px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle,
	.grants-wrap h1,
	.grants-wrap .grants-intro,
	.grants-wrap .sections-wrap {
	  max-width: 720px;
	}
}
  
@media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle,
	.grants-wrap h1,
	.grants-wrap .grants-intro,
	.grants-wrap .sections-wrap { 
	  max-width: 960px;
	}

/*----------FRONT PAGE---------*/
	.path-frontpage .banner-logos img[alt="IoT DIH"] {
		padding-top: 15px;
	}
	
/*----------OBJECTIVES---------*/
	.objectives-custom-table .col-lg-4.c-1,
	.objectives-custom-table .col-lg-4.c-2,
	.objectives-custom-table .col-lg-4.c-3 {
		border-top: 0;
	}

	.objectives-custom-table .col-lg-4.c-1,
	.objectives-custom-table .col-lg-4.c-4,
	.objectives-custom-table .col-lg-4.c-7,
	.objectives-custom-table .col-lg-4.c-10 {
		border-left: 0;
	}
  
	.objectives-custom-table .col-lg-4.c-3,
	.objectives-custom-table .col-lg-4.c-6,
	.objectives-custom-table .col-lg-4.c-9,
	.objectives-custom-table .col-lg-4.c-12 {
		border-right: 0;
	}
  
	.objectives-custom-table .col-lg-4.c-10,
	.objectives-custom-table .col-lg-4.c-11,
	.objectives-custom-table .col-lg-4.c-12 {
		border-bottom: 0;
	}
}
  
@media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle,
	.grants-wrap h1,
	.grants-wrap .grants-intro,
	.grants-wrap .sections-wrap { 
	  max-width: 1140px;
	}

	.block-news-events {
		padding-bottom: 50px;
	}

	/*----------FRONT PAGE---------*/
	.path-frontpage .banner-logos img[alt="IoT DIH"] {
		padding-top: 25px;
		width: 195px;
	}

	.path-frontpage .banner-logos img[alt="BISITE"] {
		padding-top: 15px;
		width: 180px;
	}

	/*----------PROJECTS---------*/
	.project-full .field-title {
		padding-right: 70px;
	}
}

@media (min-width: 1400px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle,
	.grants-wrap h1,
	.grants-wrap .grants-intro,
	.grants-wrap .sections-wrap { 
	  max-width: 1320px;
	}

	/*----------PROJECTS---------*/
	.project-full .intro-content .text {
		padding-right: 55px;
	}

	.project-full .field-title {
		padding-right: 90px;
	}
}

@media (min-width: 2100px) {
	/*--Cookie banner--*/
	div#sliding-popup {
		width: 24% !important;
	}

	/* Footer */
	footer::after {
		right: 420px;
	}
}



@media (max-width: 1400px) {	
	/*--Banner--*/
	.banner-content .col-md-6 {
		max-width: 50%;
	}

	/*--OBJECTIVES FRONT PAGE--*/
	.block-objectives img {
		max-width: 62px;
		max-height: 70px;
	}

	/*--PROJECTS PAGE--*/
	.view-projects-view .view-content {
		column-gap: 50px;
	}

	/* Footer */
	footer .container {
		padding-top: 68px;
	}
	
	footer::after {
		width: 630px;
	}
}

@media (max-width: 1300px) {
	

	.eu-cookie-compliance-content {
		max-width: 90%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
    .nav-additional {
        margin-top: -20px;
        margin-right: 90px;
    }
}

@media (max-width: 1200px) {	
	/*--MENU--*/
	.navbar.navbar-expand-lg > div {
		flex-wrap: wrap;
		justify-content: end;
	}

	.region-nav-main {
		margin-right: 10px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
	}

	#block-vootstrap-languageswitcher ul[data-block="nav_additional"] {
		padding-left: 15px;
	}

	/*--BANNER--*/
	.banner-content {
		padding-bottom: 135px;
	}

	.banner-sections {
		flex-wrap: wrap;
		justify-content: center;
	}

	.banner-content .col-md-10 > p:not(.yellow) {
		font-size: 24px;
	}

	/*--BLOG/EVENTS FRONT PAGE--*/
	#block-vootstrap-blogfrontblock {
		margin-top: 50px;
	}

	/*--OBJECTIVES FRONT PAGE--*/
	.block-objectives img {
		max-width: 55px;
		max-height: 65px;
	}

	/*--TOPICS FRONT PAGE--*/
	.topics-front .view-research-lines-view .views-row {
		font-size: 19px;
	}

	.topics-front .view-research-lines-view .views-row-even {
		padding: 5px 10px 5px 30px;
	}

	.topics-front .view-research-lines-view .views-row-odd {
		padding: 5px 15px;
	}

	/*--Courses--*/
	.course-wrap > p:last-child {
		left: 40%;
	}

	/*--BLOG PAGE--*/
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row,
	#block-vootstrap-views-block-blog-articles-view-block-3 .views-row {
		max-width: 32%;
	}

	/*--PROJECTS PAGE--*/
	.view-projects-view .view-content {
		column-gap: 40px;
	}

	.project-full h4 {
		margin-bottom: 25px;
	}

	/*--PARTNERS FRONT PAGE--*/
	.view-patners .owl-carousel .owl-item img {
		max-width: 195px;
		max-height: 115px;
		padding: 25px;
	}

	/*-------DONATIONS-------*/
	.copy-value {
		overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
		padding-left: 12px;
	}

	/*-----WORK OPPORTUNITIES----*/

	.view-work-opportunities .views-row {
		width: 40%;
	} 

	/*-------TEAM-------*/
	.team-card-wrap .item {
		width: 38%;
	}

	/*-------GRANTS-------*/
	.grants-wrap .tabs-wrap .col {
		flex: unset;
		max-width: 25%;
	}

	/* Footer */
	footer .container {
		padding-top: 15px;
	}
	
	footer::after {
		width: 544px;
	}
}


@media (max-width: 992px) {
	.path-frontpage .banner-logos .special-borders {
		border-left: unset;
	}

	/*----------PROJECTS---------*/
	.project-full .intro-content {
		display: unset;
	}

	.project-full .intro-wrap h4 {
		margin-bottom: 25px;
	}

	.project-full .info-box {
		margin: 30px 0 65px 0;
		min-width: 100%;
	}

	.project-full .link {
		max-width: 200px;
		margin: 20px auto 0 auto;
	}
}

@media (max-width: 991px) {
	/*----------FRONT PAGE------------*/
	.block-intro br {
		display: none;
	}

	/*--Banner--*/
	.navbar-expand-lg .navbar-collapse {
		flex-direction: column;
		align-items: end;
	}

	.region-nav-main,
	.navbar-nav li:last-child a {
		margin-right: unset;
	}

	.banner-content .col-md-6 {
		max-width: unset;
		width: 100%;
	}

	.path-frontpage .banner-logos img {
		width: 170px;
	}

	.banner-sections .section {
		width: 48%;
		height: 100%;
		padding: 0 20px;
	}

	.banner-sections .section:nth-child(3),
	.banner-sections .section:last-child {
		margin-top: 120px;
	}

	/*--------INTRO--------*/
	.block-news-events .row {
		flex-direction: column;
	}

	.content-events {
		padding-left: unset;
		margin-top: 30px;
	}

	.block-news-events {
		padding-bottom: 35px;
	}

	.block-intro {
		padding-top: 80px;
	}

	.block-intro div[class*="col-lg-"] {
		max-width: 100%;
	}

	.block-intro::after, 
	.block-topics::after,
	.block-objectives::after,
	.block-news-events::after {
		width: 90%;
	}
	
	/*--------OBJECTIVES--------*/
	.content-block-objectives .col-lg-4,
	.objectives-custom-table .col-lg-4 {
		max-width: 50%;
		flex: 50%;
	}

	.content-block-objectives {
		justify-content: center;
	}

	.block-objectives {
		padding-top: 20px;
	}

	.objectives-custom-table .col-lg-4.c-1,
	.objectives-custom-table .col-lg-4.c-2 {
		border-top: 0;
	}

	.objectives-custom-table .col-lg-4.c-1,
	.objectives-custom-table .col-lg-4.c-3,
	.objectives-custom-table .col-lg-4.c-5,
	.objectives-custom-table .col-lg-4.c-7,
	.objectives-custom-table .col-lg-4.c-9,
	.objectives-custom-table .col-lg-4.c-11 {
		border-left: 0;
	}
	
	.objectives-custom-table .col-lg-4.c-2,
	.objectives-custom-table .col-lg-4.c-4,
	.objectives-custom-table .col-lg-4.c-6,
	.objectives-custom-table .col-lg-4.c-8,
	.objectives-custom-table .col-lg-4.c-10, 
	.objectives-custom-table .col-lg-4.c-12 {
		border-right: 0;
	}
  
	.objectives-custom-table .col-lg-4.c-11,
	.objectives-custom-table .col-lg-4.c-12 {
		border-bottom: 0;
	}

	/*--TOPICS FRONT PAGE--*/
	.block-topics {
		margin: 15px 0;
	}

	/*--------WHO ARE WE?--------*/
	.who-are-we-wrap .col-lg-4 {
		text-align: center;
	}

	.who-are-we-wrap img {
		max-width: 50%;
		margin-bottom: 20px;
	}

	/*--------MISSION AND ACTIVITY--------*/
	.mission-activity-wrap section .col-lg-6 {
		max-width: 100%;
	}	

	/*-PATRONS & TECHNOLOGY PLATFORMS-*/
	.view-technology-platforms .views-row {
		width: 33.3%;
	}

	/*----------TOPICS---------*/
	.reaserch-line-image {
		max-width: 34%;
	}

	/*----------PROJECTS---------*/
	#views-exposed-form-projects-view-block-1 {
		width: 100%;
	}

	#views-exposed-form-projects-view-block-1 input[type="submit"] {
		width: 98%;
	}

	.view-projects-view .views-row {
		width: 47%;
	}

	/*----------EVENTS----------*/
	#block-vootstrap-views-block-events-view-block-1 .views-row {
		width: 48%;
	}

	.project-full .logo img {
		max-height: 110px;
	}

	.project-full .intro-wrap h4 {
		padding-right: unset;
	}

	/*-----EVENT full mode-----*/
	.event-wrap {
		flex-direction: column;
	}

	.event-text {
		padding-right: unset;
	}

	/*--Courses--*/
	.course-wrap > p:last-child {
		left: 36.5%;
	}

	/*----------BLOG----------*/
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row,
	#block-vootstrap-views-block-blog-articles-view-block-3 .views-row {
		max-width: 48%;
	}

	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .article-teaser {
		gap: 7%;
	}

	/*-----WORK OPPORTUNITIES----*/

	.view-work-opportunities .views-row {
		max-width: 47%;
		padding: 0 10px;
		margin-bottom: 30px;
	} 

	.view-work-opportunities .views-row {
		width: 48%;
	} 

	/*-------TEAM-------*/
	.view-team .views-row {
		width: 45%;
	}

	.team-card-wrap .item {
		width: 50%;
	}

	/*-------GRANTS-------*/
	.grants-intro .certificate {
		margin-bottom: 45px;
	}

	p.primary-color {
		text-align: center;
	}

	.grants-intro .text,
	.grants-intro .intro-box {
		padding-right: unset;
		padding-left: unset;
	}

	.grants-wrap .lists-wrap {
		justify-content: space-between;
	}

	.grants-list {
		width: 46%;
	}

	/*-------COOKIES-------*/
	table, tbody {
		display: block;
		max-width: 100%;
	}

	#node-71 table tr {
		padding: unset;
	}

	table tr:first-child {
		display: none;
	}

	table tr td:first-child {
		border-right: 1px solid #dee2e6 !important;
	}
	
	tr {
		display: flex;
		flex-wrap: wrap;
		border: unset !important;
		margin-bottom: 1rem;
	}
	
	td {
		display: block;
		width: 100%;
		padding: 0.5rem;
		border: 1px solid #dee2e6;
		font-size: 18px;
	}

	#node-71 table p,
	#node-71 li {
		overflow: hidden;
    	text-overflow: ellipsis;
	}

	/* Footer */
	footer::after {
		width: 430px;
	}
}

@media (max-width: 567px){
	/* Footer */
	footer::after {
		bottom: 60px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	/*--TOPICS FRONT PAGE--*/
	.block-topics .row {
		flex-direction: column;
	}

	.block-topics h2 {
		text-align: center;
	}

	.topics-front .view-research-lines-view .views-row-odd {
		text-align: end;
		padding-right: 30px;
	}

	.topics-front .view-research-lines-view .views-row-odd span:before {
		content: none;
	}

	.topics-front .view-research-lines-view .views-row-odd span:after {
		content: "";
		width: 7px;
		height: 7px;
		border-radius: 100%;
		background-color: var(--secondary-color);
		position: absolute;
		right: -15px;
		top: 9px;
	}

	.topics-front {
		margin: 0 auto;
	}

	/*----OBJECTIVES----*/
	.block-objectives .col-lg-4 {
		text-align: center;
	}

	.block-objectives .col-lg-2,
	.block-objectives h3 {
		text-align: center;
	}
}


@media (max-width: 767px) {
	/*----MENU----*/
	.navbar.navbar-expand-lg > div {
		justify-content: space-between;
	}

	.navbar-toggler,
	.navbar-toggler:focus, 
	.navbar-toggler:focus-visible {
		border: unset;
		box-shadow: unset;
	}

	.path-frontpage .navbar-toggler-icon {
		background-image: url(../images/bars-solid.svg);
		filter: brightness(0) invert(100);
		width: 1.2em;
	}

	.path-node .navbar-toggler-icon,
	#node-268 .navbar-toggler-icon,
	#node-334 .navbar-toggler-icon,
	.path-user .navbar-toggler-icon {
		background-image: url(../images/bars-solid.svg);
		width: 1.15em;
	}

	button.navbar-toggler {
		position: absolute;
		top: 39%;
		right: 25px;
	}

	.region-nav-additional #block-vootstrap-socialnetworks {
		position: absolute;
        right: 10px;
        top: 95px;
	}

	.region-nav-main {
		margin-right: 15px;
	}

	#block-vootstrap-languageswitcher ul[data-block="nav_additional"] {
		right: 25px;
	}

	#navbarSupportedContent {
		position: absolute;
		top: 75%;
		right: 0;
		z-index: 10;
	}

	ul.navbar-nav {
        background: white;
        min-width: 280px;
        border-radius: 40px;
        box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.1);
        border: 1px solid #00627c1c;
        max-width: 400px;
	}

	.path-frontpage .nav-item.dropdown .nav-link,
	.path-frontpage .navbar-nav li a, .path-frontpage .navbar-nav li span,
	.path-node .nav-item.dropdown .nav-link,
	.path-node .navbar-nav li a, .path-frontpage .navbar-nav li span,
	#node-334 .nav-item.dropdown .nav-link,
	#node-268 .navbar-nav li a,
	#node-268 .nav-item.dropdown .nav-link,
	#node-334 .navbar-nav li a {
		color: var(--secondary-color) !important;
		text-align: center;
		justify-content: center;
	}

	.dropdown-menu,
	.dropdown-menu .nav-item {
		border: unset;
	}

	.path-frontpage .nav-item.dropdown .nav-item a,
	.path-node .nav-item.dropdown .nav-item a,
	#node-268 .nav-item.dropdown .nav-item a,
	#node-334 .nav-item.dropdown .nav-item a {
		color: var(--primary-color) !important;
	}

	.path-frontpage .dropdown-menu:before {
		content: none;
	}

	.navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }

	.nav-additional {
		margin-top: 33px;
	}

	.grants-wrap .tabs-wrap .col {
		max-width: 31%;
	}

	.grants-wrap .lists-wrap {
		flex-wrap: wrap;
	}

	.grants-list {
		width: 50%;
	}

	.project-full .funding-logos-wrap,
	.project-full .field-logos {
		margin-left: unset;
		margin-right: unset;
	}

	.path-frontpage nav.navbar {
		position: relative;
	}
}

@media (max-width: 768px) {
	/*--------GENERAL--------*/
	.block-topics .custom-title {
		margin-bottom: 25px;
	}

	/*--TOPICS FRONT PAGE--*/
	.topics-front .view-research-lines-view .view-content {
		flex-direction: column;
	}

	.topics-front .view-research-lines-view .views-row-odd {
		border-right: unset;
	}

	.topics-front .view-research-lines-view .views-row-even {
		padding: 5px 15px;
	}


	/*----------OBJECTIVES---------*/
	.objectives-custom-table .col-lg-4 {
		max-width: 95%;
		flex: 95%;
	  }

	.objectives-custom-table .col-lg-4 {
		border: unset;
		min-height: unset;
		border-bottom: 2px dashed #2c748c !important;
		padding: 30px 0;
	}

	.objectives-custom-table {
		justify-content: center;
	}

	/*-PATRONS & TECHNOLOGY PLATFORMS-*/
	.view-technology-platforms .views-row {
		width: 50%;
	}

	/*----------TOPICS---------*/
	.reaserch-line-image {
		max-width: 60%;
		margin: 0 auto;
	}

	.view-research-lines-view .views-row .reaserch-line-text {
		text-align: center;
		order: 1;
	}

	.view-research-lines-view .views-row .reaserch-line-image {
		order: 2;
	}

	.view-research-lines-view .reaserch-line-image img {
		border-radius: 12px !important;
	}

	/*----------PROJECTS---------*/
	.view-projects-view .views-row {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	.project-full .field-body {
		margin-bottom: 30px;
	}

	.project-full .funding-logos-wrap img {
		margin-left: auto;
		margin-right: auto;
	}

	.project-full .body-content {
		margin-bottom: 40px;
	}

	/*----------EVENTS----------*/
	#block-vootstrap-views-block-events-view-block-1 .views-row {
		width: 100%;
		margin: 0 auto;
	}

	/*----------COURSES----------*/
	.view-courses-view .views-row {
		width: 100%;
	}

	/*--Courses--*/
	.course-wrap > p:last-child {
		left: 41%;
	}

	/*----------BLOG----------*/
	#block-vootstrap-views-block-blog-articles-view-block-2 .article-teaser,
	#block-vootstrap-views-block-blog-articles-view-block-3 .article-teaser {
		flex-direction: column;
	}

	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row,
	#block-vootstrap-views-block-blog-articles-view-block-3 .views-row,
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child,
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-img-top,
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body {
		max-width: 100%;
		width: 100%;
	}

	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body .date-wrapper-teaser {
		order: 2;
		margin-bottom: unset;
	}
	
	#block-vootstrap-views-block-blog-articles-view-block-2 .views-row:first-child .card-body h3 {
		order: 1;
	}

	.page-node-type-article #block-vootstrap-pagetitle h1 span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: unset;
	}

	/*--------DONATIONS--------*/
	.currency-content {
		border-right: unset;
		padding-right: 15px;
	}

	.modal-frame {
		max-width: 90%;
	}

	/*-----WORK OPPORTUNITIES----*/
	.view-work-opportunities .view-content {
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.webform-submission-work-opportunities-add-form {
		width: 90%;
	}

	.view-work-opportunities .views-row {
		max-width: 50%;
	}

	/*--PARTNERS FRONT PAGE--*/
	.view-patners .owl-carousel .owl-item img {
		max-width: 185px;
	}

	/*-------TEAM-------*/
	.view-team .views-row {
		width: 100%;
	}
	.team-card-wrap .item {
		width: 70%;
	}

	.team-title::before {
		width: 100%;
	}

	/*-----PAGE NOT FOUND----*/
	.error-page-wrap .content-wrap {
		margin: 45px 0 70px 0;
	}

	.error-page-wrap .content-wrap img {
		max-width: 50%;
	}

	.error-page-wrap .shadow {
		max-width: 30%;
		margin: 85px auto;
	}
}

@media (max-width: 684px) {
	/*--------OBJECTIVES--------*/
	.content-block-objectives .col-lg-4 {
	  max-width: 100%;
	  flex: 100%;
	}

	.block-objectives h2, #block-views-projects-block-2 h2 {
		margin-bottom: 15px;
	}

	.content-block-objectives .col-lg-4 {
		text-align: center;
	}

	.block-objectives {
		padding-bottom: 60px;
	}

	.content-block-objectives .col-lg-4 {
		margin-bottom: 20px;
	}

	#popup-buttons {
		flex-direction: unset !important;
		justify-content: end;
	}
}

@media (max-width: 576px) {
	/*--------GENERAL--------*/
	.custom-title, .block-views h2 {
		font-size: 35px;
	}

	.block-intro,
	.block-objectives, 
	.block-topics {
		padding-left: 10px;
		padding-right: 10px;
	}

	.block-objectives {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.block-intro::after, 
	.block-topics::after,
	.block-objectives::after,
	.block-news-events::after {
	  content: none;
	}

	/*--------MENU--------*/
	nav.navbar {
		padding-left: 15px;
		padding-right: 15px;
	}

	button.navbar-toggler,
	#block-vootstrap-languageswitcher ul[data-block="nav_additional"] {
		right: 15px;
	}

	/*--------BANNER--------*/
	.banner-content h1 {
		font-size: 60px;
	}

	.banner-content h2 {
		font-size: 50px;
	}

	.banner-content .banner-links a {
		font-size: 18px;
	}

	.align-logos {
		justify-content: center;
		column-gap: 16%;
	}

	.path-frontpage .banner-logos .col-md-4 {
		max-width: 35%;
	}

	.banner-sections {
		margin-top: 50px;
	}

	.banner-sections .section {
		width: 100%;
		margin-top: 45px !important;
	}

	.banner-sections .section .title-arrow {
		flex-direction: row;
	}

	.banner-sections .section .title-arrow p {
		padding-right: 10px;
	}

	.banner-sections .section * { 
		text-align: left;
	}

	.banner-content img[alt="arrow-down"] {
		width: 22px;
		height: 22px;
	}

	.banner-sections .section a {
		justify-self: center;
		display: block;
		color: var(--tertiary-color);
	}

	/*--BLOG/EVENTS FRONT PAGE--*/
	.content-events {
		padding-left: 15px;
	}

	/*--------INTRO--------*/
	.block-intro {
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.block-intro h2 {
		font-size: 44px;
		margin-top: 30px;
	}

	/*--TOPICS FRONT PAGE--*/
	.path-frontpage .view-research-lines-view {
		margin-bottom: 40px;
	}

	/*-PATRONS & TECHNOLOGY PLATFORMS-*/
	.view-technology-platforms .views-row {
		width: 90%;
		margin: 0 auto;
	}

	/*----------CONTACT----------*/
	.item-contact {
		padding: 0 10px;
	}

	.item-contact img {
		max-width: 260px;
		margin-bottom: 20px;
	}

	.item-contact > div {
		text-align: center;
	}

	/*----------TOPICS---------*/
	.reaserch-line-image {
		max-width: 90%;
	}

	.view-research-lines-view .views-row .reaserch-line-text {
		text-align: justify;
	}

	/*----------PROJECTS---------*/
	#views-exposed-form-projects-view-block-1 .form--inline {
		flex-direction: column;
	}

	#views-exposed-form-projects-view-block-1 .form-item {
		margin-bottom: unset;
		margin-top: 0.5em;
	}

	#views-exposed-form-projects-view-block-1 .form--inline .form-actions {
		padding-top: unset;
	}

	/*-----WORK OPPORTUNITIES-----*/
	.webform-submission-work-opportunities-add-form {
		width: 100%;
	}

	/*-----LEGAL-----*/
	#node-168 article p:last-child {
		 overflow: hidden;
	}

	/*--Cookie banner--*/
	div#sliding-popup {
		width: 100% !important;
	}
	
	/*-----WORK OPPORTUNITIES----*/
	.view-work-opportunities .views-row {
		max-width: 100%;
		width: 100%;
	}

	.view-work-opportunities .views-row img {
		width: 100%;
	}

	.webform-submission-work-opportunities-add-form {
		width: 100%;
	}

	/*EVENT*/
	#mapEvent_313 {
		width: 98%;
		left: 1%;
	}
	/*FOOTER*/
	.copyright {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 521px) {
	/*-----PAGE NOT FOUND----*/
	.error-page-wrap .content-wrap {
		margin: 35px 0 70px 0;
	}

	/*-----GRANTS----*/
	.grants-list {
		width: 100%;
	}

	.grants-wrap .tabs-wrap .col {
		max-width: 47%;
	}

	.grants-intro .text > p {
		text-align: unset;
	}

	/*-----PROJECTS----*/
	.project-full .logo {
		width: 200px;
	}

	.project-full .logo img {
		max-height: 100px;
		max-width: 165px;
	}

	/* Footer */
	footer::after {
		content: unset;
	}
}

@media (max-width: 460px) {
	/*--------MENU--------*/
	.region-nav-additional #block-vootstrap-socialnetworks {
		display: none;
	}

	#navbarSupportedContent {
		width: 96%;
		left: 15px;
		top: 85%;
	}

	/*--BANNER--*/
	.align-logos {
		flex-direction: column;
		gap: 20px;
	}

	.path-frontpage .banner-logos .special-borders {
		border-right: unset;
	}

	.path-frontpage .banner-logos p {
		text-align: center;
	}

	.banner-logos .col-6 {
		width: 100%;
		margin-bottom: 10px;
	}

	.banner-content h1 {
		font-size: 47px;
	}

	.banner-content h2 {
		font-size: 36px;
	}

	.banner-content .banner-links a {
		font-size: 17px;
	}

	.path-frontpage .banner-logos .col-md-4 {
		max-width: 40%;
	}

	/*--------WHO ARE WE?--------*/
	.who-are-we-wrap img {
		max-width: 80%;
		margin-top: -20px;
	}

	/*-PATRONS & TECHNOLOGY PLATFORMS-*/
	.sponsors .col-6 {
		width: 100%;
	}

	.view-technology-platforms .views-row {
		width: 100%;
	}

	/*----------CONTACT----------*/
	.item-contact > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	/*----------PROJECTS---------*/
	.view-projects-view .views-row {
		width: 100%;
	}

	.project-full .logo {
		width: 180px;
	}

	.project-full .logo img {
		max-height: 90px;
		max-width: 155px;
	}

	/*----------EVENTS----------*/
	#block-vootstrap-views-block-events-view-block-1 .views-row {
		width: 100%;
	}

	/*-------DONATIONS-------*/
	.modal-body {
		padding: 25px 5px 40px 5px;
	}

	.modal-frame {
		padding: 15px 25px;
	}

	.close {
		right: 0;
	}

	/*-------TEAM-------*/
	.team-card-wrap .item {
		width: 98%;
	}

	/*-------GRANTS-------*/
	.grants-intro .certificate {
		flex-direction: column;
	}

	.grants-intro .certificate img {
		max-height: 90px;
		margin-bottom: 10px;
	}

	.grants-intro .certificate p {
		padding-left: unset;
	}

	/* Footer */
	.footer-lists {
		display: unset;
	}

	.footer-lists ul {
		margin-bottom: unset;
	}

	.footer-lists .col-6 {
		width: 100%;
	}

	.footer-contact span {
		display: block;
	}

	.footer-icons {
		display: unset;
	}
}

@media (max-width: 380px) {
	.project-full .info-box {
		max-width: 100%;
	}

	.project-full .dates-wrap {
		display: unset;
	}

	.grants-intro .buttons {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.grants-intro .buttons a {
		width: 142px;
		display: block;
		margin-left: -10px;
	}

	/*--Courses--*/
	.course-wrap > p:last-child {
		left: 37.5%;
	}
}

/*--------------------MENU--------------------*/
.nav-link.dropdown-toggle::after{
  display: none !important;
  content: none !important;
}

.nav-link.dropdown-toggle{
  display: flex;
  align-items: center;
  gap: .5rem;      
}
.dropdown{
	margin-right: 10px;
}

.nav-link.dropdown-toggle::before{
  content: "";
  margin-left: auto;   
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .25s ease;
  opacity: .9;
  position: absolute;
  right: 5px;
}
.path-frontpage .nav-link.dropdown-toggle::before{
  right: -10px !important;
}
.nav-item.dropdown:hover > .nav-link.dropdown-toggle::before{
  transform: rotate(-45deg);
}

/*--------------------CARD IDENTITY STYLE--------------------*/
.simple-card-identity,.card-identity {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  height: 380px;
  margin-bottom: 50px;
}

.card-identity .row{
	justify-content: space-between !important;
}

.simple-card-identity{
	max-width: 97%;
}

.simple-card-identity h3, .card-identity h3 {
  font-size: 1.5rem;
  margin-bottom: 34px;
  font-weight: 700;
}

.identity-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.identity-image img {
  height: 130px;
  width: auto;
}

.btn-download,
.btn-download:focus {
  display: inline-block;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 180px;
}

.btn-download-view {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 180px;
  margin-right: 20px;
}

.btn-download:hover, .btn-download-view:hover,
.btn-download:hover, .btn-download-view:focus {
  color: #ffffff !important;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
	.simple-card-identity, .card-identity {
		margin: 15px !important;
		height: auto !important;
	}
	.identity-image {
		margin-top: 15px;
	}
}

@media (max-width: 485px) {
	.btn-download-view {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        min-width: 235px;
    }
}