@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:ital,wght@0,400;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Montserrat', sans-serif; */


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

html::after {
    /* content: " "; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    background-image: linear-gradient(#fcfcfc 2px, transparent 2px), linear-gradient(90deg, #fcfcfc 2px, transparent 2px), linear-gradient(#fcfcfc 1px, transparent 1px), linear-gradient(90deg, #fcfcfc 1px, #ffffff 1px);
    background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
    background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

html::before {
    /* content: " "; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -19;
    background-image: linear-gradient(#ffffff 2px, transparent 2px), linear-gradient(270deg, #ffffff 1rem, transparent 1rem), linear-gradient(#fcfcfc 1px, transparent 1px), linear-gradient(360deg, #09343600 1px, #ffacac1a 1px);
    background-size: var(--col-gap), var(--col-size);
    background-position: calc(1rem / 2);
}


[cursor-pointer] {
    cursor: pointer;
}

[center] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center !important;
    transform: translate(-50%, -50%);
    /* width: calc(100% - 450px );
    max-width: 300px;
    min-width: 300px; */
}

li a:hover {
    color: #039be5;
}

div.termos,
div.modal header h1,
div.modal header i {
    color: #606c72;
}


iframe.iframe100 {
    width: 100%;
    height: 100%;
    border: none;
}

body {
    font-family: var(--fonta);
    margin-top: 84px;
    font-size: 1rem;
    color: var(--textmain);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontb);
    font-weight: 600;
    color: var(--blue);
}

h1 {
    font-size: 2rem;
    margin-bottom: 1.4rem;
}

h2 {

    line-height: 2.0rem;
    color: var(--heading-2);
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}

h3 {
    font-size: 22px;
    margin-bottom: 18px;
}

h4 {
    font-size: 21px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-family: var(--fonta);
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
}

div.logo {
    width: 190px;
}

.pagina-404 {
    display: grid;
    place-items: center;
    height: 66vh;
}

.container-404 {
    text-align: center;
    border: 8px solid;
    border-radius: 52px;
    padding: 40px;
    background-color: #fff;
    position: absolute;
    animation: transicao running ease-in-out 2s;
    transform-origin: bottom;
    transform: perspective(1000px) rotateX(0deg);
}

section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 1200px) 1fr;
    /* grid-template-rows:minmax(100px,auto); */
    grid-template-rows: auto;
    grid-gap: 32px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.col-2-3 {
    grid-column-start: 2 !important;
    grid-column-end: 3 !important;
}

section#chat {
    position: fixed;
    bottom: 14px;
    left: 15px;
    display: block;
    width: 49px;
    height: 50px !important;
    border: 1px solid cadetblue;
    border-radius: 7rem;
    padding: 0;
}

section#menu {
    position: absolute;
    top: 0;
}

section#menu>div {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

div.barras {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 2rem;
}

section#contato {
padding: 40px 0 0 0 !important;
}

section#rodape {
    background-color: var(--green);
    color:#fff;
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(160px, auto)) !important; */
}

section#rodape div.rodape component.social div.social a i {
  color:#fff !important;
}

div.rodape {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

component#mapa, img.img100 {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 4;
}

component#formulario {
    display:flex;
    flex-direction: column;
    width:100%;
    gap:1rem;
}

button.bt-contato {
background-color: var(--green) !important;
width: 250px;
padding: 1rem;
}

nav {
    width: auto;
    column-gap: 3ch;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1rem;
    height: 100%;
}

nav a {
    text-decoration: none;
    color:#2b3559;
    transition: all ease-in-out 300ms;
}

nav a:hover,
nav.nav-mobile a:hover {
    color: var(--green);
    text-shadow: -3px 0px 13px #fff;
}

nav.nav-mobile {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    font-size: 1.8rem;
    z-index: 15;
    overflow-y: hidden;
    gap: 13px;
    right: 100%;
    transition: all ease-in-out 800ms;
    text-align: left;
    box-shadow: 2px 0px 15px #0000000a;
}

.flex-row {
    flex-direction: row !important;
}

nav.nav-mobile a {
    color: #666;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 120px;
}

ul.noticia-recente-lista {
    list-style: none;
    
}

ul.noticia-recente-lista li a {
    color:#2b3559;
    transition: all ease-in-out 300ms;
    text-decoration: none;
}

ul.noticia-recente-lista li a:hover {
    color:var(--green);
}

div.menu {
    position: relative;
    display: none;
    height: 100%;
    cursor: pointer;
}

div.logo {
    display: flex;
}

span.bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: all ease-in-out 300ms;
    transform-origin: center;
    position: relative;
}

div.menu span.texto {
    color: var(--green);
    font-size: 14px;
    font-weight: bold;
}

div.bt-fixed {
    position: fixed;
    width: 35px;
    height: 35px;
    cursor: pointer;
    right: 10px;
    border-radius: 25px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div.top {
    background-color: #e4e4e421;
    bottom: 10px;
    font-size: 13px;
}

div.whats {
    background-color: #0eba7a;
    bottom: 50px;
    color: #fff;
}

div.whats a {
    color:#fff;
}

div.social {
    width: 100%;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: 1.5rem;
}

div.social a {
    color: var(--green);
}


div.social a:active,
div.social a:focus,
div.social a:visited {
    color: var(--green);
}


div.social i {
    font-size: 1.5rem !important;
}

ul.navegacao {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    color: #7E7E7E;
}

ul.navegacao li {
    margin-right: 0.5rem;
}

ul.navegacao li a {
    text-decoration: none;
}

ul.navegacao li:last-child {
    pointer-events: none;
}

ul.navegacao li::before {
    content: "\276F";
    padding-right: 8px;
    font-size: 10px;
}

ul.navegacao li:first-child::before {
    content: "";
}

ul.categoria {
    display: flex;
    gap: 2ch;
    list-style: none;
}

ul.categoria li {
    padding: 3px 9px;
    border: 1px solid #0065b9;
    border-radius: 11px;
    font-size: 13px;
}

ul.categoria li a {
    text-decoration: none;
}

div.blog {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
}

div.blog-coluna {
    display: flex;
    flex-direction: column;
}

ul.noticia-recente-lista {
    list-style: none;
}

ul.noticia-recente-lista li {
    padding: 1rem 0;
}


div.noticia-caixa-input {
    display: flex;
    gap: 1rem;
}

[data-status=inativo] {
    display: none;
}

button.bt-buscar {
    width: 5rem;
}

div.formulario {
    display: flex;
    justify-content: space-around;
    gap: 4rem;
}

div.container-center {
    background-color: rgb(255, 255, 255, 0.9);
    padding: 60px;
    text-align: center;
    align-self: center;
    justify-self: center;
    border: 8px solid rgb(255, 255, 255, 0.3);
}

section>* {
    grid-column-start: 2;
    grid-column-end: 3;
}

footer>* {
    grid-column-start: 2;
    grid-column-end: 3;
}

.oproprio-404 {
    font-size: 170px;
}

.legenda-404 {
    font-size: 34px;
}

.voltar-404 {
    margin-top: 20px;
    border: 2px solid;
    border-radius: 21px;
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
    background-color: #5c6278;
    color: #fff;
}


div.w435 {
    width: 435px
}

[entrada] {
    /* align-items: center; */
    /* justify-content: space-evenly; */
    background: #262d31;
    display: grid;
    place-items: center;
    /* position: absolute; */
    /* height: 100vh; */
    padding-top: 136px;
}

div.modal {
    max-width: 500px;
    width: calc(100% - 20px);
    background: #fff;
    display: none;
    grid-template-rows: 70px 470px 60px;
    height: auto;
    border-radius: 1rem;
    border: 1px solid #c4c9d8;
    box-shadow: -2px 5px 6px #8690af3d;
}

div.modal header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


div.modal header h1 {
    font-size: 1.5rem;
}

div.modal main {

    overflow: auto;
    padding: 1.2rem;

    margin-right: 7px;
}


div.modal main h3 {
    font-size: 1.2rem;
}

div.modal main p,
div.modal main h3 {
    margin-bottom: 1rem;
}

div.modal main p {
    font-size: 0.9rem;
}

div.modal footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

div.modal footer button {
    background-color: transparent;
    border: none;
    color: #5c6278;
    font-size: 0.9rem;
    cursor: pointer;
}

div.conectado label {
    display: inline-flex;
    gap: 1ch;
}

div.logo {
    font-size: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[logo-verde] {
    color: #29bb7d;
}

[logo-branco] {
    color: #fff;
}

div.logo span.simbolo img {
    height: 70px;
}

div.logo span.nome {
    display: flex;
    font-size: 40px;
}

section.topbar div.logo {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

section.topbar div.logo span:nth-child(1) {
    font-size: 30px !important;
}

span.docdigital {
    font-weight: 100;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.bottomBar div {
    border-radius: 44px;
    text-align: center;
    line-height: 46px;
    color: #249765;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 35px;
    padding: 6px 21px;
    border: 1px solid #ffffff40;
    cursor: pointer;
    background-color: #ffffff21;
}

section.bottomBar div span {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding-left: 10px
}

section.bottomBar div i {
    width: 100%;
    height: auto;
    display: flex;
    font-size: x-large;
    color: #fff;
    cursor: pointer;
}


/* GRID */

section.app {
    /* display: grid;
    grid-template-rows: 70px auto 90px;
    height: 100vh;
    width: 100%; */
}

section.app>section,
section.app>main {
    width: 100%;
}

section.topBar {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 20px;
    border-bottom: 2px solid #56cd9a;
    background: #0096de;
    position: fixed;
    top: 0;
    z-index: 99;
}

section.bottomBar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-top: 2px solid #56cd9a;
    background: #0096de;
    gap: 2ch;
    position: fixed;
    bottom: 0;
}


/* GRID */

div.voltar {
    cursor: pointer;
    width: 40px;
    color: white;
}

ul.usuario li {
    font-size: 15px !important;
    border: none;
    margin-top: 12px;
}

ul.documentos li {
    padding: 0;
}

ul.documentos li a {
    font-size: 15px;
    padding: 13px;
    border: 1px solid #f5f5f5;
    border-radius: 13px;
    margin-top: 14px;
    background: #fdfdfd69;
}

ul.documentos li a:visited,
ul.documentos li a:focus,
ul.documentos li a:hover {
    border: 1px solid #80d6ff;
    background: #fbfeff;
}

span.alterarsenha a {
    color: #ffffff;
    padding-left: 12px;
    font-size: 14px;
    border: 1px solid #ffffff47;
    padding-right: 10px;
    margin-right: 5px;
    border-radius: 30px;
    background-color: hsl(0deg 0% 100% / 9%);
}

span.alterarsenha a:active {
    border: 2px solid #ffffff47;
    background-color: hsl(0deg 0% 100% / 20%);
}

ul.usuario details summary {
    border-radius: 12px;
    text-indent: 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #65be98;
    color: #fff;
    font-weight: bold;
}

ul.usuario details {
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    margin-bottom: 6px;
    user-select: none;
}

ul.dir h3 {
    margin-top: 24px;
    margin-left: 20px;
    color: #53c091;
}

ul.usuario details summary::marker {}

ul li span {
    font-size: small;
    /* position: absolute; */
    left: 9px;
    top: -9px;
    font-weight: bold;
}

i.far,
i.fa {
    font-size: 25px;
    color: #ff4f4f;
    float: left;
    padding-right: 13px;
}

i.fa-file {
    color: #44c0b1;
}

div.login {
    background-color: #53c091;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}

div.legenda {
    color: #8a8a8a;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 16px;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2ch;
    /* padding: 32px; */
    /* background-color: #fefefe; */
    border-radius: 15px;
    margin-top: 20px;
}

form.formplaca {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-evenly;
    gap: 0ch;
    /* padding: 32px; */
    /* background-color: #fafafa; */
    /* border-radius: 15px; */
    margin-top: 0px;
}

div.central {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
    align-items: center;
    justify-content: flex-end;
    gap: 2ch;
    padding: 32px;
    background-color: #fff;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    border-top: 8px solid #2dd819;
}

div.resultado {
    display: flex;
    flex-direction: column;
    /* max-width: 350px; */
    align-items: center;
    justify-content: center;
    gap: 5ch;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    border: none;
    height: 100vh;
}

div.retorno {
    background-color: #fffdfd;
    color: #e95656;
    border: 1px solid #ffd8d8;
    padding: 13px;
    border-radius: 12px;
    font-size: 14px;
    width: 100%;
    display: none;
}

span.placas {
    padding-left: 21px;
    font-size: 14px;
}

div.placa {
    font-weight: 900;
    border: 1px solid #616161;
    border-top: 10px solid #007eab;
    border-radius: 5px;
    padding: 2px 2px;
    width: 89px;
    text-align: center;
}

.form400 {
    height: auto;
    width: 330px;
}

[height-400] {
    height: 400px;
}

input {
    font-family: 'Lato', sans-serif;
    border: 1px solid #d4d6df;
    padding: 14px 26px;
    outline-color: var(--green);
    border-radius: 4px;
    width: 100%;
    font-size: 1.1rem;
    color: #5C6278 !important;
}

textarea {
    height: 180px;
    font-family: var(--fonta);
    padding: 1rem 1.2rem;
    border: 1px solid #E3E7EE;
    border-radius: 4px;
    font-size: 1.1rem;
    outline-color: var(--green);
}

div.retorno-senha {
    background-color: rgb(255 255 255);
    padding: 35px;
    border-radius: 12px;
    line-height: 1.5rem;
    margin-top: 4rem;
    /* border: 1px solid #5fe398; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: 1px 3px 3px 0px #e3e5ef;
    display: none;
}


input:-internal-autofill-selected {
    background-image: none !important;
    background-color: #fff !important;
}

input[type='text'],
input[type='password'] {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.03rem;
    font-size: 1.1rem;
    /* font-weight: 600; */
    /* text-indent: 12px; */
}

input.pasta {
    height: 38px;
    width: 360px;
}

div.colecoes-configuracoes-a input[name='nome'] {
    max-width: 600px;
}

input[type='submit'],
button.bt {
    font-family: 'Lato', sans-serif;
    background: var(--roxo);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    border: 2px solid var(--roxo);
    border-radius: 4px;
    /* letter-spacing: 0.1rem; */
    transition: background-color ease-in-out 400ms;
}


input#entrar[type='button'] {
    background: var(--green);
    color: #fff;
    font-weight: bold;
    border: 2px solid var(--green);
    border-radius: 8px;
    padding: 9px 23px 7px 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    cursor: pointer;
    width: 70px;
}

input#entrarinput[type='submit']:active {
    background-color: var(--roxo);
    box-shadow: 1px 1px 1px var(--roxo);
    border: 2px solid var(--roxo);
}

input#entrarinput[type='submit']:hover {
    background-color: var(--roxo);
    box-shadow: 1px 1px 11px 0px var(--roxo);
    border: 2px solid var(--roxo);
}

input[type='file'] {
    /* display:none; */
}

button.bt-perfil {
    width: 100%;
    margin-top: 22px;
}

div.conectado-senha {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 0.9rem;
    height: 60px;
}

div.fazer-cadastro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 0.4rem;
    font-size: 1.1rem;
}

div.conectado {
    display: flex;
    flex-direction: row;
    width: 132px;
}

a.link-cadastro {
    font-weight: bold;
    color: #17c37b;
}

a.link-esqueci {
    font-weight: bold;
    color: #17c37b;
}

[status] {
    padding: 7px 12px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin: auto;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}

[status]:hover {
    outline: 1px solid #eba17b !important;
    /* border: 2px solid #eba17b !important; */
    box-shadow: 1px 1px 11px 0px #ffb691;
}

[escolhido] {
    outline: 2px solid #eb9000;
}

div.bt-status {
    width: 240px;
    padding: 9px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

/* Situação cores

Aguardando      #fff
Em produção     #FFF4BA
Cancelado       #FFD1D4
Entregue        #C0E5B3
Em transporte   #D3E5FF
Em aprovação    #F5D0B5

*/




input.invalido {
    border: 1px solid #ff8484;
    background-color: #fffdfd;
    background-image: url(../imagens/xmark.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 3%;
    background-origin: content-box;
}


input.valido {
    border: 1px solid #78e0b3;
    background-color: #fbfffd;
    background-image: url(../imagens/check.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
    background-origin: content-box;
}

[enviado] {
    border: 1px solid #78e0b3 !important;
    background-color: #fbfffd !important;
    background-image: url(check.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
    background-origin: content-box;
    text-align: center;
    color: #00b366 !important;
}

div.fakeinput {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 123px;
    position: relative;
}

input.arquivos {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

div.arquivosCaixa {
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    /* flex: 1 0 50%; */
    width: 100%;
    gap: 1ch;
    align-items: center;
    flex-wrap: wrap;
    white-space: break-spaces;
}

[azul-baby] {
    border: 1px solid #bde9ff;
    background-color: #fdffff;
}

[verde-baby] {
    border: 2px solid #eafdf1;
    background-color: #5ad85a03;
}

[color-salmon] {
    color: salmon;
}

[border-1_5] {
    border: 1px solid #f5f5f5;
}

[background-white] {
    background: #fff;
}

div.iframe {
    display: none;
}

div.arquivosProgresso {
    border: 1px solid #bde9ff;
    border-radius: 50%;
    padding: 3px;
    height: 42px;
    width: 42px;
    line-height: 34px;
    /* text-align: center; */
    font-weight: bold;
    background-color: #fefefe;
    font-size: 1.2rem;
    /* flex: 1 1 73px; */
    color: #40a8da;
    transform: scale(0.8);
}

input.cpfcnpj {
    max-width: 290px;
}

input.placa {
    margin-top: 14px;
    width: 130px;
    border-radius: 6px;
}

div.containerplacas {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div.containerarquivos {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px dashed #b7ddef;
    background-color: #ffffff;
    color: #40a8da;
}

div.containerarquivos iframe {
    display: none;
}

.d-none {
    display: none;
}

i.cloud-up {
    align-self: center;
    font-size: 100px;
    /* display: none; */
    color: #00acff;
}

div.bt {
    background-color: white;
    border: 1px solid #bee4d3;
    padding: 7px 22px;
    border-radius: 32px;
    color: #53c091;
}

div.bt a {
    color: #53c091;
}

div.iconeseta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

main div.buttons {
    flex-direction: row;
    max-width: 768px;
    margin: auto;
    flex-wrap: wrap;
    gap: 3ch;
    margin-top: 20px;
    margin-bottom: 20px;
}

button.bt-box {
    flex: 1 0 33%;
    height: 120px;
    border: none;
    border-bottom: 8px solid #f5f5f5;
    border-radius: 14px;
    cursor: pointer;
    background-color: #fff;
    color: #bababa;
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
    /* box-shadow: 0px 7px 1px #efefef; */
    transition: all ease-in 50ms;
    padding-left: 22px;
    position: relative;
}



button.bt-box:active {
    /* box-shadow: inset 0px 7px 1px #efefef !important; */
    border-bottom: none;
}

button.bt-box i {
    font-size: 35px;
    text-align: center;
    /* width: 100%; */
    pointer-events: none;
}

button h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    pointer-events: none;
    text-align: left;
}


span.bar {
    width: 100%;
    height: 2px;
    background-color: var(--green);
    border-radius: 1px;
    transition: all ease-in-out 300ms;
    transform-origin: center;
    position: relative;
}

span.num {
    background-color: #41e297;
    color: #ffffff;
    border: 1px solid #71ecb3;
    border-radius: 12px;
    font-size: 15px;
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    margin-right: 10px;
}

div.mensagem {
    display: grid;
    place-items: center;
    background: white;
    width: 300px;
    padding: 20px;
    border-radius: 11px;
    border-top: 5px solid #238b5f;
    gap: 1ch;
}

div.info {
    margin-top: 16px;
    background: #f8feff;
    border: 1px solid #d4f6fa;
    border-radius: 10px;
    padding: 11px;
    color: #0993aa;
    margin-bottom: 20px;
}

div.geral {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
}

div.bloco {
    display: flex;
    flex-direction: column;
    /* flex: 1 0 100%; */
    gap: 1ch;
    align-items: stretch;
}

div.enviar form {
    max-width: none;
    background-color: #fff;
}

div.enviararquivos {
    padding: 22px;
    padding-top: 6px;
    background-color: #fefefe;
    border-radius: 20px;
}

form.login {
    /* max-width: 340px; */
    margin: auto;
    margin-top: 30px;
}

div.mensagem {
    display: grid;
    place-items: center;
    background: white;
    width: 300px;
    padding: 20px;
    border-radius: 11px;
    border-top: 5px solid #238b5f;
    gap: 1ch;
}

[fundo-branco] {
    background-color: #fff;
}

div.geral {
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
}

ul.listafotos {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* gap: 1ch; */
    /* padding: 10px; */
    border: 1px solid #a9b2d3;
    border-radius: 9px;
    background-color: white;

}

ul.listafotos li {
    display: inline-flex;
    gap: 2ch;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #a9b2d3;
}

ul.listafotos li:last-of-type {
    border: none;
}

ul.listafotos li div.fotos {
    height: 46px;
    width: 60px;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px;
}

ul.listafotos li div.fotos img {
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;

}

ul.listafotos li div.texto {
    word-break: break-word;
    width: 260px;
    font-size: 14px;
}


div.btstatus {
    display: flex;
    flex-direction: row;
    gap: 2ch;
    width: 100%;
}

div.btstatus button,
div.categoria button {
    width: 38px;
    height: 38px;
    font-size: 0.9rem;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #d4d6df;
    padding: 0;
    color: #5C6278;
}

div.categoria {
    display: flex;
    flex-direction: row;
    gap: 1ch;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
}

div.categoria-item {
    height: 35px;
    border: 1px solid #bcc1d5;
    background: #fff;
    line-height: 35px;
    width: 200px;
    text-align: center;
    border-radius: 7px;
    cursor: pointer;
    align-self: center;
}

div.categoria-item:focus {
    outline: 2px solid #a4b3f0;
}

button[data-acao='adicionar'] {
    background: #7cd38e !important;
}

div.categoria button[data-acao='adicionar'] {
    width: 14rem;
    height: 3rem;
    color: #fff !important;
}


button[data-acao='adicionar']>i {
    color: #fff !important;
    pointer-events: none;
}

[desabilita] {
    pointer-events: none;
    opacity: 0.7;
}

div.btstatus button:hover,
div.categoria button:hover {
    border: 1px solid #5C6278;
    box-shadow: none;
    outline: unset;
}

div.modal-mensagem {
    border-radius: 9px;
    border: 1px solid #d4d4d45c;
    border-left: 4px solid #09ab7bbd;
    padding: 17px;
    background-color: #fff;
    background-image: url(../imagens/check.svg);
    background-size: 22px;
    background-origin: content-box;
    background-position: 7px 13px;
    background-repeat: no-repeat;
    color: #09AB7B;
    position: absolute;
    bottom: 14px;
    left: -360px;
    width: 20rem;
    height: 4.5rem;
    transition: left ease-in-out 400ms;
    display: flex;
    flex-direction: row;
    padding: 12px;
    justify-content: space-around;
}

div.modal-texto {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-left: auto;
}


div.modal-mensagem span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: auto;
    border-radius: 25px;
    background-color: #fdfdfd;
    width: 48px;
    height: 48px;
}

div.modal-mensagem span i {
    line-height: 48px;
    color: #dbdbdb;
}

div.imagens-enviadas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    background-color: #fff;
    gap: 2.5rem;
}


[move] {
    left: 20px !important;
}


::-webkit-scrollbar {
    width: 0.4rem;
    background-color: rgb(226 231 248);
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c4c9d8;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {

    div.formulario {
        flex-direction: column;
    }

    #listamenu,
    #social {
        display: none;
    }

    p {
        font-size: 1.2rem;
        line-height: 1.6;
    }

    div.menu {
        display: flex;
        flex-direction: row;
        width: 84px;
        align-content: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
}