* {
    font-family: 'Montserrat', sans-serif;
}
html {
    scroll-behavior: smooth;
}
.background-white-transparent {
    background: rgba(255,255,255,.8);
}
.background-blue {
    background-color: rgb(0, 26, 90);
    color: #fff;
}
.font-dark-blue {
    color: rgb(0, 63, 72);
}
.background-gray {
    background-color: rgb(237, 237, 237);
    color: rgb(0, 26, 90);
}
.container-logo {
   position: fixed;
    top: 0;
}
#_form_1_ {
    margin: 0 auto !important;
}
.background-banner-top {
    background-image: url(../img/banner-new.jpeg);
    background-size: cover;
    background-position: top;
    min-height: 240px;
}
.background-blue-circle {
    min-height: 100px;
    background-color: rgb(0, 26, 90);
    background-image:
        radial-gradient(
            rgb(45, 51, 96),
            rgb(0, 26, 90)
        );
    color: #fff;
}

.background-white {
    background-color: #fff;
    color: rgb(0, 26, 90);
}
.icones {
    font-size: .8em;
}
#qualidade {
    background-image: url(../img/foto-verde.png);
    background-size: cover;
    background-position: cover;
}
#natureza {
    background-image: url(../img/Depositphotos_158690812_xl-2015.jpg);
    background-size: cover;
    background-position: center;
}
.font-3 {
    font-size: 2em;
}
.font-2 {
    font-size: 1.5em;
}
.font-1-3 {
    font-size: 1em;
}
.font-05 {
    font-size: 0.5em;
}
.font-08 {
    font-size: 0.8em;
}
.font-gold {
    color: rgb(247, 183, 107);
}
#footer .background-white {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.35em;
}

.font-1-5 {
    font-size: 1em;
}
h1 {
    font-size: 2rem;
}
@media(max-width: 575) {
    .p-4 {
        padding: 0!important;
    }
}
@media (min-width: 576px) {
    .background-banner-top {
        min-height: 300px;
    }
    .font-1-3 {
        font-size: 1.3em;
    }
    .font-1-5 {
        font-size: 1.5em;
    }
    .font-3 {
        font-size: 3em;
    }
    .p-4 {
        padding: 0!important;
    }
}
@media (min-width: 768px) {
    .background-banner-top {
        min-height: 370px;
    }
    .font-2 {
        font-size: 2em;
    }
}
@media (min-width: 992px) {
    .background-banner-top {
        min-height: 440px;
    }
}

#botao {
    background-color:#fb9e25;
	border-radius:7px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	padding:14px 40px;
	text-decoration:none;
}
#botao:hover {
	background-color:#fa5025 !important;
}
#botao:active {
	position:relative !important;
	top:1px !important;
}
