
*{
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}

html{
	scroll-behavior: smooth;
	
}


body{
	
	overflow-x: hidden;
	
}

a:link{
	text-decoration: none;
}

p{
	text-align: justify;
	padding: 5px;
}

 ul{
	padding: 5px;
}

h1, h2{
	color: #F6693D;
}

.sobe{
	margin-top: -150px;
}



#valores ul li{
	list-style: none;
}


#valores{
	margin-bottom: 10vh;
}

.cor{
	color: #fff;
	background-color: #F6693D;
	padding: 20px;
}

.cor2{
	color: #F6693D;
	background-color: #F3F3F5;;
	padding: 20px;
}


.secPage{
	margin-top: 10vh;
	
}
.sec{
	margin-top: 5vh;
}

.alinha{
	margin:auto;
}



.logo{
	
	height: 200px;
	background: url('../img/logo.png');
	background-position: center center;
  	background-repeat: no-repeat;
	background-size: contain ;
	
}




#fundo1{
	
	min-height: 60vh;
	background: url('../img/fundo2.png');
	background-position: center center;
  	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	margin-left:850px;
	margin-top: -100px;
	
	
	
}



#fundo2{
	
	min-height: 50vh;
	background: url('../img/visla2.png');
	background-position: left center;
  	background-repeat: no-repeat;
	background-size: contain;	
	margin-left:-150px;
	
	
}



#fundo3{
	
	min-height: 60vh;
	background: url('../img/fundoViraa.png');
	background-position: left center;
  	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	margin-left:900px;
	margin-top: -100px;
	
}





#agendar{
	background: url('../img/bones.jpg');
	background-position: center center;
	background-size: contain;
	padding-bottom: 10vh;
}

#requisitos{
	background-color: #F6693D;
	color: #fff;
	padding-bottom: 10vh;
}

#horario{

	min-height: 380px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #F3F3F5;
}




#contato{
	background-color: #F3F3F5;
	padding-bottom: 10vh;
}

#contato ul li{
	list-style: none;
	float: left;
}

#contato i{
	color: #F6693D;
	font-size: 30px;
	padding: 10px;
}

#fundoContato{
	
	min-height: 60vh;
	background: url('../img/fundo4.png');
	background-position: center center;
  	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	margin-left:850px;
	
	
}




#btnEnvia{
	background-color: #F6693D;
	color: #fff;
}


#copy{
	background-color:  #193764;
	color: #FCCC07;

}