body {
    padding-top: 60px; /* Ajuste para o menu fixo na parte superior em telas menores */
    background-color:#fefdfd;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

html {
    height: 100%;
    box-sizing: border-box;
    transition: 0.3s;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

::-webkit-scrollbar {
    display: none;
}

.loaderMenu {
    margin: auto;
    border: 5px solid rgba(0, 0, 0, 0.0);
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container{
    -webkit-animation: fadeEffect 0.5s;
    animation: fadeEffect 0.5s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.navbar{
    background-color: #e5e5e5;
    height: 70px;
    margin-top: -30px;
}

.menu{
    list-style:none;
    float:left;
    width:80%;
    display:flex;
    justify-content: space-between;
    padding-top:10px;
}

.menu li{
    position:relative;
    float:left;
}

.menu li  ul{
    position:absolute;
    top:30px;
    display:none;
    text-align:center;
    padding-left: 0px;
}

.menu li:hover ul,
.menu li.over ul{
    display:block;
}

.menu li ul li{
    display:block;
    width:200px;
    font-size:14px;
    cursor:pointer
}

.menuInterno{
    list-style:none;
    float:left;
    width:80%;
    display:flex;
    justify-content:flex-start;
    padding-top:10px;
}

.menuInterno li{
    position:relative;
    float:left;
    margin-left: 50px;
}

.menuInterno li  ul{
    position:absolute;
    top:30px;
    display:none;
    text-align:center;
    padding-left: 0px;
}

.menuInterno li:hover ul,
.menuInterno li.over ul{
    display:block;
}

.menuInterno li ul li{
    display:block;
    width:200px;
    font-size:14px;
    cursor:pointer
}

.logo{
    margin-left:70px
}

.nav{
    display:flex;
    margin:0 auto;
    justify-content:space-between;
    width:100%
}

.itemmenu{
    text-transform: uppercase;
    padding-top:15px;
    font-size:14px;
    color: #8c8b8b;
    cursor:pointer;
    transition: 0.3s;
}

.itemmenu:hover{
    color: #88bdc4;
}

.menuactive{
    color: #88bdc4;
    font-weight: bold;
}

#navbarNav{
    padding-left:80px;
}

.footerM{
    display:none
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3bbab5;
    text-align: center;
    height:130px;
    display:flex;
    align-items: center;
}

.conteudoFooter{
    display:flex;
    margin:0 auto;
    width:70%;
}

.topicofooter{
    color:white;
    display:flex;
    width:100%;
    justify-content: center;
}

.topicofooter .icon{
    background-color: #f7c80e;
    height:45px;
    width:45px;
    border-radius:25px;
}

.topicofooter .icon img{
    margin-left:-30px;
    margin-top:-5px;
    width:35px;
    height: 35px;
}

.infofooter{
    display:block;
    text-align:left;
    font-size:12px;
    padding:5px 0px 0px 7px;
}

.conteudo{
    display:flex;
    width:100%;
    align-items:center;
    margin-bottom:150px
}

.conteudoM{
    display:none;
}

.txt2ConteudoM{
    color:#8c8b8b;
    font-weight:500;
    font-size:30px;
    margin-top:-30px;
    text-align:left
}

.panel{
    border-bottom: solid #33958f 1px;
    padding:0 5px;
    width:80%;
    margin:0 auto
}

.panel-pergunta{
    display:flex;
    width:100%;
    justify-content:space-between;
    cursor:pointer;
}

.panel-title{
    color:black;
    font-size: 16px;
    font-weight: 650;
}

.panel-icon{
    padding-top:3px
}

.panel-resposta{
    color: #8c8b8b;
    padding-left:10px;
}

.titPag{
    color: #616161;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 75px;
    width:100%;
}

#formEsqueceuSenha .titPag{
    color: #616161;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width:100%;
    margin-top:-20px
}

#formEsqueceuSenha .btnEsqueceuSenha{
    margin-top:20px;
    background-color:#3f7652;
    border:none;
    color:white;
    width:65%;
    height:45px;
    font-size:18px;
    transition: 0.3s;
    margin-bottom:10px;
}

#formEsqueceuSenha .btnEsqueceuSenha:hover{
    background-color:#0c4426;
}

.circulo {
    background: #3bbab5;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    padding:0;
    float:right;
    margin-right: 100px;
    margin-top: 50px;
}

.circulo img{
    width: 540px;
    margin-top:-120px;
    margin-left:-90px
}

.btnQS{
    border:4px solid #e57d22;
}

.btnCad{
    border:4px solid #f29913;
}

.btnCt{
    border:4px solid #f7c80e;
}

.btnPrincipal{
    border-radius:100px;
    width:130px;
    height:130px;
    margin-right: 20px;
    cursor:pointer;
    color: #8c8b8b;
    transition: 0.3s;
}

.btnPrincipal img{
    margin-top: -20px;
    margin-left: -10px;
}

.btnPrincipal p{
    text-align: center;
    line-height: 50px;
    font-size:14px;
}

.btnPrincipal:hover{
    border:5px solid #995316;
    color: #88bdc4;
}

.btnConsumidor{
    border:4px solid #e57d22;
}

.btnCredor{
    border:4px solid #f29913;
}

.btnCadastro{
    border-radius:100px;
    width:190px;
    height:190px;
    margin-right: 100px;
    cursor:pointer;
    color:#616161;
    transition: 0.3s;
}

.btnCadastro img{
    margin-top: -30px;
    margin-left: -30px;
}

.btnCadastro p{
    text-align: center;
    line-height: 70px;
    font-size:22px;
    font-weight: bold;
}

.btnCadastro:hover{
    border:5px solid #995316;
    color: #88bdc4;
}

.formCadastro{
    background-color: white;
    width:50%;
    margin: -10px auto 0 auto;
    padding:0px 20px 10px 20px;
}

.formImport{
    background-color: white;
    width:50%;
    margin: -10px auto 0 auto;
    padding:0px 20px 10px 20px;
}

.labelCadastrar{
    font-size:14px;
    margin-top:10px;
    margin-bottom: -50px;
}

.inputCadastrar{
    width:100%;
    border:none;
    background-color: #e8edea;
    padding-left:10px;
    font-size:14px;
    height: 24px;
}

.inputCadastrar:hover{
    border-bottom: 1px solid black;
    padding-bottom:0;
    background-color: #f5f5f5;
}

.btnCadastrar{
    margin-top:20px;
    background-color:#3f7652;
    border:none;
    color:white;
    width:65%;
    height:55px;
    font-size:18px;
    transition: 0.3s;
}

.btnCadastrar:hover{
    background-color:#0c4426;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size:12px;
    text-align:justify;
    padding:20px;
    margin-top:0px;
    margin-left:-70px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    bottom: 93%;
    left: 36%;
    transform: rotate(45deg);
    margin-left: -10px;
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    cursor: default;
}

/* Modal Content/Box TODAS IMAGENS */
.modal-content {
    background-color: #fff;
    color: #616161;
    width: 500px;
    padding: 20px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:none;
}

#modalMovelErroCadastro{
    position: relative;
    display:block;
    margin: 0 auto;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    cursor: all-scroll;
    margin-top: 150px;
}

.opcaoLogin{
    color:#1d67cd;
    font-size: 14px;
    text-decoration: underline;
    margin-top:10px;
    cursor:pointer
}

.formLogin{
    background-color: white;
    width:40%;
    margin: -10px auto 0 auto;
    padding:0px 20px 10px 20px;
}

.esquecisenha{
    text-align: center;
    text-decoration: underline;
    color: #054F77;
    font-size:14px;
    margin-top:-5px;
    cursor:pointer;
}

.labelLogin{
    font-size:14px;
    margin-top:10px;
    margin-bottom: -50px;
}

.inputLogin{
    width:100%;
    border:none;
    background-color: #e8edea;
    padding-left:10px;
    font-size:14px;
    height: 30px;
}

.inputLogin:hover{
    border-bottom: 1px solid black;
    padding-bottom:0;
    background-color: #f5f5f5;
}

.btnLogin{
    margin-top:20px;
    background-color:#3f7652;
    border:none;
    color:white;
    width:65%;
    height:45px;
    font-size:18px;
    transition: 0.3s;
    margin-bottom:10px;
}

.btnLogin:hover{
    background-color:#0c4426;
}

.alerta {
    text-align: center;
    font: normal normal bold 14px/19px 'Segoe UI';
    letter-spacing: 0px;
    color: #FF0000;
    opacity: 1;
    margin: auto;
}

.txtContato{
    text-align:center;
    color:#1d7fdb;
    font-size: 20px;
}

.formContato{
    background-color: white;
    width:50%;
    margin: -10px auto 0 auto;
    padding:0px 20px 10px 20px;
}

.labelContato{
    color:#1d7fdb;
    font-weight: bold;
    font-size:14px;
    text-align:left;
    padding-left:8px;
    margin-top:10px;
    margin-bottom: -50px;
}

.inputContato{
    color:#1d7fdb;
    width:100%;
    border:none;
    background-color: #e5ebfa;
    height: 55px;
    padding-left:16px;
    border-radius: 10px;
    font-size:14px;
}

.inputContato:hover{
    border: 1px solid #1d67cd;
    padding:0px 0px 0px 15px;
    background-color: #f2f5fc;
}

.inputContato::-webkit-input-placeholder {
    color: #1d67cd;
}
 
.inputContato:-moz-placeholder { /* Firefox 18- */
    color: #1d67cd;  
}
 
.inputContato::-moz-placeholder {  /* Firefox 19+ */
    color: #1d67cd;  
}
 
.inputContato:-ms-input-placeholder {  
    color: #1d67cd;  
}

.btnContato{
    width:40%;
    background-color: #1d67cd;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    height: 50px;
}

.btnChat {
    z-index: 1;
    position: fixed;
    right: 2%;
    bottom: 4%;
    background-color: #f7c80e;
    color: #383838;
    border: none;
    border-radius: 12px;
    height: 30px;
    text-align: center;
    height: 55px;
    padding: 0px 20px;
    font-size:18px;
    -webkit-animation: chatEffect 1s;
    animation: chatEffect 1s;
}

@-webkit-keyframes chatEffect {
    0%   {right: -100%;bottom: 4%;}
    25%   {right: -100%;bottom: 4%;}
    80%   {right: 5%;bottom: 4%;}
    100% {right: 2%;bottom: 4%;}
}

@keyframes chatEffect {
    0%   {right: -100%;bottom: 4%;}
    25%   {right: -100%;bottom: 4%;}
    80%   {right: 5%;bottom: 4%;}
    100% {right: 2%;bottom: 4%;}
}

.modalAtendimento{
    display:none;
    z-index: 1;
    position: fixed;
    right: 2%;
    bottom: 4%;
    border: none;
    border-radius: 12px;
    text-align: center;
    width: 350px;
    height: 500px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-color: #fef9e6;
}

.cabecalhoChat{
    border-radius: 12px 12px 0px 0px;
    background-color: #f7c80e;
    height: 80px;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:15px; 
}

.titleChat{
    color: #383838;
    text-align: left;
    font-size:20px;
    padding-top: 10px;
}

.statusChat{
    color: #383838;
    text-align: left;
    font-size:14px;
    margin-top:-15px;
}

.digitarChat{
    border-radius: 0px 0px 12px 12px;
    height:60px;
    border-top: 1px solid #e5e5e5;
    background-color: white;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width:100%;
    padding:0;
}

.digitarMsgChat{
    border:none;
    font-size:18px;
    padding-left: 15px;
    width:95%;
    resize:none;
    max-height: 100%;
    padding-top:15px
}

#emojichat{
    font-size:22px;
    color:#9ea8ba;
    cursor:pointer;
    margin-left:5px;
}

#anexoChat{
    font-size:22px;
    color:#9ea8ba;
    transform: rotate(80deg);
    margin-left:10px;
    margin-right:10px;
    cursor:pointer;
}

.digitarMsgChat::-webkit-input-placeholder {
    color: #9ea8ba;
}
 
.digitarMsgChat:-moz-placeholder { /* Firefox 18- */
    color: #9ea8ba;  
}
 
.digitarMsgChat::-moz-placeholder {  /* Firefox 19+ */
    color: #9ea8ba;  
}
 
.digitarMsgChat:-ms-input-placeholder {  
    color: #9ea8ba;  
}

.areaInterna{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin:50px auto 0 auto
}

.btnAreaInter img{
    width:50%;
    cursor: pointer;
}

.btnAreaInter p{
    text-align: center;
    margin-top: -15px;
    cursor: pointer;
}

.areaInternaCredor{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin:50px auto 0 auto
}

/*.voltarAreaInterna{
    text-decoration: underline;
    margin-top: 30px;
    font-size: 14px;
    cursor:pointer;
    color:#1d67cd;
}*/

.voltarAreaInterna{
    position:absolute;
    padding-top:18px
}

.voltarAreaInterna i{
    font-size: 20px;
    cursor: pointer;
    color: #616161
}

#minhasdividas{
    width:100%;
    text-align: center;
    font-size: 14px;
}

#minhasdividas thead{
    background-color: #cfcfcf;
}

#minhasdividas tbody{
    background-color: #e5e5e5;
}

#minhasdividas thead tr td,
#minhasdividas tbody tr td{
    border: 2px solid white
}

.power input[type="checkbox"] {
    position: relative;
    width: 50px;
    height: 20px;
    -webkit-appearance: none; /* Aparência padrão do checkbox é anulada */
    background-color: #cfcfcf; /* cor de fundo */
    outline: none; /* sem borda externa */
    border-radius: 20px; /* arrendodamento dos cantos */
    box-shadow: inset 0 0 5px rgba(85, 85, 85, 0.2); /* sombra interna */
    transition: .2s; /* tempo de transição que vai ocorrer com a cor de fundo e com a posção da bolinha*/
    cursor: pointer;/* estabelecer que o mouse vai ter uma aparência como se fosse clicar em um botão */
}

.power input:checked[type="checkbox"] {
    background-color: #3899ec;/* cor de fundo que vai ser aplicada quando o checkbox tiver uma alteração para checked */
}

/* O seletor :before pode criar objetos antes do elemento principal, no caso cria a bolinha do botão  */
.power input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 3.5px;
    left: 4px;
    background: #ffffff;
    transform: scale(1.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: .2s;
}

.power input:checked[type="checkbox"]:before {
    left: 34px;
}

#formImportDeb .closeModal{
    width:100%;
    text-align:right;
    margin-top:-10px;
    z-index:2
}

#formImportDeb .closeModal i{
    font-size:20px;
    cursor:pointer;
}

#formImportDeb .titleImportCarteira{
    text-align:center;
    display:flex;
    justify-content:center
}

#formImportDeb .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#formImportDeb .popup img{
    width: 20px;
    background-color:white;
    border-radius:50%;
}

#formImportDeb .popup .popuptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    font-size:12px;
    padding:20px;
    margin-top:5px;
    margin-left:-140px;
    height:350px;
    overflow: auto;
}

/* Popup arrow */
#formImportDeb .popup .popuptext::after {
    content: "";
    position: absolute;
    bottom: 92%;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
#formImportDeb .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#formImportDeb .picture {
    margin: 0 auto;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 2px dashed currentcolor;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    width:90%;
    height:30px;
    margin-top:25px;
}

#formImportDeb .picture:hover {
    color: #777;
    background: #ccc;
}

#formImportDeb .picture:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#formImportDeb #sendImportDeb{
    background-color:#3f7652;
    border:none;
    color:white;
    width:90%;
    font-size:18px;
    transition: 0.3s;
    display:none;
}

#formImportDeb #sendImportDeb:hover{
    background-color:#0c4426;
}

#confiCredor{
    width:100%;
    text-align: center;
    font-size: 14px;
}

#confiCredor thead{
    background-color: #cfcfcf;
    font-weight: bold;
}

#confiCredor tbody{
    background-color: #e5e5e5;
}

#confiCredor thead tr td,
#confiCredor tbody tr td{
    border: 2px solid white
}

#confiCredor .editConfigCredor{
    font-size:18px;
    padding: 3px;
    cursor:pointer
}

.labelEditFaixa{
    width:100%;
    border:none;
    font-size:14px;
    text-align: center;
    padding-left:10px;
    margin-bottom: 0px;
}

.inputEditFaixa{
    width:100%;
    border:none;
    background-color: #e8edea;
    padding-left:10px;
    font-size:14px;
    height: 24px;
}

.inputEditFaixa:hover{
    border-bottom: 1px solid black;
    padding-bottom:0;
    background-color: #f5f5f5;
}

.btnEditarFaixa{
    width:100%;
    border:none;
    background-color: #3f7652;
    color:white;
    padding-left:10px;
    font-size:16px;
    height: 24px;
    margin-top:25px;
    line-height: 16px;
}

.btnEditarFaixa:hover{
    background-color:#0c4426;
}

.divCadastro{
    display:flex;
    width:100%;
    justify-content:center;
    margin:50px auto;
    padding-left: 150px;
    margin-bottom: 100px;
}

.divLogin{
    display:flex;
    width:100%;
    justify-content:center;
    margin:50px auto;
    padding-left: 150px;
    margin-bottom: 100px;
}

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

.camposSenha div{
    width:47.5%
}

.divContato{
    margin-bottom: 100px;
}

.contato{
    width:70%;
    margin:0 auto
}

.divConfigCredor{
    margin-bottom:100px
}

.topoConfigCredor{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.topoConfigCredor .iconBack{
    margin-top:75px;
    cursor:pointer
}

.topoConfigCredor .addDeb{
    margin-top:75px;
    cursor:pointer;
    width:150px;
    border:1px solid red;
    padding:5px;
    background-color: #f7c80e;
    color: #383838;
    border: none;
    border-radius: 12px;
}

.divConfigConsumidor{
    margin-bottom:100px
}

.configConsumidor{
    width:50%;
    margin:0 auto
}

#valoravista,
#valormaxparcela,
#qtdmaxparcela{
    width:120px;
    height:22px;
    background-color:#e8edea;
    border:none;
    padding-left:5px
}

#iconErro{
    font-size:100px;
    color:#a5a5a5
}

#snackbar {
    visibility: hidden;                
    margin-left: -125px;
    background-color: #008000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 300000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbarError {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #ed4337;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 300000;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbarError.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.mensagensChat{
    width: 100%;
    height: 80%;
    overflow: auto;
    padding-bottom: 80px;
}

.mensagem{
    width:100%;
    text-align:left;
    margin-top: 20px;
    padding:10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.msgenviada{    
    background-color: #d7fad1;  
    margin-left: -12px;
    border-radius:10px 0px 10px 10px
}

.msgenviada::after{    
    content: "";
    position: absolute;
    bottom:81%;
    right: -4%;
    transform: rotate(135deg);
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #d7fad1 transparent transparent transparent;
}

.msgrecebida{
    background-color: #fff;
    margin-left: 16px;
    border-radius:0px 10px 10px 10px
}

.msgrecebida::after{    
    content: "";
    position: absolute;
    bottom:82%;
    left: 1%;
    transform: rotate(-135deg);
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.mensagem .horariomsg{
    text-align: right;
    font-size: 11px;
    opacity: 0.8;
    margin-top: -20px;
    margin-bottom: -0px;
}

/* Estilos personalizados para a página */
@media (max-width: 1024px) {
    .menu{
        width:90%;
    }
    .menu li{
        margin-left: -80px;
    }
    
    .menuInterno{
        width:90%;
    }
    .menuInterno li{
        margin-left: -80px;
    }
}

@media (max-width: 1000px) {

    body{
        width:100%;
    }

    .contato{
        width:100%;
        margin:0 auto
    }

    .formContato{
        width:100%
    }

    .nav{
        align-items: center;
        margin-top: -20px;
    }

    .logo{
        width:150px;
        margin-left: 0px;
    }

    .sidenav{
        background-color: #e5e5e5;
        width:250px;
        position: absolute;
        right: 0;
        height:90%;
        padding-left:20px;
    }

    .sidenav p{
        border-bottom:1px solid #8c8b8b;
        margin-top:-1px    }

    .conteudoM{
        display:block;
        margin-bottom: 200px;
    }  
    
    .footer {
        height:auto;
        display:block;
        bottom: -25px;
    }

    .conteudoFooter{
        display:block;
        margin:20px auto 10px auto;
        width:25%;
    }

    .topicofooter{
        width:100%;
        justify-content: flex-start;
    }
    
    .divCadastro{
        margin-bottom: 250px;
        padding-left: 80px;
    }
    
    .divLogin{
        margin-bottom: 250px;
        padding-left: 80px;
    }

    .btnCadastro{
        width:150px;
        height:150px;
        margin-right: 50px;
    }

    .btnCadastro img{
        width: 75px;
        margin-top: -30px;
        margin-left: -15px;
    }
    
    .btnCadastro p{
        text-align: center;
        line-height: 55px;
        font-size:22px;
        font-weight: bold;
    }

    .formLogin{
        width:90%;
        margin-bottom: 200px;
    }

    .btnLogin{
        width:100%;
    }

    .btnEsqueceuSenha{
        width:100%;
    }

    .divContato{
        margin-bottom: 200px;
    }

    .formContato{
        width: 90%;
    }

    .btnContato{
        width: 100%;
    }

    .divAreaInterna{
        margin-bottom: 250px;
    }

    .formCadastro{
        width:90%;
    }

    .formImport{
        width:90%;
    }
    
}

@media (max-width: 912px) {
    .areaInterna{
        width: 100%;
    }
    .areaInternaCredor{
        width: 100%;
    }

    .divConfigCredor{
        margin-bottom:200px
    }

    .divConfigConsumidor{
        margin-bottom:200px;
        
    }

    .configConsumidor{
        width:100%;
    }

    .divCadastrarConsumidor{
        margin-bottom:200px;
    }

    .divCadastrarCredor{
        margin-bottom:200px;
    }

}

@media (max-width: 781px) {
    .conteudoFooter{
        width:27%;
    }
}

@media (max-width: 683px) {
    .camposSenha{
        display:block;
        width:100%;
    }

    .camposSenha div{
        width:100%;
    }  
    
    .btnCadastrar{
        width: 100%;
    }

    .conteudoFooter{
        width:30%;
    }
}

@media (max-width: 547px) {
    .conteudoFooter{
        width:40%;
    }

    .tableDivida,
    .tableConfig{
        width: 104%;
        overflow: scroll;
        padding: 0;
    }

    .tableDivida::-webkit-scrollbar,
    .tableConfig::-webkit-scrollbar {
        display: block;
    }

    #modalErroCadastro .modal-content {
        width:400px
    }

    #modalMovelErroCadastro{
        margin-top: 30px;
    }

    #iconErro{
        font-size:50px;
        margin-top: -50px;
    }
}

@media (max-width: 456px) {
    .divCadastro{
        padding-left: 60px;
    }

    .divLogin{
        padding-left: 60px;
    }

    .btnCadastro{
        width:135px;
        height:135px;
        margin-right: 50px;
    }

    .btnCadastro img{
        width: 60px;
        margin-top: -30px;
        margin-left: -15px;
    }
    
    .btnCadastro p{
        text-align: center;
        line-height: 60px;
        font-size:20px;
        font-weight: bold;
    }

    .areaInterna{
        width: 100%;
    }

    .areaInternaCredor{
        width: 100%;
    }

    .btnAreaInter img{
        width: 40%;
    }

    .btnAreaInter p{
        font-size: 10px;
    }

    .conteudoFooter{
        width:45%;
    }
}

@media (max-width: 415px) {
    .txt2ConteudoM{
        font-size:25px;
    }

    .divCadastro{
        padding-left: 0px;
        margin-left: 6%;
    }

    .divLogin{
        padding-left: 0px;
        margin-left: 6%;
    }

    .btnCadastro{
        width:120px;
        height:120px;
    }

    .btnCadastro img{
        width: 60px;
        margin-left: -15px;
    }
    
    .btnCadastro p{
        line-height: 60px;
        font-size:18px;
    }

    .conteudoFooter{
        width:60%;
        padding-left: 20px;
    }

}

@media (max-width: 342px) {
    .conteudoFooter{
        width:60%;
    }

    #modalErroCadastro .modal-content {
        width:300px
    }

    #modalMovelErroCadastro{
        margin-top: 30px;
    }

    #iconErro{
        font-size:40px;
    }
}

@media (max-width: 280px) {
    .conteudoFooter{
        width:75%;
    }

    .btnCad p{
        line-height: 10px;
        padding-top: 20px;
    }

    .divCadastro{
        padding-left: 0px;
        margin-left: 6%;
    }

    .divLogin{
        padding-left: 0px;
        margin-left: 6%;
    }

    .btnCadastro{
        width:100px;
        height:100px;
        margin-right: 20px;
    }

    .btnCadastro img{
        width: 60px;
        margin-left: -15px;
    }
    
    .btnCadastro p{
        line-height: 40px;
        font-size:14px;
    }

    .power{
        margin-top: 20px;
    }

    #valoravista,
    #valormaxparcela,
    #qtdmaxparcela{
        width:80px;
    }

    #modalErroCadastro .modal-content {
        width:250px
    }

    #modalMovelErroCadastro{
        margin-top: 10px;
    }

    #iconErro{
        font-size:40px;
    }

}
