h1 {
    color: black;
    font-size: 50px;
	text-align: center;
	padding: 12px;	
}
h2 {
    color: white;
}
label {
    color: black;
}

canvas {
    border: 1px solid black
}

#Nav {
    width: 100%;
}

.gray-label {
    background-color: #808080; /* Color de fondo gris */
    color: #888888; /* Color de texto gris */
    padding: 5px; /* Espacio alrededor del texto */
    border-radius: 5px; /* Bordes redondeados */
}

.logo {
    float: left;
}
.navbar{
    width: 80%;
    margin: auto;
    padding: 10px 0 ;
    display: flex;
}
.navbar ul {
    list-style: none;
    padding: 0 10px;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 15px;
    position: relative;
    transition: .3s linear;
    z-index: 1000;
}
.navbar a:hover{
    color: blue;
    transform: scale(1.1);
}
.navbar a {  
    text-align: center;
    text-decoration: none;
    font-family: Roboto, "sans-serif";
    font-size: 1.3rem;
    transition: .3s linear;
}

.navbar a:hover{
    color: blue;
    transform: scale(1.1);
}
/* Formulario */
.main-section{
    margin:0 auto;
    margin-top:25%;
    padding: 0;
}

.modal-vehiculo {
    border: none;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    padding: 8px;
}

.modal-vehiculo-titulo {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.2;
}

#modalAgregarVehiculo .modal-header {
    padding: 1rem 1rem 0.5rem 1rem;
}

#modalAgregarVehiculo .modal-body {
    padding: 1rem;
}

#modalAgregarVehiculo .form-label {
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
    color: #222;
}

#modalAgregarVehiculo .input-group-text {
    background: #f1f3f5;
    border: 1px solid #ced4da;
    color: #555;
}

#modalAgregarVehiculo .form-control {
    border: 1px solid #ced4da;
    min-height: 42px;
    border-radius: 0 10px 10px 0;
}

#modalAgregarVehiculo .custom-file-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 10px 12px;
}

#modalAgregarVehiculo .custom-file-btn {
    display: inline-flex;
    align-items: center;
    background: #28a745;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.92rem;
    margin: 0;
    text-decoration: none;
}

#modalAgregarVehiculo .custom-file-btn:hover {
    background: #218838;
}

#modalAgregarVehiculo .custom-file-name {
    color: #666;
    font-size: 0.92rem;
}

#modalAgregarVehiculo .btn {
    border-radius: 999px;
    font-weight: 600;
    min-width: 130px;
}

#modalAgregarVehiculo .btn-close {
    box-shadow: none;
}

.user-img{
    margin-top: -60px;
    margin-bottom: 35px;
}

.user-img img{
    width: 100xp;
    height: 100px;
    box-shadow: 0px 0px 3px #848484;
    border-radius: 50%;
}

.Login input{
    height: 42px; 
    font-size: 18px;
    border: 1px;;
    padding-left: 54px;
    border-radius: 5px;
}

.Login::before{
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900; 
    position: absolute;
    left: 28px;
    font-size: 22px;
    padding-top:4px;
}

.Login#user-group::before{
    content: "\f007";
}

.Login#password-group::before{
    content: "\f023";
}