/* ========================================
   GLOBAL — body, top bar, navbar, footer
   ======================================== */

/* ---- Top bar ---- */
.top-bar {
    background-color: #d4a884;
    font-size: 12px;
    line-height: 40px;
    color: #323232;
}
.top-bar-contact {
    font-size: 12px;
    color: #323232;
}
.topbar-list {
    margin: 0;
    float: right;
}
.topbar-list > li {
    border-left: 1px solid rgba(255,255,255,.4);
    padding: 0 14px;
    line-height: 40px;
}
.topbar-list > li:last-child {
    border-right: 1px solid rgba(255,255,255,.4);
}
.topbar-list > li > a {
    color: #fff;
    transition: color 0.3s;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
}
.topbar-list > li > a:hover {
    color: #3a5253;
    text-decoration: none;
}

body {
    font-weight: 300;
    color: #616161;
}

/* ---- Navbar ---- */
.navbar-main {
    background-color: #3a5253;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-main .navbar-brand {
    color: #d4a884;
    font-weight: 700;
    font-size: 15px;
    height: auto;
}
.navbar-brand {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    height: 100%;
}
.navbar-main .navbar-brand:hover { color: #fff; }
.navbar-main .navbar-nav > li > a {
    color: #d4a884;
    font-size: 14px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-main .navbar-nav > li.active > a {
    background-color: #00B7EB;
    color: #fff;
}
.navbar-main .dropdown-menu {
    background-color: #3a5253;
    border: 1px solid #2a3d3e;
}
.navbar-main .dropdown-menu > li > a {
    color: #d4a884;
    font-size: 13px;
}
.navbar-main .dropdown-menu > li > a:hover {
    background-color: #00B7EB;
    color: #fff;
}
.navbar-main .navbar-toggle {
    border-color: #d4a884;
}
.navbar-main .navbar-toggle .icon-bar { background-color: #d4a884; }

/* ---- Footer ---- */
.site-footer {
    background-color: #2a3d3e;
    color: #b0bec5;
    padding: 36px 0 0;
    margin-top: 40px;
}
.site-footer h4 {
    color: #ffffff;
    font-size: 14px;
    border-bottom: 2px solid #00B7EB;
    padding-bottom: 8px;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif;
}
.site-footer p, .site-footer small { color: #b0bec5; }
.site-footer a { color: #d4a884; }
.site-footer a:hover { color: #fff; text-decoration: none; }
.site-footer ul { padding-left: 0; list-style: none; }
.site-footer ul li { margin-bottom: 4px; }
.footer-bottom {
    background-color: #1e2f30;
    margin-top: 30px;
    padding: 14px 0;
}
.footer-bottom p { color: #7a9295; margin: 0; font-size: 12px; }
.footer-scrolltop {
    width: 30px; height: 30px;
    background: #3a5253;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; border-radius: 3px;
}
.footer-scrolltop:hover { background: #00B7EB; color: #fff; }

/* Footer icons */
.footer-icon {
    margin-right: 6px;
    color: #00B7EB;
}

/* Footer social link */
.footer-social-link {
    color: #d4a884;
    font-size: 13px;
}
.footer-social-link:hover { color: #fff; text-decoration: none; }

/* Footer sitemap */
.footer-sitemap { margin: 0; padding: 0; list-style: none; }
.footer-sitemap li { margin-bottom: 5px; }
.footer-sitemap li a {
    color: #b0bec5;
    font-size: 13px;
}
.footer-sitemap li a:hover { color: #fff; text-decoration: none; }

/* Empresas amigas / sponsors */
.footer-sponsor {
    margin-bottom: 10px;
}
.footer-sponsor-img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.75;
    transition: opacity 0.2s;
}
.footer-sponsor-img:hover { opacity: 1; }

/* WhatsApp floating button */
.wpp-float-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 52px;
    height: 52px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    z-index: 999;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s;
}
.wpp-float-btn:hover {
    background-color: #1ebe5d;
    color: #fff;
    text-decoration: none;
    transform: scale(1.08);
}
/* Info pages (legal, comprar, vender) */
.info-heading {
    color: #3a5253;
    font-size: 15px;
    font-weight: 700;
    margin: 30px 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e8e8;
}
.info-heading .fa {
    color: #00B7EB;
    margin-right: 6px;
}

.section-title {
    background-color: #3a5253;
    text-align: center;
    padding: 28px 0;
}
.section-title h2 { margin: 0; font-weight: 400; color: #d4a884; }

/* ---- Breadcrumb ---- */
.breadcrumb-wrapper {
    background: #f0ebe4;
    border-bottom: 1px solid #ddd0c4;
    padding: 7px 0;
}
.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.6;
}
.breadcrumb-wrapper .breadcrumb > li + li::before {
    content: "›";
    color: #b0a090;
    padding: 0 7px;
}
.breadcrumb-wrapper .breadcrumb > li > a {
    color: #3a5253;
    text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb > li > a:hover {
    color: #d4a884;
    text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb > .active {
    color: #888;
}
@media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb > li.bc-mid {
        display: none;
    }
}
