body {
    font-family: 'normal-regular', sans-serif !important;
}

main {
    flex-grow: 1 !important;
    background-color: #0F3C42;
    color: #fff;
}

.app-logo {
    font-family: 'inktrap-bold', sans-serif !important;
    /* ou 'normal-bold' ou qualquer outra */
    font-size: 2rem !important;
    /* ajuste conforme necessário */
    /* font-weight: 1000; */
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #1b1bff !important;

}

/* Classe Comum para Títulos de Seção */
.section-title {
    font-family: 'inktrap-bold', sans-serif !important;
    font-weight: bold;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
}

/* Ajuste para centralizar e alinhar na mesma posição */
.section-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    /* Ajuste o espaçamento superior */
    padding-top: 20px;
}

/* Navbar */

.logo-responsive {
    max-height: 50px;
    /* Define um tamanho máximo para a logo */
    width: auto;
    max-width: 150px;
}

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

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.with-underline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 4px solid #FFD700;
}

.navbar.custom-navbar {
    background-color: #C4FC94 !important;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-buttons .btn-dark {
    font-size: 1rem;
    /* Tamanho da fonte padrão */
    padding: 8px 16px;
    /* Espaçamento interno */
}

.navbar.navbar.custom-navbar a {
    font-family: 'inktrap-bold', sans-serif !important;
    font-weight: bold !important;
    /* font-size: 20px !important; */

}

.nav-link {
    font-family: 'inktrap-bold', sans-serif !important;
    font-weight: bold;
    color: #1b1bff !important;
    margin-right: 20px;
    font-size: 20px !important;
}

.contact-container {
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 40%;
}

.contact-container button[type="submit"] {
    font-size: 1em;
    width: 100%;
}

/* Estilo do botão de 3 barras (hambúrguer) */
.custom-toggler {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 24px;
    width: 30px;
    padding: 0;
    transition: transform 0.3s ease;
}

.custom-toggler .bar {
    width: 100%;
    height: 3px;
    background-color: #212529;
    transition: all 0.3s ease;
    border-radius: 3px;
}

/* Efeito hover */
.custom-toggler:hover .bar {
    background-color: #ffffff;
}

/* Efeito de transformação quando o botão está ativo */
.custom-toggler.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.custom-toggler.active .bar:nth-child(2) {
    opacity: 0;
    /* Oculta a barra do meio */
}

.custom-toggler.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}



/* Estiliza o menu dropdown */
.dropdown-menu-custom {
    background-color: #343a40;
    border: none;
    top: 56px;
    width: 100%;
    left: 0;
    display: none;
    text-align: center;
    padding: 10px 0;
    flex-wrap: wrap;
    /* Permite que os itens quebrem em telas pequenas */
}

/* Itens do menu ocupando largura total */
.dropdown-menu-custom a {
    padding: 15px;
    color: white;
    display: inline-block;
    width: 20%;
    /* Ocupa 20% da tela para distribuir os itens igualmente */
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #495057;
}

/* Remove a borda do último item */
.dropdown-menu-custom a:last-child {
    border-bottom: none;
    border-right: none;
}

/* Efeito hover */
.dropdown-menu-custom a:hover {
    background-color: #495057;
}

.dropdown-menu a:hover {
    color: #ff0000;
}

/* Responsividade: empilha os itens do menu em telas menores */
@media (max-width: 600px) {
    .dropdown-menu-custom {
        flex-direction: column;
        /* Exibe os itens empilhados */
    }

    .dropdown-menu-custom a {
        display: block;
        width: 100%;
        /* Cada item ocupa toda a largura */
        border-right: none;
        /* Remove as bordas laterais */
    }

    .navbar-buttons .btn-dark {
        font-size: 0.8rem;
        /* Reduz o tamanho da fonte */
        padding: 6px 10px;
        /* Reduz o espaçamento */
    }
}

/* Responsividade para telas grandes */
@media (min-width: 1024px) {
    .dropdown-menu-custom a {
        width: 19%;
        /* Ajusta para ocupar melhor a largura */
        font-size: 20px;
        /* Aumenta a fonte para melhor visibilidade */
    }
}

/* Footer */
footer {
    font-size: 0.9em;
}

footer h5 {
    font-size: 1.1em;
    font-weight: bold;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #cccccc;
}

footer .btn {
    margin-top: 5px;
}




/* Estilos Responsivos */
@media (max-width: 768px) {
    .contact-container h2 {
        font-size: 1.8em;
    }

    .contact-container form {
        padding: 15px;
    }

    .contact-container button[type="submit"] {
        font-size: 1em;
    }
}





@font-face {
    font-family: 'inktrap-bold';
    src: url('../fonts/inktrap-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'inktrap-regular';
    src: url('../fonts/inktrap-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inktrap-italic';
    src: url('../fonts/inktrap-italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'inktrap-bold-italic';
    src: url('../fonts/inktrap-bold-italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'normal-bold';
    src: url('../fonts/normal-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'normal-regular';
    src: url('../fonts/normal-regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'normal-italic';
    src: url('../fonts/normal-italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'normal-bold-italic';
    src: url('../fonts/normal-bold-italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}


/* ... demias estilos omitidos propositalmente para foco nos blocos relevantes ... */

/* Seção 'Sobre Nós' padrão (telas grandes) */
.about-container {
    padding: 0 10%;
}

.about-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.about-content {
    flex: 1 1 50%;
}

.about-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

.about-image img {
    width: 70%;
    height: auto;
    border-radius: 10px;
}


/* Estilo personalizado do formulário de contato */
.contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    background: transparent;
}

.contact-container label {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.contact-container .form-control {
    background-color: #ffffff;
    border-radius: 6px;
    border: none;
    padding: 10px;
}

.contact-container textarea.form-control {
    resize: vertical;
}

.contact-container .btn-primary {
    margin-top: 20px;
    font-weight: bold;
    width: 100%;
    background-color: #1b75ff;
    border: none;
}