@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
}

body, input, select, textarea, button {
    font-family: sans-serif;
    font-size: 1em;
}

.gosta {
	font-family: sans-serif;
	font-size: 1.4em;
	margin-left: 30px;
	margin-top: -16px;
	display: block;
	letter-spacing: 1px;
}

.sexo {
	font-family: sans-serif;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 70px;
	display: inline-block;
	letter-spacing: 1px;	
}

.grupo:before, .grupo:after {
    content: " ";
    display: table;
}

.grupo:after {
    clear: both;
}

.campo {
	margin-bottom: 1em;
	.display: block;	
}

.campo label {
	margin-bottom: 0.2em;
	color: #fff;
	display: block;
}

fieldset.grupo .campo {
    float:  left;
    margin-right: 1em;
}

.campo input[type="text"],
.campo input[type="email"],
.campo input[type="url"],
.campo input[type="tel"],
.campo select,
.campo textarea {
    padding: 0.2em;
    border: 1px solid #333;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    display: block;
}

.campo select option {
    padding-right: 1em;
}

.campo input:focus, .campo select:focus, .campo textarea:focus {
    background: #FFC;
}

.campo label.checkbox {
    color: #000;
    display: inline-block;
    margin-right: 1em;
}

.botao {
	font-size: 1.1em;
	.background: #359DCA;
	border: 0;
	margin-bottom: 0px;
	color: #FFF;
	padding: 0.6em 0.6em;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background-color: #2D86AC;
}

.botao:hover {
	color: #333;
    background: #FB0;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

.botao, select, label.checkbox {
    cursor: pointer;
}

.desliga {
	width: 30px;
	height: 30px;
	background-image: url(../IMAGENS/desliga.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.desliga:hover {
	width: 30px;
	height: 30px;
	background-image: url(../IMAGENS/desliga_on.png);
	background-repeat: no-repeat;
}

.nota {
	.margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 5px;
}

.nota2 {
	.margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: -10px;
}

.subscrever {
	width: 185px;
	height: 50px;
	background-image: url(../IMAGENS/subscreva_PT.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	z-index: -100;
}

.subscrever:hover {
	width: 185px;
	height: 50px;
	background-image: url(../IMAGENS/subscreva_PT_on.png);
	background-repeat: no-repeat;
	z-index: -100;
}

.subscrever:after {
	width: 185px;
	height: 50px;
	background-image: url(../IMAGENS/subscreva_PT_on.png);
	background-repeat: no-repeat;
}