*{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    }
    
    html{
        scroll-behavior: smooth;  
    }

    .nav-list a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
    }
    
    #titulo {
        margin-top: 100px;
        margin-left: 20px;
        padding: 5px;
        background-color: #fff;
        padding-bottom: 10px;
        font-weight: bold;
    
    }

    h1{
      display: inline-block;
        padding-bottom: 10px;
    }

    p {
        margin-right: 50px;
        color: rgb(119, 119, 119);
        padding-right: 20px;
        font-family: sans-serif;
        white-space: pre-wrap;
        margin-left: 30px;
        text-align: justify; /* Texto justificado */
        line-height: 1.8; /* Espaçamento entre linhas */
    }
    
    
    .nav-list a:hover{
    padding: 4px;
    border-bottom: 2px #5271FF solid;
    color: #5271FF;
    }
    
    header::before,
    header::after {
        content: "";
        position: absolute;
        height: 5px;
        width: 100%;
    }
    
    header::before {
        background-color: #5271FF;
        top: 0;
        left: 0;
    }
 
    
    header{
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(2*20px);
    width: 100%; /* Garante que a barra ocupe toda a largura da tela */
    background-color: #232328; /* Cor de fundo da barra (preto) */
    color: #fff; /* Cor do texto (branco) */
    padding: 20px 0; /* Adiciona espaço interno à barra */
    z-index: 100; /* Garante que a barra fique na frente de outros elementos */
    }
    .logo{
      align-items: center;
      height: calc(60px*2);
      margin-top:calc(2px*2);
      margin-right:calc(18px*2);
    }

    .logo img:hover{
        opacity: 80%;
        transition: 0.5s;
    }
    
    #sobre-nos-titulo{
        scroll-margin-top: 150px;
    }

    .sobre-nos{
        color:#989797;
        margin-top: 150px;
        text-align: justify;
        position: absolute;
    }

    .sobre-nos h1{
        margin-left: 27px;
        margin-bottom: 30px;
    }

    .sobre-nos p{
        color: #fff;
    }


    .sobre-nos h2{
        margin-left: 27px;
        margin-bottom: 10px;
    }

    nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #232328;
    height: 8vh;
    padding: 2px;
    }
    
    .nav-list{
    list-style: none;
    display: flex;
    }
    
    .nav-list li{
    letter-spacing: 2px;
    margin-left: 32px;
    }
    
    
    .mobile-menu{
    display: none;
    cursor: pointer;
    }
    
    .mobile-menu div{
    width: 32px;
    height: 2px;
    background: #fff;
    margin: 8px;
    transition: 0.3s;
    }
   
    @media (max-width:999px) {
        body{
        overflow-x: hidden;
        }
     
    .logo{
      align-items: center;
      height: calc(50px*2);
      margin-top:calc(4px*2);
      margin-right:calc(15px*2);
    }
    .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    width: 100vw;
    height: 91vh;
    background: #232328;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    }
    
    .nav-list li{
    margin-left: 0;
    opacity: 0;
    }
    .mobile-menu{
    display: block;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;

    }
    }   
    .nav-list.active{
    transform: translateX(0);
    }
    
    body {
        font-size: 0.9rem;
      }
    
      h1 {
        font-size: 1.5rem;
      }
    p{
        word-wrap: break-word;
        overflow-wrap:break-word;
    }
    @keyframes navLinkFade {
    
        from{
        opacity: 0;
        transform: translateX(50px);
    }
    to
    {
    opacity: 1;
    transform: translateX(0);
    }
    }
    
    .mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
    }
    
    .mobile-menu.active .line2 {
    opacity: 0;
    }
    
    .mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
    }

     @media (max-width:600px) {
        body{
        overflow-x: hidden;
        line-height: 1.6;
        margin: 0;
        font-size: 0.85rem;
        }
      .logo{
      align-items: center;
      height: calc(50px*2);
      margin-top:calc(2px*2);
      margin-right:calc(15px*2);
    }
    .mobile-menu{
    display: block; 
    margin-bottom: 10px;
        }
    .nav-list {
    position: absolute;
    top: 10vh;
    right: 0;
    width: 100vw;
    height: 90vh;
    background: #232328;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    }

      h1 {
        padding-bottom: 10px;
        display: inline-block;
        word-wrap: break-word;
        overflow-wrap:break-word;
        font-size: 1.2rem;
      }
      p{
        word-wrap: break-word;
        overflow-wrap:break-word;
      }

     }

     @media (orientation: landscape) and (max-width:600px) {
        body{
        overflow-x: hidden;
        line-height: 1.6;
        margin: 0;
        font-size: 0.85rem;
        }

    .nav-list {
    position: absolute;
    top: 18vh;
    right: 0;
    width:100vw;
    height: 86vh;
    background: #232328;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    }

      .logo{
      align-items: center;
      height: calc(55px*2);
      margin-top:calc(12px*2);
      margin-right:calc(15px*2);
    }
    .mobile-menu{
    display: block; 
    margin-top: 16px;
        }
      h1 {
        padding-bottom: 10px;
        display: inline-block;
        word-wrap: break-word;
        overflow-wrap:break-word;
        font-size: 1.2rem;
      }
      p{
        word-wrap: break-word;
        overflow-wrap:break-word;
      }
}