@CHARSET "UTF-8";
/************* Menu Lateral **************/
/*.navbar-default {*/
/*    */
/*}*/
.border-gradient-gold{
    background-color: #7f8082;
    height: 2vh;
    background: linear-gradient(90deg, rgba(252,244,212,1) 0%, rgba(233,221,170,1) 46%, rgba(189,141,55,1) 100%);
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    background-color: #f2f2f2;
    min-height: 88vh;
}
/** SIDEBAR **/
#sidebar {
    min-width: 18rem;
    max-width: 18rem;
    min-height: 88vh;
    background-image: url("../images/menu-background.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all 0.3s;
    display: none;
}
#content{
    position: absolute;
    background-color: #f2f2f2
}
#sidebar.active{
    display: block;
    z-index: 100;
}

#btn-salir {
    min-width: 18rem;
    max-width: 18rem;
    background-image: url("../images/menu-background.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    transition: all 0.3s;
    display: none;
}

#sidebar.active, #btn-salir.active{
    display: block;
    z-index: 100;
}

.link{
    padding: 10px;
    margin: 10px;
    width: 90%;
}
@media screen and (min-width: 768px) {
    #sidebar, #btn-salir {
        min-width: 22rem;
        max-width: 22rem;
        color: #fff;
        transition: all 0.3s;
        display: block;
    }
    #content{
        position: inherit;
    }
    #sidebar.active, #btn-salir.active {
        min-width: 5rem;
        max-width: 5rem;
    }
    #sidebar.active .link p{
        display: none;
    }
    #sidebar.active .link{
        margin-left: 0;
    }
}

.link p{
    font-size: 1.12rem;
}
@media screen and (min-width: 768px) {
    .link p{
        font-size: 1.6rem;
    }
}
.link:hover{
    background: linear-gradient(90deg, rgba(233,221,170,1) 0%, rgba(213,185,118,1) 100%);
    border-radius: 0.8rem;
}
.link:hover p{
    color: var(--main-text-color-green);
}
.link:hover img{
    filter: invert(31%) sepia(11%) saturate(5222%) hue-rotate(139deg) brightness(92%) contrast(84%);
}
.link-ultimo{
    border-top: 1px solid var(--main-border-color-gold);
    /*margin-top: 3rem;*/
}
.menu_seleccionado{
    background: linear-gradient(90deg, rgba(233,221,170,1) 0%, rgba(213,185,118,1) 100%);
    border-radius: 0.8rem;
}
.menu_seleccionado p{
    color: var(--main-text-color-green);
}
.menu_seleccionado img{
    filter: invert(31%) sepia(11%) saturate(5222%) hue-rotate(139deg) brightness(92%) contrast(84%);
}
.menu_lista-ultimo{
    border-top: 1px solid var(--main-border-color-gold);
    margin-top: 3rem;
}

/** Contenido **/
#content{
    width: 100%;
    margin: 2rem auto 0 auto;
}
.box{
    background-color: white;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
}
/** Boxes **/
@media screen and (min-width: 1024px) {
    .box {
        max-width: 70vw;
        /*margin: 0 auto;*/
    }
}
.box__header{
    color: #67676A;
}
.box__header h4{
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
    .box__header h4{
        font-size: 2rem;
    }
}
.box__ver .icono-arrow-down{
    margin-right: 0;
    margin-left: 1rem;
}
.box__ver p{
    font-size: 0.98rem;
    background-color: #D9E7E7;
    color: #146C69;
    border-radius: .8rem;
    padding: 0.5rem 0.8rem;
}
@media screen and (min-width: 768px) {
    .box__ver p{
        font-size: 1.4rem;
    }
}
.tarjeta{
    background-color: #F2F2F2;
    /*width: 33.3%;*/
    height: 14.5rem;
    /*margin: 1.5rem 0 1.5rem 1.5rem;*/
    border-radius: .8rem;
}
.tarjeta_col{
    background-color: #F2F2F2!important;
    width: auto;
    /*max-width: 30rem;*/
    /*height: auto;*/
    min-height: 10rem;
    margin: 1.5rem 0 1.5rem 1.5rem;
    border-radius: .8rem;
}
/*@media screen and (min-width: 1200px) {*/
/*    .tarjeta{*/
/*        width: 30rem;*/
/*    }*/
/*}*/
.tarjeta__body{
    height: 14.5rem;
    border-radius: .8rem;
    /*padding: .5rem;*/
}
.tarjeta__body:hover{
    background-color: #EAEAEA;
}
.pestamo__body:hover{
    background-color: #EAEAEA;
}
#list-frag-cards .card-body:hover, #list-frag-cards2 .card-body:hover {
    background-color: #EAEAEA !important;
}
.opcion_selecionada{
    background-color: #EAEAEA!important;
}
.tarjeta__body > div > .user-logo{
    margin: 0;
}
.tarjeta__info-cuenta{
    font-size: 1rem;
    color: #146C69;
}
.tarjeta__info-cuenta span{
    color:#67676A;
}
.font-responsive_tarjetas{
    font-size: 1.2rem;
}
@media only screen and (max-width: 480px){
    .font-responsive_tarjetas{
        font-size: 1rem;
    }
}
.tarjeta__info-cant{
    font-size: 1.4rem;
    color:#AFAFAF;
    font-weight: bold;
}
.tarjeta__info-cant span{
    font-size: 1.8rem;
    color: #67676A;
}
.btn-ver-mas{
    font-size: 1rem;
    color: #146C69;
    background-color: #D9E7E7;
    font-weight: 700;
    border-radius: .8rem;
    /*width: 9rem;*/
    padding: 0.4rem 4.2rem;
}
.btn-ver-mas:hover{
    background-color: hsl(180, 20%, 85%);
}
.btn-pagar{
    font-size: 1rem;
    background-color: #D9E7E7;
    font-weight: bold;
    border-radius: .8rem;
    width: 7rem;
    padding: 0 1rem;
}
.btn-aprobar{
    color: white;
    font-size: 1rem;
    background-color: var(--main-text-color-green);
    font-weight: bold;
    border-radius: .8rem;
    width: 9rem;
    padding: 0 1rem;
}
.btn-rechazar{
    color: white;
    font-size: 1rem;
    background-color: #EB5757;
    font-weight: bold;
    border-radius: .8rem;
    width: 9rem;
    padding: 0 1rem;
}
.btn-notificaciones{
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: .8rem;
    width: 12rem;
    padding: 0 2rem;
}
.btn-selected{
    background-color: #146C69!important;
    color: #D9E7E7!important;
}
.btn-no_selected{
    color: #146C69!important;
    background-color: #D9E7E7!important;
}
.btn-no_selected_white{
    color: #146C69!important;
    background-color: white!important;
    border: solid 1px #146C69!important;
}
/*.tarjeta__info{*/
/*    margin-bottom: 2.5rem;*/
/*}*/
/**Tabla autozaciones**/
.tabla_autorizaciones {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}
.tabla_autorizaciones-header{
    color: white;
    background-color: #67676A;
}
.tabla_autorizaciones-border-l{
    border-radius: .8rem 0 0 .8rem ;
    padding: .5rem 0 .5rem 2rem;
}
.tabla_autorizaciones-border-r{
    border-radius: 0 .8rem .8rem 0;
}
.tabla_autorizaciones-th{
    font-weight: normal;
}
.tabla_autorizaciones-td{
    font-weight: normal;
    color: #67676A;
}
.tabla_autorizaciones-th-btns{
    margin-top: .7rem;
}
.table-radius-border{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
    border-radius: 5px;
}
/** CAROUSEL **/

.nexa-color-red {
    font-family: 'NexaLight' !important;
    color: #801913 !important;
}

.option-disabled{
    pointer-events: none;
}
   