/* Colores ADSIB */
/*
Naranja  - #ea5b11
Amarillo - #ffe000
Fucsia   - #e6007e
Celeste  - #009fe3
Rojo     - #e30613
Verde    - #94c11f
Violeta  - #792182
Azul     - #1d3478
*/

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #3f8abf !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout>:last-child {
    margin-bottom: 0
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout .highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.bd-callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5)
}

.bd-callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5)
}

.bd-callout-danger {
    --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
    --bd-callout-border: rgba(var(--bs-danger-rgb), .5)
}

.menu-lateral {
    font-weight: bold !important;
}

.menu-lateral .titulo {
    line-height: 40px;
    font-size: 24px;
    color: #666666;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
}

.menu-lateral>ul,
.menu-lateral>ul>li {
    list-style-type: none;
}

.menu-lateral>ul {
    margin: 0;
    padding: 0;
}

.menu-lateral li {
    display: block;
}

.menu-lateral a {
    text-decoration: none;
    color: #666666;
    display: block;
    text-align: left;
    border: 0px solid #CCC;
    border-width: 0px 0px 1px 0;
    padding: 10px 0px 10px 10px;
}

.menu-lateral a:hover {
    background-color: #F5F5F5;
    color: #333;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

.icono-flotante {
    display: scroll;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
}

.circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #0774bd;
    color: white;
    text-align: center;
    font-size: 24px;
}

.text-justify {
    text-align: justify;
}

.card-custom {
    background-color: #103ccc;
    /* Fondo azul */
    color: white;
    /* Texto blanco */
    border-color: #040c14;
    /* Borde azul */
}

.note-content {
    margin-left: 6.5rem;
    /* Ajusta este valor según sea necesario */
    margin-top: 0.1;
    text-align: justify;
    /* Justifica el texto si es necesario */
}

.tutorial p {
    text-align: justify !important;
}

  .btn-flotante {
    position: fixed;
    bottom: 160px; /* Separado del borde inferior */
    right: 55px; /* Separado del borde derecho */
    background-color: #215b9e; /* Color de fondo */
    color: white; /* Color del texto o icono */
    border: none;
    padding: 10px 18px;
    border-radius: 50%; 
    text-align: center;
    font-size: 18px;
    z-index: 1000; 
    box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
    text-decoration: none;
  }

  .btn-flotante:hover {
    background-color: #4381df; 
    text-decoration: none;
  }

  .configuracion {
       background-color: #eef6ff; 
       padding: 10px; 
       border-left: 4px solid #007bff; 
       border-radius: 5px; 
       font-family: 'Courier New', monospace;
    
  }