p{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}
h2{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    margin-top: 20px;
}
.modelos{
    background-color: rgb(174, 174, 176);
}
.testdrive{
    background-color: rgb(220, 53, 70);
}

.espec{
    background-color: rgb(174, 174, 176);
}

.contato{
    background-color: rgb(174, 174, 176);
}

#modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  #modal-content {
    background-color: white;
    padding: 20px;
  }
  
  #modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  
  #fechar-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background-color: #0a224e;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 5px;
    cursor: pointer;
  }
  
  #fechar-btn:hover {
    background-color: #0a224e;
    color: #ff0000;
  }
  
  form label {
    display: block;
    margin-top: 10px;
  }
  
  form input[type="text"],
  form input[type="email"],
  form input[type="password"] {
    width: 100%;
    padding: 15px;
    padding-right: 180px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
  
  form input[type="submit"] {
    background-color: #0a224e;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
  }
  
  form input[type="submit"]:hover {
    background-color: #0a224e;
    color: #ff0000;
  }
  