html, body{
margin:0;
padding:0;
font-family: 'Sora', sans-serif;
width: 100%;
max-width: 100%;
height: 100%;
min-height: 100vh;
background:#FFFFFF;
font-size:15px;
color:#0E1317;
}
a{
color:#0E1317;
font-weight: 600;
}
a:hover{
color:#25E674;
}
ul{
margin:0;
padding:0;
}
ul li{
padding:0;
margin:0;
list-style: none;
}
img{
max-width: 100%;
height:auto;
border:0;
outline: 0;
}
button, input, a, select, textarea{
outline: 0 !important;
border:0;
text-decoration: none;
}
.alert{
display: flex;
align-items: center;
background: #FFEEE5;
border-radius: 0px 50px 50px 0px;
padding: 8px 15px 5px;
font: normal normal 300 14px/16px Sora;
letter-spacing: 0px;
color: #E19164;
max-width: 590px;
}
.alert i{
font-size:17px;
margin-right:10px;
}
#loading-form{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
visibility: visible;
opacity: 1;
transition: all .2s ease-out;
background: rgb(255,255,255,.5);
display: none;
align-items: center;
justify-content: center;
flex-wrap:wrap;
}
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
visibility: hidden;
opacity: 0;
transition: all .2s ease-out;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-wrap:wrap;
}
.loading > div{
width:100%;
text-align: center;
}
.loading.active{
opacity:1;
visibility:visible;
transition: all .2s ease-out;	
}
.loading #logo-loading{
animation: pulse 0.7s infinite;
margin: 0 auto 0px;
width: 160px;
height: 55px;
background: url(../img/logo-color.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
animation-direction: alternate;
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(200%);
    }
}
@keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(110%);
    }
}

/* CSS Seção de Login */
#login .content-login{
height:100vh;
background:#100841;
}
#login .content-login .aba-logo{
display: flex;
align-items: center;
justify-content: center;
padding:50px;
height:100%;
width:50%;
}
#login .content-login .aba-logo .img-login{
max-width: 550px;
padding-right:30px;
margin-bottom: -50px;
}
#login .content-login .aba-logo .logo{
max-width: 550px;
margin: 0 auto -100px;
position: relative;
z-index: 2;
text-align: center;
padding-left: 145px;
}
#login .content-login .aba-logo .logo img{
max-width: 260px;
}
#login .content-login .aba-login{
display: flex;
align-items: center;
justify-content: flex-start;
padding:50px 70px;
height:100%;
background-color:#FFF;
width:50%;
}
h2.title-form{
text-align: left;
font: normal normal 500 32px/38px Sora;
letter-spacing: 0px;
color: #0E1317;
margin-bottom: 20px;
}
h2.title-form strong{
color: #151142;
font-weight: 800;
}
.form-login{
max-width: 450px;
}
.input-login input{
width: 100%;
border: 1px solid #C6C6C6;
height: 50px;
border-radius: 7px;
padding: 5px 15px;
font-size: 14px;
color: #100841;
background-color:#fff;
}
.input-login select{
width: 100%;
border: 1px solid #C6C6C6;
height: 50px;
border-radius: 7px;
padding: 5px 15px;
font-size: 14px;
color: #100841;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-ms-progress-appearance: none;
background-color:#fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(114,114,114,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size:20px;
background-position: center right 10px;
background-repeat: no-repeat;
}
.select2-container{
width:100% !important;
}
.select2-container--default .select2-selection--single{
background-color:#fff !important;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(114,114,114,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
background-size:20px;
background-position: center right 10px;
background-repeat: no-repeat;
height:50px !important;
width: 100%;
border: 1px solid #C6C6C6 !important;
border-radius: 7px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
padding: 5px 15px !important;
font-size: 14px;
color: #100841 !important;
height: 100%;
line-height: 40px !important;
}
.select2-selection__arrow {
display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
width: 100% !important;
border: 1px solid #C6C6C6 !important;
border-radius: 7px !important;
height: 44px !important;
padding: 5px 15px !important;
text-align: left;
font: normal normal normal 14px/20px Sora !important;
letter-spacing: 0px !important;
color: #100841 !important;
}
.select2-results__option {
padding: 0 10px !important;
min-height: 34px;
height: 34px;
display: flex;
align-items: center;
color: #100841 !important;
background-color: #fff !important;
}
.select2-container--default .select2-results__option--selected, .select2-results__option:hover{
background-color:#100841 !important;
color:#fff !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
color: #100841 !important;
opacity: 0.6;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
height: 50px !important;
margin-right: 35px !important;
padding-right: 0px !important;
font-size: 18px !important;
color: rgba(114,114,114,1) !important;
}
.form-cadastro .select{
display: none;
}
.input-login input.error{
border-color:rgb(182, 4, 4);
}
.show-pass{
position: absolute;
top:10px;
font-size: 16px;
color: #a2a0a0;
right: 5px;
cursor: pointer;
padding: 5px 10px;
z-index: 2;
}
.btn-auto{
width: 100%;
height: 50px;
border-radius: 7px;
background: #25E674;
text-align: center;
font: normal normal 500 18px/22px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear;
}
.btn-auto:hover{
color:#fff;
background:#151142;
}
.links-login p{
text-align: center;
margin:0;
font: normal normal 300 15px/22px Sora;
letter-spacing: 0px;
color: #0E1317;
}
.links-login p:first-child{
margin-bottom: 5px;
}
.swal2-icon.swal2-error.swal2-icon-show{
display: flex;
font-size: 0 !important;
width: 40px;
height: 40px;
background-image: url(../img/alert.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.swal2-popup.swal2-modal{
padding: 20px 30px !important;
max-width: 380px;
border-radius:15px !important;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
border: 1px solid #E5E5E5;
}
.swal2-title{
padding: 13px 0 0 !important;
text-align: center !important;
font: normal normal bold 19px/24px Sora !important;
letter-spacing: 0px;
color: #151142 !important;
margin-bottom: 10px !important;
}
.swal2-html-container{
display: block;
margin: 0 auto 15px !important;
text-align: center !important;
font: normal normal normal 14px/20px Sora !important;
letter-spacing: 0px;
color: #000000 !important;
opacity: 0.55;
}
.swal2-actions{
margin: 0 !important;
}
button.swal2-confirm.swal2-styled{
margin: 0 !important;
width: 80px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 !important;
background: #25E674;
border-radius: 5px;
box-shadow: none !important;
outline: none !important;
text-align: center;
font: normal normal normal 14px/20px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear;
}
button.swal2-confirm.swal2-styled:hover{
background:#100841;
color:#fff;
}
.swal2-container{
background-color: rgba(150, 150, 150, 0.3);
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
}
.swal2-icon.swal2-success.swal2-icon-show{
margin: 0 auto !important;
font-size: 0;
width: 40px;
height: 40px;
background-image: url(../img/success.png);
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.modal-open {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(150, 150, 150, 0.3);
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 1s;
z-index: 999;
}
@keyframes fadeInOpacity {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}
.modal .content-modal{
max-width: 440px;
width: 96%;
background:#fff;
border-radius:15px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
border: 1px solid #E5E5E5;
padding:20px;
}
.title-modal h3{
text-align: center;
font: normal normal bold 19px/24px Sora;
letter-spacing: 0px;
color: #151142;
margin-bottom: 15px;
}
.btn-modal{
width: 98px !important;
 height: 40px !important;
 border-radius: 7px !important;
 background: #25E674 !important;
 text-align: center !important;
 font: normal normal normal 14px/20px Sora !important;
 letter-spacing: 0px !important;
 color: #FFF !important;
 transition: all 0.4s linear !important;
 padding: 0 !important;
}
.btn-modal:hover, .btn-modal.close-modal-senha:hover{
color:#fff !important;
background:#100841 !important;
}
.btn-modal.close-modal-senha{
background:#B2B1B1 !important;
margin-left:12px !important;
}
.input-login label{
text-align: left;
font: normal normal 300 15px/18px Sora;
letter-spacing: 0px;
color: #0E1317;    
margin-bottom: 10px;
display: block;
}
.alert-recovery-senha {
max-width: 440px !important;
width: 96% !important;
padding: 10px 30px 20px !important;
}
.alert-recovery-senha .swal2-content{
padding:0;
}
.alert-recovery-senha input{
display: flex;
width: 100%;
border: 1px solid #C6C6C6 !important;
height: 50px;
border-radius: 7px;
padding: 5px 15px;
font-size: 14px;
color: #100841;
background-color: #fff;
margin: 5px auto 15px;
outline:0 !important;
box-shadow:none !important;
}
::-webkit-input-placeholder {
color: #100841 !important;
opacity: 0.6 !important;
}
::-moz-placeholder {
color: #100841 !important;
opacity: 0.6 !important;
}
:-ms-input-placeholder {
color: #100841 !important;
opacity: 0.6 !important;
}
:-moz-placeholder {
color: #100841 !important;
opacity: 0.6 !important;
}
#cadastro .form-cadastro .title-form{
text-align: center;
font: normal normal 500 26px/38px Sora;
}
#cadastro .logo-cadastro{
max-width: 210px;
margin: 0 auto 20px;
}
#cadastro .content-cadastro{
min-height:100vh;
padding-top:100px;
}
.form-cadastro{
max-width: 690px;
margin: 0 auto;
}
#form-cadastro .row .col-12{
padding:0 7px;
}
#form-cadastro button.btn-auto{
border-radius: 20px;
max-width: 210px;
}
.select {
cursor: pointer;
display: inline-block;
position: relative;
height: 54px;
border-radius: 10px;
appearance: none;
width: 100%;
padding: 0;
margin-bottom: 0px;
border: 0;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
background-color: transparent !important;
}
.styledSelect {
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 0;
background-color: transparent;
padding: 0 15px;
transform: translateY(-50%);
height: 100%;
border-radius: 10px;
transition: box-shadow 150ms ease 0s, border-color 150ms ease 0s, padding 150ms ease 0s !important;
font-size: 0px !important;
font-weight: 400 !important;
line-height: 54px !important;
color: #fff;
}
.styledSelect:active, .styledSelect.active {
background-color:transparent;
}
.options {
display:none;
position:absolute;
top:100%;
right:0;
left:0;
z-index:999;
margin:0 0;
padding:0 0;
list-style:none;
background-color: #fff;
border-radius:5px;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
max-height: 220px;
overflow-y: auto;
color:#100841;
font-size:14px;
border: 1px solid #C6C6C6;
}
.options li {
padding:0 6px;
margin:0 0;
padding:0 10px;
height:34px;
line-height:34px;
overflow: hidden;
}
.options li:hover{
background:#100841;
color:#fff;
}
.options li:first-child{
display: none;
}
form.conf-cadastro{
max-width: 440px;
margin: auto;
}
p.instrucoes-cad{
color: #0E1317;
text-align: center;
margin: -10px auto 20px;
max-width: 320px;
}
header{
background:#151142;
}
.content-header .logo{
max-width: 180px;
padding: 15px 0;
}
.account-info{
background:transparent !important;
padding: 0;
}
.content-header .user-info{
display: flex;
align-items: center;
position: relative;
min-height: 50px;
cursor: pointer;
}
.content-header .user-info .image{
width:34px;
height:34px;
margin-right: 10px;
border-radius: 50%;
background:#25E674;
color: #151142;
font-size: 24px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.content-header .user-info .name-user{
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
font: normal normal 300 16px/18px Sora;
letter-spacing: 0px;
color: #FFFFFF;
}
.content-header .user-info .name-user i{
color: #25E674;
margin-left: 10px;
font-size: 16px;
padding-top: 3px;
}
.account-info .submenu {
position: absolute;
top: calc(100% + 18px);
left: auto;
right: -1px;
min-width: 200px;
max-width: 70vw;
overflow: hidden;
max-height: 0;
opacity: 0;
transform: translateY(10px);
transition: transform 200ms linear, opacity 200ms ease-in-out;
padding: 0;
overflow: auto;
background: rgba(255, 255, 255, 0.6);
border-radius: 0px 0px 15px 15px;
opacity: 1;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(11px);
}
.account-info .submenu li {
position: relative;
padding: 0px;
line-height: 130%;
text-align: left;
font: normal normal 400 15px/32px Sora;
letter-spacing: 0px;
color: #000000;
opacity: 0.7;
}
.account-info .submenu a{
color: #000000;
opacity: 0.7;
transition:all 0.4s linear;
font: normal normal 400 15px/32px Sora;
}
.account-info .submenu a:hover{
color:#100841;
opacity: 1;
transition:all 0.4s linear;
}
.account-info:focus .submenu, .account-info .submenu:hover{
max-height:100vh;
transform:translateY(0);
opacity:1;
padding: 10px 20px;
}
header{
position: fixed;
z-index: 1000;
width:100%;
}
.overlay-menu{
width:100%;
height:100vh;
position: fixed;
background: rgb(0,0,0,.5);
visibility: hidden;
z-index: 999;
opacity: 0;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
transition: opacity 0.4s linear;
}
.overlay-menu.active{
opacity: 1;
visibility: visible;
transition: opacity 0.4s linear;
}
.page-painel{
padding:110px 0 40px;
}
.page-painel .banner{
width:100%;
margin-bottom: 20px;
}
.page-painel .banner img{
width:100%;
min-width: 100%;
}
.page-painel h2.title-painel{
text-align: left;
font: normal normal 500 26px/38px Sora;
letter-spacing: 0px;
color: #0E1317;
}
.page-painel h2.title-painel strong{
color: #151142;
font-weight: 800;
}
#meus-veiculos.page-painel h2.title-painel{
margin-bottom: 30px;
}
#meus-veiculos.page-painel .processo {
margin-bottom: 35px;
}
#meus-veiculos.page-painel .processo span{
text-align: left;
font: normal normal 300 18px/36px Sora;
letter-spacing: 0px;
color: #0E1317;
}
#meus-veiculos.page-painel .processo ul {
width:calc(100% - 205px);
position: relative;
padding-left: 110px;
}
#meus-veiculos.page-painel .processo ul li{
position: relative;
z-index:2;
}
#meus-veiculos.page-painel .processo ul li span{
display: block;
text-align: center;
font: normal normal 300 13px/18px Sora;
letter-spacing: 0px;
color: #0E1317;
}
#meus-veiculos.page-painel .processo ul li strong{
display: flex;
align-items: center;
justify-content: center;
width:36px;
height:36px;
background-color: #BFBFBF;
text-align: center;
font: normal normal 800 18px/18px Sora;
letter-spacing: 0px;
color: #FFFFFF;
border-radius: 50%;
margin:0 auto 10px;
}
#meus-veiculos.page-painel .processo ul li.active strong{
background:#151142;
}
#meus-veiculos.page-painel .processo ul:after{
content:"";
width:calc(100% - 50px);
height:1px;
border: 1px dashed #707070;
opacity: 0.65;
position:absolute;
top:17px;
left:0;
}
.veiculos-view .veiculo{
background-color: rgb(239, 239, 239,.65);
border-radius: 5px;
padding:24px 15px 21px;
}
.veiculos-view .veiculo .nome-veiculo i{
color: #0E1317;
margin-right:10px;
font-size:20px;
line-height: 24px;
opacity: 0.7;
}
.veiculos-view .veiculo .nome-veiculo{
text-align: left;
font: normal normal 300 16px/20px Sora;
letter-spacing: 0px;
color: #0E1317;
text-transform: uppercase;
}
.veiculos-view .veiculo .settings a{
width: 24px;
height: 24px;
background: #868686;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px;
line-height: 1;
transition: all 0.4s linear;
font-size: 16px;
padding-top: 1px;
}
.veiculos-view .veiculo .settings a:hover{
background:#25E674;
}
.modal-documentos .content-modal, .modal-agendamento .content-modal{
max-width: 600px;
padding: 0;
border: 0;
background:#EFEFEF;
}
.header-modal{
background: #151142;
border-radius: 15px 15px 0 0;
padding: 20px 20px 16px;
color: #fff;
}
.header-modal h2{
text-align: center;
font: normal normal 800 20px/24px Sora;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
margin: 0;
}
.header-modal span{
text-align: center;
font: normal normal 300 16px/24px Sora;
letter-spacing: 0px;
color: #FFFFFF;
display: block;
}
.modal-documentos .content-modal .box-docs, .modal-agendamento .content-modal .box-agendamento{
padding: 20px 40px 25px;
}
.modal-documentos .content-modal .box-docs p{
text-align: center;
font: normal normal 300 16px/24px Sora;
letter-spacing: 0px;
color: #0E1317;
max-width: 290px;
margin: 0 auto 35px;
}
.modal-agendamento .content-modal .box-agendamento p{
text-align: center;
font: normal normal 300 18px/24px Sora;
letter-spacing: 0px;
color: #0E1317;
max-width: 290px;
margin: 0 auto 10px;
}
.modal-agendamento .content-modal .box-agendamento h2{
text-align: center;
font: normal normal 600 24px/24px Sora;
letter-spacing: 0px;
color: #151142;
border: 1px solid #C6C6C6;
border-radius: 7px;
padding: 10px 0;
margin-bottom: 15px;
}
.modal-agendamento .content-modal .box-agendamento .local-retirada strong, .modal-agendamento .content-modal .box-agendamento .local-retirada span{
display: block;
text-align: center;
font-size:14px;
}
a.btn-download{
display: flex;
align-items: center;
text-align: left;
font: normal normal 500 15px/27px Sora;
letter-spacing: 0px;
color: #FFFFFF;
background: #25E674;
border-radius: 20px;
height: 48px;
width: 220px;
position: relative;
padding: 0 25px;
margin: 0 auto 20px;
}
a.btn-download span.icon{
color:#25E674;
width:36px;
height:36px;
border-radius: 50%;
position:absolute;
right:15px;
top:50%;
transform:translatey(-50%);
display: flex;
align-items: center;
justify-content: center;
padding-top:1px;
background:#fff;
font-size:20px;
}
a.btn-download:hover{
background:#100841;
}
a.btn-download:hover span.icon{
color:#100841;
}
a.btn-download.btn-disabled{
background:#B2B1B1;
pointer-events: none;
}
a.btn-download.btn-disabled span.icon{
color:#B2B1B1;
}
.modal-fotos .content-modal .icone-modal{
max-width: 60px;
margin: 0 auto 20px;
}
.modal-fotos .content-modal h3{
text-align: center;
font: normal normal bold 17px/22px Sora;
letter-spacing: 0px;
color: #151142;
max-width: 300px;
margin: 0 auto 20px;
}
.modal-fotos .content-modal .btn-add-fotos{
display: flex;
align-items: center;
justify-content: center;
background: #25E674;
border-radius: 7px;
height: 50px;
font: normal normal 500 17px/22px Sora;
letter-spacing: 0px;
color: #FFFFFF;
margin-bottom: 15px;
transition: all 0.4s linear;
}
.modal-fotos .content-modal .close-modal-fotos{
display: flex;
align-items: center;
justify-content: center;
background: #B2B1B1;
border-radius: 7px;
height: 50px;
font: normal normal 500 17px/22px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear;
cursor:pointer;
}
.modal-fotos .content-modal .btn-add-fotos:hover, .modal-fotos .content-modal .close-modal-fotos:hover{
color:#fff;
background:#100841;
}
.modal-important .content-modal .icone-modal{
max-width: 60px;
margin: 0 auto 20px;
}
.modal-important .content-modal h3{
text-align: center;
font: normal normal bold 17px/22px Sora;
letter-spacing: 0px;
color: #151142;
max-width: 300px;
margin: 0 auto 20px;
}
.modal-important .content-modal p{
text-align: center;
font: normal normal normal 12px/20px Sora;
letter-spacing: 0px;
color: #000000;
opacity: 0.55;
padding:0 10px;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar{
display: flex;
align-items: center;
justify-content: center;
background: #25E674;
height: 50px;
font: normal normal 500 17px/22px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear;
position: relative;
border-radius: 20px;
max-width: 190px;
padding-right: 30px;
margin: 0 auto 20px;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar span.icon{
color:#25E674;
width:36px;
height:36px;
border-radius: 50%;
position:absolute;
right:15px;
top:50%;
transform:translatey(-50%);
display: flex;
align-items: center;
justify-content: center;
padding-top:1px;
background:#fff;
font-size:20px;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar:hover{
color:#fff;
background:#100841;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar:hover span.icon{
background:#fff;
color:#100841;
}
.btn-azul{
border-radius: 20px;
background: #1B1747;
height: 50px;
text-align: center;
font: normal normal 500 15px/20px Sora;
letter-spacing: 0px;
color: #FFFFFF;
width: 221px;
transition: all 0.4s linear;
}
.btn-azul:hover{
color:#fff;
background:#25E674;
}
.form-meu-cadastro{
max-width: 690px;
margin:0 auto;
}
.form-meu-cadastro h2.title-form{
text-align: left;
font: normal normal 500 26px/32px Sora;
letter-spacing: 0px;
color: #0E1317;
}
.form-meu-cadastro h2.title-form strong{
font-weight:800;
color:#151142;
}
.form-meu-cadastro.form-dados-pessoais{
margin-bottom: 30px;
border-bottom: 1px solid #C6C6C6;
padding:10px 0 30px;
}
.form-meu-cadastro .row .col-12{
padding:0 7px;
}
.delete-cadastro{
padding:50px 0 40px;
max-width: 690px;
margin:0 auto;
}
.delete-cadastro button.btn-delete{
width:100%;
height:50px;
border-radius: 20px;
background-color: #BFBFBF;
text-align: center;
font: normal normal 500 15px/20px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear;
}
.delete-cadastro button.btn-delete:hover{
background-color: #100841;
}
button.swal2-confirm.swal2-styled.btn-confirm{
width:120px;
}
button.swal2-cancel.btn-cancel.swal2-styled{
margin: 0 0 0 7px !important;
width: 120px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 !important;
background: #868686;
border-radius: 5px;
box-shadow: none !important;
outline: none !important;
text-align: center;
font: normal normal normal 14px/20px Sora;
letter-spacing: 0px;
color: #FFFFFF;
transition: all 0.4s linear
}
button.swal2-cancel.btn-cancel.swal2-styled:hover{
background: #100841;
}
.form-fotos {
display: flex;
min-height: 100vh;
max-width: 820px;
margin: auto;
padding:15px 0 40px;
}
.form-fotos .progress-form {
min-width: 260px;
padding-top:10px;
}
.form-fotos .form{
width:calc(100% - 260px);
}
.form-stepper-list a{
display: flex;
align-items: center;
}
.form-stepper-list a .form-stepper-circle{
display: flex;
align-items: center;
justify-content: center;
width:40px;
height:40px;
font-weight: 800;
font-size:16px;
color:#fff !important;
border-radius: 50%;
margin-right:10px;
background:#BFBFBF;
}
.form-stepper-active.form-stepper-list a .form-stepper-circle, .form-stepper-list.form-stepper-completed a .form-stepper-circle{
background:#151142;
}
.form-stepper-list a .label span{
display: block;
text-align: left;
font: normal normal 300 15px/17px Sora;
letter-spacing: 0px;
color: #0E1317 !important;
}
.form-stepper-list.form-stepper-completed a .label, .form-stepper-active.form-stepper-list a .label{
opacity: 1;
}
.form-stepper-list a .label{
text-align: left;
font: normal normal 700 15px/17px Sora;
letter-spacing: 0px;
color: #0E1317 !important;
opacity: 0.8;
}
.form-stepper-vertical .form-stepper-list:not(:last-child){
margin-bottom: 128px;
}
.form-stepper-vertical .form-stepper-list{
position:relative;
z-index:3;
}
.form-stepper-vertical{
position: relative;
}
.form-stepper-vertical:before{
content:"";
width:1px;
height:99%;
top:2px;
position:absolute;
left:19px;
border:1px dashed #707070;
opacity: 0.65;
}
.form-fotos .form .dados-form{
overflow: hidden;
border-radius: 20px;
background: #EFEFEF;
margin-bottom: 20px;
width:100%;
}
.form-fotos .form .dados-form .cabecalho-form{
background: #151142;
color: #fff;
text-align: center;
padding: 20px 0;
}
.form-fotos .form .dados-form .cabecalho-form h3{
text-align: center;
font: normal normal 600 22px/22px Sora;
letter-spacing: 0px;
color: #FFFFFF;
margin: 0;
}
.form-fotos .form .dados-form .cabecalho-form span{
display: block;
text-align: center;
font: normal normal 300 16px/30px Sora;
letter-spacing: 0px;
color: #FFFFFF;
}
.form-fotos .form .dados-form .imagem-exemplo{
text-align: center;
padding: 20px 60px 30px;
}
.form-fotos .form .dados-form .imagem-exemplo img{
mix-blend-mode: multiply;
}
.form-fotos .form .dados-form .instrucoes h4{
text-align: center;
font: normal normal bold 18px/26px Sora;
letter-spacing: 0px;
color: #151142;
margin: 0;
}
.form-fotos .form .dados-form .instrucoes .down-icon{
text-align: center;
padding: 3px 0;
font-size: 20px;
color: #BFBFBF;
opacity: 0.8;
}
.form-fotos .form .dados-form .instrucoes span{
display: block;
text-align: center;
font: normal normal 300 16px/20px Sora;
letter-spacing: 0px;
color: #0E1317;
margin-bottom: 30px;
}
.modal .content-modal-endereco{
position: relative;
width: 96%;
max-width: 630px;
}
.modal .content-modal-endereco h2.title-form {
text-align: left;
font: normal normal 700 22px/26px Sora;
letter-spacing: 0px;
color: #0E1317;
margin-bottom: 15px;
}
.modal .content-modal-endereco .row .col-12{
padding:0 7px;
}
.modal-documentos .content-modal{
position:relative;
}
.close-modal-endereco, .close-modal-documentos{
position: absolute;
right: -10px;
top: -10px;
width: 32px;
height: 32px;
font-size: 32px;
background: #fff;
border-radius: 50%;
line-height: 1;
color: #25E674;
cursor: pointer;
transition:all 0.4s linear;
}
.close-modal-endereco:hover, .close-modal-documentos:hover {
color: #100841;
}

.form-fotos .form .dados-form .instrucoes .progressBar span {
display: block;
text-align: center;
font: normal normal 300 10px/10px Sora;
letter-spacing: 0px;
color: #8E8E8E;
margin-bottom: 30px;
}
.form-fotos .form .dados-form .button-cam{
width: 72px;
height: 72px;
border-radius: 50%;
box-shadow: 0 0 20px rgba(37, 230, 116, 0.6);
margin: 0 auto 40px;
cursor: pointer;
transition: all 0.4s linear;
transform: scale(1);
}
.form-fotos .form .dados-form .name-passo{
text-align: center;
font: normal normal 500 13px/19px Sora;
color: #918E8E;
max-width: 80%;
margin: -28px auto 28px;
}
.form-fotos .form .dados-form .button-cam:hover{
transform: scale(1.08);
transition: all 0.4s linear;
}
.form-fotos .nav-form{
display: flex;
align-items: center;
justify-content: center;
}
.form-fotos .nav-form button.btn-navigate-form-step, .form-fotos .nav-form button.button-next{
border-radius: 20px;
background: #151142;
position: relative;
width: 160px;
height: 48px;
text-align: left;
font: normal normal 500 15px/27px Sora;
letter-spacing: 0px;
color: #FFFFFF;
padding: 5px 25px;
transition: all 0.4s linear;
}
.form-fotos .nav-form button.btn-navigate-form-step.button-prev{
margin-right:12px;
}
.form-fotos .nav-form button.btn-navigate-form-step .icon, .form-fotos .nav-form button.button-next .icon{
display: flex;
align-items: center;
justify-content: center;
background: #fff;
position: absolute;
width: 36px;
height: 36px;
border-radius: 50%;
right: 10px;
top: 6px;
color: #151142;
font-size: 20px;
padding-top: 4px;
transition: all 0.4s linear;
}
.form-fotos .nav-form button.btn-navigate-form-step:hover, .form-fotos .nav-form button.button-next:hover{
color:#fff;
background:#25E674;
}
.form-fotos .nav-form button.btn-navigate-form-step:hover .icon, .form-fotos .nav-form button.button-next:hover .icon{
color:#25E674;
}
.progressBar{
width: 100%;
height: 15px;
border: 1px solid rgba(112, 112, 112, 0.4);
max-width: 380px;
margin: -20px auto 40px;
position: relative;
display: none;
}
.progressBar .barra{
width: 0;
max-width: calc(100% - 2px);
position: absolute;
left: 1px;
top: 1px;
height: calc(100% - 2px);
padding: 0 !important;
background: #25E674;
border: 0 !important;
display: flex;
align-items: center;
justify-content: flex-end;
}
.progressBar .barra .status{
color: #fff;
border: 0;
text-align: left;
margin-right: 5px;
font-size: 10px;
line-height: 10px;
padding:0;
stroke-dasharray: 100;
stroke-dashoffset: calc(252 - 126);
}

@media(max-width:1600px){
#cadastro .content-cadastro {
  min-height: 100vh;
  padding-top: 60px;
}

}
@media(max-width:992px){
#login .content-login .aba-login{
  width:100%;
  padding: 50px 30px;
}
.form-login h2.title-form, #cadastro .form-cadastro .title-form {
text-align: center;
font: normal normal 500 22px/26px Sora;
padding: 0 40px;
}
#cadastro .content-cadastro {
  min-height: 100vh;
  padding: 40px 0 60px;
}
#cadastro .logo-cadastro {
  max-width: 180px;
  margin: 0 auto 20px;
}
.form-cadastro{
  padding:0 30px;
}
.content-header .logo {
  max-width: 130px;
  padding: 15px 0;
}
.content-header .user-info .image {
  width: 28px;
  height: 28px;
  font-size: 21px;
}
.content-header .user-info .name-user {
  font: normal normal 300 14px/16px Sora;
}
.account-info .submenu {
  top: calc(100% + 10px);
}
.page-painel {
  padding: 85px 0 40px;
}
.page-painel h2.title-painel {
  text-align: center;
  font: normal normal 500 22px/28px Sora;
  letter-spacing: 0px;
  color: #0E1317;
}
#meus-veiculos.page-painel .processo{
  flex-wrap:wrap;
}
#meus-veiculos.page-painel .processo span {
  text-align: center;
  font: normal normal 300 16px/30px Sora;
  letter-spacing: 0px;
  color: #0E1317;
  width: 100%;
  margin-bottom: 15px;
}
#meus-veiculos.page-painel .processo ul {
  width: 100%;
  position: relative;
  padding-left: 0;
  flex-wrap: wrap;
}
#meus-veiculos.page-painel .processo ul:before, #meus-veiculos.page-painel .processo ul:after{
display: none;
}
#meus-veiculos.page-painel .processo ul li{
width:50%;
}
.veiculos-view .veiculo{
  flex-wrap:wrap;
}
.veiculos-view .veiculo .nome-veiculo{
  width: 100%;
  margin-bottom: 10px;
}
.veiculos-view .veiculo .settings{
  justify-content:flex-end;
  width:100%;
}
.header-modal h2 {
  text-align: center;
  font: normal normal 800 18px/22px Sora;
}
.header-modal span {
  text-align: center;
  font: normal normal 300 14px/22px Sora;
}
.modal-agendamento .content-modal .box-agendamento p {
  text-align: center;
  font: normal normal 300 16px/22px Sora;
}
.modal-agendamento .content-modal .box-agendamento h2 {
  text-align: center;
  font: normal normal 600 18px/22px Sora;
}
.modal-documentos .content-modal .box-docs, .modal-agendamento .content-modal .box-agendamento {
  padding: 20px 20px 25px;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar {
  height: 42px;
  font: normal normal 500 16px/22px Sora;
  border-radius: 14px;
}
.modal-agendamento .content-modal .box-agendamento a.btn-confirmar span.icon {
  width: 32px;
  height: 32px;
}
.form-fotos{
  flex-wrap:wrap;
}
.form-fotos .progress-form {
  min-width: 100%;
  padding-top: 10px;
  width:100%;
  margin-bottom: 10px;
}
.form-fotos .form {
  width: 100%;
}
.form-stepper-vertical {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-stepper-vertical .form-stepper-list {
  position: relative;
  z-index: 3;
  width: 50%;
  margin-bottom: 20px !important;
}
.form-stepper-vertical::before{
  display: none;
}
.form-stepper-list a .form-stepper-circle {
  width: 30px;
  height: 30px;
  font-size: 14px;
  margin-right: 7px;
}
.form-stepper-list a .label {
  text-align: left;
  font: normal normal 700 14px/16px Sora;
}
.form-stepper-list a .label span {
  font: normal normal 300 13px/15px Sora;
}
.form-fotos .form .dados-form .cabecalho-form h3 {
  text-align: center;
  font: normal normal 600 18px/20px Sora;
}
.form-fotos .form .dados-form .cabecalho-form span {
  display: block;
  text-align: center;
  font: normal normal 300 14px/24px Sora;
}
.form-fotos .form .dados-form .imagem-exemplo {
  text-align: center;
  padding: 20px 30px 30px;
}
.form-meu-cadastro h2.title-form {
  text-align: center;
  font: normal normal 500 22px/24px Sora;
  letter-spacing: 0px;
  color: #0E1317;
}
.form-meu-cadastro {
  padding: 10px 15px 30px !important;
}

}
