.modal-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
	z-index: 999; 
}
.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
.none {
	display: none;
}
.input{
	width:280px;	
	margin:0 auto
}
.titulo{
	font-size:25px;
}
.pDescricaoProdutos{
	text-align:center;
	font-size:12px;
}
@media screen and (max-width:600px){
	.titulo{
		font-size:15px;	
	}
	
	.pDescricaoProdutos{
		font-size:10px;
	}
}
/*.logo{
	background:url("domingao.jpg");
	height:240px;
	width:360px;
	margin:0 auto;
}*/

.logo {
	margin:0 auto;
	width: 50%;
	min-width:100px; /* limita a redução da div até 100px */ 
}
 
.logo img{
	margin:0 auto;
	width:100%;
	max-width:300px; /* limita o crescimento da imagem até 300px */
	max-height:310px; /* limita o crescimento da imagem até 310px */
	/*min-width:100px; /* limita a redução da imagem até 100px – não é necessário */
}

.logo2 {
	margin:0 auto;
	width: 50%;
	min-width:50px; /* limita a redução da div até 100px */ 
}
 
.logo2 img{
	margin:0 auto;
	width:100%;
	max-width:180px; /* limita o crescimento da imagem até 300px */
	/*min-width:100px; /* limita a redução da imagem até 100px – não é necessário */
}


/*.logo {
	width:360px;
	height:240px;
background-image: url("sygecom.jpg");
background-size:100% 100%;
-webkit-background-size: 100% 100%;
-o-background-size: 100% 100%;
-khtml-background-size: 100% 100%;
-moz-background-size: 100% 100%;
	margin:0 auto;
}*/