.bg-primary-gradient {
    background: linear-gradient(-45deg, #101920, #2C4259, #101920) !important;
}


.bg-gris {
    background: #F6F7FA !important;

}

.text-justificado {
    text-align: justify;
  }

.vertical-center {
    display: flex;
    align-items: center;
}

.full-height {
    height: 100vh;
}
