/* Reset de margin e padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fonte Stick No Bills */
.stick-no-bills {
    font-family: "Stick No Bills", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav {
    background-color: rgb(227, 24, 54);
    height: 115px;
    width: 100%;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.736);
}

img {
    width: 8%;
    height: 100%;
    top: 0%;
    left: 0%;
    margin-right: 100%;
    position: absolute;
}

.consultoria, .index{
    font-family: "Stick No Bills", sans-serif;
    background-color: rgba(0, 0, 0, 0.423);
    padding: 30px;
    color: white;
    text-decoration: none;
    font-family: "Stick No Bills", sans-serif;
    font-weight: bold;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 30px;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.consultoria:hover, .index:hover{
    font-family: "Stick No Bills", sans-serif;
    background-color: rgba(0, 0, 0, 0.666);
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.fundo {
    height: 100vh;
    width: 100%;
    background-image: url(logistics-means-transport-together-with-technological-futuristic-holograms.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 130px; /* Para dar espaço ao nav fixo */
}
.menu{
    height:50%;
    width:50% ;
    background: #0000005f;
    position: relative;
    top: 20%;
    justify-content: center;
    font-family: "Stick No Bills", sans-serif;
    justify-content: center;
    display: block;
}
.email,.contact{
    align-items: center;
    display: flex;
    flex-direction: column;
    color:aliceblue ;
    font-size: xx-large;
}
.telefone,.whats{
    align-items: center;
    display: flex;
    flex-direction: column;
    color:aliceblue ;
    font-size: xx-large;
}
.contatus{
    position: absolute;
    left: 25%;
    top: 0%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.562);
    width: 50%;
    height: 100%;
}
.email{
    margin-top: 9%
}
.telefone{
    margin-top: 7%
}
.cima{
    position: absolute;
    top: -15%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: rgb(227, 24, 54);
    width: 100%;
    height: 15%;
}
.baixo{
    position: absolute;
    top: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: rgb(227, 24, 54);
    width: 100%;
    height: 15%;
}
.zap {
    height: 10%;
    width: 10%;
    top: 80%;
    left: 87%;
    position: absolute;
    background-size: contain; /* Ou 'cover', conforme necessário */
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(WhatsApp_Logo_PNG_Sem_Fundo_Transparente.png);
}
.zap:hover {
    transform: scale(1.1); /* Aumenta o tamanho do ícone */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transição suave */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra ao redor do ícone */
    opacity: 0.8; /* Diminui a opacidade para um efeito de destaque */
  }
  

/* Responsividade */
@media (max-width: 1024px){
    nav {
        margin-top: 0%;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 1rem 0;
    }

    img {
        width: 5%;
        height: 100%;
        position:absolute;
    }

    .consultoria, .index{
        font-size: larger;
        margin: 0.8rem;
        padding: 0.5rem;
        
    }
    .menu{
        height:60%;
        width:50%;
        top: 13%;
    }
    .contatus{
        left: 15%;
        width: 70%;
        height: 100%;
    }
    .email{
        margin-top: 11%;
    }
    .telefone{
        margin-top: 15%;
    }
}
@media (max-width: 768px){
    nav {
        margin-top: 0%;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 1rem 0;
    }

    img {
        width: 10%;
        height: 100%;
        position:absolute;
    }

    .consultoria, .index{
        font-size: larger;
        margin: 0.8rem;
        padding: 0.5rem;
        
    }
    .menu{
        height:60%;
        width:70%;
        top: 13%;
    }
    .contatus{
        left: 15%;
        width: 70%;
        height: 100%;
    }
    .email{
        margin-top: 18%;
    }
    .telefone{
        margin-top: 15%;
    }
}
@media (max-width:480px) {
    nav {
        margin-top: 0%;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 1rem 0;
    }

    img {
        width: 10%;
        height: 100%;
        position:absolute;
    }

    .consultoria, .index{
        font-size: larger;
        margin: 0.8rem;
        padding: 0.5rem;
        
    }
    .menu{
        height:60%;
        width:80%;
        top: 13%;
    }
    .contatus{
        left: 15%;
        width: 70%;
        height: 100%;
    }
    .email{
        margin-top: 18%;
    }
    .telefone{
        margin-top: 15%;
    }
    
}