@charset "utf-8";
/* CSS Document */
body{
	background-color: black;
	background-image: url(https://cdn.serif.com/affinity/img/home/0824/banner-060820241344--xl@2x.webp);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.ban{  
     padding-top: 5px;
     width: 100%;
      height: 100px;
	background-color: rgba(0,0,0,0.44);
	
      }
.bann{
	width: 100%;
	height: auto;
	display: flex;
	
}
.bann img {
	width: 250px;
	object-position: right;
	padding-left: 45px;
	padding-top: 5px;
}
.guias{
	
	position: relative;
	
	text-align-last: center;
	/*z-index: -5;*/
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: white;
	height: 600px;
	width: 80%;
}
.titulo{
	width: 100%;
	height: 90px;
	padding-top: 15px;
}
.help{
	position: relative;
	
	display: flex;
}
.item{
	width: 250px;
	height: 250px;
	background-color: rgba(255,255,255,0.70);
	border-radius: 15px;
	transition: transform .2s; /* Animation */
}
.item:hover{
	
	background-color: rgba(255,255,255,0.90);
	border-radius: 19px;
	transform: scale(1.3);
}
.item img{
	padding-top: 10px;
	width: 90%;
	height: auto;
}
a {
	text-decoration: none;
	color: white;
	padding-bottom: 55px;
}
h2, h3{
	color: black;
}
