#floating-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000; /* Garante que o botão fique acima de outros elementos */
}

#main-button {
  background-color: #f0ad4e; /* Cor de fundo laranja */
  border: none;
  border-radius: 50%; /* Formato circular */
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease; /* Adiciona uma transição suave */
}

#main-button img {
  width: 30px; /* Ajuste o tamanho do ícone conforme necessário */
}

#main-button:hover {
  transform: scale(1.1); /* Aumenta o tamanho do botão ao passar o mouse */
}

#menu-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* Esconde as opções inicialmente */
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#menu-options li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

#menu-options li:last-child {
  border-bottom: none;
}

#menu-options a {
  text-decoration: none;
  color: #333;
  display: block;
}








.video-wrapper{

}

.video-background
{

	width: 980px;
	height: 196px;
	z-index: 10;
}
.video-background2
{

	width: 580px;
	height: 320px;
	z-index: 10;
}



ul li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    background-image: linear-gradient(to right, #FFD700, #FFA500); /* Gradiente de amarelo a laranja */
    background-size: 100% 3px; /* Largura do gradiente */
    background-repeat: no-repeat;
    background-position: 0 100%; /* Posiciona o gradiente na parte inferior do texto */
    transition: background-size 0.3s ease; /* Adiciona uma transição suave */
}

ul li a:hover {
    background-size: 100% 100%; /* Aumenta a altura do gradiente ao passar o mouse */
}


img { border-style: none; }
			
body:after{
display:none;
}

.tabela  {
background-image: url('menu3.jpg');
}

.barback  {
background-color: #D1D4E5;
background-image: url('fundo_tabela_lado.jpg');
}

.paginaback  {
background-color: #FFFFFF;
background-image: url('fundo_pag.jpg');
}


.pagesback  {
background-image: url('muro_chapisco.jpg');
}

.VerdanaClass {
font-family: "Verdana";
font-size: 13px;
}

a:link {
color:#000000;
color:#000000;
text-decoration:none;
}
a:visited {
color:#FFFFFF;
color:#000000;
text-decoration:none;
}
a:hover {
color:#081967;
text-decoration:underline;
}
a:active {
color:#081967;
text-decoration:underline;
}

.teste {
position: absolute;
top: 196;
_position: absolute;
_top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
visibility: hidden;
display:none;
width:100%;
height:102px;
margin-left: auto;
margin-top: auto;
left: 0;
z-index: 900;
background-image: url('menu_slide_background.jpg');
}

.topoflutuante {
position: absolute;
width: 100%;
height: ;
top:116px;
z-index: 10;
}

.LogoFlutuante {
position: absolute;
width: 180px;
height: 258px;
top:0px;
z-index: 20;
transform: translate(50%, 0);


left: 50%;
margin-right: -50%;
transform: translate(-494px, 0)
}







/* Estilo para a imagem ampliada (modal) */
.modal {
    display: none; /* Escondido por padrão */
    position: fixed; /* Fica na frente de todo o conteúdo */
    z-index: 1; /* Garante que fique por cima de outros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Permite rolagem se a imagem for grande */
    background-color: rgba(0, 0, 0, 0.9); /* Fundo preto transparente */
}

.modal-content {
    margin: 15% auto; /* Centraliza a imagem */
    max-width: 80%; /* Largura máxima da imagem ampliada */
    width: auto;
    height: auto;
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; 

}
body {
    font-family: Verdana, sans-serif;
}

.VerdanaClass { /* If you still need this class for other styling */
    font-family: Verdana, sans-serif; 
}

/* Remove estilos conflitantes dentro da tabela */
table td, table p {
    font-family: Verdana, sans-serif; /* Herda a fonte definida no body */
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	font-family: Verdana, sans-serif;
	text-align: justify; /* Adiciona a justificação do texto */
  }
  
  .product-info {
	display: flex;
	border: 0px solid #c6c6c6;
	border-spacing: 2px;
	width: auto;
  }
  
  .product-info > div {
	border: 0px solid #c6c6c6;
	padding: 10px; /* Aumentado o padding para melhor espaçamento */
  }
  
  .product-image img {
	height: 200px;
	margin: 0;
  }
  
  .product-description ul {
	list-style: disc; /* Usa marcadores de lista */
	padding-left: 10px; 
	text-align: justify; /* Adiciona a justificação do texto */
  }
  
  .product-description li { 
	font-size: 12px; 
	text-align: justify; /* Adiciona a justificação do texto */
  }
  .call-to-action {
	text-align: center;
	margin-top: 20px; 
  }

  h4 {
	margin-bottom: 5px; 
  }
  
  h5 {
	margin-top: 5px; 
  }





.video-background2
{

width: 580px;
height: 340px;
z-index: 10;
}			


