/*---------GENERAL-------*/
/*-----------------------*/
body {
    font-family: "Yantramanav", sans-serif !important;
    
    --primary-color: #005EFF;
    --secondary-color: #001841;
    --tertiary-color: #ff9923;
    --color-light: #f5f5f5;
    --color-gray: #3d3d3b;
}

#wpadminbar * {
    color: white !important;
}

.elementor-edit-area-active .e-con {
    --primary-color: #005EFF !important;
    --secondary-color: #001841 !important;
}

a {
    text-decoration: none;
}

p, a, li, div.p, div {
    font-size: 18px;
    font-family: "Yantramanav", sans-serif !important;
}

div.p {
    margin-bottom: 1rem;
}

div, span {
    font-family: "Yantramanav", sans-serif !important;
}

em,
.fst-italic {
    font-family: "Tinos", serif !important;
    font-size: 20px;
    font-weight: 700;
}

p.small-font {
    font-size: 16px;
    line-height: 1.1;
}

p.larger-font,
.larger-font p,
.larger-font div.p,
div.p.larger-font {
    font-size: 22px;
}

.larger-font em {
    font-size: 24px;
}

.title h2 {
    font-size: 43px;
    font-weight: bold;
    position: relative;
    padding-top: 35px;
    color: var(--secondary-color) !important;
}

.title h2::before {
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(../img/icons/title-detail.svg);
    background-size: contain;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    background-repeat: no-repeat;
}

/* Titles with square icon: h1 (page title) looks exactly like h2 (section title) */
h1.square-icon,
h2.square-icon {
  width: fit-content;
  position: relative;
  text-transform: uppercase;
}

/* Match Bootstrap h2 size so h1 and h2 are visually identical */
h1.square-icon {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h1.square-icon {
    font-size: 2rem;
  }
}

h1.square-icon:not(:has(span.icon))::after,
h2.square-icon:not(:has(span.icon))::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  right: -18px;
  bottom: 9px;
}

h1.square-icon:has(span.icon),
h2.square-icon:has(span.icon) {
  position: unset !important;
}

span.icon {
    position: relative;
}

span.icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    right: -18px;
    bottom: 9px;
}

.simple-button,
.simple-button a,
#subscribe-form .simple-button {
    background-color: var(--primary-color);
    border-radius: 25px;
    padding: 10px 24px;
    display: block;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: white !important;
    box-shadow: 0px 4px 4px 0px #0011301F;
}

.simple-button:hover,
.simple-button a:hover,
#subscribe-form .simple-button,
html[data-theme="dark"] .innovation .simple-button {
    color: var(--primary-color) !important;
    background-color: white;
}

#subscribe-form .simple-button:hover {
    color: white !important;
    background-color: var(--primary-color);
}

#subscribe-form .simple-button {
    border: 0;
    padding: 6px 25px;
}

.block-space,
.space-wrap {
    margin-bottom: 100px !important;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 100% !important;
}

/* =========================
   GLOBAL THEME VARIABLES
========================= */

/* Light theme */
html[data-theme="light"] {
  /*--bg: linear-gradient(284.35deg, rgba(255, 255, 255, 0) 27.6%, rgba(0, 94, 255, 0.2) 51.27%, rgba(255, 255, 255, 0) 66.41%, #FFFFFF 91.41%);*/
  --bg: linear-gradient(284.35deg, rgba(255, 255, 255, 0) 14.6%, rgba(0, 94, 255, 0.2) 51.27%, rgba(255, 255, 255, 0) 80.41%, #FFFFFF 93.41%);
  --text: #001130;
}

/* Dark theme */
html[data-theme="dark"] {
  --bg: linear-gradient(318deg,rgba(7, 58, 89, 1) 17%, rgb(7, 78, 140) 51%, rgba(7, 64, 115, 1) 58%, rgba(7, 51, 89, 1) 86%, rgba(7, 58, 89, 1) 92%);
  /*--bg: linear-gradient(300deg,rgba(0, 23, 65, 1) 0%, rgba(11, 59, 94, 1) 30%, rgba(0, 94, 255, 1) 53%, rgba(11, 59, 94, 1) 75%, rgba(0, 23, 65, 1) 100%);*/
  --text: white;
  --bg: linear-gradient(0deg, #001741 3.21%, #0A3B5C 98.67%);
  --bg: linear-gradient(285deg,rgba(0, 23, 65, 1) 12%, rgba(4, 43, 96, 1) 35%, rgb(24, 82, 133) 50%, rgba(4, 43, 96, 1) 65%, rgba(0, 23, 65, 1) 89%);
}

html[data-theme="dark"] header,
html[data-theme="dark"] .breadcrumbs-wrap,
footer .bg-body-tertiary {
  background: transparent !important;
}

html[data-theme="light"] .dark-theme {
    display: none;
}

html[data-theme="dark"] .light-theme {
    display: none;
}

/* Apply globally */
body {
  background: var(--bg) !important;
  background-attachment: fixed !important;
  color: var(--text);
  transition: background 0.25s ease, color 0.25s ease;
  background-blend-mode: multiply;
}

h1, h2, h3, h4, h5, h6,
p, a, li, div {
    color: var(--text) !important;
}

/* =========================
   THEME TOGGLE
========================= */

:root {
  --bgColor--night: #005EFF;
  --mooncolor: #D9FBFF;
}

/* Wrapper */
.theme-switcher {
  display: flex;
  align-items: center;
}

/* Toggle background */
.tdnn {
  position: relative;
  width: 55px;
  height: 26px;
  border-radius: 64px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background: var(--bgColor--night);
  overflow: hidden;
  margin-top: 2.5px;
}

/* Day mode background */
html[data-theme="light"] .tdnn {
  background: #005EFF;
}

/* =========================
   MOON / SUN
========================= */

.moon {
  position: absolute;
  display: block;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
    top: 3.5px;
    left: 4px;
    width: 19px;
    height: 19px;
}

/* =========================
   DARK MODE = MOON
========================= */

html[data-theme="dark"] .moon {
  transform: rotate(-75deg);
  background: var(--bgColor--night);

  box-shadow:
    5px 4px 0 0 var(--mooncolor) inset,

    rgba(255, 255, 255, 0.1) 0 -11.7px 0 -7.5px,
    rgba(255, 255, 255, 0.1) 5px 11.7px 0 -7.5px,
    rgba(255, 255, 255, 0.1) 3.3px 21.7px 0 -6.7px,
    rgba(255, 255, 255, 0.1) 10px 3.3px 0 -6.8px,
    rgba(255, 255, 255, 0.1) 13.3px 13.3px 0 -7.5px,
    rgba(255, 255, 255, 0.1) 10px 21.7px 0 -7.5px,
    rgba(255, 255, 255, 0.1) -6.7px 11.7px 0 -7.5px,
    rgba(255, 255, 255, 0.1) -1.7px 16.7px 0 -7.5px;
}

/* =========================
   LIGHT MODE = SUN
========================= */

/* =========================
   LIGHT MODE = SUN
========================= */

html[data-theme="light"] .moon {
  top: 6px;
  left: 34px;

  transform: rotate(0deg);

  width: 14px;
  height: 14px;

  background: #fff;

  box-shadow:
    6px 6px 0 10px #fff inset,
    
    /* top */
    0 -10px 0 -5.4px #fff,

    /* top-right */
    7px -7px 0 -6px #fff,

    /* right */
    10px 0 0 -5.4px #fff,

    /* bottom-right */
    7px 7px 0 -6px #fff,

    /* bottom */
    0 10px 0 -5.4px #fff,

    /* bottom-left */
    -7px 7px 0 -6px #fff,

    /* left */
    -10px 0 0 -5.4px #fff,

    /* top-left */
    -7px -7px 0 -6px #fff;
}


/*---------HEADER---------*/
/*------------------------*/
.navbar-brand img {
    width: 155px;
    max-width: 100%;
    margin: auto;
    max-height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.navbar-brand img[alt="Salamanca Tech"] {
    max-height: 65px;
}

html[data-theme="dark"] .navbar-brand img[alt="Salamanca Tech"] {
    filter: brightness(0) invert(1);
}

.navbar-nav li {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.nav-link {
    padding-bottom: 3px;
}

.navbar-nav > li:last-child {
    margin-left: 10px;
    margin-top: 5px;
}

.navbar-nav > li:last-child .nav-link {
    color: #062A46 !important;
    background-color: var(--tertiary-color);
    border-radius: 30px;
    padding: 3px 15px 1px 15px;
}

html[data-theme="dark"] .nav-link.active {
    /*color: #639CFF !important;*/
    color: #9bc0ff !important;
}

#masthead {
    background-color: #093A65 !important;
    margin: 0 45px;
    margin-top: 40px;
    border-radius: 10px;
}

#masthead,
#nav-main {
    height: 80px !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #093A65 !important;
    top: 65px;
    border-radius: 10px !important;
    min-width: 150px;
}

.dropdown-item {
    font-weight: 500;
    font-size: inherit
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:focus {
    color: #9bc0ff !important;
    background-color: unset;
}

html[data-theme="light"] #masthead,
html[data-theme="light"] .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: white !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 17, 48, 0.08);
}

html[data-theme="light"] .navbar-nav li a,
html[data-theme="light"] .dropdown-item:hover,
html[data-theme="light"] .dropdown-item:active,
html[data-theme="light"] .dropdown-item.active,
html[data-theme="light"] .dropdown-item:focus {
    color: var(--primary-color) !important;
}

.nav-toggler {
    border-color: var(--secondary-color);
    padding: 6px 12px 2px 12px !important;
}

.nav-toggler.btn:hover {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

html[data-theme="dark"] .nav-toggler {
    border-color: var(--primary-color);
    color: white;
}

html[data-theme="dark"] .nav-toggler.btn:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

/*-------BREADRUMBS-------*/
/*------------------------*/
.breadcrumbs-wrap {
    padding: 40px 0 30px 0;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs-wrap p {
    margin-bottom: 0;
}

/*---------BANNER--------*/
/*-----------------------*/
.elementor-element:has(.banner) {
    padding: 0 !important;
}

.elementor-15 .elementor-element.elementor-element-d2d48d8::before, 
.elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-background-video-container::before, 
.elementor-15 .elementor-element.elementor-element-d2d48d8 > .e-con-inner > .elementor-background-video-container::before, 
.elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-background-slideshow::before, 
.elementor-15 .elementor-element.elementor-element-d2d48d8 > .e-con-inner > .elementor-background-slideshow::before, 
.elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
    background: linear-gradient(318deg,rgba(7, 58, 89, 0.99) 17%, rgba(7, 78, 140, 0.9) 51%, rgba(7, 64, 115, 0.94) 58%, rgba(7, 51, 89, 0.9) 86%, rgba(7, 58, 89, 0.95) 92%) !important;
    background: linear-gradient(285deg,rgba(0, 23, 65, 0.99) 12%, rgba(4, 43, 96, 0.9) 35%, rgb(24, 82, 133, 0.9) 50%, rgba(4, 43, 96, 0.9) 65%, rgba(0, 23, 65, 0.95) 89%) !important;
}

html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8::before, 
html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-background-video-container::before, 
html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8 > .e-con-inner > .elementor-background-video-container::before, 
html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-background-slideshow::before, 
html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8 > .e-con-inner > .elementor-background-slideshow::before, 
html[data-theme="light"] .elementor-15 .elementor-element.elementor-element-d2d48d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
    background: linear-gradient(236deg,rgba(255, 255, 255, 0.99) 17%, rgba(227, 238, 255, 0.9) 32%, rgba(204, 223, 255, 0.9) 74%, rgba(234, 242, 255, 0.9) 86%, rgba(255, 255, 255, 0.98) 92%) !important;
}

/*
.elementor-15 .elementor-element.elementor-element-d2d48d8::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: -20px;
     filter: blur(18px);
    background: linear-gradient(
    180deg,
    #083863 0%,
    #093F63 50%,
    #0a5d91 100%
); 
}

.intro-wrap.summit {
    position: relative;
}

.intro-wrap.summit::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    top: -140px;
    filter: blur(18px);
    background: linear-gradient(246deg,rgba(0, 28, 78, 0.99) 22%, rgba(4, 43, 96, 0.99) 33%, rgb(24, 82, 133, 0.9) 54%, rgba(4, 43, 96, 0.9) 76%, rgba(0, 28, 78, 0.76) 90%);
}

html[data-theme="light"] .intro-wrap.summit::before {
    background: linear-gradient(246deg,rgba(255, 255, 255, 1) 10%, rgba(227, 238, 255, 0.9) 35%, rgb(204, 223, 255, 0.9) 54%, rgba(234, 242, 255, 1) 82%, rgba(255, 255, 255, 0.8) 90%);
    height: 130px;
    filter: blur(15px);
}*/

.elementor-element-8fc10dc + .elementor-element {
    position: relative;
}

.elementor-element-8fc10dc + .elementor-element::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    top: -140px;
    filter: blur(18px);
    background: linear-gradient(
        246deg,
        rgba(0, 28, 78, 0.99) 22%,
        rgba(4, 43, 96, 0.99) 33%,
        rgb(24, 82, 133, 0.9) 54%,
        rgba(4, 43, 96, 0.9) 76%,
        rgba(0, 28, 78, 0.76) 90%
    );
}

html[data-theme="light"] .elementor-element-8fc10dc + .elementor-element::before {
    background: linear-gradient(
        246deg,
        rgba(255, 255, 255, 1) 10%,
        rgba(227, 238, 255, 0.9) 35%,
        rgb(204, 223, 255, 0.9) 54%,
        rgba(234, 242, 255, 1) 82%,
        rgba(255, 255, 255, 0.8) 90%
    );
    height: 130px;
    filter: blur(15px);
}

.banner h1 {
    font-size: 45px;
    margin-bottom: 0;
}

.banner .images-wrap {
    margin: 55px 0;
}

.banner img {
    opacity: 0.5;
}

.banner-section-wrap {
    padding: 0 8px;
}

.banner-section {
    border-radius: 7px;
    background: #00113066;
    border-top: 8px solid var(--primary-color);
    padding: 20px 20px 15px 20px;
    height: 100%;
    position: relative;
}

html[data-theme="light"] .banner-section {
    background: #FFFFFF66;
}

.banner-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/icons/arrow.svg);
    top: 3px;
    right: 2px;
    width: 27px;
    height: 27px;
    background-size: contain;
    background-position: center;
    transform: rotate(220deg);
}

.banner-section h2 {
    font-size: 28px;
}

.banner-section .date-wrap {
    font-size: 14px;
    opacity: 0.7;
}

.banner-article p.mb-0 {
    line-height: 1.2;
}

.banner .images-wrap > div:nth-child(2) {
    animation-delay: .4s;
}

.banner .images-wrap > div {
    animation: attentionPulse 5s cubic-bezier(.34,1.56,.64,1) infinite;
    transform-origin: center center;
    will-change: transform;
}

@keyframes attentionPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    25% {
        transform: scale(1.12);
        opacity: 1;
    }

    40% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    55% {
        transform: scale(1.08);
        opacity: 1;
    }

    70% {
        transform: scale(1);
        opacity: 0.8;
    }
}

/*------SOCIAL NETWORKS-----*/
/*--------------------------*/
.header-actions {
    padding-left: 15px;
}

.social-networks,
.social-networks-widget {
    display: flex !important;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: -5px;
}

.social-networks a,
.social-networks-widget a {
    color: white;
    padding: 0 10px !important;
    position: relative;
    font-size: 20px;
    display: block;
    margin-top: -2px;
}

.social-networks img,
.social-networks-widget img {
    width: 25px;
    height: auto;
}

.path-node .social-networks a,
.path-node .social-networks-widget a {
    color: var(--primary-color);
}

.social-networks ul {
    list-style: none;
}

/*-----ELEMENTOR BLOCKS----*/
/*-------------------------*/
/*.square-icon {
    position: relative;
}

.square-icon::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-color: var(--primary-color);
    width: 5px;
    height: 5px;
}*/

.tags-wrap p,
.rss-event h3,
.article-teaser.normal h3,
.press-wrap h2 {
    font-size: 20px;
}

.front-constellations-wrap h3 {
    font-size: 22px;
}

.for-you-front-wrap h3,
.article-teaser.featured h3,
.full-article h1 {
    font-size: 24px;
}

.intro-wrap.summit h3 {
    font-size: 25px;
}

.intro-wrap.summit .number-wrap h3 {
    font-size: 30px;
}

.front-constellations-wrap .elementor-element.elementor-widget-empty {
    background-color: unset;
}

.front-constellations-wrap .eicon-t-letter:before {
    content: none;
}

.intro-wrap.summit .text-wrap {
    padding: 0 15px 0 20px !important;
}

.intro-wrap.summit .borders > div {
    position: relative;
}

.intro-wrap.summit .borders > div::before,
.intro-wrap.summit .borders > div::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--text);
    top: 0;
    left: -20px;
}

.intro-wrap.summit .borders > div::after {
    left: unset;
    right: -20px;
}

.summit-button a,
.summit-button.blue a {
    font-size: 17px;
    box-shadow: 0px 4px 4px 0px #0011301F !important;
    color: white !important;
}

.summit-button.orange a {
    color: #062A46 !important;
}

.summit-button.blue a:hover,
.summit-button.blue a:focus {
    color: var(--primary-color) !important;
}

.summit-button.orange a:hover,
.summit-button.orange a:focus {
    color: var(--tertiary-color) !important;
}

.constellations-wrap {
    border-radius: 10px !important;
    align-items: center !important;
    position: relative;
    margin-bottom: 10px !important;
    background: #0018417e;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

html[data-theme="light"] .constellations-wrap {
    background: #FFFFFF66;
}

.constellations-wrap em {
    font-family: "Yantramanav", sans-serif !important;
    font-size: 24px;
}

.constellations-wrap .img-wrap .elementor-element {
    padding-top: 0;
    text-align: end;
}

.constellations-wrap.think .img-wrap .elementor-element {
    padding-top: 40px;
}

.constellations-wrap img {
    width: 220px;
    object-fit: contain;
    object-position: center;
}

.constellations-wrap.do img {
    width: 260px;
}

.constellations-wrap .text-wrap {
    padding-left: 65px;
}

.constellations-wrap .text-wrap h4 {
    line-height: 1.2;
}

.constellations-wrap .tags-wrap {
    position: absolute;
    top: 25px;
    left: -10px;
}

.tags-wrap p {
    font-weight: 500;
    padding: 3.5px 15px;
    width: fit-content;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: white !important;
}

span.think {
    color: #9EBBE5;
}

html[data-theme="light"] span.think,
.primary-color {
    color: var(--primary-color);
}

span.do-color {
    color: #F3962C;
}

span.care {
    color: #38AC62;
}

.front-constellations-wrap .constellation,
.front-constellations-wrap .img-wrap {
    position: relative;
}

.front-constellations-wrap .img-wrap span {
    position: absolute;
    font-size: 20px;
    font-style: italic;
    top: 27px;
    left: 50%;
    transform: translateX(0);
    transform: translateY(0);
    font-weight: 600;
    opacity: 0.7;
    color: white;
}

html[data-theme="light"] .front-constellations-wrap .img-wrap span {
    color: gray;
}

.front-constellations-wrap img {
    width: 315px;
    object-fit: contain;
    object-position: center;
    padding-right: 100px;
}

.front-constellations-wrap .constellation.do .img-wrap span {
    top: 55px;
    left: 45%;
}

.front-constellations-wrap .tags-wrap {
    margin-top: -95px;
}

.front-constellations-wrap .tags-wrap .elementor-element {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}

.for-you-front-wrap .section-wrap p {
    font-size: 16.5px;
    opacity: 0;
    transition: opacity 0.4s;
}

.for-you-front-wrap .section-wrap:has(.square-before) {
    padding-left: 40px;
    position: relative;
}

.for-you-front-wrap .section-wrap:has(.square-after) {
    padding-right: 40px;
    text-align: end;
    position: relative;
}

.for-you-front-wrap .square-before,
.for-you-front-wrap .square-after {
    position: relative;
}

.for-you-front-wrap .square-before::before,
.for-you-front-wrap .square-after::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -30px;
    background-image: url(../img/icons/square-icon.svg);
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
}

.for-you-front-wrap .square-after::after {
    left: unset;
    right: -30px;    
}

.for-you-front-wrap .img-wrap img {
    height: 190px;
    width: auto;
    filter: brightness(0) invert(1);
}

html[data-theme="light"] .for-you-front-wrap .img-wrap img {
    filter: brightness(0) invert(0);
}

html[data-theme="light"] .for-you-front-wrap:hover .img-wrap img,
.for-you-front-wrap:hover .img-wrap img {
    filter: unset;
}

.for-you-front-wrap:has(.img-wrap:hover) .section-wrap p,
.for-you-front-wrap .section-wrap:hover p {
    opacity: 1;
}

.for-you-front-wrap:has(.img-wrap:hover) .section-wrap::before,
.for-you-front-wrap .section-wrap:hover::before {
    background-color: var(--primary-color);
}

#line-castle {
    margin-top: -155px;
    overflow-x: hidden;
}

.bootscore-lottie {
    width: 100vw !important;
    height: auto !important;
}

.e-con-inner:has(.logos-banner) {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.logos-banner * {
    color: white !important;
}

.logos-banner {
    background: linear-gradient(300deg,rgba(6, 53, 115, 1) 0%, rgba(7, 32, 64, 1) 13%, rgba(7, 64, 115, 1) 45%, rgba(8, 58, 89, 1) 70%, rgba(23, 80, 115, 1) 90%);
    border-radius: 10px !important;
    padding: 20px 35px 0 35px !important;
    box-shadow: 4px 4px 4px 0px #FFFFFF14;
    position: relative;
    overflow: hidden !important;
}

html[data-theme="light"] .logos-banner {
    background: linear-gradient(90deg, #005EFF 0%, rgba(56, 172, 98, 0.71) 55.87%, #001130 98.47%);
}

.logos-banner .logos-wrap {
    display: flex;
    align-items: center;
}

.logos-banner .logos-wrap img {
    width: 200px;
    object-fit: contain;
    object-position: center;
    padding: 10px;
}

.logos-banner .img-wrap {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 60px;
    height: 60px;
    transform: rotate(220deg);
    transition: filter 0.3s;
}

.logos-banner .logos-wrap img[alt="tormes"],
.logos-banner .img-wrap:hover {
    filter: brightness(0) invert(1);
}

html[data-theme="light"] .news-events-wrap .rss-event-wrap {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 52.46%, rgba(0, 17, 48, 0.1) 96.54%);
}

.news-events-wrap .events-wrap .rss-event {
    align-items: flex-start;
}

.space-wrap.tormes ul,
.space-wrap.talentum ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 0 50px;
}

.space-wrap.abio ul,
.space-wrap.air ul {
    column-count: 3;
    column-gap: 15px;
}

.space-wrap .elementor-button {
    background-color: white !important;
    border-radius: 25px;
    padding: 5px 20px;
    color: var(--primary-color) !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.space-wrap em {
    font-size: 22px;
}

html[data-theme="light"] .space-wrap .elementor-button {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.space-wrap .logo-wrap {
    text-align: left;
}

.space-wrap .logo-wrap img {
    width: 190px;
}

html[data-theme="dark"] .space-wrap.tormes .logo-wrap img,
html[data-theme="dark"] .space-wrap.air .logo-wrap img {
    filter: brightness(0) invert(1);
}

.space-wrap.air .logo-wrap img {
    width: 230px;
}

.what-is.text-wrap em {
    font-size: 28px;
    line-height: 1.1;
    /* padding: 0 55px; */
}

.gi-section {
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
    background: var(--degradado-hopacidad, #00113033);
    border-radius: 10px !important;
    padding: 20px !important;
}

html[data-theme="light"] .gi-section {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 96.54%);
}

.gi-section img {
    max-height: 90px !important;
}

/*-----ELEMENTOR TEMPLATES & TABS----*/
/*-----------------------------------*/
#programTabs {
    border-bottom: unset;
    margin-bottom: 65px;
    justify-content: center;
}

#programTabs button {
    border: 2px solid white;
    border-radius: 25px;
    color: white;
    margin: 0 5px 15px 5px;
    padding: 5px 15px;
}

html[data-theme="light"] #programTabs button {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: white;
}

#programTabs button.active {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) ;
    color: white !important;
}

.school-template img {
    width: 420px;
}

html[data-theme="dark"] .school-template img {
    filter: brightness(0) invert(1);
}

.school-template .text-wrap,
#campamentos .text-wrap {
    width: 80%;
    margin: 0 auto;
}

.school-list ul {
    position: relative;
}

.school-list ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 1px;
    height: 100%;
    background-color: var(--text);
}

.camp-text:nth-child(2) {
    border-left: 1px solid var(--text);
    border-right: 1px solid var(--text);
}

.camp-text p {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}

.camp-button .elementor-button,
html[data-theme="light"] .camp-button .elementor-button:hover {
    width: 100%;
    background-color: white !important;
    color: var(--primary-color) !important;
    font-size: 19px;
    border-radius: 25px !important;
    font-weight: 700 !important;
    box-shadow: 0px 4px 4px 0px #0011301F;
}

.camp-button .elementor-button:hover,
html[data-theme="light"] .camp-button .elementor-button {
    background-color: var(--primary-color) !important;
    color: white !important;
}

html[data-theme="light"] .camp-button .elementor-button {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.network-card {
    background-color: #0018417e;
    border-radius: 10px !important;
    padding: 25px 20px 10px 20px !important;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

.network-card h3 {
    font-size: 24px;
}

html[data-theme="light"] .network-card {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 96.54%);
}

.network-card p {
    font-size: 16px;
}

.innovation-network .aytosa img { 
    height: 70px !important;
}

html[data-theme="dark"] .innovation-network img[alt="USAL"] {
    filter: brightness(0) invert(1);
}

.logos-wrap.view-content {
    display: flex;
    flex-wrap: wrap;
}

.logos-wrap .views-row {
    padding: 5px;
}

.innovation-logo {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

.innovation-logo img {
    max-width: 220px;
    max-height: 120px;
    padding: 10px;
    height: auto;
    width: 220px;
    object-fit: contain;
}

.innovation.modal-dialog {
    max-width: calc(100% - 30px);
    margin: 0 auto
}

.innovation .modal-header {
    border-bottom: unset;
}

.modal-header .btn-close {
    opacity: 1;   
}

html[data-theme="dark"] .modal-header .btn-close {
    filter: brightness(0) invert(1);
}


.innovation .modal-content {
    background-color: var(--primary-color);
    padding-top: 10px;
    padding-right: 10px;
}

.innovation .modal-body {
    padding: 45px 80px 80px 80px;
}

.innovation .modal-body .img-wrap {
    background-color: white;
    border-radius: 12px;
    padding: 12px;
    max-width: 300px;
    text-align: center;
}

.innovation .modal-body img {
    max-height: 125px;
}

.innovation h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.innovation .simple-button {
    text-align: left;
    width: fit-content;
    box-shadow: 0px 4px 4px 0px #0011301F;
}

html[data-theme="light"] .innovation .modal-content {
    background: linear-gradient(112.79deg, #cad7f1 8.38%, rgba(255, 255, 255, 1) 52.46%, #cad7f1 96.54%);
    border-color: #C2D1EE;
}

.for-you-banner {
    background-color: #00113033;
    border-radius: 10px !important;
    padding: 45px 30px 20px 30px !important;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

html[data-theme="light"] .for-you-banner {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 96.54%);
}

.for-you-banner img {
    width: 270px !important;
    margin-bottom: 10px;
}

/*.for-you-banner.tormes ul {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 0 50px;
}*/

.for-you-banner.tormes img {
    width: 230px !important;
}

html[data-theme="dark"] .for-you-banner.tormes img {
    filter: brightness(0) invert(1);
}

/*.for-you-banner.abio ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 0 50px;
}*/

.for-you-banner.abio img {
    margin-bottom: 0;
}

.tab-content h2 {
    text-transform: unset !important;
}

/*----------PRESS---------*/
/*------------------------*/
.press-wrap {
    margin-bottom: 25px;
}

.press-wrap a,
.press-wrap p {
    font-size: 16px;
}

.press-wrap a {
    display: block;
    width: fit-content;
}

.press-wrap a:hover {
    text-decoration: underline;
}

/*-----------BLOG----------*/
/*-------------------------*/
.article-teaser .img-wrap img {
    height: 220px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px !important;
    border: 1px solid rgb(235, 235, 235);
}

.article-teaser .img-wrap {
    position: relative;
}

.event .category,
.article .category {
    border-radius: 15px;
    padding: 1px 10px;
    margin-right: 5px;
    font-size: 14px;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #001130 !important;
}

.tags-wrap .technology,
.category.tech {
    background-color: #2C4D9C;
    color: white !important;
}

.tags-wrap .science,
.category.science {
    background-color: #9EBBE5;
}

.tags-wrap .entrep,
.category.entrep {
    background-color: #EE7B2D;
}

.tags-wrap .logistics,
.category.logistics {
    background-color: #F3962C;
}

.tags-wrap .sustainability,
.category.sustainability {
    background-color: #2EAE81;
}

.tags-wrap .health,
.category.health {
    background-color: #38AC62;
}

.tags-wrap .talent,
.category.talent {
    background-color: #7EE0FF;
}

.event .categories-wrap {
    margin-top: 25px;
}

.article-teaser .entry-title a {
    color: black;
}

.article .date-wrap {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 0;
}

.full-article .description-wrap {
    margin-bottom: 75px;
}

.article-teaser.featured .categories-wrap {
    margin-bottom: 20px;
}

.article-teaser.featured .date-wrap {
    font-size: 16px;
}

.article-teaser.normal .categories-wrap {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.article-teaser.featured .img-wrap img {
    height: unset;
    aspect-ratio: 16 / 11;
}

.full-article .img-wrap img {
    aspect-ratio: 16 /9;
    object-fit: cover;
}

.posts-carousel-wrap {
    position: relative;
}

.posts-swiper {
    overflow: hidden;
}

.posts-swiper .swiper-slide {
    height: auto;
}

.posts-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.posts-nav .swiper-button-prev,
.posts-nav .swiper-button-next {
    position: absolute;
    width: 28px;
    height: 28px;
    top: -42px;

    background-color: #fff;
    border-radius: 50%;

    background-image: url(../img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px; /* arrow size */
}

html[data-theme="light"] .posts-nav .swiper-button-prev,
html[data-theme="light"] .posts-nav .swiper-button-next {
    background-color: var(--primary-color);
    background-image: url(../img/icons/arrow-white.svg);
}

.swiper-button-prev {
    left: unset !important;
    right: 35px !important;
    transform: rotate(90deg);
}

.swiper-button-next {
    right: 0 !important;
    transform: rotate(270deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: none !important;
}

/*----CURSES and EVENTS----*/
/*-------------------------*/
.related-events {
    margin-top: 100px;
}

.event-course h1 {
    font-size: 32px;
}

.event-course .sidebar-wrap {
    padding-left: 35px;
}

.event-course .sidebar {
    -moz-box-shadow: 1px 1px 14px -5px rgba(0, 0, 0, 0.24);
    background: #001130;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

html[data-theme="light"] .event-course .sidebar {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 52.46%, rgba(0, 17, 48, 0.1) 96.54%);
}

.event-course .sidebar .text p {
    margin-bottom: 0;
    font-size: 16px;
}

.event-course .sidebar p.label {
    margin-bottom: 3px;
}

.event-course .icon-text,
.rss-event .icon-text {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}

.event-course .icon-text img,
.rss-event .icon-text img {
    padding: 0 10px 0 5px;
    width: 43px;
    text-align: center;
}

html[data-theme="dark"] .icon-text img {
    filter: brightness(0) invert(1);
}

.event-course .icon-text.graduation img,
.rss-event .icon-text.graduation img {
    width: 43px;
}

.event-course .icon-text .text,
.rss-event .icon-text .text {
    max-width: calc(100% - 45px);
    text-align: left;
}

.rss-event .icon-text p {
    margin-bottom: 0;
    font-size: 17px;
}

.event-course .extra-info p {
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    color: var(--secondary-color);
}

/*---------EVENTS----------*/
/*-------------------------*/
.events-view {
    margin-bottom: 75px;
}

.event-views-row {
    padding: 0 5px;
    margin-bottom: 10px;
}

.event-teaser {
    padding: 20px;
    box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    color: var(--secondary-color);
    border-radius: 10px;
    height: 100%;
    background: #001130;
}

.event-teaser h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.event-teaser p {
    margin-bottom: 0;
}

.rss-event-wrap {
    background-color: #001130;
    border-radius: 8px;
    padding: 25px 15px 20px 15px;
    margin-top: 15px;
    position: relative;
    height: 100%;
    box-shadow: 0px 4px 4px 0px #FFFFFF08;
}

html[data-theme="light"] .rss-event-wrap {
    background: linear-gradient(112.79deg, rgba(0, 17, 48, 0.1) 8.38%, rgba(255, 255, 255, 0.01) 52.46%, rgba(0, 17, 48, 0.1) 96.54%);
}

.rss-event-wrap:has(.teaser) {
    padding: 25px 15px 5px 15px;
}

.rss-event .date {
    text-align: center;
    position: relative;
}

.rss-event .title-event {
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.rss-event p.small-font {
    font-size: 16px;
}

.rss-event .title-event h3 {
    padding-right: 15px;
    margin-bottom: 0;
}

.rss-event-wrap .title-event .img-wrap {
    position: absolute;
    top: 5px;
    right: 3px;
    transform: rotate(220deg);
}

.rss-event-wrap .title-event img {
    width: 30px;
    height: 30px;
}

.rss-event .date .day {
    font-size: 28px;
}

.rss-event .date .month {
    margin-top: -8px;
    font-size: 24px;
}

.rss-event .date * {
    font-weight: 700;
}

.rss-event .date::after {
    content: "";
    position: absolute;
    top: 0;
    right: 4px;
    height: 100%;
    width: 1px;
    background-color: var(--text);
}

/*---------PROGRAM--------*/
/*------------------------*/
.program-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    justify-content: center;
}

.program-tab-button {
    padding: 12px 24px;
    border: 1px solid #ddd;
    background: var(--secondary-color);
    color: white;
    font-weight: 700;
    font-size: 19px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        opacity 0.3s ease;
}

.program-tab-button.active {
    background: var(--primary-color);
}

.program-tab-button::first-letter {
    text-transform: uppercase;
}

.program-tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.program-tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.program-category {
    border-left: 5px solid;
    margin-bottom: 7px;
    padding: 10px;
    background-color: #f8f8f8;
}

.program-category .thematic {
    padding-left: 25px;
    padding-right: 15px;
}

.program-category .hours {
    border-right: 2px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.program-category .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.program-category button {
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
    color: white;
    padding: 4px 12px;
}

.program-category .icon-text {
    display: flex;
    background: #8080801f;
    border-radius: 25px;
    margin-top: 5px;
    width: fit-content;
    padding: 5px 12px 5px 6px;
}

.program-category .icon-text img {
    width: 25px;
    height: 20px;
    margin-right: 3px;
    text-align: center;
    padding: 2px;
}

.program-category .icon-text p {
    max-width: calc(100% - 27px);
    font-size: 14px;
}

.program-section .speaker img {
    max-width: 100px;
    border-radius: 100%;
    margin-bottom: 10px
}

.program-section .speaker p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.program-sections-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    padding-left: 15px;
    margin-right: -11px;
    transform: translateY(0);
    transition:
        grid-template-rows 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease,
        filter 0.4s ease;
}

.program-sections-inner {
    overflow: hidden;
}

.program-sections-wrapper.collapsed {
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-12px);
    filter: blur(1px);
    pointer-events: none;
}

.program-toggle-button {
    margin-bottom: 15px;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.program-toggle-button:hover {
    transform: translateY(-1px);
}

/*--------SPEAKERS--------*/
/*------------------------*/
.speakers-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.single-speaker .speaker-wrap {
    max-width: 600px;
}

.speakers-view-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-right: -15px;
}

.speaker-item {
    width: 50%;
    border: 2px solid #fff;
    transition: all 0.4s ease;
}

.speaker-wrap {
    color: white;
    max-width: 100%;
}

.speaker-wrap .content-speaker {
    padding: 15px;
}

.speaker-wrap .img-wrap {
    padding-right: 0;
}

.speaker-wrap img {
    max-height: 226px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    min-height: 250px;
}

.speaker-tab {
    padding: 8px 15px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.speaker-tab.active {
    transform: scale(1.05);
}

/*--------GALLERY---------*/
/*------------------------*/
.gallery-wrap .intro-wrap {
    margin-bottom: 40px;
}

.gallery-wrap .img-wrap {
    padding: 0 5px;
    margin-bottom: 10px;
}

/* =========================================
   Pagination
   ========================================= */

.pagination {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

/* Pagination links */
.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 42px;
    height: 42px;
    padding: 0 12px;

    border: 1px solid #ddd;
    border-radius: 8px;

    background: #fff;
    color: #001130 !important;

    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

/* Previous / Next */
.pagination a:has(.pagination-label) {
    border: 0;
    background: transparent;
    padding: unset;
}

/* Current page */
.pagination .current {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff !important;
    font-weight: 600;
}

/* Hover */
.pagination a:hover,
.pagination .pagination-label:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff !important;
}


/* Ellipsis */
.pagination .dots {
    min-width: 30px;
    border-color: transparent;
    background: transparent;
    color: #777 !important;
}

/* Previous / Next text */
.pagination .prev,
.pagination .next {
    padding: 0 12px;
}

/*--------COOKIES---------*/
/*------------------------*/
#cmplz-cookiebanner-container .cmplz-cookiebanner {
  z-index: 9999999 !important;
}

html[data-theme="dark"] .cmplz-cookiebanner {
    background-color: var(--secondary-color);
}

.cmplz-cookiebanner .cmplz-message {
    margin-bottom: 20px !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    right: 92px !important;
}

html[data-theme="dark"] .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    color: white;
}

html[data-theme="dark"] .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgb(142 142 142 / 29%) !important;
}

html[data-theme="dark"] .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #0dd80d;
}

.cky-notice .cky-btn-accept {
    background-color: transparent !important;
    color: #1863DC !important;
}

.empty-policy-notice {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.elementor-widget-google_maps .video-placeholder-normal {
    align-items: center;
    border-radius: 8px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}

.video-placeholder-text-normal {
    color: black !important; 
    background-color: unset !important;
    border: none !important; 
    padding: 20px !important;
}

/* Cookies page */
.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);
}

html[data-theme="dark"] .cookies-page a {
    color: var(--tertiary-color) !important;
}

.ga-cookies {
    background-color: #005eff46;
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}

html[data-theme="dark"] .ga-cookies {
    background-color:#0018417e;
}

/*---------FORM----------*/
/*-----------------------*/
form[aria-label="Formulario de contacto"] input,
form[aria-label="Formulario de contacto"] textarea {
    border-radius: 8px;
    padding: 5px 15px;
    border-width: 1px;
}

form .acceptance-button span {
    margin-left: 0;
}

.form-wrap {
    border-radius: 12px !important;
    background: linear-gradient(300deg,rgba(3, 74, 166, 1) 0%, rgba(3, 74, 166, 1) 24%, rgba(4, 85, 191, 1) 52%, rgba(4, 96, 217, 1) 76%, rgba(5, 108, 242, 1) 90%);
    padding: 30px 50px !important;
}

#subscribe-form label {
    color: white;
}

#subscribe-form input {
    background-color: unset !important;
    border-radius: 7px !important;
}

#subscribe-form input::placeholder {
    color: white !important;
    opacity: 1;
}

#subscribe-form .acceptance-button {
    font-size: 14px;
    margin-top: 3px;
}

#subscribe-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 14px;
    height: 14px;
    margin-right: 6px;

    background-color: white !important;
    border: 2px solid white !important;
    border-radius: 4px !important;

    vertical-align: text-top;
    cursor: pointer;

    position: relative;
}

#subscribe-form input[type="checkbox"]:checked {
    background-color: white !important;
    border-color: white !important;
}

/* Blue checkmark */
#subscribe-form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;

    width: 5px;
    height: 10px;

    border: solid #0d6efd;
    border-width: 0 2px 2px 0;

    transform: rotate(45deg);
    left: 3px;
    top: -1px;
}
/*--------FOOTER---------*/
/*-----------------------*/
.bootscore-footer-top {
    margin-top: 100px;
    padding: 0 15px;
}

.bootscore-footer-top .container,
.innovation-contact {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px !important;
    background: linear-gradient(300deg,rgba(3, 74, 166, 1) 0%, rgba(3, 74, 166, 1) 24%, rgba(4, 85, 191, 1) 52%, rgba(4, 96, 217, 1) 76%, rgba(5, 108, 242, 1) 90%);
    padding: 45px 50px 30px 50px !important;
}

.innovation-contact {
    padding: 20px 50px 5px 50px !important;
}

.innovation-contact * {
    color: white !important;
}

.innovation-contact h3 {
    font-size: 32px;
}

.innovation-contact em {
    font-size: 22px;
}

.innovation-contact span {
    font-size: 19.5px;
}

.bootscore-footer-top .container {
    display: flex;
    flex-wrap: wrap;
}

.bootscore-footer-top .footer_widget {
    width: 60%;
}

.bootscore-footer-top .footer_widget:has(.textwidget) {
    width: 40%;
    padding-right: 55px;
}

footer .bg-body-tertiary {
    border: unset !important;
}

footer .menu li {
    text-transform: uppercase;
    font-weight: 500;
}

footer .footer-right {
    padding-left: 15%;
}

footer .bootscore-footer-info .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
}

html[data-theme="light"] footer .bootscore-footer-info .container {
    border-top: 1px solid #00113065;
}

.bootscore-footer-info * {
    font-size: 14px;
}

footer h3 {
    color: white !important;
}

.top-button {
    padding: 5px 8px 5px 10px;
    bottom: 100px;
}

.top-button img {
    width: 33px;
    height: 33px;
    transform: rotate(180deg);
}

/*------CUSTOM BUTTON-------*/
/*--------------------------*/
.custom-button .elementor-button-content-wrapper {
    align-items: center;
    position: relative;
    z-index: 3;
}

.custom-button a {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-color) !important;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    padding: 3px 3px 3px 20px !important;
    z-index: 1;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 4px 4px 0px #0011301F !important;
}

/* Expanding white circle */
.custom-button a::before {
    content: "";
    position: absolute;
    /* Start from icon position */
    top: 50%;
    right: 5px;
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    transform: translateY(-50%) scale(1);
    transform-origin: center;
    transition: transform .5s cubic-bezier(.76,0,.24,1);
    z-index: -1;
}

.custom-button a:hover::before,
.custom-button a:focus::before {
    transform: translateY(-50%) scale(15);
}

/* Icon wrapper */
.custom-button .elementor-button-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    overflow: hidden;
    border-radius: 50%;

    background: white;
    padding: 5px;

    transform: rotate(270deg);
    z-index: 4;
}

/* Original icon */
.custom-button .elementor-button-icon > img,
.custom-button .elementor-button-icon > svg {
    width: 32px;
    flex-shrink: 0;

    transform: translateY(0);
    transition: transform .45s cubic-bezier(.76,0,.24,1);
}

/* Hover circle */
.custom-button .icon-hover {
    position: absolute;

    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--primary-color);
    border-radius: 50%;

    transform: translateY(-100%);
    transition: transform .45s cubic-bezier(.76,0,.24,1);
}

/* Hover icon svg */
.custom-button .icon-hover img,
.custom-button .icon-hover svg {
    width: 32px;
    transform: translateY(0);
}

/* Original icon leaves */
.custom-button a:hover .elementor-button-icon > img,
.custom-button a:hover .elementor-button-icon > svg,
.custom-button a:focus .elementor-button-icon > img,
.custom-button a:focus .elementor-button-icon > svg {
    transform: translateY(100%);
}

/* New icon enters */
.custom-button a:hover .elementor-button-icon .icon-hover,
.custom-button a:focus .elementor-button-icon .icon-hover {
    transform: translateY(0);
}

/* Hover icon color */
.custom-button a:hover .icon-hover img,
.custom-button a:focus .icon-hover img {
    filter: brightness(0) invert(1);
}

.custom-button a:hover .icon-hover .st0,
.custom-button a:focus .icon-hover .st0 {
    fill: white;
}

/* Text and icon color change after fill */
.custom-button a:hover,
.custom-button a:focus {
    color: var(--primary-color) !important;
}

.custom-button a:hover .st0,
.custom-button a:focus .st0 {
    fill: var(--primary-color);
}

/* Text container */
.custom-button .elementor-button-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
}

/* Moving wrapper */
.custom-button .text-inner {
    display: flex;
    flex-direction: column;
    transition: transform .45s cubic-bezier(.76,0,.24,1);
}

/* Original text */
.custom-button .text-original {
    color: white;
}

/* Hover text */
.custom-button .text-hover {
    color: var(--primary-color);
}

/* Slide animation */
.custom-button a:hover .text-inner,
.custom-button a:focus .text-inner {
    transform: translateY(-50%);
}

.custom-button .text-original,
.custom-button .text-hover {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* SMALL BUTTON VERSION */
.custom-button.small-button a {
    font-size: 16px;
    padding: 3px 4px 3px 16px !important;
}


/* Smaller icon circle */
.custom-button.small-button .elementor-button-icon {
    width: 32px;
    height: 32px;
    padding: 4px;
}


/* Smaller SVG */
.custom-button.small-button .elementor-button-icon > img,
.custom-button.small-button .icon-hover img,
.custom-button.small-button .elementor-button-icon > svg,
.custom-button.small-button .icon-hover svg {
    width: 22px;
}


/* Smaller hover circle */
.custom-button.small-button a::before {
    width: 32px;
    height: 32px;
}


/* Keep icon hover movement proportional */
.custom-button.small-button .icon-hover {
    transform: translateY(-120%);
}

.custom-button.small-button a:hover .icon-hover {
    transform: translateY(0);
}

.custom-button.small-button a:hover .elementor-button-icon > img,
.custom-button.small-button a:hover .elementor-button-icon > svg {
    transform: translateY(120%);
}


/* Text container adjustment */
.custom-button.small-button .elementor-button-text {
    font-size: 16px;
}

.custom-button .elementor-button-icon img {
    height: auto;
    display: block;
}

/*--------WHATSAPP BUTTON--------*/
/*-------------------------------*/
.whatsapp-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 4.8%;
	background-color: rgb(37, 211, 102);
	border-radius: 50px;
	text-align: center;
	box-shadow: 1.5px 1.5px 1.5px 1.5px #fdfdfd;
  	z-index: 100;
	padding-top: 12px;
	padding-left: 2px;
	animation: bounceButton 3.5s ease infinite;
}

.whatsapp-button img {
	width: 35px;
	height: 35px;
	filter: brightness(0) invert(1);
}

body:not(.logged-in) .whatsapp-button {
    right: 23px;
}

body:not(.logged-in) .top-button {
    right: 26px;
}

@keyframes bounceButton {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}

/*----GOOGLE TRANSLATOR-----*/
/*--------------------------*/
.gt-lang-code,
.gt_options a {
    font-size: 18px;
}

.gt_options a {
    font-size: 16px;
}

.gt_float_switcher img {
    width: 28px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected {
    background-color: #011a46f1 !important;
}

html[data-theme="light"] .gt_float_switcher,
html[data-theme="light"] .gt_float_switcher .gt-selected {
    background-color: #fffffff0 !important;
}

html[data-theme="light"] .gt_float_switcher .gt_options a:hover {
    background: rgb(226, 225, 225);
}

/*--------RESPONSIVE--------*/
/*--------------------------*/
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1140px;
    }

    .elementor-shortcode:has(.bootscore-lottie) {
        display: flex;
        justify-content: center;
    }

    .innovation.modal-dialog {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) {
    .bootscore-lottie {
        max-width: 1200px !important;
    }
}

@media (min-width: 991px) {
    .intro-wrap.summit .video-wrap {
        padding-left: 5%;
    }
}

@media (min-width: 768px) {
    .articles-view .views-row:first-child {
       width: 100% !important;
    }

    .articles-view .featured {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .articles-view .featured .img-wrap,
    .articles-view .featured .content-wrap {
        width: 47%;
    }

    /*
bt - border-top
bl - border-left
br - border-right
*/

.for-you-front-wrap .section-wrap.bt {
    padding-top: 15px;
}

.for-you-front-wrap .section-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--text);
    transition: background-color 0.4s;
}

.for-you-front-wrap .section-wrap.bt-1::before {
    width: 128%;
}

.for-you-front-wrap .section-wrap.bt-2 {
    margin-top: -23px;
    padding-left: 62px;
}

.for-you-front-wrap .section-wrap.bt-2::before {
    left: -57px;
    width: 113%;
}

.for-you-front-wrap .section-wrap.bl::before,
.for-you-front-wrap .section-wrap.br::before {
    width: 1px;
    height: 100%;
}

.for-you-front-wrap .section-wrap.br {
    padding-top: 55px;
}

.for-you-front-wrap .section-wrap.br::before {
    left: unset;
    right: 0;
}
}

@media (min-width: 767px) and (max-width: 991px) {
    .articles-view .featured .img-wrap {
        width: 70%;
    }

    .articles-view .featured .content-wrap {
        width: 100%;
    }   

    .rss-event .title-event {
        padding-left: 0;
    }

    .rss-event .icon-text img {
        padding: 0 5px 0 0;
        width: 30px;
    }

    .logos-banner .text-wrap {
        width: 45%;
    }

    .logos-banner .logos-wrap {
        flex-wrap: wrap;
        justify-content: center;
        width: 55%;
    }

    .logos-banner .logos-wrap img {
        width: 172px;
        padding: 5px;
    }
}

@media (max-width: 1400px) {
    .innovation.modal-dialog {
        max-width: 1140px;
    }
}

@media (max-width: 1200px) {
    .innovation-contact {
        padding: 20px 40px 5px 40px !important;
    }

    .innovation.modal-dialog {
        max-width: 960px;
    }

    .innovation .modal-body {
        padding: 45px 60px 60px 60px;
    }

    #masthead {
        margin: 40px 15px 0 15px;
        padding-bottom: 25px;
        height: unset !important;
    }

    .theme-switcher {
        margin-top: -27px;
    }

    #nav-main .container {
        flex-wrap: wrap;
        justify-content: end;
    }

    .banner .banner-section br {
        display: none;
    }

    .elementor-15 .elementor-element.elementor-element-35636ac {
        width: 100%;
    }

    .for-you-front-wrap .section-wrap.bt-1 {
        padding-right: 0;
    }

    .for-you-front-wrap .section-wrap.bt-2 {
        padding-left: 15px;
    }

    .for-you-front-wrap .section-wrap.bl,
    .for-you-front-wrap .section-wrap.bt-3 {
        width: 35%;
    }

    .for-you-front-wrap .section-wrap.br {
        width: 36%;
        margin-top: -35px;
    }

    .for-you-front-wrap .img-wrap img {
        height: 180px;
    }

    #line-castle {
        margin-top: -100px;
    }

    footer .footer-right {
        padding-left: 8%;
    }

    .constellations-wrap.think .img-wrap .elementor-element {
        padding-top: 0;
    }

    .constellations-wrap img {
        padding-top: 45px;
    }

    .constellations-wrap .text-wrap {
        padding-left: 15px;
    }

    .what-is.text-wrap em {
        padding: 0;
    }

    #campamentos .list-wrap {
        display: block;
    }

    #campamentos .list-wrap * {
        margin-bottom: 0 !important;
    }

    .network-cards-wrap.row-1 {
        width: 72% !important;
    }

    .network-cards-wrap.row-2 {
        width: 83% !important;
    }

    .articles-view .views-row {
        padding: 0 8px;
    }

    .event-course .sidebar-wrap {
        padding-left: 15px;
    } 

    .gi-section h3 {
        font-size: 22px;
    }
}

@media (max-width: 1170px) {
    .gslide-image img {
        max-width: calc(100% - 140px) !important;
    }

    .glightbox-clean .gnext {
        right: 15px !important;
    }

    .glightbox-clean .gprev {
        left: 15px !important;
    }
}

@media (max-width: 991px) {
    .innovation.modal-dialog {
        max-width: calc(100% - 30px);
    }

    .innovation .modal-body {
        padding: 45px;
    }

    .full-lg-width,
    .full-lg-width .e-con-inner,
    .constellations-wrap,
    .innovation-contact .e-con-inner {
        display: unset !important;
    }

    .full-lg-width .e-con-inner > div,
    .full-lg-width > div,
    .space-wrap.tormes .e-con-inner > div,
    .space-wrap.abio .e-con-inner > div,
    .constellations-wrap > div,
    .speaker-item,
    .for-you-banner .e-con-inner > div { 
        width: 100%;
    }

    .space-wrap.tormes .e-con-inner,
    .space-wrap.abio .e-con-inner {
        flex-direction: column-reverse !important;
    }

    #campamentos div,
    #escuela div,
    .network-cards-wrap.row-2,
    .full-lg-width,
    .block-space {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .innovation-contact {
        padding: 20px 40px 5px 40px !important;
    }

    .innovation-contact .e-con-inner > div {
        width: 100%;
    }

    .navbar-nav > li:last-child {
        margin-left: 0;
    }

    .navbar-nav > li:last-child .nav-link {
        width: fit-content;
    }

    .program-section .speaker-wrap img {
        min-height: 300px;
    }

    html[data-theme="dark"] #offcanvas-navbar {
        background-color: #093A65;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu,
    html[data-theme="light"] #masthead, html[data-theme="light"] .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: unset;
        box-shadow: unset !important;
    }

    .tdnn {
        margin-top: 0;
    }

    .navbar-brand img {
        margin: 0;
        padding: 0 10px;
    }

    #masthead {
        padding-bottom: 0;
    }

    .theme-switcher {
        margin-top: 5px;
        margin-left: 10px;
    }

    #nav-main .container {
        max-width: 100%;
    }

    .navbar-brand {
        position: absolute;
        left: 15px;
    }

    .banner br {
        display: none;
    }

    .banner .images-wrap {
        width: 63%;
        margin: 35px 0;
    }

    .elementor-15 .elementor-element.elementor-element-d2d48d8 .e-con-inner {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .banner-sections {
        justify-content: center;
    }

    .banner-section-wrap {
        margin-bottom: 20px;
    }

    footer .row {
        align-items: unset !important;
    }

    footer .footer-right {
        margin-top: 20px;
        padding-left: 15px;
    }

    .constellations-wrap .img-wrap .elementor-element {
        text-align: left;
    }

    .constellations-wrap img {
        margin-left: 70px;
        padding-top: 30px;
        width: 190px;
    }

    .constellations-wrap.do img {
        width: 240px;
        margin-left: 35px;
    }

    .school-template .text-wrap,
    .school-template .list-wrap,
    #campamentos .text-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .school-template .list-wrap {
        display: block;
    }

    .school-list ul::before {
        content: none;
    }

    #campamentos img {
        min-width: 80%;
        margin-bottom: 25px;
    }

    .camp-text {
        border: unset !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .camp-text p {
        position: relative;
    }

    .camp-text:first-child p::after,
    .camp-text:nth-child(2) p::after {
        content: "";
        position: absolute;
        background-color: white;
        width: 100%;
        height: 1px;
        bottom: -12px;
        left: 0;
    }

    .network-cards-wrap.row-1,
    .network-cards-wrap.row-2 {
        width: 100% !important;
    }

    .innovation-network .img-wrap {
        width: 30%;
    }

    .for-you-banner {
        margin-top: 35px !important;
    }

    .for-you-banner .e-con-inner {
        flex-direction: column !important;
    }

    .full-event .text-wrap {
        margin-bottom: 40px;
    }

    .front-constellations-wrap .constellation.do .img-wrap span {
        top: 40px;
        left: 43%;
    }

    .news-events-wrap .e-con-inner {
        justify-content: space-around !important;
    }

    .news-events-wrap .title-event {
        padding-left: 10px;
    }

    .news-events-wrap .news-wrap {
        width: 50%;
    }

    .news-events-wrap .events-wrap {
        width: 48%;
    }

    .gi-section {
        width: 48% !important;
    }

    .bootscore-footer-top .footer_widget,
    .bootscore-footer-top .footer_widget:has(.textwidget) {
        width: 100%;
    }

    .bootscore-footer-top .footer_widget:has(.textwidget) {
        padding-right: unset;
        margin-bottom: 25px;
    }
}

@media (max-width: 920px) {
    .intro-wrap.summit .number-wrap {
        padding: 0 !important;
    }

    .intro-wrap.summit .borders > div::after {
        right: 0;
    }

    .front-constellations-wrap img {
        width: 200px;
        padding-right: 30px;
    }

    .front-constellations-wrap .tags-wrap {
        margin-top: -40px;
    }

    .front-constellations-wrap .intro-wrap {
        display: unset;
    }

    .front-constellations-wrap .intro-wrap > div {
        width: 100%;
    }

    .front-constellations-wrap .img-wrap span {
        left: 62%;
    }

    .front-constellations-wrap .constellation.do .img-wrap span {
        top: 47px;
        left: 56%;
    }

    .for-you-front-wrap .intro-wrap,
    .for-you-front-wrap .section-wrap.bt-3,
    .for-you-front-wrap .section-wrap.br {
        width: 40%;
    }

    .for-you-front-wrap .section-wrap.bl {
        width: 50%;
    }

    .intro-wrap.summit .borders > div::before {
        left: -15px;
    }
}

@media (max-width: 820px) {
    .intro-wrap.summit .e-con-inner {
        display: block;
    }

    .intro-wrap.summit .e-con-inner > div {
        width: 100%;
    }

    .intro-wrap.summit .number-wrap {
        text-align: center;
        width: 30%;
    }

    .intro-wrap .borders > div::before {
        left: 0;
    }

    .intro-wrap.summit .video-wrap {
        padding: 30px 45px;
    }

    .intro-wrap.summit .borders > div::before {
        left: -5px;
    }

    .logos-banner {
        flex-direction: column !important;
        gap: 0 !important;
        padding: 20px 30px 20px 20px !important;
    }

    .logos-banner .text-wrap {
        width: 100%;
    }

    .logos-banner .logos-wrap {
        width: 100%;
    }

    .logos-banner .logos-wrap img {
        width: 172px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .innovation .modal-body .img-wrap {
        margin-top: 15px;
    }

    .gslide-image img {
        max-width: 97% !important;
    }

    .program-tabs {
        flex-direction: column;
    }

    .program-category .thematic {
        width: calc(100% - 100px);
    }

    .program-category .hours {
        width: 100px;
    }

    .program-section .speaker {
        display: flex;
        align-items: center;
    }

    .program-section .speaker p {
        text-align: left;
        padding-left: 1rem;
    }

    .courses-view .views-row {
        margin-bottom: 25px;
    }

    .constellations-wrap img {
        margin-left: 70px;
        padding-top: 30px;
        width: 160px;
    }

    .constellations-wrap.do img {
        width: 210px;
        margin-left: 35px;
    }

    .block-space, .space-wrap {
        margin-bottom: 65px !important;
    }

    .what-is.text-wrap em {
        font-size: 28px;
    }

    .innovation-network .img-wrap {
        width: 47%;
    }

    .for-you-banner.abio ul {
        grid-template-columns: repeat(2, max-content);
    }

    .banner h1 {
        font-size: 35px;
    }

    .banner .images-wrap {
        width: 90%;
    }

    .banner .images-wrap > div {
        width: 30%;
    }

    .banner-section-wrap {
        padding: 0 5px;
    }

    .for-you-front-wrap .section-wrap {
        width: 100% !important;
    }

    .for-you-front-wrap .section-wrap:has(.square-after) {
        padding-right: 0;
        padding-left: 40px;
        text-align: left;
    }

    .for-you-front-wrap .square-after::after {
        left: -30px;
        right: unset;    
    }

    .for-you-front-wrap .img-wrap {
        display: none;
    }

    .for-you-front-wrap .section-wrap p {
        opacity: 1;
    }

    #line-castle {
        margin-top: -20px;
    }

    .bootscore-lottie {
        width: 1200px !important;
        transform: translateX(-30%);
    }

    .for-you-front-wrap .section-wrap {
        padding-left: 15px !important;
        padding-bottom: 0 !important;
        margin: 0 !important;
    }

    .for-you-front-wrap {
        gap: 0 !important;
    }

    .for-you-front-wrap .custom-button {
        margin-top: 25px;
    }

    .for-you-front-wrap .intro-wrap {
        width: 50%;
    }

    .front-constellations-wrap .constellation {
        width: 48%;
    }

    .elementor-15 .elementor-element.elementor-element-06af866 {
        justify-content: center !important;
    }

    .logos-banner .logos-wrap img {
        width: 145px;
    }

    .news-events-wrap .news-wrap,
    .news-events-wrap .events-wrap {
        width: 70%;
    }

    .gi-section {
        width: 75% !important;
    }

    .gi-section .e-con.e-flex {
        flex-wrap: nowrap;
    }

    .pagination {
        margin-top: 50px;
        padding: 0 10px;
    }

    .pagination ul {
        gap: 6px;
        max-width: 100%;
    }

    .pagination a,
    .pagination span {
        min-width: 38px;
        height: 38px;
        padding: 0 9px;
        font-size: 14px;
        border-radius: 7px;
    }

    .pagination a:has(.pagination-label) {
        padding: 0 5px;
        white-space: nowrap;
    }

    .pagination .prev,
    .pagination .next {
        padding: 0 6px;
    }

     /* Disable entrance animations */
  .elementor-invisible,
  .animated {
    visibility: visible !important;
    animation: none !important;
    -webkit-animation: none !important;
  }

  /* Disable motion effects / transforms */
  .elementor-motion-effects-element,
  .elementor-motion-effects-layer,
  .elementor-motion-effects-container {
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  /* Disable hover transitions that Elementor adds */
  .elementor-widget,
  .elementor-element {
    transition: none !important;
  }
}

@media (max-width: 576px) {
     .innovation-contact {
        padding: 20px 20px 5px 20px !important;
    }

    .innovation .modal-body {
        padding: 25px 15px;
    }

    .bootscore-footer-top .container {
        padding: 30px !important;
    }

     .bootscore-lottie {
        transform: translateX(-40%);
    }

    .space-wrap.abio ul {
        display: grid;
        grid-template-columns: repeat(2, max-content);
        gap: 0 50px;
    }

    .what-is.text-wrap em {
        font-size: 24px;
    }

    #masthead {
        position: unset;
        margin: 0;
    }

    .block-space, .space-wrap {
        margin-bottom: 45px !important;
    }

    .articles-view .views-row {
        padding: 0;
    }

    .for-you-front-wrap .intro-wrap {
        width: 100%;
    }

    .front-constellations-wrap .constellation {
        width: 100%;
    }

    .front-constellations-wrap .img-wrap span {
        left: 56%;
        top: 23px;
    }

    .front-constellations-wrap .constellation.do .img-wrap span {
        left: 53%;
    }

    .front-constellations-wrap .tags-wrap .elementor-element {
        padding-right: 15%;
    }

    .logos-banner {
        padding: 20px 30px 20px 15px !important;
    }

    .news-events-wrap .news-wrap,
    .news-events-wrap .events-wrap {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .program-category .hours,
    .program-category .thematic {
        width: 100%;
    }

    .program-category .thematic {
        padding: 15px;
    }

    .program-category .hours {
        border: unset;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
        margin-left: 2px;
    }

    .program-sections-wrapper {
        padding-left: 0;
    }

    .program-section .speaker {
        flex-direction: column;
    }

    .program-section .speaker p {
        text-align: center !important;
        padding-left: unset !important;
    }

    .speakers-view-wrap .speaker-wrap {
        flex-direction: column-reverse;
    }

    .speakers-view-wrap .speaker-wrap .content-speaker,
    .speakers-view-wrap .speaker-wrap .img-wrap,
    .innovation-network .img-wrap {
        width: 100%;
    }

    .speakers-view-wrap .speaker-wrap .img-wrap {
        padding-left: 0;
    }

    .speakers-view-wrap .speaker-wrap img {
        min-height: 350px;
    }

    #nav-main .container {
        padding-top: 75px;
    }

    .navbar-brand {
        top: 5px;
    }

    #masthead {
        padding-bottom: 55px;
    }

    .for-you-banner {
        padding: 15px 15px 10px 15px !important;
    }

    .for-you-banner ul {
        display: block !important;
    }

    .banner h1 {
        font-size: 32px;
    }

    .banner .images-wrap {
        justify-content: center;
    }

    .banner .images-wrap > div {
        width: 28%;
    }

    .banner .images-wrap,
    .banner .images-wrap > div {
        padding: 0 !important;
    }

    .intro-wrap.summit .video-wrap {
        padding: 30px 15px;
    }

    .intro-wrap.summit .number-wrap {
        width: 100%;
    }

    .intro-wrap.summit .borders > div::before, 
    .intro-wrap.summit .borders > div::after {
        height: 1px;
        width: 100%;
        left: 0;
        top: -17px;
    }

    .intro-wrap.summit .borders > div::after {
        top: unset;
        bottom: -2px;
    }

    .front-constellations-wrap .tags-wrap .elementor-element {
        padding-right: 0;
    }

    .front-constellations-wrap .img-wrap span {
        left: 58%;
    }

    .front-constellations-wrap .constellation.do .img-wrap span {
        left: 56%;
    }

    .gi-section {
        width: 100% !important;
    }
}

@media (max-width: 410px) {
    .speakers-view-wrap .speaker-wrap img {
        min-height: 290px;
    }

    .space-wrap.tormes ul,
    .space-wrap.abio ul,
    .space-wrap.talentum ul,
    .space-wrap.air ul {
        display: block;
        column-count: 1;
    }

    .rss-event .title-event {
        padding-left: 0;
    }

    .news-events-wrap .rss-event .title-event {
        padding-left: 10px;
    }

    .rss-event .icon-text img {
        padding: 0 5px 0 0;
        width: 30px;
    }
}

html[data-theme="light"] .ecosystem-wrap .item-ecosystem {
    background: #FFFFFF66;
}

.item-ecosystem {
    height: 100%;
}

.item-ecosystem h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.ondevelop-icon {
    float: right;
    position: relative;
}

.ondevelop-icon::before {
    content: "";
    width: 17px;
    height: 17px;
    background-color: white;
    top: 3px;
    left: -25px;
    position: absolute;
    z-index: 9999;
    border: 3px solid #3c3c8cc9;
}

html[data-theme="light"] .ondevelop-icon::before {
    background-color: var(--secondary-color);
    border: 3px solid #7c8eac;
}


@media (max-width: 991px) {
    .ecosystem-wrap .e-con-full.e-child {
        width: 100% !important;
    }
}