/* Estilos Gerais - Lance Certo Leilões */
body {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    cursor: auto;
}

/* Navbar */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    min-height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

.navbar-cover {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

.navbar-brand {
    padding: 15px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #035d71;
    font-family: 'Dosis', sans-serif;
    float: left;
}

.navbar-brand:hover {
    color: #009595;
}

.navbar-toggle {
    margin-top: 23px;
}

.navbar-header {
    float: left;
}

.navbar-collapse {
    overflow: visible !important;
}

.navbar-menu-collapse {
    border-top: none;
}

.top-nav {
    display: inline-block;
}

.nav-top > li > a {
    color: #333;
    padding: 6px 12px;
}

.topo-barra {
    padding: 2px 8px;
    border-left: 1px solid rgba(255,255,255,0.3);
}

.menu-icone-margem {
    margin-right: 5px;
    font-size: 20px;
}

.menu-topo {
    padding: 0 5px;
    float: left;
}

.menu-topo a {
    padding: 10px 15px;
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-topo a:hover {
    color: #009595;
    background-color: transparent;
}

.menu-topo.active a {
    color: #009595;
}

.topo-font {
    font-size: 12px;
}

/* Clock */
.clockdate {
    font-size: 11px;
    color: #035d71;
    display: block;
    font-weight: 500;
}

.clocktime {
    font-size: 18px;
    color: #035d71;
    display: block;
    font-weight: 700;
}

/* Sections */
.intro-section {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}

#intro.intro-section {
    padding-top: 110px;
}

.pagina-section {
    padding-top: 120px;
    background-color: #009595;
    color: #fff;
    min-height: 200px;
}

.parceiros-section {
    padding-top: 120px;
    background-color: #f5f5f5;
    min-height: 200px;
}

.landing-page {
    min-height: auto;
}

.hero-section {
    margin: 0;
}

.signup-form {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}

#hero-index {
    margin-bottom: 10px;
}

#carousel-banner {
    margin: 0;
}

#carousel-banner .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

.section-submenu h1 {
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

.home-cadastro {
    padding: 40px 0;
}

.features-section {
    padding: 50px 0;
}

.section-white {
    background-color: #fff;
}

.section-colored {
    background-color: #009595;
    color: #fff;
}

/* Menu Prata */
.menu-prata {
    background: linear-gradient(to bottom, #f5f5f5, #e5e5e5);
    border-radius: 5px;
    margin-bottom: 20px;
}

.menu-principal-home {
    color: #888;
    padding: 0 15px;
    font-size: 14px;
    text-decoration: none;
}

.menu-principal-home:hover {
    color: #009595;
    text-decoration: none;
}

/* Feature Box */
.feature-box {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box img {
    max-width: 100px;
    margin-bottom: 15px;
}

.feature-box h3 {
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

/* Botões de Leilão */
.btn-leilao {
    margin-bottom: 20px;
}

.btn-leilao a {
    text-decoration: none;
    color: #333;
}

.btn-leilao .feature-box {
    position: relative;
    overflow: hidden;
}

.btn-leilao .feature-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.feature-box.fundo {
    display: flex;
    flex-wrap: wrap;
    min-height: 180px;
    text-align: left;
    padding: 0;
}

.rl_foto {
    position: relative;
    flex: 0 0 200px;
    width: 200px;
    height: 145px;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    float: left;
}

.rl_titulo,
.feature-box .titulo {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 4px 6px;
}

.feature-box .info {
    flex: 1;
    min-width: 0;
    border-top: 1px solid #bcbcbc;
    padding: 8px 10px;
    background-color: #f5f5f5;
    float: none;
    width: auto !important;
}

.home-leilao .btn-leilao {
    display: flex;
    justify-content: center;
}

.home-leilao .feature-box {
    width: 100%;
    max-width: 540px;
}

/* Status */
.situacao {
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 4px 0;
}

.status-vivo {
    background-color: #e02222;
    animation: pulse 2s infinite;
}

.status-breve {
    background-color: #f0ad4e;
}

.status-encerrado {
    background-color: #999;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Filtros */
.form-control {
    border-radius: 4px;
}

.btn-success {
    background-color: #009595;
    border-color: #009595;
}

.btn-success:hover {
    background-color: #007a7a;
    border-color: #007a7a;
}

.btn-danger {
    background-color: #e02222;
    border-color: #e02222;
}

.btn-danger:hover {
    background-color: #c41e1e;
    border-color: #c41e1e;
}

/* Footer */
.footer {
    background-color: #333;
    color: #fff;
    padding: 0;
}

.footer-col {
    padding: 20px;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
}

.footer-col ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.section-footer {
    padding: 30px 0;
    background-color: #333;
}

/* News */
.noticia-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.noticia-item h4 {
    color: #333;
    margin-bottom: 5px;
}

.noticia-item p {
    color: #666;
}

/* Lotes */
.leilao-area {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.leilao-area:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.leilao-lote {
    background: linear-gradient(to right, #009595, #007a7a);
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
}

.leilao-detalhes {
    padding: 15px;
}

.lote-numero {
    font-weight: 700;
    font-size: 16px;
}

.lote-img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
}

.lote-inicio {
    font-size: 12px;
    color: #999;
}

.lote-cidade {
    font-weight: 600;
    color: #333;
}

.lote-descricao {
    margin: 10px 0;
    font-size: 13px;
    color: #555;
}

.lote-info {
    font-size: 12px;
    color: #999;
}

.lote-resultado {
    font-size: 18px;
    font-weight: 700;
    color: #e02222;
}

.lote-valor {
    font-size: 20px;
}

.lote-valor-centavo {
    font-size: 14px;
}

.lote-delance {
    background: #009595;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

/* Paginação */
.pagination > li > a {
    color: #009595;
}

.pagination > .active > a {
    background-color: #009595;
    border-color: #009595;
}

/* Labels */
.label {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
}

.label-danger {
    background-color: #e02222;
}

.label-warning {
    background-color: #f0ad4e;
}

/* Responsive */
@media (max-width: 991px) {
    .home-leilao .feature-box .rl_foto {
        width: 100%;
        flex: 1 1 100%;
        height: 160px;
    }
}

@media (max-width: 768px) {
    #intro.intro-section {
        padding-top: 80px;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar-brand {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #carousel-banner .item img {
        max-height: 140px;
    }

    .feature-box {
        margin-bottom: 15px;
    }

    .feature-box.fundo {
        min-height: auto;
    }

    .feature-box .info {
        width: 100% !important;
    }

    .footer-col {
        text-align: center;
        padding: 15px;
    }

    .top-menu {
        clear: both;
        padding-bottom: 10px;
    }

    .top-menu .navbar-nav {
        float: none;
        display: block;
    }

    .menu-topo {
        float: none;
        display: block;
        text-align: left;
    }
}