/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../img/bg-of-01.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: url('../img/gem.png') no-repeat left bottom fixed;*/
}

#empresa {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../img/bg-of-01.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background: url('../img/gem.png') no-repeat left bottom fixed;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom:1em;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
	border-top: 1px solid #ddd;
  /*padding-top: 19px;*/
  color: #ccc;
  border-top: 1px solid #ccc;
  width:100%;
}

.footer ul, li{
    color:#666;
  }

/* Customize container */

@media (min-width: 768px) {
  .container {
    max-width: 730px;
	background-color:#fff;
	border-radius:0.5em;
  }
}

@media only screen and (max-width : 240px){
  .container {
    max-width: 240px;
	background-color:#fff;
	border-radius:0.5em;
  }
}


.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom:1em;
  background:#4F8698 url('../img/005.jpg') center center no-repeat;
}

#empresa .jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom:1em;
  background:#4F8698 /*url('../img/005.jpg') center center no-repeat*/;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.jumbotron h1{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  /*margin-bottom:1em; #CFEDFC*/
  color:#fff;
}

.jumbotron h2{
  text-align: center;
  color:#CFEDFC;
}

.jumbotron p{
  text-align: center;
  /*border-bottom: 1px solid #e5e5e5;*/
  margin-bottom:1em;
  color:#222;
  font-size: 0.8em;
  font-weight:normal;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer ul, li{
    color:#666;
	
  }
  
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* modal */
.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
