body {
    font-family: 'Aldrich', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.white {
    color: #fff !important;
}

.color-primary {
    color: #b10707;
}

.color-secondary {
    color: #d84442;
}

.pull-right {
    float: right;
}

.btn {
    background: transparent;
    border: 2px solid #d84442;
    border-radius: 0px;
    color: #212529;
}

    .btn:hover {
        color: #d84442;
    }

.navbar {
    background: #fff;
    width: 100%;
    z-index: 1030;
}

@media screen and (min-width: 900px) {
    .navbar {
        position: fixed;
        height: 60px;
        padding: 0 !important;
    }
}

.logo-nav {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff);
    border-color: #fff #fff;
    border-style: none solid solid;
    border-width: medium 5px 5px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    top: 0;
    width: 130px;
}


@media screen and (max-height: 600px) {
    .logo-nav {
        padding: 0;
        width: 60px;
        background: none;
        top: 5px;
        box-shadow: none;
    }
}

.navbar-nav .nav-link.active {
    color: #d84442 !important;
    font-weight: bold;
    /*border-bottom: 3px solid #d84442;*/
}

.banner-body {
    width: 100%;
    min-height: 100vh !important;
    padding: 0;
    /*justify-content: center;
    align-items: center;
    display: flex;*/
    background-origin: content-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-title {
    font-size: 50px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.carousel-subtitle {
    font-size: 35px;
    text-shadow: black 0.1em 0.1em 0.2em;
}


.banner-automotivo {
    position: absolute;
    top: 25%;
    left: 10%;
}

.banner-automotivo-rolamento {
    position: absolute;
    bottom: 0%;
    left: -2%;
}

.banner-industrial {
    position: absolute;
    top: 20%;
    right: 0%;
}

.banner-industrial-rolamento {
    position: absolute;
    bottom: 6%;
    left: -2%;
}

@media screen and (max-width: 995px) {
    .banner-automotivo-rolamento , .banner-industrial-rolamento, .banner-agricula-rolamento {
        display: none;
    }
}

.banner-agricula {
    position: absolute;
    top: 70%;
    left: 2%;
}

.banner-agricula-rolamento {
    position: absolute;
    bottom: -15%;
    right: -10%;
}

.banner-propaganda {
    position: absolute;
    top: 25%;
    left: 10%;
}

#empresa {
    background-color: #f9f9f9;
    padding: 120px 0;
}

.img-empresa {
    height: 335px;
    position: relative;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem;
}

@media screen and (min-width: 768px) {
    .img-empresa.img-left {
        margin-right: -100px;
    }

    .img-empresa.img-right {
        top: 80px;
        margin-left: -100px;
    }
}


#produto-home {
    background-color: #001b39;
    padding: 80px 0;
}

.card-home {
    margin-top: 40px;
    padding: 30px 20px 0px 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    background: #fafafa;
}

.card-home-icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: inline-block;
    border: 6px solid #fff;
}

    .card-home-icon > img {
        display: inline-block;
        background: #fff;
        border: 2px solid #d84442;
        padding: 10px;
        width: 58px;
        border-radius: 50%;
        transition: 0.3s;
    }

#produto {
    background-color: #f9f9f9;
    padding: 120px 0;
}

    #produto > .container > .row > .col-lg-4 > .card {
        background-color: #fff;
    }

.produto-detalhe {
    background-color: #f9f9f9;
    padding: 120px 0;
    min-height: 90vh !important;
}

.img-produto-detalhe {
    max-width: 100%;
    border: 8px solid #f9f9f9;
}

#marcas-home {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.item.col-md-6 > img {
    margin: 0 auto;
}

#marcas {
    background-color: #f9f9f9;
    padding: 120px 0;
}

    #marcas > .container > .row {
        margin: 50px 0;
    }

.img-marcas {
    text-align: center;
    padding: 20px;
    width: 100%;
}

.owl-carousel {
    margin: 30px 0;
}

footer {
    background-color: #001b39;
}

    footer > .container {
        padding: 40px 0;
    }

.footer-dado {
    padding-left: 20px;
}

footer > .container-fluid {
    text-align: right;
    background-color: #000a1b;
    padding: 8px;
}

    footer > .container-fluid > a:hover {
        color: #fff;
    }

@media screen and (max-width: 768px) {
    .footer-endereco, .footer-contato {
        text-align: center;
    }

    .pluginFace {
        margin: 0 auto;
        display: block;
        float: initial;
    }
}

@media (max-width: 736px) {

    #icon-contato {
        bottom: 80px !important;
    }
}

#icon-contato {
    position: fixed;
    right: 25px;
    bottom: 95px;
    display: flex;
    flex-direction: column;
}

    #icon-contato > img {
        padding: 6px;
        margin: 5px;
    }

@media screen and (min-width: 350px) {
    .pluginFace {
        width: 340px;
        height: 130px;
    }
}

/* --------- BEGIN - BUTTON FAZER LIGAÇÃO --------- */
#click_telefonar {
    color: #ffffff;
}

@media (min-width: 737px) {
    #click_telefonar {
        display: none;
    }
}

@media (max-width: 736px) {
    #click_telefonar:hover {
        text-decoration: none !important;
    }

    #click_telefonar {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #222;
        z-index: 1000;
        text-align: center;
        display: block;
        z-index: 10000;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        text-decoration: none !important;
        background-color: #d84442c4;
    }
}
/* --------- END - BUTTON FAZER LIGAÇÃO --------- */

#localizacao, #contato {
    background-color: #f9f9f9;
    padding: 120px 0;
}
