header {
    background: #165b7e;
    color: #fff;
}
.text-justify {text-align: justify;}
h1 {
    font-family: 'MontserratBlack', Courier, monospace; color: #8f9092;
}
h2 {
    font-family: 'MontserratExtraBold', Courier, monospace;
}
h3 {
    font-family: 'MontserratBold', Courier, monospace;color: #8f9092;
}

h4 {
    font-family: 'MontserratSemiBold', Courier, monospace;
}


.navbar-toggler{background: #fff !important; width: 100%;}
.bg_banner {background: url(img/banner.png) center center no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #fff;}

.bg_circulo {background: url(https://grupoevoluagp.com.br/wp-content/uploads/2023/05/circulo-1.png) top right no-repeat;
}

body {
    font-family: 'MontserratRegular', Courier, monospace;
}


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

