@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700&display=swap');
/*!
* Vea
*/

html {
  font-family: "Source Sans 3", sans-serif;

    --primary-color: #21B5BA;
    --primary-color-2: #0A627C;
    --secondary-color: #0A627C;
    --tertiary-color: #292458;
    --opposite-color: #ffffff;
    --p-color: #1D1D1B;
    --p-color-contrast: #fff;
    --color-dark: #212529;
    --color-light: #f5f5f5;

    color: var(--p-color);
  scroll-behavior: smooth !important;
}

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

h4 {
  font-size: 30px;
}

.text-left {
  text-align: left;
}



p {
  color: var(--tertiary-color);
}

a, a:hover {
  color: var(--primary-color);
  text-decoration-color: var(--primary-color);
}

section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
/* banner  */


.banner {
	text-align: center;
	position: relative;
}

.banner h1 {
	color: var(--primary-color);
	font-size: 100px;
	position: relative;
	display: inline;
}

.banner h2 {
	font-size: 25px;
    margin-bottom: 30px;
    max-width: 700px;
    text-align: start;
    margin-left: 262px;
    color: white;
}


.btn-arrow:before {
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(../images/resources/icon-button.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: absolute;
    left: -26px;
}

.btn-arrow, .btn-arrow:hover, .btn-arrow:focus {
  background-color: var(--primary-color);
  color: white !important;
  border: none;
  font-weight: bold;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  padding-right: 50px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-arrow:after {
	content: "";
	width: 25px;
	height: 25px;
	background-image: url(../images/resources/icon-arrow.svg);
  	background-repeat: no-repeat;
  	background-size: 25px;
  	background-position: center right;
	filter: brightness(0) invert(1);
  	position: absolute;
  	right: 10px;
}

.stats-container {
	max-width: inherit !important;
	gap: inherit;
	display: flex !important;
}



.stat-box {
	border-right: 2px solid #f2f2f270;
	padding-left: 30px;
	padding-right: 30px;
	flex: initial;
	width: 180px	
}

.stat-box:last-child {
	border-right: 0;
  margin-bottom: -25px;
}

.stat-label {
	font-size: 16px;
  font-weight: 700;
}
.img-stat{
    width: 55px;
    padding: 5px;
    margin-top: 7px;
}

.important-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    color: var(--tertiary-color);
    position: relative;
    display: inline-block;
    z-index: 10;
}

.important-title::before {
    content: "";
    width: 35px;
    height: 40px;
    background-image: url(../images/resources/icon-title.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -8px;      
    top: -5px; 
    z-index: -1;
}

.important-title-w {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    color: white;
    position: relative;
    display: inline-block;
    z-index: 10;
}

.important-title-w::before {
    content: "";
    width: 35px;
    height: 40px;
    background-image: url(../images/resources/icon-title.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -8px;      
    top: -5px; 
    z-index: -1;
}
  
 .date-banner {
  font-size: 20px;
  background: #121f6387;
  padding: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  margin-right: 35px;
}

.banner h1 .transparent {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-family: Arial !important;
  font-size: 120px;
  margin-left: 20px;
}

@media (max-width: 992px) {
.banner h1 .transparent {
  display: block;
}

}

.banner .logo {
  width: 500px !important;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner .label {
  font-size: 40px;
  margin-bottom: 0;
}

.banner .col-8 {
  position: relative;
}

.btn-round, .btn-round:hover, .btn-round:focus {
  width: 300px;
  height: 300px;
  background-color: var(--primary-color);
  border-radius: 100%;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  color: white;
  transition: 0.2s ease-in-out;
  font-weight: normal !important;
  text-shadow: 2px 2px 2px #2467764a;
}

.btn-round span {
  display: inline-block;
  font-weight: bold;
  color: white;
}

.btn-header, .btn-header:hover, .btn-header:focus {
    background-color: var(--primary-color) !important;
    color: white !important;
    border: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    margin-top: -5px;
}
.btn-inscript, .btn-inscript:hover, .btn-inscript:focus {
    background-color: var(--primary-color);
    color: white !important;
    border: none;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    padding-right: 40px;
    position: relative;
    align-items: center;
}

.btn-inscript:before {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../images/resources/icon-button.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right;
    position: absolute;
    left: -30px;
}

.btn-inscript:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../images/resources/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    filter: brightness(0) invert(1);
    background-position: center right;
    position: absolute;
    right: 10px;
    top: 6;
}
section.banner {
  background-color: var(--secondary-color);
  height: auto;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner{
  position: relative;
}
@media (min-width: 1400px) {
.banner::after{
   content: "";
    width: 375px;
    height: 375px;
    background-image: url(../images/resources/background-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 1px;
    top: 190;
}
.banner::before{
   content: "";
    width: 375px;
    height: 375px;
    background-image: url(../images/resources/background-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: -5px;
    top: 390;
    z-index: 100;
}
}
.data-experience::after{
content: "";
    width: 275px;
    height: 275px;
    background-image: url(../images/resources/background-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    position: absolute;
    right: 1px;
    top: 290;
}
.data-experience::before{
   content: "";
    width: 275px;
    height: 275px;
    background-image: url(../images/resources/background-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    position: absolute;
    left: -5px;
    top: 610 !important;
    z-index: 110;
}
.banner .btn-round {
  margin-left: 100px !important;
  text-transform: uppercase;
  font-weight: bold;
  
}

section.banner .container {
  z-index: 2;
}

.banner h2 {
  font-size: 27px;
  font-weight: normal;
}
@media (max-width: 1400px) {
  .banner h2, .banner-row {
      margin-left: 172px !important;
  }
}
@media (max-width: 1200px) {
  .banner h2, .banner-row {
      margin-left: 82px !important;
      z-index: 40;
  }
}
@media (max-width: 992px) {
  .banner h2, .banner-row {
      margin-left: 0 !important;
  }
}
#video-home {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: inherit;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}

#filtervideo {
        mix-blend-mode: normal;
    position: absolute;
    left: 0;
    top: -1px;
    min-width: 100%;
    height: unset;
    min-height: 100%;
    background: linear-gradient(160deg, #053544 50%, #192549 100%);
    opacity: 0.95;

}

.banner .modality-div {
  background-color: white;
  color: #21282a;
  display: inline-block;
  padding: 4px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  border-radius: 3px;
}

iframe {
  border: 0;
  border-radius: 15px;
  /* max-width: 100%; */
  margin-bottom: 30px;
  border: 1px solid #e7e6e6d2;
  box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
}
.center-iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
 
}


.banner h3 {
  font-weight: 300;
  font-size: 25px;
  margin-top: 20px;
}

.speakers {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.speaker-item {
    
}

.speaker-item img {
    max-width: 100%;
    object-fit: cover;
}

.speaker-item p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px !important;
}

.speaker-item span {
  font-style: italic;
  display: inline-block;
  width: 100%;
}

.card {
    -webkit-box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 20px;
}

.card i {
  color: var(--primary-color);
  font-size: 20px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
  background-color: var(--primary-color);
  color: white !important;
  border: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.btn-primary i {
  margin-right: 10px;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--text-color);
  color: #fff !important;
  border: none;
  font-weight: bold;
  font-size: 18px;
}

.btn-primary * {
  color: white !important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: var(--primary-color);
  opacity: 0.9;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--text-color);
  opacity: 0.9;
}

.icon-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-content p, .icon-content span {
  margin-bottom: 0;
  font-size: 14px;
}

.icon-content strong {
  font-size: 16px;
}

footer {
  background-color: var(--text-color);
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

footer * {
 font-size: 12px;
 margin-bottom: 0;
 text-decoration: none;
 text-align: center;
}

footer a, footer a:hover {
  font-weight: bold;
  text-decoration: none;
  color: var(--p-color);
}

.footer-bottom {
  color: #ffffff;
  border-top: 2px solid #ffffff31;
  text-align: center;
  margin-top: 15px;
}
.footer-bottom p, .footer-bottom a {
  color: #ffffff !important;
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px;
}
.footer-bottom a {
  font-weight: 700;
}
.funding-text {
    font-size: 11px;
    color: #ffffff;
    line-height: 1.1;
    font-style: italic;
    max-width: 230px;
}

/* Responsive */
@media (max-width: 992px) {
    .logo-block img.img-footer {
        max-height: 55px;
    }
    .logos-row {
        row-gap: 30px;
    }
     .logos-row div:last-child{
        text-align: center !important;
    }
}


.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  z-index: 901;
}

@media (max-width: 1299px) {
    .btn-round, .btn-round:hover, .btn-round:focus {
      width: 240px;
      height: 240px;
      font-size: 30px;
    }
}


@media (max-width: 1199px) {
    .banner .btn-round {
      margin-left: 0 !important;
    }

    section.content > .container > .row > div[class^="col"] {
      width: 100%;
    }

    section.content > .container > .row > .col-3 {
      order: 1;
      margin-bottom: 40px;
    }

    section.content > .container > .row > .col-9 {
      order: 2;
    }
}

@media (max-width: 991px) {

  .banner h1 {
    font-size: 75px;
  }

  section.banner div[class^="col"],
  section.contact div[class^="col"] {
    width: 100%;
    text-align: center;
  }

  section.contact div[class^="col"] {
    padding: 15px !important;
  }

  section.contact img {
    margin: auto;
  }

  .banner .btn-round {
    margin: auto !important;
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 55px;
  }
  .banner h2 {
    font-size: 22px !important;
}
}

@media (max-width: 542px) {
  .speaker-item {
      width: 100%;
  }
}
/* Intro block */


 .important-title span, .important-title-w span{
  color: var(--primary-color) !important;
  
}
@media (min-width: 1200px) {
.intro p, .intro .important-title{
  max-width: 500px;
  margin-left: 140px;
}
}

.intro-img{
  width: 450px;
  max-width: 100%;
  padding: 20px;
}
.info-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 40px 0;
}
@media (max-width: 992px) {
  .info-row {
    flex-direction: column;
  }
  .divider{
    display: none;
  }
}
.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.info-item img {
    width: 70px;
    height: 70px;
}

.info-item .title {
    margin: 0;
    font-size: 16px;
    color: #0A2342;
}

.info-item .subtitle {
    margin: 0;
    font-size: 16px;
    color: #556070;
}

.divider {
    width: 2px;
    height: 55px;
    background-color: var(--primary-color);
}


.icon-title-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* espacio entre imagen y texto */
  margin-bottom: 8px;
  justify-content: center;
}
.icon-title-wrapper p{
  color: var(--primary-color-2);
}
.icon-title-wrapper img {
  width: 35px;
  height: 35px;
  margin-top: -20px;
}


.border-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  width: 3px;
  background-color: var(--primary-color-2);
}


.agenda-content .text {
  padding-left: 30px;
  display: inline-block;
}

.fes {
  max-width: 200px !important;
}
.agra-img{
  max-width: 280px !important;
  max-height: 140px !important;
  width: 280px !important;
}
.long-img{
  max-width: 280px !important;
    max-height: 100px !important;
    width: 280px !important;
}
.med-img{
  max-width: 230px !important;
  max-height: 100px !important;
  width: 240px !important;
}
.lit-img{
  max-width: 220px !important;
  max-height: 110px !important;
  width: 130px !important;
}

.logos-colab img {
  max-width: 170px;
  max-height: 85px;
  padding: 10px;
  height: auto;
  width: 200px;
  object-fit: contain;
}

.logos-colab img.ice,
.logos-colab img.fes {
  min-width: 300px !important; 
}.span

.logos-colab img.axpe {
  max-width: 150px;
}

.logos-organ img {
  max-width: 180px;
  max-height: 85px;
  padding: 10px;
  height: auto;
  width: 200px;
  object-fit: contain;
}

.logos-organ img.ice,
.logos-organ img.fes {
  min-width: 300px !important; 
}.span

.logos-organ img.axpe {
  max-width: 150px;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: gray;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: 0.5;
}

.agenda-content span{
  display: inline-block;      
  background-color: var(--primary-color); 
  color: #ffffff;            
  padding: 3px 7px;        
  border-radius: 10px;       
  font-size: 13px;           
  font-weight: bold; 
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: -5px;
}
@media (min-width: 1198px) and (max-width: 1400px) {
  .date-content {
      max-width: 400px !important;
  }
}
.fa-calendar-days {
    background-image: url('../images/icons/calendar-days-solid-primary.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.fa-clock {
    background-image: url('../images/icons/clock-regular-primary.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.fa-location-dot {
    background-image: url('../images/icons/location-dot-solid-primary.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.fa-list {
    background-image: url('../images/icons/list-solid.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.fa-list.fa-white {
    background-image: url('../images/icons/list-solid-w.svg');
}


.fa-file-pdf {
    background-image: url('../images/icons/file-pdf-regular.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}

.fa-location-crosshairs {
  background-image: url('../images/icons/location-crosshairs-solid.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

.fa-microphone-lines {
  background-image: url('../images/icons/microphone-lines-solid.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
}


.fa-calendar-days:before,
.fa-clock:before,
.location-dot-solid-primary:before {
  display: none;
}


.pr-0 {
  padding-right: 0 !important;
}

.pt-2 {
  padding-top: 2px !important;
}

#agenda {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#agenda i {
  margin-right: 10px;
}


.date-div {
  background-color: var(--primary-color);
  display: inline-block;
  text-shadow: none;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 20px;
  color: white;
}

.icon-block {
  margin-left: -200px;
}

.banner-intro {
  padding-top: 30px;
  padding-bottom: 30px;
}

section.banner {
  position: relative;
}


.banner .btn-round {
  position: relative;
}


li{
  list-style-type: none;
  padding: 0;          
  margin-bottom: 3px; 
}
ul{
  margin-top: -10px;
}
@media (max-width: 1299px) {
  section.banner::after {
    content: none;
  } 
}


@media (max-width: 991px) {
  .icon-block {
    display: none;
  } 

  .banner .btn-round::before {
    content: none;
  }
}

header .brand img {
  width: 200px;
}

header .brand a {
  text-decoration: none;
}

header nav {
  display: flex !important;
  justify-content: space-between !important;
}

header nav ul {
  margin-bottom: 0;
  margin-top: 3px;
}

header {
  z-index: 99999;
  width: 100%;
  position: fixed;
}


header nav ul {
  display: flex;
}

header nav ul a {
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
  color: white;
}
header nav ul a:focus, header nav ul a:hover {
  color: white;
}
.banner-row {
    display: flex;
    justify-content: space-between;  
    align-items: center;              
    margin-top: 20px;                
    max-width: 770px;
    margin-left: 262px;
}



/* Estilo del header al hacer scroll */
.header-scrolled {
  background: #292458;
  /* background: linear-gradient(21deg, rgba(33,40,42,1) 0%, rgba(69,177,206,1) 50%, rgba(237,125,49,1) 100%); */
  -webkit-box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
  -moz-box-shadow: 1px 1px 14px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    
}

section.banner .container .col-4 img {
  margin-top: -250px;
}

.stats-banner {
  position: relative;
  top: -60px;             
  margin-bottom: -40px; 
background: linear-gradient(
  to bottom,
  var(--primary-color) 0%,
  var(--primary-color) 70%,
  var(--secondary-color) 100%
);

  padding: 10px 0;        /* MÁS BAJO */
  color: white;
  text-align: center;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 750px;     
  margin: 0 auto; 
      border-radius: 20px;
    height: 130px;
}

.stats-container {
  max-width: 600px;       /* <-- AQUÍ LIMITAMOS EL ANCHO */
  margin: 0 auto;       
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1 1 80px;
  min-width: 80px;
}

.stat-number {
  font-size: 1.8rem;   /* REDUCIDO */
  font-weight: bold;
  color: var(--secondary-color);
}

section.dark {
  background-color: var(--tertiary-color);
   background: linear-gradient(160deg, #20305e 50%, #0A627C 100%);
  color: white;
  border-top: 4px solid white;
}

.funding-block h3 {
  font-weight: normal;
  line-height: 40px;
}

.funding-block h3 strong {
  font-size: 35px;
}

#section-summit {
  background-color: var(--secondary-color); 
}


#section-special-session {
  background-color: #36667F; 
}

#section-hackathon {
  background-color: var(--primary-color); 
}

#section-hackathon .btn-primary {
  background-color: var(--secondary-color);
  -webkit-box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
}

.block-date-location {
  border: 3px solid white;
  padding: 20px 8px 10px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}



.block-date,
.block-location {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.block-date:before {
  content: "";
  position: absolute;
  padding: 3px;
  width: 30px;
  height: 30px;
  left: 0px;
  background-image: url('../images/icons/icon-calendar.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.block-location:before {
  content: "";
  position: absolute;
  padding: 3px;
  width: 30px;
  height: 30px;
  left: 0px;
  background-image: url('../images/icons/icon-map.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

footer a:focus {
  color: var(--p-color);
}

#showCookiesModalButton:hover {
  cursor: pointer;
}


.modal.fade.show {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.banner .btn-light,
.banner .btn-light:hover {
  color: white;
  border-radius: 0;
  font-size: 23px;
  position: relative;
  padding-left: 50px;
  background-color: var(--secondary-color);
  line-height: 32px;
  font-weight: bold;
  margin-top: -12px;
  border-radius: 3px;
  border: 0;
  margin-left: 20px;
  padding-right: 20px;
}

.banner .btn-light:before {
  content: "";
  position: absolute;
  padding: 6px;
  width: 27px;
  height: 27px;
  left: 10px;
  background-image: url('../images/icons/icon-download.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.text-dark {
  color: var(--p-color);
}

#section-hackathon p {
  font-size: 20px;
}

.p-list {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-list:before {
  content: "";
  position: absolute;
  border: 2px solid white;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 0px;
  top: 10px;
}

.section-light h2 span {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--p-color) !important;
  font-family: Arial !important;
}

.speaker-item {
  color: var(--p-color);
  position: relative;  
  box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
  border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding-bottom: 20px;
    margin-bottom: 25px;
       min-height: 395px;
}

.speaker-item p {
  font-size: 18px !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.speaker-item img {
  margin-bottom: 15px;
}

.speaker-item span {
  border-radius: 4px;
  display: inline-block;
  width: auto;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding: 2px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.speaker-item span.summit {
  background-color: var(--secondary-color);
}

.speaker-item span.special-session {
  background-color: #36667F;
}

.speaker-item span.hackathon {
  background-color: var(--primary-color);
}

@media (max-width: 1199px) {
  section.banner .row > div {
    width: 100%;
  }

  section.banner .row > div:nth-child(1) {
    order: 2;
  }

  section.banner .container .col-4 img {
    margin-top: 30px;
  }

  section.banner img {
    max-width: 150px;
  }

  .funding-block br {
    display: none;
  }
  header nav div {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  header .container {
    width: 100%;
    max-width: 100%;
  }

  .container .row > div {
    max-width: 100%;
    width: 100%;
  }
  .logos-section .container .row > div {
    max-width: 50% !important;
    width: 50% !important;
  }

  #section-summit .col-3 {
    max-width: 50%;
    width: 50%;
  }
  .date-banner {
    margin-right: 0px;
  }
}

@media (max-width: 980px) { 
  .header-scrolled img {
    display: none;
  }



  header nav ul {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 661px) {
  #section-summit .col-3 {
    max-width: 100%;
    width: 100%;
  }
}


@media (max-width: 520px) {

  .banner h1 {
    font-size: 60px !important;
  }
  .banner h1 .transparent {
    font-size: 90px !important;
    margin-top: 20px;
  }

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

  header nav ul {
    align-items: center;
  }

  header nav ul a {
    margin: 10px;
    display: flex;
    justify-content: center;
  }

  h4 {
    font-size: 24px;
  }
  .logos-section .container .row > div {
    max-width: 100% !important;
    width: 100% !important;
  }
  .banner-row {
    display: block;
  }
  .logos-row {
    row-gap: 0px;
  }
  .funding-text {
    max-width: 100% !important;
}
}

@media (max-width: 400px) {
  .date-banner {
    font-size: 17px !important;
  }
}
@media (max-width: 549px) {
  header nav ul {
    flex-wrap: wrap;
  }

  header nav ul li {
    width: 50%;
  }

  section.banner {
    padding-top: 230px;
  }
}

.col.position-relative {
  display: flex;
  align-items: center; /* alinea verticalmente */
  gap: 1rem; /* espacio entre menú y botón */
}

.col.position-relative ul {
  display: flex;
  gap: 1rem; /* espacio entre enlaces */
  list-style: none;
  margin: 0;
  padding: 0;
}

.pitch-text li {
  list-style-type: circle !important;
  font-size: 19px !important;
}

.img-footer {
  padding: 10px;
  margin-right: 15px;
}

.img-footer-jcyl {
      width: 220px;
      margin-bottom: 15px;
}

/* Data experience */
.data-experience {
  position: relative;
  right: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(160deg, #20305e 50%, #0A627C 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  background-blend-mode: overlay;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.data-experience p{
  color: white !important;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    height: 60px;         /* todas las imágenes iguales */
    width: auto;
    object-fit: contain;
    margin-bottom: 8px;
}

.feature-box p {
    margin-top: 15px;
    line-height: 1.25;
    max-width: 200px;
}



/* Título */
.event-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-title span {
    color: #18c3c9; /* azul turquesa */
}

/* Listas */
.event-list {
    list-style: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto; 
    max-width: 430px;
    margin-top: 30px;
}

.event-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    line-height: 1.4;
    font-size: 16px;
}

/* Bullet personalizado */
.bullets-row {
    max-width: 1000px;  /* ajusta la distancia entre columnas */
    margin: 0 auto;    /* centra el conjunto */
}


.event-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #18c3c9; /* CÍRCULO SIN RELLENO */
    background: transparent;
}
.style-intro{
  font-style: italic;
  font-family: 'Playfair Display', serif ;
  font-size: 18px;
  font-weight: 700;
}
/* Textos inferiores */
.event-target {
    margin-top: 40px;
    font-size: 18px;
}

.event-areas {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
}
.mid-dot {
    display: inline-block;
    width: 5px;        /* tamaño del círculo */
    height: 5px;
    border-radius: 50%;
    background-color: #0bb5d4; /* azul/turquesa */
    margin: 0 10px;     /* espacio entre palabras */
    vertical-align: middle; /* alinea con el texto */
}



/* schedule */
.table-schedule .item {
  margin-bottom: 7px;
}

.table-schedule .header {
  padding: 10px;
  background-color: var(--tertiary-color);
  border: 1px solid #fff;
  pointer-events: none;
}

.table-schedule .row {
  margin: 0;
}

.table-schedule .item .content {
  padding: 10px;
  background-color: #f8f8f8;
}

.table-schedule .item.cat-rest .content {
  border-left: 5px solid var(--primary-color);
}

.table-schedule .item.cat-rest .thematic span {
  padding-left: 10px;
  line-height: 18px;
  font-weight: bold;
}

.table-schedule .item .thematic > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-schedule .item .thematic .title {
  font-weight: bold;
}

.table-schedule .item .hours {
  border-right: 2px solid #e0e0e0;
}

.table-schedule .hours {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.table-schedule .header div {
    color: #fff;
    font-weight: bold;
}

.table-schedule .cat-rest img {
    max-width: 30px;
}

.table-schedule .header {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .table-schedule .item .header {
        margin-bottom: 2px;
    }
}
.nav-tabs {
  border: none !important;
}

#programmeTabs .nav-link {
    background-color: var(--tertiary-color);
    color: white;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#programmeTabs .nav-link.active {
    background-color: var(--primary-color);
}

#programmeTabs li {
    width: 33%;
    padding: 5px;
}

#programmeTabs button {
    width: 100%;
    border-radius: 0;
    border: 0;
}

#programmeTabs button:hover {
    cursor: pointer !important;
}


#programmeTabsContent {
    padding: 15px;
}


.table-schedule .speaker {
    margin-bottom: 10px;
    width: 100%;
    justify-content: flex-start;
}

.table-schedule .speaker p {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 15px;
}

.table-schedule .speaker img {
    max-width: 100px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.table-schedule .title_speaker {
    text-align: left;
    font-weight: bold;
}

.table-schedule .location {
    font-size: 13px;
    padding: 10px;
    margin-top: 20px !important;
    background: #8080801f;
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 10px;
}
.place-icon{
   width: 17px;
   margin-bottom: 4px !important;
}


/* footer */

section.prefooter {
  border-top: 4px solid;
  text-align: center;
}

section.prefooter img {
  max-width: 900px;
}

section.contact p {
  text-align: left;
}

section.contact .logos {
  max-width: 200px;
  width: 100%;
  margin: auto;
}

section.contact .ice {
  max-width: 350px;
}

section.contact .redei {
  width: 200px;
  max-width: 100%;
  height: initial;
}

section.banner img {

  max-width: 200px;
  width: 100%;
}

.logos-row {
    justify-content: space-between;
}

.logo-block img.img-footer {
    max-height: 70px;
    width: auto;
    margin-bottom: 15px;
}

.logo-block {
    text-align: center;
}

.footer-media img {
  width: 30px;
  height: 25px;
  margin: 0 10px;
  transition: 0.3s ease;
}

.footer-media img:hover {
    transform: scale(1.1);
}

.footer-icons img{
  filter: brightness(0) invert(1);
  width: 200px;
  margin-right: 15px;
  padding: 20px;
}



@media (max-width: 1199px) {

    .intro h3 br {
        display: none;
    }

    .more-info-block p {
        text-align: left;
    }

    .speakers-block .col-3 {
        width: 33%;
    }
}


@media (max-width: 991px) {
    .banner h1 {
        font-size: 85px;
    }

    .banner-intro {
        padding-top: 10px;
    }

    .banner h2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .border-info {
        margin-top: 30px;
    }

    .border-info::before {
        content: none;
    }
    .header-item{
      display: none;
    }
    .container .row > div.col-2 {
        flex: 0 0 auto !important;
        background-color: var(--tertiary-color);
        color: white;
    }

    .container .row > div.col-10 {
        flex: 0 0 auto !important;
        width: 85% !important;
    }

    .block-dates {
        margin-top: 30px;
    }

    .pitch-date .btn {
        margin: auto !important;
        margin-top: 30px !important;
    }

    .speakers-block .col-3 {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .speakers-block {
        justify-content: center !important;
    }

    .speakers-block .col-3 {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .speakers-block .speaker-item {
        max-width: 400px;
    }
}

@media (max-width: 668px) {
  .stat-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .stats-banner{
    border-radius: 0px;
    height: 140px;
  }
}

@media (max-width: 520px) {
  .stats-banner{
    height: 220px;
  }
  .stats-container {
    gap: 0;
    flex-wrap: wrap;
  }
  .stat-box {
    flex: 1 1 50%;
    min-width: 50%;
    width: 50% !important;
    border-right: 0px solid;
  }
}


#header {
    width: 100%;
    z-index: 1000;
}
.nav-link, .nav-link:focus, .nav-link:hover {
      font-weight: bold;
    text-decoration: none;
    margin-left: 20px;
    color: white;
}

.navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 15px;
}

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

@media (max-width: 992px) {
  #mainMenu {
    padding: 15px 0;
    background-color: var(--tertiary-color);
  }

  .navbar-nav .nav-link {
    padding: 10px 20px;
    text-align: center;
  }
  .speakers-block .speaker-container {
    width: 33% !important;
  }
}

@media (max-width: 580px) {
  .speakers-block .speaker-container {
    width: 50% !important;
  }
  .table-schedule .speaker {
    display: inline-block !important;
  }
  .table-schedule .speaker div{
    display: inline-block !important;
    text-align: center !important;
  }
  .table-schedule .speaker p{
    text-align: center !important;
  }

}
@media (max-width: 440px) {
  .speakers-block .speaker-container {
    width: 100% !important;
  }
  .speakers-block .speaker-item {
    min-height: auto !important;
  }
}

.speakers-block .speaker-container {
    width: 20%;
}
.speaker-item p {
    font-size: 16px !important;
}

.speaker-item p:last-child {
    font-size: 15px !important;
}