
@import url('reset.css');
@import url('fonts.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

/* Forms */
.form * { 
	outline: none;
}

.form .btn { -webkit-appearance: none; }

.form-field {
	display: block;
	padding: 11px;
	border: solid 1px #928d7f;
	font: 14px 'PTSans-Regular', arial, sans-serif;
	color: #6e695c;
}

.form-sidebar .form-field {
	width: 100%;
}

.form-contato .form-field {
	width: 100%;
}

.formgroup {
	display: block;
	margin: 0 0 20px 0;

	font: 14px 'PTSans-Regular', arial, sans-serif;
	color: #6e695c;
}

.form-sidebar .formgroup { margin-bottom: 15px; }

.sidebar .form-field {
	width: 100%;
}

.form-warning {
	background: #777;
	padding: 8px 12px;
	margin-bottom: 10px;
	font: 13px 'PTSans-Regular', arial, sans-serif;
	color: #fff;
}

.form-warning.success {
	background: #33B744;
}

.form-warning.danger {
	background: #ED4B4B;
}

/* Form aviso */
.form-aviso {
	background: #000;
	font: 14px 'PTSans-Regular', arial, sans-serif;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}

.form-aviso.sucesso {
	background: #5CB85C;
}

.form-aviso.erro {
	background: #D9534F;
}


/* BOTÕES 
-------------- */
.btn {
	display: inline-block;
	padding: 12px 36px;
	border: none;

	text-decoration: none;
	background: #000;
	
	font: 15px 'Raleway-SemiBold', arial, sans-serif;
	color: #fff;

	cursor: pointer;	
}

/* Marrom */
.btn-brown { background: #928d7f; }
.btn-brown:hover { background: #A29C8D; }

/* Texto padrão */
.txt-padrao { 
	font: 15px/1.7em 'PTSans-Regular', arial, sans-serif;
	color: #6E695C;
}

.txt-11 { font-size: 11px; }
.txt-14 { font-size: 14px; }
.txt-16 { font-size: 16px; }
.txt-18 { font-size: 18px; }
.txt-24 { font-size: 24px; }
.txt-31 { font-size: 31px !important; }
.txt-36 { font-size: 36px; }

.txt-dark-yellow { color: #bbb27c; }
.txt-white { color: #fff; }
.txt-brown { color: #6e695c; }