*{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
::-webkit-scrollbar {
    width: 10px; /* Ancho de la barra de desplazamiento */
    background-color: #d7d7d7;
  }
  
  /* Cambiar el color del pulgar de la barra de desplazamiento */
  ::-webkit-scrollbar-thumb {
    background-color: #d3b37e;;
  }
body,html{
    width: 100%;
    height: 100%;
    background-color: rgb(246, 246, 246);
    padding:0;
    margin:0;
}

.container-primary{
    width: 100% ;
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap:20px;
}
.container-primary .content-header{
    width: 100%;
    padding: 20px 10px 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.container-primary .general {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}
.container-primary .general .primary{
    font-size: 24px;
}
.container-primary .general .secondary{
    font-size: 16px;
    color: #868686;
}
.container-primary .detalle {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 12px;
    align-items: baseline;
}
.container-primary .detalle span{
    color: #797979;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.container-primary .detalle a{
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    align-items: baseline;
    color: #444;
}
.container-primary .detalle span:last-child{
    color: #444;
}
.container-primary #view{
    width: 100% ;
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap:20px;
}
.container-primary .lista-modulos,.lista-proyectos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.lista-proyectos{
    gap:20px
}
.lista-proyectos .proyecto{
    height: 170px;
    width: 170px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    transition: all 200ms ease-in-out;
}
.lista-proyectos .proyecto.activo{
    border: 2px solid #c3a574;
    animation:aumentar 200ms linear;
    animation-play-state: running;
    animation-fill-mode: forwards;
}
.lista-proyectos .proyecto .body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lista-proyectos .proyecto img{
    width: 100%;
    
}
.container-primary .frame{
    width: 100%;
    background-color: white;
    border-top:3px solid #d3b37e;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
}
.container-primary .frame .header{
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.container-primary .frame .header h3{
    font-family: 'Source Sans Pro',sans-serif;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
}
.submenu-opciones{

    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.submenu-opciones li{
    display: flex;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fbfbfb;
    transition:  all 100ms ease-in;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 2px solid transparent;
}
.submenu-opciones li a{
    width: 100%;
}
.submenu-opciones li:hover{
    border: 2px solid #c3a574;
   }
   .submenu-opciones li:hover a{
    color: #2b2b2b;
   }
.submenu-opciones li.active{
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #c3a574;
}
.submenu-opciones li.active a{
    color: white;
}
.container-primary .frame .body{

    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
 
}
.container-primary .frame .body .content-body{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
 
}
.frame-group-right{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: right;
    gap: 10px;
}
 .row-frame{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 10px;
}
 .column-frame{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

 .card{
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding:2rem;
    height:100%;
 }

.container-primary .frame .body .table-frame{
    overflow-x:auto;
    border-radius: 5px;
}
.container-primary .frame .body .table-frame .data{
    min-width: 600px;
}

.table-frame table {
    width: 100%;
    cursor: pointer;
}

.table-frame td img {
    width: 36px;
    height: 36px;
    margin-right: .5rem;
    border-radius: 50%;

    vertical-align: middle;
}

.table-frame.td-start td  {
    vertical-align: initial !important;
}

.table-frame table, 
.table-frame th, 
.table-frame td {
    border-collapse: collapse;
    padding: 1rem;
    text-align: left;
}

.table-frame table.center, 
.table-frame th.center, 
.table-frame td.center {
    text-align: center;
}

.table-frame thead th
 {
    top: 0;
    left: 0;
    background-color: #c3a574;
    color: white;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
}
.table-frame tfoot td
 {
    top: 0;
    left: 0;
    background-color: white;
    color: #3f3f3f;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
}

.table-frame tbody tr:nth-child(even) {
    background-color: #0000000b;
}

.table-frame tbody tr {
    --delay: .1s;
    transition: .5s ease-in-out var(--delay), background-color 0s;
}
.table-frame tbody th{
    background-color: #c3a574;
    color:white;
}

.table-frame tbody tr.hide {
    opacity: 0;
    transform: translateX(100%);
}
.table tbody tr.error>td{
    background-color: #f2dede!important;
}
.table tbody tr.info>td{
    background-color: #d9edf7!important;
}
.table tbody tr.warning>td{
    background-color: #fcf8e3!important;
}

.table-frame:not(.not-hover) tbody tr:hover>td{
    background-color: rgb(234, 234, 234);
}
.table-frame:not(.not-hover) tbody tr:hover>td,
.table tbody:not(.not-hover) tr.error:hover>td,
.table tbody:not(.not-hover) tr.info:hover>td,
.table tbody:not(.not-hover) tr.warning:hover>td {
    /* filter: brightness(85%); */
}

.table-frame tbody tr td,
.table-frame tbody tr td p,
.table-frame tbody tr td img {
    transition: .2s ease-in-out;
    font-size: 14px;
}

.table-frame tbody tr.hide td,
.table-frame tbody tr.hide td p {
    padding: 0;
    font: 0 / 0 sans-serif;
    transition: .2s ease-in-out .5s;
}

.table-frame tbody tr.hide td img {
    width: 0;
    height: 0;
    transition: .2s ease-in-out .5s;
}

.status {
    padding: 4px 8px;
    border-radius: 2rem;
    text-align: center;
    white-space: nowrap;
}

.status.delivered {
    border: solid 2px #86e49d;
    color: #006b21;
}

.status.cancelled {
    border: solid 2px #d893a3;
    color: #b30021;
}

.status.pending {
    border: solid 2px #ebc474;
    color: #74623f;
}

.status.shipped {
    border: solid 2px #6fcaea;
    color: #3c7184;
}

thead th span.icon-arrow {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    border: 1.4px solid transparent;
    
    text-align: center;
    font-size: 1rem;
    
    margin-left: .5rem;
    transition: .2s ease-in-out;
}

thead th:hover span.icon-arrow{
    border: 1.4px solid #6c00bd;
}



thead th.active span.icon-arrow{
    background-color: #6c00bd;
    color: #fff;
}

thead th.asc span.icon-arrow{
    transform: rotate(180deg);
}

thead th.active,tbody td.active {
    color: #6c00bd;
}
.btn-solid{
    border: none;
    padding: 10px 25px;
    background-color: #c3a574;
    color: #fff; 
    border-radius: 3px;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align:center;
    text-decoration: none;
    
  }
  .btn-solid:hover{
    background-color: #b79661;
    color: #fff;
  }
  .btn-solid:focus{
    background-color: #b79661;
    color: #fff;
  }
  .btn-solid:active{
    background-color: #b79661;
    transform: scale(1.04);
  }
  .btn-solid:disabled {
    background-color: #dbc39c;
    cursor:auto;
  }
  .btn-solid:disabled:hover{
    background-color: #dbc39c;
  }
  .btn-solid:disabled:active{
    background-color: #dbc39c;
    transform: scale(1);
  }
  .btn-ligth{
    border: none;
    padding: 10px 25px;
    color: #c3a574;
    background-color: #f7f6f6;
    border-radius: 3px;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align:center;
    text-decoration: none;
   
  }
  .btn-ligth:hover {
    background-color: #e9e9e9;
    color: #c3a574 !important;
  }
  .btn-ligth:active{
    background-color: #e9e9e9;
    transform: scale(1);
  }
  .btn-ligth:disabled {
    background-color: #e9e9e9;
    color: #b3b3b3 !important;
    cursor:auto;
  }
  .btn-ligth:disabled:hover{
    background-color: #e9e9e9;
  }
  .btn-ligth:disabled:active{
    background-color: #e9e9e9;
    transform: scale(1);
  }

  .btn-excel{
    border: none;
    padding: 10px 25px;
    color: #1D6F42;
    background-color: #f7f6f6;
    border-radius: 3px;
    cursor: pointer;
    transition: all 100ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 2px 4px 5px;
    text-align:center;
    text-decoration: none;
   
  }
  .btn-excel:hover {
    background-color: #e9e9e9;
    color: #1D6F42 !important;
  }

   label{
    font-weight: 700;
    font-size: 14px;
  } 
  .btn-form{
    padding: 7px 10px;
  }

  .input-form, .btn-file{
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #c1c1c1;
    outline: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color 0.2s ease-out;
  
    }
    .input-form:disabled, .btn-file:disabled{
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid #c1c1c1;
        outline: none;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #eceaea;
        background-image: none;
        border: 1px solid #ccc;
        transition: border-color 0.2s ease-out;
      
        }
    .select2-container-multi .select2-choices{
        box-sizing: border-box;
        padding: 5px 10px;
        border: 1px solid #c1c1c1;
        outline: none;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        transition: border-color 0.2s ease-out;
    }
    .input-form:focus, .btn-file:hover, .select2-container-multi.select2-container-active .select2-choices{
        border: 1.2px solid #c3a574 !important; 
        box-shadow: none !important;
    }
    .select2-drop-active{
        border: 1.2px solid #c3a574 !important; 
        box-shadow: none !important;
        border-top:none !important;
    }
    .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit{
        background-color: white !important;
    }
    .input-field {
  position: relative;
  overflow: hidden;
  height: 66px;
  width: 100%;
}
.input-field #verPassword{
    position: absolute;
    right: 5px;
    bottom: 26px;
    color:#c3a574; 
    z-index: 10;
    cursor: pointer;
}

.input-field label{
  position: absolute;
  z-index: 2;
  transform: translateY(20px);
  padding-left: 10px;
  color: #9c9999;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 16px;
   transition: all 0.2s ease-in-out;
   font-weight: 500;
}
.input-field .floating{
  transform: translateY(0);
  font-size: 16px;
  padding-left: 3px;
  color: #ad8f5e;
}

.input-field input {
  width: 100%;
  padding: 20px 0 5px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #ccc;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 25px;
  color: #696868;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
}

.input-field .border {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ad8f5e;
  transform:  translateX(-101%);
  transition: transform 0.1s ease-out;
  
}

.input-field input:focus ~ .border {
  transform: translateX(0);
}
.select2-container a:not(.select2-search-choice a),
.btn.dropdown-toggle.btn-default{
    background-color: none !important;
    background-image: none !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    border: 1px solid #c1c1c1 !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    transition: border-color 0.2s ease-out !important;
    border-radius: 0px !important;
}
.select2-search-choice{
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
}
.select2-container a .select2-arrow{
    background-color: #fff !important;
    background-image: none !important;
    color: white !important;
}
.bootstrap-select:not([class*=span]){
    width: 100%!important;
}
#text-no-favorites{
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    animation:aparecer 1000ms linear;
    animation-play-state: running;
    animation-fill-mode: forwards;
}
.target{
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding:15px;
    height:100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.target:hover{
    border: 2px solid #3c7184;
    
}

.target .header{
 width: 100%;
 display: flex;
 flex-direction: column;
}
.target .body{
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .target .footer{
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
   }
   .target .footer span{
        color: #1b1b1b;
   }
   .inventario .target .footer .self-center-horizontal{
     align-self:center;
   }
   .inventario .target .footer .t-gray{
    color: #707070;
  }
.btn-search{
    background-color: transparent;
    border:none;
}
.btn-search:hover{
 opacity: 0.8;
}
.btn-search:disabled:hover{
    opacity: 1;
   }
.circle-label{
  height: 15px;
  width: 15px;
  border-radius: 50%;

}

/* spacing marging and padding */
.w-10{
width: 10%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-33{
    width: 33%;
}
.w-40{
    width: 40%;
}
.w-49{
    width: 49%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
.w-100{
    width: 100%;
}
.h-10{
 height: 10%;
}
.h-20{
    height: 20%;
}
.h-30{
    height: 30%;
}
.h-32{
    height: 32%;
}
.h-40{
    height: 40%;
}
.h-49{
    height: 49%;
}
.h-50{
    height: 50%;
}
.h-60{
    height: 60%;
}
.h-70{
    height: 70%;
}
.h-80{
    height: 80%;
}
.h-90{
    height: 90%;
}
.h-100{
    height: 100%;
}



.mt-1{
    margin-top: 1rem!important;
}
.mt-2{
    margin-top: 2rem!important;
}
.mt-3{
    margin-top: 3rem!important;
}
.mt-4{
    margin-top: 4rem!important;
}
.mt-5{
    margin-top: 5rem!important;
}

.ml-1{
    margin-left: 1rem!important;
}
ml-2{
    margin-left: 2rem!important;
}
.ml-3{
    margin-left: 3rem!important;
}
.ml-4{
    margin-left: 4rem!important;
}
.ml-5{
    margin-left: 5rem!important;
}

.mr-1{
    margin-right: 1rem!important;
}
mr-2{
    margin-right: 2rem!important;
}
.mr-3{
    margin-right: 3rem!important;
}
.mr-4{
    margin-right: 4rem!important;
}
.mr-5{
    margin-right: 5rem!important;
}

.mb-1{
    margin-bottom: 1rem!important;
}
mb-2{
    margin-bottom: 2rem!important;
}
.mb-3{
    margin-bottom: 3rem!important;
}
.mb-4{
    margin-bottom: 4rem!important;
}
.mb-5{
    margin-bottom: 5rem!important;
}

.m-1{
    margin: 1rem!important;
}
m-2{
    margin: 2rem!important;
}
.m-3{
    margin: 3rem!important;
}
.m-4{
    margin: 4rem!important;
}
.m-5{
    margin: 5rem!important;
}

.p-1{
    padding: 1rem!important;
}
.p-2{
    padding: 2rem!important;
}
.p-3{
    padding: 3rem!important;
}
.p-4{
    padding: 4rem!important;
}
.p-5{
    padding: 5rem!important;
}

.pt-1{
    padding-top: 1rem!important;
}
.pt-2{
    padding-top: 2rem!important;
}
.pt-3{
    padding-top: 3rem!important;
}
.pt-4{
    padding-top: 4rem!important;
}
.pt-5{
    padding-top: 5rem!important;
}

.pl-1{
    padding-left: 1rem!important;
}
.pl-2{
    padding-left: 2rem!important;
}
.pl-3{
    padding-left: 3rem!important;
}
.pl-4{
    padding-left: 4rem!important;
}
.pl-5{
    padding-left: 5rem!important;
}

.pr-1{
    padding-right: 1rem!important;
}

.pr-2{
    padding-right: 2rem!important;
}
.pr-3{
    padding-right: 3rem!important;
}
.pr-4{
    padding-right: 4rem!important;
}
.pr-5{
    padding-right: 5rem!important;
}

.pb-1{
    padding-bottom: 1rem!important;
}
.pb-2{
    padding-bottom: 2rem!important;
}
.pb-3{
    padding-bottom: 3rem!important;
}
.pb-4{
    padding-bottom: 4rem!important;
}
.pb-5{
    padding-bottom: 5rem!important;
}

.mx-1{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.mx-2{
    margin-left: 2rem!important;
    margin-right: 2rem!important;
}
.mx-3{
    margin-left: 3rem!important;
    margin-right: 3rem!important;
}
.mx-4{
    margin-left: 4rem!important;
    margin-right: 4rem!important;
}
.mx-5{
    margin-left: 5rem!important;
    margin-right: 5rem!important;
}

.my-1{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.my-2{
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.my-3{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.my-4{
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}
.my-5{
    margin-top: 5rem!important;
    margin-bottom: 5rem!important;
}

.px-1{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.px-2{
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.px-3{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}
.px-4{
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
.px-5{
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}

.py-1{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.py-2{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.py-3{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.py-4{
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.py-5{
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}


.target.prepare-appear{
    transform: translateX(-20px);
    opacity: 0;
    
}
.target.appear{
    transform: translateX(0);
    opacity: 1;
}
.inventario{
    height: 600px;
}
.inventario .info{
    width: 20%;
    min-width: 300px;

}
.inventario .chart{
    width: 100%;
    
}
.title{
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
}
#text-title-proyecto{
    display: block;
    color: white;
    font-size: 17px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.item-info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #f7f6f6;
    padding: 10px;
    border-radius: 5px;
    width: 49%;
    border: 1px solid transparent;
}
.item-info:hover{
    border: 1px solid #36859F;
}
.item-info .description{
    font-size: 14px;
    color: #414141;
    width: 100%;
}
.item-info .copy{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.item-info .copy button{
    border: none;
    background-color: transparent;
    color: #424242;
    font-size: 16px;
}
.item-info .copy span{
    position: absolute;
    right: 20px;
    /* top: auto; */
    white-space: nowrap;
    z-index: 1000;
    background-color: #fbf9f9;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 6px;
    border-radius: 10px;
    color: #696969;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}
.item-info .copy span.active{
 
    opacity: 1;
    transform: scale(1);
    width: 190px;
}


@keyframes aumentar {
    from {
        transform: scale(1)
    }
    60%{
        transform: scale(1.18)
    }
  
    to {
        transform: scale(1.1)
    }
  }
  @keyframes aparecer {
    from {
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    
    to {
        opacity: 1;
    }
  }
  @media screen and (max-width: 1100px){
    .inventario{
        height: auto;
        flex-direction: column;
    }
    .inventario:last-child{
        flex-direction: column-reverse;
    }
    .inventario .info{
        width: 100%;
    
    }
    .inventario .chart{
        width: 100%;
        
    }
    .target .body{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px 40px;
       }
       .target .footer{
        height: auto;
       }
  }

@media screen and (max-width: 820px){
    .container-primary .frame .body .row-frame{
        flex-direction: column;
        gap: 10px;
    }
    .container-primary .frame{
        width: 100% !important;  
    }
    .container-primary .frame .body{
        flex-direction: column-reverse;
     
    }
    .container-primary .frame .body .frame-group-right{
        flex-direction: column;
        
    }
    .submenu-opciones{
        flex-direction: column;
    }
    .submenu-opciones li{
        width: 100%;
    }
    .frame .btn-solid{
        width: 100%;
      }
    .frame  .btn-ligth{
    width: 100%;
    }
    .frame .a-button{
       width: 100%;
    }
    
    .container-primary .detalle{
        display: none;
    }
    .w-10,.w-20,.w-30,.w-33,.w-40,.w-49,.w-50,.w-60,.w-70,.w-80,.w-90,.w-100{
            width: 100%;
        }

}

@media screen and (max-width: 700px){
    .inventario{
        height: auto;
        flex-direction: column;
    }
    .inventario:last-child{
        flex-direction: column-reverse;
    }
    .inventario .info{
        width: 100%;
    
    }
    .inventario .chart{
        width: 100%;
        
    }
    .target .body{
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 50px 40px;
       }
       .target .footer{
        height: auto;
       }
       #text-title-proyecto{
        display: none;
       }
}


/* helpers */
.w-100,.w-100 .data table{
    width: 100%;
}

  /* CONDOMINIOS */
  .unidades td, .unidades th {
    padding: 20px 15px;
    position: relative;
    width: 80px;
    display: flex;
    justify-content: center;
  }

  .unidades th {
    background-color: rgb(235,235,235);
  }
  .unidades input[type="checkbox"]{
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    color: black;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .unidades small{
    position:relative;
    cursor: pointer;
    white-space: nowrap;
  }
  .unidades input[type="checkbox"]:checked ~ small{
    color: black;
  }
  .unidades input[type="checkbox"]:checked.vendido ~ small{
    color:#ffffff;
  }
  .unidades input[type="checkbox"]:checked.disponible ~ small{
    color: black;
  }
  .unidades #condominios_preview{
    max-height: 569px;
    overflow-y: auto;
    overflow-x: auto;
    max-width: 100%;
  }
  .unidades tr{
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    margin-bottom: 5px;
  }
  .animation-container{
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
    overflow:hidden;
  }
  .funkyradio input[type=checkbox]:empty~label,.funkyradio input[type=radio]:empty~label {
    display: table;
}
.space-between{
    justify-content: space-between;
}
.span-info{
    background-color: #36859F;
    color: white !important;
    padding: 5px 5px;
    border-radius: 10px;
    margin: 0 !important;
    width: max-content !important;

}
.align-center{
   align-items: center; 
}
.ws-nowrap{
    white-space: nowrap
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.direction-row{
    display: flex;
    flex-direction: row;
}
.align-content-center{
    align-content: center;
}
.align-content-start{
    align-content: flex-start;
}

.over-x-auto{
    overflow-x: auto;
}
.paginacion-frame{
    display: flex;
    width: 100%;
}
.paginacion-frame ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 5px;
}
.paginacion-frame li{
    display: flex;
    list-style: none;
    width: max-content;
    padding: 0 7px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    user-select: none; 
    font-size: 17px;
    transition: background-color 0.2s ease-out;
}

.paginacion-frame li.active{
    background-color: #36859F;
    color: white;
}
.paginacion-frame li:first-child,
.paginacion-frame li:last-child{
    background-color: #49494a26;
    color: #1b1b1b;
}
.paginacion-frame li:not(.separador, .active):hover{
    background-color: #36859f26;
    font-weight: 600;
}

.paginacion-frame{
    display: flex;
    width: 100%;
}
.paginacion-frame ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 5px;
}
.paginacion-frame li{
    display: flex;
    list-style: none;
    width: max-content;
    padding: 0 7px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    user-select: none; 
    font-size: 17px;
    transition: background-color 0.2s ease-out;
}

.paginacion-frame li.active{
    background-color: #36859F;
    color: white;
}
.paginacion-frame li:first-child,
.paginacion-frame li:last-child{
    background-color: #49494a26;
    color: #1b1b1b;
}
.paginacion-frame li:not(.separador, .active):hover{
    background-color: #36859f26;
    font-weight: 600;
}
