/* Banner */

.slider_banner_ctn {
	position: relative;
}
.slider_banner_ctn ._seta {
	content: '';
	background: url(/assets/img/seta.png);
	width: 35px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -17px;
	z-index: 99
}
.slider_banner ._box {
	position: absolute;
	left: 10%;
	top: 20%;
	bottom: 20%;
}
.slider_banner ._box ._titulo {
	font-size: 36px;
	line-height: 40px;
	color: #003B61;
	width: 350px
}
.owl-theme .owl-nav {
	width: 100%;
	margin-top:0;
}
.owl-theme.slider_banner .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 26px;
    margin-top: -150px;
}
.owl-theme.slider_banner .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 26px;
	margin-top: -10px
}
.owl-theme.slider_banner .owl-nav .owl-prev:hover,
.owl-theme.slider_banner .owl-nav .owl-next:hover {
	background: transparent
}
.owl-theme.slider_banner .owl-dots {
	position: absolute;
    top: 0;
	right: 5%;
	justify-content: center;
    display: flex;
    flex-direction: column;
    width: 12px;
    font-size: 26px;
    margin-right: 8px;
}
.owl-theme.slider_banner .owl-dots .owl-dot{
    margin-top: 10px;
}
.owl-theme.slider_banner .owl-dots .owl-dot span {
	background: #FFF;
	border: 1px solid #636363;
	width: 12px;
	height: 12px;
	margin: 0px;
}
.owl-theme.slider_banner .owl-dots .owl-dot.active span {
	background: #636363;
	border: 1px solid #FFF;
}
.owl-theme.slider_banner .owl-dots .owl-dot {
	display: block;
}

.intro_home {
	background: #636363;
	color: #FFF
}
.intro_home .container {
	background: url(/assets/img/bgmelhor.jpg) top right no-repeat;
	background-attachment: fixed;
	position: relative;
}
.intro_home .titulos_ctn {
	font-size: 34px;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 100px;
	letter-spacing: 4px;
	font-family: Oswald;
	text-transform: uppercase;
}
.intro_home .texto_ctn {
	font-size: 16px;
	margin-bottom: 80px;
	margin-top: 0;
	line-height: 22px;
}
.intro_home .triangulos {
	position: absolute;
    right: 10%;
    bottom: -90px;
}

.sobre_home {
	color: #636363;
	background: url(/assets/img/bgsobre.png) top repeat-x #e8e8e8;
}
.sobre_home .container {
	position: relative;
}
.sobre_home .imagem {
	margin-top: 120px;
}
.sobre_home .titulos_ctn {
	color: #001850;
	font-size: 34px;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 60px;
	letter-spacing: 4px;
	font-family: Oswald;
	text-transform: uppercase;
}
.sobre_home .titulos_ctn small {
	color: #FFF;
}
.sobre_home .texto_ctn {
	font-size: 16px;
	margin-bottom: 130px;
	margin-top: 0;
	padding: 0;
	line-height: 22px;
}

.fazemos_home {
	color: #636363;
	background: #f3f3f3;
	padding-bottom: 80px
}
.fazemos_home .container {
	position: relative;
}
.fazemos_home .container:after {
	height: 40px;
	width: 3px;
	content: '';
	position: absolute;
	left: 15px;
	background: #001850;
	bottom: -20px;
}
.fazemos_home .titulos_ctn {
	color: #636363;
	font-size: 34px;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 60px;
	letter-spacing: 4px;
	font-family: Oswald;
	text-transform: uppercase;
}
.fazemos_home .titulos_ctn span {
	color: #001850;
}
.fazemos_home .texto_ctn {
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0;
	line-height: 22px;
}
.fazemos_home .nav {
	margin-bottom: 40px
}
.fazemos_home .nav a {
	color: #636363;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: Oswald;
	border-radius: 0
}
.fazemos_home .nav .active a {
	color: #001850;
	background: transparent;
	border-bottom: 3px solid #001850;
}
.fazemos_home .nav .active:hover,
.fazemos_home .nav .active a:focus,
.fazemos_home .nav .active a:hover {
	color: #001850;
	background: #FFF
}
.fazemos_home .tab-pane {
	background: #FFF;
	padding: 20px;
}

.atuamos_home {
	color: #636363;
	background: #FFF;
}
.atuamos_home .container {
	position: relative;
}
.atuamos_home .container:after {
	height: 40px;
	width: 3px;
	content: '';
	position: absolute;
	left: 15px;
	background: #001850;
	bottom: -20px;
}
.atuamos_home .titulos_ctn {
	color: #001850;
	font-size: 34px;
	padding: 0;
	margin-top: 60px;
	margin-bottom: 60px;
	letter-spacing: 4px;
	font-family: Oswald;
	text-transform: uppercase;
}
.atuamos_home .titulos_ctn span {
	color: #001850;
}
.atuamos_home .texto_ctn {
	font-size: 16px;
	margin-bottom: 130px;
	margin-top: 0;
	padding: 0;
	position: relative;
	line-height: 22px;
}
.atuamos_home .texto_ctn:before {
	background: #001850;
    left: -30px;
    width: 3px;
    height: 171px;
    top: 0;
    content: '';
    display: block;
    position: absolute;
}

.clientes_home {
	color: #FFF;
	background: url(/assets/img/bgclientes.jpg) top repeat-x #0e2a5c;
	padding-bottom: 60px;
}
.clientes_home .container {
	position: relative;
}
.clientes_home .titulos_ctn {
	color: #FFF;
	font-size: 34px;
	padding: 0;
	margin-top: 60px;
	letter-spacing: 4px;
	font-family: Oswald;
	text-transform: uppercase;
}
.clientes_home .texto_ctn {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	line-height: 22px;
}
.clientes_home .tabs-left > .nav-tabs {

    margin-right: 19px;
    border: 0px none !important;
}
.clientes_home .tabs-left > .nav-tabs > li {
    float: none;
    border: 0px none !important;
}
.clientes_home .nav a {
	color: #3d598b;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: Oswald;
	border-radius: 0;
	border: 0px none;
}
.clientes_home .nav .active a {
	color: #FFF;
	border: 0px none !important;
	background: transparent;
}
.clientes_home .nav .active:hover,
.clientes_home .nav .active a:focus,
.clientes_home .nav .active a:hover {
	color: #FFF;
	border: 0px none !important;
	background: transparent
}
.clientes_home .tab-pane {
	padding: 20px;
}
.clientes_home ._logo {
	background: #FFF;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #6a6a6a;
    height: 220px;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.contato_ctn{
	padding: 80px 0 100px;
	background-color: #636363;
	background-image: url(../../img/bgcontato.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}
.contato_ctn ._form form {
	box-shadow: 4px 4px 40px rgba(0,0,0,.5);
	padding: 15px;
	background: #636363
}
.contato_ctn .titulos_ctn {
	color: #FFF;
	font-size: 34px;
	padding: 0;
	letter-spacing: 4px;
	font-family: Oswald;
	margin: 0 0 40px 0;	
	text-transform: uppercase;
}
.contato_ctn .titulos_ctn:after {
	background: #FFF;
	margin-top: 30px;
	width: 20px;
	height: 2px;
	content: '';
	display: block;
}
.contato_ctn .texto_ctn {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 30px;
	margin-top: 0;
	line-height: 22px;
}
.contato_ctn label {
	display: none
}
.contato_ctn .form-control{
	background: #636363;
	color: #FFF;
	border-radius: 0px;
	box-shadow: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #FFF;
}
.contato_ctn .form-control.error {
	border-color: red
}
.contato_ctn .form-control:focus,
.contato_ctn .form-control:hover {
	background: #636363;
}
.contato_ctn ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

.contato_ctn :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

.contato_ctn ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.contato_ctn .btn-contato {
    color: #FFF;
    font-family: Oswald;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 0;
    border: 0;
    border-bottom: 3px solid #636363;
    border-radius: 0 !important;
    display: inline-block;
    min-height: 46px;
    line-height: 46px;
    /* min-width: 180px; */
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    background: #636363;
}
.contato_ctn .btn-contato:hover{
	border-bottom: 3px solid #FFF;
	background: transparent;
}

@media(max-width:768px) {

	.intro_home .titulos_ctn {
		text-align: center;
		font-size: 28px;
		margin-bottom: 30px;
	}
	.slider_banner_ctn ._seta {
		display: none
	}
	.intro_home ._icone {
		width: 100px;
		height: auto;
	}
	.intro_home .triangulos {
		width: 100px;
    	margin-left: -50px;
    	left: 50%;
    	right: auto;
	}
	.intro_home .texto_ctn {
		margin-top: 30px;
	}
	.sobre_home .titulos_ctn {
		margin-top: 60px;
    	font-size: 28px;
    	text-align: center;
    	margin-bottom: 30px;
	}
	.sobre_home .titulos_ctn small {
	    font-size: 14px;
	}
	.sobre_home .texto_ctn {
		margin-bottom: 50px;
	}
	.fazemos_home .titulos_ctn {
		font-size: 28px;
		text-align: center;
		margin-bottom: 30px;
	}
	.fazemos_home .container:after {
		display: none
	}
	.fazemos_home .nav li {
		display: block;
		float: none
	}
	.atuamos_home .titulos_ctn {
		font-size: 28px;
		text-align: center;
		margin-bottom: 30px;
	}
	.atuamos_home .imagem {
		margin-bottom: 50px;
	}
	.atuamos_home .container:after {
		display: none
	}
	.atuamos_home .texto_ctn {
		margin-bottom: 60px;
	}
	.clientes_home .titulos_ctn {
		font-size: 28px;
		text-align: center;
		margin-bottom: 30px;
	}
	.clientes_home .texto_ctn {
		text-align: center
	}

	.ajaxCont .g-recaptcha {
	    transform: translate(-45px, -6px) scale(0.7);
	    display: inline-block;
	}
}