section .carousel .carousel-inner .carousel-caption h1 {
    font-size: 60px;

    font-family: "Montserrat-semibold", sans-serif;

    padding-bottom: 8%;
}


section.projetos h2 {
    font-family: Montserrat-semibold, sans-serif;
    font-size: 38px;
    color: #004383;
    text-transform: uppercase;


}

section.noticias h2 {

    font-family: Montserrat-Bold, sans-serif;
    font-size: 27px;
}

section.noticias p {

    font-family: Montserrat-Regular, sans-serif;
    font-size: 18px;
}

section.noticias p.noticia-data {

    font-size: 15px;
}


section.noticias .btn {
    background-color: #004383;
    color: #fff;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    height: 50px;
    margin: 51px 0 50px 0;
    line-height: 39px;
    text-transform: uppercase;
    width: 50%;

}

section.noticias .btn:hover {
    background-color: #093158;
    color: #fff;
    transition: 0.4s;
}

/*  Noticias cards */

section.noticias-cards .bg {

    background-color: #ededed;
    width: 85%;
    padding: 1rem;
    position: relative;
}

section.noticias-cards h3 {

    font-family: Montserrat-Bold, sans-serif;
    font-size: 17px;
    width: 82%;
}

section.noticias-cards {

    font-family: Montserrat-Regular, sans-serif;
    font-size: 10px;
}

section.noticias-cards .btn {
    background-color: #004383;
    color: #fff;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: "Montserrat-Medium";
    font-size: 12px;
    height: 50px;
    line-height: 31px;
    text-transform: uppercase;
    width: 32%;
    position: absolute;
    right: -13%;
    bottom: 21%;
}



section.noticias-cards .btn:hover {
    background-color: #093158;
    color: #fff;
    transition: 0.4s;
}

section.noticias i,
section.noticias-cards i {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

@media (max-width: 1199.98px) {
    section.sobre .card {
        font-size: 14px;
        padding: 7px;
        width: 294px;
        height: 292px;
    }

    section.noticias h2 {

        font-size: 38px;

    }

    section.noticias p {

        font-size: 13px;

    }

    section.noticias h2 {

        font-size: 22px;

    }

    section.noticias .btn {

        margin: 24px 0 50px 0;

    }

    section.noticias-cards h3 {

        font-size: 22px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* BANNER  */


    section.projetos h2 {
        font-size: 34px;
    }


    section.noticias h2 {

        font-size: 30px;

    }

    section.noticias p {
        font-size: 19px;
    }

    section.noticias .btn {
        margin: 23px 0 50px 0;
        width: 33%;
    }

}




@media (max-width: 767.98px) {

    section.noticias .btn {
        margin: 0px 0 50px 0;
        width: 49%;
        font-size: 12px;
        height: 50px;
    }

    section.noticias-cards h3 {
        font-size: 19px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    section .carousel .carousel-inner .carousel-caption {
       
        bottom: 0;
    }

    section .carousel .carousel-inner .carousel-caption h1 {
        font-size: 29px;
        padding-bottom: 0%;
    }
    /* Noticias */

    section.projetos h2 {
        font-size: 22px;
    }

    section.noticias h2 {
        font-size: 22px;
    }

    section.noticias p {
        font-size: 14px;
    }

   


    section.noticias-cards h3 {
        font-size: 11px;
    }

    section.noticias-cards .btn {
        font-size: 8px;
        height: 43px;
        width: 40%


    }
}

