.footer-divisor {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
    }

 .carousel-item:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.caja-img {
    width: 350px !important;
    height: 350px !important;
    left: -10em;
    margin-top: 2em;    
    box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.2);
}
.featurette-heading{
    margin-top: 7rem;
}
.bgc-verde{
    background-color: #7cab27;
    /*90c72e original*/
    color: white;
}

.color-fagro-verde{
    background-color: #90c72e;
}
.color-fagro-marron{
    background-color: #c47238;
}
.color-fagro-amarillo{
    background-color: #ffe401;
}
.regla-separadora{
    height: 1px;
    box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.2);
}

.btn-fagro-verde{
    background-color: #90c72e !important;
    border-color: #90c72e !important;
}
.btn-fagro-marron{
    background-color: #c47238 !important;
    border-color: #c47238 !important;
}

div.logos > img{
    max-height: 100px;    
    margin: 5px;
}