html{
	position: relative;
	min-height: 100%;
	max-width: 100%;
}

body {
	padding: 0;
	margin: 0;
	color: black;
}

/* Menu */


#topMenu {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: white;
}

#logo {
	width: 70%;
	margin: 0 auto;
	display: block;
}

#contato {
	display: none;
}

#contato_bot {
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
	background-color: #233E5C;
	font-family: Georgia;
	font-size: 12px;
}

#contato1 {
	display: inline-block;
	color: white;
	text-align: center;
	width: 45%;
	margin-left: 5%;
}

#contato2 {
	display: inline-block;
	color: white;
	text-align: center;
	width: 45%;
}

#menu {
	width: 100%;
	margin: 0 auto;
	background-color: #DF6B1D;
	position: relative;
	z-index: 1;
}

#menuList {
	list-style-type: none;
	position: relative;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

#menuList a{
	color: white;
	text-decoration: none;
}

#menuList a:hover {
	color: #233E5C;
}

#menuList li{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	line-height: 40px;
	width: 35%;
}

.MainMenu{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}


/* Conteudo Principal*/
.BodyContent {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

#alerta {
	width: 90%;
}

.CTA a {
	display: inline-flex;
	/*width: 80%;*/
	background-color: #25D366;
	color: white;
	padding: 12px 24px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	margin-top: 20px;
	margin-bottom: 20px;
}

.CTA a:hover {
	background-color: #20b358;
}

.CTA a i {
	margin-right: 8px;
}

/* Galeria de produtos */
.galeria-slider {
  width: 80%;
  height: 600px;
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  display: inline-flex;
  
}

.galeria-slide {
  display: none; /* Esconde todas as fotos */
  width: 100%;
  height: 100%;
  
}

.galeria-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background-color: white;
}

.galeria-slide.active {
  display: block; /* Exibe a foto ativa */
  animation: fade 0.5s; /* Efeito suave de transição */
}

.galeria-slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
  display: inline-block;
}

.galeria-slider button:hover { background-color: rgba(0,0,0,0.8); }
.prev { left: 0; border-radius: 0 3px 3px 0; }
.next { right: 0; border-radius: 3px 0 0 3px; }

@keyframes fade {
  from { opacity: 0.4; } 
  to { opacity: 1; }
}
/**/
.fotoleft {

	display: none;
}

.siteMap {
	display: none;
}

#logo_bottom {
	display: none;
}

.mainContent {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin:	0 auto ;
	padding-top: 6px;
	padding-bottom: 40px;
}

.TituloDestaque h1 {
	font-size: 28px;
	font-style: normal;
	color: #233E5C;
	font-family: Arial;
	width: 85%;
	margin: 6vh auto 2vh auto;
}

.TextoDestaque {
	text-align: justify;
}

.TextoDestaque p {
	width: 90%;
	margin: 2% auto;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	font-family: Georgia;
}

.mainContent h2 {
	color: black;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 0;
	font-family: Georgia;
	width: 95%;
}

.promo {
	color: red;
	font-size: 30px;
	font-style: normal;
	font-family: Arial;
	line-height: 60px;
	margin-bottom: 10px;
}

.tabelaPromocao1 {
	width: 100%;
	margin: 0 auto;

}

h3 {
	margin-bottom: 0;
}

.tabelaPromocao1 img {
	margin: 0 auto;
	width: 65%;
	margin-bottom: 0;
}
	
.promocao1 {
	width: 100%;
}

.tabelaPromocao2 {
	width: 100%;
	margin: 0 auto;

}

.tabelaPromocao2 img {
	margin: 0 auto;
	width: 65%;
	margin-bottom: 0;
}
	
.promocao2 {
	width: 100%;
}

.preco {
	color: green;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 40px;
}

.tabelaProdutos {
	width: 100%;
	margin: 0 auto;

}

.tabelaProdutos img {
	margin: 0 auto;
	width: 65%;
	margin-bottom: 10%;
}
	

.produto {
	width: 100%;
}

.foto {
	width: 70%;
	margin: 5% 0;
}

.foto2 {
	width: 30%;
	margin-top: 30px;
}

.foto3 {
	width: 80%;
	margin: 5% 0;
}

iframe {
	width: 80%;
}


/* rodape 
footer {
}*/




/*slideshow*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	width: 85%;
  	position: relative;
  	margin: 0 auto;
  	padding: 0;
  	top: -10px;
}

.slideshow-container img {
	margin: 0;
	object-fit: cover;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}