/******************************************
  PLUGINS
******************************************/

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/

.flexslider {
  margin: 0 0 60px;
  background: white;
  border: 4px solid white;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */

/*.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
/* Control Nav */

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: black;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222222;
  color: white;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  
  }
}
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.1, built on 2014-08-22 4:55:09 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block {
  margin-bottom: 0;
}
.bv-form .tooltip-inner {
  text-align: left;
}
.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}
/******************************************
  GENERAL STYLES
******************************************/

body {
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.flexslider {
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
* {
  -webkit-font-smoothing: antialiased;
}
/* GENERAL CLASSES ----------------------*/

.container {
  width: 100% !important;
  max-width: 1180px !important;
}
.navbar-nav > li {
  float: left !important;
}
.navbar-nav > li > a.btn {
  padding: 0 35px;
  color: #e2e2e3;
  font-size: 20px;
  text-indent: 10px;
}
.navbar-nav > li > a.btn:hover,
.navbar-nav > li > a.btn:focus {
  color: white;
  background-color: transparent;
}
.btn-kit {
  margin-left: 15px;
  background: url('../img/bg-btn-kit.png') 0 center no-repeat;
}
.navbar-nav > li > a.btn-kit {
  padding: 0 43px;
  text-align: center;
}
.btn-contact {
  background: url('../img/bg-btn-contact.png') 0 center no-repeat;
}
/* HEADER -------------------------------*/

#head {
  overflow: hidden;
  margin-bottom: 0;
  min-height: 86px;
  border-bottom: 1px solid #fdfdff;
  background: #fdfdff;
  background-image: -webkit-linear-gradient(top, #fdfdff 0%, #afafb0 100%);
  background-image: linear-gradient(to bottom, #fdfdff 0%, #afafb0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdff', endColorstr='#ffafafb0', GradientType=0);
  background-size: 100% 60%;
  background-position: bottom center;
}
#head .navbar-header h1 {
  position: relative;
  margin: 0;
  height: 85px;
}
#head .navbar-header h1:before,
#head .navbar-header h1:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 25px;
}
#head .navbar-header h1:before {
  float: left;
  border-right: 1px solid #fdfdff;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(175, 175, 176, 0) 0%), color-stop(#afafb0 100%));
  background-image: linear-gradient(to right, rgba(175, 175, 176, 0) 0%, #afafb0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afafb0', endColorstr='#ffafafb0', GradientType=1);
}
#head .navbar-header h1:after {
  float: left;
  border-left: 1px solid #fdfdff;
  background-image: -webkit-linear-gradient(left, color-stop(#afafb0 0%), color-stop(rgba(175, 175, 176, 0) 100%));
  background-image: linear-gradient(to right, #afafb0 0%, rgba(175, 175, 176, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffafafb0', endColorstr='#00afafb0', GradientType=1);
}
#head .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
  height: 85px;
  border: 1px solid #afafb0;
  border-bottom: 0;
  border-top: 0;
}
#head .nav {
  position: relative;
  left: -25px;
  height: 85px;
}
#head .nav:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
  width: 507px;
  background-image: -webkit-linear-gradient(top, #afafb0 0%, rgba(175, 175, 176, 0) 100%);
  background-image: linear-gradient(to bottom, #afafb0 0%, rgba(175, 175, 176, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffafafb0', endColorstr='#00afafb0', GradientType=0);
  background-size: 100% 50%;
  background-position: top center;
}
#head .nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 85px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#head .nav > li:nth-child(1) a,
#head .nav > li:nth-child(2) a,
#head .nav > li:nth-child(3) a {
  background: url("../img/nav-divider.png") center right no-repeat;
  color: #6c6c6c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-style: normal;
  font-variant: normal;
}
#head .nav > li:nth-child(1) a:hover,
#head .nav > li:nth-child(2) a:hover,
#head .nav > li:nth-child(3) a:hover,
#head .nav > li:nth-child(1) a:focus,
#head .nav > li:nth-child(2) a:focus,
#head .nav > li:nth-child(3) a:focus {
  color: #ec2028;
}
/* MAIN -------------------------------*/

.flexslider .slides > li {
  position: relative;
}
.flexslider .flex-control-nav {
  bottom: 10px;
}
.flexslider .flex-control-nav li a {
  position: relative;
  width: 30px;
  height: 30px;
  background: rgba(175, 175, 176, 0.5);
}
.flexslider .flex-control-nav li a:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  border: 1px solid black;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #afafb0;
}
.flexslider .flex-prev,
.flexslider .flex-next {
  position: absolute;
  top: 50%;
  margin-top: -57px;
  display: block;
  overflow: hidden;
  height: 114px;
  width: 45px;
  background: url('../img/btn-arrow.png') left center no-repeat;
  text-indent: -999em;
}
.flexslider .flex-prev {
  left: 25px;
  background-position: left center;
}
.flexslider .flex-next {
  right: 25px;
  background-position: right center;
}
.flexslider .slider-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.flexslider .slider-txt p {
  margin-bottom: 30px;
  line-height: 0.9;
}
.flexslider .slider-txt p .small,
.flexslider .slider-txt p strong {
  display: block;
  color: white;
  text-shadow: 1px 1px 0 black;
  text-align: center;
}
.flexslider .slider-txt p .small {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.flexslider .slider-txt p strong {
  font-size: 80px;
  font-weight: 600px;
}
.flexslider .slider-txt .btn {
  padding: 10px 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  background: #ec2028;
  color: white;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.flexslider .slider-txt .btn:hover,
.flexslider .slider-txt .btn:focus {
  background: #c81118;
}
#que-es-mobility {
  padding: 50px;
  background: #686869;
}
#que-es-mobility h2 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #cacaca;
  font-size: 60px;
  font-weight: 400;
  border-bottom: 1px solid #515152;
  -webkit-box-shadow: 0 1px 0 #8c8c8d;
  -moz-box-shadow: 0 1px 0 #8c8c8d;
  box-shadow: 0 1px 0 #8c8c8d;
}
#que-es-mobility p {
  color: white;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.5;
}
#autos-adaptados {
  padding: 50px;
  background: #fdfdff;
}
#autos-adaptados h3 {
  margin-bottom: 40px;
  color: #686869;
  font-size: 50px;
  font-weight: 400;
}
#autos-para-familias {
  padding-bottom: 50px;
  background: #fdfdff;
}
#autos-para-familias h4 {
  padding: 40px;
  margin-bottom: 40px;
  background: #686869;
  color: #cacaca;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}
.gallery {
  padding: 0;
}
.gallery li {
  display: inline-block;
  margin: 2px;
  width: 262px;
  white-space: nowrap;
}
.fancybox-overlay {
  background: transparent;
}
.fancybox-skin {
  padding: 3px !important;
  background: #686869;
}
.fancybox-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 15px black;
  -moz-box-shadow: inset 0 0 15px black;
  box-shadow: inset 0 0 15px black;
}
.fancybox-close {
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  border: 0;
  background: #686869;
  color: white;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0 black;
  line-height: 40px;
}
.fancybox-close:before {
  content: 'X';
}
.fancybox {
  position: relative;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.fancybox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(108, 108, 108, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.fancybox img {
  width: 100%;
}
.fancybox:hover:after,
.fancybox:focus:after {
  background: rgba(108, 108, 108, 0);
}
.modal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  background: #ec2028;
  color: white;
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
}
#video1 iframe,
#video2 iframe {
  width: 560px;
  height: 315px;
  border: 0;
}
#contacto .modal-title {
  color: #6c6c6c;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
#contacto .modal-body {
  background: #d47f1d;
}
#contacto fieldset {
  margin-bottom: 10px;
}
#contacto fieldset a {
  color: black;
}
#contacto legend {
  color: white;
}
#contacto .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contacto .form-control:focus {
  border: 0;
  background: #e2e2e3;
}
#contacto .input-group {
  width: 100%;
}
#contacto .help-block {
  color: white;
}
#contacto input.btn {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border: 0;
  background: #6c6c6c;
  color: white;
  font-size: 20px;
  font-weight: 30;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#contacto input.btn:hover,
#contacto input.btn:focus {
  background: #f89827;
}
/* FOOTER -------------------------------*/

#footer {
  padding-top: 50px;
  background: url('../img/footer.png') center top no-repeat;
  background-size: 100% auto;
}
#footer .footer-top {
  border-bottom: 2px solid #33363c;
  background: #50535e url('../img/footer-shadow.png') center 30px no-repeat;
  text-align: center;
}
#footer .footer-top img {
  margin-bottom: 10px;
}
#footer .footer-top img:first-child {
  margin-bottom: 50px;
}
#footer .footer-bottom {
  position: relative;
  padding: 20px 0 0;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #4b4d55;
  background: #33363c;
  color: white;
  font-size: 11px;
}
#footer .footer-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-linear-gradient(top, #202225 0%, rgba(32, 34, 37, 0) 100%);
  background-image: linear-gradient(to bottom, #202225 0%, rgba(32, 34, 37, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff202225', endColorstr='#00202225', GradientType=0);
}
#footer .footer-bottom p {
  color: white;
  font-size: 11px;
}
#footer .footer-bottom p strong {
  text-transform: uppercase;
}
#footer .footer-bottom p a {
  color: white;
}
#footer .footer-bottom .accesibility {
  display: block;
  margin: -18px auto 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  
}
