p {
  font-size: 17px; }

h1, h2, h3 {
  font-family: 'Nyala W01 Regular';
  font-weight: normal; }

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(../img/background.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1; }

/* font-family:'Nyala W01 Regular'; */
.header {
  position: relative; }
  .header menu {
    height: 30px;
    border-bottom: 2px solid #204192;
    margin: 0;
    padding: 0;
    margin-top: 60px; }
  .header li {
    float: left;
    list-style: none; }
  .header a {
    font-family: 'Nyala W01 Regular';
    color: white;
    font-size: 17px;
    text-transform: uppercase; }
  .header .logo-top {
    position: absolute;
    top: 19px;
    margin-left: -44px;
    left: 50%; }
  .header .logo-bottom {
    position: absolute;
    top: 100px;
    margin-left: -125px;
    left: 50%; }
  .header .special {
    text-align: center;
    width: 330px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: white;
    font-family: 'Nyala W01 Regular';
    font-size: 23px;
    margin-top: 372px;
    height: 20px; }
  .header .featured {
    color: white;
    height: 100px;
    background: rgba(0, 0, 0, 0.3); }
    .header .featured h2 {
      font-weight: normal;
      font-size: 24px;
      margin: 10px 0px; }
    .header .featured p {
      font-size: 12px; }

.bar {
  background: #21459b;
  background: -moz-linear-gradient(top, #21459b 0%, #1d3b87 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21459b), color-stop(100%, #1d3b87));
  background: -webkit-linear-gradient(top, #21459b 0%, #1d3b87 100%);
  background: -o-linear-gradient(top, #21459b 0%, #1d3b87 100%);
  background: -ms-linear-gradient(top, #21459b 0%, #1d3b87 100%);
  background: linear-gradient(to bottom, #21459b 0%, #1d3b87 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21459b', endColorstr='#1d3b87',GradientType=0 );
  border-top: 1px solid #0a2059;
  height: 40px; }

.home-features h2 {
  color: #204192; }
.home-features ul {
  padding-left: 15px; }

.clientes-title {
  color: #204192;
  font-size: 30px;
  font-family: 'Nyala W01 Regular';
  text-align: center;
  text-transform: uppercase; }

.clientes {
  background: #fafafa;
  height: 100px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2); }

.quick-contact {
  height: 145px;
  background: black;
  color: white; }
  .quick-contact div {
    position: relative; }
  .quick-contact h3 {
    font-size: 30px;
    margin-bottom: 10px; }
  .quick-contact p {
    font-size: 14px; }
  .quick-contact input[type="text"], .quick-contact textarea {
    background: #666;
    border: none;
    padding: 4px;
    color: white;
    width: 100%;
    margin-bottom: 15px; }
  .quick-contact .mtop {
    margin-top: 20px; }
  .quick-contact input[type="submit"] {
    background: #204192;
    color: white;
    padding: 4px 10px;
    border: none;
    margin-right: 20px; }

.footer {
  height: 170px;
  background: #747474 url(../img/footer.jpg) left center no-repeat;
  color: white; }
  .footer .span4 {
    text-align: right;
    line-height: 110%; }
  .footer h2 {
    text-transform: uppercase; }
  .footer p {
    font-size: 14px; }
  .footer ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer ul li {
      float: left;
      margin-right: 15px;
      list-style: none; }
      .footer ul li a {
        color: white; }
