@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*=================    Reset Style    ====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*=================    Body    =====================*/
body {
  font-family: 'EBGaramond', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
/*===============    elements default  ================*/
/*=========    @font-face import fonts  ============*/
@font-face {
  font-family: 'ebgaramond';
  src: url('../fonts/garamond/ebgaramond/ebgaramond-webfont.eot');
  src: url('../fonts/garamond/ebgaramond/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/garamond/ebgaramond/ebgaramond-webfont.woff') format('woff'), url('../fonts/garamond/ebgaramond/ebgaramond-webfont.ttf') format('truetype'), url('../fonts/garamond/ebgaramond/ebgaramond-webfont.svg#ebgaramond-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ebgaramondsc';
  src: url('../fonts/garamond/ebgaramondsc/ebgaramondsc-webfont.eot');
  src: url('../fonts/garamond/ebgaramondsc/ebgaramondsc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/garamond/ebgaramondsc/ebgaramondsc-webfont.woff') format('woff'), url('../fonts/garamond/ebgaramondsc/ebgaramondsc-webfont.ttf') format('truetype'), url('../fonts/garamond/ebgaramondsc/ebgaramondsc-webfont.svg#ebgaramondsc-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald-bold';
  src: url('../fonts/oswald/oswald-bold/oswald-bold-webfont.eot');
  src: url('../fonts/oswald/oswald-bold/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-bold/oswald-bold-webfont.woff') format('woff'), url('../fonts/oswald/oswald-bold/oswald-bold-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-bold/oswald-bold-webfont.svg#oswald-bold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald-light';
  src: url('../fonts/oswald/oswald-light/oswald-light-webfont.eot');
  src: url('../fonts/oswald/oswald-light/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-light/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald/oswald-light/oswald-light-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-light/oswald-light-webfont.svg#oswald-light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald-regular';
  src: url('../fonts/oswald/oswald-regular/oswald-regular-webfont.eot');
  src: url('../fonts/oswald/oswald-regular/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-regular/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald/oswald-regular/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-regular/oswald-regular-webfont.svg#oswald-regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald-stencil';
  src: url('../fonts/oswald/oswald-stencil/oswald-stencil-webfont.eot');
  src: url('../fonts/oswald/oswald-stencil/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald/oswald-stencil/oswald-stencil-webfont.woff') format('woff'), url('../fonts/oswald/oswald-stencil/oswald-stencil-webfont.ttf') format('truetype'), url('../fonts/oswald/oswald-stencil/oswald-stencil-webfont.svg#oswald-stencil-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*=================    Style    ====================*/
.container {
  max-width: 940px;
  padding: 0;
}
header {
  background-color: #F8F8F8;
  min-height: 60px;
}
header .row .col-sm-2 {
  padding: 0;
}
header .row .col-sm-10 {
  padding: 0;
}
header .logo {
  float: left;
  width: 100px;
}
header .menu {
  float: left;
  max-width: 540px;
  height: 60px;
  padding: 8px 0 0;
  margin-left: 28px;
}
header .menu .navbar-menu .navbar-toggle {
  border: 1px solid #fff;
}
header .menu .navbar-menu .icon-bar {
  background-color: #fff;
}
header .menu ul li {
  text-align: center;
  font-family: 'ebgaramond', sans-serif;
  margin-right: 12px;
  letter-spacing: 1px;
}
header .menu ul li:last-child {
  margin-right: 0px;
}
header .menu ul li a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #181818;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 10px 12px;
}
header .menu .nav > li > a:hover,
header .menu .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
header .contact {
  float: left;
  width: 265px;
  height: 60px;
  padding: 15px 0 0;
}
header .contact strong {
  font-family: 'oswald-regular', sans-serif;
  color: #BFBFBF;
  font-size: 18px;
  letter-spacing: 0.2px;
}
header .contact strong span {
  color: #C7C80A;
}
.home {
  background: url(../img/banners/banner-home.jpg);
  /*background-color: #484848;*/
  min-height: 652px;
  overflow: hidden;
}
.home .form-default {
  margin-top: 188px;
}
.home .form-default .title h1 {
  letter-spacing: 0;
}
.home .text-in {
  margin-top: 100px;
  margin-bottom: 70px;
}
.home .text-in h1 {
  font-family: 'oswald-regular', sans-serif;
  font-size: 50px;
  color: #F5F30B;
  text-transform: uppercase;
}
.home .text-in p {
  font-family: 'ebgaramond', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
}
.home .text-out {
  margin-bottom: 40px;
}
.home .text-out h2 {
  font-family: 'oswald-regular', sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
  color: #F5F30B;
  text-transform: uppercase;
}
.home .text-out p {
  font-family: 'ebgaramond', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}
.passivos {
  background-color: #EEEDF2;
  padding: 60px 0;
}
.passivos .row .col-sm-6 {
  padding: 0;
}
.passivos .box-text {
  padding: 25px 0;
}
.passivos .box-text.one {
  border-right: 1px solid #ADB1B4;
  padding: 25px 30px;
  text-align: right;
}
.passivos .box-text.two {
  border-left: 1px solid #ADB1B4;
  padding: 25px 30px;
}
.passivos .box-text h1 {
  color: #b9ae00;
  font-family: 'oswald-regular', sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 1.2px;
}
.passivos .box-text h2 {
  color: #b9ae00;
  font-family: 'oswald-regular', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin: 15px 0 10px 0;
}
.passivos .box-text p {
  font-family: 'ebgaramond', sans-serif;
  font-size: 17px;
  line-height: 22px;
  margin: 12px 0;
}
.revisao {
  background: url(../img/banners/bg-servicos.jpg);
  /*background-color: #50311D;*/
  width: 100%;
}
.revisao .box-main {
  padding: 88px 0 0;
}
.revisao .box-main .box-group {
  margin-bottom: 88px;
}
.revisao .box-main .box-group:before {
  content: '';
  display: block;
}
.revisao .box-main .box-group:after {
  content: '';
  display: table;
  clear: both;
}
.revisao .box-main .box-group .title {
  margin-bottom: 34px;
}
.revisao .box-main .box-group .title h1 {
  color: #FBFF14;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'oswald-regular', sans-serif;
  letter-spacing: 1px;
}
.revisao .box-main .box-group .title .border {
  height: 5px;
  border: 1px solid #FBFF14;
  background-color: transparent;
  max-width: 445px;
}
.revisao .box-main .box-group .box-column {
  width: 445px;
  height: 200px;
  background-color: #fff;
  display: table;
}
.revisao .box-main .box-group .box-column .photo {
  width: 400px;
  height: 200px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* inline-block com ie 7 */
  vertical-align: top;
}
.revisao .box-main .box-group .box-column .text {
  width: 242px;
  height: 200px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* inline-block com ie 7 */
  vertical-align: top;
  padding: 18px 20px 0 30px;
}
.revisao .box-main .box-group .box-column .text h1 {
  color: #777B7A;
  font-size: 22px;
  font-family: 'oswald-regular', sans-serif;
  margin: 0 0 10px;
}
.revisao .box-main .box-group .box-column .text p {
  color: #777B7A;
  font-size: 16px;
  font-family: 'ebgaramond', sans-serif;
  line-height: 20px;
  height: 120px;
  overflow: hidden;
}
.revisao .box-main .box-group .box-text {
  padding: 4px 0px 0 74px;
}
.revisao .box-main .box-group .box-text h1 {
  color: #fff;
  font-size: 18px;
  font-family: 'oswald-regular', sans-serif;
  margin: 0 0 3px;
  letter-spacing: 0.2px;
}
.revisao .box-main .box-group .box-text p {
  color: #fff;
  font-size: 18px;
  font-family: 'ebgaramond', sans-serif;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.revisao .box-main .box-group .box-text a {
  color: #FBFF14;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ebgaramond', sans-serif;
  letter-spacing: 0.6px;
}
footer {
  width: 100%;
  background-color: #000;
  padding: 28px 0;
  overflow: hidden;
}
footer .address .logo {
  margin-bottom: 26px;
}
footer .address h1 {
  color: #fff;
  font-family: 'oswald-regular', sans-serif;
  font-size: 19px;
}
footer .address h2 {
  color: #fff;
  font-family: 'oswald-regular', sans-serif;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 3px 0 12px;
}
footer .address p {
  color: #fff;
  font-size: 18px;
  font-family: 'ebgaramond', sans-serif;
  letter-spacing: 0.2px;
}
footer .address .btn-back-site {
  background: url(../img/common/btn-back-site.png) no-repeat center center;
  width: 175px;
  height: 65px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* inline-block com ie 7 */
  outline: 0;
  text-decoration: none;
  margin: 22px 0 0;
}
footer .address .logo-frates {
  margin: 23px 0 0;
}
.form-default {
  padding: 6px 7px 0 80px;
}
.form-default .title {
  margin-bottom: 19px;
}
.form-default .title h1 {
  color: #FBFF14;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'oswald-regular', sans-serif;
  letter-spacing: 1px;
}
.form-default .row .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.form-default .row .col-md-12 {
  padding-left: 8px;
  padding-right: 8px;
}
.form-default .fields .input-text {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  background-color: #fff;
  border: 1px solid transparent;
  outline: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 15px;
}
.form-default .fields .input-text:focus {
  border: 1px solid #FBFF14;
}
.form-default .fields .input-text:-moz-placeholder {
  color: #999999;
  font-family: 'ebgaramond', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.form-default .fields .input-text::-moz-placeholder {
  color: #999999;
  font-family: 'ebgaramond', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.form-default .fields .input-text:-ms-input-placeholder {
  color: #999999;
  font-family: 'ebgaramond', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.form-default .fields .input-text::-webkit-input-placeholder {
  color: #999999;
  font-family: 'ebgaramond', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.form-default .fields textarea.input-text {
  height: auto;
}
.form-default .fields .btn-send {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #B7A900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  font-family: 'oswald-regular', sans-serif;
  font-size: 24px;
  outline: 0;
  padding: 10px 0;
}
.ComboSelect {
  background-color: #fff;
  background-image: url(../assets/customSelect/img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% 15px;
  color: #999999;
  font-size: 16px;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
}
.ComboSelect .customSelectInner {
  color: #999999;
  font-style: italic;
  font-size: 16px;
}
