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

body {
    color: white;
	background: -webkit-linear-gradient(60deg, white 20%, green 80%);
	background: -moz-linear-gradient(60eg, white 20%, green 80%);
	background: -ms-linear-gradient(60deg, white 20%, green 80%);
	background: -o-linear-gradient(60deg, white 20%, green 80%);
	background: linear-gradient(60deg, white 20%, green 80%);

}

/* CUSTOMIZE THE TOOL-BAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.tool-bar {
  position: relative;
  right: 15px;
  left: 15px;
}

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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.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;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* CUSTOMIZE THE MIDDLE-BAR
-------------------------------------------------- */

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

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

/* Carousel base class */
.carousel {
  height: 300px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

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

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


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

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

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


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

@media (min-width: 768px) {
  /* 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: 120px;
  }

}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 
 
 /*Planes*/
   .show-grid{
  margin-bottom:15px;
}
.show-grid [class^=col-]{
  padding-top:10px;
  padding-bottom:10px;

}
.plan{
	margin: 0 auto;
}
.plantitle{
	height: 40px;
	width: 100%;
	background-color: #222;
	color:#fff;
	text-align: center;
	margin-bottom:10px;
}
.plancontenido{
	width: 100%;
}
.planprecios{
	color:#fff;
	background-color: #999;
    height: 25px;
	width: 100%;
}
.precio{
	float:left;
	margin-left: 20px;
}
.valor{
	float:right;
	margin-right: 20px;
}

/*Footer*/

.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
    margin: 50px 0;
}

.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.share-group {
    float: right;
    margin: 18px 25px 0 0;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color:#FFFFFF!important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color:#FFFFFF!important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#socialShare {
    max-width:59px;
    margin-bottom:18px;
}

#socialShare > a{
    padding: 6px 10px 6px 10px;
}

@media (max-width : 320px) {
    #socialHolder{
        padding-left:5px;
        padding-right:5px;
    }
    
    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }
    
    #socialShare{
        margin-left:5px;
        margin-right:5px;
    }
    
    .mobile-social-share h3 {
        font-size: 15px;
    }
}

@media (max-width : 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }
}

.form{
	margin: 10px auto;
}

.h5{
	text-align: center;
}

.tool-bar-tit-1{
	position: relative;
	top: 0px;
	z-index: 20;
	font-family: Berlin Sans FB;
	color: green;
	background-color: white;
	width: 120px;
}

.tool-bar-tit-2{
	position: relative;
	top: 0px;
	left: 26px;
	z-index: 20;
	font-family: Berlin Sans FB;
	color: green;
	background-color: white;
	width: 120px;
}

.tool-bar-tit-3{
	position: relative;
	top: 0px;
	left: 26px;	
	z-index: 20;
	font-family: Berlin Sans FB;
	color: green;
	background-color: white;
	width: 120px;	
}

.tool-bar-tit-4{
	position: relative;
	top: 0px;
	left: 27px;
	z-index: 20;
	font-family: Berlin Sans FB;
	color: green;
	background-color: white;
	width: 120px;	
}

.tool-bar-tit-5{
	position: relative;
	top: 0px;	
	z-index: 20;
	font-family: Berlin Sans FB;
	color: green;
	background-color: white;
	width: 120px;	
}

.foot-color{
	position: relative;
	right: 15px;
	left: 15px;
}

.foot-color > .row .mobile-social-share > .col-md-4 > .col-md-9> .h6{
	color: black;
}

.h6, h6{
	color: black;
}

.logo{
	border-radius: 120px 0px 120px 0px;
	border: 1; 
	z-index: 99;
    max-width: 100%;
    height: auto;	
}

.img-square{
	border-radius: 40px 0px 40px 0px;
	height: 100px;
	width: 160px;
}

.img-square:hover{
	opacity: 0.3; 
	filter: alpha(opacity=30);
}

.logo-antelco{
	height: 60px;
	width: 160px;
}

.final{
	color: green;
	font-size: 40px;
}

.titulos-body{
	font-size: 70px;
}

.titulos-body-br{
	font-size: 40px;
}

.lead-br{
	font-size: 16px;
}

.agrotec-es{
	font-size: 18px;
}

.agrotec-dat{
	font-size: 18px;
}