.btn {
    box-shadow: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.btn-tec-blue {
    color: #fff !important;
    background-color: #22ade6 !important;
    border-color: #22ade6 !important;
}

.btn-tec-blue:hover {
    color: #fff !important;
    background-color: #227fd8 !important;
    border-color: #227fd8 !important;
}

.btn-outline-tec-blue {
    color: #22ade6 !important;
    border-color: #22ade6 !important;
}

.btn-outline-tec-blue:hover {
    color: #fff !important;
    background-color: #227fd8 !important;
    border-color: #227fd8 !important;
}