* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 60px;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #f4f4f4;
}

.logo-sup {
  max-width: 180px;
}

@media (max-width: 767.98px) {
  body {
    padding-top: 90px;
    font-family: "Source Sans Pro", sans-serif;
    background-color: #f4f4f4;

    .logo-sup {
      max-width: 150px;
    }
  }
}

.container {
  display: flex;
  justify-content: space-between;
  /* Espacio entre los divs */
  width: 95%;
  margin: 30px auto 15px auto;
}

.box {
  padding: 20px;
  text-align: center;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* margin-left: 10px; */
  margin-right: 10px;
}

.box-vacio {
  padding: 20px;
  text-align: center;
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
}

/* Estilos para los divs */
.one {
  background-color: #bcdaf6;
  color: rgb(56, 55, 55);
  width: 67%;
}

.three {
  background-color: #003366;
  color: rgb(255, 255, 255);
  width: 50%;
}

.fourth {
  background-color: #bcdaf6;
  color: rgb(56, 55, 55);
  width: 50%;
}

.two {
  background-color: #003366;
  color: white;
  width: 33%;
}

.bg-azul {
  background-color: #003366;
  color: white;
}

/* Hacer que los divs se apilen en pantallas pequeñas */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .box-vacio {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .divImagen {
    display: none;
  }
}

.botones-login {
  margin-top: 5px;
  margin-bottom: 5px;
  width: -webkit-fill-available;
}

.titulo {
  margin: 10px;
  margin-top: 15px;
  font-weight: 800;
  font-size: larger;
}

.logo {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.titulo-three {
  background-color: #3e6285;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-weight: 700;
  font-size: larger;
}

.titulo-one {
  /* background-color: #85bcf3; */
  border-radius: 10px;
  padding: 5px;
  font-weight: 700;
  font-size: larger;
  /* color: midnightblue; */
}

.titulo-two {
  /* background-color: #85bcf3; */
  border-radius: 10px;
  padding: 5px;
  font-weight: 700;
  font-size: larger;
  /* color: midnightblue; */
}

.parrafo-three {
  margin-top: 15px;
  margin-bottom: 15px;
}

.botones-links {
  width: -webkit-fill-available;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container2 {
  width: 90%;
  margin: auto;
}

.instituciones {
  background-color: rgb(203, 203, 203);
  width: 99%;
  padding: 15px;
  border-radius: 10px;
  margin: 5px;
  margin-top: 20px;
  color: white;
  text-align: center;
}

.titulo-four {
  /*  background-color: #cecece; */
  border-radius: 10px;
  padding: 5px;
  font-weight: 700;
  font-size: larger;
  color: midnightblue;
}

.logos {
  background-color: white;
  border-radius: 10px;
  padding: 5px;
  max-width: 100px;
  max-height: 100px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  align-content: center;
}

.logos-inst {
  border-radius: 10px;
  padding: 5px;
  max-width: 80px;
  max-height: 80px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  /* align-content: center; */
}

.btn-info2 {
  background-color: rgb(182, 183, 182);
  border-radius: 5px;
  text-decoration: none;
}

.password-strength {
  height: 10px;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 5px;
}

.password-strength-bar {
  height: 100%;
  width: 0%;
  background-color: red;
  border-radius: 5px;
  transition: width 0.3s;
}

.password-strength-text {
  font-size: small;
  margin-top: 5px;
}

.navbar-brand {
  padding-right: 15px;
  padding-left: 15px;
  /*   border-radius: 5px; */
}

.nav-item .nav-link.active {
  color: #8e8e8e;
  /* color: #212529; */
  /* background-color: #87b9ea; */
  font-weight: 600;
  border-width: 1px;
  border-color: #d2cccc;
  /* border-style: solid; */
}

.navbar-toggler-icon {
  color: #f4f4f4;
}

.nav-link {
  color: #ffffff;
}

.nav-link:hover {
  color: #ffffff;
  border-color: #d2cccc;
  /* border-style: solid; */
  border-width: 1px;
}

.nav-item dropdown {
  color: #f4f4f4;
}

.box-menu-l {
  padding: 10px;
  text-align: left;
  border-width: 1px;
  border-color: #000;
  background-color: white;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* margin-left: 10px;
  margin-right: 10px; */
}

.titulo_peq {
  font-size: small;
  font-weight: 800;
}

.box-menu-f {
  text-align: center;
  border-width: 1px;
  border-color: #000;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* margin-left: 10px;
  margin-right: 10px; */
}

.box-menu-ef {
  text-align: center;
  border-width: 1px;
  background-color: #003366;
  color: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* margin-left: 10px;
  margin-right: 10px; */
}

.box-menu-c {
  padding-left: 0px;
  text-align: center;
  background-color: #ffffff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* margin-left: 10px;
  margin-right: 10px; */
}

.instit {
  padding: 0px;
  text-align: center;
}

.hotel {
  font-size: larger;
}

.cronometro {
  font-weight: 700;
  font-size: large;
  font-family: unset;
}

.noticias-anio {
  font-weight: 700;
  text-align: start;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.datos-indicador {
  font-size: large;
  font-weight: 700;
  padding: 0px;
  margin: 2px;
  text-align: center;
}

.datos-positivos {
  background-color: rgb(1, 149, 1);
  border-radius: 8px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.datos-negativos {
  background-color: rgb(225, 24, 24);
  border-radius: 8px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.datos-neutro {
  background-color: #0852c2;
  border-radius: 8px;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
}

.titulo-indicador {
  font-size: medium;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.datos {
  padding: 10px;
}

.noticias {
  margin-left: 15px;
}

.modal-header {
  background-color: #003366;
  color: white;
}

.credits {
  padding: 20px;
  background-color: #fdfdfd;
  border-radius: 12px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.credits p {
  margin-bottom: 1.2em;
  text-align: justify;
}

.credits strong {
  display: block;
  font-size: 1.2em;
  color: #005b8f;
  margin-bottom: 20px;
  text-align: center;
}

.credits em {
  font-style: italic;
}

.scrollable-panel {
  max-height: 100vh;
  /* ocupa la altura de la ventana visible */
  overflow-y: auto;
  /* permite desplazamiento vertical */
}

.link-contra {
  text-decoration: none;
}

.mensaje {
  padding: 10px;
}

.idioma {
  color: white;
  font-weight: 700;
  padding-right: 10px;
}

.select-idioma {
  padding: 0.2rem 1.25rem 0.2rem 0.5rem;
}

.is-invalid {
  /* font-size: small; */
  color: red;
}

.etiqueta {
  font-weight: 600;
  padding-right: 10px;
}

.etiqueta-control {
  font-weight: bold;
  align-self: anchor-center;
  padding-right: 10px;
}

.form-control-static {
  margin-bottom: 5px;
}

.error {
  font-size: small;
  color: red;
}

.titulo-actividad {
  font-size: large;
  padding: 10px;
  font-weight: 800;
}


.titulo_grupo {
  background-color: lightgray;
  font-weight: 800;
}

.nav-tabs-custom {
  border-bottom: 2px solid #dee2e6;
}

.nav-tabs-custom .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #495057;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  transition:
    border-color 0.3s,
    color 0.3s;
}

.nav-tabs-custom .nav-link.active {
  border-bottom-color: #0d6efd;
  color: #0d6efd;
  background-color: #f8f9fa;
}

.tab-content-custom {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.act-detalle {
  color: #495057;
  font-size: small;
  font-weight: normal;
}

.act-comprado {
  background-color: lightgray;
}

.row {
  --bs-gutter-x: 0rem;
}

.descripcion {
  color: #495057;
}

.traffic-bar {
  display: flex;
  width: 100%;
  max-width: 800px;
  height: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.traffic-bar .segment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-weight: 600;
  /* por defecto partes iguales: */
  flex: 1 1 0;
}

.traffic-bar .red {
  background: #e74c3c;
  color: #fff;
}

.traffic-bar .yellow {
  background: #f1c40f;
  color: #111;
}

.traffic-bar .green {
  background: #2ecc71;
  color: #fff;
}

.toast-success {
  border-left: 5px solid #198754;
  background: #EAF7EE;
}

.toast-success .toast-header {
  background: #D4EDDA;
  color: #155724;
}

.toast-warning {
  border-left: 5px solid #F0AD00;
  background: #FFF8E6;
}

.toast-warning .toast-header {
  background: #FFE8A1;
  color: #856404;
}

.toast-danger {
  border-left: 5px solid #E30613;
  background: #FDECEC;
}

.toast-danger .toast-header {
  background: #F8D7DA;
  color: #8B1E26;
}


.icono_mediano {
  font-size: xx-large;
}

.links-detalle {
  color: white;
  font-weight: 400;
  padding-right: 10px;
  text-decoration: none;
}

.links-detalle:hover {
  color: darkgray;
}

.datos-inicio {
  font-size: xx-large;
  font-weight: 800;
  margin-bottom: 5px;
}

.crm {
  background-color: white;
  border-color: #a3a1a1;
  border-style: solid;
  border-radius: 10px;
  padding: 2px;
  margin: 2px;
  height: 98%;
}

.pestanas {
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-tabs-custom .nav-link.active {
  border-bottom-color: #ababab;
  color: #ffffff;
  background-color: #919191;
}

.btn-activo {
  background-color: rgb(148, 255, 180);
  border-radius: 5px;
  text-decoration: none;
}

.btn-demo {
  background-color: rgb(217, 169, 223);
  border-radius: 5px;
  text-decoration: none;
}

.btn-pendiente {
  background-color: rgb(255, 202, 87);
  border-radius: 5px;
  text-decoration: none;
}

.btn-cambio {
  background-color: rgb(90, 172, 249);
  border-radius: 5px;
  text-decoration: none;
}

.btn-finalizado {
  background-color: rgb(159, 159, 159);
  border-radius: 5px;
  text-decoration: none;
}

.link-usr {
  color: #343434;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.link-usr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #0d6efd;
  transition: width 0.3s ease;
}

.link-usr:hover {
  color: #0d6efd;
}

.link-usr:hover::after {
  width: 100%;
}

.texto-detalle {
  font-size: 0.8rem;
  color: #555;
  font-weight: 400;

  display: block;
  text-align: left;
  line-height: 1.2;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.totales {
  font-weight: 800;
  font-size: larger;
  padding: 10px;
  border-radius: 10px;
}

.totales-falta {
  color: red;
  background-color: #faa3a3;
}

.totales-ok {
  color: rgb(3, 106, 23);
  background-color: #a4faa3;
}


.instructor {
  margin-bottom: 0.5rem;
}













/* =========================================================
   PANEL LATERAL
   ========================================================= */




/* Tarjeta principal */

.panel-lateral {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}


/* Cada bloque */

.panel-seccion {
  padding: 14px 16px;
  border-bottom: 1px solid #eeeeee;
}

.panel-seccion:last-child {
  border-bottom: none;
}


/* =========================================================
   INSTITUCIÓN
   ========================================================= */

.panel-identidad {
  background-color: #fafbfc;
}

.institucion-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.institucion-logo {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}


.institucion-datos {
  min-width: 0;
  flex: 1;
}


.institucion {
  font-size: 1.2rem;
  font-weight: 700;
  color: #003366;
  line-height: 1.2;
  margin-bottom: 6px;
}


.usuario {
  font-size: 0.9rem;
  line-height: 1.3;
  color: #555;
}


.etiqueta-usuario {
  color: #777;
  font-weight: 600;
}


/* =========================================================
   GERENCIA
   ========================================================= */

.panel-gerencia {
  background-color: #ffffff;
}


.panel-label {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 7px;

  color: #495057;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}


.panel-label i {
  color: #003366;
}


.panel-gerencia .form-select {
  font-size: 0.88rem;
  border-color: #ced4da;
  min-height: 38px;
}


/* =========================================================
   ACTIVIDAD
   ========================================================= */

.panel-actividad {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  background-color: #f8fafc;
}


.actividad-icono {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #003366;
  color: #ffffff;

  border-radius: 8px;
  font-size: 1rem;
}


.actividad-info {
  min-width: 0;
}


.actividad-titulo {
  color: #212529;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
}


.actividad-periodo {
  color: #6c757d;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 2px;
}


.actividad-instructor {
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;

  font-size: 0.78rem;
  color: #6c757d;
}


.actividad-instructor span {
  display: block;
  margin-bottom: 2px;

  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}


.actividad-instructor strong {
  display: block;
  color: #343a40;
  font-size: 0.85rem;
  line-height: 1.25;
}


/* =========================================================
   HOTEL
   ========================================================= */

.panel-hotel {
  background-color: #ffffff;
}


.hotel-nombre {
  display: block;

  color: #003366;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;

  margin-bottom: 5px;
}


.hotel-nombre:hover {
  color: #0d6efd;
}


.hotel-categoria {
  /* display: flex;
  align-items: center;
  justify-content: space-between;

  padding-top: 8px; */
  /* border-top: 1px solid #eeeeee; */
  text-align: center;
}


.categoria-label {
  font-size: 0.85rem;
  color: #777;
  font-weight: 600;
}


.estrellas {
  font-size: 1.1rem;
  color: #f5a623;
  white-space: nowrap;
  text-align: center;
}


/* =========================================================
   CRONÓMETRO
   ========================================================= */

.panel-cronometro {
  text-align: center;
  background-color: #f8f9fa;
}

.gestion {
  font-size: 1.3rem;

}

.cronometro-titulo {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  gap: 7px;

  color: #495057;

  font-size: 0.78rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.4px;
}


.cronometro-titulo i {
  color: #003366;
}

.cronometro-input {
  display: block;

  width: 100%;

  margin-top: 5px;

  padding: 2px;

  background-color: transparent;
  border: none;

  color: #003366;

  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;

  text-align: center;

  outline: none;
}


/* =========================================================
   NOTICIAS
   ========================================================= */

.panel-noticias {
  padding-bottom: 12px;
}


.titulo-noticias {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #343a40;
  /* font-size: 0.95rem; */
  font-weight: 800;
  margin-bottom: 10px;
}

.titulo-noticias i {
  color: #003366;
}

.noticias {
  margin: 0;
}

.link-noticia {
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
}


.link-noticia:last-child {
  margin-bottom: 0;
}


.noticias-detalle {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 10px;

  margin: 0;

  background-color: #f1f3f5;
  border: 1px solid #e5e7eb;
  border-radius: 7px;

  color: #495057;

  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}


.noticias-detalle i {
  color: #6c757d;
}


.link-noticia:hover .noticias-detalle {
  background-color: #e9f2fb;
  color: #003366;
  transform: translateX(2px);
}


.link-noticia:hover .noticias-detalle i {
  color: #003366;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

  .box-menu-l {
    padding: 5px;
  }

  .panel-lateral {
    border-radius: 10px;
  }

  .panel-seccion {
    padding: 13px 14px;
  }

  .institucion-logo {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }

  .logos-inst {
    max-width: 52px;
    max-height: 52px;
  }

  .actividad-titulo {
    font-size: 0.9rem;
  }

}

.hotel-premio {
  text-align: center;
}





/* =========================================================
   NOTICIA EN MODAL
   ========================================================= */

.noticia-modal {
  max-width: 850px;
  margin: 0 auto;
}


/* Gestión */

.noticia-meta {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 10px;

  color: #6c757d;
  font-size: 0.82rem;
}

.noticia-meta i {
  color: #003366;
}

.noticia-meta strong {
  color: #003366;
  font-weight: 700;
}


/* Título */

.noticia-titulo {
  margin: 0 0 18px 0;

  color: #003366;

  font-size: 1.35rem;
  font-weight: 700;

  line-height: 1.3;

  padding-bottom: 14px;

  border-bottom: 1px solid #e5e7eb;
}


/* Contenido */

.noticia-contenido {
  color: #495057;
  font-size: 1rem;
  line-height: 1.65;
}

.noticia-contenido p {
  margin: 0 0 20px 0;
  text-align: justify;
}


/* Indicadores */

.noticia-indicadores {
  display: flex;
  gap: 12px;

  margin-top: 10px;
}


.indicador {
  flex: 1;

  padding: 12px 15px;

  background-color: #f8f9fa;

  border: 1px solid #e5e7eb;
  border-radius: 8px;

  text-align: center;
}


.indicador-label {
  display: block;

  margin-bottom: 3px;

  color: #6c757d;

  font-size: 0.78rem;
  font-weight: 600;
}


.indicador-valor {
  display: block;

  color: #003366;

  font-size: 1.25rem;
  font-weight: 800;
}


/* Responsive */

@media (max-width: 575.98px) {

  .noticia-titulo {
    font-size: 1.15rem;
  }

  .noticia-contenido {
    font-size: 0.95rem;
  }

  .noticia-indicadores {
    flex-direction: column;
    gap: 8px;
  }

}






/* =========================================================
   EQUIPO - MODAL
   ========================================================= */

.equipo-modal {
  max-width: 900px;
  margin: 0 auto;
}


/* =========================================================
   ENCABEZADO
   ========================================================= */

.equipo-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  padding: 5px 5px 18px 5px;

 /*  border-bottom: 1px solid #e5e7eb; */
}


.equipo-info {
  flex: 1;
  min-width: 0;
}


/* Juego */

.equipo-juego {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  margin-bottom: 16px;
}


.equipo-juego>i {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #003366;
  color: white;

  border-radius: 7px;

  flex-shrink: 0;
}


.equipo-juego span {
  display: block;

  color: #6c757d;

  font-size: 0.85rem;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.4px;

  margin-bottom: 2px;
}


.equipo-juego strong {
  display: block;

  color: #343a40;

  font-size: 1.1rem;
  font-weight: 700;
}


/* Hotel */

/* .equipo-hotel .hotel-categoria {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 0;
  border: none;
}
 */

/* .equipo-hotel .estrellas {
  font-size: 0.9rem;
  color: #f5a623;
}
 */

.categoria-texto {
  color: #6c757d;

  font-size: 0.72rem;
  font-weight: 600;
}



/* =========================================================
   INSIGNIA
   ========================================================= */

.equipo-insignia {
  flex: 0 0 90px;

  width: 90px;
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #f8f9fa;

  border: 1px solid #e5e7eb;
  border-radius: 12px;
}


.equipo-insignia-menu {
  flex: 0;

  max-width: 180px;
  max-height: 180px;
  
  align-items: center;
  justify-content: center;

  background-color: #f8f9fa;

  border: 1px solid #e5e7eb;
  border-radius: 12px;
}


.insignia-equipo {
  display: block;

  max-width: 70px;
  max-height: 70px;

  width: auto;
  height: auto;
}


/* =========================================================
   TÍTULO EQUIPO DIRECTIVO
   ========================================================= */

.equipo-separador {
  display: flex;
  align-items: center;

  margin: 15px 0 15px 0;

  color: #003366;

  font-size: 0.82rem;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 0.6px;
}


.equipo-separador::before,
.equipo-separador::after {
  content: "";

  height: 1px;

  background-color: #dee2e6;

  flex: 1;
}


.equipo-separador span {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 0 15px;
}


.equipo-separador i {
  font-size: 0.85rem;
}


/* =========================================================
   DIRECTIVOS
   ========================================================= */

.directivos-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 10px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

  .equipo-header {
    align-items: flex-start;
    gap: 12px;
  }

  .equipo-insignia {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }

  .insignia-equipo {
    max-width: 55px;
    max-height: 55px;
  }

  .equipo-hotel {
    padding-left: 0;
  }


  .directivos-grid {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 480px) {

  .equipo-header {
    flex-direction: column;
  }

  .equipo-insignia {
    align-self: center;
  }

  .equipo-juego strong {
    font-size: 0.88rem;
  }

}



/* =========================================================
   TARJETA DIRECTIVO
   ========================================================= */

.directivo-card {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 11px 13px;

  background-color: #f8f9fa;

  border: 1px solid #e5e7eb;
  border-radius: 9px;

  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.directivo-card:hover {
  background-color: #f1f6fb;
  border-color: #c9d9e8;
  transform: translateY(-1px);
}


/* Icono */

.directivo-icono {
  flex: 0 0 36px;

  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background-color: #e7f0f8;
  color: #003366;

  font-size: 0.9rem;
}


/* Información */

.directivo-datos {
  flex: 1;
  min-width: 0;
}

.directivo-nombre {
  color: #343a40;

  font-size: 0.9rem;
  font-weight: 800;

  line-height: 1.25;
}

.directivo-cargo {
  color: #6c757d;

  font-size: 0.82rem;
  font-weight: 500;

  line-height: 1.25;

  margin-top: 3px;
}


/* =========================================================
   BOTÓN CERTIFICADO
   ========================================================= */

.directivo-accion {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}


.btn-certificado {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid #c9d9e8;
  border-radius: 7px;

  background-color: #ffffff;
  color: #003366;

  font-size: 0.85rem;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.btn-certificado:hover {
  background-color: #003366;
  border-color: #003366;
  color: #ffffff;

  transform: scale(1.05);
}

.btn-certificado:focus {
  box-shadow: 0 0 0 3px rgba(0, 51, 102, 0.15);
  outline: none;
}

.equipo-hotel {
  text-align: center;
}

.equipo-hotel h3 {
  margin: 0;
  color: #003366;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
}

.equipo-hotel h3 span {
  display: block;
  margin-bottom: 3px;
  color: #6c757d;
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.hotel-categoria {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}

.estrellas {
  /* color: #f5a623;
  font-size: .9rem;
   */line-height: 1;
  white-space: nowrap;
}