@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	background: #ffffff;
	color: #000;
}

.btn-verde:hover {
    background: #3e7a1e;
    color: #fff;
}

.btn-branco a,
a .btn-branco {
    color: #fff;
}

    .btn-branco:hover,
    .btn-branco:hover a,
    .btn-branco a:hover {
        background: #fff;
        color: #000;
    }


.btn-preto a,
a .btn-preto {
    color: #000;
}

    .btn-preto:hover,
    .btn-preto:hover a,
    .btn-preto a:hover {
        background: #000;
        color: #fff;
    }

.btn-verde, .btn-branco, .btn-preto {
    transition: .3s;
}

    .btn-verde.enviar {
        background: #3e7a1e;
        color: #fff;
    }

        .btn-verde.enviar:hover {
            background: #7dbb55;
            border-color: #7dbb55;
            color: #fff;
        }

/**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 Light*/
.font-light {
	font-weight: 300;
}

/**umb_name:Font Regular*/
.font-regular {
	font-weight: 400;
}

/**umb_name:Font Medium*/
.font-medium {
	font-weight: 500;
}

/**umb_name:Font Semi-Bold*/
.font-semi-bold {
	font-weight: 600;
}

/**umb_name:Font Bold*/
.font-bold {
	font-weight: 700;
}

/**umb_name:Texto Verde*/
.txt-verde {
	color: #3e7a1e;
}

/**umb_name:Texto Verde Claro*/
.txt-verde-claro {
	color: #91bf55;
}

/**umb_name:Texto Amarelo*/
.txt-amarelo {
	color: #ffd55a;
}

/**umb_name:Texto Branco*/
.txt-branco {
	color: #ffffff;
}

/**umb_name:Texto Preto*/
.txt-preto {
	color: #000000;
}

/**umb_name:Botão Verde*/
.btn-verde {
	background: transparent;
	color: #3e7a1e;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #3e7a1e;
	padding: 7px 20px;
	display: inline-block;
}

/**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;
}
