
/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.agricultura {
	margin-top:-10px;


}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */



.baja {
	padding-top:30px;
 
}


#bannermercados {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 300px;
    width: 100%;
	background-image:url("../images/fdomercados2.jpg");
}


#bannercontacto {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 300px;
    width: 100%;
	background-image:url("../images/limoncontacto.jpg");

}

#bannerquienes {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 300px;
    width: 100%;
	background-image:url("../images/uvasquienes.jpg");
}

#banneragricultura {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 300px;
    width: 100%;
	background-image:url("../images/campo3.jpg");
}

#bannerproductos {

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 300px;
    width: 100%;
	background-image:url("../images/fondoprods.jpg");
}

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

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

.box {
    border: 1px solid rgba(144, 144, 144, 0.25);
    border-radius: 4px;
    margin: 40px 20px;
    padding: 20px;
    width: 29.58%;
	background:#fff;
}

.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.icon-background1 {
    color: #ffc0ff;
}

.icon-background2 {
    color: #ffffc0;
}

.icon-background3 {
    color: #c0ffff;
}

.icon-background4 {
    color: #c0ffc0;
}

.icon-background6 {
    color: #40c040;
}

.icon-background5 {
    color: green;
}

.circle-icon2 {
    background: #ffc0c0;
    padding:30px;
    border-radius: 50%;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */



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

@media (min-width: 768px) {

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

  /* Navbar positioning foo */
  .navbar-wrapper {
    padding-top: 30px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* 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;
  }
    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
    }
	

}


    /* Extra Small Devices, Phones */ 
	@media (max-width: 768px) {

		  .marcalogo {
			 	width:220px;
			  float:left;
        	
    } 
	   
 .pull-right {
        float: left !important;
    }
.navbar-nav {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 15px;
    text-transform: uppercase;
	 }