body {
    padding-top: 3rem;
}

h1 {
    text-align: center;
    margin: 4rem 0;
}

.sobre-class h1 {
    margin: 0;
    padding-bottom: 2.3rem;
}

.corFundo .container h1 {
    margin: 0;
    padding-bottom: 3rem;
}

.corFundo .container h2 {
    color: rgba(0, 2, 95, 0.815);
    font-size: 2.3rem;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.logo {
    width: 100px;
    height: 60px;
}

.facebook,
.instagram {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    float: middle;
}

.facebook:hover,
.instagram:hover {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float: middle;
}

hr {
    background-color: transparent;
}

.corFundo {
    background-color: #ececec;
}

.sobre {
    width: 100%;
    background-color: #212529;
    color: whitesmoke;
}

.sobre .row h2 {
    color: #fff;
}


.mapaFundo {
    background-image: url(../img/mapa.png);
    width: 100%;
    background-color: #212529;
    color: whitesmoke;
    padding: 3rem 0;
}

.mapaFundo .row h2 {
    color: #fff;
}

.preenchimento {
    padding-bottom: 6rem;
}

.localiza .row h2 {
    color: #212529;
    padding-top: 3rem;
}

.navbar-nav {
    margin: auto;
}

.navbar-nav .nav-item .nav-link {
    color: #005500;
    font-size: 18px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #ffc800;
}

.lead {
    text-align: justify;
}

.row .col-lg-4 img {
    width: 150px;
    height: 150px;
}

#mapa {
    height: 400px;
    padding-bottom: 3rem;
}

.col-md-5 img {
    width: 500px;
    height: 500px;
}

.imagemReduzida img {
    width: 500px;
    height: 200px;
}

.mapaFundo .container .container {
    padding-bottom: 3rem;
}

.mapaFundo .container .container p {
    font-size: 28px;
    margin: 0;
}

.rodape {
    color: whitesmoke;
    background-color: #212529;
    margin: 0;
    border: 0;
    text-align: center;
}

#divOculta {
    display: none;
}


/* COOKIES
-------------------------------------------------- */

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: #232323;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

.cookieConsentContainer .cookieTitle p {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #000;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #111111;
    color: #fff;
}

@media (max-width:573px) {
    .cookieConsentContainer {
        bottom: 0!important;
        left: 0!important;
        width: 100%!important;
    }
}


/* CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel {
    margin-bottom: 4rem;
}


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* Declare heights because of positioning of img element */

.carousel-item {
    height: 32rem;
}

.carousel-item>img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 80%;
    height: 32rem;
    margin: 0 auto;
}


/* MARKETING CONTENT
-------------------------------------------------- */


/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}


/* rtl:begin:ignore */

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}