@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --main-color: #4e8595;
    --second-color: #a3bf5b;
    --third-color: #33635B;
    --text-color: #4D4D4D;
    --fundo: #FFF8F2;

    --font-family: 'Inter', sans-serif;
}

body {
    color: var(--text-color);
    font: 14px/2em var(--font-family);
    letter-spacing: .5px;
}

a:not([href]):hover {
    cursor: pointer;
}

p {
    color: var(--text-color);
}

.btn-default {
    padding: .7em 1em;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    background-color: #5fa8a6;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.btn-default .svg-inline--fa {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: sub;
}

.btn-default:hover {
    background-color: var(--second-color);
    color: #fff;
}

.btn-default.white {
    background-color: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn-default.white:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);

    color: #fff;
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #6d6f6a
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em
}

h1 {
    font: 14px/2em var(--font-family);
    margin: .25em 0;
    text-transform: uppercase
}

h2 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1.5em
}

h3 {
    font: 14px/2em var(--font-family);
    margin: 2em 0 1em
}

h4 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1em
}

h4 i {
    margin-right: .5em
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: .7em
}



.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}



#topo p span {
    font-size: 20px;
    font-weight: bold;
}


h2.heading {

    color: var(--text-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    padding-bottom: .5em;

}


.spacer {
    padding: 3em 0;
}

.img-destaque-banner {
    object-fit: cover;
    width: 100%;
}

.default-button {
    background: var(--second-color);
    border-radius: 30px;
    padding: 1em 2em;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}

.default-button:hover {
    background: var(--main-color);
}

#home .carousel-item {
    max-height: 100vh;
}

#home .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;

}



#home .absolute-center h1 {
    font-size: 3em;
    text-transform: none;
    line-height: normal;
    font-weight: bold;
    text-align: left;
    color: var(--main-color);
    display: block;
    width: 100%;
}


#home {
    position: relative;
}


label {
    color: var(--text-color);
}





header {
    top: 0;
    z-index: 9;
    background-color: transparent;
    width: 100%;
    padding-top: 0px;
}

header .nav-itens .menu-float a {
    color: #fff;
    margin-left: 10px;
}

header .nav-itens .menu-float a.btn-default {
    color: #fff;
}


header .nav-itens .menu-float a.btn-default .svg-inline--fa {
    margin-left: 0px;
    margin-right: 10px;
}

header .nav-itens .menu-float a.btn-default:hover {
    color: var(--main-color);
}

header.menu-fixo {
    background-color: var(--fundo);
    border-bottom: 1px solid #e5e5e52e;
}


header.menu-fixo .fa-2x,
header .fa-2x {
    font-size: 26px;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
}

/* header.menu-fixo img {
    max-width: 50%;
} */



.alert-warning {
    margin-bottom: 0px;
}


.logo {
    display: flex;
    justify-content: center;
}

.default-btn {
    background: #009251;
    color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.default-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}






@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}


@keyframes animate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}




.menu-align {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
}


.absolute-center-home {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: start;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
}


.absolute-center-home h3 {
    font-weight: 700;
    color: var(--text-color-secondary);
    margin-top: 0;
    margin-bottom: 10px;
    text-align: start;
    text-transform: uppercase;
}


.absolute-center-home .row {
    display: flex;
    align-items: center;
}



#topo .list-group-item {
    border: 0px;
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0;
    padding: 0;
    margin: 0;
}

.align-wpp {
    height: 100%;
    align-items: center;
}



.whatsappme {
    background: #25d366;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.whatsappme a {
    color: #fff;
}


.slick-prev:before,
.slick-next:before {
    color: #fff;
}

.no-padding {
    padding: 0;
}


.form-control {
    border-radius: 8px;
    padding: 0.5em 0.75rem;
}

.align-center {
    align-items: center;
}

.absolute-footer {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
}


.images {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}

.images img {
    width: 100%;
}


.galeria p {
    color: var(--text-color);
    font-size: 14px;
}

.galeria p b {
    color: var(--main-color);
}


.images .col-md-2 {
    padding: 0;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    margin-top: 0px;
    transform: translate(0, 0);
    border-top: 1px #fff solid;
    z-index: 3;
    box-shadow: 2px 3px 8px #0000002b;
}

.infos-wpp li {
    padding: 3px;
}

.nav-itens ul.sub-has .list-group-item a {
    color: #4D4D4D;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

#topo .has-sub .list-group-item {
    border-bottom: 1px solid #EAE6DF;
}


#topo .has-sub .list-group-item:hover {
    background-color: var(--third-color);
}

#topo .has-sub .list-group-item:hover a {
    color: #fff;
}

#topo ul li a:hover {
    color: var(--main-color);
}

.has-sub:hover ul.sub-has {
    display: block !important;
}


.sub-a {
    color: #877048 !important;
    text-decoration: none !important;
    padding: 5px 20px;
    display: block;
    font-weight: 600 !important;
    border-bottom: 1px #fff solid;
}



.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.coks-acepts .alert-warning {
    padding: 1rem 2rem;
    background-color: #fff;
}


footer {
    background-color: #FAFAFA;
    color: var(--second-color);
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    /* margin-top: 3em; */
}

footer .infos-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--main-color);
}

footer .infos-list a span {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

footer .assinatura {
    background-color: var(--main-color);
    color: #fff;
    padding: 3em 0;
    font-size: 12px;
    color: #fff;
}

footer .assinatura a {
    color: #fff;
}

footer a.link {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    border: 0px;
    margin-bottom: 5px;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: var(--main-color);
}




#topo.menu-fixo ul li a {
    font-size: 14px;
}

#topo ul li a:hover {
    color: var(--second-color);
}

#topo.menu-fixo ul li a:hover {
    color: var(--second-color);
}


.align-self-center {
    align-self: center;
}

.absolute-center-home {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}




.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.conteudo {
    padding-top: 3em;
    min-height: 100vh;
}

.slick-prev {
    left: 5%;
    z-index: 1;
}

.slick-next {
    right: 5%;
    z-index: 1;

}


.slick-next,
.slick-prev {
    display: block;
    height: 100%;
}



.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}







.top-infos {
    background-color: var(--main-color);
    color: #fff;
}

.top-infos a {
    color: #fff;
    font-size: 12px;
}

#topo .nav-itens {
    position: relative;
}

.float-menu {

    padding: 0.5em 1em;
}

.nav-itens {
    padding: 0 0;
}

#topo .list-group-item.has-sub ul.sub-has a {
    padding: 12px;
}



.nav-itens ul .list-group-item a .svg-inline--fa {
    margin-left: 10px;
}

.nav-itens ul .list-group-item a {
    display: block;
    margin: 0px 15px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px;
    margin: 0;
}

.nav-itens ul .list-group-item a.selected {
    color: var(--main-color);
}

.nav-itens ul .list-group-item.contact a {
    background: #009251;
    color: #fff;
    padding: 0.5em 1.5em;
    border-radius: 30px;
}

.nav-itens ul .list-group-item a span.small {
    color: var(--text-color-def);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.nav-itens ul .list-group-item a span.number {
    display: block;
    color: #009251;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


#noticias {
    background-color: #F1F1F1;
}

#noticias .body-card img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#noticias .absolute-noticias {
    background-image: linear-gradient(to bottom, #009251bf, #000000d4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#noticias .absolute-noticias span {
    background-color: var(--main-color);
    color: #fff;
    padding: 0em 3em;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 1em;
    display: inline-block;
}

#noticias .absolute-noticias .noti-bottom {
    position: absolute;
    bottom: 0;
    left: 2em;
    right: 2em;
}

#noticias .absolute-noticias .noti-bottom h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

header .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500;
}

#noticias a {
    overflow: hidden;
}

#noticias a .body-card img {
    transition: transform .2s;
}


#noticias a:hover .body-card img {
    transform: scale(1.2);
}


.navbar-toggler-icon .svg-inline--fa {
    font-size: 2em;
    color: #fff;
}


.select-hover:nth-child(2) .hide-on-hover {
    opacity: 0;
}

.select-hover:nth-child(2) a {
    transform: scale(1) !important;
}

.select-hover:nth-child(2) .services-show-on-hover {
    opacity: 1;
}



#pills-tabContent {
    padding-bottom: 2em;
}




#home .absolute-center p {
    font-size: 16px;
    font-weight: 400;
}

h2.heading::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--second-color);
    width: 100px;
    left: 0;
    bottom: 0
}

footer .infos-list .list-group-item:first-child {
    padding-left: 0px;
}

footer .infos-list li {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 5px;
}

footer .social-icons li a {
    color: var(--second-color);
}


footer .infos-list span {
    font-size: 12px;
    color: #a1a1a1;
}

footer .social-icons li a:hover {
    color: var(--second-color);
}


footer .infos-list {
    padding: 4em 0;
}

footer .infos-list a.link {
    font-size: 12px;
    text-align: left;
    display: block;
    color: #A1A1A1;
    font-weight: normal;
    line-height: 20px;

}

footer .infos-list a.link:hover {
    color: var(--second-color);
}

.display-on-hover {
    opacity: 0;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}


#offcanvasNavbar {
    background-color: var(--main-color);
}


/* =================== individual */


.left-width {
    text-align: left;
    width: 50%;
}



.slick-prev:before,
.slick-next:before {
    font-family: var(--font-family);
}

.slick-prev:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f053';
    font-size: 50px;
    color: #fff;
    opacity: 1;
}

.slick-next:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f054';
    font-size: 30px;
    color: #fff;
    opacity: 1;
}


.whatsapp-float span {
    position: relative;
    background: #fff;
    border: 2px solid #128c7e;
    padding: 1em 1em;
    border-radius: 30px;
    margin-left: -54px;
    z-index: -2;
    padding-left: 4em;
    color: #128c7e;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #877048;
    background-color: #fff8f2;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #dddddd;
}




.paginacao {
    text-align: center;
    margin-top: 5em;
}

.paginacao a.pagination {
    background: #907b56;
    padding: 6px 11px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
    margin: 2px;

}

.paginacao a.pagination:hover {
    text-decoration: none;
}

.paginacao .pagination.active {
    color: #ffffff;
    border: 1px solid #fff;
    background: #70cac8;
    box-shadow: 1px 1px 1px rgba(76, 163, 161, 0.41);
}

#blogs .individual a:hover .descricao .button-more {
    background: #877048;
    text-decoration: none;
}

#blogs .buttonvejamais {
    background: #877048;
    color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    display: table;
    margin: 0px auto;
}

#blogs .buttonvejamais:hover {
    background: #70cac8;
    text-decoration: none;
}

.noticia_individual .individual .text {
    color: #282828;
    margin-bottom: 0px;
}

.noticia_individual .individual b {
    padding: 0px;
    margin: 5px 0px;
    font-weight: bold;
    font-size: 20px;
    height: 55px;
    overflow: hidden;
    color: #877048;
}

.noticia_individual .individual .time {
    color: #ccc;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 10px;
}

.continue-lendo {
    color: #70cac8;
}


.menu-bottom {
    background-color: var(--main-color);
    margin-top: 10px;
}


#topo .list-group-item.has-sub {
    background-color: #33635B;
    border-radius: 0;
    position: relative;
    padding: 0;
    padding: 0;
    margin: 0;
}

#topo .list-group-item.has-sub:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #33635b;
    z-index: 2;
}

#topo .list-group-item.has-sub a img {
    margin-right: 10px;
}

.nav-itens .menu-top {
    background-color: var(--main-color);
    margin-bottom: 10px;
    padding: 3px;
    display: block;
}


.nav-itens .menu-top ul .list-group-item a {
    margin: 0px 15px 0px 0px;
    text-transform: none;
    font-weight: 400;
}

.nav-itens .menu-top ul .list-group-item a:first-child {
    margin: 3px 15px 3px 0px;
}

.bg-banner-bk {
    background: #ffffffb0;
    display: table;
    padding: 3em;
    width: 50%;
}

.cart-shopping {
    background-color: var(--main-color);
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.nav-itens .cart-shopping {
    background-color: var(--main-color);
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.nav-itens .meu-orcamento:hover .cart-shopping {
    background-color: var(--second-color);
}

.nav-itens .meu-orcamento {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0px;
    padding-left: 10px;
}

.produtos .bottom-product {
    background: #EAE6DF;
    display: block;
    padding-top: 12em;
    margin-top: -150px;
    border-radius: 12px;
    padding-bottom: 2em;
}

.produtos .individual-product {
    display: block;
    margin-bottom: 2em;

}

.veja-mais.bottom-buton img {
    width: 15px;
    padding: 0 !important;
    opacity: 1 !important;
}

.produtos .individual-product img {
    opacity: 0.9;
    padding: 1em;
}

.produtos .individual-product:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.produtos .individual-product:hover .veja-mais {
    background-color: var(--second-color);
}

.produtos .individual-product:hover h2 {
    color: var(--main-color);
}


.produtos .individual-product h2 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: var(--text-color);
}

.veja-mais {
    background: var(--main-color);
    display: table;
    margin: 0 auto;
    padding: .5em 2em;
    border-radius: 10px;
    color: #fff;
}

.veja-mais.bottom-buton {
    margin-top: -20px;
}


#produtos-principais {
    padding: 2em 0 4em 0;
}

#categorias-principais a {
    display: block;
    position: relative;
}

#categorias-principais a .texto {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
}

#categorias-principais a .texto img {
    margin: 0 auto;
    display: block;
}

#categorias-principais a .texto h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: normal;
}

#categorias-principais a .texto span {
    font-size: 12px;
}

#categorias-principais a .img {
    padding: .5em
}

#categorias-principais a:hover .img img {
    opacity: 0.8;
}

#categorias-principais a .img img {
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}


.menu-bottom .small-contato {
    font-size: 10px;
    color: #fff;
    display: block;
    line-height: normal;
}

.menu-bottom .contato-telefone {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.banner-top-categoria-produto {
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.banner-top-categoria-produto .img img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}

.banner-top-categoria-produto .title {
    padding: 0 4em;
}

.banner-top-categoria-produto .title h1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 24px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
}

.banner-top-categoria-produto .title img {
    margin-right: 1em;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, transparent);
}

#pagination {
    padding: 2em;
}

.active>.page-link,
.page-link.active {
    background-color: var(--third-color);
    border-color: var(--third-color);
}

.page-link {
    color: var(--third-color);
}

.lista-de-categorias ul.list-group {
    border-radius: 12px;
}

.lista-de-categorias .list-group-item+.list-group-item:hover {
    background-color: #33635b6b;
    color: #fff;
}

.lista-de-categorias .list-group-item+.list-group-item:hover a {
    color: #fff;
}

.lista-de-categorias .list-group-item.active {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    border-color: var(--main-color);
}

.lista-de-categorias .list-group-item a {
    color: var(--third-color);
    font-weight: 500;
    display: block;

}

.lista-de-categorias .list-group-item a .svg-inline--fa {
    float: inline-end;
    padding: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f054';
    opacity: 1;
}

.breadcrumb-item {
    font-size: 12px;
    color: var(--text-color);
}

.breadcrumb-item a{
    color: var(--main-color);
}

.breadcrumb-item.active {
    color: var(--third-color);
    font-weight: bold;
}

.list-group-item+.list-group-item.actived {
    background-color: #33635b6b;
    color: #fff;
}

.list-group-item+.list-group-item.actived a {
    color: #fff;
}

.search .input-group .btn {
    background-color: var(--third-color);
}

.search .form-control {
    border-radius: 30px 0 0 30px;
    padding-left: 1.5em;
}

.search .btn.btn-secondary {
    border-radius: 0 30px 30px 0;
    padding-right: 1.5em;
    padding-left: 1em;
}

.search .btn.btn-secondary:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.entrar-em-contato {
    background-color: var(--main-color);
    padding: 2em 0px;
}

.entrar-em-contato h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.entrar-em-contato p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.btn-default-footer {
    background: #fff;
    padding: 1em 3em;
    border-radius: 30px;
    font-weight: bold;
}
.btn-default-footer:hover{
    background-color: var(--second-color);
    color: #fff;
}
.infos-descricao-produto h1 {
    font-size: 2em;
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.infos-descricao-produto h3 {
    margin: 0;
    font-size: 12px;
    margin-bottom: 2em;
}

.infos-descricao-produto {
    padding-top: 3em;
    padding-bottom: 3em;
}

.float-right {
    float: right;
}


#orcamento .veja-mais.bottom-buton {
    display: inline;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}



.quantity-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .assinatura .text-align {
    text-align: right;
}

.quantity-input .input-group {
    display: flex;
    align-items: center;
}

.btn-decrement,
.btn-increment {
    background-color: #4e8595;
    border: 1px solid #4e8595;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input-quantia {
    text-align: center;
    width: 60px;
    border: 1px solid #ccc;
    margin: 0 0px;
}

.align-content-center {
    align-content: center;
}

.galeria img {
    margin-bottom: 1em;
    border-radius: 10px;
}

#sobre-individual h1,
#sobre-individual h2 {
    text-align: left;
    color: #33635b;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: normal;
}

#sobre-individual h1 {
    font-size: 2.5em;
}

#sobre-individual h2 {
    font-size: 2em;
}

#sobre-individual p {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* Section Styling */
#sobre-individual .section {
    margin-bottom: 40px;
    padding: 0;

}


/* Banner Image */
#sobre-individual .img-banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}



/* Image Section */
#sobre-individual .img-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#sobre-individual .img-section img {
    width: 32%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}


/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    #sobre-individual .img-section {
        flex-direction: column;
    }

    #sobre-individual .img-section img {
        width: 100%;
    }
}

span.day,
span.moth,
span.year {
    color: var(--third-color);
    font-weight: bold;
}

.noticias .continue-lendo{
    color: var(--third-color);
    font-weight: bold;
}