body {
    font-family: "Open Sans", sans-serif;
}
img {
    max-width: 100%;
}
a {
    color: #230c3b;
}
a:hover {
    color: #1e4277;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    background-color: #2b538e;
    border-color: #2b538e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1e4277;
    border-color: #1e4277;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    display: inline-block;
    list-style: outside none;
}
header {
    background: #FFF;
    overflow: hidden;
    padding-bottom: 10px;
}
.hero {
    background: url('../img/bg-hero.jpg') no-repeat center;
    background-size: 159%;
    padding: 0;
	position: relative;
}
.hero h2,
.hero h6 {
    color: #FFF;
    margin-top: 10px;
}
.hero h2 {
    font-weight: 800;
    margin-top: 100px;
    text-transform: uppercase;
}
.hero img {
    margin-top: -60px;
    position: relative;
    right: -120px;
}
.hero .carousel-inner {
    background-color: rgba(0, 0, 0, 0.8);
    border: 0 none;
    color: #FFF;
    padding: 40px;
}
.hero .carousel-inner h5 {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
}
.hero .carousel-inner p {
    font-size: 16px;
    line-height: 26px;
    margin: 25px 0;
    text-align: justify;
}
.hero .carousel-inner .btn {
    margin-bottom: 20px;
    padding: 12px 30px;
    text-transform: uppercase
}

footer {
    /* background: #230c3b; */
	background-color: #2B528D;
}
.logo {
    float: left;
    margin-top: 15px;
    max-width: 110px;
}
.navbar {
    flex-flow: inherit!important;
    float: left;
    display: block!important;
    margin-top: 20px;
}
.navbar-collapse {
    float: left;
}
.nav-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.socials {
    float: right;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.socials ul li {
	display: inline-block;
	list-style: outside none;
}
.socials li img {
    max-width: 28px;
}
.socials li a {
    font-size: 15px;
}
.socials li:first-child {
    margin-right: 170px;
}

.search {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10;
    padding: 0;
    background: transparent;
}

.search h3, .search h4 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
}
.search h4 {
    display: block;
    font-size: 18px;
}
.search button {
    background-color: #2b538e;
    border: 1px solid #2b538e;
    display: block;
    font-weight: 600;
    margin: 25px auto;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.block-search {
    border-radius: 8px;
    display: inline-block;
    margin: 0;
    padding: 0 1%;
    width: 20%;
}
#collapseExample .block-search {
    width: 24.7%;
}
.search .btn-primary-search {
    width: 500px;
}
.block-search-custom {
    width: 38.7%;
}
.block-search-custom input {
        width: 100%;
    padding: 11px;
    border-radius: 6px;
    border: 0 none;
    font-size: 14px;
    color: #666;
}
.block-search label {
    color: #FFF;
    font-size: 12px;
    display: block;
    padding: 0;
}
.block-search .form-control {
    border: 0 none;
    margin-bottom: 0;
    padding: 11px;
    font-size: 14px;
    height: auto;
    position: relative;
    top: -1;
}
.search form .container {
background-color: rgba(35, 12, 59, 0.93);
    border-radius: 25px;
    padding: 40px 30px;
    margin-top: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.featured, .form {
    padding: 80px 0 0;
}
.featured h2, .map h2, .form h2 {
    color: #2b538e;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.featured h2 strong, .map h2 strong, .form h2 strong {
    color: #2b538e;
    font-family: "Open Sans", sans-serif;
}
.featured span {
    color: #333;
    font-size: 14px;
}
.featured img {
    margin: 5px 0 20px;
}
.featured h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.featured p {
    color: #666;
    font-size: 14px;
    text-align: justify;
}
.featured span {
    display: block;
    padding-bottom: 5px;
}
.featured span.value {
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.featured strong {
    color: #2b538e;
    font-size: 32px;
}
.featured h6 {
    margin: 10px 0 15px;
}
.featured h6 img {
    margin: -3px 5px 0 0;
    width: 20px;
}
.featured h6 strong {
    color: #333;
    font-size: 18px;
    margin-right: 2px;
}
.featured button {
    margin-top: 10px;
    padding: 12px 10px;
    text-transform: uppercase;
}
.featured button img {
    margin: 0 0 0 10px;
    width: 20px;
}
.tab-pane .btn-primary {
    color: #fff;
    background-color: #230c3b;
    border-color: #230c3b;
    width: 100%;
}
.tab-pane .btn-primary:hover {
    background-color: #2b538e;
    border-color: #2b538e;
}
.featured-white {
    padding-top: 0;
}
.carousel-indicators {
    bottom: -70px;
}
.carousel-indicators li {
    background: #333;
    border-radius: 50%;
    border-top: 0 none!important;
    display: inline-block;
    height: 0px;
    padding: 0;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #BD9F69;
}
.carousel-control-prev {
    left: -50px;
}
.carousel-control-next {
    right: -50px;
}
.nav-pills .nav-link {
    color: #2b538e;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2b538e;
    border-radius: 25px;
}
#pills-tab,
#pills-tab2 {
    flex-direction: row;
    justify-content: center;
}
.result {
    background: url('../img/bg-result.jpg') no-repeat center;
    background-size: 130%;
    margin: 100px 0 0;
    padding: 70px 0;
}
.result h2 {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.result h4 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.map {
    padding-top: 80px;
}
.featured-custom {
    background-color: #f2f2f2;
    padding-bottom: 80px;
}
.form {
    background: url('../img/bg-contato.jpg') no-repeat center bottom;
    background-size: 110%;
    padding-bottom: 0;
    position: relative;
}
.form .form-group {
    float: left;
    padding: 0 2% 0 0;
    width: 33.3%;
}
.form .btn {
    background-color: #2b538e;
    border: 1px solid #2b538e;
    float: right;
    font-size: 14px;
    margin-right: 2%;
    padding: 8px 0;
    text-transform: uppercase;
    width: 170px;
}
.form h2 {
    line-height: 36px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 130px;
}
.form p {
    color: #FFF;
    font-size: 14px;
    margin-top: 130px;
}
.form img {
    position: relative;
}
footer .container {
    padding-bottom: 150px;
    padding-top: 72px;
}
footer .container h1 {
    float: left;
    margin-top: 0;
}
footer ul {
    float: right;
    margin-top: 33px;
}
footer ul li img {
    max-width: 28px;
}
footer .navbar-nav .nav-link {
    font-size: 14px;
}
footer p {
    clear: both;
    color: #FFF;
    font-size: 14px;
    padding-top: 30px;
}
footer a {
    color: #FFF;
}
footer .navbar {
    float: right;
}
.copyright p {
    color: #230c3b;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}

ol.breadcrumb , ol.breadcrumb li , ol.breadcrumb li a {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

.breadcrumb {
	/* background: #230c3b; */
	background-color: #2B528D;
	margin-bottom: 80px;
}

/* Title */
/*
h3.title {
	color: #2b538e;
	font-size: 28px;
	margin-bottom: 45px;
	text-align: center;
	text-transform: uppercase;
}

h6.subtitle {
	font-size: 15px;
	text-align: center;
}

h3.title span {
	color: #230c3b;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}

h3.title.left-title {
	border-bottom: 1px solid #C1C1C1;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 30px;
	font-weight: 400;
	padding-bottom: 12px;
	text-align: left;
	text-transform: uppercase;
}
*/
/* Imóvel */
/*
#carrossel-imovel {
	padding-bottom: 82px;
}

#carrossel-imovel .carousel-indicators {
    bottom: 0;
}

#carrossel-imovel .carousel-indicators li {
	height: 47px;
	width: 70px;
}
*/
/* Geral */
/*
.whatsapp-contact {
	position: fixed;
	right:10px;
	bottom: 50px;
	z-index: 1000;
}

body {
	overflow-x: hidden;
}

* {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}


ul li {
	display: inline-block;
	list-style: outside none;
}
*/

/* Title */
/*
h3.title {
	color: #2b538e;
	font-size: 28px;
	margin-bottom: 45px;
	text-align: center;
	text-transform: uppercase;
}

h6.subtitle {
	font-size: 15px;
	text-align: center;
}

h3.title span {
	color: #230c3b;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
}
*/
/* Busca Lateral */

.main-content .col-md-3 form {
	background-color: #F2F2F2;
	border-radius: 6px;
	margin-bottom: 80px;
	padding: 15px 20px;
}

.main-content .col-md-3 form .filterBlock {
	margin-bottom: 22px;
}

.main-content .col-md-3 form .filterBlock .titleLabel,
.main-content .col-md-3 form h3 {
	color: #384867;
	display: block;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
    margin-bottom: 5px;
}

.main-content .col-md-3 form .filterBlock .custom-dropdown {
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.main-content .col-md-3 form .filterBlock .custom-dropdown a {
	color: #666;
	display: block;
}

.main-content .col-md-3 form .filterBlock .custom-dropdown a:hover {
	text-decoration: none;
}

.main-content .col-md-3 form .filterBlock .custom-dropdown a:after {
	float: right;
	margin-top: 10px;
}

.main-content .col-md-3 form .filterBlock .checkContent a.modalChoice {
	background: #2B538E;
    border: 1px solid #2B538E;
    border-radius: 4px;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 15px;
    text-align: left;
    width: 100%;
    display: block;
    color: #FFF;
    font-weight: 300;;
}

.main-content .col-md-3 form .filterBlock .checkContent a.modalChoice:hover {
	background: #202335;
    border: 1px solid #202335;
    text-decoration: none;
}

#filterBlockButton button.buscarImoveis {
	background-color: #230C3B;
    border: 1px solid #230C3B;
    border-radius: 6px;
    display: block;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

#filterBlockButton button.buscarImoveis:hover {
	background-color: #2B538E;
    border: 1px solid #2B538E;
}


/* Modal */
/*
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.5rem;
}

.modal-content {
	border: 0 none;
	border-radius: 0.4rem 0.4rem 0.3rem 0.3rem; 
}

.modal-content .subtitle {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.modal-header {
	background-color: #2B538E;
	padding: 1rem 1.5rem;
}

.modal-header button span {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	text-shadow: none;
}

.modal-title {
	color: #FFF;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.modal-content .form-check label {
	color: #666;
	margin-bottom: 2px;
}

.modal-content .form-check input {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}

.modal-content form button {
	background-color: #1E3962;
    border: 1px solid #1E3962;
    border-radius: 4px;
    float: right;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    padding: 8px 20px;
}

.modal-content form button:hover {
	background-color: #152846;
    border: 1px solid #152846;
}

.modal-footer {
	display: none;
}
*/
/* Resultados */

h2 span.result-number {
	color: #2B538E;
	font-size: 2rem;
	font-weight: 600;
}

.col-lista-imoveis h2 span {
	color: #2B538E;
	font-size: 2rem;
	font-weight: 600;
}
 
#dropdownMenuButton {
	float: right;
	margin-top: 2px;
}

.col-md-8.house-options .row {
	background-color: #FFF;
	border-radius: 5px;
	margin-left: 0px;
	padding-top: 12px;
}

.col-md-8.house-options .row strong {
	color: #230C3B;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.col-md-8.house-options .col-md-12 p {
	color: #666;
	font-weight: 600;
	margin-bottom: 5px;
}

.icon-box {
	padding-left: 13px;
	padding-right: 13px;
}

.icon-box .col-md-2 {
	background-color: #FFF;
	border: 1px solid #2B538E;
	margin-left: 0.5%;
	margin-right: 0.5%;
	flex: 0 0 15.666667%!important;
    max-width: 15.666667%!important;
	text-align: center;
}

.icon-box .col-md-2 p {
	color: #666;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
}

.icon-box .col-md-2 span {
	color: #2B538E;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}

.icon-box .col-md-2 img {
	max-width: 80%;
}

.col-md-8.house-options .row button {
	background: #2B538E;
    border: 1px solid #2B538E;
    border-radius: 4px;
    display: block;
    float: right;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    padding: 8px 18px;
    text-transform: uppercase;
}

.col-md-8.house-options .row button:hover {
	background: #1E3962;
    border: 1px solid #1E3962;
}

/* Paginação */

.pagination {
    height: 60px;
    position: relative;
}

ul.pagination {
    left: 50%;
    margin-left: -91px;
    position: absolute;
	width: 182px;
}

.page-link {
    border: 1px solid #2B538E;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background-color: #2B538E;
    color: #FFF;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: #3464AB;
    border: 1px solid #2B538E;
}

.page-link:hover,
.page-link {
	border: 1px solid #2B538E;
    color: #2B538E;
}

/* Fale Conosco */

.row-form-content {
	padding-bottom: 62px;
	padding-top: 62px;
}

.row-form-content label {
	display: none;
}

.row-form-content .form-check label {
	display: inline-block;
}

.row-form-content .form-control {
	background-color: #F2F2F2;
	border: 1px solid #E0DFDF;
	color: #333;
	font-size: 13px;
	height: 48px;
}

.row-form-content textarea.form-control {
	height: 120px;
}

.row-form-content .form-group p {
	font-size: 12px;
}

.row-form-content .btn {
	background-color: #2B538E;
	border-color: #2B538E;
	float: right;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 18px;
	height: 55px;
	text-transform: uppercase;
	width: 240px;
}

.row-form-content #chameNossoFotografo {
	line-height: 42px;
    margin-top: 10px;
}

#formCadImoveis {
	padding-bottom: 80px;
}

.search + .featured {
    margin-top: 250px;
}

.row-imovel-item-content {
  border-top: 2px dotted #CCC;
  margin: 20px 0 20px;
  padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .logo {
        float: none;
        margin: 10px auto 0;
    }
    .featured strong {
        font-size: 18px;
    }
    .featured button {
        font-size: 14px;
    }
    .form p {
        margin-top: 0;
    }
    footer ul li {
        font-size: 12px;
    }
    footer .navbar {
        padding: 0;
    }
    footer .container {
        padding-bottom: 80px;
        padding-top: 42px;
    }
    .featured h2, .map h2, .form h2 {
        font-size: 18px;
    }
    .hero {
        background-size: 120%;
        padding: 0;
    }
    .hero img {
        margin-top: -0;
        right: inherit;
    }
    .carousel-indicators {
        bottom: 0px;
        left: 216px;
        right: inherit;
        margin-left: 50%;
        margin-right: 50%;
    }
    .socials li:first-child {
        margin-right: 20px;
    }
    .featured, .form {
        padding: 50px 0 0;
    }
    .block-search-custom {
        width: 38.5%;
    }
    #collapseExample .block-search {
        width: 24.6%;
    }
    @media only screen and (max-width: 992px) {
        .hero .carousel-inner {
            padding: 20px;
        }
        .hero .carousel-inner h5 {
            font-size: 18px;
            line-height: 27px;
        }
        .carousel-indicators {
            bottom: 0px;
            left: 153px;
        }
        .hero {
            background-size: 140%;
        }
        .search {
            padding: 55px 0 35px;
        }
        .block-search {
            width: 18.6%;
        }
        .block-search label {
            font-size: 14px;
            padding: 6px;
        }
        .block-search .form-control {
            font-size: 14px;
        }
        .search h4 {
            margin-bottom: 10px;
        }
        .featured button {
            font-size: 11px;
        }
        .form {
            background: url(../img/bg-contato.jpg) no-repeat center 100%;
            background-size: 140%;
            padding-bottom: 20px;
        }
        footer ul li {
            font-size: 11px;
            margin-bottom: 12px;
        }
        .socials {
            float: none;
            margin-top: 35px;
            text-align: center;
        }
        .navbar {
            float: none;
            margin: 0 auto;
            text-align: center;
        }
        .navbar-toggler {
            background-color: #2b538e;
            color: #FFF;
            font-size: 14px;
            width: 70px;
        }
        .navbar-collapse {
            float: none;
        }
        footer .navbar {
            display: none!important;
        }
    }
    @media only screen and (max-width: 768px) {
        .carousel-indicators {
            display: none;
        }
        .search {
            padding: 35px 0 25px;
        }
        .search h3, .search h4 {
            font-size: 20px;
        }
        .block-search {
            width: 100%;
            margin-bottom: 10px;
        }
        .form-group {
            margin-bottom: 4px;
        }
        .featured button {
            font-size: 15px;
        }
        .socials li {
            font-size: 12px;
        }
        .hero .carousel-inner h5 {
            font-size: 16px;
            line-height: 27px;
            text-align: center;
        }
        .hero .carousel-inner p {
            font-size: 14px;
            text-align: center;
        }
        .hero .carousel-inner .btn {
            margin: 0 auto;
            width: 100%;
        }
        .search h3, .search h4 {
            font-size: 16px;
        }
        .featured img {
            width: 100%;
        }
        .form img {
            display: none;
        }
        .form {
            background: #230c3b;
        }
        .form .btn {
            float: none;
            margin-right: 0;
            width: 100%;
        }
        .form .form-group {
            float: none;
            padding: 0;
            width: 100%;
            margin-bottom: 5px;
        }
        .form h2 {
            color: #FFF;
            font-size: 18px;
        }
        .form h2 strong {
            color: #FFF;
        }
        footer {
            text-align: center;
        }
        footer .container h1 {
            float: none;
        }
        footer ul {
            float: none;
        }
        .detail .carousel-indicators {
            display: flex!important;
        }
        .description {
            padding-top: 55px;
        }
        .detail h2 {
            text-align: center;
            font-size: 22px;
        }
        .detail ul li {
            font-size: 11px;
            padding: 5px 12px;
            width: 32%;
            margin-bottom: 6px;
        }
        .detail .carousel-indicators {
            display: flex !important;
            position: relative;
            bottom: inherit;
            left: 0;
            margin: 10px auto 0;
        }
        .detail h3 {
            margin-bottom: 25px;
            margin-top: 60px;
            text-align: center;
            font-size: 18px;
        }
    }
    @media only screen and (max-width: 768px) {
        .hero {
            background-size: 650%;
        }
        .hero h2, .hero h6 {
            text-align: center;
        }
        .search .btn-primary-search {
            width: 100%;
        }
        .tab-pane {
            text-align: center;
        }
        .result {
            background-color: #2b538e;
        }
        .form h2 {
            text-align: center;
            margin-top: 0;
        }
        .form p {
            margin-top: 0;
            text-align: center;
        }
    }
}