﻿body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}

a {
    color: #2a3d29;
}

a:hover {
    color: #9b9b9b;
}

h1, h2, h3, h4, h5, h6, . h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}


.navbar-principal {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.navbar-principal .nav-item {
    padding: 0 .7rem;
}


.navbar-principal .nav-item .nav-link {
    color: #fff;
    border-bottom: 4px solid transparent;
    padding: 1rem .3rem;
    font-size: 15px;
    letter-spacing: -.4px;
}
.navbar-principal .nav-item .nav-link:hover {
    color: #9b9b9b;
}

.navbar-principal .nav-item .nav-link:hover {
    border-bottom-color: #937e6f;
}

.navbar-principal .navbar-brand .logo {
    position: relative;
    max-height: 70px;
    overflow: visible;
    object-fit: cover;
    object-position: top;
}

.bg-dark{
    background-color: #313130;
}

.banners-home {
    margin-bottom: 1.5rem;
}

.breadcrumb {
    background-color: rgba(var(--bs-light-rgb), 1);
    border-radius: 15px;
    transition: all 0.3s;

    font-size: 14px;
    padding: 5px 15px;
}

.breadcrumb a {
    font-weight: 600;
}


.leilao-card {
    font-family: "Montserrat", serif;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    background-color: #313130;
    display: block;
}

.leilao-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


.leilao-card .folder {
    border-radius: 1rem;
    overflow: hidden;
    object-fit: cover;
}

.leilao-card .data {
    text-align: center;
    color: #9b9b9b;
}

.leilao-card .data .mes {
    font-weight: bold;
    text-transform: uppercase;
}

.leilao-card .data .dia {
    font-weight: bolder;
}

.leilao-card h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0;
    line-height: inherit;
    padding-right: 10px;
    color: #fff;
}


.noticia {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.noticia:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.noticia .imagem {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border: solid 5px #fff;
}

.noticia h5 {
    font-family: "Montserrat", serif;
    font-size: 18px;
}


footer {
    background-color: #313130;
    color: #fff;
    padding: 20px 0;
    border-top: 5px solid #937e6f;
}


footer .lista-rodape {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

footer .lista-rodape li {
    display: block;
    position: relative;

}

footer .lista-rodape li:before {
    content: '» ';
}

footer a {
    color: #A9A9A9 !important;
    transition: all 0.2s;
}

footer a:hover {
    color: #fff !important;
}