*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
	font-family: "Roboto";
}

.container{
	max-width: 1280px;
	padding: 0 2%;
	margin: 0 auto;
}

.center{
	margin: 0 auto;
	max-width: 1280px;
	padding:0 2%;
}



body{
	overflow-x: hidden;
	background-color: white;
}

.clear{
	clear: both;
}

header{
	background-color:;
	min-height: 250px;
	padding: 30px 0;
	background-size: cover;
	background-position: center;
}

.criar{
	width:100%;
	background-color:;
	text-align: center;
}

.criar h2{
	animation: mudarcor 2s infinite linear alternate;
	 font-weight: bold;
	 text-transform: uppercase;
}
@keyframes mudarcor{
	0%{
		color: DeepSkyBlue;
	}
	25%{
		color: blue;
	}
	50%{
		color: blue;
	}
	75%{
		color:OrangeRed;
	}
	100%{
		color:white;
	}
}

.logo{
	position: relative;
	z-index: 2;
	background-size: 100% 100%;
	float: left;
	width: 132px;
	height: 20px;
	color: white;
	font-size: 20px;
}







nav.desktop{
	float: right;
	margin-top: 25px;
}

nav.desktop ul{
	list-style-type: 
}

nav.desktop li{
	display: inline-block;
	margin:0 15px;
}
nav.desktop li:hover{
	border-bottom: 1px solid black;
}



nav.desktop a{
	color: black;
	text-decoration: none;
}

nav.desktop a:hover{
	color: orange;
}

nav li.btn-nav{
	padding: 3px 8px;
	border-radius: 20px;
	border: 1px solid white;
}

nav.mobile{
	display: none;
    float: right;
}

nav.mobile ul{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 70px 0 30px 0;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display:none ;
	text-align: center;
}

nav.mobile h3{
	position: relative;
	margin-right:20px;
	margin-top:10px;
	z-index: 2;
	color:black;
	cursor: pointer;
	font-size: 26px;
}

nav.mobile li{
	padding: 10px 0;
}


nav.mobile li.btn-nav{
	padding: 4px 10px;
	display: inline-block;
}

nav.mobile a{
	display: block;
	color: black;
	text-decoration: none;
}

@media screen and (max-width: 768px){
	nav.desktop{display: none;}
	nav.mobile{display: block;}
 
}


.especi0{
	width: 100%;
	padding: 20px;
	background-color: ;
}

.especi1{
	width: 50%;
	float: left;
	padding: 20px;
	background-color: DeepSkyBlue;
	border: 1px solid white;
}

.especi1 h1{
	color:white;
	text-align: center;
}

.especi1 p{
	color: white;
	text-align: center;
}

@media screen and (max-width: 682px){
	.especi1{
		width:100%;
	}
}

.imablu{
	background-image: url('../images/fundo.jpg');
	background-size: cover;
	background-position: absolute;
	min-height: 200px;
}

.bens{
	margin-top: 8%;
	width: 33.333%;
	float: left;
	padding: 1%;
	border-radius: 10px;
	background-color: white;
	border: 1px solid blue;
	margin-bottom: 10px;

}

.bens h3{
	text-align: center;
	color:DeepSkyBlue;
}

@media screen and (max-width:686px){
	.bens{
		width:100%;
	}
}

.telas{
	width: 100%;
	padding: 10px;
	background-color: ;
}

.ttelas{
	width: 50%;
	float: left;
}
@media screen and (max-width:686px){
	.ttelas{
		width:100%;
	}
}


.ttelas h3{
	text-align: center;
	color:DeepSkyBlue;
}
.ttelas p{
	text-align: center;
	margin-top: px;	
	color:DeepSkyBlue;
}

.diminu{
	width: 100%;
	background-color: ;
	margin-top: 70px;
}


.projee{
	width: 100%;
	padding: 8px;
	background-color: ;
}

.pr{
	width: 100%;
	padding: %;
	text-align: center;
	background-color: ;
}
.pr h2{
	 font-weight: bold;
	 color:DeepSkyBlue;
}
.img-wraper{
	width:calc(33.3% );
	padding-top:calc(33.3% / 2);
	float: left;
	background-color: white;
	position: relative;
	border: 4px solid white;
}


.img{
	position: absolute;
	left: 0px;
	top:0;
	width: 100%;
	height:100%;
	background-position:center;
	background-size:contain;
	background-repeat: no-repeat;
}




.wt{
	width:7%;
	position: fixed;
	right: 5%;
	top:50%;
	transform:translateY(-50%);
	background-color: rgba(0,255,0, 0.5);
	box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
	padding: 1px;
	z-index: 1000;
	border-radius: 1000px;
	animation: glow 1.5s infinite alternate;
  transition: box-shadow 0.3s ease-in-out;
}

.wt span{
	font-size:50 px;
	font-family: family-name;
	color: white;
	margin-left: 50px;
}

.wt a{
	color: white;
	font-size: 80px;
	margin-left:12px;
}


@media screen and (max-width: 900px){
	.wt{
		width: 10%;
	}
}
@media screen and (max-width: 1024px){
	.wt{
		width: 10%;
	}
}
@media screen and (max-width: 667px){
	.wt{
		width: 20%;
	}


}

@keyframes glow {
    0% {
        /* Brilho inicial mais suave */
        
        box-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 20px rgba(0, 255, 0, 0.5), 0 0 30px rgba(0, 255, 0, 0.3);
    }
    100% {
        /* Brilho máximo (efeito reluzente) */
       
    	   box-shadow: 0 0 20px rgba(0, 255, 0, 0.9), 0 0 40px rgba(0, 255, 0, 0.8), 0 0 60px rgba(0, 255, 0, 0.6);
    }
}



/*media do menu-mobile*/
@media screen and (max-width: 768px){
	nav.desktop{display: none}
	nav.mobile{display: block;}
 
}


footer{
  padding:14px 0;
  background: #333;
  color: white;
}

footer ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
}

.group-btns a{
  margin:0 10px;
}

footer a{
  color: white;
  font-size: 17px;
}





	






