@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: url(/espelho-de-pagina2024/bg01.jpg);
    background-size: cover;
}

/*logo*/
nav.logo-lojas-conceito img {
    max-width: 250px;
}

.logo-lojas-conceito {
    text-align: center;
    border-bottom: 2px solid #000;
}
/*logo*/

/*texto*/
section.sb-nos {
    background: #00450c;
}
.ttl-sobre-nos h4 {
    font-family: roboto condensed;
    font-weight: 900;
    font-size: 50px;
}
.txt-sobre-nos p {
    font-size: 19px;
}
.sobro-nos-geral {
    text-align: center;
    padding: 50px 20px;
    color: #fff;
}
/*texto*/

section.tds-prod {
    padding: 50px 20px;
}

/*produtos*/
.prod img {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
/*produtos*/

/*footer*/
.widget {
    background: #d6f9eb;
    padding: 50px 20px;
    border-top: 2px solid;
}
.foot-end {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-end h4 {
    font-weight: 700;
}
footer.ag-bws {
    text-align: center;
    padding: 30px;
    background: #000;
    color: #fff;
    font-family: roboto condensed;
}
.rds-soc {
    text-align: center;
}
.rds-soc h4 {
    font-weight: 700;
}
.rds-soc-icon {
    display: flex;
    justify-content: center;
}
.rds-soc-icon i {
    font-size: 25px;
    background: #27755a;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 30px;
}
.rds-soc-icon a {
    text-decoration: none;
}
.rds-soc-icon img {
    width: 50px;
    background: #27755a;
    height: 50px;
    border-radius: 30px;
}
.foot-logo {
    display: flex;
    justify-content: flex-end;
}
.foot-logo img {
    width: 300px;
    margin-top: -20px;
}
.nm-age {
    display: flex;
    justify-content: center;
}
.nm-age img {
    width: 30px;
    margin-left: 10px;
}

.whatsapp-flut i {
    background: #27755a;
    color: #fff;
    font-size: 40px;
    border-radius: 40px;
    position: fixed;
    height: 70px;
    bottom: 40px;
    right: 40px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-ban-note {
    position: absolute;
    z-index: 5;
    top: 140px;
    right: 250px;
    background: #00450cb0;
    padding: 66px;
    border-radius: 50px;
}
.txt-ban-note p {
    color: #fff;
    font-size: 18px;
}
.txt-ban-note h5 {
    font-family: roboto condensed;
    line-height: 35px;
    color: #fff;
}
.pag-boleto-parc {
    text-align: center;
    background: #ebf38f;
    padding: 20px;
}
.prod {
    background: #f4f7f1;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.txt-ban-note h3 {
    color: #fff;
}
a.whats {
    background: #00450c;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.prod h6 {
    margin-top: -20px;
    margin-bottom: 20px;
}
.conf-prom {
    text-align: center;
    padding: 30px 0;
}
.conf-prom a {
    background: #00450c;
    padding: 20px 50px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 800;
}
.conf-prom a:hover {
    background: #7ec045;
    transition: all .5s;
}
button.carousel-control-prev, button.carousel-control-next {
    height: 80px;
    width: 40px;
    background: #007b11;
    margin: auto;
}

@media screen and (max-width: 425px) and (min-width: 320px) {
    .conf-prom a {
        font-size: 16px;
    }
    .foot-end span {
        font-size: 15px;
    }
    .prod a {
        width: 40%;
        height: 40%; 
    }
    .foot-logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .rds-soc {
        margin-top: 20px;
    }
    .lb-outerContainer {
        max-width: 300px;
        max-height: 200px;
    }
    #lightbox a img {
        position: absolute;
        right: 860px;
    }
    span.lb-number {
        text-align: center;
    }
    img.lb-image {
        width: 65% !important;
    }
    button.carousel-control-prev, button.carousel-control-next {
        height: 40px;
        width: 20px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .txt-ban-note {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 425px) {
    .foot-end span {
        font-size: 12px;
}
    .prod h6 {
        min-height: 40px;
}
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .txt-ban-note {
        top: 10px;
        padding: 20px;
    }
    .txt-ban-note {
        top: 68px;
        padding: 20px;
        right: 110px;
    }
    .txt-ban-note p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .txt-ban-note {
        top: 110px;
        padding: 20px;
        right: 170px;
    }
    .txt-ban-note p {
        font-size: 16px;
    }
}

