html, body {
    overflow-x: hidden;
    font-family: 'IBM Plex Sans', sans-serif !important;
}

header {
    font-family: 'IBM Plex Sans', sans-serif !important;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
}

.logo {
    max-height: 80px;
}
@media (max-width: 768px) {
    .logo {
        display: block;
        margin: 0 auto;
    }
}


.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color:  #00c4de !important;
    font-weight: 300 !important;
}

.navbar-nav .nav-link {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding-top: 1rem;
/*    padding-left: 0.5rem;
    padding-right: 0.25rem;*/
    margin: 0;
    font-size: 1.5rem;
}

.navbar-nav .nav-item {
    margin-right: 1.5rem !important;
}

/* ===== PRIMERA SECCIÓN ===== */
.seccion-inicio .row {
  height: 100%;
  min-height: 100%;
}

.titulo-info {
  font-size: 1.7rem;
  color: #004B57;
  font-weight: 900;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.bloque-info {
  background-color: #00C4DE;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.columna-texto {
  /*padding-top: 3.5rem;*/
  padding-bottom: 2rem;
/*  padding-left: 6rem;*/
}
.subtitulo-evento {
  max-width: 710px;
  line-height: 1.5;
}


@media (max-width: 991.98px) {
  .columna-texto {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    align-items: center;
  }

  .bloque-info {
    margin-left: auto;
    margin-right: auto;
  }
}

 /* Imagen */
.seccion-inicio {
  background-color: #D5FAFC;
  min-height: 600px;
  height: 100%;
}

.seccion-inicio > .container {
  height: 100%;
}

.columna-imagen {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: 100%;
}


.img-evento {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991.98px) {
  .columna-imagen {
    justify-content: center;
    margin-top: 2rem;
   .img-evento {
    width: 80%;
    height: auto;
    max-width: 400px;
  }
  }
  
  @media (max-width: 767.98px) {
  .img-evento {
    width: 60%;
    height: auto;
    max-width: 300px;
  }
}


  .img-evento {
    max-width: 100%;
    height: auto;
  }
}

/* ===== FORMULARIO ===== */

.form-section {
  background-color: #004B570D;
}

/* Etiquetas */
.form-section .form-label {
  color: #004B57 !important;
  font-weight: bold !important;
}

/* Campos de texto y select */
.form-section .form-control,
.form-section .form-select {
  border: 1.5px solid black !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  padding: 0.75rem 1rem !important;
  color: #004B57 !important;
}

.form-section .row > .col-md-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Checkboxes */
.form-section .form-check-input {
  width: 1.2em !important;
  height: 1.2em !important;
  margin-right: 0.5rem !important;
  border-radius: 0 !important;
  border: 1px solid black !important;
  align-self: flex-start;
  min-width: 1.2em;
  min-height: 1.2em;
  margin-top: 0.35em;
  flex-shrink: 0;
}

/* Texto de los checkboxes */
.form-section .form-check-label {
  color: #004B57 !important;
  font-size: 1rem !important;
  flex: 1 1 auto;
  min-width: 0;
}

/* Botón de envío */
.form-section #submitBtn {
  background-color: #33e695 !important;
  color: #ffffff !important;
  font-size: 2rem !important;
  line-height: 0.75 !important; 
/*  font-weight: bold !important;*/
  padding: 0.75rem 2.5rem !important;
  border: none !important;
  border-radius: 6px !important;
  transition: background-color 0.3s ease !important;
   white-space: nowrap;
}

.form-section #submitBtn:hover {
  background-color: #28cc80 !important;
}

/* Enlaces dentro del formulario */
.form-section a {
  color: #004B57 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
@media (max-width: 992px) {
  .form-section #submitBtn {
    font-size: 1.2rem !important;
    max-width: 320px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .form-section #submitBtn {
    font-size: 1.5rem !important;
    padding: 0.5rem 1.5rem !important;
    margin: 1rem auto 0 auto;
    display: block;
    width: 100%;
    max-width: 280px;
  }

  .form-section .row.align-items-center.mt-4.text-center.text-md-start {
    text-align: center !important;
  }
}

/* ===== AGENDA ===== */
.agenda-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.agenda-list > li {
  margin-bottom: 0.6rem;  
  color: white;
  line-height: 1.25;      
}

.sublista {
  list-style-type: disc;
  padding-left: 2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.6rem;  
}

.sublista li {
  color: #00C4DE;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  line-height: 1.2;
  list-style-position: inside;  
  text-indent: 1.5rem;
}
@media (max-width: 1200px) {
  .agenda-list > li,
  .sublista li {
    white-space: normal;
    list-style-position: outside;
    text-indent: 0;
    padding-left: 1.5rem;
  }

  .agenda-list {
    padding-left: 1rem;
  }

  .agenda-list .no-bullet {
    margin-left: 0;
  }

  .separador {
    margin-left: 0;
  }
}

.separador {
  list-style: none;
  font-size: 1.5rem;
  color: white;
  margin-left: -1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.agenda-list .no-bullet {
  list-style-type: none;
  margin-left: -1.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

/* ===== PONENTES ===== */
/* Imagen */
.img-ponente {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Nombre */
.nombre-ponente {
  font-weight: bold;
  color: #004B57;
  font-size: 1.5rem;
}

/* Cargo */
.cargo-ponente {
  color: #00C4DE;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* Footer */
footer {
    background-color: #004B57;
    color: white;
}