@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
    background: #ffffff;
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 14px;
    color: #3E3D40;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.disable-hover {
    pointer-events: none;
}

::-moz-selection {
    background: #27CBC0;
    color: #fff !important;
}

::-webkit-selection {
    background: #27CBC0;
    color: #fff !important;
}

::selection {
    background: #D83A5C;
    color: #fff !important;
}

.relative {
    position: relative;
}


/* Hide search icon on iPhone 5/6 portrait */

@media (max-width: 375px) {
    .hidden-xxs {
        display: none;
    }
}


/*------------------------------------------------------------------
[Typography]
*/

a {
    color: #FFF;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #DD8796;
}


/*------------------------------------------------------------------
[ Alfa backgrounds ] 
 */

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before {
    background: rgba(0, 0, 0, 0.05);
}

.bg-black-alfa-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-black-alfa-15:before {
    background: rgba(0, 0, 0, 0.15);
}

.bg-black-alfa-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-black-alfa-25:before {
    background: rgba(0, 0, 0, 0.25);
}

.bg-black-alfa-30:before {
    background: rgba(0, 0, 0, 0.3);
}


/*------------------------------------------------------------------
[Top bar]
*/

.top-bar {
    background: #171F46;
}

.top-bar.top-bar-white {
    background: #fff;
}

.top-header {
    background-color: #F5F5F6;
    min-height: 40px;
    padding: 5px 0;
}

.endereco {
    margin-bottom: 0;
    margin-top: 0px;
}

.endereco a .lnr {
    margin-right: 8px;
}

.endereco a {
    font-family: 'Opens Sans', sans-serif;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    margin-right: 20px;
}

.endereco a:hover {
    color: #4B5F99;
}

.social-top,
.social-icon {
    margin-bottom: 0;
}

.social-top {
    color: #fff;
    float: right;
}

.social-icon.list-inline>li {
    padding-left: 2px;
    padding-right: 2px;
}

.socialtop {
    float: right;
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
    word-wrap: break-word;
}

ul.social-icon {
    list-style: none;
    display: inline;
    margin-right: 10px !important;
    padding: 0;
}

ul.social-icon li {
    display: inline;
    margin: 0 5px;
}

.social-icon a.icoFacebook {
    background-color: #575756;
}

.social-icon a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-icon a.icoYoutube {
    background-color: #ca3737;
}

.social-icon a.icoYoutube:hover {
    background-color: #ca3737;
}

.social-icon a.icoTwitter {
    background-color: #55ACEE;
}

.social-icon a.icoTwitter:hover {
    background-color: #55ACEE;
}

.social-icon a.icoInstagram {
    background-color: #575756;
}

.social-icon a.icoInstagram:hover {
    background-color: #3F729B;
}

.social-icon li a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-icon li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-icon li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-icon i {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/* ==========================================================================
   HEADER & MENU
========================================================================== */


/* Header */

.header {
    background: #FFF;
    position: relative;
    z-index: 1030;
    box-shadow: inset 0 -1px 0px #f5f5f5;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
    transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}


/* Brand */

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 86px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-brand .brand-light {
    display: none;
}

.inner-brand .brand-dark {
    width: 340px;
}


/* Menu extras */

.menu-extras {
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    box-shadow: -1px 0 0 #f5f5f5;
    -webkit-transition: box-shadow 0.3s ease-out 0.125s;
    transition: box-shadow 0.3s ease-out 0.125s;
}

.menu-extras .menu-item {
    float: left;
}

.menu-extras>.menu-item>div>a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #901A38;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-extras>.menu-item>div>a:hover,
.menu-extras>.menu-item>div>a:focus {
    color: #901A38;
}


/* Main nav */

.main-nav {
    position: relative;
}


/* Inner nav */

.inner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-nav>li {
    float: left;
}

.inner-nav>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    display: block;
    padding: 33px 15px;
}


/* Submenu */

.submenu,
.submenu-mega>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu {
    position: absolute;
    background: #FFF;
    padding: 0;
    min-width: 180px;
    opacity: 0;
    z-index: 1030;
    visibility: hidden;
    text-align: left;
    font-size: 14px;
}

.submenu-open>.submenu {
    visibility: visible;
    opacity: 1;
}

.submenu .submenu {
    left: 100%;
    top: 0;
}


/* Submenu mega */

.submenu-mega {
    display: table;
    width: 100%;
    padding: 0;
    right: 0;
    left: 0;
}

.submenu-mega>li {
    display: table-cell;
    padding: 15px 10px;
    width: 25%;
}

.submenu-mega>li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.5);
}

.submenu .has-submenu>a:after {
    position: absolute;
    content: "\f105";
    display: block;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    text-rendering: auto;
    font-size: 10px;
}

.submenu li {
    position: relative;
}

.submenu-title,
.submenu li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 12px 27px 12px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.submenu li:last-child>a {
    border: 0;
}

.submenu-title,
.submenu-mega li a {
    border: 0;
}

.submenu-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 700;
    font-size: 11px;
}

.submenu li a>.fa,
.submenu li a>.icons {
    text-align: center;
    margin-right: 6px;
    width: 22px;
}


/* Link & Text colors */

.inner-nav>li>a {
    color: #901A38;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-nav>li>a.active {
    color: #901A38;
}

.inner-nav>li>a:hover,
.inner-nav>li>a:focus,
.inner-nav>li.submenu-open>a {
    color: #999;
}

.submenu li>a {
    color: #901A38;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.submenu-title {
    color: #ffffff;
}

.submenu li>a:hover,
.submenu li>a:focus,
.submenu li.submenu-open>a {
    background: #eee;
    color: #999;
}


/* Nav toggle */

.main-nav-toggle {
    border-left: 1px solid #f5f5f5;
    display: none;
    float: right;
    padding: 33px 0 33px 15px;
    margin-left: 15px;
}

.nav-icon-toggle {
    position: relative;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon-toggle span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.nav-icon-toggle span {
    background: #000000;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon-toggle.open span:nth-child(1) {
    top: 2px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon-toggle.open span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.nav-icon-toggle.open span:nth-child(3) {
    top: 16px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    .header .container {
        width: 100%;
    }
    .main-nav-toggle {
        display: block;
    }
    /* Main nav */
    .main-nav {
        position: absolute;
        background: #ffffff;
        border-bottom: 1px solid #f5f5f5;
        max-height: 340px;
        width: 100%;
        left: 0;
        top: 100%;
    }
    .main-nav.in {
        overflow-y: auto;
    }
    /* Inner nav */
    .inner-nav {
        float: none !important;
        padding: 10px 15px;
    }
    .inner-nav>li {
        display: block;
        float: none;
    }
    .inner-nav>li>a {
        position: relative;
        padding: 10px 0;
    }
    .submenu a,
    .inner-nav>li:not(:last-child)>a {
        border-bottom: 1px solid #f5f5f5;
    }
    /* Submenu */
    .submenu,
    .submenu .submenu,
    .submenu.submenu-mega {
        background: transparent;
        display: none;
        margin: 0;
    }
    .submenu-open>.submenu {
        position: static;
        display: block !important;
    }
    .submenu li a {
        padding: 10px 4px 10px 0;
    }
    /* Mega menu */
    .submenu {
        padding: 0 0 0 15px;
    }
    .submenu-title {
        padding: 15px 0 10px;
    }
    .submenu-mega>li {
        display: block;
        width: 100%;
        padding: 0;
    }
    .submenu-mega>li,
    .submenu-mega>li:not(:last-child) {
        border: 0;
    }
    .submenu .has-submenu>a:after,
    .submenu.submenu-mega li a:after {
        right: 0;
    }
    /* .has-submenu > a:after {
        position: absolute;
        content: "\f105";
        display: block;
        right: 0px;
        top: 50%;
        margin-top: -9px;
        font-family: 'FontAwesome';
        text-rendering: auto;
        font-size: 10px;
    } Link colors 

    .submenu li > a {
        border-bottom: 1px solid #f5f5f5;
        color: #999;
    }*/
    .submenu-title,
    .submenu li>a:hover,
    .submenu li>a:focus,
    .submenu li.submenu-open>a {
        background: none;
        color: #222222;
    }
}

@media (min-width: 992px) {
    /* Collapse main-nav */
    .main-nav.collapse {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
        padding-bottom: 0;
    }
    /* Header small */
    .header-small .inner-brand {
        height: 72px;
    }
    .header-small .main-nav-toggle,
    .header-small .inner-nav>li>a,
    .header-small .menu-extras .menu-item a {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    /* Header transparent */
    .header.header-transparent {
        background: transparent;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
    }
    .header.header-transparent .brand-light {
        display: inline;
    }
    .header.header-transparent .brand-dark {
        display: none;
    }
    .header.header-transparent .menu-extras {
        box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
        -webkit-transition: box-shadow 0s ease-out;
        transition: box-shadow 0s ease-out;
    }
    .header.header-transparent .inner-nav>li>a,
    .header.header-transparent .menu-extras .menu-item a {
        color: #ffffff;
    }
    .header.header-transparent .inner-nav>li>a:hover,
    .header.header-transparent .inner-nav>li>a:focus,
    .header.header-transparent .inner-nav>li.active>a,
    .header.header-transparent .inner-nav>li.submenu-open>a,
    .header.header-transparent .menu-extras .menu-item a:hover,
    .header.header-transparent .menu-extras .menu-item a:focus {
        color: rgba(255, 255, 255, 0.7);
    }
}


/*------------------------------------------------------------------
[Module Hero]
*/

.module-hero {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 0;
    height: 70vh;
    overflow: hidden;
}

.module-hero.parallax {
    background-color: transparent;
}

.hero-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
}

.hero-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.fullheight {
    height: 100vh;
}


/*==== Font Size Text Slide =====*/

.title-slide {
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    color: #FFF;
}

.text-super-xl {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.text-small-xl {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 1023px) {
    .text-super-xl {
        line-height: 50px;
        font-weight: 700;
        font-size: 60px;
    }
    .text-small-xl {
        line-height: 30px;
        font-weight: 300;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .text-super-xl {
        line-height: 50px;
        font-weight: 700;
        font-size: 40px;
    }
    .text-small-xl {
        line-height: 22px;
        font-weight: 300;
        font-size: 20px;
    }
}

@media (max-width: 568px) {
    .text-super-xl {
        line-height: 38px;
        font-weight: 700;
        font-size: 35px;
    }
    .text-small-xl {
        font-weight: 300;
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .text-super-xl {
        line-height: 28px;
        font-weight: 700;
        font-size: 25px;
    }
    .text-small-xl {
        font-weight: 300;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .module-hero {
        height: auto;
        padding: 240px 0;
    }
}

.animated-background {
    -webkit-animation: animated-background 800s linear infinite;
    animation: animated-background 800s linear infinite;
    background-repeat: repeat-x !important;
}

@-webkit-keyframes animated-background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -50000px 0;
    }
}

@keyframes animated-background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -50000px 0;
    }
}


/* ==========================================================================
   ESCRIT?RIO
========================================================================== */

.escritorio {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #901A38;
    background: #fff;
}

.escritorio h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.escritorio p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.escritorio-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.escritorio-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.escritorio-title .single-border::before {
    width: 140px;
}

.escritorio-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
   PERFIL
========================================================================== */

.perfil {
    padding: 40px;
    color: #901A38;
    background: #F5F5F5;
}

.perfil h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.perfil p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.perfil-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.perfil-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.perfil-title .single-border::before {
    width: 140px;
}

.perfil-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.perfil img {
    background-color: #FFF;
    border: 6px solid #FFF;
}

.svg-barra {
    background-image: url('../images/perfil-barra.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 128px;
}


/* ==========================================================================
   O ESCRIT?RIO
========================================================================== */

.oescritorio {
    padding: 40px;
    color: #901A38;
    background: #F5F5F5;
}

.oescritorio h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.oescritorio p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.oescritorio-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.oescritorio-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.oescritorio-title .single-border::before {
    width: 140px;
}

.oescritorio-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
   SERVI?OS
========================================================================== */

.servicos {
    padding: 40px;
    color: #901A38;
    background: #F5F5F5;
}

.servicos h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.servicos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.servicos-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.servicos-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.servicos-title .single-border::before {
    width: 140px;
}

.servicos-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
   COMERCIAIS/RESIDENCIAIS
========================================================================== */

.comeresid {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #901A38;
    background-image: linear-gradient( 125grad, #EAE9E6 50%, #901A38 50%);
}

.cinza {
    padding: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.vermelho {
    padding: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.cinza h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
}

.cinza p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 20px;
}

.vermelho h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
}

.vermelho p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    margin-top: 20px;
}

.comeresid-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.comeresid-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.comeresid-title .single-border::before {
    width: 140px;
}

.comeresid-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================================
   PROJETOS
========================================================================== */

.projetos {
    padding: 50px;
    color: #901A38;
    background: #fff;
}

.title-int-projeto {
    padding: 50px;
    color: #901A38;
    background: #fff;
}

.projetos h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.projetos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.projetos-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.projetos-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.projetos-title .single-border::before {
    width: 140px;
}

.projetos-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.projetos .bullet {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    color: #E2B5C0;
    margin-top: 30px;
}

.projetos a {
    color: #E2B5C0;
}

.projetos a:hover,
.projetos a:focus {
    color: #DD8796;
}


/* ==========================================================================
   PROJETO INTERNO
========================================================================== */

.projeto-int {
    padding: 30px;
    color: #901A38;
    background: #fff;
}


/* DETALHES DO PROJETO */

.detalhe-projeto {
    padding: 10px;
    color: #901A38;
    background-image: linear-gradient( 100grad, #901A38 50%, #EAE9E6 50%);
}

.detalhe-projeto .cinza {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.detalhe-projeto .vermelho {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.detalhe-projeto .vermelho h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 0px;
}

.detalhe-projeto .vermelho p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 5px;
}

.detalhe-projeto .cinza h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 0px;
}

.detalhe-projeto .cinza p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #FFF;
    margin-top: 5px;
}


/* TITULOS DOS PROJETOS */

.title-int-projeto {
    padding-top: 10px;
    color: #901A38;
    background: #fff;
}

.title-int-projeto h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.title-int-projeto .single-border {
    display: inline-block;
    margin-top: 10px;
}

.title-int-projeto .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.title-int-projeto .single-border::before {
    width: 140px;
}

.title-int-projeto.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.projeto-int .bullet {
    margin-top: 30px;
    padding: 5px;
    color: #901A38;
    background: #F7F7F7;
}

.projeto-int p {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    color: #E2B5C0;
}

.projeto-int a {
    color: #901A38;
}

.projeto-int a:hover,
projeto-int a:focus {
    color: #DD8796;
}


/* ==========================================================================
   NA M?DIA
========================================================================== */

.namidia {
    padding: 40px;
    color: #901A38;
    background: #FFF;
}

.namidia-int {
    padding: 30px;
    color: #901A38;
    background: #fff;
}

.namidia h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.namidia p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.namidia-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.namidia-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.namidia-title .single-border::before {
    width: 140px;
}

.namidia-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* TITULOS DOS PROJETOS */

.title-int-namidia {
    padding-top: 10px;
    color: #901A38;
    background: #fff;
}

.title-int-namidia h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.title-int-namidia .single-border {
    display: inline-block;
    margin-top: 10px;
}

.title-int-namidia .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.title-int-namidia .single-border::before {
    width: 140px;
}

.title-int-namidia.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}

.namidia-int .bullet {
    margin-top: 30px;
    padding: 5px;
    color: #901A38;
    background: #F7F7F7;
}

.namidia-int p {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    color: #E2B5C0;
}

.namidia-int a {
    color: #901A38;
}

.namidia-int a:hover,
namidia-int a:focus {
    color: #DD8796;
}


/* ==========================================================================
   CONTATO
========================================================================== */

.contato {
    padding-top: 20px;
    padding-bottom: 40px;
    color: #901A38;
    background: #F5F5F5;
}

.contato h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #901A38;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.contato p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    color: #3D3D3D;
    margin-top: 35px;
}

.contato-title .single-border {
    display: inline-block;
    margin-top: 10px;
}

.contato-title .single-border::before {
    background: #901A38 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
}

.contato-title .single-border::before {
    width: 140px;
}

.contato-title.text-center .single-border::before {
    margin-left: auto;
    margin-right: auto;
}


/* Form style */

#contato input,
select {
    width: 100%;
    max-width: ;
    padding: 12.9px;
    color: #630217;
    background: #F7E7EA;
    border: 0px solid #F0F0F0;
    margin: 7px 0px;
    -webkit-border-radius: 0px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    color: #630217;
    outline: 0 none;
}

textarea {
    width: 100%;
    max-width: ;
    padding: 13px;
    color: #630217;
    background: #F7E7EA;
    border: 0px solid #F2F2F2;
    margin-top: 7px;
    margin-left: ;
    margin-right: 15px;
    -webkit-border-radius: 0px;
}

#contato input:focus,
textarea:focus,
select:focus {
    border: 0px solid #999;
    background-color: #FFDCE4;
    color: #630217;
}

#contato input.submit {
    width: 185px;
    margin: 15px 0px;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    background: #901A38;
}

#contato input.submit:hover {
    background: #DD8796;
    color: #fff;
}

#contato input[type="submit"][disabled] {
    background: #DD8796;
    color: #fff;
}

#contato span.required {
    font-size: 13px;
    color: #fff;
}

#message {
    margin: 10px 0;
    color: #fff;
    padding: 0;
}


/*==== Placeholder =====*/

#contato ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #630217;
}

#contato :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #630217;
}

#contato ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #630217;
}

#contato :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #630217;
}


/* ==========================================================================
   INTERNAS
========================================================================== */

.internas {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 40px 0;
}

.internas h2 {
    color: #213060;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-top: -0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.internas p {
    color: #3E3D40;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}

.internas a {
    color: #3E3D40;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}

.internas a:hover p {
    color: #6D7CBB;
    text-decoration: none;
    cursor: pointer;
}

.internas .historico p {
    color: #3E3D40;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    line-height: 22px;
}


/* ==========================================================================
   FOOTER
========================================================================== */


/*==== Middle footer =====*/

.footer {
    background-color: #5A1319;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 20px 0;
    color: #fff;
}

.footer p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
}

.socialfooter {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    word-wrap: break-word;
}

ul.socialicon {
    list-style: none;
    display: inline;
    padding: 0;
}

ul.socialicon li {
    display: inline;
}

.socialicon a.icoFacebook {
    background-color: #FFF;
}

.socialicon a.icoFacebook:hover {
    background-color: #FFF;
}

.socialicon a.icoInstagram {
    background-color: #FFF;
}

.socialicon a.icoInstagram:hover {
    background-color: #FFF;
}

.socialicon a.icoYoutube {
    background-color: #ca3737;
}

.socialicon a.icoYoutube:hover {
    background-color: #ca3737;
}

.socialicon a.icoTwitter {
    background-color: #55ACEE;
}

.socialicon a.icoTwitter:hover {
    background-color: #55ACEE;
}

.socialicon li a {
    color: #5A1319;
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.socialicon li i {
    margin: 0;
    line-height: 42px;
    text-align: center;
}

.socialicon li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.socialicon i {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 20px 0 0;
    text-align: center;
}


/* ==========================================================================
BOTTOM FOOTER
========================================================================== */

.bottom-footer {
    background-color: #FFF;
    color: #5A1319;
}

.bottom-footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 15px;
    color: #5A1319;
    font-size: 12px;
}

.bottom-footer p a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #E5B7C3;
    text-decoration: none;
}

.bottom-footer p a:hover {
    color: #5A1319;
}


/* ==========================================================================
GALERIA
========================================================================== */

ul.portfolio-filters {}

ul.portfolio-filters li {
    border: 2px solid #86989d;
    color: #86989d;
    display: inline-block;
    font-family: pt sans;
    margin: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2px;
}

ul.portfolio-filters li.active,
ul.portfolio-filters li:hover {
    background: #000;
    color: #fff;
}

#portfolio_list {}

#portfolio_list .pitem {
    position: relative;
    margin-top: 30px;
}

#portfolio_list .portfolio_item {
    position: relative;
    overflow: hidden;
}

#portfolio_list .portfolio_item:hover img {}

#portfolio_list .pitem img {
    width: 100%;
    /*transition*/
}

.portfolio_item .portfolio-detail {
    display: none
}

.portfolio_item:hover .portfolio-detail {
    display: block
}

.portfolio_item .portfolio-home {
    display: none
}

.portfolio_item:hover .portfolio-home {
    display: block
}

.portfolio-overlay {
    background: none repeat scroll 0 0 #901A38;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.portfolio-detail a {
    background: url("../images/plus.png") no-repeat scroll center center;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.portfolio-home a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.portfolio-capition {
    padding-top: 25px;
    z-index: 1000;
}

.portfolio-capition-nm {
    padding-top: 25%;
    z-index: 1000;
}

.portfolio-capition-nm p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.portfolio-capition p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}


/* ==========================================================================
GOOGLE MAP
========================================================================== */

.gmap {
    height: 550;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#map {
    display: block;
    width: 100%;
    height: 550px;
    margin: 0 auto;
}

#map.large {
    height: 550px;
}

#map img {
    max-width: none !important;
    height: auto;
}


/*==== Placeholder =====*/

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #083656;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #083656;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #083656;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #083656;
}

.facebook-plugins {
    background: #FFF;
    padding: 15px 0;
}


/*--------------------------
 BOT?ES
--------------------------*/

#btlink a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    background: #443E7D;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#btlink a:hover {
    background: #6D7CBB;
    color: #fff;
}


/*==== Bottom back to top =====*/

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    z-index: 19000;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 25px;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    background-color: rgba(126, 27, 44, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}