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


html {
  font-family: Arial, Helvetica, sans-serif;

    --primary-color: #1733CF;
    --secondary-color: #C31332;
    --p-color: #1D1D1B;
    --color-light: #f5f5f5;

  scroll-behavior: smooth !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif !important;
}

h4 {
  font-size: 30px;
}

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

* {
  color: var(--text-color);
}

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

section {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

section.intro-block {
  padding-bottom: 0;
}

section.sponsors-wrap {
  padding-bottom: 5rem;
}

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

.banner h1 span {
  font-weight: 500;
}

.banner * {
  color: white;
}

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

section.banner {
  background-color: var(--secondary-color);
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
}

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

#video-home,
.small-screen-banner img {
    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: multiply;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: unset;
    min-height: 100%;
    background: var(--primary-color);
    background: linear-gradient(21deg, rgba(33,40,42,1) 0%, rgba(69,177,206,1) 50%, rgba(237,125,49,1) 100%);

}

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

.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-primary * {
  color: white !important;
}

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

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

section.banner img {
/*   filter: brightness(0) invert(1); */
  max-width: 200px;
  width: 100%;
}

@media (max-width: 1199px) {
    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"] {
    width: 100%;
    text-align: center;
  }
}

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

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

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

.location-dot-solid-primary:before {
  display: none;
}


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

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

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

section.banner {
  position: relative;
}

li{
  list-style-type: none;
  padding: 0;          
}
ul{
  margin-top: -10px;
}
@media (max-width: 1299px) {
  section.banner::after {
    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;
  top: 0;
}

header img {
  filter: brightness(0) invert(1);
}

header nav ul {
  display: flex;
}

.menu {
  background-color: white;
  padding: 10px 15px;
  border-radius: 30px;
}

header nav ul a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary-color);
}

header nav ul a:focus, header nav ul a:hover {
  color: var(--secondary-color);
}

/* Estilo del header al hacer scroll */
.header-scrolled {
  background: #1733cfe7;
  -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%);
  margin-top: 0;
  margin-left: 0;
}

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

/*----FOOTER-----*/
section.dark {
  background-color: #21282A;
  color: white;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  padding: 50px 0 !important;
}

.funding-block p {
  font-size: 22px;
  line-height: 1.2;
}

.funding-block a {
  color: white;
  font-size: 22px;
}

.funding-block img {
  width: 200px;
  height: auto;
}

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

section.banner {
  padding-top: 7rem;
  padding-bottom: 0rem;
}

.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-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

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

}

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

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

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

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

  header nav ul {
    align-items: center;
    flex-wrap: wrap;
  }

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

  h4 {
    font-size: 24px;
  }  

  header nav ul li {
    width: 100%;
  }

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

  header nav {
    flex-direction: column;
    justify-content: center;
  }

  .col.position-relative ul {
    gap: 0.2rem !important; /* espacio entre enlaces */
  }

  #video-home {
    display: none;
  }
}

@media (max-width: 450px) {
  header .brand img {
    width: 160px;
  }
}

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

.col.position-relative ul {
  display: flex;
  gap: 1.7rem; /* espacio entre enlaces */
  list-style: none;
  margin: 0;
  padding: 0;
}
.pitch-text li {
    list-style-type: circle !important;
    font-size: 19px !important;
}


.org-content-logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-logos {
  display: flex;
}

.logo-org img {
    width: 200px;
    max-width: 180px;
    margin: auto;
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
}

.logo-org.logo-ue {
    min-width: 206px;
    margin-right: 120px;
}

.logo-org.logo-ue img {
    height: 64px;
    min-width: 206px;
}

.logo-org.logo-prtr {
    min-width: 180px;
}

.logo-org.logo-prtr img {
    height: 65px;
}

.logo-gob,
.logo-gob img {
    min-width: 290px;
}

.logo-org.vertical-logo img {
    min-height: 110px;
    width: auto;
}

.list-logos {
    justify-content: space-around;
    max-width: 100%;
}

.thematics > div {
  max-width: 20%;
  text-align: center;
  color: var(--primary-color);
}

.thematics > div img {
  padding-top: 20px;
}

.thematics > div p {
  padding: 10px;
  padding-top: 20px;
}

.dates p {
  margin-bottom: 0;
  font-size: 20px;
}

.dates .date-1,
.dates .date-2 {
     background: linear-gradient(97deg, rgba(195, 19, 50, 0.95) 15%, rgba(23, 51, 207, 0.95) 65%); 
     color: white;
     border: 10px solid white;
     border-radius: 20px;
     padding: 15px;
}

.dates span {
  font-size: 30px;
  font-weight: bold;
}

.dates .date-3 {
 background: linear-gradient(97deg, rgba(195, 19, 50, 0.95) 15%, rgba(23, 51, 207, 0.95) 65%);  
 border: 10px solid white;
 border-radius: 20px;
 padding: 5px;
}

.dates .date-3 div {
  background-color: white;
  border-radius: 7px;
  padding: 15px;
}

.modality {
    display: flex;
    align-content: center;
    height: 100%;
    font-size: 18px;
}

.modality strong {
  color: var(--primary-color);
}

.modality img {
  margin-bottom: 15px;
}

.modality div {
  padding-bottom: 30px;
}

.download-block a {
  position: relative;
  color: var(--secondary-color);
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
}

.download-block a::after {
  content: "";
  position: absolute;
  background-image: url('../images/icons/open.svg');
  width: 20px;
  height: 20px;
  background-size: contain;
  right: -25px;
}

@media (max-width: 1199px) {
 .thematics > div {
    max-width: 33%;
  } 

  .thematics {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .thematics > div {
    max-width: 50%;
  } 


  .dates, .type {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 661px) {
  .thematics > div {
    max-width: 100%;
  } 

  .dates .col-6,
  .type .col-6 {
    width: 100%;
  }

}

del {
  opacity: 0.6;
}