/*@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');*/
@import url('https://use.fontawesome.com/releases/v5.15.3/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Muli:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600&display=swap');


* {
    border: 0;

    margin: 0;
    padding: 0;

    resize: none;
    outline: none;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
input
select,
strong,
textarea {
    font-style: normal;
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

html, body {
    background: #e6e6e6;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[for-display] {
    speak: none;
}

[for-sreader] {
    width: 0;
    height: 0;

    font-size: 0;
    line-height: 0;

    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 0;
    line-height: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    left: 0px;

    width: 28px;
    height: 28px;

    -webkit-transform: translate3d(0,-50%,0) rotate(-45deg);
            transform: translate3d(0,-50%,0) rotate(-45deg);

    border-top: 2px solid white;
    border-left: 2px solid white;

    position: absolute;
}

.owl-carousel .owl-nav button.owl-next {
    top: 50%;
    right: 0px;

    width: 28px;
    height: 28px;

    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
            transform: translate3d(0,-50%,0) rotate(45deg);

    border-top: 2px solid white;
    border-right: 2px solid white;

    position: absolute;
}


form .success {
    float: left;
    display: none;
    color: #354f69;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Open Sans';
}

form .message {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
    color: #990000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.input .error + .message {
    height: 26px;
}

@media (max-width: 767px) {
    form .success {
        font-size: 14px;
        line-height: 35px;
    }

    form .message {
        font-size: 14px;
        line-height: 20px;
    }

    form .error + .message {
        height: 20px;
    }
}

/*******************************************************************************
 ** HEADER *********************************************************************
 ******************************************************************************/

header {
    height: 120px;
    background: #212629;
}

header .logo {
    float: left;

    width: 148px;
    height: 67px;
}

header .logo h1 {
    width: 165px;
    height: 70px;
    margin: 26px 0 0;

    font-size: 0;
    line-height: 0;

    background: url(../images/logo-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

header .menu {
    margin: 50px 0 0;

    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Muli';
    letter-spacing: -1px;

    text-align: center;
}

header .menu a {
    color: #7a7a7a;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    margin: 0px 16px;
    display: inline-block;
}

header .menu a.active {
    color: #ffffff;
    font-weight: 700;
}

header .social {
    float: right;
    margin: 48px 0 0;
}

header .social p,
header .social a {
    float: left;
}

header .social p {
    color: #ffffff;

    font-size: 11px;
    line-height: 11px;
    font-weight: 300;
    font-family: "Open Sans";

    text-align: right;
    margin-right: 5px;
}

header .social p strong {
    display: block;
    font-weight: 600;
}

header .social a {
    font-size: 0;
    line-height: 23px;
    margin-left: 10px;
}

header .social a i {
    color: #ffffff;

    font-size: 23px;
    line-height: 23px;

    position: relative;
    text-decoration: none;
}

header .social a i:before {
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
}

header .container .row > div {
    padding-left: 0;
    padding-right: 0;
}

header .container .row > div:first-child {
    padding-left: 15px;
}

header .container .row > div:last-child {
    padding-right: 15px;
}

@media (min-width: 992px) {
    header .menu a:hover {
        color: #9e9e9e;
    }

    header .social a:hover i:before {
        opacity: 0.6;
    }
}

/*******************************************************************************
 ** FOOTER *********************************************************************
 ******************************************************************************/

footer {
    display: block;
}

footer .show-contact {
    z-index: 10;
    height: 55px;

    left: 0px;
    right: 0px;
    bottom: 0px;

    position: fixed;
    background: #27292d;
}

footer .show-contact .items,
footer .show-contact-menu .items {
    text-align: center;
}

footer .show-contact .items a,
footer .show-contact-menu .items a {
    margin: 10px 66px;
    padding-left: 42px;
    display: inline-block;
    position: relative;
}

footer .show-contact .items a i,
footer .show-contact-menu .items a i {
    color: #ffffff;

    top: 50%;
    left: 0px;
    font-size: 30px;

    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);

    position: absolute;
}

footer .show-contact .items a small,
footer .show-contact .items a strong,
footer .show-contact-menu .items a small,
footer .show-contact-menu .items a strong {
    color: #dedede;

    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    font-family: 'Muli';

    text-align: left;
    text-transform: uppercase;

    display: block;
}

footer .show-contact .items a strong,
footer .show-contact-menu .items a strong {
    font-size: 20px;
}

footer .show-contact .qtc,
footer .show-contact-menu .qtc {
    float: right;
    margin: 18px 0px;
}

footer .show-menu {
    height: 150px;
    background: #27292d;
}

footer .show-menu .logo,
footer .show-contact-menu .logo {
    float: left;

    width: 148px;
    height: 67px;
}

footer .show-menu .logo h1,
footer .show-contact-menu .logo h1 {
    width: 165px;
    height: 70px;
    margin: 41px 0 0;

    font-size: 0;
    line-height: 0;

    background: url(../images/logo-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

footer .show-menu .menu,
footer .show-contact-menu .menu {
    margin: 65px 0 0;

    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Muli';
    letter-spacing: -1px;

    text-align: center;
}

footer .show-menu .menu a,
footer .show-contact-menu .menu a {
    color: #7a7a7a;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    margin: 0px 16px;
    display: inline-block;
}

footer .show-menu .menu a.active,
footer .show-contact-menu .menu a.active {
    color: #ffffff;
    font-weight: 700;
}

footer .show-menu .qtc,
footer .show-contact-menu .qtc {
    float: right;
    margin: 64px 0px;
}

footer .show-contact-menu {
    background: #272a2d;
}

footer .show-contact-menu > div:first-child {
    height: 55px;
    background: #1e1e1e;
}

footer .show-menu > .container .row > div,
footer .show-contact-menu > .container .row > div,
footer .show-contact-menu > div .container .row > div {
    padding: 0;
}

footer .show-menu > .container .row > div:first-child,
footer .show-contact-menu > .container .row > div:first-child {
    padding-left: 15px;
}

footer .show-menu > .container .row > div:last-child,
footer .show-contact-menu > .container .row > div:last-child {
    padding-right: 15px;
}

@media (min-width: 992px) {
    footer .show-menu .menu a:hover,
    footer .show-contact-menu .menu a:hover {
        color: #9e9e9e;
    }
}

@media (max-width: 1199px) {

	html.menu-visible,
	body.menu-visible {
		overflow: hidden;
	}

    header {
        height: 110px;
    }

    header .logo,
    header .logo h1,
    footer .show-menu .logo,
    footer .show-menu .logo h1,
    footer .show-contact-menu .logo,
    footer .show-contact-menu .logo h1 {
        width: 145px;
    }

    header .logo h1,
    footer .show-menu .logo h1,
    footer .show-contact-menu .logo h1 {
        margin: 21px 0 0;
    }

    header .menu {
	    z-index: 10;
	    width: 320px;
	    top: 110px;
	    right: 0;
	    bottom: 0px;
	    padding: 20px 0 0;
	    margin: 0;
	    position: fixed;

        -webkit-transition: 0.4s ease;
		        transition: 0.4s ease;

	    -webkit-transform: translate3d(100%,0,0);
		        transform: translate3d(100%,0,0);

	    background: rgba(45,45,45,0.8);
    }

    header .menu.menu-visible {
    	-webkit-transform: translate3d(0,0,0);
	        	transform: translate3d(0,0,0);
    }

    header .menu a {
        color: #ffffff;
        display: block;
        margin: 0;
        padding: 15px 60px;
    }

    header .social {
        margin: 43px 0 0;
    }

	header .social a {
		margin-left: 20px;
	}

    footer .show-contact .items a,
    footer .show-contact-menu .items a {
        margin: 10px 40px;
    }

    footer .show-menu .menu,
    footer .show-contact-menu .menu {
        display: none;
    }

    footer .show-menu .qtc,
    footer .show-contact-menu .qtc {
        margin: 44px 0px;
    }

    .menu-toggle {
		float: right;
		width: 35px;
		margin: 42px 0 0 30px;
    }

    .menu-toggle div {
    	height: 3px;
        margin: 4px 0px;
	    background: #ffffff;
    }
}

@media (max-width: 991px) {
    footer .show-contact .items a,
    footer .show-contact-menu .items a {
        margin: 10px 15px;
    }

    footer .show-contact .items a i,
    footer .show-contact-menu .items a i {
        font-size: 25px;
    }

    footer .show-contact .items a small,
    footer .show-contact .items a strong,
    footer .show-contact-menu .items a small,
    footer .show-contact-menu .items a strong {
        line-height: 14px;
    }

    footer .show-contact .items a strong,
    footer .show-contact-menu .items a strong {
        font-size: 18px;
    }

    footer .show-contact .qtc,
    footer .show-contact-menu .qtc {
        margin: 16px 0px;
    }

    footer .show-menu .qtc,
    footer .show-contact-menu .qtc {
        margin: 45px 0px;
    }
}

@media (max-width: 767px) {
    header {
        height: 90px;
    }

    header .logo,
    header .logo h1 {
        width: 125px;
    }

    header .logo h1 {
        margin: 10px 0 0;
    }

    .menu-toggle {
        margin: 32px 0 0 30px;
    }

    header .menu {
        top: 90px;
        bottom: 0px;
    }

    header .social {
        margin: 34px 0 0;
    }

    header .social p {
        display: none;
    }

    footer .show-contact {
        height: 55px;
    }

    footer .show-contact .qtc,
    footer .show-contact-menu .qtc {
        display: none;
    }

    footer .show-contact .items a,
    footer .show-contact-menu .items a {
        width: 100px;
        margin: 8px 0px;
        padding: 5px 0px 0px;
    }

    footer .show-contact .items a i,
    footer .show-contact-menu .items a i {
        font-size: 24px;
        top: -2px;
        left: 50%;
        -webkit-transform: translate3d(-50%,0,0);
                transform: translate3d(-50%,0,0);
    }

    footer .show-contact .items a small,
    footer .show-contact-menu .items a small {
        color: #b7b7b7;
        text-align: center !important;
    }

    footer .show-contact .items a strong,
    footer .show-contact-menu .items a strong {
        font-size: 12px;
        text-align: center;
    }

    footer .show-contact > .container,
    footer .show-contact-menu > div > .container > div {
        padding: 0;
    }

    footer .show-menu .logo,
    footer .show-contact-menu .logo {
        margin: auto;
        display: block;
        padding: 21px 0px;
        float: none;
        height: 110px;
    }

    footer .show-menu .logo h1,
    footer .show-contact-menu .logo h1 {
        margin: 0px;
    }
}

/*******************************************************************************
 ** PAGE HOME ******************************************************************
 ******************************************************************************/

.page-home {
    width: 100%;
    height: calc(100vh - 175px);
    position: relative;
}

.page-home .owl-carousel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    position: absolute;
}

.page-home .owl-carousel .owl-stage-outer,
.page-home .owl-carousel .owl-stage-outer .owl-stage,
.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
    height: 100%;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
    position: relative;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3 {
    color: rgba(255,255,255,0);

    width: 100%;
    bottom: 230px;

    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    font-family: "Muli";

    -webkit-text-shadow: 0px 2px 2px rgba(0,0,0,0);
            text-shadow: 0px 2px 2px rgba(0,0,0,0);

    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;

    -webkit-transform: translate3d(0,40px,0);
            transform: translate3d(0,40px,0);

    z-index: 3;
    position: absolute;

    text-align: center;
    text-transform: uppercase;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3:after {
    content: '';

    left: 50%;
    width: 390px;
    height: 2px;
    bottom: -18px;

    -webkit-transform: translate3d(-50%,0,0) scale(0,1);
            transform: translate3d(-50%,0,0) scale(0,1);

    -webkit-transition: 0.6s ease;
            transition: 0.6s ease;

    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
            box-shadow: 0px 2px 2px rgba(0,0,0,0.4);

    display: block;
    position: absolute;

    background: white;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 {
    left: 50%;
    width: 390px;
    height: 90px;
    bottom: 100px;

    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Muli';

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    z-index: 3;
    position: absolute;

    text-align: center;
    text-transform: uppercase;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div {
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:first-child {
    float: left;
    position: relative;

    width: 50%;
    height: 90px;

    -webkit-transform: scale(0,1);
            transform: scale(0,1);

    -webkit-transform-origin: right center;
            transform-origin: right center;

    color: #dbdbdb;
    background: #272a2d;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:last-child {
    float: right;
    position: relative;

    width: 50%;
    height: 90px;

    -webkit-transform: scale(0,1);
            transform: scale(0,1);

    -webkit-transform-origin: left center;
            transform-origin: left center;

    color: #272a2d;
    background: #dbdbdb;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 p {
    top: 50%;
    left: 20px;
    right: 20px;

    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);

    position: absolute;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
    z-index: 3;
    opacity: 0;

    display: block;
    position: absolute;

    left: 50%;
    width: 390px;
    bottom: 50px;
    height: 38px;

    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';
    text-align: center;

    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    color: #ffffff;
    background: #354f69;

    text-transform: uppercase;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item .background {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item .gradient {
    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;
    height: 430px;

    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);

    position: absolute;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item.active h3 {
    color: rgba(255,255,255,1);

    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);

    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;

    -webkit-text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
            text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item.active h3:after {
    -webkit-transform: translate3d(-50%,0,0) scale(1,1);
            transform: translate3d(-50%,0,0) scale(1,1);

    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item.active h4 div:first-child {
    -webkit-transform: scale(1);
            transform: scale(1);

    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item.active h4 div:last-child {
    -webkit-transform: scale(1);
            transform: scale(1);

    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
}

.page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item.active a {
    opacity: 1;

    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
}

.page-home .owl-carousel .owl-nav {
    z-index: 2;

    left: 50%;
    width: 620px;
    bottom: 215px;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    position: absolute;
}

@media (max-width: 1199px) {
    .page-home {
        height: calc(100vh - 165px);
    }
}

@media (max-width: 991px) {
    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3 {
        bottom: 211px;
        font-size: 35px;
        line-height: 35px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3:after {
        width: 310px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 {
        bottom: 86px;
    	width: 290px;
        font-size: 14px;
        line-height: 18px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 p {
        left: 10px;
        right: 10px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:last-child,
    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:first-child {
        height: 70px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
        bottom: 62px;
        height: 34px;
	    width: 290px;
        font-size: 18px;
        line-height: 32px;
    }

    .page-home .owl-carousel .owl-nav {
        width: 520px;
        bottom: 196px;
    }
}

@media (max-width: 767px) {
    .page-home {
        height: calc(100vh - 145px);
    }

    .page-home .owl-carousel .owl-nav {
        width: calc(100% - 30px);
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3 {
        bottom: 211px;
        font-size: 22px;
        line-height: 22px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h3:after {
        width: 180px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 {
        height: 70px;
        bottom: 106px;
        width: 290px;
        font-size: 12px;
        line-height: 14px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:last-child,
    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item h4 div:first-child {
        height: 70px;
    }

    .page-home .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
        height: 34px;
        font-size: 14px;
        line-height: 32px;
    }

    .page-home .owl-carousel .owl-nav {
        bottom: 50%;
    }
}

/*******************************************************************************
 ** PAGE QUEM SOMOS ************************************************************
 ******************************************************************************/

.page-quem-somos {
    background: #272a2d;
}

.page-quem-somos .banner {
    position: relative;

    width: 100%;
    height: 488px;

    background: #272a2d;
}

.page-quem-somos .banner h3 {
    z-index: 2;
    padding: 95px 0px 0px;

    font-family: 'Muli';
    text-align: center;
    text-transform: uppercase;

    position: relative;
}

.page-quem-somos .banner h3 small {
    color: #ffffff;

    font-size: 77px;
    line-height: 65px;
    font-weight: 900;

    display: block;
}

.page-quem-somos .banner h3 strong {
    color: #7a7a7a;

    font-size: 50px;
    font-weight: 900;
    font-style: italic;

    display: block;
}

.page-quem-somos .banner p {
    z-index: 2;
    position: relative;
    color: #ffffff;
    margin: 45px 0px 0px;

    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Open Sans';

    text-align: center;
}

.page-quem-somos .banner .background {
    z-index: 1;

    opacity: 0.13;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-quem-somos .diferenciais {
    margin-bottom: 100px;
}

.page-quem-somos .diferenciais h3 {
    color: #ffffff;
    position: relative;

    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin-top: 155px;
    margin-bottom: 135px;
}

.page-quem-somos .diferenciais h3:after {
    content: '';

    display: block;
    position: absolute;

    left: 50%;
    width: 375px;
    height: 5px;
    bottom: -40px;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    background: #354f69;
    border-radius: 3px;
}

.page-quem-somos .diferenciais img {
    display: block;

    margin: auto;
    margin-bottom: 30px;

    max-width: 100%;
}

.page-quem-somos .diferenciais p {
    color: #ffffff;

    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Open Sans';

    text-align: center;
}

.page-quem-somos .empreendimentos {
    margin-bottom: 160px;
}

.page-quem-somos .empreendimentos a {
    margin: auto;
    display: block;

    width: 580px;
    height: 38px;

    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    font-family: 'Open Sans';
    text-align: center;

    color: #ffffff;
    background: #354f69;

    text-transform: uppercase;
}

.page-quem-somos .empreendimentos a strong {
    font-weight: 600;
}

@media (max-width: 1199px) {
    .page-quem-somos .banner {
        height: 408px;
    }

    .page-quem-somos .banner h3 {
        padding: 75px 0px 0px;
    }

    .page-quem-somos .banner h3 small {
        font-size: 67px;
        line-height: 45px;
    }

    .page-quem-somos .banner h3 strong {
        font-size: 40px;
    }

    .page-quem-somos .banner p {
        margin: 35px 0px 0px;
        font-size: 18px;
        line-height: 22px;
    }

    .page-quem-somos .diferenciais {
        margin-bottom: 80px;
    }

    .page-quem-somos .diferenciais h3 {
        font-size: 45px;
        line-height: 40px;
        font-family: 'Muli';
        text-align: center;
        text-transform: uppercase;
        margin-top: 75px;
        margin-bottom: 105px;
    }

    .page-quem-somos .diferenciais img {
        margin-bottom: 25px;
        width: 65px;
    }

    .page-quem-somos .diferenciais p {
        font-size: 18px;
        line-height: 22px;
    }

    .page-quem-somos .empreendimentos {
        margin-bottom: 110px;
    }

    .page-quem-somos .empreendimentos a {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .page-quem-somos .diferenciais p {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .page-quem-somos .banner {
        height: 378px;
    }

    .page-quem-somos .banner h3 {
        padding: 55px 0px 0px;
    }

    .page-quem-somos .banner h3 small {
        font-size: 40px;
        line-height: 30px;
    }

    .page-quem-somos .banner h3 strong {
        font-size: 30px;
    }

    .page-quem-somos .banner p {
        margin: 30px 0px 0px;
        font-size: 14px;
        line-height: 18px;
    }

    .page-quem-somos .diferenciais {
        margin-bottom: 20px;
    }

    .page-quem-somos .diferenciais h3 {
        font-size: 28px;
        line-height: 22px;
        margin-top: 45px;
        margin-bottom: 75px;
    }

    .page-quem-somos .diferenciais h3:after {
        width: 265px;
        height: 3px;
        bottom: -30px;
    }

    .page-quem-somos .diferenciais img {
        margin-bottom: 25px;
        width: 55px;
    }

    .page-quem-somos .diferenciais p {
        font-size: 15px;
        line-height: 18px;
        padding: 0px 15px;
        margin-bottom: 40px;
    }

    .page-quem-somos .empreendimentos {
        margin-bottom: 70px;
    }

    .page-quem-somos .empreendimentos a {
        font-size: 17px;
        line-height: 22px;
        width: 290px;
        padding: 10px 24px;
        height: auto;
    }
}

/*******************************************************************************
 ** PAGE EMPREENDIMENTOS *******************************************************
 ******************************************************************************/

.page-empreendimentos {
    width: 100%;
    background: black;
}

.page-empreendimentos .empreendimento {
    height: 580px;
    display: block;
    overflow: hidden;
    position: relative;
}

.page-empreendimentos .empreendimento h3 {
    color: rgba(255,255,255,1);

    width: 390px;
    right: 30px;
    bottom: 205px;

    font-size: 44px;
    line-height: 44px;
    font-weight: 900;
    font-family: "Muli";

    -webkit-text-shadow: 0px 2px 2px rgba(0,0,0,0);
            text-shadow: 0px 2px 2px rgba(0,0,0,0);

    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;

    z-index: 3;
    position: absolute;

    text-align: right;
    text-transform: uppercase;
}

.page-empreendimentos .empreendimento h3:after {
    content: '';

    right: 0px;
    width: 390px;
    height: 2px;
    bottom: -18px;

    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
            box-shadow: 0px 2px 2px rgba(0,0,0,0.4);

    display: block;
    position: absolute;

    background: white;
}

.page-empreendimentos .empreendimento h4 {
    right: 30px;
    width: 390px;
    height: 90px;
    bottom: 75px;

    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Muli';

    z-index: 3;
    position: absolute;

    text-align: center;
    text-transform: uppercase;
}

.page-empreendimentos .empreendimento h4 div:first-child {
    float: left;
    position: relative;

    width: 50%;
    height: 90px;

    color: #dbdbdb;
    background: #272a2d;
}

.page-empreendimentos .empreendimento h4 div:last-child {
    float: right;
    position: relative;

    width: 50%;
    height: 90px;

    color: #272a2d;
    background: #dbdbdb;
}

.page-empreendimentos .empreendimento h4 p {
    top: 50%;
    left: 20px;
    right: 20px;

    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);

    position: absolute;
}

.page-empreendimentos .empreendimento .like-a {
    z-index: 3;

    display: block;
    position: absolute;

    right: 30px;
    width: 390px;
    bottom: 25px;
    height: 38px;

    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';
    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
    background: #354f69;
}

.page-empreendimentos .empreendimento .background {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
}

.page-empreendimentos .empreendimento .gradient {
    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;
    height: 430px;

    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);

    position: absolute;
}

@media (min-width: 992px) {
    .page-empreendimentos .empreendimento .background {
        -webkit-transition: 0.2s ease;
                transition: 0.2s ease;

        opacity: 0.8;
    }

    .page-empreendimentos .empreendimento:hover .background {
        opacity: 1;
    }
}

/*@media (max-width: 991px) {*/
    .page-empreendimentos .empreendimento {
        height: 580px;
    }

    .page-empreendimentos .empreendimento h3 {
        bottom: 165px;
        font-size: 35px;
        line-height: 35px;
    }

    .page-empreendimentos .empreendimento h3:after {
        width: 290px;
    }

    .page-empreendimentos .empreendimento h4 {
        bottom: 40px;
    	width: 290px;
        font-size: 14px;
        line-height: 18px;
    }

    .page-empreendimentos .empreendimento h4 p {
        left: 10px;
        right: 10px;
    }

    .page-empreendimentos .empreendimento h4 div:last-child,
    .page-empreendimentos .empreendimento h4 div:first-child {
        height: 70px;
    }

    .page-empreendimentos .empreendimento .like-a {
        bottom: 16px;
        height: 34px;
	    width: 290px;
        font-size: 18px;
        line-height: 32px;
    }
/*}*/

@media (max-width: 991px) {
	.page-empreendimentos .empreendimento {
	    height: 410px;
	}

    .page-empreendimentos .empreendimento h3 {
        bottom: 165px;
        font-size: 22px;
        line-height: 22px;
    }

    .page-empreendimentos .empreendimento h3:after {
        width: 180px;
    }

    .page-empreendimentos .empreendimento h4 {
        height: 70px;
        bottom: 60px;
        width: 290px;
        font-size: 12px;
        line-height: 14px;
    }

    .page-empreendimentos .empreendimento h4 div:last-child,
    .page-empreendimentos .empreendimento h4 div:first-child {
        height: 70px;
    }

    .page-empreendimentos .empreendimento .like-a {
        height: 34px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {

	.page-empreendimentos .empreendimento h3 {
		right: 0;
		width: 100%;
		text-align: center;
	}

	.page-empreendimentos .empreendimento h4,
	.page-empreendimentos .empreendimento h3:after,
	.page-empreendimentos .empreendimento .like-a {
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}

}

/*******************************************************************************
 ** SINGLE EMPREENDIMENTOS *****************************************************
 ******************************************************************************/

.single-empreendimentos {
    background: #ffffff;
}

.single-empreendimentos .banner {
    height: 900px;
    overflow: hidden;
    position: relative;
}

.single-empreendimentos .banner img {
    margin: auto;
    display: block;

    max-width: 100%;
    max-height: 280px;

    margin-bottom: 85px;
}

.single-empreendimentos .banner h3 {
    color: #435873;
    position: relative;

    font-size: 44px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin-bottom: 55px;
}

.single-empreendimentos .banner h3:after {
    content: '';
    display: block;

    left: 50%;
    width: 410px;
    bottom: -30px;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    position: absolute;
    border-bottom: 2px solid #435873;
}

.single-empreendimentos .banner p {
    color: #7a7a7a;

    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Open Sans';

    padding-left: 18px;
    padding-right: 18px;

    text-align: center;
}

.single-empreendimentos .banner a {
    display: block;

    width: 360px;
    margin: 35px auto 0px;

    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';

    color: #ffffff;
    background: #354f69;

    padding: 0px 0px 2px;
    border-radius: 4px;

    text-align: center;
}

.single-empreendimentos .banner.black h3 { color: #fff; }
.single-empreendimentos .banner.black p { color: #d6d6d6; }

.single-empreendimentos .banner .text {
    padding: 0px;
}

.single-empreendimentos .banner .container {
    z-index: 2;

    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    position: absolute;
}

.single-empreendimentos .banner .background {
   z-index: 1;

   top: 0;
   left: 0;
   right: 0;
   bottom: 0;

   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;

   position: absolute;
}

.single-empreendimentos .teaser,
.single-empreendimentos .caracteristicas {
    padding: 155px 0px;

    background: url(../images/bg-caracteristicas.jpg);
    background-repeat: repeat;
    background-position: center;
}

.single-empreendimentos .teaser iframe {
    width: 100%;
    height: auto;
}

.single-empreendimentos .teaser {
    background: transparent;
}

.single-empreendimentos .caracteristicas h3 {
    color: #ffffff;

    font-size: 44px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin-bottom: 70px;
}

.single-empreendimentos .caracteristicas p {
    color: #d6d6d6;

    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Open Sans';

    text-align: center;

    margin-bottom: 65px;
}

.single-empreendimentos .caracteristicas ul,
.single-empreendimentos .caracteristicas ul li {
    list-style: none;
}

.single-empreendimentos .caracteristicas ul li {
    color: #ffffff;
    position: relative;

    font-size: 20px;
    font-weight: 600;
    font-family: 'Open Sans';

    padding-left: 30px;
    padding-bottom: 12px;
}

.single-empreendimentos .caracteristicas ul li:after {
    content: '';

    display: block;
    position: absolute;

    top: 10px;
    left: 5px;
    width: 8px;
    height: 8px;

    background: #354f69;
    border-radius: 50%;
}

.single-empreendimentos .caracteristicas.extra {
    background: transparent;
    padding-bottom: 0;
}

.single-empreendimentos .caracteristicas.extra h3,
.single-empreendimentos .caracteristicas.extra ul,
.single-empreendimentos .caracteristicas.extra li,
.single-empreendimentos .caracteristicas.extra p {
    color: #435873;
}

.single-empreendimentos .caracteristicas.extra h3,
.single-empreendimentos .caracteristicas.extra ul,
.single-empreendimentos .caracteristicas.extra li,
.single-empreendimentos .caracteristicas.extra p {
    text-align: left;
}

.single-empreendimentos .caracteristicas.extra .container > h3 {
    text-align: center;
}

.single-empreendimentos .caracteristicas.extra h3 small {
    font-size: 0.45em;
}

.single-empreendimentos .caracteristicas.extra li {
    font-size: 18px;
}

.single-empreendimentos .caracteristicas .row {
    margin-bottom: 80px;
}

.single-empreendimentos .images h3 {
    color: #435873;
    position: relative;

    font-size: 44px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin-top: 160px;
    margin-bottom: 85px;
}

.single-empreendimentos .images h3:after {
    content: '';
    display: block;

    left: 50%;
    width: 410px;
    bottom: -30px;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    position: absolute;
    border-bottom: 2px solid #435873;
}

.single-empreendimentos .images .gallery .owl-carousel .owl-item {
    position: relative;
}

.single-empreendimentos .images .gallery .owl-carousel .owl-item .legend {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;

    color: #ffffff;
    background: rgba(0,0,0,0.5);

    font-size: 18px;
    font-weight: 300;
    font-family: "Open Sans";

    padding: 8px 0px;
    text-align: center;

    -webkit-transition: 0.6s ease;
            transition: 0.6s ease;

    opacity: 0;
}

.single-empreendimentos .images .gallery .owl-carousel .owl-item .background {
    z-index: 1;

    width: 100%;
    height: 465px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    -webkit-transition: 0.6s ease;
            transition: 0.6s ease;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.single-empreendimentos .images .gallery .owl-carousel .owl-item.center .legend {
    opacity: 1;
}

.single-empreendimentos .images .gallery .owl-carousel .owl-item.center .background {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.single-empreendimentos .images .gallery .owl-carousel .owl-nav button.owl-prev {
    left: 16%;
    width: 35px;
    height: 35px;
    border-top-width: 4px;
    border-left-width: 4px;
}

.single-empreendimentos .images .gallery .owl-carousel .owl-nav button.owl-next {
    right: 16%;
    width: 35px;
    height: 35px;
    border-top-width: 4px;
    border-right-width: 4px;
}

.single-empreendimentos .t360,
.single-empreendimentos .images .plants {
    margin-bottom: 165px;
}

.single-empreendimentos .images .plants .legend {
    color: #ffffff;

    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin: 0px 40px;
    margin-bottom: 15px;

    background: #354f69;
}

.single-empreendimentos .images .plants img {
    display: block;
    margin: auto;
    max-width: 90%;
}

.single-empreendimentos .t360 a {
    min-height: 400px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: relative;
    background-size: auto 100%;
    background-position: center;
}

.single-empreendimentos .t360 a:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    content: '';
    display: block;
    position: absolute;

    background: rgba(0,0,0,0.6);
}

.single-empreendimentos .t360 h3,
.single-empreendimentos .t360 p {
    z-index: 2;
    position: relative;
}

.single-empreendimentos .book {
    padding: 115px 0px;
    position: relative;
}

.single-empreendimentos .book .left img {
    z-index: 3;

    top: 50%;
    left: 50%;

    max-width: 100%;
    max-height: 355px;

    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    position: absolute;
}

.single-empreendimentos .book .right {
    z-index: 3;
    padding-right: 0px;
    position: relative;
}

.single-empreendimentos .t360 h3,
.single-empreendimentos .book .right h3 {
    color: #ffffff;

    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: 'Muli';

    text-transform: uppercase;

    margin-bottom: 20px;
}

.single-empreendimentos .t360 p,
.single-empreendimentos .book .right p {
    color: #ffffff;

    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: 'Open Sans';

    margin-bottom: 15px;
}

.single-empreendimentos .book .right .input {
    position: relative;
}

.single-empreendimentos .book .right .input label {
    top: 0;
    left: 0;

    position: absolute;

    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Muli';

    color: #ffffff;
}

.single-empreendimentos .book .right .input input {
    width: 100%;

    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
    font-family: 'Open Sans';

    color: #b1b1b1;
    border-bottom: 1px solid #b1b1b1;

    padding-left: 125px;
}

.single-empreendimentos .book .right button {
    width: 285px;
    display: block;
    margin: 32px auto auto;

    font-size: 23px;
    letter-spacing: 0px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    color: #0c1e36;
    background: #ffffff;
}

.single-empreendimentos .book .backdrop {
    z-index: 2;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    position: absolute;
    background: rgba(0,0,0,0.8);
}

.single-empreendimentos .book .background {
    z-index: 1;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    background-position: center;

    position: absolute;
}

.single-empreendimentos .address h3,
.single-empreendimentos .contact h3 {
    color: #435873;
    position: relative;

    font-size: 44px;
    line-height: 38px;
    font-weight: 900;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin-top: 160px;
    margin-bottom: 85px;
}

.single-empreendimentos .address h3:after,
.single-empreendimentos .contact h3:after {
    content: '';
    display: block;

    left: 50%;
    width: 410px;
    bottom: -30px;

    -webkit-transform: translate3d(-50%,0,0);
            transform: translate3d(-50%,0,0);

    position: absolute;
    border-bottom: 2px solid #435873;
}

.single-empreendimentos .address p {
    color: #272a2d;

    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Open Sans';

    text-align: center;
    margin-bottom: 32px;
}

.single-empreendimentos .address #map,
.single-empreendimentos .address #map iframe {
    width: 100%;
    height: 390px;
}

.single-empreendimentos .contact {
    padding-bottom: 85px;
}

.single-empreendimentos .contact .input {
    margin: 0 0 32px;
    position: relative;
}

.single-empreendimentos .contact .input label {
    top: 0;
    left: 0;

    position: absolute;

    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Muli';

    color: #354f69;
}

.single-empreendimentos .contact .input input {
    width: 100%;

    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
    font-family: 'Open Sans';

    color: #666666;
    border-bottom: 1px solid #b3b3b3;

    padding-left: 125px;
}

.single-empreendimentos .contact button {
    width: 350px;
    display: block;
    margin: auto;

    font-size: 23px;
    letter-spacing: 0px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    color: #ffffff;
    background: #354f69;

    margin-top: 32px;
}

.single-empreendimentos .success {
    float: none;
    text-align: center;
}

.single-empreendimentos .book .success {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .single-empreendimentos .banner {
        height: 730px;
    }

    .single-empreendimentos .banner img {
        max-height: 230px;
        margin-bottom: 55px;
    }

    .single-empreendimentos .banner h3 {
        font-size: 32px;
        line-height: 20px;
        margin-bottom: 45px;
    }

    .single-empreendimentos .banner h3:after {
        bottom: -25px;
    }

    .single-empreendimentos .banner p {
        font-size: 16px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 15px;

    }

    .single-empreendimentos .banner a {
        width: 320px;
        margin: 25px auto 0px;
        font-size: 20px;
        line-height: 30px;
    }

    .single-empreendimentos .teaser,
    .single-empreendimentos .caracteristicas {
        padding: 85px 0px;
    }

    .single-empreendimentos .images h3,
    .single-empreendimentos .caracteristicas h3,
    .single-empreendimentos .address h3,
    .single-empreendimentos .contact h3 {
        font-size: 35px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .single-empreendimentos .images h3 {
        margin-top: 90px;
        margin-bottom: 70px;
    }

    .single-empreendimentos .address h3,
    .single-empreendimentos .contact h3 {
        margin-top: 90px;
    }

    .single-empreendimentos .caracteristicas p,
    .single-empreendimentos .address p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 45px;
    }

    .single-empreendimentos .address p {
        margin-bottom: 28px;
    }

    .single-empreendimentos .caracteristicas ul li {
        font-size: 18px;
        padding-left: 26px;
        padding-bottom: 8px;
    }

    .single-empreendimentos .caracteristicas.extra ul li {
        font-size: 16px;
    }

    .single-empreendimentos .caracteristicas ul li:after {
        top: 9px;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-item .legend {
        font-size: 16px;
    }

    .single-empreendimentos .images .plants .legend {
        font-size: 16px;
        line-height: 32px;
    }

    .single-empreendimentos .t360,
    .single-empreendimentos .images .plants {
        margin-bottom: 115px;
    }

    .single-empreendimentos .book {
        padding: 95px 0px;
    }

    .single-empreendimentos .book {
        padding: 95px 0px;
    }

    .single-empreendimentos .book .left img {
        max-height: 275px;
    }

    .single-empreendimentos .t360 h3,
    .single-empreendimentos .book .right h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .single-empreendimentos .t360 p,
    .single-empreendimentos .book .right p {
        font-size: 18px;
        line-height: 26px;
    }

    .single-empreendimentos .book .right .input input,
    .single-empreendimentos .book .right .input label,
    .single-empreendimentos .contact .input input,
    .single-empreendimentos .contact .input label {
        font-size: 18px;
        line-height: 50px;
    }

    .single-empreendimentos .book .right .input input,
    .single-empreendimentos .contact .input input {
        padding-left: 115px;
    }

    .single-empreendimentos .book .right button,
    .single-empreendimentos .contact button {
        width: 265px;
        margin: 28px auto auto;
        font-size: 18px;
        line-height: 45px;
    }
}

@media (max-width: 991px) {
    .single-empreendimentos .banner .background {
        background-position: 40% center;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-item .background {
        height: 315px;
    }

    .single-empreendimentos .t360,
    .single-empreendimentos .images .plants {
        margin-bottom: 75px;
    }

    .single-empreendimentos .images .plants .legend {
        width: 400px;
        margin: auto auto 20px;
    }

    .single-empreendimentos .images .plants img {
        margin: auto auto 45px;
    }

    .single-empreendimentos .book {
        padding: 55px 0px;
    }

    .single-empreendimentos .book .left {
        height: 260px !important;
        margin-bottom: 45px;
    }

    .single-empreendimentos .book .left img {
        max-height: 205px;
    }

    .single-empreendimentos .book .right {
        padding: 0px 15px;
    }

    .single-empreendimentos .t360 h3,
    .single-empreendimentos .t360 p,
    .single-empreendimentos .book .right h3,
    .single-empreendimentos .book .right p {
        text-align: center;
    }

    .single-empreendimentos .book .right p,
    .single-empreendimentos .book form {
        margin-left: 45px;
        margin-right: 45px;
    }
}

@media (max-width: 767px) {
    .single-empreendimentos .banner {
        height: 650px;
    }

    .single-empreendimentos .banner.black {
        background: #28292d;
    }

    .single-empreendimentos .banner .background {
        display: none;
    }

    .single-empreendimentos .banner h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .single-empreendimentos .banner h3:after {
        width: 290px;
    }

    .single-empreendimentos .banner p {
        padding: 0;
    }

    .single-empreendimentos .banner a {
        width: 290px;
        margin: 20px auto 0px;
        font-size: 18px;
        line-height: 28px;
    }

    .single-empreendimentos .images h3,
    .single-empreendimentos .caracteristicas h3,
    .single-empreendimentos .address h3,
    .single-empreendimentos .contact h3 {
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .single-empreendimentos .images h3:after,
    .single-empreendimentos .address h3:after,
    .single-empreendimentos .contact h3:after {
        width: 290px;
        bottom: -15px;
    }

    .single-empreendimentos .teaser,
    .single-empreendimentos .caracteristicas {
        padding: 55px 0px;
    }

    .single-empreendimentos .caracteristicas p,
    .single-empreendimentos .address p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px;
    }

    .single-empreendimentos .caracteristicas ul li {
        font-size: 16px;
        margin-left: 15px;
    }

    .single-empreendimentos .caracteristicas.extra ul li {
        font-size: 14px;
    }

    .single-empreendimentos .images .plants .legend {
        width: 260px;
    }

    .single-empreendimentos .images h3 {
        margin-top: 50px;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-nav button.owl-prev {
        left: 5%;
        width: 25px;
        height: 25px;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-nav button.owl-next {
        right: 5%;
        width: 25px;
        height: 25px;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-item .legend {
        font-size: 14px;
    }

    .single-empreendimentos .images .gallery .owl-carousel .owl-item .background {
        height: 225px;
    }

    .single-empreendimentos .t360,
    .single-empreendimentos .images .plants {
        margin-bottom: 45px;
    }

    .single-empreendimentos .t360 h3,
    .single-empreendimentos .book .right h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .single-empreendimentos .t360 p br {
        display: none;
    }

    .single-empreendimentos .book .left {
        height: 210px !important;
    }

    .single-empreendimentos .book .right p,
    .single-empreendimentos .book form {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {

    .single-empreendimentos .t360 a {
        transition: 0.4s ease;
    }

    .single-empreendimentos .t360 a:hover {
        background-size: auto 110%;
    }

}

/*******************************************************************************
 ** PAGE PORTFÓLIO *************************************************************
 ******************************************************************************/

.page-portfolio {
    background: #2b2d2f;
}

.page-portfolio .banner {
    position: relative;

    width: 100%;
    height: 478px;

    background: #272a2d;
}

.page-portfolio .banner h3 {
    z-index: 2;
    padding: 160px 0px 0px;

    font-family: 'Muli';
    text-align: center;
    text-transform: uppercase;

    position: relative;
}

.page-portfolio .banner h3 small {
    color: #ffffff;

    font-size: 77px;
    line-height: 65px;
    font-weight: 900;

    display: block;
}

.page-portfolio .banner h3 strong {
    color: #7a7a7a;

    font-size: 50px;
    font-weight: 900;
    font-style: italic;

    display: block;
}

.page-portfolio .banner .background {
    z-index: 1;

    opacity: 0.13;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-portfolio .list {
    background: #2b2d2f;
    padding-bottom: 78px;
}

.page-portfolio .list .item {
    position: relative;
    height: 360px;
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-portfolio .list .item .legend {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: rgba(45,45,45,0.65);
}

.page-portfolio .list .item .legend h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Muli';

    color: #ffffff;
    text-transform: uppercase;
}

.page-portfolio .list .item .legend h3 {
   font-size: 14px;
   line-height: 18px;
   font-weight: 600;
   font-family: 'Muli';

   color: #b6b6b6;
   text-transform: uppercase;
}

@media (max-width: 1199px) {
    .page-portfolio .banner {
        height: 408px;
    }

    .page-portfolio .banner h3 {
        padding: 145px 0px 0px;
    }

    .page-portfolio .banner h3 small {
        font-size: 67px;
        line-height: 45px;
    }

    .page-portfolio .banner h3 strong {
        font-size: 40px;
    }

    .page-portfolio .list .item {
        height: 430px;
        margin-top: 50px;
    }

    .page-portfolio .list .item .legend h2 {
        /*font-size: 22px;
        line-height: 24px;
    }

    .page-portfolio .list .item .legend h3 {
        font-size: 18px;
        line-height: 24px;*/
    }
}

@media (max-width: 991px) {
    .page-portfolio .list .item {
        height: 520px;
    }

    .page-portfolio .list .item .legend {
        padding: 15px 30px;
    }

    .page-portfolio .list .item .legend h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .page-portfolio .list .item .legend h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .page-portfolio .banner {
        height: 280px;
    }

    .page-portfolio .banner h3 {
        padding: 105px 0px 0px;
    }

    .page-portfolio .banner h3 small {
        font-size: 35px;
        line-height: 28px;
    }

    .page-portfolio .banner h3 strong {
        font-size: 21px;
    }

    .page-portfolio .list .item {
        height: 490px;
        margin-top: 38px;
    }

    .page-portfolio .list .item .legend {
        padding: 15px 20px;
    }

    .page-portfolio .list .item .legend h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .page-portfolio .list .item .legend h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

/*******************************************************************************
 ** PAGE CORRETOR **************************************************************
 ******************************************************************************/

.page-corretor {
    background: #2b2d2f;
}

.page-corretor .banner {
    position: relative;

    width: 100%;
    height: 478px;

    background: #272a2d;
}

.page-corretor .banner h3 {
    z-index: 2;
    padding: 160px 0px 0px;

    font-family: 'Muli';
    text-align: center;
    text-transform: uppercase;

    position: relative;
}

.page-corretor .banner h3 small {
    color: #ffffff;

    font-size: 77px;
    line-height: 65px;
    font-weight: 900;

    display: block;
}

.page-corretor .banner h3 strong {
    color: #7a7a7a;

    font-size: 50px;
    font-weight: 900;
    font-style: italic;

    display: block;
}

.page-corretor .banner .background {
    z-index: 1;

    opacity: 0.13;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-corretor .options {
    padding: 100px 0px 300px;
    text-align: center;
}

.page-corretor .box {
    text-align: center;
    margin-top: 90px;
}

.page-corretor .box h3,
.page-corretor .options h3 {
    color: #ffffff;

    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Muli';

    text-align: center;
    text-transform: uppercase;

    margin: 24px 0px 5px;
}

.page-corretor .box p,
.page-corretor .options p {
    color: #ffffff;

    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Muli';

    text-align: center;
}

.page-corretor .options a {
    margin: 30px auto 0px;
    display: inline-block;
    padding: 0px 34px;

    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';

    color: #ffffff;
    background: #354f69;

    text-align: center;
    text-transform: uppercase;
}

.page-corretor .box span,
.page-corretor .options span {
    width: 100%;
    height: 74px;

    display: inline-block;
    position: relative;
}

.page-corretor .box span img,
.page-corretor .options span img {
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);

    position: absolute;
}

.page-corretor .form {
    padding-bottom: 140px;
}

.page-corretor .options.fading,
.page-corretor .form.fading {
    width: 100%;
    position: absolute;
}

.page-corretor .form.partner {
	display: none;
}

.page-corretor .form.partner h4 {
    color: #ffffff;

    font-size: 44px;
    font-weight: 700;
    font-family: 'Muli';

    margin-top: 80px;
    margin-bottom: 30px;

    text-transform: uppercase;
}

.page-corretor .form.partner form {
    margin-bottom: 40px;
}

.page-corretor .form.partner form .input {
    margin-bottom: 24px;
    position: relative;
}

.page-corretor .form.partner form .input label {
    display: block;
    position: absolute;

    top: 1px;
    left: 15px;

    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    font-family: 'Open Sans';

    color: #ffffff;
    margin: 0px 0px 5px;
}

.page-corretor .form.partner form .input input,
.page-corretor .form.partner form .input textarea {
    width: 100%;
    padding: 0px 15px;

    font-size: 20px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Open Sans';

    color: #ffffff;
    border: 1px solid #cccccc;

    padding-left: 200px;
}

.page-corretor .form.partner form .input textarea {
    height: 308px;
}

.page-corretor .form.partner form button {
    float: right;
    padding: 0px 34px;

    height: 38px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';

    color: #ffffff;
    background: #354f69;

    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .page-corretor .banner {
        height: 408px;
    }

    .page-corretor .banner h3 {
        padding: 145px 0px 0px;
    }

    .page-corretor .banner h3 small {
        font-size: 67px;
        line-height: 65px;
    }

    .page-corretor .banner h3 strong {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .page-corretor .box h3,
    .page-corretor .options h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .page-corretor .box p,
    .page-corretor .options p {
        font-size: 16px;
        line-height: 16px;
    }

    .page-corretor .options a {
        font-size: 16px;
    }

    .page-corretor .form.partner {
        padding-bottom: 40px;
    }

    .page-corretor .form.partner h4 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-corretor .banner {
        height: 280px;
    }

    .page-corretor .banner h3 {
        padding: 105px 0px 0px;
    }

    .page-corretor .banner h3 small {
        font-size: 35px;
        line-height: 35px;
    }

    .page-corretor .banner h3 strong {
        font-size: 21px;
    }

    .page-corretor .options {
        padding: 70px 0px 190px;
    }

    .page-corretor .options a {
        padding: 6px 34px;
        line-height: 26px;
    }

    .page-corretor .options > div > div > div:last-child {
        margin-top: 80px;
    }

    .page-corretor .form.partner h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .page-corretor .form.partner form .input {
        margin-bottom: 13px;
    }

    .page-corretor .form.partner form .input label {
        font-size: 16px;
        line-height: 35px;
    }

    .page-corretor .form.partner form .input input,
    .page-corretor .form.partner form .input textarea {
        font-size: 16px;
        line-height: 35px;
        padding-left: 170px;
    }
}


/*******************************************************************************
 ** PAGE CONTATO ***************************************************************
 ******************************************************************************/

.page-contato {
    background: #ffffff;
}

.page-contato .banner {
    position: relative;

    width: 100%;
    height: 478px;

    background: #272a2d;
}

.page-contato .banner h3 {
    z-index: 2;
    padding: 160px 0px 0px;

    font-family: 'Muli';
    text-align: center;
    text-transform: uppercase;

    position: relative;
}

.page-contato .banner h3 small {
    color: #ffffff;

    font-size: 77px;
    line-height: 65px;
    font-weight: 900;

    display: block;
}

.page-contato .banner h3 strong {
    color: #7a7a7a;

    font-size: 50px;
    font-weight: 900;
    font-style: italic;

    display: block;
}

.page-contato .banner .background {
    z-index: 1;

    opacity: 0.13;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    -webkit-filter: grayscale(1);
            filter: grayscale(1);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-contato .form h3 {
    color: #354f69;

    font-size: 44px;
    font-weight: 700;
    font-family: 'Muli';

    margin-top: 80px;
    margin-bottom: 30px;

    text-transform: uppercase;
}

.page-contato .form #map,
.page-contato .form #map iframe {
    z-index: 1;

    top: 0px;
    right: 0px;
    width: 50vw;

    position: absolute;
}

.page-contato .form .box {
    z-index: 2;
    position: relative;

    padding: 50px 24px;
    margin-top: 105px;

    -webkit-box-shadow: 0px 10px 5px rgba(0,0,0,0.2);
            box-shadow: 0px 10px 5px rgba(0,0,0,0.2);

    background: #272a2d;
    border-radius: 0px 80px 0px 0px;
}

.page-contato .form .box li {
    list-style: none;
}

.page-contato .form .box li a,
.page-contato .form .box li span {
    color: #ffffff;
    padding: 8px 0px 8px 30px;

    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Open Sans';

    display: block;
    position: relative;
}

.page-contato .form .box li i {
    color: #304253;

    top: 10px;
    left: 0px;
    font-size: 22px;

    position: absolute;
}

.page-contato .form .box li.zoom {
    color: #ffffff;

    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Open Sans';

    background: #354f69;

    right: 0px;
    bottom: 0px;

    position: absolute;
}

.page-contato .form .box li.zoom i {
    left: 18px;
    color: #ffffff;
    font-size: 18px;
}

.page-contato .form .box li.zoom a {
    padding-left: 48px;
    padding-right: 18px;
}

.page-contato .form form {
    margin-bottom: 40px;
}

.page-contato .form form .input {
    margin-bottom: 24px;
    position: relative;
}

.page-contato .form form .input label {
    display: block;
    position: absolute;
    top: 1px;
    left: 15px;

    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    font-family: 'Open Sans';

    color: #272a2d;
    margin: 0px 0px 5px;
}

.page-contato .form form .input input,
.page-contato .form form .input textarea {
    width: 100%;
    padding: 0px 15px;
    padding-left: 130px;

    font-size: 20px;
    line-height: 48px;
    font-weight: 300;
    font-family: 'Open Sans';

    color: #272a2d;
    border: 1px solid #cccccc;
}

.page-contato .form form .input textarea {
    height: 308px;
}

.page-contato .form form button {
    float: right;
    padding: 0px 34px;

    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    font-family: 'Open Sans';

    color: #ffffff;
    background: #354f69;

    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 1199px) {
    .page-contato .banner {
        height: 408px;
    }

    .page-contato .banner h3 {
        padding: 145px 0px 0px;
    }

    .page-contato .banner h3 small {
        font-size: 67px;
        line-height: 45px;
    }

    .page-contato .banner h3 strong {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .page-contato .form {
        padding-bottom: 40px;
    }

    .page-contato .form h3 {
        text-align: center;
        margin-top: 540px;
    }

    .page-contato .form #map,
    .page-contato .form #map iframe {
        left: 50%;
        right: auto;
        width: 100vw;
        -webkit-transform: translate3d(-50%,0,0);
                transform: translate3d(-50%,0,0);
        position: absolute;
        height: 300px !important;
        top: 220px;
    }

    .page-contato .form #map iframe {
        top: 0;
    }

    .page-contato .form .box {
        left: 50%;
        right: auto;
        width: 100vw;
        -webkit-transform: translate3d(-50%,0,0);
                transform: translate3d(-50%,0,0);
        position: absolute;

        margin-top: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .page-contato .banner {
        height: 280px;
    }

    .page-contato .banner h3 {
        padding: 105px 0px 0px;
    }

    .page-contato .banner h3 small {
        font-size: 35px;
        line-height: 28px;
    }

    .page-contato .banner h3 strong {
        font-size: 21px;
    }

    .page-contato .form .box {
        padding: 30px 15px;
    }

    .page-contato .form .box li a,
    .page-contato .form .box li span {
        padding: 8px 0px 8px 26px;
        font-size: 14px;
        line-height: 20px;
    }

    .page-contato .form .box li i {
        font-size: 18px;
    }

    .page-contato .form .box li.zoom a {
        padding-left: 35px;
        padding-right: 14px;
        line-height: 18px;
    }

    .page-contato .form .box li.zoom a i {
        left: 14px;
        font-size: 14px;
    }

    .page-contato .form h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .page-contato .form form .input {
        margin-bottom: 13px;
    }

    .page-contato .form form .input label {
        font-size: 16px;
        line-height: 35px;
    }

    .page-contato .form form .input input,
    .page-contato .form form .input textarea {
        font-size: 16px;
        line-height: 35px;
        padding-left: 110px;
    }
}


/*** ***/

@media (min-width: 1200px) and (max-width: 1350px) {
    header .menu {
        font-size: 16px;
    }

    header .container {
        width: 1180px;
    }
}

@media (min-width: 1350px) {
    header .container {
        width: 1290px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
