body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	color: #4A4A4A;
}
a, a:hover {
	color: #B89B5E;
	text-decoration: none;
}


/* MENU
----------------------------------*/
.navbar--blue {
	background: #000140;
	color: #fff;
	padding: 10px 0;
}

.icon-social {
	height: 20px;
	width: auto;
}
.navbar-logo {
    width: 343px;
    height: 70px;
    background: url(../images/logo-fr-full-azul.png) no-repeat;
    background-size: contain;
}
.navbar {
	background: #fff;
	font-family: 'Lora', serif;
	-webkit-box-shadow: 0px 2px 5px 2px rgba(153,153,153,0.3); 
	box-shadow: 0px 2px 5px 2px rgba(153,153,153,0.3);
}
.nav-item a,
.menu-item a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	margin-left: 40px;
	font-size: 14px;
}
.active a {
	border-top: 2px solid #B89B5E;
	padding-top: 10px;
}

.nav__contato li {
	list-style: none;
	display: inline;
	margin: 10px;
	color: #fff;
}
.nav__contato a {
	color: #fff;
}
.nav__login input {
	outline: none;
	border: 1px solid #B89B5E;
	background: #fff;
	padding: 5px 15px;
	font-size: 12px;
	color: #000;
}
.nav__login input::placeholder {
	color: #9B9B9B;
}
.nav__login button {
	border: none;
	background-color: #B89B5E;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 15px;
}


/* TITULOS E BOTOES
----------------------------------*/
.sub-title {
	position: relative;
	color: #B89B5E;
	font-size: 18px;
	margin-left: 45px;
	font-weight: lighter;
}
.sub-title--center {
	text-align: center;
	color: #B89B5E;
	font-size: 18px;
	font-weight: lighter;
}
.sub-title:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #B89B5E;
  position: absolute;
  left: -29px;
  top: 50%;
  transform: translate(-50%);
}

.main-title {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: bold;
	color: #4A4A4A;
	margin-bottom: 30px;
}

.btn-white {
	color: #fff;
	font-size: 18px;
	padding: 15px 50px;
	display: inline-block;
	border: 1px solid #fff;
}
.btn-white:hover {
	color: #fff;
}



/* BANNER
----------------------------------*/
.main-banner {
	position: relative;
	background: url(../images/banner.jpg);
	background-size: cover;
	height: calc(100vh - 140px);
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner__overlay {
    position: absolute;
    background: rgb(0, 1, 44, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.banner__content {
	position: relative;
	max-width: 700px;
	z-index: 2;
}
.banner__content h1 {
	position: relative;
	font-size: 48px;
	font-family: 'Lora', serif;
	margin-bottom: 30px;
}
.banner__content h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #B89B5E;
  margin: auto;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -20px;
  z-index: -1;
}
.banner__content p {
	font-size: 24px;
	font-weight: lighter;
}



/* SOBRE
----------------------------------*/
.sobre-nos {
	background: #F5F5F5;
	/* height: 600px; */
}
.sobre__content {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
}

.sobre-img{
	height: 100%;
	object-fit: cover;
}

.contato-info {
	padding-top: 30px;
}
.contato-info img {
	margin-right: 20px;
	width: 25px;
	height: auto;
}



/* SERVIÇOS
----------------------------------*/
.servicos {
	padding: 70px 0;
}
.box-servicos {
	margin-bottom: 30px;
}
.box-servicos__infos {
	border: 1px solid #DEDEDE;
	padding: 40px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-align: center;
}
.box-servicos__infos:hover {
	border-color: #B89B5E;
}
.box-servicos__infos h3 {
	font-size: 18px;
	font-weight: 600;
}
.box-servicos__infos p {
	font-size: 14px;
}
.box-servicos__infos img {
	width: 50px;
	height: auto;
	margin: 0 auto 30px auto;
}


/* EQUIPE
----------------------------------*/
.equipe {
	background-color: #F5F5F5;
	padding: 70px 0;
}
.equipe__box img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-bottom: 15px;
}
.equipe__box {
	margin-bottom: 30px;
}
.equipe__desc {
	text-align: center;
}
.equipe__desc h3 {
	font-family: 'Lora', serif;
	color: #000140;
	font-size: 24px;
}
.equipe__desc h4 {
	font-size: 16px;
	color: #4A4A4A;
}



/* BLOG
----------------------------------*/
.blog {
	padding: 70px 0;
}
.blog__box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	margin-bottom: 15px;
}
.blog__box ul {
	padding: 0;
	color: #9B9B9B;
	font-size: 14px;
}
.blog__box ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.blog__box li:first-child:after {
    content: " / ";
    padding: 0 10px;
}
.blog__box .data {
	font-weight: lighter;
	text-transform: uppercase;
}
.blog__box h2 {
	font-size: 24px;
	font-family: 'Lora', serif;
	font-weight: 600;
	margin-bottom: 20px;
}



/* BANNER DESTAQUE
----------------------------------*/
.destaque {
	position: relative;
	background: url(../images/banner.jpg);
	background-size: cover;
	height: 500px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.banner__overlay {
    position: absolute;
    background: rgb(0, 1, 44, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.destaque__content {
	position: relative;
	z-index: 2;
}
.destaque__content h4 {
	color: #B89B5E;
	font-size: 24px;
}
.destaque__content h3 {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
}



/* CONTATO
----------------------------------*/
.contato {
	background: #000140;
	padding: 50px 70px 30px;
	z-index: 3;
	position: relative;
	margin-top: -70px;
	margin-bottom: 70px;
}
.contato .contato__btn {
	display: block;
	margin: 0 auto;
	color: #fff;
	background: #B89B5E;
	border: none;
	padding: 15px 50px;
	font-size: 16px;
}

.wpcf7 p{
	margin: 0;
}

.wpcf7-spinner{
	display: none!important;
}

.main-title--white {
	font-size: 36px;
	color: #fff;
	font-family: 'Lora', serif;
}
.contato input, .contato textarea {
	border: none;
	border-radius: 0;
	background-color: #F5F5F5;
	padding: 15px;
	font-size: 14px;
}


/* CLIENTES
----------------------------------*/
.clientes {
	padding: 70px 0;
}
.clientes__box {
	border: 1px solid #EBEBEB;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.clientes__box img {
	height: 70px;
	width: auto;
}


/* FOOTER
----------------------------------*/
footer {
	color: #fff;
	background-color: #000140;
	margin: 0;
	padding: 50px 20px 20px;
	font-weight: lighter;
	font-size: 15px;
}
footer h2 {
	color: #B89B5E;
	font-size: 14px;
}
footer p {
	font-family: 'Lora', serif;
}
footer ul li {
	padding: 0;
	display: inline-block;
}
footer ul li a, footer ul li a:hover {
	color: #fff;
	padding-right: 15px;
}
.footer__info {
	border-left: 1px solid #B89B5E;
	padding-left: 30px;
}
.footer__final {
	border-top: 1px solid #B89B5E;
	margin-top: 20px;
	padding-top: 30px;
}



/* PAGINAS INTERNAS
----------------------------------*/
.title-section {
	position: relative;
	text-align: center;
	color: #fff;
	background: url(../images/banner-single.jpg);
	background-size: cover;
	background-position: center;
	height: 300px;
}
.title-section__content {
	margin-top: 20px;
	position: relative;
	max-width: 700px;
	z-index: 2;
}
.title-section__content h1 {
	font-weight: bold;
	font-size: 48px;
}
.title-section__content ul {
	margin: 0;
	padding: 0;
}
.title-section__content ul li,
.breadcrumb {
	font-family: 'Lora', serif;
	list-style: none;
	display: inline;
	color: #B89B5E;
}

.breadcrumb span{
	padding: 0 5px;
}
.title-section__content li:nth-child(n+2):before {
    content: " / ";
    padding: 0 10px;
}
.destaque--single {
	position: relative;
	background: url(../images/banner-single.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.contato-box {
	background: #000140;
	padding: 70px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: -30px;
	position: relative;
}
.contato-box h3 {
	font-weight: bold;
	font-size: 36px;
}
.contato-box h4 {
	font-size: 18px;
	color: #B89B5E;
	font-weight: lighter;
}
.quem-somos {
	padding: 70px 0;
	text-align: center;
}
.mvv {
	padding: 70px 0;
	color: #4A4A4A;
}
.mvv__box {
	border: 1px solid #DEDEDE;
	margin-bottom: 30px;
	padding: 30px;
}
.mvv__icon {
	min-width: 120px;
}
.mvv img {
	width: 50px;
	height: auto;
}
.mvv h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}