.breadcrumb-item, .breadcrumb-link {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 11px
}
.breadcrumb-item {
	display: inline-block;
	cursor: default;
	color: #FFF
}
.breadcrumb-item:before {
	margin: 0 3px 0 10px;
	content: ">";
	font-family: Comic Sans MS
}
.breadcrumb-item:first-child:before {
	content: "";
	margin: 0
}
.breadcrumb-link {
	color: #FFF
}
.breadcrumb-link:hover, .breadcrumb-link:focus {
	color: #e6e6e6;
	border-bottom: 1px dotted #FFF
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	font-weight: inherit;
	font-style: inherit
}
body {
	line-height: 1
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
h1, h2, h3, h4, h5, h6, p, a, span, li, sub, sup, small, table, label, .notificacao {
	font-family: 'Open Sans', Arial, Verdana;
	text-decoration: none;
	font-weight: normal
}
p, a, span, li, table, label, input, .form .radio-inline, select, textarea, button {
	font-size: 13px
}
sub, sup, small {
	font-size: 11px
}
header, nav, menu, section, article, aside, footer, ul, ol, img, form {
	display: block
}
ul {
	list-style: disc inside
}
ol {
	list-style: decimal inside
}
a, img, input, .form .radio-inline {
	border: none
}
.no-bullet {
	list-style: none
}
.icon:after, .icon:before {
	padding: 0 !important;
	margin: 0 !important
}
button::-moz-focus-inner {
padding:0;
border:0
}
button {
	-webkit-appearance: none;
	-webkit-margin-before: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-margin-after: 0px !important;
	-webkit-margin-start: 0px !important;
	-webkit-padding-before: 0px !important;
	-webkit-padding-end: 0px !important;
	-webkit-padding-after: 0px !important;
	-webkit-padding-start: 0px !important
}
#grids {
	margin-left: -485px;
	width: 970px;
	height: 100%;
	background: yellow;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 999;
	opacity: .3
}
#grids .grid {
	height: inherit;
	background: red
}
.wrapper {
	margin: auto;
	width: 970px;
	overflow: hidden
}
.both {
	clear: both;
	float: none !important
}
.first-grid {
	margin-left: 20px
}
.grid-last {
	margin-right: 0 !important
}
.center {
	margin: 0 auto !important;
	float: none !important
}
.left {
	float: left !important
}
.right {
	float: right !important
}
.grid {
	margin-right: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.grid:last-child, .grid .grid-last {
	margin-right: 0 !important
}
.grid-1 {
	width: 59.16667px;
	float: left
}
.grid-2 {
	width: 138.33333px;
	float: left
}
.grid-3 {
	width: 217.5px;
	float: left
}
.grid-4 {
	width: 296.66667px;
	float: left
}
.grid-5 {
	width: 375.83333px;
	float: left
}
.grid-6 {
	width: 455px;
	float: left
}
.grid-7 {
	width: 534.16667px;
	float: left
}
.grid-8 {
	width: 613.33333px;
	float: left
}
.grid-9 {
	width: 692.5px;
	float: left
}
.grid-10 {
	width: 771.66667px;
	float: left
}
.grid-11 {
	width: 850.83333px;
	float: left
}
.grid-12 {
	margin: auto;
	width: 930px
}
.space-grid-1 {
	margin-left: 79.16667px
}
.space-grid-2 {
	margin-left: 158.33333px
}
.space-grid-3 {
	margin-left: 237.5px
}
.space-grid-4 {
	margin-left: 316.66667px
}
.editor {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	line-height: 20px
}
.editor ul, .editor ol {
	padding-left: 20px
}
.editor ul {
	list-style: disc inside
}
.editor ol {
	list-style: decimal inside none
}
.editor img {
	margin: 7px;
	max-width: 100%
}
.editor a {
	color: #2c82c7;
	text-decoration: underline
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	margin-bottom: 20px;
	font-family: 'Open Sans', Arial, Verdana;
	line-height: 28px;
	color: #000
}
.editor h1 {
	font-size: 28px
}
.editor h2 {
	font-size: 25px
}
.editor h3 {
	font-size: 22px
}
.editor h4 {
	font-size: 19px
}
.editor h5 {
	font-size: 16px
}
.editor h6 {
	font-size: 14px
}
.btn {
	margin-bottom: 1px;
	border: none !important;
	background: #4e9dd3;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center
}
.btn-small {
	padding: 5px 15px !important;
	font-size: 14px
}
.btn-middle {
	padding: 10px 25px !important;
	font-size: 12px
}
.btn-big {
	padding: 15px 35px !important;
	font-size: 20px
}
.btn-options {
	background: #2c82c7
}
.btn-options:hover {
	background: #398fd3
}
.btn-options:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #23679d;
	color: #1a4b73
}
.btn-confirm {
	background: #e36d00
}
.btn-confirm:hover {
	background: #fc7900
}
.btn-confirm:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #b05500;
	color: #7d3c00
}
.btn-cancel {
	background: #c72c2c
}
.btn-cancel:hover {
	background: #d33939
}
.btn-cancel:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #9d2323;
	color: #731a1a
}
.btn-options-gradient {
	background: -webkit-linear-gradient(top, #63a6dd, #2774b2);
	background: linear-gradient(to bottom, #63a6dd, #2774b2)
}
.btn-options-gradient:hover {
	background: #398fd3
}
.btn-options-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #23679d;
	color: #1a4b73
}
.btn-confirm-gradient {
	background: -webkit-linear-gradient(top, #ff9431, #ca6100);
	background: linear-gradient(to bottom, #ff9431, #ca6100)
}
.btn-confirm-gradient:hover {
	background: #fc7900
}
.btn-confirm-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #b05500
}
.btn-cancel-gradient {
	background: -webkit-linear-gradient(top, #dd6363, #b22727);
	background: linear-gradient(to bottom, #dd6363, #b22727)
}
.btn-cancel-gradient:hover {
	background: #d33939
}
.btn-cancel-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #9d2323;
	color: #731a1a
}
.btn-radius {
	border-radius: 3px
}
.container-input {
	padding: 10px 15px;
	border-radius: 4px;
	border-width: 1px;
	border-color: #f1f7fc;
	font-size: 13px;
	color: #4e9dd3
}
.container-input-focus {
	border-color: #78b2e1;
	color: #2c82c7
}
.form {
	position: relative
}
.form .line {
	margin-top: 15px
}
.form .line:first-child {
	margin-top: 0
}
.form .line, .form p, .form .button {
	display: block;
	overflow: hidden
}
.form .box {
	margin-left: 68px;
	float: left
}
.form .box:first-child {
	margin-left: 0
}
.form .first-child {
	margin-left: 0 !important
}
.form p {
	margin-bottom: 5px;
	line-height: 18px
}
.form input, .form .radio-inline, .form textarea {
	border: 1px solid #bebebe;
	box-shadow: inset 0 0px 4px rgba(0,0,0,0.1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}
.form input:first-child, .form .radio-inline:first-child, .form textarea:first-child {
	margin-left: 0
}
.form input:focus, .form .radio-inline:focus, .form textarea:focus {
	border-color: #ff8400;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1)
}
.form input, .form .radio-inline, .form select, .form textarea {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 300;
	color: #666
}
.form textarea {
	height: 150px;
	resize: none;
	font-family: arial
}
.form .radio {
	float: left
}
.form .radio * {
	float: left
}
.form .radio label {
	cursor: pointer
}
.form .radio input, .form .radio .radio-inline {
	padding: 0;
	width: auto;
	border: 0;
	border-radius: 0
}
.form .radio span {
	margin-left: 5px;
	display: block
}
.form .container-input {
	border-style: solid;
	background: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}
.form .container-input:first-child {
	margin-left: 0
}
.form .container-input input, .form .container-input .radio-inline {
	padding: 0;
	border: none
}
.form .tam-1 {
	width: 59.16667px;
	max-width: 100%
}
.form .tam-1 input, .form .tam-1 .radio-inline, .form .tam-1 select, .form .tam-1 textarea {
	width: 100%
}
.form .tam-2 {
	width: 138.33333px;
	max-width: 100%
}
.form .tam-2 input, .form .tam-2 .radio-inline, .form .tam-2 select, .form .tam-2 textarea {
	width: 100%
}
.form .tam-3 {
	width: 217.5px;
	max-width: 100%
}
.form .tam-3 input, .form .tam-3 .radio-inline, .form .tam-3 select, .form .tam-3 textarea {
	width: 100%
}
.form .tam-4 {
	width: 296.66667px;
	max-width: 100%
}
.form .tam-4 input, .form .tam-4 .radio-inline, .form .tam-4 select, .form .tam-4 textarea {
	width: 100%
}
.form .tam-5 {
	width: 375.83333px;
	max-width: 100%
}
.form .tam-5 input, .form .tam-5 .radio-inline, .form .tam-5 select, .form .tam-5 textarea {
	width: 100%
}
.form .tam-6 {
	width: 455px;
	max-width: 100%
}
.form .tam-6 input, .form .tam-6 .radio-inline, .form .tam-6 select, .form .tam-6 textarea {
	width: 100%
}
.form .tam-7 {
	width: 534.16667px;
	max-width: 100%
}
.form .tam-7 input, .form .tam-7 .radio-inline, .form .tam-7 select, .form .tam-7 textarea {
	width: 100%
}
.form .tam-8 {
	width: 613.33333px;
	max-width: 100%
}
.form .tam-8 input, .form .tam-8 .radio-inline, .form .tam-8 select, .form .tam-8 textarea {
	width: 100%
}
.form .tam-9 {
	width: 692.5px;
	max-width: 100%
}
.form .tam-9 input, .form .tam-9 .radio-inline, .form .tam-9 select, .form .tam-9 textarea {
	width: 100%
}
.form .tam-10 {
	width: 771.66667px;
	max-width: 100%
}
.form .tam-10 input, .form .tam-10 .radio-inline, .form .tam-10 select, .form .tam-10 textarea {
	width: 100%
}
.form .tam-11 {
	width: 850.83333px;
	max-width: 100%
}
.form .tam-11 input, .form .tam-11 .radio-inline, .form .tam-11 select, .form .tam-11 textarea {
	width: 100%
}
.form .tam-12 {
	width: 930px;
	max-width: 100%
}
.form .tam-12 input, .form .tam-12 .radio-inline, .form .tam-12 select, .form .tam-12 textarea {
	width: 100%
}
.form .error {
	border-type: solid;
	border-color: #f00;
	background-color: #fff2f2;
	color: #f00
}
.form .error:focus {
	border-color: #f00;
	background-color: #fff
}
.navigation {
	padding: 15px 15px 15px 110px
}
.navigation-item, .navigation-link {
	font-family: 'Open Sans', Arial, Verdana;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #efefef
}
.navigation-item {
	margin-left: 10px;
	display: inline-block
}
.navigation-item:hover .navigation-link, .navigation-item:focus .navigation-link {
	background: #ff8400;
	color: #FFF;
	border: 1px solid #ff8400
}
.navigation-item .active {
	background: #ff8400;
	color: #FFF;
	border: 1px solid #ff8400
}
.navigation-link {
	padding: 6px 9px;
	display: block;
	position: relative;
	color: #2564a1;
	font-size: 12px;
	font-weight: bold
}
.navigation-disabled .navigation-link {
	background: #f3f3f3 !important;
	cursor: not-allowed;
	color: #999 !important
}
.btn {
	margin-bottom: 1px;
	border: none !important;
	background: #4e9dd3;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center
}
.btn-small {
	padding: 5px 15px !important;
	font-size: 14px
}
.btn-middle {
	padding: 10px 25px !important;
	font-size: 12px
}
.btn-big {
	padding: 15px 35px !important;
	font-size: 20px
}
.btn-options {
	background: #2c82c7
}
.btn-options:hover {
	background: #398fd3
}
.btn-options:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #23679d;
	color: #1a4b73
}
.btn-confirm {
	background: #e36d00
}
.btn-confirm:hover {
	background: #fc7900
}
.btn-confirm:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #b05500;
	color: #7d3c00
}
.btn-cancel {
	background: #c72c2c
}
.btn-cancel:hover {
	background: #d33939
}
.btn-cancel:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #9d2323;
	color: #731a1a
}
.btn-options-gradient {
	background: -webkit-linear-gradient(top, #63a6dd, #2774b2);
	background: linear-gradient(to bottom, #63a6dd, #2774b2)
}
.btn-options-gradient:hover {
	background: #398fd3
}
.btn-options-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #23679d;
	color: #1a4b73
}
.btn-confirm-gradient {
	background: -webkit-linear-gradient(top, #ff9431, #ca6100);
	background: linear-gradient(to bottom, #ff9431, #ca6100)
}
.btn-confirm-gradient:hover {
	background: #fc7900
}
.btn-confirm-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #b05500
}
.btn-cancel-gradient {
	background: -webkit-linear-gradient(top, #dd6363, #b22727);
	background: linear-gradient(to bottom, #dd6363, #b22727)
}
.btn-cancel-gradient:hover {
	background: #d33939
}
.btn-cancel-gradient:active {
	margin-top: 1px;
	margin-bottom: 0;
	background: #9d2323;
	color: #731a1a
}
.btn-radius {
	border-radius: 3px
}
.container-input {
	padding: 10px 15px;
	border-radius: 4px;
	border-width: 1px;
	border-color: #f1f7fc;
	font-size: 13px;
	color: #4e9dd3
}
.container-input-focus {
	border-color: #78b2e1;
	color: #2c82c7
}
.form {
	position: relative
}
.form .line {
	margin-top: 15px
}
.form .line:first-child {
	margin-top: 0
}
.form .line, .form p, .form .button {
	display: block;
	overflow: hidden
}
.form .box {
	margin-left: 68px;
	float: left
}
.form .box:first-child {
	margin-left: 0
}
.form .first-child {
	margin-left: 0 !important
}
.form p {
	margin-bottom: 5px;
	line-height: 18px
}
.form input, .form .radio-inline, .form textarea {
	border: 1px solid #bebebe;
	box-shadow: inset 0 0px 4px rgba(0,0,0,0.1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}
.form input:first-child, .form .radio-inline:first-child, .form textarea:first-child {
	margin-left: 0
}
.form input:focus, .form .radio-inline:focus, .form textarea:focus {
	border-color: #ff8400;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1)
}
.form input, .form .radio-inline, .form select, .form textarea {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 300;
	color: #666
}
.form textarea {
	height: 150px;
	resize: none;
	font-family: arial
}
.form .radio {
	float: left
}
.form .radio * {
	float: left
}
.form .radio label {
	cursor: pointer
}
.form .radio input, .form .radio .radio-inline {
	padding: 0;
	width: auto;
	border: 0;
	border-radius: 0
}
.form .radio span {
	margin-left: 5px;
	display: block
}
.form .container-input {
	border-style: solid;
	background: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}
.form .container-input:first-child {
	margin-left: 0
}
.form .container-input input, .form .container-input .radio-inline {
	padding: 0;
	border: none
}
.form .tam-1 {
	width: 59.16667px;
	max-width: 100%
}
.form .tam-1 input, .form .tam-1 .radio-inline, .form .tam-1 select, .form .tam-1 textarea {
	width: 100%
}
.form .tam-2 {
	width: 138.33333px;
	max-width: 100%
}
.form .tam-2 input, .form .tam-2 .radio-inline, .form .tam-2 select, .form .tam-2 textarea {
	width: 100%
}
.form .tam-3 {
	width: 217.5px;
	max-width: 100%
}
.form .tam-3 input, .form .tam-3 .radio-inline, .form .tam-3 select, .form .tam-3 textarea {
	width: 100%
}
.form .tam-4 {
	width: 296.66667px;
	max-width: 100%
}
.form .tam-4 input, .form .tam-4 .radio-inline, .form .tam-4 select, .form .tam-4 textarea {
	width: 100%
}
.form .tam-5 {
	width: 375.83333px;
	max-width: 100%
}
.form .tam-5 input, .form .tam-5 .radio-inline, .form .tam-5 select, .form .tam-5 textarea {
	width: 100%
}
.form .tam-6 {
	width: 455px;
	max-width: 100%
}
.form .tam-6 input, .form .tam-6 .radio-inline, .form .tam-6 select, .form .tam-6 textarea {
	width: 100%
}
.form .tam-7 {
	width: 534.16667px;
	max-width: 100%
}
.form .tam-7 input, .form .tam-7 .radio-inline, .form .tam-7 select, .form .tam-7 textarea {
	width: 100%
}
.form .tam-8 {
	width: 613.33333px;
	max-width: 100%
}
.form .tam-8 input, .form .tam-8 .radio-inline, .form .tam-8 select, .form .tam-8 textarea {
	width: 100%
}
.form .tam-9 {
	width: 692.5px;
	max-width: 100%
}
.form .tam-9 input, .form .tam-9 .radio-inline, .form .tam-9 select, .form .tam-9 textarea {
	width: 100%
}
.form .tam-10 {
	width: 771.66667px;
	max-width: 100%
}
.form .tam-10 input, .form .tam-10 .radio-inline, .form .tam-10 select, .form .tam-10 textarea {
	width: 100%
}
.form .tam-11 {
	width: 850.83333px;
	max-width: 100%
}
.form .tam-11 input, .form .tam-11 .radio-inline, .form .tam-11 select, .form .tam-11 textarea {
	width: 100%
}
.form .tam-12 {
	width: 930px;
	max-width: 100%
}
.form .tam-12 input, .form .tam-12 .radio-inline, .form .tam-12 select, .form .tam-12 textarea {
	width: 100%
}
.form .error {
	border-type: solid;
	border-color: #f00;
	background-color: #fff2f2;
	color: #f00
}
.form .error:focus {
	border-color: #f00;
	background-color: #fff
}
.required p {
	padding-left: 15px
}
.required p:after {
	content: "*";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #f00;
	font-weight: bold
}
.return-error-message {
	padding: 5px 7px;
	background-color: #f00;
	position: absolute;
	top: 70px;
	left: 5px;
	font-family: arial;
	font-size: 12px;
	color: #fff
}
.return-error-message:after {
	content: " ";
	border-style: solid;
	border-width: 8px;
	border-color: transparent;
	border-bottom-color: #f00;
	position: absolute;
	top: -15px;
	left: 5px
}
.form {
	margin-top: 30px
}
.form .line {
	margin-top: 10px
}
.form .line:first-child {
	margin-top: 0
}
.form p {
	font-family: 'Open Sans', Arial, Verdana;
	font-size: 15px;
	color: #2564a1
}
.form input, .form .radio-inline, .form select, .form textarea {
	padding: 10px 15px;
	font-size: 13px;
	color: #666
}
.form textarea {
	font-family: arial
}
.form input[type="file"], .form [type="file"].radio-inline {
	padding: 7px 15px
}
.form input[type="password"], .form [type="password"].radio-inline {
	letter-spacing: 7px
}
.form .radio-inline {
	padding: 0
}
.form .radio-inline label {
	padding: 10px 15px;
	display: block;
	cursor: pointer
}
.form .radio {
	padding: 2px 15px
}
.form .radio label {
	cursor: pointer
}
.form .tam-1 {
	width: 27.16667px
}
.form .tam-2 {
	width: 106.33333px
}
.form .tam-3 {
	width: 185.5px
}
.form .tam-4 {
	width: 264.66667px
}
.form .tam-5 {
	width: 343.83333px
}
.form .tam-6 {
	width: 423px
}
.form .tam-7 {
	width: 502.16667px
}
.form .tam-8 {
	width: 581.33333px
}
.form .tam-9 {
	width: 660.5px
}
.form .tam-10 {
	width: 739.66667px
}
.form .tam-11 {
	width: 818.83333px
}
.form .tam-12 {
	width: 898px
}
.form select.tam-1 {
	width: 59.16667px
}
.form select.tam-2 {
	width: 138.33333px
}
.form select.tam-3 {
	width: 217.5px
}
.form select.tam-4 {
	width: 296.66667px
}
.form select.tam-5 {
	width: 375.83333px
}
.form select.tam-6 {
	width: 455px
}
.form select.tam-7 {
	width: 534.16667px
}
.form select.tam-8 {
	width: 613.33333px
}
.form select.tam-9 {
	width: 692.5px
}
.form select.tam-10 {
	width: 771.66667px
}
.form select.tam-11 {
	width: 850.83333px
}
.form select.tam-12 {
	width: 930px
}
.form .error input, .form .error .radio-inline, .form .error select, .form .error textarea {
	border-width: 1px
}
body {
	overflow-x: hidden
}
.body-home {
	background: url(../images/background.jpg) no-repeat center top
}
.body-contact {
	background: url(../images/background-contact.jpg) no-repeat center top
}
.body-publication {
	background: url(../images/background-publication.jpg) no-repeat center top
}
.body-underwriting {
	background: url(../images/background-underwriting.jpg) no-repeat center top
}
.body-communication {
	background: url(../images/background-communication.jpg) no-repeat center top
}
.body-advertising {
	background: url(../images/background-advertising.jpg) no-repeat center top
}
.body-enterprise {
	background: url(../images/background-enterprise.jpg) no-repeat center top
}
.body-assessoriaempresarial strong {
	font-weight: bold !important
}
.body-assessoriaempresarial .text-justify strong {
	color: #2384c6
}

@media screen and (max-width: 1420px) {
.body-assessoriaempresarial {
	background: url(../images/background-assessoriaempresarial.jpg) no-repeat -270px top;
	background-size: cover
}
}

@media screen and (min-width: 1421px) {
.body-assessoriaempresarial {
	background: url(../images/background-assessoriaempresarial.jpg) no-repeat -200px top;
	background-size: cover
}
}
.spaceblock {
	display: block;
	height: 20px;
	overflow: hidden
}
.block {
	display: block
}
.auto {
	margin: auto
}
.relative {
	position: relative
}
.wrapper-auto {
	width: 970px;
	margin: 0 auto
}
header {
	padding: 18px 0 35px 0
}
.header-logo {
	margin: 0 auto
}
.logo img {
	max-width: 100%
}
.menu {
	margin: 15px auto 10px auto
}
.menu-li {
	margin-left: 6px;
	display: block;
	float: left
}
.menu-li:first-child {
	margin-left: 0
}
.menu-link {
	padding: 14.5px 0;
	display: block;
	width: 90px;
	background: #2585c6;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 9px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase
}
.menu-link:hover, .menu-link:active {
	background: #ff8400
}
.menu-link.double-line {
	padding: 7px 0;
	line-height: 12px
}
.aside-publications {
	width: 257px !important;
	padding: 25px 20px;
	border-radius: 5px;
	behavior: url(js/ie-css3.htc);
	background-color: #2384c6
}
.aside-publications input, .aside-publications .form .radio-inline, .form .aside-publications .radio-inline {
	width: 215px;
	height: 19px;
	border: none;
	color: #666;
	margin-bottom: 15px;
	padding: 8px !important;
	cursor: text
}
.aside-publications input.calendar, .aside-publications .form .calendar.radio-inline, .form .aside-publications .calendar.radio-inline {
	color: #BBB;
	font-size: 14px;
	cursor: pointer !important;
	background: url(../images/calendar.jpg) no-repeat 184px 3px #fff
}
.aside-publications .line {
	margin-top: 5px !important
}
.aside-publications-title {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 35px
}
.aside-publications-label {
	font-size: 16px;
	color: #FFF !important;
	margin-bottom: 10px
}
.aside-publications-select {
	width: 215px;
	height: 34px;
	border: none;
	color: #666;
	cursor: pointer;
	margin-bottom: 15px;
	padding: 8px 4px !important
}
.aside-publications-btn {
	width: 78%;
	padding: 15px 25px 15px 32px !important;
	font-size: 16px;
	margin-top: 10px;
	background: url(../images/btn-search.png) no-repeat 11px center #ff8400
}
.aside-publications-btn:hover {
	background: url(../images/btn-search.png) no-repeat 11px center #ff901a
}
.aside-publications-btn:active {
	background: url(../images/btn-search.png) no-repeat 11px center #f07c00
}
.aside-contact {
	padding-top: 20px
}
.aside-contact-city, .aside-contact-network {
	color: #2384c6;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 25px
}
.aside-contact-city {
	text-align: center;
	background: url(../images/aside-contact-city.png) no-repeat center 0px;
	padding-top: 145px
}
.aside-contact-network {
	text-align: center
}
.aside-contact-description {
	color: #666;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 95px
}
.aside-contact-description a {
	color: #5398ce
}
.aside-contact-description a:hover {
	text-decoration: underline
}
.aside-contact-description strong {
	font-weight: bold
}
.aside-contact-social {
	width: 47px;
	height: 47px;
	float: left;
	margin-left: 10px;
	display: block;
	border-radius: 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.social-facebook {
	margin-left: 70px !important;
	background: url(../images/aside-contact-social2.jpg) no-repeat 0px 0px
}
.social-facebook:hover {
	background: url(../images/aside-contact-social2.jpg) no-repeat 0px -47px
}
.social-twitter {
	background: url(../images/aside-contact-social2.jpg) no-repeat -47px 0px
}
.social-twitter:hover {
	background: url(../images/aside-contact-social2.jpg) no-repeat -47px -47px
}
.social-linkedin {
	background: url(../images/aside-contact-social2.jpg) no-repeat -94px 0px
}
.social-linkedin:hover {
	background: url(../images/aside-contact-social2.jpg) no-repeat -94px -47px
}
.body-home section.wrapper {
	padding: 0;
	background: transparent
}
section.wrapper {
	padding: 0 20px;
	background: rgba(255,255,255,0.9)
}
.slogan-box {
	width: 970px;
	position: relative;
	margin: auto;
	margin-top: 5px;
}
.slogan {
	position: absolute;
	top: -30px;
	left: 240px;
	width: 700px
}
.slogan-text, .slogan-small {
	color: #3678b9;
	text-transform: uppercase;
	font-size: 29px;
	text-align: center;
	line-height: 1.2
}
.slogan-text {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px
}
.slogan-small {
	font-size: 11px;
	padding-top: 4px
}
.subsidiary-title {
	color: #2384c6;
	font-size: 27px;
	font-weight: bold;
	margin: 70px 0 45px 0;
	line-height: 1.2
}
.subsidiary-subtitle {
	color: #ff8400;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase
}
.subsidiary-img {
	margin-left: 60px
}
.map {
	display: block;
	cursor: pointer
}
.addressbox {
	display: none;
	padding: 15px 25px;
	position: absolute;
	top: 460px;
	background-color: #EEF8FF
}
.addressbox-title {
	color: #2384c6;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px
}
.addressbox-text {
	font-size: 13px;
	font-weight: 300;
	color: #666;
	line-height: 1.4
}
.addressbox-text a {
	font-size: 12px;
	color: #338DCA
}
.addressbox-text a:hover {
	text-decoration: underline
}
.boxcycles {
	position: relative
}
.advertising {
	width: 295px;
	height: 300px;
	padding: 125px 95px 0 65px;
	background: url(../images/circle2.png) no-repeat center left;
	position: relative;
	left: 510px
}
.advertising-title {
	font-weight: bold;
	color: #FFF;
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 20px
}
.advertising-text {
	color: #FFF;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 40px
}
.advertising-button {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 3px;
	behavior: url(js/ie-css3.htc);
	background-color: #2385C7;
	margin-left: 90px;
	padding: 6px 20px
}
.document {
	width: 350px;
	height: 340px;
	border-radius: 190px;
	behavior: url(js/ie-css3.htc);
	border: 16px solid rgba(200,200,200,0.1);
	background: #FFF;
	position: absolute;
	top: 20px;
	left: 145px;
	overflow: hidden
}
.document-acronym {
	font-size: 63px;
	font-weight: bold;
	color: #2385C7;
	margin-bottom: 15px;
	text-align: center
}
.document-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8400;
	margin-bottom: 15px;
	text-align: center
}
.document-text {
	font-size: 13px;
	color: #2564a1;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 0 25px
}
.document-text span {
	color: #FD8F19
}
.document-button {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #ff8400;
	margin-left: 125px;
	padding: 6px 20px
}
#cycle2 div {
	background-color: transparent !important
}
.cycle-slide {
	margin-top: 60px;
	background-color: transparent !important
}
.nav-document {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center
}
.nav-document a {
	margin: 0 2px;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 8px;
	background-color: #E5E9ED;
	text-indent: -999px
}
.nav-document a:first-child {
	margin-left: 0
}
.nav-document a:hover, .nav-document .activeSlide {
	background-color: #5897D4
}
.nav-advertising a {
	position: absolute;
	width: 81px;
	height: 81px;
	display: block;
	border-radius: 45px;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
	padding: 3px
}
.nav-advertising-link1 {
	top: 46px;
	right: 50px;
	background: url(../images/cycle-nav1B.png) -111px 3px no-repeat
}
.nav-advertising-link1.activeSlide, .nav-advertising-link1:hover {
	background-position: 3px 3px
}
.nav-advertising-link2 {
	top: 146px;
	right: -5px;
	background: url(../images/cycle-nav2B.png) -111px 3px no-repeat
}
.nav-advertising-link2.activeSlide, .nav-advertising-link2:hover {
	background-position: 3px 3px
}
.nav-advertising-link3 {
	top: 255px;
	right: 4px;
	background: url(../images/cycle-nav3B.png) -111px 3px no-repeat
}
.nav-advertising-link3.activeSlide, .nav-advertising-link3:hover {
	background-position: 3px 3px
}
.nav-advertising-link4 {
	top: 345px;
	right: 68px;
	background: url(../images/cycle-nav3B.png) -111px 3px no-repeat
}
.nav-advertising-link4.activeSlide, .nav-advertising-link4:hover {
	background-position: 3px 3px
}
.socialnetwork {
	border-top: 1px solid #e8f3fc;
	border-left: 1px solid #e8f3fc;
	border-right: 1px solid #e8f3fc;
	padding: 28px;
	overflow: hidden;
	background-color: rgba(224,239,251,0.6)
}
.socialnetwork-link {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	padding: 10px 30px
}
.socialnetwork-link strong {
	font-weight: bold
}
.socialnetwork-facebook {
	background-color: #2564a1 !important
}
.socialnetwork-facebook:hover {
	background-color: #20578c
}
.socialnetwork-twitter {
	background-color: #00C6FF !important;
	margin-left: 30px
}
.socialnetwork-twitter:hover {
	background-color: #00b2e6
}
.socialnetwork-linkedin {
	background-color: #5DA1E3 !important;
	margin-left: 30px
}
.socialnetwork-linkedin:hover {
	background-color: #4794df
}
.section-boxtitle {
	color: #2384c6;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
	border: 1px solid #2D69A4;
	background: #FFF;
	padding: 15px 20px;
	text-align: center
}
.section-boxtitle strong {
	font-weight: bold
}
.socialnetwork-inner {
	background-color: #2384c6;
	padding: 28px;
	overflow: hidden
}
.underwriting-box {
	float: left;
	width: 260px;
	margin-left: 85px
}
.underwriting-box-first {
	margin-left: 10px
}
.underwriting-box-img {
	margin: 0 auto 8px auto
}
.underwriting-box-title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 10px
}
.underwriting-box-text {
	color: #666;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	line-height: 1.2
}
.valuesbox {
	width: 194px
}
.valuesbox-img {
	margin: 0 auto 6px auto
}
.valuesbox-name {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	text-align: center
}
.values-title {
	width: 145px;
	height: 57px;
	text-align: right;
	position: absolute;
	left: 20px;
	padding: 13px 25px 0 0;
	background: url(../images/values-title.png) no-repeat right center
}
.values-title, .mission-title {
	color: #FFF;
	font-size: 30px;
	font-weight: bold
}
.mission-text {
	padding: 20px 10px;
	line-height: 1.3;
	margin-top: 57px;
	background: #F4F9FE
}
.mission-text span {
	color: #666;
	font-size: 21px;
	font-weight: 300;
	padding-bottom: 10px;
	display: block
}
.mission-text span:before {
	margin-right: 12px;
	content: url(../images/list.png)
}
.mission-title {
	width: 135px;
	height: 55px;
	padding: 13px 0 0 25px;
	right: 20px;
	position: absolute;
	background: url(../images/mission-title.png) no-repeat
}
.production {
	margin: 0 auto
}
.productionbox {
	width: 117px;
	padding: 0 2px
}
.productionbox-img {
	margin: 0 auto 5px auto
}
.section-mainbox {
	margin: 10px 0 20px 0
}
.section-mainbox-top {
	overflow: hidden;
	padding: 6px 20px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	behavior: url(js/ie-css3.htc);
	background-color: #2384c6
}
.section-mainbox-title {
	width: 930px;
	padding: 10px 20px 8px 20px;
	background-color: #2564a1
}
.section-mainbox-title h2 {
	font-weight: bold;
	font-size: 27px;
	color: #FFF;
	text-transform: uppercase
}
.section-mainbox-img {
	margin: 0 auto
}
.fb_iframe_widget {
	float: left;
	margin: 5px 10px 0 0
}
.twitter-share-button {
	width: 90px !important;
	margin: 5px 10px -3px 5px;
	float: left
}
.IN-widget {
	margin-top: 5px;
	float: left
}
.list-communication {
	display: block;
	padding-left: 230px;
	background: url(../images/list-communication.png) no-repeat left 10px
}
.publication {
	clear: both;
	display: block;
	padding: 22px 0;
	margin-bottom: 25px
}
.publication:hover .publication-date {
	background: #ff8400
}
.publication div {
	padding: 5px 0 5px 10px
}
.publication:first-child {
	padding: 0 0 20px 0
}
.publication-date {
	width: 42px;
	height: 42px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	border-radius: 25px;
	behavior: url(js/ie-css3.htc);
	background: #2564a1
}
.publication-date span {
	display: block;
	font-weight: bold;
	font-size: 10px
}
.publication-title {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	display: inline
}
.publication-text {
	color: #494949;
	font-size: 16px;
	font-weight: 300;
	display: inline
}
.assistance-button {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	display: block;
	text-decoration: none
}
.assistance-button:hover {
	text-decoration: underline
}
.assistance-mini {
	font-size: 13px;
	color: #666;
	display: block;
	padding-top: 10px
}
.form-contact-select {
	width: 485px !important;
	cursor: pointer;
	border: 1px solid #bebebe;
	box-shadow: inset 0 0px 4px rgba(0,0,0,0.1);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s
}
.form-contact-select:focus {
	border: 1px solid #ff8400;
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1)
}
.form-label {
	color: #666;
	font-weight: bold
}
.text, .text-justify, .text-link {
	font-weight: 300;
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	margin-bottom: 20px
}
.text strong, .text-justify strong, .text-link strong {
	font-weight: normal
}
.text-justify {
	text-align: justify
}
.text-justify-link {
	color: #666;
	font-size: 16px;
	font-weight: bold
}
.textbox {
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 15px 25px;
	box-sizing: border-box;
	background-color: #EEF8FF
}
.textbox strong {
	font-size: 24px;
	font-weight: bold;
	color: #2384c6;
	display: block;
	text-align: center;
	font-family: 'Open Sans', Arial, Verdana
}
.text-link {
	text-decoration: underline
}
.text-link:hover {
	text-decoration: none
}
.subtitle {
	color: #2384c6;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px
}
.subtitle-2 {
	color: #2384c6;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase
}
.list {
	list-style: none
}
.list-li {
	font-family: 'Open Sans', Arial, Verdana;
	font-weight: 300;
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	padding-left: 30px;
	background: url(../images/list.png) no-repeat left 8px
}
footer {
	background: #22609C;
	padding: 25px 0
}
.boxmiddle {
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
	float: left
}
.form-newsletter {
	width: 555px;
	position: relative
}
.form-newsletter:before {
	margin-right: 10px;
	padding: 8px 0;
	float: left;
	content: "Assine nossa newsletter";
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	color: #fff
}
.form-newsletter .box, .form-newsletter p, .form-newsletter input, .form-newsletter .form .radio-inline, .form .form-newsletter .radio-inline {
	float: left
}
.form-newsletter .box {
	margin-left: 10px
}
.form-newsletter p {
	margin-right: 5px;
	padding: 8px 0;
	font-size: 11px;
	color: #fff
}
.form-newsletter input, .form-newsletter .form .radio-inline, .form .form-newsletter .radio-inline {
	padding: 5px;
	width: 100px;
	border-radius: 3px;
	border: 1px solid #ccc
}
.form-newsletter button {
	padding: 5px 10px !important;
	border-radius: 3px;
	font-size: 12px;
	font-weight: normal
}
.container {
	overflow: hidden
}
.container .box {
	margin-left: 27px;
	float: left
}
.container .box:first-child {
	margin-left: 0
}
.container-title {
	margin-bottom: 15px;
	padding: 0 5px 5px 0;
	display: block;
	border-right: 1px solid #ff8400;
	border-bottom: 1px solid #ff8400;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}
.container-city, .container-link {
	display: block;
	font-size: 11px;
	color: #FFF;
	line-height: 1.7
}
.container-link:hover {
	text-decoration: underline
}
.container-tel {
	color: #FFB700;
	font-size: 11px;
	line-height: 19px
}
.container .socialnetwork-link {
	margin: 0 auto;
	margin-bottom: 15px;
	display: block;
	width: 215px;
	text-align: center
}
.container .box-unidade {
	padding: 0 30px;
	display: inline-block;
	border-left: 1px solid #fff
}
.container .box-unidade:first-child {
	padding-left: 0;
	border-left: none !important
}
.container .box-unidade:last-child {
	padding-right: 0
}
.container .box-unidade strong, .container .box-unidade span {
	display: block;
	text-align: center
}
.container .box-unidade strong {
	margin-bottom: 5px;
	font-size: 13px;
	color: #fff;
	font-weight: bold
}
.container .box-unidade span {
	font-size: 12px;
	color: #ff8400;
	font-weight: bold
}
.container .box-unidade small {
	font-size: 10px
}
.boxbottom-img {
	margin-top: 20px
}
.boxbottom-content {
	width: 760px;
	border-top: 1px solid #4E80B1;
	margin-top: 25px;
	padding-top: 20px
}
.boxbottom-content .copyright {
	text-transform: uppercase;
	color: #FFF
}
.boxbottom-content .kbrtec {
	color: #FFF
}
.boxbottom-content .kbrtec span {
	color: #FFB700;
	font-weight: bold
}
.boxbottom-content .kbrtec strong {
	font-weight: bold
}
.btn-acessoportfolio {
	display: block;
	width: 250px;
	height: 88px;
	background: url(../images/btn-acessoportfolio2.png) center no-repeat;
	position: absolute
}
.btn-acessoportfolio-ri {
	bottom: 160px;
	right: 115px
}
.btn-acessoportfolio-pl {
	top: 450px;
	left: 38%
}

@media screen and (max-width: 1366px) {
.body-home {
	background: url(../images/background-1366.jpg) no-repeat center 0px !important
}
}

@media screen and (max-width: 1028px) {
.socialnetwork {
	border: none !important;
	padding: 0 28px 28px 28px !important;
	background: transparent !important
}
.body-home {
	background: url(../images/background-1024.jpg) no-repeat center 0px !important
}
.section-enterprise {
	overflow-x: hidden
}
}

@media screen and (max-width: 850px) {
.wrapper, .wrapper-auto {
	width: 98% !important
}
.assistance-button {
	color: #666 !important;
	background: none !important
}
.document {
	position: relative !important
}
.advertising {
	left: 130px !important
}
.menu {
	margin: -20px auto 0 auto
}
.socialnetwork-twitter, .socialnetwork-linkedin {
	margin-left: 1.7% !important
}
.socialnetwork-link {
	font-size: 11px !important;
	padding: 10px 6px !important
}
.slogan {
	position: relative !important;
	top: 0 !important;
	left: 7% !important
}
footer .grid-3.grid-last {
	float: none;
	clear: both;
	padding-top: 20px;
	margin-left: 340px;
	border-top: 1px solid #4e80b1
}
footer .kbrtec {
	float: none !important;
	clear: both;
	display: block;
	margin-top: 30px
}
}
.portfolio-item {
	margin: 0 5px 10px 5px;
	padding: 3px;
	overflow: hidden;
	background: #eee;
	border: 1px solid #fff;
	border-radius: 0 0 5px 5px;
	outline: 1px solid #ccc;
	position: relative;
	float: left
}
.portfolio-link {
	display: block;
	width: 305px;
	height: 195px
}
.portfolio-link:before {
	padding: 50px 0 20px;
	display: block;
	width: 100%;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent 0%, #064582 100%);
	background: -moz-linear-gradient(top, transparent 0%, #064582 100%);
	background: -ms-linear-gradient(top, transparent 0%, #064582 100%);
	background: -o-linear-gradient(top, transparent 0%, #064582 100%);
	background: linear-gradient(to bottom, transparent 0%, #064582 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	content: attr(data-label);
	font-size: 14px;
	color: #fff;
	text-shadow: 0 2px 0 #000;
	text-align: center;
	font-weight: bold
}
.portfolio-link:hover:before {
	padding: 170px 0 40px
}
.portfolio-link2:before {
	background: transparent;
	background: -webkit-linear-gradient(top, transparent 0%, #064582 100%);
	background: -moz-linear-gradient(top, transparent 0%, #064582 100%);
	background: -ms-linear-gradient(top, transparent 0%, #064582 100%);
	background: -o-linear-gradient(top, transparent 0%, #064582 100%);
	background: linear-gradient(to bottom, transparent 0%, #064582 100%)
}
.portfolio-thumb {
	max-width: 100%
}
.gallery-full {
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
	position: relative
}
.gallery-full:before, .gallery-full:after {
	width: 15%;
	height: 1px;
	box-shadow: 0 10px 20px 10px #fff;
	background: transparent;
	position: absolute;
	bottom: 1px;
	z-index: 1;
	content: " "
}
.gallery-full:before {
	left: -10px
}
.gallery-full:after {
	right: -10px
}
.gallery-full img {
	max-width: 100%;
	position: relative;
	z-index: 5
}
.gallery-full-nav {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
	opacity: .5;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}
.gallery-full-nav:before {
	display: block;
	width: 50px;
	height: 100%;
	background: url(../images/arrow-white.png) no-repeat;
	content: " "
}
.gallery-full-nav#arrow-full-left {
	left: 0
}
.gallery-full-nav#arrow-full-left:before {
	background-position: 10px center
}
.gallery-full-nav#arrow-full-right {
	right: 0
}
.gallery-full-nav#arrow-full-right:before {
	float: right;
	background-position: -30px center
}
.gallery-full-nav:hover {
	opacity: 1
}
.gallery-thumbs {
	margin: 0 17px;
	width: 835px;
	height: 115px;
	overflow: hidden;
	float: left
}
.gallery-thumbs-item {
	width: 100%;
	cursor: pointer
}
.gallery-thumbs-box {
	margin-left: 5px;
	width: 205px;
	overflow: hidden;
	background: #2564a1;
	float: left
}
.gallery-thumbs-box:first-child {
	margin-left: 0
}
.gallery-thumbs-box:hover .gallery-thumbs-thumb {
	margin-left: -25%;
	opacity: .7;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.gallery-thumbs-thumb {
	max-width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.gallery-nav-item {
	width: 50px;
	padding: 16px 0;
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.gallery-nav-item:before {
	display: block;
	width: 100%;
	height: 83px;
	background: url(../images/arrow-blue.png) no-repeat;
	content: " "
}
.gallery-nav-item#arrow-thumb-left:before, .gallery-nav-item#gallery-nav-left:before {
	background-position: 10px center
}
.gallery-nav-item#arrow-thumb-right:before, .gallery-nav-item#gallery-nav-right:before {
	background-position: -30px center
}
.gallery-nav-item:hover {
	opacity: .7
}
.unidades-footer a {
	float: left;
	margin-right: 10px;
	font-size: 12px
}
.unidades-footer p {
	margin-right: 5px
}
.unidades-footer .grid-12 {
	overflow: hidden
}
