/* --- ELEMENTOS HTML --- */
body {
  font-family: 'Assistant', sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #212121;
  background-color: #F5F4F4;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border-top: 2px solid white;
  opacity: .25;
}

img {
  object-fit: cover;
}

path:hover {
  fill: #B22A33;
}
/* --- ELEMENTOS HTML --- */

/* --- BACKGROUNDS --- */
.bg-arena {
  background-color: #EEE7D7;
}

.bg-arena-200 {
  background-color: #E8DECA;
}

.bg-blanco {
  background-color: #fff !important;
}

.bg-gris {
  background-color: #F5F4F4;
}

.bg-gris-carbon {
  background-color: #212121;
}
/* --- BACKGROUNDS --- */

/* --- TEXTS --- */
.text-arena {
  color: #847960;
}

.text-gris {
  color: #757575;
}

.text-gris-carbon {
  color: #212121 !important;
}

.text-rojo {
  color: #B22A33;
}

.texto-card-club {
  font-family: 'Kanit';
  font-size: 16px;
}

.texto-card-comision {
  font-weight: 400;
  margin: 0px;
  line-height: 1.1rem;
}

.texto-card-detalle-club {
  font-family: 'Kanit';
  font-size: 18px;
}

.texto-card-tribunal {
  font-weight: 400;
  margin: 0px;
  line-height: 1.1rem;
}

/* --- TEXTS --- */

/* --- TITULOS y SUBTITULOS --- */
.subencabezado {
  color: #B22A33;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Kanit';
}

.subtitulo {
  font-size: 18px;
  font-weight: 600;
}

.subtitulo-administracion {
  color: #B22A33;
  font-family: 'Kanit';
  font-weight: 500;
}

.subtitulo-card-comision {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.subtitulo-card-club {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  font-family: 'Kanit';
}

.subtitulo-card-detalle-club {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  font-family: 'Kanit';
}

.subtitulo-card-noticia {
  color: #B22A33;
  font-weight: 500;
}

.subtitulo-card-tribunal {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.subtitulo-detalle-club {
  font-family: 'Kanit';
}

.subtitulo-noticia {
  font-weight: 500;
  font-size: 20px;
}

.subtitulo-recuperar {
  color: #B22A33;
  font-family: 'Kanit';
  font-weight: 500;
}

.subtitulo-registro-club {
  font-family: 'Kanit';
  font-weight: 600;
  color: #B22A33;
}

.subtitulo-perfil {
  font-weight: 500;
  font-family: 'Kanit';
}

.titulo {
  font-family: 'Kanit', sans-serif;
  font-weight: 700;
}

.titulo-administracion {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-card-administracion {
  font-family: 'Kanit';
  font-weight: 500;
  line-height: 1.5rem;
}

.titulo-card-club {
  font-weight: 600;
  color: #B22A33;
  font-family: 'Kanit';
  font-size: 20px !important;
}

.titulo-card-comision {
  font-weight: 500;
  color: #B22A33;
}

.titulo-card-detalle-club {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-card-menores-a-cargo {
  font-weight: 500;
  font-family: "Kanit";
}

.titulo-card-noticia {
  font-family: 'Kanit';
  font-weight: 500;
  font-size: 20px;
}

.titulo-card-tribunal {
  font-weight: 500;
  color: #B22A33;
}

.titulo-clubes {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-comision {
  font-weight: 600;
  color: white;
  font-family: 'Kanit';
}

.titulo-footer {
  font-family: 'Kanit';
  font-weight: 600;
  text-transform: uppercase;
}

.titulo-menores-a-cargo {
  font-weight: 600;
  color: white;
  font-family: 'Kanit';
}

.titulo-modal {
  font-family: 'Kanit';
  font-weight: 700;
  font-size:  28px;
  text-align: center;
}

.titulo-noticia {
  font-family: 'Kanit';
  font-weight: 600;
}

.titulo-pantalla-error {
  font-weight: 600;
  font-family: 'Kanit';
  font-size: 82px;
}

.titulo-perfil {
  font-weight: 600;
  font-family: 'Kanit';
  color: #B22A33;
}

.titulo-politicas {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-portada {
  font-size: 28px;
  line-height: 1;
}

.titulo-recuperar {
    font-weight: 600;
    font-family: 'Kanit';
}

.titulo-reglamentos {
    font-weight: 600;
    font-family: 'Kanit';
}

.titulo-restablecer {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-terminos {
  font-weight: 600;
  font-family: 'Kanit';
}

.titulo-tribunal {
  font-weight: 600;
  color: white;
  font-family: 'Kanit';
  
}
/* --- TITULOS y SUBTITULOS --- */

/* --- UI CONTROLS: Alert, Links, Navbar, Tabs, Progress. Table, Thumbnails  --- */
.alert p {
  font-size: 14px;
  font-weight: 600;
}

.input-editable {
  position: relative;
}

.input-editable .form-control {
  padding-right: 45px;
}

.input-buscador,
.buscador button {
  border-radius: 50px;
  background-color: #F5F4F4;
  border: none;
}

.link {
  color: #B22A33;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #831D24;
}

.link-footer{
  color: #212121;
  text-decoration: none;
}

.link-footer:hover{
  color: #B22A33;
}

.link-detalle-club{
  color: #B22A33;
  text-decoration: none;
}

.link-detalle-club:hover{
  text-decoration: underline;
}

.link-detalle-club .icono-svg{
  margin-right: 10px;
  margin-bottom: 5px;
  fill: #B22A33;
}

.link-footer:hover{
  color: #B22A33;
}

.navbar {
  --bs-navbar-toggler-focus-width: 0px;
}

.nav-underline .nav-link {
  color: white;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  font-size: 14px;
}

.nav-underline .nav-link.active {
  color: white;
  border: none;
  font-weight: 600;
  background-color: transparent;
  line-height: 1;
  border-bottom: 5px solid #B22A33;
}

.progress {
  height: 5px;
  background-color: #D6D6D6;
}

.progress-bar {
  background-color: #B22A33;
}

.tabla-calendario-extendido{
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
}

.tabla-calendario-extendido .custom-link {
  text-decoration: none;
  color: #B22A33;
}

.tabla-calendario-extendido .custom-link:hover,
.tabla-calendario-extendido .custom-link:visited,
.tabla-calendario-extendido .custom-link:focus {
  text-decoration: underline;
  color:inherit !important;
  border: inherit !important;
}

.table-rounded {
  border-radius: 12px;
  overflow: hidden;
}

.tabs-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.tabs-scroll-wrapper .nav-tabs {
  flex-wrap: nowrap;
}

.tabs-scroll-wrapper .nav-item {
  white-space: nowrap;
}

.thumbnail {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s ease;
  object-fit: cover;
  height: 95px;
  width: 100%;
}

.thumbnail:hover {
  opacity: 1;
}

.active-thumbnail {
  border: 2px solid #EEE7D7;
  opacity: 1;
}

#perfilTabs .nav-link.active {
  background-color: #B22A33 !important;
  color: white;
}

#perfilTabs .nav-link {
  color: #000;
  font-weight: 600;

}

#desactivar-tab {
  background-color: #f3f3f3;
  color: #949799 !important;
  border-color: #dee2e6;
}

#desactivar-tab:hover {
  color: #495057;
  background-color: #E9ECEF !important;
}

#perfilTabs #desactivar-tab.active {
  background-color: #E9ECEF !important;
  color: #6C757D !important;
  border-color: #dee2e6;
}
/* UI CONTROLS: Alert, Links, Navbar, Tabs, Progress, Table, thumbnails */

/* --- IMAGES --- */
.imagen-principal {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-card-club {
  width: 90px;
  height: 90px;
}

.img-card-comision {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.img-card-detalle-club {
  width: 90px;
  height: 90px;
}

.img-card-menores-a-cargo {
  width: 52px;
  height: 52px;
  margin: 0 auto;
}

.img-card-tribunal{
  width: 120px; height: 120px;
  margin: 0 auto;
}
/* --- IMAGES --- */

/* --- BOTONES --- */
.boton-agregar-club{
  color: #B22A33;
  font-size: 20px;
  cursor: pointer;
}

.boton-eliminar-entrenador{
  color: #6b6b6b;
}

.btn.rounded-pill:disabled {
  border-color: transparent !important;
}

.btn-editar-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  color: #6c757d;
  padding: 0;
}

.btn-editar-input:hover {
  color: #000;
}

.btn-primary {
  background-color: #B22A33;
  color: white;
  border: none;
  padding: 8px 24px;
  font-family: 'Kanit', sans-serif;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #831D24;
  color: white;
  border: none;
}

.btn-secondary {
  border: none;
  padding: 8px 24px;
}

.btn-success {
  padding: 8px 24px;
}

.btn.add-horario:disabled {
  border:none;
}
/* --- BOTONES --- */

/* --- CAROUSEL --- */
.carousel img, .carousel-header img {
  object-fit: cover;
  margin: 0 auto;
 }

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

.carousel .carousel-menu, .carousel-header .carousel-menu {
  max-width: 100%;
  overflow: hidden;
}

.carousel-header .slick-track {
  background-color: #B22A33;
  padding: 20px 0px;
  display: flex;
}
/* -- CAROUSEL --- */

/* --- CUSTOMS --- */
.custom-button {
  background-color: #B22A33;
  color: white !important;
  border: none;
  padding: 8px 24px;
  font-family: 'Kanit', sans-serif;
}

.custom-button:disabled {
  background-color: #B22A33 !important;
  color: white !important;
  opacity: var(--bs-btn-disabled-opacity);
}

.custom-button:hover {
  color: white;
  background-color: #831D24;
  border: none;
}

.custom-button-gris {
  background-color: #F5F4F4 !important ;
  border: none;
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 100px;
  text-align: start;
}

.custom-button-gris:hover {
  background-color: #d8d8d8 !important;
  border: none;
}

.custom-button-gris-oscuro {
  background-color: #ababab !important ;
  border: none;
  padding: 8px 24px;
  font-weight: 600;
  border-radius: 100px;
  text-align: start;
}

.custom-button-gris-oscuro:hover {
  background-color: #9b9b9b !important;
  border: none;
}

.custom-caption {
  font-family: kanit;
  text-align: left;
  bottom: 2rem;
  left: 10%;
}

.custom-card .card {
  transition: box-shadow 0.5s ease;
}

.custom-card .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-card .card-body .card-text {
  color: #B22A33;
  font-weight: 600;
  margin-bottom: 4px;
}

.custom-card .card-body h3 {
  font-family: 'Kanit';
  font-weight: 500;
}

.custom-card-calendario {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
}

.custom-boton-secundario {
    color: #B22A33;
    font-weight: 600;
    font-family: 'Kanit';
    font-size: 18px;
    padding: 0px;
}

.custom-boton-secundario:hover {
    color: #831D24;
}

.custom-card-calendario p {
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-card-calendario h3 {
    font-weight: 500;
    font-family: 'Kanit';
}

.custom-card-calendario a {
    color: #212121;
}

.custom-card-calendario a:hover {
    color: #B22A33;
}

.custom-card-calendario img {
    width: 60px;
    height: 60px;
}

.custom-carousel {
  height: 85vh;
  background-color: black;
}

.custom-container {
  background-color: #EEE7D7;
  border-radius: 8px;
  height: fit-content;
}

.custom-dropdown li a {
  font-weight: 500;
}

.custom-item-table>td {
  font-size: 16px;
  font-family: 'Assistant';
  padding-top: 10px;
  padding-bottom: 2px;
}

.custom-item-table>td>img {
  height: 36px;
  width: 36px;
  padding-bottom: 3px;
  object-fit: cover;
  border-radius: 100px;
}

.custom-label {
  font-weight: 600;
  font-size: 15px;
}

.custom-link {
  color: white;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Kanit';
  padding: 0px;
  display: inline;
}

.custom-link:hover,
.custom-link:visited,
.navbar-nav .nav-link.show {
  color: white;
  border-bottom: 4px solid #B22A33;
  cursor: pointer;
}

.list-inline .custom-link:visited {
  color:#B22A33 !important;
}

.custom-link-form{
  color: #7e7e7e;
  font-size: 15px;
}

.custom-link-form:hover, .custom-link-form-acent:hover{
  color:#B22A33;
}

.custom-link-form-acent{
  color: #212121;
  font-weight: 700;
}

.custom-link-terms {
  color: #B22A33;
  text-decoration: none;
}

.custom-link-terms:hover {
  text-decoration: underline;
}

.custom-table {
  width: 100%;
}

.custom-toggler {
  border-color: white;
  border: none;
}
.custom-card-calendario {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
}

.custom-boton-secundario {
  color: #B22A33;
  font-weight: 600;
  font-family: 'Kanit';
  font-size: 18px;
  padding: 0px;
}

.custom-boton-secundario:hover {
  color: #831D24;
}

.custom-card-calendario p {
  font-weight: 500;
  margin-bottom: 5px;
}

.custom-card-calendario h3 {
  font-weight: 500;
  font-family: 'Kanit';
}

.custom-card-calendario a {
  color: #212121;
}

.custom-card-calendario a:hover {
  color: #B22A33;
}

.custom-card-calendario img {
  width: 60px;
  height: 60px;
}
/* --- CUSTOMS --- */

/* --- CARDS --- */
.card-club{
  transition: box-shadow 0.25s ease;
}

.card-club:hover{
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.card-comision {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
  border: none;
  min-height: 280px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.card-comision:hover {
  background-color: #B22A33;
  color: white;
}

.card-comision:hover h3 {
  color: white;
}

.card-jugador img {
  width: 60px;
  height: 60px;
  border: solid;
  border-color: white;
}

.card-jugador div p {
  font-family: 'Kanit';
  font-weight: 500 !important;
  font-size: 16px !important;
}

.card-menores-a-cargo {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-noticia {
  border: transparent;
  height: 200px;
}

.card-noticia img {
  height: 200px;
  object-fit: cover;
}

.card-noticia:hover {
  box-shadow:  0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.card-perfil {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Kanit';
}

.card-perfil>div>p {
  font-size: 20px;
}

.card-reglamentos p{
  color: #757575;
}

.card-tribunal{
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
  border: none;
  min-height: 280px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.card-tribunal:hover {
  background-color: #B22A33;
  color: white;
}

.card-tribunal:hover h3 {
  color: white;
}
/* --- CARDS --- */

/* --- CALENDARIO --- */
#calendar {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.071);
  min-width: 390px !important;
}

.evento-rojo {
  background-color: #B22A33 !important;
  border: transparent !important;
  color: white !important;
  font-weight: 600;
  padding: 4px;
  border-radius: 6px;
}

.fc-scrollgrid-sync-table{
  width: 100% !important;
}

/* bordes */
.fc-theme-standard .fc-scrollgrid {
  border: none;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}

/* botones */
.fc-button, .fc-next-button, .fc-prev-button {
  background-color: #EEE7D7 !important;
  color: #847960 !important;
  border: none !important;
  font-weight: 700 !important;
  font-family: "Assistant" !important;
}

/* titulo mes */
.fc-toolbar-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.fc-scroller {
  overflow: hidden !important;
}

/* dias de la semana */
.fc .fc-col-header-cell-cushion {
  color: #212121;
  text-decoration: none;
  font-weight: 600;
}

/* dias */
.fc-daygrid-day-number {
  color: #212121;
  text-decoration: none
}

.fc .fc-daygrid-day-top {
  justify-content: center;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 10px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

.fc .fc-daygrid-day-bottom {
  display: flex;
  justify-content: center;
}

.fc .fc-daygrid-more-link {
  height: 30px;
  background-color: #eb91912c;
  width: 85%;
  margin: 0 auto;
  margin-top: 8px;
  z-index: 10;
}

.fc-day-today .fc-daygrid-day-number {
  font-weight: bold;
}

/* Cabecera calendar */
.fc-header-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.fc-header-toolbar .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-select{
  font-size: 18px;
  margin-top: 4px;
}

/* Quitar bordes internos típicos de FullCalendar para un look más limpio */
.fc-theme-bootstrap5 th, .fc-theme-bootstrap5 td {
    border: none !important;
}

/* Estilo para los días que contienen un evento */
.dia-con-evento {
    background-color: #FCE4EC !important; /* Rojo/rosa claro */
    border-radius: 6px;
    cursor: pointer;
}

/* Forzar que el número del día ocupe bien el espacio */
.fc-daygrid-day-number {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0 !important;
    text-decoration: none !important;
    color: #333 !important;
}

/* Personalización del Popover de Bootstrap para que sea idéntico a la maqueta */
.custom-popover {
    --bs-popover-max-width: 350px;
    --bs-popover-border-color: #E0E0E0;
    --bs-popover-body-padding-x: 12px;
    --bs-popover-body-padding-y: 12px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}

.popover-evento-badge {
    background-color: #B71C1C; /* Rojo oscuro de la maqueta */
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
}
/* --- CALENDARIO --- */

/* NOTICIAS */
.enfasis-noticia {
  color: #B22A33;
  font-weight: 500;
}

.ultima-noticia {
  border-left: 2px solid #212121;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 0; 
  transition: padding 0.3s ease;
}

.ultima-noticia:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.ultima-noticia h3{
   font-weight: 400;
   font-family: 'Kanit';
   font-size: 18px;
}

.ultima-noticia span{
  font-size: 600;
}

.contenedor-principal-galeria {
  height: 70vw; 
  max-height: 440px; 
  width: 100%;
}
/* NOTICIAS */

/* CAMPEONES */
#carouselCampeones .custom-caption p {
  margin-bottom: 2px;
  font-size: 20px;
}


.scroll-loop-container {
  width: 100%;
  overflow: hidden;
}

.scroll-loop {
  animation: scroll-loop 20s linear infinite;
}

.scroll-loop-container:hover .scroll-loop {
  animation-play-state: paused;
}

@keyframes scroll-loop {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-50%);
  }
}
/* CAMPEONES */

/* ENTRENADORES */
.custom-card-entrenador {
  text-align: center;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  padding: 0px;
}

.custom-card-entrenador:hover {
  background-color: #B22A33;
  color: white;
}
.custom-card-entrenador img {
  width: 100px;
  margin-bottom: 10px;
}

.custom-card-entrenador p {
  font-family: 'Kanit';
  font-weight: 500;
  font-size: 16px;
}

.custom-card-entrenador p:first-of-type {
  font-size: 18px;
  line-height: 20px;
}
/* ENTRENADORES */

/* MENSAJES */
.restablecer-contrasena p {
  font-size: 20px;
}

.restablecer-contrasena ul li a {
  color: #B22A33;
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
}

.restablecer-contrasena a {
  color: #B22A33;
  text-decoration: none;
}

.restablecer-contrasena .custom-link {
  text-decoration: none;
}

.restablecer-contrasena .custom-link:hover,
.restablecer-contrasena .custom-link:focus {
  border-bottom: 4px solid #B22A33;
}

.mensajes p {
  font-size: 20px;
}

.mensajes ul li a {
  color: #B22A33;
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
}

.mensajes a {
  color: #B22A33;
  text-decoration: none;
}

.mensajes .custom-link {
  text-decoration: none;
}

.mensajes .custom-link:hover,
.mensajes .custom-link:focus {
  border-bottom: 4px solid #B22A33;
}

/* MENSAJES */

/* PERFIL */
.foto-wrapper {
  position: relative;
  display: inline-block;
}

.foto-perfil {
  width: 100px;
  object-fit: cover;
}

.btn-editar-foto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.btn-eliminar-foto {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}


.etiqueta-club {
  background-color: #EEE7D7 !important;
  font-size: 1rem;
  font-family: 'Kanit';
  font-weight: 400;
  color: #847960 !important;
}

.etiqueta-perfil {
  background-color: #EEE7D7 !important;
  font-size: 1rem;
  font-family: 'Kanit';
  font-weight: 400;
  color: #847960 !important;
}

.etiqueta-perfil-variante {
  color: white;
  background-color: #212121 !important;
  font-size: 1rem;
  font-family: 'Kanit';
  font-weight: 300;
}

.icon-perfil {
  font-size: 20px;
}

.custom-table-perfil {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.escudo-perfil {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.bandera-perfil{
  height: 20px;
  object-fit: cover;
}

.encabezado-perfil{
  font-size: 15px;
  color: #757575;
  margin-bottom: 5px;
}

.encabezado-logros{
  font-size: 15px;
  color: #B22A33;
  margin-bottom: 5px;
}

.icon-logros{
  font-size: 32px;
}
/* PERFIL */

.flecha-foto-perfil {
  margin-top: 30px;
  margin-left: -20px;
  padding: 2.5px;
  border-radius: 3px;
  background-color: white;
}

.listado-item {
  border: none;
  border-bottom: 2.3px solid #E8DECA;
}

.usuario-header{
font-family: 'Kanit';
font-size: 18px;
font-weight: 500;
}

#userMenuDesktop,#userMenuDesktop2 {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 300px;
 
}

#userMenuDesktop ul, #userMenuDesktop2 ul {
  margin-top: -5px;

}

#userMenuDesktop ul li, #userMenuDesktop2 ul li {
  margin-bottom: 20px;
}

.social-icon{
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #B22A33
}

.social-icon .icono-svg {
  fill: #212121; 
  transition: fill 0.3s ease;
}

.social-icon:hover .icono-svg {
  fill: #B22A33;
}

.listado-nosotros {
  column-count: 3;
  display: block;
}

.listado-nosotros li{
  border: none;
  background-color: transparent;
  padding: 2px;
}
.listado-nosotros i {
  color: #B22A33;
  font-size: 14px;
}

.font-kanit {
  font-family: 'Kanit';
}


.enfasis-noticia {
  color: #B22A33;
  font-weight: 500;
}

.ultima-noticia {
  border-left: 2px solid #212121;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 0; 
  transition: padding 0.3s ease;
}


.ultima-noticia:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.ultima-noticia h3 {
   font-weight: 400;
   font-family: 'Kanit';
   font-size: 18px;
}

.ultima-noticia span {
  font-size: 600;
}


.paginacion .page-link{
  border: none;
  background-color: white;
  color: #212121;
  border-radius: 8px;
}

.paginacion .page-link:hover{
  background-color: #B22A33;
  color: white;
  border-radius: 4px;
}

.paginacion span span {
  border: 0 !important;
}


.etiqueta-menores-a-cargo {
  background-color: #F5F4F4;
  font-size: 1rem;
  font-family: 'Kanit';
  font-weight: 400;
  color: #757575;
  display: block;
  padding: 5px 16px;
  border-radius: 100px;
}

.contenido-independizar{
  z-index: 10;
}

.lista-entrenadores{
  border: none;
  background-color: transparent;
  margin-top: -10px;
}

.lista-caracteristicas{
  border: none;
  background-color: transparent;
  margin-top: -10px;
}

.pantalla-error p {
  font-size: 18px;
}

.pantalla-error ul li a {
  color: #B22A33;
  font-family: 'Kanit';
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 2px;
}

.pantalla-error a {
  color: #B22A33;
  text-decoration: none;
}

.pantalla-error .custom-link {
  text-decoration: none;
}

.pantalla-error .custom-link:hover,
.pantalla-error .custom-link:focus {
  border-bottom: 4px solid #B22A33;
}

.accordion-item {
margin-bottom: 1rem; /* Espacio entre cada item */
border-radius: 8px;  /* Bordes suaves si querés */
overflow: hidden;    /* Para que el borde se vea prolijo */
}

#preview-container {
position: relative;
display: inline-block;
}

#remove-image {
background-color: #a4a4a4;
width: 22px;
height: 22px;
margin-right: -15px;
margin-top: 2px;
display: flex;
align-items: center;
padding: 5px;
justify-content: center;
border: transparent;
}

.galeria-item-detalle-club img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#remove-image:hover {
  background-color: #b02a37;
  color: white;
  border: transparent;
}

/* Imagen galeria */
.preview-item {
  position: relative;
  width: 140px;
  height: 140px;
  display: inline-block;
}

.preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ccc;
}

#remove-image {
  background-color: #a4a4a4;
  width: 22px;
  height: 22px;
  margin-right: -15px;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
  border: transparent;
  position: absolute;
  top: -5px;
  right: 5px;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

#remove-image:hover {
  background-color: #b02a37;
  color: white;
  border: transparent;
}


.hp-field {
  display: none !important;
  visibility: hidden !important;
}

/* MEDIA STYLES */
@media (max-width: 992px) {
  .custom-button-club{
   padding: 0px;
   background-color: white;
   color: #757575;
  }
 
  .custom-button-club:hover{
   padding: 0px;
   background-color: white;
   color: #B22A33;
  }
}

@media (max-width: 767.98px) {
  .card-noticia:hover {
     box-shadow:none;
  }

  #perfilTabs {
    flex-direction: column;
    border-bottom: 0;
  }

  #perfilTabs .nav-item {
    width: 100%;
  }

  #perfilTabs .nav-link {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
  }

  #perfilTabs .nav-link {
    border: 1px solid #d7d8d8;
  }

  #perfilTabs .nav-link.active {
    background: red;
    color: #fff;
  }
}

/* Estilos específicos para laptop */
@media (max-width: 576px) {
  .mensajes p {
      font-size: 18px;
  }

  .tabla-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabla-calendario-extendido {
      min-width: 600px; 
  }

  .tabla-calendario-extendido div {
      white-space: normal;
  }

  #calendar {
      min-width: 100% !important;
  }
}

/* Estilos específicos para tablet */
@media (min-width: 768px) {
  .custom-caption {
      left: 10%;
  }
  .listado-administracion {
    width: 65%;
  }
  .lista-entrenadores, .lista-caracteristicas {
    width: 25%;
  }   

  .registro-club-entrenadores, .registro-club-caracteristicas{
    max-width: 50%;
  }
}

/* Estilos específicos para laptop */
@media (min-width: 992px) {
  .custom-caption {
    bottom: auto;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
  }

  .custom-carousel {
    min-height: 95vh;
  }

  .custom-table {
    width: 350px;
  }

  .custom-item-table>td {
    font-size: 15px;
    font-family: 'Assistant';
    padding-top: 5px;
    padding-bottom: 2px;
  }

  .custom-item-table>td>img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border-radius: 100px;
  }

  #calendar {
    max-width: 460px;
    min-height: 390px;
  }

  .custom-card-calendario p {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .custom-card-calendario img {
    width: 80px;
    height: 80px;
  }

  #carouselCampeones .custom-caption {
    top: auto;
    bottom: 10%;
    transform: translateY(0%);
  }

  #carouselCampeones .custom-caption p {
    font-size: 20px;
  }

  .sticky-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
  }

  .galeria-item-detalle-club img{
    height: 150px;
    object-fit: cover;
  }
}

/* Estilos específicos para escritorio */
@media (min-width: 1200px) {

  .custom-texto-slider {
      max-width: 550px;
      padding-bottom: 30px;
  }

  .custom-table-perfil {
    max-width: 75%;
  }

  #calendar {
      min-width: 500px;
      max-height: 400px;
  }
}
