/* TEXT COLORS */

.grayText{
    color: #4A5E5E;
}
.blueText{
    color: #245561;
}
.yellowText {
  color: #D49740;
}
/* BACKGROUNDS */

.yellowBG {
  background: #D49740;
}
.blueBG {
  background: #245561;
}  
.lightYellowBG {
  background: #FBF7F4;
} 

/* .productsBG {
  background: url('/images/tipos-granos.jpg') no-repeat left center;
  background-size: cover;
  min-height: 130vh;
} */