@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap");

body {
    background-color: #f4f7f9 !important;
    font-family: "ABeeZee", sans-serif;
}
/* Dasboard titulos */
.fi-header {
    text-align: center;
}
/*  .flex header{
        justify-content: center;
    } */
.fi-header h1,
.fi-header p {
    color: #014995;
}

/* Tablas  */
.fi-ta-header-cell {
    background-color: #014995;
}
.fi-ta-actions-header-cell {
    background-color: #014995;
}
.fi-ta-header-cell span {
    color: white;
}
.fi-pagination {
    /* Pie */
    background-color: #014995;
}
.fi-pagination .fi-pagination-overview {
    color: white;
}
.fi-input-wrp {
    /* Buscador */
    border: 1px solid #014995;
}
.fi-input-wrp-label {
    color: #014995;
}
.max-w-7xl {
    max-width: 100% !important;
}

/* sidebar */
.fi-sidebar-nav {
    background-color: #dee6ef;
    padding-right: 0 !important;
}
.fi-sidebar-item a {
    background-color: white;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
    padding-left: 1rem;
}
.fi-sidebar-item-active a {
    background-color: #014995;
}
.fi-sidebar-item:hover a {
    background-color: #014995;
}
.fi-sidebar-item:hover span {
    color: white;
}
.fi-sidebar-item-active span {
    color: white;
}
.fi-sidebar-item-active svg {
    color: white;
}
.-mx-2 {
    margin-right: -1.5rem !important;
}

/* Cabecera  */
.overflow-x-clip .fi-sidebar-header {
    background-color: #014995;
}
.overflow-x-clip .fi-sidebar-header a div {
    color: white;
}
.fi-topbar nav {
    background-color: #014995;
}

/* BOTONES DASHBOARD */
.fi-section-content a {
    padding: 10%;
    font-size: 20px;
    font-weight: normal;
    border-radius: 0px;
}
.fi-section-content-ctn {
    background-color: #f4f7f9;
}
.boton-menu {
    width: 100% !important;
}
.ring-gray-950\/5 {
    box-shadow: none !important;
}

.boton-menu button,
.boton-menu a {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 2rem;
}
.boton-menu .filament-button {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}
.boton-menu .filament-button > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}
.fi-section-header {
    background-color: #014995;
    padding: 4%;
}
.fi-simple-main-ctn {
    /* background-image: url(/images/cicca-frente.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(
            180deg,
            #ffffff 0%,
            rgba(255, 255, 255, 0) 52%
        ),
        url(https://www.fundacionlacajadecanarias.es/wp-content/uploads/2025/06/cicca-frente-fondo.webp) !important;
}

.fi-simple-main-ctn .fi-simple-main {
    padding-bottom: 2.5rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffffb3;
}
.fi-simple-header {
    background-color: #014995;
    color: white;
    padding: 5%;
    border-radius: 0.75rem 0.75rem 0rem 0rem;
}
.fi-simple-header .py-12 {
    padding-bottom: 10rem;
    padding-top: 10rem;
}
.fi-simple-header .fi-simple-header-heading {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fi-form {
    padding: 1.5rem 2.5rem;
}

.fi-btn-label {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
