html,
body {
    height: 100%;
}

/* General */
.text-right {
    text-align: right;
}
.hero-unit {
    padding: 35px;
}
.hero-unit h1 {
    font-size: 45px;
}
.hero-unit p {
    line-height: 26px;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}
#push,
#footer {
    height: 200px;
}
#footer {
    background-color: #222;
    border-top: 1px solid #000;
}
#footer .container ul {
  margin: 20px 0;
}
#footer .container ul > li {
  line-height: 24px;
}
#footer .container ul > li.sub-item {
  font-size: 12px;
  line-height: 18px;
}
#footer .container ul > li.sub-item > a {
  color: #999;
}
#footer .container ul > li.sub-item > a:hover {
  color: #ccc;
}
#footer .container address {
  margin: 23px 0 10px; 
}
#footer p {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
}
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }
    #footer .span3 {
      text-align: center;
    }
    #footer address {
      text-align: center;
    }
    #footer p {
      text-align: center;
    }
}

/* Header */
.masthead {
    margin: 20px auto 25px;
}
.logo {
    display: inline-block;
    margin-top: 15px;
}
@media (max-width: 767px) {
  .masthead .span6 {
    text-align: center;
  }
  .masthead .muted {
    display: none !important;
  }
}

/* Navbar */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 135px;
}
.navbar {
    -moz-box-shadow:    0 0 7px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
    box-shadow:         0 0 7px rgba(0,0,0,0.2);
}
.navbar .navbar-inner {
    padding: 0;
    background-color: #00458c;
    background-image: -moz-linear-gradient(top,#00569b,#003b81);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00569b),to(#003b81));
    background-image: -webkit-linear-gradient(top,#00569b,#003b81);
    background-image: -o-linear-gradient(top,#00569b,#003b81);
    background-image: linear-gradient(to bottom,#00569b,#003b81);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00569b',endColorstr='#ff003b81',GradientType=0);
    border: 1px solid #00569b;
}
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
}
.navbar .nav li.active a {
    background: #003b81;
    color: #fff;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(0,0,0,.3);
    color: #ccd1e5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}
.navbar .nav li a:hover, .navbar .nav li.active a:hover {
    color: #fff;
    background: #00569b;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}
@media (max-width: 979px) and (min-width: 768px) {
  .navbar .nav li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .navbar-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
  }
  .navbar .nav {
    margin: 0;
    display: block;
    width: 100%;
  }
  .navbar .nav li {
    display: block;
    width: 100%; 
    float: none;
  }
}

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}
.container > hr {
    margin: 30px 0;
}

/* Carousel */
.carousel {
    margin-bottom: 0;
}
.carousel .container {
    position: relative;
    z-index: 9;
}
.carousel-control {
    height: 80px;
    margin-top: 10px;
    font-size: 120px;
    color: #fff;
    background-color: transparent;
    border: 0;
    z-index: 10;
}
.carousel .item {
    height: 400px;
}
.carousel .tail {
    float: right;
}
.carousel .img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
    z-index: -6;
}
.carousel-caption {
    max-width: 550px;
    padding: 0 20px;
    left: 0;
    top: 150px;
    bottom: auto;
    background-color: transparent;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4); 
}
.carousel-caption h1 {
  font-size: 45px;
}
.carousel-caption .btn {
    margin-top: 10px;
}
.jumbotron {
    position: absolute;
    padding: 0 20px;
    left: 0;
    top: 125px;
    bottom: auto;
}
.jumbotron h1,
.jumbotron .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.jumbotron h1 {
    font-size: 45px;
}
.jumbotron .lead {
  max-width: 600px;
}
@media (max-width: 767px) {
  .jumbotron { 
    left: 0;
    top: 35px;
  }
  .jumbotron h1, .carousel-caption h1 {
    font-size: 25px;
  }
  .jumbotron .lead, .carousel-caption .lead {
    font-size: 16px; 
  }
  .carousel-caption {
    position: absolute !important;
    top: 35px;
  }
  .carousel-control {
    display: none;
  }
  .carousel .tail {
    position: absolute;
    right: 0;
    bottom: 0;
    float: none;
  }
  .carousel .btn-large {
    font-size: 15px;
  }
}

/* Content */


/* Other */
#map {
  height: 300px;
}
.aseguradoras {
    padding: 9px 19px;
    margin-bottom: 0;
    text-align: center;
}
.aseguradoras img {
    margin: 15px 20px;
}
.listas {
    cursor: pointer;
    margin-right: 10px;
}
.blue {
  color: #00458c;
}
.lead {
  font-size: 18px;
  line-height: 26px;
}
.thumbnails .span2:nth-child(6n+1), 
.thumbnails .span3:nth-child(4n+1), 
.thumbnails .span4:nth-child(3n+1), 
.thumbnails .span6:nth-child(2n+1),
.thumbnails .span12 { margin-left: 0; }


#ahorroCorp, #autos, #caucion, #vida , #rie , #lin_ind {
    display: none;
}

.span4 .thumbnail {
    margin-bottom: 25px;
    
}

#comp .thumbnail {
    height:250px;
    
}

/* uasabi */
#uasabi {
  float: right;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  color: #999;
  font-size: 11px;
  line-height: 15px;
}
#uasabi:hover {
  color: #679a40;
  text-decoration: none;
}


#proCloud {
    background: url("/img/carousel-industrial.jpg") center center no-repeat;
    background-size: cover;
}

#proCloud .multicotizador {
    padding: 20px 5% 0;
    background: rgba(0,0,0,0.4);
}

#carousel {
    display: none;
}