* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif
}

body {
    background: #fafafa;
}

#main {
}

#main .header {
}

#main .header .top-menu {
    background: #f3f3f3;
    border-bottom: 1px solid #e2e2e2;
}

#main .header .top-menu .content {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    height: 50px;
}

#main .header .top-menu .content .logo {
}

#main .header .top-menu .content .logo span {
    color: black;
    /* font-weight: 600; */
    font-size: 15px;
}

#main .header .top-menu .content .search {
    width: 30%;
}

#main .header .top-menu .content .search input::placeholder {
    color: #000;
}

#main .header .top-menu .content .search input {
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 13px;
    flex: 1 0 0px;
    width: 100%;
    color: inherit;
    background-color: white;
    border: 0;
    border-radius: 4px;
    padding: 0;
    height: 30px;
    outline: none;
    box-shadow: 0 1px 2px rgba(0,0,0,.14), 0 0 2px rgba(0,0,0,.12);
    padding: 15px;
}

#main .header .top-menu .content .options {
    font-size: 14px;
}

#main .header .top-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 70px);
}

#main .header .menu {
    position: fixed;
    width: 70px;
    top: 0;
    height: 100%;
    background: #f0f0f0;
}

#main .header .menu .content {
}

#main .header .menu .content .menu-content {
    /* margin-top: 50px; */
}

#main .header .menu .content .menu-content .logo {
    text-align: center;
    padding: 8px 0;
    margin-bottom: 15px;
    display: block;
}

#main .header .menu .content .menu-content .logo img {
    width: 40px;
}

#main .header .menu .content .menu-content ul {
}

#main .header .menu .content .menu-content ul li {
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

#main .header .menu .content .menu-content ul li a {
    color: black;
    text-decoration: none;
}

#main .header .menu .content .menu-content ul li a img {
    width: 34px;
}

#main .header .menu .content .menu-content ul li a .svg {
    width: 24px;
    opacity: .6;
}


#main .header .menu .content .menu-content ul li a img.compliance {
    width: 30px;
}

#main .header .menu .content .menu-content ul li a svg {
    fill: #575757;
}

#main .header .menu .content .menu-content ul li a span {
    display: block;
    color: #575757;
}

#main .main-content {
    margin-top: 70px;
    margin-left: 70px;
    padding: 25px 40px;
}

#main .main-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 20px;
    z-index: -1;
    background-position: center;
    opacity: 0.13;
    background-image: linear-gradient(rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.024) 5.26%, rgba(250, 250, 250, 0.055) 9.79%, rgba(250, 250, 250, 0.098) 13.69%, rgba(250, 250, 250, 0.145) 17.08%, rgba(250, 250, 250, 0.2) 20.04%, rgba(250, 250, 250, 0.267) 22.7%, rgba(250, 250, 250, 0.333) 25.16%, rgba(250, 250, 250, 0.408) 27.51%, rgba(250, 250, 250, 0.486) 29.87%, rgba(250, 250, 250, 0.57) 32.34%, rgba(250, 250, 250, 0.65) 35.02%, rgba(250, 250, 250, 0.737) 38.02%, rgba(250, 250, 250, 0.824) 41.45%, rgba(250, 250, 250, 0.914) 45.41%, rgb(250, 250, 250) 50%), url(https://res.cdn.office.net/officehub/officestartresources/visual_background_m365default_light.jpg);
    filter: blur(2px);
}

#main .main-content .content {
}

#main .main-content .content .hero-apps-home {
    margin-bottom: 20px;
    width: 100%;
}

#main .main-content .content .hero-apps-home h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    font-weight: 500;
}

#main .main-content .content .hero-apps-home .bx-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app-blank {
    width: 15%;
}
#main .main-content .content .hero-apps-home .bx-apps .bx-app-hide{display: none;}
#main .main-content .content .hero-apps-home .bx-apps .bx-app {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
    width: 15%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    text-align: center;
    /* margin-right: 20px; */
    color: black;
    text-decoration: none;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app:hover {
    background: whitesmoke;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img {
    width: 50px;
    margin-bottom: 5px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.administrador {
    width: 33px;
    margin-top: 9px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.compliance {
    width: 40px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.financeiro {
    width: 35px;
    margin-top: 5px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.telemedicina {
    width: 22px;
    margin-top: 4px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.patrimonial {
    width: 36px;
    margin-top: 5px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.consultoria {
    width: 56px;
    margin-top: 6px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app img.plus {
    width: 32px;
}

#main .main-content .content .hero-apps-home .bx-apps .bx-app h2 {
    font-size: 15px;
    font-weight: normal;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app-hide{display: none;}

#main .main-content .content .hero-apps-home-d {
    width: 100%;
}

#main .main-content .content .hero-apps-home-d h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    font-weight: 500;
}

#main .main-content .content .hero-apps-home-d .bx-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 25px 30px;
    width: 32.1%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    text-align: left;
    /* margin-right: 20px; */
    /* height: 100px; */
    display: flex;
    align-items: center;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app .info {
    display: flex;
    align-items: center;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img {
    width: 50px;
    /* margin-bottom: 5px; */
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.administrador {
    width: 33px;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.compliance {
    width: 40px;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.financeiro {
    width: 35px;
    /* margin-top: 5px; */
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.telemedicina {
    width: 22px;
    margin-top: 4px;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.patrimonial {
    width: 36px;
    margin-top: 5px;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app img.consultoria {
    width: 56px;
    /* margin-top: 6px; */
}
#main .main-content .content .hero-apps-home-d .bx-apps .bx-app div{
    margin-left: 10px;
}
#main .main-content .content .hero-apps-home-d .bx-apps .bx-app div h2 {
    font-size: 16px;
    font-weight: normal;
    font-weight: 600;
}

#main .main-content .content .hero-apps-home-d .bx-apps .bx-app div p {
    font-size: 14px;
    color: #878787;
}

#main .main-content .content .hero-apps-internal {
    margin-bottom: 20px;
    width: 100%;
}

#main .main-content .content .hero-apps-internal h1 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    font-weight: 500;
}

#main .main-content .content .hero-apps-internal .bx-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app {
    background: white;
    border: 1px solid #e1e1e1;
    padding: 10px 8px;
    width: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 6px #00000017;
    text-align: center;
    margin-right: 15px;
    color: black;
    text-decoration: none;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app:hover {
    background: whitesmoke;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app.active {
    background: whitesmoke;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img {
    width: 50px;
    margin-bottom: 5px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.administrador {
    width: 33px;
    margin-top: 9px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.compliance {
    width: 40px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.financeiro {
    width: 35px;
    margin-top: 5px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.telemedicina {
    width: 22px;
    margin-top: 4px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.patrimonial {
    width: 36px;
    margin-top: 5px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.consultoria {
    width: 56px;
    margin-top: 6px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app img.plus {
    width: 32px;
}

#main .main-content .content .hero-apps-internal .bx-apps .bx-app h2 {
    font-size: 13px;
    font-weight: normal;
}

#main .main-content .content .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 60px;
}

#main .main-content .content .info-wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 30px;
}

#main .main-content .content .info-wrapper .image {
    width: 50%;
}

#main .main-content .content .info-wrapper .image img {
    border-radius: 7px;
    width: 100%;
}

#main .main-content .content .info-wrapper .info-text {
    width: 50%;
    padding: 0 20px;
}

#main .main-content .content .info-wrapper .info-text h2 {
    margin-bottom: 10px;
}

#main .main-content .content .info-wrapper .info-text ul {
    margin-left: 30px;
}

#main .main-content .content .info-wrapper .info-text ul li {
    font-size: 18px;
}

#main .main-content .content .info-wrapper .info-text p {
    margin-bottom: 20px;
    font-size: 18px;
}

@media(max-width: 992px) {
    #main .main-content .content .hero-apps-home .bx-apps .bx-app {
        width: 30%;
    }

    #main .main-content .content .hero-apps-home-d .bx-apps .bx-app {
        width: 100%;
    }
}

@media(max-width: 900px) {
    #main .main-content .content .info-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    #main .main-content .content .info-wrapper.info-wrapper-reverse {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }

    #main .main-content .content .info-wrapper .image {
        width: 100%;
    }

    #main .main-content .content .info-wrapper .info-text {
        width: 100%;
        padding: 15px 0;
    }
}

@media(max-width: 500px) {
    #main .main-content .content .hero-apps-home .bx-apps .bx-app {
        width: 100%;
    }

    #main .header .top-menu .content .search, #main .header .top-menu .content .options {
        display: none;
    }
}
