@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	font-family: 'Playfair Display', serif;
	color:#4A4F55;
	-webkit-font-smoothing: antialiased;
  outline: 0;
}
h1,h2,h3,h4,h5,h6 {
	color:#4A4F55;
}
h2 {
	font: normal 26px/28px "Montserrat";
}
h4 {
    font: normal 20px/22px "Montserrat"
}
p {
	font-size: 15px;
}
/* HEADER */
.nav.navbar-nav.navbar-right > li > a {
	font-family: 'Montserrat', sans-serif;
	display: block;
	padding: .3em .6em;
	text-decoration: none;
	font-size: 14px;
}
.navbar-brand>img {
    display: block;
    height: 55px;
}
.navbar-brand {
	padding: 12px 15px;
}
nav.navbar.navbar-default
{
	background-color: #fff;
	height: 75px;
	border: 0;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	z-index: 11;
	margin-bottom: 0 !important;
	border-radius: 0;
}

/* === */
.col-md-2-5 {
	float: left;
	padding: 0 15px;
	width: 20%;
}

.col-md-2-5 img {
width: 50%;
margin: 0 auto 15px;
}

section {
	padding: 30px 0;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	background-color: rgba(0, 0, 0, 0.5);
}
.title {
	position: relative;
	margin: 60px 0 12px 0;
	text-align: center;
}
.desc {
	margin: 1em 0;
}
.sep {
	position: relative;
	display: block;
	clear: both;
	margin: 30px 0;
	min-width: 100%;
	height: 1px;
	border-top: 1px solid;
	color: #EDEDED;
}

.sep:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 100px;
    height: 1px;
    background: #CCA876;
    margin-left: -50px;
}


.sep-2 {
	position: relative;
	display: block;
	clear: both;
	min-width: 100%;
	height: 2px;
	border-width: 1px;
	border-top: double;
	color: #EDEDED;
}

.sep-text {
    position: relative;
    margin: 60px 0 30px 0;
    text-align: center;
}
.sep-text .content {
	position: relative;
	margin-bottom: 10px;
}
.sep-text .content h3 {
	font-family: 'Montserrat', sans-serif;
	position: relative;
	z-index: 1;
	background: #fff;
	width: 320px;
	max-width: 100%;
	text-align: center;
	margin: auto;
	color: #4A4F55;
	font-size: 26px;
}
.sep-text .content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	border-top: 1px solid #ccc;
	left: 0;
	top: 18px;
	z-index: 0;
}

#map_canvas {
	width: 100%;
	height: 500px;
}
.thumbnail {
	border:0;
}

.services .services-inside .services-title {
    margin: 17px 0 0 0;
    line-height: 1;
}

.team-wrapper {
	border-bottom: 2px solid #CCA876;
	padding: 5px 0;
	margin-bottom: 10px;
}

.team-wrapper:hover .frame .caption {
    opacity: 1;
}

.team-wrapper:hover .cp-text-box:before {
    content: '';
    opacity: 0;
}

.team-wrapper .frame {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.team-wrapper .frame .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
}

.team-wrapper .frame .caption .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 55%;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.team-wrapper .frame .caption ul {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: block;
    text-align: center;
}

.team-wrapper .frame .caption ul li {
    display: inline-block;
    padding: 0 3px;
}

.team-wrapper .frame .caption ul li a {
    text-decoration: none;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    display: block;
}

.team-wrapper .frame .caption p {
    color: #fff;
    margin: 0 0 25px 0;
}

.team-wrapper .frame img {
    display: block;
    width: 100%;
    height: auto;
}

.team-wrapper .cp-text-box {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.team-wrapper .cp-text-box:before {
    background-color: #fff;
    bottom: 64px;
    content: "";
    height: 64px;
    left: 0;
    position: absolute;
    transform: rotate(13deg);
    width: 100%;
    opacity: 1;
}

.team-wrapper .cp-text-box h3 {
    text-align: center;
    position: relative;
}

.team-wrapper .cp-text-box em {
    display: block;
    position: relative;
    text-align: center;
    font: italic 400 14px/14px 'Montserrat',sans-serif;
    color: #666;
}

.section-team {
	background: url('../img/team_bg.jpg');
	background-size: cover;
	padding-bottom: 0;
}
.section-form {
	background: url('../img/form_bg.jpg');
	background-size: cover;
}
.section-contact {
	background: #fff;
	position: relative;
	width: 100%;
	padding-bottom: 0;
}
.section-contact .title {
	margin-top: 0;
}
.map-wrapper {
	position: relative;
}
.section-contact .contact-box {
	position: absolute;
	width: 30%;
	background: #fff;
	padding: 15px;
	border-bottom: 3px solid #CCA876;
  top: 100px;
  right: 10%;
}
.section-contact .contact-box h3 {
	font-family: 'Montserrat', sans-serif;
}

#contactForm input{
	height: 50px;
}

#contactForm input.form-control,
#contactForm textarea.form-control {
	font-family: 'Montserrat', sans-serif;
	background: #ffffff;
	border-radius: 0px;
	padding: 17px;
	width: 100%;
	position: relative;
	border: none;
	outline: none;
	border: 1px solid #EDEDED;
	border-bottom: 1px solid transparent;
	margin: 0;
	box-shadow: none!important;
	font-size: 14px;
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
	color: #303030;
}

.btn-form-contact {
	padding: 10px 35px;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #CCA876;
	color:#CCA876;
	border-radius: 0;
	background: transparent;
	background-color: #fff;
}

/* --- TAGS --- */

/* BOOTSTRAP RELATED */



.carousel-indicators li
{
	border: 1px solid #777 !important;
}

.item
{
	width: 80%;
	margin: 0 auto;
}

.carousel-control.right, .carousel-control.left
{
	background-image: none;
}

.carousel-control, .carousel-control:hover, .carousel-control:visited, .carousel-control:link, .carousel-control:active
{
	color: #2e2274;
	opacity: 1;
}

/* --- BOOTSTRAP RELATED --- */

/* CORPO DO SITE */


.pre-legenda, .legendatop, .legendatop2, .legenda-divid
{
	z-index: 13;
	position: relative;
}

.pre-legenda, .legendatop, .legendatop2, .legenda-divid h3
{
	text-align: center;
}

.pre-legenda {
    font-size: 24px;
    letter-spacing: 1px;
    padding-top: 25vh;
    font-family: 'Playfair Display', serif;
}

.legendatop
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 50px;
	letter-spacing: 2px;
	-webkit-animation-delay: 1.7s;
	-moz-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.legenda-divid
{
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	animation-delay: 2.7s;
}

.legenda-divid h3
{
	margin: 0 0 25px 0;
}

.legenda-divid img
{
	height: 35px;
}

.legendatop2
{
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 400;
	padding: 0;
	margin-left: 10%;
	margin-right: 10%;
	-webkit-animation-delay: 2.7s;
	-moz-animation-delay: 2.7s;
	animation-delay: 2.7s;
}

.titulos
{
	background-color: #CCA876;
}

.titulos h1
{
	color: white;
	padding-top: 25px;
	margin-top: 0 !important;
	padding-bottom: 10px;
}

.titulos h3
{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding-bottom: 25px;
	margin: 0;
	font-weight: 300;
}

.displayer
{
	display: block!important;
}

.divid-icon
{
	height: 25px;
}

.cod-pad-null
{
	padding-left: 0 !important;
}

.perfis-team
{
	margin: 15px 0;
}

.perfis-team h2
{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-bottom: 0;
}

.desc-titulo {
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 300;
	color: #999;
}

.desc-text
{
	margin: 20px 0 0 0;
	font-size: 15px;
}

.links-sociais
{
	display: block;
	padding-top: 22px;
}

.links-sociais a
{
	text-decoration: none;
}

.social-wrapper
{
	text-align: left;
}

.social
{

	text-align: center;
	border: solid 2px #CCA876;
	width: 30px;
	height: 30px;
	display: inline-block;
	    margin-right: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.social:hover
{
	background-color: #CCA876;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.social i
{
	color: #CCA876;
	margin-top: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.social:hover i
{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.desc-team p, .desc-team h2, .faqs h3, .faqs a, .faqs p
{
	color: #fff;
}

.areas-wrapper
{
	margin: 15px;
}

.areas-wrapper h2
{
	font-family: 'Playfair Display', serif;
	    font-size: 24px;
}

.areas-wrapper p
{
	font-size: 15px;
}

.areas-wrapper h3
{
	text-align: center;
	margin: 3px 0 0 0;
}

.areas-wrapper img
{
	height: 20px;
}

.img-perfis
{
	border: 2px solid #333;
}

.pic-wmaximzr
{
	width: 100%;
}

.pic-wmaximzr-sup
{
	padding: 0 !important;
}

.panel
{
	background-color: transparent;
}

.faqs h3
{
	text-align: center;
}

.faqs a
{
	text-decoration: none;
}

li.page-scroll a
{
	color: #2e2274;
	margin: 25px 0;
}
.custom-alert {
	text-align: center;
	border-radius: 0;
	color: #fff;
	background: #27ae60;
	background-color: #27ae60;
	font-family: 'Montserrat', sans-serif;
}
header
{
	height: 700px;
	position: relative;
	transition: all 0.7s;
}

header p
{
	color: #fff;
}

.imagens-main1, .imagens-main2, .imagens-main3, .imagens-main4
{
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.imagens-main1
{
	background-image: url("../img/decorative/1.jpg");
	z-index: 3;
	-webkit-animation: main1 30s infinite;
	animation: main1 30s infinite;
}

.imagens-main2
{
	background-image: url("../img/decorative/2.jpg");
	z-index: 4;
	-webkit-animation: main2 30s infinite;
	animation: main2 30s infinite;
}

.imagens-main3
{
	background-image: url("../img/decorative/3.jpg");
	z-index: 5;
	-webkit-animation: main3 30s infinite;
	animation: main3 30s infinite;
}

.imagens-main4
{
	background-image: url("../img/decorative/4.jpg");
	z-index: 6;
	-webkit-animation: main4 30s infinite;
	animation: main4 30s infinite;
}

footer {
	background: url('../img/footer_bg.jpg');
	background-color: #4a4f55;
	background-size: cover;
	color: #fff;
	padding: 15px 0;
}

footer h4
{
	color: #fff;
	font-weight: 300;
}

footer p
{
	color: #fff;
	font-size: 13px;
}

footer img {
	margin-top: 15px;
}

.copy {
	background: #404449;
	width: 100%;
	padding:15px  5px;
	color: #fff;
	font-size: 10px;
}

.img-testim
{
	border: #333 solid 1px;
	margin: 60px auto;
}

.hrminifier
{
	width: 35px;
	border-top: 2px solid #fff;
}

/* --- ELEMENTOS --- */

/* COLORING */

.cinzento
{
	background-color: #CCA876;
}

.cinzento h2, .cinzento p, .cinzento h1
{
	color: #fff;
}

.cinzento .hrminifier
{
	border-top-color: #fff;
}

.btn-success
{
	background-color: #CCA876;
	border-color: #CCA876;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.btn-success:hover
{
	background-color: #110a33;
	border-color: #110a33;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.btn-success:active, .btn-success:visited, .btn-success:link
{
	background-color: #CCA876;
}

/* --- COLORING --- */

/* ESPAÇAMENTOS */

.carousel.slide
{
	margin-bottom: 50px;
}

.spacer
{
	margin-top: 80px;
}

.spacer-mini
{
	margin-top: 50px;
}

.spacing-small
{
	margin-top: 15px;
}



/* MEDIA QUERIES */


@media only screen and (max-width : 480px) {
	.col-md-2-5 {
		width: 100%;
	}
}

@media only screen and (max-width : 768px) {
	.col-md-2-5 {
		width: 50%;
	}
	.section-contact .contact-box {
		display: none;
	}
	.cod-pad-null img {
		width: 70%;
		margin: auto;
	}
}


/*Ipads*/

@media only screen and (max-device-width : 1024px) and (orientation : landscape) {

	.respons-display
	{
		display: none;
	}

	.social
	{
		width: 60px;
		height: 60px;
	}

	.assistente-ajuste
	{
		margin-top: 19px;
	}

	.social i
	{
		margin-top: 10px;
	}

	.social .fa
	{
		font-size: 30px;
	}

	.btn.btn-success
	{
		font-size: 16px;
	}

	.areas-wrapper h2
	{
		font-size: 27px;
	}

}

@media only screen and (max-device-width : 1024px) and (orientation : portrait) {

	.nav.navbar-nav.navbar-right li a
	{
		font-size: 20px;
	}

	.respons-display
	{
		display: none;
	}

	.social
	{
		width: 60px;
		height: 60px;
	}

	.social i
	{
		margin-top: 10px;
	}

	.social .fa
	{
		font-size: 30px;
	}

	.btn.btn-success
	{
		font-size: 16px;
	}

	.areas-wrapper h2
	{
		font-size: 27px;
	}

}

/*Iphones*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

	.divid-icon
	{
		display: block;
		margin-bottom: 15px;
	}

	.navbar-brand
	{
		padding: 5px 15px;
	}

	.navbar-brand img
	{
		height: 50px;
	}

	.navbar-header.page-scroll
	{
		margin-top: 20px;
	}

	.legendatop
	{
		font-size: 30px;
	}

	.respons-display-mob
	{
		display: none;
	}

	.footer-col img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-collapse
	{
		background-color: #fff;
	}

	.navbar.navbar-default
	{
		z-index: 99 !important;
	}

	.footer-col
	{
		text-align: center;
	}

	.areas-wrapper img
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.perfis-team
	{
		text-align: center;
	}

	.cod-pad-null
	{
		padding-right: 0 !important;
	}

	.center-mob, .social, .divid-icon
	{
		margin-left: auto;
		margin-right: auto;
	}

	.social-wrapper
	{
		text-align: center;
		display: block;
	}

	.carousel-indicators
	{
		display: none;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

	.divid-icon
	{
		display: block;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.navbar-brand
	{
		padding: 5px 15px;
	}

	.navbar-brand img
	{
		height: 50px;
	}

	.navbar-header.page-scroll
	{
		margin-top: 20px;
	}

	.legendatop
	{
		font-size: 30px;
	}

	.respons-display-mob
	{
		display: none;
	}

	.footer-col img
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-collapse
	{
		background-color: #fff;
	}

	.navbar.navbar-default
	{
		z-index: 99 !important;
	}

	.areas-wrapper img
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.perfis-team
	{
		text-align: center;
	}

	.cod-pad-null
	{
		padding-right: 0 !important;
	}

	.center-mob, .social, .divid-icon
	{
		margin-left: auto;
		margin-right: auto;
	}

	.social-wrapper
	{
		text-align: center;
		display: block;
	}

	.carousel-indicators
	{
		display: none;
	}

}

/* --- MEDIA QUERIES --- */
