/*******************************/
/* Middle */
/*******************************/
#middle {
  padding-top: 0;
}

/* Carrusel */
#banner-principal {
  padding: 0 !important;
}

.carousel-control {
  width: 5% !important;
  background-image: none !important;
}

/* Intro */
#intro {
  margin-bottom: 35px;
  padding: 30px;
  border-left: 5px solid #1244A1;
  color: #FFF;
  font-size: 18px;
  line-height: 140%; 
  background: #00ACF5;
}

#intro strong {
  font-weight: 400;
  color: #FFF;
}

/* Productos - Proyectos */
#productos-proyectos {}

#productos-proyectos p {
  margin-bottom: 20px;
}

/* Nuestros productos */
#nuestros-productos p.mas-productos {
  margin: 12px 0 0 0;
}

#nuestros-productos p.mas-productos a{
  font-size: 12px;
}

#nuestros-productos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nuestros-productos ul li {
  text-align: center;
  line-height: 120%;
  font-size: 13px; 
  text-align: center;
}

#nuestros-productos a {
  font-size: 15px;
  font-weight: 500;
}

#nuestros-productos img {
  margin: 10px 0;
}

#nuestros-productos ul li span a {
  font-weight: 300;
  font-size: 13px;
}

/* Proyectos */
#banner-proyectos {
  padding: 0 !important;
  padding-bottom: 30px !important;
}

#banner-proyectos .carousel-inner .item img {
  margin: 0 auto !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#banner-proyectos .carousel-indicators { bottom: -35px; }
#banner-proyectos .carousel-indicators li { border: 1px solid #FFA64D; }
#banner-proyectos .carousel-indicators .active { background-color: #FFA64D; }

#banner-proyectos .carousel-caption {
  bottom: 0;
  left: 3px;
  width: 450px;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  text-shadow: none;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: rgba(0, 0, 0, .6);
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }