.white{
    color: #fff;
}

.cross{
    text-decoration: line-through;
    text-decoration-color: #FBD84C;
    text-decoration-thickness: 10px;
}

.yellow{
    color: #FBD84C !important;
}

.blue{
    background-color: #073BD4;
}
.azul{
    color: #073BD4 !important;
}
.once{
    color:#f46e2b !important;
}
.green{
    color: #128C7E;
    font-size: 50px;
}

.option-item{
    place-content: center;
    place-items: center;
    display: flex;
    flex-direction: row;
    align-content: center;
}
select,
select option {
  color: #000000;
}

select:invalid,
select option[value=""] {
    color: #7e7e7e !important;
}

label {
  display: block;
  margin: 16px 0;
}

/*Added for browser compatibility*/
[hidden] {
  display: none;
}
@media (min-width: 992px)
{.offset-lg-custom {
    margin-left: 12%;
}}