@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,200i,300,300i,400,500,600,700,700i,800i,900,900i');

/*
Theme Name: P4 Corretora
Theme URI: http://www.p4corretora.com.br
Author: DesignMaster Agência Digital
Author URI: http://www.designmaster.com.br
Description: Tema criado sob medida especificamente para nosso cliente.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-width, custom-header, custom-menu, editor-style, featured-images, post-formats, 
*/
body {
	font-family: 'Poppins', sans-serif;
}
.menu {
	border-top:1px solid #ece8e2;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top {
	width: 100%;
	color: #be0048;
	background: none;
	padding: 0px 0px;
	text-align: right;
}
.top i {
	color: #be0048;
}
.top a {
	color: #be0048;
}
.top p {
	margin: 0px;
	font-size: 14px;
	color: #be0048;
  font-weight:400;
}
#banner  {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.55);
}

h1 {
  font-size: 41px;
  color: rgb(190, 0, 72);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

h2 {
  font-size: 24px;
  color: #222b48;

}
h3 {
	font-size: 20px;
	color: #444444;
	
}
.entry-title {
	background: #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.entry-title h1 {
}
p {
	color: #6d6c6c;
	font-size: 15px;
	line-height: 31px;
}

.pagina {
	margin-top: 30px;
	background: #FFF;
	padding-bottom: 30px;
}

.btn-default {
	font-family: 'Montserrat', sans-serif;
	color: #FFF!important;
	border-radius: 0px !important;
	border: none !important;
	background: #be0048 !important;
	padding-left:80px !important;
	padding-right: 80px !important;
	font-size: 23px !important;
	text-transform: uppercase;
	font-weight: 300 !important;
}

.form-control {
	padding: 30px 20px !important;
	border-radius: 0px;
  background-color: rgb(255, 255, 255);
border:none;
	-webkit-box-shadow:  inset 0px 2px 0px 0px rgba(194, 194, 194, 0.004)!important;
	-moz-box-shadow:  inset 0px 2px 0px 0px rgba(194, 194, 194, 0.004)!important;
	box-shadow:  inset 0px 2px 0px 0px rgba(194, 194, 194, 0.004)!important;
	font-size: 20px !important;
	font-weight: 200!important;

}
.gallery-item img {
	border: none !important;
}
footer {
	font-size: 12px;
	background:#be0048;
	color: #FFF;
	padding: 50px 0px;
	font-weight: 200;
}
footer h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
}
footer p {
	color: #FFF;
}
footer i {
	color: #FFF;
}
footer .social {
	font-size: 40px;
	text-align: center;
}
footer .social i {
	font-size: 40px;
	
} 
footer a {
	color: #FFF;
}
footer a:hover {
	color: #468dcb;
}
@media (max-width: 1024px) {
	.logo {
		margin-bottom: 15px;
	}
}