/*
Theme Name: Blankslate Child
Theme URI: https://arandutech.com.br
Description: Blankslate Child
Theme Author: Arandu Tech
Author URI: https://arandutech.com.br
Template: blankslate
Version: 1.0.0
Text Domain: blankslate-child
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
*/

/* Barra Superior */
.top-bar {
    height: 56px !important;
    font-size: 0.875rem;
    background-color: #CB2028 !important;
}

.top-bar-menu {
    width: 100%;
    justify-content: space-between;
}

/* Menu Principal */
.navbar {
    transition: all 0.3s ease;
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.nav-link {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.nav-link:hover {
    color: #CB2028 !important;
}

/* Mega Menu */
.dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #CB2028 !important;
    transform: translateX(5px);
}

/* Responsividade */
@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 1rem 0;
    }
    
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
    }
}

/* Ícones sociais */
.social-icons a {
    transition: all 0.2s ease;
}

.social-icons a:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}