*{
  list-style-type: none;
  margin: 0;
  padding: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

body {
 background-image: url(../images/domonext.pt_Domotica_Loja_online_fundo_monte.webp);
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;


-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menu-area li a{
 text-decoration: none;
 color:#fff;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
padding:0 25px;
font-size: 14px;
line-height: 30px
position: relative;
z-index: 1;
}
.menu-area li{
	list-style: none;
	display: inline-block;
	
	
}
.custom-padding{
		padding-top: 00px;
		
}
nav{position: relative;
	padding:10px 20px 10px 10px;
	text-align: center;
	z-index: 1;
	background: #333;
	margin: 0 auto;
	with:calc(100% - 60px);
}
ul li:hover {
  background:#99cc00;
  font-weight:bold;
}
.logo{
	with: 15%;
	float: left;
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	text-align: left;
	padding-left: 2%;
}
.imagem{
	margin-top:100px;
	margin-bottom:-20px;
}
.textimagem
{
	color:white;
}
.button-38 {
	background-color: #FFFFFF;
	border: 0;
	border-radius: .5rem;
	box-sizing: border-box;
	color: #090ca3;
	font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25rem;
	padding: .75rem 1rem;
	text-align: center;
	text-decoration: none #D1D5DB solid;
	text-decoration-thickness: auto;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	margin-top: 9px;
  }
  
  .button-38:hover {
	background-color: rgb(249,250,251);
  }
  
  .button-38:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
  }
  
  .button-38:focus-visible {
	box-shadow: none;
  }
