@font-face {
font-family: 'Sonny Gothic Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Regular'), url('../fonts/W Foundry - Sonny Gothic Condensed Regular.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Regular Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Regular Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Regular Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Thin';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Thin'), url('../fonts/W Foundry - Sonny Gothic Condensed Thin.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Thin Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Thin Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Thin Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Ultra Light';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Ultra Light'), url('../fonts/W Foundry - Sonny Gothic Condensed Ultra Light.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Ultra Light Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Ultra Light Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Ultra Light Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Light';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Light'), url('../fonts/W Foundry - Sonny Gothic Condensed Light.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Light Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Light Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Light Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Book';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Book'), url('../fonts/W Foundry - Sonny Gothic Condensed Book.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Book Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Book Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Book Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Bold'), url('../fonts/W Foundry - Sonny Gothic Condensed Bold.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Bold Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Extra Bold';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Extra Bold'), url('../fonts/W Foundry - Sonny Gothic Condensed Extra Bold.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Extra Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Extra Bold Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Extra Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Black';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Black'), url('../fonts/W Foundry - Sonny Gothic Condensed Black.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Black Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Black Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Black Italic.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Ultra Black';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Ultra Black'), url('../fonts/W Foundry - Sonny Gothic Condensed Ultra Black.woff') format('woff');
}


@font-face {
font-family: 'Sonny Gothic Condensed Ultra Black Italic';
font-style: normal;
font-weight: normal;
src: local('Sonny Gothic Condensed Ultra Black Italic'), url('../fonts/W Foundry - Sonny Gothic Condensed Ultra Black Italic.woff') format('woff');
}


body {
	font-family: 'Sonny Gothic Condensed Light';
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
	font-family: 'Sonny Gothic Condensed Regular';
}



	/* Animations */
	.anime-scroll [data-animate] {
	  opacity: 0;
	  transition: .5s;
	}

	.anime-scroll [data-animate="left"] {
	  transform: translate3d(-50px, 0, 0);
	}

	.anime-scroll [data-animate="right"] {
	  transform: translate3d(50px, 0, 0);
	}

	.anime-scroll [data-animate="top"] {
	  transform: translate3d(0, -50px, 0);
	}

	.anime-scroll [data-animate="bottom"] {
	  transform: translate3d(0, 50px, 0);
	}

	.anime-scroll [data-animate="zoom"] {
	  transform: scale(.6);
	}

	.anime-scroll [data-animate].animate {
	  opacity: 1;
	  transform: translate3d(0px, 0px, 0px) scale(1);
	}

	.anime-scroll [data-delay="1"] {
		transition-delay: .1s;
	}

	.anime-scroll [data-delay="2"] {
		transition-delay: .2s;
	}

	.anime-scroll [data-delay="3"] {
		transition-delay: .3s;
	}

	.anime-scroll [data-delay="4"] {
		transition-delay: .4s;
	}

	.anime-scroll [data-delay="5"] {
		transition-delay: .5s;
	}



/* Header */
.header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 3px 3px 3px rgba(0,0,0,.5);
	padding: 10px 0;

}

.header .nav-link {
	color: #182b5e;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: bold;
	position: relative;
	font-family: 'Sonny Gothic Condensed Book';
	transition: all .6s; 
}

.header .nav-link:hover,
.header .nav-link.active {
	color: #d74f00;
	fill: #d74f00;  
}

.header .nav-link:before {
	transition: all .2s; 
	height: 0;
	background: #d74f00;
	position: absolute;
	bottom: -2px;
	content: "";
	left: 5px;
	right: 5px; 
}

.header .nav-link:hover:before,
.header .nav-link.active:before {
	height: 4px;
}

@media (max-width: 1199px) {
	.header__social {
		position: absolute;
		right: 100px;
		top: 30px;
	}
}

.navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.navbar-toggler:focus {
	outline: none;
}

@media (max-width: 600px) {
	.navbar-brand img {
		width: 200px;
	}

	.header__social {
		display: none;
	}
}

/* Painel */
.painel {
  margin-bottom: 2.5rem; }
  .painel__item img {
    width: 100%; }
  .painel .slick-prev,
  .segments__slide .slick-prev {
    left: 15px;
    height: 45px;
    width: 25px; }
  .painel .slick-next,
  .segments__slide .slick-next {
    right: 15px;
    height: 45px;
    width: 25px; }
  .painel .slick-prev:before,
  .segments__slide .slick-prev:before {
    content: url(../img/arrow-prev.png); 
    /*box-shadow: 0 0 8px rgba(0,0,0,.7);*/
}
  .painel .slick-next:before,
  .segments__slide .slick-next:before {
    content: url(../img/arrow-next.png);
    /*box-shadow: 0 0 8px rgba(0,0,0,.7);*/
}
  .painel .slick-dots {
    bottom: 5px; }
  .painel .slick-dots li button {
    background: #aeb0b2;
    border-radius: 50%;
    border: 2px solid #fff; }
  .painel .slick-dots li.slick-active button {
    background: #00689d; }
  .painel .slick-dots button:before {
    content: ''; 
}

.painel__item {
	position: relative;
}

.painel__item img {
	position: relative;
	z-index: 99;
}

@media (max-width: 600px) {
	 .painel .slick-prev,
	 .painel .slick-next {
	  	top: 67%;
	 }
}

/* Main */
.main {
	color: #5b5b5b;
	line-height: 1.25rem;	
}

/* Button */
.btn {
	border-radius: 30px;
	padding: 8px 20px;
}

.btn--primary {
	background: #182b5e;
	color: #fff;
}

.btn--primary:hover {
	background: #244190;
	color: #fff;
}

/* Footer */
.footer {
	background: #182b5e;
	padding: 30px 0 20px; 
	color: #fff;
	font-size: 14px;
	position: relative;
}

.footer .container{
	position: relative;
	z-index: 1;
}

.footer__social {
	text-align: right;
}

.fixo-bottom{
	position: absolute;
	width: 52%;
	height: 100%;
	left: -10%;
	top: 0;
	background-color: #0c1742;
-moz-transform: skew(-30deg);
-webkit-transform: skew(-30deg);
-o-transform: skew(-30deg);
-ms-transform: skew(-30deg);
transform: skew(-30deg);
}

@media (max-width: 600px) {
	.footer__social {
		margin-bottom: 10px;
	}

}

/* Presentations */
.presentation {
	padding: 30px 0 0;
	margin-bottom: 30px;
	font-size: 1.125rem;
}

.presentation__title {
	color: #072059;
}

.presentation__button {
	text-align: center;
	position: relative;
	margin: 20px 0 0;
}

.presentation__button .btn {
	position: relative;
	z-index: 100;
}

.presentation__button:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background: #c5c5c5;
	z-index: 0;
}

.presentation__button:after {
	content: "";
	position: absolute;
	z-index: 2;
	background: #fff;
	width: 200px;
	height: 100%;
	left: calc(50% - 100px);
}

@media (max-width: 600px) {
	.presentation {
		padding-top: 0;
	}

	.presentation__title {
		font-size: 1.5rem;
	}
}

/* Segments */
.segments {
	text-align: center;
}

.segments__title {
	color: #ee5b00;
	margin-bottom: 15px;
}

.segments__body {
	background: linear-gradient(#ff6100, #ff8800);
	color: #fff;
	padding: 50px 0 0;
}

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

.segments__slide__item {
	margin: 0 10px;
	text-align: center;
}

.segments__slide__item h4{
	height: 50px;
	color: #182b5e;
	font-size: 16px;
	text-transform: uppercase;
}

.segments__slide__item img {
	/*border: 3px solid #fff;*/
	display: inline-block !important;
	max-width: 100%;
	/*box-shadow: 0 0 8px rgba(0,0,0,.7);*/
}

.segments__slide__item h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-top: 10px;
}

.segments__slide .slick-prev,
.segments__slide .slick-next {
	top: calc(50% - 15px);
}

@media (max-width: 600px) {
	.segments__title {
	    font-size: 1.6rem;
	    padding-left: 20px;
	    padding-right: 20px;
	}
}


/* About Us */
.about-us {
	background: url(../img/bg-engenheiros.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0 0;
	font-size: 1.125rem;
}

.about-us__title {
	color: #072059;
	text-transform: uppercase;
	font-size: 28px;
	padding-bottom: 5px;
	margin-top: 60px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.about p{
	font-size: 18px;
	color: #525252;
}

.icon-1:before {
	content: url(../img/icon-1.png);
	position: absolute;
	left: 0;
	top: 0;
}

.icon-2:before {
	content: url(../img/icon-2.png);
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1200px) {
	.about-us__title {
		font-size: 1.5rem;
	}
}

@media (max-width: 990px) {
	.about-us {
		background: linear-gradient(to top, #0059a7, #fff 150px);
	}
}

@media (max-width: 600px) {
	.about-us {
		padding-top: 30px;
	}
}


.titulos{
	background: url(../img/titulos.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 30px 0;
	margin-bottom: 40px;
}


@media only screen and (max-width: 1000px) {
	.titulos{
		background-position: 0 0;
	}
}

.titulos h2{
	color: #072059;
	font-size: 30px;
	font-weight: bold;
}


.tt{
	color: #00206b;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.t-tt{
	min-height: 60px;
}

#form label{
	color: #00206b;
	font-size: 16px;
	font-weight: bold;
}

#form input,
#form textarea{
	border-radius: 0;
	border-color: #00457b;
}

#captchaimg{
	float: left; 
	padding: 5.5px;
	border:1px solid #00457b;
	border-right: none;
}

#captcha{
	width: 150px;
	float: left;
}

#enviar_ddd{
	background: #182b5e;
	color: #fff;
	padding: 10px 30px;
	border:none;
}


.slider-nav{
	max-width: 1180px; 
	display: block;
	margin: -140px auto 0 auto;
	height: auto;
    position: relative;
    bottom: 0;
    color: #fff;
    z-index: 220;
}

.slider-nav .slick-slide {
    width: 20%;
   	margin: 0 40px;
}

.slider-nav .slick-slide img{ 
	float: left;
	margin: 15px 10px 15px -36.5px;
}
.slider-nav .slick-slide h3{ 
	font-size: 14px;
	cursor: pointer;
    height: 110px;
    padding-top: 25px;
    transition: all .6s;
    font-family: Arial;
}


.slider-nav .slick-slide:hover h3{ 
	background: #ff5d00;
}

@media (max-width: 1200px) {
	.slider-nav .slick-slide h3{  
		font-size: 12px;
	}
}

@media (max-width: 990px) {
	.slider-nav .slick-slide{
		height: auto;
	}
	.slider-nav .slick-slide img{
		text-align: center;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	 }

	.slider-nav .slick-slide h3{  
		display: none;
	}

	.slider-nav{
		margin-top: -115px;
	}

	.slider-nav .slick-slide{
		margin: 0 2%;
		width: 23%;
	}
}