.header{
    position: relative;
    top:-8px;
    left:-10px;
    width: 101%;
    height: 260px;
    background: rgba(7, 3, 255,1);
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  .header .background {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(media/BACKGROUND.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;

  }
  .header .logo {
    position:absolute;
    margin-top: 45px;
    left:50%;
    margin-left: -160px;
    width: 320px;
    height: 140px;
    opacity: 1;
    z-index: 2;
  }

  .header .nav {
    justify-content: center;
    position:sticky;
    top: 280px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.23)

  }

  .header .nav .nav-links a {
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-weight: 550;
    padding: 14px 120px;
    text-decoration: none;
    display: block;
  }


  .header .nav a:hover {
    background-color: #ffffff;
    color:rgba(4, 0, 255, 1);
    transition: all 0.3s;
    border-radius: 15px;

  }


  .header .menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    padding: 14px 20px;
    cursor: pointer;
    display: none;
  }

  .header .nav-links {
    list-style:none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
  }

.container {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 75%;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box;
}
.logo{
  margin-top: 5%;
  padding: 0 0.625rem;
  width: 100%;
  max-width: 320px;
}
.info-contato .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.titulo {
  text-align: center;
  font-family: helvetica;
  text-transform: uppercase;
  color: #000281;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 24px;
}
.texto {
  line-height: 1.875;
  color: #4e4e4e;
  padding: 0 5%;
  font-weight: 400;
  text-indent: 30px;
  text-decoration: none;
  text-align:center;
  letter-spacing: .5px;
  word-spacing: 2px;
  font-family:verdana;
  font-size: 18px;
}
@media (max-width: 768px) {
    .header .logo{
      position: inline-block;
      padding-left: 250px;
      width: 160px;
      height: 70px;


    }
    
    .header .menu-toggle {
        display: block; 
    }

    .header .nav-links {
        flex-direction: column;
        display: none;
        background-color: rgba(0, 0, 0, 0.23)
    }
    
    .header .nav-links.active {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.23)
    }

}
@media (max-width: 410px) {
    .header {
      width: 410px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left: 30%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }


  .container {
    width: 95vw;
    max-width: 400px;
    padding: 20px 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .titulo {
    font-size: 18px;
    text-align: center;
  }

  .texto {
    font-size: 14px;
    padding: 0 5%;
    text-align: justify;
  }
}

@media (max-width: 360px) {
    .header {
      width: 360px;
    }
    .header .logo{
    position:absolute;
    margin-top: 45px;
    left: 30%;
    width: 120px;
    height: 50px;
    opacity: 1;
    z-index: 2;
    }


  .container {
    width: 95vw;
    max-width: 340px;
    padding: 20px 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .titulo {
    font-size: 18px;
    text-align: center;
  }

  .texto {
    font-size: 14px;
    padding: 0 5%;
    text-align: justify;
  }
}
