
html,
body {
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
}

:root {
    --lilas: #836eed;
    --cinza-letras: #4e4e4e;
    --cinza-rodape: #2b2b2b;
    --branco: #fff;
    --preto: #000;
    --navbar-color-bg: #c046c2;
    --navbar-color: #FFF;
    --navbar-link-hover-color-bg: #1B3472;
    --navbar-link-hover-color: #fff;
    --fonte-normal: "Poppins-Regular";
    --fonte-negrito: "Poppins-Bold";
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}

.nodisplay {
    width: 100%;
    display: none;
    align-items: center;
}

#sucesso {
    width: 100%;
    width: 1200px;
}

.agrupador {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bloco {
    width: 1200px;
    /* border: 3px solid red; */
}

.debug {
    border: 1px solid blue;
}

#menu-bars {
    color: #fff;
    margin: 5px 0px 0px 0px;
}

#logo-sistema {
    margin-left: 15px;
}

.esquerdo {
    text-align: left;
}

.centro {
    text-align: center;
}

.direito {
    text-align: right;
}

.botao-teste-gratis {
    width: 100%;
}

.botao-teste {
    border: none;
    border-radius: 30px;
    padding: 15px 30px 15px 30px;
    font-family: var(--fonte-normal);
    font-size: 1.2em;
    font-weight: 600;
    color: var(--branco);
    background-color: var(--lilas);
}

.botao-teste {
    text-decoration: none;
    color: var(--branco) !important;
}

#menu {
    background-color: var(--branco);
    color: #000;
    font-family: var(--fonte-normal);
}

#menu .nav-link {
    color: #000;
    font-size: 1.4em;
    font-weight: 800;
}

#logo-header {
    width: 120px;
    margin-left: 20px;
}

#menu-login {
    background-color: var(--lilas);
    margin-left: 20px;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
}

.nav-link {
    padding: 10px 0 0 0;
}

#menu .dropdown-item {
    color: #000;
    font-size: 1.0em;
    font-weight: 600;
}

#menu-login .nav-link {
    color: var(--branco) !important;
}

#menu .ativa {
    border-bottom: 4px solid #000;
}

.agrupador-atendimento {
    box-shadow: 0px 0px 20px 3px rgba(1, 1, 1, 0.2);
}

.atendimento {
    padding-top: 20px;
    padding-bottom: 40px;
}

.atend-itens {
    width: 70%;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.atend-item {
    font-family: var(--fonte-negrito);
    font-size: 1.2em;
    font-weight: 600;
    height: 60px;
    display: inline;
}

.atend-item2 {
    color: var(--lilas);
}

.atend-item-ico {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.atend-card-ico {
    width: 50px;
    margin-right: 30px;
    text-align: left;
}

.atend-card-txt {
    width: 100%;
    text-align: left;
    font-family: var(--fonte-normal);
    font-size: 1.0em;
    font-weight: 500;
    color: #000;
}

.rodape {
    background-color: var(--cinza-rodape);
}

.footer {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#logo-footer {
    width: 120px;
}

.rod-menus {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.rod-col-redes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.rod-col ul {
    list-style-type: none;
    font-size: 1.2em;
}

.rod-menu a {
    color: #fff;
    text-decoration: none;
}

.rod-redes {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.rod-ico-rede {
    width: 40px;
    margin-right: 20px;
}

#tit-nossas-redes {
    font-size: 1.5em;
}

.rod-copyright {
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.rod-cop-item {
    margin-right: 20px;
}

.gssys {
    color: var(--lilas);
    font-size: 1.2em;
    font-family: var(--fonte-negrito);
    font-weight: 600;
}

.botao-teste {
    border: none;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
}

.botao-teste,
.botao-teste:hover a,
.botao-teste a:hover {
    font-family: var(--fonte-normal);
    font-weight: 600;
    text-decoration: none;
    background-color: var(--lilas);
    color: var(--branco);
}

@media (max-width: 400px) {
    .agrupador {
        width: 100%;
        display: block;
        flex-direction: unset;
        justify-content: unset;
        align-items: unset;
    }

    .menu-button-bar {
        color: var(--lilas);
    }


    #menu-login {
        margin-left: 0;
        border-radius: 10px;
        padding-left: 10px;
        /* background-color: var(--lilas);
        padding-right: 30px;
        height: 50px; */
    }

    .botao-teste-gratis {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .botao-teste {
        border: none;
        border-radius: 30px;
        padding: 15px 30px 15px 30px;
        font-family: var(--fonte-normal);
        font-size: 1.2em;
        font-weight: 600;
        color: var(--branco);
        background-color: var(--lilas);
    }

    .bloco {
        width: 100%;
    }

    .agrupador-atendimento {
        box-shadow: none;
        width: 100%;
    }

    .atendimento {
        padding: 0;
    }

    .atend-itens {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .atend-item {
        width: 90%;
        font-family: var(--fonte-negrito);
        font-size: 1.2em;
        font-weight: 600;
        display: inline;
        height: auto;
        text-align: center;
    }

    .b1-esq {
        padding-bottom: 20px;
    }

    .footer {
        width: 100%;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
    }

    .rod-menus {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .rod-col {
        /* border: 1px solid yellow; */
        width: 100%;
        text-align: center;
    }

    .rod-menu {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .rod-col-logo {
        padding-bottom: 30px;
    }

    .rod-col-redes {
        padding-top: 30px;
        text-align: center;
    }

    .rod-menu-redes {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .rod-col ul {
        padding: 0;
        font-size: 1.0em;
    }

    #tit-nossas-redes {
        width: 100%;
        text-align: center;
    }

    .rod-col-redes {
        align-items: center;
    }

    .rod-copyright {
        flex-direction: column;
        align-items: center;
        font-size: 1.0em;
    }

}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}