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

body {
  color: #5a5a5a;

  /* navegadores sin soporte */
  background: #E6E6E6;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, 0% 0%, 0% 100%, from(#FFF), to(#EEE));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(center, #FFF, #EEE);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(center, #FFF, #EEE);
  /* Opera 11.10+ */
  background: -o-radial-background(center, #FFF, #EEE);
  /* IE 10 */
  background: -ms-radial-background(center, #FFF, #EEE);
  /* estándar */
  background: radial-background(center, #FFF, #EEE);
}
footer{
  background: #444;
  color: #DDD;
  padding: 3em 0;
  text-align: center;
}

.transicion{
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.bg-white{
  background: #FFF;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
#inicio .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;
}


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

/* Carousel base class */
.carousel {
  height: 440px;
  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: 440px;
  background-color: #777;
  overflow: hidden;
}
.carousel-inner > .item > img {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  width: 100%;
}





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

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}
img{
  max-width: 100%;
}
.featurette .contiene-img{
  padding: .5em;
}
.contiene-img img{
  border-radius: 1em;
  box-shadow: 0 0 6px #555;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
.txt-izquierda{
  text-align: justify;
}
#empresa li{
  list-style: none;
}
#jardineria li,
#riego li
{
  list-style-image: url(../img/design/li.jpg);
}
.padding100{
  padding-left: 100px;
}

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

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
  background: #DDD;
  height: 1px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
iframe{
  border: 0;
  height: 315px;
  max-width: 560px;
  width: 100%;
}
.tel-container{
  width: 300px;
  padding-top: 1em;
}
.telefono{
  color: #999;
  font-size: 1.2em;
}
.telefono:hover{
  color: #FFF;
}

/* CONTACTO 
-------------------------------------------------- */

section.exito{
  color: #070;
  background: #DFD;
  border: dashed #070;
  border-radius: .5em;
  padding: .25em;
  text-align: center;
}
section.fail{
  color: #C00;
  background: #FCC;
  border: dashed #C00;
  border-radius: .5em;
  padding: .25em;
  text-align: center;
}
.contacto-ajuste{
}
input,
textarea,
.uneditable-input {
  width: 100%;
}

textarea {
  resize:none;
  height: 100px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 30px;

}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
input.search-query {
  background: #FFF url(../img/design/search.jpg) no-repeat right center;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 30px;
  width: 200px;
  padding-right: 20px;
  padding-right: 10px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}




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

@media (max-width: 1200px) {
  .carousel .item,
  .carousel 
  {
    height: 365px;
  }
}
@media (max-width: 992px) {
  .carousel .item,
  .carousel 
  {
    height: 280px;
  }
  .carousel-caption {
    padding-bottom: 0;
  }
  .carousel-indicators{
    bottom: 0;
  }
  .tel-container{
    width: 150px;
  }
}
@media (max-width: 768px) {
  .navbar-wrapper {
    position: relative;
  }
  .carousel .item,
  .carousel 
  {
    height: 230px;
  }
  .carousel {
    margin-top: -20px;
  }
  .carousel-caption p {
    display: none;
  }
  .carousel-caption h1{
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {

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

  /* 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;
  }

  /* 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: 25px;
  }
}
