@font-face {
    font-family: 'exo_2light_condensed';
    src: url('../fonts/exo2-lightcondensed-webfont.eot');
    src: url('../fonts/exo2-lightcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-lightcondensed-webfont.woff2') format('woff2'),
         url('../fonts/exo2-lightcondensed-webfont.woff') format('woff'),
         url('../fonts/exo2-lightcondensed-webfont.ttf') format('truetype'),
         url('../fonts/exo2-lightcondensed-webfont.svg#exo_2light_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2regular_condensed';
    src: url('../fonts/exo2-regularcondensed-webfont.eot');
    src: url('../fonts/exo2-regularcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-regularcondensed-webfont.woff2') format('woff2'),
         url('../fonts/exo2-regularcondensed-webfont.woff') format('woff'),
         url('../fonts/exo2-regularcondensed-webfont.ttf') format('truetype'),
         url('../fonts/exo2-regularcondensed-webfont.svg#exo_2regular_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2semi_bold_condensed';
    src: url('../fonts/exo2-semiboldcondensed-webfont.eot');
    src: url('../fonts/exo2-semiboldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semiboldcondensed-webfont.woff2') format('woff2'),
         url('../fonts/exo2-semiboldcondensed-webfont.woff') format('woff'),
         url('../fonts/exo2-semiboldcondensed-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semiboldcondensed-webfont.svg#exo_2semi_bold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'exo_2regular_condensed' !important;
}

.container-fluid {
    max-width: 1560px;
}

.boxTable {
    display: table;
    width: 100%;
    height: 100%;
}

.ajax-loader {
    display: none;
}

p {
    line-height: normal;
}

#headerHome {
    width: 100%;
}

#headerHome .topBar {
    position: fixed;
    z-index: 2;
    width: 100%;
    transition: all 500ms ease-in-out;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}

#headerHome .topBar .container-fluid {
    position: relative;
}

#headerHome .logo {
    padding: 40px 0;
    float: left;
}

#headerHome .logo img {
    height: 45px;
}

#headerHome #navbar {
    position: absolute;
}

#headerHome #navbar ul li a {
    font-size: 20px;
    font-family: 'exo_2light_condensed';
    color: #fff;
}

#headerHome #navbar ul li a:hover {
    background: none;
    text-decoration: none;
    color: #fade00;
}

#headerHome #navbar ul li a:focus {
    background: none;
}

#headerHome .sociais {
    padding: 48px 0;
    float: right;
}

#headerHome .sociais a i {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #ee2375;
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

#headerHome .sociais a:hover {
    opacity: 0.7;
}

#headerHome .navbar-header {
    float: right;
    margin: 20px 0 0 30px;
}

#headerHome .topBlack {
    background-color: #231f20;
}

#headerHome .topBlack .logo {
    padding: 18px 0;
    transition: all 500ms ease-in-out;
}

#headerHome .topBlack .sociais {
    padding: 25px 0;
    transition: all 500ms ease-in-out;
}

.navbar-toggle {
    background-color: #ee2375;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

@media only screen and (min-width: 1200px) {
    #headerHome #navbar {
        position: absolute;
        width: 385px;
        left: 50%;
        margin-left: -192px;
        height: 48px;
        top: 50%;
        margin-top: -24px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #headerHome #navbar {
        position: absolute;
        width: 385px;
        left: 50%;
        margin-left: -192px;
        height: 48px;
        top: 50%;
        margin-top: -24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #headerHome #navbar {
        position: absolute;
        width: 385px;
        left: 50%;
        margin-left: -135px;
        height: 48px;
        top: 50%;
        margin-top: -24px;
    }
}

@media only screen and (max-width: 767px) {
    #headerHome .topBar {
        position: fixed;
        height: 90px;
        background-color: #231f20;
    }

    #headerHome .logo {
        padding: 30px 0;
    }

    #headerHome .logo img {
        height: 30px;
    }

    #headerHome .topBlack .logo {
        padding: 30px 0;
    }

    #headerHome .sociais {
        padding: 30px 0;
    }

    #headerHome .topBlack .sociais {
        padding: 30px 0;
    }

    #headerHome #navbar {
        position: absolute;
        right: 30px;
        top: 60px;
        background-color: #ee2375;
    }

    .navbar-nav {
        margin: 7px 0;
        text-align: center;
    }

    .navbar-nav li a {
        border-bottom: solid 1px #fff;
    }

    .navbar-nav li:last-child a {
        border: none;
    }
}

@media only screen and (max-width: 370px) {
    #headerHome .sociais {
        display: none;
    }
}

#headerHome #banners {
    position: relative;
    z-index: 1;
}

#headerHome #banners .prevBanner {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50%;
    font-size: 30px;
    line-height: 40px;
    margin-top: -20px;
    color: #231f20;
}

#headerHome #banners .prevBanner:hover {
    color: #ee2375;
}

#headerHome #banners .nextBanner {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    font-size: 30px;
    line-height: 40px;
    margin-top: -20px;
    color: #231f20;
}

#headerHome #banners .nextBanner:hover {
    color: #ee2375;
}

#headerHome #banners #nav {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    width: 87px;
    left: 50%;
    margin-left: -44px;
}

#headerHome #banners #nav a {
    display: block;
    float: left;
    text-indent: -10000px;
    background-color: #7dd9ef;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 7px;
}

#headerHome #banners #nav .selected {
    background-color: #fff;
}

#headerHome #banners .caroufredsel_wrapper {
    height: 100% !important;
}

#headerHome #banners #rodaBanner {
    position: relative;
    z-index: 1;
    height: 100% !important;
}

#headerHome #banners .banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
}

#headerHome #banners .banner a {
    display: block;
    width: 100%;
    height: 100%;
}

#headerHome #banners .banner01 {
    background-image: url('../images/bg01.jpg');
}

#headerHome #banners .banner02 {
    background-image: url('../images/bg02.jpg');
}

#headerHome #banners .banner03 {
    background-image: url('../images/bg03.jpg');
}

#headerHome #faixa {
    text-align: right;
    width: 100%;
    background-color: #231f20;
    position: relative;
    z-index: 1;
}

#headerHome #faixa .container-fluid {
    height: 100%;
    background-image: url('../images/bg-faixa.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

#headerHome #faixa p {
    font-size: 20px;
    color: #fff;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    font-family: 'exo_2light_condensed';
}

@media only screen and (min-width: 1200px) {
    #headerHome #faixa {
        height: 156px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #headerHome #faixa {
        height: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #headerHome #faixa {
        height: 110px;
    }
}

@media only screen and (max-width: 768px) {
    #headerHome #faixa {
        height: 90px;
    }

    #headerHome #faixa .container-fluid {
        background-position: -110px center;
    }

    #headerHome #faixa p {
        width: 170px;
    }
}

#boxSobre {
    padding-top: 100px;
}

#boxSobre img {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: right;
}

#boxSobre .container-fluid {
    padding-top: 0;
    background-image: url('../images/sobre02.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 650px;
    background-size: auto 50%;
}

#boxSobre p {
    font-family: 'exo_2light_condensed';
    font-size: 20px;
    margin-bottom: 20px;
}

#boxSobre p strong {
    font-family: 'exo_2regular_condensed';
    font-size: 24px;
}

#boxProjetos {
    padding-top: 100px;
    padding-bottom: 150px;
}

#boxProjetos img {
    max-width: 100%;
}

#boxProjetos .projeto {
    width: 100%;
    margin-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#boxProjetos .projeto:hover {
    opacity: 0.7;
}

#boxProjetos .projeto a {
    display: block;
    width: 100%;
    height: 100%;
}

#boxServicos {
    padding-top: 100px;
    padding-bottom: 150px;
}

#boxServicos .item {
    border-right: solid 1px #000;
    display: table-cell;
    height: 100%;
    padding: 0 36px;
    width: 33%;
}

#boxServicos .item03 {
    border: none;
}

#boxServicos img {
    max-width: 100%;
}

#boxServicos h2 {
    font-family: 'exo_2semi_bold_condensed';
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    color: #ed2b74;
}

#boxServicos p {
    font-family: 'exo_2light_condensed';
    font-size: 20px;
    margin-bottom: 20px;
}

#boxServicos ul {
    font-family: 'exo_2light_condensed';
    padding: 0;
    margin: 0 0 20px 0;
}

#boxServicos ul li {
    list-style: inside;
    color: #ee2375;
    font-size: 20px;
    line-height: 36px;
}

#boxServicos ul li span {
    color: #000;
}

#boxServicos .bg {
    margin-top: 20px;
}

#boxContato {
    margin-top: 100px;
    padding-bottom: 50px;
}

#boxContato .container-fluid {
    padding-top: 0;
    background-image: url('../images/rodape.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 40%;
}

#boxContato .endereco {
    background-color: #231f20;
    overflow: auto;
    padding: 10px 15px 33px 15px;
    height: 100%;
}

#boxContato .endereco .redes {
    padding: 50px 0;
}

#boxContato .endereco .redes a i {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #ee2375;
    color: #fff;
    margin: 10px;
    line-height: 35px;
    font-size: 20px;
}

#boxContato .endereco .redes a:hover {
    opacity: 0.7;
}

#boxContato .endereco img {
    padding: 10px;
    max-width: 100%;
}

#boxContato .endereco p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'exo_2light_condensed';
}

#boxContato .endereco p span {
    font-size: 18px;
    color: #808285;
    font-family: 'exo_2light_condensed';
}

#boxContato .boxNew {
    background-color: #f02473;
    padding: 40px;
    margin-bottom: 15px;
}

#boxContato .boxNew h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
    color: #fff;
    font-family: 'exo_2semi_bold_condensed';
}

#boxContato .boxNew p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 40px 0;
    font-family: 'exo_2light_condensed';
}

#boxContato .boxNew .btn {
    font-family: 'exo_2semi_bold_condensed';
    width: 100%;
    font-size: 20px;
    background-color: #fff;
    height: 52px;
    line-height: 52px;
    color: #f02473;
    padding: 0;
    border: none;
}

#boxContato .boxNew .btn:hover {
    opacity: 0.7;
    border: none;
}

#boxContato .titleContact {
    height: 105px;
}

#boxContato .titleContact h2 {
    margin: 0;
    font-size: 30px;
    color: #ee2b74;
    font-family: 'exo_2semi_bold_condensed';
}

#boxContato .titleContact p {
    font-size: 20px;
    font-family: 'exo_2light_condensed';
}

#boxContato label {
    height: 40px;
    font-family: 'exo_2light_condensed';
    font-size: 20px;
    color: #ee2b74;
    line-height: 35px;
}

#boxContato .form-group input {
    height: 50px;
    border-radius: 0;
    border-color: #000;
}

#boxContato textarea {
    height: 205px;
    border-radius: 0;
    border-color: #000;
    width: 100%;
}

#boxContato .wpcf7-submit {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding: 0;
    background-color: #f02473;
    border: none;
    color: #fff;
    font-size: 20px;
    font-family: 'exo_2light_condensed';
}

#boxContato .wpcf7-submit:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 1200px) {
    #boxProjetos .titleProjetos img {
        margin-bottom: 80px;
    }

    #boxContato .colunaBot {
        float: none;
        display: inline-block;
        margin: 0 -0.125em;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #boxProjetos .titleProjetos img {
        margin-bottom: 60px;
    }

    #boxSobre .container-fluid {
        background: none;
        padding-top: 0;
        height: auto;
    }

    #boxContato .colunaBot {
        float: none;
        display: inline-block;
        margin: 0 -0.125em;
        vertical-align: bottom;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #boxProjetos .titleProjetos img {
        margin-bottom: 40px;
    }

    #boxSobre .container-fluid {
        background: none;
        padding-top: 0;
        height: auto;
    }

    #boxServicos .item {
        display: block;
        height: auto;
        border: none;
        margin-bottom: 50px;
        width: 50%;
        float: left;
    }

    #boxServicos .item02,
    #boxServicos .item04 {
        border-left: solid 1px #000;
    }

    #boxServicos .bg {
        margin-top: 20px;
    }

    #boxContato .endereco .redes a i {
        margin: 4px;
    }

    #boxContato .colunaBot {
        float: none;
        display: inline-block;
        margin: 0 -0.125em;
        vertical-align: bottom;
    }
}

@media only screen and (max-width: 768px) {
    #boxProjetos .imgProjetos img {
        margin-bottom: 20px;
    }

    #boxProjetos .titleProjetos {
        text-align: center !important;
    }

    #boxServicos .boxTable {
        display: block;
        height: auto;
        width: auto;
    }

    #boxServicos .item {
        display: block;
        border: none;
        height: auto;
        margin-bottom: 30px;
        width: 100%;
    }

    #boxServicos .item .text-center {
        display: block;
        width: 100%;
        overflow: auto;
    }

    #boxServicos .item .text-center img {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    #boxServicos .item .text-center h2 {
        float: left;
        font-size: 22px;
    }

    #boxServicos .item04 {
        margin-bottom: 0;
    }

    #boxServicos .bg {
        margin-top: 20px;
    }

    #boxContato .titleContact h2 {
        font-size: 22px;
    }

    #boxContato .container-fluid {
        background: none;
        padding-top: 0;
    }

    #boxSobre .container-fluid {
        background: none;
        padding-top: 0;
        height: auto;
    }

    #boxContato .form-group input {
        height: 36px;
        border-radius: 0;
        border-color: #000;
    }
}

#myModal .modal-body {
    padding-top: 0;
}

#myModal .modal-body h2 {
    margin-top: 0;
}

#myModal .modal-header {
    border: 0;
    padding-bottom: 0;
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff;
}