/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  background: url(../img/fnd_fiber.jpg);
}



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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


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

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

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: -90px;
}
/* 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;
}

.bg-text {
    padding: 2px 5px;

      /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

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

.marketing .icon_bg .glyphicon {
  color: #f8f8f8; 
  font-size: 6em; 
  display:block; 
  padding: 20px;
  background-color: rgb(66, 139, 202); 
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.86);
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.art-head  .col-md-3 h2 { font-size: 1.7em; color: #777 }

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

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

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


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

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

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

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 0px;
  }
}

/* lk styles */

.cleaner_h0 { clear: both; width: 100%; height: 0px; }
.cleaner_h1 { clear: both; width:100%; height: 10px; }
.cleaner_h2 { clear: both; width:100%; height: 20px; }
.cleaner_h3 { clear: both; width:100%; height: 30px; }
.cleaner_h4 { clear: both; width:100%; height: 40px; }
.cleaner_h5 { clear: both; width:100%; height: 50px; }
.cleaner_h6 { clear: both; width:100%; height: 60px; }

.dib {display: inline-block;}

.icon_sis { font-size: 0.5em; border-radius:0px;}
.icon_sis .glyphicon {border-radius:0px !important;}

.line_down { border-bottom: 1px solid #ccc}

.fl-r { float: right;}
.fl-l {float: left}

.ta-c {text-align: center}

.well-2 {  color: #ccc}
.green-cl { color: #F0AD4E }

.negro-gris {
  background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

}

.panel-heading { font-weight: bold; color: #555 !important}
/* lista  FFCC00 */
.sis_deta a { cursor: auto;}
.list-group-item .glyphicon {
  padding-right: 10px;
  color:    #F0AD4E;
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sis_deta .list-group-item {
    display: inline-block;
    float: left;
    width: 50%;
    margin-left: -1px;
  }
}

#galeria_1 .img-thumbnail:hover  {padding: 0px;  }

/* mapa */
.map_google iframe {
  width: 100%;
   height: 100%; 
   min-height: 300px; 
   overflow: hidden; 
   border: none;
}

/* food */
.item-contact { font-size: 14px}
.item-contact .glyphicon { margin-right: 5px; color: #F0AD4E; font-size: 16px}
.footer { 
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222222 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222222 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222222 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #222222 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    color: #f8f8f8;
    padding-top: 30px;
}
/* index soft */
.art-head .box-cont {
  background-color: #ffffff;
  border-radius:10px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .art-head .box-cont {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .dropdown-menu > li > a {
    color: #fff !important;
  }
  .dropdown-menu > li > a:hover {
    font-weight: bold;
  }
  .art-head .box-cont {
    height: 240px;
  }
}
/* form */
form h2 { color: #F0AD4E;}
