body {
	-webkit-font-smoothing: antialiased;
	font-family: 'HK Grotesk';
	font-weight: normal;
}

.modal-open .navbar,
.modal-open #wpadminbar {
	padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #293950;
	font-family: 'Adelle Sans';
}

p {
	margin: 15px 0 10px;
}

.container {
	max-width: 1100px;
}

#menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 28px;
	position: absolute;
	right: 10px;
	top: 14px;
	background: none;
	border: none;
}

#menu:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

.btn {
	border-radius: 0;
	position: relative;
	-webkit-transition: all 400ms cubic-bezier(.25,.5,0,1);
	transition: all 400ms cubic-bezier(.25,.5,0,1);
	z-index: 1;
}

.btn:focus {
	box-shadow: none;
	outline: none !important;
}

.btn:before{
	background-color: #f26522;
	bottom: 0;
	content: " ";
	height: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all 400ms cubic-bezier(.25,.5,0,1);
	transition: all 400ms cubic-bezier(.25,.5,0,1);
	width: 100%;
	z-index: -1;
}

.btn:hover {
	background-color: transparent;
	color: #FFF !important;
}

.btn:hover:before{
	height: 100%;
}

.btn-orange {
	background-color: transparent;
	border: 1px solid #f26522;
	color: #f26522;
	font-weight: bold;
	padding: 8px 30px;
}

.call-to-action {
	padding-top: 50px;
}

.form-control {
	background-color: rgba(0,0,0,0.05);
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #898989;
}

.form-control:focus {
	box-shadow: none;
	outline-offset: 0;
	outline: 1px solid #898989;
}

textarea.form-control {
	height: 85px;
}

.navbar {
	background-color: #FFF;
	border-radius: 0;
	border: none;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
	font-family: 'Adelle Sans';
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.navbar ul {
	font-size: 0;
	margin: 0;
	padding: 0;
}

.navbar ul li {
	font-size: 15px;
}

.navbar ul li a {
	color: #2c3b4d;
	display: block;
	padding: 30px 20px 25px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.navbar ul li a img {
	margin-top: -2px;
	width: 20px;
}

.navbar.large ul li a {
	padding: 43px 20px 25px;
}

.navbar .navbar-brand {
	height: auto;
	padding: 10px 15px;
}

.navbar-brand > img {
	width: 115px;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.navbar.large .navbar-brand > img {
	width: 150px;
}

.navbar .navbar-menu {
	float: right;
}

.navbar .navbar-menu > .menu-item {
	display: inline-block;
	vertical-align: top;
}

.navbar .navbar-menu > .menu-item > a:after {
	color: transparent;
	content: attr(title);
	display: block;
	font-weight: bold;
	height: 1px;
	margin-bottom: -2px;
	overflow: hidden;
	visibility: hidden;
}

.navbar .navbar-menu > .menu-item:hover > a {
	font-weight: bold;
	margin-top: -2px;
	padding-bottom: 27px;
}

.navbar .navbar-menu .fa a {
	letter-spacing: -10px;
	opacity: 0;
	padding: 30px 20px 27px;
}

.navbar.large .navbar-menu .fa a {
	padding: 37px 20px;
}

.navbar .navbar-menu .fa:before {
	color: #8f9fa1;
	font-size: 18px;
	margin-left: 15px;
	pointer-events: none;
	position: absolute;
	top: 30px;
}

.navbar.large .navbar-menu .fa:before {
	top: 43px;
}

.navbar .navbar-menu .fa:hover:before {
	color: #293950;
}

.navbar .navbar-menu .sub-menu {
	background-color: rgba(215, 215, 215, 1);
	display: none;
	list-style: circle;
	opacity: 0.98;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
	position: absolute;
	top: 100%;
	z-index: 2;
}

.navbar .navbar-menu .menu-item:hover > .sub-menu {
	display: block;
}

.navbar .navbar-menu .sub-menu .menu-item {
	display: block;
}

.navbar .navbar-menu .sub-menu .menu-item > a {
	color: #606f7d;
	font-size: 13px;
	padding: 8px 20px;
	text-align: left;
}

.navbar .navbar-menu .sub-menu .menu-item:hover > a {
	background-color: rgba(21, 34, 46, 0.1);
	color: #005069;
	font-weight: normal;
}

.navbar .navbar-menu .sub-menu > .menu-item {
	position: relative;
}

.navbar .navbar-menu .sub-menu > .menu-item a {
	padding-right: 35px;
}

.navbar .navbar-menu .sub-menu .menu-item-has-children:before {
	color: #606f7d;
	content: "\f0da";
	float: right;
	font-size: 15px;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 0;
	margin-right: 14px;
	margin-top: 16px;
}

.navbar .navbar-menu .sub-menu .menu-item-has-children:hover:before {
	color: #005069;
}

.navbar .navbar-menu .sub-menu .menu-item > .sub-menu {
	background-color: rgba(215, 215, 215, 1);
	left: 100%;
	padding: 5px 0;
	top: 0;
}

.navbar .navbar-menu .sub-menu .menu-item > .sub-menu .menu-item:before {
	content: ".";
	float: left;
	font-size: 35px;
	line-height: 0;
	margin: 4px 9px;
}

.navbar .navbar-menu .sub-menu .menu-item > .sub-menu .menu-item a {
	padding: 4px 20px;
}

.navbar .navbar-menu .sub-menu .menu-item > .sub-menu .menu-item:hover a {
	color: #005069;
	background-color: transparent;
}

.breadcrumb li,
.breadcrumb a {
	font-size: 10px;
}

.breadcrumb li {
	font-weight: bold;
}

.breadcrumb a {
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: none;
}

.breadcrumb a:hover {
	font-weight: bold;
}

.breadcrumb > li+li:before {
	content: '/';
	padding: 0 5px;
}

video#videobg { 
	height: auto;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	width: auto;
	z-index: -2;
}

.hero {
	background-position: center;
	background-size: cover;
	color: #FFF;
	font-family: 'Adelle Sans';
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.hero * {
	-webkit-transition: all 800ms ease-out;
	transition: all 800ms ease-out;
}

.hero .banner-slider li {
	background-position: center;
	background-size: cover;
}

.hero .bx-controls {
	margin-top: -60px;
}

.hero .bx-pager {
	position: absolute;
	margin-bottom: 50px;
}

.hero .overlay {
	background-color: rgba(45, 60, 80, .8);
	min-height: 460px;
	padding: 170px 0 100px;
	position: relative;
	z-index: -1;
}

.hero h1 {
	color: inherit;
	font-size: 50px;
	margin-top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.hero p {
	font-size: 20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.hero .container p a {
	border: 1px solid #FFF;
	color: inherit;
	display: inline-block;
	font-size: 16px;
	margin-top: 30px;
	padding: 8px 30px 6px;
	position: relative;
	text-decoration: none;
	-webkit-transform: scale(0.001);
	transform: scale(0.001);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-duration: 600ms;
	transition-duration: 600ms;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.25,.5,0,1);
	transition-timing-function: cubic-bezier(.25,.5,0,1);
}

.hero .container p a:hover {
	color: #293950 !important;
}

.hero .container p a:before {
	background-color: #FFF;
}

.hero.internal .overlay {
	min-height: 100%;
	padding: 150px 0 75px;
}

.hero.internal h1.title {
	color: inherit;
	font-size: 35px;
	font-weight: bold;
	margin: 0;
}

.hero.internal h2.subtitle {
	color: inherit;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.hero .breadcrumb {
	background-color: transparent;
	margin: -40px 0 0 0;
	padding: 0;
}

.hero .breadcrumb a {
	color: #FFF;
	font-size: 10px;
	padding: 0;
}

.hero .transition {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(0deg) translateX(0) translateY(0) scale(1) !important;
	transform: rotate(0deg) translateX(0) translateY(0) scale(1) !important;
}

section.content-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 75px 0;
	position: relative;
}

section.content-section h2 {
	font-size: 25px;
	margin-bottom: 40px;
	margin-top: 0;
}

section.diretores {
	background-color: #e4e8e9;
	padding: 50px 0 75px;
}

section.diretores .header {
	margin-bottom: 50px;
}

section.diretores .link-diretores {
	text-align: right;
}

section.diretores .link-diretores a {
	color: #6e7687;
	margin-left: 10px;
}

section.diretores h5 {
	font-size: 16px;
	margin-bottom: 1px;
	margin-top: 0;
}

section.diretores h6 {
	font-size: 11px;
	margin-top: 2px;
}

section.diretores p {
	color: #363636;
	font-size: 12px;
	margin: 0 0 10px;
}

section.diretores .main-row {
	margin: 0 -25px;
}

section.diretores .main-col {
	padding: 0 25px;
}

section.related-section {
	background-color: #e7e8e8;
	padding: 50px 0;
}

section.related-section .related-title {
	color: #2c3b4d;
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 40px;
}

section.related-section .featured-item .title:after {
	margin-left: -20px;
	top: 118%;
	width: 40px;
}

section.related-section .featured-item:hover .title:after {
	margin-left: -30px;
	width: 60px;
}

/* featured image with hover */

.featured-item img {
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 3s cubic-bezier(.5,.1,.3,1);
	transition: all 3s cubic-bezier(.5,.1,.3,1);
	width: 100%;
}

.featured-item:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.featured-item .thumb {
	display: block;
	overflow: hidden;
	position: relative;
}

.featured-item .overlay {
	background-color: rgba(45, 60, 80, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	width: 100%;
}

.featured-item:hover .overlay {
	background-color: rgba(45, 60, 80, .8);
}

.featured-item .content-hover {
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.featured-item .button {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 7px 20px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

.featured-item .button:before {
	background-color: #FFF;
}

.featured-item:hover .button {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.featured-item .button:hover {
	color: #293950 !important;
}

.featured-item a {
	color: #2c3b4d;
	text-align: center;
	text-decoration: none;
}

.featured-item .title {
	font-family: 'Adelle Sans';
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
	position: relative;
}

.featured-item .title:after {
	background-color: #f7941d;
	content: " ";
	height: 3px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: 105%;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
	width: 0;
}

.featured-item:hover .title:after {
	width: 50px;
}

.featured-item .subtitle {
	font-size: 15px;
	margin: 0;
}

/* end featured image with hover */

section.solucoes-section {
	background-color: #e7e8e8;
	padding: 50px 0 30px;
	text-align: center;
}

section.solucoes-section .container > h2.title {
	font-size: 35px;
	margin-top: 0;
}

section.solucoes-section .container > p.subtitle {
	font-size: 20px;
	font-weight: 100;
	line-height: 1.1em;
	margin: 0;
}

section.solucoes-section .bx-wrapper {
	margin-top: 50px;
}

section.solucoes-section .featured-item .title {
	color: #FFF;
	font-weight: 100;
	margin-bottom: 60px;
	margin-top: -20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

section.solucoes-section .featured-item:hover .title {
	margin-bottom: 40px;
	margin-top: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

section.solucoes-section .featured-item .title:after {
	top: 150%;
}

section.contact-section {
	background-image: url(../img/bg-form.jpg);
	background-position: center;
	background-size: cover;
	color: #FFF;
	padding: 75px 0 25px;
}

section.contact-section .info {
	text-align: right;
	padding-right: 100px;
}

section.contact-section h3 {
	color: #FFF;
	font-size: 30px;
	margin-top: 0;
}

section.contact-section h3 span {
	font-weight: bold;
}

section.contact-section p {
	font-size: 20px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: 0;
	margin-top: 25px;
	max-width: 300px;
}

section.contact-section a {
	color: inherit;
	font-size: 15px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

section.contact-section .form-control {
	background-color: rgba(235,235,235,0.9);
}

section.contact-section .btn {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	float: right;
	margin-right: 15px;
	font-weight: bold;
	padding: 8px 30px;
}

section.projetos-section {
	color: #2c3b4d;
	padding: 75px 0;
	text-align: center;
}

section.projetos-section .container > .title {
	font-size: 35px;
	margin: 0;
}

section.projetos-section .container > .subtitle {
	font-size: 20px;
	font-weight: 100;
	margin: 0;
}

section.projetos-section .category-filter {
	margin: 50px 0;
}

section.projetos-section .bx-wrapper {
	margin-bottom: 0;
}

section.projetos-section #bx-pager img {
	height: auto;
	width: 11.1111%;
}

section.contato-section {
	padding: 50px 0;
}

section.contato-section h3 {
	margin-bottom: 20px;
}

section.contato-section form .row p {
	padding: 0 15px;
}

section.contato-section form .row .btn {
	background-color: #f26522;
	color: #FFF;
	display: block;
	width: 100%;
}

section.contato-section address {
	color: #898989;
	font-size: 14px;
	margin-top: 10px;
}

section.contato-section .phone-mail {
	color: #2c3b4d;
	font-size: 14px;
}

section.contato-section .phone-mail span {
	font-weight: bold;
}

section.contato-section .phone-mail a {
	color: inherit;
	text-decoration: none;
}

section.contato-section .phone-mail a:hover {
	font-weight: bold;
}

section.contato-section textarea.form-control {
	height: 153px;
}

.featured-clientes-section {
	padding: 75px 0;
	text-align: center;
}

.featured-clientes-section .client-brand {
    margin: 0 20px 25px;
    height: 170px;
    width: 170px;
    object-fit: contain;
    object-position: center;
}

section.full-list-section {
	background-color: #e4e8e9;
	padding: 75px 0;
}

section.full-list-section h3 {
	font-size: 25px;
	margin: 0;
}

section.full-list-section h4 {
	font-size: 20px;
	margin: 0;
	line-height: 2em;
}

section.full-list-section .filter {
	margin:  10px -10px 0;
}

section.full-list-section #client-list {
	margin:  0 -10px;
	padding: 0 25px;
}

section.main-case-section {
	padding: 50px 0;
}

section.main-case-section h4 {
	font-size: 20px;
	font-weight: bold;
}

section.cases-section {
	background-color: #e4e8e9;
	padding: 50px 0;
}

section.cases-section header {
	text-align: center;
}

section.cases-section header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

section.cases-section header h4 {
	margin-top: 0;
	margin-bottom: 50px;
}

section.cases-section .row > .tabs {
	padding: 25px 25px 75px;
}

section.cases-section .row > .tabs * {
	-webkit-transition: all 200ms cubic-bezier(.5,0,0,1);
	transition: all 200ms cubic-bezier(.5,0,0,1);
}

section.cases-section .row > .tabs h3 {
	margin: 10px 0;
}

section.cases-section .row > .tabs p {
	margin: 0;
}

section.cases-section .row > .tabs > div {
	margin: -25px -25px 25px -25px;
	padding: 25px;
	position: relative;
	overflow: hidden;
}

section.cases-section .row > .tabs > div:after {
	background-color: #FFF;
	content: ' ';
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
	width: 100%;
	z-index: 0;
}

section.cases-section .row > .tabs .active:after {
	left: 0;
}

section.cases-section .row > .tabs a {
	position: relative;
	z-index: 1;
}

section.cases-section .row > .tabs a.thumb {
	display: inline-block;
	max-width: 150px;
	vertical-align: top;
}

section.cases-section .row > .tabs a.thumb:before {
	content: ' ';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	width: 100%;
}

section.cases-section .row > .tabs .active a.thumb:before {
	background-color: rgba(240, 100, 35, 0.7);
}

section.cases-section .row > .tabs > div:hover a.thumb:before {
	background-color: rgba(0, 0, 0, 0.4);
}

section.cases-section .row > .tabs a.content {
	background-color: transparent;
	color: inherit;
	display: inline-block;
	font-size: 14px;
	height: 150px;
	max-width: calc( 100% - 150px );
	padding-left: 25px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}

section.cases-section .row > .tabs a.content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}

section.cases-section .row > .tabs .active h3 {
	color: #f26522;
}

section.cases-section .row > .tabs .cta {
	bottom: 0;
	color: #f26522;
	display: inline-block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: absolute;
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

section.cases-section .row > .tabs .cta .fa {
	display: inline-block;
	margin-left: 5px;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

section.cases-section .row > .tabs .cta:hover .fa {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

section.cases-section .row > .tabs .active .cta {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

section.cases-section .row > .tabs .category {
	color: #6b828b;
	font-size: 11px;
	margin: 0;
}

section.cases-section .row > .content {
	background-color: #fff;
	padding: 25px;
}

section.cases-section .row > .content .category {
	color: #6b828b;
	font-size: 11px;
	margin: 0;
}

section.cases-section .row > .content h2 {
	font-size: 25px;
	margin: 0;
}

section.cases-section .row > .content h3 {
	font-size: 20px;
	margin: 10px 0 20px;
}

section.cases-section .row > .content p {
	margin: 5px 0 25px;
}

.single-servicos .content-section h3 {
	margin-top: 0;
}

.filter {
	font-family: 'Adelle Sans';
	padding: 0;
}

.filter li {
	color: #293950;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 10px;
}

.filter li:hover,
.filter li.active {
	font-weight: bold;
}

.filter li.empty {
	cursor: no-drop;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.category-filter li {
	color: #435867;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 5px 50px;
	position: relative;
	-webkit-transition: all 300ms cubic-bezier(.5,0,0,1);
	transition: all 300ms cubic-bezier(.5,0,0,1);
}

.category-filter li.active,
.category-filter li:hover {
	color: #f26522;
}

.category-filter li:before {
	background-color: #f26522;
	content: " ";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
	width: 0;
}

.category-filter li.active:before {
	width: 30px;
}

.footer {
	background-color: #181d24;
	color: #FFF;
}

.footer .container {
	padding: 30px 15px;
}

.footer .address {
	color: #555555;
	font-size: 13px;
	margin: 10px 0 20px;
}

.footer .social-links {
	margin-top: 20px;
}

.footer .social-links p {
	color: #555555;
	font-size: 11px;
	margin: 0;
}

.footer .social-links a {
	color: #898989;
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	padding: 2px;
	text-decoration: none;
}

.footer h5 {
	color: #898989;
	font-size: 13px;
	font-weight: bold;
}

.footer .footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .category-items {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.footer .footer-links a {
	color: #898989;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.footer .footer-links a:hover {
	color: #FFF;
}

.footer .footer-links .spaced {
	margin: 15px 0;
}

.footer .footer-links .item {
	color: #555555;
	font-size: 11px;
	font-weight: 100;
	padding-left: 0;
}

.footer .footer-links .item:before {
	content: ".";
	color: #898989;
	float: left;
	font-size: 35px;
	line-height: 0;
	margin: 1px 5px 1px 0;
}

.footer .footer-links .category {
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 2px;
}

.footer .footer-links .category:first-child {
	margin-top: 0;
}

.footer .footer-links .category:before {
	content: none;
}

.footer .copyright {
	background-color: #111111;
	color: #505050;
	font-size: 11px;
	padding: 20px;
	text-align: center;
}

.footer .copyright a {
	color: #757575;
}

.modal .modal-content {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.modal .modal-dialog {
	padding-top: 80px;
}

.modal button.close {
	border-radius: 50px;
	border: 2px solid #8eb6bb;
	color: #8eb6bb;
	font-size: 25px;
	line-height: 16px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	padding: 1px 3px 3px !important;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 100;
	width: 25px;
	height: 25px;
}

.modal .modal-header {
	border: none;
	padding-right: 70px;
}

.modal .modal-header {
	padding-left: 50px;
}

.modal .modal-body {
	padding: 0 50px 30px;
}

.modal .modal-body .title {
	font-size: 35px;
	margin: 0;
}

.modal .modal-body .subtitle {
	color: #898989;
	font-size: 20px;
	margin: 40px 0;
}

.modal-backdrop {
	background-color: rgba(45, 60, 80, .7);
}

.bxslider {

}

.bx-wrapper {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.bx-pager-link {
	background-color: #606f7d;
	height: 8px !important;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	width: 8px !important;
}

.bx-pager-link.active {
	background-color: #e75f04 !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.project-slider {
	font-size: 0;
	list-style: none;
	padding: 0;
}
@media (min-width: 768px)  {
	.project-slider {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.project-slider .item {
	display: inline-block;
	font-size: 15px;
	padding: 1px;
	position: relative;
}
@media (min-width: 768px)  {
	.project-slider .item {
		width: 25%;
	}
}

.project-slider .item .loading {
	background-color: rgba(0,0,0,0.6);
	font-size: 20px;
	box-sizing: border-box;
	height: 100%;
	opacity: 0;
	padding-top: 25%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.project-slider .item a {
	-webkit-filter: grayscale(0);
	color: #FFF;
	display: block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(0);
	position: relative;
	text-align: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

.project-slider .item a.disabled {
	-webkit-filter: grayscale(100%);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	filter: grayscale(100%);
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.project-slider .item:nth-child(6) {
	width: 50%;
}

.project-slider .item:nth-child(5) a,
.project-slider .item:nth-child(7) a {
	margin-bottom: 1px;
}

.project-slider img {
	height: auto;
	width: 100%;
}

.project-slider .overlay {
	background-color: rgba(240, 100, 35, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	width: 100%;
}

.project-slider .item a:hover .overlay {
	background-color: rgba(240, 100, 35, 0.9);
}

.project-slider .content-hover {
	font-family: 'Adelle Sans';
	left: 0;
	padding: 0 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.project-slider .content-hover .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: -20px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: relative;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

.project-slider .item a:hover .title {
	margin-bottom: 15px;
	margin-top: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.project-slider .content-hover .title:after {
	background-color: #f9c12b;
	bottom: -8px;
	content: " ";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
	width: 0;
}

.project-slider .item a:hover .title:after {
	width: 30px;
}

.project-slider .content-hover .client {
	font-size: 12px;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

.project-slider .item a:hover .client {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#modal-contato form .btn {
	background-color: #2c3b4d;
	color: #FFF;
	display: block;
	margin-left: 15px;
	width: calc(100% - 30px);
}

#modal-projetos .modal-header {
	font-family: 'Adelle Sans';
	font-size: 14px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-top: 30px;
}

#modal-projetos .modal-header .title {
	color: #2c3b4d;
	font-size: 16px;
	font-weight: bold;
}

#modal-projetos .modal-header p {
	font-size: 14px;
	margin: 0;
}

#modal-projetos .modal-body {
	padding: 30px;
	-webkit-transition: all 500ms cubic-bezier(.5,0,0,1);
	transition: all 500ms cubic-bezier(.5,0,0,1);
}

#modal-projetos .bx-wrapper {
	margin-bottom: 1px;
}

#modal-projetos #bx-pager a {
	position: relative;
	display: inline-block;
}

#modal-projetos #bx-pager a:before {
	background-color: rgba(21, 34, 46, 0.7);
	background-image: url(../img/zoom-in.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transition: all 200ms cubic-bezier(.5,0,0,1);
	transition: all 200ms cubic-bezier(.5,0,0,1);
	width: 100%;
}

#modal-projetos #bx-pager a.active:before,
#modal-projetos #bx-pager a:hover:before {
	background-size: 25px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#modal-projetos #bx-pager img {
	outline: 1px solid #FFF;
}

.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
	background-color: #2c3b4d;
	background-image: none;
	font-family: "FontAwesome";
	font-size: 0;
	height: 70px;
	margin-top: -35px;
	text-decoration: none;
	text-indent: 0;
	-webkit-transition: all 200ms cubic-bezier(.5,0,0,1);
	transition: all 200ms cubic-bezier(.5,0,0,1);
	width: 25px;
	z-index: 900;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-next:hover {
	width: 35px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before,
.bx-wrapper .bx-controls-direction a.bx-next:before {
	color: #FFF;
	display: block;
	font-size: 25px;
	padding-top: 17px;
	-webkit-transition: all 200ms cubic-bezier(.5,0,0,1);
	transition: all 200ms cubic-bezier(.5,0,0,1);
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "\f104";
	margin-left: 8px;
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "\f105";
	margin-left: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover:before {
	margin-left: 18px;
}

.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.featured-image {
	height: auto;
	width: 100%;
}

.page-template-page-producoes-culturais .hero .overlay {
	background-color: rgba(30, 60, 80, .7);
	min-height: 600px;
	padding: 260px 0 100px;
}

.page-template-page-producoes-culturais .hero .overlay h1 {
	font-size: 50px;
}

.page-template-page-producoes-culturais .hero .overlay h1 strong {
	color: #fbaf5d;
}

.page-template-page-producoes-culturais .hero .overlay p {
	font-size: 20px;
}

.page-template-page-producoes-culturais .content-section h2 {
	color: #f19532;
	font-size: 35px;
	margin: 0;
}

.page-template-page-producoes-culturais .content-section p {
	color: #2c3b4d;
	font-size: 20px;
	margin: 5px 0;
}

.page-template-page-producoes-culturais .content-section .row.head {
	margin-bottom: 50px;
}

.page-template-page-producoes-culturais .content-section .o-que-fazemos {
	text-align: center;
	padding: 0 5px;
}

.page-template-page-producoes-culturais .content-section .o-que-fazemos h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}

.page-template-page-producoes-culturais .content-section .o-que-fazemos h4:after {
	background-color: #f9c12b;
	content: " ";
	height: 2px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 30px;
	width: 30px;
}

.page-template-page-producoes-culturais .content-section .o-que-fazemos p {
	font-size: 14px;
	padding: 0 25px;
}

.page-template-page-producoes-culturais .projetos-section {
	background-color: #e9ebed;
}

.wpcf7-not-valid {
	outline: 2px solid #f26522;
}

.wpcf7-not-valid-tip {
	color: #f26522 !important;
	margin-top: 5px;
}

.wpcf7-validation-errors {
	background-color: #f26522;
	background-image: url(../img/alert.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 25px;
	border: none !important;
	color: #FFF;
	margin: 15px 0 !important;
	padding: 10px 10px 10px 55px !important;
}

.wpcf7-mail-sent-ok {
	background-color: #398f14;
	background-image: url(../img/success.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 25px;
	border: none !important;
	color: #FFF;
	margin: 15px 0 !important;
	padding: 10px 10px 10px 55px !important;
}

figure {
	position: relative;
}

figure figcaption {
	background-color: rgba(45, 60, 80, .85);
	bottom: 0;
	color: #FFF;
	display: block;
	font-size: 14px;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	width: 100%;
}

.languages {
	list-style: none;
	padding: 0;
}

.languages li {
	display: inline-block;
}
.slider-diretores li {
	padding: 0 40px;
	text-align: left !important;
}

/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
	background-image: url('http://alliancefinancialsa.cm/content/img/Loading_2.gif') !important;
	background-size: contain;
	width: 24px !important;
	height: 24px !important;
	margin-left: 10px !important;
}
