@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Instrument+Serif:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');


/*------------VARIABLES CSS------------*/
:root {
  --primaryColor: #BBFC54;
  --secondaryColor: #699637;
  --tertiaryColor: #16301A;
}
/*------------VARIABLES CSS------------*/

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

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

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

.region-content {
	padding: 0;
}

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

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

.custom-button {
	color: white !important;
	background-color: var(--secondaryColor);
	border-radius: 23px;
	padding: 8px 22px;
	font-size: 21px !important;
	transition: background-color 0.3s ease;
}

.custom-button:hover {
	background-color: var(--tertiaryColor);
	border-color: var(--tertiaryColor);
	color: white !important;
}
.custom-button-article {
	color: white !important;
	background-color: var(--secondaryColor);
	border-radius: 23px;
	padding: 8px 22px;
	font-size: 16px !important;
	transition: background-color 0.3s ease;
}
li.sf-depth-2 {
	color: black !important;
}
.custom-button-article:hover {
	background-color: var(--tertiaryColor);
	border-color: var(--tertiaryColor);
	color: white !important;
}

.custom-button-dark {
	color:var(--primaryColor) !important;
	background-color: var(--tertiaryColor);
	border-radius: 23px;
	padding: 8px 22px;
	font-size: 21px !important;
	transition: background-color 0.3s ease;
}

.custom-button-dark:hover {
	background-color: var(--secondaryColor);
	border-color: var(--secondaryColor);
	color: white !important;
}


.banner-button {
	color: var(--tertiaryColor) !important;
	background-color: var(--primaryColor);
	border-radius: 23px;
	padding: 8px 22px;
	font-size: 21px !important;
	transition: background-color 0.3s ease;
}

.banner-button:hover {
	background-color: var(--tertiaryColor);
	border-color: var(--tertiaryColor);
	color: white !important;
}

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

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

.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(--primaryColor) !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-size {
	font-size: 15px;
}

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

.full-width-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.white-color {
	color: white !important;
}
.primary-color {
	color: var(--primaryColor) !important;
}

.secondary-color {
	color: var(--secondaryColor) !important;
}

.tertiary-color {
	color: var(--tertiaryColor);
}

.tertiary-title {
	text-align: center;
	color: var(--secondaryColor);
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 45px;
}

/*-------------------------*/
/*----------MODAL----------*/
.modal {
	--bs-modal-width: 90%;
	max-width: 1320px !important;
	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;    
  padding-top: 24px;
}

body.user-logged-in .sticky-section {
  padding-top: 24px;
}

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

.region-breadcrumb {
	margin-bottom: 25px;
}

/*----------------------------------*/
/*------------PRE-HEADER------------*/
.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: -15px;
	left: 0;
}

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

.navbar-brand img {
	height: 80px;
	max-width: 180px;
	margin-bottom: 20px;
	transition: padding-top 0.4s ease;
}
.navbar-brand .img-retech {
	height: 43px !important;
}
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: unset;
}

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 ;
	background-color: unset;
}

#superfish-main li a{
	color: black;
	background-color: unset;
}
#superfish-main > li:last-child {
  background-color: var(--primaryColor);
  border-radius: 25px;
  color: var(--tertiaryColor);
  margin-left: 10px;
}

#superfish-main > li:last-child > a {
  color: var(--tertiaryColor) !important;          /* texto blanco */
  padding: 10px 15px;  
}
#superfish-main > li:last-child > a:hover {
  color: var(--tertiaryColor) !important;          /* texto blanco */
  padding: 10px 15px;  
}

@media (min-width: 992px) {
	.path-frontpage #superfish-main li a {
		color: white;
	}
	.path-frontpage #superfish-main .sf-depth-2  a{
		color: white !important;
	}

	.path-frontpage .nolink {
		color: white !important;
	}
}


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(--secondaryColor) !important;
	cursor: pointer;
}



.path-frontpage #superfish-main li:not(:last-child) > a:hover,
.path-frontpage ul.sf-menu.sf-style-default li:not(:last-child) > span.nolink:hover {
  color: white !important;
  text-decoration: underline !important;
}


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 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(--secondaryColor) !important;
}

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

/*------------------------------*/
/*-------SUPERFISH SUBMENU------*/
.path-frontpage .region-nav-main {
	background-color: transparent !important;
	padding: 0;
}

.path-frontpage #superfish-main {
	position: relative;
	padding: 5px 5px 5px 20px;
}

.path-frontpage #superfish-main::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
    border-radius: 26px;
    padding: 5px 5zpx 5px 20px;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
  	-webkit-backdrop-filter: blur(4px); /* Safari */
}

#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 a{
	color: black !important;
}

li.sf-depth-2:hover::after {
	content: "";
	background-image: url('../images/icons/arrow-right.svg');
	position: absolute;
	width: 20px;
	height: 20px;
	top: 14px;
	right: 15px;
	background-size: cover;
}

.path-frontpage li.sf-depth-2:hover::after {
	filter: brightness(0) invert(1);
}

.path-frontpage .sf-depth-1 ul {
	background-color: #16301ae0 !important;
}

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

a.language-link[hreflang="en"]::after {
  content: "EN";  /* replacement 
  font-size: 18px; /* reset font size 
}
*/
/*-----------------------------------*/
/*--------------BANNER---------------*/
.banner {
	min-height: 600px;
	max-height: 1000px;
	height: 1000px;
}

.banner * {
	color: white;
}

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

.banner h1 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 50px;
	line-height: 1;
	color: var(--primaryColor);
}

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

.bg-banner h2 {
	font-weight: 400;
	font-size: 29px;
	margin-bottom: 35px;
}
.argos{
	position: absolute;
	bottom: 155px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(145deg,#16301a69 10%, #bcfc545e 90%);;
	color: white;
	padding: 15px 25px;
	border-radius: 40px;
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 380px;
}
.argos p{
	margin-bottom: 5px !important;
	text-align: center;
}
.argos img{
	max-width: 150px;
}
@media (max-width: 577px) {
	.argos {
		bottom: 10px;
		padding: 9px 15px;
	}
	.argos img{
		max-width: 120px;
	}
	.argos p{
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.argos {
		width: 280px;
	}
}
#video-home {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    width: auto;
    max-width: 100%;
	object-fit: cover;
    height: 900px;
	min-height: 600px;
    z-index: -1;
    transform: translateY(0%);
    margin: 0;
}

#filtervideo {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: unset;
	height: 900px;
	min-height: 600px;
    background: linear-gradient(180deg,#16301aab 0%, #16301aab 90%);
}

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

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

#block-vootstrap-page-title {
	position: relative;
	background: linear-gradient(90deg,#16301A 10%, #699637 90%);
	padding: 35px 15px;
	margin-bottom: 20px;
}

#block-vootstrap-page-title::after {
	position: absolute;
	content: "";
	background: url('../images/icons/icon-trans-white.svg');
	right: 0;
	top: 50%;
  	transform: translate(0, -50%);
	width: 171px;
	height: 131px;
}

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

.region-breadcrumb h1 {
	color: white;
}

.region-breadcrumb .breadcrumb-item,
.breadcrumb-item::before {
	color: var(--tertiaryColor);
}

ol.breadcrumb{
	margin-bottom: unset;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 2.5px;
}

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

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

.custom-breadcrumb * {
	color: white;
}

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

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

/*------------------------------*/
/*----------FRONT PAGE----------*/
.future-mobility * {
	color: white;
}

.future-mobility .primary-bg {
	background-color: var(--tertiaryColor);
	padding: 60px 0 40px 0;
}

.future-mobility .content-wrap {
	margin-top: 65px;
}

.future-mobility .gradient-bg {
  background: linear-gradient(
    90deg,
    #16301A 0%,
    #699637 55%,
    #BBFC54 100%
  );
  padding: 25px 0;
}

.circle {
    width: 170px;
    height: 170px;
    border: 2px solid #9CFF00; /* verde neón */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: #9CFF00;
    text-align: center;
    font-weight: 500;
}
.circle h5{
	max-width: 130px;
}
.what-is {
	background: var(--tertiaryColor);
	border: 1px solid rgba(26, 193, 173, 0.15);
	border-radius: 10px;
	padding: 45px 20px;
}

.what-is .text-wrap {
	padding-left: 35px;
}

.what-is .custom-button {
	background-color: var(--secondaryColor);
}
.what-is p{
	color: white !important;
}
/*------------------------------*/
/*----------WHAT IS CR----------*/
.secondary-title {
	color: var(--tertiaryColor);
	font-weight: 700;
	font-size: 50px;
	text-align: center;
}
.services-teasers-wrap h2 {
	color: var(--secondaryColor);
	font-weight: 700;
	font-size: 50px;
	text-align: center;
}
@media (max-width: 577px) {
	.services-teasers-wrap h2 {
		font-size: 40px;
	}
}
.secondary-title span {
	font-size: 35px;
}

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

.logos-wrap .logo-wrap img {
    transition: transform 0.3s;
	max-width: 190px;
    max-height: 110px;
    padding: 15px;
    height: auto;
    width: 200px;
    object-fit: contain;
	min-width: 95px;
	filter: grayscale(100%) brightness(1.8) contrast(0.85);
}

.logos-wrap .logo-wrap img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 110px;
	object-fit: contain;
}

.logos-wrap .logo-wrap img[alt="Atos"],
.logos-wrap .logo-wrap img[alt="AIR Institute"],
.logos-wrap .logo-wrap img[alt="gmv"] {
	max-width: 160px;
	max-height: 100px;
}

/*----------------------------*/
/*----------SERVICES----------*/
.services-page ul {
	padding: 0;
}

.services-page li {
  position: relative;
  margin-bottom: 34px;
}


.services-teasers-wrap > p {
	font-size: 22px;
}

.service-teaser,
.service-rss {
	background: linear-gradient(180deg, rgba(230, 230, 230, 0.3) 30%,  #6a963725 96%);
    border: 1px solid #16301a31;
    border-radius: 10px;
	padding: 10px;
	height: 100%;
}

.service-teaser .img-wrap, 
.service-rss .img-wrap {
	position: relative;
}

.service-teaser img, 
.service-rss img {
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.service-teaser .img-wrap::after, 
.service-rss .img-wrap::after {
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(180deg,#16301a18 20%, #6a96371f 90%);
	width: calc(100% - 27px);
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 8px;
}

.service-teaser h5 {
	font-size: 20.5px;
}

.view-services.view-display-id-block_1 .view-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view-services.view-display-id-block_1 .views-row {
	width: calc(33% - 8px);
}

.service-rss {
	padding: 15px 55px;
	margin-bottom: 55px;
}

.service-rss .img-wrap::after {
	width: 100%;
}

.service-rss img {
	max-height: 332px;
}

.service-rss .text-wrap {
	margin-top: 25px;
}

.service-rss .content {
	display: flex;
	flex-wrap: wrap;
}

.service-rss .content-text-wrap {
	width: calc(100% - 122px);
	padding-right: 25px;
}

.service-rss .custom-button {
	background-color: var(--primaryColor);
	color: var(--tertiaryColor) !important;
}

/*---------------------------*/
/*----------PARKING----------*/


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

.content-wrap {
	padding: 0 15px 15px 15px;
}

.teaser-event-wrap {
	margin-bottom: 50px;
	display: flex;
}
.date-icon-wrap {
	color: var(--primaryColor);
	background-color: var(--tertiaryColor);
	border-radius: 15px;
	padding: 13px !important;
	font-weight: 800;
}
.teaser-event h5{
	color: var(--secondaryColor);
    font-size: 26px;
}
.event-img img{
	opacity: 0.5;
}

/*------------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: 100%;
	padding: 20px 10px;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/*---------------------------*/
/*----------FOOTER-----------*/
footer {
	background: linear-gradient(161deg,rgba(255, 255, 255, 1) 5%, #425f21f1 45%, #16301A);
	padding-bottom: unset;
}

footer .container {
	justify-self: center;
	padding-top: 35px;
	padding-bottom: 0;
	justify-content: space-between;
	align-items: center;
}

.footer-left .img-wrap {
	max-width: 300px;
}

.footer-left * {
	color: #ffffffa1;
}
.footer-left h3 {
	max-width: 500px;
}

.footer-right a {
	display: block;
	color: var(--primaryColor);
	line-height: 1.3;
}

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

.copyright p {
	margin-bottom: 0;
}

.copyright a {
	display: inline-block;
	padding: 5px 25px 0 25px;
	color: var(--primaryColor) !important;
}

/*---------------------------*/
/*----------COOKIES----------*/
/*----------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: 8px 25px;
    background-color: var(--primaryColor) !important;
    font-weight: bold;
    color: var(--tertiaryColor) !important;
    border: none;
    background-image: none !important;
    text-shadow: none;
	border-radius: 20px;
}

.eu-cookie-compliance-save-preferences-button:hover, .eu-cookie-compliance-save-preferences-button:focus, .agree-button:hover, .agree-button:focus, .agree-button:active { 
    -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: 8px 25px!important;
    background-color: var(--primaryColor) !important;
    font-weight: bold !important;
    color: var(--tertiaryColor) !important;
    border: none !important;
    background-image: none !important;
    text-shadow: none !important;
    border-radius: 20px;
    
}

.agree-button,
.agree-button:hover,
.agree-button:focus,
.agree-button:active,
.agree-button:first-child:active{
	padding: 8px 25px;
    background-color: var(--primaryColor) !important;
    font-weight: bold;
    color: var(--tertiaryColor) !important;
    border: none;
    background-image: none !important;
    text-shadow: none;
	border-radius: 20px;
}

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
    background: #16301af5;
    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;
}


/* .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%;
    }
}
@media (min-width: 500px){
	.eu-cookie-compliance-has-categories{
		position: absolute;
		bottom: 26px;
		left: 230px;
	}
}


/* Cookies page */
.cookies-page h2{
    
    font-size: 30px !important;
    font-weight: bolder;
}

.cookies-page h3{
    font-size: 20px !important;
    font-weight: bold;
}

.cookies-page h4{
    font-size: 20px !important;
    font-weight: bold;
    color: var(--primaryColor);
}

.ga-cookies{
    background-color: var(--primaryColor);
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}


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

#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: 10px; 
	position: relative;
}
.date-wrapper-teaser p{
	font-size: 14px;
	color: gray;
	margin-bottom: 5px;
}

/*--------------------------*/
.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;
	color: var(--secondaryColor);
}
article .card-body h2 a{
	font-size: 25px;
}
article .card-body h2:hover {
	color: var(--tertiaryColor);
}

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

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

p.h1 {
	text-align: center;
	margin-bottom: 30px !important;
	font-weight: bold;
}

#accordionTechArch, #accordionTechArch .accordion-item {
	border: 0 !important;
}

#accordionTechArch button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	font-size: 25px;
	color: var(--secondaryColor);
	font-weight: 500;
	border-bottom: 1px solid black;
	padding-bottom: 11px;
	padding-left: 0;
	border-radius: 0;
}

#accordionTechArch .accordion-button::after {
	background-image: url('../images/icons/arrow-down.svg');
}

#accordionTechArch ul {
    padding-left: 0;
    padding-top: 10px;
}

#accordionTechArch li {
	padding-bottom: 12px;
}

.content-items-cyber .col-lg-3 {
	margin-bottom: 30px;
}

.content-items-cyber .item-cyber {
	background: linear-gradient(
	  180deg, 
	  var(--tertiaryColor) 0%, 
	  var(--primaryColor) 100%
	);
	padding: 3px;
	border-radius: 10px;
    display: flex;
    height: 100%;
}

.content-items-cyber .item-cyber div {
	background-color: white;
	display: flex;
	padding: 15px;
	border-radius: 8px;
    flex-direction: column;
}

.content-items-cyber img {
	padding: 20px;
	max-height: 120px;
}

.content-items-cyber .item-cyber div p {
	margin-bottom: 0;
	text-align: center;
	font-size: 15px;
}

.content-items-cyber .item-cyber div p.title-item {
	font-weight: bold;
	color: var(--secondaryColor);
	font-size: 17px;
	margin-bottom: 10px;
}

.benefits-block {
	background-color: var(--tertiaryColor);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	min-height: 870px;
	overflow: hidden;
}
@media (max-width: 992px) {
	.benefits-block {
		min-height: 1170px;
	}
	
}
@media (max-width: 767px) {
	.benefits-block {
		min-height: 2180px;
	}
}
@media (max-width: 592px) {
	.benefits-block {
		min-height: 2350px;
	}
}
@media (max-width: 450px) {
	.benefits-block {
		min-height: 2450px;
	}
}

@media (max-width: 400px) {
	.benefits-block {
		min-height: 2550px;
	}
}
@media (max-width: 375px) {
	.benefits-block {
		min-height: 2650px;
	}
}

.benefits-block .container {
	position: relative;
}

.benefits-items {
	position: absolute;
	top: 120px;
	left: 0;
}

.benefits-block h2 {
	color: var(--primaryColor) !important;
}

.benefits-block .col-3 {
	margin-bottom: 30px;
}

/* CONTENEDOR PRINCIPAL */
.benefit-item {
	background: linear-gradient(
	  180deg, 
	  var(--tertiaryColor) 80%, 
	  var(--primaryColor) 100%
	);
	padding: 3px;
	border-radius: 10px;
	display: flex;
	position: relative;
	transition: box-shadow 0.4s ease, transform 0.3s ease;
	min-height: 200px; 
	margin-bottom: 30px;
}

/* EFECTO HOVER GENERAL */
.benefit-item:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
	transform: translateY(-4px);
}

@media (max-width: 590px) {
	.benefit-item {
		margin: 25px !important;
	}
}
/* BLOQUE INTERIOR */
.benefit-item > div {
	background-color: #314b35f7;
	display: flex;
	padding: 15px;
	border-radius: 8px;
	flex-direction: column;
	height: 100%;
	min-height: 260px;
}

.benefit-item h5 {
	margin-top: 10px;
	transform: translateY(-10px);
	transition: transform 0.3s ease;
} 

/* CONTENIDO OCULTO */
.benefit-item > div > .show-bi {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition:
		max-height 0.4s ease,
		opacity 0.3s ease,
		transform 0.3s ease;
}

.benefit-item img {
	display: block;
    width: 36px;
    margin-bottom: 10px;
}

/* MOSTRAR AL HOVER */
.benefit-item:hover > div > .show-bi {
	max-height: 500px; /* suficiente para el texto más largo */
	opacity: 1;
	transform: translateY(0);
}

.benefit-item > div > .show-bi p {
	font-size: 14px;
	margin-bottom: 0;
	color:white;
}
@media (max-width: 767px){

	.benefit-item > div > .show-bi {
		max-height: none;
		overflow: visible;
		opacity: 1;
		transform: none;
		transition: none;
	}
	.benefit-item:hover > div > .show-bi {
		transform: none;
	}
	.benefit-item > div {
		min-height: auto !important;
		height: auto !important;
	}
}


.benefit-item:hover h5 {
	transform: translateY(0);
} 

.title-user {
	color: var(--secondaryColor);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px !important;
}
.alerts-items{
	justify-content: center;
    gap: 90px;
}
@media (max-width: 992px){
	.alerts-items{
		gap: 0px !important;
	}
}
.alerts-items p{
	font-weight: 700;
}
.alerts-users-block, .protection-users-block {
	background-color: var(--tertiaryColor);
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 50px;
}


.alerts-users-block h2, .protection-users-block h2 {
  color: var(--primaryColor);
}

.users-list .user-item {
  font-size: 26px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
  color: white;
  font-weight: 500;
}
@media (min-width: 1200px){
	.users-list .user-item {
		margin-left: 160px;

	}
}
@media (max-width: 992px){
	.users-list .user-item {
		font-size: 20px !important;
	}
}
.users-list .user-item:hover,
.users-list .user-item.active {
  color: var(--primaryColor);
}

.image-animate {
  position: relative;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 767px){
	.image-animate {
		width: 300px;
		margin-top: 30px;
	}
}
@media (min-width: 992px){
.protection-users-block .image-animate{
 	width: 460px !important;
}
}
.image-animate img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.features-block .row{
	margin-top: 50px;
	padding-left: 100px;
}
@media (max-width: 992px){
	.features-block .row{
		padding-left: 0px;
	}
}
.feature-item{
    color: var(--tertiaryColor);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 42px;
    max-width: 260px;
    min-height: 70px;
}

  @media (max-width: 767.98px){
    .feature-item{
      margin-bottom: 22px;
    }
  }

.contact {
	padding: 120px;
	background-color: #16301A;
	margin-top: 65px;
	position: relative;
	overflow: hidden;
}
 @media (max-width: 520px){
	.contact {
		padding: 60px;
	}
 }

.contact-info{
	color: white;
	max-width: 352px;
	margin-top: 30px;
}
 @media (min-width: 600px){
	.contact::after {
		position: absolute;
		content: "";
		background: url('../images/icons/icon-trans-white.svg');
		left: 0;
		top: 95%;
		opacity: 0.1;
		transform: translate(0, -50%);
		width: 471px;
		height: 431px;
	}
 }
.social-media{
	margin-top: 55px;
	margin-bottom: 1rem;
}

.social-media img{
	margin-right: 10px;
}

.funding-logos img{
	max-height: 48px;
}

.funding-logos{
	margin-bottom: 70px;
	margin-top: 30px;
	border-top: 1px solid var(--tertiaryColor);
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 65px;
}

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

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

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

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

	.path-node ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 12px;
		background-color: rgba(243, 243, 243, 0.9);
		top: 2.6em !important;
		width: 13.5em !important;
	}

	

	.path-frontpage ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 12px;
		/* background-color: rgba(249, 249, 249, 0.3); */
		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: 18em !important;
	}


	.region-nav-main {
		background: linear-gradient(90deg,rgba(179, 179, 179, 0.07) 20%, rgba(77, 77, 77, 0.1) 70%);
		border-radius: 26px;
		padding: 5px 5px 5px 20px;
		display: flex;
		align-items: center;
	}

 	.path-frontpage .region-nav-main {
		background-color: rgba(255, 255, 255, 0.3);
		/* background: none; */
	}
}
  
  @media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title h1 { 
	  max-width: 960px;
	}
}
  
  @media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title h1 { 
	  max-width: 1140px;
	}
}

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

	/*------SERVICES------*/
	.service-teaser img {
		aspect-ratio: 1 / 1;
	} 

	.service-teaser .text-wrap {
		padding-left: 5px;
	}
}

@media (min-width: 1820px) {
	.custom-container {
		max-width: 1800px;
	}
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	/*------FRONT PAGE------*/
	.future-mobility h5 {
		font-size: 20px;
	}

	/*------SERVICES------*/
	.service-teaser {
		padding: 15px;
	}

	.service-teaser .text-wrap {
		margin-top: 15px;
		padding-left: 17px;
	}

	/*-----WHAT IS CR-----*/
	.what-is-cr .objective {
		padding: 0 35px;
	}

	/*------FOOTER------*/
	.footer-right {
		padding-left: 55px;
	}
}

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

	/*------FRONT PAGE------*/
	.banner h2 br {
		display: none;
	}

	/*-----WHAT IS CR-----*/
	.what-is-cr .objective {
		padding: 0 20px;
	}

	/*------FOOTER------*/
	.footer-left h2 {
		font-size: 28px;
	}

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

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

	.secondary-title {
		font-size: 41px;
	}

	.secondary-title br {
		display: none;
	}

	.tertiary-title {
		font-size: 30px;
	}

	br {
		display: none;
	}

	/*-----FRONT PAGE-----*/
	.service-teaser {
		padding: 10px;
	}

	.what-is .button-wrap {
		text-align: end;
		margin-top: 15px;
	}

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

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

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

	.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(--secondaryColor);
		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: #bbfc541c;
	}

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

	.banner h1 {
		margin-bottom: 30px !important;
	}

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

	/*-----WHAT IS CR-----*/
	.what-is-cr .secondary-title br {
		display: block;
	}

	.what-is-cr .objective {
		margin-bottom: 15px;
	}

	.what-is-cr .row {
		justify-content: center !important;
	}

	/*------FOOTER------*/
	.footer-left h2 {
		font-size: 34px;
	}

	.footer-right {
        padding-left: 0;
		margin-top: 20px;
    }

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

@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) {
	/*---------------------*/
	/*-------GENERAL-------*/
	.secondary-title {
		font-size: 30px;
	}

	.secondary-title span {
		font-size: 28px;
	}

	#block-vootstrap-page-title::after {
		display: none;
	}

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

	.banner h2 {
		font-size: 23px;
	}

	/*----------------------*/
	/*-------SERVICES-------*/
	.view-services.view-display-id-block_1 .view-content {
		justify-content: center;
		gap: 18px;
	}

	.view-services.view-display-id-block_1 .views-row {
		width: calc(50% - 9px);
	}

	.service-rss {
		padding: 25px;
	}

	.service-rss .content-text-wrap {
		width: 100%;
		padding-right: 0;
	}

	.service-rss .button-wrap {
		width: 100%;
	}

	/*------------------------*/
	/*-------FRONT PAGE-------*/
	.critical-scenarios ul,
	.services-page ul {
		margin-bottom: 0;
		margin-left: 30px;
	}

	.future-mobility .content-wrap {
		margin-top: 20px;
		text-align: center;
		padding: unset;
	}

	.future-mobility .content-wrap > div:first-child {
		margin-bottom: 25px;
	}

	.future-mobility .gradient-bg .button-wrap {
		margin-top: 25px;
	}

	.what-is {
		padding: 45px 5px;
	}

	.what-is .text-wrap {
		padding-left: 10px;
	}

	.future-mobility .content-wrap .row,
	.future-mobility .col-sm-6 {
		padding-right: 0;
	}

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

	/*---------------------*/
	/*--------FOOTER-------*/
	.footer-left h2 {
		font-size: 29px;
	}
}

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

	#video-home,
	#filtervideo {
		display: none;
	}

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

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

	.banner {
		height: 780px;
	}

	.bg-banner {
		padding-top: 140px;
		height: 700px;
	}

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

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

	ol.breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}

	.what-is-cr .objective {
		padding: 10px;
	}

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

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

	/*-----------------------------*/
	/*---------FRONT PAGE----------*/
	.what-is {
		margin-left: 5px;
		margin-right: 5px;
	}

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

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

@media (max-width: 500px) {
		/*-----------------------------*/
	/*---------FRONT PAGE----------*/
	.view-services.view-display-id-block_1 .views-row {
		width: 100%;
	}

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

@media (max-width: 400px) {
	/*-----------------------*/
	/*-------FRONT PAGE------*/
	.banner h1 {
		font-size: 30px !important;
	}

	.banner h2 {
		font-size: 20px;
	}

	.navbar-toggler {
		right: 80px;
	}

	.what-is {
		padding: 20px 8px;
	}

	.what-is .img-wrap {
		width: 115px;
		margin-bottom: 15px;
	}

	.what-is .text-wrap {
		width: 100%;
	}

	.footer-left h2 {
		font-size: 22px;
	}

	.service-rss {
		padding: 25px 15px;
	}

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

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