﻿body {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}

a {
    color: #2a3d29;
}

a:hover {
    color: #1d8101;
}

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;
}

header {
    background-color: #fff;
    border-bottom: 4px solid #fac300;
}

.navbar-principal {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.navbar-principal .nav-item {
    padding: 0;
    /*padding: 0 .7rem;*/
}

.navbar-principal .nav-item .nav-link {
    color: #000;
    padding: 1rem .9rem;
    font-size: 15px;
    letter-spacing: -.4px;

    font-weight: 600;

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.navbar-principal .nav-item .nav-link:hover {
    background-color: #fac300;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.bg-amarelo {
    background-color: #fac300;
}


.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-media-card {*/
/*    font-family: "Montserrat", serif;*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    !**!*/
/*    transition: all 0.3s;*/
/*    !*background-color: rgb(51 51 51);*!*/
/*    display: block;*/
/*}*/

/*.leilao-media-card:hover {*/
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
/*}*/

.leilao-card {
    display: block;
    width: 100%;

    border-radius: 15px;
    overflow: hidden;
    background-color: #575757;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    color: #fff;
    position: relative;
}

.leilao-card:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    background-color: #787878;
    color: #fac300;
}

.leilao-card .informacoes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;

    /*create a backgroung gradient, from black to transparent*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));*/
    background-color: rgba(0,0,0,0.3);
}

.leilao-card .titulo{
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.leilao-card .data {
    background-color: #fac300;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.leilao-card .folder {
   object-fit: cover;
}

.leilao-media-card .folder {
    border-radius: 1rem;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}


.leilao-media-card .informacoes {
    background-color: rgb(33, 37, 41);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 75%;
}

.leilao-media-card:hover .folder {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.leilao-media-card .data {
    text-align: center;
    background-color: #fac300;
    display: inline-block;
    padding: 5px 15px;
    color: #000;
}


.leilao-media-card h2 {
    width: 100%;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #fff;
    padding: 5px 15px;
}


.noticia {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #575757;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.noticia:hover {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    background-color: #787878;
}

.noticia .imagem {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    background-color: #575757;
    border: solid 5px #575757;
}

.noticia h5 {
    font-family: "Montserrat", serif;
    font-size: 18px;
    color: #fff;
}


footer {
    background-color: #29383d;
    color: #fff;
    padding: 20px 0;
}


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;
}

@media (max-width: 768px) {

    .leilao-media-card .informacoes {
        height: 100%;
        border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    }

    .leilao-media-card .ratio {
        background-color: rgb(33, 37, 41);
    }
}