/* Tipografías y colores personalizados */


body {
 background-color: #f8f9fa;
}

h1, h2, h3,h4, h5, h5 {
    color: #7f7f7f;
    font-weight: 600;
    letter-spacing: -1px;
    padding-top: 1.4em;
    padding-bottom: 0.5em;
}
.btn {
    border-radius: 90px;
}
.btn-primary {
    background-color: #727072;
    border-color: #727072;
}

.btn-danger {
    background-color: #bd2130;
    border-color: #bd2130;
}
.btn-moshi {
    background-color: #C32126;
    border-color: #C32126;
    color: #f8f9fa !important;
    
}
.btn-moshi:hover {
    background-color:#590E0E;
    border-color: #590E0E;
}
.card{
    border: none !important;
    border-radius: 12px;
}
 .botonera-mobile {
        text-align: right !important;
     
    }
/*header.php *****************************************/
 .moshi-header {
    max-height: 85px !important;
}
.app-title {
   
        padding-top: 14px !important;
   
    font-size: 24px !important;
}
.app-navbar { backdrop-filter: blur(6px); }
.app-logo { border-radius: 10px; }
 

/* Centrando el título y la botonera en móviles */
@media (max-width: 767px) {
    .titulo-mobile {
        text-align: center !important;
        font-size: 28px;
    }

    .botonera-mobile {
        text-align: center !important;
    }
}
.app-topbar-compact {
  padding-top: 0;
  padding-bottom: 0;
}

.app-logo-compact {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.app-title-compact {
  font-size: 1.15rem;
  line-height: 1;
  margin: 0;
}

.header-compact-row {
  min-height: 56px;
}

.header-search-wrap {
  max-width: 520px;
}

.header-search-form .input-group-text {
  border-right: 0;
}

.header-search-form .form-control {
  border-left: 0;
}

.header-search-form .form-control:focus {
  box-shadow: none;
}
 
        .app-topbar-compact {
            padding-top: 0;
            padding-bottom: 0;
        }

        .app-logo-compact {
            width: 36px;
            height: 36px;
            object-fit: contain;
        }
 
        .header-compact-row {
            min-height: 56px;
        }

        .header-search-wrap {
            max-width: 520px;
        }

        .header-search-form .input-group-text {
            border-right: 0;
        }

        .header-search-form .form-control {
            border-left: 0;
        }

        .header-search-form .form-control:focus {
            box-shadow: none;
        }

        @media (max-width: 991.98px) {
            .header-search-wrap {
                max-width: 100%;
            }

            .app-title-compact {
                font-size: 1rem;
            }

            .header-compact-row {
                min-height: auto;
            }
        }
    
@media (max-width: 767.98px) {
  .header-search-wrap {
    max-width: 100%;
  }

  .app-title-compact {
    font-size: 1rem;
  }

  .header-compact-row {
    min-height: auto;
  }
}

/* botones menu */
  .icon-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
  }
  .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: none;
    background: transparent;
    text-decoration: none;
  }
  .icon-btn:hover { background: rgba(0,0,0,0.06); }
  .icon-btn i { font-size: 18px; }

/* main.php *****************************************/

.novedades-main{
    padding: 2em !important;
    margin: 1em;
    border-radius: 26px;
    background: #f8f9fa;
    box-shadow:  27px 27px 53px #e4e5e6,
                 -27px -27px 53px #ffffff;
}

 .novedades-main h3{
    padding-top: 0em !important;
 
}

.novedades-main span{
   font-size:2.4em; margin-right:10px;
}

/* Tiles de accesos rápidos */
.tiles-quick .tile{
  display:flex; align-items:center; justify-content:center; flex-direction:column;
  padding:28px 16px; border-radius:16px; text-decoration:none;
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  min-height: 130px;
}
.tiles-quick .tile i{ font-size:2.2rem; line-height:1; margin-bottom:10px; }
.tiles-quick .tile span{ font-weight:600; font-size:1.05rem; text-align:center; }
.tiles-quick .tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 .75rem 1.25rem rgba(0,0,0,.12);
  filter: saturate(1.1);
}
/* calendario.php *****************************************/

/* Estilo personalizado para el tooltip */
.tooltip-inner {
    padding: 10px 15px; /* Ajusta el padding según sea necesario */
    background-color: #343a40; /* Cambia el fondo del tooltip */
    color: #ffffff; /* Cambia el color del texto */
    border-radius: 5px; /* Cambia el radio del borde */
}

/* Cambia la flecha del tooltip */
.bs-tooltip-top .arrow::before, 
.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-left .arrow::before, 
.bs-tooltip-right .arrow::before {
    background-color: #343a40; /* Cambia el fondo de la flecha del tooltip */
}




/* ingresos.php *****************************************/
.nota-reserva {
    background-color: #f8f9fa;   /* gris clarito */
    border: 1px solid #ddd;      /* borde finito gris */
    border-radius: 8px;          /* bordes redondeados */
    padding: 8px 12px;           /* espacio interno */
    margin: 8px 0;               /* espacio arriba/abajo */
    font-size: 0.95em;           /* un poquito más chico */
    color: #333;                 /* texto gris oscuro */
}


/* ingresos.php *****************************************/
.btn-list .btn{ width:90px;}
 