@import url('cookies.css');
@import url('termos-uso.css');
/**** reset *****/
	a {
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}
	h1,h2,h3,h4,h5,h6,p {
		margin: 0px;
	}
	ol,ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
/**** outros *****/
	.vertical-center-box {
		display: table;
	}
	.vertical-center {
		display: table-cell; 
		vertical-align: middle;
		/*necessário height*/
	}
	.no-pad {
		padding: 0px;
	}
/***** main-navigation *****/
	.main-navigation {
		background: #fff;
		margin-bottom: 0px;
		border-top: 9px solid #dbdcdd;
		border-bottom: 0px;
		min-height: 97px;
		-webkit-box-shadow: 0px 0px 50px -15px rgba(0,0,0,0.4);
		-moz-box-shadow:    0px 0px 50px -15px rgba(0,0,0,0.4);
		box-shadow:        0px 0px 50px -15px rgba(0,0,0,0.4);
	}
		@media (max-width: 1200px) {
			.main-navigation {
				min-height: 75px;
			}
		}
	/***** main-navigation left *****/
		.brand img {
			width: 128px;
		}
		.main-navigation .brand .vertical-center  {
			height: 88px;
		}
			/***** queries *****/
			@media (max-width: 1200px) {
				.brand {
					padding-left: 15px;
				}
				.brand img {
					width: 80px;
				}
				.main-navigation .brand .vertical-center  {
					height: 75px;
				}
			}
	/***** main-navigation right *****/
		.main-navigation span.icon-bar {
			background-color: #2e3192;
		}
		@media (max-width: 1200px) {
			.navbar-nav {
				text-align: center;
				margin: 0px -15px;
			}
			.navbar-collapse {
				border-top: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}
			.navbar-toggle {
				margin-top: 21px;
				margin-bottom: 20px;
			}
		}
		/***** level 1 *****/
			.main-navigation .nav > li > a  {
			    font-family: 'LeagueSpartan-Bold';
				font-size: 14px;
				color: #120079;
				text-transform: uppercase;
				padding: 35px 15px 33px 15px;
			}
			/***** actions *****/
                
				.main-navigation .nav > li > a:hover  {
					color: #fff;
					background: #120079;
				}
				.main-navigation .nav > li > a:focus  {
					color: #fff;
					background: #120079;
				}
				.main-navigation .nav > li.active > a {
					background: url('img/main-navigation-active.png') center bottom no-repeat;
				}
				.main-navigation .nav > li.active > a:hover {
					background: #120079 url('img/main-navigation-active.png') center bottom no-repeat;
                    color: #fff;
				}
                .dropdown.active.open {
                    background: #120079 url('img/main-navigation-active.png') center bottom no-repeat;
                    color: #fff;
                }
				/***** queries *****/
					@media (max-width: 1200px) {
						.main-navigation .nav > li > a  {
							padding: 7.5px 15px 7.5px 15px;
						}
						.main-navigation .nav > li > a:hover  {
							background: transparent;
                            color: #120079;
						}
						.main-navigation .nav > li > a:focus  {
							color: #fff;
							background: transparent;
						}
							.main-navigation .nav > li.active > a {
								color: #848484;
								background: none;
							}
							.main-navigation .nav > li.active > a:hover {
								background: none;
                                color: #848484;
							}
                            .dropdown.active.open {
                                background: #5d5d5d url('img/main-navigation-active.png') center bottom no-repeat;
                                color: #fff;
                            }
					}
		/***** level 2 *****/
			/***** dropdown parent item *****/
                .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
                    background-color: #120079;
                     color: #fff !important;
                }
				.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
				    color: #fff !important;
					background: #120079;
				}
				/***** dropdown *****/
					.main-navigation .dropdown .dropdown-menu  {
						padding: 0px 0px;
						-webkit-border-radius: 0px;
						-moz-border-radius: 0px;
						border-radius: 0px;
						box-shadow: 0 10px 20px -3px rgba(0,0,0,.3);
						min-width: 244px;
						top: 100%;
						left: 0%;
						right: auto;
                        border: none;
						/*transform: translate(-50%, 0%);*/
					}
					/*.dropdown-menu:before {
						position: absolute;
						top: -11px;
						left: 50%;
						right: auto;
						transform: translate(-50%, 0%);
						display: inline-block;
						border-right: 12px solid transparent;
						border-bottom: 11px solid #ccc;
						border-left: 12px solid transparent;
						content: '';
					}
					.dropdown-menu:after {
						position: absolute;
						top: -11px;
						left: 50%;
						right: auto;
						transform: translate(-50%, 0%);
						border-right: 12px solid transparent;
						border-bottom: 11px solid #fff;
						border-left: 12px solid transparent;
						content: '';
					}*/
					/***** dropdown items *****/
						.main-navigation .dropdown .dropdown-menu > li > a {
							font-family: 'LeagueSpartan-Bold';
							font-size: 14px;
							color: #120079;
							text-transform: uppercase;
							padding: 21px 28px 21px 28px;
							border-bottom: none;
						}
						.main-navigation .dropdown .dropdown-menu > li:last-of-type > a {
							border-bottom: none;
						}
						/***** actions *****/
							.main-navigation .dropdown .dropdown-menu > li:hover > a {
								color: #fff !important;
								background-color: #120079;
							}
							.main-navigation .dropdown .dropdown-menu > li:first-of-type > a {
								-webkit-border-top-left-radius: 0px;
								-webkit-border-top-right-radius: 0px;
								-moz-border-radius-topleft: 0px;
								-moz-border-radius-topright: 0px;
								border-top-left-radius: 0px;
								border-top-right-radius: 0px;
							}
							.main-navigation .dropdown .dropdown-menu > li:last-of-type > a {
								-webkit-border-bottom-right-radius: 0px;
								-webkit-border-bottom-left-radius: 0px;
								-moz-border-radius-bottomright: 0px;
								-moz-border-radius-bottomleft: 0px;
								border-bottom-right-radius: 0px;
								border-bottom-left-radius: 0px;
							}
							/***** queries *****/
								@media (max-width: 1200px) {
									.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
										background-color: #120079!important;
									}
										.main-navigation .dropdown .dropdown-menu  {
											background-color: #5D5D5D !important;
											text-align: center;
											border-radius: 0px;
											left: auto;
											right: 0px;
											transform: translate(0%, 0%);
										}
										.dropdown-menu:before {
											border-bottom: 11px solid transparent;
										}
										.dropdown-menu:after {
											border-bottom: 11px solid transparent;
										}
											.main-navigation .dropdown .dropdown-menu > li > a {
												color: #fff;
												text-transform: uppercase;
												padding: 10px 15px 10px 15px;
												border-bottom: none;
											}
												.main-navigation .dropdown .dropdown-menu > li:hover > a {
													color: #fff;
													background-color: transparent;
												}
                                                .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
                                                    background: #5d5d5d;
                                                }
								}
		/***** level 3 *****/
			/***** level 3 parent item *****/
				.main-navigation .dropdown .dropdown-menu > li.level-3.active > a {
					color: #fff;
					background-color: #2e3192;
					border-bottom: none;
					-webkit-border-bottom-right-radius: 0px;
					-webkit-border-bottom-left-radius: 0px;
					-moz-border-radius-bottomright: 0px;
					-moz-border-radius-bottomleft: 0px;
					border-bottom-right-radius: 0px;
					border-bottom-left-radius: 0px;
				}
				/***** level 3 well *****/
					.main-navigation .dropdown .dropdown-menu .well {
						min-height: 0px;
						padding: 0px;
						margin-bottom: 0px;
						background-color: #2e3192;
						border: none;
						border-radius: 0px;
						-webkit-box-shadow: none;
						box-shadow: none;
					}
					/***** level 3 items *****/
						.main-navigation .dropdown .dropdown-menu .well > li {
							padding: 8px 30px 8px 30px;
						}
						.main-navigation .dropdown .dropdown-menu .well > li:first-child {
							padding: 16px 30px 8px 30px;
						}
						.main-navigation .dropdown .dropdown-menu .well > li:last-child {
							padding: 8px 30px 16px 30px;
						}
						.main-navigation .dropdown .dropdown-menu .well > li > a {
							font-family: 'LeagueSpartan-Bold';
							font-size: 14px;
							color: #fff;
							text-transform: uppercase;
						}
						/***** actions *****/
							.main-navigation .dropdown .dropdown-menu .well > li:hover {
								color: #fff;
								background-color: transparent; 
								text-decoration: none;
							}
							.main-navigation .dropdown .dropdown-menu .well > li:hover > a {
								color: #fff;
								text-decoration: underline;
								text-decoration: none;
							}
							/***** queries *****/
								@media (max-width: 1200px) {
									.main-navigation .dropdown .dropdown-menu > li.level-3.active > a {
										color: #fff;
										background-color: transparent;
									}
										.main-navigation .dropdown .dropdown-menu .well {
											background-color: #888888;
										}
											.main-navigation .dropdown .dropdown-menu .well > li {
												padding: 10px 15px 10px 15px;
											}
											.main-navigation .dropdown .dropdown-menu .well > li:first-child {
												padding: 10px 15px 10px 15px;
											}
											.main-navigation .dropdown .dropdown-menu .well > li:last-child {
												padding: 10px 15px 10px 15px;
											}
											.main-navigation .dropdown .dropdown-menu .well > li > a {
												color: #fff;
											}
												.main-navigation .dropdown .dropdown-menu .well > li:hover {
													color: #fff;
													background-color: transparent; 
												}
												.main-navigation .dropdown .dropdown-menu .well > li:hover > a {
													color: #fff;
													text-decoration: none;
												}
									}
	/***** navbar breakpoint in a custom querie *****/
		@media (max-width: 1200px) {
			.navbar-header {
				float: none !important;
			}
			.navbar-left,
			.navbar-right {
				float: none !important;
			}
			.navbar-toggle {
				display: block !important;
			}
			.navbar-collapse.collapsing {
				overflow-x: hidden;
			}
			.navbar-collapse.collapse {
				display: none !important;
			}
			.navbar-nav {
				float: none !important;
			}
			.navbar-nav > li {
				float: none !important;
			}
			.collapse.in {
				display: block !important;
			}
			.navbar-collapse.in {
				overflow-y: overlay !important;
				overflow-x: hidden !important;
			}
			/***** submenu collapsed in a custom resolution *****/
				.main-navigation .navbar-nav .open .dropdown-menu {
					position: static;
					float: none;
					width: auto;
					margin-top: 0;
					background-color: transparent;
					border: 0;
					-webkit-box-shadow: none;
					box-shadow: none;
				}
		}
/***** index *****/
	/***** slider *****/	
		.slider {
			margin-top: 97px;
		}
        .slider a,
        .slider a:hover,
        .slider a:focus {
			text-decoration: none !important;
		}
		.slider .vertical-center-box {
			margin-left: auto;
			margin-right: auto;
		}
		.slider .carousel-inner .vertical-center {
			height: 629px;
		}
		.slider .main-header-box {
			margin-bottom: 74px;
		}
		.slider .carousel-caption {
			text-shadow: none;
			position: inherit;
		}
		.slider h1 {
			font-family: 'LeagueSpartan-Bold';
			font-size: 52px;
			color: #fff;
			text-align: left;
			text-transform: none;
			margin-bottom: 20px;
		}
		.slider h2 {
			font-family: 'latolight';
			font-size: 30px;
			color: #fff;
			text-align: left;
		}
		/***** queries *****/	
			@media (max-width:1200px){
				.slider {
					margin-top: 75px;
				}
				.slider h1 {
					text-align: center;
				}
				.slider h2 {
					text-align: center;
				}
			}
			@media (max-width:528px){
				.slider h1 {
					font-size: 27px;
				}
			}
			

	/***** slider controls *****/	
		.slider .carousel-control.left {
			background-image: none !important;
		}
		.slider .carousel-control.right {
			background-image: none !important;
		}
		.slider .carousel-indicators-pos {
			position: relative;
		}
		.slider .carousel-indicators {
			z-index: 15;
			padding-left: 0;
			text-align: right;
			list-style: none;
			position: absolute;
			margin-left: 0;
			width: 100%;
			bottom: 80px;
			right: 0;
			left: 0;
			cursor: pointer;
		}
		.slider .carousel-indicators li {
			display: inline-block;
			width: 30px;
			height: 30px;
			margin: 0;
			background-color: #fff;
			border: none;
			border-radius: 20px;
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		.slider .carousel-indicators .active {
			width: 30px;
			height: 30px;
			margin: 0;
			border: none;
			background-color: #120079;
			-webkit-box-shadow: none;
			-moz-box-shadow:    none;
			box-shadow:         none;
		}
		/***** queries *****/	
			
			@media (max-width:1200px){
				.slider .carousel-indicators {
					right: 45%;
				}
			}
	/***** services *****/
		.services {
			background: #eaeaea;
		}
        .services a,
        .services a:hover,
        .services a:focus {
			text-decoration: none !important;
		}
		.services .container {
			-webkit-box-shadow:  0px 0px 100px -10px rgba(0, 0, 0, 0.5);
			-moz-box-shadow:     0px 0px 100px -10px rgba(0, 0, 0, 0.5);
			box-shadow:          0px 0px 100px -10px rgba(0, 0, 0, 0.5);
		}
		.services-box .col-lg-6 {
			text-align: center;
			background: #fff;
			padding: 0px 30px;
			margin-top: -74px;
			position: relative;
			height: 262px;
			border-right: 1px solid #353277;
			box-shadow: 0px 0px 10px -3px rgba(50, 50, 50, 0.75);
		}
		.services-box.last-last .col-lg-6 {
			border-right: none;
		}
		.services-box .col-lg-6 .vertical-center-box {
			margin-left: auto;
			margin-right: auto;
		}
		.services-box .col-lg-6 .vertical-center {
			height: 262px;
		}
		#armazenagem {
			width: 68px;
			height: 102px;
			background: url('img/1.png') center bottom no-repeat;
                background-size: 70px;
                    background-position-y: -78px;
		}
		#armazenagem-box:hover #armazenagem {
			background: url('img/1.png') center top no-repeat;
            width: 93px;
		}
		#movimentacao {
			width: 103px;
			height: 103px;
			background: url('img/2.png') center bottom no-repeat;
                background-size: 70px;
                    background-position-y: -70px;
		}
		#movimentacao-box:hover #movimentacao {
			background: url('img/2.png') center top no-repeat;

		}
		#transporte {
			width: 117px;
			height: 78px;
			background: url('img/3.png') center bottom no-repeat;
                background-size: 70px;
                    background-position-y: -39px;
		}
		#transporte-box:hover #transporte {
			background: url('img/3.png') center top no-repeat;

		}
		#tecnologia {
			width: 93px;
			height: 100px;
			background: url('img/4.png') center bottom no-repeat;
                background-size: 70px;
                    background-position-y: -78px;
		}
		#tecnologia-box:hover #tecnologia {
			background: url('img/4.png') center top no-repeat;,

		}
		.services-box h2 {
			font-family: 'LeagueSpartan-Bold';
			font-size: 18.27px;
			color: #120079;
			text-transform: uppercase;
			padding-top: 32px;
		}
		.services-box p {
			font-family: 'latolight';
			font-size: 10.96px;
			color: #120079;
			text-transform: uppercase;
			padding-top: 12px;
			padding-bottom: 28px;
		}
        @media (max-width:1200px) {
        }

		/***** actions *****/
			.services-box .col-lg-6:hover {
				background: #120079;
			}
			.services-box:hover h2 {
				color: #fff;
				background: url('img/services-header-bkg.png') center bottom no-repeat;
				padding-bottom: 9px;
			}
			.services-box:hover p {
				color: #fff;
			}
			/***** queries *****/
				@media (max-width:1200px){
					.services-box .col-lg-6 {
						margin-bottom: 90px;
					}
					.services-box .col-lg-6:hover {
						background: #fff;
					}
					.services-box.last .col-lg-6 {
						border-right: none;
					}
					.services-box:hover h2 {
						color: #120079;
						background: none;
						padding-bottom: 0px;
					}
					.services-box:hover p {
						color: #120079;
						padding-bottom: 28px;
					}
					#armazenagem-box:hover #armazenagem {
						background: url('img/1.png') center bottom no-repeat;
					}
					#movimentacao-box:hover #movimentacao {
						background: url('img/2.png') center bottom no-repeat;
					}
					#transporte-box:hover #transporte {
						background: url('img/3.png') center bottom no-repeat;
					}
					#tecnologia-box:hover #tecnologia {
						background: url('img/4.png') center bottom no-repeat;
					}
				}
				@media (max-width:768px){
					.services-box.first .col-lg-6 {
						border-right: none;
					}
				}
	/***** conheca-box *****/
		.conheca-box .col-md-6 {
			text-align: center;
			background: url('img/imagem.jpg') center center no-repeat;
			border-top: 1px solid #353277;
		}
		.conheca-box .vertical-center-box {
			margin-right: auto;
			margin-left: auto;
		}
		.conheca-box .vertical-center {
			height: 427px;
		}
		.conheca-box h2 {
			font-family: 'LeagueSpartan-Bold';
			font-size: 27.89px;
			color: #fff;
			line-height: 33px;
			padding-bottom: 6px;
		}
		.conheca-box p {
			font-family: 'latolight';
			font-size: 18.19px;
			color: #fff;
			line-height: 23px;
			padding-bottom: 50px;
		}
		.conheca-box .btn {
			font-family: 'LeagueSpartan-Bold';
			font-size: 15.24px;
			color: #fff;
			text-transform: uppercase;
			padding: 17px 12px;
			max-width: 412px;
			width: 100%;
			border: 2px solid #fff;
		}
		.conheca-box .btn:hover,
		.conheca-box .btn:focus {
			background: #fff;
			color: #120079;
		}
		/***** queries *****/
			@media (max-width:1200px){
				.conheca-box {
					margin-top: -74px;
				}
			}
			@media (max-width:528px){
				.conheca-box .btn {
					font-size: 12.24px;
				}
			}
	/***** oportunidades-box *****/
		.oportunidades-box .col-md-6 {
			background: #f5f5f5;
			height: 427px;
			padding: 45px 21px 45px 40px;
			border-top: 1px solid #353277;
		}
		.oportunidades-box h2 {
			font-family: 'LeagueSpartan-Bold';
			font-size: 22.94px;
			color: #120079;
			text-transform: uppercase;
			padding-bottom: 23px;
		}
		.oportunidades-box ul {
			height: 300px;
			overflow-y: auto;
		}
		.oportunidades-box li {
			padding-top: 18px;
		}
		.oportunidades-box li a {
			font-family: 'latoblack';
			font-size: 14px;
			color: #2e3192;
		}
		.oportunidades-box li a:hover {
			text-decoration:none;
		}
		.oportunidades-box li span {
			font-family: 'AbadiMT-Condensed' !important;
			font-size: 12px !important;
			color: #2e3192 !important;
			padding-right: 45px;
		}
		/***** custom scrollbar *****/
			.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
				background-color: #2e3192;
			}
			.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
				background-color: #5054d5;
			}
			.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
				background-color: #5054d5;
			}
			.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
				background-color: #5054d5;
			}
			/***** queries *****/
				@media (max-width:400px){
					.oportunidades-box .pull-right {
						float: left !important;
					}
					.oportunidades-box li span {
						padding-right: 0px;
					}
				}
/***** footer *****/
	footer {
		background: #fff;
		padding-top: 61px;
		border-bottom: 10px solid #828282;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	}
	footer li {
		font-family: 'latobold';
		font-size: 16px;
		color: #2e3192;
		text-align: center;
	}
	footer li.header{
		font-family: 'latoblack';
		font-size: 16px;
		color: #2e3192;
		text-transform: uppercase;
	}
	footer ul.social {
		padding-top: 30px;
	}
	footer ul.social li {
		display: inline-block;
		margin-right: 11px;
	}
	footer ul.social li:last-child {
		margin-right: 0px;
	}
	footer .btn {
		font-family: 'latoblack';
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		padding: 6px 12px;
		margin-top: 22px;
		margin-bottom: 31px;
		max-width: 166px;
		width: 100%;
		background: #2e3192;
	}
	footer .axys {
		padding-top: 37px;
	}
	/***** actions *****/
		footer .btn:hover {
			color: #fff;
		}
		footer .btn:focus {
			color: #fff;
		}
		/***** queries *****/
			@media (max-width:768px){
				footer {
					text-align: center;
				}
			}
	footer .well {
		background: #828282;
		padding: 40px 0px 0px 0px;
		margin-bottom: 0px;
		border: transparent;
		border-radius: 0px;
		-webkit-box-shadow:  inset 0px 3px 6px -2px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:     inset 0px 3px 6px -2px rgba(50, 50, 50, 0.75);
		box-shadow:          inset 0px 3px 6px -2px rgba(50, 50, 50, 0.75);
	}
	footer .well ul {
		margin-bottom: 59px;
	}
	footer .well li {
		font-family: 'latolight';
		font-size: 16px;
		color: #fff;
		text-align: left;
	}
	footer .well li.header{
		font-family: 'lato';
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
	}
	footer .well li.header span{
		font-family: 'latoblack';
		font-size: 14px;
		color: #fff;
		text-transform: none;
	}
	/***** queries *****/
		@media (max-width:768px){
			footer .well li{
				text-align: center;
			}
		}
/***** content *****/
	.content {
		margin-top: 97px;
		min-height: 700px;
	}
	.content .header-box {
		margin-top: 46px;
	}
	.content .header-box h1 {
		
	}
	.content .header-box h2 {
		font-family: 'LeagueSpartan-Bold';
		font-size: 35px;
		color: #434343;
		text-transform: uppercase;
		padding-bottom: 33px;
	}
	.content .header-box h3 {
		font-family: 'LeagueSpartan-Bold';
		font-size: 25px;
		color: #2e3192;
	}
	.content h4 {
		font-family: 'LeagueSpartan-Bold';
		font-size: 13px;
		color: #868686;
		text-transform: uppercase;
		padding-bottom: 23px;
		margin-bottom: 25px;
		border-bottom: 1px solid #d5d5d5;
	}
	.content h4 span{
		color: #2e3192;
	}
	.content p {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 17px;
		color: #747474;
		line-height: 27px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content strong {
		font-family: 'AbadiMT-Condensed';
		font-size: 17px;
		color: #747474;
	}
	.content em {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 17px;
		color: #747474;
		text-transform: italic;
	}
	.content a,
	.content a:hover,
	.content a:focus {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 17px;
		color: #747474;
		text-decoration: underline;
	}
	.content ul {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 17px;
		color: #747474;
		list-style: initial;
		padding-left: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content ol {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 17px;
		color: #747474;
		list-style: decimal;
		padding-left: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/***** tabela *****/
		.content .table-responsive {
			border: 2px solid #fff;
			padding-top: 20px;
			padding-bottom: 20px;
			margin-bottom: 0px;
		}
		.content .table {
			border: 2px solid #fff;
			margin-bottom: 0px;
		}
		.content table th {
			font-family: 'AbadiMT-Condensed';
			font-size: 16px;
			color: #e4e4e4;
			background-color: #565656;
			border: 2px solid #fff;
			padding: 16px 26px 16px 26px !important;
			font-weight: normal;
		}
		.content table td {
			font-family: 'AbadiMT-CondensedLight';
			font-size: 16px;
			color: #747474;
			border: 2px solid #fff;
			padding: 16px 26px 16px 26px !important;
		}
		.content table tr:nth-of-type(even) {
			background-color: #e4e4e4;
		}
		.content table tr:nth-of-type(odd) {
			background-color: #ececec;
		}
	/***** tabela com legendas *****/
		.content .image-table {
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.content .image-table tr:nth-of-type(odd) {
			background-color: #fff !important;
		}
		.content .image-table tr:nth-of-type(even) {
			background-color: #fff !important;
		}
		.content .table-no-pad {
			padding: 0px !important;
		}
		.content .table-label {
			font-size: 16px;
			text-align: center;
		}
	/***** content side-menu *****/
		.content .side-menu {
			margin-top: 59px;
		}
		.content .side-menu h5 {
			font-family: 'LeagueSpartan-Bold';
			font-size: 13px;
			color: #868686;
			text-transform: uppercase;
			padding-bottom: 21px;
			margin-bottom: 28px;
			border-bottom: 1px solid #d5d5d5;
		}
		/***** content side-menu items *****/
			.content .side-menu ul {
				padding: 0px 0px 0px 0px;
				list-style: none;
			}
			.content .side-menu > ul > li {
				    margin-top: 18px;
			}
			.content .side-menu > ul > li:first-child {
				margin-top: 0px;
			}
			.content .side-menu > ul > li > a {
				font-family: 'LeagueSpartan-Bold';
				font-size: 15px;
				color: #434343;
				text-decoration: none;
			}
			/***** actions *****/
				.content .side-menu > ul > li > a:hover {
					text-decoration: none;
				}
				.content .side-menu > ul > li > a:focus {
					text-decoration: none;
				}
				/***** queries *****/
					@media (max-width: 1200px) {
						.content {
				
						}
					}
			/***** level 3 *****/
			/***** level 3 parent item *****/
				.content .side-menu > ul > li.level-3.active > a {
					color: #a3a3a3;
					text-decoration: none;
				}
				/***** level 3 well *****/
					.content .side-menu .well {
						min-height: 0px;
						padding: 0px;
						margin-bottom: 0px;
						background-color: #fff;
						border: none;
						border-radius: 0px;
						-webkit-box-shadow: none;
						box-shadow: none;
					}
					/***** level 3 items *****/
						.content .side-menu .well > li {
							padding: 29px 21px 0px 21px;
						}
						.content .side-menu .well > li > a {
							font-family: 'LeagueSpartan-Bold';
							font-size: 13px;
							color: #2e3192;
							text-decoration: none;
						}
						/***** actions *****/
							.content .side-menu .well > li:hover > a {
								text-decoration: underline;
							}
							.content .side-menu .well > li.active > a {
								color: #6e72dc;
								text-decoration: none;
							}
							/***** queries *****/
								@media (max-width: 992px) {
									.content .side-menu {
										text-align: center;
										    margin-bottom: 25px;
									}
								}
	/***** image gallery *****/
		.image-gallery-container {
			margin-top: 25px;
		}
		.pswp__caption__center {
			text-align: center;
		}
		.image-gallery.owl-carousel figcaption {
			display: none !important;
		}
		.owl-nav {
			text-align: center;
		}
		.owl-theme .owl-controls .owl-nav [class*=owl-] {
			text-align: center;
			margin: 15px 15px 0px 15px;
			display: inline-block;
			width: 17px;
			height: 27px;
			cursor: pointer;
		}
		.owl-theme .owl-controls .owl-nav [class*=owl-next]{
			 background: url('img/right.png')no-repeat center center !important;
			 color: transparent !important;
		}
		.owl-theme .owl-controls .owl-nav [class*=owl-prev]{
			 background: url('img/left.png')no-repeat center center !important;
			 color: transparent !important;
		}
	/***** video gallery *****/
		.video-gallery {
			margin-top: 25px;
		}
		.video-gallery ul {
			padding: 0px !important;
		}
		.video-gallery ul li {
			display: inline-block;
			list-style: none;
            margin-bottom: 10px;
		}
		.fancybox-title {
			font-weight: none;
		}
	/***** audio gallery *****/
		.audio-gallery {
			margin-top: 25px;
		}
		.audio-gallery .attribution {
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.audio-gallery span {
			font-size: 14px;
			color: #949494;
		}
/***** content contact *****/
	.content.contact {
		background: #ededed;
		padding-bottom: 50px;
	}
	.content.contact .container:nth-of-type(2) {
		background: #fff;
		position: relative;
		z-index: 2;
		-webkit-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 40px -15px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 40px -15px rgba(0, 0, 0, 0.5);
	}
	.content.contact .header-box h1 {
		font-family: 'LeagueSpartan-Bold';
		font-size: 35px;
		color: #434343;
		text-transform: uppercase;
	}
	.content.contact .main {
		margin-top: 50px;
	}
	.content.contact .left,
	.content.contact .right {
		margin-bottom: 60px;
	}
	.content.contact .form-control {
		font-family: 'AbadiMT-Condensed';
		font-size: 18px;
		color: #8f8f8f;
		padding: 6px 14px;
		background-color: #eeefef;
		border: 1px solid #d6d6d6;
		height: 60px;
	}
	.content.contact textarea {
		min-height: 187px !important;
		padding: 30px;
	}
	.content.contact label {
		font-family: 'LeagueSpartan-Bold';
		font-size: 15px;
		color: #a3a3a3;
		padding-left: 15px;
	}
	.content.contact .btn {
		font-family: 'LeagueSpartan-Bold';
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		background-color: #2e3192;
		border: 2px solid #f2f2f2;
		height: 60px;
	}
	#map {
        height: 482px;
		width: 100%;
		z-index: 1;
    }
	.maps-info h1 {
		font-family: 'LeagueSpartan-Bold';
		font-size: 15px;
		color: #a3a3a3;
	}
	.maps-info p {
		font-family: 'AbadiMT-CondensedLight';
		font-size: 14px;
		color: #949494;
		padding: 10px 0px;
	}
	.maps-info .phone {
		padding-bottom: 0px;
	}
	.maps-info a,
	.maps-info a:hover{
		font-family: 'AbadiMT-CondensedLight';
		font-size: 14px;
		color: #8846d5;
		padding: 0px;
	}
	/***** actions *****/
		.content.contact .form-control:focus {
			border: 3px solid #d6d6d6;
			box-shadow: none;
		}
/***** adicionais projetos *****/
    .modal-header {
        border-bottom: none;
    }
    .form-control.wrong {
	    border: 1px solid #f8b3af;
	    background-color: #fff3f2;
    }
    .tooltip {

	    font-size: 12px;
	    color: #fff;
	    text-transform: uppercase;
    }
    .tooltip.top {
	    right: 5% !important;
	    left: auto !important;
    }
    .tooltip-inner {
	    background-color: #ee4037;
	    padding: 4px 16px 4px 16px;
    }
    .tooltip.top .tooltip-arrow {
	    border-top-color: #ee4037;
	    right: 10% !important;
	    left: auto !important;
    }
    .default-messages-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .default-messages-content strong {
        color: #fff !important;
	    font-size: 21px !important;
    }
    .default-messages-content ul li {
        font-family: 'futura_mdmedium' !important;
	    font-size: 19px !important;
	    color: #fff !important;
        list-style: none !important;
    }

/***** toast *****/
#toast-container {
    top: 40%;
}

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 25%;
        margin-bottom: 10px;
    }

@media (max-width: 1200px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 35%;
    }
}

@media (max-width: 992px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 55%;
    }
}

@media (max-width: 528px) {
    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 85%;
    }
}

.toast-title {

    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.toast-message {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    padding-right: 30px;
    padding-top: 5px;
}

#toast-container > .toast-error {
    background-position: 27px !important;
}

#toast-container > .toast-error {
    background-position: 27px !important;
}

#toast-container > .toast-success {
    background-position: 27px !important;
}

#toast-container > div {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 35px 15px 35px 75px !important;
}

@media (max-width: 528px) {
    #toast-container > div {
        padding: 20px 15px 20px 59px !important;
    }
}

.toast-close-button {
    top: -1.9em;
}

@media (max-width: 480px) and (min-width: 241px) {
    #toast-container .toast-close-button {
        top: -0.9em;
    }
}
.content.error {
    margin-top: 175px;
    margin-bottom: 175px;
}
footer .collapse {
    text-align: center;
}
footer .collapse ul {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}
ul.main-add {
    padding-bottom: 40px;
}
@media (max-width: 528px) {
    footer .main-add {
        font-size: 14px;
    }
}
