@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.4em;
    background: url(../imagens/bg-rodape.jpg) center bottom no-repeat #000000
}

.container-fluid {
    max-width: 1450px;
}

.bg {
    background: url(../imagens/bg.jpg) center top no-repeat;
    min-height: 800px;
}

/*****************************
    TOPO
/****************************/

header#topo {
    padding-top: 38px;
    margin: 0 100px;
}

header#topo .box-topo {
    display: flex;
    color: #ffffff;
    justify-content: space-between;
}

header#topo h1 {
    margin: 0 0 32px 0;
}

header#topo #interna h1 {
    margin: 0;
}

header#topo #interna ul:first-child {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 900px !important;
}

header#topo #interna ul li {
    font-size: 16px;
    line-height: 30px;
}

header#topo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header#topo ul li {
    font-size: 25px;
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 25px;
}

header#topo ul li a {
    color: #ffffff;
    border-radius: 20px;
    transition: 0.25s;
}

header#topo ul li a:hover,
header#topo ul li.ativo a {
    /* font-family: 'BebasNeue Bold'; */
    background-color: #ffffff;
    color: #d51c24;
    display: block;
    text-align: center;
    padding-right: 24px;
    margin-top: -5px !important;
}

header#topo ul li a:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../imagens/menu.png) center center no-repeat;
    border-radius: 20px;
    margin-top: -5px !important;
    margin-right: 5px;
    vertical-align: middle;
}

header#topo ul li a:hover:before,
header#topo ul li.ativo a:before {
    float: left;
    margin-top: 1px;
}

header#topo .qualidade {
    text-align: right;
    font-size: 22px;
    color: #ffffff;
    /* margin-top: 370px; */
}

header#topo .qualidade h3 {
    /* font-family: 'BebasNeue Bold'; */
    font-size: 30px;
    padding-right: 25px;
}

header#topo .qualidade .icones {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10px;
    width: 85px;
}

header#topo .qualidade .icones figure {
    width: 85px;
    height: 85px;
    display: block;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: #d51c24;
}

header#topo .cotacao {
    text-align: right;
    font-size: 22px;
    color: #ffffff;
    padding-right: 25px;
}

header#topo .cotacao h3 {
    /* font-family: 'BebasNeue Bold'; */
    font-size: 30px;
}

/*****************************
    CAPA
/****************************/

.capa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.capa .noticias,
.capa .produtos,
.capa .banner {
    flex: 0 0 calc(33.33333% - 7px);
    width: calc(33.33333% - 7px);
}

.capa .noticias {
    list-style: none;
    margin: 0;
    padding: 0;
}

.capa .noticias li {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 18px;
    margin-top: 15px;
    display: flex;
    align-items: center
}

.capa .noticias li:first-child {
    margin-top: 0;
}

.capa .noticias figure {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex: 0 0 100px;
    border-radius: 100px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}

.capa .noticias h2 {
    font-size: 20px;
    margin: 0;
}

.capa .noticias h2 a {
    font-size: 16px;
    color: #000000
}

.capa .produtos {
    margin: 0 10px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 18px;
    position: relative;
}

.capa .produtos form {
    position: absolute;
    top: -46px;
    width: calc(100% - 36px);
}

input {
    border-radius: 8px;
    border: 0;
    padding: 16px 70px 16px 22px;
    font-size: 16px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
    background: url(../imagens/icon-busca.png) right 18px center no-repeat #ffffff;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.capa .produtos .box-produtos {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
}

.capa .produtos .box-produtos figure {
    /* width: 44.1%;
    flex: 0 0 44.1%; */
    max-height: 400px;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    /* display: grid */
}

.capa .produtos .box-produtos figure img {
    width: 100%;
    max-height: 100%;
}

.capa .produtos .box-produtos h2 {
    font-size: 25px;
    /* font-family: 'BebasNeue Bold'; */
    color: #598222;
}

.capa .banner {
    overflow: hidden
}

/*****************************
    RODAPÉ
/****************************/

footer#rodape {
    border-top: 1px solid #353535;
    padding: 32px 0;
    margin-top: 60px;
}

footer#rodape .box-rodape {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer#rodape .nav-rodape {
    text-align: center;
}

footer#rodape .nav-rodape ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

footer#rodape .nav-rodape ul li {
    margin: 0 15px;
}

footer#rodape .nav-rodape ul.redes li {
    margin: 0 10px;
}

footer#rodape .nav-rodape ul li a {
    color: #ffffff;
}

footer#rodape .localizacao {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 190px;
}

footer#rodape .localizacao img {
    display: table;
    margin: 0 auto 14px auto;
}

/* footer#rodape .localizacao .tel {
    font-size: 30px;
    color: #d51c24;
    padding: 0 30px;
    background: url(../imagens/icon-telefone.png) left center no-repeat;
} */

footer#rodape .localizacao .tel:before,
footer#rodape .localizacao .tel:after {
    content: "";
    width: 85px;
    display: block;
    margin: 20px auto;
    border-bottom: 1px solid #ffffff;
}

/*****************************
    INTERNA
/****************************/

.interna {
    min-height: 500px;
    color: #ffffff;
    padding: 0 100px;
}

@media only screen and (max-width: 1100px) {
    header#topo .qualidade {
        margin-top: 340px
    }

    .capa .noticias h2 {
        font-size: 18px
    }

    .capa .produtos .box-produtos {
        font-size: 18px;
        line-height: 1.2em
    }

    .interna {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 959px) {

    .capa .noticias,
    .capa .produtos {
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px);
    }

    .capa .banner {
        flex: 0 0 100%;
        width: 100%;
        max-width: 450px;
        margin: 12px auto
    }

    header#topo {
        margin: 0 !important;
    }

    header#topo #interna ul:first-child {
        width: auto !important;
    }

    .capa .produtos {
        margin-left: 10px;
        margin-right: 0
    }

    header#topo .qualidade {
        margin-top: 292px;
    }

    .capa .noticias li {
        flex-wrap: wrap;
        justify-content: center
    }

    .capa .noticias figure {
        margin-bottom: 20px
    }

    .capa .produtos .box-produtos {
        flex-wrap: wrap
    }

    .capa .produtos .box-produtos figure {
        width: 100%;
        margin: 0 auto
    }

    footer#rodape .localizacao {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center
    }

    footer#rodape .localizacao>div {
        margin: 0 10px
    }

    .interna {
        padding: 0 30px !important;
    }

}

@media only screen and (max-width: 767px) {
    header#topo {
        padding-top: 20px
    }

    header#topo h1 {
        width: 100px;
    }

    header#topo .qualidade {
        font-size: 18px
    }

    header#topo .qualidade h3 {
        font-size: 26px
    }

    header#topo .qualidade .icones {
        width: 64px;
    }

    header#topo .qualidade .icones figure {
        width: 66px;
        height: 66px;
    }

    header#topo .qualidade .icones figure img {
        width: 100%
    }

    footer#rodape .box-rodape {
        justify-content: center
    }

    footer#rodape .logo {
        margin-bottom: 20px
    }

    footer#rodape .nav-rodape ul {
        display: none
    }

    .interna {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 666px) {
    header#topo .qualidade {
        margin-top: 272px;
    }

    .capa {
        margin-top: 150px
    }

    .capa .noticias,
    .capa .produtos {
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 20px 0
    }

    .capa .noticias li {
        flex-wrap: inherit
    }

    .capa .noticias h2 {
        font-size: 24px
    }

    .capa .noticias figure {
        margin-bottom: 0
    }

    .capa .produtos {
        margin-top: 40px
    }

    .capa .banner {
        margin-top: 0
    }

    .interna {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 567px) {
    header#topo .box-topo {
        flex-wrap: wrap
    }

    header#topo .qualidade {
        margin-top: 0;
        width: 100%
    }

    .capa {
        margin-top: 50px
    }

    .capa .noticias h2 {
        font-size: 20px
    }

    .interna {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 479px) {
    .capa .noticias li {
        flex-wrap: wrap;
        text-align: center
    }

    .capa .noticias figure {
        margin-bottom: 20px
    }

    footer#rodape .localizacao {
        flex-wrap: wrap
    }

    .interna {
        padding: 0 30px !important;
    }
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mpl-0 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.tabela table {
    width: 100% !important;
}

.tabela table tr:first-child {
    border-bottom: solid 1px #fff;
    font-weight: bold;
}

.tabela table td {
    width: 33%;
}

.navbar-toggle {
    background-color: #000 !important;
}

.icon-bar {
    background-color: #fff !important;
}

.dropdown-menu {
    background: #ff0103 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu li {
    margin-bottom: 0 !important;
}

.dropdown-menu li a:hover {
    background: none !important;
    color: #ffffff !important;
}

a b {
    color: #fff;
    font-size: 13px;
}

.img-cover {
    object-fit: cover;
    width: 250px !important;
    height: 250px !important;
}

.red {
    color: #ff0103;
}

.sidebar {
    background-color: #ff0103;
    padding: 20px;
    border-radius: 30px;
}

.full-w{
    width: 100%;
}

.nav-rodape i {
    /* color: white; */
    font-size: 25px;
}

.borda-logo {
    border: solid 2px #000;
    padding: 20px;
    border-radius: 40px;
}

.barra-vermelha {
    background: rgb(228,32,38);
    background: linear-gradient(180deg, rgba(228,32,38,1) 0%, rgba(176,43,48,1) 100%);
}

.menu-esquerda > li > a {
    background-color: #d51c24;
    color: #fff;
    display: block;
    border-radius: 10px;
    padding: 5px 0 5px 10px;
    margin-bottom: 1px;
}