:root {
    --color-azul: #064680;
    --color-azul-claro: #1489c7;
    --color-verde: #128545;
    --color-morado: #064680;
    --color-blanco: #ffffff;
    --color-naranja: #ea5b0c;
    --primary: #e74c3c;
    --secondary: #3498db;
    --accent: #f39c12;
    --dark: #2c3e50;
    --light: #ecf0f1;
    --success: #27ae60;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* background-color: #f4f6f9; */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow-x: hidden;
}

.pointer{
    cursor: pointer;
}

.d-grid{
    display: grid;
}

.borde-encabezado {
    width: 5px;
    height: 51px;
    background-color: var(--color-morado);
}



/* input file */
input.form-control[type=file] {
    padding: 3px 15px;
}

/* OGNANIZAR */
.btn-eje {
    transition: all 1s ease 0.1s;
}

.btn-eje:hover,
.btn-eje:active,
.btn-eje:focus {
    transform: scale(1);
    -webkit-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    /* padding: 5px; */
    border-radius: 10px;
}

/* ---------------------------------------- */

.nav-tabs {
    border-bottom: 1px solid var(--color-morado);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: var(--color-morado) var(--color-morado) var(--color-morado);
}


.rounded-pill-left {
    border-radius: 30px 0px 0px 30px;
}

.rounded-pill-right {
    border-radius: 0px 30px 30px 0px;
}

.card-personalizada {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px
}

.boton-esquina-derecha {
    right: -10px;
    top: -10px;
    background: #c8d7e5;
    border: none;
    padding: 5px;
    border-radius: 5px;
    z-index: 2;
    position: absolute;
}

/* Clases para cascada de estados */
.revision {
    background-color: #17a2b8;
}

.aprobado {
    background-color: var(--color-verde);
}

.pendiente {
    background-color: var(--color-morado);
}

.rechazado,
.correccion {
    background-color: #dc3545;
}

.revision,
.aprobado,
.rechazado,
.correccion {
    color: white;
}


/* ------------------------------------------------------ */

/* Estilos para nav-tabs */

.nav-tabs a {
    color: var(--color-azul);
}

/* -------------------------------------------------------- */

/* ESTILOS PARA EL HOME */

.cajon-info {
    background-color: rgb(247 250 255);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    height: 250px;
}

.content-principal {
    background-color: #662681
}

.logo-mipyme {
    max-height: 110px;
}

.img-carpeta,
.img-buscar {
    max-height: 100px
}

/* ----------------------------------------------------------------------------------- */

/* Clases de estados actividad */

.actividad-pendiente {
    background-color: #e0a800;
    border-color: #d39e00;
}

.actividad-revision {
    background-color: #138496;
    border-color: #117a8b;
}

.actividad-correccion {
    background-color: #5a6268;
    border-color: #545b62;
}

.actividad-finalizado {
    background-color: #218838;
    border-color: #1e7e34;
}

.actividad-atrasada {
    background-color: #c82333;
    border-color: #bd2130;
}

.actividad-cancelada {
    background-color: var(--color-morado);
}

/* Estados Proyecto */


.proyecto-ejecucion {
    background: rgb(42, 49, 128);
    background: linear-gradient(90deg, rgba(42, 49, 128, 1) 0%, rgba(0, 150, 64, 1) 35%, rgba(102, 38, 129, 1) 100%);
}


/* Clase para texto input file bootstrap */
.custom-file-label::after {
    content: "Buscar" !important;
}

/* Clase para requeridos por Jhordy */
.requerido::after {
    content: " (*)";
    color: red;
}

/* Fin requerido */
td,
th {
    vertical-align: middle !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid var(--color-azul);
    border-radius: 20px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    /* outline: 0; */
    overflow: hidden;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid var(--color-azul);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid var(--color-azul);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.borde {
    border: 1px solid #dee2e6;
}

.borde-table-start {
    border-radius: 5px 0px 0px 0px;
}

.borde-table-end {
    border-radius: 0px 5px 0px 0px;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.content-wrapper {
    background-color: transparent;
}

.vaya-fondo {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    /* opacity: 0.5; */
}

.card-personalizada {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 15px
}

.centro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text-azul {
    color: var(--color-azul);
}

.text-azul-claro{
    color: var(--color-azul-claro);
}

.bg-azul {
    background-color: var(--color-azul) !important;
}

.text-verde {
    color: var(--color-verde);
}

.bg-verde {
    background-color: var(--color-verde);
}

.text-morado {
    color: var(--color-morado);
}

.text-center {
    text-align: center;
}


.bg-morado {
    background-color: var(--color-morado);
}

.text-blanco {
    color: var(--color-blanco);
}

.bg-azul-claro {
    background-color: var(--color-azul-claro);
}

.zoom-iconos {
    transition: all 1s ease 0.1s;
}

.zoom-iconos:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    /* padding: 5px; */
    border-radius: 10px;
}

.titulo-header {
    border-bottom: solid 2px var(--color-azul);
    background-color: #9e89891a;
    /* border-radius: 10px; */
}


[type=checkbox] {
    width: 1.8em;
    height: 1.8em !important;
}

[type=checkbox]:disabled {
    background-color: #999;
}

:checked[type=checkbox] {
    background-color: var(--color-azul);
}



.form-check-input[type=radio] {
    width: 1.8em;
    height: 1.8em !important;
}

.form-check-input:checked[type=radio] {
    background-color: var(--color-azul);
    background-image: none;
}

.bg-personalizado {
    background: linear-gradient(133deg, rgba(0, 105, 150, 0.7511379551820728) 0%, rgba(124, 184, 40, 0.7455357142857143) 100%);
}



.nav-pills .nav-link:not(.active):hover {
    color: var(--color-azul);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color-azul);
}


/* ----------------------------------------------------------------------------------------------------- */


/*  BOTONES  */

.btn-outline-primary {
    color: var(--color-azul);
    border-color: var(--color-azul);
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    color: #fff;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}


/* --------------------------------------------------------------------------------------------------------- */


/* ventana modales */

.shadow-modal {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.40) !important;
}


/* ------------------------------------------------------------------------------------------ */


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 15px;
}

::-webkit-scrollbar-button:increment {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-azul);
/* background: linear-gradient(0deg,rgb(23, 89, 171) 0%, rgba(8, 134, 119, 1) 100%); */
    background: linear-gradient(to right, var(--color-azul), var(--color-azul-claro));
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* ------------------------------------------------------------------------------------------------------------- */

.ms-container {
    background: transparent url(../img/switch.png) no-repeat 50% 50%;
    width: 100% !important;
}


/* TABLAS  */

.border-tabla-start {
    border-radius: 20px 0px 0px 0px;
}

.border-tabla-end {
    border-radius: 0px 20px 0px 0px;
}


/* ----------------------------------------------------- */


/* PAGINACIÓN */

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color-azul);
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-azul);
    border-color: var(--color-azul);
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Estilo label checkbox */

.form-check-label {
    margin-left: 1.5em;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* Ícono ver contraseña */
/* .input-group-prepend input {
    padding: 9px 42px 9px 12px;
}

.eye {
    position: relative;
    right: 35px;
} */

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Botón WhatsApp */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 10px;
    background-color: rgb(196, 196, 196);
    color: rgb(24, 85, 16);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0px 0px 3px 10px rgba(40, 184, 40, 0.5);
    border: 1px solid rgb(110, 110, 110);
}

.float:hover {
    text-decoration: none;
    color: var(--verde);
    background-color: #25D366;
}

.my-float {
    margin-top: 14px;
}

/* _------------------------------------------------------------------------------- */


/*BOTON WPP*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 45px;
    right: 20px;
    background-color: var(--color-verde);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    box-shadow: 0px 0px 25px 10px rgb(124 184 40 / 70%);
}

.float:hover {
    text-decoration: none;
    color: var(--color-verde);
    background-color: #fff;
}

.my-float {
    margin-top: 14px;
}

/* --------------------------------------------- */


/* Miga de pan en proyectos y demas vistas referentes a el */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* ------------------------------------------------------------------------------------------- */
.collapse {
    visibility: initial;
}

/* -------------------------------------------------------------------------------------------- */
/* Maquetación Objetivos */

.menu-objetivo {
    transition: all 1s ease 0.1s;
}

.menu-objetivo:hover,
.menu-objetivo.active {
    transform: scale(1.1);
    webkit-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    box-shadow: 3px 4px 24px -1px rgba(0, 0, 0, 0.31);
    border-radius: 10px
}




/* ------------------------------------------------------------------------------------------- */
/* Maquetación TRL */

/* .fixedTRL {
    position: fixed;
    bottom: 60px;
    left: 600px;
    width: 900px;
    height: 50px;
    border: 1px solid #73AD21;
  } */

  /* -------------------------------------------------------------------------------------------- */
/* Maquetación Conexión de Valor */

  .caja-evento {
    background: white;
    transition: all 0.4s ease-out;
    /* margin: 16px 21px 43px 26px; */
    border-radius: 21px;
    padding: 0px;
    width: 320px;
    margin: 2% 2%;
    border: solid 1px lightgray;
    /* box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);padding: 0px; */
}

.caja-evento:hover {
    transform: translateY(-15px);
    box-shadow: 2px 8px 16px 0px rgb(50 50 50 / 45%);
    padding: 0px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    width: 100%;
    /* height: 300px; */
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}


.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.w-40{
    width: 10rem;
}





    /* HOME EMPRESAAAAAAAAAAS */


 .content-banners {
    position: relative
}

.img-landing-banner {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.img-landing-logo {
    margin: auto;
    object-fit: cover;
    position: absolute !important;
    top: 69% !important;
    left: 19vh !important;
    transform: translate(-43%, -50%) !important;
}

@media (max-width: 768px) {
    .img-landing-logo {
        margin: auto;
        object-fit: cover;
        position: absolute !important;
        top: 68% !important;
        left: 50% !important;
        transform: translate(-43%, -50%) !important;
    }
}

.img-landing-logo img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.btn__container {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

/* ------------------------------------------------------------------------------------------------- */



/* Redes sociales en la HOME */

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em
}

.social-icons li {
    display: inline-block;
    margin: .15em;
    position: relative;
    font-size: 1.2em
}

.social-icons i {
    color: var(--azul);
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all 265ms ease-out
}

.social-icons a {
    display: inline-block
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    /* background: linear-gradient(45deg, #00B5F5, #002A8F); */
    background: white;
    transition: all 265ms ease-out
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #00B5F5;
    background: white;
    /* background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}


 .facebook {
    background: #3b5998
}

.instagram {
    background: linear-gradient(to right, #ff3019 0, #c90477 100%);
}

.whatsapp {
    background: #03c100;
}

.twitter {
    background: #019AD1;
}

.youtube {
    background: #D34836;
}

.linkedin {
    background: #069;
}

.pinterest {
    background: #cc0000;
}

.tiktok,
.tumblr {
    background: black;
}

.snapchat {
    background-color: #b6b32a;
}

.telegram {
    background-color: #5a9fe2;
}

.twitch {
    background-color: #a970ff;
}

.web {
    background: #069;
}


/* --------------------------------------------------------------------------------------------------------- */


/* Estados Locales */



:root {
    --primary: #e74c3c;
    --secondary: #3498db;
    --success: #27ae60;
    --warning: #f39c12;
    --info: #3498db;
    --dark: #2c3e50;
    --light: #ecf0f1;
    --disponible: #27ae60;
    --reservado: #f39c12;
    --ocupado: #e74c3c;
    --mantenimiento: #95a5a6;
}

.navbar-locales {
    background: white;
    padding: 1rem 5%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
}

/* .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
} */

.controls {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.controls-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.floor-selector {
    display: flex;
    gap: 0.5rem;
}

.floor-btn {
    padding: 0.8rem 1.5rem;
    border: 2px solid var(--light);
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    color: var(--dark);
}

.floor-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.floor-btn.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.search-box {
    flex: 1;
    min-width: 250px;
}

.search-box input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid var(--light);
    border-radius: 10px;
    font-size: 1rem;
}

.search-box input:focus {
    outline: none;
    border-color: var(--secondary);
}

.legend {
    background: white;
    padding: 1rem;
    border-radius: 0px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.legend h3 {
    margin-bottom: 1rem;
    color: var(--dark);
}

.legend-items {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.legend-color {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.map-container {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
}

.map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.map-title {
    font-size: 1.8rem;
    color: var(--dark);
}

.map-stats {
    display: flex;
    gap: 1rem;
}

.stat-badge {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.map-grid {
    display: grid;
    gap: 15px;
    min-width: 800px;
    position: relative;
    padding: 20px;
}

/* Layout circular/curvo para simular el edificio */
.map-grid.circular {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, 80px);
}

.local {
    background: var(--disponible);
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.local::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
}

.local:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.local.disponible {
    background: linear-gradient(135deg, #27ae60, #229954);
    color: white;
}

.local.reservado {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
}

.local.ocupado {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
}

.local.mantenimiento {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
    color: white;
}

.local-id {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.local-name {
    font-size: 0.85rem;
    opacity: 0.95;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.local-area {
    font-size: 0.75rem;
    opacity: 0.9;
    margin-top: auto;
}

.local-type {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.7rem;
}

/* Modal de detalles */
/* .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.modal.active {
    display: flex;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--light);
}

.modal-title {
    font-size: 1.8rem;
    color: var(--dark);
} */

.close-btn {
    background: var(--light);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.close-btn:hover {
    background: var(--primary);
    color: white;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--light);
}

.detail-label {
    font-weight: 600;
    color: #7f8c8d;
}

.detail-value {
    color: var(--dark);
    font-weight: 500;
}

.status-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.status-badge.disponible {
    background: var(--disponible);
    color: white;
}

.status-badge.reservado {
    background: var(--reservado);
    color: white;
}

.status-badge.ocupado {
    background: var(--ocupado);
    color: white;
}

.status-badge.mantenimiento {
    background: var(--mantenimiento);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }

    .map-grid {
        min-width: 100%;
        grid-template-columns: repeat(6, 1fr) !important;
    }

    .controls-row {
        flex-direction: column;
    }

    .floor-selector {
        width: 100%;
        overflow-x: auto;
    }
}

.view-toggle {
    display: flex;
    gap: 0.5rem;
    background: var(--light);
    padding: 0.3rem;
    border-radius: 10px;
}

.view-btn {
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
}

.view-btn.active {
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
