@font-face {
    font-family: 'Nexa';
    src: url('../css/Nexa/NexaFreeBoldwebfont.eot');
    src: url('../css/Nexa/NexaFreeBoldwebfont.eot?#iefix') format('embedded-opentype'),
    url('../css/Nexa/NexaFreeBoldwebfont.woff') format('woff'),
    url('../css/Nexa/NexaFreeBoldwebfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Nexa Light */
@font-face {
    font-family: 'Nexa';
    src: url('../css/Nexa/NexaLight.eot');
    src: url('../css/Nexa/NexaLight.eot?#iefix') format('embedded-opentype'),
         url('../css/Nexa/NexaLight.woff2') format('woff2'),
         url('../css/Nexa/NexaLight.woff') format('woff'),
         url('../css/Nexa/NexaLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* ===== Base ===== */
body {
    font-family: 'Nexa', sans-serif;
    background-color: #0c4326 !important;
    background-image: url('../../recursos/images/bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* o contain, según prefieras */
  background-attachment: fixed;
}

h5 {
    font-size: 1.5rem;
}

ul {
    text-align: left;
    padding-left: 40px;
    font-size: 1.3rem;
}

li {
    margin-bottom: 10px;
}

/* ===== Utilidades de Espaciado ===== */
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-50 { padding-top: 50px; }

.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }

.padding-horizontal { padding-left: 10px; padding-right: 10px; }
.padding-horizontal-0 { padding-left: 0; padding-right: 0; }

.padding-row-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-logo-utb {
    padding-top: 50px;
    padding-bottom: 15px;
}

/* ===== Colores ===== */
.color-green { color: #289548 !important; }
.color-white { color: #ffffff !important; }

.bg-color-white {
    background-color: #fff;
    color: #289548;
}

/* ===== Botones ===== */
.btn:hover {
    background-color: #289548;
    color: #e4ce11;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

/* ===== Formularios ===== */
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 5px 1px #dc3545;
}

.was-validated .form-control:valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus {
    box-shadow: 0 0 5px 1px #28a745;
}

/* ===== Tablas ===== */
.table-rounded {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
}

.table-rounded th,
.table-rounded td {
    border: 1px solid #dee2e6;
}

.table-rounded th:first-child,
.table-rounded td:first-child {
    border-left: 0;
}

.table-rounded th:last-child,
.table-rounded td:last-child {
    border-right: 0;
}

.table-rounded thead th:first-child {
    border-top-left-radius: 0.25rem;
}

.table-rounded thead th:last-child {
    border-top-right-radius: 0.25rem;
}

.table-rounded tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

.table-rounded tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

/* ===== Contenedores Personalizados ===== */
.cover-container_mod { max-width: 60em !important; }
.cover-container_mod2 { max-width: 70em !important; }
.cover-container_mod3 { max-width: 50em !important; }
.cover-login { max-width: 40em !important; }

.crystal-card {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    color: #06140f;
}

/* ===== Header con Fondo ===== */
.header-fondo {
    background-image: url('../../../recursos/images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    width: 100%;
    text-align: center;
    background-color: #f5f5f5; /* tu color de fondo base */
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; /* o 'contain', según necesites */
}

/* ===== Logos ===== */
.logo-header {
    max-width: 10%;
    height: auto;
}

.logo-facultad,
.logo-congreso {
    max-width: 80%;
    height: auto;
    object-fit: contain;
    padding-top: 80px;
    padding-bottom: 40px;
}

/* ===== Ejes Temáticos ===== */
.vertical-title {
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    color: #6a1b9a;
    width: auto;
    max-height: 100%;
}

@media (min-width: 992px) and (max-width: 1400px) {
   .col-md-10 {
        max-width: 70%!important;
        padding: 0;
    }
}
/* ===== Media Queries ===== */
@media (min-width: 769px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
    .content-box {
        padding: 40px;
    }
    .ejes-card {
        padding: 2rem;
    }
   
}

@media (max-width: 768px) {
    .vertical-title {
        display: none;
    }

    .vertical-title-mobile {
        display: block;
        width: 80%;
        height: auto;
    }

    .col-md-2,
    .col-md-10 {
        max-width: 100%;
        padding: 0 20px;
    }

    .content-box {
        padding: 20px;
    }
 /*
      .columna {
        border-right: none;
        border-bottom: 2px solid #ccc;
        padding: 0 0 20px;
      }*/

      .columna:last-child {
        border-bottom: none;
      }
      .ejes-header {
        color: #003300!important;
        font-size: 1.4rem!important;
        padding: 10px 20px 0px 20px!important;
        }

        .columna:not(:last-child) {
            border-right: 0px solid #7eb329!important;
        }
    }

    @media (max-width: 480px) {
      .titulo {
        font-size: 20px;
        padding: 12px 16px;
      }

      .columna h3 {
        font-size: 18px;
      }

       .ejes-header {
        background-color: #7FB539;
        color: #003300;
        font-size: 1.30rem;
        font-weight: bold;
        padding: 10px 130px 0px 11px;
        }
    }

/* ===== Otros ===== */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    user-select: none;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1),
    inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.text-bg-dark {
    color: #fff !important;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.menos-margen-abajo-20{
    margin-bottom: -20px;
}

.ejes-container {
    border-top: 0;
    border: none;
    border-radius: 25px;
    padding: 20px;
    background-color: white;


}

.ejes-header {
    background-color: #7FB539;
    color: #003300;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 190px 0px 40px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.ejes-card {
    background-color: white;
    border-radius: 25px;
}

.section-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #003300;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.ejes-list {
    padding-left: 1rem;
    padding-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.0;
    margin-bottom: 0;
}

.tabla-sinfondo{
    background-color: transparent!important;
    border-radius: 12px;
  overflow: hidden;
}

.tabla-sinfondo th,
.tabla-sinfondo td {
  background-color: transparent !important;
}

.table-bordered.tabla-sinfondo,
.table-bordered.tabla-sinfondo th,
.table-bordered.tabla-sinfondo td {
  border: none !important;
  border-style: none;
}

/*.tabla-sinfondo tbody,*/
.tabla-sinfondo td,
.tabla-sinfondo tfoot,
.tabla-sinfondo th,
.tabla-sinfondo thead,
.tabla-sinfondo tr {
  border-style: none !important;
}

.titulo {
      background-color: #91c43d;
      color: white;
      text-align: center;
      padding: 15px 20px;
      font-weight: bold;
      font-size: 24px;
      border-radius: 10px;
      display: inline-block;
      margin: 40px auto 20px;
    }

    .contenedor {
      background-color: #fff;
      color: #025033;
      margin: 0 auto 60px;
      padding: 40px 30px;
      border-radius: 25px;
      max-width: 1300px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
      display: flex;
      flex-direction: row;
      gap: 20px;
    }


    .tbody-fondo {
      background-color: #7eb329;
      color: #025033;
      border-radius: 25px;
    }

    .columna {
      flex: 1;
      padding: 0 20px;
    }

    .columna:not(:last-child) {
      border-right: 5px solid #7eb329;
    }

    .columna h3 {
      color: #025033;
      font-size: 23px;
      margin-bottom: 15px;
    }

    .columna ul {
      padding-left: 20px;
      margin: 0;
    }

    .columna li {
      margin-bottom: 10px;
    }

    .tabla-radius {
      border-collapse: separate; /* IMPORTANTE para que funcione el radius */
      border-spacing: 0;
      overflow: hidden;
    }

    .tabla-radius tr:first-child td:first-child {
      border-top-left-radius: 30px;
    }

    .tabla-radius tr:first-child td:last-child {
      border-top-right-radius: 30px;
    }

    .tabla-radius tr:last-child td:first-child {
      border-bottom-left-radius: 30px;
    }

    .tabla-radius tr:last-child td:last-child {
      border-bottom-right-radius: 30px;
    }

    .tabla-radius thead th {
        color: white;
        vertical-align: middle;
    }

    .row-header{
        font-size: 1.7rem;
    }

    .pricing-note{
        font-size: 0.88rem;
        margin-top: -10px;
    }

    .table>:not(caption)>*>* {
        color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    }

    .tabla-radius tbody{
          margin-top: 25px!important;
        margin-bottom: 25px!important;
    }
    .tabla-radius tbody tr td{
        color: #025033;
        vertical-align: center;
    }
    .tabla-radius tbody tr{
        padding-left: 20px!important;
    }
    .row-content{
        font-size: 20px;
    }

    .tabla-radius tbody tr:first-child td {
      padding-top: 40px;
    }
    .tabla-radius tbody tr:last-child td {
      padding-bottom: 40px;
    }

    .tabla-radius tbody tr td {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .tabla-radius tbody tr:first-child td {
      padding-top: 40px;
    }

    .tabla-radius tbody tr:last-child td {
      padding-bottom: 40px;
    }

    .text-left{
        text-align: left;
        padding-left: 25px!important;
    }

    .max-width-800{
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }


    .max-width-972{
      max-width: 972px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-bottom: 40px;
    }

    .max-width-972 p {
        margin-top: 0;
        margin-bottom: 0.4rem;
    }

    .event-dates {
      font-family: 'Nexa', sans-serif;
      font-weight: 100;
      font-size: 2rem; /* ajusta el tamaño si deseas */
      padding-top: 30px;
      padding-bottom: 15px;
    }

    .texto-datos-eventos{
        font-size: 20px;
    }

.contenedor-imagen-recortada {
  position: absolute;
  top: 10px;
  right: 0; /* se alinea a la derecha */
  width: 200px; /* ancho visible: puedes ajustarlo */
  height: auto; /* o define altura si quieres */
  overflow: hidden; /* importante: oculta lo que sobresale */
  z-index: 10;
}

.contenedor-imagen-recortada img {
  width: 400px; /* el tamaño completo de la imagen */
  height: auto;
  transform: translateX(-50%); /* desplaza la imagen para mostrar solo su mitad izquierda */
}

.contenedor-imagen-derecha {
  position: absolute;
  top: 20%;
  right: 0;
  width: 300px; /* muestra solo esta parte de la imagen */
  height: 300px; /* opcional: puedes fijar height también */
  overflow: hidden;
  z-index: -1000;
}

.imagen-recortada {
  display: block;
  height: auto;
  width: auto;
  max-height: 100%;
  transform: translateX(10%); /* no se mueve, se queda a la izquierda */
}


.imagen-centro-derecha {
  width: 230px;
  overflow: hidden;
  z-index: 10;
}

.imagen-centro-derecha img {
  width: 400px;
  height: auto;
  display: block;
}


.imagen-abajo-izquierda {
  position: absolute;        /* se moverá con el contenido */
  width: 300px;              /* mitad del ancho real de la imagen */
  overflow: hidden;
  z-index: 1000;
  left: 0;
}

.imagen-abajo-izquierda img {
  width: 400px;              /* ancho real de la imagen */
  height: auto;
  display: block;
  transform: translateX(-150px); /* mueve la imagen a la izquierda para mostrar su lado derecho */
}


#enviarBtn {
    background-color: #025033;
    color: #fff;
}

section div p a{
    color: white;
    font-size: 1.4rem;
    text-decoration: none;
    
}

section div p {
    line-height: 0.8;
}

section div p a:hover{
    color: #7eb329;
    font-size: 1.4rem;
    text-decoration: none;
    
}
p>i>.clickable {
      color: blue;
      text-decoration: underline;
      cursor: pointer;
    }


    #info-event .list-group-item:nth-child(odd) {
      /*background-color: #c9e4d5; */
      background-color: transparent; /* Fondo solo para pares */
    }
    #info-event .list-group-item:nth-child(even) {
      /*background-color: #c9e4d5; */
      background-color: transparent; /* Fondo solo para pares */
    }

    #info-event .list-group-item {
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.2rem;  /* Reducir el tamaño del texto de la lista */
      color: #fff; /* Color morado */
    }
    #info-event .list-group-item span {
      color: #fff; 
      font-weight: 1.2rem;
    }

   .texto-pie-info-event{
      font-size: 1.2rem;
      text-align: justify!important;
    }

  #info-event .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}