@charset "UTF-8";
/* Theme Name: Rota Tropical - Morro de Sao Paulo */
body { font-family: "Segoe UI", Roboto, sans-serif; margin: 0; padding: 0; background-color: #F7F5F0; color: #112233; }
.top-bar { background-color: #112233; padding: 12px 40px; display: flex !important; justify-content: space-between !important; align-items: center !important; color: #ffffff; position: relative; z-index: 1000; font-size: 13px; }
.top-bar-left { display: flex; align-items: center; gap: 20px; }
#translator-area { margin-left: auto; display: inline-flex; align-items: center; }
#translator-area select, #translator-area a { background: #112233 !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,0.2) !important; padding: 3px 8px !important; font-size: 12px !important; border-radius: 4px !important; }
.whatsapp-btn { background-color: #25D366; color: white !important; padding: 8px 16px; border-radius: 25px; text-decoration: none; font-weight: 600; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; }
.whatsapp-btn .dashicons-whatsapp { font-size: 18px; width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-top: -2px; }
.whatsapp-btn:hover { transform: scale(1.03); }
.email-link, .instagram-link { color: #F7F5F0; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s; }
.email-link .dashicons, .instagram-link .dashicons { font-size: 16px; width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
.email-link:hover, .instagram-link:hover { color: #00C4AF !important; text-decoration: underline; }
.whatsapp-floating { position: fixed; bottom: 30px; right: 30px; background-color: #25D366; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.3); z-index: 9999; text-decoration: none; }
.whatsapp-floating .dashicons-whatsapp { font-size: 36px; width: 36px; height: 36px; line-height: 60px; color: white; display: block; }
.whatsapp-floating:hover { transform: scale(1.1); background-color: #20ba5a; }
.site-header { position: absolute; top: 43px; left: 0; width: 100%; z-index: 990; background: transparent; }
.header-container { max-width: 1200px; margin: 0 auto; padding: 15px 40px; display: flex; justify-content: space-between; align-items: flex-start; }
.logo-block { display: flex; align-items: center; gap: 20px; margin-top: 50px; text-decoration: none; }
.site-logo img { width: 100px; height: auto; display: block; }
.logo-text-container { display: flex; flex-direction: column; line-height: 1.1; margin-top: -15px; }
.logo-line-1 { font-family: Arial, Helvetica, sans-serif !important; color: #ffffff !important; font-size: 31px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; text-shadow: 0 2px 4px rgba(17,34,51,0.5); }
.logo-line-2 { font-family: "Georgia", serif !important; color: #ffffff !important; font-size: 38px; font-weight: bold; font-style: italic; margin-left: 25px; margin-top: 2px; text-shadow: 0 4px 10px rgba(17,34,51,0.8); }
.menu-toggle { display: none; background: transparent; border: none; cursor: pointer; padding: 10px; margin-top: 50px; z-index: 1001; }
.menu-toggle span { display: block; width: 25px; height: 3px; background-color: #ffffff !important; margin: 5px 0; }
.main-nav { margin-left: auto; text-align: right; margin-top: 50px; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.main-nav li { position: relative; width: auto; display: block; }
.main-nav a { text-decoration: none; color: #ffffff !important; font-weight: 600; padding: 4px 0; display: inline-block; font-size: 16px; font-family: "Trebuchet MS", Arial, sans-serif !important; text-shadow: 0 2px 6px rgba(17,34,51,0.7); }
.main-nav a:hover { color: #00C4AF !important; }
.main-nav ul ul { display: none; position: absolute; top: 0; right: 100%; margin-right: 15px; background: #ffffff; box-shadow: 0 10px 30px rgba(17,34,51,0.12); padding: 15px; min-width: 220px; z-index: 9999; flex-direction: column; gap: 4px; border-radius: 6px; border-right: 3px solid #00A896; text-align: left; }
.main-nav ul ul li { width: 100%; }
.main-nav ul ul a { color: #112233 !important; font-weight: 500; padding: 6px 12px; font-size: 14px; font-family: sans-serif !important; }
.main-nav ul ul a:hover { background-color: #F7F5F0; color: #00A896 !important; }
.main-nav li:hover > ul { display: flex; }
.hero-wrapper { position: relative; height: 334px; background-image: linear-gradient(rgba(17,34,51,0.1), rgba(17,34,51,0.3)), url("/wp-content/uploads/2026/05/morro-de-sao-paulo.jpg"); background-size: cover; background-position: center center; }
.content-container { max-width: 1000px; margin: 40px auto 60px auto; background: #ffffff; padding: 48px; border-radius: 12px; box-shadow: 0 12px 40px rgba(17,34,51,0.06); min-height: 300px; }
@media (max-width: 768px) {
    .top-bar { padding: 10px 20px; flex-direction: column; gap: 10px; }
    .header-container { padding: 10px 20px; align-items: center; justify-content: space-between; display: flex !important; }
    .logo-block { margin-top: 20px; gap: 10px; }
    .site-logo img { width: 65px; }
    .logo-line-1 { font-size: 18px; }
    .logo-line-2 { font-size: 22px; margin-left: 10px; }
    .menu-toggle { display: block !important; margin-top: 20px !important; }
    .main-nav { display: block !important; position: fixed; top: 0; right: 0; width: 280px; height: 100vh; background-color: #112233 !important; padding: 80px 30px 30px 30px; transform: translateX(100%); transition: transform 0.4s ease-in-out; z-index: 1000; }
    .main-nav.active { transform: translateX(0) !important; }
    .main-nav ul { align-items: flex-start; width: 100%; }
    .main-nav li { width: 100%; }
    .main-nav a { color: #ffffff !important; padding: 12px 0; width: 100%; font-size: 20px; text-align: left; }
    .main-nav a:hover { color: #00C4AF !important; }
    .main-nav ul ul { display: none !important; position: static; background: rgba(255,255,255,0.05); margin: 5px 0 0 0; padding: 5px 10px; border-left: 2px solid #00A896; }
    .main-nav li:hover > ul { display: block !important; }
    .whatsapp-floating { bottom: 20px; right: 20px; width: 50px; height: 50px; }
    .whatsapp-floating .dashicons-whatsapp { font-size: 28px !important; width: 28px !important; height: 28px !important; line-height: 50px !important; }
}

/* CORREÇÃO DE CONTRASTE E LEGIBILIDADE DO SUBMENU MOBILE */
@media (max-width: 768px) {
    /* Força uma caixa de fundo sólida e escura para os itens das categorias */
    .main-nav ul ul { 
        display: none !important; 
        background-color: #0b1622 !important; 
        margin: 8px 0 0 0 !important; 
        padding: 10px 15px !important; 
        border-left: 3px solid #00A896 !important; 
        border-radius: 4px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Garante que o item pai abra o submenu ao ser clicado ou tocado */
    .main-nav li.active > ul, .main-nav li:hover > ul { 
        display: block !important; 
    }
    
    /* Configuração dos links de dentro das categorias */
    .main-nav ul ul a { 
        color: #ffffff !important; 
        font-size: 16px !important; 
        padding: 10px 0 !important; 
        display: block !important; 
        border-bottom: 1px solid rgba(255,255,255,0.03) !important;
        opacity: 0.90 !important;
    }
    
    /* Destaque turquesa ao passar o dedo/clicar no link interno */
    .main-nav ul ul a:hover { 
        color: #00C4AF !important; 
        opacity: 1 !important; 
        background: transparent !important;
    }
}


/* AJUSTE FORÇADO DO TRADUTOR À DIREITA */
.gtranslate_wrapper, .wpml-ls-sidebars-top-bar, #gtranslate_wrapper, .skiptranslate, div[class*='translate'] {
    position: relative !important; bottom: auto !important; right: auto !important; left: auto !important; top: auto !important; z-index: 9999 !important; display: inline-block !important; 
}
#translator-area { margin-left: auto !important; display: inline-flex !important; align-items: center !important; }
#translator-area select, #translator-area a { background: #112233 !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,0.2) !important; padding: 3px 8px !important; font-size: 12px !important; border-radius: 4px !important; }


/* REGRAS DAS DUAS COLUNAS FIXAS ABAIXO DO BANNER */
.site-main-layout { display: flex !important; max-width: 1200px; margin: 0 auto; padding: 0 40px; gap: 30px; box-sizing: border-box; }
.site-main-content { flex: 1 !important; min-width: 0; }
.content-container { margin: 40px 0 60px 0 !important; max-width: 100% !important; }
.site-extra-bar { width: 280px !important; min-width: 280px; background-color: #ffffff; border-radius: 12px; box-shadow: 0 12px 40px rgba(17,34,51,0.06); padding: 24px; align-self: flex-start; margin-top: 40px; box-sizing: border-box; }
.extrabar-header { border-bottom: 2px solid #00A896; padding-bottom: 12px; margin-bottom: 15px; }
.extrabar-header h3 { font-family: 'Segoe UI', Roboto, sans-serif; color: #112233; margin: 0; font-size: 16px; font-weight: 700; }
.extrabar-post-list { list-style: none; margin: 0; padding: 0; }
.extrabar-post-list li { border-bottom: 1px solid #F0EDE6; }
.extrabar-post-list li:last-child { border: none; }
.extrabar-post-list a { display: flex; align-items: center; gap: 10px; padding: 12px 0; text-decoration: none; transition: transform 0.2s; }
.extrabar-post-list a:hover { transform: translateX(3px); }
.extrabar-date { background-color: #00A896; color: #ffffff; font-size: 10px; font-weight: 600; padding: 3px 5px; border-radius: 4px; text-transform: uppercase; text-align: center; min-width: 36px; }
.extrabar-title { font-family: 'Segoe UI', Roboto, sans-serif; color: #112233; font-size: 13px; font-weight: 500; line-height: 1.4; transition: color 0.2s; }
.extrabar-post-list a:hover .extrabar-title { color: #00C4AF; }
@media (max-width: 1024px) { .site-main-layout { flex-direction: column !important; padding: 0 20px; }\ .site-extra-bar { width: 100% !important; max-width: 100% !important; margin-top: 0; margin-bottom: 40px; } .content-container { padding: 24px; margin: 20px 15px !important; } }
