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


/*------------VARIABLES CSS------------*/
:root {
  --primaryColor: #849147;
  --secondaryColor: #B0B88B;
  --tertiaryColor: #272B15;
}
/*------------VARIABLES CSS------------*/

/*------------GENERAL------------*/
html, body {
	font-family: 'Barlow', sans-serif;
}
  
p, li, a {
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
}
 h3{
	font-size: 30px;
	color: var(--secondaryColor);
	font-family: 'Audiowide', sans-serif;
	margin-bottom: 30px;
 }
/*-------SCROLL-------*/
html, body, .modal-body {
    scrollbar-width: thin; 
    scrollbar-color: var(--primaryColor) white; 
}
/*--------------------*/
header {
	z-index: 100;
}

a {
	text-decoration: none;
	color: inherit;
}

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

ul.contextual-links {
	font-size: 15px;
}

.custom-button {
	color: rgb(0, 0, 0) !important;
	background-color: var(--secondaryColor);
	border-radius: 180px;
	padding: 3.5px 20px;
	font-size: 16.5px !important;
	transition: background-color 0.3s ease;
}

.custom-button:hover {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
}

.title {
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 50px 0;
}

.top-block-space {
	margin-top: 65px;
}

.bottom-block-space {
	margin-bottom: 65px;
}

.big-bottom-block-space {
	margin-bottom: 100px;
}

.pagination .page-item a,
.pagination .disabled span {
	margin: 5px 3.5px 5px 0;
}

.page-link.active, 
.media-library-view--widget .view-header a.page-link.is-active, 
.media-library-view--widget .view-header a.is-active > .page-link, 
.active > .page-link, 
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
	background-color: unset;
	border: unset;
	border-radius: 0;
	color: black;
}

.pagination .page-item.active a {
	border-bottom: 1px solid var(--primaryColor);
	color: var(--primaryColor);
}

.page-link:hover,
.page-link:focus {
    z-index: 2;
    color: var(--primary-color) !important;
    background-color: var(--bs-pagination-hover-bg) !important;
    border-color: var(--bs-pagination-hover-border-color) !important;
	box-shadow: none;
}

li.page-item a[rel = "next"],
li.page-item a[rel = "prev"] {
	display: none;
}

.page-section-separator {
	padding-bottom: 85px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 4px 6px -2px rgb(50 50 93 / 43%);
}

.larger-size {
	font-size: 24px;
}

.small-font {
	font-size: 14.5px;
}

svg, img {
	max-width: 100%;
}

.full-width-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*-------------------------*/
/*----------MODAL----------*/
.modal {
	--bs-modal-width: 90%;
	justify-self: anchor-center;
}

.modal-dialog-scrollable .modal-content {
	max-height: 700px;
	padding-bottom: 5px;
}

.modal-body > button {
	display: flex;
	justify-self: end;
}

.modal-content {
	border-radius: 15px;
}

/*------------------------------*/
/*-----STICKY MENU SECTION------*/
body:not(.user-logged-in) .sticky-section {
  position: fixed;  
  top: 0;           
  left: 0;          
  width: 100%;      
  z-index: 100;    
  background-color: white;
}

.path-node .sticky-section {
	background-color: white;
	box-shadow: 
    rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, /* Top, right, and left shadows */
    rgba(0, 0, 0, 0.1) 0px 1px 3px -1px,    /* Top, right, and left shadows */
    0px 1px 2px 0px rgba(0, 0, 0, 0.1);
} 

body:not(.user-logged-in) .region-breadcrumb {
	margin-top: 85px;
}

/*----------------------------------*/
/*------------PRE-HEADER------------*/
.region-nav-additional {
	justify-content: end;
}

.pre-header {
	overflow: hidden;
}

.pre-header-wrap {
	display: flex;
	margin-top: 25px;
	justify-self: end;
	transform: translateY(0);
	transition: transform 0.4s ease-in-out;
}

.pre-header-wrap .social-networks a {
	background-color: var(--primaryColor);
	border-radius: 50%;
	padding: 4px 8px;
}

.pre-header-wrap .social-networks img {
	filter: brightness(0) invert(1);
}

.social-networks {
	list-style: none;
	display: flex;
	gap: 8px;	
	padding-left: 25px;
}

.social-networks img {
	width: 18px;
	height: 18px;
	margin-top: -1px;
}

img[alt="facebook"] {
	width: 23px;
	height: 23px;
}

img[alt="linkedin"] {
	width: 19px;
	height: 19px;
}

img[alt="youtube"] {
	width: 20px;
	height: 20px;
}

/*------------------------------*/
/*------------HEADER------------*/
#block-vootstrap-sitebranding {
	position: absolute;
	top: -10px;
	left: 0;
}



.navbar-brand img {
	height: 70px;
	max-width: 160px;
	transition: padding-top 0.4s ease;
}

nav .d-flex{
	align-items: baseline;
	width: 100%;
	margin: 10px 0;
}
/*------------------------------*/
/*--------SUPERFISH MENU--------*/
ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
	background-color: #ffffff;
}

ul.sf-menu.sf-style-default {
	margin-bottom: 0;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
	color: black;
}

#superfish-main li a{
	color: var(--tertiaryColor);
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
    font-weight: 600;
}

ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover, 
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
	color: var(--primaryColor) !important;
	cursor: pointer;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: white;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
}

ul.sf-menu.sf-style-default li:has(span.nolink):hover,
ul.sf-menu.sf-style-default span.nolink:hover {
	cursor: default !important;
}

.dropdown-toggle::after{
	content: none;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited,
ul.sf-menu.sf-style-default span.nolink {
	padding: 0.55em 0.5em;
}

#superfish-main .menuparent a {
	margin-left: 15px;
}

li.active-trail > span,
li.active-trail > a {
	color: var(--primaryColor) !important;
}

#superfish-main li:has(span.services-link) {
	display: flex;
}

/*------------------------------*/
/*-------SUPERFISH SUBMENU------*/
#superfish-main .sf-depth-2 {
	padding: 2px 15px 2px 0px;
}

#superfish-main .sf-depth-2:first-child {
	padding-top: 4px;
}

#superfish-main .sf-depth-2:last-child {
	padding-bottom: 9px;	
}

li.sf-depth-2 {
	position: relative;
}

li.sf-depth-2:hover::after {
	content: "";
	background-image: url('../images/icons/chevron-down-solid.svg');
	transform: rotateZ(270deg);
	position: absolute;
	width: 12px;
	height: 12px;
	top: 14px;
	right: 15px;
	background-size: cover;
}

li.sf-depth-2:hover:first-child::after {
	top: 21px;
}
/*-----------------------------------*/
/*----------LANGUAGE SWITCHER--------*/
.language-switcher-language-url ul {
	display: flex;
	list-style: none;
	gap: 16px;
	position: relative;
	margin-top: 2px;
}

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

li[hreflang="en"]::after {
	content: '';
	display: block;
	height: 55%;
	width: 1.3px;
	background-color: black;
	position: absolute;
	background-position: right;
	top: 5.5px;
	left: 27.5px;
}

.path-frontpage:not(.user-logged-in) .language-switcher-language-url a {
	color: white;
}

.path-frontpage:not(.user-logged-in) li[hreflang="en"]::after {
	background-color: white;
}

a.language-link[hreflang="en"] {
  font-size: 0; 
}

a.language-link[hreflang="en"]::after {
  content: "EN";  
  font-size: 18px; 
}

/*-----------------------------------*/
/*--------------BANNER---------------*/
.banner {
	min-height: 600px;
	max-height: calc(100vh + 43px);
	height: calc(100vh + 43px);
	background: linear-gradient(
    90deg,
    #272B15 0%,
    #849147 100%
  );
}

.banner * {
	color: #B0B88B;
}

.banner .container {
	display: flex;
    flex-direction: column;
    height: 63%;
    justify-content: center;
	position: relative;
}

.banner h1 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 46px;
	font-family: 'Audiowide', sans-serif;
}

.bg-banner {
	height: 100%;
	max-height: 100%;
    display: flex;
    align-items: center;
	
}

.bg-banner h2 {
	font-weight: 400;
	font-size: 30px;
}

.banner img[alt="DIGIS3 banner text"] {
	max-width: 65%;
}



.small-screen-banner {
	display: none;
}

/*-----------------------------------*/
/*------------BREADCRUMBS------------*/
.page-node-type-article .breadcrumb-item:last-child,
.page-node-type-event .breadcrumb-item:last-child { 
	display: none;
}

.region-breadcrumb {
	position: relative;
	background: var(--secondaryColor);
	padding: 10px 5px;
	margin-bottom: 20px;
}

#block-vootstrap-breadcrumbs, #block-vootstrap-page-title {
	margin: 10px auto 0 auto;
}

.region-breadcrumb .breadcrumb-item,
.region-breadcrumb h1,
.breadcrumb-item::before {
	color: white !important;
}

.region-breadcrumb .breadcrumb-item {
	opacity: 0.6;
}

ol.breadcrumb{
	margin-bottom: unset;
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	padding: 0px 8px 0 1.5px;
}

.path-node #block-vootstrap-page-title h1 {
    width: 100%;
	font-size: 26px;
	margin-bottom: 0;
}

.custom-breadcrumb {
	padding: 60px 15px 0px 15px;
}

.custom-breadcrumb * {
	color: white;
}

.custom-breadcrumb h1 {
	font-size: 24px;
}

.custom-breadcrumb p {
	font-size: 1.25rem;
	font-weight: 500;
}

/*-------------------------*/
/*----------INTRO----------*/
.intro {
	justify-content: space-around;
}

.intro .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro .img-wrap img {
  width: auto;
  height: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

/*------------------------------*/
/*--------PARTNERS (LOGOS)------*/
.view-partners .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.view-partners .views-row {
	width: 20%;
}

.view-partners .partner-img img,
.partner-img img {
	padding: 20px 20px 30px 20px;
    transition: transform 0.3s;
    max-width: 215px;
    max-height: 135px;
    width: auto;
    height: auto;
	object-fit: contain;
}

.view-patners .views-row img[src$=".svg"],
.partner-img img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 210px;
    max-height: 135px;
	object-fit: contain;
}

/*------------------------------*/
/*------------EVENTS------------*/
/*------------TEASER----------*/
.full-event .icon-text,
.content-wrap .icon-text {
	display: flex;
	margin-bottom: 10px;
}

.content-wrap {
	padding: 0 15px 15px 15px;
	position: relative;
}
.event-icon{
	width: 20px;
	height: 20px;
	margin-top: 7px;
}
.teaser-event-wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.teaser-event {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 15px;
	height: 200px;
	background: linear-gradient(90deg, #272B15 0%, #849147 100%);
	display: flex;
	align-items: end;
	color: white;
}
.past-events .teaser-event {
	opacity: 0.6;
}
.content-wrap .custom-button{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.event-modal-no-image{
	background: linear-gradient(90deg, #272B15 0%, #849147 100%);
	border-radius: 20px;
	height: 200px;
	max-width: 100%;
}
/*------------FULL----------*/
.full-event .icon-text-wrap {
	margin-top: 30px;
}

.full-event .icon-text {
	margin-bottom: 10px;
}

.full-event .img-wrap img {
	border-radius: 15px;
}

.full-event:has(.img-wrap) .text-wrap {
	padding-left: 25px;
}

/*-----------------------------*/
/*--------EVENTS PAGE---------*/
.view-events .view-content {
	display: flex;
	flex-wrap: wrap;
}

.view-events .views-row {
	width: 50%;
	padding: 15px 10px;
}

.view-events .views-row {
	width: 33.3%;
	padding: 20px 10px;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/*---------------------------*/
/*----------FOOTER-----------*/
footer {
	padding-bottom: unset;
	border-top: 1px solid white;
	box-shadow: 0 0 0px 5px var(--primaryColor);
}
.top-footer img{
	width: 200px;
	max-width: 100%;
}
.project-footer p {
	margin-bottom: 0;
}
footer .container {
	justify-self: center;
	padding-top: 35px;
	padding-bottom: 0;
	justify-content: space-between;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: baseline;
	background-color: var(--tertiaryColor);
	margin-top: 25px;
	padding-bottom: 3px;
}

.copyright * {
	color: white;
	font-size: 14px;
}

.copyright p {
	margin-bottom: 0;
	padding: 5px 15px 2px 15px;
}

/*---------------------------*/
/*----------COOKIES----------*/
div#sliding-popup, 
div#sliding-popup .eu-cookie-withdraw-banner,
 .eu-cookie-withdraw-tab {
	background: var(--primaryColor);
}

.eu-cookie-compliance-content{
	display: flex;
	flex-direction: column;
	padding-top: 25px;
}

#popup-text h2{
	word-spacing: inherit;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
}

#popup-text p{
	font-size: 15px;
	font-weight: normal;
}

.decline-button{
	display: none;
}

#sliding-popup .agree-button,
#sliding-popup .eu-cookie-compliance-save-preferences-button {
	height: 32px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#sliding-popup .agree-button,
#sliding-popup .agree-button:hover,
#sliding-popup .agree-button:focus,
#sliding-popup .agree-button:active,
#sliding-popup .agree-button:first-child:active, 
#sliding-popup .eu-cookie-compliance-save-preferences-button,
#sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
#sliding-popup .eu-cookie-compliance-save-preferences-button:focus,
#sliding-popup .eu-cookie-compliance-save-preferences-button:active,
#sliding-popup .button,
#sliding-popup .button:hover {
	padding: 5px 25px;
	background-color: #ffffff !important;
	font-weight: bold;
	color: var(--primaryColor) !important;
	border: none !important;
	background-image: none;
}

#sliding-popup .agree-button:hover,
#sliding-popup .agree-button:focus,
#sliding-popup .agree-button:active,
#sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
#sliding-popup .eu-cookie-compliance-save-preferences-button:focus,
#sliding-popup .eu-cookie-compliance-save-preferences-button:active {
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.1);
}

.cookies-page h2{
    font-size: 30px;
    font-weight: bolder;
}
.cookies-page h3{
    font-size: 20px;
    font-weight: bold;
}
.cookies-page h4{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}
.ga-cookies{
    background-color: #0a33ff21;
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}

.eu-cookie-compliance-buttons {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	gap: 13px;
}

/*----------------------------*/
/*------USER LOGIN PAGE-------*/
.captcha__title {
	display: none;
}

#edit-captcha-response--description,
.captcha__description {
	color: #8f8f8f;
}

#edit-captcha-response--description {
	margin-top: 10px;
}

.form-item-captcha-response {
	margin-bottom: 5px;
}

.user-login-form label {
	margin-top: 10px;
	margin-bottom: 6px;
}

.user-login-form #edit-submit {
	padding: 15px;
}

.user-login-form #edit-submit {
	display: inline-block;
	background-color: var(--primaryColor);
	color: white;
	padding: 15px;
	transition: transform .30s, background-color .30s;
    will-change: transform, background-color;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-color: var(--primaryColor);
}

/*------------------------------*/
/*--------------BLOG------------*/
.view-articles h2 {
	font-size: calc(1.3rem + 0.6vw);
}

.article-full {
	margin-top: 45px;
	margin-bottom: 140px;
}

.article-full img {
	max-width: 100%;
}

.article-full table {
	border-collapse: collapse;
	overflow-x: scroll;
	max-width: 100%;
	display: inline-block;
}

.article-full td, th {
    border: 1px solid #9a9a9a;
    text-align: left;
    padding: 8px 5px;
}

.article-full td p,
.article-full th p {
	margin-bottom: 0;
}

#block-vootstrap-views-block-articles-block-1 {
	margin-bottom: 85px;
}

#block-vootstrap-views-block-articles-block-1 .view-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-top: 70px;
}

#block-vootstrap-views-block-articles-block-1 .views-row {
	max-width: 31%;
	margin-bottom: 35px;
}

#block-vootstrap-views-block-articles-block-1 .card-text {
	margin-top: 18px;
	text-align: justify;
	hyphens: auto;
}

.card-img-top img {
    height: 220px;
	margin-bottom: 10px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	border: 1px solid rgb(235, 235, 235);
	position: relative;
}

.article-teaser {
	padding: 20px;
    position: relative;
    border: 1px solid #d5d5d570;
    border-radius: 20px;
}
.date-wrapper-teaser p{
	margin-bottom: 0;
}
.button-inline {
	color: rgb(0, 0, 0) !important;
    background-color: rgba(255, 222, 173, 0);
    border-radius: 180px;
    border: 1px solid rgb(0, 0, 0) !important;
    padding: 5px 10px;
    font-size: 16.5px !important;
    transition: background-color 0.3s ease;
}
/*--------------------------*/
.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;
}

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

article .card-body h2 {
	line-height: 22px;
}

article .card-body h2:hover {
	color: #0A195C;
}

article .card-text,
article .card-text p,
article .button-wrap a {
	font-size: 16.8px;
}

article .button-wrap {
	margin-top: 15px;
}

/*--------------------------------*/
/*-----------RESPONSIVE-----------*/
@media (min-width: 576px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 540px;
	}
}

@media (min-width: 768px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{
	  max-width: 720px;
	}
  }

  @media (min-width: 991px) {
	

	ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 5px;
		background-color: rgba(255, 255, 255, 0.933);
		top: 2.8em !important;
		width: 13.5em !important;
		left: 25px !important;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	}


	#superfish-main .sf-depth-2 a {
		text-transform: inherit !important;
		font-weight: 500 !important;
	}

	.region-nav-main {
		padding: 5px 30px 5px 20px;
		display: flex;
		align-items: center;
	}
}
  
  @media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 1140px;
	}
}
  

@media (min-width: 1400px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title { 
	  max-width: 1320px;
	}
}

@media (min-width: 1820px) {
	.custom-container {
		max-width: 1800px;
	}
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1200px) {
	.view-events .views-row {
		padding: 20px 6px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .partner-img img{
		max-width: 100%;
	}

	/*--BLOG PAGE--*/
	#block-vootstrap-views-block-articles-block-1 .views-row {
		max-width: 32%;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.path-node header {
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	body:not(.user-logged-in) .region-breadcrumb {
		margin-top: 110px;
	}

	.path-node .sticky-section {
		height: 145px;
	}

	body:not(.user-logged-in) .sticky-section {
		position: absolute;
	}

	.banner br {
		display: none;
	}

	footer .container > .col-lg-4 {
		width: 100%;
	}

	/*--SUPERFISH MENU--*/
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar, 
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
		background: unset;
		background-color: unset;
	}

	ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
		padding: 0.65em 15px;
	}

	#navbarSupportedContent {
		position: relative;
		height: 0 !important;
	}

	.navbar-toggler {
		border: 3px solid var(--primaryColor);
		border-radius: 12px;
		position: absolute;
		top: 0;
		right: 100px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}


	.navbar-toggler-icon {
		width: 1.6em;
		height: 1.6em;
	}

	.region-nav-additional {
		position: relative;
	}

	#superfish-main-accordion {
		background-color: white;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
		border-radius: 12px;
		margin-top: 40px;
	}

	.path-node #superfish-main-accordion {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
	
	.sf-accordion-toggle {
		display: none !important;
	}

	#block-vootstrap-sitebranding {
		top: -50px;
	}

	.sticky-section {
		height: 132px;
	}

	/*PARENT MENU DROPDOWN*/
	div.sf-accordion-toggle.sf-style-default a.sf-expanded, ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
    	border-radius: 12px;
	}

	ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded > span.nolink {
		color: var(--primaryColor);
		font-weight: normal;
	}

	div.sf-accordion-toggle.sf-style-default a.sf-expanded, ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
		background: #cfdeff2b;
	}

	/*--BANNER--*/
	.bg-banner {
		align-items: start;
		padding-top: 222px;
	}

	.banner .container {
		height: unset;
	}

	/*----------------------*/
	/*--------ARTICLES------*/
	#block-vootstrap-views-block-articles-block-1 .views-row {
		max-width: 48%;
	}

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

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row {
		width: 25%;
	}

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.view-events .views-row {
		width: 50%;
	}
}

@media (min-width: 991px) and (max-width: 991px) {
	.navbar-toggler {
		top: 25px;
	}

	.region-nav-main {
		background-color: unset;
	}

	#superfish-main-accordion {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row {
		width: 32%;
	}

	/*-----------------------*/
	/*--------EVENTS---------*/
	.full-event .img-wrap {
		margin: 15px 0 25px 0;
	}

	.full-event:has(.img-wrap) .text-wrap {
		padding-left: 15px;
	}

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.view-events .views-row {
		width: 100%;
	}

	/*----------BLOG----------*/
	#block-vootstrap-views-block-articles-block-1 .article-teaser {
		flex-direction: column;
	}

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

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

@media (max-width: 576px) {
	body:not(.user-logged-in) .region-breadcrumb {
		margin-top: 135px;
	}

	

	.small-screen-banner {
		display: block;
	}

	.small-screen-banner img {
		position: absolute;
    	top: 0;
    	left: 0;
    	min-width: 100%;
    	min-height: 981px;
    	width: auto;
    	max-width: 100%;
    	object-fit: cover;
    	max-height: 100vh;
    	height: 100%;
    	z-index: -1;
    	transform: translateY(0%);
    	margin: 0;
	}

	.bg-banner {
		padding-top: 177px;
	}

	.custom-button {
		padding: 5px 15px;
		width: 100%;
	}

	/*--SUPERFISH MENU--*/
	.navbar-toggler {
		top: -29px;
	}

	ul.sf-menu.sf-accordion {
		width: 97%;
		float: unset;
		margin: 0 auto;
	}

	#superfish-main-accordion {
		margin-top: 6px;
	}

	/*-----------------------------*/
	/*------------BLOG-------------*/
	.article-teaser {
		padding: 10px 0;
	}

	.modal {
		--bs-modal-width: calc(100% - 30px);
	}
}

@media (max-width: 500px) {
	h1 {
		font-size: 35px !important;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row {
		width: 50%;
	}
}

@media (max-width: 427px) {
	.eu-cookie-compliance-categories-buttons {
		margin-bottom: 0;
	}

	#sliding-popup .agree-button {
		margin-top: 10px;
	}
}


@media (max-width: 380px) {
	.navbar-toggler {
		right: 80px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row {
		width: 100%;
	}

	.view-partners .partner-img img {
		max-width: 215px;
	}
}

/*---------RESPONSIVE HEIGHTS----------*/
@media ((max-width: 1400px) or (min-width: 1400px)) and (max-height: 1075px) {
	.bg-banner {
		align-items: center;
	}

	

	.banner img[alt="DIGIS3 banner text"] {
		max-width: 50%;
	}
}



@media (max-width: 767px) and (max-height: 780px) {
	.banner,
	#video-home {
		min-height: 720px;
	}
}

.block-pt{
	padding-bottom: 50px;
	padding-top: 50px;
}



.goal-item {
  max-width: 540px;
}

.goal-item h4,.feature-row h4 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 992px) {
	.goals-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 120px;
		row-gap: 56px;
	}

	.feature-row {
	display: grid;
	grid-template-columns: 290px 1fr;
	column-gap: 60px;
	margin-bottom: 10px;
	}

	.feature-row p{
		text-align: justify;
	}
	.partners .item {
		display: grid;
		grid-template-columns: 180px 1fr;
		gap: 40px;
		margin-bottom: 60px;
		align-items: start;
	}
}



.partners .item {
	margin-bottom: 60px;
}
.partners .item img {
  width: 150px;
  max-width: 100%;
  border-radius: 10px;
}

.scenarios h2 {
  font-family: 'Audiowide', sans-serif;
  color: #a7ad74;
  font-size: 32px;
}

.scenarios .intro-text {
  max-width: 980px;
  margin: 0 auto;
  font-weight: 600;
}

.scenarios img {
  max-height: 90px;
  margin-bottom: 20px;
}

.scenarios h4 {
  font-size: 28px;
  font-weight: 700;
  color: #6f7430;
  margin-bottom: 16px;
}

.scenarios p {
  font-size: 16px;
}

.scenarios .footer-text {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 14px;
}

/* botón */
.btn-scenario {
  display: inline-block;
  padding: 4px 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, #272B15, #849147);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.btn-scenario:hover {
  opacity: 0.9;
  color: #fff;
}

.scenario-detail h2 {
  font-family: 'Audiowide', sans-serif;
  color: var(--secondaryColor);
  margin: 0;
}

.scenario-detail h4 {
  margin: 5px 0 0;
  font-weight: 500;
  color: var(--primaryColor);
}


/* icono */
.scenario-detail .icon {
  max-width: 80px;
  margin-right: 20px;
}

/* caja inferior */
.cta-box {
  padding: 50px 50px;
  border-radius: 10px;
  background: linear-gradient(90deg, #272B15, #849147);
  color: #cfd6a0;
  font-family: 'Audiowide', sans-serif;
  font-size: 28px;
}
@media (max-width: 767px) {
	.cta-box {
		flex-direction: column;
	}
	.cta-box .btn-scenario {
    margin-top: 20px;
}
}
@media (max-width: 444px) {
	.scenario-detail img{
		width: 100px;
	}
}
.bef-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bef-links ul li {
  display: inline;
   padding: 4px 15px;
  border-radius: 999px;
  background: white;
  color: var(--tertiaryColor);
  border: 1px solid var(--tertiaryColor);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
	margin-right: 10px;
}
@media (min-width: 1200px) {
.js-form-item-field-center-target-id {
	margin-left: 60px;
}
}
.js-form-item-field-type-target-id .bef-links ul li:has(.bef-link--selected) {
  opacity: 0.8;
   padding: 4px 15px;
  border-radius: 999px;
  background: var(--secondaryColor);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: var(--secondaryColor);
  text-decoration: none;

}

.js-form-item-field-center-target-id .bef-links ul li:has(.bef-link--selected) {
  opacity: 0.8;
   padding: 4px 15px;
  border-radius: 999px;
  background: var(--tertiaryColor);
  
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;

}

.js-form-item-field-type-target-id .form--inline .js-form-item label{
	font-size: 20px;
	font-weight: 600;
}
.bef-exposed-form .form--inline > .form-item label{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
