.bg-primary-tecminperu {
    background-color: #56B915;
    color: #000000;
}

/*.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 6px solid rgb(108 145 110 / 36%);
    border-radius: 0.50rem;
}*/

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
  }
  
  .bg-dark-custom {
    background-color: #000000 !important;
}
  
