* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.6s ease-out, transform 1.6s ease-out;
}

/* Quando a seção estiver visível */
section.visible {
    opacity: 1;
    transform: translateY(0);
}


body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

/* Navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
   
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
}

.logo {
    width: 200px;
}

.nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-links ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.nav-links li a:hover{
    background-color: #815AA4;
    border-radius: 8px;
    padding: 5px;
    color: white;
}

.btn-contatar {
    background-color: #815AA4;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.btn-contatar:hover {
     background-color: white;
     color: #815AA4;
}

/* Esconde o menu-toggle no desktop */
.menu-toggle {
    display: none;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
}

/* MOBILE */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
        position: fixed;
        top: 55px;
        right: 20px;
        color: #ffffff;
        background-color: #000000;
        border-radius: 50%;
        padding: 7px;
    }
    .logo {
        width: 100%;
    }

    .btn-contatar {
        display: none; /* Some o botão contatar no mobile */
    }

    nav.nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background-color: #815AA4;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: right 0.3s ease;
        z-index: 1000;
    }

    nav.nav-links.open {
        right: 0;
    }

    .nav-links ul {
        flex-direction: column;
        gap: 25px;
    }
}


/* Hero Section */
.hero {
    padding: 60px 20px 210px 20px;
    background-image: linear-gradient(to bottom, #ffffff, #815AA4);
}

.btn-ideias {
    background-color: #815AA4;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    cursor: pointer;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

h2 {
    font-size: 51px;
    font-weight: 700;
    color: #815AA4;
    margin-bottom: 20px;
}

h2 span {
    color: #ffffff;
}

.hero p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.btn-conhecer,
.btn-video {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.btn-conhecer {
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: 1px solid white;
}

.btn-conhecer:hover {
    background-color: white;
    color: #0c1120;
}

.btn-video {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.btn-video:hover {
    background-color: #ffffff;
    color: #0c1120;
}

/* Hashtags */
.hashtags {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}


/* Seção principal de contato */
.contact-section {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha em telas menores */
    justify-content: center;
    align-items: flex-start; /* Alinha os itens ao topo */
    padding: 60px 20px;
    background-color: #f8f8f8; /* Um fundo suave para a seção */
}

/* Contêiner das informações de contato (Instagram, E-mail) */
.contact-info-container {
    display: flex;
    flex-direction: column; /* Organiza em coluna */
    gap: 20px;
    margin-right: 40px; /* Espaço entre as informações e o formulário */
    flex-basis: 250px; /* Largura base para a coluna de informações */
}

.contact-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card .icon {
    font-size: 3em;
    color: #6a1aae; /* Sua cor roxa */
    margin-bottom: 10px;
}

.contact-card p {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.contact-card a {
    color: #8a2be2; /* Um roxo mais claro para o link */
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Contêiner dos formulários */
.contact-form-container {
    display: flex;
    flex-direction: column; /* Empilha os formulários */
    gap: 40px; /* Espaço entre o formulário padrão e o de WhatsApp */
    flex-grow: 1; /* Permite que o contêiner cresça para ocupar espaço */
    max-width: 600px; /* Largura máxima para os formulários */
}

/* Estilos para o formulário de contato padrão */
.contact-form,
.whatsapp-contact {
    background-color: #6a1aae; /* Sua cor roxa para o fundo do formulário */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.contact-form h2,
.whatsapp-contact h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #fff;
}

.contact-form form input,
.contact-form form textarea,
.whatsapp-contact form input,
.whatsapp-contact form textarea {
    width: calc(100% - 20px); /* Ajusta a largura para padding */
    padding: 12px 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 1em;
    outline: none;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.whatsapp-contact form input::placeholder,
.whatsapp-contact form textarea::placeholder {
    color: #888;
}

.contact-form form textarea,
.whatsapp-contact form textarea {
    resize: vertical; /* Permite redimensionar verticalmente */
    min-height: 80px;
}

.contact-form button[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #333; /* Botão preto para contraste */
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button[type="submit"]:hover {
    background-color: #555;
}

/* Estilos específicos para o formulário de WhatsApp */
.whatsapp-contact p {
    margin-bottom: 20px;
    font-size: 1.1em;
    text-align: center;
}

.whatsapp-contact label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #fff;
}

.whatsapp-contact .checkbox-group label {
    display: flex; /* Para alinhar checkbox e texto */
    align-items: center;
    margin-bottom: 10px;
}

.whatsapp-contact .checkbox-group input[type="checkbox"] {
    margin-right: 10px;
    width: auto; /* Anula o width: 100% dos inputs gerais */
    margin-bottom: 0; /* Anula o margin-bottom dos inputs gerais */
}

.whatsapp-contact .inline-input {
    flex-grow: 1; /* Ocupa o espaço restante */
    margin-left: 10px;
    margin-bottom: 0;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    background-color: #25d366; /* Verde do WhatsApp */
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 30px;
}

.whatsapp-button:hover {
    background-color: #1da851;
}

.whatsapp-button .fab {
    margin-right: 10px;
    font-size: 1.4em;
}

/* Responsividade */
@media (max-width: 992px) {
    .contact-section {
        flex-direction: column;
        align-items: center;
    }

    .contact-info-container {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
        max-width: 400px;
    }

    .contact-form-container {
        width: 100%;
        max-width: 500px; /* Ajuste para melhor visualização em tablets */
    }
}

@media (max-width: 576px) {
    .contact-form,
    .whatsapp-contact {
        padding: 25px;
    }

    .contact-form h2,
    .whatsapp-contact h2 {
        font-size: 1.6em;
    }

    .contact-form form input,
    .contact-form form textarea,
    .whatsapp-contact form input,
    .whatsapp-contact form textarea {
        font-size: 0.9em;
    }

    .whatsapp-contact .checkbox-group label {
        flex-direction: column; /* Empilha o texto e o input em telas pequenas */
        align-items: flex-start;
    }

    .whatsapp-contact .checkbox-group input[type="checkbox"] {
        margin-bottom: 10px; /* Adiciona espaço abaixo do checkbox */
    }

    .whatsapp-contact .inline-input {
        margin-left: 0;
        margin-top: 5px;
    }
}

.scroll-to-top {
    position: fixed; /* Torna o botão fixo na tela */
    bottom: 20px;    /* 20px da parte inferior */
    left: 20px;      /* 20px da parte esquerda */
    background-color: #6d12bd; /* Cor de fundo do botão */
    color: white;    /* Cor do texto/ícone */
    border: none;
    border-radius: 50%; /* Faz com que o botão seja redondo */
    width: 50px;     /* Largura do botão */
    height: 50px;    /* Altura do botão */
    display: flex;   /* Para centralizar o conteúdo (o ↑) */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
    font-size: 24px; /* Tamanho da fonte do ícone */
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
    opacity: 0;      /* Inicialmente invisível */
    visibility: hidden; /* Oculta totalmente quando invisível */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Suaviza a transição */
    z-index: 1000;   /* Garante que o botão fique acima de outros elementos */
}

.scroll-to-top.show {
    opacity: 1;      /* Torna visível */
    visibility: visible; /* Exibe */
}

.scroll-to-top:hover {
    background-color: #6d12bd; /* Cor de fundo ao passar o mouse */
}