/*
  Theme Name: Modelo Imobiliária
  Framework: Bootstrap
  Theme URL: https://estudiomweb.bhmg.com.br
  Author: Estúdio M
*/
#contato{
  padding: 30px 0 30px 0;
}
#contato form {
  background:#F1F9FD;
  padding: 16px 20px 16px 20px;
  border-radius: 8px;
}
#contato button{
  background: green;
    color:#fff;
    border: none;
    border-radius: 6px;
    padding: 8px 15px 8px 15px;
}
#contato .form #sendmessage {
  color: #f60;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contato .form #errormessage {
  color: #f60;
  display: none;
  background: #376889;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contato .form .validation {
  color: #376889;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
  color: #58ACFA;
}
#contato .form #sendmessage.show,
#contato .form #errormessage.show,
#formulario .footer-top .form .show {
  display: block;
}
#banner-card *, #banner-card *:before, #banner-card *:after {
  box-sizing: inherit;
}
#banner-card .carousel {
  min-width: 900px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

#banner-card .carousel__activator {
  display: none;
}

#banner-card .carousel__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  bottom: 0;
}
#banner-card .carousel__controls:first-of-type {
  justify-content: flex-end;
}
#banner-card .carousel__controls:last-of-type {
  justify-content: flex-start;
}

#banner-card .carousel__control {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #3d414a;
  border-radius: 100%;
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 24px;
  height: 48px;
  justify-content: center;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
}
#banner-card .carousel__control:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#banner-card .carousel__activator:nth-of-type(1):checked
~ .carousel__controls:nth-of-type(1) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(1):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#banner-card .carousel__activator:nth-of-type(2):checked
~ .carousel__controls:nth-of-type(2) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(2):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#banner-card .carousel__activator:nth-of-type(3):checked
~ .carousel__controls:nth-of-type(3) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(3):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

#banner-card .carousel__activator:nth-of-type(4):checked
~ .carousel__controls:nth-of-type(4) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(4):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}

#banner-card .carousel__activator:nth-of-type(5):checked
~ .carousel__controls:nth-of-type(5) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(5):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-400%);
          transform: translateX(-400%);
}

#banner-card .carousel__activator:nth-of-type(6):checked
~ .carousel__controls:nth-of-type(6) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(6):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-500%);
          transform: translateX(-500%);
}

#banner-card .carousel__activator:nth-of-type(7):checked
~ .carousel__controls:nth-of-type(7) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(7):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-600%);
          transform: translateX(-600%);
}

#banner-card .carousel__activator:nth-of-type(8):checked
~ .carousel__controls:nth-of-type(8) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(8):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-700%);
          transform: translateX(-700%);
}

#banner-card .carousel__activator:nth-of-type(9):checked
~ .carousel__controls:nth-of-type(9) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(9):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-800%);
          transform: translateX(-800%);
}

#banner-card .carousel__activator:nth-of-type(10):checked
~ .carousel__controls:nth-of-type(10) {
  display: flex;
}

#banner-card .carousel__activator:nth-of-type(10):checked
~ .carousel__screen
.carousel__track {
  -webkit-transform: translateX(-900%);
          transform: translateX(-900%);
}

#banner-card .carousel__screen {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

#banner-card .carousel__track {
  font-size: 0;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#banner-card .carousel__item {
  display: inline-flex;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
  white-space: normal;
}

#banner-card .carousel__item--desktop-in-1 {
  width: 100%;
}

#banner-card .carousel__item--desktop-in-2 {
  width: 50%;
}

#banner-card .carousel__item--desktop-in-3 {
  width: 33.3333333333%;
}

#banner-card .carousel__item--desktop-in-4 {
  width: 25%;
}

#banner-card .carousel__item--desktop-in-5 {
  width: 20%;
}



#banner-card .demo-content {
  color: #fff;
  display: flex;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 56px;
  height: 250px;
  width: 100%;
}

#banner-card .carousel__item:nth-child(1) .demo-content {
  background-color: #216485;
}

#banner-card .carousel__item:nth-child(2) .demo-content {
  background-color: #3692b6;
}

#banner-card .carousel__item:nth-child(3) .demo-content {
  background-color: #6fccc9;
}

#banner-card .carousel__item:nth-child(4) .demo-content {
  background-color: #a6e3cf;
}

#banner-card .carousel__item:nth-child(5) .demo-content {
  background-color: #aff0be;
}

#banner-card .carousel__item:nth-child(6) .demo-content {
  background-color: #527059;
}

#banner-card .carousel__item:nth-child(7) .demo-content {
  background-color: #243127;
}

@media screen and (max-width: 1023px) {
  #banner-card .carousel {
    padding-left: 0;
    padding-right: 0;
  }

 #banner-card .carousel__activator:nth-of-type(n):checked ~ .carousel__controls:nth-of-type(n) {
    display: none;
  }
  .carousel__activator:nth-of-type(n):checked ~ .carousel__screen .carousel__track {
    -webkit-transform: none;
            transform: none;
  }

 #banner-card .carousel__screen {
    margin-left: 0;
    margin-right: 0;
  }

#banner-card  .carousel__track {
    overflow-x: auto;
    width: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

 #banner-card .carousel__item--tablet-in-1 {
    width: 90%;
  }

#banner-card  .carousel__item--tablet-in-2 {
    width: 45%;
  }

 #banner-card .carousel__item--tablet-in-3 {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
 #banner-card .carousel__track {
    padding-left: 0;
    padding-right: 0;
  }

 #banner-card .carousel__item--mobile-in-1 {
    width: 90%;
  }

 #banner-card .carousel__item--mobile-in-2 {
    width: 45%;
  }

 #banner-card .carousel__item--mobile-in-3 {
    width: 30%;
  }
}





/*--- Portfólio página do imóvel --*/

      #detalhes .box-1{float:left; margin-right:8px;}
      #detalhes .box-2{float:left; margin-right:8px;}
      #detalhes .box-3{float:left; margin-right:8px;}
      #detalhes .box-4{float:left; margin-right:8px;}
      #detalhes .box-5{float:left; margin-right:8px;}
      #detalhes .box-6{float:left; margin-right:8px;}
      #detalhes .icone{float:left;} 
      #detalhes .text{float:left; margin-left:6px;}
      #detalhes .fa-arrows-alt{font-size:16px; padding:10px 11px 10px 11px; border-radius:20px;}
      #detalhes .fa-bed{font-size:16px; padding:10px 9px 10px 9px; border-radius:20px;}
      #detalhes .fa-shower{font-size:16px; padding:10px 8px 10px 11px; border-radius:20px;}
      #detalhes .fa-car{font-size:16px; padding:10px 9.5px 10px 9.5px; border-radius:20px;}
	  #detalhes #content-form #sendmessage {
     color: #fff;
     background: #1bb1dc;
     display: none;
     text-align: center;
     padding: 15px;
     font-weight: 600;
     margin-bottom: 15px;
     }

 #detalhes .modal-slide {
     display: none;
     position: fixed;
     padding-top: 50px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: #111;
     z-index: 1100;
}
 #detalhes .caixa-detalhes{
     float:left;
     width:100%;
     color:#111;
	 margin-top:0px;
}

#detalhes .caixa-detalhes h5 {
	font-weight: 500;color:#111;
}
#detalhes .caixa-detalhes .fa-home {font-size: 26px;}
  #detalhes .caixa-detalhes .info-text{
     float:left;
     width:24.9%;
     border-bottom:1px solid #666;
     font-size:16px;
     line-height:28px;
}
  #detalhes .caixa-detalhes .info-label{
     float:left;
     width:24.9%;
     border-bottom:1px solid #666;
     font-size:16px;
     font-weight:700;
     line-height:28px;
}
  #detalhes .portfolio-icon .box-3{
     float:left;
     width:24.9%;
}
#detalhes .detalhe-imovel .info-list p{color: #111;}
 #detalhes .detalhe-imovel .info-list i{
     float:left;
     height:20px;
     background: #f60;
     margin-top:3.2px;
     margin-right:6px;
     color: #fff;
     padding:4px;
     font-size: 12px;
     border-radius: 50%;
}
#detalhes .header {
	color: #333;
	font-size: 18px;
}

#detalhes .content-slide {
	margin: 0;
}

#detalhes .box {
	border: 1px solid #E3E1E8;
}

#detalhes .box,
#detalhes .box-12 {
	float: left;
}

#detalhes .caixa-detalhes ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 14px;
	border-top: 1px solid #DDDBE3;
	height: 30px;
}

#detalhes .caixa-detalhes ul li i {
	width: 11.5%;
	color: #2E608B;
	font-size: 20px;
	padding: 5px 8px 5px 8px;
}

#detalhes .portfolio-title {
	float: left;
	margin: 30px 0 20px 0;
}

#detalhes .portfolio-title h5 {
	color: #111;
	font-weight: 500;
	margin-bottom: 20px;
}

#detalhes .form {
	margin: 30px 0 20px 0;
}

#detalhes .form input,
optgroup,
select,
textarea {
	border: 1px solid #DDDBE3;
	height: 40px;
}

#detalhes .more-social h6 {
	font-weight: 700;
}

#detalhes .more-social a {
	font-weight: 700;
	color: #333;
	font-size: 18px;
	line-height: 34px;
}

#detalhes .more-social a .fa-phone {
	color: #fff;
	background: #2E608B;
	font-size: 16px;
	padding: 6px 8px 6px 8px;
	border-radius: 50%;
}

#detalhes .more-social a .fa-whatsapp {
	color: #fff;
	background: #04B431;
	font-size: 16px;
	padding: 6px 8px 6px 8px;
	border-radius: 50%;
}

#detalhes .fa-arrow-circle-down {
	font-size: 26px
}

#detalhes .box .box-details .bt {
	text-align: center;
	margin-top: 18px;
}

#detalhes .box .box-details .bt:hover {
	background: #FC4949;
}

#detalhes .box .box-details .bt {
	background: #DC3545;
	color: #fff;
	padding: 10px 20px 10px 20px;
}




@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%;
	}
}

.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: 14px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	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;
}


#slider nav {
	text-align: center;
	font-size: 20px;
}

#slider-list {
	margin: 40px 0px 50px 0px;background:#376889;
}

#slider-list h5 {
	color: #ccc;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}

#slider .leg {
	background: #f60;
	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;
	height: 100%;
}

#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: #2E608B;
	text-align: right;
	font-size: 40px;
}

#slider-list .owl-nav {
	position: absolute;
	top: -55px;
	right: 0;
	color: #2E608B;
	text-align: right;
	font-size: 40px;
}

#option-content .type {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 250px;
}

#option-content .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);
}

#option-content.type .type-info-content {
	transition: margin 0.2s;
	height: 65px;
	transition: height 0.4s;
	text-align: center;
}

#option-content .type:hover .type-info {
	transition: 0.4s;
}

#option-content .type:hover .type-info-content {
	height: 150px;
}


/* Botão voltar ao topo */

.back-to-top {
	position: fixed;
	display: none;
	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: 10002;
}

.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: #000;z-index: 11000;
}

#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);
	}
}

#preloader img {
	position: fixed;
	top: 55%;
	left: 45%;
}