body {
        font-family: 'Montserrat', sans-serif;
}

.top-header {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #1E1F29;
}
.top-header a {
        color: #FFF;
        text-decoration: none;
        outline: none;
        font-size: 12px;
}

.top-header a:hover, a:focus {
        color: #D10024;
        text-decoration: none;
        outline: none;
}

.top-header i {
        color: #D10024;
}

.top{
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #15161D;
}
.top form{
        margin: 20px;
}
.border-red{
        width: 100%;
        height: 5px;
        background-color: #D10024;
}
nav{
        margin-top: 15px;
        margin-bottom: 15px;
}
.p-0{
        margin-left: 20px;
}
.s-nav a{
        color: #2B2D42;
        font-weight: 500;

}
.s-nav a:hover, a:focus, a:active{
        color: #D10024;
        text-decoration: underline;
}
.patrocinio {
        padding: 30px 0px;
        background: #FBFBFC;
        border-top: 1px solid #E4E7ED;
        border-bottom: 1px solid #E4E7ED;
        margin-bottom: 30px;
        text-decoration: none;
}
.mapa {
        padding: 30px 0px;
        background: #FBFBFC;
        border-top: 1px solid #E4E7ED;
        border-bottom: 1px solid #E4E7ED;
        margin-bottom: 30px;
        font-size: 12px;
}
.mapa a{
        color: #000;
        text-decoration: none;
        outline: none;
}
.patrocinio img{
        width: 150px;
        height: auto;
}
.filtro{
        background-color: #F8F9FA;
        margin-bottom: 20px; 
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
}
.height{
        height: 600px;
}
.height:hover, .height:focus{
        border-color: #D10024;
}
.card-img {
        height: 300px;
        overflow: hidden; /* Corta a imagem se ultrapassar */
}
.card-img img {
        position: absolute;
        width: 100%;
        height: 50%;
        object-fit: cover; /* Preenche a área sem distorcer */
}
.card-body {
        text-align: center;
        margin-top: 30px;

}
.card-body .product-category {
        text-transform: uppercase;
        font-size: 12px;
        color: #8D99AE;
}
.card-body .product-name {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 20px;
}
.card-body .product-price {
        color: #D10024;
        font-size: 18px;
        font-weight: 700;
}
.img-logo{
        max-width: 175px; 
        max-height: 50px;
}
.banner-center{
        width: 100%;
        height: 225px;
}
.base{
        background-color: #15161D;
        padding-top: 50px;
        padding-bottom: 50px;
}
.p1{
        color: #B9BABC;
}
.menu{
        color: #B9BABC;
        text-decoration: none;
        outline: none;
}
.menu:focus, .menu:hover{
        color: #D10024;
}