*
{
	margin: 0px;
	padding: 0px;
}

#topo
{
	opacity: 0.8;
	background-color: #3e4095;
	width: 100%;
	height: 75px;
	text-align: center;	
}

#txt_topo
{
	margin-top: 10px;
	font-size: 40px;
	color: #ffffff;
	float: right;
	margin-right: 20px;
}

#bg 
{
  position: fixed; 
  top: 0; 
  left: 0; 
	
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.centro
{
	text-align: center;
}

#txt_grupo_fapas
{
	margin-top: 30px;
	font-size: 80px;
}

#botao_email
{
	width: 200px;
	height: 75px;
	background-color: #3e4095;
	margin: auto;
	margin-top: 40px;
	border-radius:20px;
}

#txt_email
{
	padding-top: 10px; 
	font-size: 40px;
	color: #ffffff;
}

.bandeiras
{
	margin-top: 20px;
}
.botao_opcao
{
	width: 250px;
	height: 75px;
	background-color: #3e4095;
	margin: auto;
	margin-top: 40px;
	opacity: 0.8;
}

.txt_opcao
{
	padding-top: 15px; 
	font-size: 30px;
	color: #ffffff;

}

#formulario
{
	width: 100%;
	height: 300px;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	border-radius: 20px;
}

#formulario2
{
	width: 100%;
	height: 330px;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	border-radius: 20px;
}

input
{
	width: 400px;
	margin-top: 10px;
	height: 30px;
	background-color: #999999;
}

textarea
{
	width: 565px;
	margin-top: 10px;
	height: 100px;
	background-color: #999999;
}

::placeholder {
    color: white;
    opacity: 1; 
}

:-ms-input-placeholder { 
    color: white;
}

::-ms-input-placeholder { 
    color: white;
}

#botao_form
{
	width: 100px;
	height: 40px;
	margin-top: 10px;
	background-color: #3e4095;
	float: right;
	margin-top: -2px;
	margin-bottom: 30px;
}

#txt_msg
{
	color: #3e4095;
	font-size: 20px;
}

#txt_enviar
{
	color: white;
	font-size: 20px;
	text-align: center;
	margin-top: 7px;
}


#txt_contato
{
	font-size: 20px;
	color: #ffffff;
	line-height: 2.0;
}

#txt_contato2
{
	font-size: 20px;
	color: #ffffff;
	line-height: 2.0;
}

#txt_curtir
{
	font-size: 20px;
	color: #ffffff;
	margin-top: 210px;

}

.curtir{
		margin-left: 60px;
}



@media screen and (max-width: 1730px) and (min-width: 900px) {
input
{
	width: 250px;
	margin-top: 10px;
	height: 30px;
	background-color: #999999;
}

textarea
{
	width: 250px;
	margin-top: 10px;
	height: 100px;
	background-color: #999999;
}

}

@media only screen and (max-width: 480px) {
    input
{
	width: 180px;
	margin-top: 10px;
	height: 30px;
	background-color: #999999;
}


textarea
{
	width: 180px;
	margin-top: 10px;
	height: 100px;
	background-color: #999999;
}

#botao_form
{
	width: 80px;
	height: 40px;
	margin-top: 10px;
	background-color: #3e4095;
	float: right;
	margin-top: -2px;
	margin-bottom: 30px;
}

#txt_topo
{
	margin-top: 10px;
	font-size: 30px;
	color: #ffffff;
}

#txt_contato
{
	display: none;
}

#txt_curtir
{
	font-size: 20px;
	color: #ffffff;
	margin-top: 20px;
}

.curtir
{
	margin-bottom: 20px;
}

}

@media only screen and (min-width: 480px) {

#txt_contato2
{
	display: none;
}

}