﻿body {
    font-family: "Montserrat", sans-serif;
}

.lado-esquerdo {
    background: url(/assets/images/background-home.jpg) no-repeat center/cover;
}

.btn:active {
    background: #152F4E;
}

.btn-primary {
    background: #152F4E;
    transition: 0.5s ease all;
    border: 0;
}

.btn-primary:hover {
    background: rgba(21, 47, 78, 0.8);
}

.btn-primary:active {
    background: #152F4E !important;
}

.btn-secondary {
    background: #C2891F;
    transition: 0.5s ease all;
    border: 0;
}

.btn-secondary:hover {
    background: rgba(194, 137, 31, 0.8);
}

.btn-secondary:active {
    background: #C2891F !important;
}