
#header.row {
    border-bottom: 20px solid #9762EB;
}
#top {
    height: 50vh;
    background: url('../../img/beneficios/background.jpg') no-repeat right;
    background-size: cover;
    color: #9762EB;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
    font-size: 1em;
}
#top h5 {
    font-weight: 700;
}
#top .content {
    padding-bottom: 20%;
}
.row.categories {
    background-color: white;
    text-align: center;
    font-weight: 400;
    color: #363636;
    box-shadow: 0px 3px 26px #00000029;
    border-radius: 8px;
    position: relative;
    top: -14em;
    font-size: .8rem;
    padding-bottom: 1em;
}
#search-box {
    padding: 0 4em;
}
#search-box input.search {
    background: white;
    box-shadow: 0px 2px 8px #00000011;
    border: 0.30000001192092896px solid #E8E8E8;
    border-radius: 21px;
}
#search-box input.search::placeholder {
    font-size: 13px;
    font-weight: 400;
}
#search-box i {
    color: #07BEBB;
}
#icons .col {
    height: 90px;
    padding: 10px;
    font-size: .9em;
    font-weight: 600;
}
#icons a {
    color: #363636;
}
#icons img {
    height: 56px;
}
#benefits {
    position: relative;
    top: -8em;
    margin-bottom: -7em;
}
.category.active {
    box-shadow: inset 0px 0px 4px 1px #07bebb47;
    border-radius: 10px;
}
.card {
    min-height: 100%;
}
.card-footer {
    padding: 0;
}
.btn#use {
    color:white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.137);
    background-color: #07BEBB;
    font-weight: 600;
    margin: 0;
    border-radius: 0 0 .25rem .25rem;
}
#hire_benefit .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white !important;
}
#hire_benefit .modal-header h5 {
    font-weight: 700;
    text-align: center;
}
#hire_benefit a {
    color: #07BEBB;
}
.btn-login, .usage_button, .print {
    background-color: #07BEBB;
    color: white!important;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    padding: .5em 3em;
}
.btn-login:hover {
    color: white;
    background-color: #079e9c;
}
.benefit_title {
    font-weight: 600;
    color: #07BEBB;
    font-size: 1.2em;
}
.benefit_description {
    font-size: .8em;
}
.col-6.usage {
    flex-direction: column;
    justify-content: center;
}
.benefit_usage a {
    color: #07BEBB;
    font-weight: 600;
}

h4 {
    font-weight: 700;
    color: #3A3A3A;
    margin-top: 1em;
}
 
.divLoadBene.b-overlayLoading, .b-loading-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.divLoadBene.b-overlayLoading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    z-index: 10000010;
    /*height: 160%;*/
}
.divLoadBene.b-loading-img {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../img/Spinner-1s-100px.gif") !important;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    z-index: 10000020;
}
 
.divLoadBene.b-loading-img span {
    top: 54%;
    left: 46.8%;
    font-weight: 400;
    position: absolute;
}
 
.divLoadBene.b-loading-img {
    background-position: 50% 0 !important;
    background-image: url('../../img/Load-1s-100px.gif') !important;
}

/*
@media (max-width: 600px) {
    #menuContentExpanded {
        max-width: 75%!important;
    }
}*/
