@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@700&family=Montserrat:wght@500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    background: #ffffff;
    color: #585756;
}


.grid-layout a:hover {
    color: #00ae5a;
    text-decoration: underline;
}

a {
    color: #00ae5a;
    text-decoration: none;
    transition: all .3s;
}

    a:hover {
        color: #457a4e;
    }

.btn-green {
    background: #457a4e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11px 24px;
    text-transform: uppercase;
    border: 0;
    display: inline-block;
    transition: .3s;
}

    .btn-green:hover {
        background: #00ae5a;
        color: #fff;
    }

.btn-green-outline {
    border: 2px solid #457a4e;
    color: #457a4e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
}

    .btn-green-outline:hover {
        background: #457a4e;
        color: #fff;
    }

::marker {
    color: #00ae5a;
}

/**umb_name:Font Semi-Bold*/
.fw-medium {
	font-weight: 500;
}

/**umb_name:Font Bold*/
.fw-bold {
}

/**umb_name:Texto Verde*/
.text-green {
	color: #00ae5a;
}

/**umb_name:Texto Verde Escuro*/
.text-dark-green {
	color: #457a4e;
}

/**umb_name:Texto Branco*/
.text-white {
}

/**umb_name:Texto Cinzento*/
.text-gray {
	color: #9b9b9b;
}

/**umb_name:Texto Cinzento Escuro*/
.text-dark-gray {
	color: #585756;
}

/**umb_name:Texto Escuro*/
.text-black {
	color: #282828;
}

/**umb_name:Barra Separador*/
hr {
}

/**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*/
.font-10 {
	font-size: 10px;
	line-height: 1.5;
}

/**umb_name:Font 12*/
.font-12 {
	font-size: 12px;
	line-height: 1.5;
}

/**umb_name:Font 14*/
.font-14 {
	font-size: 14px;
	line-height: 1.5;
}

/**umb_name:Font 16*/
.font-16 {
	font-size: 16px;
	line-height: 1.5;
}

/**umb_name:Font 18*/
.font-18 {
	font-size: 18px;
	line-height: 1.5;
}

/**umb_name:Font 20*/
.font-20 {
	font-size: 20px;
	line-height: 1.5;
}

/**umb_name:Font 22*/
.font-22 {
	font-size: 22px;
	line-height: 1.5;
}

/**umb_name:Font 24*/
.font-24 {
	font-size: 24px;
	line-height: 1.5;
}

/**umb_name:Font 26*/
.font-26 {
	font-size: 26px;
	line-height: 1.5;
}

/**umb_name:Font 28*/
.font-28 {
	font-size: 28px;
	line-height: 1.5;
}

/**umb_name:Font 30*/
.font-30 {
	font-size: 30px;
	line-height: 1.5;
}
