/* ---------------------------------------
   ------------- Contactos ---------------
   --------------------------------------- */

.subtitle{
	color: #262F57;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 30px;
}
.pull-right .text_subtitle{
	display: flex; 
	flex-flow: row nowrap; 
	align-items: flex-end;
	margin-top: 0px;
	min-height: 85px;
	padding: 0;
}
.text_subtitle, .text_contacto_imov{
	margin-top: -40px;
	padding-bottom: 10px;
	font-size: 16px;
}
.text_contacto_imov{
	font-size: 1.3em;
}
.text_subtitle a{
	font-size: 12px;
	text-decoration: none;
	color: #848B95;
	margin-bottom: 30px
}
.principal_cont{
	margin: 30px auto;
	padding: 0;
}
.principal_cont .vertical-padding{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact > i{
	background-color: #69E299;
	padding: 30px 25px;
	color: white;
	font-size: 3em;
}
.contact > i.fa-clock-o{
	padding: 30px 19px;
}
.info_contact{
	padding: 10px 0 0 30px;
}
.info_contact h4{
	font-weight: bold;
	color: #262F57;
	font-size: 16px;
}
.info_contact p, .text_contact{
	color: #848A96;
	font-size: 12px;
}
.text_contact{
	margin-top: 30px;
	text-align: justify;
}

/* ---------------------------------------
   ---------- Caixa Contacto -------------
   --------------------------------------- */

.container.contacto{
	padding: 0;
	max-height: 350px;
}
/*.contacto{*/
	/*margin-top: 60px;*/
	/*margin-bottom: 60px;*/
/*}*/
.caixa_contacto{
	background-color: #262F57;
	padding: 8px 30px 30px;
	color: white;
}
.caixa_contacto h3{
	color: white;
	padding-bottom: 2px;
	font-size: 20px;
}
.caixa_contacto p{
	font-size: .82em;
	margin-bottom: 5px;
}
.form-group{
	margin-bottom: 10px;
}
.caixa_contacto .contact-form{
	color: white;
	border-bottom: 1px solid white;
	font-size: 12px;
}
.contact-form{
	background-color: transparent;
	border: none;
	height: 100%;
	width: 100%;
	padding: 10px 0;
}
.contact-form::placeholder{
	color: white;
	font-size: .82em;
}
.contact-form:focus{
	outline: none;
}
textarea.contact-form{
	line-height: 1.3em;
	min-height: 60px;
	padding-top: 10px;
}
.btn.btn-green{
	margin-top: 30px;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #69E299;
	line-height: 30px;
	border: 0px;
	border-radius: 0px;
}
#bt_contact_page.btn:hover{
	background-color: #6BC690;
	color: white;
}

/* ---------------------------------------
   -------- Imagem Prof. Contacto --------
   --------------------------------------- */

.prof_contacto{
	position: relative;
	overflow: hidden;
	/*height: 350px;*/
	padding: 0;
}
/*.prof_contacto img{*/
	/*height: 350px;*/
/*}*/
.pub_contacto{
	position: absolute;
	width: 100%;
	top: 13%;
	margin: 20px auto;
	text-align: center;
	font-weight: bold;
}
.pub_contacto h3{
	color: white;
	font-weight: bold;
	margin-bottom: -10px;
	font-size: 20px;
}
.pub_contacto h1{
	color: #68E19A;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 2.9em;
}
.btn_know_prof{
	background-color: #69E299;
	color: #262F59;
	border: none;
	padding: 10px 20px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}
.btn_know_prof:hover{
	background-color: #FFFFFF;
}
.btn_know_prof a, .btn_know_prof a:hover{
	text-decoration: none;
}
.btn_know_prof a:hover, .btn_know_prof:hover a{
	color: #262F59;
}

/* ---------------------------------------
   -------- Form. Contactos Prof. --------
   --------------------------------------- */

.form_contacto_prof{
	margin: 30px auto;
	padding: 0;
}
.form_contacto_prof h1{
	font-weight: bold;
	color: #68E19A;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 35px;
	text-shadow: none;
}
.form_contacto_prof h3{
	color: #262F58;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 20px;
}
.form_contacto_prof #bt_contact_page{
	border: 1px solid #262F59;
	background-color: #262F59;
	color: white;
	margin-top: 10px;
}
.form_contacto_prof #bt_contact_page:hover{
	border: 1px solid #40465B;
	background-color: #40465B;
	color: white;
}
.form_contacto_prof .form-group{
	margin-bottom: 5px;
}
.form_contacto_prof .contact-form{
	color: #848A96;
	border-bottom: 2px solid #848A96;
	font-size: 14px;

}
.form_contacto_prof .contact-form::placeholder{
	color: #262F58;
	font-size: .82em;
}
.type-options{
	margin: 20px 0 20px 0px;
}

.type-options .btn.btn-primary.active, .type-options .btn.btn-primary{
	border-radius: 0px;
	padding: 10px 60px;
	/*margin-left: -5px;*/
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
}
.type-options .btn.btn-primary.active{
	background-color: #68E19A;
	color: white;
	border: 1px solid #848B95;
}
.type-options .btn.btn-primary{
	background-color: white;
	color: #848B95;
	border: 1px solid #848B95;
}

#checkbox_profissionais .checkbox-default input[type=radio]:checked+label::before, .checkbox-default input[type=checkbox]:checked+label::before{
	border: 1px solid #848A96;
}

#checkbox_profissionais .checkbox-default input[type=radio]:checked+label::after, .checkbox-default input[type=checkbox]:checked+label::after,.subtitle_imo360{
	color: #68E19A;
}

/* ---------------------------------------
   --------- Publicidade IMO360 ----------
   --------------------------------------- */

.imo360{
	/*background-color: #E5E5E5;*/
	background-image: url("../../public/images/IMG_banner_profissionais.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	/*padding: 40px 0 60px;*/
	height: 100%;
	width: 100%;
	background-size: cover;
}
.imo360 .container{
	padding: 0
}
.imo360 .btn_know_prof{
	margin-right: 20px;
}
.imo360 h3{
	margin-bottom: 0px;
	color: #262F58;
	font-weight: bold;
	font-size: 20px;
}
.imo360 h2{
	margin: 5px 0 40px;
	color: #68E19A;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 2px;
}

.details_imo360{
	color: #848A96;
}

.details_imo360 i{
	color: #68E19A;
}

.banner_imo360{
	position: relative;
	height: 100%;
	background-image: url('/public/images/IMG_banner_profissionais.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner_text_imo360{
	position: absolute;
	top: 10vh;
	right: 0;
	left: 0;
}

/* ---------------------------------------
   --------- Termos e Condições ----------
   --------------------------------------- */

.term_cond{
	/*padding: 0;*/
	margin: 30px auto;
	text-align: justify;
}
.term_cond h3, .title_termos{
	margin: 0;
	color: #262F57;
}
.text_subtitle_v2{
	font-size: 1.3em;
	padding-bottom: 30px;
	color:#848A96;
}
.text_subtitle_v2 a{
	font-weight: 400;
	color: #68E19A;
}
.title_termos{
	font-weight: 500;
	font-size: 1.15em;
}
.term_cond > p,.text_termos{
	font-size: 1.05em;
	margin: 0 0 20px;
	color: #848A96;
	font-weight: 100;
	text-transform: none;
}