body {
    font-family: 'Montserrat-Regular';
    margin: 0;
    padding: 0;
}
header {
    position: relative;
}
header img {
    width: 100%;
}
header h1 {
    color: #fff;
    font-family: 'Montserrat-Black';
    font-size: 64px;
    position: absolute;
    bottom: 20%;
    z-index: 1;
}
.navbar.menu .navbar-nav .nav-link {
    /*     color: #191919; */
    color: #ffffff;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    text-transform: uppercase;
    transition: font-size 1s;
}
.navbar.menu .navbar-nav .nav-link:hover {
    color: #009045;
}
.navbar.menu .navbar-brand img {
    transition: width 1s;
    width: 100%;
}
.navbar.menu-scroll .navbar-nav .nav-link {
    color: #191919;
}
#input-busca {
    padding: 0;
    width: 0px;
}
/* .buscar:hover  */

#input-busca:hover {
    border: 1px solid #dee2e6 !important;
    padding: 0 5px;
    width: 0px!important;
}
.btn-outline-secondary:hover, .buscar:hover .btn-buscar {
    background-color: #6c757d;
}
.navbar.menu-scroll {
    background-color: #eff4f7;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.navbar.menu.menu-scroll .navbar-brand img {
    width: 65%;
}
.navbar.menu-scroll .navbar-nav .nav-link {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
}
.navbar .fa-search, .navbar .fa-user {
    color: #191919;
    font-size: 28px;
}
.navbar .fa-search:hover, .navbar .fa-user:hover {
    color: #009045;
}
/*
 *formatação página home
 */

.carouselAguaesolo .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 50%;
}
.carouselAguaesolo .carousel-item img {
    height: 100vh;
}
.carouselAguaesolo .carousel-caption h5 {
    color: #fff;
    font-family: 'Montserrat-Black';
    font-size: 50px;
    margin-bottom: 0.8rem;
}
.carouselAguaesolo .carousel-caption a.btn {
    color: #fff;
    border: 2px solid #FFF;
    border-radius: 0;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    text-transform: uppercase;
}
.carouselAguaesolo .carousel-caption a.btn:hover {
    background-color: #00913d;
}
section.regioes {
    background-color: #f5f5f5;
    padding: 100px 0;
}
/* #svg-map path { fill: rgba(191, 191, 190, 1); }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill: rgba(249, 186, 072, 1) !important }
    #svg-map .circle { fill: rgba(128, 128, 128, 1) }
    #svg-map a:hover .circle { fill: rgba(249, 186, 072, 1) !important; cursor:pointer } */

#svg-map a.rgnorte:hover path, #svg-map a.rgnordeste:hover path, #svg-map a.rgsudeste:hover path, #svg-map a.rgcentrooeste:hover path, #svg-map a.rgsul:hover path {
    fill: rgba(0, 97, 134, 1) !important;
}
#svg-map a.rgnorte text, #svg-map a.rgnordeste text, #svg-map a.rgsudeste text, #svg-map a.rgcentrooeste text, #svg-map a.rgsul text {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}
section.regioes h2 {
    color: #006186;
    font-family: 'Montserrat-SemiBold';
    font-size: 40px;
    padding: 170px 0 0 0;
}
section.regioes p {
    color: #242424;
    font-family: 'Montserrat-Medium';
    font-size: 26px;
    margin: 20px 0 0 0;
}
section.servicos-home {
    background-color: #fff;
}
section.servicos-home h2 {
    color: #000;
    font-family: 'Montserrat-SemiBold';
    font-size: 46px;
    margin: 0;
    padding: 100px 0 70px 0;
}
section.servicos-home .items {
    width: 90%;
    margin: 0px auto;
    margin-top: 0px
}
section.servicos-home .items .card {
    border: 0;
    border-radius: 0;
}
section.servicos-home .items .card a img {
    border-radius: 0;
    filter: brightness(0.5);
}
section.servicos-home .items .card a .card-img-overlay {
    transition: background-color 1s;
    padding: 10px;
}
section.servicos-home .items .card a .card-img-overlay h5 {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    position: relative;
    bottom: -85%;
    transition: bottom 1s;
}
section.servicos-home .items .card a .card-img-overlay p {
    color: #000000;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    margin-top: 2rem;
    opacity: 0;
    transition: opacity 1s 0.2s;
}
section.servicos-home .items .card a .card-img-overlay div.icone-seta {
    height: 30px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    opacity: 0;
    transition: opacity 1s 0.2s;
}
section.servicos-home .items .card a .card-img-overlay div.icone-seta img {
    width: 30px;
}
section.servicos-home .items .card:hover a .card-img-overlay p {
    opacity: 1;
}
section.servicos-home .items .card:hover a .card-img-overlay div.icone-seta {
    opacity: 1;
}
section.servicos-home .btn-servicos {
    background-color: #006186;
    color: #FFF;
    border: 0;
    border-radius: 0;
    margin: 73px 0 117px 0;
    text-transform: uppercase;
}
section.servicos-home .btn-servicos:hover {
    background-color: #005372;
}
.slick-slide {
    height: auto!important;
    margin: 20px
}
.slick-slide img {
    width: 100%;
    border: 0px solid #fff
}
section.sobre {
    background-color: #006186;
    padding-bottom: 160px;
}
section.sobre h2 {
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 46px;
    margin: 0;
    padding: 70px 0;
}
section.sobre .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
section.sobre .card a {
    text-decoration: none;
}
section.sobre .card a .card-img {
    border-radius: 0;
    display: block;
    margin: 0 auto;
    height: 125px;
    width: 125px;
}
section.sobre .card:hover a .card-img {
    display: none;
}
section.sobre .card a .card-img-hover {
    display: none;
}
section.sobre .card:hover a .card-img-hover {
    display: block;
}
section.sobre .card a .card-body {
    padding: 0;
}
section.sobre .card a .card-body .card-title {
    /*color: #7ed957; */
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    top: 90%;
    text-align: center;
}
/* section.sobre .card a:hover .card-body .card-title{
    color: #fff;
} */

section.ultimas-noticias {
    background-color: #ffffff;
    padding: 0 0 117px 0;
}
section.ultimas-noticias .barra-info {
    background-color: #68b03d;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    position: relative;
    top: -52px;
    z-index: 1;
    text-transform: uppercase;
}
section.ultimas-noticias .barra-info img {}
section.ultimas-noticias .card, section.ultimas-noticias .card .card-img {
    border-radius: 0;
}
section.ultimas-noticias .card {
    margin: 0 0 1.1rem 0;
}
section.ultimas-noticias .card-img-overlay .card-title, section.ultimas-noticias .card-img-overlay .card-text {
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    position: absolute;
}
section.principais-servicos .h-entry, section.servicos-home .card .h-entry, section.ultimas-noticias .h-entry {
    display: block;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
section.ultimas-noticias .mb-30 {
    margin-bottom: 30px;
}
section.ultimas-noticias .v-height {
    height: 200px;
}
section.principais-servicos .h-entry:hover .image, section.servicos-home .card .h-entry:hover .image, section.ultimas-noticias .h-entry:hover .image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
section.principais-servicos .image, section.servicos-home .card .image, section.ultimas-noticias .image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -o-transition: .3s all ease;
    transition: .3s all ease;
    filter: brightness(0.9);
}
section.servicos-home .card .h-height, section.ultimas-noticias .h-height {
    height: 430px;
}
section.principais-servicos .h-height, section.servicos-home .card .h-height {
    height: 260px;
}
section.ultimas-noticias .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
}
section.ultimas-noticias .card-img-overlay .card-title {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    bottom: 15px;
}
section.ultimas-noticias .card-img-overlay .card-text {
    font-size: 18px;
    bottom: 0;
}
section.ultimas-noticias .card-img-overlay .card-title-maior {
    font-size: 34px;
    bottom: 22px;
}
section.ultimas-noticias .card-img-overlay .card-text-maior {
    font-size: 28px;
}
section.contato {
    background-color: #f5f5f5;
    padding: 117px 0;
}
section.ultimas-noticias h2, section.contato h2 {
    color: #1d1d1d;
    font-family: 'Montserrat-SemiBold';
    font-size: 46px;
    padding: 0 0 70px 0;
}
section.contato p {
    color: #787878;
    font-size: 18px;
    margin: 0;
    padding: 0 0 70px 0;
}
.resp-email {
    display: none;
}
section.contato form.form-contato input, section.contato form.form-contato textarea {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    margin: 0 0 40px 0;
}
section.contato form.form-contato input {
    height: 62px;
}
section.contato form.form-contato ::-webkit-input-placeholder {
    color: #787878;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
section.contato form.form-contato input:-moz-placeholder {
    color: #787878;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
section.contato form.form-contato textarea:-moz-placeholder {
    color: #787878;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
section.contato form.form-contato button.btn-enviar {
    background-color: #006186;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    height: 70px;
    text-transform: uppercase;
    width: 233px;
}
section.contato form.form-contato button.btn-enviar:hover {
    background-color: #004762;
}
section.faca-parte-da-equipe {
    background-color: #006186;
}
section .link-faca-parte-da-equipe {
    color: #fff;
    display: inline-block;
    font-size: 40px;
}
section .link-faca-parte-da-equipe:hover {
    color: #009cd7;
    text-decoration: none;
}
section .link-faca-parte-da-equipe img {
    height: 60px;
}
.resp-email-contato.alert {
    border: 0px solid transparent;
    padding: 0rem 0rem;
    margin-bottom: 0rem;
}
/*
 *formatação página home
 */

footer {
    background-color: #575757;
}
footer h4 {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    margin-bottom: 1rem;
}
footer p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    margin-bottom: 0.3rem;
}
footer h4, footer p {
    color: #bcbcbc;
}
footer .nav-item .nav-link {
    color: #bcbcbc;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    padding: 0;
}
footer .nav-item .nav-link:hover {
    color: #009045;
}
footer .form-newsletter input, footer .form-newsletter button {
    border: 0;
    border-radius: 0;
}
footer .form-newsletter input {
    background-color: #4a4a4a;
    color: #bcbcbc;
}
footer .form-newsletter button {
    background-color: #006186;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    height: 38px;
    line-height: 19px;
    margin: 0 0 0 auto;
    display: inherit;
}
footer .form-newsletter button:hover {
    background-color: #004762;
}
footer .form-newsletter ::-webkit-input-placeholder {
    color: #bcbcbc;
}
footer .form-newsletter input:-moz-placeholder {
    color: #bcbcbc;
}
footer a.link-xneo {
    color: #06b9fd;
}
/*******************************
*     ESTILIZAÇÃO MOBILI       *
********************************/

@media (max-width: 1280px) {
    .navbar.menu .navbar-nav .nav-link {
        font-size: 14px;
    }
    header h1 {
        font-size: 54px;
    }
    .carouselAguaesolo .carousel-caption h5 {
        font-size: 40px;
    }
}
@media (max-width: 1080px) {
    header h1 {
        font-size: 44px;
    }
}
@media (max-width: 991.98px) {
    .navbar.menu {
        background-color: #eff4f7;
    }
    .fixed-top {
        position: static;
        z-index: 0;
    }
    .input-group.buscar {
        margin: 0 auto;
        width: 250px;
    }
    header h1 {
        font-family: 'Montserrat-Bold';
        font-size: 34px;
    }
    .btn-outline-secondary {
        background-color: #6c757d;
        color: #fff;
    }
    .carouselAguaesolo .carousel-caption h5 {
        font-size: 32px;
    }
    section.regioes, section.servicos-home, section.sobre, section.ultimas-noticias, section.contato {
        padding: 50px 0;
    }
    section.sobre {
        padding-bottom: 160px;
    }
    section.ultimas-noticias .barra-info {
        top: -128px;
    }
    section.regioes h2 {
        font-size: 32px;
        text-align: center;
    }
    section.regioes p {
        font-size: 22px;
        text-align: center;
    }
    section.servicos-home h2, section.sobre h2, section.ultimas-noticias h2, section.contato h2 {
        font-size: 32px;
        padding: 0 0 30px 0;
    }
    section.ultimas-noticias h2 {
        margin: -78px 0 0 0;
    }
    section.ultimas-noticias .h-footer {
        height: 240px !important;
        margin-bottom: 15px;
    }
    section.contato h2 {
        padding: 0 0 30px 0;
    }
    section .link-faca-parte-da-equipe {
        font-size: 30px;
    }
    section.sobre .card .card-title {
        font-size: 16px;
    }
    section.contato p {
        padding: 0 0 0 0;
    }
    section.servicos-home .btn-servicos {
        margin: 30px 0 0 0;
    }
}
@media (max-width: 767.98px) {
    .carouselAguaesolo .carousel-caption h5 {
        font-size: 20px;
    }
    .slick-prev, .slick-next {
        height: 35px!important;
        width: 35px!important;
    }
    .slick-prev {
        left: -30px!important;
    }
    .slick-next {
        right: -30px!important;
    }
    section.regioes, section.servicos-home, section.contato {
        padding: 50px 0;
    }
    section.sobre {
        padding: 50px 0 100px;
    }
    section.ultimas-noticias {
        padding: 0 0 30px 0;
    }
    section.ultimas-noticias .v-height, section.ultimas-noticias .h-height {
        height: 300px!important;
    }
    section.regioes h2, section.servicos-home h2, section.sobre h2, section.ultimas-noticias h2, section.contato h2 {
        font-size: 22px;
        padding: 0 0 30px 0;
    }
    section.regioes h2 {
        padding: 0 0 0 0;
        text-align: center;
    }
    section.ultimas-noticias h2 {
        margin: -10px 0 0 0;
    }
    section.regioes p {
        font-size: 16px;
        padding: 0 2rem;
        text-align: center;
    }
    section.servicos-home .btn-servicos {
        margin: 30px 0 0 0;
    }
    section.ultimas-noticias .h-footer {
        height: 240px !important;
        margin-bottom: 15px;
    }
    section.ultimas-noticias .barra-info {
        font-size: 16px;
        top: -50px;
    }
    section.sobre .card .card-title {
        font-size: 15px;
    }
    section.ultimas-noticias .card .card-img-overlay .card-title-maior, section.ultimas-noticias .card .card-img-overlay .card-text-maior {
        font-size: 21px;
    }
    section.contato p {
        font-size: 16px;
        padding: 0 0 0 0;
    }
    section .link-faca-parte-da-equipe {
        font-size: 30px;
    }
    footer .form-newsletter button {
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    .slick-prev, .slick-next {
        height: 30px!important;
        width: 30px!important;
    }
    .slick-prev {
        left: -25px!important;
    }
    .slick-next {
        right: -25px!important;
    }
    section.ultimas-noticias .h-footer {
        height: 240px !important;
        margin-bottom: 15px;
    }
    section.servicos-home .btn-servicos {
        font-size: 16px;
    }
    section .link-faca-parte-da-equipe {
        font-size: 19px;
    }
}
/********************
INÍCIO TRECHO DE CÓDIGO QUE ESTILIZA A BARRA DE COOKIES
*******************/

.cookieMessage {
    position: fixed;
    bottom: 0;
    /* position the top  edge of the element at the middle of the parent */
    left: 50%;
    /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #fff;
    z-index: 99999999999;
    display: none;
    text-align: center;
    width: 1000px;
    color: #000;
}
.cookieMessage .cookieMessage-content {
    display: flex;
    align-items: center;
    padding-left: 39px;
}
.cookieMessage .cookieMessage-content p {
    color: #a3a3a3;
    font-size: 12px;
    font-family: "Montserrat-Medium";
    background-color: #fff;
    text-align: left;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}
.cookieMessage .cookieMessage-content a.politica {
    color: #a3a3a3;
    text-decoration: underline;
    white-space: nowrap;
}
.cookieMessage .cookieMessage-content a.politica:hover {
    color: #a3a3a3;
}
.cookieMessage a.red {
    color: #fff;
    background-color: #5b5b5b;
    text-decoration: none;
    padding: 3px 20px;
    font-size: 10px;
    font-family: "Montserrat-Medium";
    white-space: nowrap;
    margin: 0 43px 0px 15px;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
}
.cookieMessage a.red:hover {
    background-color: #006186;
    color: #fff;
}
/********************
*FIM TRECHO DE CÓDIGO QUE ESTILIZA A BARRA DE COOKIES   *
*******************/