@font-face {
  font-family: 'BebasNeue Regular';
  src: url('/fonts/bebasneue_regular-webfont.eot');
  src: url('/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('/fonts/bebasneue_regular-webfont.woff') format('woff'), url('/fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('/fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue Book';
  src: url('/fonts/bebasneue_book-webfont.eot');
  src: url('/fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_book-webfont.woff2') format('woff2'), url('/fonts/bebasneue_book-webfont.woff') format('woff'), url('/fonts/bebasneue_book-webfont.ttf') format('truetype'), url('/fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica LT Std LightCond';
  src: url('/fonts/HelveticaLTStd-LightCond.eot');
  src: url('/fonts/HelveticaLTStd-LightCond.eot?#iefix') format('embedded-opentype'), url('/fonts/HelveticaLTStd-LightCond.woff2') format('woff2'), url('/fonts/HelveticaLTStd-LightCond.woff') format('woff'), url('/fonts/HelveticaLTStd-LightCond.ttf') format('truetype'), url('/fonts/HelveticaLTStd-LightCond.svg#HelveticaLTStd-LightCond') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Uniwars Rg Bold';
  src: url('/fonts/UniwarsRg-Bold.eot');
  src: url('/fonts/UniwarsRg-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/UniwarsRg-Bold.woff2') format('woff2'), url('/fonts/UniwarsRg-Bold.woff') format('woff'), url('/fonts/UniwarsRg-Bold.ttf') format('truetype'), url('/fonts/UniwarsRg-Bold.svg#UniwarsRg-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.flex-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
html,
body {
  width: 100%;
  height: 100%;
  color: #231f20;
}
a {
  cursor: pointer;
}
.anchor {
  display: block;
  height: 85px;
  margin-top: -85px;
  visibility: hidden;
}
.col-no-padding {
  padding-right: 0;
  padding-left: 0;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.nf-box {
  position: relative;
}
.nf-box:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/

}
.nf-box.nf-ratio2_1:before {
  padding-top: 50%;
}
.nf-box.nf-ratio1_2:before {
  padding-top: 200%;
}
.nf-box.nf-ratio3_1:before {
  padding-top: 33%;
}
.nf-box.nf-ratio4_3:before {
  padding-top: 75%;
}
.nf-box.nf-ratio16_9:before {
  padding-top: 56.25%;
}
.nf-box .nf-box-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.text-underline {
  text-decoration: underline;
}
a,
a:hover,
a:active,
a:focus,
a:active:hover {
  color: white;
  text-decoration: none;
}
.nf-link,
.nf-link:hover,
.nf-link:active,
.nf-link:focus,
.nf-link:active:hover {
  color: #1d70b7;
}
.nf-link-black,
.nf-link-black:hover,
.nf-link-black:active,
.nf-link-black:focus,
.nf-link-black:active:hover {
  cursor: pointer;
  color: #939598;
}
.nf-link-black.disabled,
.nf-link-black:hover.disabled,
.nf-link-black:active.disabled,
.nf-link-black:focus.disabled,
.nf-link-black:active:hover.disabled {
  cursor: not-allowed;
}
.nf-link-black.active,
.nf-link-black:hover.active,
.nf-link-black:active.active,
.nf-link-black:focus.active,
.nf-link-black:active:hover.active {
  color: #231f20;
}
.newface-navbar {
  background-color: rgba(35, 31, 32, 0.73);
  border: none;
  height: 85px;
  z-index: 1000;
  margin-bottom: 0;
}
.newface-navbar span {
  font-family: 'Uniwars Rg Bold';
  font-size: 9.33pt;
  text-align: center;
  color: white;
}
.newface-navbar > .container-fluid {
  height: inherit;
}
.newface-navbar > .container-fluid .navbar-header {
  height: inherit;
}
.newface-navbar > .container-fluid .navbar-header .navbar-brand {
  height: inherit;
  margin-left: 0;
}
.newface-navbar > .container-fluid .navbar-header .navbar-brand > img {
  height: 100%;
  width: auto;
}
.newface-navbar .navbar-nav > li {
  border-bottom: solid 5px transparent;
}
.newface-navbar .navbar-nav > li > a {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.newface-navbar .navbar-nav > li > a.newface-btn {
  background-color: #ffec00 !important;
}
.newface-navbar .navbar-nav > li.newface-navbar-active {
  border-bottom: solid 5px #ffec00;
}
.newface-navbar .navbar-right {
  margin: 22px 0;
}
.newface-navbar .navbar-right .newface-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.newface-navbar .navbar-right .navbar-toggle {
  display: block;
  margin-top: 5px;
  margin-left: 15px;
}
.newface-navbar .navbar-toggle {
  border: 0;
}
.newface-navbar .navbar-toggle,
.newface-navbar .navbar-toggle:hover,
.newface-navbar .navbar-toggle:focus {
  background-color: transparent;
}
.newface-navbar .navbar-toggle > .icon-bar {
  background-color: white;
  height: 3px;
}
.newface-btn {
  text-transform: uppercase;
  font-family: 'BebasNeue Book';
  font-size: 21px;
  text-shadow: none;
}
.newface-btn,
.newface-btn:hover,
.newface-btn:active,
.newface-btn:focus,
.newface-btn:active:hover {
  color: black;
  background-color: #ffec00;
  border-color: #ffec00;
}
.newface-header {
  position: relative;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  max-height: 1080px;
}
.newface-header .newface-header-info {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newface-header img {
  max-width: 100%;
  max-height: 1080px;
}

/*tamanho headlines*/
.newface-header .newface-header-info-title {
  text-transform: uppercase;
  font-family: 'BebasNeue Regular';
  font-size: 38px;
}
.newface-header .newface-header-info-subtitle {
  font-family: 'Helvetica LT Std LightCond';
  font-size: 26px;
  margin-bottom: 70px;
}
.nf-padding-top-10 {
  padding-top: 10px;
}
.nf-padding-top-40 {
  padding-top: 40px;
}
.nf,
.nf-form-title {
  font-family: 'Helvetica LT Std LightCond';
  color: #231f20;
}

/* Tamanho fonte geral */
.nf {
  font-size: 18px;
}
.nf-form-title {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
}
.nf-btn-square {
  border-radius: 0;
  border: 0;
}
.nf-body {
  padding: 40px;
  text-align: center;
}
.nf-mail-message {
  text-transform: uppercase;
  font-family: 'BebasNeue Book';
  font-size: 19px;
}
.nf-title,
.nf-subtitle {
  text-transform: uppercase;
  font-family: 'BebasNeue Regular';
}
.nf-title {
  font-size: 29px;
}
.nf-title-big {
  font-size: 40px;
}
.nf-subtitle {
  font-size: 18px;
}
.nf-content {
  padding: 20px;
}
.nf-container {
  padding-top: 85px;
  padding-bottom: 30px;
}
.nf-container.full {
  min-height: 100%;
}
.nf-bg-noticias {
  background-image: url('/media/1040/foto_fundo.jpg');
  height: auto;
  width: auto;
  background-position: center;
  background-size: cover;
}
.nf-bg-dark {
  background-color: #231f20;
}
.nf-bg-dark-light {
  background-color: rgba(35, 31, 32, 0.8);
}
.nf-bg-gray {
  background-color: #a7a9ac;
}
.nf-bg-green {
  background-color: #93c01f;
}
.nf-inverse {
  color: white;
}
.nf-underline-yellow {
  border-bottom: solid 1pt #ffec00;
}
.nf-underline-blue {
  border-bottom: solid 1pt #1d70b7;
}
.nf-underline-green {
  border-bottom: solid 1pt #93c01f;
}
.nf-widget {
  text-align: left;
  margin: 20px 100px 20px;
}
.nf-widget > a {
  background-image: none;
}
.nf-widget-portefolio-title {
  text-transform: uppercase;
  font-family: 'BebasNeue Regular';
  color: #1d70b7;
  font-size: 25px;
}
.nf-widget-portefolio-subtitle {
  font-weight: bold;
  font-size: 21px;
}
.nf-servicos-title {
  text-transform: uppercase;
  font-family: 'BebasNeue Regular';
  color: #1d70b7;
  font-size: 25px;
}
.nf-servico-status,
.nf-servico-complementares-status {
  height: 30px;
  width: 30px;
  background-size: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
}
.nf-servico-status.active,
.nf-servico-complementares-status.active {
  background-image: url("/media/1026/icon_certo-verde.png");
}
.nf-servico-status {
  background-image: url("/media/1028/icon_certo-cinzento.png");
}
.nf-servico-complementares-status {
  background-image: url("/media/1027/icon_mais.png");
}
.newface-footer {
  background-color: #231f20;
  color: white;
  padding: 30px;
}
.newface-footer .row > div > div:first-child:before {
  width: 0;
}
.newface-footer .row > div > div:before {
  content: '';
  width: 2px;
  height: 75%;
  background-color: black;
  position: absolute;
  left: -20px;
  top: 20px;
}
.newface-footer .newface-footer-title {
  font-family: 'BebasNeue Regular';
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: solid 1pt #ffec00;
  margin-bottom: 10px;
}
.newface-footer .newface-footer-content {
  display: table;
  width: 98%;
  margin-top: 10px;
}
.newface-footer .newface-footer-content .newface-social {
  padding-top: 1px;
  color: black;
}
.newface-footer .newface-footer-content ul {
  list-style-type: none;
  padding: 0;
  display: table-cell;
  margin: 10px 20px;
}
.newface-footer .newface-footer-content ul li {
  padding-left: 0;
  padding-bottom: 5px;
}
.newface-footer .newface-footer-content ul li a,
.newface-footer .newface-footer-content ul li span,
.newface-footer .newface-footer-content ul li a:hover,
.newface-footer .newface-footer-content ul li span:hover,
.newface-footer .newface-footer-content ul li a:active,
.newface-footer .newface-footer-content ul li span:active,
.newface-footer .newface-footer-content ul li a:focus,
.newface-footer .newface-footer-content ul li span:focus,
.newface-footer .newface-footer-content ul li a:active:hover,
.newface-footer .newface-footer-content ul li span:active:hover {
  font-family: 'Helvetica LT Std LightCond';
  font-size: 16px;
}
.newface-footer .newface-footer-content ul li > a,
.newface-footer .newface-footer-content ul li > div {
  display: table;
}
.newface-footer .newface-footer-content ul li > a img,
.newface-footer .newface-footer-content ul li > div img,
.newface-footer .newface-footer-content ul li > a span,
.newface-footer .newface-footer-content ul li > div span,
.newface-footer .newface-footer-content ul li > a a,
.newface-footer .newface-footer-content ul li > div a {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.newface-footer .newface-footer-content ul li i {
  margin-right: 10px;
}
.nf-carousel#newface-homepage-carrousel > .carousel-control .glyphicon {
  font-size: 2em;
  opacity: 0.4;
}
.nf-carousel#newface-widget-portefolio {
  padding-bottom: 20px;
}
.nf-carousel#newface-widget-portefolio > .carousel-control {
  width: 9%;
}
.nf-carousel#newface-widget-portefolio > .carousel-control .glyphicon {
  font-size: 1em;
  line-height: inherit;
  color: #1d70b7;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner {
  height: 350px;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item {
  height: inherit;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div {
  height: inherit;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div .image {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div .nf-widget-portefolio-icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 8px;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-content p {
  margin: 0 0 10px;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-content .nf-widget-portefolio-content {
  margin: 0 0 80px;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-content .nf-widget-portefolio-footer {
  position: absolute;
  bottom: 20px;
}
.nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-content .nf-widget-portefolio-footer a {
  color: #1d70b7;
  border: 1px solid #1d70b7;
  padding: 10px 15px;
  font-size: 18px;
  display: inline-block;
  min-width: 50px;
}
.nf-carousel#newface-widget-portefolio > .carousel-indicators-container {
  position: relative;
  margin-top: 20px;
}
.nf-carousel#newface-widget-portefolio > .carousel-indicators-container .carousel-indicators {
  top: 0;
  display: table;
}
.nf-carousel#newface-widget-portefolio > .carousel-indicators-container .carousel-indicators > li {
  background-color: #1d70b7;
  opacity: 0.5;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.nf-carousel#newface-widget-portefolio > .carousel-indicators-container .carousel-indicators > li.active {
  opacity: 1;
}
.nf-carousel > .carousel-control {
  opacity: 1;
  text-shadow: none;
  background-image: none;
}
.nf-carousel > .carousel-control .glyphicon {
  -webkit-transform: scale(1.3, 4);
  -moz-transform: scale(1.3, 4);
  -ms-transform: scale(1.3, 4);
  -o-transform: scale(1.3, 4);
  transform: scale(1.3, 4);
}
.nf-carousel > .carousel-control .glyphicon.glyphicon-chevron-left:before {
  content: "";
}
.nf-carousel > .carousel-control .glyphicon.glyphicon-chevron-right:before {
  content: "";
}
.newface-widget-news {
  margin-top: 20px;
}
.newface-widget-news .newface-widget-news-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.newface-widget-news .newface-widget-news-row:not(.active) {
  display: none;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
  padding: 0 7px;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header,
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-content,
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer {
  width: 100%;
  padding: 0 20px;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-content,
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer {
  color: #231f20;
  background-color: white;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: solid 3pt #ffec00;
  position: relative;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header:before {
  content: '';
  background-color: #231f20;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header > div {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  padding-left: inherit;
  padding-right: inherit;
  left: 0;
  right: 0;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header > div .newface-widget-news-item-title {
  font-family: 'BebasNeue Regular';
  font-size: 21px;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-header > div .newface-widget-news-item-date {
  font-size: 14px;
  text-transform: capitalize;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-content {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer {
  text-align: center;
  padding: 15px 0;
  position: relative;
  heigth: 65px;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer > div {
  display: inline-block;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer > div.nf-share-control {
  padding-left: 10px;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer a {
  color: #231f20;
  border: 1px solid;
  padding: 5px 5px;
  display: inline-block;
  min-width: 35px;
  border-radius: 50%;
}
.newface-widget-news .newface-widget-news-row > .newface-widget-news-item > .newface-widget-news-item-footer a .fa-plus {
  font-size: 0.8em;
}
.newface-widget-news .newface-widget-news-navigation {
  text-align: center;
  margin-top: 30px;
  padding-right: 7px;
  position: relative;
}
.newface-widget-news .newface-widget-news-navigation > a {
  display: inline-block;
  margin: 0 15px;
  position: inherit;
  width: initial;
  width: auto;
  background-color: transparent;
  opacity: 1;
}
.newface-widget-news .newface-widget-news-navigation > a .fa-caret-left {
  left: -2px;
}
.newface-widget-news .newface-widget-news-navigation > a .fa-caret-right {
  left: 2px;
}
.nf-news-details {
  padding-top: 40px;
}
.nf-news-details .nf-news-details-header .nf-subtitle {
  padding: 8px 0;
}
.nf-news-details .nf-news-details-content .nf-news-details-content-image {
  width: 50%;
  float: left;
  margin-right: 18px;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.nf-news-details .nf-news-details-share {
  padding: 5px 0;
}
.nf-news-details .nf-news-details-share a {
  color: inherit;
  border: 1px solid;
  padding: 5px 5px;
  display: inline-block;
  min-width: 35px;
  border-radius: 50%;
}
.nf-news-details .nf-news-details-share .nf-share-control {
  padding-left: 0;
}
.nf-news-details .nf-news-details-footer {
  padding-top: 10px;
  text-transform: uppercase;
  font-family: BebasNeue Regular;
  font-size: 18px;
}
.nf-news-details .nf-news-details-footer a {
  color: inherit;
}
.nf-servicos,
.nf-servicos-small,
.nf-servicos-complementares {
  text-align: left;
  margin: 15px 0;
}
.nf-servicos .nf-servicos-header,
.nf-servicos-small .nf-servicos-header,
.nf-servicos-complementares .nf-servicos-header,
.nf-servicos .nf-servicos-content > .nf-servicos-content-item,
.nf-servicos-small .nf-servicos-content > .nf-servicos-content-item,
.nf-servicos-complementares .nf-servicos-content > .nf-servicos-content-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.nf-servicos .nf-servicos-header > div:not(.nf-servicos-col-produtcs),
.nf-servicos-small .nf-servicos-header > div:not(.nf-servicos-col-produtcs),
.nf-servicos-complementares .nf-servicos-header > div:not(.nf-servicos-col-produtcs),
.nf-servicos .nf-servicos-content > .nf-servicos-content-item > div:not(.nf-servicos-col-produtcs),
.nf-servicos-small .nf-servicos-content > .nf-servicos-content-item > div:not(.nf-servicos-col-produtcs),
.nf-servicos-complementares .nf-servicos-content > .nf-servicos-content-item > div:not(.nf-servicos-col-produtcs) {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  text-align: center;
  min-width: 90px;
}
.nf-servicos .nf-servicos-helper,
.nf-servicos-small .nf-servicos-helper,
.nf-servicos-complementares .nf-servicos-helper {
  font-size: 15px;
  padding: 15px;
}
.nf-servicos .nf-servicos-item-price,
.nf-servicos-small .nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-item-price,
.nf-servicos .nf-servicos-item-time,
.nf-servicos-small .nf-servicos-item-time,
.nf-servicos-complementares .nf-servicos-item-time {
  font-family: 'BebasNeue Regular';
  font-size: 20px;
  text-align: center;
}
.nf-servicos .nf-servicos-item-price i,
.nf-servicos-small .nf-servicos-item-price i,
.nf-servicos-complementares .nf-servicos-item-price i,
.nf-servicos .nf-servicos-item-time i,
.nf-servicos-small .nf-servicos-item-time i,
.nf-servicos-complementares .nf-servicos-item-time i {
  padding-right: 10px;
}
.nf-servicos .nf-servicos-item-price span,
.nf-servicos-small .nf-servicos-item-price span,
.nf-servicos-complementares .nf-servicos-item-price span,
.nf-servicos .nf-servicos-item-time span,
.nf-servicos-small .nf-servicos-item-time span,
.nf-servicos-complementares .nf-servicos-item-time span {
  padding: 0 2px;
}
.nf-servicos .nf-servicos-header > div,
.nf-servicos-small .nf-servicos-header > div,
.nf-servicos-complementares .nf-servicos-header > div {
  padding: 15px;
}
.nf-servicos .nf-servicos-header > div a,
.nf-servicos-small .nf-servicos-header > div a,
.nf-servicos-complementares .nf-servicos-header > div a,
.nf-servicos .nf-servicos-header > div span,
.nf-servicos-small .nf-servicos-header > div span,
.nf-servicos-complementares .nf-servicos-header > div span {
  font-family: 'BebasNeue Regular';
  text-transform: uppercase;
  font-size: 20px;
}
.nf-servicos .nf-servicos-header > div span,
.nf-servicos-small .nf-servicos-header > div span,
.nf-servicos-complementares .nf-servicos-header > div span {
  color: white;
}
.nf-servicos .nf-servicos-header > div a:after,
.nf-servicos-small .nf-servicos-header > div a:after,
.nf-servicos-complementares .nf-servicos-header > div a:after {
  content: "\f0d8";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 10px;
  font-size: inherit;
}
.nf-servicos .nf-servicos-header > div a.collapsed:after,
.nf-servicos-small .nf-servicos-header > div a.collapsed:after,
.nf-servicos-complementares .nf-servicos-header > div a.collapsed:after {
  content: "\f0d7";
}
.nf-servicos .nf-servicos-content > .row,
.nf-servicos-small .nf-servicos-content > .row,
.nf-servicos-complementares .nf-servicos-content > .row,
.nf-servicos .nf-servicos-footer > .row,
.nf-servicos-small .nf-servicos-footer > .row,
.nf-servicos-complementares .nf-servicos-footer > .row,
.nf-servicos .nf-servicos-content .nf-servicos-content-item,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0;
  margin-bottom: 4px;
}
.nf-servicos .nf-servicos-content > .row:last-child,
.nf-servicos-small .nf-servicos-content > .row:last-child,
.nf-servicos-complementares .nf-servicos-content > .row:last-child,
.nf-servicos .nf-servicos-footer > .row:last-child,
.nf-servicos-small .nf-servicos-footer > .row:last-child,
.nf-servicos-complementares .nf-servicos-footer > .row:last-child,
.nf-servicos .nf-servicos-content .nf-servicos-content-item:last-child,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item:last-child,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item:last-child,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item:last-child,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item:last-child,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item:last-child,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row:last-child,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row:last-child,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row:last-child,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row:last-child,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row:last-child,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row:last-child {
  margin-bottom: 0;
}
.nf-servicos .nf-servicos-content > .row > div,
.nf-servicos-small .nf-servicos-content > .row > div,
.nf-servicos-complementares .nf-servicos-content > .row > div,
.nf-servicos .nf-servicos-footer > .row > div,
.nf-servicos-small .nf-servicos-footer > .row > div,
.nf-servicos-complementares .nf-servicos-footer > .row > div,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div {
  background-color: #f9f9f9;
  margin-left: 2px;
  margin-right: 2px;
}
.nf-servicos .nf-servicos-content > .row > div:first-child,
.nf-servicos-small .nf-servicos-content > .row > div:first-child,
.nf-servicos-complementares .nf-servicos-content > .row > div:first-child,
.nf-servicos .nf-servicos-footer > .row > div:first-child,
.nf-servicos-small .nf-servicos-footer > .row > div:first-child,
.nf-servicos-complementares .nf-servicos-footer > .row > div:first-child,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div:first-child,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div:first-child,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div:first-child,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div:first-child,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div:first-child,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div:first-child,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div:first-child,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div:first-child,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div:first-child,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div:first-child,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div:first-child,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div:first-child {
  margin-left: 0;
}
.nf-servicos .nf-servicos-content > .row > div:last-child,
.nf-servicos-small .nf-servicos-content > .row > div:last-child,
.nf-servicos-complementares .nf-servicos-content > .row > div:last-child,
.nf-servicos .nf-servicos-footer > .row > div:last-child,
.nf-servicos-small .nf-servicos-footer > .row > div:last-child,
.nf-servicos-complementares .nf-servicos-footer > .row > div:last-child,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div:last-child,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div:last-child,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div:last-child,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div:last-child,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div:last-child,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div:last-child,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div:last-child,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div:last-child,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div:last-child,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div:last-child,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div:last-child,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div:last-child {
  margin-right: 0;
}
.nf-servicos .nf-servicos-content > .row > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-content > .row > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-content > .row > div .nf-servicos-item-description,
.nf-servicos .nf-servicos-footer > .row > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-footer > .row > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-footer > .row > div .nf-servicos-item-description,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div .nf-servicos-item-description,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div .nf-servicos-item-description,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div .nf-servicos-item-description,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div .nf-servicos-item-description,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div .nf-servicos-item-description {
  color: #a7a9ac;
  font-size: 12px;
}
.nf-servicos .nf-servicos-content > .row > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-content > .row > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-content > .row > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-footer > .row > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-footer > .row > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-footer > .row > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-price,
.nf-servicos .nf-servicos-content > .row > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-content > .row > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-content > .row > div.nf-servicos-item-action,
.nf-servicos .nf-servicos-footer > .row > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-footer > .row > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-footer > .row > div.nf-servicos-item-action,
.nf-servicos .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-content .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-footer .nf-servicos-content-item > div.nf-servicos-item-action,
.nf-servicos .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-content .servicos-footer-big > .row > div.nf-servicos-item-action,
.nf-servicos .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-action,
.nf-servicos-small .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-action,
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row > div.nf-servicos-item-action {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nf-servicos .nf-servicos-footer,
.nf-servicos-small .nf-servicos-footer,
.nf-servicos-complementares .nf-servicos-footer {
  font-family: 'BebasNeue Regular';
}
.nf-servicos .nf-servicos-footer > .row > div,
.nf-servicos-small .nf-servicos-footer > .row > div,
.nf-servicos-complementares .nf-servicos-footer > .row > div {
  padding: 0;
}
.nf-servicos .nf-servicos-footer > .row > div a,
.nf-servicos-small .nf-servicos-footer > .row > div a,
.nf-servicos-complementares .nf-servicos-footer > .row > div a {
  font-family: inherit;
}
.nf-servicos-complementares .nf-servicos-header > div {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  position: relative;
}
.nf-servicos-complementares .nf-servicos-footer #nf-servicos-selected,
.nf-servicos-complementares .nf-servicos-footer #nf-servicos-selected-small {
  color: white;
}
.nf-servicos-complementares .nf-servicos-footer a {
  font-family: inherit;
}
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-small #nf-servicos-selected-small-total-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-small #nf-servicos-selected-small-total-info > div {
  border-top: 3px solid;
  border-bottom: 3px solid;
  background-color: #f9f9f9;
}
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-small #nf-servicos-selected-small-total-info > div.nf-servicos-item-image-vehicle > div {
  margin: 5px 0;
}
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-small #nf-servicos-selected-small-total-info > div.nf-servicos-item-price {
  padding: 6px 12px;
  margin: 0 2px;
  font-size: 1.5em;
}
.nf-servicos-complementares .nf-servicos-footer .servicos-footer-big > .row div {
  padding-left: 0;
  padding-right: 0;
}
.nf-servicos .nf-servicos-header > div,
.nf-servicos .nf-servicos-content > .nf-servicos-content-item > div,
.nf-servicos .nf-servicos-footer > div {
  width: 300px;
  margin-left: 2px;
  margin-right: 2px;
}
.nf-servicos .nf-servicos-header > div:first-child,
.nf-servicos .nf-servicos-content > .nf-servicos-content-item > div:first-child,
.nf-servicos .nf-servicos-footer > div:first-child {
  margin-left: 0;
}
.nf-servicos .nf-servicos-header > div:last-child,
.nf-servicos .nf-servicos-content > .nf-servicos-content-item > div:last-child,
.nf-servicos .nf-servicos-footer > div:last-child {
  margin-right: 0;
}
.nf-servicos .nf-servicos-header > div:not(.nf-servicos-col-produtcs),
.nf-servicos .nf-servicos-content > .nf-servicos-content-item > div:not(.nf-servicos-col-produtcs),
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  display: -webkit-box;
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nf-servicos .nf-servicos-header .nf-servico-status,
.nf-servicos .nf-servicos-content > .nf-servicos-content-item .nf-servico-status,
.nf-servicos .nf-servicos-footer .nf-servico-status {
  cursor: initial;
}
.nf-servicos .nf-servicos-content .nf-servicos-content-item .nf-servicos-col-produtcs {
  padding: 10px 15px;
}
.nf-servicos .nf-servicos-footer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 2px;
  height: 120px;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) {
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs):not(.hidden) {
  margin-left: 2px;
  margin-right: 0;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div {
  margin-left: 2px;
  margin-right: 2px;
  min-width: 90px;
  background-color: #f9f9f9;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div:first-child {
  margin-left: 0;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div:last-child {
  margin-right: 0;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div:not(.nf-servicos-item-empty) {
  border-top: 2px solid;
  height: 120px;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div > div {
  width: 100%;
  height: 40px;
  text-align: center;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div .nf-servicos-item-price,
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div .nf-servicos-item-time {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div .nf-servicos-item-price > span,
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div .nf-servicos-item-time > span {
  display: table-cell;
  vertical-align: middle;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div .nf-servicos-item-time {
  border-bottom: 1px solid #a7a9ac;
}
.nf-servicos .nf-servicos-footer > div:not(.nf-servicos-col-produtcs) > div a {
  color: white;
}
.nf-servicos-small .nf-servicos-header {
  display: block;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 2px;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div {
  border-top: 3px solid;
  border-bottom: 3px solid;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div:not(:last-child) {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div:not(:first-child) {
  background-color: #f9f9f9;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div:first-child {
  margin-right: 3px;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div:first-child a {
  color: white;
  font-weight: bold;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div:last-child {
  margin-left: 2px;
  width: 50px;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-time {
  border-right: 2px solid #d6d6d6;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-price {
  font-size: 1.5em;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-action {
  font-size: 1.5em;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-action a[aria-expanded="false"] .up {
  display: none;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-action a[aria-expanded="false"] .down {
  display: block;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-action a[aria-expanded="true"] .up {
  display: block;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service > div.nf-servicos-item-action a[aria-expanded="true"] .down {
  display: none;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service.active > div:not(:first-child) {
  background-color: #d6d6d6;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service-details .nf-servicos-content-item {
  display: block;
  margin-bottom: 0;
  font-size: 1.1em;
}
.nf-servicos-small .nf-servicos-content .nf-servicos-content-item-small .nf-servicos-content-item-service-details .nf-servicos-content-item .nf-servicos-col-produtcs {
  padding: 5px;
}
.nf-servicos-dropdown .item-vehicle {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nf-servicos-dropdown > button {
  width: 100%;
  height: 80px;
  background-color: #f9f9f9;
  position: relative;
}
.nf-servicos-dropdown > button .item-selected,
.nf-servicos-dropdown > button .caret {
  display: inline-block;
  vertical-align: middle;
}
.nf-servicos-dropdown > button .item-selected {
  height: 80%;
  width: 90%;
}
.nf-servicos-dropdown > button .caret {
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
}
.nf-servicos-dropdown > .dropdown-menu {
  background-color: #f9f9f9;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.nf-servicos-dropdown > .dropdown-menu > li {
  height: 45px;
  border-bottom: 1px solid #a7a9ac;
}
.nf-servicos-dropdown > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.nf-servicos-dropdown > .dropdown-menu > li a {
  height: 99%;
  cursor: pointer;
  display: block;
  text-align: center;
}
.nf-servicos-dropdown > .dropdown-menu > li a > div {
  height: 65%;
}
.nf-servicos-dropdown > .dropdown-menu > li a > span {
  font-size: 12px;
}
.modal-backdrop.in {
  opacity: 0;
}
.nf-modal.nf-modal-message .modal-dialog {
  width: 400px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nf-modal.nf-modal-message .modal-dialog .nf-title {
  font-family: 'BebasNeue Book';
}
.nf-modal.nf-modal-message .modal-dialog .modal-body-content {
  text-align: center;
}
.nf-modal .modal-dialog {
  width: 90%;
  margin: 90px auto 30px auto;
}
.nf-modal .modal-dialog .modal-content {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
}
.nf-modal .modal-dialog .modal-content > .container {
  width: 100%;
}
.nf-modal .modal-dialog .modal-body .close {
  opacity: 1;
  position: absolute;
  right: 0;
}
.nf-modal .modal-dialog .modal-body .modal-body-content {
  padding: 15px 40px;
}
.nf-modal .modal-dialog .modal-body .modal-body-content .newface-btn {
  font-weight: bold;
}
.nf-modal .modal-dialog .modal-body .modal-body-content .nf-form-helper-text {
  font-family: 'Helvetica LT Std LightCond';
  font-size: 15px;
}
.nf-modal .modal-dialog .modal-body .modal-body-content textarea {
  min-height: 120px;
}
.nf-input {
  background-color: #e6e7e8;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  font-size: 21px;
  line-height: 21px;
  font-family: 'BebasNeue Regular';
  font-weight: normal;
  color: #939598;
}
.nf-input i {
  padding-right: 10px;
}
select.nf-input {
  color: #231f20;
}
label.nf-input {
  background-color: transparent;
}
label.nf-input input[type=radio],
label.nf-input input[type=checkbox] {
  height: 20px;
  width: 20px;
  margin-right: 6px;
  margin-top: 0;
}
label.nf-input.nf-radio-image > input[type=radio],
label.nf-input.nf-check-image > input[type=radio],
label.nf-input.nf-radio-image > input[type=checkbox],
label.nf-input.nf-check-image > input[type=checkbox] {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */

}
label.nf-input.nf-radio-image > input[type=radio] + img,
label.nf-input.nf-check-image > input[type=radio] + img,
label.nf-input.nf-radio-image > input[type=checkbox] + input[type=hidden] + img,
label.nf-input.nf-check-image > input[type=checkbox] + input[type=hidden] + img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
}
label.nf-input.nf-radio-image > input[type=radio]:checked + img,
label.nf-input.nf-check-image > input[type=radio]:checked + img,
label.nf-input.nf-radio-image > input[type=checkbox]:checked + input[type=hidden] + img,
label.nf-input.nf-check-image > input[type=checkbox]:checked + input[type=hidden] + img {
  /* (RADIO CHECKED) IMAGE STYLES */
  opacity: 1;
}
.nf-content-two-cols {
  padding-top: 15px;
}
.nf-content-two-cols.left .content-image {
  float: left;
}
.nf-content-two-cols.right .content-image {
  float: right;
}
.nf-content-two-cols .nf-title {
  padding-bottom: 15px;
}
.nf-content-two-cols .content-text {
  text-align: left;
}
.nf-content-two-cols .content-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.nf-content-cols.content-cols-team .nf-content-cols-items .item-header .nf-image-fit {
  margin: 10% 10%;
}
.nf-content-cols.content-cols-team .nf-content-cols-items .item-body {
  padding: 5px 0px;
}
.nf-content-cols.content-cols-team .nf-content-cols-items .item-body .item-body-title,
.nf-content-cols.content-cols-team .nf-content-cols-items .item-body .item-body-description {
  font-family: 'Helvetica LT Std LightCond';
  font-size: 16px;
}
.nf-content-cols.content-cols-team .nf-content-cols-items .item-body .item-body-description {
  font-style: italic;
}
.nf-content-cols.content-cols-team .nf-content-cols-items .item-body a {
  font-size: 13px;
  color: #1d70b7;
}
.nf-content-cols .nf-content-cols-header > .content-cols-header-subtitle {
  padding-top: 15px;
}
.nf-content-cols .nf-content-cols-items .item-header .nf-image-fit {
  margin: 10% 20%;
}
.nf-content-cols .nf-content-cols-items .item-body {
  padding: 15px 0px;
  text-align: center;
}
.nf-content-cols .nf-content-cols-items .item-body .item-body-title {
  font-family: 'Uniwars Rg Bold';
  font-size: 17px;
}
/* centered columns styles */

.nf-row-centered {
  text-align: center;
}
.nf-col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.nf-image-fit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nf-image-fit.nf-img-circle,
.nf-image-fit.nf-img-cover {
  background-size: cover;
}
.nf-img-circle {
  border-radius: 50%;
}
.nf-contactos {
  border-bottom: 8px solid #ffec00;
}
.nf-contactos > div {
  padding-bottom: 10px;
}
.nf-contactos .nf-content-contactos .contactos-items {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.nf-contactos .nf-content-contactos .contactos-items > .contactos-items-info {
  margin: 0 0 10px 0;
}
.nf-contactos .nf-content-contactos .contactos-items > .contactos-items-info .items-info-name {
  text-transform: uppercase;
}
.nf-contactos .nf-content-contactos .contactos-items > .contactos-items-info p {
  margin: 0;
}
.nf-contactos .nf-content-contactos > .contactos-recrutamento {
  border-left: 1px solid #a7a9ac;
}
.nf-contactos .nf-content-contactos .nf-title {
  margin: 10px 0;
}
.nf-row-eq-height {
  display: table;
}
.nf-row-eq-height [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.equalheight {
  overflow: hidden;
}
.equalheight > div {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  color: red;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid red;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: red;
}
.validation-summary-valid {
  display: none;
}
.nf-content-map > .nf-content-map-body .map-link-locations {
  margin: 20px 0;
}
.nf-content-map > .nf-content-map-body .map-link-locations a {
  padding: 0 20px;
}
.nf-content-map > .nf-content-map-body #nfmap {
  min-height: 300px;
}
.nf-content-map > .nf-content-map-body #nfmap > div {
  position: static !important;
}
.nf-campanhas {
  padding: 0 80px;
}
.nf-campanhas .nf-content-cols-items > div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit {
  margin: 0;
  border-bottom: 5px solid #ffec00;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit:before {
  content: '';
  background-color: rgba(35, 31, 32, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content {
  font-family: 'BebasNeue Book';
  padding: 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-header-icons > div {
  height: 50px;
  width: 50px;
  float: left;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-title {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

  font-size: 21px;
  padding: 10px 0;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-action > div {
  display: inline-block;
}
.nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-action a {
  border: 1px solid;
  padding: 10px 15px;
  font-size: 18px;
  display: inline-block;
  min-width: 50px;
}
.nf-navbar-right {
  position: fixed;
  width: 300px;
  margin-right: -300px;
  height: 100% !important;
  min-height: 0;
  right: 0;
  z-index: 1001;
  background-color: rgba(35, 31, 32, 0.73);
  border: none;
  font-family: 'BebasNeue Book';
  font-size: 15px;
  -webkit-transition: margin-right 0.5s;
  -moz-transition: margin-right 0.5s;
  -o-transition: margin-right 0.5s;
  transition: margin-right 0.5s;
}
.nf-navbar-right.in {
  margin-right: 0px;
  display: block;
}
.nf-navbar-right .navbar-header {
  float: right;
  margin-top: -12px;
}
.nf-navbar-right .menu-items {
  text-align: right;
  padding-top: 70px;
}
.nf-navbar-right .menu-items .title {
  font-weight: bold;
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
}
.nf-share-control {
  position: relative;
  padding-left: 5px;
}
.nf-share-control a {
  display: block;
  text-align: center;
}
.nf-share-control .share-options {
  display: inline-block;
}
.nf-share-control .share-options > ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .newface-navbar .navbar-nav:not(.navbar-right) > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .nav > li > a {
    padding: 10px 10px;
  }
  .newface-navbar > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .newface-navbar > .container-fluid .navbar-brand > img {
    height: auto !important;
    max-width: 190px;
  }
  .newface-navbar .navbar-right {
    padding-right: 8px;
  }
  .newface-navbar .navbar-right .navbar-toggle {
    margin-left: 5px;
    padding-right: 0px;
    /* display: none; */
    margin-right: 5px;
  }
  .newface-navbar .navbar-right .newface-btn {
    font-size: 18px;
  }
  .nf-servicos {
    overflow-x: auto;
    overflow-y: auto;
    height: 210px;
  }
}
@media only screen and (max-width: 992px) {
  .nf-carousel#newface-widget-portefolio > .carousel-inner {
    height: initial;
    height: auto;
  }
  .nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-image {
    height: 220px;
  }
  .nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-image > .image {
    background-position: center;
  }
  .nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-content {
    padding-top: 10px;
  }
  .nf-widget-portefolio-title {
    font-size: 23px;
  }
  .nf-widget-portefolio-subtitle {
    font-size: 18px;
  }
  .nf-servicos-complementares .nf-servicos-header > div a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 850px) {
  .nav > li > a {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1110px) {
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-header-icons > div {
    height: 35px;
    width: 35px;
  }
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-action a {
    padding: 5px 8px;
  }
  .newface-footer .container {
    width: 100%;
    padding: 0;
  }
  .newface-footer .newface-footer-items > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .anchor {
    height: 60px;
    margin-top: -60px;
  }
  .nf-widget {
    margin: 20px 50px 20px;
  }
  .nf-carousel#newface-widget-portefolio > .carousel-inner > .item > div.carousel-inner-image {
    height: 150px;
  }
  .nf-news-details {
    padding-left: 5px;
    padding-right: 5px;
  }
  .newface-navbar {
    height: 60px;
    background-color: #231f20;
  }
  .newface-navbar > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .newface-navbar > .container-fluid .navbar-header .navbar-toggle {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .newface-navbar > .container-fluid .navbar-header .navbar-brand > img {
    height: 100% !important;
  }
  .newface-navbar > .container-fluid .navbar-collapse {
    background-color: #231f20;
    border: none;
    max-height: 500px;
  }
  .newface-navbar .navbar-right .navbar-toggle {
    display: none;
  }
  .nf-content-cols .item-header .nf-ratio16_9 {
    max-height: 200px;
  }
  .nf-content-cols .item-header .nf-ratio16_9 > div {
    margin: 5% 0%;
  }
  .nf-content-cols .item-header .nf-ratio2_1 .nf-image-fit.nf-img-circle {
    margin: 5% 30%;
  }
  .nf-content-map > .nf-content-map-body .map-link-locations a {
    padding: 0 5px;
  }
  .nf-campanhas {
    padding: 0px 30px;
  }
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-header-icons > div {
    height: 40px;
    width: 40px;
  }
  .nf-modal .modal-dialog .modal-body .modal-body-content {
    padding: 15px 0px;
  }
  .nf-modal .modal-dialog .modal-body .modal-body-content .newface-btn {
    font-size: 16px;
    padding: 5px 8px;
  }
  .nf-input {
    font-size: 16px;
  }
  .newface-footer .newface-footer-items > div:nth-child(n+2) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .nf-body {
    padding: 20px;
  }
  .nf-campanhas {
    padding: 0px 5px;
  }
  .nf-contactos .nf-content-contactos .contactos-items {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
  .nf-servicos-complementares .nf-servicos-header > div span,
  .nf-servicos-small .nf-servicos-header > div span,
  .nf-servicos-complementares .nf-servicos-header > div a,
  .nf-servicos-small .nf-servicos-header > div a {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 450px) {
  .nf-widget {
    margin: 20px 25px 20px;
  }
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-header-icons > div {
    height: 30px;
    width: 30px;
  }
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-title {
    font-size: 16px;
  }
  .nf-campanhas .nf-content-cols-items .item-header .nf-image-fit .item-content .item-action a {
    padding: 3px 5px;
    font-size: 17px;
  }
  .newface-btn {
    font-size: 18px;
    padding: 8px 8px;
    white-space: normal;
  }
  .nf-servicos-complementares .nf-servicos-item-price {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
  }
  .nf-servicos-complementares .nf-servicos-item-price i {
    padding-right: 5px;
  }
  .map-link-locations {
    font-size: 13px;
  }
}
