/* estilos pesonalizados a nivel global */
/* Modificar variables globales de csss*/
:root {
    --bs-nav-pills-link-active-bg: #d2d2d2;
    --bs-nav-pills-link-active-color: #464646;
}
.nav-pills .nav-link.active {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color);
}
@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Regular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Peru';
    src: url('../fonts/BreePeru/BreePeru_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clan OT';
    src: url('../fonts/FF Clan OT/FF Clan OT Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Clan OT';
    src: url('../fonts/FF Clan OT/FF Clan OT Book.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/*.g-recaptcha iframe {
    width: 500px !important;
    height: 74px !important;
}
.rc-anchor-normal {
    height: 74px!important;
    width: 500px!important;
}
#rc-anchor-container {
    height: 74px !important;*/ /* Asegura que el iframe ocupe todo el ancho del contenedor */
    /*width: 500px !important;
}*/

/* Estilo base para asegurar que los divs de informaci�n no se superpongan */
.card {
    position: relative !important;
    margin-bottom: 2rem !important; /* Espaciado entre cada bloque */
    /*z-index: 1 !important;*/
}

@media (min-width: 992px) and (max-width: 1049px) {
    .nav-expand {
        width: 18%;
    }
}

/* Para pantallas menores a 1050px */
@media (max-width: 1050px) {
    .img-login {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; /* La imagen al fondo */
        object-fit: cover;
    }

    .btn-promperu {
        background-color: #e02d1b;
        color: white;
        font-weight: bold;
    }
    .margim-bot-modal {
        margin-bottom: 1.5rem;
        /*height: 35rem;*/
    }

    .card {
        width: 100% !important;
        margin-bottom: 2rem !important; /* Mantener espacio entre los bloques */
    }

    .col-5, .col-md-6 {
        width: 100% !important;
       /* padding: 2rem !important;*/
    }

    .p-4.pl-8 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .card-body {
        padding: 2rem !important;
    }
}
/* Asegura que la superposici�n no ocurra en pantallas peque�as */
@media (max-width: 768px) {
    .card {
        margin-bottom: 1.5rem !important; /* Ajustar margen si es necesario */
    }
}

.position-fixed {
    top: 40%;
}

@media (max-width: 1199px) {
    .list-unstyled img {
        width: 35px;
        height: 35px;
    }

    .list-unstyled + p {
        display: none;
    }

    .position-fixed {
        top: 31.5%;
        right: 10px;
    }
}

@media (max-width: 768px) {
    .list-unstyled img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .position-fixed {
        top: 25%;
    }
}

@media (max-width: 375px) {
    .position-fixed {
        top: 40%;
    }
}

* {
    font-family: 'Bree Peru';
}

.btn-flotante {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.modal-content {
    position: relative !important;
}

.no-edit {
    pointer-events: none;
    user-select: none;
}

.toast-container .ngx-toastr {
    margin-top: 30% !important;
}

.header {
    background-color: #e02d1b !important;
    padding: 10px;
    color: white;
    line-height: 40%;
}

.boton-header {
    color: #e02d1b;
    font-weight: bold;
}

/*.navbar-nav {
    font-weight: bold;
} 

.nav-item {
    margin-left: 20px;
    margin-right: 20px;
}*/

    .nav-item img {
        margin-right: 5px;
    }

.nav-link {
    color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: white;
}

.navbar-nav .dropdown-menu {
    background-color: #e02d1b;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.boton {
    background-color: #e02d1b;
    color: white;
    font-weight: bold;
}

.form-control {
    border-color: #1d1d1b;
}

a {
    color: black;
    text-decoration: none;
}

.aside-index {
    position: fixed;
    z-index: 500;
    top: 300px;
    right: -12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-bottom: 0px;
    overflow: hidden;
}

.red-social a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    margin: 0px 0;
    text-align: center;
    line-height: 1.55;
}

.red-social {
    font-size: 21px;
    line-height: 1.8;
}

    .red-social p {
        writing-mode: vertical-lr;
        font-weight: bold;
        transform: rotate(-180deg);
        font-size: 0.7em;
        width: 20px;
        margin-top: 5px;
    }

.icon {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    color: #fff;
    margin: 5px auto;
    background-position: center;
    background-size: contain;
}

.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input:checked {
    background-color: #e02d1b;
    border-color: #e02d1b;
}

.footer {
    background-color: #e02d1b;
    padding: 30px;
    color: white;
    line-height: 200%;
}

    .footer div {
        font-weight: bold;
    }

        .footer div a {
            text-decoration: none;
            color: white;
        }

.text-lighter {
    font-weight: lighter;
}

.text-52 {
    font-size: 52px;
}

.text-34 {
    font-size: 34px;
}

.text-30 {
    font-size: 30px;
}

.text-27 {
    font-size: 27px;
}

.text-21 {
    font-size: 21px;
}

.text-16 {
    font-size: 16px;
}

.text-15 {
    font-size: 15px;
}

.text-14 {
    font-size: 14px;
}

.texto-centrado {
    display: flex;
    align-items: center;
}

.w-60 {
    width: 60%;
}

.color {
    color: #e02d1b;
}

.derecha {
    justify-content: right;
}

.fondo2 {
    margin-top: -30px !important;
    padding-top: -200px !important;
    margin: 20px 0 0 700px;
}

.fondo3 {
    width: 100px !important;
    height: 300px;
    background: #e02d1b;
}

.fondo {
    width: 50%;
    height: 500px;
    border-radius: 10px;
}

/* .fondo_1 {
visibility: visible;
}
.fondo_2 {
  display: none;
  } */

/*.descripcion {
    padding-left: 100px;
    padding: auto;
    padding-top: 10px 0 80px 20px;
} */

.bg-red {
    background: rgb(239 68 68);
}
.bg-orange {
    background: rgb(249 115 22);
}
.bg-green {
    background: rgb(34 197 94);
}
.bg-red-white {
    background: rgb(254 117 107);
}
.bg-gray {
    background: rgb(132 132 133);
}
.btn-custom {
    background-color: #fbfdff;
    color: #007bff;
    font-weight: bold;
    border: 1px solid #007bff;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.btn-custom:hover {
    background-color: #d6eaff;
    color: #0056b3;
    border-color: #0056b3;
}
.btn-custom:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.ms-2 {
    margin-left: 10px;
}
.texto-clan-OT {
    font-family: "Clan OT";
}

.modalCrearCuentas {
    max-width: 80%;
}

.content {
    padding: 25px;
}

.w-100 {
    width: 120px !important;
}

.w-140 {
    width: 140px !important;
}

.fondoBlancoRegistrar {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: -15%;
    width: 100%;
    height: 130%;
    border-radius: 8px;
}

.botom2 {
    background-color: #e02d1b;
    transition: background-color 0.5s;
}

    .botom2:hover {
        background: #a31810;
        color: rgb(247, 247, 247);
    }

@media (min-width: 992px) {
    .derecha {
        max-width: 100%;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    .derecha {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .derecha {
        max-width: 100%;
        justify-content: center;
    }

    .fondo {
        width: 100%;
    }

    .texto-centrado {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .card-login .my-5 {
        margin-top: 0rem !important;
    }

    .derecha {
        justify-content: center;
    }

    .fondoBlancoRegistrar {
        background-color: rgb(255, 255, 255);
        position: absolute;
        height: 100%;
        width: 95%;
        padding-left: 0;
        border-radius: 8px;
    }

    .fondo {
        width: 100%;
        height: 560px;
        border-radius: 8px;
    }

    .modalCrearCuentas {
        max-width: 100%;
    }


    .content {
        padding: 20px;
    }

    .w-100 {
        width: 130px !important;
    }

    .nav-item.nav-link {
        align-items: center;
    }

        .nav-item.nav-link img {
            margin-bottom: 4px;
        }

    #buttonMenu {
        display: none;
    }

    /*#divBlanco {
        display: none;
    }

    @media (max-width: 576px) {
        #divBlanco {
            display: block !important;
        }
    }

    @media (max-width: 300px) {
        #divBlanco {
            display: block !important;
            padding: 0.5rem;
            font-size: 1rem;
        }
    }*/

    li {
        color: white;
    }

    .margin-top-4 {
        margin-top: 1.5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    .modal-createn {
        width: 230%;
        top: -19%;
    }

    .modal-createn-top {
        padding-top: 10% !important;
    }
}

.expand-btn {
    width: 8.3333%;
}

@media (min-width: 768px) and (max-width: 1361px) {
    .expand-btn {
        width: 100%;
    }

    .expand-div {
        width: 18.6%;
    }
}

@media (max-width: 767px) {
    .expand-btn {
        width: 100%;
    }

    .expand-div {
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.div-plomo {
    background-color: #676767;
    color: white;
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5) !important;
}

.table {
    border-radius: 15px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #676767;
    color: #676767;
    border-color:#000 !important;
}


    .table th, .table td {
        border: 1px solid #676767;
    }

    .table thead th:first-child {
        border-top-left-radius: 15px;
    }

    .table thead th:last-child {
        border-top-right-radius: 15px;
    }

    .table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
    }

    .table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 15px;
    }

.inputheight {
    height: 40px;
}

.background-green {
    background-color: #004c23;
}

.color-green {
    color: #004c23;
}

.background-gray {
    background-color: #676767;
}

.color-gray {
    color: #676767;
}




/***************Para componentes  table**********/
th, td {
    border: none !important;
    border-bottom: 1px solid #676767 !important;
    border-right: 1px solid #676767 !important;
    vertical-align: middle !important;
    text-align: center !important;
    min-width: 40px;
    max-width: 300px;
    word-wrap: break-word;
}


.table-bordered tbody tr:last-child td {
    border-bottom: none !important;
}

.table-bordered tbody tr td:last-child {
    border-right: none !important;
}

.table-bordered thead th:last-child {
    border-right: none !important;
}
.table-bordered, .table-bordered th, .table-bordered td {
    border: 1px solid #676767;
}

.tabla-responsiva {
    width: 100%;
    table-layout: fixed; 
}

.tabla-responsiva th:first-child, .tabla-responsiva td:first-child {
    width: 50px !important;
}

.tabla-responsiva th:not(:first-child), .tabla-responsiva td:not(:first-child) {
    width: calc((100% - 70px) / 7); 
}

@media (max-width: 1000px) {
    .tabla-responsiva {
        width: 100%;
        table-layout: auto;
    }
}

@media (max-width: 537px) {
    .imgLogo{
        width: 90px;
    }
}

.dtr-title, .dtr-data{
    color: #0f0f0f !important;
}

.marginPersonalizadoDashboard{
    margin-right: 40px !important;
}
@media (max-width: 991px) {
    .marginPersonalizadoDashboard {
        margin-right: 0px !important;
    }
}

.titleCerrarSesion{
    display: block;
}

@media (max-width: 1377px) {
    .titleCerrarSesion{
        display: none;
    }
}




/**********CARD STYLE CRISTIAN**********/

.xs-card-login {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 500px;

}


.login-input {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.login-input i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 18px;
    pointer-events: none;
}

.login-input input {
    width: 100%;
    padding: 10px 40px;
    border: none;
    border-radius: 8px;
    background-color: #f7f7f7;
    color: #676767;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.login-input input::placeholder {
    color: #676767;
}

.login-input input:focus {
    background-color: #f7f7f7;
    color: black;
    outline: none;
    box-shadow: none;
}

.login-input input:focus::placeholder {
    color: #676767;
}

.login-input small {
    position: absolute;
    bottom: -20px;
    left: 40px;
    font-family: 'Clan OT'!important;
    font-size: 12px;
}



.xs-btn {
    border-radius: 10px !important;
    background-color: transparent !important;
    padding: 10px 10px !important;
    height: 50px;
    cursor: pointer !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
    outline: none !important;
}

.xs-btn:hover {
    outline: none !important;
}

.xs-btn-pdf {
    border: 1px solid #E63528 !important;
    color: #E63528 !important;
    height: 50px;
}

.xs-btn-pdf:hover {
    background-color: rgba(230, 53, 40, 0.1) !important;
}

.xs-btn-excel {
    border: 1px solid #207245 !important;
    color: #207245 !important;
    height: 50px;
}

.xs-btn-excel:hover {
    background-color: rgba(32, 114, 69, 0.1) !important;
}

.xs-btn-accion {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    background-color: transparent;
    color: #212529 !important;
    font-size: 14.4px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.xs-btn-accion i {
    font-size: 16px;
    line-height: 1;
}

.xs-btn-accion:hover {
    color: #1967D2 !important; 
}

.xs-btn-nuevo {
    background-color: #E63528;
    min-width: 120px !important;
    max-width: 120px !important;
    font-weight: 500;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    height: 50px;
    transition: background-color 0.3s ease;
}

.xs-btn-nuevo:hover {
    background-color: #F7493C;
}

.xs-btn-volver{
    min-width: 120px !important;
    max-width: 120px !important;
    height: 50px !important;
}

.xs-btn-guardar {
    background-color:  #E63528 !important;
    font-weight: 500 !important; 
    color: white !important; 
    width: 100% !important;
    transition: background-color 0.3s ease;
}

.xs-btn-guardar:hover {
    background-color: #F7493C !important;
}


.xs-label-input{
    font-family: Clan OT!important;
    font-weight: bold;
    font-size: 15px;
    width: 100% !important;
}
.xs-label-input .requerid{
    color: #F7493C;
}

.xs-input{
    border: 1px solid #676767 !important;
}

.xs-select{
    border-radius:0.5rem;
    border: 1px solid #676767 !important;
}

.xs-text-info{
    color: #676767;
}
@media (max-width: 768px) {
    .xs-text-modal{
        font-size: 14px !important;
    }
}

/*********************START STYLE BARRA LATERAL***********************/
.xs-sidebar {
    position: relative;
    top: 0;
    left: 0;
    min-height: 80vh;
    width: 80px;
    background: #E63528;
    padding-top: 50px;
    transition: width 0.3s ease;
}

.xs-sidebar .xs-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #E63528;
    height: 100%;
}

.xs-sidebar .xs-nav-links li {
    position: relative;
    height: 50px;
    list-style: none;
}

.xs-sidebar .xs-nav-links li.active {
    border-left: 5px solid #F7493C;
}

.xs-sidebar .xs-nav-links li:hover {
    background: #F7493C;
}

.xs-sidebar .xs-nav-links li .xs-icon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xs-sidebar .xs-nav-links li i {
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: white;
}

.xs-sidebar .xs-nav-links li a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.xs-sidebar .xs-nav-links li a .xs-link-name {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

.xs-sidebar .xs-nav-links li .xs-title-link {
    position: absolute;
    top: 0;
    left: 100%;
    height: 50px;
    white-space: nowrap;
    z-index: 1000;
    display: none;
    background: #F7493C;
}

.xs-sidebar .xs-nav-links li:hover .xs-title-link {
    display: block;
}

.xs-sidebar .xs-nav-links li .xs-title-link a {
    display: flex;
    align-items: center;
    color: white;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    height: 100%;
}

.xs-sidebar .xs-nav-links li .xs-title-link .xs-sub-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #E63528;
    z-index: 1000;
    white-space: nowrap;
}

.xs-sidebar .xs-nav-links li .xs-title-link:hover .xs-sub-menu {
    display: block;
}

.xs-sidebar .xs-nav-links li .xs-title-link .xs-sub-menu li {
    padding: 10px 15px;
}

.xs-sidebar .xs-nav-links li .xs-title-link .xs-sub-menu li:hover {
    background: #F7493C;
}

.xs-sidebar .xs-nav-links li .xs-title-link .xs-sub-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}




.close-icon {
    border: none;
    background: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}
.close-icon:focus {
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5) !important;
}
.close-icon i {
    font-size: 1rem;
}


.list-group-item{
    margin: 0 !important;
    padding: 0 !important;
    background: #E63528 !important;
    width: 100% !important;
    border: none !important;
}
.list-group-item > a.xs-item-collapse {
    padding: 10px 20px 10px 20px !important;
    background: #E63528 !important;
    text-decoration: none;
    color: white;
    border: none !important;
}

.list-group-item > a.xs-item-collapse:hover {
    background: #F7493C !important;
}

.list-group-item .sub-item-collapse{
    padding: 10px 0  10px 44px !important;
}

.list-group-item .sub-item-collapse a {
    color: white !important;
    text-decoration: none !important;
}

.list-group-item .sub-item-collapse:hover{
    background: #F7493C !important;
}


/*********************END STYLE BARRA LATERAL***********************/

.xs-btn-archivo {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    background-color: transparent;
    color: inherit;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.xs-btn-archivo i {
    font-size: 16px;
    line-height: 1;
}

.xs-btn-archivo .upload-success {
    color: #1A9C4A;
    font-size: 18px !important;
}

.xs-btn-archivo:hover {
    color: #1967D2 !important;;
}


/**********************START TOGGLE RESPOONSIVE*******************/
.navbar-toggler {
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5) !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/**********************END TOGGLE RESPOONSIVE*******************/


/**********************START BUTTON CERRAR SESSION*******************/
.xs-logout {
    background-color: white !important;
    color: #E63528 !important;
    display: flex !important;
    font-size: 1.2rem !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease !important;
}

.xs-logout .logout-icon {
    filter: invert(27%) sepia(89%) saturate(749%) hue-rotate(344deg) brightness(94%) contrast(97%)!important;
    margin-right: 8px !important;
    transition: filter 0.3s ease !important;
}

.xs-logout:hover {
    color: black !important;
    background-color: #f9f9f9 !important;
}

.xs-logout:hover .logout-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%) !important;
}
/**********************END BUTTON CERRAR SESSION*******************/




/**********************START SVG LOGIN************************/

.svg-superior {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    color: black !important;
    filter: grayscale(30%) brightness(95%) contrast(105%);
}

.svg-inferior {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    filter: grayscale(30%) brightness(95%) contrast(105%);
}

@media (max-width: 1200px) {
    .svg-superior, .svg-inferior {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .svg-superior, .svg-inferior {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .svg-superior, .svg-inferior {
        width: 150px;
    }
}


/********************COLORES DE ESTADO*****************/

.xs-bg-estado-uno{
    background-color: #22C55E !important;
}

.xs-bg-estado-dos{
    background-color: #848485 !important;
}

.xs-bg-estado-tres{
    background-color: #76A0EA !important;
}

.xs-bg-estado-cuatro{
    background-color: #F97316 !important;
}

.xs-bg-estado-cinco{
    background-color: #EF4444 !important;
}

.xs-bg-estado-seis{
    background-color: #FFAF2E !important;
}

.xs-bg-estado-siete{
    background-color: #1A9C4A !important;
}

.xs-bg-estado-ocho{
    background-color: #FE756B !important;
}

.form-check input , .form-check label {
    cursor: pointer !important;
}
/**COLORES DE ESTADO DE LICENCIA**/
.bg-le-vigente{
    --bs-bg-opacity: 1;
    background-color: #01913b !important;
}
.bg-le-suspendida{
    --bs-bg-opacity: 1;
    background-color: #e02d1b !important;
}
.bg-le-caducada{
    --bs-bg-opacity: 1;
    background-color: #e5386a !important;
}
.bg-le-descargo-registrado{
    --bs-bg-opacity: 1;
    background-color: #605e5e !important;
}
.bg-le-revocada{
    --bs-bg-opacity: 1;
    background-color: #e75f00 !important;
}


.table-modal {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}
.table-modal th:first-child,
.table-modal td:first-child {
    border-top-left-radius: 10px;
}

.page-item.active .page-link {
    background-color: #e02d1b !important;
    color: white !important;
    border-color: #e02d1b !important;
}


/*****************START VIRTUALSELECT****************/
.vscomp-ele {
    max-width: none !important;
    width: 100% !important;
}

.vscomp-toggle-button {
    width: 100%;
    height: 38px;
    border: 1px solid #676767 !important;
    border-radius: 6px;
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 1 !important;
    font-size: 16px !important;
}

.vscomp-option-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}


.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.vscomp-value{
    font-size: 16px !important;
}


/*****************END VIRTUALSELECT****************/


/********************START MENU PRINCIPAL************************/
.sidebar {
    position: fixed;
    top: 10vh;
    left: -80px;
    height: 100%;
    width: 80px;
    background: #E63528;
    z-index: 100;
    transition: all 0.5s ease;
}

.sidebar.administrador {
    left: 0;
    transition: all 0.5s ease;
}


.home-section {
    position: relative;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f6f6;
}

.sidebar.administrador ~ .home-section {
    left: 80px;
    width: calc(100% - 80px);
    transition: all 0.5s ease;
}

@media (max-width: 991px) {
    .sidebar {
        left: -80px !important;
        transition: all 0.5s ease;
    }
    .sidebar.administrador ~ .home-section {
        left: 0 !important;
        width: 100% !important;
        transition: all 0.5s ease;
    }
    .navigation {
        padding-left: 20px !important;
        padding-right: 20px !important;
        transition: all 0.5s ease;
    }
    .text-footer{
        font-size: 12px;
    }
}

.home-section .content-principal {
    margin-top: 10vh;
    flex-grow: 1;
}

.navigation {
    left: 0;
    width: 100%;
    height: 10vh;
    background: #E63528;
    position: fixed;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 100;
    padding-left: 80px;
    padding-right: 80px;
    transition: all 0.5s ease;
}

.xs-footer {
    padding: 20px;
    position: relative;
    color: white;
    text-align: center;
    height: 10vh;
}