html,
body {
    margin: 0;
    padding: 0
}
body {
	background-color: #fff;
	color: #6d6e70;
	font-family: -apple-system, 'Montserrat', 'Trebuchet MS', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 17px;
	position: relative;
	text-rendering: optimizeLegibility;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}
a:focus,
a:hover {
	color: inherit
}
img,
iframe,
video,
embed,
object {
    border: 0;
    max-width: 100%;
}
iframe.mapa {
	width: 100%;
	height: 320px;
	display: block;
}
.logo {
	max-width: 240px;
}
.radius-leaf {
	border-radius: 15px 0 15px 0;
}
.radius-big {
	border-radius: 20px;
}
.form-control {
	border-radius: 0;
	border-color: #00424e;
}
.fonte {
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
}
.color-feature {
	color: #00424e;
}
.bg-feature {
	background: #00424e;
}
.bg-capa {
	background-color: #fff;
	background-image: url(img/bg.jpg);
	background-position: right bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-capa::after {
	content: url(img/curva.svg);
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	display: block;
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 3.5rem;
	}
	.logo {
		max-width: 500px;
	}
}