.menu-toggle {
    margin-right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
}

.search-toggle {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    color: #60C9F9 !important;
    transition: all 0.3s ease;
}

.nav-link:focus, .nav-link:hover {
    color: #0dcaf0 !important;
}

/* Container principal */
/* .hero-sobre {
    min-height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 8px solid var(--primary-color);
} */

.hero-sobre {
    min-height: 100vh;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 30.83%), url(../img/Hero.png);
    background-size: cover;

    background-position: center;
    position: relative;
    border-bottom: 8px solid var(--primary-color);
}

.badge-title {
    background-color: #E5F5FF;
    color: #056BB3;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.content-title {
    color: #042E76;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

.content-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.content-image {
    background-color: #D9D9D9;
    border-radius: 12px;
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
}

/* Espaçamento entre as seções */
.row {
    margin-bottom: 80px;
}

/* Responsividade */
@media (max-width: 768px) {
    .content-image {
        height: 300px;
        margin-top: 24px;
    }
    
    .row {
        margin-bottom: 40px;
    }
}


/* Seção Redes Sociais */
.social-section {
    padding: 80px 0;
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
}

.social-section .badge-section {
    margin-bottom: 16px;
}

.social-section h2 {
    color: #042E76;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.social-section .container {
    position: relative;
    max-width: 100%;
    padding: 0;
}

.social-section .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.social-section .instagram-link {
    position: absolute;
    right: 15px;
    top: 0;
    color: #042E76;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-feed-wrapper {
    position: relative;
    margin: 0 -50vw;
    left: 50%;
    right: 50%;
    width: 100vw;
}

.social-feed {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 20px 50px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.social-feed:active {
    cursor: grabbing;
}

.social-feed::-webkit-scrollbar {
    height: 8px;
}

.social-feed::-webkit-scrollbar-track {
    background: #F5F7FA;
    border-radius: 4px;
}

.social-feed::-webkit-scrollbar-thumb {
    background: #042E76;
    border-radius: 4px;
}

.instagram-post {
    flex: 0 0 300px;
    height: 300px;
    background: #F5F7FA;
    border-radius: 16px;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.instagram-post:hover {
    transform: translateY(-8px);
}

/* Estilos Gerais */
.badge-section {
    display: inline-flex;
    align-items: center;
    background: #C2E7F9;
    color: #032d75;
    padding: 8px 12px 8px 12px;    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.badge-section i {
    font-size: 14px;
}


body > div.container.mt-5 > div.row.mb-5{
    display: flex
    ;
        flex-wrap: wrap;
        align-items: flex-end;
}


body > div.container.mt-5 > div:nth-child(2){
    display: flex
    ;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
}

/* Micro interações */
.badge-section i,
.faq-header i,
.instagram-link i {
    transition: transform 0.3s ease;
}

.badge-section:hover i {
    transform: scale(1.2);
}

.instagram-link:hover i {
    transform: translateX(4px);
}

.faq-header:hover i {
    transform: rotate(90deg);
}

/* Micro interações para ícones */
.badge-section i,
.contact-card .icon-wrapper i,
.contact-card .copy-btn i,
.instagram-link i {
    transition: all 0.3s ease;
}

/* Badge hover */
.badge-section:hover i {
    transform: scale(1.2);
}

/* Ícones dos cards de contato */
.contact-card .icon-wrapper {
    transition: transform 0.3s ease;
}

.contact-card:hover .icon-wrapper {
    transform: scale(1.1);
}

/* Botão de copiar */
.contact-card .copy-btn {
    transition: transform 0.2s ease;
}

.contact-card .copy-btn:hover {
    transform: translateY(-2px);
}

.contact-card .copy-btn:active {
    transform: translateY(0);
}

/* Link do Instagram */
.instagram-link:hover i {
    transform: translate(4px, -4px);
}

/* Animação de pulso para feedback de cópia */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Counter Section Styles */
.counter-section {
    padding: 60px 0;
    position: relative;
    margin-top: auto;
    top: 450px;
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
  
}

.counter-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
}

.counter-item:hover {
    transform: translateY(-5px);
}

.counter-value {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

@media (max-width: 768px) {
    .counter-section {
        padding: 40px 0;
    }
    
    .counter-item {
        margin-bottom: 30px;
    }
    
    .counter-value {
        font-size: 36px;
    }
    
    .counter-label {
        font-size: 16px;
    }
}
