body {
    /* background-image: url("https://image.flaticon.com/icons/png/128/752/752399.png"); */
    background-repeat: repeat-y;
    background-color: #1b2225;
    /* background-color: rgb(212, 212, 212); */

    background-image: url("../fonts/outfit/static/Outfit-Black.ttf");
}

hr {
    background-color: #6c757d;
}

.underline {
    display: inline;
    position: relative;
    overflow: hidden;
}

.underline:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #000;
    height: 4px;
    transition-property: left right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
    right: 0;
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: column !important;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        font-size: small;
    }
}

.bgimg-parallax {
    position: relative;
    opacity: 0.8;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-parallax {
    background-image: url("../../img/backgrounds/Home-01-banner.jpg");
    min-height: 500px;
}

.text-records {
    text-align: justify;
    color: #a3acaf;
}

.carousel-caption-2 {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.marketing {
    text-align: center;
}

.jumbotron-heading {
    color: whitesmoke;
    text-align: center;
}

.navbar-brand-2 {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .navbar-brand-2 {
        display: none;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
}

.card.promo .preco-vitrine:before {
    content: "por apenas ";
    display: block;
    color: lightslategray;
    position: relative;
    font-weight: lighter;
    font-size: 0.65em;
}

.badge.badge-pill.badge-info {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.9em;
    padding: 5px 10px;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.carousel-indicators.indicators-mais-vendidos,
.carousel-indicators.indicators-mais-procurados {
    bottom: -50px !important;
}

[data-target="#carrosselMaisVendidos"]:not(.active),
[data-target="#carrosselMaisProcurados"]:not(.active) {
    background-color: #17a2b85c !important;
}

#catMaisVendidos .card.promo,
#catMaisProcurados .card.promo {
    order: -1;
    /* Traz os cards com classe promo (nas "vitrines especiais") para as primeiras posiÃ§Ãµes (afinal, o default Ã© 0). SÃ³ funciona por que estamos usando flex box */
}

.card.promo {
    color: #17a2b8;
    font-weight: bolder;
}

.artlaces-h1 {
    font-weight: 900;
    color: #ffcc00;
    letter-spacing: 5px;
    text-shadow: 0 2px 2px #ffcc00, -6px 11px 1px #101514, -8px 14px 1px #ffcc00;
}

.rounded-pill {
    border-radius: 50rem !important;
}

button {
    margin: 20px;
}

.custom-btn {
    color: #000;
    padding: 10px 25px;
    font-weight: 500;

    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

/* 1 */
.btn-1 {
    border: none;
    box-shadow: 0 0 10px #fecb26, 0 0 20px #fecb26, 0 0 20px #fff inset;
    border-radius: 50rem !important;
}

.btn-1:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #fecb26, 0 0 20px #fecb26, 0 0 20px #fff inset;
    border-radius: 50rem !important;
}

.artlaces-span-1 {
    color: #f9c525;
}

@media screen and (max-width: 600px) {
    .artlaces-img-yellow-small {
        width: 12.5%;
        height: 50%;
    }
}

@media screen and (max-width: 600px) {
    .artlaces-div-img-yellow-small {
        display: flex;
        justify-content: center;
    }
}

.artlaces-btn-access {
    color: #fdcb26 !important;
    border-radius: 50rem !important;
}

.artlaces-btn-access:hover {
    color: #000 !important;
    border-radius: 50rem !important;
}

.artlaces-btn-login {
    color: #fff !important;
    border-radius: 50rem !important;
}

.artlaces-btn-login:hover {
    color: #000 !important;
    border-radius: 50rem !important;
}

.artlaces-btn-here-1 {
    color: #fff !important;
    border-radius: 50rem !important;
    border-color: #ffe42c !important;
}

.artlaces-btn-here-1:hover {
    color: #000 !important;
    border-radius: 50rem !important;

    box-shadow: 0 0 10px #ffe42c, 0 0 10px #ffe42c, 0 0 10px #ffe42c;
}

.artlaces-btn-here-2 {
    color: #fff !important;
    border-radius: 50rem !important;
    border-color: #fff !important;
    background-color: #1b2225;
}

.artlaces-btn-here-2:hover {
    color: #000 !important;
    background-color: #fff;
    border-radius: 50rem !important;

    box-shadow: 0 0 10px #ffe42c, 0 0 10px #ffe42c, 0 0 10px #ffe42c;
}
