body{
    font-family: "Montserrat", "sans-serif";
    font-size: 14px;
}

.card-header{
    background-color: #62b7a4;
}

.card-header>h5>button{
    color: white; font-weight: 900
}

.btn-action{
    background-color: #2F609F;
    color: white;
}

.btn-action:hover{
    color: white;
}

.container-result-tipo{
    background-color: rgba(98, 183, 164, 0.5);
    color: white;
    font-weight: 600;
}

.container-result-tipo>span{
    text-shadow: 3px 3px rgb(98, 183, 164, 0.5);
}