@charset "UTF-8"; 

@font-face {
    font-family: 'Elaris';
    src: url('../../fonts/Elaris_Regular.eot');
    src: url('../../fonts/Elaris_Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Elaris_Regular.woff2') format('woff2'),
        url('../../fonts/Elaris_Regular.woff') format('woff'),
        url('../../fonts/Elaris_Regular.ttf') format('truetype'),
        url('../../fonts/Elaris_Regular.svg#Elaris_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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

img,
iframe {
    border: none;
    text-decoration: none;
}

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

a:focus,
a:active {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    font-weight: normal;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    resize: none;
}

input,
select {
    vertical-align: middle;
}

select,
input[type=text],
input[type=date],
input[type=datetime],
input[type=tel],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input[type=file],
input[type=url],
input[type=time],
input[type=week],
input[type=month] {
    vertical-align: middle;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

select {
    margin: inherit;
}

ol,
ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

html {
    overflow-x: hidden !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Extra Small */

@media(max-width:767px) {}


/* Small */

@media(min-width:768px) and (max-width:991px) {}


/* Medium */

@media(min-width:992px) and (max-width:1199px) {}


/* Large */

@media(min-width:1200px) {}

.jardins {
    padding-top: 55px;
    overflow: hidden;
    background-color: #FFF !important;
}

.jardins h2 {
    font-family: 'Elaris';
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    color: #664C00;  /*#C90;*/
    margin: 0;
}

.jardins h2+p {
    font-family: 'Elaris';
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
    font-style: normal;
    color: #3f484b;
    margin: 0;
}

.jardins h2+p span {
    font-size: 40px;
    line-height: 40px;
}

.jardins .line {
    height: 2px;
    background-color: #664C00;  /*#C90;*/
    width: 60%;
    margin: 10px auto 0;
    display: block;
}

.info p {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    color: #3f484b;
    margin-top: 40px;
}

.projetos img {
    border: solid 1px #fff;
}

.projetos {
    margin-top: 40px;
}

/* Extra Small */

@media(max-width:767px) {
    .jardins {
        padding-top: 25px;
    }

    .jardins h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .jardins h2+p {
        font-size: 20px;
        line-height: 25px;
    }

    .jardins h2+p span {
        font-size: 27px;
        line-height: 30px;
    }

    .info p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }

    .projetos {
        margin-top: 20px;
    }

}

.container,
.group-input,
#main.pageDetalhe #comodidade .comodidade-itens,
#main.pageDetalhe #comodidade .citacao,
#main.pageDetalhe #localizacao .info-map,
#main.pageDetalheMobile #localizacao .info-map,
#main.pageDetalheMobile #comodidade .comodidade-itens,
#main.pageDetalheMobile #plantas header,
#main.pageBusca #lista .filtro,
#main.pageBusca #lista .result-info,
#main.pageHome #lista .filtro,
#main.pageHome #lista .result-info {
    *zoom: 1;
}

.container:before,
.group-input:before,
#main.pageDetalhe #comodidade .comodidade-itens:before,
#main.pageDetalhe #comodidade .citacao:before,
#main.pageDetalhe #localizacao .info-map:before,
#main.pageDetalheMobile #localizacao .info-map:before,
#main.pageDetalheMobile #comodidade .comodidade-itens:before,
#main.pageDetalheMobile #plantas header:before,
#main.pageBusca #lista .filtro:before,
#main.pageBusca #lista .result-info:before,
#main.pageHome #lista .filtro:before,
#main.pageHome #lista .result-info:before,
.container:after,
.group-input:after,
#main.pageDetalhe #comodidade .comodidade-itens:after,
#main.pageDetalhe #comodidade .citacao:after,
#main.pageDetalhe #localizacao .info-map:after,
#main.pageDetalheMobile #localizacao .info-map:after,
#main.pageDetalheMobile #comodidade .comodidade-itens:after,
#main.pageDetalheMobile #plantas header:after,
#main.pageBusca #lista .filtro:after,
#main.pageBusca #lista .result-info:after,
#main.pageHome #lista .filtro:after,
#main.pageHome #lista .result-info:after {
    content: "";
    display: table;
}

.container:after,
.group-input:after,
#main.pageDetalhe #comodidade .comodidade-itens:after,
#main.pageDetalhe #comodidade .citacao:after,
#main.pageDetalhe #localizacao .info-map:after,
#main.pageDetalheMobile #localizacao .info-map:after,
#main.pageDetalheMobile #comodidade .comodidade-itens:after,
#main.pageDetalheMobile #plantas header:after,
#main.pageBusca #lista .filtro:after,
#main.pageBusca #lista .result-info:after,
#main.pageHome #lista .filtro:after,
#main.pageHome #lista .result-info:after {
    clear: both;
}

a {
    color: inherit;
}

.half {
    width: 50%;
}

.ovh {
    overflow: hidden;
}

.ovhx {
    overflow-x: hidden;
}

.ovhy {
    overflow-y: hidden;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.modal,
.hidden {
    display: none;
}

.hide-mobile {
    display: none !important;
}

.hide-desktop {
    display: block !important;
}

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    pointer-events: none;
    opacity: 0;
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
}

.noselect,
.box-select .select,
.box-select .select ul .option {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.transition,
input[type=checkbox]+label>span:before,
.box-input.-op2 input,
.nav-plantas ul li,
.nav-ajuda ul li,
.nav-plantas ul li:before,
.nav-ajuda ul li:before,
.modal,
#main.pageDetalhe .main-banner .ver-fotos,
#main.pageDetalhe .main-banner .tour-virtual,
#main.pageDetalhe .main-banner .voltar-resultados,
#main.pageDetalhe .main-banner .voltar-resultadosCP,
#main.pageDetalhe #localizacao .como-chegar,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-prev,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-next,
#main.pageDetalheMobile .main-banner .ver-fotos,
#main.pageDetalheMobile .main-banner .voltar-resultados,
#main.pageDetalheMobile .main-banner .voltar-resultadosCP,
#main.pageDetalheMobile #localizacao .como-chegar {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

.transition-medio,
#overlay,
.btn {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.transition-long,
.box-fale-corretor,
.box-fale-corretor .open-fale-corretor .icon img,
#main.pageBusca #lista.map-open #map,
#main.pageBusca #lista .items-lista .item-imoveis,
#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel img,
#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes,
#main.pageHome #lista.map-open #map,
#main.pageHome #lista .items-lista .item-imoveis,
#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel:before,
#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel img,
#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes {
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

body {
    color: #60605d;
    font-family: 'Montserrat', sans-serif;
    max-width: 1920px;
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 1;
}

body #main {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        margin: auto;
    }
}

.btn {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    background-color: #ebb92d;
    display: inline-block;
    border-radius: 0;
}

.btn:hover {
    background-color: #a37c0f;
}

#main .owl-theme .owl-dots .owl-dot span {
    background: #f4d88a;
}

#main .owl-theme .owl-dots .owl-dot.active span,
#main .owl-theme .owl-dots .owl-dot:hover span {
    background: #ebb92d;
}

#main .owl-carousel .owl-nav {
    width: 1140px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

#main .owl-carousel .owl-nav .owl-prev,
#main .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    pointer-events: all;
    background-image: url(../img/layout/arrow-nav.png);
    width: 40px;
    height: 60px;
    font-size: 0;
    /*background-color: transparent !important;*/
    background-color: rgba(96, 96, 93, 0.5);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center;
}

#main .owl-carousel .owl-nav .owl-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}

#main .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.label-left {
    margin: 10px 0;
    padding: 6px 0;
    text-align: left;
}

.selecionar-todos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.selecionar-todos span {
    margin-left: 10px;
}

.d-block {
    display: block;
}

.break-line {
    word-break: break-all;
}

.fullsize {
    min-width: 100%;
}

#DEBUG {
    position: fixed;
    width: 1366px;
    height: 1970px;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    background-image: url(../img/DEBUG.html);
    Z-INDEX: 999999999999999999999999;
}

@media (min-width: 1366px) {
    .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    body.sem-header {
        padding-top: 0 !important;
    }
}

.h-100 {
    height: 100%;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.d-table {
    display: table;
}

.v-align-middle {
    display: table-cell;
    vertical-align: middle;
}

body.sem-header {
    padding-top: 0;
}

#loadingNew {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: auto auto;
    position: fixed;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebb92d;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {

    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {

    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {

    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {

    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {

    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-30 {
    padding-top: 30px;
}

.box-select.-black.active .select .selected {
    color: #60605d;
}

.box-select.-black .select .selected {
    border-color: #60605d;
    background-image: url(../img/layout/icon-select-b.png);
    color: #adadab;
}

.box-select.-zona-bairro .select {
    padding: 10px;
    margin-top: -10px;
    border: 1px solid #fff;
}

.box-select.-zona-bairro .select.active {
    border-color: #dfdfdf;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
}

.box-select.-zona-bairro .select.active:after {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 999;
    display: block;
    pointer-events: none;
}

.box-select .select {
    position: relative;
    font-size: 15px;
    font-weight: 400;
}

.box-select .select.active .selected {
    border-color: #66b7d9;
    border-width: 2px;
    background-image: url(../img/layout/icon-select-active.png);
}

.box-select .select.active ul {
    display: block;
}

.box-select .select.active.-checkbox .box-groups-items {
    display: block;
}

.box-select .select.-checkbox .box-groups-items {
    display: none;
    position: absolute;
    z-index: 100;
    width: 770px;
    background-color: #fff;
    padding: 45px 10px 30px;
    border: 1px solid #dfdfdf;
    top: 30px;
    left: -1px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
}

.box-select .select.-checkbox .box-groups-items h2 {
    position: absolute;
    top: 5px;
    left: 20px;
}

.box-select .select.-checkbox .box-groups-items .clear-inputs {
    font-size: 11px;
    font-weight: 600;
    color: #d74127;
    position: absolute;
    top: 20px;
    right: 30px;
    text-transform: uppercase;
}

.box-select .select.-checkbox .box-groups-items .clear-inputs:hover {
    text-decoration: underline;
}

.box-select .select.-checkbox .box-groups-items ul {
    display: block;
    position: static;
    float: left;
    width: 20%;
    padding: 0 12px;
    border: none;
    box-shadow: none !important;
}

.box-select .select.-checkbox .box-groups-items ul li {
    font-size: 13px;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}

.box-select .select.-checkbox .box-groups-items ul li:last-of-type {
    margin-bottom: 0;
}

.box-select .select.-checkbox .box-groups-items ul li.zona {
    font-weight: 600;
}

.box-select .select.-checkbox .box-groups-items ul li.disabled {
    pointer-events: none;
    color: #adadab;
}

.box-select .select.-checkbox .box-groups-items ul li input {
    display: none;
}

.box-select .select.-checkbox .box-groups-items ul li input:checked+label:before {
    border-color: #ebb92d;
    background-image: url(../img/layout/icon-checked.png);
    background-repeat: no-repeat;
    background-position: center;
}

.box-select .select.-checkbox .box-groups-items ul li label {
    cursor: pointer;
}

.box-select .select.-checkbox .box-groups-items ul li label:before {
    content: '';
    border: 1px solid #adadab;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.box-select .select.-checkbox .box-groups-items ul.inline {
    width: 100%;
}

.box-select .select.-checkbox .box-groups-items ul.inline li {
    display: inline;
    margin-right: 20px;
}

.box-select .select .selected {
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/layout/icon-select-w.png);
    background-repeat: no-repeat;
    background-position: 100% 12px;
    margin: 0;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
}

.box-select .select ul {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    /*width: 100%;*/
    border: 1px solid #e6e6e6;
    border-top: none;
    z-index: 100;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
}

.box-select .select ul .option {
    color: black;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-select .select ul .option.disabled {
    background-color: #f3f3f3;
    color: #adacac;
}

.box-select .select ul .option.active,
.box-select .select ul .option:hover {
    background-color: #66b7d9;
    color: white;
    cursor: pointer;
    margin: 0 -1px;
}

.select-quero-trabalhar {
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #60605d;
    margin-bottom: 0px;
    outline: none;
}

.select-quero-trabalhar option {
    outline: none;
}

.select-quero-trabalhar option:disabled {
    color: #adadab;
}

.box-input input {
    border: none;
    border-bottom: 1px solid #FFFFFF;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
}

.box-input.-op2 {
    position: relative;
    margin-top: 20px;
    /*&.preenchido,*/
}

.box-input.-op2:first-child {
    margin-top: 0;
}

.box-input.-op2:before {
    -webkit-transition: 0.3s cubic-bezier(0, 1, 1, 1) all;
    transition: 0.3s cubic-bezier(0, 1, 1, 1) all;
    content: '';
    display: block;
    position: absolute;
    background-color: #66b7d9;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
}

.box-input.-op2.focus label {
    bottom: 32px;
    font-size: 12px;
    font-weight: 600;
    color: #60605d;
}

.box-input.-op2.focus:before {
    width: 100%;
    height: 1px;
}

.box-input.-op2.preenchido label {
    bottom: 32px;
    font-size: 12px;
    font-weight: 600;
}

.box-input.-op2.preenchido.-money:after {
    content: 'R$';
    position: absolute;
    top: 8px;
    left: 0;
}

.box-input.-op2.preenchido.-money input {
    padding-left: 40px;
}

.box-input.-op2.preenchido.-tax:after {
    content: '%';
    position: absolute;
    top: 8px;
    left: 0;
}

.box-input.-op2.preenchido.-tax input {
    padding-left: 40px;
}

.box-input.-op2 input {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #60605d;
    outline: none;
}

.box-input.-op2 input+label {
    -webkit-transition: 0.2s cubic-bezier(0, 1.3, 1, 1) all;
    transition: 0.2s cubic-bezier(0, 1.3, 1, 1) all;
    position: absolute;
    left: 0;
    bottom: 8px;
    pointer-events: none;
    font-weight: 300;
    font-size: 15px;
    color: #adadab;
}

.box-textarea {
    margin-top: 20px;
}

.box-textarea input {
    border: 1px solid #60605d;
    width: 100%;
}

.box-textarea textarea {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    height: 105px;
}

.box-anexar input {
    opacity: 0;
    width: 1px;
}

.box-anexar label {
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    color: #d74127;
}

.box-anexar label:before {
    content: '';
    background-image: url(../img/layout/icon-anexar.png);
    width: 14px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.group-input {
    margin-bottom: 30px;
}

.group-input>div {
    float: left;
}

.group-input>div:first-of-type {
    width: 105px;
    margin-right: 30px;
}

.group-input>div:last-of-type {
    width: 316px;
}

.item-imoveis figcaption {
    color: #60605d;
}

.item-imoveis figcaption h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 200;
    clear: both;
    padding-top: 5px;
}

.item-imoveis figcaption .bairro,
.item-imoveis figcaption h3.bairro,
.item-imoveis figcaption .status,
.item-imoveis figcaption h3.status {
    float: left;
    font-weight: 600;
}

.item-imoveis figcaption .bairro,
.item-imoveis figcaption h3.bairro {
    margin-right: 10px;
}

.item-imoveis figcaption .status,
.item-imoveis figcaption h3.status {
    color: #e17d29;
}

.item-imoveis figcaption .metragem {
    font-size: 15px;
    font-weight: 300;
}

.item-imoveis figcaption .short-desc {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 18px;
}

.item-imoveis figcaption .btn {
    margin-top: 15px;
}


#vendas {
    display: none;
    position: fixed;
    /*width: 325px;*/
    right: 0;
    top: 50%;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
    transform: translateY(-50%);
}

#vendas .header-vendas {
    height: 30px;
    background-color: #d74127;
    color: white;
    padding-left: 15px;
    position: relative;
    margin: -1px;
}

#vendas .header-vendas div {
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
}

#vendas .header-vendas div span {
    margin-right: 5px;
}

#vendas .header-vendas .close-vendas {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #821b14;
}

#vendas .body-vendas {
    height: 64px;
    overflow: auto;
    font-size: 13px;
    padding-top: 10px;
}

#vendas .body-vendas::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#vendas .body-vendas::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#vendas .body-vendas::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #adadab;
}

#vendas .body-vendas .linha-msg {
    display: block;
    margin-bottom: 5px;
}

#vendas .body-vendas .linha-msg .msg {
    text-align: left;
    padding: 10px 10px;
    display: inline-block;
}

#vendas .body-vendas .linha-msg .msg.sending {
    font-size: 30px;
    line-height: 10px;
}

#vendas .body-vendas .linha-msg .msg.sending span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

#vendas .body-vendas .linha-msg .msg.sending span:nth-child(2) {
    animation-delay: .2s;
}

#vendas .body-vendas .linha-msg .msg.sending span:nth-child(3) {
    animation-delay: .4s;
}

#vendas .body-vendas .linha-msg.recebida {
    text-align: left;
}

#vendas .body-vendas .linha-msg.recebida .msg {
    background-color: #e6e6e6;
    color: #60605d;
}

#vendas .body-vendas .linha-msg.enviada {
    text-align: right;
}

#vendas .body-vendas .linha-msg.enviada .msg {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #66b7d9;
    color: white;
}

#vendas .btn-iniciar-atendimento {
    height: 30px;
    line-height: 26px;
    display: inline-block;
    padding: 0 15px 0 20px;
    margin: 10px auto;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

#vendas .btn-iniciar-atendimento img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#vendas .btn-iniciar-atendimento:hover,
#vendas .btn-iniciar-atendimento:active,
#vendas .btn-iniciar-atendimento:focus {
    color: #60605d;
}

#vendas .box-envia-msg {
    border-top: 1px solid #e6e6e6;
    height: 40px;
}

#vendas .box-envia-msg img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    transform: rotate(90deg);
    max-width: 30px;
    cursor: pointer;
}

#vendas .box-envia-msg input {
    border: none;
    padding-left: 15px;
    padding-top: 0px;
    font-size: 13px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 35px;
}

#vendas .box-envia-msg input::-webkit-input-placeholder {
    color: #adadab;
}

#vendas .box-envia-msg input:-moz-placeholder {
    color: #adadab;
}

#vendas .box-envia-msg input::-moz-placeholder {
    color: #adadab;
}

#vendas .box-envia-msg input:-ms-input-placeholder {
    color: #adadab;
}

#whatsapp {
    display: none;
    position: fixed;
    /*width: 325px;*/
    right: 0;
    top: 50%;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
    transform: translateY(-50%);
}

#whatsapp .header-whatsapp {
    height: 30px;
    background-color: #d74127;
    color: white;
    padding-left: 15px;
    position: relative;
    margin: -1px;
}

#whatsapp .header-whatsapp div {
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
}

#whatsapp .header-whatsapp div span {
    margin-right: 5px;
}

#whatsapp .header-whatsapp .close-whatsapp {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #821b14;
}

#whatsapp .body-whatsapp {
    overflow: auto;
    font-size: 13px;
    padding: 20px;
}

#whatsapp .body-whatsapp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#whatsapp .body-whatsapp::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#whatsapp .body-whatsapp::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #adadab;
}

#whatsapp .body-whatsapp form {
    text-align: center;
}

#whatsapp .body-whatsapp form .box-anexar {
    text-align: left;
}

#whatsapp .body-whatsapp form input {
    margin: 0;
    outline: none;
}

#whatsapp .body-whatsapp form input[type="submit"] {
    border: 0;
    margin: 10px auto;
}

#whatsapp .body-whatsapp .linha-msg {
    display: block;
    margin-bottom: 5px;
}

#whatsapp .body-whatsapp .linha-msg .msg {
    text-align: left;
    padding: 10px 10px;
    display: inline-block;
}

#whatsapp .body-whatsapp .linha-msg .msg.sending {
    font-size: 24px;
    line-height: 8px;
}

#whatsapp .body-whatsapp .linha-msg .msg.sending:after {
    animation-name: sending;
    animation-duration: 2s;
}

#whatsapp .body-whatsapp .linha-msg.recebida {
    text-align: left;
}

#whatsapp .body-whatsapp .linha-msg.recebida .msg {
    background-color: #e6e6e6;
    color: #60605d;
}

#whatsapp .body-whatsapp .linha-msg.enviada {
    text-align: right;
}

#whatsapp .body-whatsapp .linha-msg.enviada .msg {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #66b7d9;
    color: white;
}

#whatsapp .btn-iniciar-atendimento {
    height: 30px;
    line-height: 26px;
    display: inline-block;
    padding: 0 15px 0 20px;
    margin: 10px auto;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

#whatsapp .btn-iniciar-atendimento img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#whatsapp .btn-iniciar-atendimento:hover,
#whatsapp .btn-iniciar-atendimento:active,
#whatsapp .btn-iniciar-atendimento:focus {
    color: #60605d;
}

#whatsapp .box-envia-msg {
    border-top: 1px solid #e6e6e6;
    height: 40px;
}

#whatsapp .box-envia-msg img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    transform: rotate(90deg);
    max-width: 30px;
    cursor: pointer;
}

#whatsapp .box-envia-msg input {
    border: none;
    padding-left: 15px;
    padding-top: 0px;
    font-size: 13px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 35px;
}

#whatsapp .box-envia-msg input::-webkit-input-placeholder {
    color: #adadab;
}

#whatsapp .box-envia-msg input:-moz-placeholder {
    color: #adadab;
}

#whatsapp .box-envia-msg input::-moz-placeholder {
    color: #adadab;
}

#whatsapp .box-envia-msg input:-ms-input-placeholder {
    color: #adadab;
}

#email {
    display: none;
    position: fixed;
    /*width: 325px;*/
    right: 0;
    top: 50%;
    margin: auto;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
    transform: translateY(-50%);
}

#email .header-email {
    height: 30px;
    background-color: #d74127;
    color: white;
    padding-left: 15px;
    position: relative;
    margin: -1px;
}

#email .header-email div {
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
}

#email .header-email div span {
    margin-right: 5px;
}

#email .header-email .close-email {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #821b14;
}

#email .body-email {
    overflow: auto;
    font-size: 13px;
    padding: 20px;
}

#email .body-email #btn-email {
    margin-top: 20px;
}

#email .body-email::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#email .body-email::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#email .body-email::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #adadab;
}

#email .body-email form {
    text-align: center;
}

#email .body-email form .box-anexar {
    text-align: left;
}

#email .body-email form input {
    margin: 0;
    outline: none;
}

#email .body-email form input[type="submit"] {
    border: 0;
}

#email .body-email .linha-msg {
    display: block;
    margin-bottom: 5px;
}

#email .body-email .linha-msg .msg {
    text-align: left;
    padding: 10px 10px;
    display: inline-block;
}

#email .body-email .linha-msg .msg.sending {
    font-size: 24px;
    line-height: 8px;
}

#email .body-email .linha-msg .msg.sending:after {
    animation-name: sending;
    animation-duration: 2s;
}

#email .body-email .linha-msg.recebida {
    text-align: left;
}

#email .body-email .linha-msg.recebida .msg {
    background-color: #e6e6e6;
    color: #60605d;
}

#email .body-email .linha-msg.enviada {
    text-align: right;
}

#email .body-email .linha-msg.enviada .msg {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #66b7d9;
    color: white;
}

#email .btn-iniciar-atendimento {
    height: 30px;
    line-height: 26px;
    display: inline-block;
    padding: 0 15px 0 20px;
    margin: 10px auto;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

#email .btn-iniciar-atendimento img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#email .box-envia-msg {
    border-top: 1px solid #e6e6e6;
    height: 40px;
}

#email .box-envia-msg img {
    position: absolute;
    right: 5px;
    bottom: 5px;
    transform: rotate(90deg);
    max-width: 30px;
    cursor: pointer;
}

#email .box-envia-msg input {
    border: none;
    padding-left: 15px;
    padding-top: 0px;
    font-size: 13px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding-right: 35px;
}

#email .box-envia-msg input::-webkit-input-placeholder {
    color: #adadab;
}

#email .box-envia-msg input:-moz-placeholder {
    color: #adadab;
}

#email .box-envia-msg input::-moz-placeholder {
    color: #adadab;
}

#email .box-envia-msg input:-ms-input-placeholder {
    color: #adadab;
}

.box-fale-corretor {
    background-color: #039;
    overflow: hidden;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999 !important;
    height: fit-content;
    max-width: 400px;
    transform: translateY(-50%);
}

.box-fale-corretor .vendas .icon img {
    /*margin: 0 10px 0 6px;*/
    height: 25px;
}

.box-fale-corretor .vendas .title,
.box-fale-corretor .wpp .title {
    font-size: 12px;
}

.box-fale-corretor.unfixed {
    display: inline-table;
    position: absolute;
    margin-top: 20px;
    margin-bottom: -120px;
    z-index: 999;
}

.box-fale-corretor.hide {
    margin-bottom: -120px;
    opacity: 0;
}

.box-fale-corretor.active {
    /*height: 100px;*/
    width: 100px;
}

.box-fale-corretor.active .open-fale-corretor .icon img {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.box-fale-corretor .open-fale-corretor {
    width: 100%;
    display: flex;
    background-color: #069;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 25px 15px;
}

.box-fale-corretor .open-fale-corretor .icon {
    margin-left: 10px;
}

.box-fale-corretor .open-fale-corretor .icon img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.box-fale-corretor ul {
    margin-bottom: 0;
    height: 0;
}

.box-fale-corretor ul li {
    float: left;
    width: auto;
    height: 70px;
    width: 100px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #069;
    font-size: 13px;
}

.box-fale-corretor ul li:last-of-type {
    border: none;
}

.box-fale-corretor ul li.chat .icon {
    margin-right: -14px;
    width: 100%;
    position: relative;
}

.box-fale-corretor ul li.chat .icon .pin-active {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFF;
    position: absolute;
    top: 5px;
    right: 0;
    left: 40px;
    margin: auto;
    display: none;
}

.box-fale-corretor ul li.vendas {
    /*width: 235px;*/
}

.box-fale-corretor ul li.vendas>div {
    float: left;
    width: 100px;
}

.box-fale-corretor ul li.vendas>a {
    font-size: 20px;
    font-weight: 300;
    margin-top: 26px;
    float: left;
}

.box-fale-corretor ul li .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 30px;
    margin-bottom: 5px;
}

.box-fale-corretor ul li .icon img {
    display: inline-block;
    font-size: 13px;
}

.box-fale-corretor ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.box-fale-corretor ul li a:hover {
    color: #fff;
}

.box-fale-corretor ul li.vendas a {
    font-weight: 600;
    font-size: 13px;
    margin-top: initial;
    float: initial;
}

.neg-feedback {
    margin-top: 5px;
    text-align: left;
    color: #d74127;
    display: none;
    font-family: 'montserratbold';
    font-size: 12px;
}

.nav-plantas,
.nav-ajuda {
    width: 265px;
    float: left;
    margin-right: 27px;
    border-left: 2px solid #e6e6e6;
}

.nav-plantas ul li,
.nav-ajuda ul li {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: -2px;
    position: relative;
    margin-right: 10px;
}

.nav-plantas ul li:last-of-type,
.nav-ajuda ul li:last-of-type {
    margin-bottom: 0;
}

.nav-plantas ul li:before,
.nav-ajuda ul li:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    opacity: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #ebb92d;
}

.nav-plantas ul li.active,
.nav-plantas ul li:hover,
.nav-ajuda ul li.active,
.nav-ajuda ul li:hover {
    background-color: #ebb92d;
    color: white;
}

.nav-plantas ul li.active:before,
.nav-plantas ul li:hover:before,
.nav-ajuda ul li.active:before,
.nav-ajuda ul li:hover:before {
    opacity: 1;
}

.nav-plantas ul li.active a,
.nav-plantas ul li:hover a,
.nav-ajuda ul li.active a,
.nav-ajuda ul li:hover a {
    font-weight: 600;
}

.nav-plantas ul li a,
.nav-ajuda ul li a {
    line-height: 30px;
    padding-left: 10px;
    display: block;
}


.PageErro {
    margin: auto;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    vertical-align: middle;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-image: url(../img/content/background-error.html);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 525px;
}

.PageErro h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 70px;
}

.PageErro .msgError {
    max-width: 500px;
}

.PageErro .page-error-search {
    margin-top: 20px;
    font-weight: 600;
    color: #efc757;
}

@keyframes blink {

    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }

    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }

    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.datepicker {
    z-index: 1031;
}

.datepicker:before,
.datepicker:after {
    border: 0;
}

.fs-11 {
    font-size: 11px;
}

.hypno-login,
.hypno-fade {
    display: none;
}

.hypno-login {
    padding: 0px 10px 5px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 100%;
    margin-top: -15px;
    right: 0;
    z-index: 1;
    text-align: left;
}

.hypno-login input {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.hypno-login .btn-acessar {
    margin-top: 10px;
    text-align: center;
}

.hypno-login .close {
    float: right;
    padding: 3px;
    font-size: 18px;
    margin-right: -5px;
}

.hypno-fade {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
}

.btn-outline {
    background: #FFF;
    border: 1px solid #ebb92d;
    color: #ebb92d;
    font-family: montserratsemibold;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-outline:visited {
    color: #ebb92d;
}

.btn-outline:hover {
    color: #ebb92d;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    display: block;
}

.modal.show {
    opacity: 1;
    pointer-events: initial;
}

.modal .modal-content {
    max-width: 95vw;
    max-height: 95vh;
    width: 940px;
    height: 610px;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    position: absolute;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
}

.modal .modal-atencao {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

.modal .modal-header {
    font-size: 23px;
    padding: 0;
    border: 0;
}

.modal .modal-header .modal-title {
    font-size: 18px;
    color: #7b7a7d;
    max-width: 90%;
    display: inline-block;
}

.modal .modal-header .modal-close {
    background-image: url(../img/layout/icon-close.png);
    width: 18px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.modal .modal-body {
    max-height: 295px;
    overflow: auto;
    padding: 0;
    padding-right: 20px;
}

.modal .modal-body::-webkit-scrollbar-button {
    display: none;
}

.modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ababab;
    cursor: pointer;
}

.modal .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #a4a4a4;
}

.modal .modal-body::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: pointer;
}

.modal .modal-body::-webkit-scrollbar-track:hover {
    background-color: #efefef;
}

.modal .modal-body::-webkit-scrollbar {
    width: 10px;
}

.modal .modal-body.modal-body-arquivos {
    max-height: 504px;
    padding-bottom: 20px;
}

.modal .modal-footer {
    margin-left: -20px;
    margin-right: -20px;
    background: #e7e7e6;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 30px;
    font-weight: bold;
}

.modal .modal-footer:before,
.modal .modal-footer:after {
    display: none;
}

.modal .input-select {
    border: 0;
    border-bottom: 1px solid #60605d;
    padding: 0px 5px 2px 0;
    margin-top: 15px;
    min-width: 160px;
    margin-bottom: 30px;
    color: #b4b4b3;
}

.modal .btn.pull-right {
    float: right;
    margin-left: 15px;
    margin-top: 10px;
}

.modal .flex-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.modal .legenda-container {
    display: table;
    margin-top: 15px;
}

.modal .legenda-container>div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.modal .legenda-container .texto {
    font-size: 12px;
    padding-right: 50px;
}

.modal .legenda {
    width: 45px;
    height: 25px;
    margin-left: 50px;
    border: 1px solid #848482;
}

.modal .legenda.vazio {
    background: #adadab;
    border: 1px solid #848482;
}

.modal .espelho-content {
    height: 400px;
    border: 1px solid #e6e6e6;
    padding: 10px 10px;
    overflow: auto;
}

.modal .espelho-content table {
    border-spacing: 2px;
    border-collapse: separate;
}

.modal .espelho-content th,
.modal .espelho-content td {
    vertical-align: middle;
    text-align: center;
}

.modal .espelho-content th {
    background: #e6e6e6;
    border-right: 2px solid #60605d;
    width: 80px;
}

.modal .espelho-content th>div {
    margin: 0 30px;
}

.modal .espelho-content td {
    height: 45px;
    width: 90px;
    font-size: 13px;
}

.modal .espelho-content td.ap {
    border: 1px solid #60605d;
    font-size: 13px;
    padding: 0 5px;
}

.modal .espelho-content td.vazio {
    background: #adadab;
    color: #3c3c3c;
    border: 1px solid #848482;
}

.modal .espelho-content tr:first-child th {
    height: 30px;
    border: 0;
    background: #fff;
}

.modal .espelho-content .modal-body {
    max-height: 360px;
    overflow: none;
}

.modal .espelho-content::-webkit-scrollbar-button {
    display: none;
}

.modal .espelho-content::-webkit-scrollbar-thumb {
    background-color: #ababab;
    cursor: pointer;
}

.modal .espelho-content::-webkit-scrollbar-thumb:hover {
    background-color: #a4a4a4;
}

.modal .espelho-content::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: pointer;
}

.modal .espelho-content::-webkit-scrollbar-track:hover {
    background-color: #efefef;
}

.modal .espelho-content::-webkit-scrollbar {
    width: 10px;
}

.modal#modal-espelho .modal-body {
    max-height: initial;
    overflow: auto;
    padding-right: 20px;
}

.modal#modal-espelho h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    padding-top: 0;
}

.modal#modal-espelho h2 label {
    font-size: 14px;
    font-weight: initial;
    float: right;
}

.modal#modal-espelho .modal-content {
    min-height: 490px;
}

.modal#modal-espelho .modal-content .modal-header .modal-title {
    font-family: 'montserratextrabold';
}

.modal#modal-tabela .modal-body {
    max-height: initial;
    overflow: auto;
    padding-right: 0px;
}

.modal#modal-tabela .modal-content {
    height: 555px;
    width: 940px;
}

.modal#modal-tabela .modal-content .modal-header .modal-title {
    font-family: 'montserratextrabold';
}

.modal#modal-tabela h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    padding-top: 0;
}

.modal#modal-tabela h2 label {
    font-size: 14px;
    font-weight: initial;
    float: right;
}

.modal#modal-tabela table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.modal#modal-tabela thead th {
    background: #60605d;
    color: #e9e9e9;
    padding: 5px;
    font-size: 15px;
}

.modal#modal-tabela tbody tr.odd td {
    background: #f9f9f9;
}

.modal#modal-tabela tbody tr.even td {
    background: #e6e6e6;
}

.modal#modal-tabela tbody tr td {
    width: 15%;
    color: #666666;
    border: 1px solid #fff;
    padding: 0 5px;
    font-size: 13px;
}

.modal#modal-tabela tbody tr td:first-child {
    width: 10%;
}

.modal#modal-arquivos {
    padding-bottom: 0;
}

.modal#modal-arquivos h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    padding-top: 0;
}

.modal#modal-arquivos h2 label {
    font-size: 14px;
    font-weight: initial;
    float: right;
}

.modal#modal-arquivos table {
    width: 100%;
}

.modal#modal-arquivos table .arquivo-nome {
    color: #60605d;
    font-weight: bold;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.modal#modal-arquivos table .arquivo-detalhe {
    color: #adadab;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.modal#modal-arquivos table .arquivo-detalhe .porc {
    margin-top: 5px;
    color: #ebb92d;
}

.modal#modal-arquivos table tr {
    border-bottom: 1px solid #ccc;
}

.modal#modal-arquivos table tr td:first-child {
    width: 40px;
    vertical-align: middle;
    text-align: center;
}

.modal#modal-arquivos table tr td>label {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
}

.modal#modal-arquivos table tr td>label .link-online {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    line-height: 30px;
    color: #1a6794;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.modal#modal-arquivos table tr td>label.notFile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
    cursor: default;
}

.modal#modal-arquivos table tr td>label.notFile a.link-online {
    line-height: initial;
    display: block;
    margin: 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos table tr td>label.notFile {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: left;
        -moz-align-items: left;
        -ms-align-items: left;
        -o-align-items: left;
        align-items: left;
    }

    .modal#modal-arquivos table tr td>label.notFile a.link-online {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.modal#modal-arquivos .modal-content {
    padding-bottom: 0;
}

.modal#modal-arquivos .modal-content .modal-header .modal-title {
    font-family: 'montserratextrabold';
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content {
        max-height: 456px;
    }

    .modal#modal-arquivos .modal-content .modal-header {
        height: 50px;
    }

    .modal#modal-arquivos .modal-content .modal-body-arquivos {
        max-height: 326px;
        padding-bottom: 34px;
    }
}

.modal#modal-arquivos .modal-content .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content .modal-footer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        padding: 10px;
        height: 74px;
    }

    .modal#modal-arquivos .modal-content .modal-footer .btn-download {
        margin-top: 5px;
    }
}

.modal#modal-arquivos .modal-content h2 {
    font-family: 'montserratbold';
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content h2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

.modal#modal-arquivos .modal-content h2 label {
    font-family: 'montserratregular';
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content h2 label {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        margin-top: 5px;
    }

    .modal#modal-arquivos .modal-content h2 label span {
        margin-left: 0;
    }
}

.modal#modal-arquivos .modal-content h2 input[type=checkbox]+label>span:before {
    bottom: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content h2 input[type=checkbox]+label>span:before {
        margin-left: 0;
    }
}

.modal#modal-arquivos .modal-content table input[type=checkbox]+label>span:before {
    top: 20px;
}

.modal#modal-arquivos .modal-content table .link-online {
    font-family: 'montserratbold';
}

@media only screen and (max-width: 767px) {
    .modal#modal-arquivos .modal-content table .link-online {
        position: relative;
        margin-left: 10px;
        line-height: 13px;
        margin-bottom: 10px;
    }
}

.modal#modal-arquivos .modal-content input[type=checkbox]:checked+label>span:before {
    background-position: center center;
    background-size: 14px 11px;
    border: 1px solid #b1b1af;
    background-color: #fff;
    color: #60605d;
}

.modal#modal-arquivos .modal-content input[type=checkbox]:checked+label {
    color: #60605d;
}

#main.pageListagem {
    /*.isbusca {
        display: none;
    }*/
}

#main.pageListagem .home-banner {
    background-image: url(../img/home/banner-2.png);
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

#main.pageListagem .home-main {
    margin-bottom: 30px;
}

#main.pageListagem .txt-upppercase {
    text-transform: uppercase;
}

#main.pageListagem .txt-yellow {
    color: #ebb92d;
}

#main.pageListagem #form-busca-empreendimento {
    /*margin-top: 60px;*/
}

#main.pageListagem #form-busca-empreendimento label {
    padding: 5px 5px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    font-family: 'montserratextralight';
    font-size: 24.50px;
    font-weight: 100;
}

#main.pageListagem #form-busca-empreendimento .box-input {
    width: 617px;
    max-width: 617px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #d6d2d3;
    padding: 0px 19px;
    float: left;
    color: #000;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageListagem #form-busca-empreendimento .box-autocomplete {
    position: absolute;
    background-color: #FFF;
    max-height: 200px;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    display: none;
    top: 57px;
    left: 0;
    z-index: 1;
}

#main.pageListagem #form-busca-empreendimento .box-autocomplete.active {
    display: block;
}

#main.pageListagem #form-busca-empreendimento .box-autocomplete ul {
    margin-top: 10px;
}

#main.pageListagem #form-busca-empreendimento .box-autocomplete ul li {
    color: #60605d;
    font-size: 15px;
    padding: 5px 19px;
    cursor: default;
    font-family: 'montserratsemibold';
}

#main.pageListagem #form-busca-empreendimento .box-autocomplete ul a li,
#main.pageListagem #form-busca-empreendimento .box-autocomplete ul a:link li,
#main.pageListagem #form-busca-empreendimento .box-autocomplete ul a:visited li,
#main.pageListagem #form-busca-empreendimento .box-autocomplete ul a:hover li,
#main.pageListagem #form-busca-empreendimento .box-autocomplete ul a:active li {
    text-decoration: none;
    color: inherit;
    font-family: 'montserratlight';
    font-size: 17px;
    color: #60605d;
    cursor: pointer;
}

#main.pageListagem #form-busca-empreendimento .box-input #tx-busca {
    font-size: 15px;
    max-width: 552px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #60605d;
    margin-right: 18px;
    float: left;
    outline: none;
    padding-bottom: 6px;
}

#main.pageListagem .icon-busca {
    float: right;
    cursor: pointer;
    height: auto;
    background-color: transparent;
    background-image: url(../img/home/icon-busca.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
    border: none;
}

#main.pageListagem .icon-busca-white {
    background-image: url(../img/home/icon-busca-white.png);
}

#main.pageListagem .isbusca .home-banner {
    height: auto;
    box-shadow: 0 0 0 60px rgba(0, 0, 0, 0.3) inset;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento {
    margin-top: 0;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    position: relative;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input #tx-busca {
    border-bottom: 1px solid #fff;
    margin-right: 0;
    margin-left: 18px;
    float: right;
    color: #fff;
    padding-right: 24px;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input ::-webkit-input-placeholder {
    color: #fff;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input ::-moz-placeholder {
    color: #fff;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input :-ms-input-placeholder {
    color: #fff;
}

#main.pageListagem .isbusca .home-banner #form-busca-empreendimento .box-input :-moz-placeholder {
    color: #fff;
}

#main.pageListagem .isbusca .home-banner .icon-busca {
    float: left;
}

#main.pageListagem .isbusca .home-banner .icon-clear-busca {
    position: absolute;
    right: 22px;
    top: 30px;
    cursor: pointer;
}

#main.pageListagem .col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

#main.pageListagem #form-filtro-empreendimento {
    display: inline-block;
    margin-top: 30px;
}

#main.pageListagem #ddl-cidade,
#main.pageListagem #ddl-bairro,
#main.pageListagem #ddl-tipo {
    width: -moz-calc(33.33333333333333% - 40px);
    width: -webkit-calc(33.33333333333333% - 40px);
    width: -o-calc(33.33333333333333% - 40px);
    width: -ms-calc(33.33333333333333% - 40px);
    width: calc(33.33333333333333% - 40px);
}

#main.pageListagem #ddl-estagio,
#main.pageListagem #ddl-area,
#main.pageListagem #ddl-preco,
#main.pageListagem #ddl-dormitorios {
    width: -moz-calc(25% - 40px);
    width: -webkit-calc(25% - 40px);
    width: -o-calc(25% - 40px);
    width: -ms-calc(25% - 40px);
    width: calc(25% - 40px);
}

#main.pageListagem #ddl-cidade,
#main.pageListagem #ddl-estagio {
    margin-left: 0;
}

#main.pageListagem #ddl-dormitorios,
#main.pageListagem ddl-tipo {
    margin-right: 0;
}

#main.pageListagem .home-lista-empreendimento {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main.pageListagem .home-lista-empreendimento li,
#main.pageListagem .home-lista-empreendimento li p,
#main.pageListagem .home-lista-empreendimento li h3 {
    padding: 0;
    margin: 0;
}

#main.pageListagem .home-lista-empreendimento li h3 {
    margin: 4px 0;
}

#main.pageListagem .info-descricao {
    padding-left: 20px;
}

#main.pageListagem .info-img {
    height: 190px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#main.pageListagem .img-empreendimento {
    max-height: 200px;
    margin: 0 auto;
}

#main.pageListagem .home-lista-empreendimento li {
    margin: 30px 0;
    list-style: none;
}

#main.pageListagem .home-tx-cidade {
    font-family: 'montserratsemibold';
    font-size: 13px;
    color: #60605d;
    margin-right: 10px;
}

#main.pageListagem .home-tx-lancamento {
    font-family: 'montserratsemibold';
    font-size: 13px;
    color: #e17d29;
}

#main.pageListagem .home-tx-empreendimento {
    font-family: 'montserratextralight';
    font-size: 20px;
    color: #60605d;
}

#main.pageListagem .home-tx-area,
#main.pageListagem .home-tx-quarto {
    font-family: montserratsemibold;
    font-size: 15px;
    color: #60605d;
    line-height: 20px;
}

#main.pageListagem .home-tx-ver-mais {
    font-family: 'montserratbold';
    font-size: 13px;
    color: #1a6794;
    margin-top: 5px;
    display: inline-block;
}

#main.pageListagem .home-tx-ver-mais,
#main.pageListagem .home-tx-ver-mais:hover,
#main.pageListagem .home-tx-ver-mais:focus {
    text-transform: uppercase;
    text-decoration: none;
}

#main.pageListagem .home-buttons {
    margin-top: 20px;
}

#main.pageListagem .box-novidades {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 20px 28px;
    margin-top: 30px;
    display: inline-block;
}

#main.pageListagem .box-novidades article {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

#main.pageListagem .box-novidades article:last-child {
    border-bottom: none;
}

#main.pageListagem .tx-novidades {
    font-size: 20px;
    font-family: 'montserratsemibold';
    color: #60605d;
    margin: 0;
}

#main.pageListagem .titulo-novidade {
    font-size: 18px;
    font-family: 'montserratlight';
    color: #60605d;
    margin: 0;
    margin-bottom: 15px;
    line-height: 20px;
}

#main.pageListagem .data-novidade {
    font-size: 13px;
    font-family: 'montserratbold';
    color: #adadab;
}

#main.pageListagem .descricao-novidade {
    font-size: 15px;
    font-family: 'montserratlight';
    color: #949493;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 20px;
}

#main.pageListagem #form-filtro-empreendimento-scroll {
    display: inline-block;
    margin-top: 60px;
    padding: 33px 28px;
    border: 2px solid #fff;
    background-color: #fdf8ea;
    box-shadow: 0px 0px 0px 1px #ebb92d;
    box-sizing: border-box;
}

#main.pageListagem #form-filtro-empreendimento-scroll .input-select {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#main.pageListagem #form-filtro-empreendimento-scroll label {
    margin: 0;
    font-family: 'montserratsemibold';
    font-size: 15px;
    color: #60605d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#main.pageListagem .feedback-busca {
    display: inline-block;
    margin-top: 60px;
}

#main.pageListagem .hide {
    display: none;
}

#main.pageListagem .home-buttons a.btn-border-yellow {
    height: 30px;
    line-height: 30px;
    outline: none;
    color: #ebb92d !important;
    font-weight: 100;
}

#main.pageListagem .home-buttons a.btn-border-yellow:focus,
#main.pageListagem .home-buttons a.btn-border-yellow:hover {
    background-color: #fff;
}

#main.pageListagem .home-buttons a.btn.btn-arquivos:focus,
#main.pageListagem .home-buttons a.btn.btn-arquivos:hover {
    background-color: #ebb92d;
}

@media (min-width: 1366px) {
    #main.pageListagem .home-banner {
        background-size: cover;
    }

    #main.pageListagem .isbusca .home-banner {
        background-size: cover;
        max-width: 1366px;
        margin: 0 auto;
    }
}

@media (max-width: 1199px) {

    #main.pageListagem .home-buttons button,
    #main.pageListagem .home-buttons a {
        margin-right: 0px;
        width: 70%;
        margin-top: 10px;
    }

    #main.pageListagem .home-buttons button:first-child {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    #main.pageListagem #form-busca-empreendimento label {
        font-size: 23px;
    }

    #main.pageListagem .info-descricao {
        padding-left: 0px;
        margin-top: 20px;
    }

    #main.pageListagem .home-lista-empreendimento li {
        display: inline-block;
        width: 50%;
    }

    #main.pageListagem .home-lista-empreendimento {
        text-align: center;
    }

    #main.pageListagem .home-buttons button,
    #main.pageListagem .home-buttons a {
        margin-right: 0px;
        width: auto;
        margin-top: 0;
    }

    #main.pageListagem .home-buttons button,
    #main.pageListagem .home-buttons a {
        max-width: 70%;
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #main.pageListagem .home-banner {
        height: 200px;
    }

    #main.pageListagem #form-busca-empreendimento {
        margin-top: 40px;
    }

    #main.pageListagem #form-busca-empreendimento label {
        padding: 5px 5px;
        font-size: 18px;
    }

    #main.pageListagem #form-busca-empreendimento .box-input {
        width: 100%;
    }

    #main.pageListagem #form-busca-empreendimento .box-input #tx_busca {
        font-size: 15px;
    }

    #main.pageListagem .input-select {
        width: 100% !important;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #main.pageListagem .home-lista-empreendimento li {
        width: 100%;
    }

    #main.pageListagem .home-lista-empreendimento {
        text-align: center;
    }
}

#main.pageDetalhe {
    font-family: Montserrat, montserratlight;
}

#main.pageDetalhe .nav-plantas a:hover,
#main.pageDetalhe .nav-plantas a:active,
#main.pageDetalhe .nav-plantas a:focus {
    color: #FFF;
}

#main.pageDetalhe .corretor-info {
    border-right: 2px solid #e7e7e7;
}

#main.pageDetalhe .container {
    width: 755px;
    padding-right: 385px;
    box-sizing: content-box;
}

#main.pageDetalhe .container-corretor {
    width: 1140px;
    padding-right: 0px;
}

#main.pageDetalhe .container-corretor div:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageDetalhe .container-corretor div:first-child .corretor-txt-descricao {
    line-height: 24px !important;
}

#main.pageDetalhe .container-corretor div:first-child .infos p {
    font-family: 'montserratsemibold';
}

#main.pageDetalhe .container-corretor div:first-child .infos p.semibold {
    font-family: 'montserratregular';
}

#main.pageDetalhe .tx-email {
    font-family: 'montserratsemibold';
}

#main.pageDetalhe .carousel-estagio-da-obra {
    text-transform: capitalize;
}

#main.pageDetalhe .corretor-txt-descricao {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'montserratlight';
}

#main.pageDetalhe hr {
    border: none;
    height: 1px;
    background-color: #e6e6e6;
}

#main.pageDetalhe h2 {
    font-size: 25px;
    /* font-weight: 200; */
    margin-top: 0;
    font-family: montserratlight;
    padding-top: 0;
}

#main.pageDetalhe .open-ficha-tecnica,
#main.pageDetalhe .ver-mais {
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

#main.pageDetalhe .open-ficha-tecnica:hover,
#main.pageDetalhe .ver-mais:hover {
    text-decoration: underline;
}

#main.pageDetalhe .ver-descricao {
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

#main.pageDetalhe .ver-descricao:hover {
    text-decoration: underline;
}

#main.pageDetalhe .text-ver-mais {
    display: none;
}

#main.pageDetalhe .text-ver-mais.active {
    display: block;
}

#main.pageDetalhe .btn-arquivos,
#main.pageDetalhe .btn-tabela,
#main.pageDetalhe .btn-espelho {
    display: block;
    text-align: center;
}

#main.pageDetalhe .main-banner {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    /*max-height: 550px;*/
}

#main.pageDetalhe .main-banner:after {
    transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    content: '';
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: -36px;
    z-index: 99;
}

#main.pageDetalhe .main-banner.video {
    margin-bottom: 50px;
    min-height: 462px;
    /*margin-top: 70px;*/
}

#main.pageDetalhe .main-banner.video .container {
    top: 0px;
}

#main.pageDetalhe .main-banner.video .container a {
    bottom: initial;
}

#main.pageDetalhe .main-banner.video:after {
    display: none;
}

#main.pageDetalhe .main-banner .container {
    position: absolute;
    margin: auto;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    pointer-events: none;
}

#main.pageDetalhe .main-banner ul li {
    cursor: pointer;
}

#main.pageDetalhe .main-banner ul li figure div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    overflow: hidden;
}

#main.pageDetalhe .main-banner ul li figure div img {
    max-width: initial;
    max-height: 800px;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: auto;
    margin: auto;
    background-color: #000;
}

#main.pageDetalhe .main-banner .ver-fotos,
#main.pageDetalhe .main-banner .tour-virtual,
#main.pageDetalhe .main-banner .voltar-resultados {
    line-height: 30px;
    height: 30px;
    margin: 20px 0 0 0;
    padding: 0 10px;
    background-color: rgba(39, 39, 35, 0.9);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    opacity: 1;
    pointer-events: all;
    top: 0;
}

#main.pageDetalhe .main-banner .ver-fotos:hover,
#main.pageDetalhe .main-banner .tour-virtual:hover,
#main.pageDetalhe .main-banner .voltar-resultados:hover {
    opacity: .8;
}

#main.pageDetalhe .main-banner .voltar-resultadosCP {
    line-height: 30px;
    height: 30px;
    margin-top: 40px;
    padding: 0 10px;
    background-color: rgba(39, 39, 35, 0.9);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    opacity: 1;
    pointer-events: all;
}

#main.pageDetalhe .main-banner .voltar-resultadosCP:hover {
    opacity: .8;
}

#main.pageDetalhe .main-banner .tour-virtual,
#main.pageDetalhe .main-banner .ver-fotos {
    padding: 0 15px;
    color: #60605d;
    font-size: 13px;
    text-transform: initial;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 150px;
    pointer-events: all;
    cursor: pointer;
    /*width: 178px;*/
    text-align: center;
}

#main.pageDetalhe .main-banner .tour-virtual {
    width: 130px;
    right: 180px;
    width: initial;
}

#main.pageDetalhe #desc-detalhe {
    padding-bottom: 45px;
    margin-top: -25px;
    position: relative;
    z-index: 99;
}

#main.pageDetalhe #desc-detalhe .container {
    position: relative;
}

#main.pageDetalhe #desc-detalhe .container .ImagemPrincipalMedia {
    float: left;
    width: 40%;
    min-height: 300px;
    margin-right: 30px;
}

#main.pageDetalhe #desc-detalhe .container .maisInformacoes {
    float: left;
    width: 50%;
}

#main.pageDetalhe #desc-detalhe .localizacao {
    font-size: 13px;
    font-weight: 600;
    color: #60605d;
    margin-bottom: 20px;
}

#main.pageDetalhe #desc-detalhe .nome-ap {
    font-weight: 200;
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 15px;
}

#main.pageDetalhe #desc-detalhe .endereco-ap {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 40px;
}

#main.pageDetalhe #desc-detalhe a {
    margin-top: 15px;
}

#main.pageDetalhe #desc-detalhe .text-box {
    overflow: hidden;
    /*margin-bottom: 15px;
            height: 160px;*/
    display: none;
}

#main.pageDetalhe #desc-detalhe .text-box.active {
    /*height: auto !important;*/
    display: block;
    /*-webkit-line-clamp: unset;*/
}

#main.pageDetalhe #desc-detalhe .text-box .text {
    font-size: 15px;
    font-weight: 300;
    /*margin-bottom: 35px;*/
    /*height: 60px;
            height: auto;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*-webkit-line-clamp: 3;
            -webkit-box-orient: vertical;*/
    display: block;
    /*display: -webkit-box;*/
    line-height: 20px;
}

#main.pageDetalhe #desc-detalhe .text-box .text p {
    /*margin-bottom: 15px;*/
}

#main.pageDetalhe #desc-detalhe .box-ficha-tecnica {
    width: 420px;
    margin-top: 20px;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #e6e6e6;
    height: 337px;
    overflow: hidden;
    line-height: 20px;
    line-height: 21px;
}

#main.pageDetalhe #desc-detalhe .box-ficha-tecnica.active {
    height: auto;
    display: block;
}

#main.pageDetalhe #desc-detalhe .box-ficha-tecnica ul li {
    line-height: 35px;
}

#main.pageDetalhe #desc-detalhe .box-ficha-tecnica strong {
    font-weight: 600;
}

#main.pageDetalhe #desc-detalhe .box-info-breve {
    position: absolute;
    top: 0;
    left: calc(50% + 205px);
    width: 365px;
    font-weight: 400;
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
    padding: 30px 25px 20px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve.fixed {
    position: fixed;
    top: 110px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .desc-tipo,
#main.pageDetalhe #desc-detalhe .box-info-breve .aviso-fixo,
#main.pageDetalhe #desc-detalhe .box-info-breve .metragem,
#main.pageDetalhe #desc-detalhe .box-info-breve .status,
#main.pageDetalhe #desc-detalhe .box-info-breve .vagas {
    margin-bottom: 15px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .aviso-fixo p {
    text-align: justify;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .aviso-fixo p a {
    color: #1a699e;
    font-weight: bold;
    letter-spacing: 0.5px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .status {
    border-left: 1px solid #adadab;
    padding-left: 10px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .data-entrega {
    font-size: 20px;
    font-weight: 300;
    padding-left: 10px;
    margin-bottom: 25px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .data-entrega strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .price {
    margin-top: 25px;
    margin-bottom: 30px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .price strong {
    font-weight: 600;
    margin-bottom: 5px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .price .number {
    font-size: 25px;
    font-weight: 300;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .price .number span {
    font-size: 20px;
    font-weight: 300;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .btn-simule,
#main.pageDetalhe #desc-detalhe .box-info-breve .btn-agende-visita {
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 24px;
    border: 1px solid #adadab;
    display: block;
    text-align: center;
    font-weight: 600;
}

#main.pageDetalhe #desc-detalhe .box-info-breve .btn-agende-visita {
    margin-top: 10px;
}

#main.pageDetalhe #desc-detalhe .box-info-breve footer {
    /*position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #e6e6e6;
                text-align: right;
                height: 55px;
                padding-right: 20px;
                z-index: 1;*/
    margin-top: 20px;
    /*&:before {
                    @include transform(skewY(-2deg));
                    content: '';
                    position: absolute;
                    top: -20px;
                    left: 0;
                    height: 45px;
                    width: 100%;
                    background-color: #e6e6e6;
                    display: block;
                    z-index: -1;
                }*/
}

#main.pageDetalhe #desc-detalhe .box-info-breve footer>span {
    vertical-align: super;
    display: inline-block;
}

#main.pageDetalhe #desc-detalhe .box-info-breve footer .redes-sociais {
    display: inline-block;
}

#main.pageDetalhe #desc-detalhe .box-info-breve footer .redes-sociais li {
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin-left: 5px;
    text-align: center;
    background-color: #ebb92d;
    border-radius: 50%;
    float: left;
}

#main.pageDetalhe #desc-detalhe .box-info-breve footer .redes-sociais li:hover {
    background-color: #a37c0f;
}

#main.pageDetalhe #comodidade {
    padding-top: 45px;
    padding-bottom: 45px;
}

#main.pageDetalhe #comodidade h2 {
    float: left;
}

#main.pageDetalhe #comodidade .comodidade-itens {
    padding-left: 120px;
    float: left;
}

#main.pageDetalhe #comodidade .comodidade-itens ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

#main.pageDetalhe #comodidade .comodidade-itens ul li {
    font-size: 15px;
    margin-bottom: 25px;
}

#main.pageDetalhe #comodidade .comodidade-itens ul li:before {
    content: '• ';
}

#main.pageDetalhe #comodidade .citacao {
    clear: both;
    padding-top: 20px;
}

#main.pageDetalhe #comodidade .citacao .avatar {
    position: relative;
    float: left;
}

#main.pageDetalhe #comodidade .citacao .avatar:before {
    transform: rotate(-15.2deg);
    -ms-transform: rotate(-15.2deg);
    -webkit-transform: rotate(-15.2deg);
    content: '';
    width: 380px;
    height: 1px;
    background-image: url(../img/layout/avatar-citacao-bar.png);
    display: block;
    position: absolute;
    left: -73.3%;
    top: 7.5%;
    z-index: -1;
}

#main.pageDetalhe #comodidade .citacao blockquote {
    font-size: 20px;
    font-weight: 200;
    float: left;
    margin-left: 12px;
    padding: 30px 25px;
    position: relative;
}

#main.pageDetalhe #comodidade .citacao blockquote:before {
    content: '';
    background-image: url(../img/layout/abre-aspas.png);
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
}

#main.pageDetalhe #comodidade .citacao blockquote:after {
    content: '';
    background-image: url(../img/layout/fecha-aspas.png);
    width: 18px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 60px;
    right: 0;
    display: block;
}

#main.pageDetalhe #comodidade .citacao .autor {
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
}

#main.pageDetalhe #comodidade .citacao .autor:before {
    content: '- ';
}

#main.pageDetalhe #estagio-da-obra {
    margin-top: 30px;
    margin-bottom: 30px;
}

#main.pageDetalhe #estagio-da-obra h2 {
    margin-bottom: 25px;
}

#main.pageDetalhe #estagio-da-obra .box-select {
    width: 200px;
    margin-bottom: 25px;
    text-align: left;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra {
    width: 295px;
    float: left;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content {
    display: none;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content.active {
    display: block;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content .porcentagem-total {
    width: 200px;
    display: block;
    overflow: hidden;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content .porcentagem-total label {
    font-size: 15px;
    color: #60605d;
    font-weight: 300;
    float: left;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content .porcentagem-total span {
    font-size: 15px;
    color: #60605d;
    font-weight: 600;
    float: right;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content .porcentagem-total .bar {
    display: block;
    overflow: hidden;
    background-color: #e6e6e6;
    width: 100%;
    height: 6px;
    margin-top: 30px;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .tab-content .porcentagem-total .bar .inside-bar {
    background-color: #ebb92d;
    height: 6px;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios {
    width: 200px;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios ul {
    margin-left: 15px;
    border-left: #e6e6e6 solid 2px;
    padding-left: 15px;
    display: none;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios ul li {
    margin: 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios ul li:last-of-type {
    margin-bottom: 0;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios ul li label {
    font-size: 15px;
    color: #60605d;
    font-weight: 300;
    float: left;
    max-width: 50%;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios ul li span {
    font-size: 15px;
    color: #60605d;
    font-weight: 400;
    float: right;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios a {
    margin-left: 0;
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios.active ul {
    display: block;
}

#main.pageDetalhe #estagio-da-obra .nav-estagio-da-obra .estagios.active a {
    margin-left: 15px;
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra {
    float: right;
    width: 460px;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    float: left;
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra .owl-carousel {
    display: none;
    max-height: 300px;
    position: relative;
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra .owl-carousel.active {
    display: block;
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra ul.owl-carousel {
    position: relative;
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra figure {
    /*background-color: #000;*/
    border: 1px solid #e6e6e6;
    height: 300px;
    position: relative;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
                filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
                -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";*/
}

#main.pageDetalhe #estagio-da-obra .carousel-estagio-da-obra figure img {
    margin-bottom: 10px;
    max-height: 280px;
    width: initial;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#main.pageDetalhe #plantas {
    padding-top: 45px;
    padding-bottom: 30px;
}

#main.pageDetalhe #plantas h2 {
    margin-bottom: 30px;
}

#main.pageDetalhe #plantas .nav-plantas {
    width: 160px;
}

#main.pageDetalhe #plantas .carousel-plantas {
    float: right;
    width: 543px;
    height: 300px;
    border: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

#main.pageDetalhe #plantas .carousel-plantas .tab {
    height: 110%;
    overflow: hidden;
}

#main.pageDetalhe #plantas .carousel-plantas .owl-carousel .owl-nav {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 95%;
}

#main.pageDetalhe #plantas .carousel-plantas .owl-carousel .owl-nav .owl-next,
#main.pageDetalhe #plantas .carousel-plantas .owl-carousel .owl-nav .owl-prev {
    background-image: url(../img/layout/arrow-nav-b.png);
    background-color: inherit;
}

#main.pageDetalhe #plantas .carousel-plantas ul {
    height: 100%;
}

#main.pageDetalhe #plantas .carousel-plantas ul .owl-stage-outer,
#main.pageDetalhe #plantas .carousel-plantas ul .owl-stage,
#main.pageDetalhe #plantas .carousel-plantas ul .owl-item {
    height: 100%;
}

#main.pageDetalhe #plantas .carousel-plantas ul li {
    height: 100%;
    cursor: pointer;
}

#main.pageDetalhe #plantas .carousel-plantas ul li figure {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    width: 435px;
    margin: auto;
}

#main.pageDetalhe #plantas .carousel-plantas .info-ap {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0;
    right: 0;
}

#main.pageDetalhe #plantas .carousel-plantas .tela-cheia {
    position: absolute;
    color: white;
    display: block;
    top: 0;
    right: 0;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    z-index: 99;
    pointer-events: none;
}

#main.pageDetalhe #plantas .carousel-plantas .tela-cheia:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: '';
    display: block;
    position: absolute;
    top: -53px;
    right: -13px;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid #ebb92d;
    z-index: -1;
}

#main.pageDetalhe #modifique-tegra {
    padding-bottom: 45px;
}

#main.pageDetalhe #modifique-tegra .banner-modifique-tegra {
    position: relative;
}

#main.pageDetalhe #modifique-tegra .banner-modifique-tegra:after {
    transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
    content: '';
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    z-index: 9;
}

#main.pageDetalhe #modifique-tegra .banner-modifique-tegra .logo-id {
    width: 140px;
    height: 70px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 25px;
}

#main.pageDetalhe #modifique-tegra .banner-modifique-tegra .logo-id img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main.pageDetalhe #modifique-tegra .banner-modifique-tegra .logo-id h3 {
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    text-transform: uppercase;
}

#main.pageDetalhe #modifique-tegra .container {
    position: relative;
    z-index: 99;
    margin-top: -22px;
}

#main.pageDetalhe #modifique-tegra h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 200;
    float: left;
    margin-right: 13px;
}

#main.pageDetalhe #modifique-tegra h2 strong {
    font-weight: 400;
}

#main.pageDetalhe #modifique-tegra p {
    font-size: 15px;
    line-height: 21px;
    float: right;
    font-weight: 400;
}

#main.pageDetalhe #localizacao {
    padding-top: 45px;
    padding-bottom: 45px;
}

#main.pageDetalhe #localizacao h2 {
    margin-bottom: 25px;
}

#main.pageDetalhe #localizacao #map {
    margin-bottom: 10px;
}

#main.pageDetalhe #localizacao #map #map-iframe {
    width: 750px;
    height: 300px;
}

#main.pageDetalhe #localizacao .info-map {
    clear: both;
    margin-bottom: 45px;
}

#main.pageDetalhe #localizacao .endereco {
    float: left;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}

#main.pageDetalhe #localizacao .como-chegar {
    float: right;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 24px;
    border: 1px solid #adadab;
    display: block;
}

#main.pageDetalhe #localizacao .como-chegar:hover {
    background-color: #dcdcdc;
}

#main.pageDetalhe #localizacao .sobre-bairro {
    padding-top: 45px;
}

#main.pageDetalhe #localizacao .sobre-bairro .title {
    float: left;
    padding-right: 10px;
    width: 295px;
}

#main.pageDetalhe #localizacao .sobre-bairro h3,
#main.pageDetalhe #localizacao .sobre-bairro h2.seo,
#main.pageDetalhe #localizacao .sobre-bairro .nome-ap {
    font-size: 25px;
    font-weight: 200;
    line-height: 35px;
}

#main.pageDetalhe #localizacao .sobre-bairro .nome-ap,
#main.pageDetalhe #localizacao .sobre-bairro h2.seo {
    color: #ebb92d;
    font-weight: 400;
}

#main.pageDetalhe #localizacao .sobre-bairro .divText {
    width: 460px;
    float: right;
}

#main.pageDetalhe #localizacao .sobre-bairro .divText .text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    line-height: 20px;
}

#main.pageDetalhe #localizacao .sobre-bairro .divText .text.active {
    height: auto;
    -webkit-line-clamp: unset;
}

#main.pageDetalhe #localizacao .sobre-bairro .divText .text p {
    margin-bottom: 5px;
}

#main.pageDetalhe #localizacao .sobre-bairro .divText .ver-mais {
    margin-top: 15px;
}

#main.pageDetalhe #simule-financiamento .box-simule {
    height: 370px;
    border: 1px solid #e6e6e6;
}

#main.pageDetalhe #simule-financiamento .box-simule h3,
#main.pageDetalhe #simule-financiamento .box-simule form,
#main.pageDetalhe #simule-financiamento .box-simule .result {
    float: left;
}

#main.pageDetalhe #simule-financiamento .box-simule h3 {
    width: 285px;
    font-size: 25px;
    font-weight: 200;
    line-height: 35px;
    padding-top: 35px;
    padding-left: 30px;
}

#main.pageDetalhe #simule-financiamento .box-simule form {
    padding-top: 35px;
    padding-right: 45px;
    width: 250px;
}

#main.pageDetalhe #simule-financiamento .box-simule form input {
    color: #60605d;
    font-weight: 400;
}

#main.pageDetalhe #simule-financiamento .box-simule form .box-input {
    margin-bottom: 50px;
}

#main.pageDetalhe #simule-financiamento .box-simule .result {
    width: 218px;
    height: 100%;
    padding-left: 15px;
    background-color: #e6e6e6;
    position: relative;
}

#main.pageDetalhe #simule-financiamento .box-simule .result:before {
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}

#main.pageDetalhe #simule-financiamento .box-simule .result .vcenter {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    padding-left: 20px;
}

#main.pageDetalhe #simule-financiamento .box-simule .result .vcenter strong {
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
}

#main.pageDetalhe #simule-financiamento .box-simule .result .vcenter .price {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22px;
}

#main.pageDetalhe #agende-visita {
    padding-top: 45px;
}

#main.pageDetalhe #agende-visita .box-agende-visita {
    height: 390px;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
}

#main.pageDetalhe #agende-visita .box-agende-visita form,
#main.pageDetalhe #agende-visita .box-agende-visita .calendario {
    float: left;
}

#main.pageDetalhe #agende-visita .box-agende-visita h3 {
    font-size: 25px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 30px;
}

#main.pageDetalhe #agende-visita .box-agende-visita form {
    padding-top: 35px;
    padding-right: 45px;
    padding-left: 25px;
    width: 330px;
}

#main.pageDetalhe #agende-visita .box-agende-visita form input {
    color: #60605d;
    font-weight: 400;
}

#main.pageDetalhe #agende-visita .box-agende-visita form .btn {
    float: right;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #adadab;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    position: relative;
    left: 400px;
    z-index: 9;
    top: -58px;
    cursor: pointer;
}

#main.pageDetalhe #agende-visita .box-agende-visita form .box-input {
    margin-bottom: 40px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario {
    width: 423px;
    height: 100%;
    padding-left: 15px;
    background-color: #e6e6e6;
    position: relative;
    padding: 30px 50px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario:before {
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita {
    position: relative;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-left {
    width: 100%;
    text-align: center;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-left h2 {
    display: block;
    float: none;
    font-size: 25px;
    font-weight: 300;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-widget-header {
    margin-bottom: 11px;
    font-weight: 600;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button,
#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button {
    position: absolute;
    background-color: transparent;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button span,
#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button span {
    font-size: 0;
    background-image: url(../img/layout/arrow-calendar.png);
    width: 18px;
    height: 25px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button {
    left: 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button span {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button {
    right: 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar {
    padding: 0 10px;
    margin-bottom: 5px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar .fc-today-button {
    display: none;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar h2 {
    font-size: 25px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-state-default {
    background: #ebb92d;
    box-shadow: none;
    text-shadow: none;
    color: white;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed * {
    border: none;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed td.fc-today {
    background: transparent;
    color: white;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed td.fc-today span {
    background: #ebb92d;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td {
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    background-color: transparent;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-past {
    opacity: .3;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-past span {
    cursor: pointer;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-other-month span {
    cursor: default;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton span {
    cursor: pointer;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-today {
    background-color: transparent;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container {
    padding: 10px 10px 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: initial;
    height: 25px !important;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton {
    height: 25px !important;
    padding-bottom: 0;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton table {
    min-height: 1.7em;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton table,
#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton thead,
#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton tr {
    height: 25px !important;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-day-grid-container {
    overflow-y: auto;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .send-feedback {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .send-feedback.-wrong {
    color: #d74127;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .send-feedback.-right {
    color: #ebb92d;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .data-selecionada {
    /*float: left;*/
    line-height: 16px;
    width: 150px;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .data-selecionada h4 {
    font-size: 13px;
    font-weight: 300;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .data-selecionada strong {
    font-size: 15px;
    font-weight: 600;
}

#main.pageDetalhe #agende-visita .box-agende-visita .calendario footer .btn-agendar {
    float: right;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #adadab;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
}

#main.pageDetalhe #agende-visita .warning {
    font-size: 13px;
    font-weight: 300;
}

#main.pageDetalhe .disclaimer {
    font-size: 11px;
    color: #60605d;
    font-weight: 300;
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

#main.pageDetalhe .disclaimer .disclaimer-cpHotel {
    font-weight: bold;
    font-size: 1.129em;
}

#main.pageDetalhe #imoveis-similares {
    padding-top: 45px;
}

#main.pageDetalhe #imoveis-similares h2 {
    margin-bottom: 25px;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares {
    width: 900px;
    position: relative;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li {
    width: 265px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li figcaption {
    margin-top: 5px;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li h3 {
    font-size: 17px;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares ul li .metragem {
    font-weight: 600;
    font-size: 15px;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 900px;
    top: calc(50% - 30px);
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-prev,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 70px;
    background-color: #60605d !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    z-index: 999999;
    border-radius: 0;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-prev.disabled,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0;
    filter: alpha(opacity=0);
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-prev:not(.disabled):hover,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-next:not(.disabled):hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-carousel .owl-nav .owl-next {
    right: 135px;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-stage-outer:after,
#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-stage-outer:before {
    content: '';
    width: 155px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 999;
}

#main.pageDetalhe #imoveis-similares .carousel-imoveis-similares .owl-stage-outer:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
    box-shadow: -30px 0px 80px #ffffff;
    right: 150px;
}

/*#main-header {
    opacity: .9;
}*/
#main.pageDetalheMobile {
    padding-top: 0px;
}

#main.pageDetalheMobile .container-corretor .corretor-info {
    border-right: 2px solid #e7e7e7;
}

#main.pageDetalheMobile .container-corretor div:first-child {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageDetalheMobile .container-corretor div:first-child .corretor-txt-descricao {
    font-family: 'montserratlight';
    line-height: 24px;
}

#main.pageDetalheMobile .container-corretor div:first-child .infos p {
    font-family: 'montserratsemibold';
}

#main.pageDetalheMobile .container-corretor div:first-child .infos p.semibold {
    font-family: 'montserratregular';
}

#main.pageDetalheMobile .buttons-files {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageDetalheMobile .btn-arquivos,
#main.pageDetalheMobile .btn-espelho,
#main.pageDetalheMobile .btn-tabela {
    display: block;
    margin-bottom: 20px;
    min-width: 250px;
    max-width: 300px;
}

#main.pageDetalheMobile .open-ficha-tecnica,
#main.pageDetalheMobile .ver-mais {
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

#main.pageDetalheMobile .ver-descricao {
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

#main.pageDetalheMobile h2 {
    font-size: 20px;
    font-weight: 200;
}

#main.pageDetalheMobile hr {
    background-color: #e6e6e6;
    border: none;
    height: 1px;
}

#main.pageDetalheMobile .text-ver-mais {
    display: none;
}

#main.pageDetalheMobile .text-ver-mais.active {
    display: block;
}

#main.pageDetalheMobile .main-banner {
    position: relative;
    overflow: hidden;
    max-height: 375px;
}

#main.pageDetalheMobile .main-banner:after {
    transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    content: '';
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    bottom: -120px;
    z-index: 99;
}

#main.pageDetalheMobile .main-banner.video {
    margin-bottom: 55px;
}

#main.pageDetalheMobile .main-banner.video:after {
    display: none;
}

#main.pageDetalheMobile .main-banner .container {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    pointer-events: none;
}

#main.pageDetalheMobile .main-banner ul li {
    cursor: pointer;
}

#main.pageDetalheMobile .main-banner .ver-fotos,
#main.pageDetalheMobile .main-banner .voltar-resultados {
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    padding: 0 10px;
    background-color: rgba(39, 39, 35, 0.9);
    color: white;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    opacity: 1;
    pointer-events: all;
}

#main.pageDetalheMobile .main-banner .ver-fotos:hover,
#main.pageDetalheMobile .main-banner .voltar-resultados:hover {
    opacity: .8;
}

#main.pageDetalheMobile .main-banner .voltar-resultadosCP {
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    padding: 0 10px;
    background-color: rgba(39, 39, 35, 0.9);
    color: white;
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    opacity: 1;
    pointer-events: all;
}

#main.pageDetalheMobile .main-banner .voltar-resultadosCP:hover {
    opacity: .8;
}

#main.pageDetalheMobile .main-banner .ver-fotos {
    padding: 0 12px;
    color: #60605d;
    font-size: 11px;
    font-weight: 600;
    text-transform: initial;
    background-color: #fff;
    position: absolute;
    right: 15px;
    bottom: 120px;
    pointer-events: all;
    cursor: pointer;
}

#main.pageDetalheMobile .main-banner .imagemPrincipalGrande {
    height: 375px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -ms-background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-background-repeat: no-repeat !important;
    -moz-background-repeat: no-repeat !important;
    -o-background-repeat: no-repeat !important;
    -ms-background-repeat: no-repeat !important;
    background-position: center bottom !important;
    -webkit-background-position: center bottom !important;
    -moz-background-position: center bottom !important;
    -o-background-position: center bottom !important;
    -ms-background-position: center bottom !important;
    outline: 20px #fff solid;
    outline-offset: 20px;
    border-bottom: 10px solid #fff;
}

#main.pageDetalheMobile #desc-detalhe {
    margin-top: 40px;
    position: relative;
    z-index: 99;
}

#main.pageDetalheMobile #desc-detalhe .localizacao {
    font-size: 11px;
    font-weight: 600;
    color: #60605d;
    margin-bottom: 8px;
}

#main.pageDetalheMobile #desc-detalhe .nome-ap {
    font-weight: 200;
    font-size: 16px;
    line-height: 9px;
    margin-bottom: 7px;
}

#main.pageDetalheMobile #desc-detalhe .endereco-ap {
    font-weight: 300;
    font-size: 13.5px;
    margin-bottom: 15px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve {
    font-weight: 400;
    background-color: #fff;
    font-size: 15px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .icon {
    display: block;
    margin: auto;
    height: 20px;
    width: 30px;
    margin-bottom: 5px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .icon img {
    max-width: none;
    max-height: 100%;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .status {
    border-left: 1px solid #adadab;
    padding-left: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .data-entrega {
    font-size: 13px;
    font-weight: 300;
    padding-left: 5px;
    margin-bottom: 15px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .data-entrega strong {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .price {
    margin-bottom: 20px;
    padding-left: 5px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .price strong {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 10px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .price .number {
    font-size: 20px;
    font-weight: 300;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .price .number span {
    font-size: 20px;
    font-weight: 300;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .btn-simule,
#main.pageDetalheMobile #desc-detalhe .box-info-breve .btn-agende-visita {
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 24px;
    border: 1px solid #adadab;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 10px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .btn-agende-visita {
    margin-bottom: 20px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .itens-ap {
    /*@extend .display-flex;*/
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .itens-ap>div {
    width: 33%;
    padding: 15px;
    text-align: center;
    font-size: 11px;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .itens-ap.inline {
    display: block;
}

#main.pageDetalheMobile #desc-detalhe .box-info-breve .itens-ap.inline>div {
    width: 100%;
}

#main.pageDetalheMobile #localizacao {
    padding-top: 35px;
}

#main.pageDetalheMobile #localizacao h2 {
    margin-bottom: 25px;
}

#main.pageDetalheMobile #localizacao #map {
    margin: 0 -20px 40px;
    position: relative;
}

#main.pageDetalheMobile #localizacao #map #map-iframe {
    width: 100%;
    height: 300px;
}

#main.pageDetalheMobile #localizacao #map .tela-cheia {
    width: auto;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 99;
    background-color: #fff;
    min-width: 150px;
    padding: 0 15px;
}

#main.pageDetalheMobile #localizacao .img-predio {
    margin-bottom: 15px;
    display: block;
}

#main.pageDetalheMobile #localizacao .text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    /*display: -webkit-box;*/
    line-height: 20px;
}

#main.pageDetalheMobile #localizacao .text.active {
    height: auto;
    -webkit-line-clamp: unset;
}

#main.pageDetalheMobile #localizacao .text p {
    margin-bottom: 5px;
}

#main.pageDetalheMobile #localizacao .text-box.active .text {
    height: auto;
}

#main.pageDetalheMobile #localizacao .open-ficha-tecnica {
    margin-top: 10px;
    margin-bottom: 15px;
}

#main.pageDetalheMobile #localizacao .box-ficha-tecnica {
    width: 100%;
    font-size: 13px;
    padding: 0 0 15px;
    display: none;
    line-height: 21px;
}

#main.pageDetalheMobile #localizacao .box-ficha-tecnica.active {
    display: block;
}

#main.pageDetalheMobile #localizacao .box-ficha-tecnica ul li {
    line-height: 18px;
    margin-bottom: 15px;
}

#main.pageDetalheMobile #localizacao .box-ficha-tecnica ul li span {
    display: inline-block;
}

#main.pageDetalheMobile #localizacao .box-ficha-tecnica strong {
    font-weight: 600;
    display: inline-block;
}

#main.pageDetalheMobile #localizacao .ver-mais {
    margin-bottom: 15px;
}

#main.pageDetalheMobile #localizacao .info-map {
    clear: both;
    margin-bottom: 45px;
}

#main.pageDetalheMobile #localizacao .endereco {
    float: left;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}

#main.pageDetalheMobile #localizacao .como-chegar {
    float: right;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 24px;
    border: 1px solid #adadab;
    display: block;
}

#main.pageDetalheMobile #localizacao .como-chegar:hover {
    background-color: #dcdcdc;
}

#main.pageDetalheMobile #localizacao .sobre-bairro {
    padding-top: 45px;
}

#main.pageDetalheMobile #localizacao .sobre-bairro .title {
    float: left;
}

#main.pageDetalheMobile #localizacao .sobre-bairro h3,
#main.pageDetalheMobile #localizacao .sobre-bairro h2.seo,
#main.pageDetalheMobile #localizacao .sobre-bairro .nome-ap {
    font-size: 25px;
    font-weight: 200;
    line-height: 35px;
}

#main.pageDetalheMobile #localizacao .sobre-bairro .nome-ap,
#main.pageDetalheMobile #localizacao .sobre-bairro h2.seo {
    color: #ebb92d;
    font-weight: 400;
}

#main.pageDetalheMobile #localizacao .sobre-bairro .text {
    width: 460px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}

#main.pageDetalheMobile #localizacao .sobre-bairro .text p {
    margin-bottom: 5px;
}

#main.pageDetalheMobile #localizacao .sobre-bairro .text .ver-mais {
    margin-top: 15px;
}

#main.pageDetalheMobile #comodidade {
    padding-top: 20px;
    padding-bottom: 20px;
}

#main.pageDetalheMobile #comodidade h2 {
    margin-bottom: 20px;
}

#main.pageDetalheMobile #comodidade .comodidade-itens ul li {
    font-size: 13.5px;
    margin-bottom: 10px;
}

#main.pageDetalheMobile #comodidade .comodidade-itens ul li:before {
    content: '• ';
}

#main.pageDetalheMobile #estagio-da-obra {
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: #e6e6e6 solid thin;
}

#main.pageDetalheMobile #estagio-da-obra h2 {
    margin-bottom: 25px;
}

#main.pageDetalheMobile #estagio-da-obra .box-select {
    width: 100%;
    margin-bottom: 25px;
    text-align: left;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .tab-content {
    display: none;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .tab-content.active {
    display: block;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .owl-carousel {
    display: none;
    max-height: 300px;
    position: relative;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .owl-carousel.active {
    display: block;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra ul.owl-carousel {
    position: relative;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra figure {
    /*background-color: #000;*/
    border: 1px solid #e6e6e6;
    height: 300px;
    position: relative;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra figure img {
    margin-bottom: 10px;
    max-height: 280px;
    width: initial;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .porcentagem-total {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .porcentagem-total label {
    font-size: 15px;
    color: #60605d;
    font-weight: 300;
    float: left;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .porcentagem-total span {
    font-size: 15px;
    color: #60605d;
    font-weight: 600;
    float: right;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .porcentagem-total .bar {
    display: block;
    overflow: hidden;
    background-color: #e6e6e6;
    width: 100%;
    height: 4px;
    margin-top: 30px;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .porcentagem-total .bar .inside-bar {
    background-color: #ebb92d;
    height: 4px;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios {
    width: 100%;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios ul {
    border-left: #e6e6e6 solid 2px;
    padding-left: 15px;
    display: none;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios ul li {
    margin: 15px 0;
    width: 100%;
    display: block;
    overflow: hidden;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios ul li:last-of-type {
    margin-bottom: 0;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios ul li label {
    font-size: 15px;
    color: #60605d;
    font-weight: 300;
    float: left;
    text-align: left;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios ul li span {
    font-size: 15px;
    color: #60605d;
    font-weight: 400;
    float: right;
    text-align: right;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios a {
    margin-left: 0;
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    text-align: left;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra .estagios.active ul {
    display: block;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra ul.owl-carousel {
    position: relative;
}

#main.pageDetalheMobile #estagio-da-obra .carousel-estagio-da-obra img {
    margin-bottom: 10px;
}

#main.pageDetalheMobile #plantas {
    padding-top: 20px;
    padding-bottom: 0px;
}

#main.pageDetalheMobile #plantas header {
    font-weight: 600;
    padding-bottom: 15px;
}

#main.pageDetalheMobile #plantas header h2 {
    position: relative;
    z-index: 999;
    width: calc(100% - 110px);
}

#main.pageDetalheMobile #plantas header+hr {
    margin: 0 -20px;
}

#main.pageDetalheMobile #plantas h2 {
    float: left;
}

#main.pageDetalheMobile #plantas .tela-cheia {
    float: right;
    display: block;
    border: 1px solid #b8b8b6;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    padding: 0 25px;
}

#main.pageDetalheMobile #plantas .nav-plantas {
    width: 160px;
}

#main.pageDetalheMobile #plantas .ulGaleria {
    margin-bottom: 40px;
}

#main.pageDetalheMobile #plantas .nomeGaleria {
    margin-top: 10px;
    display: none;
}

#main.pageDetalheMobile #plantas .nomeGaleria.active {
    display: block;
}

#main.pageDetalheMobile #plantas .carousel-plantas {
    width: auto;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    /*top: -50px;*/
}

#main.pageDetalheMobile #plantas .carousel-plantas .tab {
    height: 100%;
    overflow: hidden;
}

#main.pageDetalheMobile #plantas .carousel-plantas .owl-carousel .owl-nav {
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 30%;
    width: 95%;
}

#main.pageDetalheMobile #plantas .carousel-plantas .owl-carousel .owl-nav .owl-next,
#main.pageDetalheMobile #plantas .carousel-plantas .owl-carousel .owl-nav .owl-prev {
    top: calc(50% + 30px);
    margin: 0;
    background-image: url(../img/layout/arrow-nav-b.png);
    background-color: inherit;
}

#main.pageDetalheMobile #plantas .carousel-plantas .owl-carousel .owl-nav .owl-next {
    right: 10px;
}

#main.pageDetalheMobile #plantas .carousel-plantas .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

#main.pageDetalheMobile #plantas .carousel-plantas ul {
    height: 100%;
}

#main.pageDetalheMobile #plantas .carousel-plantas ul .owl-stage-outer,
#main.pageDetalheMobile #plantas .carousel-plantas ul .owl-stage,
#main.pageDetalheMobile #plantas .carousel-plantas ul .owl-item {
    height: 100%;
}

#main.pageDetalheMobile #plantas .carousel-plantas ul li {
    height: 100%;
    height: 340px;
    cursor: pointer;
}

#main.pageDetalheMobile #plantas .carousel-plantas ul li figure {
    position: relative;
    width: 300px;
    max-width: 80%;
    padding: 5px;
    /*padding-top: 100px;*/
    margin: auto;
}

#main.pageDetalheMobile #plantas .carousel-plantas ul li .info-ap {
    padding: 0 15% !important;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main.pageDetalheMobile #plantas .sobre-bairro {
    font-size: 13.5px;
    overflow: hidden;
    margin-bottom: 20px;
}

#main.pageDetalheMobile #plantas .sobre-bairro .title h2 {
    padding-top: 0px;
}

#main.pageDetalheMobile #plantas .sobre-bairro p {
    margin-bottom: 5px;
}

#main.pageDetalheMobile #plantas .sobre-bairro .nome-ap {
    font-size: 20px;
    color: #ebb92d;
    margin: 20px 0 30px 0;
    text-align: center;
}

#main.pageDetalheMobile #plantas .sobre-bairro .divText {
    float: right;
}

#main.pageDetalheMobile #plantas .sobre-bairro .divText .text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    line-height: 20px;
}

#main.pageDetalheMobile #plantas .sobre-bairro .divText .text.active {
    height: auto;
    -webkit-line-clamp: unset;
}

#main.pageDetalheMobile #plantas .sobre-bairro .divText .ver-mais {
    margin-bottom: 15px;
}

#main.pageDetalheMobile #simule-financiamentoMobile {
    padding-top: 20px;
    padding-bottom: 40px;
}

#main.pageDetalheMobile #simule-financiamentoMobile form {
    padding-top: 20px;
}

#main.pageDetalheMobile #simule-financiamentoMobile .result {
    background-color: #e6e6e6;
    position: relative;
}

#main.pageDetalheMobile #simule-financiamentoMobile .result:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

#main.pageDetalheMobile #simule-financiamentoMobile .result .vcenter {
    padding: 10px;
    /*@extend .display-flex;*/
    /*@extend .justify-content-sb;*/
    font-size: 20px;
}

#main.pageDetalheMobile #simule-financiamentoMobile .result .vcenter strong {
    font-size: 10px;
}

#main.pageDetalheMobile #agende-visita {
    padding-top: 40px;
    padding-bottom: 45px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita {
    height: auto;
    margin-bottom: 15px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita h3 {
    font-size: 20px;
    font-weight: 200;
    line-height: 35px;
    margin-bottom: 20px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita form .send-feedback {
    display: block;
    width: 100%;
    margin: 15px 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita form .send-feedback.-wrong {
    color: #d74127;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita form .send-feedback.-right {
    color: #ebb92d;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita form input {
    color: #60605d;
    font-weight: 400;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .btnCalendar {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #adadab;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    width: 100%;
    left: 0;
    right: 0;
    /* display: block; */
    text-align: center;
    margin: 15px auto;
    /*margin-left: 100px;*/
    /* margin-top: 300px; */
    /* position: absolute; */
    z-index: 9999;
    /* bottom: 132px; */
    /*left: 300px;*/
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario {
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    position: relative;
    padding: 20px 10px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .calendar>h4 {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita {
    position: relative;
    margin-bottom: 25px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-left {
    width: 100%;
    text-align: center;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-left h2 {
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 300;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-widget-header {
    margin-bottom: 11px;
    font-weight: 600;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button,
#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button {
    position: absolute;
    background-color: transparent;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button span,
#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button span {
    font-size: 0;
    background-image: url(../img/layout/arrow-calendar.png);
    width: 18px;
    height: 25px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button {
    left: 0;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-prev-button span {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-button-group .fc-next-button {
    right: 0;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar {
    padding: 0 10px;
    margin-bottom: 5px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar .fc-today-button {
    display: none;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-toolbar h2 {
    font-size: 25px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-state-default {
    background: #ebb92d;
    box-shadow: none;
    text-shadow: none;
    color: white;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed * {
    border: none;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed td.fc-today {
    background: transparent;
    color: white;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed td.fc-today span {
    background: #ebb92d;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td {
    text-align: center;
    vertical-align: middle;
    padding: 0 8px;
    background-color: transparent;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-past {
    opacity: .3;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-other-month span {
    cursor: default;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton span {
    cursor: pointer;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita.fc-unthemed .fc-content-skeleton td.fc-today {
    background-color: transparent;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container {
    padding: 10px 10px 0;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: initial;
    height: 25px !important;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton {
    height: 25px !important;
    padding-bottom: 0;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton table {
    min-height: 1.7em;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton table,
#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton thead,
#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-basic-view .fc-body .fc-row .fc-content-skeleton tr {
    height: 25px !important;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario .agende-visita .fc-view-container .fc-day-grid-container {
    overflow-y: auto;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario footer .data-selecionada {
    text-align: center;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: -15px;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario footer .data-selecionada h4 {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario footer .data-selecionada strong {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

#main.pageDetalheMobile #agende-visita .box-agende-visita .calendario footer .btn-agendar {
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #adadab;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    width: 165px;
    display: block;
    text-align: center;
    margin: auto;
}

#main.pageDetalheMobile #agende-visita .warning {
    font-size: 13px;
    font-weight: 300;
}

#main.pageDetalheMobile #agende-visita .disclaimer {
    font-size: 11px;
    font-weight: 300;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

#chat {
    width: 367px;
}

#whatsapp {
    width: 367px;
}

#email {
    width: 367px;
}

#vendas {
    width: 367px;
}

.rodape-site {
    text-align: center !important;
    padding: 15px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer {
    margin-top: 15px;
}

.rodape-site .container {
    padding: 0;
}

.rodape-site p {
    color: #000066;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-family: 'montserratextralight', Montserrat;
    font-weight: 300;
}

.links-rodape {
    float: right;
}

.links-rodape a {
    color: #000066;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'montserratsemibold', Montserrat;
    font-weight: 600;
}

.links-rodape a:first-child {
    margin-right: 15px;
}

.rodape-mobile {
    display: none;
}

.links-rodape a:first-child {
    margin-right: 15px;
}

.rodape-mobile {
    display: none;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
    top: 55px;
    z-index: 1030;
}

.links-rodape {
    float: right;
}

@media (max-width: 991px) {
    .container-corretor>div {
        display: block !important;
    }

    #main.pageDetalheMobile .container-corretor .corretor-info {
        border-right: none !important;
    }
}

@media (max-width: 767px) {
    .rodape-site {
        display: none;
    }

    .rodape-mobile {
        display: block;
    }

    .rodape-mobile .container {
        text-align: center;
    }

    .rodape-mobile p {
        float: none;
        text-align: center;
        color: #949493;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logo-navegacao {
        float: none;
        margin-right: 0;
        margin-top: 6px;
    }

    .links-rodape {
        float: none;
        text-align: center;
        margin-top: 6px;
    }

    .container-corretor div:first-child .corretor-info .d-flex div {
        margin: 10px 0 0 10px;
    }

    .container-corretor div:first-child .corretor-info .d-flex div.sigavi-img {
        margin: 0;
    }

    .container-corretor div:first-child .corretor-txt-descricao {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 360px) {
    .container-corretor div:first-child .corretor-info .d-flex {
        /*display: block !important;*/
    }

    .container-corretor div:first-child .corretor-info .d-flex div {
        margin: 10px 0;
    }

    .container-corretor div:first-child .corretor-info .d-flex div.sigavi-img {
        margin: 0;
    }
}

#main.pageBusca {
    /*margin-top: 125px;*/
}

#main.pageBusca #busca {
    position: relative;
    top: 0px;
    padding: 0;
    background-image: url(../img/home/banner-1.png);
    width: 100%;
    min-height: 57px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    /*display: flex;*/
    padding-top: 13px;
}

#main.pageBusca #busca .box-search form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -0-flex;
    display: flex;
}

#main.pageBusca #busca button {
    height: auto;
    background-image: url(../img/home/icon-busca-white.png);
}

#main.pageBusca #busca .box-input input {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#main.pageBusca #busca .box-input input::-webkit-input-placeholder {
    color: #fff;
}

#main.pageBusca #busca .box-input input::-moz-placeholder {
    color: #fff;
}

#main.pageBusca #busca .box-input input:-ms-input-placeholder {
    color: #fff;
}

#main.pageBusca #busca .box-input input:-moz-placeholder {
    color: #fff;
}

#main.pageBusca #busca .box-input .clear-input {
    background-image: url(../img/home/icon-clear-busca.png);
}

#main.pageBusca #lista {
    /*background-image: url(../img/layout/bg-busca.png);*/
    /*background-color: #fff;
        background-position: left bottom;
        background-repeat: no-repeat;*/
    /*min-height: 890px;*/
    padding: 0;
}

#main.pageBusca #lista.map-open .items-lista {
    width: 750px;
    float: left;
}

#main.pageBusca #lista.map-open #map {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

#main.pageBusca #lista.map-open #map.fixed {
    position: fixed;
    top: 125px;
    bottom: 0;
    height: 100%;
    transition: none;
    padding-top: 0;
}

@media only screen and (min-width: 1919px) {
    #main.pageBusca #lista.map-open #map.fixed {
        left: 1174px;
    }
}

#main.pageBusca #lista.map-open #map.fixed #map-iframe {
    /*height: 380px;*/
    /*height: calc(`$(window).height()` - 500);*/
}

#main.pageBusca #lista .filtro {
    padding: 35px 15px;
    display: flex;
    justify-content: space-between;
    width: initial;
}

#main.pageBusca #lista .filtro h2 {
    line-height: 33px;
    font-weight: 600;
    font-size: 15px;
    margin-right: 30px;
    float: left;
}

#main.pageBusca #lista .filtro .box-select {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-right: 20px;
    height: 30px;
}

#main.pageBusca #lista .filtro .box-select:last-of-type {
    margin-right: 0;
}

#main.pageBusca #lista .filtro .box-select.disabled {
    opacity: 0.4;
}

#main.pageBusca #lista .filtro .box-select.disabled a {
    cursor: not-allowed;
}

#main.pageBusca #lista .result-info {
    margin-bottom: 20px;
    padding: 0 15px;
}

#main.pageBusca #lista .result-info .text-result {
    float: left;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
}

#main.pageBusca #lista .result-info .text-result span {
    font-size: 30px;
    display: block;
    border: #CCC solid thin;
    padding: 20px 50px;
    margin: 40px 0;
}

#main.pageBusca #lista .result-info .text-result strong {
    font-weight: 600;
}

#main.pageBusca #lista .result-info .text-result h1.seo {
    float: right;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
}

#main.pageBusca #lista .result-info .btn-exibir-mapa {
    float: right;
    padding: 0 14px;
    line-height: 30px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
}

#main.pageBusca #lista .items-lista {
    padding-bottom: 40px;
    font-size: 0;
    width: 100%;
}

#main.pageBusca #lista .items-lista ul {
    margin: 0;
    display: inline-block;
    width: initial;
    min-width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

#main.pageBusca #lista .items-lista .item-imoveis {
    display: inline-block;
    /*display: none;*/
    vertical-align: top;
    margin: 15px;
    flex: 1 0 30%;
    width: 30%;
    height: 40vw;
    background-color: #000;
    opacity: 1;
    max-width: 600px;
    max-height: 800px;
}

#main.pageBusca #lista .items-lista .item-imoveis.hidden {
    opacity: 0;
}

#main.pageBusca #lista .items-lista .item-imoveis figure:hover .img-imovel:before {
    opacity: .9;
}

#main.pageBusca #lista .items-lista .item-imoveis figure:hover .img-imovel .ver-detalhes {
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#main.pageBusca #lista .items-lista .item-imoveis figure:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    height: 40vw;
    max-width: 600px;
    max-height: 800px;
    /*&:before {
                            @extend .transition-long;
                            content: '';
                            background-color: #272723;
                            opacity: 0;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            z-index: 99;
                        }*/
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel img {
    min-width: 100%;
    min-height: 100%;
    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .a-partir {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    font-size: 17px;
    color: white;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes {
    transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 99;
    width: 90%;
    text-align: center;
    opacity: 0;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes h3 {
    font-size: 20px;
    font-weight: 200;
    pointer-events: none;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #60605d;
    margin-top: 5px;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes .btn-ver-detalhes {
    font-size: 13px;
    display: block;
    width: 150px;
    margin: auto;
    color: #ebb92d;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .topfig {
    width: 100%;
    height: 26px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel .topfig:before {

    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption {
    background-color: rgba(0, 0, 102, 0.8);
    /* cor do fundo da seleção dos imoveis */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    height: 10vw;
    max-height: 200px;
    min-height: initial;
    display: inline-flex;
    align-items: center;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row {
    display: block;
    padding: 0 15px;
    float: left;
    margin: 0;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row:last-of-type {
    border-left: rgba(252, 184, 19, 0.34) solid thin;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row h3 {
    font-family: 'montserratregular';
    /*font-size: 1.5vw;*/
    font-size: 29px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #e6e6e6;
    text-align: left;
    margin-bottom: 10px;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .bairro {
    font-family: 'montserratregular';
    /*font-size: 1.4vw;*/
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fcb813;
    text-align: right;
    display: block;
    width: 100%;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .status {
    font-family: 'montserratregular';
    /*font-size: 0.9vw;*/
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fcb813;
    text-align: right;
    display: block;
    width: 100%;
}

#main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .metragem {
    font-family: 'montserratregular';
    /*font-size: 1.0vw;*/
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e6e6e6;
}

@media (min-width: 992px) and (max-width: 1680px) {
    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row h3 {
        font-size: 20px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .bairro {
        font-size: 20px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .status {
        font-size: 13px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .metragem {
        font-size: 13px;
    }
}

#main.pageBusca #lista .items-lista .loading {
    text-align: center;
    display: none;
}

#main.pageBusca #lista .items-lista .loading span {
    height: 12px;
    width: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ebb92d;
    opacity: .7;
}

#main.pageBusca #lista .items-lista .loading span:nth-of-type(1) {
    -webkit-animation: "dotLoad" 1s infinite;
    -moz-animation: "dotLoad" 1s infinite;
    -o-animation: "dotLoad" 1s infinite;
    animation: "dotLoad" 1s infinite;
}

#main.pageBusca #lista .items-lista .loading span:nth-of-type(2) {
    -webkit-animation: "dotLoad" 1s infinite 0.5s;
    -moz-animation: "dotLoad" 1s infinite 0.5s;
    -o-animation: "dotLoad" 1s infinite 0.5s;
    animation: "dotLoad" 1s infinite 0.5s;
}

#main.pageBusca #lista .items-lista .loading span:nth-of-type(3) {
    -webkit-animation: "dotLoad" 1s infinite 1s;
    -moz-animation: "dotLoad" 1s infinite 1s;
    -o-animation: "dotLoad" 1s infinite 1s;
    animation: "dotLoad" 1s infinite 1s;
}

#main.pageBusca #lista .items-lista .carregar-mais {
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid #adadab;
    font-size: 15px;
    margin: auto;
    display: block;
    color: #60605d;
    text-align: center;
    clear: both;
    margin-top: 15px;
}

#main.pageBusca #lista .items-lista .carregar-mais:hover {
    background-color: #e4e3e3;
}

#main.pageBusca #lista #map {
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
    transform: translateX(174%);
    -ms-transform: translateX(174%);
    -webkit-transform: translateX(174%);
    padding-top: 15px;
    position: relative;
    position: absolute;
    top: 153px;
    right: 0;
    width: 35.4%;
    z-index: 99;
    height: 745px;
}

#main.pageBusca #lista #map #map-iframe {
    width: 100%;
    float: left;
    /*height: 745px;*/
    height: 400px;
}

@media only screen and (min-width: 1919px) {
    #main.pageBusca #lista #map {
        left: 1175px;
        right: initial;
        width: 38.5%;
    }
}

#main.pageBusca #lista #map #map-content {
    width: 250px;
    height: 278px;
}

#main.pageBusca #lista #map .info-map {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 10px 0;
}

#main.pageBusca #lista #map .info-map .img-imovel {
    position: relative;
    margin-bottom: 5px;
}

#main.pageBusca #lista #map .info-map .img-imovel img {
    display: block;
    max-width: 100%;
}

#main.pageBusca #lista #map .info-map .img-imovel .a-partir {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    font-size: 17px;
    color: white;
    display: none;
}

#main.pageBusca #lista #map .info-map figcaption {
    font-family: 'Montserrat', sans-serif;
}

#main.pageBusca #lista #map .info-map figcaption .bairro,
#main.pageBusca #lista #map .info-map figcaption .status {
    font-size: 13px;
}

#main.pageBusca #lista #map .info-map figcaption .bairro {
    margin-right: 5px;
}

#main.pageBusca #lista #map .info-map figcaption h3 {
    font-size: 20px;
    font-weight: 200;
}

#main.pageBusca #lista #map .info-map figcaption .metragem {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

#main.pageBusca #lista #map .info-map figcaption .btn {
    margin-top: 0;
}

@media (min-width: 1200px) {
    #main.pageBusca #lista .container {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    #main.pageBusca #lista .items-lista ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -0-flex;
        display: flex;
        flex-wrap: -webkit-wrap;
        flex-wrap: -moz-wrap;
        flex-wrap: -ms-wrap;
        flex-wrap: -o-wrap;
        flex-wrap: wrap;
    }

    #main.pageBusca #lista .items-lista .item-imoveis {
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: -ms-calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    #main.pageBusca #lista .container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #main.pageBusca #lista .filtro .box-filtro {
        flex-wrap: -webkit-wrap;
        flex-wrap: -moz-wrap;
        flex-wrap: -ms-wrap;
        flex-wrap: -o-wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #main.pageBusca #lista .filtro .box-select {
        margin-right: 0;
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }

    #main.pageBusca #lista .box-select .select.active.-checkbox .box-groups-items {
        width: 100%;
    }

    #main.pageBusca #lista .box-select .select.-checkbox .box-groups-items ul {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .bairro {
        font-size: 19px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .status {
        font-size: 15px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row h3.seo {
        font-size: 18px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .metragem {
        font-size: 14px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #main.pageBusca #lista #lista {
        padding-right: 15px;
        padding-left: 15px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis {
        max-width: 100%;
        flex: initial;
        margin: 15px 0;
    }

    #main.pageBusca #lista .filtro {
        display: block;
    }

    #main.pageBusca #lista .filtro .box-select {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #main.pageBusca #lista .result-info .text-result {
        max-width: 100%;
    }

    #main.pageBusca #lista .result-info .text-result span {
        font-size: 22px;
        padding: 20px 40px;
    }

    #main.pageBusca #lista .result-info .text-result h1.seo {
        float: none;
        line-height: 14px;
        margin-left: -5px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis {
        height: 140vw;
        width: 100%;
        min-height: 0;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel {
        height: 140vw;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption {
        height: 35vw;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .bairro {
        font-size: 4.4vw;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .status {
        font-size: 3.5vw;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row h3.seo {
        font-size: 20px;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel figcaption .row .metragem {
        font-size: 4vw;
    }

    #main.pageBusca #lista .items-lista .item-imoveis figure .img-imovel img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #main.pageBusca #lista {
        padding-right: 0;
        padding-left: 0;
    }
}

@-webkit-keyframes dotLoad {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-moz-keyframes dotLoad {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@-o-keyframes dotLoad {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

@keyframes dotLoad {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

body {
    max-width: 100%;
}

.bg-login {
    position: relative;
    min-height: 100vh;
    background-image: url(../img/login/bg-login.jpg);
    background-position: center center;
    max-width: 100%;
}

@media (max-width: 767px) {
    .bg-login {
        background-position: 90% center;
    }
}

#main.pageLogin {
    max-width: 100%;
    /*.erro .label-input {
        color: #d74127;
        font-size: 12px;
        font-family: 'montserratbold';
        transform: translateY(-200%);
        transition: 0.3s all ease;
    }*/
    /*.input-general .erro .input-general {
        border-bottom: 2px solid #d74127;
    }

    .input-validation-error {
        border-bottom: 2px solid #d74127;
    }*/
    /*.input-validation-error ~ label.label-input {
        color: #d74127;
        font-size: 12px;
        font-family: 'montserratbold';
        transform: translateY(-200%);
        transition: 0.3s all ease;
    }*/
    /*.input-general[required]:valid {
        border-bottom: 2px solid #646567;
    }*/
}

#main.pageLogin .m-t-60 {
    margin-top: 60px;
}

#main.pageLogin .m-t-35 {
    margin-top: 35px;
}

#main.pageLogin .m-t-13 {
    margin-top: 13px;
}

#main.pageLogin .m-l-5 {
    margin-left: 5px;
}

#main.pageLogin h2 {
    font-size: 2.5em;
    font-family: 'montserratextralight';
    margin-top: 23px;
}

#main.pageLogin .neg-feedback {
    color: #d74127;
    font-family: 'montserratbold';
    font-size: 12px;
    margin-top: 5px;
    padding-bottom: 10px;
}

#main.pageLogin .header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

#main.pageLogin .header-content {
    display: flex !important;
    align-items: center;
    min-height: 50px;
    max-width: 1240px;
    margin: auto;
}

#main.pageLogin .tx-header {
    font-size: 18px;
    color: #fff;
    font-family: 'montserratextralight';
    margin-left: 20px;
    margin-bottom: initial;
    text-transform: uppercase;
    line-height: 1.2;
}

#main.pageLogin .bg-login-box {
    background-image: url(../img/login/left-box-login.png);
    position: relative;
    width: 286px;
    height: 470px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    padding: 44px 30px 25px 39px;
    background-color: #fff;
    opacity: 0.9;
}

#main.pageLogin .bg-login-box p,
#main.pageLogin .bg-login-header p {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 23px;
    color: #646567;
}

#main.pageLogin .bg-login-header p {
    margin-bottom: 0px;
}

#main.pageLogin .bg-login-header {
    text-align: center;
}

#main.pageLogin .bg-login-box p:first-child,
#main.pageLogin .bg-login-header p:first-child {
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 25px;
    color: #272723;
}

#main.pageLogin .bg-login-header {
    background-color: #eae8e8;
    padding: 5px 10px;
}

#main.pageLogin .bg-login-header p {
    text-align: center;
    padding: 10px 0;
}

#main.pageLogin #loginBox {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 30px auto auto auto;
    left: 0;
    right: 0;
}

#main.pageLogin #loginBox ul {
    padding-left: 15px;
    padding-right: 25px;
}

#main.pageLogin #loginBox ul li:not(:first-child) {
    margin-top: 10px;
}

#main.pageLogin #forgotPwBox .bg-white-op {
    padding: 50px;
}

#main.pageLogin #registerBox .bg-white-op {
    position: relative;
    min-width: 900px;
    padding: 0px 50px 50px 50px;
}

#main.pageLogin .btn-yellow:hover,
#main.pageLogin .btn-yellow:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

#main.pageLogin form {
    float: left;
    position: relative;
}

#main.pageLogin #loginBox form {
    min-height: 470px;
    max-width: 480px;
    padding: 0 25px 10px 15px;
}

#main.pageLogin #loginBox fieldset {
    padding-left: 15px;
}

#main.pageLogin #loginBox fieldset div.d-flex {
    margin-left: 5px;
}

#main.pageLogin #loginBox fieldset>p {
    margin-top: 15px;
    margin-left: 5px;
    font-size: 15px;
    margin-bottom: 23px;
}

#main.pageLogin #registerBox form {
    width: 100%;
}

#main.pageLogin .fix-no-label {
    margin-top: 17px;
}

#main.pageLogin input[type='radio'] {
    margin-top: 0;
}

#main.pageLogin #registerBox input[type='radio'] {
    margin-bottom: 4px;
}

#main.pageLogin .input-select {
    padding: 0 0 3px 0;
    margin: 17px 0 0 0;
    width: 100%;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: none;
    -ms-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}

#main.pageLogin #loginBox input[type="password"],
#main.pageLogin #loginBox input[type="email"],
#main.pageLogin #loginBox input[type="tel"],
#main.pageLogin #loginBox input[type="text"] {
    width: 300px;
}

#main.pageLogin #registerBox input[type="password"],
#main.pageLogin #registerBox input[type="email"],
#main.pageLogin #registerBox input[type="tel"],
#main.pageLogin #registerBox input[type="text"] {
    width: 100%;
}

#main.pageLogin #forgotPwBox input {
    width: 90%;
}

#main.pageLogin .textCenter {
    text-align: left;
}

#main.pageLogin #feedbackPosBox .bg-white-op {
    padding: 0 25px 25px 25px;
}

#main.pageLogin #feedbackPosBox a.link-blue {
    font-size: 15px;
    border-bottom: 1px solid #1a6794;
}

#main.pageLogin #feedbackPosBox>div.bg-white-op>p.m-t-50 {
    margin-bottom: 0;
}

#main.pageLogin #feedbackNegBox .bg-white-op {
    max-width: 840px;
    padding: 15px 25px 25px 25px;
}

#main.pageLogin #feedbackNegBox div.bg-white-op>div>p.semibold {
    margin-bottom: 0;
}

#main.pageLogin .has-register {
    position: absolute;
    padding-top: 45px;
    right: 20px;
}

#main.pageLogin .go-cadastro {
    margin-bottom: 20px;
    margin-left: 73px;
}

#main.pageLogin ul {
    list-style: initial;
}

#main.pageLogin input[type='radio'] {
    cursor: pointer;
}

#main.pageLogin .label-radio {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    margin-left: 6px;
    cursor: pointer;
}

#main.pageLogin .input-general {
    background: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #60605d;
    color: #646567;
    padding-bottom: 5px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: none;
    -ms-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
}

#main.pageLogin .input-general:focus {
    outline: none;
    border-bottom: 1px solid #66b7d9;
}

#main.pageLogin .erro .input-general {
    border-bottom: 1px solid #d74127;
}

#main.pageLogin .erro .input-general:focus {
    outline: none;
    border-bottom: 1px solid #66b7d9;
}

#main.pageLogin .label-input {
    display: block;
    font-size: 15px;
    color: #adadab;
    position: absolute;
    transition: 0.3s all ease;
    pointer-events: none;
    font-family: 'montserratregular';
    font-weight: initial;
}

#main.pageLogin .label-input-focused {
    font-size: 12px;
    font-family: 'montserratbold';
    color: #60605d;
    transform: translateY(-150%);
    transition: 0.3s all ease;
}

#main.pageLogin #registerBox .label-input {
    top: 0;
}

#main.pageLogin .login-footer {
    position: absolute;
    bottom: 20px;
    margin-left: 5px;
}

#main.pageLogin #loginForm fieldset div.m-t-50 {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #main.pageLogin .remove-margin {
        margin-left: 0;
    }

    #main.pageLogin .remove-padding {
        padding: 0;
    }

    #main.pageLogin #loginBox form {
        padding: 0;
    }

    #main.pageLogin .header>.header-content {
        justify-content: center;
    }

    #main.pageLogin div#registerBox {
        position: relative;
        margin-top: 60px;
        width: 100vw;
    }

    #main.pageLogin #registerBox .bg-white-op,
    #main.pageLogin #feedbackNegBox .bg-white-op {
        width: 95%;
        margin: 50px 0;
    }

    #main.pageLogin #main.pageLogin .bg-login-header {
        padding-top: 63px !important;
    }

    #main.pageLogin .login-footer {
        margin-top: 20px;
        position: relative;
        bottom: initial;
    }

    #main.pageLogin #loginBox fieldset {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main.pageLogin #loginBox fieldset>div:first-child {
        text-align: center;
    }

    #main.pageLogin .input-general {
        min-width: 100%;
    }

    #main.pageLogin #loginBox form fieldset div.d-inline-block {
        width: 100%;
        padding-right: 15px;
        text-align: center;
        margin-left: 0;
    }

    #main.pageLogin #loginBox form fieldset div.d-inline-block p {
        text-align: center;
    }

    #main.pageLogin #loginBox form fieldset div.d-inline-block div {
        text-align: center;
    }

    #main.pageLogin div#loginBox {
        position: relative;
        margin: 100px 0 50px 0;
    }

    #main.pageLogin .textCenter {
        text-align: center;
    }
}

@media screen and (max-width: 420px) {
    #main.pageLogin .remove-margin-xs {
        margin-left: 0;
    }

    #main.pageLogin #forgotPwBox .bg-white-op {
        padding: 20px;
    }

    #main.pageLogin #loginBox div>button.btn-white {
        margin-bottom: 20px;
    }

    #main.pageLogin #loginBox .bg-white-op {
        margin: 50px 0;
    }

    #main.pageLogin #loginBox form fieldset div.d-inline-block {
        display: block;
        text-align: center;
    }

    #main.pageLogin #loginBox form fieldset div.d-inline-block.d-none {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    #main.pageLogin #registerBox .bg-white-op {
        padding: 0 15px 15px 15px;
    }

    #main.pageLogin #feedbackNegBox h2 {
        font-size: 1.5em;
        padding-top: 10px;
    }

    #main.pageLogin .has-register {
        position: relative;
        padding: 0;
        right: 0;
        margin-bottom: 20px;
    }

    #main.pageLogin .has-register>button {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    #main.pageLogin #registerBox .bg-white-op {
        min-width: initial;
    }

    #main.pageLogin .has-register {
        position: relative;
        padding-top: 0;
        right: 0;
        margin-bottom: 20px;
    }
}

#main.pageMinhaPagina {
    margin-top: 40px;
    padding-bottom: 40px;
}

#main.pageMinhaPagina .page-title {
    font-weight: 200;
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: montserratextralight;
}

#main.pageMinhaPagina .empreendimento {
    padding: 0;
    min-height: 140px;
}

#main.pageMinhaPagina .info-img {
    max-width: 100%;
    height: 130px !important;
}

#main.pageMinhaPagina .minha-url {
    padding: 20px;
    border: 1px solid #646567;
    font-weight: bold;
    font-size: 14px;
}

#main.pageMinhaPagina .minha-url .link-blue {
    font-weight: bold;
    font-size: 14px;
}

#main.pageMinhaPagina .minha-url .clear {
    clear: both;
}

@media (min-width: 1024px) {
    #main.pageMinhaPagina .minha-url>div {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    #main.pageMinhaPagina .minha-url .clear {
        display: none;
    }
}

#main.pageMinhaPagina p {
    margin-bottom: 10px;
}

#main.pageMinhaPagina .emprend-nome,
#main.pageMinhaPagina .home-tx-empreendimento {
    margin-bottom: 5px;
}

#main.pageMinhaPagina .list-minha-pagina .row>div {
    margin-top: 20px;
}

@media (min-width: 992px) {
    #main.pageMinhaPagina .info-img.col-md-5 {
        width: 41.66666666666667%;
    }
}

#main.pageMinhaPagina .info-descricao {
    margin-top: 0 !important;
}

#main.pageMinhaPagina .info-descricao p {
    font-size: 14px;
}

#main.pageMinhaPagina .info-descricao p>* {
    font-size: 14px;
}

#main.pageMinhaPagina .footer-empreendimentos {
    background: #e7e7e6;
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#main.pageMinhaPagina .footer-empreendimentos .container {
    min-height: 60px;
    padding: 10px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

#main.pageMinhaPagina .footer-empreendimentos .container:before,
#main.pageMinhaPagina .footer-empreendimentos .container:after {
    display: none;
}

#main.pageMinhaPagina .footer-empreendimentos .container ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0;
}

#main.pageMinhaPagina .selecionar-todos {
    font-family: 'montserratregular';
    font-size: 13px;
}

#main.pageMinhaPagina .selecionar-todos span {
    margin-right: 10px;
    margin-left: 0;
    background-color: #fff;
}

#main.pageMinhaPagina .arquivos-selecionados {
    font-size: 15px;
    font-family: 'montserratsemibold';
}

#main.pageMinhaPagina .label-left {
    margin: 10px 5px 10px 0;
    padding: 5px 0 0px 0px;
    text-align: left;
    transform: translate(0px, 2px);
}

#main.pageMinhaPagina #form-filtro-minha-pagina {
    margin-top: 50px;
    margin-bottom: 20px;
}

#main.pageMinhaPagina .header-container {
    padding-left: 0;
    padding-right: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#main.pageMinhaPagina .header-container .header-minha-pagina {
    position: relative;
}

#main.pageMinhaPagina .header-container .header-minha-pagina .filtro-borda {
    width: 100%;
    height: 1px;
    background-color: #ebb92d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#main.pageMinhaPagina .header-container .header-minha-pagina .filtro-minha-pagina {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageMinhaPagina .header-container .header-minha-pagina .filtro-minha-pagina button.btn-ativas {
    margin-left: 8px;
    margin-right: 8px;
}

#main.pageMinhaPagina .header-container .header-minha-pagina .filtro-minha-pagina button.btn-inativas {
    margin-left: 8px;
    margin-right: 8px;
}

#main.pageMinhaPagina .header-container .header-minha-pagina .filtro-minha-pagina button {
    width: 153px;
    padding: 14px 0;
    background-color: #ebb92d;
    color: #fff;
    border: 1px solid #ebb92d;
    height: auto;
}

#main.pageMinhaPagina .header-container .header-minha-pagina button.filtro-minha-pagina-active {
    background-color: #fff;
    color: #60605d;
    border: 1px solid #ebb92d;
    border-bottom: none;
}

#main.pageMinhaPagina .btns-editar {
    float: right;
}

#main.pageMinhaPagina .label-center {
    display: inline-block;
}

#main.pageMinhaPagina .selecionar-todos {
    text-align: center;
}

@media (max-width: 1199px) {
    #main.pageMinhaPagina .header-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    #main.pageMinhaPagina .footer-empreendimentos .container>div {
        max-width: 250px;
    }

    #main.pageMinhaPagina .footer-empreendimentos .container>div>a {
        display: block;
        margin-top: 5px;
        width: 250px;
        margin-right: 10px;
    }

    #main.pageMinhaPagina .footer-empreendimentos .container ul {
        display: block;
    }

    #main.pageMinhaPagina .footer-empreendimentos .container ul li {
        float: none;
    }

    #main.pageMinhaPagina .header-container .header-minha-pagina .filtro-minha-pagina button {
        width: 120px;
        min-width: 120px;
    }
}

@media (max-width: 991px) {
    #main.pageMinhaPagina .minha-url .btn {
        margin-top: 10px;
    }
}

#main.pageMinhaPagina [data-tab] {
    opacity: 0;
    display: none;
    -webkit-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

#main.pageMinhaPagina [data-tab].show {
    opacity: 1;
    display: block;
}

#main.pageMinhaPagina .ativos-msg {
    display: none;
}

@media (max-width: 992px) {
    #main.pageMinhaPagina .info-descricao {
        text-align: left;
        margin-top: 10px !important;
        padding-left: 15px !important;
    }

    #main.pageMinhaPagina .info-img {
        max-width: 100%;
        height: 130px;
    }

    #main.pageMinhaPagina .btn-border-yellow {
        display: inline-block !important;
    }

    #main.pageMinhaPagina .btn-yellow {
        margin: 0 auto;
    }
}

#main.pageCorretor .home-tx-empreendimento {
    margin: 5px 0;
}

#main.pageCorretor .emprend-nome {
    margin-top: 5px;
}

#main.pageCorretor .list-pagina-corretor .row {
    margin-bottom: 20px;
}

#main.pageCorretor .home-tx-area,
#main.pageCorretor .home-tx-quarto {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
}

#main.pageCorretor .tx-email {
    font-family: 'Montserrat';
    font-weight: 600;
}

#main.pageCorretor .tx-creci {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 5px;
}

#main.pageCorretor .corretor-header {
    background: #f7f7f7;
}

#main.pageCorretor .corretor-txt-descricao {
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 0 30px 0 10px;
    font-family: 'Montserrat';
    line-height: 24px;
    font-weight: 300;
    font-size: 16px;
}

#main.pageCorretor .corretor-info {
    border-right: 2px solid #e7e7e7;
    padding: 0 10px 0 25px;
    margin: 20px 0;
}

#main.pageCorretor .corretor-info .corretor-dados {
    margin-left: 15px;
}

#main.pageCorretor .corretor-info .corretor-dados #corretor-apelido {
    font-family: 'Montserrat';
}

#main.pageCorretor .corretor-info .corretor-dados #corretor-email {
    margin-bottom: 5px;
}

#main.pageCorretor .corretor-info .corretor-dados .corretor-tel {
    font-size: 14px;
    font-weight: 400;
}

#main.pageCorretor #carousel {
    margin: 25px 0;
}

#main.pageCorretor .bg,
#main.pageCorretor #carousel,
#main.pageCorretor .owl-item {
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#main.pageCorretor .owl-dots {
    margin-top: -40px;
    position: absolute;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

#main.pageCorretor .owl-dots .owl-dot>span {
    background: #fff;
}

#main.pageCorretor .owl-theme .owl-dots .owl-dot {
    pointer-events: auto;
}

#main.pageCorretor .bg-item1 {
    background-image: url(../img/paginaCorretor/corretor-banner-1.jpg);
}

#main.pageCorretor .bg-item2 {
    background-image: url(../img/paginaCorretor/corretor-banner-2.jpg);
}

#main.pageCorretor .bg-item3 {
    background-image: url(../img/paginaCorretor/corretor-banner-3.jpg);
}

#main.pageCorretor .item-loc,
#main.pageCorretor .item-city,
#main.pageCorretor .item-desc {
    color: #fff;
    margin-bottom: 10px;
}

#main.pageCorretor .item-loc {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
}

#main.pageCorretor .item-city {
    font-size: 35px;
    font-family: 'montserratextralight';
}

#main.pageCorretor .item-desc {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 15px;
}

#main.pageCorretor .item-container {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
}

#main.pageCorretor .bg>div.container {
    position: relative;
    height: 100%;
}

#main.pageCorretor .box-fale-corretor ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    /*align-items: center;*/
    align-items: flex-start;
}

#main.pageCorretor .box-fale-corretor ul li a {
    margin-top: 10px !important;
}

#main.pageCorretor .box-fale-corretor ul li a:hover,
#main.pageCorretor .box-fale-corretor ul li a:visited {
    color: #fff;
}

#main.pageCorretor .box-fale-corretor ul li.vendas a {
    font-weight: 600;
    font-size: 13px;
    margin-top: initial;
    float: initial;
}

#main.pageCorretor #vendas .body-vendas {
    padding-top: 0;
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-flex-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageCorretor .feedbackEmail {
    margin-top: 20px;
}

#main.pageCorretor #vendas .btn-iniciar-atendimento,
#main.pageCorretor #whatsapp .btn-iniciar-atendimento {
    padding: 0 15px 0 15px;
}

#main.pageCorretor .neg-feedback {
    margin-top: 5px;
    text-align: left;
    color: #d74127;
    display: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
}

#main.pageCorretor .box-input.-op2,
#main.pageCorretor .box-textarea {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
}

#main.pageCorretor .box-input.-op2:first-child,
#main.pageCorretor .box-textarea:first-child {
    margin-top: 0;
}

#main.pageCorretor .box-input.-op2 textarea,
#main.pageCorretor .box-textarea textarea {
    border-color: #60605d;
}

#main.pageCorretor .box-textarea textarea:focus {
    border-color: #66b7d9 !important;
}

#main.pageCorretor .swiper-container {
    width: 100%;
    height: 100%;
}

#main.pageCorretor .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 400px;
}

@media (max-width: 768px) {
    #main.pageCorretor .swiper-slide {
        height: 300px;
    }
}

@media (max-width: 520px) {
    #main.pageCorretor .swiper-slide {
        height: 250px;
    }
}

@media (max-width: 400px) {
    #main.pageCorretor .swiper-slide {
        height: 200px;
    }
}

#main.pageCorretor .swiper-slide a {
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
}

#main.pageCorretor .swiper-slide a:link,
#main.pageCorretor .swiper-slide a:active,
#main.pageCorretor .swiper-slide a:hover,
#main.pageCorretor .swiper-slide a:focus {
    text-decoration: none;
    color: #fff;
}

#main.pageCorretor .swiper-slide a div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

#main.pageCorretor .swiper-slide a div .box-shadow {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.7);
}

#main.pageCorretor .swiper-slide a div .box-shadow div.container {
    text-align: left;
    font-family: Montserrat, montserratlight;
}

@media (max-width: 800px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container {
        padding: 0 45px;
    }
}

#main.pageCorretor .swiper-slide a div .box-shadow div.container h1 {
    font-weight: 200;
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 520px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h1 {
        font-size: 34px;
        margin-bottom: 7px;
    }
}

@media (max-width: 400px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h1 {
        font-size: 28px;
        margin-bottom: 6px;
    }
}

#main.pageCorretor .swiper-slide a div .box-shadow div.container h3 {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 520px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h3 {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media (max-width: 400px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h3 {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

#main.pageCorretor .swiper-slide a div .box-shadow div.container h4 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
}

@media (max-width: 520px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h4 {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    #main.pageCorretor .swiper-slide a div .box-shadow div.container h4 {
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 7px;
    }
}

#main.pageCorretor .swiper-button-next,
#main.pageCorretor .swiper-button-prev {
    filter: brightness(0) invert(1);
    opacity: .6;
}

@media (max-width: 520px) {

    #main.pageCorretor .swiper-button-next,
    #main.pageCorretor .swiper-button-prev {
        width: 27px;
        height: 23px;
        background-size: 27px 23px;
    }
}

#main.pageCorretor .swiper-pagination-bullet-active {
    opacity: .6;
    background: #fff;
}

@media screen and (min-width: 992px) {
    #main.pageCorretor .corretor-header .container .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    #main.pageCorretor .corretor-header .container .row .corretor-info {
        border-right: none;
    }
}

@media screen and (max-width: 475px) {
    #main.pageCorretor .item-container {
        bottom: initial;
        top: 20px;
    }
}

@media screen and (max-width: 1152px) {

    #main.pageCorretor .box-fale-corretor,
    #main.pageCorretor #vendas,
    #main.pageCorretor #whatsapp,
    #main.pageCorretor #email {
        right: 0;
    }
}

@media screen and (max-width: 767px) {

    #main.pageCorretor #vendas,
    #main.pageCorretor #whatsapp,
    #main.pageCorretor #email {
        width: 100%;
        max-width: 100%;
        top: initial;
        bottom: 0;
        transform: initial;
    }

    #main.pageCorretor .corretor-info {
        padding: 0 10px 0 20px;
    }

    #main.pageCorretor .corretor-info .corretor-dados {
        margin-left: 50px;
    }

    #main.pageCorretor .box-fale-corretor {
        display: flex;
        max-width: 100%;
        height: 60px;
        left: 0;
        bottom: 0 !important;
    }

    #main.pageCorretor .box-fale-corretor.active {
        width: unset;
        /*height: 100px;*/
        top: initial;
        transform: initial;
    }

    #main.pageCorretor .box-fale-corretor .open-fale-corretor {
        max-width: 110px;
        width: 100%;
        margin: auto;
        padding: 3% 5px;
        text-transform: uppercase;
        text-align: left;
        font-size: 14px;
        line-height: normal;
    }

    #main.pageCorretor .box-fale-corretor ul {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    #main.pageCorretor .box-fale-corretor ul li {
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: auto;
        -o-flex: auto;
        flex: auto;
        border-right: 2px solid #d74127;
    }

    #main.pageCorretor .box-fale-corretor ul li .title {
        display: none;
    }

    #main.pageCorretor .box-fale-corretor ul li .icon {
        height: 40px;
        width: 29px;
        line-height: 30px;
    }

    #main.pageCorretor .box-fale-corretor ul li .icon img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        margin: 0;
    }

    #main.pageCorretor .box-fale-corretor ul li:last-of-type {
        border-right: none;
    }

    #main.pageCorretor .box-textarea {
        padding: 0 1px;
    }

    #main.pageCorretor .box-textarea textarea {
        border: 1px solid darkgray;
    }

    #main.pageCorretor .corretor-txt-descricao {
        line-height: 20px;
        font-size: 14px !important;
        font-family: Montserrat;
        font-weight: 300;
        line-height: 24px;
        color: #646567;
        margin: 20px 0;
        /*padding: 0 20px;*/
        padding: 0 30px 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .pageCorretor~.rodape-mobile {
        padding-bottom: 130px;
    }
}

@media screen and (max-width: 360px) {
    .corretor-info>.d-flex {
        /*display: block !important;*/
        overflow: hidden;
    }

    .corretor-info>.d-flex div {
        margin: 10px 0;
    }

    .corretor-info>.d-flex div.sigavi-img {
        margin: 0 10px 0 0;
        float: left;
    }
}

body {
    max-width: 100%;
}

.bg-login {
    position: relative;
    min-height: 100vh;
    background-image: url(../img/login/bg-login.jpg);
    background-position: center center;
    max-width: 100%;
    overflow: auto;
}

@media (max-width: 767px) {
    .bg-login {
        background-position: 90% center;
    }
}

#main.pageCadastro {
    max-width: 100%;
    /*.input-validation-error ~ label.label-input {
        color: #d74127;
        font-size: 12px;
        font-family: 'montserratbold';
        transform: translateY(-200%);
        transition: 0.3s all ease;
    }*/
}

#main.pageCadastro .bg-white-op {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

#main.pageCadastro .m-t-70 {
    margin-top: 60px;
}

#main.pageCadastro .m-t-60 {
    margin-top: 60px;
}

#main.pageCadastro .m-t-35 {
    margin-top: 35px;
}

#main.pageCadastro .m-t-13 {
    margin-top: 13px;
}

#main.pageCadastro .m-l-5 {
    margin-left: 5px;
}

#main.pageCadastro h2 {
    font-size: 24px;
    font-family: 'montserratextralight';
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

#main.pageCadastro .neg-feedback {
    color: #d74127;
    font-family: 'montserratbold';
    font-size: 12px;
    margin-top: 5px;
    padding-bottom: 10px;
}

#main.pageCadastro .header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}

#main.pageCadastro .header-content {
    display: flex !important;
    align-items: center;
    min-height: 50px;
    max-width: 1240px;
    margin: auto;
}

#main.pageCadastro .tx-header {
    font-size: 18px;
    color: #fff;
    font-family: 'montserratextralight';
    margin-left: 20px;
    margin-bottom: initial;
    text-transform: uppercase;
    line-height: 1.2;
}

#main.pageCadastro .bg-login-box {
    background-image: url(../img/login/left-box-login.png);
    position: relative;
    width: 286px;
    height: 470px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    padding: 44px 30px 25px 39px;
    background-color: #fff;
    opacity: 0.9;
}

#main.pageCadastro .bg-login-box p,
#main.pageCadastro .bg-login-header p {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 23px;
    color: #646567;
}

#main.pageCadastro .bg-login-header p {
    margin-bottom: 0px;
}

#main.pageCadastro .bg-login-header {
    text-align: center;
}

#main.pageCadastro .bg-login-box p:first-child,
#main.pageCadastro .bg-login-header p:first-child {
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 25px;
    color: #272723;
}

#main.pageCadastro .bg-login-header {
    background-color: #eae8e8;
    padding: 5px 10px;
}

#main.pageCadastro .bg-login-header p {
    text-align: center;
    padding: 10px 0;
}

#main.pageCadastro #loginBox {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 30px auto auto auto;
    left: 0;
    right: 0;
}

#main.pageCadastro #loginBox ul {
    padding-left: 15px;
    padding-right: 25px;
}

#main.pageCadastro #loginBox ul li:not(:first-child) {
    margin-top: 10px;
}

#main.pageCadastro #forgotPwBox .bg-white-op {
    padding: 50px;
}

#main.pageCadastro #registerBox .bg-white-op {
    width: 900px;
    padding: 40px 50px;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 70px;
    margin-left: 15px;
    position: relative;
}

#main.pageCadastro .btn-yellow:hover,
#main.pageCadastro .btn-yellow:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

#main.pageCadastro form {
    float: left;
    position: relative;
}

#main.pageCadastro #loginBox form {
    min-height: 470px;
    max-width: 480px;
    padding: 0 25px 10px 15px;
}

#main.pageCadastro #loginBox fieldset {
    padding-left: 15px;
}

#main.pageCadastro #loginBox fieldset div.d-flex {
    margin-left: 5px;
}

#main.pageCadastro #loginBox fieldset>p {
    margin-top: 15px;
    margin-left: 5px;
    font-size: 15px;
    margin-bottom: 23px;
}

#main.pageCadastro #registerBox form {
    width: 100%;
}

#main.pageCadastro .fix-no-label {
    margin-top: 17px;
}

#main.pageCadastro input[type='radio'] {
    margin-top: 0;
}

#main.pageCadastro #registerBox input[type='radio'] {
    margin-bottom: 4px;
}

#main.pageCadastro .input-select {
    padding: 0 0 3px 0;
    margin: 17px 0 0 0;
    width: 100%;
}

#main.pageCadastro #loginBox input[type="password"],
#main.pageCadastro #loginBox input[type="email"],
#main.pageCadastro #loginBox input[type="tel"],
#main.pageCadastro #loginBox input[type="text"] {
    width: 300px;
}

#main.pageCadastro #registerBox input[type="password"],
#main.pageCadastro #registerBox input[type="email"],
#main.pageCadastro #registerBox input[type="tel"],
#main.pageCadastro #registerBox input[type="text"] {
    width: 100%;
}

#main.pageCadastro #forgotPwBox input {
    width: 90%;
}

#main.pageCadastro #feedbackPosBox .bg-white-op {
    padding: 100px 300px 150px 50px;
}

#main.pageCadastro #feedbackPosBox a.link-blue {
    font-size: 15px;
    border-bottom: 1px solid #1a6794;
}

#main.pageCadastro #feedbackPosBox div.bg-white-op>p.m-t-50 {
    margin-bottom: 10px;
}

#main.pageCadastro #feedbackPosBox h2 {
    font-size: 1.6em;
    font-family: 'montserratextralight';
}

#main.pageCadastro .has-register {
    position: absolute;
    right: 50px;
}

#main.pageCadastro .btn-nobg-gray {
    width: 115px;
    text-align: center;
}

#main.pageCadastro .lb-possui-cadastro {
    font-size: 14px;
    margin-top: 3px;
    font-family: montserratregular;
}

#main.pageCadastro .go-cadastro {
    margin-bottom: 20px;
    margin-left: 73px;
}

#main.pageCadastro ul {
    list-style: initial;
}

#main.pageCadastro input[type='radio'] {
    cursor: pointer;
}

#main.pageCadastro .label-radio {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    margin-left: 6px;
    cursor: pointer;
}

#main.pageCadastro .erro .label-input {
    color: #d74127;
    font-size: 12px;
    font-family: 'montserratbold';
    transform: translateY(-200%);
    transition: 0.3s all ease;
}

#main.pageCadastro .input-general {
    background: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #60605d;
    color: #646567;
    padding-bottom: 5px;
}

#main.pageCadastro .input-general:focus {
    outline: none;
}

#main.pageCadastro .erro .input-general {
    border-bottom: 1px solid #d74127 !important;
}

#main.pageCadastro .input-validation-error {
    border-bottom: 1px solid #d74127 !important;
}

#main.pageCadastro .input-general {
    transition: 0.5s all;
}

#main.pageCadastro .btn-pesquise {
    float: right;
    margin-top: -8px;
}

#main.pageCadastro .input-general:focus {
    border-bottom: 2px solid #66b7d9 !important;
}

#main.pageCadastro .label-input {
    display: block;
    font-size: 15px;
    color: #adadab;
    position: absolute;
    transition: 0.3s all ease;
    pointer-events: none;
    font-family: 'montserratregular';
    font-weight: initial;
}

#main.pageCadastro .label-input-focused {
    font-size: 12px;
    font-family: 'montserratbold';
    color: #60605d;
    transform: translateY(-150%);
    transition: 0.3s all ease;
}

#main.pageCadastro #registerBox .label-input {
    top: 0;
}

#main.pageCadastro .login-footer {
    position: absolute;
    bottom: 33px;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    #main.pageCadastro .remove-margin {
        margin-left: 0;
    }

    #main.pageCadastro .remove-padding {
        padding: 0;
    }

    #main.pageCadastro #loginBox form {
        padding: 0;
    }

    #main.pageCadastro .header>.header-content {
        justify-content: center;
    }

    #main.pageCadastro div#registerBox {
        position: relative;
        margin-top: 60px;
        width: 100vw;
    }

    #main.pageCadastro #registerBox .bg-white-op {
        width: 90%;
        margin: 50px auto;
    }

    #main.pageCadastro #main.pageLogin .bg-login-header {
        padding-top: 63px !important;
    }

    #main.pageCadastro .login-footer {
        margin-top: 20px;
        position: relative;
        bottom: initial;
    }

    #main.pageCadastro #feedbackPosBox .bg-white-op {
        padding: 50px;
    }
}

#main.pageCadastro #formAutonomo,
#main.pageCadastro #formImobiliaria {
    margin-top: 43px;
}

@media screen and (max-width: 420px) {
    #main.pageCadastro .remove-margin-xs {
        margin-left: 0;
    }

    #main.pageCadastro #forgotPwBox .bg-white-op {
        padding: 20px;
    }

    #main.pageCadastro div#loginBox {
        position: relative;
        margin-top: 60px;
        width: 100vw;
    }

    #main.pageCadastro #loginBox div>button.btn-white {
        margin-bottom: 20px;
    }

    #main.pageCadastro #loginBox .bg-white-op {
        margin: 50px 0;
    }

    #main.pageCadastro #loginBox form fieldset div.d-inline-block {
        display: block;
        text-align: center;
    }

    #main.pageCadastro #feedbackPosBox .bg-white-op {
        padding: 25px;
    }
}

@media screen and (max-width: 575px) {
    #main.pageCadastro #registerBox .bg-white-op {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }

    #main.pageCadastro .has-register {
        position: relative;
        padding: 0;
        right: 0;
        margin-bottom: 20px;
    }

    #main.pageCadastro .has-register>button {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    #main.pageCadastro #registerBox {
        width: 100%;
    }

    #main.pageCadastro #registerBox .bg-white-op {
        width: 100%;
        min-width: initial;
        margin-left: 0;
    }

    #main.pageCadastro .has-register {
        position: relative;
        padding-top: 0;
        right: 0;
        margin-bottom: 20px;
    }
}

#main.pageHome .home-buttons {
    margin-top: 10px;
}

#main.pageHome .home-buttons a {
    background-color: transparent;
    border: none;
    color: #ebb92d;
    padding: 0px 2px;
    min-width: 0;
    margin: 0 0;
    margin-right: 5px;
    border-bottom: 2px solid #ebb92d;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    font-family: 'montserratsemibold';
    line-height: 18px;
    font-size: 14px;
}

#main.pageHome .info-descricao {
    padding-left: 0px;
}

#main.pageHome .home-tx-cidade {
    font-size: 12px;
}

#main.pageHome .info-img {
    height: 155px;
    max-width: 100%;
}

#main.pageHome .home-lista-empreendimento li p a {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
}

#main.pageHome .home-lista-empreendimento li h3 {
    margin-top: 11px;
    font-size: 19px;
    font-family: 'montserratextralight';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

#main.pageHome .home-banner {
    background-repeat: no-repeat;
}

#main.pageHome .home-banner .box-search {
    width: 70%;
}

#main.pageHome .home-banner .container {
    height: 100%;
}

#main.pageHome .home-banner .container .container-busca {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100%;
}

#main.pageHome .box-novidades {
    background-color: rgba(255, 255, 255, 0.9);
    width: 320px;
    margin: 18px 0;
    float: right;
    padding: 30px 28px;
}

#main.pageHome .box-novidades .tx-novidades a {
    font-family: 'montserratbold';
    font-size: 16px;
    color: #1a6794;
    float: right;
    line-height: 24px;
}

#main.pageHome .box-novidades article {
    padding-top: 12px;
    padding-bottom: 0px;
}

#main.pageHome .titulo-novidade {
    font-size: 16px;
    margin-bottom: 4px;
}

#main.pageHome .novidade>div {
    max-height: 80px;
}

#main.pageHome .novidade p:last-child {
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 17px;
    word-wrap: break-word;
    margin-bottom: 0;
}

#main.pageHome .novidade p em {
    font-style: italic;
}

#main.pageHome .novidade p ul {
    text-decoration: underline;
}

#main.pageHome .novidade p a,
#main.pageHome .novidade p a:link,
#main.pageHome .novidade p a:visited,
#main.pageHome .novidade p a:hover,
#main.pageHome .novidade p a:active {
    color: #60605d;
}

#main.pageHome .descricao-novidade {
    margin-top: 10px;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#main.pageHome .box-novidades .tx-novidades a,
#main.pageHome .box-novidades .tx-novidades a:hover,
#main.pageHome .box-novidades .tx-novidades a:focus {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    margin-top: -3px;
    display: inline-block;
}

#main.pageHome .filtro-home,
#main.pageHome .filtro-videos-home {
    display: inline-block;
    margin-top: 57px;
    margin-bottom: 25px;
}

#main.pageHome .filtro-videos-home ul {
    float: left;
}

#main.pageHome .filtro-home li,
#main.pageHome .filtro-videos-home li {
    color: #ebb92d;
    font-family: 'montserratsemibold';
    font-size: 18px;
    float: left;
    margin-right: 23px;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
}

#main.pageHome .filtro-videos-home li {
    margin-top: 2px;
}

#main.pageHome .filtro-home li.active-filtro-home,
#main.pageHome .filtro-videos-home li.active-filtro-home {
    color: #60605d;
    border-bottom: 3px solid #ebb92d;
}

#main.pageHome .filtro-videos-home .titulo-videos-home {
    float: left;
    margin-right: 25px;
    font-family: 'montserratextralight';
    color: #60605d;
    font-size: 24px;
    margin-bottom: 10px;
}

#main.pageHome .home-lista-videos {
    margin: -15px -15px 0 -15px;
}

#main.pageHome .home-lista-videos .hide-video {
    display: none;
}

#main.pageHome .home-lista-videos .item-video {
    padding: 15px;
}

#main.pageHome .item-video iframe {
    height: 220px;
    width: 100%;
}

#main.pageHome .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 100%;
}

#main.pageHome .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main.pageHome .button-vermais-videos {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
    display: inline-block;
}

#main.pageHome .home-main hr {
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

#main.pageHome #form-busca-empreendimento {
    margin-bottom: 45px;
}

#main.pageHome .info-img {
    height: auto;
    width: 100%;
}

#main.pageHome .img-empreendimento {
    max-height: 135px;
    min-width: 221px;
    margin: 0 auto;
}

#main.pageHome .box-nenhum {
    margin: 100px 0 0 0;
}

@media (max-width: 1199px) {
    #main.pageHome .box-novidades {
        display: none;
    }

    #main.pageHome #form-busca-empreendimento {
        width: 100%;
    }

    #main.pageHome .home-buttons a,
    #main.pageHome .home-buttons button {
        width: auto;
    }
}

@media (max-width: 991px) {
    #main.pageHome .home-lista-empreendimento li {
        display: block;
        text-align: left;
    }

    #main.pageHome h3 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #main.pageHome .info-descricao {
        margin-top: 5px !important;
    }

    #main.pageHome .filtro-home,
    #main.pageHome .home-lista-videos .item-video {
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    #main.pageHome .home-main hr {
        margin-left: 0px;
        margin-right: 0px;
    }

    #main.pageHome .home-lista-videos .item-video {
        padding-right: 15px;
        padding-left: 15px;
    }

    #main.pageHome .info-descricao {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    #main.pageHome .home-lista-empreendimento {
        min-height: 100px;
    }

    #main.pageHome .home-lista-empreendimento li {
        width: 100%;
    }

    #main.pageHome #form-busca-empreendimento {
        margin-top: 40px;
    }

    #main.pageHome .filtro-home li,
    #main.pageHome .filtro-videos-home li {
        font-size: 14px;
        margin-right: 5px;
    }

    #main.pageHome .filtro-videos-home li {
        margin-right: 10px;
        margin-top: 5px;
    }

    #main.pageHome .videoWrapper-mob {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
        width: 100%;
    }

    #main.pageHome .videoWrapper-mob iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

#main.pageHome #lista {
    /*background-image: url(../img/layout/bg-busca.png);*/
    /*background-color: #fff;
        background-position: left bottom;
        background-repeat: no-repeat;*/
    /*min-height: 890px;*/
    padding: 0;
}

#main.pageHome #lista.map-open .items-lista {
    width: 750px;
    float: left;
}

#main.pageHome #lista.map-open #map {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

#main.pageHome #lista.map-open #map.fixed {
    position: fixed;
    top: 125px;
    bottom: 0;
    height: 100%;
    transition: none;
    padding-top: 0;
}

@media only screen and (min-width: 1919px) {
    #main.pageHome #lista.map-open #map.fixed {
        left: 1174px;
    }
}

#main.pageHome #lista.map-open #map.fixed #map-iframe {
    /*height: 380px;*/
    /*height: calc(`$(window).height()` - 500);*/
}

#main.pageHome #lista .filtro {
    padding: 25px 0;
}

#main.pageHome #lista .filtro .box-filtro {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -0-flex;
    display: flex;
}

#main.pageHome #lista .filtro h2 {
    line-height: 33px;
    font-weight: 600;
    font-size: 15px;
    margin-right: 30px;
    float: left;
    padding-top: 0;
}

#main.pageHome #lista .filtro .box-select {
    width: 145px;
    float: left;
    margin-right: 20px;
    height: 30px;
}

#main.pageHome #lista .filtro .box-select:last-of-type {
    margin-right: 0;
}

#main.pageHome #lista .filtro .box-select.disabled {
    opacity: 0.4;
}

#main.pageHome #lista .filtro .box-select.disabled a {
    cursor: not-allowed;
}

#main.pageHome #lista .filtro .box-select .select.-checkbox .box-groups-items ul li label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 18px;
}

#main.pageHome #lista .filtro .box-select .select.-checkbox .box-groups-items ul li label:before {
    min-width: 20px;
}

#main.pageHome #lista .result-info {
    margin-bottom: 20px;
}

#main.pageHome #lista .result-info .text-result {
    float: left;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
}

#main.pageHome #lista .result-info .text-result span {
    font-size: 30px;
    display: block;
    border: #CCC solid thin;
    padding: 20px 50px;
    margin: 40px 0;
}

#main.pageHome #lista .result-info .text-result strong {
    font-weight: 600;
}

#main.pageHome #lista .result-info .text-result h1.seo {
    float: right;
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
}

#main.pageHome #lista .result-info .btn-exibir-mapa {
    float: right;
    padding: 0 14px;
    line-height: 30px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000)";
}

#main.pageHome #lista .items-lista {
    padding-bottom: 40px;
    font-size: 0;
    width: 100%;
}

#main.pageHome #lista .items-lista ul {
    margin: 0 -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main.pageHome #lista .items-lista .item-imoveis {
    display: block;
    /*display: none;*/
    vertical-align: top;
    margin: 15px;
    /*width: 360px;*/
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: -ms-calc(33.33% - 30px);
    width: -o-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    min-height: 300px;
    opacity: 1;
}

#main.pageHome #lista .items-lista .item-imoveis.hidden {
    opacity: 0;
}

#main.pageHome #lista .items-lista .item-imoveis figure:hover .img-imovel:before {
    opacity: .9;
}

#main.pageHome #lista .items-lista .item-imoveis figure:hover .img-imovel .ver-detalhes {
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#main.pageHome #lista .items-lista .item-imoveis figure:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 200px;
    max-width: 360px;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel:before {
    content: '';
    background-color: #272723;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel img {
    max-width: initial;
    width: auto;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .a-partir {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    font-size: 17px;
    color: white;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes {
    transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    z-index: 99;
    width: 90%;
    text-align: center;
    opacity: 0;
    font-family: 'montserratregular';
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes h3 {
    font-size: 20px;
    font-weight: 200;
    pointer-events: none;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #60605d;
    margin-top: 5px;
}

#main.pageHome #lista .items-lista .item-imoveis figure .img-imovel .ver-detalhes .btn-ver-detalhes {
    font-size: 13px;
    display: block;
    width: 150px;
    margin: auto;
    color: #ebb92d;
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption a,
#main.pageHome #lista .items-lista .item-imoveis figure figcaption a:link,
#main.pageHome #lista .items-lista .item-imoveis figure figcaption a:visited,
#main.pageHome #lista .items-lista .item-imoveis figure figcaption a:hover,
#main.pageHome #lista .items-lista .item-imoveis figure figcaption a:active {
    color: #60605d;
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .busca-buttons {
    margin-top: 10px;
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .busca-buttons a {
    background-color: transparent;
    border: none;
    color: #ebb92d !important;
    padding: 0px 2px;
    min-width: 0;
    margin: 0 0;
    margin-right: 5px;
    border-bottom: 2px solid #ebb92d;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    font-family: 'montserratsemibold';
    line-height: 18px;
    font-size: 14px;
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .bairro,
#main.pageHome #lista .items-lista .item-imoveis figure figcaption .status {
    font-size: 13px;
    font-family: 'montserratsemibold';
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .bairro {
    margin-right: 5px;
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption h3 {
    font-size: 20px;
    font-weight: 200;
    text-transform: capitalize;
    font-family: 'montserratextralight';
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .metragem {
    font-size: 15px;
    /*font-weight: 600;*/
    font-family: 'montserratsemibold';
}

#main.pageHome #lista .items-lista .item-imoveis figure figcaption .metragem a.ver-mais-busca {
    font-size: 13px;
    color: #1a6794;
    font-family: 'montserratbold';
    text-transform: uppercase;
}

#main.pageHome #lista .items-lista .loading {
    text-align: center;
    display: none;
}

#main.pageHome #lista .items-lista .loading span {
    height: 12px;
    width: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ebb92d;
    opacity: .7;
}

#main.pageHome #lista .items-lista .loading span:nth-of-type(1) {
    -webkit-animation: "dotLoad" 1s infinite;
    -moz-animation: "dotLoad" 1s infinite;
    -o-animation: "dotLoad" 1s infinite;
    animation: "dotLoad" 1s infinite;
}

#main.pageHome #lista .items-lista .loading span:nth-of-type(2) {
    -webkit-animation: "dotLoad" 1s infinite 0.5s;
    -moz-animation: "dotLoad" 1s infinite 0.5s;
    -o-animation: "dotLoad" 1s infinite 0.5s;
    animation: "dotLoad" 1s infinite 0.5s;
}

#main.pageHome #lista .items-lista .loading span:nth-of-type(3) {
    -webkit-animation: "dotLoad" 1s infinite 1s;
    -moz-animation: "dotLoad" 1s infinite 1s;
    -o-animation: "dotLoad" 1s infinite 1s;
    animation: "dotLoad" 1s infinite 1s;
}

#main.pageHome #lista .items-lista .carregar-mais {
    width: 400px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    border: 1px solid #adadab;
    font-size: 15px;
    margin: auto;
    display: block;
    color: #60605d;
    text-align: center;
    clear: both;
    margin-top: 15px;
}

#main.pageHome #lista .items-lista .carregar-mais:hover {
    background-color: #e4e3e3;
}

#main.pageHome #lista #map {
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
    transform: translateX(174%);
    -ms-transform: translateX(174%);
    -webkit-transform: translateX(174%);
    padding-top: 15px;
    position: relative;
    position: absolute;
    top: 153px;
    right: 0;
    width: 35.4%;
    z-index: 99;
    height: 745px;
}

#main.pageHome #lista #map #map-iframe {
    width: 100%;
    float: left;
    /*height: 745px;*/
    height: 400px;
}

@media only screen and (min-width: 1919px) {
    #main.pageHome #lista #map {
        left: 1175px;
        right: initial;
        width: 38.5%;
    }
}

#main.pageHome #lista #map #map-content {
    width: 250px;
    height: 278px;
}

#main.pageHome #lista #map .info-map {
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 10px 0;
}

#main.pageHome #lista #map .info-map .img-imovel {
    position: relative;
    margin-bottom: 5px;
}

#main.pageHome #lista #map .info-map .img-imovel img {
    display: block;
    max-width: 100%;
}

#main.pageHome #lista #map .info-map .img-imovel .a-partir {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    font-size: 17px;
    color: white;
    display: none;
}

#main.pageHome #lista #map .info-map figcaption {
    font-family: 'Montserrat', sans-serif;
}

#main.pageHome #lista #map .info-map figcaption .bairro,
#main.pageHome #lista #map .info-map figcaption .status {
    font-size: 13px;
}

#main.pageHome #lista #map .info-map figcaption .bairro {
    margin-right: 5px;
}

#main.pageHome #lista #map .info-map figcaption h3 {
    font-size: 20px;
    font-weight: 200;
}

#main.pageHome #lista #map .info-map figcaption .metragem {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

#main.pageHome #lista #map .info-map figcaption .btn {
    margin-top: 0;
}

@media (min-width: 1200px) {
    #main.pageHome #lista .container {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    #main.pageHome #lista .items-lista ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -0-flex;
        display: flex;
        flex-wrap: -webkit-wrap;
        flex-wrap: -moz-wrap;
        flex-wrap: -ms-wrap;
        flex-wrap: -o-wrap;
        flex-wrap: wrap;
    }

    #main.pageHome #lista .items-lista .item-imoveis {
        width: -webkit-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: -ms-calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: calc(50% - 30px);
    }

    #main.pageHome #lista .container {
        padding: 0;
    }
}

@media (max-width: 991px) {
    #main.pageHome #lista .filtro .box-filtro {
        flex-wrap: -webkit-wrap;
        flex-wrap: -moz-wrap;
        flex-wrap: -ms-wrap;
        flex-wrap: -o-wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #main.pageHome #lista .filtro .box-select {
        margin-right: 0;
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }

    #main.pageHome #lista .box-select .select.active.-checkbox .box-groups-items {
        width: 100%;
    }

    #main.pageHome #lista .box-select .select.-checkbox .box-groups-items ul {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    #main.pageHome #lista #lista {
        padding-right: 15px;
        padding-left: 15px;
    }

    #main.pageHome #lista .items-lista .item-imoveis {
        max-width: 100%;
    }

    #main.pageHome #lista .filtro .box-select {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    #main.pageHome #lista .result-info .text-result {
        max-width: 100%;
    }

    #main.pageHome #lista .result-info .text-result span {
        font-size: 22px;
        padding: 20px 40px;
    }

    #main.pageHome #lista .result-info .text-result h1.seo {
        float: none;
        line-height: 14px;
        margin-left: -5px;
    }

    #main.pageHome #lista .items-lista .item-imoveis {
        width: 100%;
        min-height: 0;
    }

    #main.pageHome #lista .items-lista .item-imoveis figure .img-imovel {
        height: auto;
    }

    #main.pageHome #lista .items-lista .item-imoveis figure .img-imovel img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #main.pageListagem #form-busca-empreendimento .box-input #tx-busca {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    #main.pageListagem .container-busca {
        padding-right: 0;
    }

    #main.pageListagem #form-busca-empreendimento .box-input {
        padding: 0px 5px;
    }

    #main.pageListagem #form-busca-empreendimento .box-input #tx-busca {
        font-size: 11px;
        width: 100%;
        margin-right: 5px;
    }

    #main.pageListagem .icon-busca {
        width: 20px;
        height: 18px;
        background-size: contain;
    }

    #main.pageHome .filtro-home {
        margin-bottom: 0;
    }

    #main.pageHome .filtro-home li {
        display: block;
        float: none;
        margin: 15px 0;
    }

    #main.pageHome .filtro-home {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
    }
}

/*@media(max-width: 340px) {

    #main.pageListagem #form-busca-empreendimento .box-input #tx-busca {
        font-size: 8px;
    }
}*/
#main.pageRanking .header-rank {
    padding-top: 60px;
    position: relative;
    margin-bottom: 33px;
}

#main.pageRanking .filtro-borda {
    width: 100%;
    height: 1px;
    background-color: #ebb92d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#main.pageRanking .header-rank .titulo-rank {
    font-size: 42px;
    font-family: 'montserratextralight';
    color: #60605d;
    margin-bottom: 34px;
}

#main.pageRanking .header-rank p:first-child {
    margin-bottom: 15px;
}

#main.pageRanking .header-rank p:last-child {
    margin-bottom: 30px;
    font-family: 'montserratmedium';
}

#main.pageRanking .header-rank p .tx-ano {
    font-size: 25px;
    font-family: 'montserratextralight';
    color: #60605d;
}

#main.pageRanking .header-rank p .tx-estado {
    font-size: 25px;
    font-family: 'montserratextralight';
    color: #60605d;
}

#main.pageRanking .header-rank p .tx-total {
    font-size: 16px;
    font-family: 'montserratmedium';
    color: #60605d;
}

#main.pageRanking .filtro-ranking {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageRanking .filtro-ranking button.btn-corretores {
    margin-right: 15px;
}

#main.pageRanking .filtro-ranking button.btn-gerentes {
    margin-left: 15px;
}

#main.pageRanking .filtro-ranking button {
    width: 153px;
    padding: 14px 0;
    background-color: #ebb92d;
    color: #fff;
    border: 1px solid #ebb92d;
    height: auto;
}

#main.pageRanking button.filtro-ranking-active {
    background-color: #fff;
    color: #60605d;
    border: 1px solid #ebb92d;
    border-bottom: none;
}

#main.pageRanking .hide-rank {
    display: none !important;
}

#main.pageRanking .button-vermais-rank {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px;
    display: inline-block;
}

#main.pageRanking .tabela-ranking {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /*max-height: 1030px;*/
    overflow: hidden;
    overflow-x: auto;
    /*overflow-y: auto;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar-button {
    display: none;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar-thumb {
    background-color: #ababab;
    cursor: pointer;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar-thumb:hover {
    background-color: #a4a4a4;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: pointer;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar-track:hover {
    background-color: #efefef;
}

#main.pageRanking .tabela-ranking::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#main.pageRanking table tbody tr,
#main.pageRanking table thead tr {
    padding: 0 15px;
}

#main.pageRanking table tbody tr td,
#main.pageRanking table thead tr th {
    text-align: center;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageRanking .tabela-ranking-gerentes table tbody tr td,
#main.pageRanking .tabela-ranking-gerentes table thead tr th {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

#main.pageRanking table tbody tr td:nth-child(1),
#main.pageRanking table thead tr th:nth-child(1) {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    -o-flex: 3;
    flex: 3;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

#main.pageRanking table tbody tr td:nth-child(1) .nome,
#main.pageRanking table thead tr th:nth-child(1) .nome {
    color: #646567;
    font-size: 16px;
    font-family: 'montserratlight';
    margin-left: 20px;
}

#main.pageRanking table tbody tr td:nth-child(1) .posicao,
#main.pageRanking table thead tr th:nth-child(1) .posicao {
    min-width: 100px;
    display: block;
}

#main.pageRanking table thead tr th:nth-child(1) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageRanking .rank,
#main.pageRanking .nome-colunas {
    background-color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    min-height: 85px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
}

#main.pageRanking .rank {
    border-top: 1px solid #e6e6e6;
}

#main.pageRanking .rank .foto-rank {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #d6d6d6;
    border-radius: 50%;
    float: right;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

#main.pageRanking .rank .rank-posicao,
#main.pageRanking .rank .rank-nucorretor,
#main.pageRanking .rank .rank-vendas,
#main.pageRanking .rank .rank-detalhes {
    float: left;
}

#main.pageRanking .rank .rank-posicao {
    position: relative;
    color: #646567;
    font-size: 24px;
    font-family: 'montserratmedium';
}

#main.pageRanking .rank .rank-nucorretor {
    color: #646567;
    font-size: 16px;
    font-family: 'montserratlight';
}

#main.pageRanking .rank .rank-vendas {
    color: #646567;
    font-size: 16px;
    font-family: 'montserratlight';
}

#main.pageRanking .rank .rank-detalhes a {
    color: #1a6794;
    font-size: 13px;
    font-family: 'montserratregular';
    text-decoration: underline;
    text-transform: uppercase;
}

#main.pageRanking .nome-colunas {
    min-height: 60px;
    max-height: 60px;
}

#main.pageRanking .nome-colunas th {
    font-family: 'montserratmedium';
    text-transform: uppercase;
    font-size: 14px;
}

#main.pageRanking .box-rank {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#main.pageRanking table {
    width: 100%;
    min-width: 600px;
}

#main.pageRanking table thead tr th,
#main.pageRanking table tbody tr td {
    text-align: center;
}

#main.pageRanking .meu-rank {
    background-color: #f5f5f5;
    border-top: none;
}

#main.pageRanking .meu-rank .rank-posicao {
    color: #ebb92d;
    font-size: 30px;
    font-family: 'montserratmedium';
}

#main.pageRanking .meu-rank .rank-posicao .box-rank-nome {
    text-align: left;
}

#main.pageRanking .meu-rank .rank-posicao .box-rank-nome .rank-tx-suaposicao {
    margin-left: 20px;
    text-transform: uppercase;
    color: #ebb92d;
    font-family: montserratbold;
    font-size: 14px;
}

#main.pageRanking .meu-rank .rank-posicao .box-rank-nome .nome {
    font-size: 16px;
    font-family: 'montserratsemibold';
}

#main.pageRanking .meu-rank .rank-vendas {
    font-size: 16px;
    font-family: 'montserratmedium';
}

#main.pageRanking .meu-rank .rank-detalhes a {
    font-size: 13px;
    font-family: 'montserratmedium';
}

#main.pageRanking .rank .decimal {
    font-size: 22px;
}

#main.pageRanking .rank .centena {
    font-size: 20px;
}

#main.pageRanking .rank .milhar {
    font-size: 18px;
}

#main.pageRanking .hide {
    opacity: 0;
}

#main.pageRanking .podium-melhores {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    margin-top: 80px;
}

#main.pageRanking .podium-melhores .podium {
    text-align: center;
    background-color: #1a6794;
    color: #fff;
    padding-bottom: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
    width: 237px;
    position: relative;
}

#main.pageRanking .podium-melhores .podium .tx-suaposicao {
    position: relative;
    width: 100%;
}

#main.pageRanking .podium-melhores .podium .tx-suaposicao div {
    position: relative;
    text-transform: uppercase;
    color: #ebb92d;
    font-family: montserratbold;
    font-size: 14px;
    margin-bottom: 6px;
}

#main.pageRanking .podium-melhores .podium figure {
    position: absolute;
    width: 302px;
    left: -32px;
    top: -70px;
    z-index: 1;
}

#main.pageRanking .podium-melhores .podium .podium-foto {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: -63px;
    margin-bottom: 70px;
}

#main.pageRanking .podium-melhores .podium .podium-foto .border-foto {
    width: 96px;
    height: 96px;
    position: relative;
    display: inline-block;
}

#main.pageRanking .podium-melhores .podium .podium-foto .border-foto img,
#main.pageRanking .podium-melhores .podium .podium-foto .border-foto div {
    min-width: 96px;
    min-height: 96px;
    width: 96px;
    height: 96px;
    background-color: #d6d6d6;
    border-radius: 50%;
    border: 3px solid #1a6794;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#main.pageRanking .podium-melhores .podium .podium-foto .podium-posicao {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

#main.pageRanking .podium-melhores .podium .podium-foto .podium-posicao div {
    margin-top: 60px;
}

#main.pageRanking .podium-melhores .podium .podium-posicao {
    font-size: 30px;
    font-family: 'montserratmedium';
    margin-bottom: 15px;
    line-height: 30px;
}

#main.pageRanking .podium-melhores .podium .podium-line {
    width: 120px;
    border-top: 1px solid #66b7d9;
    display: inline-block;
    margin-bottom: 10px;
}

#main.pageRanking .podium-melhores .podium .podium-nome {
    font-size: 20px;
    font-family: 'montserratregular';
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

#main.pageRanking .podium-melhores .podium .podium-vendas {
    font-size: 16px;
    font-family: 'montserratregular';
    color: #66b7d9;
    margin-bottom: 6px;
}

#main.pageRanking .podium-melhores .podium .podium-nucorretores {
    font-size: 14px;
    font-family: 'montserratbold';
    margin-bottom: 6px;
}

#main.pageRanking .podium-melhores .podium .podium-nucorretor {
    font-size: 14px;
    font-family: 'montserratbold';
    margin-bottom: 6px;
}

#main.pageRanking .podium-melhores .podium .podium-detalhes {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    text-transform: uppercase;
}

#main.pageRanking .podium-melhores .podium .podium-detalhes a,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:link,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:focus,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:active,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:hover {
    font-size: 14px;
    font-family: 'montserratbold';
    text-decoration: underline;
    color: #fff;
}

#main.pageRanking .podium-melhores .podium .podium-detalhes adetalhes,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:linkdetalhes,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:focusdetalhes,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:activedetalhes,
#main.pageRanking .podium-melhores .podium .podium-detalhes a:hoverdetalhes {
    text-transform: uppercase;
}

#main.pageRanking .podium-melhores .podium.primeiro {
    height: 240px;
    -webkit-order: -2;
    -moz-order: -2;
    -ms-order: -2;
    -o-order: -2;
    order: -2;
}

#main.pageRanking .podium-melhores .podium.primeiro .podium-foto {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageRanking .podium-melhores .podium.primeiro .podium-foto .podium-posicao div {
    margin-top: 10px;
}

#main.pageRanking .podium-melhores .podium.segundo {
    height: 220px;
    -webkit-order: -3;
    -moz-order: -3;
    -ms-order: -3;
    -o-order: -3;
    order: -3;
}

#main.pageRanking .podium-melhores .podium.terceiro {
    height: 220px;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
}

#main.pageRanking .podium-melhores .podium.active-boder-box {
    border: 3px solid #ebb92d;
    position: relative;
}

#main.pageRanking .podium-melhores .podium .border-foto:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    background-color: #ebb92d;
    z-index: -3;
    top: 0;
    left: 0;
}

#main.pageRanking.podium-detalhes .podium.primeiro {
    height: 220px;
}

#main.pageRanking.podium-detalhes .podium.segundo {
    height: 180px;
}

#main.pageRanking.podium-detalhes .podium.terceiro {
    height: 160px;
}

#main.pageRanking .ranking-pequeno .posicao {
    font-size: 16px !important;
}

#main.pageRanking .info-gerente {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #fbf1d5;
    padding: 30px 30px;
    border-top: 1px solid #e6e6e6;
}

#main.pageRanking .info-gerente .tx-detalhes-do {
    font-family: 'montserratsemibold';
    font-size: 16px;
    color: #646567;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2;
    min-width: 150px;
    line-height: 26px;
}

#main.pageRanking .info-gerente .tx-detalhes-do .icon-back-yellow {
    cursor: pointer;
    margin-right: 70px;
}

@media (max-width: 1199px) {
    #main.pageRanking .info-gerente .tx-detalhes-do .icon-back-yellow {
        margin-right: 20px;
    }
}

#main.pageRanking .info-gerente .img-gerente {
    margin-right: 15px;
}

#main.pageRanking .info-gerente .img-gerente .circle-photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
}

#main.pageRanking .info-gerente .info-nome {
    font-family: 'montserratregular';
    font-size: 16px;
    color: #646567;
    -webkit-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    -o-flex: 4;
    flex: 4;
}

#main.pageRanking .info-gerente .podium-vendas {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    -o-flex: 2;
    flex: 2;
}

#main.pageRanking .info-gerente .info-total {
    font-family: 'montserratmedium';
    font-size: 14px;
    color: #646567;
    -webkit-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    -o-flex: 6;
    flex: 6;
    text-align: center;
}

#main.pageRanking .info-gerente .info-total span {
    font-family: 'montserratlight';
    font-size: 16px;
}

@media (max-width: 991px) {
    #main.pageRanking .ranking-container {
        padding: 0;
    }

    #main.pageRanking .podium-melhores .podium {
        margin: 0 5px;
    }

    #main.pageRanking .podium-melhores {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        margin-top: 27px;
    }

    #main.pageRanking .podium-melhores .podium {
        margin-bottom: 80px;
    }

    #main.pageRanking .podium-melhores .podium .podium-foto {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

    #main.pageRanking .podium-melhores .podium .podium-foto .podium-posicao {
        display: block;
    }

    #main.pageRanking .podium-melhores .podium .podium-foto .podium-posicao div {
        margin-top: 10px;
        position: relative;
    }

    #main.pageRanking .podium-melhores .podium.primeiro {
        margin-top: 60px;
        height: 260px;
        -webkit-order: -3;
        -moz-order: -3;
        -ms-order: -3;
        -o-order: -3;
        order: -3;
    }

    #main.pageRanking .podium-melhores .podium.segundo {
        height: 260px;
        -webkit-order: -2;
        -moz-order: -2;
        -ms-order: -2;
        -o-order: -2;
        order: -2;
    }

    #main.pageRanking .podium-melhores .podium.terceiro {
        height: 260px;
        -webkit-order: -1;
        -moz-order: -1;
        -ms-order: -1;
        -o-order: -1;
        order: -1;
    }

    #main.pageRanking .podium-melhores .podium.podium-detalhes .podium.primeiro {
        height: 220px;
    }

    #main.pageRanking .podium-melhores .podium.podium-detalhes .podium.segundo {
        height: 220px;
    }

    #main.pageRanking .podium-melhores .podium.podium-detalhes .podium.terceiro {
        height: 220px;
    }
}

@media (max-width: 768px) {
    #main.pageRanking .filtro-ranking button {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
    }

    #main.pageRanking .info-gerente {
        flex-direction: column;
        text-align: center;
    }

    #main.pageRanking .info-gerente .img-gerente {
        width: 100%;
        margin: 10px 0;
    }

    #main.pageRanking .info-gerente .info-nome {
        width: 100%;
        margin-bottom: 10px;
    }

    #main.pageRanking .info-gerente .info-total {
        width: 100%;
    }

    #main.pageRanking .nome {
        max-width: 100px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
}

@media (max-width: 262px) {
    #main.pageRanking .podium-melhores .podium {
        width: 100%;
    }
}

#main.pageContato {
    padding-bottom: 60px;
    /*#corretoresGerentes {
        div > p {
            margin-bottom: 30px;
        }
    }*/
}

#main.pageContato [data-my-tab] {
    margin: 0 auto;
    /*max-width: 945px;*/
}

#main.pageContato .no-padding-left {
    padding-left: 0;
}

#main.pageContato h1 {
    font-size: 26px;
    font-family: 'montserratlight';
    margin-bottom: 20px;
}

#main.pageContato h1:not(:first-child) {
    margin-top: 80px;
}

#main.pageContato .tab-m-r,
#main.pageContato .filtro-contato button.btn-corretores,
#main.pageContato .filtro-contato button.btn-vendas {
    margin-right: 20px;
}

#main.pageContato .foto-perfil {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#main.pageContato .foto-90 {
    position: relative;
}

#main.pageContato .foto-90:before {
    background-image: url(https://www.tegraincorporadora.com.br/Content/img/paginaCorretor/circle-photo.png/);
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#main.pageContato .ff-mont-b {
    font-family: 'montserratbold';
}

#main.pageContato .header-contato {
    padding-top: 65px;
    position: relative;
}

#main.pageContato .filtro-borda {
    width: 100%;
    height: 1px;
    background-color: #ebb92d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#main.pageContato .header-contato .titulo-contato {
    font-size: 42px;
    font-family: 'montserratextralight';
    color: #60605d;
    margin-bottom: 60px;
}

#main.pageContato .filtro-contato {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageContato .filtro-contato button {
    padding: 14px 10px;
    background-color: #ebb92d;
    color: #fff;
    border: 1px solid #ebb92d;
    min-height: 44px;
}

#main.pageContato button.filtro-contato-active {
    background-color: #fff;
    color: #60605d;
    border: 1px solid #ebb92d;
    border-bottom: none;
}

#main.pageContato .responsive-contato {
    display: inline-flex;
}

#main.pageContato .desc-produtos>p:first-child {
    font-family: 'montserratsemibold';
}

#main.pageContato .p-tb-15 {
    padding: 15px 0;
}

#main.pageContato .contato-info {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 1px 1px 1px 1px #c5c5c5;
    box-shadow: 1px 1px 1px 1px #c5c5c5;
    padding: 0 15px;
    margin: 8px auto;
    min-height: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
}

#main.pageContato .contato-corretor {
    min-height: 130px;
}

#main.pageContato .btn-yellow {
    height: initial;
}

#main.pageContato #corretoresGerentes {
    margin-top: 80px;
}

#main.pageContato #corretoresGerentes .busca-efetuada {
    font-family: 'montserratbold';
}

#main.pageContato .box-input {
    max-width: 420px;
    margin: 0 auto;
}

#main.pageContato .box-input .icon-busca {
    background-image: url(../img/contato/lupa-busca.png);
    float: right;
    cursor: pointer;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
    border: none;
}

#main.pageContato .box-input .tx-busca-min {
    margin-top: 15px;
    font-family: 'montserratsemibold';
    color: #ebb92d;
    display: none;
}

#main.pageContato .box-input input {
    border-bottom: 1px solid #60605d;
    width: 370px;
}

#main.pageContato .msg-contato-tegra {
    line-height: 24px;
}

@media (max-width: 991px) {
    #main.pageContato .text-center-responsive {
        text-align: center !important;
    }

    #main.pageContato .desc-produtos {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    #main.pageContato .filtro-contato button.btn-incorporadora {
        margin-right: 10px;
    }

    #main.pageContato .filtro-contato button.btn-vendas {
        margin-left: 10px;
    }

    #main.pageContato #contatos .center-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #main.pageContato .contato-info {
        max-width: 420px;
    }

    #main.pageContato [data-box-contato]>h1 {
        text-align: center;
    }

    #main.pageContato .col-no-padding {
        padding: 0;
    }

    #main.pageContato #contatos m-t-100 {
        margin-top: 40px;
    }

    #main.pageContato .box-input input {
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: -ms-calc(100% - 35px);
        width: -o-calc(100% - 35px);
        width: calc(100% - 35px);
        margin-right: 0px;
        font-size: 14px;
    }

    #main.pageContato .box-input .icon-busca {
        width: 26px;
        height: 28px;
    }
}

@media (max-width: 600px) {
    #main.pageContato .filtro-contato {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 20px;
        display: block;
    }

    #main.pageContato .filtro-contato button {
        display: inline-block;
        margin-bottom: -1px;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar-button {
        display: none;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar-thumb {
        background-color: #ababab;
        cursor: pointer;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar-thumb:hover {
        background-color: #a4a4a4;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar-track {
        background-color: #fff;
        cursor: pointer;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar-track:hover {
        background-color: #efefef;
    }

    #main.pageContato .filtro-contato::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 475px) {
    #main.pageContato {
        /*.box-input {
            input {
                width: 82%;
            }
        }*/
    }

    #main.pageContato .responsive-contato {
        display: block !important;
    }

    #main.pageContato .contato-info {
        max-width: 280px;
    }
}

#main.pageNovidades {
    padding-bottom: 60px;
}

#main.pageNovidades .box-novidades {
    border: none;
}

#main.pageNovidades .tx-novidades {
    font-size: 30px;
    font-family: 'montserratlight';
    margin-top: 20px;
    margin-bottom: 40px;
    margin-top: 60px;
    color: #60605d;
}

#main.pageNovidades .titulo-novidade {
    font-size: 18px;
    font-family: 'montserratlight';
    color: #ebb92d;
    font-weight: bold;
    margin-bottom: 10px;
}

#main.pageNovidades .descricao-novidade {
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #60605d;
}

#main.pageNovidades .novidade {
    margin-top: 30px;
    border-bottom: 1px solid #ebebeb;
    font-family: 'montserratlight';
    font-size: 15px;
    color: #60605d;
    padding-bottom: 30px;
    line-height: 20px;
}

#main.pageNovidades .novidade ol,
#main.pageNovidades .novidade ul {
    list-style: inherit;
    margin-left: 15px;
}

#main.pageNovidades .novidade li {
    padding-left: 10px;
}

#main.pageNovidades .novidade p:last-child {
    line-height: 18px;
    margin: 0;
}

#main.pageNovidades .novidade p.data-novidade {
    font-size: 13px;
    font-family: 'montserratbold';
    color: #adadab;
    margin-bottom: 10px;
}

#main.pageNovidades .novidade p em {
    font-style: italic;
}

#main.pageNovidades .novidade p ul {
    text-decoration: underline;
}

#main.pageNovidades .novidade p a,
#main.pageNovidades .novidade p a:link,
#main.pageNovidades .novidade p a:visited,
#main.pageNovidades .novidade p a:hover,
#main.pageNovidades .novidade p a:active {
    color: #60605d;
}

#main.pageNovidades .tx-videos {
    font-size: 20px;
    font-family: 'montserratsemibold';
    color: #60605d;
    margin: 0;
}

#main.pageNovidades iframe {
    max-width: 100%;
}

#main.pageNovidades .box-videos {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 20px 28px 10px 28px;
    margin-top: 30px;
    display: inline-block;
}

#main.pageNovidades a.link-blue {
    float: right;
    margin-top: 5px;
    font-size: 13px;
}

#main.pageNovidades .box-videos>div:first-child {
    padding: 5px 0px 20px 0px;
}

#main.pageNovidades .box-videos>div:not(:first-child) {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #main.pageNovidades .box-videos {
        padding: 10px;
    }

    #main.pageNovidades .item-video {
        padding: 0;
    }
}

#main.pageFaq {
    padding-bottom: 60px;
}

#main.pageFaq .question-container~p {
    text-align: left;
    width: 85%;
    word-wrap: break-word;
}

#main.pageFaq .question-container~p .list-item {
    margin-left: 15px;
    display: inline-block;
    margin-top: 3px;
}

#main.pageFaq .questions {
    /*max-width: 992px;
        margin: 60px auto;*/
}

#main.pageFaq h2 {
    font-family: 'montserratlight';
    font-size: 22px;
    padding: 20px 0;
    cursor: pointer;
    line-height: 30px;
    padding-right: 50px;
    border: 0;
}

#main.pageFaq h1 {
    font-size: 42px;
    font-family: 'montserratextralight';
}

#main.pageFaq .panel {
    position: relative;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 20px;
}

#main.pageFaq .panel p {
    line-height: 1.5;
    margin-top: -15px;
}

#main.pageFaq section {
    float: left;
    width: calc(100% - 320px);
    margin: 0 auto;
}

#main.pageFaq [data-toggle=collapse]:not(.collapsed) {
    font-family: 'montserratsemibold';
    color: #ebb92d;
}

#main.pageFaq .arrow {
    width: 15px;
    height: 15px;
    border-right: 3px solid #ebb92d;
    border-bottom: 3px solid #ebb92d;
    right: 25px;
    position: absolute;
    top: 25px;
    pointer-events: none;
}

#main.pageFaq [data-toggle=collapse].collapsed~.arrow {
    transform: rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#main.pageFaq [data-toggle=collapse]:not(.collapsed)~.arrow {
    margin-top: 9px;
    transform: rotate(225deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#main.pageFaq .nav-faq {
    width: 265px;
    float: left;
    margin-right: 27px;
    border-left: 2px solid #e6e6e6;
    margin-top: 20px;
}

#main.pageFaq .nav-faq .active {
    /*font-weight: 600;*/
    background-color: #ebb92d;
    color: white;
    font-family: 'montserratsemibold';
}

#main.pageFaq .nav-faq .active::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    opacity: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #ebb92d;
}

#main.pageFaq .nav-faq ul {
    list-style: none;
}

#main.pageFaq .nav-faq ul li {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    margin-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    line-height: 30px;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

#main.pageFaq .nav-faq ul li:hover {
    font-weight: 600;
    background-color: #ebb92d;
    color: white;
}

#main.pageFaq .nav-faq ul li:hover::before {
    opacity: 1;
}

#main.pageFaq .nav-faq ul li::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    opacity: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #ebb92d;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
}

#main.pageFaq .input-select {
    width: 90%;
    margin-left: 0;
    max-width: 320px;
    margin-bottom: 30px;
    color: #646567;
    border-bottom-color: #646567;
}

#main.pageFaq .nav-faq-mobile {
    display: none;
}

#main.pageFaq .nav-faq-mobile div {
    font-family: 'montserratsemibold';
    font-size: 16px;
    color: #60605d;
}

#main.pageFaq .linkfaq {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    #main.pageFaq .question-container>h2 {
        /*width: 100%;*/
    }
}

@media (max-width: 768px) {
    #main.pageFaq {
        padding-right: 50px;
        padding-left: 50px;
    }

    #main.pageFaq .nav-faq {
        display: none;
    }

    #main.pageFaq .nav-faq-mobile {
        display: block;
    }

    #main.pageFaq .panel {
        padding-left: 0;
    }

    #main.pageFaq section {
        float: none;
        width: 100%;
    }

    #main.pageFaq .question-container h2 {
        line-height: 26px;
    }

    #main.pageFaq .panel p {
        line-height: 22px;
    }
}

@media (max-width: 580px) {
    #main.pageFaq {
        padding-right: 25px;
        padding-left: 25px;
    }

    #main.pageFaq h1 {
        font-size: 26px;
    }
}

@media (max-width: 475px) {
    #main.pageFaq h1 {
        font-size: 24px;
    }

    #main.pageFaq .question-container h2 {
        font-size: 16px;
        line-height: 20px;
    }

    #main.pageFaq .question-container p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 360px) {
    #main.pageFaq h1 {
        font-size: 24px;
    }

    #main.pageFaq .question-container h2 {
        font-size: 14px;
        line-height: 19px;
    }

    #main.pageFaq .question-container p {
        font-size: 13px;
        line-height: 17px;
    }
}

#main.pageEditarPerfil h1 {
    font-size: 42px;
    font-family: 'montserratextralight';
    margin-bottom: 70px;
}

#main.pageEditarPerfil form fieldset input,
#main.pageEditarPerfil form fieldset select {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
}

#main.pageEditarPerfil div>label~input {
    margin-top: 5px;
}

#main.pageEditarPerfil form>fieldset>div.row {
    max-width: 500px;
    margin: auto;
}

#main.pageEditarPerfil .fix-input-city {
    margin-top: 29px;
}

#main.pageEditarPerfil div.row>div.center-content {
    margin-top: 5px;
}

#main.pageEditarPerfil form>fieldset>div:last-child>a {
    padding: 5px 30px;
}

#main.pageEditarPerfil form fieldset .box-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

#main.pageEditarPerfil form fieldset .box-input label {
    order: -1;
}

#main.pageEditarPerfil .erro .label-input {
    color: #d74127;
    font-size: 12px;
    font-family: 'montserratbold';
    transform: translateY(-200%);
    transition: 0.3s all ease;
}

#main.pageEditarPerfil .input-general {
    background: transparent;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #60605d;
    color: #646567;
    padding-bottom: 5px;
    -webkit-transition: 0.5s border-bottom;
    -moz-transition: 0.5s border-bottom;
    transition: 0.5s border-bottom;
}

#main.pageEditarPerfil .input-select {
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #60605d;
    color: #646567;
    padding-bottom: 5px;
}

#main.pageEditarPerfil .input-select[disabled] {
    cursor: not-allowed !important;
}

#main.pageEditarPerfil .input-select option:first-child {
    color: #fff;
}

#main.pageEditarPerfil .input-general:focus {
    outline: none;
}

#main.pageEditarPerfil .erro .input-general {
    border-bottom: 1px solid #d74127 !important;
}

#main.pageEditarPerfil .input-validation-error {
    border-bottom: 1px solid #d74127 !important;
}

#main.pageEditarPerfil .input-validation-error~label.label-input {
    color: #d74127;
    font-size: 12px;
    font-family: 'montserratbold';
    transform: translateY(-200%);
    transition: 0.3s all ease;
}

#main.pageEditarPerfil .input-general:valid:focus,
#main.pageEditarPerfil .input-select:valid:focus {
    border-bottom: 1px solid #66b7d9;
}

#main.pageEditarPerfil #tx_estado {
    cursor: default;
}

#main.pageEditarPerfil .label-input {
    display: block;
    font-size: 14px;
    color: #adadab;
    position: absolute;
    transition: 0.3s all ease;
    pointer-events: none;
    font-family: 'montserratregular';
    font-weight: initial;
}

#main.pageEditarPerfil .label-input-focused {
    font-size: 12px;
    font-family: 'montserratbold';
    color: #60605d;
    transform: translateY(-150%);
    transition: 0.3s all ease;
}

#main.pageEditarPerfil .neg-feedback {
    color: #d74127;
    font-family: 'montserratbold';
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: 5px;
}

#main.pageEditarPerfil .btn-pesquise-cep:link,
#main.pageEditarPerfil .btn-pesquise-cep:visited,
#main.pageEditarPerfil .btn-pesquise-cep:hover,
#main.pageEditarPerfil .btn-pesquise-cep:active {
    color: #fff;
}

#main.pageEditarPerfil .msg-success {
    text-align: center;
    font-size: 18px;
    font-family: 'montserratlight';
    color: green;
}

#main.pageEditarPerfil .msg-error {
    text-align: center;
    font-size: 18px;
    font-family: 'montserratlight';
    color: #d74127;
}

@media (max-width: 767px) {
    #main.pageEditarPerfil .btn-pesquise-cep {
        margin-bottom: 40px;
        margin-top: 0px;
    }

    #main.pageEditarPerfil .box-input-cep {
        margin-bottom: 20px !important;
    }

    #main.pageEditarPerfil h1 {
        padding-left: 15px;
    }
}

#main.pageMateriais .filtro-materiais {
    margin-top: 40px;
    margin-bottom: 30px;
    display: none;
}

#main.pageMateriais .filtro-materiais li {
    color: #ebb92d;
    font-family: 'montserratsemibold';
    font-size: 18px;
    float: left;
    margin-right: 23px;
    padding: 0 2px;
    cursor: pointer;
    display: inline-block;
}

#main.pageMateriais .filtro-materiais li.active-filtro-materiais {
    color: #60605d;
    border-bottom: 3px solid #ebb92d;
}

#main.pageMateriais #documentos,
#main.pageMateriais #videos {
    margin-top: 60px;
    margin-bottom: 100px;
    display: block;
}

#main.pageMateriais form {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
}

#main.pageMateriais form label {
    font-family: 'montserratextralight';
    font-size: 25px;
    line-height: 1;
    color: #60605d;
    margin-right: 30px;
}

#main.pageMateriais form select {
    font-family: 'montserratregular';
    font-size: 15px;
    color: #adadab;
    min-width: 165px;
    margin: 0;
    padding-top: 0;
}

#main.pageMateriais .header-materiais {
    padding: 0;
    text-align: left;
    position: relative;
    margin-top: 65px;
}

#main.pageMateriais .header-materiais .titulo-materiais {
    font-size: 42px;
    font-family: 'montserratextralight';
    color: #60605d;
}

#main.pageMateriais .tabela-materiais {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar-button {
    display: none;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar-thumb {
    background-color: #ababab;
    cursor: pointer;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar-thumb:hover {
    background-color: #a4a4a4;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: pointer;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar-track:hover {
    background-color: #efefef;
}

#main.pageMateriais .tabela-materiais::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#main.pageMateriais table {
    width: 100%;
}

#main.pageMateriais table tbody tr td {
    text-align: center;
}

#main.pageMateriais .material {
    background-color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    float: left;
}

#main.pageMateriais .material .material-check {
    max-width: 20px;
    margin: 0 15px;
}

#main.pageMateriais .material .material-nome {
    position: relative;
    color: #60605d;
    font-size: 15px;
    font-family: 'montserratregular';
    text-align: left;
}

#main.pageMateriais .material .material-categoria {
    color: #1a6794;
    font-size: 12px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    text-align: left;
}

#main.pageMateriais .material .material-tipo {
    color: #adadab;
    font-size: 12px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    text-align: left;
    display: block;
    padding: 0;
}

#main.pageMateriais .material .material-tipo.img-download {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageMateriais .material .material-tipo.img-download img {
    max-width: 60px;
    height: auto;
    margin-left: 5px;
}

#main.pageMateriais .porc {
    margin-top: 5px;
    color: #ebb92d;
}

#main.pageMateriais .material .material-link {
    color: #1a6794;
    font-size: 12px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    text-align: center;
}

#main.pageMateriais .material .material-baixar {
    max-width: 139px;
    margin: 0 0 0 15px;
    padding: 0;
}

#main.pageMateriais .material .material-baixar a {
    color: #fff !important;
    padding: 10px 45px;
    font-size: 15px;
    font-family: 'montserratbold';
    height: auto;
}

#main.pageMateriais .nome-colunas th {
    font-family: 'montserratmedium';
    text-transform: uppercase;
    font-size: 14px;
}

#main.pageMateriais .materiais {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#main.pageMateriais .footer-materiais {
    background: #e7e7e6;
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
}

#main.pageMateriais .footer-materiais .container {
    min-height: 60px;
    padding: 10px;
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

#main.pageMateriais .footer-materiais .container:before,
#main.pageMateriais .footer-materiais .container:after {
    display: none;
}

#main.pageMateriais .footer-materiais .container ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: 0;
}

#main.pageMateriais .selecionar-todos {
    font-family: 'montserratregular';
    font-size: 13px;
}

#main.pageMateriais .selecionar-todos span {
    margin-right: 10px;
    margin-left: 0;
    background-color: #fff;
}

#main.pageMateriais .arquivos-selecionados {
    font-size: 15px;
    font-family: 'montserratsemibold';
}

#main.pageMateriais .btn-border-yellow {
    padding: 10px 20px;
    margin-right: 35px;
    font-family: 'montserratbold';
    cursor: pointer;
}

#main.pageMateriais .btn-border-yellow:hover {
    color: #ebb92d;
}

#main.pageMateriais .flexbox {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
}

#main.pageMateriais .material-link .a {
    color: #1a6794;
    font-size: 12px;
    font-family: 'montserratbold';
    text-transform: uppercase;
    background-color: transparent;
}

#main.pageMateriais .img-download {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

#main.pageMateriais .img-download img {
    max-width: 60px;
    height: auto;
    margin-right: 5px;
}

@media (min-width: 992px) {

    #main.pageMateriais #documentos,
    #main.pageMateriais #videos {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    #main.pageMateriais .btn-border-yellow {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    #main.pageMateriais .material {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-align-itemst: flex-start;
        -moz-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
    }

    #main.pageMateriais .material .material-tipo {
        padding: 0 15px;
    }

    #main.pageMateriais .material .material-tipo.img-download {
        display: block;
    }

    #main.pageMateriais .material .material-tipo.img-download img {
        margin-left: 0px;
    }

    #main.pageMateriais tr {
        padding: 20px 0;
    }

    #main.pageMateriais td {
        text-align: center;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        margin-bottom: 10px;
        width: 100%;
    }

    #main.pageMateriais form label {
        display: none;
    }

    #main.pageMateriais #videos,
    #main.pageMateriais .header-materiais {
        display: none;
    }

    #main.pageMateriais .filtro-materiais {
        display: inline-block;
    }

    #main.pageMateriais .flexbox {
        margin-bottom: 20px;
    }

    #main.pageMateriais #documentos,
    #main.pageMateriais #videos {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #main.pageMateriais .material-link {
        margin-bottom: 0;
    }

    #main.pageMateriais .material-link a {
        width: 100%;
        position: absolute;
        text-align: right;
        padding: 0;
        bottom: 0;
        right: 15px;
    }
}

@media (max-width: 375px) {
    #main.pageMateriais .filter-container {
        display: block;
    }

    #main.pageMateriais form {
        display: block;
    }

    #main.pageMateriais form select {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #main.pageMateriais .btn-border-yellow {
        width: 100%;
        display: block;
        text-align: center;
    }
}

@media (max-width: 370px) {
    #main.pageMateriais .flexbox {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-align-itemst: flex-start;
        -moz-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
    }

    #main.pageMateriais .btn-baixar-todos {
        margin-top: 20px;
    }
}

#main.pageRelatoriosMateriais .header-materiais {
    padding-top: 65px;
    position: relative;
    margin-bottom: 55px;
}

#main.pageRelatoriosMateriais .header-materiais .titulo-materiais {
    font-size: 42px;
    font-family: 'montserratextralight';
    color: #60605d;
}

#main.pageRelatoriosMateriais .btn-yellow {
    min-width: 120px;
    height: 27px;
    padding: 6px 10px;
}

#main.pageRelatoriosMateriais #form-filtro-material label {
    padding-top: 10px;
}

#main.pageRelatoriosMateriais .input-general {
    background-image: url(../img/relatorios/icon-calendar.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 0;
    height: 25px;
    margin-top: 5px;
    width: 140px;
}

#main.pageRelatoriosMateriais table {
    width: 100%;
    border-bottom: none;
}

#main.pageRelatoriosMateriais table th {
    background-image: none;
    border-bottom: none;
}

#main.pageRelatoriosMateriais table tr td,
#main.pageRelatoriosMateriais table tr th {
    border-bottom: 1px solid #e7e7e7;
}

#main.pageRelatoriosMateriais table th {
    font-family: 'montserratsemibold';
    font-size: 14px;
    cursor: pointer;
    padding: 20px 25px;
}

#main.pageRelatoriosMateriais table th:nth-child(2) {
    text-align: center;
}

#main.pageRelatoriosMateriais table td {
    font-size: 15px;
}

#main.pageRelatoriosMateriais table td:nth-child(2) {
    text-align: center;
}

#main.pageRelatoriosMateriais table td a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

#main.pageRelatoriosMateriais table td a:hover,
#main.pageRelatoriosMateriais table td a:focus {
    color: #60605d;
}

#main.pageRelatoriosMateriais table tr>th:last-child,
#main.pageRelatoriosMateriais table tr>td:last-child {
    text-align: center;
}

#main.pageRelatoriosMateriais #tabelaMaterialDetalhes>tbody>tr>td,
#main.pageRelatoriosMateriais #tabelaMateriais>tbody>tr>td {
    padding: 22px;
}

#main.pageRelatoriosMateriais table th a {
    color: #60605d;
}

#main.pageRelatoriosMateriais #tabelaMaterialDetalhes_filter,
#main.pageRelatoriosMateriais #tabelaMateriais_filter {
    display: none;
}

#main.pageRelatoriosMateriais .dataTables_empty {
    display: none;
}

#main.pageRelatoriosMateriais .container-back {
    position: relative;
    margin: 50px 0 50px 50px;
}

#main.pageRelatoriosMateriais .txt-a {
    margin-bottom: 0;
    margin-top: 5px;
}

#main.pageRelatoriosMateriais .txt-back {
    font-family: 'montserratsemibold';
    font-size: 16px;
    margin-left: 60px;
}

#main.pageRelatoriosMateriais .arrow-left {
    width: 15px;
    height: 15px;
    border-right: 3px solid #ebb92d;
    border-bottom: 3px solid #ebb92d;
    left: 0;
    position: absolute;
    transform: rotate(135deg);
}

#main.pageRelatoriosMateriais .link-detalhes {
    text-transform: uppercase;
    color: #1a6794;
    font-size: 13px;
    font-family: 'montserratmedium';
    text-decoration: underline;
}

#main.pageRelatoriosMateriais .link-detalhes:hover {
    color: #1a6794;
}

#main.pageRelatoriosMateriais #tabelaMateriais,
#main.pageRelatoriosMateriais #tabelaMaterialDetalhes {
    width: 100% !important;
}

#main.pageRelatoriosMateriais #tabelaMaterialDetalhes th {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    #main.pageRelatoriosMateriais .container-back {
        margin-left: 15px;
    }

    #main.pageRelatoriosMateriais .txt-back {
        margin-left: 20px;
    }

    #main.pageRelatoriosMateriais #form-filtro-material {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #main.pageRelatoriosMateriais #form-filtro-material input,
    #main.pageRelatoriosMateriais #form-filtro-material div {
        margin-left: 0;
        width: 100%;
    }

    #main.pageRelatoriosMateriais #tabelaMateriais th,
    #main.pageRelatoriosMateriais #tabelaMaterialDetalhes th {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    #main.pageRelatoriosMateriais .arrow-left {
        top: 7px;
    }
}

@media screen and (max-width: 675px) {
    #main.pageRelatoriosMateriais #filtro {
        display: block !important;
        margin: auto;
        width: 300px;
    }

    #main.pageRelatoriosMateriais #filtro>div input {
        margin-left: 0;
    }

    #main.pageRelatoriosMateriais #filtro>div:first-child>input {
        margin: 15px 0;
    }

    #main.pageRelatoriosMateriais #filtro>div>input {
        width: 100%;
    }

    #main.pageRelatoriosMateriais #filtro>p {
        display: none;
    }

    #main.pageRelatoriosMateriais #filtro>div:last-child {
        margin-top: 25px;
        margin-left: 0;
    }
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dt-buttons {
    margin-bottom: 20px;
}

.dt-buttons::before {
    content: "Exportar para: ";
}

#main.pageRelatoriosAcesso {
    /*th.sorting:after, th.sorting_asc:after, th.sorting_desc:after {
        content: '';
        color: #60605d;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/Content/img/acesso/icon-seta.png);
        height: 10px;
        display: inline-block;
        transition: 0.2s transform;
        -webkit-transition: 0.2s transform;
        -moz-transition: 0.2s transform;
        -ms-transition: 0.2s transform;
        opacity: 0;
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        width: 20px;
    }

    th.sorting_asc:after {
        opacity: 1;
    }*/
    /*th.sorting_desc:after {
        opacity: 1;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }*/
    /*.acessos {
        position: relative;
        width: 100%;
        display: inline-block;
        text-align: center;
    }*/
}

#main.pageRelatoriosAcesso .header-acesso {
    padding-top: 65px;
    position: relative;
    margin-bottom: 55px;
}

#main.pageRelatoriosAcesso .header-acesso .titulo-acesso {
    font-size: 42px;
    font-family: 'montserratextralight';
    color: #60605d;
}

#main.pageRelatoriosAcesso #form-busca-acesso input,
#main.pageRelatoriosAcesso #form-filtro-acesso input {
    border: none;
    border-bottom: 1px solid #60605d;
    font-size: 15px;
    margin: 10px 20px;
    margin-left: 0;
    padding: 6px 0;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 12px;
    max-width: 560px;
}

#main.pageRelatoriosAcesso #form-busca-acesso input {
    width: 50%;
}

#main.pageRelatoriosAcesso .dataTables_filter {
    display: none;
}

#main.pageRelatoriosAcesso #form-busca-acesso,
#main.pageRelatoriosAcesso #form-filtro-acesso {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

#main.pageRelatoriosAcesso #form-filtro-acesso label {
    margin-right: 20px;
}

#main.pageRelatoriosAcesso #form-filtro-acesso input {
    background-color: transparent;
    background-image: url(../img/acesso/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#main.pageRelatoriosAcesso #form-filtro-acesso input {
    width: 10%;
}

#main.pageRelatoriosAcesso #form-filtro-acesso select {
    width: 20%;
}

#main.pageRelatoriosAcesso #id_gerente {
    margin-left: 50px;
}

#main.pageRelatoriosAcesso .tabela-acesso,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 100px;
    clear: both;
    overflow: auto;
}

#main.pageRelatoriosAcesso .tabela-acesso .tableAcesso_wrapper .row:first-child,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes .tableAcesso_wrapper .row:first-child {
    display: none;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar-button,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar-button {
    display: none;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar-thumb,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar-thumb {
    background-color: #ababab;
    cursor: pointer;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar-thumb:hover,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar-thumb:hover {
    background-color: #a4a4a4;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar-track,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: pointer;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar-track:hover,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar-track:hover {
    background-color: #efefef;
}

#main.pageRelatoriosAcesso .tabela-acesso::-webkit-scrollbar,
#main.pageRelatoriosAcesso .tabela-acesso-detalhes::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#main.pageRelatoriosAcesso table {
    width: 100%;
    min-width: 940px;
    border-bottom: none;
}

#main.pageRelatoriosAcesso table th {
    background-image: none;
    border-bottom: none;
}

#main.pageRelatoriosAcesso table tr td,
#main.pageRelatoriosAcesso table tr th {
    border-bottom: 1px solid #e7e7e7;
}

#main.pageRelatoriosAcesso #tableAcesso_filter {
    display: none;
}

#main.pageRelatoriosAcesso .dataTables_empty {
    display: none;
}

#main.pageRelatoriosAcesso .acesso {
    background-color: #fff;
    position: relative;
    width: 100%;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

#main.pageRelatoriosAcesso .acesso td {
    padding: 15px 0;
}

#main.pageRelatoriosAcesso .acesso:first-child {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

#main.pageRelatoriosAcesso .acesso td {
    color: #60605d;
    font-size: 15px;
    font-family: 'montserratregular';
}

#main.pageRelatoriosAcesso .acesso td:first-child {
    padding-left: 25px;
}

#main.pageRelatoriosAcesso .acesso .acesso-corretor {
    color: #1a6794;
    font-family: 'montserratsemibold';
}

#main.pageRelatoriosAcesso .acesso .acesso-material {
    color: #60605d;
    font-family: 'montserratsemibold';
}

#main.pageRelatoriosAcesso table tbody tr td:first-child,
#main.pageRelatoriosAcesso table thead tr th:first-child {
    text-align: left;
}

#main.pageRelatoriosAcesso .nome-colunas th a {
    color: #60605d;
}

#main.pageRelatoriosAcesso .formularios-acesso-detalhes {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

#main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-busca-acesso {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
}

#main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-busca-acesso input {
    width: 80%;
}

#main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-filtro-acesso {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

#main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-filtro-acesso input {
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
    width: 140px;
}

#main.pageRelatoriosAcesso .container-back {
    display: block;
    position: relative;
    margin: 20px 0 60px 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#main.pageRelatoriosAcesso .container-back .arrow-left {
    display: block;
    width: 15px;
    height: 15px;
    border-right: 3px solid #ebb92d;
    border-bottom: 3px solid #ebb92d;
    left: 0;
    transform: translateX(-50px) rotate(135deg);
}

#main.pageRelatoriosAcesso .container-back p {
    margin-top: 0;
    margin-bottom: 0px;
    color: #646567;
    font-size: 16px;
    font-family: 'montserratsemibold';
    float: left;
}

#main.pageRelatoriosAcesso .container-back .acesso-detalhe-img {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 20px;
    overflow: hidden;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    -o-flex: none;
    flex: none;
}

#main.pageRelatoriosAcesso .container-back .acesso-detalhe-nome {
    font-family: 'montserratregular';
    color: #646567;
    cursor: pointer;
}

#main.pageRelatoriosAcesso div.text-center:last-child a.btn-yellow {
    padding: 7px 40px;
}

#main.pageRelatoriosAcesso div.text-center:last-child a:hover {
    color: #fff;
}

@media (max-width: 991px) {

    #main.pageRelatoriosAcesso #form-filtro-acesso select,
    #main.pageRelatoriosAcesso #form-filtro-acesso input {
        -webkit-display: auto;
        -moz-display: auto;
        -ms-display: auto;
        -o-display: auto;
        display: auto;
    }

    #main.pageRelatoriosAcesso .formularios-acesso-detalhes {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-busca-acesso input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #main.pageRelatoriosAcesso #form-filtro-acesso label {
        text-align: left;
    }

    #main.pageRelatoriosAcesso #form-filtro-acesso select,
    #main.pageRelatoriosAcesso #form-filtro-acesso input {
        width: 100%;
        margin-left: 0;
    }

    #main.pageRelatoriosAcesso #form-filtro-acesso {
        display: -webkit-grid;
        display: -moz-grid;
        display: -ms-grid;
        display: -o-grid;
        display: grid;
    }

    #main.pageRelatoriosAcesso #form-busca-acesso input {
        width: 100%;
    }

    #main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-filtro-acesso {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

    #main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-filtro-acesso input {
        margin-left: 15px;
        width: 100%;
    }

    #main.pageRelatoriosAcesso .formularios-acesso-detalhes #form-filtro-acesso label {
        margin-left: 15px;
        text-align: left;
        width: 100%;
    }

    #main.pageRelatoriosAcesso .container-back {
        margin-left: 35px;
    }

    #main.pageRelatoriosAcesso .container-back p {
        font-size: 14px;
    }

    #main.pageRelatoriosAcesso .container-back .arrow-left {
        transform: translateX(-35px) rotate(135deg);
    }

    #main.pageRelatoriosAcesso .container-back .acesso-detalhe-img {
        margin: 0 10px;
    }
}

.nome-colunas th {
    color: #60605d;
    font-family: 'montserratsemibold';
    font-size: 14px;
    padding-right: 0px;
    cursor: pointer;
    padding: 15px 30px 15px 0;
    min-width: 140px;
}

.nome-colunas th:after {
    bottom: 0;
    top: 0;
    margin: auto;
    height: 17px;
}

.nome-colunas th:first-child {
    padding-left: 25px;
}

.nome-colunas th:focus {
    outline: none;
}

.pagination a {
    background-color: #FFF !important;
    border-color: #FFF !important;
    font-family: montserratsemibold;
}

@media (max-width: 425px) {
    .pagination a {
        padding: 6px !important;
    }
}

.pagination a:hover {
    color: #ebb92d !important;
}

.pagination .active>a {
    color: #ebb92d !important;
    border: 0;
    border-bottom: 4px solid #ebb92d !important;
}

#tableAcesso_wrapper,
#tableAcessoDetalhe_wrapper {
    margin-right: 15px;
}

#tableAcesso_wrapper .row:last-child .col-sm-5 {
    display: none;
}

#tableAcesso_wrapper .row:last-child .col-sm-7 {
    width: 100%;
    padding-top: 5px;
}

#tableAcesso_paginate {
    text-align: center;
    float: none;
}

.dt-buttons {
    margin-bottom: 20px;
}

.dt-buttons::before {
    content: "Exportar para: ";
}

#main.pagePoliticaPrivacidade header {
    margin: 45px 0 35px;
}

#main.pagePoliticaPrivacidade header h1 {
    font-size: 30px;
    font-family: 'montserratlight';
    margin-top: 20px;
    margin-bottom: 40px;
    margin-top: 60px;
    color: #60605d;
}

#main.pagePoliticaPrivacidade .text p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #646567;
    font-size: 15px;
    line-height: 21px;
}

#main.pageCodigoConduta header {
    margin: 45px 0 35px;
}

#main.pageCodigoConduta header h1 {
    font-size: 30px;
    font-family: 'montserratlight';
    margin-top: 20px;
    margin-bottom: 40px;
    margin-top: 60px;
    color: #60605d;
}

#main.pageCodigoConduta .text p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #646567;
    font-size: 15px;
    line-height: 21px;
}

body {
    padding-top: 120px;
    font-family: 'Montserrat';
    /*min-height: 100vh;*/
}

.navbar nav {
    padding: 0;
}

.navbar .img-circle {
    height: 50px;
    float: left;
    margin-right: 5px;
}

.navbar .nav {
    height: 50px;
    padding: 0;
}

.navbar .nav li {
    display: table;
    height: 100%;
    margin-left: 5px;
    margin-top: 2px;
    /*& :last-child {
                -webkit-flex: auto;
                -moz-flex: auto;
                -ms-flex: auto;
                -o-flex: auto;
                flex: auto;
                float: right;
            }*/
}

.navbar .nav li:first-child {
    margin-left: 0;
}

.navbar .nav li a {
    display: table-cell;
    vertical-align: middle;
    color: #60605d !important;
    box-sizing: border-box;
    border-bottom: 4px solid #fff;
    font-size: 13px;
    font-family: 'montserratsemibold';
    height: 100%;
    padding: 5px 17px 5px 17px;
}

.navbar .nav li a:hover {
    color: #60605d;
}

.navbar .nav li a.navegacao-site-active {
    color: #ebb92d !important;
    border-bottom: 4px solid #ebb92d;
}

.navbar .nav li ul a {
    display: block;
}

.navbar .header-logo {
    background-color: #60605d;
    height: 70px;
    font-family: 'montserratextralight';
}

.navbar .header-logo .container {
    padding: 0;
    height: 100%;
}

.navbar .header-logo .logo-texto {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #FFF;
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.navbar .header-logo .logo-texto img.logo-navegacao {
    float: left;
    margin-right: 20px;
}

.navbar .header-logo .logo-texto span {
    font-size: 23px;
}

.navbar .header-logo .logo-texto span .creci-tegra {
    display: block;
    font-size: 11px;
}

.navbar .navegacao-user {
    color: #ffffff;
    float: right;
    text-align: right;
    width: 100%;
}

.navbar .navegacao-img-user {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.navbar .navegacao-info-user {
    float: right;
    line-height: 50px;
    font-size: 13px;
    position: relative;
}

.navbar .navegacao-nome-user {
    cursor: pointer;
}

.navbar .navegacao-nome-user .navegacao-nome {
    cursor: pointer;
    font-family: 'montserratsemibold';
}

.navbar .navegacao-icon {
    margin-left: 2px;
}

.navegacao-site {
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #e7e7e7;
}

.navegacao-site nav .navbar-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    text-align: center;
}

.navegacao-site .navbar-nav>li>a {
    color: #60605d !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 4px solid transparent;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    font-family: 'montserratsemibold';
    height: 100%;
    white-space: nowrap;
}

.navegacao-site .navbar-nav>li:last-child {
    min-width: 170px;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    -o-flex: auto;
    flex: auto;
    float: right;
}

.navegacao-site .navbar-nav>li>a:hover {
    color: #60605d;
}

.navegacao-site .navbar-nav>li>a.navegacao-site-active {
    color: #ebb92d !important;
    border-bottom: 4px solid #ebb92d;
}

.ttl-navegacao {
    float: left;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
}

.navegacao-user {
    color: #ffffff;
    float: right;
    text-align: right;
    width: 100%;
}

.navegacao-img-user {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.navegacao-info-user {
    float: right;
    line-height: 50px;
    font-size: 13px;
}

.navegacao-nome-user {
    cursor: pointer;
}

.navegacao-nome-user .navegacao-nome {
    cursor: pointer;
    font-family: 'montserratsemibold';
}

.navegacao-icon {
    margin-left: 8px;
}

.navegacao-site .header-logo .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-itemst: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.navegacao-relatorios {
    position: absolute;
    width: 230px;
    font-family: 'montserratsemibold';
    padding: 10px;
    background-color: #fff;
    text-align: left;
    display: none;
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1030;
    top: 42px;
    right: -125px;
}

.navegacao-option {
    width: 162px;
    padding: 9px 18px;
    background-color: #fff;
    color: #60605d;
    text-align: left;
    font-family: 'montserratsemibold';
}

.navegacao-option {
    position: absolute;
    width: 162px;
    padding: 9px 0;
    background-color: #fff;
    text-align: left;
    display: none;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3);
    top: 55px;
    z-index: 1030;
    right: 0;
}

.navegacao-option ul,
.navegacao-relatorios ul {
    padding: 0;
    margin: 0;
}

.navegacao-option ul li,
.navegacao-relatorios ul li {
    font-size: 13px;
    line-height: 13px;
}

.navegacao-option ul a,
.navegacao-relatorios ul a {
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    color: #60605d;
    display: block;
    padding: 9px 18px;
}

@media (max-width: 1199px) {
    .navegacao-site .navbar-nav>li>a {
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    .navegacao-site .navbar-nav>li>a {
        color: #60605d;
        box-sizing: border-box;
        border-bottom: 4px solid #fff;
        padding: 0 9px;
        font-size: 13px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-family: 'montserratbold';
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 100vh !important;
    }

    body {
        padding-top: 70px;
    }

    .navegacao-site {
        border-bottom: none;
    }

    .navegacao-site .header-logo .container {
        text-align: center;
    }

    .navegacao-site .header-logo .container .site-navigation {
        position: absolute;
        width: 100%;
        top: 5px;
        left: 0;
    }

    .navbar .header-logo {
        height: 100px;
    }

    .navbar .header-logo .logo-texto {
        width: auto;
        max-width: 255px;
        margin-left: 0px;
        font-size: 16px !important;
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .navbar .header-logo .logo-texto img.logo-navegacao {
        margin-right: 10px !important;
    }

    .navbar .header-logo .logo-texto span {
        font-size: 14.4px !important;
        vertical-align: middle;
        text-align: center;
    }

    .navbar .header-logo .logo-texto span .creci-tegra {
        padding-top: 10px;
        font-size: 11px !important;
    }

    .navbar .header-logo .logo-texto span .tx-corretor-apelido {
        padding-top: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 31ch;
        display: inline-block;
    }

    .navegacao-site .navbar-nav>li>a {
        padding-left: 15px;
        padding-bottom: 0px;
        font-size: 15px;
    }

    .navegacao-site .navbar-nav>li>a.navegacao-site-active {
        color: #ebb92d;
        display: inline-block;
        padding: 5px 0;
        margin-left: 15px;
        padding-bottom: 0px;
    }

    .ttl-navegacao {
        display: none;
    }

    .navegacao-img-user {
        margin-right: 0px;
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }

    .navegacao-user {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .navegacao-info-user {
        max-width: 20vw;
        z-index: 2;
    }

    .navegacao-info-user .navegacao-nome-user span,
    .navegacao-img-user {
        display: none;
    }

    .navegacao-info-user .navegacao-nome-user span.navegacao-nome {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 15px;
    }

    .navegacao-icon {
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .navbar-collapse {
        -webkit-transition: 0.5s height linear;
        transition: 0.5s height linear;
        height: 0px;
        display: block;
        /*pointer-events: none;*/
    }

    .navegacao-site .my-in {
        height: calc(100vh - 70px);
    }

    .navegacao-site .navbar-collapse {
        overflow: hidden;
        max-height: 100%;
    }

    .navegacao-option {
        right: 0px !important;
        top: 55px;
    }

    .navegacao-site nav .navbar-nav {
        display: block;
        text-align: left;
    }

    .btn-hypnobox {
        margin-left: 15px;
    }

    .navegacao-site .navbar-nav>li {
        margin-top: 10px;
        margin-left: 15px !important;
        height: 35px;
        box-sizing: border-box;
    }

    .navegacao-site .navbar-nav>li a {
        height: 30px;
    }

    .navegacao-site .navbar-nav>li:last-child {
        float: left;
    }

    .navegacao-relatorios {
        top: 30px;
        left: 15px;
    }

    .logo-texto {
        font-size: 24px;
    }

    .box-logo {
        z-index: 2;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    #busca .box-input input {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    #busca .box-input input {
        font-size: 12px;
    }

    .header-logo .logo-texto img.logo-navegacao {
        margin-right: 10px !important;
    }
}

@media (max-width: 375px) {
    #busca .box-input input {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1704px;
        width: calc(100% - 200px);
        margin: auto;
    }
}

.sigavi-img {
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    max-width: 50px;
    max-height: 50px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.sigavi-img.foto-90 {
    min-height: 90px;
    min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    background-position: top center;
}

#main-footer {
    margin-top: 130px;
}

#main-footer .container {
    width: 945px;
}

#main-footer .box-links-footer {
    width: 20%;
    float: left;
}

#main-footer .box-links-footer.big {
    width: 40%;
}

#main-footer .box-links-footer p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 15px 15px 0;
}

#main-footer .box-links-footer .redes-sociais {
    margin-bottom: 40px;
    overflow: hidden;
}

#main-footer .box-links-footer .redes-sociais li {
    width: 30px;
    height: 30px;
    line-height: 35px;
    margin-left: 5px;
    text-align: center;
    background-color: #ebb92d;
    border-radius: 50%;
    float: left;
}

#main-footer .box-links-footer .redes-sociais li:hover {
    background-color: #a37c0f;
}

#main-footer .box-links-footer .redes-sociais li a {
    display: block;
}

#main-footer .box-links-footer .logo-footer {
    clear: both;
}

#main-footer .box-links-footer h4 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 200;
}

#main-footer .box-links-footer ul:not(.redes-sociais) li {
    font-size: 13px;
    line-height: 33px;
    font-weight: 300;
}

#main-footer .box-links-footer ul:not(.redes-sociais) li a:hover {
    text-decoration: underline;
}

#main-footer .copyright-infos {
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

#main-footer .copyright-infos .copyright {
    float: left;
    line-height: 40px;
    font-size: 13px;
    font-weight: 300;
}

#main-footer .copyright-infos .voltar-topo {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

#main-footer .copyright-infos .voltar-topo:hover img {
    margin-top: -5px;
    opacity: 0.7;
}

#main-footer .copyright-infos .termos {
    float: right;
    line-height: 40px;
}

#main-footer .copyright-infos .termos li {
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
    color: #1a6794;
    font-weight: 600;
    font-size: 11px;
}

#main-footer .copyright-infos .termos li:hover {
    text-decoration: underline;
}

#main-footer.footer-fale-conosco {
    margin-top: 0;
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
}

#main-footer.footer-fale-conosco .box-links-footer {
    float: left;
    width: auto;
}

#main-footer.footer-fale-conosco .box-links-footer.right {
    float: right;
}

#main-footer.footer-fale-conosco .box-links-footer #logo-footer {
    margin-right: 35px;
}

#main-footer.footer-fale-conosco .box-links-footer .redes-sociais {
    margin-bottom: 0;
}

#main-footer.footer-fale-conosco .copyright-infos {
    border-top: 0;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

#main-footer.footer-fale-conosco .copyright-infos .termos,
#main-footer.footer-fale-conosco .copyright-infos .copyright {
    float: none;
}

#main-footer.footer-fale-conosco .copyright-infos .copyright {
    line-height: 13px;
}

#main-footer.footer-fale-conosco .copyright-infos .termos li:first-of-type {
    margin-left: 0;
}

#notification {
    position: fixed;
    top: 0px;
    background-color: #EEE;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    display: none;
}

#notification.show {
    display: block;
}

#notification button {
    display: inline;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    color: white;
    font-size: 12px;
    font-weight: 600;
    background-color: #ebb92d;
    display: inline-block;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}

#notification button:hover {
    background-color: #a37c0f;
}

#notification .close {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0;
    cursor: pointer;
}

.nav-pages {
    background-color: #fff;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.nav-pages ul {
    font-size: 0;
    text-align: center;
}

.nav-pages ul li {
    font-size: 15px;
    display: inline-block;
    margin: 0 20px;
    line-height: 50px;
    position: relative;
}

.nav-pages ul li a {
    padding: 0 10px;
    display: block;
}

.nav-pages ul li.active:before,
.nav-pages ul li:hover:before {
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #ebb92d;
    position: absolute;
    left: 0;
    bottom: 0;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../scss/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #FFF;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ebb92d;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.html) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.html) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.html) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.html) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.html) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease;
    }
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #ebb92d;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../img/loading.html) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*!
 * FullCalendar v3.2.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc-icon,
body .fc {
    font-size: 1em;
}

.fc-button-group,
.fc-icon {
    display: inline-block;
}

.fc-bg {
    bottom: 0;
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0;
}

.fc-icon,
.fc-unselectable {
    -khtml-user-select: none;
    -webkit-touch-callout: none;
}

.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header {
    background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
}

.fc-unthemed td.fc-today {
    background: #fcf8e3;
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fc-icon:after {
    position: relative;
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0;
}

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    color: #333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333;
    background-color: #e6e6e6;
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer;
}

.fc-popover .fc-header .fc-close,
a[data-goto] {
    cursor: pointer;
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
    margin-left: 0;
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
    padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right;
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px;
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0;
}

.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-bg table {
    height: 100%;
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

.fc td.fc-today {
    border-style: double;
}

a[data-goto]:hover {
    text-decoration: underline;
}

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row {
    position: relative;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}

.fc-row .fc-bg {
    z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2;
}

.fc-row .fc-highlight-skeleton {
    z-index: 3;
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
    z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0;
}

.fc-scroller {
    -webkit-overflow-scrolling: touch;
}

.fc-row.fc-rigid,
.fc-time-grid-event {
    overflow: hidden;
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%;
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    font-weight: 400;
    background-color: #3a87ad;
}

.fc-event-dot {
    background-color: #3a87ad;
}

.fc-event {
    color: #fff;
    text-decoration: none;
}

.fc-event:hover {
    color: #fff;
    text-decoration: none;
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
}

.fc-not-allowed {
    cursor: not-allowed;
}

.fc-not-allowed .fc-event {
    cursor: not-allowed;
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
}

.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer {
    display: block;
}

.fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected .fc-resizer {
    display: block;
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25;
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
}

a.fc-more:hover {
    text-decoration: underline;
}

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

.fc-more-popover .fc-event-container {
    padding: 10px;
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red;
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em;
}

.fc-toolbar .fc-left {
    float: left;
}

.fc-toolbar .fc-right {
    float: right;
}

.fc-toolbar .fc-center {
    display: inline-block;
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em;
}

.fc .fc-toolbar>*> :first-child {
    margin-left: 0;
}

.fc-toolbar h2 {
    margin: 0;
}

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view {
    position: relative;
    z-index: 1;
}

.fc-view>table {
    position: relative;
    z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-day-top.fc-other-month {
    opacity: .3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: grey;
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: 400;
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
}

.fc-time-grid table {
    border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
    z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-content-col {
    position: relative;
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}

.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative;
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5;
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6;
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0;
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
    overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none;
}

.fc-time-grid-event .fc-content {
    overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px;
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0";
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.fc-rtl .fc-list-view {
    direction: rtl;
}

.fc-list-view {
    border-width: 1px;
    border-style: solid;
}

.fc .fc-list-table {
    table-layout: auto;
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

.fc-list-table tr:first-child td {
    border-top-width: 0;
}

.fc-list-heading {
    border-bottom-width: 1px;
}

.fc-list-heading td {
    font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
    float: left;
}

.fc-ltr .fc-list-heading-alt {
    float: right;
}

.fc-rtl .fc-list-heading-main {
    float: right;
}

.fc-rtl .fc-list-heading-alt {
    float: left;
}

.fc-list-item.fc-has-url {
    cursor: pointer;
}

.fc-list-item:hover td {
    background-color: #f5f5f5;
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px;
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0;
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit;
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline;
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table;
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-unthemed .fc-list-empty {
    background-color: #eee;
}

.lancamentos {
    padding-top: 65px;
    overflow: hidden;
}

.lancamentos h2 {
    font-family: 'Elaris';
    font-size: 80px;
    line-height: 80px;
    font-weight: normal;
    font-style: normal;
    color: #007a78;
    margin: 0 0 5px 0;
}
.lancamentos h2+p {
    font-family: 'Elaris';
    font-size: 35px;
    line-height: 35px;
    font-weight: normal;
    font-style: normal;
    color: #3f484b;
    margin: 0;
}

.lancamentos h2+p span {
    font-size: 40px;
    line-height: 40px;
}

.lancamentos .line {
    height: 2px;
    background-color: #007a78;
    width: 40%;
    margin: 10px auto 40px;
    display: block;
}

.lancamentos .txt-1,
.lancamentos .txt-2,
.lancamentos .txt-3,
.lancamentos a {
    font-family: 'Lato';
}
.lancamentos .txt-1 {
    font-weight: normal;
    font-style: normal;
    color: #3f484b;
    font-size: 15px;
    line-height: 20px;
}
.lancamentos .txt-2 {
    font-weight: 900;
    font-style: normal;
    color: #007a78;
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
}
.lancamentos .txt-3,
.lancamentos a {
    font-weight: bold;
    font-style: normal;
}
.lancamentos .txt-3 {
    color: #3f484b;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
}
.lancamentos a {
    color: #fff;
    background-color: #007a78;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    padding: 8px 50px;
    margin: 25px auto 0;
    display: table;
}
.lancamentos a:hover {
    text-decoration: none;
    background-color: #366866;
}
.lancamentos-info { 
    background-color: #3f484b;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.lancamentos-info h2 {
    font-family: 'Elaris';
    font-size: 50px;
    line-height: 50px;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    margin: 0 0 25px 0;
}

.acesso-site-imobi1 { 
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}
/*** 

====================================================================
    Faded Section style
====================================================================

***/

.faded-section{
    position:relative;
    padding:70px 0px 0px;
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
}

.faded-section .column{
    margin-bottom:60px; 
}

.faded-section:before{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.85);
    z-index:0;  
}

.faded-section .auto-container{
    position:relative;
    z-index:3;  
}

.contact-section h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    color:#23282a;
    text-transform:uppercase;   
}

.contact-section .desc-text{
    margin-bottom:30px; 
}

.contact-section .contact-info li{
    position:relative;
    min-height:50px;
    margin-bottom:25px;
    padding-left:70px;  
}

.contact-section .contact-info li .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background-color: #00405B;
}

.contact-section {
    font-family: Verdana;  
}

.contact-section .contact-info li h3{
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:0px;
    color:#000000;
    font-weight:700;    
}

.contact-form{
    position:relative;  
}

.contact-form .form-group{
    position:relative;
    margin-bottom:15px; 
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select,
.contact-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:9px 15px;
    border:1px solid #d5d5d5;
    font-size:14px;
    color:#252525;
    border-radius:3px;
    -webkit-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    -moz-border-radius:3px; 
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group input[type="url"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
    border-color:#00405B;   
}

.contact-form .form-group input[type="text"].error,
.contact-form .form-group input[type="email"].error,
.contact-form .form-group input[type="url"].error,
.contact-form .form-group input[type="tel"].error,
.contact-form .form-group input[type="password"].error,
.contact-form .form-group select.error,
.contact-form .form-group textarea.error{
    border-color:#ff0000 !important;    
}

.contact-form .form-group label.error{
    display:none !important;    
}

.contact-form .form-group textarea{
    height:180px;
    resize:none;
}

.contact-form button{
    min-width:100px;
    padding:12px 50px;  
}

/*                             */
/*            INPUTS           */
/*                             */
.input-submit,
.input-reset {
    background-color: #000066;
    /* Dark Blue */
    border: 2px solid #000066;
    border-radius: 8px;
    color: white !important;
    padding: 14px 40px !important;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.input-submit:hover,
.input-reset:hover {
    background-color: #FFFFFF;
    /* Dark Blue */
    border: 2px solid #000066;
    border-radius: 8px;
    color: #000066 !important;
    padding: 14px 40px !important;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
}

.input-field.flex {
    display: flex
}

.input-field.flex input {
    padding-left: 0;
    color: #000
}

.input-field input::-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.input-field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.input-field input.disabled {
    color: unset !important
}

.input-field .text-box-prefix {
    flex: 1 1 auto;
    display: inline-block;
    align-self: center;
    text-align: center;
    opacity: .6
}

.input-field.append-icon:after {
    content: attr(data-append-icon);
    right: 20px
}

.input-field.append-icon input {
    padding-right: 45px
}

.input-field.append-icon {
    padding-right: 0
}

.input-field.append-icon .f-input {
    padding-right: 3em
}

.input-field.prepend-icon {
    padding-left: 0
}

.input-field.prepend-icon .f-input {
    padding-left: 3em
}

.input-field .icon-right {
    right: 0
}

.input-field .icon-left {
    left: 0
}

.input-field .icon-left,
.input-field .icon-right {
    width: 3em;
    height: 3.5em;
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0
}

.input-field .icon-left.i-icon.loading,
.input-field .icon-right.i-icon.loading {
    top: 50%;
    transform: translateY(-50%)
}

.form-control {
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}


input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    resize: none;
}

input,
select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: 0;
}

select {
    margin: inherit;
}

ol,
ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

html {
    overflow-x: hidden !important;
}

input::-webkit-input-placeholder {
    font-weight: 300;
    color: #adadab;
}

input:-moz-placeholder {
    font-weight: 300;
    color: #adadab;
}

input::-moz-placeholder {
    font-weight: 300;
    color: #adadab;
}

input:-ms-input-placeholder {
    font-weight: 300;
    color: #adadab;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
label,
input[type="radio"],
input[type="check"] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.input-submit, .input-reset {
  margin: 20px;
  background-color: #000066; /* Dark Blue */
  border: 2px solid #000066;
  border-radius: 8px;  
  color: white;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.input-submit {
    font-weight: bold;
}

.input-submit:hover, .input-reset:hover {
  margin: 20px;
  background-color: #FFFFFF; /* White */
  border: 2px solid #000066;
  border-radius: 8px;  
  color: #000066;
  padding: 14px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  
  transition-duration: 0.4s;
  font-weight: bold;
}

.input-field.flex {
    display: flex
}

.input-field.flex input {
    padding-left: 0;
    color: #000
}

.input-field input::-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.input-field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.input-field input.disabled {
    color: unset !important
}

.input-field .text-box-prefix {
    flex: 1 1 auto;
    display: inline-block;
    align-self: center;
    text-align: center;
    opacity: .6
}

.input-field.append-icon:after {
    content: attr(data-append-icon);
    right: 20px
}

.input-field.append-icon input {
    padding-right: 45px
}

.input-field.append-icon {
    padding-right: 0
}

.input-field.append-icon .f-input {
    padding-right: 3em
}

.input-field.prepend-icon {
    padding-left: 0
}

.input-field.prepend-icon .f-input {
    padding-left: 3em
}

.input-field .icon-right {
    right: 0
}

.input-field .icon-left {
    left: 0
}

.input-field .icon-left,
.input-field .icon-right {
    width: 3em;
    height: 3.5em;
    position: absolute;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0
}

.input-field .icon-left.i-icon.loading,
.input-field .icon-right.i-icon.loading {
    top: 50%;
    transform: translateY(-50%)
}

.form-control {
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.heading {
  color: #888;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 400; }

.btn {
  color: #fff;
  border: none;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center; }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.submitting {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; 
}

.cor-label {
  color: orangered;
  font-weight: bold;
  font-size: 0.8em;
}

.cor-label2 {
  color: orangered;
  font-weight: bold;
  font-style: italic;
}

input:focus {
  border-color: #007FFF !important;
}

textarea:focus {
  border-color: #007FFF !important;
}

.copy {
  color: #000066 !important;
}

.meu-facebook, .meu-instagram, .meu-youtube {
  margin-left: -70px;
}

.h3-midias-sociais {
  margin-top: -50px;
}

.h3-contato {
  margin-top: 10px;
}

.rodape-site {
    text-align: center !important;
    padding: 15px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

footer {
  margin-top: 15px; }

.rodape-site .container {
  padding: 0; }

.rodape-site p {
  color: #000066 !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-family: 'montserratextralight', Montserrat;
  font-weight: 600; }

.links-rodape {
  float: right; }

.links-rodape a {
  color: #000066 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'montserratsemibold', Montserrat;
  font-weight: 600; }

.links-rodape a:first-child {
  margin-right: 15px; }

.rodape-mobile {
  display: none; }

.links-rodape a:first-child {
  margin-right: 15px; }

.rodape-mobile {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
  top: 55px;
  z-index: 1030; }

.links-rodape {
  float: right; }

.default_section {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-size: cover;
    height: 100%;
    padding-top: 6.25rem
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

.small-container{
    max-width:1030px;   
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
}

.theme-btn{
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.centered{
    text-align:center;  
}

.row { 
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.custom-btn {
  width: 100%;
  height: 60px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 1 */
.btn-1 {
  background: rgb(6,14,131);
  background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
  border: none;
}
.btn-1:hover {
   background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}

input[type=tel] {
    padding-left: 15px;
}