body {
    padding-top: 5rem;
    font-family: 'Montserrat', sans-serif;
}

.bg-big-green{
    background-color: #007730!important;
}

.bg-big-gray{
    background-color: #E0E2E4!important;
}

.img-logo{
    width: 100%;
    height: 7vh;
}

.nav-big{
    background-color: white;
    width: 7%;
}

.text-biguenda-blanco{
    color: white;
}

.inf-usuario{
    list-style: none;
    text-align: end;
    color: #626363;
        
}

.gray{
    color: #626363!important;
}

.absolute-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

thead{
    background-color: #B35A16!important;
    color: white!important;
}

.div-usuario{
    width: 80%;
}

.nav-item-sep{
    margin-left: 15px;
    margin-right: 15px;
}

.container-main{
    margin-top: 50px;
}

.btn-xs{
    padding: .13rem .35rem;
    font-size: .725rem;
    line-height: 1.5;
    border-radius: .15rem;
}

.header-cafe{
    background-color: #B35A16;
    color: white;
    text-align: center;
}

span.select2-selection.select2-selection--single {
    padding: .375rem .75rem!important;
    border: 1px solid #ced4da;
    width: 100%;
    height: calc(2.25rem + 2px);
}

.textfoot{
    font-weight: bold;
}

.noenc{
    border-radius: 50%!important;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
}

.nav-pills .nav-link.active{
    color: #fff!important;
    background-color: #DE99BB!important;
    border-radius: 50%!important;
    border-color: transparent!important;
    margin-right: 2rem!important;
}

.nav-pills .nav-link{
    color: #333333!important;
    border-radius: 50%!important;
    border-color: transparent!important;
    margin-right: 2rem!important;
}



@media (max-width: 700px) {
    .nombre{
        font-size:13px!important;

    }

    .form-cabecera{
        width: 80%;
    }

    .leypesimo{
        position: absolute; 
        margin-top: 100px; 
        margin-left: 20px;
    }

    .leymalo{
        position: absolute; 
        margin-top: 100px; 
        margin-left: 33px;
    }

    .leyregular{
        position: absolute; 
        margin-top: 100px; 
        margin-left: 20px;
    }

    .leybueno{
        position: absolute; 
        margin-top: 100px; 
        margin-left: 25px;
    }

    .leyexcelente{
        position: absolute; 
        margin-top: 100px; 
        margin-left: 20px;
    }

    .carita{
        margin-bottom: 5rem;
    }
}

@media (min-width: 701px) {
    .nombre{
        font-size:18px!important
    }

    .leypesimo{
        position: absolute; 
        margin-top: 140px; 
        margin-left: 20px;
    }

    .leymalo{
        position: absolute; 
        margin-top: 140px; 
        margin-left: 33px;
    }

    .leyregular{
        position: absolute; 
        margin-top: 140px; 
        margin-left: 20px;
    }

    .leybueno{
        position: absolute; 
        margin-top: 140px; 
        margin-left: 25px;
    }

    .leyexcelente{
        position: absolute; 
        margin-top: 140px; 
        margin-left: 20px;
    }

    .carita{
        margin-bottom: 5rem;
    }

    .form-cabecera{
        
    }
}