@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Nunito:wght@400;500;600;700&family=Pacifico&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background: #ffffff;
    color: #373736;
}

a {
    color: #aac605;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #2d3c2d;
        text-decoration: none;
    }

b, strong {
    font-weight: 700;
}

button {
    transition: all .3s;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-verde:hover {
    color: #fff;
    background: #2d3c2d;
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
}

/**umb_name:H1*/
h1 {
}

/**umb_name:H2*/
h2 {
}

/**umb_name:H3*/
h3 {
}

/**umb_name:H4*/
h4 {
}

/**umb_name:H5*/
h5 {
}

/**umb_name:H6*/
h6 {
}

/**umb_name:Font Regular*/
.font-regular {
    font-weight: 400;
}

/**umb_name:Font Bold*/
.font-bold {
    font-weight: 700;
}

/**umb_name:Texto Verde*/
.text-green {
    color: #a9c405;
}
/**umb_name:Texto Verde Escuro*/
.text-dark-green {
    color: #2d3c2d;
}

/**umb_name:Texto Branco*/
.txt-branco {
    color: #ffffff;
}

/**umb_name:Texto Preto*/
.txt-preto {
    color: #373736;
}

/**umb_name:Botão Verde*/
.btn-verde {
    color: #fff;
    background: #aac605;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 20px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 10px;
    transition: all .3s;
}

/**umb_name:Botão Branco*/
.btn-branco {
    background: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 7px 20px;
    display: inline-block;
}

/**umb_name:Botão Preto*/
.btn-preto {
    background: transparent;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 7px 20px;
    display: inline-block;
}

/**umb_name:Separador*/
hr {
    border-top: 1px solid #e6e6e6;
    opacity: 1;
}

/**umb_name:Image centered with text*/
.v-align img {
    vertical-align: baseline;
}

/**umb_name:Image to right*/
.img_direita {
    float: right;
    clear: left;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
}

/**umb_name:Image to left*/
.img_esquerda {
    float: left;
    clear: left;
    margin: 0px 20px 20px 0px;
    overflow: hidden;
}

/**umb_name:Image to right with border*/
.img_borda_direita {
    float: right;
    margin: 0px 0px 20px 20px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Image with border*/
.img_borda {
    margin: 0px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Image to left with border*/
.img_borda_esquerda {
    float: left;
    margin: 0px 20px 20px 0px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

/**umb_name:Font 10*/
.title-10 {
    font-size: 10px;
    line-height: 14px;
}

/**umb_name:Font 12*/
.title-12 {
    font-size: 12px;
    line-height: 16px;
}

/**umb_name:Font 14*/
.title-14 {
    font-size: 14px;
    line-height: 18px;
}

/**umb_name:Font 16*/
.title-16 {
    font-size: 16px;
    line-height: 20px;
}

/**umb_name:Font 18*/
.title-18 {
    font-size: 18px;
    line-height: 22px;
}

/**umb_name:Font 20*/
.title-20 {
    font-size: 20px;
    line-height: 24px;
}

/**umb_name:Font 22*/
.title-22 {
    font-size: 22px;
    line-height: 26px;
}

/**umb_name:Font 24*/
.title-24 {
    font-size: 24px;
    line-height: 28px;
}

/**umb_name:Font 26*/
.title-26 {
    font-size: 26px;
    line-height: 30px;
}

/**umb_name:Font 28*/
.title-28 {
    font-size: 28px;
    line-height: 32px;
}

/**umb_name:Font 30*/
.title-30 {
    font-size: 30px;
    line-height: 34px;
}

/**umb_name:Font 32*/
.title-32 {
    font-size: 32px;
    line-height: 36px;
}

/**umb_name:Font 34*/
.title-34 {
    font-size: 34px;
    line-height: 38px;
}

/**umb_name:Font 36*/
.title-36 {
    font-size: 36px;
    line-height: 40px;
}

/**umb_name:Font 38*/
.title-38 {
    font-size: 38px;
    line-height: 42px;
}

/**umb_name:Font 40*/
.title-40 {
    font-size: 40px;
    line-height: 44px;
}
