ul.price {
	width: 100%;
	margin: 35px 0 90px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 170px;
	gap: 40px;
	list-style: none;
	padding: 0 20px;
}
@media(max-width: 768px){
	ul.price {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
ul.price > li { 
	background:rgba(172,172,172,1.00);
	text-align:center;
	display: grid;
	align-content:center;
}
hr {
	width:100%;
	height:1px;
	margin:50px 0;
	background-color:#691541;
}

#formAreaRestritaLogin {
	margin:100px 0 0;
	padding:0 20px;
}
@media(max-width: 768px){
	#formAreaRestritaLogin {
		margin:50px 0 0;
	}
}
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width:100%;
}
@media(max-width: 768px){
	.form-group {
		flex-wrap: nowrap;
		align-items: flex-start;
		flex-direction: column;
	}
}
.form-group label {
  width: 35%;
  margin-right: 10px;
  font-weight:400;
}
@media(max-width: 768px){
	.form-group label {
	 	width: 100%;
	}
}
.form-group select {
  flex: 1;
  padding: 5px;
  font-size:20px;
}
@media(max-width: 768px){
	.form-group select {
		width: 100%;
	}
}
.form-group select option {
	font-size:20px;
}

.valor {
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}
.pad20 { padding:0 20px; }

/* Estilização geral da tabela */
.titulo {
	width:100%;
	height:60px;
	float:left;
	background-color:#691541;
	margin-bottom:10px;
}
.tablepress {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Cabeçalho */
.tablepress thead tr {
  background-color: #691541;
  color: #fff;
}

.tablepress thead th {
  padding: 12px;
  border: 1px solid #ccc;
}

/* Células do corpo */
.tablepress tbody td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

/* Linhas alternadas */
.tablepress tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Linhas hover */
.tablepress tbody tr:hover {
  background-color: #f1f1f1;
}

/* Células mescladas */
.tablepress td[rowspan] {
  background-color: #f9f9f9;
  font-weight: bold;
}

/* Responsividade */
@media screen and (max-width: 768px) {
  .tablepress {
    font-size: 12px;
  }

  .tablepress thead {
    /*display: none;*/
  }

  .tablepress tbody td {
    /*display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ddd;*/
  }

  .tablepress tbody tr {
    margin-bottom: 15px;
   /* display: block;*/
  }

  .tablepress td::before {
    content: attr(data-label);
    font-weight: bold;
    /*display: block;*/
    margin-bottom: 5px;
  }
}

/* Container de logomarcas */
.elementor-element.e-grid.e-con-boxed {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 por linha */
  gap: 2rem;
  padding: 2rem 0;
  justify-items: center;
}

/* Bloco individual do logo */
.elementor-widget-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

/* Efeito ao passar o mouse */
.elementor-widget-image:hover {
  transform: scale(1.05);
}

/* Imagem do logo */
.elementor-widget-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover */
.elementor-widget-image:hover img {
  filter: grayscale(0%) brightness(1.05);
}

/* Títulos das categorias */
.elementor-widget-heading h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #800000;
  text-transform: uppercase;
}

/* Responsividade: tablets */
@media (max-width: 992px) {
  .elementor-element.e-grid.e-con-boxed {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsividade: celulares */
@media (max-width: 600px) {
  .elementor-element.e-grid.e-con-boxed {
    grid-template-columns: 1fr;
  }
}

/* logos */
/* Container de logomarcas */
.elementor-element.e-grid.e-con-boxed, .elementor-element.e-grid.e-con-boxed2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 por linha */
  gap: 2rem;
  padding: 2rem 0;
  justify-items: center;
}
.elementor-element.e-grid.e-con-boxed2 {
	grid-template-columns: repeat(2, 1fr);
}

/* Bloco individual do logo */
.elementor-widget-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

/* Efeito ao passar o mouse */
.elementor-widget-image:hover {
  transform: scale(1.05);
}

/* Imagem do logo */
.elementor-widget-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover */
.elementor-widget-image:hover img {
  filter: grayscale(0%) brightness(1.05);
}

/* Títulos das categorias */
.elementor-widget-heading h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #800000;
  text-transform: uppercase;
}

/* Responsividade: tablets */
@media (max-width: 992px) {
  .elementor-element.e-grid.e-con-boxed {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsividade: celulares */
@media (max-width: 600px) {
  .elementor-element.e-grid.e-con-boxed {
    grid-template-columns: 1fr;
  }
}

.back {
	background-color:rgba(105,21,6,.10);
}

/* Ajuste das imagens */
.elementor-widget-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.elementor-widget-image:hover img {
  transform: scale(1.05);
}

/* Garante que a seção interna use flex para alinhar as colunas lado a lado */
.elementor-inner-section .elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* espaço entre colunas, opcional */
}

/* Cada coluna ocupa 1/3 da largura (ajustável) */
.elementor-inner-section .elementor-inner-column {
  flex: 1 1 30%;
  max-width: 30%;
  box-sizing: border-box;
}

/* Responsivo para telas pequenas (empilha os blocos) */
@media (max-width: 768px) {
  .elementor-inner-section .elementor-inner-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.grid-galeria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 1px;
}

.bg {
  position: relative;
  aspect-ratio: 3 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: left;
  padding: 10px;

  /* invisível por padrão */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.bg:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

.overlay h3 {
	font-size: 1.5em;
	width:90%;
	font-weight:bold;
}
.overlay p {
  margin: 0 0 10px;
  font-size: 1.2em;
  line-height: 1.4;
  max-width: 90%;
}

.botao {
  display: inline-block;
  padding: 8px 16px;
  background-color: #551745;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size:1.4em;
  transition: background 0.3s;
}

.botao:hover {
  opacity:.8;
}

/* Responsivo */
@media (max-width: 768px) {
  .grid-galeria {
    grid-template-columns: 1fr;
  }
}
/* CSS Document */

