body {
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
}

.fechar {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    margin-left: 85%;
}

.navbar-default {
    background-color: transparent;
}

.modal-body {
    padding: 0px;
}

.thumbnail {
    border: none !important;
}

.navbar-default {
    border: none;
    opacity: 0.9;
}

#topbar .no_gutter {
    padding: 0;
    margin: 0;
    width: 100%;
}

.no_gutter {
    padding: 0;
    margin: 0;
}

#topbar .logo {
    z-index: 1;
    margin: 3% 0% -12%;
}

.top h2 {
    color: #ECAD11;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

#topbar .bot {
    background-color: transparent;
    padding: 1% 0%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #dedede;
    background-color: transparent;
}



.dropdown-menu > li > a .glyphicon {
    color: transparent;
    margin-right: 3%;
}

.dropdown-menu > li > a:hover {
    color: #40BAED;
    font-family: Oswald;
    line-height: 32px;
    background-color: #fff;
}

.dropdown-menu > li > a span {
    color: transparent;
}

.dropdown-menu > li > a:hover span {
    color: #40BAED;
}

.navbar-nav > li > .dropdown-menu {
    opacity: 0.9;
    border-radius: 11px;
    background-color: #FFFFFF;
}

.dropdown-menu li a {
    color: #2A477F;
    font-family: Oswald;
    font-size: 20px;
    line-height: 32px;
}

.navbar-default .navbar-nav > li > a {
    color: #434955;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 4px transparent solid;
    margin-top: -13px;
    padding-top: 35px;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #30B14E;
        border-top: 4px #30B14E solid;
    }

.navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
}

#banner {
    width: 100%;
    /*margin-top: -11.7%;*/
    background: url(../img/banner.jpg) center center no-repeat;
    padding: 9px 0%;
}

    #banner img {
        width: 75%;
        margin-top: 8%;
    }

    #banner h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 42px;
        font-weight: 500;
        line-height: 47px;
        margin-top: -35%;
        padding: 0% 60% 0% 0%;
    }

    #banner h3 {
        color: #FFFFFF;
        font-family: "Noto Sans";
        font-size: 20px;
        line-height: 24px;
        padding: 0% 65% 0% 0%;
    }

.traco {
    height: 0.08%;
    width: 5.86%;
    border: 2px solid #434955;
    display: inline-block;
    margin: 0 2.5% 0.7% 0;
}

#banner .carousel {
    overflow: hidden;
    height: auto !important;
}


.carousel-control {
    background-image: none !important;
    background-color: #30B14E;
    background-color: rgba(48,177,78,0.5);
    height: 32px;
    width: 3%;
}

#banner .carousel-control.left {
    margin: 35% 77% 0%;
}

#banner .carousel-control.right {
    margin: 35% 17% 0%;
}

#banner .carousel-control:hover {
    background-color: rgba(67,73,85,1);
}

#banner .carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    height: 32%;
    width: 21px;
    margin-top: 5px;
    font-size: 20px;
}

#banner .carousel-indicators {
    position: absolute;
    bottom: 48px;
    z-index: 15;
    width: 30px;
    margin-left: 20px;
    list-style: none;
    text-align: center;
    right: 5%;
    left: 70%;
}

    #banner .carousel-indicators li {
        display: block;
        width: 10px;
        height: 10px;
        margin-bottom: 10px;
        color: rgba(255,255,255,0.5);
    }

.carousel-indicators li {
    background-color: #A4ADB9;
    opacity: 0.31;
}

.carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin-bottom: 10px !important;
    background-color: #30B14E !important;
    opacity: 1 !important;
    transition: all 0.5s !important;
}

h1 {
    color: #434955;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    margin: 5% 0%;
    text-transform: uppercase;
}

#projetos .projeto {
    box-shadow: 0 3px 26px 0 #CFD3D8;
    border-radius: 11px;
    height: 290px;
}

.projeto img {
    width: 100%;
}

.projeto h2 {
    color: #434955;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    padding: 0% 5% 10%;
    margin: 3% 0%;
}

.projeto h3 {
    color: #6F7788;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 0% 2%;
    margin: 5% 0%;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

#projetos .btn-primary {
    margin-top: 5%;
}

.btn-primary {
    background-color: #30B14E;
    color: #FFFFFF;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 25px;
}

.btn {
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 10px 25px;
    letter-spacing: 3px;
}

#sobre {
    background: url(../img/sobre.jpg) center center no-repeat;
    padding: 5% 0%;
    margin: 8% 0% 3%;
}

    #sobre h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        text-transform: uppercase;
        padding: 0px 70% 0px 0px;
    }

    #sobre h3 {
        color: #FFFFFF;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 16px;
        line-height: 23px;
        padding: 0% 53% 0% 0%;
        font-weight: normal;
    }

    #sobre .btn-default {
        width: 160px;
    }

.btn-default {
    background-color: #434955;
    color: #FFFFFF;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

#parceiros .carousel {
    height: 150px !important;
    overflow: initial;
}

    #parceiros .carousel .carousel-item {
        padding: 3%;
        width: auto;
    }

#foot {
    background-color: #434955;
    padding: 3% 0% 0;
}

    #foot h1 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
    }

    #foot h3, a {
        color: #FFFFFF;
        font-family: "Noto Sans";
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        margin-top: 10px;
        text-align: left;
    }

    #foot .btn-primary {
        border-radius: 0px;
        border: none;
        background-color: #30B14E;
        color: #FFFFFF;
        font-family: Quicksand;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        margin-top: 35px;
    }

    #foot img {
        margin-right: 5px;
    }

footer {
    background-color: #434955;
    padding: 15px 0%;
}

    footer hr {
        border: 1px solid #A3A9B1;
        margin-bottom: 50px;
    }

    footer h2 {
        color: #DFE3E8;
        font-family: Oswald;
        font-size: 25px;
        font-weight: 600;
        line-height: 32px;
        margin: -8px 0;
    }

    footer h3 {
        color: #DFE3E8;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 15px;
        line-height: 20px;
        margin: 0;
    }

    footer img {
        margin-right: 5px;
    }

    footer a {
        color: #DFE3E8;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }

        footer a:hover {
            color: #dedede;
        }

    footer h4 {
        color: #A4ADB9;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        margin: 0;
    }

    footer a span {
        color: #A4ADB9;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 17px;
        text-align: right;
    }

#bannerInt {
    padding: 12% 0%;
}

    #bannerInt h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        text-transform: uppercase;
    }

.quemSomos {
    background: url(../img/quemSomos.jpg) center center no-repeat;
}

#sobreInt {
    padding: 3% 0%;
}

#quemSomosInt {
    margin: 0% 0% 6%;
}

    #quemSomosInt h2 {
        color: #434955;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        display: inline-block;
        text-transform: uppercase;
    }

    #quemSomosInt p {
        color: #6F7788;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 16px;
        line-height: 23px;
        font-weight: normal;
        margin-bottom: 5%;
    }

        #quemSomosInt p span {
            font-weight: 700 !important;
        }

.fundo {
    background-color: #F8F9FA;
    padding: 4% 0%;
    margin-top: 3%;
}

.socio {
    margin-top: 3%;
    margin-bottom: 7%;
}

    .socio h2 {
        color: #434955;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 21px !important;
        font-weight: bold;
        line-height: 25px !important;
        text-transform: initial !important;
        margin-bottom: 0;
    }

    .socio h3 {
        color: #434955;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .socio h4 {
        color: #30B14E;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 17px;
        line-height: 25px;
        margin-top: 30px;
    }

    .socio ul {
        margin-top: 8%;
        padding: 0;
    }

        .socio ul li {
            padding-left: 0px;
            list-style-type: none;
            color: #6F7788;
            font-family: "IBM Plex Sans Condensed", sans-serif;
            font-size: 14px;
            line-height: 20px;
            margin: 15px 0px;
        }

            .socio ul li span {
                color: #6F7788;
                font-family: "IBM Plex Sans Condensed", sans-serif;
                font-size: 14px;
                font-weight: bold;
                line-height: 20px;
            }

.parceiros {
    background: url(../img/parceiros.jpg) center center no-repeat;
}

.parceiro img {
    padding: 0%;
    width: 100%;
    margin-top: 10%;
    height: 270px;
}

.valor {
    background: url(../img/missao.jpg) center center no-repeat;
    padding: 3% 0%;
    margin-bottom: 0 !important;
}

.valor .carousel-indicators{
    width: 4%;
    margin-left: -40.5%;
}

.carousel-indicators .active {
    margin-bottom: 0 !important;
}

.valor .carousel-control {
    background: none !important;
}

.valor .carousel {
    height: 325px;
}

.valor h2 {
    color: #FFFFFF !important;
    font-family: Oswald !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
}

.valor h3 {
    color: #FFFFFF;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.obj {
    margin: 3% 0%;
}

    .obj h2 {
        color: #434955;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        margin: 0;
    }

    .obj h3 {
        color: #434955;
        font-family: Oswald;
        font-size: 18px;
        line-height: 23px;
        margin: 0;
    }

    .obj p {
        color: #6F7788;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 16px;
        line-height: 23px;
    }

#parceiroInt h2 {
    color: #434955;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

#parceiroInt p {
    color: #6F7788;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
}

.contato {
    background: url(../img/contato.jpg) center center no-repeat;
}

#contatoInt h2 {
    color: #434955;
    font-family: Oswald;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
    text-transform: uppercase;
}

#contatoInt h3 {
    color: #6F7788;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

#contatoInt .form-control {
    border: none;
    border-bottom: 1px solid #29823D;
    border-radius: 0px;
    box-shadow: none;
    color: #FFFFFF;
    padding: 4% 2%;
    font-family: Oswald;
    font-size: 26px;
    line-height: 22px;
    background-color: rgba(48,177,78,0);
}

#contatoInt label {
    color: #29823D;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
}

.contatoInt {
    background-color: rgba(48,177,78,0.87);
    padding: 6%;
    margin-bottom: 6%;
}

#contatoInt .btn-default {
    color: #434955;
    font-family: Quicksand;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    background-color: #FFFFFF;
    letter-spacing: 3px;
}

#contatoInt .traco{
        margin: 0 2.5% 8.7% 0;
        width: 17%;
}

#contatoInt h2{
    width: 80%;
}

.projetos {
    background: url(../img/projeto.jpg) center center no-repeat;
}

#projetosInt h2 {
    color: #434955;
    font-family: Oswald;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    display: inline-block;
    text-transform: uppercase;
}

#projetosInt .andamentoInt h2 {
    color: #6F7788;
    font-family: Oswald;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-transform: initial;
}

#projetosInt .andamentoInt h3 {
    color: #6F7788;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin: 0;
    margin-bottom: 4%;
}

#projetosInt .andamentoInt {
    min-height: 360px;
}

#projetosInt .realizadosInt {
    margin: 3% 0%;
}

#projetosInt .andamentoInt img {
    width: 100%;
}

#projetosInt .realizadosInt h2 {
    color: #6F7788;
    font-family: Oswald;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    text-transform: initial;
}

    #projetosInt .realizadosInt h2 span {
        color: #6F7788;
        font-family: Oswald;
        font-size: 26px;
        font-weight: 300;
        line-height: 35px;
    }

#projetosInt .realizadosInt h3 {
    color: #6F7788;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

#projetosInt .realizadosInt h4 {
    color: #434955;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
}

#projetosInt .local {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    background-color: #F7F8F9;
    padding: 19px 15px;
    height: 125px;
}

#projetosInt img {
    width: 100%;
}

.midia {
    background: url(../img/midia.jpg) center center no-repeat;
}

#midiaInt .midiaInt {
    min-height: 245px;
    margin-top: 3%;
}

#midiaInt img {
    width: 100%;
}

#midiaInt h2 {
    color: #434955;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 0;
}

#midiaInt h3 {
    color: #A3A9B1;
    font-family: "IBM Plex Sans Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin: 0;
}

#inicial {
    background: url(../img/inicio.jpg) center center no-repeat;
    padding: 10% 0%;
}

    #inicial .btn-default {
        background-color: #1A7ACF;
        color: #fff;
        font-family: Quicksand;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        border-radius: 0px;
        letter-spacing: 3px;
        padding: 8px 40px;
        margin-top: 15%;
    }

    #inicial .btn-primary {
        background-color: #30B14E;
        color: #fff;
        font-family: Quicksand;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        border-radius: 0px;
        letter-spacing: 3px;
        padding: 8px 40px;
        margin-top: 15%;
    }

    #inicial .btn-default:hover {
        background-color: #777;
        color: #fff;
    }

    #inicial .btn-primary:hover {
        background-color: #777;
        color: #fff;
    }

.inicio {
    border-radius: 0 32px 0 32px;
    background-color: rgba(255,255,255,0.92);
    box-shadow: 0 28px 25px 0 rgba(0,0,0,0.5);
    padding: 9.5% 0%;
}

.lado {
    content: "";
    border: 1px solid #C7CDD9;
    height: 130px;
    width: 1%;
    margin-left: 50%;
}

@media(max-width:320px) {
    #projetos .carousel-inner {
    height: 320px;
}

    .valor .carousel {
    height: 380px;
}

    .valor .carousel-indicators {
    width: 56%;
    margin-left: -25%;
}

    #projetos .projeto {
        height: 310px;
    }

    .navbar {
        margin-bottom: -95px;
        position: initial;
    }

    .closebtn {
        display: initial;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	font-family: "IBM Plex Sans Condensed", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
    margin-top: 0%;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
        opacity: 1;
    }

    #topbar .logo {
        margin: 6% 0% -13%;
    }

    #banner .carousel-indicators li {
    margin-bottom: 10px !important;
}

    .navbar-nav {
        margin: 0;
    }

    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 100%; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0;
        display: none;
        left: 0;
        background-color: #3A404D; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

        /* The navigation menu links */
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover, .offcanvas a:focus {
                color: #f1f1f1;
            }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 25px;
        }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

    #topbar .logo {
        z-index: 1;
    }

    .logo img {
        width: initial;
    }

    #topbar {
        background-color: #30B14E;
        padding-bottom: 5%;
    }

    #bannerInt {
        padding: 39% 0% 42%;
        margin-bottom: -20%;
    }

    .quemSomos {
        background: url(../img/quemSomosXs.png) center center no-repeat;
    }

    .projetos {
        background: url(../img/projetosXs.png) center center no-repeat;
    }

    #banner {
        background: url(../img/bannerXs.png) center center no-repeat;
        margin: 0;
    }

        #banner img {
            width: 100%;
            margin-top: 0;
        }

        #banner h2 {
            margin-top: -85%;
            padding: 0% 6%;
            color: #FFFFFF;
            font-family: Oswald;
            font-size: 32px;
            font-weight: 500;
            line-height: 37px;
            text-align: center;
        }

        #banner h3 {
            padding: 0% 7%;
            text-align: center;
            color: #FFFFFF;
            font-family: "Noto Sans";
            font-size: 15px;
            line-height: 19px;
        }

        #banner .carousel-control {
            display: none !important;
        }

        #banner .carousel-indicators li {
            display: inline-block;
        }

        #banner .carousel-indicators {
            width: initial;
            margin-left: 0px;
            right: 0%;
            left: 0%;
        }

    .btn {
        color: #FFFFFF;
        font-family: Quicksand;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        letter-spacing: 3px;
        padding: 10px 20px;
    }

    h1 {
        margin: 3% 0% 10%;
    }

    .carousel-indicators {
        margin-bottom: -15px !important;
    }

    #projetos .carousel-indicators .active {
        margin-bottom: 0 !important;
    }

    #sobre h2 {
        text-transform: uppercase;
        padding: 0;
    }

    #sobre h3 {
        padding: 0;
    }

    #sobre {
        padding: 5% 0% 8%;
    }

    #foot {
        background-color: #fff;
        margin-bottom: -10%;
    }

    .footXs {
        background-color: #30B14E;
        border-radius: 11px;
    }

    #foot h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 23px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
    }

    footer{
        padding: 40px 0px;
    }

    footer hr {
        display: none;
    }

    footer h2 {
        padding: 10% 0% 5%;
    }

    footer h3 {
        margin: 3% 0%;
        text-align: left;
    }

    footer a {
        padding: 3% 0%;
    }

    #bannerInt h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
    }

    #quemSomosInt .traco {
        display: none;
    }

    #quemSomosInt h2 {
        color: #434955;
        font-family: Oswald;
        font-size: 30px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
        display: block;
    }

    #quemSomosInt p {
        color: #6F7788;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-size: 17px;
        line-height: 23px;
        text-align: center;
    }

    .socio ul {
        padding: 0;
    }

    .traco {
        display: none;
    }

    .socio .carousel {
        height: auto;
    }

    .socio .carousel-indicators .active {
        margin-bottom: 0 !important;
    }

    .valor {
        background: #30B14E;
    }

        .valor .carousel-indicators .active {
            margin-bottom: 0 !important;
            background-color: #fff !important;
        }

        .valor h2, .valor h3 {
            display: block !important;
            text-align: center !important;
        }

    #projetosInt h2 {
        text-align: center !important;
        display: block;
    }

    #projetosInt .realizadosInt h3 {
        text-align: center;
        font-size: 16px;
    }

    #projetosInt .realizadosInt h4 {
        text-align: center;
        font-size: 17px;
    }

    #projetosInt .realizadosInt h2 {
        text-align: center;
    }

    #projetosInt .local {
        margin-top: -7%;
        border-bottom-left-radius: 11px;
        border-top-right-radius: 0px;
    }

    #projetosInt img {
        width: 100%;
        border-radius: 15px;
    }

    #inicial img {
        width: 100%;
    }

    #inicial .btn-primary {
        padding: 8px 20px;
    }

    #inicial .btn-default {
        padding: 8px 20px;
    }

    #inicial {
        padding: 20% 0%;
    }
    #parceiros .carousel {
    height: 150px !important;
    overflow: hidden;
}

        #parceiroInt p, #parceiroInt h2, #parceiroInt h3 {
    text-align: center;
}

        .traco{
            display: none;
        }

        #contatoInt h2 {
            width: 100%;
            display: block;
            text-align: center;
        }

         #contatoInt h3 {
            text-align: center;
        }

             .valor {
        background: #30B14E;
        padding: 3% 0% 30%;
        margin-bottom: -20% !important;
    }

    .parceiros{
        background: url(../img/parceirosXs.jpg) center center no-repeat;
    }

    .parceiro img{
        height: 110px;
        border: none;
        margin-top: 15%;
    }

    .obj{
        margin: 7% 0%;
    }

    .obj h3{
        text-transform: uppercase;
    }

        #topbar .logo {
        z-index: 1;
        width: 65%;
    }
}

@media(min-width: 321px) and (max-width:767px) {
    #parceiros .carousel {
    height: 150px !important;
    overflow: hidden;
}
        #projetos .carousel-inner {
    height: 400px;
}

    #projetos .projeto {
        height: 370px;
    }

    #banner .carousel-indicators .active {
    margin-bottom: 10px !important;
}

        #projetos .carousel-inner {
    height: 385px;
}

    .valor .carousel {
    height: 380px;
}

    .valor .carousel-indicators {
    width: 56%;
    margin-left: -25%;
}

    #banner {
        margin: 0;
    }

    .navbar {
        position: absolute;
    }

    .closebtn {
        display: initial;
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        text-align: center;
        color: #fff;
        margin-top: 0px;
    padding-top: 20px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        text-align: center;
        opacity: 1;
    }

    #topbar .logo {
        margin: 6% 0% -11%;
    }

    #topbarInt .logo {
        margin: 6% 0% -11%;
    }

    .navbar-nav {
        margin: 0;
    }

    /* The side navigation menu */
    .sidenav {
        height: 100%; /* 100% Full-height */
        width: 100%; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0;
        display: none;
        left: 0;
        background-color: #3A404D; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 60px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    }

        /* The navigation menu links */
        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
            color: #818181;
            display: block;
            transition: 0.3s;
        }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover, .offcanvas a:focus {
                color: #f1f1f1;
            }

        /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 25px;
        }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    #main {
        transition: margin-left .5s;
        padding: 20px;
    }

    #topbar .logo {
        z-index: 1;
        width: 65%;
    }

    .fechar{
        z-index: 2;
    }

#topbar {
    background-color: #30B14E;
    padding-bottom: 5%;
}

    #topbarInt .logo {
        z-index: 0;
        margin-top: 5% !important;
    }

    #topbarInt.navbar {
        position: initial;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 25px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #30B14E;
        }

    .logo img {
        width: initial;
    }

    .navbar-default {
        background-color: transparent;
        opacity: 1;
    }

    #banner {
        background: url(../img/bannerXs.png) center center no-repeat;
        margin: 0;
    }

        #banner img {
            width: 100%;
            margin-top: 16%;
        }

        #banner h2 {
            margin-top: -85%;
            padding: 0% 6%;
            color: #FFFFFF;
            font-family: Oswald;
            font-size: 32px;
            font-weight: 500;
            line-height: 37px;
            text-align: center;
        }

        #banner h3 {
            padding: 0% 7%;
            text-align: center;
            color: #FFFFFF;
            font-family: "Noto Sans";
            font-size: 15px;
            line-height: 19px;
        }

        #banner .carousel-control {
            display: none !important;
        }

        #banner .carousel-indicators li {
            display: inline-block;
        }

        #banner .carousel-indicators {
            width: initial;
            margin-left: 0px;
            right: 0%;
            left: 0%;
        }

    .btn {
        color: #FFFFFF;
        font-family: Quicksand;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        text-align: center;
        letter-spacing: 3px;
        padding: 10px 20px;
    }

    h1 {
        margin: 3% 0% 10%;
    }

    .carousel-indicators {
        margin-bottom: -15px !important;
    }

    #projetos .carousel-indicators .active {
        margin-bottom: 0 !important;
    }

    #sobre h2 {
        text-transform: uppercase;
        padding: 0;
    }

    #sobre h3 {
        padding: 0;
    }

    #sobre {
        padding: 5% 0% 8%;
    }


    #foot {
        background-color: #fff;
        margin-bottom: -13%;
    }

    .footXs {
        background-color: #30B14E;
        border-radius: 11px;
    }

    #foot h2 {
        color: #FFFFFF;
        font-family: Oswald;
        font-size: 23px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
    }

    footer{
        padding: 40px 0px;
    }

    footer hr {
        display: none;
    }

    footer h2 {
        padding: 10% 0% 5%;
    }

    footer h3 {
        margin: 3% 0%;
    }

    footer a {
        padding: 3% 0%;
        line-height: 37px;
    }

    #bannerInt {
        padding: 20% 0% 5%;
    }

        #bannerInt h2 {
            color: #FFFFFF;
            font-family: Oswald;
            font-size: 28px;
            font-weight: 500;
            line-height: 35px;
            text-align: center;
        }

    #quemSomosInt .traco {
        display: none;
    }

    #quemSomosInt h2 {
        color: #434955;
        font-family: Oswald;
        font-size: 30px;
        font-weight: 500;
        line-height: 35px;
        text-align: center;
    }

    #quemSomosInt p {
        color: #6F7788;
        font-family: "IBM Plex Sans Condensed";
        font-size: 17px;
        line-height: 23px;
        text-align: center;
    }

    .socio ul {
        padding: 0;
    }

    .socio .carousel {
        height: auto;
    }

    .socio .carousel-indicators .active {
        margin-bottom: 0 !important;
    }

    .valor {
        background: #30B14E;
        padding: 3% 0% 30%;
        margin-bottom: -20% !important;
    }

        .valor .carousel-indicators .active {
            margin-bottom: 0 !important;
            background-color: #fff !important;
        }

        .valor h2, .valor h3 {
            display: block !important;
            text-align: center !important;
        }

    #projetosInt .realizadosInt h3 {
        text-align: center;
        font-size: 20px;
    }

    #projetosInt .realizadosInt h4 {
        text-align: center;
        font-size: 24px;
    }

    #projetosInt .realizadosInt h2 {
        text-align: center;
    }

    #projetosInt .local {
        margin-top: -7%;
        border-bottom-left-radius: 11px;
        border-top-right-radius: 0px;
    }

    #projetosInt img {
        width: 100%;
        border-radius: 15px;
    }

    #projetosInt .realizadosInt {
        margin: 6% 0%;
    }

    #inicial img {
        width: 100%;
    }

    #inicial {
        padding: 26% 0%;
    }

    #parceiroInt p, #parceiroInt h2, #parceiroInt h3 {
    text-align: center;
}
            .traco{
            display: none;
        }

        #contatoInt h2 {
            width: 100%;
            display: block;
            text-align: center;
        }

         #contatoInt h3 {
            text-align: center;
        }

                      .valor {
        background: #30B14E;
        padding: 3% 0% 30%;
        margin-bottom: -20% !important;
    }

    .parceiro img{
        height: 110px;
        border: none;
        margin-top: 15%;
    }

    .obj{
        margin: 7% 0%;
    }

    .obj h3{
        text-transform: uppercase;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #parceiros .carousel {
    height: 150px !important;
    overflow: hidden;
}

    #topbar .logo {
        z-index: 1;
        margin: 3% 0% -11%;
    }

    .logo img {
        width: 100%;
    }

    #topbar .logoPlano {
        z-index: 1;
        margin: 6% 0% -16%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }

    #bannerInt {
        padding: 17% 0%;
    }

    #banner h2 {
        font-size: 33px;
        margin-top: -35%;
        padding: 0% 49% 0% 0%;
    }

    #banner h3 {
        font-size: 16px;
        padding: 0% 50% 0% 0%;
    }

    .projeto h3 {
        font-size: 11px;
    }

    .projeto h2 {
        font-size: 14px;
    }

    #sobre h3 {
        font-size: 16px;
    }

    #foot .btn-primary {
        margin-top: 20px;
    }

    #foot h3, a {
        font-size: 10px;
    }

    footer a {
        font-size: 10px;
    }

    footer h2 {
        font-size: 20px;
    }

    footer h3 {
        font-size: 10px;
    }

    footer h4 {
        text-align: initial;
    }

    #parceiroInt p {
        font-size: 13px;
    }

    #parceiroInt h2 {
        font-size: 22px;
    }

    .fundo img {
        width: 100%;
    }

    .valor h3 {
        font-size: 13px;
    }

    #projetosInt .local {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 11px;
        margin-top: -6%;
        border-bottom-left-radius: 11px;
    }

    #projetosInt img {
        border-top-right-radius: 11px;
    }

    .valor .carousel-indicators .active {
        margin-bottom: 0px !important;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    #banner h2 {
        padding: 0% 47% 0% 0%;
    }

    #banner .carousel-control.left {
        margin: 38% 77% 0% !important;
    }

    #banner .carousel-control.right {
        margin: 38% 17% 0% !important;
    }

    .projeto h3 {
        font-size: 12px;
    }

    .projeto h2 {
        font-size: 16px;
    }

    #foot .btn-primary {
        margin-top: 23px;
    }

    footer h2 {
        font-size: 23px;
    }

    footer h3 {
        font-size: 12px;
    }

    footer a {
        font-size: 12px;
    }

    #bannerInt {
        padding: 15% 0%;
    }

    .fundo img {
        width: 100%;
    }

    #projetosInt .local {
        height: 100px;
    }

    #projetosInt .realizadosInt h4 {
        font-size: 13px;
    }

    #projetosInt .realizadosInt h3 {
        font-size: 10px;
    }

        #parceiros .carousel {
    height: 150px !important;
    overflow: initial;
}
}
