/* base */
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; 
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.ctextarea {
	width:99%;
}

/* form */


#alertas {
	display:none;
}
.falta_nome, .falta_email, .falta_email2, .falta_mensagem {
	display:none;
}
.error input, input.error, .error textarea, textarea.error {
	border-color: #c60f13;
	background-color: rgba(198, 15, 19, 0.1);
}
.error label, label.error {
	color: #c60f13
}
.error small, small.error {
	display: block;
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right;
}
.text-right2 {
	text-align: right;
	color:#972210;
}
.wrapcontact {
	margin-left: 10px
}
.done {
	display: none
}
/* Alerts ---------------------- */
div.alert-box {
	display: block;
	padding: 6px 7px 7px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #034EA2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
div.alert-box.default {
	background-color: #EDC60F;
	color: #fff;
}
div.alert-box.success {
	background-color: #5da423;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.alert {
	background-color: #c60f13;
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.secondary {
	background-color: #e9e9e9;
	color: #505050;
	text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
div.alert-box a.close {
	color: #333;
	position: absolute;
	right: 4px;
	top: -1px;
	font-size: 17px;
	opacity: 0.2;
	padding: 4px;
}
div.alert-box a.close:hover, div.alert-box a.close:focus {
	opacity: 0.4
}

form {
	margin: 0 0 19.41641px
}
/* Custom Forms ---------------------- */
form.custom { /* Custom input, disabled */
}
form.custom span.custom {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	border: solid 1px #ccc;
	background: #fff;
}
form.custom span.custom.radio {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
form.custom span.custom.checkbox:before {
	content: "";
	display: block;
	line-height: 0.8;
	height: 14px;
	width: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
}
form.custom span.custom.radio.checked:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #222;
	position: relative;
	top: 3px;
	left: 3px;
}
form.custom span.custom.checkbox.checked:before {
	content: "\00d7";
	color: #222;
}
form.custom div.custom.dropdown {
	display: block;
	position: relative;
	width: auto;
	height: 28px;
	margin-bottom: 9px;
	margin-top: 2px;
}
form.custom div.custom.dropdown a.current {
	display: block;
	width: auto;
	line-height: 26px;
	min-height: 28px;
	padding: 0;
	padding-left: 6px;
	padding-right: 38px;
	border: solid 1px #ddd;
	color: #141414;
	background-color: #fff;
	white-space: nowrap;
}
form.custom div.custom.dropdown a.selector {
	position: absolute;
	width: 27px;
	height: 28px;
	display: block;
	right: 0;
	top: 0;
	border: solid 1px #ddd;
}
form.custom div.custom.dropdown a.selector:after {
	content: "";
	display: block;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #aaaaaa transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -5px;
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #222222 transparent transparent transparent;
}
form.custom div.custom.dropdown.open ul {
	display: block;
	z-index: 10;
}
form.custom div.custom.dropdown.small {
	width: 134px !important
}
form.custom div.custom.dropdown.medium {
	width: 254px !important
}
form.custom div.custom.dropdown.large {
	width: 434px !important
}
form.custom div.custom.dropdown.expand {
	width: 100% !important
}
form.custom div.custom.dropdown.open.small ul {
	width: 134px !important
}
form.custom div.custom.dropdown.open.medium ul {
	width: 254px !important
}
form.custom div.custom.dropdown.open.large ul {
	width: 434px !important
}
form.custom div.custom.dropdown.open.expand ul {
	width: 100% !important
}
form.custom div.custom.dropdown ul {
	position: absolute;
	width: auto;
	display: none;
	margin: 0;
	left: 0;
	top: 27px;
	margin: 0;
	padding: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	border: solid 1px #cccccc;
}
form.custom div.custom.dropdown ul li {
	color: #555;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
	padding-left: 6px;
	padding-right: 38px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
}
form.custom div.custom.dropdown ul li.selected {
	background: #cdebf5;
	color: #000;
}
form.custom div.custom.dropdown ul li.selected:after {
	content: "\2013";
	position: absolute;
	right: 10px;
}
form.custom div.custom.dropdown ul li:hover {
	background-color: #e3f4f9;
	color: #222;
}
form.custom div.custom.dropdown ul li:hover:after {
	content: "\2013";
	position: absolute;
	right: 10px;
	color: #8ed3e7;
}
form.custom div.custom.dropdown ul li.selected:hover {
	background: #cdebf5;
	cursor: default;
	color: #000;
}
form.custom div.custom.dropdown ul li.selected:hover:after {
	color: #000
}
form.custom div.custom.dropdown ul.show {
	display: block
}
form.custom .custom.disabled {
	background-color: #ddd
}
.just{
	text-align:justify;
}

