.btniniciosesion {
    background: #F2F1F1;
    border: 3px solid #BC8F1A !important;
    font-weight: bold  !important;
    color: #BC8F1A  !important;
    border-radius: 10px !important;
}

.btniniciosesion:hover {
    background: #BC8F1A;
    color: #FFFFFF !important;
    border-color: #b88a17 !important;
    text-decoration: none;
}
.a-menu{
    font-size: 100%;
    text-decoration: none;
    color: #000000;
}
.a-menu:hover {
    color: #BC8F1A;
    text-decoration: none;
}

.no-margin{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.informacion {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-size: 15px;
}

.subtitulo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
}

.card {
    background: #F2F1F1;
    display: contents !important;
    padding: 10px !important;
}

.logo {
    padding: 10px;
    margin: 10px;
    max-width: 30%  !important;
    min-width: 100px;
}

.header {
    background: #F2F1F1;    
    padding: 10px;
}

.footer {
    background: #000000;
    position: absolute;
    bottom: 0;
    height: 70px;
}

.menuprincipal {
    background: #F2F1F1;
    border-radius: 14px;
}

.body {
    background: #FFFFFF;
    margin: 0;
    margin-bottom: 40px;
}
html {
  min-height: 100%;
  position: relative;
}

.imgcarrusel {
    border-radius: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 100%;
    height: 450px;
}

.bodyusu {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #DCDCDC;
}

.siderbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 78px;
    background: #ffffff;
    padding: 6px 14px;
    transition: all 0.5s ease;
}
.siderbar.active {
    width: 240px;
}
.siderbar .logo_content .logo {
    color: #000000;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.siderbar.active .logo_content .logo{
    opacity: 1;
    pointer-events: none;
}
.logo_content .logo i{
    font-size: 28px;
    margin-right: 5px;
}
.logo_content .logo .logo_name{
    font-size: 20px;
    font-weight: 400;
}
.siderbar #btn{
    position: absolute;
    color: #000000;
    left: 50%;
    top: 6px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transform: translateX(-50%);
    
}
.siderbar.active #btn{
    left: 90%;
}
.siderbar ul {
    margin-top: 20px;
}
.siderbar ul li{
    position: relative;
    height: 50px;
    width: 100%;
    margin: 0 -30px;
    list-style: none;
    line-height: 50px;
   
}
.siderbar ul li .tooltip {
    position: absolute;
    left: 122px;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    height: 35px;
    width: 122px;
    background: #FFFFFF;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    display: block;
    
}
.siderbar.active ul li .tooltip{
    display: none;
    
}
.siderbar ul li:hover .tooltip{
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%;
    
}
.siderbar ul li a{
    color: #000000;
    display: flex;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    border-radius: 12px;
    
}
.siderbar.active ul li:hover{
    width: 120%;
}
.siderbar ul li:hover{
    color: #000000;
    background: #BFBDBD;
    width: 300%;
    border-radius: 12px;
}

.siderbar ul li i{
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    line-height: 50px;
    text-align: center;
    
}
.siderbar .list_name {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.siderbar.active .list_name {
    opacity: 1;
    pointer-events: auto;
}
.home_content{
    position: fixed;
    height: 90%;
    width: 94%;
    left: 85px;
    transition: all 0.5s ease;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 15px;
    overflow: scroll;
    
}

.siderbar.active ~ .home_content{
    width: 85%;
    left: 255px;
}
.navbar{
    position: absolute;
    height: 10%;
    width: calc(100% - 78px);
    left: 78px;
    transition: all 0.5s ease;
    background: #FFFFFF;
    border-width: 10px;
    
}
.siderbar.active ~ .navbar{
    width: calc(100% - 240px);
    left: 240px;
}
.navbar li{
    list-style: none;
    right: auto;
}
.navbar li button{
    position: relative;
    margin-right: 50px;
}
.submenu ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    
}
.submenu .nav_list{
    height: auto;
    border-bottom: 0.5px solid #bdbdbd;
}
.submenu ul li a{
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    font-weight: bold;
    color: #000000;
    background-image: linear-gradient(#2849f1, #2849f1);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size .3s;
    padding: 0px 0px 5px 0px;
}
.submenu ul li a:hover,.submenu ul li a.active{
    background-size: 100% 3px;
}
.img{
    height: 50px;
    width: 60px;
}
textarea{
    height: 200px;
    width: 100%;
    resize: none;
}
.btnestatus{
    border-bottom: 0cm;
    border-top: 0cm;
    border-left: 0cm;
    border-right: 0cm;
    background: none;
}
.table-wrapper {
    width: 100%;
    height: 500px; /* Altura de ejemplo */
    overflow: auto;
  }
  
  .table-wrapper table {
    border-collapse: separate;
    border-spacing: 0;
  }
  
  .table-wrapper table thead {
    position: -webkit-sticky; /* Safari... */
    position: sticky;
    top: 0;
    left: 0;
  }
  
  .table-wrapper table thead th,
  .table-wrapper table tbody td {
    background-color: #FFF;
  }
  .modaleliminar {
    z-index: -1;
  }
  
  .planes{
    background-color: #F2F1F1;
  }
