/* ---------------------------------------
   ----------- Home Divulgação -----------
   --------------------------------------- */

.divulgacao{
	height: 450px;
	position: relative;
	background-image: url('../../public/images/imgteste.jpg');
	background-size: cover;
}
.texto{
	text-align: center;
	color: white;
}
.text_prof, .text_quest{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.text_detail{
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 16px;
	letter-spacing: 1px;
}
.text_prof{
	font-size: 20px;
	margin: 0;
}
.text_quest{
	color: #2b4062;
	font-size: 38px;
}
.btn_know{
	background-color: #2b4062;
	padding: 10px 25px;
	color: #262F58;
	border: 0;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400;
}
.vertical-center{
	display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}

/* ---------------------------------------
   --------- Espaço Publicidade ----------
   --------------------------------------- */

.seccao_pub{
	padding: 0 40px;
	background-color: #A9ADB6;
	color: white;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 90px 10px 0px;
	height: 230px;
	line-height: 230px;
}

#pub_second{
	height: 540px;
	line-height: 540px;
}

.seccao_pub_lateral{
	height: 250px;
	background-color: #A9ADB6;
	color: white;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 2.5em;
	text-transform: uppercase;
	text-align: center;
	margin: 40px auto;
	line-height: 250px;
}

/* ---------------------------------------
   -------- Anúncios em Destaque ---------
   --------------------------------------- */

.title_dest, .btn_all{
	text-transform: uppercase;
}
.title_dest{
	color: #262F58;
	font-size: 14px;
	font-weight: 500;
	margin: 30px 0;
	text-align: center;
}
.title_dest:after{
	content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 140px; /* Change this to whatever width you want. */
    padding-top: 5px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #2b4062;
}
.img_imov{
	height: 250px;
	overflow: hidden;
	position: relative;
	/*background-image: url('../../public/images/inside_house.jpg');*/
	background-size: cover;
}
.img_imov img{
	width: 400px;
	opacity: .7;
}
.imo-box{
	margin-bottom: 30px;
}
.imo-info{
	top: 0;
	right: -150px;
	width: 100px;
	height: 250px;
	position: absolute;
	color: #ffffff;
	font-weight: 400;
}
.imo-info .imo-info-photo .small-title{
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.imo-info .imo-info-photo .tiny-title{
	font-size: 12px;
}
.imo-info .imo-info-no-photo .small-title{
	font-size: 10px;
    font-family: 'Roboto', sans-serif;
}
.imo-info .imo-info-no-photo .tiny-title{
	font-size: 14px;
	color: #848A96;
}
.imo-info .imo-logo{
	top: 0;
	background-color: #ffffff;
	width: 80px;
	opacity: 1;
}
.imo-info .imo-info-photo{
	background-color: rgba(69, 226, 99, 0.6);
	width: inherit;
	height: inherit;
	padding-top: 10px;
}
.imo-info .imo-info-no-photo{
	background-color: rgba(255, 255, 255, 0.9);
	width: inherit;
	height: inherit;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 90px;
}
.imo-info .imo-info-no-photo p{
	color: #262F57;
}
.imo-info .imo-info-photo .img-agent{
	width: 135px;
	height: auto;
	opacity: 1;
	position: absolute;
    right: 0;
    top: 125px;
}
.no-margin{
	margin: 0;
}
.small-vertical-margin{
	margin-top: 5px;
	margin-bottom: 5px;
}
/*.overlay{
	background-color: rgba(0,0,0,0.5);
	width: 400px;
	position: absolute;
	height: 250px;
	top: 0;
	right: 0;
}*/
.img_content{
	position: absolute;
	top: 20px;
}
.dest_imov{
	padding: 5px 12px 3px 12px;
	color: white;
	font-size: 1em;
	font-weight: bold;
	background-color: #2b4062;
	letter-spacing: 1px;
}
.info_imov{
	position: absolute;
	bottom: 20px;
	color: white;
	padding: 0 20px;
	text-align: left;
}
.info_imov i{
	font-size: 1.1em;
}
.price_imov{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0px;
	color: #fff;
}
.name_imov{
	padding-top: 5px;
	font-size: .95em;
	font-weight: 400;
	letter-spacing: 0px;
}
.country_imov{
	font-size: .54em;
}
.bottom_imov{
	padding: 10px 2px 5px;
	font-weight: 400;
	background-color: #F2F2F2;
	width: 100%;
}
.area_imov{
	color: #262F58;
	display: inline-block;
	padding-right: 15px;
	padding-left: 10px;
	border-right: 1px solid #C2C2C2;
	text-align: left;
}
.area_title{
	font-size: .65em;
	margin-bottom: -5px;
}
.area_num_small, .area_num_big{
	color: #848B95;
}
.area_num_small{
	font-size: 12px;
}
.area_num_big{
	font-size: 14px;
}
.num_quartos_imov, .num_wc_imov{ 
	display: inline-block;
	padding: 0 15px;
}
.num_garagens_imov{
	display: inline-block;
	padding-left: 15px;
}
.num_quartos_imov i, .num_wc_imov i, .num_garagens_imov i{
	font-size: 1.3em;
}
.btn_all{
	text-align: center;
	margin-top: 10px;
	border: 0;
	background-color: #262F57;
	color: white;
	padding: 8px 15px;
	font-size: 12px;
	height: 34px;
}
.btn_all:hover{
	background-color: #40465B;
}
