


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
/*
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}*/
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 60px;
}

/* ajustes del baner */


.carousel-caption {
  z-index: 10;
  height:150px;
}
.carousel .item {
  height: 250px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 250px;
}

/* BANNER-IN
-------------------------------------------------- */

.banerIn{
  height: 100px;
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.banerIn-caption {
  z-index:10;
}

.banerIn-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:100px;
}

 .carousel-caption h1{ font-weight:bold; text-shadow: 0.1em 0.1em 0.1em #000; font-size:2em;}
 .carousel-caption p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
  }
 

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 400px) {

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{

  background-color:#333333;
}
.navbar-wrapper .navbar {
  padding-right: 5px;
  padding-left: 5px;
  height:110px
}
.carousel {
    margin-top: 85px;
}
.carousel-caption h1{ font-weight:bold; text-shadow: 0.1em 0.1em 0.1em #000; font-size:1.3em;}

 /* ajustes del baner */
.carousel-caption {
  z-index: 10;
  height:180px;
  font-size:1em;
}
.carousel .item {
  height: 200px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
  height: 200px;
}
.btn-lg, .btn-group-lg > .btn
{
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
}


}



@media (min-width: 400px) {
.carousel-caption h1{ font-weight:bold; text-shadow: 0.1em 0.1em 0.1em #000; font-size:1.3em;}
 /* ajustes del baner */
.carousel-caption {
  z-index: 10;
  height:200px;
  font-size:12px
}
.carousel .item {
  height: 280px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
  height: 280px;
}

}
  

@media (min-width: 600px) {
.carousel-caption h1{ font-weight:bold; text-shadow: 0.1em 0.1em 0.1em #000; font-size:1.5em;}
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .featurette-heading {
    font-size: 20px;
  }
  

/* ajustes del baner */
.carousel-caption {
  z-index: 10;
  height:230px;
}
.carousel .item {
  height: 350px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
  height: 350px;
}

}
  


@media (min-width: 1024px) {
.carousel-caption h1{ font-weight:bold; text-shadow: 0.1em 0.1em 0.1em #000; font-size:2em;}
  .featurette-heading {
    margin-top: 120px;
  }
  /* ajustes del baner */
.carousel-caption {
  z-index: 10;
  height:320px;
}
.carousel .item {
  height: 500px;
  background-color: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
  height: 500px;
}
}






