body {

    font-family: "Open Sans", sans-serif !important;
    background-color: #F8F9FE !important;
}

.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../img/fondo.jpg');
    background-size: cover;
    background-position: center center;
}

.logo-inicio {

    font-size: 3em;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0 !important;
}

.logo-inicio:visited {

    text-decoration: none;
}

/* Menú de cabecera de la página original */

#cabecera-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 1.4em;
    color: white;
    flex-wrap: nowrap;
    gap: 0; /* Puedes ajustar el espacio entre opciones si lo deseas */
}

#cabecera-menu ul li {

    /* background-color: red;
    Esto si necesitamos un color de fondo para cada opción del menú principal */
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#cabecera-menu ul a {

    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 2px !important;
    font-size: 0.9em;
}

#cabecera-menu ul > li:hover {

    background-color: #22556e;

    /* Funciona con el background. Si queremos usar el color principal tiene que ser en el a */
}

/* Submenú */
#cabecera-menu ul ul {

    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #22556e;
    padding: 0;
    z-index: 9999;
}

#cabecera-menu ul ul li {

    float: none;
    text-align: left;
    font-size: 0.9em;
    list-style: none;
}

#cabecera-menu ul ul li:hover {

    background-color: #2f7699;
    color: white !important;
}

#cabecera-menu ul ul a {

    line-height: 120%;
    padding: 10px 15px;
}

#cabecera-menu ul li:hover > ul {

    display: block;
}

#cabecera-menu ul li:hover > ul a {

    display: block;
    color: white !important;
}







.navbar {

    font-family: 'Open Sans Condensed', sans-serif !important;
    letter-spacing: 0.1em;
}

.nav-link {

    color: white !important;
    font-size: 1.2em !important;
    margin-right: 0.5em;
}

.nav-link:hover {

    background-color: #22556e !important;
}

.nav-link-pestana {

    color: white !important;
    background-color: #79829A !important;
    font-size: 1em !important;
    margin-right: 0.5em;
    border: 1px solid #79829A !important;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-link-pestana:hover {

    color: #032541 !important;
}

.nav-link-pestana.active {

    color: #032541 !important;
}

.dropdown-menu {

    background-color: #22556e !important;
    color: white !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.dropdown-item {

    color: white !important;
    font-size: 1.3em;
}

.dropdown-item:hover {

    color: #1d829e !important;
    background-color: white;
}

.navbar {

    font-size: 1.3em !important;
}

.cabecera-tabla a {

    color: #4D7BCA;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

.celda-cabecera {

    background-color: #F6F9FC !important;
    border-top: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
    color: #8898aa;
    padding: 1em 1.5em;
    font-size: 0.8em;
    text-transform: uppercase;
}

.celda-cabecera a {

    text-decoration: none;
    font-weight: bold;
    color: #606CA1;
}

.tabla-listado th {

    background-color: #F6F9FC !important;
    border-top: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
    color: #8898aa;
    padding: 1em 1.5em;
    font-size: 0.8em;
    text-transform: uppercase;
}

.tabla-listado a {

    text-decoration: none;
}

.tabla-listado td {

    color: #32325D;
    padding: 0.8em 1.5em;
    font-size: 0.9em;
    border-bottom: 1px solid #E9ECEF;
}

.pagination a {
    line-height: 1.25;
    position: relative;
    display: block;
    padding: .5rem .5rem;
    color: #32325D !important;
    border: 1px solid #dee2e6;
    background-color: #fff;
    font-size: 0.8em;
}

.pagination a:hover {

    text-decoration: none !important;
}

.pagination .active a {

    background-color: #032541;
    color: #F6F9FC !important;
    text-decoration: none !important;
}

.pagination .disabled a {

    color: #dee2e6 !important;
}

.boton {

    background-color: #032541;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block
}

.boton-pequeno {

    background-color: #032541;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    display: inline-block
}

.icono {

    font-size: 1.3em;
    color: #032541;
    margin-left: 5px;
}

.card-footer {

    border-top: none !important;
}

.boton-submit {

    background-color: #032541;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    border-image-width: 0 !important;
}

.texto-filtro {

    font-size: 0.8em;
    padding: 0.5em;
}

.texto-filtro-titulo {

    width: 100%;
    font-size: 0.8em;
    padding: 0.5em;
}

.boton-filtro {

    color: #032541;
    background-color: white;
    padding: 0.5em 0.8em;
    text-decoration: none;
    font-size: 0.8em;
    border: 1px solid #032541;
    font-weight: bold;
    display: inline-block
}

.editar {

    font-size: 0.8em !important;
    width: 100%;
}

.editar tr td {

    padding: 1em;
}

.editar tr:nth-child(even) td:nth-child(even) {

    background-color: #F6F7FA;
}

.editar tr:nth-child(odd) td:nth-child(odd) {

    background-color: #79829A;
    color: white;
    font-weight: bold;
}

.editar tr:nth-child(odd) {

    background-color: #ebeef5;
}

.editar tr:nth-child(2n) td:nth-child(1) {
    background-color:  #6A758E !important;
    color: white;
    font-weight: bold;
}

.editar tr:nth-child(n) td:nth-child(1) {
    background-color:  #79829A;
    color: white;
    font-weight: bold;
}

.editar input {

    border: 1px solid #ebeef5;
    font-size: 1em !important;
    width: 100%;
    padding: 0.8em;
}

.editar textarea {

    border: 1px solid #ebeef5;
    font-size: 1em !important;
    width: 100%;
    padding: 0.8em;
}

.editar select {

    border: 1px solid #ebeef5;
    font-size: 1em !important;
    padding: 0.8em;
}

.formato-celda {

    background-color: #e4e4e4;
    padding: 5px;
    font-size: 0.8em !important;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.formato-celda-max {

    background-color: #e4e4e4;
    padding: 5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

.chosen-container {

    width: 100% !important;
}

.chosen-choices {

    border: 1px solid #ebeef5 !important;
    font-size: 1em !important;
    width: 100% !important;
    padding: 5px !important;
}

.texto-pequeno {

    width: 10% !important;
}

.message.success {

    background: #516946 !important;
    color: white !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}

.message.warning {

    background: #b9a91a !important;
    color: black !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
}
.message.error {

    background: #6d0606 !important;
    color: white !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;

}

.link-pelicula {

    color: #052541 !important;
    text-decoration: none !important;
}

.link-pelicula:hover {

    color: #65a9e0 !important;
    text-decoration: underline;
}

.enlace-pelicula {
    color: #0675cf;
    text-decoration: none;
}

.enlace-pelicula:hover {
    color: #0675cf;
    text-decoration: underline;
}

@media (max-width: 1800px) {
    .navbar-toggler {
        border: none;
        color: white !important;
        padding: 0.5rem;
    }

    .navbar-toggler i {
        color: white !important;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    #navbarMenu {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        padding: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        z-index: 1000;
        width: 250px;
    }

    .navbar {
        position: relative;
        min-height: auto !important;
    }

    #navbarMenu .nav-link {
        color: #333 !important;
        padding: 0.5rem 1rem;
    }

    #navbarMenu .nav-link:hover {
        background-color: #dddddd !important;
    }

    #navbarMenu .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
        position: static;
        background: transparent !important;
    }

    #navbarMenu .dropdown-item {
        color: #333 !important;
    }

    #navbarMenu .dropdown-item:hover {
        background-color: #dddddd !important;
        color: #032541 !important;
    }
}

.tabla-interior thead {
    background-color: #f0f0f0;
}

.tabla-interior thead th {
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 0.5em !important;
}

.tabla-interior tbody tr {
    background-color: #ffffff !important;
}

.tabla-interior tbody td {
    color: #000000 !important;
    background-color: #ffffff !important;
    font-weight: normal !important;
    padding: 0.5em !important;
}

#myTab {

    padding: 0.5em !important;
    background-color: #79829A !important;
    color: white !important;
}

.detalles-mini {
    font-size: 0.9em !important;
}

.azul-clarito {
    color: #828385 !important; /* Puedes ajustar el color a tu gusto */
    opacity: 0.7;
}
