* {
  padding: 0;
  margin: 0;
}

body {
	background-color: #c0f3fc;
}


a{
	text-decoration: none;
}

.imagem {
  background-image: url('../img/Lagoa-Salgada.jpg');
  background-size: cover;
  background-repeat: no-repeat;
/*  width: 100%;*/
  height: 90vh;
/*  background-color: red;*/
}

.menu {
  background-color: blue;
  height: 10vh;
  display: flex;
  align-items: center; /* Centraliza verticalmente */
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

ul {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

ul > li {
  display: inline-block;
  margin-right: 2%;

/*  vertical-align: middle; /* Centraliza verticalmente */*/
/*  line-height: 10vh; /* Ajusta a linha para centralizar verticalmente */*/
}
ul > li > a{
	text-decoration: none;
	color: white;
}
#sobre{
}
.sobre{
	padding-top: 1%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.topico{
	padding-top: 1%;
	border-bottom: 1px solid white;
}
.topico>span{
	font-family: arial;
	padding-left: 5%;
	font-size: 32px;
	font-weight: bold;

}
.sobre>span{
	width: 55%;
	font-family: arial, sans-serif;
	font-size: 20px;
	color: white;
	padding: 30px;
	text-align: justify;
	background-color: blue;
	border-radius: 90px 0px 0px 90px;

}
.comercio{
	padding-top: 1%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.comercio>span{
	width: 55%;
	font-family: arial, sans-serif;
	font-size: 20px;
	color: white;
	padding: 30px;
	text-align: justify;
	background-color: blue;
	border-radius: 90px;

}
.fonte{
	 display: flex;
      justify-content: flex-end; /* Alinha os itens à direita */
}
.copy{
	 display: flex;
      justify-content: flex-end; /* Alinha os itens à direita */
      color: blue;
      font-size: 10px;
}
.copy > a{
	color: black;
	text-decoration: none;
}
.foto1{
	width: 40%;
	border-radius: 50px 90px 90px 50px;
}
.comercios{
	margin-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.card{
/*	width: 15%;*/
	margin-bottom: 2%;
	background-color: white;
	border-radius: 5%;
	padding: 1%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.foto-comercio>img{
	width: 200px;
	height: 200px;
}
.nome-comercio{
	font-weight: bold;
	font-family: arial;
}
.descricao-comercio{
	max-width: 100%;
	font-size: 12px;
}
.contatos-comercio{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site{
	margin-top: 5%;
	background-color: blue;
	color: white;
	border-color: blue;
	font-size: 18px;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 10%;
	padding-right: 10%;
	border-radius: 3%;
}

.telefone{
	margin-top: 5%;
	background-color: blue;
	color: white;
	border-color: blue;
	font-size: 18px;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 3%;
	border-radius: 3%;
}
.feira-livre{
	padding-top: 1%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.feira-livre>span{
	width: 40%;
	font-family: arial, sans-serif;
	font-size: 20px;
	color: white;
	padding: 30px;
	text-align: justify;
	background-color: blue;
	border-radius: 90px 0px 0px 90px;
}
.padroeira{
	padding-top: 1%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.padroeira>span{
	width: 40%;
	font-family: arial, sans-serif;
	font-size: 20px;
	color: white;
	padding: 30px;
	text-align: justify;
	background-color: blue;
	border-radius: 0px 90px 90px 0px;
}
.video{
	width: 50%;
}
iframe{
	width: 100%;
	height: 400px;
}

.galeria{
	margin-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.footer{
	font-family: arial;
	font-weight: bold;
	color: white;
	height: 50px;
	background-color: blue;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-footer > span > a{
	color: white;
}

@media only screen and (min-width: 901px) {/*TELAS GRANDES*/
  .fotos{
		width: 20%;
		height: 5%;
		margin-bottom: 2%;
		background-color: white;
		border-radius: 5%;
		padding: 1%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.fotos>img{
		width: 100%;
		height: 100%;
	}
	.descricao{
		max-width: 100%;
		font-size: 18px;
	}
}

/* Estilos para telas médias (601 a 900 pixels) */
@media only screen and (min-width: 601px) and (max-width: 900px) {
	.fotos{
		width: 30%;
		height: 5%;
		margin-bottom: 2%;
		background-color: white;
		border-radius: 5%;
		padding: 1%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.fotos>img{
		width: 100%;
		height: 100%;
	}
	.descricao{
		max-width: 100%;
		font-size: 18px;
	}
}

/* Estilos para telas pequenas (até 600 pixels) */
@media only screen and (max-width: 600px) {
  .fotos{
		width: 100%;
		height: 5%;
		margin-bottom: 2%;
		background-color: white;
		border-radius: 5%;
		padding: 2%;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.fotos>img{
		width: 100%;
		height: 100%;
	}
	.descricao{
		max-width: 100%;
		font-size: 18px;
	}
}