/* tipografia */
@font-face {
    font-family: 'decimamonopro';
    src: url('../font/decimamonopro.woff2') format('woff2'),
         url('../font/decimamonopro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'decimamonopro-bol';
    src: url('../font/decimamonopro-bold.woff2') format('woff2'),
         url('../font/decimamonopro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'decimamonopro-bol';
    src: url('../font/decimamonopro-bolditalic.woff2') format('woff2'),
         url('../font/decimamonopro-bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'decimamonopro-ita';
    src: url('../font/decimamonopro-italic.woff2') format('woff2'),
         url('../font/decimamonopro-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'decimamonoprolt';
    src: url('../font/decimamonoprolt.woff2') format('woff2'),
         url('../font/decimamonoprolt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'decimamonoprolt-i';
    src: url('../font/decimamonoprolt-italic.woff2') format('woff2'),
         url('../font/decimamonoprolt-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.menu,
.menu-sidebar,
.section-title,
.frase-destaque,
.form label,
.form .form-control:focus,
.form .btn,
.msg-sent h3 {
	font-family: 'decimamonopro-bol';
}
.chamada,
.title-frame h2 {
	font-family: 'decimamonoprolt-i';
}
/* - */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
body {
	background: #C9C9C9;
	font-family: 'decimamonopro-ita';
	font-size: 17px;
	letter-spacing: -1px;
	color: #1D1D1D;
	position: relative;
	overflow-x: hidden;
}
a {
	color: #0D4FE7;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
	outline: 0;
}
.container {
	position: relative;
}
strong {
	font-weight: 700;
}
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.logo {
	background: url(../img/nostrum.svg) no-repeat 0 0;
	display: block;
	float: left;
	width: 175px;
	height: 25px;
	overflow: hidden;
	text-indent: -999px;
	margin: 40px 0 0;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.menu {
	float: right;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 40px 9% 0 0;
	list-style: none;
}
.menu li {
	float: left;
	margin-left: 20px;
}
.menu a {
	display: inline-block;
	border-bottom: 2px solid transparent;
	color: #FFE000;
	position: relative;
}
.menu a:hover {
	border-bottom-color: #fff;
	color: #fff;
}
/* sidebar */
.sidebar {
	background-color: #FFE000;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 400px;
	z-index: 90;
}
@media (min-width: 768px) {
	.sidebar:hover {
		right: 0;
		-webkit-box-shadow: -10px 0 20px 0 rgba(0,0,0,.15);
		box-shadow:  -10px 0 20px 0 rgba(0,0,0,.15);
	}
}

.menu-sidebar {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 30px 0;
	list-style: none;
}
.menu-sidebar li {
	display: block;
	position: relative;
}
.menu-sidebar a {
	display: block;
	color: rgba(0,0,0,.6);
	padding: 11px 0 10px 75px;
	position: relative;
}
.menu-sidebar a svg {
	display: block;
	width: 25px;
	height: 25px;
	opacity: .5;
	fill: #DD7E27;
	position: absolute;
	top: 8px;
	left: 38px;
}
.menu-sidebar a span {
	visibility: hidden;
	opacity: 0;
}
.menu-sidebar a:hover {
	background: rgba(255,255,255,.4);
	color: rgba(0,0,0,.85);
}
.sidebar:hover a span {
	visibility: visible;
	opacity: 1;
}
.menu-sidebar li.active a {
	background: rgba(255,255,255,.4);
	color: rgba(0,0,0,1);
}
.menu-sidebar li.active a svg,
.menu-sidebar li a:hover svg {
	opacity: 1;
}

.social {
	margin-bottom: 50px;
}
.social a {
	display: inline-block !important;
	color: rgba(0,0,0,.6);
}
.social a:hover {
	color: rgba(0,0,0,1);
}
.info-facebook:before { background-image: url(../img/facebook.svg); }
.info-instagram:before { background-image: url(../img/insta.svg); }
.dados-contato {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	bottom: 100px;
	left: 38px;
}
.ico-toggle {
	display: block;
	position: relative;
	min-height: 24px;
	padding: 2px 0 0 30px;
	margin-bottom: 15px;
}
.ico-toggle:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -999px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}
.info-email:before { background-image: url(../img/email.svg); }
.info-tel:before { background-image: url(../img/telefone.svg); }
.info-endereco:before { background-image: url(../img/endereco.svg); height: 28px !important; }
.info-endereco { padding-top: 6px; }
.ver-mapa { display: none; }
.ico-toggle span {
	visibility: hidden;
	opacity: 0;
}
.sidebar:hover .ico-toggle span {
	visibility: visible;
	opacity: 1;
}
a.noema {
	background: url(../img/noema.svg) no-repeat 50% 50%;
	background-size: 24px 12px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	bottom: 40px;
	left: 38px;
}
a.noema:hover {
	background-color: rgba(255,255,255,.8);
}
/* section */
.section {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-title {
	display: inline-block;
	font-size: 24px;
	line-height: 1.1;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 40px;
	padding: 7px 0 7px 100px;
	position: relative;
}
.section-title:before {
	border: 5px solid #FFE000;
	border-right: 0;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 25px;
}
.section-title:after {
	background-color: #FFE000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	display: block;
	content: "";
	width: 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.section-empresa .section-title:after { background-image: url(../img/ico-empresa.svg); }
.section-consultoria .section-title:after { background-image: url(../img/ico-prancheta.svg); }
.section-desenvolvimento .section-title:after { background-image: url(../img/ico-code.svg); }
.section-contato .section-title:after { background-image: url(../img/ico-contato.svg); }
.section-title span {
	display: inline-block;
	padding: 20px 0;
}
.section-title span:before,
.section-title span:after {
	background-color: #FFE000;
	display: block;
	content: "";
	width: 5px;
	height: 20px;
	position: absolute;
	right: 25px;
}
.section-title span:before { top: 0; }
.section-title span:after { bottom: 0; }
.section ul {
	list-style: none;
	padding: 0;
}
.section ul li {
	background: url(../img/v.svg) no-repeat 0 6px;
	background-size: 12px 10px;
	padding: 0 0 10px 25px;
}
/* intro */
.section-intro {
	background-color: #323335;
	background-image: url(../img/fundo-inicio.jpg);
	min-height: 700px;
	font-size: 18px;
	color: #fff;
	padding-top: 160px !important;
	position: relative;
}
/* chamada */
.chamada {
	font-size: 30px;
	line-height: 1.33;
	letter-spacing: -2px;
	text-align: right;
	text-transform: uppercase;
	color: #FFE000;
	padding: 100px 50px 100px 0;
	position: relative;
}
.chamada p {
	margin: 0;
}
.chamada span {
	background-color: #FFE000;
	display: inline-block;
	color: #363A3E;
	padding: 2px 10px 0;
	margin: 0 -10px;
}
.chamada:before {
	border: 5px solid #FFE000;
	border-left: 0;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 35%;
}
.chamada p:before,
.chamada p:after {
	background: #FFE000;
	display: block;
	width: 5px;
	height: 60px;
	content: "";
	position: absolute;
	left: 35%;
}
.chamada p:before { top: 0; }
.chamada p:after { bottom: 0; }
.scrollDown {
	background: url(../img/seta.svg) no-repeat 0 0;
	background-size: contain;
	display: block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -25px;
}
.scrollDown:hover {
	bottom: 50px;
}
/* empresa */
.section-empresa {
	background-color: #C9C9C9;
	background-image: url(../img/fundo-empresa.jpg);
	color: #1D1D1D;
}
.title-tarja {
	background-color: #FFE000;
	display: inline-block;
	font-size: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #464646;
	padding: 8px 10px 6px;
	margin: 0 0 10px;
}
/* consultoria projetos */
.section-consultoria {
	background-color: #323335;
	background-image: url(../img/fundo-consultoria.jpg);
	color: #D7D7D7;
}
/* desenvolvimento */
.section-desenvolvimento {
	background-color: #C9C9C9;
	background-image: url(../img/fundo-desenvolvimento.jpg);
	color: #1D1D1D;
}
/* contato */
.section-contato {
	background-color: #FEC600;
	background-image: url(../img/fundo-contato.jpg);
	color: #1D1D1D;
}
.frase-destaque {
	text-transform: uppercase;
}
.form { }
.form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
}
.form label.required {
	padding-right: 12px;
	position: relative;
}
.form label.required:after {
	background-color: #D40000;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 0;
}
.form .form-group {
	margin-bottom: 30px;
	position: relative;
}
.form .form-control {
	height: 32px;
	padding: 0;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: -1px;
	color: rgba(29,29,29,.8);
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #1D1D1D;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.form textarea.form-control {
	background: url(../img/textarea-line.png) repeat 0 0;
	height: auto;
	padding: 0 !important;
}
.form .form-control:focus {
	border-color: #1D1D1D;
	color: rgba(29,29,29,1);
	outline: 0;
	-webkit-box-shadow: 0 2px 0 0 #1D1D1D;
	box-shadow:  0 2px 0 0 0 #1D1D1D;
}
.form .btn {
	background-color: transparent;
	float: right;
	padding: 10px 30px;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	border: 5px solid #1D1D1D;
	border-radius: 0;
}
.form .btn:focus,
.form .btn:active:focus {
	outline: none;
}
.form .btn:hover,
.form .btn:focus {
	background-color: #1D1D1D;
	color: #fff;
	text-decoration: none;
}
.form .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.loading {
	border: 4px solid rgba(0,0,0,.1);
	border-top: 4px solid #333;
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	margin: 10px 15px 0 0;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	-o-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.form-control.error {
	border-color: #D40000;
}
.form-control.error:focus {
	border-color: #D40000;
	-webkit-box-shadow: 0 2px 0 0 #D40000;
	box-shadow:  0 2px 0 0 0 #D40000;
}

label.error {
	background: #D40000;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	padding: 0;
	position: absolute;
	top: 28px;
	right: 0;
	-webkit-animation: ball-pulse 800ms ease infinite;
	-moz-animation: ball-pulse 800ms ease infinite;
	-o-animation: ball-pulse 800ms ease infinite;
	animation: ball-pulse 800ms ease infinite;
}
@keyframes ball-pulse {
    0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
    }
    50% {
			-webkit-transform: scale(.5);
			-moz-transform: scale(.5);
			-o-transform: scale(.5);
			transform: scale(.5);
    }
    100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
    }
}
@-webkit-keyframes ball-pulse {
    0% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
    }
    50% {
			-webkit-transform: scale(.5);
			-moz-transform: scale(.5);
			-o-transform: scale(.5);
			transform: scale(.5);
    }
    100% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
    }
}
/* message sent */
.msg-sent {
	background: url(../img/msg-sent.svg) no-repeat 50% 0;
	background-size: 100px;
	padding: 120px 0 50px 0;
	display: none;
	text-transform: uppercase;
	text-align: center;
}
.msg-sent h3 {
	font-size: 30px;
	letter-spacing: -2px;
	margin: 0 0 10px;
}
.msg-sent .bt {
	float: none;
	margin-top: 10px;
}
/* map */
.section-map {
	padding: 0 !important;
	position: relative;
}
.section-map:before {
	display: block;
	content: "";
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: -moz-linear-gradient(top,  rgba(15,5,0,0.2) 0%, rgba(15,5,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(15,5,0,0.2) 0%,rgba(15,5,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(15,5,0,0.2) 0%,rgba(15,5,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330f0500', endColorstr='#000f0500',GradientType=0 );
}
/* title frame */
.title-frame {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.title-frame:after {
	border: 5px solid #FFE000;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 30px;
	left: 30px;
}
.title-frame h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #fff;
	padding: 27px 40px 20px 40px;
	margin: 0;
}
.title-frame img {
	display: block;
	width: 100%;
	height: auto;
}
.aside-title-box {
	padding-top: 70px;
}
/* ico menu */
.ico-menu {
	display: none;
	width: 25px;
	height: 19px;
	position: absolute;
	top: 15px;
	right: 15px;
	letter-spacing: 0;
	cursor: pointer;
}
.ico-menu span,
.ico-menu span:before,
.ico-menu span:after {
	background-color: #FFE000;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	left: 0;
}
.ico-menu span { top: 8px; }
.ico-menu span:before { top: -8px; }
.ico-menu span:after { top: 8px; }
.ico-menu.close-menu span {
	background-color: transparent;
}
.ico-menu.close-menu span:before {
	background-color: #FFE000;
	top: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ico-menu.close-menu span:after {
	background-color: #FFE000;
	top: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*  */
.ico-menu span,
.ico-menu span:before,
.ico-menu span:after,
.header, .logo, .menu, .menu a,
.form .form-control,
.form .btn,
a.noema,
.sidebar,
.menu-sidebar a,
.menu-sidebar a span,
.menu-sidebar a svg,
.ico-toggle span,
.scrollDown {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
/* scroll top button */
.bt-scrolltop {
	background: rgba(255,255,255,.8) url(../img/scroll-top.svg) no-repeat center center;
	background-size: 25px;
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: -999px;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: opacity .3s 0s, transform .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, transform .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, transform .3s 0s, visibility 0s .3s;
}
.bt-scrolltop.bt-is-visible, .bt-scrolltop.bt-fade-out, .no-touch .bt-scrolltop:hover {
	-webkit-transition: opacity .3s 0s, transform .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, transform .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, transform .3s 0s, visibility 0s 0s;
}
.bt-scrolltop.bt-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.bt-scrolltop.bt-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .bt-scrolltop:hover {
	background-color: #fff;
	opacity: 1;
}
/*  */
@media (max-width: 767px) {
	body.navmenu { overflow: hidden; }
	.navmenu .sidebar { right: 0%; }
	.header {
		background: rgba(0,0,0,.7);
		position: fixed;
		z-index: 100;
	}
	.logo {
		float: none;
		width: 140px;
		height: 20px;
		margin: 15px auto;
	}
	.ico-menu { display: block; }
	.header .menu { display: none; }
	/* sidebar */
	.sidebar {
		width: 100%;
		right: 100%;
		overflow: auto;
		padding: 60px 20px 15px;
	}
	.menu-sidebar {
		margin: 15px -20px 50px -20px;
	}
	.menu-sidebar a {
		padding-left: 55px;
	}
	.menu-sidebar a svg {
		left: 18px;
	}
	.menu-sidebar a span {
		visibility: visible;
		opacity: 1;
	}
	.social {
		margin-bottom: 30px;
	}
	.dados-contato {
		position: relative;
		bottom: auto;
		left: auto;
		margin-bottom: 25px;
	}
	.ico-toggle span {
		visibility: visible;
		opacity: 1;
	}
	.ver-mapa { display: block; }
	a.noema {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto;
	}
	/* - sidebar */
	.aside-title-box {
		padding-top: 0;
	}
	.title-frame h2 {
		font-size: 20px;
		padding: 20px 25px 13px 25px;
	}
	.title-frame:after {
		right: 15px;
		bottom: 15px;
		left: 15px;
	}
	.section {
		background-size: 150%;
	}
	/* intro */
	.section-intro {
		padding-top: 70px !important;
		min-height: 0;
	}
	.scrollDown {
		display: none;
	}
	/* chamada */
	.chamada {
		font-size: 22px;
		padding: 50px 25px 50px 0;
	}
	.chamada p:before,
	.chamada p:after {
		height: 30px;
	}
	.section-map {
		display: none;
	}
}
.m-b-20 {
	margin-bottom: 20px !important;
}.m-b-30 {
	margin-bottom: 30px !important;
}


.animate {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}