/*
  Theme Name: Modelo Imobiliária
  Framework: Bootstrap
  Theme URL: https://estudiomweb.bhmg.com.br
  Author: Estúdio M
*/

* {
    margin: 0;
    padding: 0;
}


/*- Fontes / Links -*/

body {
    font-family: "Open Sans", sans-serif;
}

a {
    color: #fff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}

h1,
h2 {
    letter-spacing: -1.2px;
}

h3,
h4 {
    letter-spacing: -0.9px;
}

h5,
h5 {
    letter-spacing: -0.7px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-center {
    text-align: center;
}


/*- Fontes / Cores -*/

.text-white {
    color: #fff;
}

.text-grey {
    color: #6E8AA7;
}

.text-grey-light {
    color: #859CB5;
}

.text-grey-dark {
    color: #354A54;
}

.text-blue-light {
    color: #A8DEED;
}

.text-blue-medium {
    color: #1BB1DC;
}

.text-blue {
    color: #0D4880;
}

.text-blue-dark {
    color: #0D2B47;
}

.text-green {
    color: #00BAA4;
}

.text-green-light {
    color: #81F7D8;
}

.text-orange {
    color: #FF4000;
}

.text-orange-light {
    color: #FE642E;
}

.text-red {
    color: #DC3545;
}

.text-shadow {
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}


/*- Fontes / Tamanhos -*/

.text-up {
    text-transform: uppercase;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-s12 {
    font-size: 12px;
}

.font-s13 {
    font-size: 13px;
}

.font-s14 {
    font-size: 14px;
}

.font-s16 {
    font-size: 16px;
}

.font-s18 {
    font-size: 18px;
}

.font-s20 {
    font-size: 20px;
}

.font-s22 {
    font-size: 22px;
}

.font-s24 {
    font-size: 24px;
}

/*- Background / Cores -*/

.bg-white {
    background-color: #fff; 
}

.bg-grey-light {
    background-color: #B0C4DE;
}

.bg-grey {
    background-color: #6E8AA7;
}

.bg-blue-light {
    background-color: #A8DEED;
}

.bg-blue-medium {
    background-color: #1BB1DC;
}

.bg-blue {
    background-color: #0D4880;
}

.bg-blue-dark {
    background-color: #0D2B47;
}

.bg-green {
    background-color: #00BAA4;
}

.bg-green-dark {
    background-color: #088A08;
}

.bg-green-light {
    background-color: #81F7D8;
}

.bg-orange {
    background-color: #FF4000;
}

.bg-orange-light {
    background-color: #FE642E;
}

.bg-red {
    background-color: #DC3545;
}

.bg-red-dark {
    background-color: #6B0017;
}

/* Centralizar espaço */

.wrap-390 {
    max-width: 390px;
    margin: 0 auto;
}

.wrap-480 {
    max-width: 480px;
    margin: 0 auto;
}

.wrap-680 {
    max-width: 680px;
    margin: 0 auto;
}

.wrap-740 {
    max-width: 760px;
    margin: 0 auto;
}

.wrap-890 {
    max-width: 890px;
    margin: 0 auto;
}

.wrap-980 {
    max-width: 980px;
    margin: 0 auto;
}


/* Espaçamentos */

.mg-20 {
    margin: 20px;
}

.mg-left-10 {
    margin-left: 10px;
}

.mg-left-20 {
    margin-left: 20px;
}

.mg-left-30 {
    margin-left: 30px;
}

.mg-top-10 {
    margin-top: 10px;
}

.mg-top-20 {
    margin-top: 20px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-100 {
    margin-top: 100px;
}

.mg-bottom-5 {
    margin-bottom: 5px;
}

.mg-bottom-10 {
    margin-bottom: 10px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-100 {
    margin-bottom: 100px;
}

.mg-bottom-200 {
    margin-bottom: 200px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-15 {
    padding: 15px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-top-6 {
    padding-top: 6px;
}

.pd-top-20 {
    padding-top: 20px;
}

.pd-top-30 {
    padding-top: 30px;
}

.pd-40 {
    padding: 40px;
}

.pd-40 {
    padding: 50px;
}

.pd-bottom-10 {
    padding-bottom: 10px;
}

.pd-bottom-20 {
    padding-bottom: 20px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-bottom-100 {
    padding-bottom: 100px;
}

.pd-bottom-200 {
    padding-bottom: 200px;
}

/* Linhas decorativas */

.hr-center,
.hr-center-sm {
    height: 4px;
    margin: 0 auto;
    border-radius: 0px !important;
}

.hr-center-lg {
    margin: 0 auto;
    width: 50%;
    height: 3px;
}

.hr-center-md {
    margin: 0 auto;
    width: 30%;
    height: 3px;
}

.hr,
.hr-center,
.hr-sm,
.hr-center-sm {
    height: 5px;
    border-radius: 0px !important;
}

.hr-center {
    width: 18%;
}

.hr-lg {
    width: 50%;
    height: 3px;
    border-radius: 0px !important;
}

.hr {
    width: 12%;
    border-radius: 0px !important;
}

.hr-sm {
    width: 8%;
    border-radius: 0px !important;
}

.hr-center-sm {
    width: 8%;
    border-radius: 0px !important;
}


/* Geral */

.desktop {
    display: block;
}

.responsivo {
    display: none;
}

.responsivo .list-box {
    float: left;
    padding: 20px;
}

.responsivo .list-box li {
    float: left;
    width: 100%;
    list-style: none;
    padding-bottom: 10px;
}

.responsivo .list-box li i {
    color: #00BAA4;
    font-size: 20px;
}

.responsivo .list-text {
    float: left;
    width: 91%;
    margin-top: -3px;
    margin-left: 5px;
    color: #64717A;
    font-weight: 600;
}

.page-title {
    padding: 150px 0 10px 0;
    margin-bottom: 30px;
    background: #0B2F3A;
    color: #fff;
}


/* Slider */

.carousel-caption {
    max-width: 1160px;
    margin: 0 auto;
}

.carousel-caption h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

.carousel-item {
    width: 100%;
    height: 680px;
}

.carousel .fa-home {
    font-size: 36px;
    margin-bottom: 10px;
    color: #A8DEED;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

.carousel-indicators {
    margin-bottom: -16px;
	padding-bottom: 20px;		
}


/* Campo Busca Opcional - OBS: NÃO É O CAMPO DE BUSCA MULTISELECT*/

#form-search select {
    cursor: pointer
}

#form-search .box-carousel {
    border: 1px solid #A8DEED;
    background: rgba(32, 30, 30, 0.7);
    margin: 20px 0 40px;
}

#form-search .box-carousel h3 p {
    text-align: center;
}

#form-search .box-carousel h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

#form-search .box-carousel label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

#form-search .box-carousel select {
    letter-spacing: -0.3px;
}

#form-search .box-carousel .btn-search {
    margin: 0 auto;
	max-width:180px;
}

#form-search .box-carousel .btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #DC3545;
    border-radius: 0px;
    width: 100%;
    height: 50px;
}

#form-search .box-carousel .btn:hover {
    color: #fff;
    opacity: 0.8;
}

#form-search .box-carousel p {
    font-size: 16px;
}

#form-search .title-search {
    color: #A8DEED;
    border-bottom: 1px solid #A8DEED;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

#form-search .wrap-form {
    padding: 0px 14px 0px 14px;
}

#form-search .col-bt {
    width: 16.66%;
}

#form-search .form-group {
    margin-left: 10px;
}

/* 2º Campo Busca - MULTI SELECT */

#search-navbar {    
	z-index: 2000 !important;
	padding: 6px 7px 10px 7px;
}

#search-navbar .form-group {
	margin:0 1.5px 0 1.5px;
}

#search-navbar .form-group p {
    width:100%;
	font-size:12px;
	margin-bottom:4px;
	text-transform:uppercase;
	font-weight:600;
	color: #A8DEED;
}

#search-navbar .input-group-btn {
    margin: 0px 1.5px 0 2px;
}

#search-navbar .btn-danger {
	width:100%;
	margin-top:20px;
	padding: 7px 22px 6px 22px;
}

.wrap-nav{
	margin: 0 auto;
	padding:0;
	max-width: 970px;
	background: rgba(32, 30, 30, 0.6);
}

.form-code{
	margin: 0 auto;
	max-width: 250px;
}

.form-code-bg{
	background-color: rgba(32, 30, 30, 0.6);
    padding: 5px 12px 0 12px;	
	height:78px;
	margin: 20px 0 60px 0;
}

.form-code-bg p{
	font-size:11px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #A8DEED;
	font-weight:600;
}

.form-code .bx-bt{
margin-bottom: 60px;
}

.btn-sc{
	padding: 0 10px 0 10px;
	color: #DC3545;
    background:none;	
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 0px;	
}

.btn-sc:hover{
	color:#f00;
}

.bx-sm {
	float:left;
	width:22%;
}

.bx-sm-bt {
	float:left;
	width:12%;
}

/* Responsivo */

@media (max-width: 1280px) {
   #search-navbar .btn-danger {	
	  padding: 7px 17px 6px 17px;
   }
}

@media (max-width: 1180px) {
   #search-navbar .btn-danger {	
	  padding: 7px 13px 6px 13px;
   }
}

@media (max-width: 1140px) {
   #search-navbar .btn-danger {	
	  padding: 7px;
   }
  }

@media (max-width: 1065px) {
   #search-navbar .btn-danger {	
	  padding: 6px 7px 6px 7px;
	  margin-top:20px;
   }  
}

@media (max-width: 992px) {
    .page-title {
        padding: 80px 0 10px 0;
    }
    #form-search .col-bt {
        width: 33.33%;
    }
    #form-search .form-group {
        margin: 10px;
    }
    #form-search .box-carousel .btn-search {
        margin: 0 10px 0;
    }
	.bx-sm {
		width:49.999%;
	}
	.bx-sm-bt {
		margin: 0 auto;
		width: 90px;
	}
	#search-navbar .form-group p {
		margin:10px 0 5px 0;
	}
	#search-navbar .btn-danger {	
	  margin-top:20px;
	  padding:8px 20px 8px 20px;
    }

	#search-navbar .form-group p {
		color:#fff;
	}
	.wrap-nav{
	  max-width: 460px;
    }
}

@media (max-width: 767px) {
    
	.carousel-caption {
        padding-bottom: 40px;
    }
    .carousel-caption h2 {
        font-size: 22px;
        line-height: 32px;
    }
    #form-search .col-bt {
        width: 49.99%;
    }
    #form-search .form-group {
        margin: 10px;
    }
    #form-search .box-carousel .btn-search {
        margin: 0 10px 0;
    }
    #form-search .box-carousel {
        margin: 20px 0 20px;
    }
	.wrap-nav-bg{
		background: none;
    }
}

@media (max-width: 574px) {
    #search-navbar .form-group {
      width:99.99%;
    }
	.carousel-caption {
        padding-bottom: 30px;
    }
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #form-search .col-bt {
        width: 99.99%;
    }
    #form-search .form-group {
        margin: 10px;
    }
    #form-search .box-carousel .btn-search {
        margin: 10px;
    }
	.bx-sm {
	width:99.99%;
   }
}

/* Chamada Imóveis Sugeridos */

#portfolio {
    padding: 10px 0;
}

#portfolio h3 {
    color: #0B4C5F;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 35px 15px 0px 0px;
    background: #DC3545;
    display: inline-block;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 18px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #B40404;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#portfolio .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 100%;
    height: 250px;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.6;
    transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-size: 24px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #C8DBEB;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #fff;
}

#portfolio .portfolio-wrap-bottom h5 {
    color: #0B4C5F;
    margin-top: 5px;
    margin-bottom: 0px;
}

#portfolio .portfolio-wrap-bottom p {
    font-size: 14px;
    color: #666;
}

#portfolio .portfolio-wrap-bottom p span {
    font-size: 16px;
    color: #0B4C5F;
    font-weight: 400;
}

#portfolio .portfolio-wrap-bottom p span i {
    font-size: 18px;
    color: #DC3545;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
    margin-top: 20px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p a {
    padding: 0;
    margin: 0;
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    text-align: center;
    margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    color: #C8DBEB;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #C8DBEB;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
    background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}


/*--- Portfólio página do imóvel --*/

#portfolio-imovel .header {
    padding: 150px 0 10px 0;
    background: #253646;
}

#portfolio-imovel .header h5 {
    color: #fff;
    font-size: 18px;
}

#portfolio-imovel .content-slide {
    margin-top: 40px;
}

#portfolio-imovel .box {
    border: 1px solid #ccc;
    margin-top: 40px;
    padding: 20px
}

#portfolio-imovel .box,
#portfolio-imovel .box-12 {
    float: left;
    margin-left: 30px;
}

#portfolio-imovel .box-12 ul li {
    float: left;
    width: 100%;
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

#portfolio-imovel .box-12 ul li i {
    float: left;
    width: 11.5%;
    color: #DC3545;
    font-size: 20px;
    padding: 5px 8px 5px 8px;
}

#portfolio-imovel .box-12 ul li span {
    float: left;
    width: 86%;
    padding: 5px 8px 5px 8px;
    border-left: 1px solid #ccc;
}

#portfolio-imovel .box-12 {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 4px solid #DC3545;
    margin-top: 40px;
}

#portfolio-imovel .box h3 {
    font-weight: 700;
    text-align: center;
}

#portfolio-imovel .box h3 span {
    font-weight: 400;
    font-size: 20px;
}

#portfolio-imovel .box-12 h6 {
    background: #DC3545;
    color: #fff;
    padding: 10px;
    margin: 0
}

#portfolio-imovel .box-12 h6 i {
    margin-right: 6px;
    font-size: 20px;
}

#portfolio-imovel .box .box-details .bt {
    text-align: center;
    margin-top: 18px;
}

#portfolio-imovel .box .box-details .bt:hover {
    background: #FC4949;
}

#portfolio-imovel .box .box-details .bt {
    background: #DC3545;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

#description {
    margin: 40px 20px 5px 20px;
    padding-bottom: 40px;
}

#description .hr-center-sm {
    margin-bottom: 30px;
}

#description .mapa {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #ccc;
}

#description h5 {
    font-weight: 800;
    color: #0B4C5F;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    margin-bottom: 14px;
    text-align: center;
}

/*--- Slider Principal --*/
#jssor_1 {
    position: relative;
    float: left;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 688px;
    overflow: hidden;
    visibility: hidden;
}

#jssor_1 .slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 560px;
    overflow: hidden;
}

.jssorl-009-spin {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora106 .c {
    fill: #fff;
    opacity: .3;
}

.jssora106 .a {
    fill: none;
    stroke: #000;
    stroke-width: 350;
    stroke-miterlimit: 10;
}

.jssora106:hover .c {
    opacity: .5;
}

.jssora106:hover .a {
    opacity: .8;
}

.jssora106.jssora106dn .c {
    opacity: .2;
}

.jssora106.jssora106dn .a {
    opacity: 1;
}

.jssora106.jssora106ds {
    opacity: .3;
    pointer-events: none;
}

.jssort101 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 980px;
    height: 130px;
    background-color: #000;
}

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #000;
    width: 190px;
    height: 120px;
}

.jssort101 .p .cv {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #C8DBEB;
    box-sizing: border-box;
    z-index: 1;
}

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
    visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent;
}

.jssort101 .p:hover {
    padding: 2px;
}

.jssort101 .p:hover .cv {
    background-color: rgba(0, 0, 0, 6);
    opacity: .35;
}

.jssort101 .p:hover.pdn {
    padding: 0;
}

.jssort101 .p:hover.pdn .cv {
    border: 2px solid #fff;
    background: none;
    opacity: .35;
}

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
    visibility: visible;
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
    opacity: 1;
}

@media (max-width: 767px) {
    #portfolio-imovel .box,
    #portfolio-imovel .box-12 {
        margin-left: 0px;
    }
    #portfolio-imovel .content-slide {
       float:left; 
	   width: 96%;
    }
}

@media (max-width: 574px) {
	#portfolio-imovel .content-slide {
	   width: 90%;
    }
}


/* Slider Lightbox */

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: #fff;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
}

.overlay .fa {
    color: #333;
    background: rgba(254, 254, 254, 0.4);
    padding: 10px;
    font-size: 18px;
}

/*--- Área de Contato página do imóvel --*/

#info {
    padding: 20px 0 50px 0;
}

#info .header h5 {
    color: #0B4C5F;
    font-weight: 800;
    text-transform: uppercase;
}

#info p {
    font-weight: 600;
}

#info .links ul li {
    list-style: none;
    padding-bottom: 8px
}

#info .links ul li a img {
    margin-bottom: 20px;
}

#info .links ul li a {
    color: #253646;
    font-weight: 800;
    font-size: 18px;
}

#info .links ul li a:hover {
    opacity: 0.8;
}

#info .links ul li a i {
    color: #DC3545;
    font-size: 20px;
    margin-right: 8px;
}

#info .form #sendmessage {
    color: #fff;
    background: #1bb1dc;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#info .form #errormessage {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#info .form #sendmessage.show,
#info .form #errormessage.show,
#info .form .show {
    display: block;
}

#info .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
    color: #58ACFA;
}

#info .form label {
    color: #333;
    font-weight: 400;
}

#info .form select {
    border: 1px solid #ccc;
    width: 100%;
}

#info .form input,
#info .form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 14px;
}

#info .form input::-webkit-input-placeholder,
#info .form textarea::-webkit-input-placeholder {
    color: #333;
}

#info .form input::-moz-placeholder,
#info .form textarea::-moz-placeholder {
    color: #333;
}

#info .form input:-ms-input-placeholder,
#info .form textarea:-ms-input-placeholder {
    color: #333;
}

#info .form input::placeholder,
#info .form textarea::placeholder {
    color: #333;
}

#info .form button[type="submit"] {
    background: #DC3545;
    border: 0;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 20px;
    color: #fff;
    transition: 0.3s;
}

#info .form button[type="submit"]:hover {
    background: #FC4949;
    cursor: pointer;
}


/* Destaques Locação*/

#slider nav {
    text-align: center;
    font-size: 20px;
}

#slider-list {
    margin: 40px 0px 40px 0px;
}

#slider-list .header {
    margin-bottom: 30px;
    text-align: center;
}

#slider-list .header h3 {
    color: #0B4C5F;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

#slider .leg {
    background: #0B4C5F;
    margin-top: -1px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 12.5px;
    color: #fff;
}

#slider-list .custom-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(32, 30, 30, 0.5);
    opacity: 0;
    transition: all 400ms ease-in-out;
    heiht: 80%;
}

#slider-list .custom-overlay:hover {
    opacity: 1;
}

#slider-list .custom-overlay h5 {
    top: 30px;
    position: relative;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#slider-list .custom-overlay h4 {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#slider-list .custom-overlay h5:before {
    content: '-';
    padding-right: 10px;
}

#slider-list .custom-overlay h5:after {
    content: '-';
    padding-left: 10px;
}

#slider-list .custom-overlay p {
    position: absolute;
    top: 120px;
    left: 6px;
    right: 6px;
    transform: translateY(-50%);
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-size: 14px;
    font-weight: 300;
}

#slider-list .custom-overlay i {
    color: #FAAC58;
    font-size: 28px;
}

#slider-list .owl-nav {
    color: #DC3545;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}


/* Chamada Imóveis em Destaque */

#draft {
    padding: 50px 0;
}

#draft h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0B4C5F;
    text-transform: uppercase;
}

#draft .type {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

#draft .type .type-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
    padding: 15px 0;
    background: rgba(29, 28, 41, 0.6);
}

#draft .type .type-info-content {
    transition: margin 0.2s;
    height: 65px;
    transition: height 0.4s;
    text-align: center;
}

#draft .type:hover .type-info {
    transition: 0.4s;
}

#draft .type:hover .type-info-content {
    height: 150px;
}

#draft .type h4 {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 22px;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#draft .type span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#draft .type span i {
    font-size: 18px;
    color: #FE9A2E;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#draft .type .price p {
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#draft .type .price p span {
    display: inline;
    color: #FE9A2E;
    font-size: 22px;
    font-weight: 700;
}


/*--- Área de Chamada de Destaque Sobre a Empresa---*/

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.parallax {
    background-image: url("../img/slide3.jpg");
    height: 50vh;
}

#intro-parallax h2,
#intro-parallax h3,
#intro-parallax h5,
#intro-parallax p {
    text-shadow: #000 0.1em 0.1em 0.2em;
    color: #fff;
    text-align: center;
}

#intro-parallax .header h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
	margin-top:40px;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#intro-parallax .box {
    background: rgba(32, 30, 30, 0.7);
    margin-bottom: 20px;
}

#intro-parallax .box .fa-bullhorn,
#intro-parallax .box .fa-key,
#intro-parallax .box .fa-phone {
    border: 1px solid #fff;
    border-radius: 50%;
}

#intro-parallax .box .fa-key,
#intro-parallax .box .fa-bullhorn {
    padding: 20px;
}

#intro-parallax .box .fa-phone {
    padding: 18px 21px 18px 21px;
    font-size: 36px;
}

#intro-parallax .box {
    background: rgba(32, 30, 30, 0.7);
    margin-bottom: 20px;
    padding: 30px;
}

#intro-parallax .box p {
    font-weight: 300;
    font-size: 14px;
}

#intro-parallax .box h5 {
    font-weight: 600;
}

#intro-parallax .box .btn-intro {
    margin-top: 30px;
    text-align: center;
}

#intro-parallax .box .btn-intro a {
    background: #DC3545;
    padding: 10px 20px 10px 20px;
}

#intro-parallax .box .btn-intro a:hover {
    opacity: 0.8;
}


/*--- Parallax mobile --*/

@media (max-width: 1200px) {
    #intro-parallax .parallax {
        height: 70vh;
		padding-top: 30px;
    }
	#intro-parallax .box h5 {
		font-size: 16px;
    }
	#intro-parallax .header h4{
		margin-top:10px;
	}
}

@media (max-width: 992px) {
    #intro-parallax .parallax {
        height: 76vh;
    }
	#intro-parallax .box .btn-intro a {
		font-size:14px;
		font-weight:600;
	}
}

@media (max-width: 767px) {
    #intro-parallax .parallax {
        height: 80vh;
    }
	#intro-parallax .box .btn-intro a {
		font-size:12px;
	}
}

@media (max-width: 574px) {
    #intro-parallax .parallax {
        height: 150vh;
    }
	#intro-parallax .box {
		background:none;
		padding: 0;
		margin-top: 25px;
   }
}

/* Botão voltar ao topo */

.back-to-top {
    position: fixed;
    display: none;
    background: #DC3545;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #1bb1dc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 990px) {
    #portfolio-imovel .header {
        padding: 80px 0 10px 0;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    .contato {
        padding: 80px 0 10px 0;
    }
    .desktop-lightbox {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
    .desktop {
        display: none;
    }
    .responsivo {
        display: block;
    }
}

@media (max-width: 574px) {
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    #videoaula-adm .box-video-adm {
        height: 250px;
    }
    .contato {
        padding: 80px 0 10px 0;
    }
    .parallax-adm,
    .parallax-corretor,
    .parallax-despachante {
        height: 100vh;
    }
}