body {
  font-family: 'Poppins', sans-serif;
}

h2, h3, h4, h5, h6 {
  color: #373b78;
}

.hero {
  background: url('/images/fondo-banner.png') center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#menu_2022{
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
  color: white !important;
}

#menu-sobre{
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
  color: white !important;
}

.dropdown-item{
  color:var(--bs-nav-link-color) !important;
}

label[for="edit-articulo-mas-autores"] {
    font-weight: bold;
  }
  
.dropdown-item:hover{
  color: lightgrey !important;
  background-color: transparent;
}

.section {
  padding: 4rem 0;
}

.timeline {
  border-left: 2px solid #0d6efd;
  padding-left: 1rem;
}

.me-5 {
    transition: transform 0.3s ease;
  }

.me-5:hover{
  transform: scale(1.03);
}

.me-3 {
  margin-bottom: 1rem;
}

.cibca2025-logo-main {
  width: 160px;
}

.cibca2025-logo {
  width: 160px;
}

.cibca2025-logo2 {
  width: 280px;
}

.cibca2025-logo3 {
  width: 120px;
}

#comite-cientifico {
  background: url('/images/tx1.png');
}

#cronograma {
  background-image: url('/images/tx1.png');
}

.container-form {
  max-width: 800px;
  background-color: #fff;
}

#ponencias {
  background: url('/images/tx1.png');
}


.logo-cibca {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.img-experto {
  width: 200px;
  margin-top: 15px;
  height: 200px;
}


.texto {
  line-height: 34px;
}

.numero {
  background-color: #ef1a5d;
  color: white;
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  border-radius: 0.25rem;
  line-height: 1;
  padding: 12px;
  margin-right: 11px;
}

.numero sup {
  font-size: 19px;
  vertical-align: top;
  margin-left: 0.1em;
  font-weight: 400;
  top: 10px;
}

.texto .titulo {
  font-size: 26px;
  color: #333;
}

.texto .subtitulo {
  font-size: 32px;
  color: #333;
  font-weight: bold;
}

.texto .subtitulo .azul {
  border-bottom: 0.35rem solid #007bff;
  padding-bottom: 0.05rem;
}

#criterios{
  text-decoration: none;
}

.agenda-block {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 2rem;
}

.card-principal .card-header {
    background-color: #ffe69c;
}

.card-piso .card-header {
    background-color: #68b18f;
    color: #fff;
}

.card-online .card-header {
    background-color: #e97ea0;
    color: #fff;
}

.bg-sala {
    padding: 0.2rem 0.6rem;
    width: fit-content;
    font-size: 0.8rem;
}

@media (max-width: 575.98px) {
  /* Estilos para móviles muy pequeños */
  body {
    font-size: 14px;
  }

  .texto .titulo {
    font-size: 20px;
  }

  .texto .subtitulo {
    font-size: 25px;
  }

  .lead {
    font-size: 1.12rem;
    font-weight: 300;
  }

  .cibca2025-logo {
    width: 133px;
  }
}


    #map {
      height: 400px;
      width: 42%;
    }

    .mapa {
      display: flex;
      margin: 10px auto 10px;
      justify-content: center;
    }

    .info-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 10px;
      gap: 20px;
      margin-bottom: 15px;
    }

    .info-box {
      background: white;
      padding: 15px 25px;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      font-family: Arial, sans-serif;
      text-align: center;
    }

    .info-box h3 {
      margin: 0;
      font-size: 18px;
      color: #333;
    }

    .info-box p {
      margin: 0px 0 0 0;
      font-size: 40px;
      font-weight: bold;
      color: #ef1a5d;
    }

    .lineas-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 columnas iguales */
      gap: 15px;
      margin: 20px auto 0px;
      max-width: 1000px;
    }

    .linea-card {
      display: flex;
      align-items: center;
      background: white;
      padding: 12px 18px;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
      font-family: Arial, sans-serif;
    }

    .linea-card .count {
      font-size: 40px;
      font-weight: bold;
      color: #ef1a5d;
      margin: 0px 15px;
      min-width: 40px;
      text-align: center;
    }

    .linea-card .title {
      font-size: 15px;
      color: #333;
    }

    .linea-card:hover {
      transform: translateY(-5px);
    }

    .carousel-container {
      width: auto;
      /* max-width: 900px; */
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }

    .carousel {
      display: flex;
      transition: transform 1s ease-in-out;
      /* width: 100%; */
    }

    .carousel img {
      width: 10%;
      height: auto;
      flex-shrink: 0;
      object-fit: cover;
    }

