/*@import url(https://fonts.googleapis.com/css?family=Finger+Paint);*/
/*h2	{ 	color: blue; }*/
/*@font-face {*/
/*font-family: "neue-haas-grotesk-display";*/
/*src: url("/assets/fonts/NHaasGroteskTXPro-55Rg.ttf") format("truetype");*/
/*src: url("/assets/fonts/NHaasGroteskTXPro-65Md.ttf") format("truetype");*/
/*src: url("/assets/fonts/NHaasGroteskTXPro-75Bd.ttf") format("truetype");*/
/*}*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

/**{  font-family: neue-haas-grotesk-display, Lato-Regular, sans-serif; }*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-sombra {
    box-shadow: 1px 1px 2px 0;
}

.bg-success-100 {
    background-color: #E4FFE5;
}

.bg-danger-100 {
    background-color: #FFE4E4;
}

.bg-line-list {
    background-color: #f2f2f2;
}

.navbar-brand {
    height: 54px;
}

.navbar-brand>img {
    height: 100%;
    padding: 0px;
    width: auto;
}

.bg-gold {
    background-color: #bfa100;
}

.d-none {
    display: none !important;
}

.text-gold {
    color: #bfa100;
}

.margen-20 {
    margin-top: 20px;
}

.margen-27 {
    margin-top: 27px;
}

.margen-15 {
    margin-top: 15px;
}

.margen-15-tb {
    margin-top: 15px;
    margin-bottom: 10px;
}

.margen-10 {
    margin-top: 10px;
}

.margen-8 {
    margin-top: 8px;
}

.margen-5 {
    margin-top: 5px;
}

.margen-2 {
    margin-top: 2px;
}

.padding-15 {
    padding-top: 15px;
}

.padding-3 {
    padding: 3px;
}

.padding-5-b {
    padding-top: 3px;
    padding-bottom: 5px;
}

.border-esp {
    border: 1px solid #ddd;
}

.separador {
    margin-right: 5px;
    margin-bottom: 5px;
}

.ocultar {
    display: none;
}

.tooltip-inner {
    min-width: 200px;
    max-width: 350px;
}

.panel-subtitle {
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-padre {
    height: 120px;
    position: relative
}

.img-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.img-shadow {
    box-shadow: 0 0 30px black;
}

.icon_carousel {
    position: absolute;
    top: 50%;
}

.quitar-margin-15 {
    margin-top: -15px;
}

.select-altura {
    height: 37px !important
}

.observation-dest {
    height: 80px;
    overflow: auto;
}

.big-title {
    color: #fff;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
    text-stroke: 1px transparent;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 2px 0 #b9b9b9;
}

.text-sombra {
    text-shadow: 3px 3px 2px #000;
}

.text-bottom {
    vertical-align: text-bottom;
}

.text-small {
    font-size: 12px;
}

.text-title-error {
    font-size: 35px;
}

.uppercase {
    text-transform: uppercase;
}

.li-no {
    list-style: none;
}

.i-esp {
    float: left;
}

.no-sort::after {
    display: none !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

.background-animator {

    background: linear-gradient(266deg, #c2ffef, #00ffbc, #26a69a);
    background-size: 600% 600%;

    -webkit-animation: background-animator 18s ease infinite;
    -moz-animation: background-animator 18s ease infinite;
    animation: background-animator 18s ease infinite;
}

@-webkit-keyframes background-animator {
    0% {
        background-position: 0% 48%
    }

    50% {
        background-position: 100% 53%
    }

    100% {
        background-position: 0% 48%
    }
}

@-moz-keyframes background-animator {
    0% {
        background-position: 0% 48%
    }

    50% {
        background-position: 100% 53%
    }

    100% {
        background-position: 0% 48%
    }
}

@keyframes background-animator {
    0% {
        background-position: 0% 48%
    }

    50% {
        background-position: 100% 53%
    }

    100% {
        background-position: 0% 48%
    }
}

.panel-especial {
    padding: 3px;
    margin: 2px;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.video-container .filter {
    /*z-index: 100;*/
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.video-container video.fillWidth {
    width: 100%;
}

.form-control-feedback {
    top: 10px;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

.redondo {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.diary_event {
    /*background-color: #7f8c8d;*/
    border-color: #7f8c8d;
    border-radius: 8px;
}

.diary_form {
    /*background-color: #9facad;*/
    border-color: #9facad;

    border-radius: 8px;
}

.diary_txt_area,
.diary_txt_area:focus {
    /*background-color: #9facad;*/
    border-color: #050505;
    color: #000000;
    border-radius: 8px;
    max-width: 100%;
    min-width: 100%;
    min-height: 75px;
    /*resize: both;*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.diary_txt_area::placeholder {
    color: #656565;
}

.diary_page {
    /*background-color: #9facad;*/
    border-radius: 8px;
}

.diary_row {
    /*background-color: #9facad;*/
    border: 1px;
    border-color: #000000;
    padding-left: 50px;

}

.diary_info {
    /*background-color: #9facad;*/
    color: #cc0000;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/*.diary_day{*/
/*color: #cc0000;*/

/*font-family:"Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*}*/
/*.diary_day_inner{*/
/*!*background-color: #9facad;*!*/
/*text-align: center;*/
/*font-size: 24px;*/
/*}*/
.diary_general_comment {
    /*background-color: #9facad;*/

    /*border-color: #9facad !important;*/
    border-radius: 8px;
}

.warning_empty_diary,
.warning_empty_diary h1 {
    color: orangered;
    font-size: 50px;
    text-align: center;
}

/* inicio Satisfaction Survey */
.stars_label {
    color: grey;
}

.stars_label:hover {
    color: orange;
}

.stars_label:hover~.stars_label {
    color: orange;
}

.stars_input[type="radio"] {
    display: none;
}

.stars_input[type="radio"]:checked~.stars_label {
    color: orange;
}

.stars_order {
    direction: rtl;
    /* right to left */
    unicode-bidi: bidi-override;
    /* bidi de bidireccional */
}

/* fin Satisfaction Survey */

/* Bootstrap overrides */
.d-line {
    display: inline;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.mt-0 {
    margin-top: 0;
}

/* ============================================================== */
/* === MIGRADOS DESDE CONTEXTOS DINÁMICOS (TWIG) A ESTÁTICOS === */
/* ============================================================== */

/* --- 1. HOME INDEX --- */

/* Loader Principal */
.app-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(16, 18, 48, 0.98);
}

.app-loader.is-visible {
    display: flex;
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

.app-loader__box {
    animation: fadeInOut 2s infinite;
    text-align: center;
}

/* Interacción */
.fc-event {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.is-restricted-row {
    opacity: 0.6;
    cursor: not-allowed !important;
}

.is-restricted-event {
    cursor: not-allowed !important;
}

.evento-difuminado {
    opacity: 0.2 !important;
    transition: opacity 0.3s;
}

.evento-resaltado {
    opacity: 1 !important;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

/* KPI CARDS */
.kpi-card {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: white;
    min-height: 85px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.kpi-icon {
    float: left;
    font-size: 32px;
    opacity: 0.3;
}

.kpi-data {
    margin-left: 45px;
    text-align: right;
}

.kpi-number {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.kpi-desc {
    font-size: 12px;
    display: block;
    opacity: 0.8;
}

.bg-dash-1 {
    background-color: var(--dash-primary);
}

.bg-dash-2 {
    background-color: #32aaf0;
}

.bg-dash-3 {
    background-color: #101230;
}

/* Calendario */
.calendar-wrapper {
    position: relative;
    min-height: 600px;
}

#calendarLoader {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--dash-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scrollable-panel {
    max-height: 400px;
    overflow-y: auto;
}

/* Index Mobile/Tablet Responsive */
@media (max-width: 991px) {
    .calendar-wrapper {
        min-height: auto;
    }

    .panel-body {
        padding: 5px;
    }

    .fc-toolbar-title {
        font-size: 1.2em !important;
    }
}


/* --- 2. NAVBAR --- */

/* Estilos base */
.mante-navbar {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    min-height: 60px;
}

/* Contenedor centralizado para los módulos */
.navbar-center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.navbar-center-container>ul {
    pointer-events: auto;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* Botones "Pill" */
.mante-nav-pill {
    display: block;
    padding: 5px 10px !important;
    background-color: #101230;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin-top: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Hover y Activo */
.mante-nav-pill.pill-venues:hover {
    background-color: #bdbf09 !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.mante-nav-pill.pill-catering:hover {
    background-color: #ff921c !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.mante-nav-pill.pill-av:hover {
    background-color: #00bf8c !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.mante-nav-pill img {
    width: 120px;
    height: auto;
    display: block;
}

.mante-nav-pill .img-def {
    display: none;
}

.mante-nav-pill .img-hov {
    display: block;
}

.mante-nav-pill:hover .img-def {
    display: block;
}

.mante-nav-pill:hover .img-hov {
    display: none;
}

.mante-nav-pill.pill-venues.active {
    color: #bdbf09 !important;
    border-color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
}

.mante-nav-pill.pill-catering.active {
    color: #ff921c !important;
    border-color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
}

.mante-nav-pill.pill-av.active {
    color: #00bf8c !important;
    border-color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
}

/* Menú de usuario */
.navbar-right {
    margin-right: 0;
}

.user-link {
    color: #fff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: flex !important;
    align-items: center;
}

.user-avatar-wrapper {
    position: relative;
    margin-right: 8px;
}

.user-img {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.notification-dot {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 9px;
}

.user-name {
    margin-right: 5px;
    font-weight: 500;
    opacity: 1;
}

.dropdown-menu>li>a {
    color: #101230;
    padding: 8px 20px;
}

.dropdown-menu>li>a:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
    color: #101230 !important;
}

.dropdown-menu .divider {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Navbar Mobile / Tablet Responsive */
@media (max-width: 768px) {
    .navbar-center-container {
        position: static;
        height: auto;
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .navbar-center-container>ul {
        display: inline-block;
    }

    .navbar-center-container>ul>li {
        display: inline-block;
        margin: 0 5px;
    }

    .mante-nav-pill {
        margin-top: 0;
        padding: 6px 12px !important;
        font-size: 11px;
    }

    .user-link {
        justify-content: flex-start;
    }
}


/* --- 3. SIDEBAR --- */

.category-title .glyphicon-chevron-down {
    transition: transform .2s ease;
}

.category-title a[aria-expanded="true"] .glyphicon-chevron-down {
    transform: rotate(180deg);
}

/* Sidebar Desktop */
@media (min-width: 992px) {
    .sidebar.sidebar-main {
        padding-top: 20px;
        position: fixed;
        left: 0;
        top: var(--header-h, 0);
        height: calc(100vh - var(--header-h, 0));
        width: 280px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background-color: var(--sidebar-bg) !important;
        z-index: 1040;
    }

    .content-wrapper,
    .page-content,
    .content {
        margin-left: 280px;
    }
}

/* Sidebar Mobile/Tablet */
@media (max-width: 991px) {
    .sidebar.sidebar-main {
        padding-top: 15px;
        position: fixed;
        left: -320px;
        top: 60px;
        height: calc(100vh - 60px);
        width: 280px;
        overflow-y: auto;
        overscroll-behavior: contain;
        background-color: var(--sidebar-bg) !important;
        z-index: 1050;
        transition: left 0.3s ease;
    }

    .sidebar.sidebar-main.sidebar-mobile-expanded {
        left: 0;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.5);
    }

    .content-wrapper,
    .page-content,
    .content {
        margin-left: 0 !important;
    }
}

/* Cabeceras y Activo */
.sidebar.sidebar-main .sidebar-category .category-title {
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 10px;
    transition: color .15s ease;
}

.sidebar.sidebar-main .sidebar-category .category-title:hover {
    border-radius: 10px;
    padding: 8px 15px;
    margin: 0 10px;
    background-color: var(--sidebar-accent) !important;
    color: #101230;
    transition: color .15s ease;
}

/*.sidebar.sidebar-main .sidebar-category .category-title i, .sidebar.sidebar-main .sidebar-category .category-title .glyphicon { color: var(--sidebar-accent) !important; transition: color .15s ease;}*/
/*.sidebar.sidebar-main .sidebar-category .category-title i, .sidebar.sidebar-main .sidebar-category .category-title .glyphicon:hover { color: #101230; transition: color .15s ease;}*/
.sidebar.sidebar-main .sidebar-category i,
.sidebar.sidebar-main .sidebar-category .glyphicon {
    color: var(--sidebar-accent) !important;
    transition: color .15s ease;
}

.sidebar .nav.nav-sidebar>li>a:hover i,
.sidebar .nav.nav-sidebar>li.active>a i {
    color: #101230 !important;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:active {
    background-color: var(--sidebar-accent);
    color: #101230;
}

/* JS custom styles */
.js-event-link {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

/* Cursor por defecto para todos */