@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

a,a:hover,a:visited,a:visited:hover
{
	color: white;
	text-decoration: none;
}

body
{
	background-color: #75babf;
	color:white;  
  	font-weight: 400;
  	font-style: normal;
	align-content: center;
	text-align: center;
	padding: 40px;
}

main
{
	font-family: "Bebas Neue", sans-serif;
	padding-top: 60px;
	width: 800px;
	margin: auto;	
}
.chamada
{	
	font-size: 48px;
	text-shadow: 1px 1px #3c3c3c;
	padding-bottom: 40px;
}

h2{
	font-size: 24px;
	padding-left: 24px;
	padding-bottom: 12px;
}

.grua{
	width: 276px;
	float: right;
}

.sobre
{
	text-align: justify;	
	line-height: 150%;
	width: 480px;
	float: left;
}
.sobre p
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding-bottom: 60px;
}
.sobre p strong
{
	font-weight: bold;
}

.chamada-social
{	
	clear: both;
	font-size: 48px;
	text-shadow: 1px 1px #3c3c3c;
	padding-top: 40px;
}
.social
{
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	width: 300px;
	padding: 40px;
	padding-bottom: 0px;
	margin: auto;
}

.social div
{	
	float: left;
	width: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.links{
	clear: both;
	font-size: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #FFFFFF;
	width: 800px;
	margin: auto;
}
.menu{
	margin-bottom: 40px;
}

.links a, .links a:visited{
	padding: 4px;
	margin-left: 20px;
	margin-right: 20px;	
}
.links a:hover, .links a:visited:hover{
	text-decoration: underline;
}
.menu-pagina-ativa
{	
	padding: 4px;
	margin-left: 20px;
	margin-right: 20px;	
	opacity: 0.75;
}

footer{
	clear: both;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	padding-top: 50px
}
footer p
{
	padding-top: 20px;
	border-top: 1px solid #FFFFFF;	
	width: 800px;
	margin: auto;
}
footer a, footer a:visited, .faq a, .faq q:visited, .regras a, .regras a:visited{
	color: #FFD100;
}
footer a:hover, footer a:visited:hover, .faq a:hover, .faq q:visited:hover, .regras a:hover, .regras a:visited:hover{
	color: #FFD100;
	text-decoration: underline;
}
.onde{
	border-bottom: 1px solid #FFFFFF;
	min-height: 400px;
	clear: both;
}
.onde h2{
	font-size: 36px;
	line-height: 150%;
	padding-top: 20px;
}
.onde .endereco{
	float: none;
	height:40px;
	padding-left: 24px;
	font-size: 24px;
	padding-bottom: 20px;
}
.onde p{
	float: left;
	height: 250px;
}
.onde .foto{
	width: 300px;
	padding-right: 40px;
}
.onde .detalhes{
	width: 460px;
	font-size: 18px;
	line-height: 180%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.faq p strong{
	text-decoration: underline;
}
.regras p strong, .faq p strong, .onde p strong
{
	font-weight: bold;
}
.regras, .faq, .onde
{
	line-height: 150%;
	text-align: justify;
}
.regras p, .faq p{
	padding-bottom: 40px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.regras-gifs img{
	width: 300px;
	height: 300px;
	margin: 40px;
	border: 2px solid #FFFFFF;
	border-radius: 24px;
}

.mussa p{
	padding-bottom: 20px;
}
.link {
	font-weight: bold;
	color:#FFD100;
}
.fotos-boneco-mussa, .fotos-main{
	text-align: center;
}
.fotos-boneco-mussa img, .fotos-main img{
	
	margin: 20px;
	border-radius: 12px;
}
.area-comprar{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	width: 360px;
	margin: auto;
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	color: black;
	margin-bottom: 20px;
}
.area-comprar p{
	padding: 10px;
}
.area-comprar img{
	margin-top: 20px;
}
.instrucao-comprar{
	font-size: 10px;
	padding: 0px;
}