﻿@font-face {
    font-family: 'Museo500';
    src: url('../assets/fonts/Museo500-Regular.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/Museo500-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/fonts/Museo500-Regular.woff') format('woff'), /* Modern Browsers */
        url('../assets/fonts/Museo500-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/fonts/Museo500-Regular.svg#e3e98f6b6cb95391f30e0ab01b7437d9') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('../assets/fonts/SourceSansPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/fonts/SourceSansPro-Regular.woff') format('woff'), /* Modern Browsers */
        url('../assets/fonts/SourceSansPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/fonts/SourceSansPro-Regular.svg#acb2ff9f1528a62353501911e112e2e2') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'Source Sans Black';
    src: url('../assets/fonts/SourceSansPro-Black.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/fonts/SourceSansPro-Black.woff') format('woff'), /* Modern Browsers */
        url('../assets/fonts/SourceSansPro-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/fonts/SourceSansPro-Black.svg#daf12afc31dc3d4b43e1f5e66ac75d3d') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'Source Sans Light';
    src: url('../assets/fonts/SourceSansPro-Light.eot'); /* IE9 Compat Modes */
    src: url('../assets/fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../assets/fonts/SourceSansPro-Light.woff') format('woff'), /* Modern Browsers */
        url('../assets/fonts/SourceSansPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../assets/fonts/SourceSansPro-Light.svg#dd3b7a876484172d97db2422648cdc50') format('svg'); /* Legacy iOS */

    font-style:   normal;
    font-weight:  200;
}

html, body{
    width: 100%;
    overflow-x: hidden
}
a{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, div{
    -webkit-font-smoothing: antialiased;
}

span{
    -webkit-font-smoothing: antialiased;
}

.hide{
    display: none;
}

.center{
    display: inline-block;
    height: 100%;
}

.container{
    width: 100%;
    height: 100vh;
    background-image: url('../assets/images/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
}
.container .center{
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
}

.container .center .logo .imgContainer{
    text-align: center;
}

.container .center .logo .subTitle{
    text-align: center;
    color: #a7ada0;
}

.container .center .menu{
    margin-top: 32px;
}

.container .center .menu .menuContainer{
    display: block;
    text-align: center;
}

.container .center .menu .menuContainer .menuItem{
    display: inline-block;
    text-transform: uppercase;
    margin-left: 30px;
}

.container .center .menu .menuContainer .menuItem:first-child{
    margin-left: 0;
}

.container .center .menu .menuContainer .menuItem a{
    color: #fffeff;
    font-family: 'Source Sans Light', sans-serif;
    letter-spacing: 1.5px;
}

/*header*/
.nota{
    background: #000;
    padding: 10px;
    color: #cacaca;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
}
header{
    width: 100%;
    height: 130px;
    background-image: url('../assets/images/backgroundHeader.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
header .center{
    width: 80%;
}

header .logo{
    display: inline-block;
    padding-top: 30px;
    float: left;
}
header .logo img{
    margin: 0 -70px;
}

header .menuContainer{
    border-bottom: solid 2px #AFBC9C;
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    padding-bottom: 25px;
    position: relative;
    float: right
}

header .menuContainer .menu{
    display: block;
}	

header .menuContainer .menu .menuItem{
    display: inline-block;
    margin-left: 50px;
    text-align: right;
}	
header .menuContainer .menu .menuItem:first-child{
    margin-left: 0px;
}	

header .menuContainer .menu .menuItem a{
    text-transform: uppercase;
    color: #fffeff;
    font-family: 'Source Sans Light', sans-serif;
    font-size: 20px;
    text-align: right;
}

header .menuContainer .line{
    width: 91%;
    height: 2px;
    background-color: #FFF;
    margin-left: 25px;
    position: relative;
    top: 25px;
    opacity: 0.6;
}
.navbar-toggle{
    display: none;
}

/* Banner */

.banner{
    width: 100%;
    background-color: #fff;
}

.banner .image{
    width: 55%;
    display: inline-block;
    overflow: hidden;
}

.banner .image img{
    width: 100%;
    display: block
}	

.banner .text{
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

.banner .text h1{
    color: #2b440e;
    text-transform: uppercase;
    font-family: 'Museo500';
    font-size: 30px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 30px;
}

.banner .text .innerText{
    font-family: 'Source Sans Light', sans-serif;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    padding-left: 40px;
    padding-top: 40px;
    box-sizing: border-box;
}

.banner .text .innerText p{
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 17px;
}
/* What We Do */

.whatWeDo{
    width: 100%;
    background-image: url('../assets/images/backgroundWhat.jpg');
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -3px;
    position: relative;
}

.whatWeDo h1{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Museo500';
    font-size: 27px;
    margin-top: 80px;
}

.whatWeDo .subTitle{
    color: #e3e3e3;
    font-family: 'Source Sans Light', sans-serif;
    font-size: 20px;
    width: 470px;
    max-width: 100%;
    line-height: 22px;
    display: inline-block;
    margin-top: 40px;
}

.whatWeDo .center{
    width: 80%
}
.whatWeDo .menu{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 40px;
}

.whatWeDo .menu .menuItem{
    display: inline-block;
    width: 33%;
    height: 100px;
    vertical-align: top;
    cursor: pointer;
}

.whatWeDo .menu .menuItem h1{
    font-family: "Source Sans Black";
    color: #FFF;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 23px;
    margin-top: 0;
}


.whatWeDo .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #FFF;
    width: 80%;
    height: 80%;
    overflow-y: auto;
    box-sizing: border-box;
}

.whatWeDo .box .header{
    position: relative;
    display: block;
    width: 100%;
    background-color: #e9e9e9;
    margin-bottom: 20px;
}

.whatWeDo .box .header h1{
    margin-top: 0;
    color: #29371f;
    font-size: 25px;
    line-height: 32px;
    padding: 8px 15px;
}

.whatWeDo .box .header .close{
    font-family: 'Source Sans Black';
    position: absolute;
    top: 1px;
    right: 9px;
    cursor: pointer;
    color: #191919;
}

.whatWeDo .box .itens{
    text-align: center;
}

.whatWeDo .box .itens .itensContainer{
    width: 70%;
    display: inline-block;
    margin-left: 20px;
}

.whatWeDo .box .itens .itensContainer li{
    position: relative;
    color: #29371F;
    font-family: 'Source Sans Light', sans-serif;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.whatWeDo .box .itens .itensContainer li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1000px;
    background-color: #d7d7d7;
    top: 6px;
    left: -22px;
}
.whatWeDo .box .itens .itensContainer li p{
    margin-bottom: 5px;
}

.whatWeDo .box .control{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 26px;
    cursor: pointer;
}

.whatWeDo .box .previus{
    background-image: url('../assets/images/previusButton.png');
    left: 5px;
}

.whatWeDo .box .next{
    background-image: url('../assets/images/nextButton.png');
    right: 5px;
}

/* Imgage Gallery */

.imagesGallery{
    display: block;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}
.imagesGallery .center{
    width: 80%
}

.imagesGallery .containerImg{
    width: 100%;
    text-align: center;
}
.imagesGallery .containerImg .fancybox{
    width: 33.33%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
}
.imagesGallery .containerImg .image{
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
}
.imagesGallery .containerImg .image img{
    display: block;
    width: 100%;
}

.imagesGallery .containerImg .image .shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 15%,  rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 15%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 15%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Infos */

.infos{
    background-color: #f3f3f3;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.infos .title{
    text-align: left;
    margin-left: 0;
}

.infos .title .icon{
    background-image: url('../assets/images/infoIcon.png');
    width: 72px;
    height: 35px;
    display: inline-block;
}

.infos .title h1{
    color: #2b440e;
    text-transform: uppercase;
    font-family: 'Museo500';
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    margin-left: 15px;
}

.infos .subTitle{
    font-family: 'Source Sans Light', sans-serif;
    color: #757575;
    text-align: left;
    font-size: 21px;
    margin-top: 8px;	
}

.infos .perfil{
    margin-top: 80px;
}

.infos .center{
    width: 80%;
    box-sizing: border-box;
}

.infos .perfil .person{
    display: block;
    width: 30%;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-right: 15px
}

.infos .perfil .person .circle{
    overflow: hidden;
    width: 186px;
    height: 186px;
    border-radius: 1000px;
    margin: auto;
}
.infos .perfil .person .circle img{
    width: 100%;
}
.infos .perfil .person h1{
    color: #3b482a;
    text-transform: uppercase;
    font-family: 'Source Sans Black', sans-serif;
    letter-spacing: 1.2px;
    margin-top: 12px;
    font-size: 21px;
}

.infos .perfil .person h3{
    color: #757575;
    font-family: 'Source Sans Light', sans-serif;
    letter-spacing: 1.6px;
    font-size: 19px;
    margin-top: 5px;
}

.infos .perfil .resume{
    display: block;
    vertical-align: top;
    padding-left: 35px;
    border-left: 2px solid #7c8471;	
    width: 70%;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 80px;
}

.infos .perfil .resume h1{
    color: #757575;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
}

.infos .perfil .resume .carrer{
    margin-bottom: 30px;
}
.infos .perfil .resume .item{
    margin-bottom: 30px;
}
.infos .perfil .resume .item:last-child{
    margin-bottom: 0;
}

.infos .perfil .resume .item h1{
    color: #757575;
    text-align: left;
    font-family: 'Source Sans Black', sans-serif;
    font-size: 22px;
}

.infos .perfil .resume .item .itens{
    margin-left: 14px;
}

.infos .perfil .resume .item .itens li{
    text-align: left;
    font-family: 'Source Sans Light', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #757575;
    margin-top: 11px;
    position: relative;
    font-size: 18px;
}

.infos .perfil .resume .item .itens li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 1000px;
    background-color: #d7d7d7;
    top: 6px;
    left: -12px;
}

/* FOOTER */

footer{
    width: 100%;
    background-image: url('../assets/images/backgroundFooter.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 0;
    padding: 70px 0 20px 0;
    text-align: center;
}
footer .center{
    width: 80%;
    box-sizing: border-box;
}

footer .companyInfo{
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 24px;
    margin-top: 40px;
}

footer .companyInfo .card{
    margin-bottom: 30px;
}

footer .companyInfo .card, footer .companyInfo .card a {
    color: #FFF;
    font-family: 'Source Sans Pro';
    font-size: 21px;
}

footer .companyInfo .phone {
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin-left: 35px;
}

footer .companyInfo .phone .icon{
    width: 14px;
    height: 15px;
    background-image: url('../assets/images/phone.png');
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

footer .companyInfo .address{
    width: 300px;
    max-width: 100%;
    text-align: center;
    line-height: 22px;
    margin-left: 35px;
}

footer .companyInfo .address .icon{
    width: 14px;
    height: 20px;
    background-image: url('../assets/images/pinMap.png');
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

footer .legalText{
    color: #FFF;
    font-family: 'Source Sans Pro';
    font-size: 19px;
    text-align: center;
    width: 370px;
    max-width: 100%;
    line-height: 21px;
}

footer .contac{
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-top: 10px;
}

footer .contac h1{
    color: #FFF;
    font-family: 'Museo500';
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 30px;
}

footer .contac input{
    width: 100%;
    height: 30px;
    border-radius: 8px;
    border: 0;
    font-size: 14px;
    padding-left: 10px;
    box-shadow: inset 3px 4px 4px #ccc;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
}

footer .contac textarea{
    width: 100%;
    box-shadow: inset 3px 4px 4px #ccc;
    border-radius: 8px;
    border: 0;
    font-size: 14px;
    resize: none;
    padding-left: 9px;
    padding-top: 6px;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
}

footer .contac button{
    display: block;
    border-radius: 10px;
    background-color: #f3f3f3;
    border: none;
    width: 70px;
    height: 35px;
    text-transform: uppercase;
    margin-top: 14px;
    text-align: center;
}

footer .assinatura{
    text-align: right;
    margin-top: 60px;
    display: block;
}
.html-pag-envia, .pag-envia {
    height: 100%;
    width: 100%;
    margin: 0
}
.pag-envia{
    background-image: url('../assets/images/backgroundWhat.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.box-msg {
    background: #253C1A;
    border-bottom: solid 5px #344B2A;
    border-radius: 0;
    box-shadow: 3px 3px 20px -5px #000;
    display: block;
    padding: 15px;
    margin: auto;
    margin-top: 50px;
    max-width: 100%;
    max-width: 330px;
    text-align: center;
}
.box-msg h4 {
    color: #fff;
    font-family: 'Museo500';
    font-weight: normal
}
.box-msg a {
    color: #fff;
    display: block;
    font-family: 'Source Sans Light', sans-serif;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.modal{
    background: #fff;
    border: solid 3px #000;
    border-radius: 5px;
    box-sizing: border-box; 
    left: 25%;
    overflow-y: auto;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 5%;
    max-height: 90%;
    max-width: 90%; 
    width: 50%;
    z-index: 9;

    display: none;
}
.modal .close{
    cursor: pointer;    
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-family: 'Source Sans Pro';
    font-size: 40px;
    line-height: 18px;

}
.modal h3{
    font-family: 'Source Sans Pro';
    margin-bottom: 20px;
}
.modal p{
    font-family: 'Source Sans Light', sans-serif;
    line-height: 25px;
}
/*** RESPONSIVE ***/

@media screen and (min-width: 1330px){
    .banner .text .innerText p{
        line-height: 23px;
        margin-bottom: 10px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1250px){
    /* SOBRE */
    .banner .image {
        width: 45%;
    }
    .banner .image img {
        width: 110%;
        margin-left: -10%;
    }
    .banner .text {
        width: 45%;
    }
    .banner .text .innerText {
        padding: 30px 0 20px 25px;
    }
    .banner .text h1 {
        padding-bottom: 20px;
    }
    .banner .text .innerText p{
        line-height: normal;
        margin-bottom: 5px;
    }
    /* END SOBRE */
}
@media screen and (max-width: 1200px){
    /* SOBRE */
    .banner .text h1 {
        font-size: 25px;
    }
    /* END SOBRE */
}
@media screen and (max-width: 1180px){
    /* SOBRE */
    .banner .image img{
        width: 122%;
        margin-left: -22%;
    }
    .banner .text h1 {
        font-size: 25px;
    }
    /* END SOBRE */

    /* O QUE FAZEMOS */
    .whatWeDo{
        padding-bottom: 40px;
    }
    .whatWeDo h1{
        font-size: 25px;
        margin-top: 50px;
    }
    .whatWeDo .subTitle{
        margin-top: 35px;
        margin-bottom: 25px;
    }
    .whatWeDo .menu{
        margin-top: 0;
        width: 100%;
    }
    .whatWeDo .menu .menuItem {
        display: block;
        width: 33.33%;
        float: left;
        height: 70px;
    }
    /* END O QUE FAZEMOS */

    /* FOOTER */
    footer .contac h1 {
        font-size: 25px;
        padding-bottom: 25px;
        margin-top: 30px;
    }
    /* END FOOTER */
}
@media screen and (max-width: 1070px){
    /* SOBRE */
    .banner .text .innerText p{
        font-size: 16px;
    }
    /* END SOBRE */
}
@media screen and (max-width: 1050px){
    /* SOBRE */
    .banner .text .innerText p {
        font-size: 16px;
    }
    /* END SOBRE */
}
@media screen and (max-width: 1050px){
    /* HEADER */
    header .menuContainer .menu .menuItem {
        margin-left: 30px;
    }
    /* END HEADER */
}
@media screen and (max-width: 991px){
    /* HEADER */
    header .center{
        width: 90%;
    }
    header .menuContainer .menu .menuItem {
        margin-left: 25px;
    }
    header .menuContainer .menu .menuItem a {
        font-size: 17px;
    }
    /* END HEADER */

    /* SOBRE */
    .banner .image img {
        width: 125%;
        margin-left: -25%;
    }
    .banner .text {
        width: 50%;
    }
    /* END SOBRE */

    /* GALERIA */
    .imagesGallery .center {
        width: 90%;
    }
    /* END GALERIA */

    /* O QUE FAZEMOS */
    .whatWeDo .center{
        width: 90%;
    }
    .whatWeDo .box{
        width: 90%;
    }
    .whatWeDo .box .header{
        margin-bottom: 15px;
    }
    .whatWeDo .box .header h1 {
        font-size: 22px;
        line-height: 25px;
    }
    /* END O QUE FAZEMOS */

    /* COORDENA��O */
    .infos .center {
        width: 90%;
        padding-left: 10px
    }
    /* END COORDENA��O */

    /* FOOTER */
    footer {
        padding: 40px 0;
    }
    footer .center{
        width: 90%;
    }
    footer .assinatura {
        margin-top: 30px;
    }
    /* END FOOTER */

}
@media screen and (max-width: 970px){
    /* SOBRE */
    .banner .image img {
        width: 135%;
        margin-right: -10%;
    }
    /* END SOBRE */
}
@media screen and (max-width: 915px){
    /* SOBRE */
    .banner .image img {
        width: 145%;
        margin-right: -20%;
    }
    /* END SOBRE */
}
@media screen and (max-width: 865px){
    /* O QUE FAZEMOS */
    .whatWeDo .menu .menuItem h1 {
        font-size: 18px;
    }
    /* END O QUE FAZEMOS */
}
@media screen and (max-width: 840px){
    /* SOBRE */
    .banner .text .innerText{
        padding: 30px 0 20px 20px;
    }
    .banner .image img {
        width: 180%;
        margin-left: -42%;
    }
    /* END SOBRE */
}
@media screen and (max-width: 767px){

    /* HEADER */
    header {
        height: auto;
        min-height: 80px;
        position: fixed;
        z-index: 9;
        border-bottom: solid 1px #6D7B5A;
        background-size: 100% 80px;
    }
    header .center {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        display: block
    }
    header .logo{
        padding: 15px 0 5px 15px;
        height: 60px;
        overflow: hidden
    }
    header .logo img {
        margin: 0 -75px;
    }
    .navbar-toggle{
        display: block;
        padding: 15px 15px 30px ; 
        border: none;
        background: none;
        position: absolute;
        right: 0;
        top: 13px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 32px;
        height: 5px;
        border-radius: 5px;
        background-color: #CCAB4F;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    header .menuContainer{
        width: 100%;
        border: none;
        padding-bottom: 0;
        background: #1D3114;
        margin-top: 0;

        display: none;
    }
    header .menuContainer .menu .menuItem {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    header .menuContainer .menu .menuItem a {
        padding: 10px 15px;
        display: block;
        text-align: center;
        border-top: solid 1px #AFBC9C;
    }
    header .menuContainer .menu .menuItem a br{
        display: none;
    }
    /* END HEADER */

    /* BANNER */
    .banner {
        padding-top: 80px;
    }
    /* END BANNER */

    /* SOBRE */
    .banner .image , .banner .image img{
        width: 100%;
        margin: 0
    }
    .banner .text{
        width: 100%;
    }
    .banner .text h1 br{
        display: none;
    }
    .banner .text .innerText{
        width: 100%;
        padding: 30px 15px;
    }
    .banner .text .innerText p{
        margin-bottom: 10px;
    }
    /* END SOBRE */

    /* O QUE FAZEMOS */
    .whatWeDo h1 {
        margin-top: 40px;
    }
    .whatWeDo .subTitle {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .whatWeDo {
        padding-bottom: 25px;
    }
    .whatWeDo .center {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    /* END O QUE FAZEMOS */

    /* GALERIA */
    .imagesGallery .center {
        box-sizing: border-box;;
        width: 100%;
        padding: 0 15px;
    }
    .imagesGallery .containerImg .fancybox {
        padding: 2px;
    }
    /* END GALERIA */

    /* COORDENA��O */
    .infos .center{
        width: 100%;
        padding: 0 15px;
    }
    .infos .perfil .person {
        width: 35%;
    }
    .infos .perfil .resume {
        padding-left: 15px;
        width: 65%;
    }
    /* END COORDENA��O */

    /* END FOOTER */
    footer .center{
        width: 100%;
        padding: 0 15px;
    }
    /* END FOOTER */

    /* modal */
    .modal{
        left: 10%;
        width: 80%;
        padding: 15px;
    }
    /* end modal */
}
@media screen and (max-width: 700px){
    /* O QUE FAZEMOS */
    .whatWeDo .menu .menuItem h1 {
        font-size: 16px;
    }
}
@media screen and (max-width: 680px){
    /* FOOTER */
    footer .companyInfo{
        width: 50%;
    }
    footer .companyInfo .address , footer .companyInfo .phone{
        width: 100%;
        margin-left: 0;
        padding-right: 15px;
        font-size: 17px;
        box-sizing: border-box;
    }
    footer .legalText{
        width: 100%;
        padding-right: 15px;
        box-sizing: border-box;    
        font-size: 15px;
    }
    footer .contac {
        width: 50%;
    }
    /* END FOOTER */
}
@media screen and (max-width: 650px){
    /* INDEX */
    .box-index .imgContainer img{
        width: 120%;
        margin: 0 -10%;
    }
    .container .center .menu {
        margin-top: 10px;
    }
    .container .center .menu .menuContainer .menuItem {
        margin-left: 15px;
    }
    .container .center .menu .menuContainer .menuItem a{
        font-size: 99%;
    }
    /* END INDEX */

    /* COORDENA��O */
    .infos .perfil {
        margin-top: 40px;
    }
    .infos .perfil .person .circle {
        width: 150px;
        height: 150px;
    }
    .infos .perfil .resume {
        margin-bottom: 40px;
    }
    /* END COORDENA��O */
}
@media screen and (max-width: 625px){
    /* O QUE FAZEMOS */
    .whatWeDo {
        padding-bottom: 15px;
    }
    .whatWeDo .menu .menuItem {
        width: 50%;
    }
    /* END O QUE FAZEMOS */
}
@media screen and (max-width: 580px){
    /* INDEX */
    .container .center .menu .menuContainer .menuItem {
        margin-left: 10px;
    }
    .container .center .menu .menuContainer .menuItem a{
        font-size: 95%;
    }
    /* END INDEX */
}
@media screen and (max-width: 550px){
    /* INDEX */
    .container .center .menu .menuContainer .menuItem {
        margin-bottom: 10px;
        margin-left: 0;
        width: 100%;
    }
    .container .center .menu .menuContainer .menuItem a {
        font-size: 100%;
    }
    /* END INDEX */

    /* COORDENA��O */
    .infos .perfil .person .circle {
        width: 120px;
        height: 120px;
    }
    /* END COORDENA��O */

    /* FOOTER */
    footer{
        padding: 0 0 40px 0
    }
    footer .companyInfo, footer .companyInfo .address, footer .companyInfo .phone, footer .contac{
        width: 100%;
        padding: 0;
    }
    .companyInfo .address span{
        display: inline-block
    }
    .companyInfo .address br{
        display: none;
    }
    footer .companyInfo .card {
        margin-bottom: 20px;
    }
    footer .legalText{
        padding-right: 0;
    }
    footer .assinatura {
        text-align: center;
    }
    /* END FOOTER */
}
@media screen and (max-width: 500px){
    /* O QUE FAZEMOS */
    .whatWeDo .box .header h1 {
        font-size: 18px;
        line-height: 22px;
    }
    /* END O QUE FAZEMOS */

    /* COORDENA��O */
    .infos .perfil .person {
        width: 100%;
    }
    .infos .perfil .person .circle {
        width: 186px;
        height: 186px;
    }
    .infos .perfil .resume {
        margin-top: 30px;
        width: 100%;
    }
    /* END COORDENA��O */
}
@media screen and (max-width: 420px){
    /* O QUE FAZEMOS */
    .whatWeDo{
        padding-bottom: 30px;
    }
    .whatWeDo .subTitle {
        margin-bottom: 35px;
    }
    .whatWeDo .menu .menuItem {
        width: 100%;
        height: auto;
    }
    .whatWeDo .menu .menuItem.civil h1 {
        width: 100%;
        height: auto;
    }
    .whatWeDo .menu .menuItem h1 {
        top: 0;
        transform: translateY(0);
        margin-bottom: 5px;
        display: inline-block;
        position: relative;
        padding-left: 15px;
    }
    .whatWeDo .menu .menuItem.civil h1{
        width: 216px;
    }
    .whatWeDo .menu .menuItem h1:before {
        background: #fff;
        border-radius: 50%;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 5px;
    }
    /* END O QUE FAZEMOS */

    /* COORDENA��O */
    .infos .title .icon {
        background-size: 100%;
        height: 29px;
        width: 60px
    }
    .infos .title h1{
        margin-left: 10px;
    }
    /* END COORDENA��O */
}
@media screen and (max-width: 350px){
    .nota{
        font-size: 12px;
    }
}
/*** END RESPONSIVE ***/