@import "estilos.css";

.bg_public {
    background: linear-gradient(#fdfdfd 50%, #ffffff 50%);
    height: 100vh;
    /* Ajusta la altura al tamaño de la ventana */
}

.fondo_Login {
    background: rgba(255, 255, 255, 0.726);
    /* sombre */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* Añade sombra */
}

.brand-link {
    text-decoration: none !important;
    /* Quita el subrayado del enlace */
}

.brand-link .brand-text {
    text-decoration: none !important;
    /* Asegura que el texto no tenga subrayado */
}

/* stiker */
.sticker-nueva-publicacion {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff3e3e;
    /* Color rojo llamativo */
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.btn-close {
    background-color: red !important;
    /* Color de fondo rojo */
    border-radius: 50% !important;
    width: 30px !important;
    /* Tamaño del botón */
    height: 30px !important;
    /* Tamaño del botón */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    /* Elimina el borde predeterminado */
}

.btn-close:hover {
    background-color: darkred !important;
    /* Color de fondo cuando el ratón pasa por encima */
}

/* BASE DE DATOS NAV */
.nav-pills .nav-link.active {
    background-color: var(--color-secundario);
    color: white;
}

.card {
    border: 1px solid #ddd;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.card-body button {
    margin: 5px;
}

.sombra {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sombra:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

/* MENU MAPA */
.tree ul {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.tree ul::before {
    content: "";
    border-left: 2px solid #4106e3;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.tree li {
    margin: 0;
    padding: 10px 5px;
    position: relative;
}

.tree li::before {
    content: "";
    border-top: 2px solid #004080;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 20px;
}

.tree li span {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.tree .nested {
    display: none;
}

.tree .active {
    display: block;
}

.tree a {
    color: #007bff;
    text-decoration: none;
}

.tree a:hover {
    text-decoration: underline;
}

/* menu */
/* Ejemplo de clases de colores */
.categoria-n1 {
    color: red;
}

.categoria-n2 {
    color: blue;
}

.categoria-n3 {
    color: green;
}

.categoria-n4 {
    color: orange;
}

.categoria-n5 {
    color: purple;
}

.categoria-n6 {
    color: brown;
}

.categoria-n7 {
    color: pink;
}

.categoria-n8 {
    color: teal;
}

/* activi */
