@media screen and (max-width: 480px) {

     .logo {
        display: none;
    }

    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }


    header {
        display: flex;  
    align-items: center;
        font-size: 5vw;
        width: 100%;
        background-color: #002645;
        justify-content: space-between;
        position: relative;
        height: 70px;
        min-height: 70px;
        max-height: 70px;
        
    }


    .logo-mobile {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .menu {
        display: none;
    }

    .menu a {
        color: #f1f1f1;
    }

    .loginCadastro {
        display: none;
    }

    main {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section1 {
        gap: 6vw;
        width: 100%;
    }

    .texto-principal {
        font-size: 6vw;
        width: 85%;
        margin-top: 8vw;
    }

    .imagem-predios {
        position: relative;
        width: 100%;
        height: 70vw;
    }

    .imagem-predios img {
        position: absolute;
        width: 80vw;
        height: 52vw;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        border-radius: 3vw;
        z-index: 2;
    }

    .container {
        width: 85%;
        height: 35vw;
        margin-top: -53vw;
        border-radius: 4vw;
        position: relative;
    }

    .descricao {
        font-size: 4vw;
        width: 85%;
    }

    .btn-saibamais {
        height: 10vw;
        width: 35vw;
        font-size: 3.5vw;
        padding: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav a.ativo {
        border-bottom: 1px solid #f1f1f1;
    }

    .menu-hamburguer {
        display: flex;
        margin-right: 4vw;
    }

    .menu.aberto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8vw;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #002645;
        z-index: 99;
    }

    .menu.aberto a {
        color: #f1f1f1;
        font-size: 6vw;
        text-decoration: none;
    }

    .menu.aberto a.ativo {
        border-bottom: 1px solid #f1f1f1;
    }

    #login {
        display: block;
    }

    #fecharMenu {
        display: block;
        background: none;
        border: none;
        font-size: 6vw;
        color: #f1f1f1;
        position: absolute;
        top: 4vw;
        right: 5vw;
    }


    .section2 {
        width: 100%;
        margin-top: 8vw;
        margin-bottom: 5vw;
    }

    .sobre {
        height: auto;
    }

    .quem-somos-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        gap: 5vw;
        padding: 0 5vw;
    }

     .quem-somos-wrapper p {
        font-size: 3.5vw;
    }

    .container2 {
        width: 85%;
        padding: 6vw;
        margin: 0;
        border-radius: 4vw;
    }

    .titulo-secao {
        font-size: 7vw;
    }

    .texto-secao {
        font-size: 4vw;
        width: 100%;
    }

    .logo img {
        display: none;
    }

    .imagem-logo img {
        display: none;
    }
.quem-somos-wrapper {
        flex-direction: column;
        gap: 6vw;
        margin-top: 0;
        padding: 5vw;
    }

    .quem-somos-wrapper p {
        font-size: 4vw;
        width: 100%;
        text-align: center;
    }

    .quem-somos-cards {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 5vw;
    }

    .quem-somos-card {
        border-radius: 4vw;
        padding: 5vw;
    }

    .quem-somos-card h3 {
        font-size: 5.5vw;
        margin-bottom: 3vw;
    }

    .quem-somos-card p {
        font-size: 4.2vw;
    }

    .quem-somos-card:hover {
        transform: none;
        box-shadow: none;
    }

  
    .servico {
        height: auto;
        padding: 8vw 5vw;
        margin-top: 5vw;
    }

    .servico h2 {
        font-size: 6vw;
    }

    .servico p {
        font-size: 4vw;
        width: 90%;
    }

    .servico-cards {
        flex-direction: column;
        width: 90%;
        gap: 4vw;
    }

    .servico-card {
        border-radius: 3vw;
        padding: 4vw;
    }

    .servico-card h3 {
        font-size: 4.5vw;
    }

    .servico-card p {
        font-size: 3.5vw;
        width: 100%;
    }



    .icone1 img,
.icone2 img,
.icone3 img {
    width: 80px;
    height: 170px;
    object-fit: contain;
}

    .titulo-secao-membros {
        font-size: 6vw;
        margin-top: 6vw;
    }

    .membros {
        grid-template-columns: repeat(2, 1fr);
        gap: 5vw;
        font-size: 3.5vw;
        padding: 0 5vw;
    }

    footer {
        height: auto;
        padding: 5vw;
    }

    .coluna span {
        font-size: 3.5vw;
    }

    #popupMembro {
    width: 80vw;
    padding: 5vw;
    border-radius: 3vw;
  }

  #popupMembro button {
    font-size: 4vw;
    top: 2vw;
    right: 2vw;
  }

  #popup-foto {
    width: 20vw;
    height: 20vw;
    margin-bottom: 3vw;
  }

  #popupMembro h3 {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }

  #popupMembro p {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }

  .popup-links {
    gap: 4vw;
    margin-top: 3vw;
  }

  .icone-social {
    width: 8vw;
    height: 8vw;
  }

}