
@font-face {
			font-family: 'Amatic SC', cursive;
     		src: url('https://fonts.googleapis.com/css?family=Amatic+SC');}



p { font-family: 'Amatic SC', cursive;}


h1{ 
	font-family: 'Amatic SC', cursive; 
	text-align: left;
	font-size: 6.9vw;
	padding: 0% 0% 0% 10%;}
h2{ 
	font-family: 'Amatic SC', cursive;
	text-align: left;
	font-size: 3.5vw;
	padding-left: 10%;}
.titulo{
	font-size: 60px;
	font-family: 'Amatic SC', cursive;
	text-align: center;
	
}
.titulo2{
	font-size: 18px;
	font-family: 'Amatic SC', cursive;
	text-align: center;
}

.empty_div{
	width: 100%;	
	background-color: #efefef;}

.div001{font-family: 'Amatic SC', cursive;
	text-align: center;
	background: url('home_clean.jpg') no-repeat center; 
	background-size: auto;
	height: 100%;
	padding: 50px;}




.rodape{width: 100%;
	background-color: rgba(193, 193, 193,0.25);
text-align: center;}

.rodape2{width: 100%;

	background-color: rgba(193, 193, 193,0.25);
text-align: center;}



.botoes{
	font-size: 30px;
	font-family: 'Amatic SC', cursive;
	text-align: left;
	padding-left: 10%;
}


.dropdown {
    position: relative;
    display: block;}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 80px;
    margin-top: -50px;
    background-color: #ededed;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;}

.dropdown:hover .dropdown-content {
    display: block;}




a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
}
a:active {
    color: orange;
    background-color: transparent;
}

