@import url('https://fonts.googleapis.com/css?family=Asap|Poppins');
body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #76a924;
  margin-bottom: 30px;
}

hr.light {
  border-color: white; }

a {
  color: #76a924;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:focus, a:hover {
    color: #76a924; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
}
p span, li span{
  font-weight: 700;
  color: #000;
}
.section p{
  text-align: justify;
}
.section .col-md-4{
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
.small-title p{
  text-transform: uppercase;
  text-align: center;
  color: #80bb01;
  font-weight: 700;
  letter-spacing: 3px;
  position: sticky;
}
.small-title p:after{
  background:#80bb01;
  content:"";
  height:1px;
  right:20px;
  position:absolute;
  top:8px;
  width:38px;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out
}
.small-title p:before {
  background: #80bb01;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  top: 8px;
  width: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px; }

.bg-primary {
  background-color: #76a924 !important; }

.bg-default {
  background-color: #fafafa !important; }

.bg-dark {
  color: white;
  background-color: #222222 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 100px 0; }
.section {
  padding: 50px 0; }
.section-heading {
  margin-top: 0;
}
#about{
  padding:0px;
}
#about .bg-primary{
  padding:100px 0px;
}
::-moz-selection {
  color: white;
  background: transparent;
  text-shadow: none; }

::selection {
  color: white;
  background: transparent;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #f1f1f1; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #61922f;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    background: url(../img/logo.png) no-repeat;
    height: 45px;
    width: 280px;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #76a924; }
  #mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    padding:0px 15px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
  }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
      color: #c3c762; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #c3c762 !important;
      background-color: transparent;
      line-height: 40px;
    }
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: #61922f; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: white; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        border-bottom:1px solid #ccc;
        background-color: #eef6d6; }
        #mainNav.navbar-shrink .navbar-brand {
          background: url(../img/logo2.png) no-repeat;
        }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #c3c762; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #6c6d59; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #c3c762; }
  }
header.masthead {
  height: 100%;
  /* max-height: 600px; */
  width: 100% !important;
  background-color: hsla(200,40%,30%,.4);
  background-image:
          url('../img/slider/agroset-software-1.jpg');
  background-repeat: repeat-x;
  background-position:
          0 20%,
          0 95%,
          0 0,
          0 100%,
          0 0;
  background-size:
          2500px,
          800px,
          500px 200px,
          1000px,
          400px 260px;
  animation: 50s para infinite linear;
}

@keyframes para {
  100% {
    background-position:
            -5000px 20%,
            -800px 95%,
            500px 0,
            1000px 100%,
            400px 0;
  }
}/*
header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: white;
  background-image: url("../img/slider/agroset-software-1.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }*/
  header.masthead .header-content {
    /*background: rgba(0,0,0,0.8);*/
    background: url("../img/pattern.png");
    position: relative;
    width: 100%;
    align-items: center;
    display: inline-flex;
    height: 100%;
    text-align: center; }
    header.masthead .header-content .header-content-inner h1 {
      font-size: 30px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      color: #FFF;
      text-transform: uppercase; }
    header.masthead .header-content .header-content-inner hr {
      margin: 30px auto; }
    header.masthead .header-content .header-content-inner p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 50px;
      color: rgba(255, 255, 255, 0.7); }
  @media (min-width: 768px) {
    header.masthead {
      height: 100%;
      min-height: 600px; }
      header.masthead .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.masthead .header-content .header-content-inner {
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto; }
          header.masthead .header-content .header-content-inner h1 {
            font-size: 50px; }
          header.masthead .header-content .header-content-inner p {
            font-size: 18px;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto; } }
.service-box h3{
  margin:20px 0;
}
.service-box img{
  border-radius: 100%;
  border:1px solid #f1f1f1;
  padding: 10px;
  background: #fafafa;
  transition-property: background;
  transition-duration: .3s, 1s;
  transition-timing-function: linear;
}
.service-box img:hover{
  background: #82cb5a;
  border:1px solid #b9f98e;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
.map iframe{
  position: absolute;
  right: 0px;
  width: 700px;
  height:600px;
}
@media (min-width: 1700px){
  .map iframe{
    width: 900px;
    height:600px;
  }
}
@media (max-width: 1280px){
  .map iframe{
    position: absolute;
    right: 0px;
    width: 600px !important;
    height:500px !important;
  }
}
@media (max-width: 1100px){
  .section .col-md-4{
    display: inline;
  }
  .small-title p{
    position:sticky;
  }
  .section p{
    padding:0px 15px;
  }
  #mainNav .navbar-brand {
    width: 200px;
  }
  .map-box{
    height:auto !important;
  }
  .map{
    position: relative !important;
    padding: 30px 0;
    margin: 0px;
    clear: both;
    width: 100%;
    padding: 0px;
  }
  .col-sm-12{
    max-width: 100% !important;
    flex: auto;
  }
  .map iframe{
    width: 100% !important;
    height: 600px !important;
    position: relative !important;
  }
  .map-box{
    height:auto;
  }
  .content-box{
    height: auto !important;
  }
  .bg-img{
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }
  .texto{
    position: relative !important;
    width: 100% !important;
    left:0px !important;
  }
  .carousel-inner img{
    width: 100%;
  }
}
@media (max-width: 678px){
  #AliadosAgroset{
    padding:0px 15px;
  }
  #AliadosAgroset .carousel-item .col-sm-3{
    width: 50% !important;
  }
  .col-item{
    margin-bottom: 5px;
  }
}
  @media (min-width: 992px) {
    .service-box {
      margin: 20px auto 0; } }
  .service-box p {
    margin-bottom: 0; }
 .content-box{
   height: 650px;
   clear: both;
   background: #fafafa;
 }
.bg-img{
  position: absolute;
  display: inline-block;
  width: 50%;
  height:650px;
}
.texto{
  padding: 30px;
  position: absolute;
  width: 40%;
  left: 55%;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(240, 95, 64, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.call-to-action {
  padding: 50px 0; }
  .call-to-action h2 {
    margin: 0 auto 20px; }

.text-primary {
  color: #76a924 !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
.map-box{
  height: 600px;
}

.form-group{
  width: 90%;
  position: relative;
  margin-bottom: 0px !important;
}
.btn-default {
  color: #222222;
  border-color: white;
  background-color: white; }
  .btn-default.focus, .btn-default:focus {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #e6e6e6; }
  .btn-default:hover {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
  .btn-default.active, .btn-default:active,
  .open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle:hover {
      color: #222222;
      border-color: #bfbfbf;
      background-color: #d4d4d4; }
  .btn-default.active, .btn-default:active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:hover {
    border-color: white;
    background-color: white; }
  .btn-default .badge {
    color: white;
    background-color: #222222; }

.btn-primary {
  color: white;
  border-color: #76a924;
  background-color: #76a924; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: #a4270d;
    background-color: #eb3812; }
  .btn-primary:hover {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #e13612;
    background-color: #eb3812; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: #a4270d;
      background-color: #c93110; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #76a924;
    background-color: #76a924; }
  .btn-primary .badge {
    color: #76a924;
    background-color: white; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 15px 30px; }
footer{
  padding:40px 0;
  background: #fafafa;
}
footer .row{
  margin:15px !important;
}
@media (max-width: 980px) {
  #contactForm{
    padding: 0px 20px;
  }
  }
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}
.col-item .photo img
{
  margin: 0 auto;
  width: 100%;
}

.col-item .info
{
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item:hover .info {
  background-color: #F5F5DC;
}
.col-item .price
{
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}

.col-item .price h5
{
  line-height: 20px;
  margin: 0;
}

.price-text-color
{
  color: #219FD1;
}

.col-item .info .rating
{
  color: #777;
}

.col-item .rating
{
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator
{
  border-top: 1px solid #E1E1E1;
}

.clear-left
{
  clear: left;
}

.col-item .separator p
{
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i
{
  margin-right: 5px;
}
.col-item .btn-add
{
  width: 50%;
  float: left;
}

.col-item .btn-add
{
  border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls
{
  margin-top: 20px;
}
[data-slide="prev"]
{
  margin-right: 10px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition:      -o-transform .6s ease-in-out;
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.map-box button{
  background: #7dbe49;
  color: #FFF;
  cursor: pointer;
}
.map-box button:hover{
  background: #ccc;
  color: #666;
}
.carousel-indicators li{
  bottom:20px !important;
  cursor: pointer;
  height:5px;
}
.carousel-indicators .active{
  background: #7dbe49 !important;
}