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

body {
	background: rgb(255,255,255);
	/*background: rgba(255, 215, 0,0.4);*/
	padding: 0;
	margin: 0 auto;
	color: black;
	display: block;
}

/* Menu */


#topMenu {
	width: 1024px;
	height: 118px;
	position: relative;
	margin: 0 auto;
	background: #233E5C;
	/*border-style: solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
	border-color: rgb(0,0,0);*/
}

#logo {
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	width: 35%;
}

#contato {
	width: 64%;
	float: right;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding-top: 2%;
}


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

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




/* Conteudo Principal*/
.BodyContent {
	position: relative;
	display: block;
	width: 1024px;
	min-height: 500px;
	margin: 0px auto;
	padding: 0 0 50px 0;
	background-color: white;
	margin-bottom: 10px;
	/*border-style: solid;
	border-width: 1px;
	border-top: none;
	border-bottom: none;
	border-color: rgb(0,0,0);*/
}

#alerta {
	width: 100%;
	text-align: center;
}

.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: 60px;
	margin-bottom: 60px;
}

.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; }
}


/*menu*/
.leftbar {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	margin: 0;
	width: 20%;
	padding-top: 0px;
	background-color: #233E5C;
	padding-right: 5px;

}

.fotoleft {

	width: 95%;
}

#menu {
		width: 100%;
		margin: 0 0;
		background-color: none;
		position: relative;
		z-index: 1;
		/*border-bottom: none solid 2px blue rgb(255,87,87);*/
		/*border-top: solid 1px blue;*/
}

#menuList {
	list-style-type: none;
	position: relative;
	text-align: center;
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0 0;
	padding: 0 0;
	
}

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

#menuList a:hover {
	color: white;
	background-color: red;
}

#menuList li {
	vertical-align: middle;
	margin: 0 0;
	line-height: 50px;
	border-bottom: solid 2px #233E5C;
	border-right: solid 2px #233E5C;
	border-left: solid 5px #233E5C;
	background-color: #DF6B1D;
	font-family: Arial; 
}

#menulist li:hover {
	background-color: #233E5C;
}

.MainMenu{
	/*display: inline-block;*/
	width: 99%;
}

/*conteudo*/

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

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

.TituloDestaque h1 {
	font-size: 20px;
	font-style: normal;
	color: #233E5C;
	font-family: Arial;
	margin-bottom: 10px;
}

.foto {
	width: 400px;
	margin-top: 20px;
}

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

.foto3 {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}

iframe {
	margin-top: 5px;
	padding-top: 0;
}

.TextoDestaque {
	text-align: justify;
}

.item {
	width: 20%;
	margin-right: 40px;
	display: inline-block;
}


.TextoDestaque p {
	width: 70%;
	margin: 0 auto;
	text-indent: 20px;
	font-size: 16px;
	line-height: 25px;
	font-family: Georgia;
	margin-top: 10px;
}

.mainContent h2 {
	color: black;
	font-weight: bold;
	text-align: left;
	margin-left: 140px;
	font-size: 16px;
	margin-top: 30px;
	font-family: Arial;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tabelaPromocao1 {
	padding-bottom: 20px;
}

.tabelaPromocao1 img {
	margin: 0 auto;
	height: 160px;
	width: 200px;
	object-fit: cover;
}

.promocao1 {
	width: 30%;
	margin-left: 25px;
	margin-bottom: 20px;
	float: left;
	height: 300px;
}

.tabelaPromocao2 {
	padding-bottom: 40px;
	margin-left: 100px;
}

.tabelaPromocao2 img {
	margin: 0 auto;
	height: 160px;
	width: 200px;
	object-fit: cover;
}
	
.promocao2 {
	width: 40%;
	margin-bottom: 40px;
	float: left;
	margin-left: 30px;
}

.preco {
	color: green;
	font-size: 22px;
}

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

.tabelaProdutos img {
	margin: 0 auto;
	height: 120px;
	width: 160px;
	object-fit: cover;
}
	

.produto {
	width: 30%;
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
}


/* rodape */
footer {
	position: relative;
	display: block;
	width: 1024px;
	margin: auto;
	background-color: #233E5C;
	color: white;
	text-align: center;
	padding-bottom: 40px;
}

.siteMap {
	text-align: center;
	min-height: 200px;
}

.siteMap img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

footer h3 {
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: solid 1px;
}

footer ul {
	width: 20%;
	padding: 0 4% 0 4%;
	display: inline-block;
	list-style: none;
	line-height: 20px;
}

footer li {
	margin: auto;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #DF6B1D;

}

.foot {
	height: 100px;
}

#logo_bottom {
	height: 100%;
	margin-top: 20px;
}



/*slideshow*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
	width: 819.5px;
  	position: relative;
  	margin: -10px -4px;
  	padding: 0;
}

.slideshow-container img {
	height: 208px;
	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}
}