/*

    Theme Name: Futuro
    Theme URI: www.agenciataura.com.br
    Author: Kadu Baier
    Author uri: www.agenciataura.com.br
    Description: Agencia Taura
    License: GPL
    Version: 1.0 - atualizado
    
*/

/* ===== RESPONSIVIDADE PARA TELAS DE 1024px ===== */

/* Breakpoint específico para tablets e telas médias */
@media (min-width: 768px) and (max-width: 1024px) {
    
    /* ===== HEADER E NAVEGAÇÃO ===== */
    .main-navbar .navbar-brand img {
        height: 60px;
    }
    
    .main-navbar .navbar-nav .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.8rem;
    }
    
    body {
        padding-top: 90px;
    }
    
    /* ===== HERO SECTIONS ===== */
    .hero-section {
        min-height: 60vh !important;
        padding: 3rem 0;
    }
    
    .hero-interno {
        min-height: 45vh !important;
        padding: 2rem 0;
    }
    
    .hero-section h1,
    .hero-interno h1 {
        font-size: 2.5rem !important;
        line-height: 1.2;
    }
    
    .hero-section p,
    .hero-interno p {
        font-size: 1.1rem !important;
    }
    
    /* ===== SEÇÕES DE CONTEÚDO ===== */
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    section {
        padding: 3rem 0 !important;
    }
    
    /* ===== CARDS DE SOLUÇÕES ===== */
    .sol-card {
        min-height: 130px !important;
        max-width: 280px !important;
        margin: 0 auto;
    }
    
    .sol-card .card-body {
        padding: 1.5rem !important;
    }
    
    .sol-title {
        font-size: 1rem !important;
        line-height: 1.3;
    }
    
    .btn-sol {
        font-size: 0.85rem !important;
        padding: 0.4rem 1rem !important;
    }
    
    /* ===== BLOG CARDS ===== */
    .blog-card .card-body {
        padding: 1.5rem !important;
    }
    
    .blog-card h5 {
        font-size: 1.1rem !important;
        line-height: 1.3;
    }
    
    /* ===== VAGAS SECTION ===== */
    .vagas-modern-banner {
        min-height: 250px !important;
        padding: 2rem 0;
    }
    
    .vagas-title {
        font-size: 2rem !important;
        line-height: 1.2;
    }
    
    .vagas-desc {
        font-size: 1rem !important;
    }
    
    .vagas-stats {
        gap: 2rem !important;
    }
    
    .stat-number {
        font-size: 1.8rem !important;
    }
    
    .vagas-actions .btn {
        font-size: 0.9rem !important;
        padding: 0.6rem 1.2rem !important;
    }
    
    /* ===== FAQ SECTION ===== */
    .faq-item .card-body {
        padding: 1.5rem !important;
    }
    
    .faq-question {
        font-size: 1.1rem !important;
        line-height: 1.3;
    }
    
    /* ===== TIPOGRAFIA GERAL ===== */
    .display-4 {
        font-size: 2.5rem !important;
    }
    
    .display-5 {
        font-size: 2rem !important;
    }
    
    .display-6 {
        font-size: 1.8rem !important;
    }
    
    .lead {
        font-size: 1.1rem !important;
        line-height: 1.5;
    }
    
    /* ===== BOTÕES ===== */
    .btn-lg {
        padding: 0.75rem 1.5rem !important;
        font-size: 1rem !important;
    }
    
    .btn {
        font-size: 0.9rem !important;
    }
    
    /* ===== GRID ADJUSTMENTS ===== */
    .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    
    .col-md-6,
    .col-lg-4,
    .col-lg-6 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    /* ===== ESPAÇAMENTOS ===== */
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
    
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    /* ===== IMAGENS ===== */
    .intro-image {
        max-width: 350px !important;
    }
    
    /* ===== FOOTER ===== */
    .footer-modern {
        padding: 3rem 0 2rem 0 !important;
    }
    
    .footer-modern .row > div {
        margin-bottom: 2rem;
    }
}

/* ===== AJUSTES ESPECÍFICOS PARA 1024px EXATO ===== */
@media (width: 1024px) {
    .container {
        max-width: 960px;
    }
    
    .sol-card {
        max-width: 260px !important;
    }
    
    .vagas-cards .vaga-card-mini {
        display: none;
    }
}

/* ===== MELHORIAS PARA TABLETS EM LANDSCAPE ===== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .main-navbar .navbar-nav .nav-link {
        font-size: 0.95rem;
        padding: 0.6rem 1rem;
    }
    
    .hero-section h1,
    .hero-interno h1 {
        font-size: 2.8rem !important;
    }
    
    .sol-card {
        max-width: 300px !important;
    }
    
    .intro-image {
        max-width: 400px !important;
    }
}

/* ===== OTIMIZAÇÕES PARA PERFORMANCE ===== */
@media (max-width: 1024px) {
    .main-navbar {
        backdrop-filter: blur(4px);
    }
    
    .sol-card:hover {
        transform: translateY(-2px) scale(1.01);
    }
    
    .blog-card:hover {
        transform: translateY(-4px);
    }
}
