@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
body{
    margin:0;
    background:#eee;
    font-family: 'Roboto';
    font-weight:400;
}
form{
    margin:0;
}
.content{
    background:#eee;
    width:90%;
    margin:auto;
    display:block;
}
.cards{
    
    padding-top:20px;
    padding-bottom:100px;
}
.card{
    background:#ddd;
    border-radius:50px;
    padding:30px;
    width:calc(100% - 60px);
    max-width:600px;
    /*min-height:420px;*/
    display:block;
    margin:0 auto 20px auto;
    position:relative;
}
.card-title{
    font-size: 1.5rem;
    color:inherit;
    font-weight:700;
}
.card-sub{
    font-size: 1.1rem;
    color:inherit;
}
.card-details{
    font-size: 1.1rem;
    background: #fff;
    width: 50%;
    position: absolute;
    left: calc( 50% + 1px);
    border-radius:50px 0;
    text-align:center;
    font-weight: 600;
    bottom:0;
}
.card-details a{
    text-decoration:none;
    color:#000;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 20px 0.5px;
}
.card-details a:hover{
    text-decoration:none;
    color:#000;
}
.card-details:hover{
    background:#d9dfeb;
}
.card-gas{
    width: 50%;
    font-size: 1.1rem;
    width: 50%;
    position: absolute;
    left: 0;
    text-align: center;
    font-weight: 600;
    bottom: 0;
}
.card-gas a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 20px 0.5px;
}
.card-sep{
    width:100%;
    height:6rem;
}
.card-img{
    width:90%;
    height:auto;
    margin:auto;
    border-radius:10px;
    overflow:hidden;
}
.black{
    color:#000;
}
.card-reg{
    color:inherit;
    margin:10px 0;
    width:100%;
}
.card-reg label{
    width:fit-content;
    vertical-align: super;
}
.card-reg input{
    display:block;
    border:none;
    background:#fff;
    padding:10px;
    border-radius:10px;
    width:100%;
}
.card-reg select{
    display:block;
    border:none;
    background:#fff;
    padding:10px;
    border-radius:10px;
    width:100%;
}
.card-reg input[type=submit]{
    cursor:pointer;
}
.btn{
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    display:block;
    width:80%;
    margin:auto;
}
.card-reg input[type=checkbox]{
    width:30px;
    height:30px;
    display:inline-block;
}
.maisum input[type=text]{
    display:inline-block;
    width:calc(100% - 42px);
    vertical-align: text-bottom;
}
.card-edit{
    border: none;
    padding: 4px 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ccc;
    border-radius: 0px 20px;
    height: 3rem;
    width: 3rem;
    cursor:pointer;
}
.menor-icon{
    position: absolute;
    top: 216px;
    margin: 0px -35px;
    background: #ddd;
    height: 3rem !important;
    width: 3rem !important;
    border-radius: 5px;
}
.mais-um-carro{
    width: 100%;
    display: block;
    height: 420px;
    font-size:5rem;
   
}
.mais-um-carro a{
    color:#000;
    padding: 150px 0;
    display: block;
    text-align: center;
}
.voltar{
    height: 30px;
    min-height: 0;
    padding: 10px 20px;
}
.voltar a{
    font-size: 2rem;
    color:#000;
}
.card-reg input:disabled{
    border: none;
    background: transparent;
    padding: 10px;
    color: inherit;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: inherit;
    border-radius: 0;
}
.login-bg{
    height:100%;
    width:100%;
    background-image:url("../img/car_bg1.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.login-content{
    min-width: 420px;
    padding: 12% 0 12% 0;
    height: fit-content;
    width: 60%;
    float: right;
    background: rgba(238,238,238,0.9);
    border-radius: 60px 0 0 60px;
    margin: 80px 0;
}
.login-content div{
    width:80%;
    margin:25px auto;
}
.login-reg input{
    display: block;
    border: none;
    background: #fff;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    width: 100%;
    font-size:1.2rem;
}
.login-reg label{
    color: #5386a2;
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 10px 10px 0 0;
}
.login-btn input{
    border-radius: 10px;
    cursor: pointer;
    width: 50% !important;
    background: #5386a2;
    color: #fff;
    float: right;
}
.card-table{
    width:100%;
    border:none;
    text-align:center;
    word-break:break-all;
}
.card-table tr{
    border:none;
}
.card-table tr:nth-child(even){
    background-color: #f2f2f2;
}
.card-hist button{
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    position: absolute;
    bottom: -31px;
    left: 0;
    background: #fff;
}
.card-hist{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.det{
    border-radius:50px 50px 0 0;
    margin-bottom:40px;
}
.card-title label{
    opacity:0.9;
    font-weight:700;
}
.kmts{
    font-weight:700;
    font-size:1rem;
}
.kmts img{
    vertical-align: text-bottom;
    height:2rem;
}
.grid{
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 90%;
	margin: 0 auto;
}
.item {
	margin: 5px;
	text-align: center;
}