/*
 *  @Copyright (c) 2016 - 2023. XPanel® Hostiberi - Powerful CMS
 *  @Author: Hostiberi
 *  @Email: info@hostiberi.com
 *  @Filename: style.css
 *  @Last modified by: hostiberi
 *  @web: www.hostiberi.com
 */

.naranja {
    list-style: none; /* Elimina los bullets predeterminados */
    padding: 0;
}

.naranja li {
    position: relative;
    padding-left: 15px;
    margin-left: 20px;
}

.naranja li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: rgb(237,121,29);
    border-radius: 50%;
}

.btn-mas-info {
    background: rgba(255,255,255,0.9);
    border: 1px solid #fff;
    color: #000;
    transition: 0.4s ease-in-out;
    &:hover {
        background: rgba(255,255,255,1);
        border: 1px solid #cecece;
    }
}

.modal-title {
    color: #222;
}

.modal-info .nav-link {
    background: #9b9a9a;
    border-radius: 0;
    font-size: 0.8rem;
    &:hover {
        background: #737171;
    }
}

.modal-info h4 {
    background: #222;
    color: #2fea03;
    margin-bottom: 2rem;
    padding: 1rem;
}

.modal-info .title {
    color: #222;
}


.modal-info .nav-link.active {
    background: #737171;
    border-radius: 0;
    &:hover {
        background: #9b9a9a;
    }
}

.modal-info .nav-item {
    margin: 0;
}

.modal-info .tab-content {
    border: 2px solid #cecece;
}

span.divider {
    display: block;
    margin: 0.85rem 0 1.25rem;
    width: 95px;
    height: 7px;
    background: #2fea03;
}

.form-control {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.barra-header {
    background-color: rgb(237,121,29);
    height: 12px;
}

.dropdown-menu {
    --bs-dropdown-border-color: 0;
    --bs-dropdown-divider-bg: 0;
    background: transparent;
}
.dropdown-menu a {
    padding: .1rem 2rem 0 .8rem;
    background-color: #fff;
    color: #000;
}

.progress {
    height: 20px;
    font-size: 1.4rem;
    font-weight: bold;
}
.progress-bar.bg-success{
    height: 20px;
    font-size: 16px;
    background-color: limegreen!important;
}
.progress-bar.bg-warning{
    height: 3rem;
    background-color: orange!important;
}
.progress-bar.bg-danger{
    height: 3rem;
    background-color: orangered!important;
}

.aviso-acredita {
    color: rgb(52,119,138);
    border: 2px solid rgb(52,119,138);
    padding-top: 1rem;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 40px;
}
.color-link {
    color: rgb(130,168,182);
}

.link-contenido {
    display: block;
    padding-top: 1rem;
    color: rgb(130,168,182);
    font-size: 1.1rem;
    text-decoration: none; /* Elimina el subrayado predeterminado del enlace */
    transition: color 0.3s ease, transform 0.3s ease; /* Suaviza la transición del color y la transformación */
}

.link-contenido i {
    transition: color 0.3s ease, transform 0.3s ease; /* Suaviza la transición del color y la transformación */
}

.link-contenido:hover {
    color: rgb(130,168,182);
    font-weight: bold;
}

.link-contenido:hover i {
    color: rgb(130,168,182);
    transform: scale(1.1);
}

#accordionExample button {
    color: rgb(230,100,24)!important;
    font-weight: bold;
    background: #fafafa!important;
}