body{
	background-color: #39444e !important;
}
/*Fontes*/

.oswald{
	font-family: 'Oswald', sans-serif;
}
.great-vibes{
	font-family: 'Great Vibes', cursive;
}
.tangerine{
	font-family: 'Tangerine', cursive;
}
.times{
	font-family: times;
}
.josefin{
	font-family: 'Josefin Slab', serif;

}
/*Fontes*/


.bg-black{
	background-color: #39444E;;
	/*background-color: #445162;*/
	color: #fff;
}
.header{
	padding: 20px 0px;
}
.header section{
	margin: auto;
}
.logo{
	position: relative;
	color: #cea261;
	width: 500px;
	height: auto;

}
.logo ul{
	display: -webkit-box;
}
.logo ul li{
	list-style: none;
	font-size: 48px;
}
.logo img{
	padding: 10px 0px;
	width: 500px;
	height: auto;
}
.logo h1{
	font-size: 3rem !important;
}
.subtitle{
	font-size: 24px;
	margin-top: -20px;
}

.justify{
	text-align: justify;
	margin: 0px 8%;

}
.center{
	margin: auto;
	text-align: center;
}
.right{
	position: absolute;
	text-align: right;
	float: right !important;
}


.text-center{
	text-align: center;
}

.ul-text{
	list-style: none;
	text-align: justify;
}
.dourado{
	width: 100%;
	margin: 0px;
	background-color: #daa520;
}
.corpo{
	max-width: 85%;
	height: auto;
}
.corpo img{
	max-width: 85%;
}
.menu a{
	color: black;
	padding: 10px;
	background-color: white;
}
.menu a:hover{
	color: white;
	background-color: black;
	text-decoration-line: none;
	
}
.menu{
	max-width: 100%;
	height: auto;
	font-size: 14px;

}


.linktree:hover{
	background-color: black;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 10px;
	text-decoration: none;

}
.linktree{
	width: 100%;
	height: auto;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: white;
	color: black;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}


/* Dropdown Button */
.dropbtn{
	color: black;
	padding: 10px;
	background-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Conteúdo do Dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 150%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 11px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn:hover {background-color: #000; color: white;}

.footer{
	bottom: 0;
}
.footer a{
	color: white;
}
.footer a:hover{
	text-decoration: none;
	font-weight: bold;
}
.footer p{
	margin: 5px;
}
.copyright{
	max-width: 100%;
	font-size: 14px !important;
}


/*Mobile*/

@media only screen and (max-width: 680px) {
    .corpo{
    	max-width: 100%;
    }

}

@media only screen and (max-width: 530px){

	.logo img{
		max-width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	.logo{
		text-align: center;
		margin: auto;
	}
}

@media only screen and (max-width: 470px){
	.menu{
		max-width: 100%;
		height: auto;
		padding: 10px;
	}
	.menu a{
		font-size: 12px;
		text-align: center;
	}
	.menu .dropbtn{
		font-size: 12px;
	}
	.logo img{
		max-width: 80%;
		text-align: center;
		margin: 10px 0px;
	}
	.logo{
		text-align: center;

	}
}

@media only screen and (max-width: 438px){

	.menu a{
		font-size: 8px;
	}
	.menu .dropbtn{
		font-size: 8px;
	}
	.justify p{
    	font-size: 14px !important;
    }
    .justify{
    	font-size: 12px !important;
    	margin: 0px;
    }
}

@media only screen and (max-width: 336px){

	.menu a{
		font-size: 8px;
		padding: 5px;
	}
	.menu .dropbtn{
		font-size: 8px;
		padding: 5px;
	}
}



