/* COLOR TEXT */
.blueText{
    color: #1D3ABE;
}
.grayText{
    color: #828282;
}
/* COLOR BACKGROUNDS */
.blueBG{
    background-color: #082D61;
}
.lightBlueBG{
    background-color: #0048B0;
}
.GrayBG{
    background-color: #F8F8F899;
}

/* IMAGES BACKGROUNDS */
.inicioStartBG {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/inicioStart.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.serviciosBG {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/infoBG.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.formBG {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/images/formBG.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}