/* 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;
}

header {
    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 */
}

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, .contato{
    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, .contato:hover{
    background-color: rgba(0, 0, 0, 0.666);
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Container principal */
.main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 1200px;
    padding: 2rem;
    flex-wrap: wrap; /* Para garantir que se ajuste em telas menores */
}

/* Formulário */
form {
    background: #0000005f;
    width: 40%;
    height: 100%; /* Garantir que o formulário preencha a altura disponível */
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding: 0%;
    z-index: 2;
}

.Cabeçalho {
    background-color: rgb(227, 24, 54);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    top: 0%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: "Stick No Bills", sans-serif;
    color: #ffffff;
    font-size: 2rem; /* Ajustando o tamanho da fonte */
}

label {
    font-family: "Stick No Bills", sans-serif;
    margin-left: 10px;
    color: floralwhite;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem; /* Aumentando a fonte do label */
}

input {
    color: #ffffff;
    margin-top: 0.5rem;
    height: 2rem;
    width: 70%;
    background: #00000099;
    border-radius: 10px;
    border: none;
    margin-right: 50px;
    margin-left: 20px;
}

button {
    color: floralwhite;
    font-family: "Stick No Bills", sans-serif;
    border: none;
    font-size: 1rem;
    padding: 1rem;
    padding-bottom: 4%;
    border-radius: 10px;
    background-color: rgb(227, 24, 54);
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    top: 100%;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    top: 0%;
    transition: background-color 1s linear;
    cursor: pointer;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.666);
}

/* Descrição */
.descrição {
    font-size: 32px; /* Define um tamanho maior para a fonte */
    color: #ffffff;
    background: #0000008c;
    height: auto; /* Permite altura dinâmica baseada no conteúdo */
    width: 48%;
    border-radius: 50px;
    padding: 0%; /* Adiciona espaço interno */
    z-index: 1;
    font-family: "Stick No Bills", sans-serif;
    display: flex;
    flex-direction: column;
}

.desc {
    padding-top: 2%;
    padding-bottom: 3%;
    font-size: 1.5rem !important; /* Tamanho adicional para o texto dentro de .desc */
    display: flex;
    max-width: 70%;
    top: 15%;
    left: 15%;
    position: relative;
    line-height: 1.5; /* Ajusta o espaçamento entre linhas */
    text-align: center;
}


/* Estilos do topo da descrição */
.topo {
    top: 0%;
    width: 100%;
    flex-direction: column; /* Alinhando os itens em coluna */
    background-color: rgb(227, 24, 54);
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    top: 0%;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topo p {
    font-size: 2rem; /* Aumentando o tamanho da fonte */
    font-weight: bold;
    margin: 0; /* Remover margens para centralizar melhor */
    color: white;
}

.topo h6 {
    font-size: 1.5rem; /* Aumentando o tamanho da fonte */
    color: white;
    margin: 0; /* Remover margens */
}

 .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: 768px) {
    nav {
        margin-top: 0%;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 1rem 0;
    }
    header{
        height: 100%;
    }

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

    .consultoria, .contato{
        font-size: larger;
        margin: 0.8rem;
        padding: 0.5rem;
        
    }
    p{
        align-items: center;
        justify-content: center;
        display: flex;
    }
    h1{
           text-align: center;
    }
    h6{
            align-items: center;
            justify-content: center;
            display: flex;
            font-size: medium;
    }

    .main-content {
        max-width: 768px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
    }

    form, .descrição {
        height: auto;
        max-width: 768px;
        width: 80%;
        margin-bottom: 1rem;
    }

    label {
        margin-top: 1rem;
    }

    input {
        margin-top: 0.5rem;
        height: 2rem;
        width: 85%;
        background: #00000099;
        border-radius: 10px;
        border: none;
        padding: 0.5rem;
    }

    button {
        width: 100%;
    }
    .zap{
        height: 10%;
        width: 10%;
        top: 87%;
        left: 85%;
        position: absolute;
        background-size: contain; /* Ou 'cover', conforme necessário */
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 480px) {
    .consultoria, .contato{
        font-size: 1rem;
    }

    header {
        height: auto;
        padding: 1rem;
    }

    .main-content {
        padding: 0.5rem;
    }

    .descrição {
        font-size: 1rem;
    }
    .zap{
        height: 10%;
        width: 10%;
        top: 80%;
        left: 88%;
        position: absolute;
        background-size: contain; /* Ou 'cover', conforme necessário */
        background-repeat: no-repeat;
        background-position: center;
    }
}
