:root {
    --texto: #331A20;
    --main: #ED2A44;
    --accent-1: #FFC2C7;
    --accent-2: #7A807A;
    --variation-1-b-50: #807D80;
    --bgb-100: #FFFFFF;
    --box-b-90: #E6E6E6;
    --cta: #65D68A;
    --font-carbonara: "carbona-variable";
    --font-stinger: "stinger-variable";
}

body {
    background-image: url('../img/bg_body.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-family: "Inter", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

header {
    background: linear-gradient(90deg, #00752F 41.18%, rgba(217, 217, 217, 0.00) 98.56%);
    padding-top: 2rem;
}

header .menu-header {
    border-radius: 16px;
    background: #FDFDFD;
    padding: 0.5rem;
}


header nav {
    opacity: 0.5;
}

header .nav-item {
    margin-left: 1rem;
}

header .nav-item a {
    font-weight: 800;
    letter-spacing: 0.1px;
    color: #000;
}

.texto-header {
    margin: auto 0;
    color: #FFFFFF;
}

.imagem-header {
    text-align: right;
}

.imagem-header img {
    max-height: 600px;
}

.texto-header p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 600px;
    padding-bottom: 1rem;
}

p {
    font-size: 20px;
}

h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 1rem;
}

h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 48px;
    max-width: 600px;
    padding-bottom: 1rem;
}

h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #FFF;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #CDE0EB;
    padding-bottom: 1.5rem;
}

.btn {
    border-radius: 30px;
    background: #FFC100;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    border: none;
    padding: 2px 30px;
}

.btn.btn-dark {
    border-radius: 30px;
    background: #FFB934;
    font-size: 16px;
}

.btn:hover {
    color: #000;
    background: #CE962D;
    text-decoration: none;
}

.conteudo {
    background-color: #FFF;
}

.conteudo .btn {
    width: 450px;
}

.conteudo h2 {
    padding: 0;
    margin-bottom: 0.2rem;
}

.sobre-nos p {
    max-width: 460px;
    padding-bottom: 1rem;
}

.sobre-nos {
    padding-top: 8rem;
}

.sobre-nos img {
    width: 100%;
    max-width: 450px;
}

.o-que-fazemos {
    padding-top: 8rem;
}

.o-que-fazemos .imagem>img {
    border-radius: 30px 30px 0 0;
}

.card-fazemos .texto {
    border-radius: 0 0 30px 30px;
    padding: 2rem;
}

.card-fazemos .texto p {
    color: #FFF;
}

.como-ajudar {
    padding-top: 8rem;
}

.como-ajudar .row:last-child {
    display: table;
    border-collapse: separate;
    border-spacing: 1.5rem;
}

.como-ajudar .row:last-child .col-lg-4 {
    display: table-cell;
    border-radius: 30px;
    padding: 2rem;
}

.card-como-ajudar {
    text-align: center;
}

.card-como-ajudar img {
    height: 110px;
    margin-bottom: 3rem;
}

.card-como-ajudar p {
    color: #FFF;
    padding-top: 1rem;
    text-align: left;
}

.botao-ajudar {
    text-align: center;
    padding: 1rem;
}

.transparencia {
    padding-top: 8rem;
}

.transparencia p {
    max-width: 475px;
    padding-bottom: 2rem;
}

.tire-suas-duvidas {
    padding: 8rem 0;
}

.imagem-duvidas {
    text-align: center;
}

h2.accordion-header {
    max-width: 100%;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    box-shadow: none;
    padding-bottom: 0;
    line-height: normal;
}

.accordion-item {
    border-radius: 12px !important;
    margin-bottom: 1rem;
    border: 1px solid #1E1E1E33;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #1E1E1E33;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 12px !important;
}

button.accordion-button.collapsed {
    border-radius: 12px !important;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

.bg-amarelo {
    background: #EBA114;
}

.bg-azul {
    background: #104C95;
}

.bg-verde {
    background: #00752F;
}

.bg-line-laranja {
    background: #FFB934;
    width: 130px;
    height: 6px;
    margin-left: 74px;
    margin-bottom: 1.5rem;
}

.bg-line-azul {
    background: #223B97;
    width: 130px;
    height: 6px;
    margin-left: 265px;
    margin-bottom: 1.5rem;
}

.bg-line-verde {
    background: #00752F;
    width: 130px;
    height: 6px;
    margin-bottom: 1.5rem;
}

footer {
    background-color: #104C95;
    padding: 2rem 0 4rem 0;
    font-family: "Montserrat";
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer ul li {
    padding-bottom: 0.4rem;
}

footer ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #FDFDFD;
}

footer .contatos {
    display: flex;
    align-items: center;
    gap: 30px;
}

footer .contatos a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #FDFDFD;
}

footer .contatos a i {
    padding-right: 10px;
    font-size: 22px;
}

footer .endereco {
    padding-top: 3rem;
}

footer .endereco a,
footer .endereco p {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
}

footer .redes-sociais {
    padding-top: 53px;
    padding-bottom: 1rem;
    color: #FDFDFD;
}

footer .redes-sociais i {
    font-size: 40px;
    padding-right: 40px;
    color: #FFFFFF;
}

footer a {
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

}


/* 


header li.nav-item {
    margin-right: 4rem;
    list-style-image: none;
    padding-left: 0;
}

header .nav-item a {
    color: var(--texto);
    text-align: center;
    font-family: var(--font-carbonara);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    line-height: normal;
}

header .nav-item a:hover {
    color: var(--texto);
    text-decoration: underline;
    text-underline-offset: 4px;
}

header .nav-item a.nav-link.active {
    font-variation-settings: 'wght' 800;
}

header.sobre-main {
    background: var(--main);
}

header.sobre-main .nav-item a,
header.sobre-main .nav-item a:hover, 
header.sobre-main .nav-item a.nav-link.active {
    color: var(--bgb-100);
}

header.sobre-main .navbar-toggler,
.fornecedor-bg header .navbar-toggler {
    border-color: var(--bgb-100);
}

header.sobre-main .navbar-toggler .navbar-toggler-icon,
.fornecedor-bg header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fornecedor-bg footer hr {
    border-color: #FFF;
}

main.fornecedor-bg {
    background-image: url('../img/bg_fornecedor.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    max-height: 500px;
}

main.fornecedor-bg header .nav-item a,
main.fornecedor-bg header .nav-item a:hover, 
main.fornecedor-bg header .nav-item a.nav-link.active {
    color: var(--bgb-100);
}

main.fornecedor-bg footer {
    background: var(--main);
}

main.fornecedor-bg footer a,
main.fornecedor-bg footer h6,
main.fornecedor-bg footer p,
main.fornecedor-bg footer ul li a,
main.fornecedor-bg footer .color-main,
main.fornecedor-bg footer .icon-color-main {
    color: var(--bgb-100);
}

.btn {
    border-radius: 20px;
    display: flex;
    padding: 14px 24px 10px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: 120%;
}

.btn-fale-conosco:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.btn-fale-conosco {
    background: var(--cta);
    color: var(--texto, #331A20);
}

.btn-fale-conosco:hover {
    background: var(--cta);
}

.btn-main {
    background: var(--main);
    color: var(--bgb-100);
    width: 100%;
}

.btn-main:hover {
    background: var(--main);
    color: var(--bgb-100);
}

.btn-main-outline {
    background: transparent;
    border: 2px solid var(--main);
    font-variation-settings: 'wght' 400;
    margin-bottom: 1.5rem;
}

.btn-main-outline span {
    font-variation-settings: 'wght' 700;
}

.btn-main-outline:hover {
    background: transparent;
    border: 2px solid var(--main);
}

.btn-bgb-100 {
    background: var(--bgb-100);
    color: var(--texto);
    width: fit-content;
    margin: 0 auto;
}

.btn-bgb-100:hover {
    background: var(--bgb-100);
    color: var(--texto);
}

footer {
    background: var(--box-b-90);
    padding: 4rem 0;
}

footer p.contato-endereco {
    padding-top: 2rem;
    max-width: 250px;
}

footer .contato-endereco a {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    line-height: 25px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

footer .contato-endereco a:hover {
    text-decoration: none;
}

footer .redes-sociais {
    display: flex;
    height: 36px;
    align-items: center;
    gap: 38.434px;
    margin-bottom: 2.5rem;
}

footer .contato-whatsapp a {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    font-variation-settings: 'wght' 800;
    line-height: normal;
    text-underline-offset: 4px;
    display: flex;
    justify-content: start;
    align-items: center;
}

footer .contato-whatsapp a img {
    padding-right: 12px;
}

footer .contato-whatsapp a:hover {
    text-decoration: none;
}

footer h6 {
    color: var(--variation-1-b-50);
    font-family: var(--font-stinger);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
    line-height: normal;
    padding-bottom: 0.5rem;
}

footer .menu-footer ul {
    list-style: none;
    padding-left: 0;
}

footer .menu-footer ul li {
    padding-bottom: 12px;
    list-style-image: none;
    padding-left: 0;
}

footer .menu-footer ul li a {
    color: var(--texto, #331A20);
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    text-decoration: none;
}

footer .menu-footer ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer .copyright {
    text-align: center;
}

hr {
    border-top: 0.12rem solid var(--main);
    opacity: 1;
    margin: 2.5rem 0;
}

.botao-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    border-radius: 80px;
    background: var(--cta);
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.10);
    color: var(--texto, #331A20);
    font-size: 28px;
    padding-top: 9px;
    text-align: center;
}

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

#bannerPrincipal {
    padding: 2rem 0;
}

.bloco-tags {
    padding: 2rem 0 4rem;
}

.bloco-tags .bloco {
    display: flex;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--box-b-90);
    height: 115px;
}

.bloco-tags .bloco p.titulo {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    font-variation-settings: 'wght' 800;
    line-height: 120%;
}

.bloco-tags .bloco p.texto {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: 'wght' 400;
    line-height: normal;
}

p {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    letter-spacing: 0.36px;
}


h1 {
    color: var(--texto, #331A20);
    font-family: var(--font-stinger);
    font-size: 28px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

h2 {
    color: var(--main);
    font-family: var(--font-stinger);
    font-size: 32px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

h3 {
    color: var(--main);
    text-align: center;
    font-family: var(--font-stinger);
    font-size: 28px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

h4 {
    color: var(--bgb-100);
    text-align: center;
    font-family: var(--font-stinger);
    font-size: 32px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
    letter-spacing: 0.64px;
}

h5 {
    color: var(--texto);
    font-family: var(--font-stinger);
    font-size: 28px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

h6 {
    color: var(--texto);
    font-family: var(--font-stinger);
    font-size: 28px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: normal;
}

.fornecedores {
    background: var(--accent-1);
    padding: 4rem 0;
}

.fornecedores h1 {
    padding-bottom: 2rem;
}

.fornecedores .list-fornecedores {
    padding: 0 5rem;
}

.fornecedores .list-fornecedores .fornecedor {
    display: flex;
    height: 80px;
    padding: 0px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--bgb-100);
    margin-bottom: var(--bs-gutter-x);
    width: 100%;
}

.fornecedores .list-fornecedores .fornecedor a {
    text-align: center;
}

.fornecedores .list-fornecedores .fornecedor img {
    max-height: 72px;
    max-width: 90%;
}

.ultimas-postagens {
    padding: 4rem 0;
    padding-top: calc(4rem + 27px);
}

.ultimas-postagens .titulo-postagens {
    height: 180px;
    border-radius: 40px;
    background: var(--box-b-90);
}

.ultimas-postagens .titulo-postagens .titulo-imagem {
    text-align: right;
}

.ultimas-postagens .titulo-postagens .titulo-imagem img {
    margin-top: -27px;
}

.ultimas-postagens .titulo-postagens .titulo-texto {
    padding: 3rem 5rem;
}

.ultimas-postagens .titulo-postagens .titulo-texto p {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 16px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    padding-top: 1.2rem;
}

.ultimas-postagens .postagens {
    padding-top: calc(4rem + 27px);
}

.ultimas-postagens .postagens .postagem {
    margin-bottom: 3rem;
}

.ultimas-postagens .postagens .postagem .data {
    color: var(--accent-2);
    text-align: right;
    font-family: var(--font-carbonara);
    font-size: 14px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 120%;
}

.ultimas-postagens .postagens .postagem .imagem-post {
    border-radius: 18px;
    overflow: hidden;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.ultimas-postagens .postagens .postagem a>h3 {
    color: var(--texto);
    font-family: var(--font-stinger);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: 24px;
    padding-top: 1rem;
    text-align: left;
}

.bloco-abasteca {
    padding: 4rem 0;
}

.bloco-abasteca h1 {
    color: var(--main);
    font-size: 44px;
    letter-spacing: 0.88px;
    max-width: 300px;
    padding-top: 2rem;
}

.bloco-abasteca p {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 24px;
    letter-spacing: 0.36px;
    max-width: 390px;
    padding: 2rem 0;
}

.img-100 {
    width: 100%;
}

.box-parcerias {
    border-radius: 20px;
    background: var(--box-b-90);
}

.box-parceiro {
    background: var(--accent-1);
    padding: 4rem;
    border-radius: 20px;
    margin-top: 2rem;
}

.box-parceiro h2 {
    color: var(--texto);
    padding-bottom: 2rem;
}

ul {
    padding-left: 1rem;
    margin-bottom: 3rem;
}

ul li {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 35px;
    list-style-image: url("../img/ul_list_style.svg");
    padding-left: 0.5rem;
}

.box-ja-e-parceiro {
    padding: 4rem;
    margin-bottom: 2rem;
    text-align: center;    
}

.box-ja-e-parceiro h3 {
    padding-bottom: 1.5rem;
}

.box-ja-e-parceiro .tags-parceiros {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.box-ja-e-parceiro .tags-parceiros .tag-parceiro {
    border-radius: 12px;
    background: var(--accent-1);
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 14px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: 120%;
    padding: 9px 14px 6px;
}

.box-ja-e-parceiro .btn-main-outline {
    width: fit-content;
    font-variation-settings: 'wght' 700;
    margin: 0 auto;
}

.quer-ser-fornecedor {
    margin: 4rem 0;
}

.quer-ser-fornecedor .quer-ser-fornecedor-dog {
    border-radius: 20px 0 0 20px;
    background: var(--accent-1);
    margin: 3rem 0;
}

.quer-ser-fornecedor .quer-ser-fornecedor-dog img {
    position: relative;
    right: -60px;
}

.quer-ser-fornecedor .quer-ser-fornecedor-pessoa {
    border-radius: 0 20px 20px 0;
    background: var(--accent-1);
    margin: 3rem 0;
}

.quer-ser-fornecedor .quer-ser-fornecedor-pessoa img {
    position: relative;
    left: -60px;
}

.quer-ser-fornecedor .quer-ser-fornecedor-texto {
    border-radius: 20px;
    background: var(--main);
    padding: 4rem;
    text-align: center;
}

.quer-ser-fornecedor .quer-ser-fornecedor-texto h4 {
    max-width: 60%;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.quer-ser-fornecedor .quer-ser-fornecedor-texto p {
    color: var(--bgb-100);
    max-width: 60%;
    margin: 0 auto 2rem auto;
}

.trabalhe-conosco {
    margin: 6rem 0;
    padding: 0 4rem;
}

.trabalhe-conosco .titulo-trabalhe {
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    gap: 28px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.trabalhe-conosco .titulo-trabalhe h5 {
    margin-bottom: 0;
}

.trabalhe-conosco p {
    font-variation-settings: 'wght' 600;
    max-width: 450px;
    line-height: 32px;
}

.trabalhe-conosco p>strong {
    font-variation-settings: 'wght' 800;
}

.trabalhe-conosco span {
    color: var(--texto);
    font-family: var(--font-carbonara);
    font-size: 12px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    letter-spacing: 0.24px;
}

.trabalhe-conosco .btn-main {
    margin-top: 2rem;
    color: var(--texto);
    background: var(--accent-1);
}

.trabalhe-conosco .btn-main:hover {
    color: var(--texto);
    background: var(--accent-1);
}

.sobre {
    background: var(--main);
    padding: 4rem 0;
}

.sobre h1 {
    color: var(--bgb-100);
    font-size: 44px;
    letter-spacing: 0.88px;
    padding: 2rem 0;
}

.sobre p {
    color: var(--bgb-100, #FFF);
    max-width: 480px;
    line-height: 24px;
}

.sobre p>strong {
    font-variation-settings: 'wght' 800;
}

.nossos-numeros {
    background-image: url('../img/bg_nossos_numeros.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
    background-position: center;
}

.nossos-numeros h2 {
    color: var(--bgb-100);
    font-family: var(--font-carbonara);
    font-size: 18px;
    letter-spacing: 0.36px;
    font-variation-settings: 'wght' 400;
    margin-bottom: 4rem;
}

.nossos-numeros .big-number {
    text-align: center;
}

.nossos-numeros p {
    color: var(--bgb-100);
    font-family: var(--font-stinger);
    font-size: 32px;
    font-variation-settings: 'wght' 700;
    letter-spacing: 0.64px;
    padding-top: 1.5rem;
    margin-bottom: 0;
}

.nossos-numeros span {
    color: var(--bgb-100);
    font-family: var(--font-carbonara);
    padding-top: 1rem;
    font-size: 12px;
}

.area-atendimento {
    padding: 6rem 0;
}

.area-atendimento h3 {
    font-size: 44px;
    line-height: normal;
    letter-spacing: 0.88px;
    text-align: left;
    max-width: 300px;
    padding-bottom: 2rem;
    padding-top: 6rem;
}

.area-atendimento p {
    max-width: 300px;
}

.onde-estamos {
    border-radius: 36px;
    background: var(--box-b-90);
    padding: 3rem;
}

.onde-estamos .texto-localizacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    flex: 1 0 0;
    margin: auto 0;
}

.onde-estamos .texto-localizacao h4 {
    color: var(--main);
    font-size: 32px;
}

.onde-estamos .texto-localizacao p {
    max-width: 400px;
    text-align: center;
    line-height: 22px;
}

.missao-visao-valores {
    padding: 5rem 0;
}

.missao-visao-valores .box-mvv {
    padding: 2rem;
}

.missao-visao-valores .box-mvv p.sub-titulo {
    color: var(--main);
    font-variation-settings: 'wght' 800;
    margin: 2rem 0;
}  

.missao-visao-valores .box-mvv p:not(.sub-titulo) {
    font-size: 16px;
    line-height: 20px;
}  

.missao-visao-valores .box-mvv li {
    font-size: 16px;
    line-height: 26px;
}  

.missao-visao-valores .row {
    display: table;
    border-collapse: separate;
    border-spacing: 1.5rem;
}

.missao-visao-valores .row .col-lg-4 {
    display: table-cell;
    border-radius: 20px;
    border: 2px solid var(--accent-1);
    padding: 0;
}

.codigo-etica {
    border-radius: 20px;
    background: var(--accent-1);
    padding: 2rem;
    margin-bottom: 6rem;
}

.codigo-etica .imagem-codigo-etica {
    text-align: center;
}

.codigo-etica .imagem-codigo-etica img {
    margin: -50px 0;
}

.codigo-etica p {
    font-size: 16px;
}

.codigo-etica .btn-main {
    margin-top: 11px;
}

.fornecedores-bloco {
    padding-top: 3rem;
}

.fornecedores-bloco h1 {
    color: var(--main);
    font-size: 44px;
    letter-spacing: 0.88px;
}

.fornecedores-bloco .fornecedores-titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 50px;
    flex: 1 0 0;
}

.fornecedores-bloco .lista-fornecedores {
    border-radius: 40px;
    background: var(--accent-1);
    padding: calc(2rem + calc(var(--bs-gutter-x) * .5)) 2rem calc(2rem - calc(var(--bs-gutter-x) * .5));
    margin-top: 4rem;
}

.fornecedores-bloco .lista-fornecedores .fornecedor {
    border-radius: 36px;
    background: var(--bgb-100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: var(--bs-gutter-x);
    height: 140px;
    padding: 0px 32px;
}

.fornecedores-bloco .lista-fornecedores .fornecedor a {
    text-align: center;
}

.fornecedores-bloco .lista-fornecedores .fornecedor img {
    max-height: 130px;
    max-width: 90%;
}

.fornecedores-bloco .quer-ser-fornecedor .quer-ser-fornecedor-texto h4 {
    max-width: 100%;
    margin: 0;
    text-align: left;
    font-size: 28px;
}

.fornecedores-bloco .quer-ser-fornecedor .quer-ser-fornecedor-texto p {
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.fornecedores-bloco .quer-ser-fornecedor .quer-ser-fornecedor-botao p {
    text-align: center;
    padding-bottom: 1rem;
}

.dados-fornecedor .fornecedor-capa {
    border-radius: 36px;
    background: rgba(51, 26, 32, 0.50);
    padding: 2rem;
    margin: 4rem 0;
}

.dados-fornecedor .fornecedor-capa {
    border-radius: 36px;
    background: rgba(51, 26, 32, 0.50);
    padding: 1.5rem;
    margin: 4rem 0;
}

.dados-fornecedor .fornecedor-capa .fornecedor-logo {
    border-radius: 36px;
    background: var(--bgb-100);
    display: flex;
    padding: 20px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
}

.dados-fornecedor .fornecedor-capa h1 {
    color: var(--bgb-100);
    font-size: 44px;
    letter-spacing: 0.88px;
    padding-bottom: 1rem;
    padding-left: 2rem;
}

.dados-fornecedor .fornecedor-capa p {
    color: var(--bgb-100);
    padding-left: 2rem;
}

.dados-fornecedor .dados-produtos {
    background: var(--bgb-100);
    padding: 2rem 0 4rem;
}

.dados-fornecedor .dados-produtos .categoria-titulo {
    border-radius: 20px;
    background: var(--box-b-90, #E6E6E6);
}

.dados-fornecedor .dados-produtos .categoria-titulo .categoria-titulo-texto {
    display: flex;
    justify-content: start;
    align-items: center;
}

.dados-fornecedor .dados-produtos .categoria-titulo h2 {
    color: var(--texto, #331A20);
    margin: 0;
    padding-left: 3rem;
}

.dados-fornecedor .dados-produtos .mais-vendidos {
    margin-top: 4rem;
    border-radius: 20px;
    border: 2px solid var(--main, #ED2A44);
    padding: 2.5rem;
    padding-bottom: calc(2.5rem - var(--bs-gutter-x));
}

.dados-fornecedor .dados-produtos .mais-vendidos h3 {
    color: var(--texto, #331A20);
    text-align: left;
    padding-bottom: 2rem;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: var(--bs-gutter-x);
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto .imagem-produto {
    height: auto;
    margin-bottom: 1.5rem;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto .imagem-produto {
    max-height: 100%;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto h6 {
    font-family: var(--font-carbonara);
    font-size: 16px;
    letter-spacing: 0.32px;
    font-variation-settings: 'wght' 800;
    padding-bottom: 1rem;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto p {
    font-size: 14px;
    letter-spacing: 0.24px;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto a.ver-produto {
    color: var(--main, #ED2A44);
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 700;
    line-height: 120%;
    text-decoration-line: underline;
}

.dados-fornecedor .dados-produtos .mais-vendidos .produto a.ver-produto:hover {
    text-decoration-line: none;
}

.dados-fornecedor .dados-produtos .mais-produtos {
    margin-top: 4rem;
}

.dados-fornecedor .dados-produtos .mais-produtos h4 {
    color: var(--texto, #331A20);
    text-align: left;
    padding-bottom: 2rem;
}

.dados-fornecedor .dados-produtos .mais-produtos h4 {
    border: 0;
    border-top: 1px solid var(--accent-1);
    height: 2rem;
    overflow: visible;
    padding: 0;
    color: var(--texto);
    text-align: left;
    font-size: 28px;
}
  
.dados-fornecedor .dados-produtos .mais-produtos h4::after {
    content: "Mais Produtos";
    display: inline-block;
    position: relative;
    top: -1rem;
    left: 0;
    background: white;
    padding-right: 1rem;
}

.dados-fornecedor .dados-produtos .mais-produtos .link-mais-produtos {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 1rem;
}

.dados-fornecedor .dados-produtos .mais-produtos a.ver-produto {
    text-decoration: none;
    color: var(--texto);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-variation-settings: 'wght' 400;
    line-height: normal;
    letter-spacing: 0.36px;
}

.dados-fornecedor .dados-produtos .mais-produtos a.ver-produto:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.dados-fornecedor .dados-produtos .mais-produtos i.icon-link-produto {
    font-variation-settings: 'wght' 700;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 12px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: var(--accent-1);
    color: var(--main);
}

#form-fale-com-a-gente {
    background-image: url('../img/bg_form_contato.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    text-align: center;
}

#form-fale-com-a-gente .formulario {
    border-radius: 20px;
    background: var(--bgb-100);
    padding: 2rem;
    text-align: center;
}

#form-fale-com-a-gente .formulario h4 {
    color: var(--main);
    padding: 3rem 0;
}

#form-fale-com-a-gente .formulario .input-group .input-group-text {
    border-radius: 20px 0 0 20px;
    border: 1px solid var(--Accent-1, #FFC2C7);
    background: var(--bgb-100);
    padding: 12px 0 12px 18px;
    color: var(--main);
}

#form-fale-com-a-gente .formulario input::placeholder, 
#form-fale-com-a-gente .formulario textarea::placeholder {
    color: var(--text);
}

#form-fale-com-a-gente .formulario .input-group-text i {
    font-size: 1.5rem;
}

#form-fale-com-a-gente .formulario .input-group input {
    border-radius: 0 20px 20px 0;
    border: 1px solid var(--Accent-1, #FFC2C7);
    background: var(--bgb-100);
    padding: 12px 0 12px 18px;
    border-left: none;
    color: var(--texto);
}

#form-fale-com-a-gente .formulario label.error {
    width: 100%;
    border: none !important;
    text-align: right;
    color: red !important;
    font-size: 14px;
    padding-top: 8px !important;
}

#form-fale-com-a-gente .formulario textarea {
    border-radius: 20px;
    border: 1px solid var(--Accent-1, #FFC2C7);
    background: var(--bgb-100);
    padding: 12px 0 12px 18px;
    color: var(--texto);
}

#form-fale-com-a-gente .formulario .btn-main {
    margin-top: 2rem;
    font-variation-settings: 'wght' 400;
    padding: 1rem 0;
}

#form-fale-com-a-gente .formulario .btn-main:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

#form-fale-com-a-gente .texto-formulario {
    padding-top: 4rem;
}

#form-fale-com-a-gente .texto-formulario p {
    color: var(--bgb-100);
    font-variation-settings: 'wght' 800;
}

#form-fale-com-a-gente .texto-formulario a.btn.btn-fale-conosco {
    width: fit-content;
    margin: 0 auto;
}

div.alert.alert-mensagem {
    margin-top: 2rem;
}

div.alert.alert-mensagem ul {
    margin: 0;
}

div.alert.alert-mensagem ul li {
    text-align: left;
} */

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}