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


/*------------VARIABLES CSS------------*/
:root {
  --primaryColor: #0a33ff;
}
/*------------VARIABLES CSS------------*/

/*------------GENERAL------------*/
html, body,
h1, h1, h3, h4, h5, h6 {
	font-family: "Source Sans 3", sans-serif;
}
  
p, li, a {
	font-size: 18px;
	font-family: "Source Sans 3", sans-serif;
}

/*-------SCROLL-------*/
html, body, .modal-body {
    scrollbar-width: thin; 
    scrollbar-color: var(--primaryColor) white; 
}

#node-146 html,
#node-146 body {
	overflow-x: hidden;
}
/*--------------------*/
header {
	z-index: 100;
}

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

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

.blue-button,
.load-more-link {
	color: white !important;
	background-color: var(--primaryColor);
	border-radius: 180px;
	padding: 3.5px 20px;
	font-size: 16.5px !important;
	transition: background-color 0.3s ease;
}

.webform-button--submit:hover,
.blue-button:hover,
#superfish-main .sf-depth-1.sf-no-children:last-child a:hover,
.load-more-link:hover {
	background-color: #0A195C;
	border-color: #0A195C;
}

.white-button {
	background-color: rgba(252, 252, 252, 1);
	border-radius: 180px;
	padding: 6px 20px;
	color: black !important;
	font-size: 16.5px !important;
	transition: background-color 0.4s ease;
}

.white-button:hover {
	background-color:  rgba(252, 252, 252, 0.8);
}

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

img[alt="diagonal-arrow"] {
	width: 45px;
	height: 45px;
}

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

.blue {
	color: var(--primaryColor);
}

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

.top-big-space {
	margin-top: 110px;
}

.top-small-space {
	margin-top: 35px;
}

.service-page-col-wrap,
.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%);
}

.conference-color {
	background-color: #0A195C;
}

.event-color {
	background-color: #1E1E1E;
}

.training-color { 
	background-color: #85BDFF;
}

/* taller */
.workshop-color { 
	background-color: var(--primaryColor);
}

.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, .active > .page-link, .media-library-view--widget .view-header a.is-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-node-type-event .dialog-off-canvas-main-canvas {
	margin-bottom: 150px;
}

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

svg {
	max-width: 100%;
}

.subtitle {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}

.user-login-form {
	margin-bottom: 65px;
}

.why-front-wrap .reason:last-child p,
.request-front-wrap *,
.banner *,
.custom-breadcrumb *,
.info-wrap .info-text *,
.front-services-wrap .service *,
.who-are-we-wrap .info *,
.service-page-wrap .mini-banner *,
.teaser-event .white-button,
.teaser-event h5,
.intro-filters-wrap .bg-blue h2,
.intro-filters-wrap .bg-blue p,
.current-call-app .teaser-call-app * {
	color: white;
}

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

.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: 125px;
}

/*----------------------------------*/
/*------------PRE-HEADER------------*/
.pre-header {
	overflow: hidden;
}

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

.pre-header-wrap .buttons a:first-child,
.banner .buttons a:first-child {
	margin-right: 10px;
}

.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: -33px;
	left: 0;
}

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

.user-logged-in.path-frontpage .navbar-brand img {
	filter: unset !important;
}

.navbar-brand img {
	height: 80px;
	margin-bottom: 20px;
	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: #F2F2F2;
}

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,
#superfish-main li a {
	color: black;
}

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 .sf-depth-1.sf-no-children:last-child a {
	color: white !important;
	background-color: var(--primaryColor);
	border-radius: 16px;
	padding: 5.5px 15px;
	margin: 4px 0 0 10px;
}

#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: 9px;
}

#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-blue.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;
}

#superfish-main li:has(span.services-link) ul {
	width: 30em !important;
	padding-top: 8px;
	background-color: #fcfcfc;
}

#superfish-main li:has(span.services-link) li.sf-depth-2:hover::after {
	top: 22px;
}

#superfish-main li:has(span.services-link) li:has(.activities-link):hover::after {
	top: 21px;
}

#superfish-main li:has(span.services-link) .sf-depth-2 {
	position: relative;
	width: 50%;
	padding-left: 25px;
	font-size: 17px;
}

#superfish-main li:has(span.services-link) li:has(.activities-link),
#superfish-main li:has(span.services-link) li:has(.prototypes-link) { 
	padding-right: 30px;
}

#superfish-main li:has(span.services-link) li:has(.investors-link),
#superfish-main li:has(span.services-link) li:has(.innovation-link) {
	padding-right: 30px;
	padding-left: 15px;
}

#superfish-main li:has(span.services-link) li:has(.investors-link):hover::after,
#superfish-main li:has(span.services-link) li:has(.innovation-link):hover::after {
	right: 10px;
}

html[lang="en"] #superfish-main li:has(span.services-link) li:has(.innovation-link) a {
	padding-top: 17px;
}

#superfish-main li:has(span.services-link) .sf-depth-2::before,
#superfish-main-accordion a.activities-link::before,
#superfish-main-accordion a.investors-link::before,
#superfish-main-accordion a.prototypes-link::before,
#superfish-main-accordion a.innovation-link::before {
	content: "";
	position: absolute;
	top: 3px;
	width: 45px;
	height: 45px;
	left: 0;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

#superfish-main li:has(span.services-link) .sf-depth-2.sf-first:before,
#superfish-main-accordion a.activities-link::before {
	background: url('../images/icons/iconmenu-acciones.svg');
	left: 12px;
}

#superfish-main li:has(span.services-link) li:has(.investors-link) a:before,
#superfish-main-accordion a.investors-link::before {
	background: url('../images/icons/iconmenu-soporte.svg');
	left: -30px;
}

#superfish-main li:has(span.services-link) li:has(.prototypes-link) a:before,
#superfish-main-accordion a.prototypes-link::before {
	background: url('../images/icons/iconmenu-apoyo.svg');
	left: -27px;
}

#superfish-main li:has(span.services-link) li:has(.innovation-link) a:before,
#superfish-main-accordion a.innovation-link::before {
	background: url('../images/icons/iconmenu-alianzas.svg');
	left: -30px;
}

#superfish-main li:has(span.services-link) .sf-depth-2 a {
	width: 100%;
}

#superfish-main li:has(span.services-link) li:has(.service-page-link).sf-depth-2::before,
#superfish-main li:has(span.services-link) .service-page-link.sf-depth-2::before,
#superfish-main li:has(a.service-page-link):hover:after {
	content: none;
}

#superfish-main li:has(span.services-link) li:has(a.service-page-link) {
	width: 85%;
	text-align: center;
	padding: 15px 15px 5px 15px;
}

/*-----------------------------------*/
/*----------LANGUAGE SWITCHER--------*/
.language-switcher-language-url ul {
	display: flex;
	list-style: none;
	gap: 16px;
	position: relative;
	margin-top: 2px;
}

.language-switcher-language-url li a {
	color: rgba(30, 30, 30, 0.7);
}

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

li[hreflang="es"]::after {
	content: '';
	display: block;
	height: 55%;
	width: 1.3px;
	background-color: rgba(30, 30, 30, 0.6);
	position: absolute;
	background-position: right;
	top: 5.5px;
	left: 26.5px;
}

a.language-link[hreflang="en"] {
  font-size: 0; /* hide original text */
}

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

/*-----------------------------------*/
/*--------------BANNER---------------*/
.banner {
	min-height: 980px;
	max-height: calc(100vh + 43px);
	height: calc(100vh + 43px);
}

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

.banner h1 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 46px;
}

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

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

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

.banner-numbers {
	display: flex;
	align-items: center;
	justify-self: end;
	text-align: center;
	justify-content: space-between;
	align-self: flex-end;
	gap: 10px;
	padding-bottom: 35px;
	padding-top: 100px;
	position: relative;
}

.banner-numbers::after {
	content: "";
	background-image: url('../images/icons/chevron-down-solid.svg');
	position: absolute;
	width: 28px;
	height: 28px;
	filter: brightness(0) invert(1);
	bottom: 90px;
	left: -57%;
}

.banner-numbers .number {
	background-color: rgba(252, 252, 252, 0.050);
	padding: 25px 25px 0 25px;
	border-radius: 10px;
	width: calc(50% - 10px);
	min-height: 170px;
}

.banner-numbers .num {
	font-weight: 700;
	font-size: 50px;
}

.banner-numbers p {
	font-weight: 400;
}

#video-home {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 980px;
    width: auto;
    max-width: 100%;
	object-fit: cover;
	max-height: 100vh;
    height: 100%;
    z-index: -1;
    transform: translateY(0%);
    margin: 0;
}

/*#filtervideo {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: unset;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}*/

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

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

.region-breadcrumb {
	position: relative;
	background: black;
	padding: 35px 15px;
	margin-bottom: 20px;
}

.region-breadcrumb:has(.custom-breadcrumb):before {
	content: "";
	position: absolute;
	background-image: url('../images/front/background-digis3.png');
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  	opacity: 0.1; 
}

#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle {
	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: 16.5px;
	font-weight: 400;
}

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

.path-node #block-vootstrap-pagetitle h1 {
    width: 100%;
	font-size: calc(1.325rem + 0.9vw);
	margin-bottom: 0;
}

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

.custom-breadcrumb h1 {
	font-size: calc(1.325rem + 0.9vw);
}

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

.breadcrumb-title {
	text-align: center;
	font-weight: 750;
	font-size: calc(1.375rem + 1.2vw) !important;
}

#node-75 #block-vootstrap-pagetitle h1,
.page-node-type-use-case #block-vootstrap-pagetitle h1,
#node-291 #block-vootstrap-pagetitle h1,
#node-1765 #block-vootstrap-pagetitle h1 {
	text-align: center;
	font-size: calc(1.375rem + 1.2vw);
	font-weight: 750;
}

/*---------------------------*/
/*------FRONT INFO BLOCK-----*/
.info-benefit-wrap,
.info-services-wrap,
.info-wrap li {
	position: relative;
}

.info-wrap h2 {
	margin-bottom: 30px;
}

.info-wrap li {
	padding-left: 30px;
	margin-bottom: 15px;
}

.info-wrap li h3 {
	font-size: 22px;
}

.info-benefit-wrap div:has(.white-button) {
	margin-top: 50px;
}

.info-wrap .info-benefit-wrap {
	background-color: var(--primaryColor);
}

.info-wrap .info-services-wrap {
	background-color: black;
}

.info-wrap ul {
	list-style: none;
	padding-left: unset;
}

.info-wrap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4.5px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: white;
}

.info-wrap .info-services-wrap li::before {
	background-color: var(--primaryColor);
}

.info-benefit-wrap {
	padding: 45px 15px 45px 0;
}

.info-services-wrap {
	padding: 45px 0 45px 15px;
}

.info-services-wrap::before,
.info-benefit-wrap::after {
	content: "";
	position: absolute;
	background: url('../images/front/background-digis3.png');
	background-color: #FFFFFF;
	background-size: cover;
	top: 0;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	right: 0;	
	opacity: 1;
}

.info-services-wrap::before {
	left: 0;
}
/*---------------------------*/
/*----FRONT SERVICES BLOCK---*/
.front-services-wrap .title {
	margin: 30px auto 60px auto;
}

.front-services-wrap .services-wrap {
	justify-content: space-between;
	gap: 15px;
}

.front-services-wrap .service {
	width: calc(25% - 15px);
	min-height: 260px;
	background-color: var(--primaryColor);
	padding: 15px 15px 0px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	border-radius: 12px;
	transition: transform 0.35s ease; 
}

.front-services-wrap .service:hover {
  transform: scale(1.04); 
}

.front-services-wrap .service .img-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.front-services-wrap .service .img-wrap img:first-child {
	max-width: 90px;
	max-height: 90px;
}

.front-services-wrap img[alt="diagonal-arrow"] {
	margin-right: -12px;
}

.front-services-wrap .service h2 {
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: 370;
}

/*---------------------------*/
/*---FRONT OBJECTIVES BLOCK--*/
.objectives-front-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.objectives-front-wrap h2 {
	margin-bottom: 60px;
}

.objectives {
	position: relative;
}

.objectives .img-wrap {
	background-color: var(--primaryColor);
	padding: 8px 10px;
	border-radius: 12px;
	width: 75px;
	height: 68px;
	margin-left: 25px;
	text-align: center;
	margin-bottom: -30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.objectives .img-wrap img {
	max-width: 50px;
	height: 52px;
}

.objectives .text-wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 45px 15px 0px 15px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	height: 190px;
}

.objectives .objective {
	height: 100%;
	margin-bottom: 50px;
	position: relative;
  	transition: top 0.5s ease;
	background-color: white;
}

/*---------------------------*/
/*---FRONT WHY DIGIS3 BLOCK--*/
.why-front-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow-x: hidden;
}

.why-front-wrap::after {
	content: "";
	position: absolute;
	background-color: var(--primaryColor);
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
  	transform: translateX(100%); 
  	transition: all 0.6s ease-out;
}

.why-front-wrap .reason {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.why-front-wrap .reason:first-child {
	padding-left: 45px;
}

.why-front-wrap .reason:last-child {
	justify-content: center;
}

.why-front-wrap .reason p {
	font-size: 19.5px;
}

.why-front-wrap .reason p:last-child,
.why-front-wrap .reason:last-child p:not(:first-child) {
	font-size: 16.5px;
}

.why-front-wrap .reason:last-child p:first-child {
	font-size: 24px;
}

/*--------------------------*/
/*-FRONT REQUEST ADVICE BLOCK-*/
.request-front-wrap {
	background-color: black;
	padding: 50px 15px;
}

.request-front-wrap div:has(.blue-button) {
	margin-top: 35px;
}

.animation-wrap .title {
	text-transform: unset;
	margin-bottom: 5px;
}

#animation-json {
	padding-top: 65px;
	padding-bottom: 65px;
}
/*---------------------------*/
/*--FRONT STRATEGIC SECTORS--*/
.strategic-sectors .title {
	margin: 20px auto 100px auto;
}

.strategic-sectors .sector-wrap {
	padding: 20px;
}

.strategic-sectors .sector {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	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;
	padding: 25px 15px;
	height: 100%;
}

.strategic-sectors .sector-wrap h3 {
	font-size: calc(1.275rem + 0.3vw);
}

.strategic-sectors .content-wrap {
	margin-bottom: 10px;
}

.strategic-sectors .img-wrap {
	margin-top: -80px;
	margin-bottom: 25px;
}

.strategic-sectors img {
	width: 100px;
	max-width: 100%;
}

.strategic-sectors p,
.strategic-sectors li {
	font-size: 16.5px;
}

.strategic-sectors li {
	margin-bottom: 15px;
}

.strategic-sectors p.blue {
	font-size: 20px;
}
/*-------------------------------*/
/*------ABOUT US INFO BLOCK------*/
.who-are-we-wrap img {
	max-width: 100%;
}

.who-are-we-wrap .intro,
.services .intro {
	margin: 35px 0 85px 0;
}

.who-are-we-wrap .intro img {
	width: 260px;
	height: auto;
}

.who-are-we-wrap .intro .img-wrap {
	margin-bottom: 30px;
}

.who-are-we-wrap .info .container {
	padding-left: 0;
	padding-right: 0;
}

.who-are-we-wrap .info {
	background-color: var(--primaryColor);
	padding: 60px 0;
}

.who-are-we-wrap .info:last-child {
	background-color: black !important;
}
/*-------------------------------*/
/*-------PARTNERS MAP BLOCK------*/
.partners-map {
	margin-top: 25px;
}

.partners-map img {
	max-width: 100%;
}
/*-------------------------------*/
/*-----------SERVICES------------*/
.services-intro h4 {
	margin-bottom: 25px;
}

.services-page-wrap {
	background-color: var(--primaryColor);
	padding: 60px 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.329);
}

.services-page-wrap h2 {
	color: white;
	margin-bottom: 60px;
}

.services-page-wrap h3 a {
	font-size: 35.5px;
}

.services-page-wrap .service {
	background-color: white;
	padding: 20px;
	border-radius: 26px;
	margin-bottom: 35px;
}

.services-page-wrap .img-wrap {
	display: block;
	text-align: end;
}

.services-page-wrap img[alt="diagonal-arrow"] {
	width: 40px;
	height: 40px;
}

.services-page-wrap .text-wrap {
	width: 90%;
	padding-left: 80px;
	padding-bottom: 20px;
}

/*-------------------------------*/
/*---------SERVICE PAGE----------*/
.service-page-wrap .mini-banner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: var(--primaryColor);
	border-radius: 20px;
	height: 260px;
	padding: 20px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.service-page-wrap .mini-banner .img-wrap {
	width: fit-content;
}

.service-page-wrap .mini-banner img {
	transform: rotateZ(270deg);
}

.service-page-wrap h1 {
	font-weight: 750;
}

.service-page-wrap h1 .smaller-title {
	font-size: calc(1.2rem + 0.6vw);
	font-weight: 500;
}

.medium-size {
	font-size: 20px;
}

.service-page-wrap .description-wrap {
	margin-top: 35px;
}

.service-page-wrap .description {
	justify-content: space-evenly;
	margin-bottom: 55px;
}

.service-page-wrap .description h4 {
	margin-bottom: 25px;
}

.service-page-wrap .description img {
	max-width: 100%;
	max-height: 160px;
}

.service-page-wrap.alliances-innovation h4,
.service-page-wrap.alliances-innovation p.intro {
	margin-bottom: 65px !important;
}

.service-page-wrap.search-investors h4,
.service-page-wrap.training-actions .intro h4 {
	margin-top: 65px !important;
}

.alliances-innovation .services-col-wrap {
	justify-content: center;
}

.service-page-col-wrap .service-col-wrap {
	padding: 35px;
}

.service-page-col-wrap .services-col-wrap > h2 {
	margin-bottom: 35px;
}

.service-page-col-wrap .service-col-wrap h3 {
	font-size: 22px;
}

.service-page-col-wrap .service-col {
	height: 100%;
	padding: 25px;
	border-radius: 20px;
	box-shadow: 
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, /* Top, right, and left shadows */
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px,    /* Top, right, and left shadows */
    0px 15px 0px 0px rgba(10, 51, 255, 0.96); /* Long bottom shadow */
}

.training-actions.service-page-col-wrap .service-col {
	box-shadow: 
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, /* Top, right, and left shadows */
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px,    /* Top, right, and left shadows */
    0px 24px 0px 0px rgba(10, 51, 255, 0.96); /* Long bottom shadow */
}

.lab-col h2,
.service-col h2,
.service-col h3 {
	font-size: 23px;
	font-weight: 650 !important;
}

.service-page-wrap .phases-wrap {
	margin-top: 65px;
	justify-content: space-between;
}

.service-page-wrap .phases-wrap > .col-md-6:last-child {
	padding-left: 35px;
}

.service-page-wrap .phases-wrap h4 {
	margin-bottom: 25px;
}

.service-page-wrap .phases-titles {
	display: flex;
	gap: 60px;
}

.service-page-wrap .icon-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-page-wrap .icon-title img {
	max-width: 58px;
	max-height: 58px;
	margin-bottom: 20px;
}

.service-page-wrap .icon-title img[alt="Checklist icon"] {
	max-height: 68px;
	max-width: 100%;
	margin-bottom: 14px;
	margin-top: -4px;
}

.service-form-wrap > h2 {
	margin-top: 75px;
}

.service-form-wrap.bottom-space .form-contact-block{
	margin-top: 65px;
}

.form-contact-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

.form-contact-wrap .form-contact-block .container {
	padding-left: 0;
	padding-right: 0;
}
/*------------------------------*/
/*--------PARTNERS (LOGOS)------*/
.carousel-title {
	text-align: center;
	color: rgba(30, 30, 30, 0.7);
}

.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,
.view-partners .owl-carousel .owl-item 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"],
.view-patners .owl-carousel .owl-item img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 210px;
    max-height: 135px;
	object-fit: contain;
}

.partner-images-wrap .partner-img img {
	max-width: 225px;
	max-height: 122px;
}

/*------------------------------*/
/*------------EVENTS------------*/
/*-------------RSS------------*/
.news-events-front .news-wrap > h3,
.news-events-front .events-wrap > h3,
.news-events-front .events-wrap .views-row:last-child {
	margin-bottom: 45px;
}

.news-events-front .events-wrap > .text-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-events-front .article-teaser {
	padding-top: unset;
}

.news-events-front .news-wrap .text-center {
	padding-top: 25px;
}

.rss-event-wrap {
	background-color: var(--primaryColor);
	border-radius: 8px;
	padding: 25px 15px;
	margin-top: 15px;
	position: relative;
}

.rss-event .title-event {
	padding-left: 15px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.rss-event .title-event h5 {
	padding-right: 10px;
}

.rss-event-wrap .title-event .img-wrap {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.rss-event-wrap .title-event img {
	width: 23px;
	height: 23px;
}

.rss-event-wrap * {
	color: white;
	font-weight: bold;
}

.rss-event .date {
	text-align: center;
	position: relative;
}

.rss-event .date .day {
	font-size: 28px;
}

.rss-event .date .month {
	margin-top: -8px;
	font-size: 24px;
}

.rss-event .date::after {
	content: "";
	position: absolute;
	top: 0;
	right: 4px;
	height: 100%;
	width: 2px;
	background-color: white;
}

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

.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;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.teaser-event::after {
	content: "";
	position: absolute;
	width: 186px;
	height: 186px;
	right: 10px;
	bottom: 25px;
	z-index: -1;
	opacity: 0.3;
}

#block-vootstrap-views-block-events-block-3 .teaser-event::after {
	z-index: 0;
}

#block-vootstrap-views-block-events-block-3 .teaser-event h5 {
	z-index: 1;
}

.teaser-event.conference-color::after {
	background: url('../images/icons/icon-conferencia.svg');
}

.teaser-event.training-color::after {
	background: url('../images/icons/icon-formacion.svg');
}

.teaser-event.event-color::after {
	background: url('../images/icons/icon-evento.svg');
	opacity: 0.2;
}

.teaser-event.workshop-color::after {
	background: url('../images/icons/icon-taller.svg');
}

html[lang="es"] .full-event .icon-text.date,
html[lang="es"] .full-event .datetime {
	text-transform: lowercase;
}

.teaser-event .labels-wrap {
	display: flex;
	justify-content: end;
    gap: 6px;
}

.teaser-event .label-digis {
	background-color: white;
	border: none;
	font-weight: unset;
	padding: 1px 15px;
}

.teaser-event-wrap .img-wrap {
	text-align: end;
	padding: 6px;
}

.events-filter-wrap .teaser-event-wrap {
	position: relative;
	z-index: 2;
}

.events-filter-wrap .teaser-event-wrap .teaser-event {
	z-index: 9 !important;
}

.events-filter-wrap .teaser-event-wrap .slide-out-wrap {
	position: absolute;
	display: flex;
  	flex-direction: column;
  	justify-content: space-around;
	right: 0;
	width: 100%;
	padding-top: 80px !important;
	padding-bottom: 40px !important;
	height: auto;
	bottom: 0;
	background-color: white;
	border-radius: 20px;
	z-index: 0;
	padding: 20px;
	transform: translateY(50px);
	transition: transform 0.5s ease;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.events-filter-wrap .teaser-event-wrap .slide-out-wrap .img-wrap {
	order: 2;
  	position: absolute;
	bottom: 5px;
  	right: 5px;
  	transition: transform 0.6s ease;
}

.events-filter-wrap .teaser-event-wrap:hover .teaser-event {
	z-index: 20 !important;
} 
.events-filter-wrap .teaser-event-wrap:hover .slide-out-wrap {
	z-index: 19 !important;
}

.events-filter-wrap .teaser-event-wrap:hover .slide-out-wrap .img-wrap {
	transform: rotate(180deg);
}

.events-filter-wrap .teaser-event-wrap .slide-out-wrap .slide-out {
	order: 1;
}

.events-filter-wrap .teaser-event-wrap:hover .slide-out-wrap {
	transform: translateY(calc(100% - 60px));
}

.events-filter-wrap .view-content .views-row {
	z-index: 0;
}
.events-filter-wrap .view-content .views-row:hover {
	z-index: 25;
}

.events-filter-wrap .teaser-event-wrap:has(.teaser-event.opacity) .slide-out-wrap {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.events-filter-wrap .teaser-event-wrap:has(.teaser-event.opacity) .img-wrap {
	filter: brightness(1) invert(0.3);
}

.events-filter-wrap .teaser-event-wrap:has(.teaser-event.opacity) .slide-out-wrap .slide-out {
	filter: brightness(1) invert(0.3);
}

/* Keyframes to handle the fading out */
@keyframes fadeOut {
    0% {
        opacity: 0.4;
    }
    35% {
        opacity: 0;
    }
}

/* Keyframes to handle the fading in */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.4;
    }
}

.view-events.view-display-id-block_3 .teaser-event-wrap .img-wrap,
.view-events.view-display-id-block_4 .teaser-event-wrap .img-wrap {
	display: none;
} 

.view-events.view-display-id-block_3 .slide-out,
.view-events.view-display-id-block_4 .slide-out {
	padding: 20px;
	width: 100%;
}

.teaser-event-wrap .img-wrap img {
	width: 32px;
	height: 32px;
}

.teaser-event .white-button {
	width: fit-content;
	align-self: end;
	padding: 1px 20px;
	background-color: white;
}

.teaser-event .labels-wrap {
	margin-top: -10px;
	margin-right: -10px;
}

.teaser-event-wrap .slide-out img {
	filter: brightness(0) invert(0);
}

.teaser-event-wrap .slide-out a {
	padding: 3px 20px;
	margin-top: 15px;
	display: inline-block;
	width: fit-content;
}

.empty-view-text {
	text-align: center;
}

.monthDropdownWrap .blue-button {
	position: absolute;
	left: 27px;
	bottom: 80px;
	min-width: 130px;
}

html[lang="en"] .monthDropdownWrap .blue-button { 
	min-width: 150px;
	left: 20px;
}

.view-events.view-display-id-block_2 .view-content:has(.lottie-animation-container) {
	flex-direction: column;
	align-items: center;	
	justify-content: center;
}

.lottie-animation-container {
	width: 430px;
	max-width: 100%;
}

.empty-view-text {
	height: fit-content;
}

/*------------FULL----------*/
.modal {
	--bs-modal-width: 90%;
}

.modal-dialog-scrollable,
.modal-dialog {
	max-width: 1320px;
}

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

.modal-body .full-event {
	padding: 20px 15px;
	padding-top: 0;
}

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

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

.modal .text-wrap a {
	color: var(--primaryColor);
	font-weight: 600;
}

.full-event .icon-text-wrap {
	margin-top: 30px;
}

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

.full-event .link-wrap {
	margin-top: 35px;
	text-align: end;
}

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

.full-event:has(.img-wrap) .text-wrap {
	padding-left: 25px;
}
/*-----------------------------*/
/*--------EVENTS PAGE---------*/
#node-146 .region-breadcrumb {
	margin-bottom: 0;
}

.intro-filters-wrap .bg-blue {
	background-color: var(--primaryColor);
	padding: 45px 15px 0 15px;
	position: relative;
	z-index: 3;
}

.intro-filters-wrap .bg-blue h2 {
	font-size: calc(1.2rem + 0.6vw);
}

.view-events.view-display-id-block_2 .view-content,
.view-events.view-display-id-block_3 .view-content,
.view-events.view-display-id-block_4 .view-content {
	display: flex;
	flex-wrap: wrap;
}

#block-vootstrap-views-block-events-block-3 h2 {
	margin-bottom: 30px;
}

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

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

.view-events .load-more-link {
	margin: 45px auto 0 auto;
}

/*-----------FILTERS-----------*/
.events-filter-wrap .views-element-container {
	width: 100%;
}

.bg-blue .filters-wrap {
	display: flex;
}

.intro-filters-wrap .custom-dropdown {
    position: relative;
    display: inline-block;
}

.intro-filters-wrap .custom-dropdown li::marker {
	content: none;
}

.filters-wrap .selected.default {
	font-size: 24px;
}

.intro-filters-wrap .custom-dropdown li {
    padding: 10px;
    cursor: pointer;
	padding: 7px 15px;
}

.intro-filters-wrap .custom-dropdown li.default {
	position: relative;
	color: white;
	transition: all 0.3s ease;
	cursor: pointer;
}

.intro-filters-wrap .dropdown-options {
	position: absolute;
	background-color: white;	
	border-radius: 8px;
	border-top-left-radius: 0;
	margin-top: 5px;
	box-shadow: rgba(50, 50, 93, 0.1) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 3px -1px;
	padding-left: 0;

	transform: translateY(-10px); 
	max-height: 0;
	overflow: hidden;
	pointer-events: none;

	transition: 
		transform 0.5s ease, 
		max-height 0.5s ease,
		box-shadow 0.5s ease;
}

.intro-filters-wrap .dropdown-options.visible {
	transform: translateY(0);
	max-height: 500px; /* large enough to reveal content */
	pointer-events: auto;

	box-shadow: rgba(50, 50, 93, 0.1) 0px 2px 10px -1px, rgba(0, 0, 0, 0.1) 0px 1px 6px -1px;
}

.categoryDropdown  .dropdown-options {
	min-width: 185px;
	left: 25px;
}

html[lang='en'] .categoryDropdown  .dropdown-options {
	left: 10px;
	min-width: 150px; 
}

.yearDropdown .dropdown-options {
	left: 5px;
}

.intro-filters-wrap .custom-dropdown li.default::after {
	content: "";
	background: url('../images/icons/black-diagonal-arrow-bottom.svg');
	filter: brightness(0) invert(1);
	width: 25px;
	height: 25px;
	margin-left: 15px;
	margin-top: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease-in-out;
	position: absolute;
}

.intro-filters-wrap .custom-dropdown:has(.dropdown-options.visible) li.default::after {
	transform: rotate(-90deg);
}

.bg-blue .filters-wrap > div {
	margin: 25px;
}

.bg-blue .filters-wrap > div:first-child {
	margin-left: 0;
}
.bg-blue .filters-wrap > div:last-child {
	margin-right: 0;
}

.view-events.view-display-id-block_2 {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}

.monthDropdownWrap {
	position: relative;
	padding-left: 3.5%;
	height: 564px;
}

.monthDropdownWrap .arrow-up,
.monthDropdownWrap .arrow-down {
	position: absolute;
	width: 25px;
	height: 30px;
	left: 0;
	cursor: pointer;
}

.monthDropdownWrap .arrow-up {
	top: 34%;
	transform: rotateZ(180deg);
}

.monthDropdownWrap .arrow-down {
	top: 43%;
}

#monthDropdown {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: center;
	padding-top: 30px;
	transition: margin-top 0.4s ease, opacity 0.4s ease; 
}

#monthDropdown li {
    padding: 5px 10px;
    cursor: pointer;
	opacity: 0.5;
}

#monthDropdown li.selected {
    font-weight: 700;
	opacity: 1;
	font-size: 20px;
}

.view-events.view-display-id-block_2 .view-content {
	width: 75%;
}

.yearDropdown li,
.categoryDropdown li {
	list-style: none;
}

/*-----------------------------*/
/*--------CONTACT FORM---------*/
.form-contact-wrap,
.form-contact-block {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px;
}

.form-contact-wrap .form-contact-block {
	padding-top: 45px;
	padding-bottom: unset;
}

.bottom-bg {
	position: relative;
	padding: 80px 0;
}

.form-contact-wrap::before,
.form-contact-block::before, 
.bottom-bg::before {
	content: "";
	position: absolute;
	background-image: url('../images/front/background-digis3.png');
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: -2;
}

.form-contact-wrap:has(details summary[aria-expanded = "true"])::before,
.form-contact-block:has(details summary[aria-expanded = "true"])::before {
	background-size: contain;
}

.form-contact-wrap .form-contact-block::before {
	content: none;
}

.form-contact {
	padding: 40px 15px 30px 15px;
	border-radius: 22px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	background-color: white;
}

.form-contact-content {
	margin-top: 40px;
}

.form-contact-content .form-left,
.form-contact-content .form-right {
	padding: 0 35px;
}

.form-contact-content .form-right {
	padding: 0 65px 0 35px;
}

.form-contact-content .form-left {
	position: relative;
}

.form-contact-content .form-left .small-font {
	font-size: 16.5px;
	margin: 55px 0;
}

.form-contact-content .form-left::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 73%;
	right: -12%;
	top: 8%;
	background-color: var(--primaryColor);
}

.form-check-input[type=checkbox] {
	border-radius: 50%;
	background-color: rgba(231, 232, 234, 1);
	width: 1.2em;
	height: 1.2em;
	margin-top: 0.1em;
	margin-right: 10px;
}

.form-check-input:checked[type=checkbox] {
	background-image: url('../images/icons/check-icon-blue.svg');
}

.webform-button--submit {
	color: white;
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	border-radius: 180px;
	padding: 3px 30px;
}

.form-required::after {
	content: none;
}

.form-control {
	background-color: rgba(232, 245, 255, 1);
	border-color: rgba(232, 245, 255, 1);
	color: #7E8488;
	border-radius: 8px;
	padding: 0.9rem 0.75rem;
}

.form-item-name,
.form-item-correo-electronico,
.form-item-telefono {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

textarea.form-control {
    height: 100px;
}

.js-form-type-checkbox,
#edit-actions {
	text-align: left;
}

.form-contact legend {
	display: none;
}

.js-form-item-captcha-response {
	margin-top: 0.1em;
	margin-bottom: 0.3em;
}

.captcha__description {
	display: none;
}

.alert {
	padding: 0;	
}

.alert-info {
	background: unset;
	border: none;
	color: black;
}

details > .details-wrapper {
	padding: 10px 15px;
}

label[for="edit-acepto-que-mis-datos-se-comuniquen-a-digis3"] {
	font-weight: 700;
	color: var(--primaryColor);
}

/*---------------------------*/
/*----------FOOTER-----------*/
footer {
	padding-bottom: unset;
	border-top: 1px solid white;
	box-shadow: 0 0 0px 15px var(--primaryColor);
	border-radius: 30px;
}

footer .menu-wrap > div {
	margin-bottom: 30px;
}

footer .social-networks {
	padding-left: unset;
}

footer .container {
	padding-top: 35px;
	padding-bottom: 0;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.footer-left {
	justify-content: space-between;
	align-items: start;
}

.footer-left a,
.footer-left p {
	font-size: 16px;
	color: rgba(30, 30, 30, 1);
}

.footer-left .footer-agreement {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-left .footer-agreement p {
	margin-bottom: 8px;
}

.footer-left .footer-agreement > div:first-child {
	margin-top: 36px;
}

footer .menu-wrap a {
	display: block;
	margin-bottom: 8px;
}

.footer-left .logos-wrap {
	padding-top: 37px;
	justify-content: center;
}

.footer-left .logos-wrap > div {
	padding: 2px 8px;
}

.footer-left .logos-wrap img {
	max-width: 100%;
}

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

.footer-right {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-right .logos-wrap {
	align-items: center;
}

.footer-right img {
	max-height: 90px;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: 40px;
}

.copyright-wrap .container {
	padding-top: 25px;
}

.copyright-wrap .img-wrap {
	margin: 0 auto;
}

.copyright-wrap .img-wrap img {
	max-width: 100%;
}

.copyright {
	display: flex;
	justify-content: center;
	align-items: baseline;
	background-color: black;
	margin-top: 25px;
	padding-bottom: 7px;
}

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

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

/*---------------------------*/
/*----------COOKIES----------*/
.eu-cookie-compliance-content{
	display: flex;
	flex-direction: column;
	padding: 25px 0;
}

#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;
}

.agree-button,
.agree-button:hover,
.agree-button:focus,
.agree-button:active,
.agree-button:first-child:active{
	padding: 5px 25px;
	background-color: #ffffff7a;
	font-weight: bold;
	color: black;
	border: none;
}

.agree-button:hover,
.agree-button:focus,
.agree-button:active{
	box-shadow: 5px 6px 9px rgba(0, 0, 0, 0.3);
}

.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;
}

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

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

.article-full a {
	color: var(--primaryColor);
}

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

.article-full .label-digis {
	margin-bottom: 25px;
}

.article-full table {
	border-collapse: collapse;
	overflow-x: scroll;
	max-width: 100%;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.article-full tr:first-child {
	background-color: var(--primaryColor);
	color: white;
}

.article-full td, th {
    border: 1.5px solid #9a9a9a;
    text-align: left;
    padding: 10px 15px;
}

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

.article-full td {
	height: auto !important;
	width: auto !important;
}

.label-digis {
	border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    background-color: transparent;
    display: inline-block;
    border-radius: 15px;
    padding: 2px 15px;
    font-weight: bold;
}

#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%;
}

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

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

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

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

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

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body h2 {
	order: 2;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body .card-text {
	order: 3;
	margin-top: 0;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-body .button-wrap {
	order: 4;
}

#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 {
	width: 48%;
}

#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-img-top img {
	height: 300px;
}

#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;
}

.view-articles .label-digis-wrap {
	position: absolute;
	top: 8px;
	left: 15px;
}

.path-node .view-articles .label-digis-wrap {
	top: 16px;
}

.view-articles .label-digis {
	background-color: white;
}

.article-teaser {
	padding: 10px; 
	position: relative;
}

.view-display-id-block_2 .owl-item .card-body {
	display: flex;
	flex-direction: column;
}

.view-display-id-block_2 .owl-item .date-wrapper-teaser {
	order: 1;
}

.view-display-id-block_2 .owl-item h2 {
	order: 2;
}

.view-display-id-block_2 .owl-item .button-wrap {
	order: 3;
	margin-top: 15px;
}

.view-display-id-block_2 .owl-item .card-text {
	display: none;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav.disabled {
	display: block;
}

.news-events-wrap .owl-theme .owl-nav {
	text-align: end;
	margin-top: 0;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-prev,
.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-next {
	position: relative;
	padding: 0 18px !important;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-prev span,
.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-next span {
	display: none;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-prev::before,
.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-next::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: -16px;
	background-repeat: no-repeat;
	background-image: url(../images/icons/blue-chevron-circle.svg);
	background-size: cover;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-prev::before {
	left: 0;
	transform: rotateZ(180deg);
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav button.owl-next::after {
	right: 0;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-nav {
	position: absolute;
	top: -60px;
	right: 10px;
}

.view-articles.view-display-id-block_2 .owl-carousel .owl-stage-outer {
	max-height: 440px;
}

/*--------------------------*/
.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: 30px;
}

/*--------------------------------*/
/*---------CASOS DE ÉXITO---------*/
#block-vootstrap-views-block-use-cases-block-1 {
	margin-top: 80px;
}

.use-case video {
	max-width: 850px;
	height: auto;
	border-radius: 16px;
}

.full-case-wrap .video-wrap {
	margin: 0 auto;
	text-align: center;
}

.full-case-wrap .text-wrap {
	margin-bottom: 45px !important;
}

.full-case-wrap {
	margin-top: 45px;
}

.full-case-wrap .case-text {
	margin-bottom: 30px;
}

.full-case-wrap .field__label{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.logo-link-wrap {
	margin-bottom: 50px;
}

.logo-link-wrap img {
	max-width: 100%;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

/*-----TEASER USE CASE------*/
.teaser-case-wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 50px 15px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.teaser-case-wrap a.link,
.teaser-case-wrap p.link {
	font-size: 28px;
	font-weight: 750;
}

.teaser-case-wrap a.link {
	color: var(--primaryColor);
}

.teaser-case-wrap .summary {
	margin: 20px 0 35px 0;
}

.teaser-case-wrap .case-buttons {
	display: flex;
	gap: 18px;
	align-items: center;
}

.teaser-case-wrap .case-buttons .blue-button {
	font-weight: 650;
	font-size: 18px !important;
	padding: 4px 23px;
}

.case-modal-button {
	border: 1px solid var(--primaryColor);
	border-radius: 26px;
	padding: 2.7px 5px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.case-modal-button a {
	display: block;
	padding-right: 5px;
	font-weight: 650;
}

.case-modal-button img {
	width: 25.5px;
	height: 25.5px;
}

.use-case-modal .modal-content {
	border-radius: 20px;
}

.use-case-modal .modal-body {
	max-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d3d1d1b6;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.use-case-modal video {
	/* max-height: 75vh;
	max-width: 100%;
	width: auto; */
	height: auto;
    max-width: 100%;
    width: 900px;
	border-radius: 16px;
}

.video-link {
	position: relative;
}

.video-link img:first-child {
	border-radius: 12px;
	border: 1px solid #f2f2f2;
}

.video-play-icon {
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	opacity: 0.5;
    background: white;
    border-radius: 100%;
}

/*--------------------------------*/
/*------CALL FOR APPLICATIONS-----*/
#node-1644 main {
	margin-bottom: 20px;
}

.full-call-app {
	margin: 45px 0 20px 0;
}

.full-call-app .text-wrap a {
	color: var(--primaryColor);
	font-weight: 650;
}

.full-call-app .link-wrap {
	margin-top: 35px;
}

/*----------CALL APP TEASER-----------*/
.teaser-call-app {
	background-color: var(--primaryColor);
	padding: 20px;
	border-radius: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.teaser-call-app .state {
	display: flex;
	align-items: center;
	gap: 8px;
}

.teaser-call-app h2 {
	font-size: 26px;
	margin: 15px 0 25px 0;
}

.teaser-call-app .date-link-wrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
}

.teaser-call-app .date-link-wrap .link-wrap {
	min-width: 115px;
}

html[lang="es"] .teaser-call-app .date-link-wrap .link-wrap {
	min-width: 96px;
}

.animation-dot {
	width: 30px;
	height: 30px;
}
/*----------CALL APP VIEW--------------*/
.view-call-for-applications .view-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.view-call-for-applications .views-row {
	margin-bottom: 20px;
}

.current-call-app .view-call-for-applications .views-row {
	width: calc(50% - 10px);
}

.past-call-app .view-call-for-applications .views-row {
	width: 33.33%;
	padding: 0 8px;
}

.past-call-app .teaser-call-app * { 
	color: rgba(30, 30, 30, 1);
}

.call-app-block-wrap h2,
.networks-wrap h2 {
	text-transform: none;	
}

.past-call-app-wrap {
	margin-top: 65px;
}

.past-call-app-wrap h4 {
	margin-bottom: 30px;
}

.past-call-app .teaser-call-app {
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0.5;
}

.past-call-app .teaser-call-app h2 {
	font-size: 22px;
}

.past-call-app .view-call-for-applications .view-content {
	justify-content: center;
}

/*-------------------------------*/
/*----------AVISO LEGAL----------*/
article[data-history-node-id='1766'],
article[data-history-node-id='1767'],
article[data-history-node-id='71'],
.grafic-identity {
	margin: 40px 0 85px 0;
}

.grafic-identity a {
	color: #7E8488;
}

/*--------------------------------*/
/*----------LABORATORIES----------*/
.lab-intro-wrap p.larger-size {
	margin-bottom: 50px;
}

.lab-wrap {
	position: relative;
}

.lab-wrap .img-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: 18px;
	transition: background-color 0.3s ease;
	position: relative;
}

.lab-wrap .img-wrap img {
	max-width: 100%;
	border-radius: 18px;
	min-height: 310px;
	max-height: 310px;
	object-fit: cover;
	transition: opacity 0.3s ease;
}

.lab-wrap .img-wrap::after {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.5); /* black overlay with 0.5 opacity */
  	border-radius: 18px; /* match the image’s border radius */
  	pointer-events: none;
}

.lab-wrap:hover .img-wrap::after {
	content: none;
}

.lab-wrap > .lab-title {
	position: absolute;
	left: 25px;
	bottom: 0px;
	color: white;
	font-weight: 650;
	max-width: 280px;
}

.lab-wrap .overlay {
	position: absolute;
	bottom: 0;
	left: 25px;
	max-width: 90%;
	opacity: 0;
}

.lab-wrap .text-wrap p {
	font-size: 16px;
}

.lab-wrap:hover .img-wrap img {
	opacity: 0;
}

.lab-wrap:hover .img-wrap {
	background-color: white;
}

.lab-wrap .overlay .lab-title{
	color: var(--primaryColor);
	font-weight: 650;
	transform: translateY(90px);
	transition: transform 0.6s ease, color 0.5s ease;
	max-width: 280px;
}

.lab-wrap:hover .overlay .lab-title{
	transform: translateY(0);
}

.lab-wrap .text-wrap {
	opacity: 0;
}

.lab-wrap:hover .text-wrap {
	opacity: 1;
	transition: opacity 0.2s ease 0.15s;
}

.lab-wrap:hover .overlay {
	opacity: 1;
}

.view-laboratory-cards .view-content {
	display: flex;
	flex-wrap: wrap;
}

.view-laboratory-cards .views-row {
	width: 33%;
	padding: 0 5px;
	margin: 5px 0;
}

.lab-cards-wrap {
	position: relative;
}

.custom-lab-card {
	position: absolute;
	left: 70%;
	bottom: 100px;
	width: 285px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 110px;
}

.lab-intro-columns {
	justify-content: space-between;
}

.lab-intro-columns .lab-col {
	padding: 15px 0;
	width: calc(50% - 65px);
}

/*----------------------------*/
/*-------SVG CODE IMAGE-------*/
#block-vootstrap-europemapsvg {
	text-align: center;
}

#block-vootstrap-partnersmap svg,
#block-vootstrap-europemapsvg svg {
	max-height: fit-content;
	height: auto !important;
}

#block-vootstrap-europemapsvg svg {
	padding: 0 5px;
}

/*----------------------------*/
/*----------NETWORKS----------*/
.networks-intro .larger-size {
	margin-bottom: 35px;
}

.networks-wrap .card img {
	max-width: 190px;
	max-height: 115px;
}

.cards-wrap {
	justify-content: center;
	margin-top: 60px;
}

.net-card-wrap {
	margin-bottom: 20px;
}

.net-card {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 10px;
	height: 100%;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.net-card .img-text {
	margin-bottom: 20px;
}

.net-card .img-wrap {
	height: 125px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}

.net-card h4 {
	font-size: 20px;
	margin-top: 10px;
}

.net-card a {
	color: var(--primaryColor);
}

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

@media (min-width: 500px) and (max-width: 767px) {
	.objectives .text-wrap {
		height: 170px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.view-events.view-display-id-block_2.container {
		max-width: unset;
	}
}

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

  @media (min-width: 991px) {
	.region-nav-additional #block-vootstrap-languageswitcher {
		display: none;
	}

	.navbar {
		margin-top: -25px;
	}

	ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 12px;
		background-color: white;
		top: 2.6em !important;
		width: 13.5em !important;
	}

	ul.sf-menu li.menuparent:nth-child(2):hover > ul,
	ul.sf-menu li.menuparent:nth-child(2).sfHover > ul {
		width: 29em !important;
	}

	.region-nav-main {
		background-color: #F2F2F2;
		border-radius: 26px;
		padding: 5px 30px 5px 20px;
		display: flex;
		align-items: center;
	}

	#block-vootstrap-languageswitcher-2 ul {
		padding-left: 20px;
		margin-bottom: 0;
	}

	.objectives .objective:nth-child(2),
	.objectives .objective:nth-child(5) {
		top: 115px;
	}

	.objectives .objective:nth-child(3),
	.objectives .objective:nth-child(6) {
		top: 230px;
	}

	#block-vootstrap-strategicsectoresfrontblock {
		margin-top: 190px;
		transition: all 0.8s ease-out;
	}

	#block-vootstrap-animationdigis3specializes {
		transition: all 0.8s ease-out;
	}

	/*----------------------------*/
	/*-------SVG CODE IMAGE-------*/
	[id*="active"], [id*="logos"] {
		opacity: 0;
		transition: 0.1s linear;
	}

	[id*="active"]:hover,
	[id*="active"]:hover ~ [id*="logos"],
	[id*="active"]:hover ~ [id*="logos"] [id*="logos"] {
		opacity: 1;
		transition: 0.1s linear 0.05s;
		display: inherit;
	}

	.europe-map [id*="name"],
	.europe-map [id*="cities"],
	.europe-map [id*="dots"],
	.europe-map [id*="lines"] {
		pointer-events: none;
	}

	[id*="active"]:hover ~ [id*="logos"] [id*="logos"] {
		transition: 0.1s linear;
	}
  }
  
  @media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle{ 
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-pagetitle{ 
	  max-width: 1140px;
	}

	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap::after {
		height: 400px;
		width: 28%;
	}

	.why-front-wrap .reason {
		height: 400px;
		width: 25%;
		padding: 15px 22px;
		padding-bottom: 20px;
	}

	.why-front-wrap .reason:first-child {
		padding-left: 30px;
		width: 22%;
	}

	.why-front-wrap .reason:last-child {
		width: 28%;
		padding-left: 30px;
		padding-right: 15px;
	}

	.why-front-wrap .reason {
	  opacity: 0;
	  transform: translateX(100%); 
	  transition: all 0.6s ease-out;
	}

	.why-front-wrap .reason.visible,
	.why-front-wrap .reason:nth-child(1),
	.why-front-wrap:has(.reason.visible)::after {
	  opacity: 1;
	  transform: translateX(0);
	}

	.why-front-wrap .reason:nth-child(2) {
		transition-delay: 0s;
	}

	.why-front-wrap .reason:nth-child(3) {
		transition-delay: 1.5s;
	}

	.why-front-wrap .reason:nth-child(4),
	.why-front-wrap::after {
		transition-delay: 2.8s;
	}
}

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

	.objectives {
		justify-content: space-evenly;
	}

	.objectives .objective {
		width: 30%;
	}

	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap .reason {
		padding: 15px 30px;
		width: 25%;
	}

	.why-front-wrap .reason:first-child {
		padding-right: 15px;
		width: 21%;
	}

	.why-front-wrap .reason:last-child {
		padding-left: 50px;
		width: 29%;
	}

	.why-front-wrap::after {
		width: 29%;
	}

	.news-events-front .events-wrap {
		padding-left: 35px;
	}
}

@media (min-width: 1820px) {
	.custom-container {
		max-width: 1800px;
	}

	.why-front-wrap .reason:last-child {
		background-color: var(--primaryColor);
	}
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	.banner-numbers .number {
		padding: 25px 20px 0 20px;
	}

	/*--------------------------------*/
	/*----------LABORATORIES----------*/
	.lab-wrap > .lab-title,
	.lab-wrap .overlay {
		left: 15px;
	}

	.lab-wrap .overlay .lab-title {
		transform: translateY(130px);
	}

	.lab-wrap:hover .text-wrap {
		transition: opacity 0.2s ease 0.2s;
	}

	.custom-lab-card {
		left: 68%;
	}

	/*--FRONT STRATEGIC SECTORS--*/
	.strategic-sectors .sector-wrap {
		padding: 20px 15px;
	}

	/*-------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-col-wrap .service-col-wrap {
		padding: 25px;
		padding-bottom: 55px;
	}

	/*------------------------------*/
	/*------------EVENTS------------*/
	.rss-event .date .month {
    	font-size: 24px;
	}

	.rss-event .date .day {
    	font-size: 26px;
	}

	.rss-event .date {
		padding-left: 5px;
	}

	.rss-event .date::after {
		right: 2px;
	}

	.rss-event .title-event {
		padding-left: 10px;
	}

	/*-----------------------------*/
	/*-----------CALL APP----------*/
	.past-call-app .date-link-wrap {
		flex-direction: column;
	}

	.past-call-app .teaser-call-app .date-link-wrap .link-wrap {
		align-self: end;
	}
}

@media (max-width: 1200px) {
	.view-events.view-display-id-block_3 .views-row, 
	.view-events.view-display-id-block_4 .views-row {
		padding: 20px 6px;
	}

	.front-services-wrap .services-wrap {
		gap: 10px;
	}

	.front-services-wrap .services-wrap > a {
		min-height: 230px;
		width: calc(25% - 10px);
	}

	.front-services-wrap .service h2,
	.front-services-wrap .service a {
		font-size: 19px;
	}

	.front-services-wrap .service .img-wrap img:first-child {
		max-width: 85px;
		max-height: 85px;
	}

	.footer-left .logos-wrap > div {
		padding: 1px 3px;
	}

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

	/*--FRONT STRATEGIC SECTORS--*/
	.strategic-sectors ul {
		padding-left: 1.5rem;
	}

	.strategic-sectors .blue-button {
		display: block;
	}

	/*-------------------------------*/
	/*------ABOUT US INFO BLOCK------*/
	.who-are-we-wrap .info .img-wrap {
		padding-left: 35px;
	}

	/*-------------------------------*/
	/*-----------SERVICES------------*/
	.services-page-wrap .text-wrap {
		width: 100%;
		padding-left: 45px;
		padding-right: 45px;
	}

	/*-------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-wrap .description {
		justify-content: space-between;
	}

	.service-page-col-wrap .service-col-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.service-page-col-wrap .service-col {
		padding: 20px 15px;
	}

	.service-page-wrap .phases-titles {
		gap: 35px;
	}

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

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

	.partner-images-wrap .partner-img img {
		padding: 15px 20px 25px 20px;
		max-width: 100%;
	}

	/*-----------------------------*/
	/*--------CONTACT FORM---------*/
	.form-contact-content .form-left {
		padding: 0 20px;
	}

	.form-contact-content .form-right {
		padding: 0 30px 0 35px;
	}

	.form-contact-content .form-left::after {
		right: 10px;
	}

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

	/*--------------------------------*/
	/*----------LABORATORIES----------*/
	.lab-intro-columns .lab-col {
		width: calc(50% - 35px);
	}
}

@media (max-width: 1199px) {
	.banner-numbers::after {
		left: -27%;
	}

	/*--------------------------------*/
	/*----------LABORATORIES----------*/
	.view-laboratory-cards .views-row {
		width: 50%;
		padding: 0 15px;
		margin: 15px 0;
	}

	.lab-wrap .img-wrap img {
		width: 100%;
	}

	.custom-lab-card {
		left: 53%;
	}

	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap .reasons-wrap {
		justify-content: space-between;
	}

	.why-front-wrap::after {
		width: 100%;
		height: 250px;
	}

	.why-front-wrap .reason:last-child {
		background-color: unset;
		padding: 50px 15px;
		height: 250px;
	}

	.why-front-wrap .reason:last-child * {
		text-align: center;
	}
}

@media (min-width: 991px) and (max-width: 1199px) {
	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap .reason.col-lg-4 {
		width: 34.5%;
		margin-bottom: 30px;
		margin-top: 30px;
		height: 345px;
	}

	.why-front-wrap .reason:first-child {
		width: 27%;
		padding-left: 25px;
	}

	.why-front-wrap .reason:nth-child(3) {
		padding-right: 25px;
	}

	.why-front-wrap .reason:last-child {
		margin: 0 auto;
		max-width: 880px;
	}

	/*------------------------------*/
	/*------------EVENTS------------*/
	.rss-event-wrap {
		padding: 20px;
	}

	.rss-event {
		flex-direction: column;
	}

	.rss-event .date {
		display: flex;
		align-items: baseline;
		gap: 10px;
		margin-bottom: 5px;
	}

	.rss-event .date::after {
		content: none;
	}

	.rss-event-wrap .title-event {
		padding-right: 0;
	}

	.rss-event-wrap .title-event .img-wrap {
		position: unset;
	}
}

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

@media (max-width: 991px) {
	header .social-networks {
	padding-bottom: 30px;
}

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

	.banner-numbers::after {
		content: none;
	}

	.banner-numbers .number {
		padding: 25px 25px 0 25px;
	}

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

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

	.banner br {
		display: none;
	}

	.region-nav-additional #block-vootstrap-languageswitcher {
		display: block;
	}

	#block-vootstrap-languageswitcher-2 {
		display: none !important;
	}

	.front-services-wrap .services-wrap {
		gap: 15px;
	}

	.front-services-wrap .services-wrap > a {
		width: calc(50% - 11px);
		margin-bottom: 15px;
	}

	.front-services-wrap p {
		font-size: 20px;
	}

	.info-services-wrap::before,
	.info-benefit-wrap::after {
		width: 33.3%;
	}

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

	.footer-left .logos-wrap > div {
		padding: 1px 5px;
	}

	/*--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: -35px;
		right: 100px;
	}

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

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

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

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

	#block-vootstrap-languageswitcher {
		position: absolute;
		right: 0;
		top: 46px;
		z-index: 20;
	}

	.path-frontpage #block-vootstrap-languageswitcher * {
		color: white;
	}

	.path-frontpage #block-vootstrap-languageswitcher li[hreflang="es"]::after {
		background-color: white;
	}

	li[hreflang="es"].active-language::after {
  		background-color: rgba(0, 0, 0, 0.541); /* Change to black when the language switcher is black */
	}


	#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: -92px;
	}

	.sticky-section {
		height: 132px;
	}

	#superfish-main-accordion li:has(span.services-link) li {
		padding: 2.5px 15px 10px 25px;
	}

	#superfish-main-accordion a.activities-link::before,
	#superfish-main-accordion a.investors-link::before,
	#superfish-main-accordion a.prototypes-link::before,
	#superfish-main-accordion a.innovation-link::before {
		top: 1px;
		width: 40px;
		height: 40px;
		left: -15px;
	}

	#superfish-main-accordion a.service-page-link {
		text-align: center;
		padding-left: 0;
	}

	#superfish-main-accordion li:has(span.services-link) .sf-has-clone-parent {
		display: flex;
		flex-direction: column;
	}

	#superfish-main-accordion li:has(span.services-link) li:has(.activities-link) {
		order: 1;
	}

	#superfish-main-accordion li:has(span.services-link) li:has(.prototypes-link) { 
		order: 2;
	}

	#superfish-main-accordion li:has(span.services-link) li:has(.investors-link) {
		order: 3;
	}

	#superfish-main-accordion li:has(span.services-link) li:has(.innovation-link) {
		order: 4;
	}

	#superfish-main-accordion li:has(a.service-page-link) {
		order: 5;
	}

	/*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;
	}

	.banner-numbers {
		align-self: center;
		padding-top: 65px;
	}

	/*--FRONT STRATEGIC SECTORS--*/
	.strategic-sectors .title {
		margin-bottom: 65px;
	}

	.strategic-sectors ul {
		padding-left: 2rem;
	}

	.strategic-sectors .sector-wrap {
		padding: 35px 0 65px 0;
	}

	.strategic-sectors .blue-button {
		display: inline;
		padding: 6px 20px;
	}

	/*-------------------------------*/
	/*------ABOUT US INFO BLOCK------*/
	.who-are-we-wrap .info .text-wrap {
		margin-bottom: 25px;
	}

	.who-are-we-wrap .info .img-wrap {
		padding-left: 15px;
		margin: 0 auto;
	}

	/*-------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-wrap .description .img-wrap {
		padding-right: 35px;
	}

	.service-page-col-wrap .service-col {
		padding: 10px 30px;
	}

	.service-page-col-wrap.col-sm-6 .service-col-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.service-page-wrap .phases-wrap .col-lg-5 {
		margin-top: 35px;
	}

	.service-page-wrap .phases-titles {
		justify-content: space-around;
	}

	.service-page-col-wrap .service-col-wrap {
		padding-bottom: 35px;
	}

	.training-actions.service-page-col-wrap .service-col-wrap {
		padding-bottom: 55px;
	}

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

	.partner-images-wrap .partner-img img {
		padding: 25px 5px 25px 5px;
	}

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.view-events.view-display-id-block_3 .views-row,
	.view-events.view-display-id-block_4 .views-row {
		width: 50%;
	}
	
	.view-events.view-display-id-block_2.container {
		padding-right: 7px;
	}

	.view-events.view-display-id-block_2 .views-row {
		padding: 15px 7px;
	}

	/*-----------------------------*/
	/*--------CONTACT FORM---------*/
	.form-contact-content .form-left {
		padding: 0 15px 0 0;
	}

	.form-contact-content .form-right {
		padding: 0 15px;
	}

	.form-contact-content .form-left::after {
		right: 8.5px;
		width: 0.5px;
	}

	.form-contact-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	/*------------------------------*/
	/*------------EVENTS------------*/
	.news-events-front .events-wrap {
		margin-top: 35px;
	}

	.rss-event .title-event {
		padding-left: 25px;
	}

	#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%;
	}

	/*-----TEASER USE CASE------*/
	.teaser-case-wrap {
		padding: 35px 0px;
	}

	.teaser-case-wrap .text-wrap {
		padding-left: 30px;
	}

	/*-----TEASER CALL APP------*/
	.past-call-app .view-call-for-applications .views-row {
		width: calc(50% - 10px);
	}

	.teaser-call-app .date-link-wrap {
		flex-direction: column;
	}

	.teaser-call-app .date-link-wrap .link-wrap {
		align-self: end;
	}

	/*--------------------------------*/
	/*----------LABORATORIES----------*/
	.view-laboratory-cards .views-row {
		width: 80%;
		padding: 0;
		margin: 10px auto;
	}

	.custom-lab-card {
		display: none;
	}

	.lab-intro-columns .lab-col {
		width: calc(50% - 15px);
	}

	.use-case video {
		max-width: 100%;
	}

	/*------------------------*/
	/*----------NEWS----------*/
	#block-vootstrap-views-block-articles-block-1 .views-row:first-child .card-img-top img {
		height: 220px;
	}
}

@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: 990px) {
	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap .reason:not(:last-child) {
		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;
		padding: 20px;
		max-width: 75%;
		margin: 10px auto 25px auto;
	}

	.why-front-wrap .reason:nth-child(3) {
		margin-bottom: 35px;
	}

	.why-front-wrap .reason .img-wrap {
		margin-bottom: 50px;
	}

	#block-vootstrap-strategicsectoresfrontblock {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.animate__animated,
	.animate__fadeInRight {
  		animation: none !important;
  		transition: none !important;
	}

	.info-services-wrap::before,
	.info-benefit-wrap::after {
		content: none;
	}

	.footer-left {
		justify-content: center;
		justify-self: center;
	}

	.footer-left .logos-wrap {
		padding-top: 10px;
		margin-bottom: 45px;
	}

	.front-services-wrap .services-wrap > a {
		min-height: 200px;
	}

	.view-partners .partner-img img, .partner-img img, .view-partners .owl-carousel .owl-item img {
		max-width: 100%;
		max-height: 120px;
	}

	.objectives .objective {
		margin-bottom: 35px;
	}

	.strategic-sectors .sector-wrap {
		padding-bottom: 55px;
	}

	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap::after {
		content: none;
	}

	.why-front-wrap .reason:last-child {
		background-color: var(--primaryColor);
	}

	/*--------------------------------*/
	/*----------LABORATORIES----------*/
	.view-laboratory-cards .views-row {
		width: 100%;
	}

	.lab-intro-columns .lab-col {
		width: 100%;
	}

	/*-------------------------------*/
	/*-----------SERVICES------------*/
	.services-page-wrap img[alt="diagonal-arrow"] {
		width: 35px;
		height: 35px;
	}

	.services-page-wrap .text-wrap {
		padding: 10px 0 20px 0;
	}

	/*-------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-wrap .description .img-wrap {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.service-page-wrap .description img {
		max-height: 115px;
	}

	.service-page-wrap .description h4 {
		font-size: 20px;
	}

	.service-page-col-wrap.col-sm-6 .service-col-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.service-page-wrap .mini-banner {
		height: 290px;
	}

	.service-page-wrap h1 .smaller-title {
		display: block;
		margin-top: 20px;
	}
	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row {
		width: 32%;
	}

	.view-patners .owl-carousel .owl-item img {
		max-width: 185px;
	}

	.partner-images-wrap {
		justify-content: space-around !important;
		margin: 0 auto;
	}

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

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

	/*-------------------------------*/
	/*---------EVENTS PAGE----------*/
	.view-events.view-display-id-block_3 .views-row,
	.view-events.view-display-id-block_4 .views-row {
		width: 100%;
	}

	.view-events.view-display-id-block_2 {
		flex-direction: column;
	}

	.view-events.view-display-id-block_2 .view-content {
		width: 100%;
	}

	.view-events.view-display-id-block_2 .views-row {
		width: 50%;
		margin-top: 35px;
	}

	#monthDropdown {
		display: flex;
		width: 90%;
		margin: 0 auto;
		margin-top: 0 !important;
		transition: margin-left 0.3s ease;
	}

	.monthDropdownWrap {
		height: unset;
		overflow: hidden;
  		width: 100%;
		padding-left: 0;
		position: relative;
	}

	.monthDropdownWrap .arrow-up, .monthDropdownWrap .arrow-down {
		transform: rotateZ(90deg);
		top: 3.5px;
		left: 15px;
	}

	.monthDropdownWrap .arrow-down {
		transform: rotateZ(270deg);
		left: unset;
		right: 15px;
	}

	#monthDropdown li {
		position: absolute;
		top: 0;
		height: 42px;
	}

	#monthDropdown li.selected {
		left: 43%;
		margin-top: -1.2px;
	}

	.empty-view-text {
		margin-top: 35px;
	}

	.events-filter-wrap .views-element-container > .blue-button {
		display: block;
		width: fit-content;
		margin: 35px auto 0 auto;
	}

	.view-events.view-display-id-block_3 .views-row, 
	.view-events.view-display-id-block_4 .views-row {
		padding: 0;
	}

	.view-events.view-display-id-block_4 .views-row .teaser-event-wrap {
		margin-bottom: 40px;
	}

	/*-----------------------------*/
	/*--------CONTACT FORM---------*/
	.form-contact-content {
		margin-top: 20px;
	}

	.form-contact-content .form-left::after {
		content: none;
	}

	.form-contact-content .form-left .small-font {
		margin: 20px 0;
	}

	.form-contact-content .form-right {
		position: relative;
		margin-top: 15px;
		padding-top: 30px;
	}

	.form-contact-content .form-right::before {
		content: "";
		position: absolute;
		background-color: var(--primaryColor);
		height: 1px;
		width: calc(100% - 30px);
		top: 0;
		left: 15px;
	}

	.form-contact-wrap::before,
	.form-contact-block::before {
		background-size: contain;
	}

	/*----------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;
	}

	/*-----TEASER USE CASE------*/
	.teaser-case-wrap .logo { 
		width: 65%;
		margin: 0 auto 20px auto; 
	}

	.teaser-case-wrap .text-wrap { 
		padding-left: 15px;
	}

	/*-----TEASER CALL APP------*/
	.view-call-for-applications .views-row {
		width: 100% !important;
	}

	.teaser-call-app .date-link-wrap {
		gap: 5px;
	}
}

@media (max-width: 650px) {
	.view-events.view-display-id-block_2 .views-row {
		width: 80%;
		margin: 5px auto;
	}

	.monthDropdownWrap {
		margin-bottom: 25px;
	}
}

@media (max-width: 576px) {
	.logo-link-wrap .logo {
		margin-bottom: 20px;
	}

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

	#video-home {
		display: none;
	}

	.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;
	}

	.front-services-wrap .services-page-wrap {
		gap: 0;
	}

	.front-services-wrap .services-wrap > a {
		min-height: 180px;
		width: 100%;
		margin-bottom: 15px;
	}

	.front-services-wrap br {
		display: none;
	}

	.banner-numbers {
		padding-left: 15px;
		padding-right: 15px;
	}

	.banner-numbers .number {
		height: 160px;
	}

	#block-vootstrap-sitebranding {
		top: -100px;
		left: 15px;
	}

	.pre-header-wrap {
		justify-self: unset;
		justify-content: space-between;
	}

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

	.buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.pre-header-wrap .buttons {
		visibility: hidden;
	}

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

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

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

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

	/*---FRONT WHY DIGIS3 BLOCK--*/
	.why-front-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.why-front-wrap .reason {
		max-width: 100% !important;
	}

	.why-front-wrap .reason:last-child {
		background-color: var(--primaryColor);
		margin: 45px 0 40px 0;
	}

	.why-front-wrap::after {
		content: '';
		height: 330px;
	}

	/*-------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-col-wrap .service-col {
		padding: 15px 15px 0 15px;
	}

	.service-page-col-wrap .col-sm-6 .service-col {
		padding: 15px;
	}

	.services-col-wrap {
		justify-content: center;
	}

	/*-----------------------------*/
	/*--------CONTACT FORM---------*/
	.form-contact {
		padding-left: 15px;
		padding-right: 15px;
	}

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

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

	
	/*-----TEASER USE CASE------*/
	.teaser-case-wrap { 
		margin: 0 auto 35px auto;
	}

	.teaser-case-wrap .logo { 
		width: 70%;
	}
}

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

	.service-page-wrap h1 {
		font-size: 30px !important;
	}

	.service-page-col-wrap,
	.page-section-separator {
		padding-bottom: 55px;
	}

	/*------------------------------*/
	/*---------SERVICE PAGE----------*/
	.service-page-col-wrap .col-sm-6 {
		width: 100%;
	}

	.service-page-wrap .mini-banner {
		padding: 20px 15px;
	}

	.service-page-wrap .mini-banner {
		height: 310px;
	}

	.service-page-wrap h1 .smaller-title {
		margin-top: 15px;
	}

	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row,
	.partner-images-wrap .partner-img {
		width: 50%;
	}

	/*------------------------------*/
	/*------------EVENTS------------*/
	.rss-event .title-event {
		padding-left: 15px;
	}

	.view-events.view-display-id-block_2 .views-row {
		width: 100%;
	}

	.view-events.view-display-id-block_3 .views-row, .view-events.view-display-id-block_4 .views-row {
		padding: 5px 0;	
	}
}

@media (max-width: 400px) {
	.banner-numbers .number {
		padding: 25px 10px 0 10px;
	}

	/*----------------------*/
	/*-----LABORATORIES-----*/
	.lab-wrap .img-wrap img {
		min-height: 340px;
		max-height: 340px;
	}
}

@media (max-width: 387px) {
	html[lang="es"] #superfish-main-accordion a.investors-link::before {
		top: 6.5px;
	}
}

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

	.strategic-sectors .blue-button {
		display: block;
		padding: 3px 10px;
	}

	.footer-left .menu-wrap,
	.footer-left .logos-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.contact-info .d-flex {
		flex-direction: column;
		gap: 15px;
	}
	/*------------------------------*/
	/*--------PARTNERS (LOGOS)------*/
	.view-partners .views-row,
	.partner-images-wrap .partner-img {
		width: 100%;
		text-align: center;
	}

	.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: start;
		padding-top: 177px;
	}

	.banner,
	#video-home {
		min-height: 880px;
	}

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

@media (max-width: 991px) and (max-height: 835px) {
	.banner,
	#video-home {
		min-height: 900px;
	}
}

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

@media (min-height: 837px) {
	.info-wrap {
		margin-top: -45px;
	}
}

@media (max-width: 576px) and (max-height: 938px) {
	.info-wrap {
		margin-top: 0;
	}
}

/*-----MAIN PRIORITY CLASSES-----*/
.opacity {
	filter: brightness(1) invert(0.3);
}

.no-opacity {
	filter: unset;	
}

/*----------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(--primaryColor);
    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(--primaryColor) !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(--primaryColor) ;
    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(--primaryColor) !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);
}

/* .eu-cookie-compliance-categories-buttons{
    position: relative;
}
.eu-cookie-compliance-buttons{
    position: absolute;
    top: 167px;
    left: 40%;
} */
@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%;
    }
}