/* Estilo para o contêiner do campo de busca e do botão */
.search-box {
    position: relative;
    display: inline-block;
}

/* Estilo para o campo de busca */
#search {
    padding-right: 40px; /* Deixe espaço suficiente para o ícone de busca */
    border: 1px solid #000;
    border-radius: 55px;
    outline: none;
}

/* Estilo para o botão de busca */
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 82%;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

/* Estilo para o ícone de busca */
.search-button i {
    color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);		
}

form label {
        display: block;
        margin-bottom: 8px;
		text-align: left;
		font-size: 25px;
    }

    form input[type="text"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 5px;
        border: 2px solid #000;
        border-radius: 8px;		
		background-color: #e5e6e3;
		color: #000;
		font-size: 22px;
    }

    form button[type="submit"] {
        background-color: #007bff;
        color: #fff;
        border: 1px solid #000;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
		font-weight: bold;		
	}
	
	.comprar-btn {
		background-color: #007bff;
        color: #fff;
        border: 2px solid #000;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
		font-weight: bold;
		margin-top: 5px;
}
	
	    form button[type="comprar"] {
        background-color: #007bff;
        color: #fff;
        border: 2px solid #000;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
		font-weight: bold;		
	}
	
body {
	font-family: Arial, sans-serif;
	background-color: lightblue;
	//margin: auto;
	//width: 92%;
	}

section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 20px;
	text-align: center;
	width: 500px;
	}

section img {
	width: 95%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	cursor: zoom-in;
	}

section h2 {
	margin: 10px 0;
	font-size:35px;
	white-space: pre-wrap;
	}

section p {
	margin: 10px 10px;
	font-size: 20px;
	font-weight: bold;
	}

section button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	margin: 20px 0x;
	margin-top: -10px;
	cursor: pointer;
	border-radius: 5px;
	}

.outras-imagens {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.outras-imagens img {
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  cursor: zoom-in; /* altera o cursor do mouse para indicar que a imagem pode ser clicada */
}
	
.imagem-aumentada {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.imagem-aumentada img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1000;
}

.fechar {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  color: black;
  border: 2px solid #000;
  font-size: 45px;
  font-weight: bold;
  padding: 2px 10px;
  cursor: pointer;
  margin: 30px;
  border-radius: 10px;
  z-index: 1001;
}

div.paginacao {
    text-align: center;
	font-size: 20px;
}

div.detalhe {
	font-size: 12px;
	margin: 3px;
	font-style: italic;
	}
	
.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	
	
.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}

.pontos {
    display: inline;
}

.mais-texto {
    display: none; /* Mantém o texto extra oculto inicialmente */
}

.ver-mais {
    display: inline; /* Mostra o link "Ver mais" logo após a descrição truncada */
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.ver-mais:hover {
    text-decoration: underline;
}

.preco {
    font-size: 50px; /* Tamanho grande da fonte para o preço */
    font-weight: bold;
    margin-top: 10px;
}

.vendido {
    font-size: 50px; /* Tamanho grande da fonte para o preço */
    font-weight: bold;
	margin-bottom: 10px;
}

	
a.arrow-next {
	 background: url(../imagens/avancar.png) no-repeat center center;
	 background-size: cover; /* ou "contain" */
	 display: inline-block;
	 width: 65px;
	 height: 65px;
	 text-indent: -9999px;
	 margin-top: -20px;
}

a.arrow-back {
	 background: url(../imagens/voltar.png) no-repeat center center;
	 background-size: cover; /* ou "contain" */
	 display: inline-block;
	 width: 65px;
	 height: 65px;
	 text-indent: -9999px;
	 margin-right: 10px;
	 margin-top: -20px;
}

footer {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  margin: 20;
  border-radius: 10px;
}

footer p {
  margin: 0;
}

input,
input::placeholder {
    font-size: 12.5px;
}

.hidden {
	display: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  opacity: 0.7;

}

#myBtn:hover {
  background-color: #777;
}

#myBtn i {
  font-size: 24px;
}

/*.pagina-nao-encontrada {
    font-size: 50px;
    color: red;
    margin: 20px;
	font-weight: bold;
}*/

/* Estilo personalizado do select box */
select {
    padding: 10px;
    font-size: 20px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #f7f7f7;
    color: #000;
	display: inline-block;
    margin: 5 auto;
}

select:focus {
    outline: none;
    border-color: #6cb2eb;
    box-shadow: 0 0 5px #6cb2eb;
}

option {
    background-color: #fff;
    color: #000;
}

.pagina_label {
    display: inline-block;
	width: 60px;
	font-size: 20px;
	color: #333;
	padding-right: 10px;

}

.container {
	text-align: center;
}

.checkbox-container {
    display: flex;
    align-items: center;
}
  
.checkbox-label {
    order: -1;
}
  
.checkbox-input {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    margin-top: -5px;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 70px;
	background-color: #fff;
	border-bottom: 2px solid black;
	z-index: 999;
	align-items: center;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	float: left;
}

ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin-left: 0px;
	margin-right: 10px;


}

a {
	display: inline-block;
	padding: 5px;
	border-radius: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.a footer {
	text-size: 100px;
}

.menu-icon {
	font-size: 1.9em;
	color: #333;
	margin-top: 5px;
	margin-left: 10px;
	cursor: pointer;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px; /* ajuste a altura conforme necessário */
  margin-top: -1px;	
}

.logo-container img {
  padding: auto;
  max-width: 95%;
  height: auto;
  margin-bottom: 10px;
  margin-left: auto; /* alterado para centralizar */
}

#menu-items {
  display: none;
}

#menu-items.active {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 20px;
  /*box-shadow: 0 4px 8px rgba(0,0,0,.2);*/
  border-bottom: 2px solid black;
  padding-left: 35px;
  list-style-type: disc; /* define o estilo da lista como uma bolinha */
}

.hide-menu {
  display: none;
}

body {
  padding-top: 50px; /* ajuste o valor conforme a altura do cabeçalho */
}

.logo-container a {
  display: inline-block;
}

#footer_final {
	font-size: 15px;
}

@media only screen and (min-width: 360px) and (max-width: 915px) { 
	
	section img {
	width: 90%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section label {
	text-align: left;
	font-size: 22px;
	padding: 5px;
	}

	section {
	display: inline-block;
	margin: 15% auto;
	padding: 5%;
	border: 2px solid #000;
	border-radius: 30px;
	text-align: center;
	width: 90%;
	max-width: 500px;
	margin-top: 30px;
	margin-bottom: 15px;
	}
	
	section h2 {
	margin: 10px 0;
	}



form label {
     display: block;
     margin-bottom: 8px;
    }
}
.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}
.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}	
	
@media only screen and (min-width: 412px) and (max-width: 767px) {

	section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section label {
	text-align: left;
	font-size: 22px;
	padding: 5px;
	}
	
	section {
	display: block;
	margin: 15px;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 30px;
	text-align: center;
	width: 300px;
	}
	
	section h2 {
	margin: 10px 0;
	}


	form label {
     display: block;
     margin-bottom: 8px;
    }   
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}

}

@media only screen and (min-width: 600px) and (max-width: 1024px) { 
	
	form label {
        display: block;
        margin-bottom: 8px;
		text-align: left;
		font-size: 25px;
    }

    form input[type="text"],
    form input[type="tel"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 5px;
        border: 2px solid #000;
        border-radius: 8px;		
		background-color: #e5e6e3;
		color: #000;
		font-size: 22px;
    }

    form button[type="submit"] {
        background-color: #007bff;
        color: #fff;
        border: 2px solid #000;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
		font-weight: bold;		
	}
	
body {
	font-family: Arial, sans-serif;
	background-color: lightblue;
	//margin: auto;
	//width: 92%;
	}

section {
	display: block;
	background-color: white;
    margin: 20px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 15px;
	text-align: center;
	width: 550px;
	}

section img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid #000;
    cursor: zoom-in;
}

section h2 {
	margin: 10px 0;
	font-size:35px;
	white-space: pre-wrap;
	}


section button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	margin: 20px 0x;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 5px;
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (max-width: 1280px) {
    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	margin: 40px auto;
	}
}
	
	@media screen and (max-width: 1024px) {
    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	margin: 40px auto;
	}
	
	#search {
    padding-right: 40px; /* Deixe espaço suficiente para o ícone de busca */
    border: 1px solid #000;
    border-radius: 55px;
    outline: none;
	}
	
	form button[type="submit"] {
    background-color: #007bff;
	color: #fff;
	border: 1px solid #000;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-weight: bold;		
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}	
}
	
	@media screen and (max-width: 412px) {
    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	margin: 40px auto;
	}
}
	
	@media screen and (max-width: 360px) {
    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 15px;
	text-align: center;
	width: 300px;
	}
		
		/* Estilo para o contêiner do campo de busca e do botão */
	.search-box {
		position: relative;
		display: inline-block;
		width: 300px;
	}

	/* Estilo para o campo de busca */
	#search {
		padding-right: 40px; /* Deixe espaço suficiente para o ícone de busca */
		border: 1px solid #000;
		border-radius: 55px;
		outline: none;
	}

	/* Estilo para o botão de busca */
	.search-button {
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		height: 82%;
		background: none;
		border: none;
		outline: none;
		cursor: pointer;
	}

	/* Estilo para o ícone de busca */
	.search-button i {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);		
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}
	
	@media screen and (max-width: 280px) {
    
	.descricao {
	font-size: 10px;
	text-align: left;
	margin: 15px;
	white-space: pre-wrap;
	line-height: 1.5em;
	font-weight: bold;
	}
	section h2 {
	margin: 10px 0;
	font-size:25px;
	white-space: pre-wrap;
	}
	section img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 15px;
	text-align: center;
	width: 220px;
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}	
}

@media screen and (max-width: 912px) {
    
	.descricao {
	font-size: 18px;
	text-align: left;
	margin: 15px;
	white-space: pre-wrap;
	line-height: 1.5em;
	font-weight: bold;
	}
	section h2 {
	margin: 10px 0;
	font-size:30px;
	white-space: pre-wrap;
	}
	section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (min-width: 360px) and (max-width: 360px) {

    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 25px;
	text-align: center;
	width: 260px;
	}

		.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (max-width: 393px) {
    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}	
	

		.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (min-width: 393px) and (max-width: 393px) {

    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 25px;
	text-align: center;
	width: 290px;
	}
	

	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (min-width: 390px) and (max-width: 390px) {

    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 25px;
	text-align: center;
	width: 300px;
	}
	
	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
}

@media screen and (min-width: 375px) and (max-width: 375px) {

    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 25px;
	text-align: center;
	width: 300px;
	}

		.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}	
}

@media screen and (min-width: 120px) and (max-width: 380px) {

    section img {
	width: 98%;
	height: auto;
	border-radius: 20px;
	border: 2px solid #000;
	}
	
	section {
	display: block;
	background-color: white;
    margin: 40px auto;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 25px;
	text-align: center;
	width: 250px;
	}
	

	.descricao-container {
    text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
	margin: 0; /* Remove margens superiores e inferiores */
    padding: 0; /* Remove possíveis espaçamentos internos */
	margin-top: 5px;
}	

	.descricao {
    display: inline;
	font-size: 17.5px;
    text-align: left;
    margin: 15px;
    white-space: pre-wrap;
    line-height: 1.5em;
    font-weight: bold;
    overflow: hidden;
	margin: 0; /* Remove qualquer margem ao redor da descrição */
    padding: 0; /* Remove qualquer espaçamento interno na descrição */
}
	}

@media screen and (min-width: 120px) and (max-width: 320px) {
	
	/* Estilo para o contêiner do campo de busca e do botão */
	.search-box {
		position: relative;
		display: inline-block;
		width: 270px;
	}

	/* Estilo para o campo de busca */
	#search {
		padding-right: 40px; /* Deixe espaço suficiente para o ícone de busca */
		border: 1px solid #000;
		border-radius: 55px;
		outline: none;
	}

	/* Estilo para o botão de busca */
	.search-button {
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		height: 82%;
		background: none;
		border: none;
		outline: none;
		cursor: pointer;
	}

	/* Estilo para o ícone de busca */
	.search-button i {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);		
	}
	
	#menu-items.active {
		display: block;
		position: absolute;
		top: 75%;
		left: 0;
		background-color: #fff;
		width: 100%;
		padding: 20px;
		/*box-shadow: 0 4px 8px rgba(0,0,0,.2);*/
		border-bottom: 2px solid black;
		padding-left: 35px;
		list-style-type: disc; /* define o estilo da lista como uma bolinha */
	}
	.descricao-container {
		text-align: left; /* Alinha o conteúdo do contêiner à esquerda */
		margin: 0; /* Remove margens superiores e inferiores */
		padding: 0; /* Remove possíveis espaçamentos internos */
		margin-top: 5px;
}	

	.descricao {
		display: inline;
		font-size: 17.5px;
		text-align: left;
		margin: 15px;
		white-space: pre-wrap;
		line-height: 1.5em;
		font-weight: bold;
		overflow: hidden;
		margin: 0; /* Remove qualquer margem ao redor da descrição */
		padding: 0; /* Remove qualquer espaçamento interno na descrição */
	}
}
}