@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --bs-primary-rgb: 13, 153, 71;
    --bs-primary: #0d9947;
    --bs-color-body: #212121;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--bs-color-body);
}

a {
    color: var(--bs-primary);
}

    a:hover {
        color: var(--bs-primary);
    }

h1, h2, h3, h4, h5, h6 {
    color: var(--bs-primary);
}


.btn-primary {
    --bs-btn-color: #FFF;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 25px;
    width: fit-content;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .3s;
    justify-content: center;
}

/**umb_name:btn-link*/
.btn-link {
    color: #ffffff;
    background: transparent;
    border: 1px solid #fff;
    border-color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    width: fit-content;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .3s;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
}

    .btn-link:hover {
        color: #0d9947;
        background: white;
        border: 1px solid #fff;
    }

/**umb_name:btn-link2*/
.btn-link2 {
    color: #0d9947;
    background: transparent;
    border: 1px solid #0d9947;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
    width: fit-content;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .3s;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
}

.btn-link2:hover {
    color: #ffffff;
    background: #0d9947;
    border: 1px solid #0d9947;
}


/**umb_name:Texto Branco*/
.text-white {
    color: #ffffff;
}

/**umb_name:Font Regular*/
.fw-normal {
    font-weight:400;
}

/**umb_name:Font Medium*/
.fw-medium {
    font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.fw-semibold {
    font-weight: 600;
}

/**umb_name:Cor principal*/
.text-primary {
    color: var(--bs-primary);
}

/**umb_name:Font 14*/
.font-14 {
    font-size: 14px;
}

/**umb_name:Font 16*/
.font-16 {
    font-size: 16px;
}

/**umb_name:Font 18*/
.font-18 {
    font-size: 18px;
}

/**umb_name:Font 20*/
.font-20 {
    font-size: 20px;
}

/**umb_name:Font 22*/
.font-22 {
    font-size: 22px;
}

/**umb_name:Font 24*/
.font-24 {
    font-size: 24px;
}

/**umb_name:Font 26*/
.font-26 {
    font-size: 26px;
}

/**umb_name:Font 28*/
.font-28 {
    font-size: 28px;
}

/**umb_name:Font 30*/
.font-30 {
    font-size: 30px;
}

/**umb_name:Font 40*/
.font-40 {
    font-size: 40px;
}