body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #ffffffe1;
}

header {
    z-index: 2;
    backdrop-filter: saturate(180%) blur(0px); 
    background-color: rgba(255, 255, 255, 0.493);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
}

.logocabeçalho{
    flex: 1;
}

.logocabeçalho img {
    width: 160px; 
    margin-left: 20px;
}

input[type="search"] {
    padding: 8px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 12px;
    width: 200px; 
    margin-right: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

input[type="submit"] {
    padding: 8px 8px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 40px;
   
}

nav ul li {
    display: inline;
    margin-right: 60px;
    padding: 10px;
    font-size: 16px;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
}

.link1:active{
    color: #ff0000;
    transition: 0.5s;
}

.link2:active{
    color: #fffb00;
    transition: 0.5s;
}

.link3:active{
    color: #0077ff;
    transition: 0.5s;
}

.link4:active{
    color: #ff0000;
    transition: 0.5s;
}

.user a{
    margin-right: 80px;
    margin-top: 20px;
    color: #000000;
}

.beneficiosimg{
    display: flex;
    margin-left: 6%;
}

.body2 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-image: url(bannerlogin.webp);
        background-repeat: no-repeat;
    background-size: cover;
}

.login-container {
    width: 400px;
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-container h2{
    font-size: 30px;
    margin-left: 42%;
    margin-top: -15px;
}

.form-groupe {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
}

button {
    width: 105%;
    padding: 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-groupe label{
    color: #000000;
    font-weight: bold;
}

button:hover {
    background-color: #0077ff;
}

footer {
    border: 1px solid #000000;
    background-color: rgb(0, 0, 0);
    padding: 50px;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 110px;
    margin-left: -40px;
}

.text {
    color: #ffffff;
    margin-right: 60px;
}

hr{
    color: #ffffff;
    margin-top: -10px;
    height: 2px;
    background: linear-gradient(to right, #ff0000, #fffb00, #0077ff);
    margin: none;
    border: none;
}

ul {
    list-style-type: none;
    margin-right: 110px;
    margin-top: -10px;
    color: #ffffff;
}

ul p{
    color: #ffffff;
    font-size: 18px;
}

.links li,
.contact li {
    display: inline-block;
    color: #ffffff;
}

.links li:last-child,
.contact li:last-child {
    margin-right: 0;
    color: #ffffff;
}

.contact-1 li {
    display: inline-block;
    color: #ffffff;
    margin-top: 0px;
}

.contact-1 p {
    color: #ffffff;
    margin-top: -15px;
}


.links li a {
    text-decoration: none;
    color: #ffffff;
}

.redessociais{
    display: flex;
    margin-left: 75%;
}

.footer-final {
    background: linear-gradient(to right, #ff0000, #fffb00, #0077ff);
    color: #ffffff;
    padding: 1px;
    text-align: center;
}

.footer-final p{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
  }

.bannerprincipal{
    z-index: 1;
    margin-top: -85px;
}

.bannercontato{
    margin-left: 5%;
}

.containercontato {
    max-width: 500px;
    padding: 50px;
    margin: 50px;
    background-image: url(degradecontato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-left: 30%;
  }

  h3 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
  }

  textarea {
    resize: vertical;
  }

  input[type="submit"] {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
  }

  input[type="submit"]:hover {
    background-color: #eb000094;
  }

  .quadradobanner p{
    background-color: #0364d3;
    padding: 10px 10px;
    display: inline-block;
    margin-left: 43%;
    font-size: 35px;
    color: #fff;
    margin-top: -30px;
  }

  .textintro{
    font-size: 20px;
    margin: 35px;
    font-weight: bold;
    margin-top: -30px;
  }

  .imgqms {
    display: flex;
    margin: 20px;
  }
  
  .img {
    order: 2; 
  }
  
  .qmstexto {
    order: 1; 
    font-size: 18px;
    font-weight: bold;
    background-color: #0364d3;
    margin: 5px;
    padding: 10px;
    color: #fff;
  }