div.conteudo {
	width: 96%;
	margin: 2%;
	min-height: 500px;
}

div.conteudo div.conteudo_geral {
	width: 50%;
	margin: 1% auto;
	position: relative;
}

div.conteudo_geral section {
	float: left;
	width: 37%;
	height: 100px;
	margin: 5%;
	border: 1px solid #d50000;
	cursor: pointer;
	background: rgba(229,57,53,1);
	background: -moz-linear-gradient(top, rgba(229,57,53,1) 0%, rgba(213,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,57,53,1)), color-stop(100%, rgba(213,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(229,57,53,1) 0%, rgba(213,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(229,57,53,1) 0%, rgba(213,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,57,53,1) 0%, rgba(213,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(229,57,53,1) 0%, rgba(213,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53935', endColorstr='#d50000', GradientType=0 );
}

div.conteudo_geral section:hover {
	background: #d50000;
}

div.conteudo_geral section h3 {
	color: #fff;
	margin: 1% 0 1% 1%;
}

div.conteudo_geral section p {
	color: #fff;
	margin: 2% 0 0 1%;
	text-indent: 5%;
}

div.conteudo_geral div.contactar,
div.conteudo_geral div.deixar_contacto,
div.conteudo_geral div.skype,
div.conteudo_geral div.nosso_contacto {
	width: 10%;
	margin: 0;
	position: absolute;
	z-index: 10;
	display: none;
	background-color: #fff;
	padding: 2% 0;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 5px 3px rgba(198,198,198,0.5);
	-moz-box-shadow: 0px 5px 5px 3px rgba(198,198,198,0.5);
	box-shadow: 0px 5px 5px 3px rgba(198,198,198,0.5);
}

div.conteudo_geral div.contactar {
	top: 0;
	left: 0;
}

div.conteudo_geral div.deixar_contacto {
	top: 0;
	right: 0;
}

div.conteudo_geral div.skype {
	bottom: 0;
	left: 0;
}

div.conteudo_geral div.nosso_contacto {
	bottom: 0;
	right: 0;
}

div.conteudo_geral div img.fechar_contacto {
	width: 6%;
	margin: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}

/* INPUTS, TEXTAREA ... */
div.conteudo_geral p#validade_span {
	margin: 0 0 0 2%;
	color: #d50000;
	font-style: italic;
}

div.conteudo_geral p.limit_title,
div.conteudo_geral p.limit_text,
div.conteudo_geral p.limit_nome_telefone,
div.conteudo_geral p.limit_nome_email {
	margin: 0 0 0 2%;
	color: #2962FF;
}

div.conteudo_geral p.limit_title span,
div.conteudo_geral p.limit_text span,
div.conteudo_geral p.limit_nome_telefone span,
div.conteudo_geral p.limit_nome_email span {
	color: #000;
}

/* formulário solicitar imovel */
div.conteudo_geral p.contacto {
   margin: 0 0 0 2%;
   color: #757575;
}

div.conteudo_geral p.indent {
   text-indent: 5.5%;
}

div.conteudo_geral p.contacto span {
   color: #2962FF;
}

div.conteudo_geral input[type="text"] {
   display: block;
   margin: 1%;
   width: 69%;
   font-size: 1.4vw;
   appearance: none;
   box-shadow: none;
   border-radius: none;
   border: none;
}

div.conteudo_geral input#telefone[type="text"] {
   width: 40%;
}

div.conteudo_geral textarea.contactar {
   display: block;
   margin: 1%;
   min-width: 69%;
   max-width: 70%;
   min-height: 250px;
   font-size: 1.4vw;
   appearance: none;
   box-shadow: none;
   border-radius: none;
   border: none;
}

div.conteudo_geral input[type="text"]:focus {
   outline: none;
}

div.conteudo_geral textarea.contactar:focus {
	outline: none;
}

div.conteudo_geral input[type="text"] {
   padding: 1%;
   border: none;
   border-bottom: solid 2px #c9c9c9;
   transition: border 0.3s;
}

div.conteudo_geral textarea.contactar {
   padding: 1%;
   border: none;
   border: solid 2px #c9c9c9;
   transition: border 0.3s;
}

div.conteudo_geral input[type="text"]:focus,
div.conteudo_geral input[type="text"].focus {
   border-bottom: solid 2px #969696;
}

div.conteudo_geral textarea.contactar:focus {
   border: solid 2px #969696;
}

div.conteudo_geral button {
	background-color: #F44336;
	border-radius: 2px;
	margin: 3% 0 3% 60%;
	color: #fff;
	border: 1px solid #F44336;
	text-align: center;
	width: 12%;
	padding: 1% 0;
	font-size: 1.3vw;
}

/* Tipos de contatos */
div.conteudo_geral div#telefone p,
div.conteudo_geral div#email p {
	font-size: 1.1vw;
}

div.conteudo_geral div#telefone button,
div.conteudo_geral div#email button {
	background-color: #F44336;
	border-radius: 2px;
	margin: 15% 0 0 60%;
	color: #fff;
	border: 1px solid #F44336;
	text-align: center;
	width: 35%;
	padding: 1% 0;
	font-size: 1.0vw;
}

div.conteudo_geral div.skype h4 {
	margin: 1% 0 0 2%;
	color: #d50000;
}

div.conteudo_geral div.skype div.center {
	width: 100%;
	text-align: center;
	margin-top: 5%;
}

div.conteudo_geral div.skype p.contact_skype {
	color: #424242;
	font-size: 1.3vw;
	margin: 3% 0;
}

div.conteudo_geral div.skype a.contact_skype {
	text-decoration: none;
}

div.conteudo_geral div.skype a.contact_skype img.logo_skype {
	width: 20%;
}

div.conteudo_geral div.nosso_contacto h4 {
	margin: 1% 0 2% 2%;
	color: #d50000;
}

div.conteudo_geral div.nosso_contacto p {
	margin: 1% 0 0 4%;
}