.colorPrimary{
  color: #4A66AD !important;
}

.colorSecundary{
  color: #468FCE;
}

.colorTertiary{
  color: #4BB3C6;
}

.bgGray{
  background: #FAFCFD;
}

.fondo001{
    background: linear-gradient(1deg, #FFFFFF 6%, rgba(255, 255, 255, 0) 100%), url(../img/bg-left-1.png)
    center center no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}

.fondo002{
  background: linear-gradient(1deg, #FFFFFF 6%, rgba(255, 255, 255, 0) 100%), url(../img/bg-left-1.png)
  center center no-repeat;
  background-size: cover;
    /* background-attachment: fixed; */
}

.bgEngraneI{
  background: linear-gradient(-75deg, #FFFFFF 35%, rgba(255, 255, 255, 0) 115%), url(../img/bgEngraneI-min.jpg)
  center center no-repeat;
  background-size: cover;
}

.bgEngraneD{
  background: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0) 115%), url(../img/bgEngraneD-min.jpg)
  center center no-repeat;
  background-size: cover;
}

.bgFooter{
  background: linear-gradient(
0deg, #4bb3c69e -15%, rgba(255, 255, 255, 0) 90%);
}
