@import url("_root.css");

body {
    font-family: "Roboto", sans-serif;
}

.fade1,
.fade2 {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    /* background: linear-gradient(160deg, #00a2ff, #ffffff); */
    background: linear-gradient(160deg, #ffffff, #ffffff);
    position: absolute;
    top: -190px;
    left: -90px;
    filter: blur(100px);
    z-index: -100;
}

.fade2 {
    top: unset;
    bottom: -230px;
    left: unset;
    right: 20px;
    height: 450px;
    width: 450px;
    filter: blur(100px);
}

.topo {
    height: 70px;
    /* border-bottom: 1px solid #ededed; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.topo__logotipo {
    align-items: center;
    padding-left: 10px;
}

.topo__logotipo span {
    color: #00a2ff;
}

.topo__logotipo a:link,
.topo__logotipo a:visited {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
    color: #000000;
    text-decoration: none;
}

.topo__logotipo_text {
    display: flex;
    align-items: center;
}

.topo__logotipo_text_title {
    font-size: 34px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
}

.topo__logotipo_text_subtitle {
    font-size: 12px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    padding-left: 5px;
}

.topo__logotipo_text_subtitle span {
    color: #00a2ff;
}

.topo__menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.topo__menu p {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
}

.topo__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topo__menu li {
    margin: 0;
    padding: 0;
}

.topo__menu a:link,
.topo__menu a:visited {
    font-size: 14px;
    margin-right: 30px;
    text-decoration: none;
    color: #737373;
}

.topo__menu a:hover {
    color: #00a2ff;
    transition: all 0.5s;
}

.topo__menu a {
    position: relative;
    display: inline-block;
}

.topo__menu a:link::after,
.topo__menu a:visited::after {
    content: '';
    width: 0%;
    height: 1px;
    background: #00a2ff;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.4s;
}

.topo__menu a:hover::after {
    width: 100%;
}

.topo__login {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.topo__login p {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 900;
    font-family: "Bebas Neue", sans-serif;
}

.topo__login ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topo__login li {
    margin: 0;
    padding: 0;
}

.topo__login li:nth-child(1) a:link,
.topo__login li:nth-child(1) a:visited {
    margin-right: 5px;
    text-decoration: none;
    color: #737373;
    background-color: #f1f1f1;
    padding: 12px 30px;
    border-radius: 25px;
}

.topo__login li:nth-child(1) a:hover {
    color: #000000;
    background-color: #ababab;
    transition: all 0.5s;
}

.topo__login li:nth-child(2) a:link,
.topo__login li:nth-child(2) a:visited {
    margin-left: 5px;
    text-decoration: none;
    color: #ffffff;
    background-color: #00a2ff;
    padding: 12px 30px;
    border-radius: 25px;
}

.topo__login li:nth-child(2) a:hover {
    color: #ffffff;
    background-color: #a51100;
    transition: all 0.5s;
}

.menu__suspenso-mobile {
    position: fixed;
    background: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    backdrop-filter: blur(55px);
    display: none;
    overflow-y: auto;
}

.menu__suspenso-mobileFull {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 34px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu__suspenso-mobile i {
    color: #000000;
}

.menu__suspenso-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__suspenso-mobile li {
    margin: 0;
    padding: 0 0 25px 0;
    /* text-align: right; */
}

.menu__suspenso-mobile a:link,
.menu__suspenso-mobile a:visited {
    color: #ffffff;
    text-decoration: none;
}

.menu__suspenso-mobile a:hover {
    color: rgb(218, 173, 173);
}

.menu__suspenso-mobile_close {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    display: none;
    z-index: 100;
    font-size: 25px;
    color: #FFFFFF;
}








.button {
    color: #FFFFFF;
    background-color: #00a2ff;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.button i {
    margin-left: 5px;
    /* margin-right: -15px; */
    transition: all 0.3s;
}


.button:hover {
    color: #FFFFFF;
    background-color: rgba(0, 123, 194, 1);
    box-shadow: 0 0 15px #00a2ff, 0 0 21px #00a2ff, 0 0 18px #00a2ff;
    /* transform: scale(1.5) !important; */
    transition: all 0.3s !important;
}

.button:hover i {
    margin-left: 15px;
    /* margin-right: -15px; */
    transition: all 0.3s;
}




.buttonWhite {
    color: #00a2ff;
    background-color: #ffffff;
    border: 1px solid #00a2ff;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
}


.buttonWhite i {
    margin-left: 5px;
    transition: all 0.3s;
}


.buttonWhite:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid rgba(0, 123, 194, 1);
    /* transform: scale(1.1) !important; */
    transition: all 0.3s !important;
}

.buttonWhite:hover i {
    margin-left: 15px;
    transition: all 0.3s;
}





.button {
    color: #FFFFFF;
    background-color: #00a2ff;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.button i {
    margin-left: 5px;
    /* margin-right: -15px; */
    transition: all 0.3s;
}


.button:hover {
    color: #FFFFFF;
    background-color: rgba(0, 123, 194, 1);
    box-shadow: 0 0 15px #00a2ff, 0 0 21px #00a2ff, 0 0 18px #00a2ff;
    /* transform: scale(1.5) !important; */
    transition: all 0.3s !important;
}

.button:hover i {
    margin-left: 15px;
    /* margin-right: -15px; */
    transition: all 0.3s;
}


.buttonWhite {
    color: #00a2ff;
    background-color: #FFFFFF;
}





.formulario__campos {
    margin-bottom: 20px;
}

.formulario__campos-div {
    border-left: 1px solid #ededed;
    padding-left: 20px;
    margin-left: 40px;
    margin-bottom: 100px;
    opacity: 0.5;
    transition: all 0.5s;
}

.formulario__campos-div:hover {
    opacity: 1;
}

.formulario__campos-transacao h2 {
    font-family: var(--header_h1-font-family);
    font-size: 24px;
    font-weight: var(--header_h1-font-weight);
    line-height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.formulario__campos-aviso {
    font-size: 14px;
    color: #595959;
    margin-top: 5px;
    margin-bottom: 0;
}

.formulario__submeter {
    margin-top: 60px;
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.formulario__submeter a:link,
.formulario__submeter a:visited {
    color: #0069a7;
    text-decoration: none;
}

.formulario__submeter a:hover {
    color: #00a2ff;
}

.formulario__submeter-aviso {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.formulario__submeter-botao {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
    height: 100%;
}

.formulario__submeter-botao button {
    padding: 10px 45px;
    border-radius: 35px;
    border: 1px solid #00a2ff;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    color: #00a2ff;
}

.formulario__submeter-botao button:hover {
    width: 100%;
    background-color: #00a2ff;
    color: #FFFFFF;
    cursor: pointer;
    /* transform: scale(1.09); */
    transition: 0.2s;
}

.formulario__more {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.formulario__more a:link,
.formulario__more a:visited {
    font-size: 10px;
    color: #9c9c9c;
    text-decoration: underline;
}

.formulario__more a:hover {
    color: #00a2ff;
}

.formulario__more-info {
    display: none;
}

/* REMOVER O SELETOR DOS CAMPOS NUMBER */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* DEIXA A COR DO TEXTO DO LABEL EM VERMELHO */
label.error {
    color: var(--form-error-color);
    font-size: 12px;
    margin: 0;
    padding: 0;
}

textarea.error {
    border: 1px solid var(--form-error-border-light);
}

input.error {
    border: 1px solid var(--form-error-border-dark) !important;
}

select.error {
    border: 1px solid var(--form-error-border-light);
}


.form-phone::placeholder {
    color: rgb(211, 211, 211);
    opacity: 1;
    /* Firefox */
}

.form-phone::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgb(211, 211, 211);
}




.red {
    color: red !important;
}

.blue {
    color: #007bff !important;
}






.workspace__no-transactions {
    margin-top: 80px;
    color: #a1a1a1;
}

.workspace__no-transactions h3 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.workspace__no-transactions p {
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.workspace__no-transactions ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin-top: 80px;
    list-style: none;
    flex-direction: column;
}

.workspace__no-transactions li {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.workspace__no-transactions a:link,
.workspace__no-transactions a:visited {
    color: #9b9292;
    text-decoration: none;
    font-size: 12px;
}

.workspace__no-transactions a:hover {
    color: #007bff;
}







/*
============================================
workspace

- Formulario de envio
- Confirmacao de envio
============================================
*/
.profile__menu {
    border-right: 1px solid #ededed;
    height: 100%;
    color: #8c8c8c;
}

.profile__all {
    height: 100%;
    opacity: 0.7;
    transition: all 0.5s;
}

.profile__all:hover {
    opacity: 1;
}

.profile__menu-usuario {
    display: flex;
    margin-bottom: 50px;
}

.profile__menu-usuarioClaro {
    color: #FFFFFF;
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #434343;
}

.profile__menu-icone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.profile__menu-icone i {
    font-size: 20px;
    background-color: #272727;
    padding: 20px;
    border-radius: 50%;
}

.profile__menu-nome {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.profile__menu-nome p:nth-child(1) {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.profile__menu-nome p:nth-child(2) {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

.profile__menu-nome p:nth-child(3) {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

.profile__menu-nomeClaro i {
    color: #FFFFFF !important;
}

.profile__menu-nomeClaro a:link,
.profile__menu-nomeClaro a:visited {
    color: #FFFFFF !important;
    text-decoration: none;
}

.profile__menu-nome a:link,
.profile__menu-nome a:visited {
    color: #8c8c8c;
    text-decoration: none;
}

.profile__menu-nome a:hover {
    color: #007bff;
    transition: 0.1s;
}

.profile__menu-opcoes ul,
.profile__menu-opcoes li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.profile__menu-opcoes i {
    color: rgba(108, 108, 108, 0.4);
    font-size: 13px;
    margin-right: 10px;
}

.profile__menu-opcoes a:link,
.profile__menu-opcoes a:visited {
    color: #8c8c8c;
    padding: 10px;
    display: block;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding-left: 20px;
    text-decoration: none;
}

.profile__menu-opcoes a:hover {
    color: #007bff;
    background-size: 0% 0%;
    background-color: rgba(241, 241, 241, 0.5);
    border-radius: 15px;
    transition: 0.1s;
}

.profile__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.profile__photo img {
    border-radius: 50%;
    object-fit: cover;
    width: var(--tamanho-imagem);
    height: var(--tamanho-imagem);
}




.profile__menu-opcoes ul ul {
    margin-left: 35px;
    list-style-type: circle;
}













.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #99d9fe;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-right: 5px;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border-left: 4px solid #b8e5ff;
    border-bottom: 4px solid transparent;
    animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#overlay-toggle {
    display: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#overlay-toggle:checked~.overlay {
    display: flex;
}

.overlay-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* cursor: pointer; */
    z-index: 1001;
}

.notification__box {
    position: relative;
    max-width: 850px;
    z-index: 1002;
}

.notification__botao {
    cursor: pointer;
}

.notification {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 22px;
    margin: 50px;
}

.notification p {
    margin: 20px 0px;
}

.notification__botao {
    font-size: 22px;
    color: #000000;
    padding: 10px 10px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.notification__botao:hover {
    transition: 0.2s;
}

.notificacao__box {
    position: relative;
}

.notificacao__box-conteudo {
    display: none;
    position: absolute;
    background: #009029;
    left: -270px;
    top: 50px;
    width: 300px;
    max-height: 200px;
    overflow: auto;
    padding: 15px;
    z-index: 777;
}

.notificacao__box-conteudo p {
    margin: 0;
    padding: 0;
}

.notificacao__box-conteudo a:link,
.notificacao__box-conteudo a:visited {
    color: #ffffff;
}