/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
}

img {
  border: 0;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

@media print {
  * {
    text-shadow: none!important;
    color: #000!important;
    background: 0 0!important;
    box-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-times:before {
  content: "\f00d";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-phone:before {
  content: "\f095";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-mobile-phone:before {
  content: "\f10b";
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

h1,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-12,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-12,
.col-sm-4,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-xs-10,
.col-xs-12,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-10,
.col-xs-12,
.col-xs-6 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

@media (min-width:768px) {
  .col-sm-12,
  .col-sm-4,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }
}

@media (min-width:992px) {
  .col-md-12,
  .col-md-4,
  .col-md-6,
  .col-md-7,
  .col-md-8 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }
}

@media (min-width:1200px) {
  .col-lg-12,
  .col-lg-4,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #777;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  background-image: none;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.btn-primary:active {
  background-image: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

@media (min-width:768px) {
  .navbar-right {
    float: right;
    float: right!important;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.header{
  background-color:#fff;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}

.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.container:after,
.modal-footer:after,
.nav:after,
.row:after {
  clear: both;
}

.pull-right {
  float: right!important;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

.btn-default,
.btn-primary {
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn-default:active,
.btn-primary:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn:active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default:disabled {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image: -o-linear-gradient(top,#428bca 0,#2d6ca2 100%);
  background-image: linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary:active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-primary:disabled {
  background-color: #2d6ca2;
  background-image: none;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);

body {
  background: #fff;
  font-family: 'Open Sans',sans-serif;
}

.top-header {
  float: left;
  width: 100%;
  position: relative;
  background: #04194e;
  text-align: right;
  padding: 10px 0;
}

.top-header ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header ul li {
  float: left;
  margin: 0 10px 0 0;
}

@media (max-width:767px) {
  .top-header ul li {
    width: 100%;
    float: left;
    text-align: center;
  }
}

.top-header ul li span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 40px;
}

@media (max-width:767px) {
  .top-header ul li span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: .9em;
  }
}

.top-header ul li a {
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 0;
  padding: 0 2px;
}

.top-header ul li a:hover {
  color: #bba10b;
}

.top-header ul li a i.fa-mobile-phone {
  font-size: 1.2em;
}

@media (max-width:767px) {
  .top-header ul li a {
    width: 100%;
    text-align: center;
  }
}

.header {
  float: left;
  width: 100%;
  position: relative;
}

.header .logo img {
  margin: 5px 0;
}

@media (max-width:991px) {
  .header .logo img {
    margin: 26px 0 0;
  }
}

@media (max-width:767px) {
  .header .logo img {
    margin: 5px 0;
  }
}

.header .menu {
  padding: 0;
  float: left;
  margin: 0;
  width: 100%;
}

.header .menu ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

@media (max-width:767px) {
  .header .menu ul {
    display: none;
  }
}

.header .menu ul li {
  float: left;
  display: inline-block;
  margin: 0 2px;
}

.header .menu ul li a {
  color: #04194e;
  text-decoration: none;
  height: 102px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  display: table-cell;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

.header .menu ul li a:hover {
  color: #bba10b;
  border-bottom: 3px solid #bba10b;
  background: 0 0;
  border-radius: 0;
}

.header .mobile {
  float: right;
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
}

@media (max-width:767px) {
  .header .mobile {
    display: block;
  }
}

.header .mobile .navbar-right {
  position: relative;
  width: 100%;
  float: right;
}

.header .mobile .navbar-right i {
  color: #000;
  font-size: 2.6em;
  cursor: pointer;
  float: right;
  padding: 30px 10px 0;
}

@media (max-width:600px) {
  .header .mobile .navbar-right i {
    font-size: 2em;
    padding: 24px 10px 0;
  }
}

@media (max-width:480px) {
  .header .mobile .navbar-right i {
    padding: 15px 10px 0;
  }
}

.slider {
  float: left;
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: url(../img/slide/1.jpg) 0 0/cover no-repeat;
}

.slider:before {
  content: '';
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.slider h1 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 4.6em;
  margin: 20px 0 0;
  font-weight: 300;
}

@media (max-width:480px) {
  .slider h1 {
    font-size: 2em;
    margin: 50px 0 0;
  }
}

.slider p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 20px 0;
  font-weight: 300;
}

@media (max-width:480px) {
  .slider p {
    font-size: 1em;
  }
}

.empresa {
  float: left;
  position: relative;
  width: 100%;
  padding: 30px 0;
  background: #bba10b;
}

@media (max-width:767px) {
  .empresa {
    padding: 20px 0;
  }
}

.empresa h3 {
  float: left;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.empresa p {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 30px;
}

.empresa .row {
  margin: 20px 0;
}

.empresa img {
  margin: 10px 0 0;
}

.home-servicios {
  float: left;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  padding: 60px 0;
}

@media (max-width:767px) {
  .home-servicios {
    padding: 30px 0;
  }
}

.home-servicios h3 {
  float: left;
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid #bba10b;
  color: #04194e;
  text-align: center;
}

.home-servicios h4 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.home-servicios ul {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}

.home-servicios ul li {
  float: left;
  width: 100%;
  margin: 5px 10px;
}

.home-servicios ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #bba10b;
  font-size: .6em;
  float: left;
  margin: 5px 5px 0 0;
}

.home-servicios figure {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}

.home-servicios figure img {
  width: 100%;
  height: 240px;
}

.home-servicios figure .bxslider_carrozas {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-servicios figure .bxslider_carrozas li {
  float: left;
  width: 100%;
  margin: 0;
}

.home-servicios figure .bxslider_carrozas li:before {
  content: '';
  margin: 0;
}

.home-servicios figure figcaption {
  float: left;
  width: 100%;
  position: absolute;
  z-index: 10;
  background: #bba10b;
  bottom: 0;
  padding: 15px 0;
  height: 40px;
}

.home-servicios figure figcaption h4 {
  color: #fff;
  width: 100%;
  float: left;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 300;
  bottom: 0;
  margin: 0;
}

.home-servicios figure figcaption ul {
  float: left;
  list-style: none;
  opacity: 0;
  padding: 0 0 0 15px;
}

.home-servicios figure figcaption ul li {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
}

.home-servicios figure figcaption ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  color: #bba10b;
  font-size: .6em;
  float: left;
  margin: 5px 5px 0 0;
  position: absolute;
}

.home-servicios figure figcaption ul li small {
  color: #fff;
  float: left;
  font-size: 1em;
  margin: 0 13px;
  padding: 0;
}

.home-servicios figure figcaption .linehover {
  opacity: 0;
  border: 3px solid #bba10b;
  margin: 2% 34% 6%;
  float: left;
  width: 30%;
}

.home-servicios figure figcaption .div_btn {
  float: left;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  opacity: 0;
}

.home-servicios figure figcaption .div_btn .btn_urna {
  background: #bba10b;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 7px 17px;
}

.home-servicios figure:hover {
  cursor: pointer;
}

.home-servicios figure:hover figcaption {
  background: #04194e;
  height: 100%;
  padding: 20px 0;
}

.home-servicios figure:hover figcaption .div_btn,
.home-servicios figure:hover figcaption .linehover,
.home-servicios figure:hover figcaption ul {
  opacity: 1;
}

.home-servicios figure:hover figcaption h4 {
  font-size: 1.4em;
}

.convenios {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}

@media (max-width:767px) {
  .convenios {
    padding: 30px 0;
  }
}

.convenios h3 {
  float: left;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid #bba10b;
  color: #04194e;
  text-align: center;
}

.convenios p {
  float: left;
  width: 100%;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 30px;
}

.intro {
  float: left;
  width: 100%;
  margin: 0;
  background: #bba10b;
  padding: 30px 0;
}

.intro h1 {
  float: left;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 300;
}

.intro small {
  float: left;
  width: 100%;
  font-size: .7em;
}

.intro small a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.servicios {
  float: left;
  width: 100%;
  position: relative;
  padding: 60px 0;
  margin: 0;
}

@media (max-width:767px) {
  .servicios {
    padding: 30px 0;
  }
}

.servicios.gold {
  background: #816e05;
  color: #fff;
}

.servicios.blanco {
  background: #fff;
  color: #000;
}

.servicios h4 {
  text-transform: uppercase;
  padding-top: 50px;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 500;
}

.servicios p {
  line-height: 1.8;
  float: left;
  width: 100%;
  font-size: 1em;
}

.servicios a {
  text-transform: uppercase;
  padding: 7px 25px;
  float: left;
  text-align: center;
  margin: 20px 0 0;
  background: #fff;
  color: #000;
}

.servicios .bxslider_carrozas {
  float: left;
  width: 100%;
  list-style: none;
}

.servicios .bxslider_carrozas li {
  width: 100%;
  height: 400px;
  background-size: cover;
}

.servicios.urnas {
  float: left;
  width: 100%;
  background: #fff;
}

.servicios.urnas .block {
  float: left;
  width: 100%;
  border: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin: 15px 0;
}

.servicios.urnas .block .bxslider_urnas {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.servicios.urnas .block .bxslider_urnas li {
  width: 100%;
  height: 220px;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.servicios.urnas .block .bxslider_urnas li a {
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
  cursor: pointer;
  height: 100%;
}

.servicios.urnas .block h3 {
  font-size: 1em;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #bba10b;
}

.servicios.urnas .block h4 {
  font-size: 1em;
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.servicios.urnas .block .boton {
  float: left;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.servicios.urnas .block .boton .btn-solicitar {
  margin: 0 auto;
  background: #bba10b;
  color: #fff;
  padding: 7px 25px;
  text-align: center;
  font-size: .85em;
  text-transform: uppercase;
  border: 0;
}

.contacto {
  float: left;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #04194e;
}

@media (max-width:767px) {
  .contacto {
    padding: 30px 0;
  }
}

.contacto h3 {
  float: left;
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 3px solid #bba10b;
  color: #fff;
  text-align: center;
}

@media (max-width:767px) {
  .contacto h3 {
    margin: 0 0 20px;
  }
}

.contacto p {
  color: #fff;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width:767px) {
  .contacto p {
    padding-bottom: 15px;
  }
}

.contacto .info-contact {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.contacto .info-contact li {
  float: left;
  width: 100%;
}

.contacto .info-contact li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.contacto .info-contact li a i {
  font-size: 1em;
  margin-right: 10px;
  margin-bottom: 13px;
}

.contacto .info-contact li a i.fa-mobile-phone {
  font-size: 1.2em;
}

.contacto .info-contact li a:hover {
  color: #bba10b;
}

.contacto form input {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  height: 40px;
  margin-bottom: 10px;
}

.contacto form textarea {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  height: 110px;
}

.contacto form button {
  background: #0E9D27;
  border: 1px solid #139029;
  border-top: 1px solid #15C033;
  border-bottom: 1px solid #0B6B1C;
  border-radius: 1px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 7px 25px;
}

.contacto form button:hover {
  background: #0FB32B;
  border: 1px solid #0E9D27;
}

.sb-slidebar {
  background-color: #04194e!important;
  padding: 20px 0 0;
}

.sb-slidebar .sb-close i {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 1.6em;
  color: #084C73;
}

.sb-slidebar nav ul {
  float: left;
  margin: 30px 0 0;
  list-style: none;
  width: 100%;
  padding: 0;
}

.sb-slidebar nav ul li {
  float: left;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
}

.sb-slidebar nav ul li a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: .85em;
}

.sb-slidebar nav ul li a:hover {
  color: #fff;
}

footer {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: #04143a;
  margin: 0;
}

footer h3 {
  float: left;
  width: 100%;
  margin: 0;
  color: #929292;
  font-size: .8em;
  padding: 0;
  text-transform: uppercase;
  line-height: 1;
}

footer ul {
  list-style: none;
  float: right;
  padding: 0;
  margin: 0;
}

footer ul li {
  float: left;
  margin: 0 0 0 10px;
}

footer ul li a {
  width: 100%;
  float: left;
  color: #929292;
  margin: 0;
  padding: 0;
  text-decoration: none!important;
  font-size: .8em;
  line-height: 1;
  text-transform: uppercase;
}

footer ul li a:hover {
  color: #bba10b;
  border-bottom: 0;
}

.modal-ex {
  float: left;
  width: 100%;
  position: relative;
}

.modal-ex .modal h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal-ex .modal form input,
.modal-ex .modal form textarea {
  border-radius: 1px;
}

.modal-ex .modal form button {
  border: 1px solid #139029;
  border-top: 1px solid #15C033;
  border-bottom: 1px solid #0B6B1C;
  border-radius: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 7px 25px;
}

.modal-ex .modal form button.btn-send {
  background: #0E9D27;
  color: #fff;
}

.modal-ex .modal form button.btn-cancel,
.modal-ex .modal form button.btn-cancel:hover {
  background: #fff;
  color: #929292;
  border: 1px solid #ddd;
}

.modal-ex .modal form button:hover {
  background: #0FB32B;
  border: 1px solid #0E9D27;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

/** THEME
===================================*/

/* LOADER */

/* PAGER */

/* DIRECTION CONTROLS (NEXT / PREV) */

/* AUTO CONTROLS (START / STOP) */

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

/* IMAGE CAPTIONS */

/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html,
body,
#sb-site,
.sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */

/* ----------
 * 002 - Site
 */

#sb-site {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */

.sb-slidebar {
  width: 30%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */

  .sb-slidebar {
    width: 70%;
  }
}

@media (min-width: 481px) {
  /* Slidebar widths on small screens. */

  .sb-slidebar {
    width: 55%;
  }
}

@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */

  .sb-slidebar {
    width: 40%;
  }
}

@media (min-width: 992px) {
  /* Slidebar widths on large screens. */

  .sb-slidebar {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */

  .sb-slidebar {
    width: 20%;
  }
}

/* ---------------
 * 004 - Animation
 */

#sb-site,
.sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/* Overlay helper */

/* Title helper */

/*Retina graphics!*/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pull-right {
  float: right;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-times:before {
  content: "\f00d";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-phone:before {
  content: "\f095";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-mobile-phone:before {
  content: "\f10b";
}
