*{

font-weight: bolder;

}

body, html { 
  margin: 0; 
  padding: 0; 
  background-color: #ffffff; 
  overflow-x: hidden;
}
@media (max-width: 1000px) {
body{ 
    margin-top: 90px; 
  }
}
/* Fontes */
@font-face { 
  font-family: 'FonteTitulos'; 
  src: url('Montserrat-VariableFont_wght.ttf') format('truetype'); 
}

@font-face { 
  font-family: 'FonteTexto'; 
  src: url('Montserrat-VariableFont_wght.ttf') format('opentype'); 
}

h1, h2, h3, h4, h5, h6 { 
  font-family: 'FonteTitulos'; 
}

p { 
  font-family: 'FonteTexto', sans-serif; 
}

/* LOGO E SIDEBAR */


.btn a {
  text-decoration: none;
  color: #000000;
}

#logomenu {
  width: 100px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}

.custom-btn {
  border: 2px solid black;
  color: white;
  background-color: #93715e;
  transition: 0.3s;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #901317;
  color: white;
  border-color: black;
}

.floating-sidebar {
  background-color: #bfc2ca;
  padding: 1rem;
  border-radius: 10px;
  position: fixed;
  top: 50px;
  left: 30px;
  z-index: 2000;
  transition: width 0.3s ease;
}

.sidebar-expanded {
  width: 220px;
}

.sidebar-collapsed {
  width: 70px;
}

.floating-sidebar .btn-toggle {
  background: none;
  border: none;
  color: black;
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
}

.sidebar-btn {
  background-color: #5d4035;;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  color: rgb(255, 255, 255);
  border-color: black;
  transition: all 0.2s ease-in-out; 

}

/*.sidebar-btn {
  background-color: #93715e;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  color: rgb(0, 0, 0);
  border-color: black;
  transition: all 0.2s ease-in-out; 
  font-weight: 600;
}*/

.sidebar-btn i {
  margin-right: 8px;
  font-size: 17px;
}


#mobilepartcima a img {
  width: 100px;  
  height: auto;  
}

.sidebar-btn:hover {
  background-color: #901317;
  color: white;
  transition: all 0.2s ease;
  border-color: #fff;
}


.sidebar-collapsed .sidebar-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px; 
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px; 
}

.sidebar-collapsed .sidebar-btn i {
  margin-right: 0;
  font-size: 17px; 
}

.sidebar-collapsed .btn-label {
  display: none;
}

.sidebar-collapsed #logomenu {
  width: 50px;
  height: auto;
}

.sidebar-collapsed .sidebar-btn.dropdown-toggle::after {
  display: none;
}


@media (max-width: 991.98px) {
  .floating-sidebar {
    display: none;
  }
}


.floating-sidebar > a,
.floating-sidebar > .dropend {
  display: block;
  margin-bottom: 10px;
}

.floating-sidebar > a {
  text-decoration: none;
}

.floating-sidebar .dropend {
  width: 100%;
}

.floating-sidebar .dropdown-toggle {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.floating-sidebar.sidebar-collapsed .sidebar-btn.dropdown-toggle {
    width: 36px; 
    height: 36px; 
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    justify-content: center; 
}


.floating-sidebar .sidebar-btn.dropdown-toggle {
  justify-content: flex-start; 
}

.floating-sidebar .sidebar-btn.dropdown-toggle::after {
  margin-left: auto; 
}

/* Dropdowns da Sidebar Desktop */
.floating-sidebar > .dropend > .dropdown-menu {
  background-color: #c9c9c9;
  border: 1px solid #000000;
  padding: 0;
  margin-top: -50px !important; 
}

.floating-sidebar .dropdown-menu .dropdown-menu {
  background-color: #c9c9c9; 
  border: 1px solid #000000; 
  padding: 0; 
  margin-top: -1px !important; 
  margin-left: 0.1rem; 
}

.floating-sidebar .dropdown-menu .dropdown-item.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.floating-sidebar .dropdown-item {
  color: #000000;
  padding: 0.5rem 1rem;
}

.floating-sidebar .dropdown-item:hover {
  background-color: #901317;
  color: white;
}

/* --- Fim: Sidebar Desktop --- *//* INÍCIO: ESTILOS MOBILE (NAVBAR E OFFCANVAS)             */

#mobilepartcima,
#mobileMenu {
  background-color: #bfc2ca;
}

/* Dropdowns do Offcanvas Mobile */
.offcanvas-body .dropdown-menu {
  background-color: #e0e0e0;
  border: 1px solid black;
  padding: 0;
  width: 100%;
  position: static; /* Importante para funcionar dentro do Offcanvas */
  float: none;
}

.offcanvas-body .dropdown-menu .dropdown-menu {
  background-color: #f0f0f0; 
  border: none; 
  padding-left: 1rem; 
  position: static;
  float: none;
  width: 100%;
}

.offcanvas-body .dropdown-item {
  color: #000000;
  padding: 0.5rem 1rem;
}

.offcanvas-body .dropdown-item:hover {
  background-color: #901317;
  color: white;
}
/* =========================
   CARROSSEIS E BANNERS
========================= */
#carousel1 .carousel-item,
#carousel1 .carousel-item img { 
  max-height: 100vh;
  object-fit: cover;
}

#carousel2 .carousel-item,
#carousel2 .carousel-item img { 
  max-height: 100vh;
  object-fit: cover;
}

#carousel3 .carousel-item,
#carousel3 .carousel-item img { 
  height: 75vh; 
  object-fit: cover; 
}

.carousel-control-prev,
.carousel-control-next { 
  top: 50%; 
  transform: translateY(-50%); 
}

.carousel-indicators [data-bs-target] { 
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  background-color: #ffffff; 
}

#indicapreto [data-bs-target] {
background-color: #1a1a1a;
}

/* =========================
   ÍCONES E BUSCA
========================= */

#carelupa, #carelupa2 { 
  position: absolute; 
  top: 0; 
  right: 30px; 
  margin-top: 30px; 
  z-index: 1000; 
  display: flex; 
  gap: 15px; 
}

#carelupa a { 
  color: rgb(255, 255, 255); 
  text-decoration: none; 
}

#carelupa2 a { 
  color: rgb(0, 0, 0); 
  text-decoration: none; 
}

#carelupa i, #carelupa2 i { 
  cursor: pointer; 
}

#carelupa {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1100px) {
  #carelupa {
      display: none;
  }
}

#carelupa .bi-cart , #carelupa2 .bi-cart {
  transition: transform 0.3s ease, color 0.3s ease;
}

.bi-cash-coin {
  margin-top: 8px;
}

.simple-search-wrapper {
  position: relative;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0; 
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.simple-search-input {
  flex-grow: 1; 
  border: none;
  outline: none;
  background: transparent;
  color: #000000; 
  padding: 0;
  font-size: 16px;
  width: 0; 
  opacity: 0; 
  transition: width 0.4s ease, opacity 0.3s ease 0.1s, padding 0.4s ease;
}


.simple-search-button {
  background-color: #901317; 
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.4s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10; 
}

.simple-search-button i {
  color: #fff;
  font-size: 20px !important;
}

.simple-search-wrapper:focus-within {
  background-color: #e9e9e9;
  box-shadow: 0 5px 20px rgba(144, 19, 23, 0.4);
  padding: 5px; 
}

.simple-search-wrapper:focus-within .simple-search-input {
  width: 250px; 
  opacity: 1;
  padding: 0 15px; 
}

.simple-search-wrapper:focus-within .simple-search-button {
  background-color: #93715E;
  transform: rotate(360deg);
}

.simple-search-input::placeholder {
  color: #000000;
}


.cart-style-lupa {
  background-color: #901317; 
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.4s ease;
  text-decoration: none;
}


.cart-style-lupa i {
  color: #fff;
  font-size: 20px !important; 
}

.cart-style-lupa:hover {
  background-color: #93715E;
}
.conteudo1{
  p{
    font: 800px;
  }
}

/* 
   SEÇÃO CONTATO ( atendimento )
*/
#contato { 
  padding-top: 100px; 
}

#atendi{
  background-color: #ff0404;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 300px;
}

.form-check-input[type="checkbox"].custom-check {
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-color: #000000;
}

.form-check-input[type="checkbox"].custom-check:checked {
  background-color: #901317 !important; 
  border-color: #901317 !important;   
  box-shadow: 0 0 0 0.25rem rgba(144, 19, 23, 0.25) !important; /* sombra vermelha */
}
/* 
   SEÇÃO login e cadastro)
*/

#login i{ 
  font-size: 200px;
}

/* 
   SEÇÃO COMPRA / PRODUTOS
*/

.card-produto {
  border: none !important; 
  border-radius: 16px !important;
  background: #bfc2ca;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
  transition: all 0.3s ease;
  max-width: 320px;
  height: 460px; 
  display: flex; 
  flex-direction: column; 
}

.card-produto:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(144, 19, 23, 0.15) !important;
}

.card-produto img {
  height: 200px;
  width: 100%; 
  object-fit: contain;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  flex-shrink: 0; 

  padding: 10px;
}

.card-produto .card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  flex-grow: 1; 
}

.card-produto p.small {
  color: #000000;
  height: 40px; 
  overflow: hidden; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

#preco {
  color: #901317 ;
  font-weight: 800;
  font-size: 1.5rem;
  margin: 10px 0;
}


.quantidade {
  border: 1px solid #e0e0e0;
  border-radius: 50px !important; 
  overflow: hidden;
  width: 100px;
  height: 38px;
}

.quantidade .btn {
  background-color: #fff;
  border: none;
  color: #000000;
  font-weight: bold;
  padding: 0 10px;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.quantidade .btn:hover {
  background-color: #f1f1f1;
}

.quantidade input.qtd {
  background-color: #fff;
  font-weight: 600;
  color: #000000;
  padding: 0;
  font-size: 0.9rem;
  height: 100%;
}

.quantidade input.qtd:focus {
  box-shadow: none;
}

#Comprar {
  background-color: #720f12;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(144, 19, 23, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px; 
}

#Comprar:hover {
  background-color: #5a0c0e; 
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(144, 19, 23, 0.3);
}

#saboreqnt { 
  max-width: 600px; 
}

@media (max-width: 576px) { 
  #Comprar2 { 
    padding: 0.25rem 0.75rem; 
    font-size: 0.875rem; 
  } 
  #saboreqnt .form-select { 
    padding: 0.25rem 0.5rem; 
    font-size: 0.875rem; 
  } 
}

.produtosqtroca { 
  background-color: #93715e; 
  padding: 70px 20px; 
}

.produtosqtroca2 { 
  padding: 70px 20px;
}

.produtosqtroca img, .produtosqtroca2 img { 
  width: 16rem;
  height: 16rem;
  object-fit: cover;
}

.produtosqtroca h3{
color: #ffffff;
}

#botao1 { 
  margin-bottom: -70px; 
}

#botao2 { 
  margin-bottom: -70px; 
}

#botao2 [data-bs-target] { 
  background-color: #000000;
}

#maisemenos { 
  border: none; 
  background-color: #fff; 
  width: 30px; 
  height: 30px; 
}

#vendas {
  background-color: #bfc2ca;
  padding: 30px;
  border-radius: 20px;
  width: 100%;          
  max-width: 1100px;     
  height: auto;          
  min-height: auto;      
  margin: 90px auto 40px auto; 
}



@media (max-width: 992px){ 
  #vendas {  
    height: auto;        
    margin-top: 40px;    
    padding: 20px;
  }
}
.card-content {
  align-items: center;
  text-align: center;
}

.card-content .row .col-md-6 {
  text-align: left; 
  margin-bottom: 15px;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  gap: 15px; 
  height: 100%; 
}
.card-img {
  width: 100%;
  height: auto;         
  max-height: 400px;    
  object-fit: contain; 
  display: block;
  margin: 0 auto;      
}

.accordion-scroll .accordion-collapse {
  max-height: 120px; 
  overflow-y: auto;   
  background: #fff;
}

.accordion-scroll .accordion-body {
  padding: 10px;
  margin: 0;
  
}

.accordion {
    --bs-accordion-bg: #bfc2caa8; /* Cor de fundo de todo o acordeão (ex: tom creme) */
}

#desconto { 
  background-color: rgba(0, 255, 0, 0.349); 
  width: 90px;
  padding: 2px; 
  border-radius: 10px; 
  text-align: center; 
}

#precoo { 
  font-size: 55px; 
}

/* =========================
   ACORDIONS
========================= */
#accordion, #accordionbaixo { 
  width: 100%; 
  max-width: 600px; 
  margin: 0 auto; 
  gap: 10px; 
  padding: 20px; 
}

.accordion-item1 { 
  border: 1px solid #ddd; 
  border-radius: 8px; 
  overflow: hidden; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  height: 50px; 
  width: 100%; 
}

.accordion-button { 
  background-color: #ffffff; 
  color: #000000; 
}

.accordion-button:not(.collapsed) { 
  background-color: #901317; 
  color: #ffffff; 
}

.accordion-button:focus { 
  box-shadow: none; 
  border-color: #901317; 
}

@media (min-width: 992px) { 
  #accordionbaixo { max-width: 1150px; } 
  .accordion-item1 { max-width: 1150px; } 
}

/* =========================
   HOME / TEXTO E IMAGENS
========================= */

#imgshome { 
  margin: 0; 
  padding: 0; 
}

#imgshome2 { 
  margin-bottom: 80px; 
  padding: 0; 
}

#textoimghome2  {
font-size: 20px;
 padding: 0 35px;
}

#textoimghome  {
font-size: 20px;
  text-align: left;
   padding: 0 30px; 
}

@media (min-width: 992px){ 
  #textoimghome { padding-left: 300px; padding-right: 200px; } 
}
@media (min-width: 992px){ 
  #textoimghome2 { padding-left: 100px; padding-right: 100px; } 
}

#buscando img {
  width: 90px;
  height: 90px;
  margin: 20px;
  transition: transform 0.3s ease; 
}

#buscando img:hover {
  transform: scale(1.5); 

}

#buscando {
  padding: 0;
}

/* =========================
   OUTRAS SEÇÕES
========================= */
#rosa { 
  background-color: #FDD3D0; 
  padding: 30px; 
  margin-top: 30px; 
  padding-left: 10%; 
}
      
.card-review {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%; 
  transition: transform 0.3s ease;
  border: none;
}

.card-review:hover {
  transform: translateY(-5px); 
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.user-info img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.stars {
  color: #FFC107;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Texto da Avaliação */
.review-text h5 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.review-text p {
  color: #000000;
  font-size: 0.95rem;
  font-style: italic;
}

/* =========================
   RODAPÉ
========================= */
.footer {
  margin-top: 60px;
  background-color: #bfc2ca;
  color: #000000;
  width: 100%;
  flex-shrink: 0;
  padding-top: 30px; 
}

.footer-menu h3 a,  .footer-menu h3 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}


.footer-menu i {
  font-size: 45px; 
}

.footer-menu .list-unstyled li {
  margin-bottom: 10px; 
  font-size: 15px;
}

.footer-logo {
  width: 150px;
}

.footer a, .footer p {
  text-decoration: none;
  color: #000000;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  margin: 0 !important;
}

.footer a:hover {
  color: #555;
  text-decoration: underline;
}

.footer-menu .social-links a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.footer-menu .developer-link {
  font-size: 15px;
}


.footer-baixo {
  background-color: #93715e; 
  width: 100%;
  padding: 15px 0;
  color: #FFFFFF; 
  margin-top: 30px; 
}

.footer-baixo p {
  margin: 0;
  font-size: 15px;
}

/*
imagens de fundo  
*/

.produtos,.atendi{

  background-image: url(./acesso/fundocontato.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.login{
  background-image: url(./acesso/folhacafelogin.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cadastro{
  background-image: url(./acesso/folhacafelogin.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.compra{
  background-image: url(./acesso/compra.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carrinho {
  background-image: url(./acesso/copie-os-graos-de-cafe-espaco\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;

}

@media (max-width: 991.98px) {
    .carrinho{ 
  background-image: url(./acesso/copie-os-graos-de-cafe-espaco\ 1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
}

.dado{
  background-image: url(./acesso/meus\ dados.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sobre{
  background-image: url(./acesso/sobre.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sobre2{
  background-image: url(./acesso/nononono.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sobre3{
  background-image: url(./acesso/vermelhofundo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Carrinho */

#carro {
  background-color: #bfc2ca;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

#precooo{

  font-weight: bold;
  font-size: 40px;
}

#Subtotal{
  font-weight: bold;
  font-size: 40px;
  color: #901317;
}

#detalhe a, #detalhe p{
  font-size: 10px;
  color: #901317;
}

#botao01 { 
  background-color: white; 
  border-color: #901317;
  border-radius: 40px;
  font-size: 20px;
  color: #901317;
}


#botao02 { 
  background-color: white; 
  border-color: #901317;
  border-radius: 40px;
  font-size: 20px;
  width: 100px;
  color: #901317;
}



#botao333 { 
  background-color: #901317; 
  border-radius: 40px;
  font-size: 20px;
  color: #ffffff;
}



#botao3333 { 
  background-color: #901317; 
  border-radius: 40px;
  font-size: 20px;
  width: 100px;
  color: #ffffff;
}


#botao33333 { 
  background-color: #901317; 
  border-radius: 40px;
  font-size: 20px;
  width: 100px;
  color: #ffffff;
}


#botaoo { 
  background-color: #901317; 
  border-radius: 40px;
  font-size: 20px;
  color: #ffffff;
    width: 100%;
}

.separador-vertical {
  border-left: 1px solid #00000059; 
  height: 100%; 
}

#separador{
  border: 1px solid #000000; 
}

/*dados*/

#dado {
  background-color: #bfc2ca;
  padding: 20px;
  border-radius: 20px;
}

#dados {
  background-color: #bfc2ca;
  padding: 20px;
  border-radius: 20px;
  width: 650px;
  height: 60px;  
}

@media (max-width: 992px) {
  #dados {
  width: 300px;
  height: 60px; 
  }
}

#dado img {
  width: 150px ;
}


#detalhe{
  font-size: 12px;
  color: #901317;
  text-decoration: underline;
}
  .dadoform {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 30px;
    background-color: #e0e0e0;
    font-size: 16px;
    color: #000000;
    width: 900px;
  }

  .dadoform::placeholder {
    color: #000000;
  }

  #termos{
  color: #901317;
  text-decoration: underline;
}

.info-box {

  padding: .75rem 1rem;
  max-width: 100%;

}

.pedido{
margin-top: 64px;
}

@media (max-width: 992px) {
 .pedido {
  margin-top:0px;
  }
}


.pagamento { 

  border-radius: 8px; 
  overflow: hidden; 
  background-color: #bfc2ca !important; 
  color: #000000; 
  height: 50px; 
  width: 100%; 
}

.pagamento :not(.collapsed) { 

  color: #000000; 
}

.pagamento:focus { 
  box-shadow: none; 
  border-color: #ffffff; 
}

#dado .accordion-button::after {
  display: none !important;
}


#imgdopix {
  width: 400px !important;
}

@media (max-width: 768px) {
  #imgdopix {
    width: 300px !important;
  }
}

.dadoss{

max-width: 700px;
margin: auto; 
margin-bottom: 400px;

}

@media (max-width: 768px) {
  .dadoss {
   margin-bottom: 0px;
  }
}

/*sobre*/

.sobre{
font-weight: 600;

}

.sobre2{
  padding: 50px;
}

#sobre {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
  opacity: 1 !important; 
}

#sobre::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.85);
}

#sobre h4, #sobre div.row, #sobre p {
    position: relative;
    color: #000000 !important;
    font-weight: 500;
}

#mp img {
width: 150px;
height: 135px;
margin: 20px; 
}

.sobre3{
color: #ffffff;
padding: 40px;
font-weight: 400;

}

.sobreimg{
gap: 220px;
}

/*pagamento*/

.secao-titulo {
  font-weight: 700;
  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.checkout-formularios .accordion, 
.checkout-formularios .accordion-item {
  border: none;
  box-shadow: none;
  background-color: transparent; 
}


.checkout-formularios .accordion-button {
  background-color: #bfc2ca; 
  border-radius: 8px !important; 
  color: #000000;
  font-weight: 500;
  box-shadow: none !important;
}

.checkout-formularios .accordion-button::after {
  display: none; 
}


.checkout-formularios .accordion-button:not(.collapsed) {
  background-color: #bfc2ca; 
  color: #000000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}


.checkout-formularios .accordion-body {
  background-color: #bfc2ca; 
  border: none;
  padding: 1.5rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.checkout-formularios .form-label {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.25rem;
  font-size: 18px;
}

.checkout-formularios .form-control, 
.checkout-formularios .form-select {
  background-color: #ffffff; 
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.checkout-formularios .form-control:focus, 
.checkout-formularios .form-select:focus {
  background-color: #ffffff;
  border-color: #982c2c;
  box-shadow: 0 0 0 0.2rem rgba(152, 44, 44, 0.25);
}

.btn-red {
  background-color: #982c2c;
  border: none;
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
.btn-red:hover {
  background-color: #7a2323; 
  color: #ffffff;
}
.btn-red:disabled {
   background-color: #ab6262;
   cursor: not-allowed;
}

.btn-dark-gray {
  background-color: #343a40; /* Cinza escuro da imagem */
  border: none;
  border-radius: 8px;
  padding: 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  transition: background-color 0.2s ease;
}
.btn-dark-gray:hover {
  background-color: #23272b;
  color: #ffffff;
}
.btn-dark-gray:disabled {
   background-color: #5a6268;
   cursor: not-allowed;
}
  

.card {
  border-radius: 8px;
}
  

#accordionPagamento .accordion-item {
  border-radius: 0.5rem !important; 
  border: 1px solid #dee2e6; 
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); 
}
#accordionPagamento .accordion-item:not(:first-of-type) {
  border: 1px solid #dee2e6;
}
#accordionPagamento .accordion-button.pagamento:not(.collapsed) {
  border: 2px solid #982c2c; 
  box-shadow: 0 0 0 0.25rem rgba(152, 44, 44, 0.2);
  border-radius: 8px !important;
  background-color: #bfc2ca;
}
#accordionPagamento .accordion-button:not(.collapsed) {
  background-color: #bfc2ca;
  color: #000000;
  box-shadow: none;
}
#accordionPagamento .accordion-button::after {
  display: none;
}

#pag{

  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 300px;

}

@media (max-width: 768px) {
  #pag {
    margin-bottom: 0px;
  }
}

#paga {

  padding: 20px;
  border-radius: 20px;

}

@media (min-width: 768px) {
  #paga {
    margin-bottom: 300px;
  }
}



/*Nossa linha*/


/* Estilos gerais para os boxes de café */
.cafe-box {
  background-color: #8B4513;
  min-height: 350px;
}

/* Imagem da seção 1 */
.cafe-box img.secao1 {
  max-height: 280px;
  object-fit: contain;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cafe-box img.secao1 {
    right: 0px;
  }
}

/* Imagem da seção 2 */
.cafe-box img.secao2 {
  max-height: 280px;
  object-fit: contain;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cafe-box img.secao2 {
    left: 0px;
  }
}

/* Texto da seção parceiras */
#parceiras-text h4 {
  margin-left: 100px;
}

#parceiras-text p {
  text-align: justify;
  margin-left: 100px;
}

@media (max-width: 768px) {
  #parceiras-text p,#parceiras-text h4  {
   margin-left: 0px;
  }
}

#produtos-text p {
  text-align: justify;
  margin-right: 100px;
}

@media (max-width: 768px) { 
  #produtos-text p {
    margin: 0; 
  }
}


a[href="loginform.php"],
a[href="loginform.php"]:visited,
a[href="loginform.php"]:focus,
a[href="loginform.php"]:active {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
}


#filtros { 
 margin-right: 40%;
}

.filtro-footer {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 20px 0;
}

.btn-fechar-filtro {
  background-color: #6c757d;  
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.btn-fechar-filtro:hover {
  background-color: #5a6268;
}

.btn-aplicar-filtro {
  background-color: #8b0000; 
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
}

.btn-aplicar-filtro:hover {
  background-color: #a00000;
}
