/*
PADRÕES
*/
/*
Cor primária: #d6c3a7
*/

body,html {
	overflow-x: hidden;
}

body {
	background: #fff;
	color: #444;
	font-family: "Roboto", sans-serif;
}

a {
	color: #d6c3a7;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #0a98c0;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
	font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.btn {
	border-radius:0;
}

/* Botão voltar ao topo */
.back-to-top {
	position: fixed;
	display: none;
	background: #000;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	left: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

/* Prelaoder */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #d6c3a7;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Cabeçalho
--------------------------------------------------------------*/
#header {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display:none;
	background:#000;
	z-index: 997;
	transition: all 0.5s;
	padding: 15px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

#header.header-scrolled, #header.header-pages {
	display:block;
	padding: 15px 20px;
	background-color: #000;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out !important;
	-moz-transition: all 300ms ease-in-out !important;
	-ms-transition: all 300ms ease-in-out !important;
	-o-transition: all 300ms ease-in-out !important;
	transition: all 300ms ease-in-out !important;
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: all 300ms ease-in-out !important;
	-moz-transition: all 300ms ease-in-out !important;
	-ms-transition: all 300ms ease-in-out !important;
	-o-transition: all 300ms ease-in-out !important;
	transition: all 300ms ease-in-out !important;
}

#header .logo img {
  margin: 7px 0;
  max-height: 32px;
}

.main-pages {
  margin-top: 60px;
}

/* CAPA DO SITE */
#intro {
	width: 100%;
	min-height: 100vh;
	height:auto !important;
	position: relative;
	background-color:#000;
	background-image: url("../img/RW105796.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:75px 0;
}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}

.overlay-black {
	background:rgba(0,0,0,0.5);
}

.overlay-black-lt {
	background:rgba(0,0,0,0.2);
}

.absolute-header {
	position:absolute;
	top:56.59px;
	left:56.59px;
}

.logo-home{
	
	margin-bottom:34.97px;
}

/*MENU ABSOLUTO HOME*/
.nav-home ul {
	padding:0;
	list-style:none;
}
.nav-home ul li {
	margin:0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.nav-home ul li a {
	color:#fff;
	font-weight:bold;
	font-size:24px;
	line-height: 1.3;
	
}

.nav-home .nav-fale {
	position:relative;
	top:20px;
}

.nav-home .nav-fale::before {
	content: '';
	position:absolute;
	width:20px;
	height:2px;
	background:#fff;
	top:-10px;
	left:0;
}

.nav-home ul li:hover {
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

/* CAPA INTRO TEXTOS */
#intro .intro-text {
	position:relative;
	top:65px;
}

#intro .intro-text h2 {
	font-size:2.7em;
	color:#fff;
	font-weight:bold;
	margin:0 0 30px 0;
	line-height: 1em;
	letter-spacing:-1px;
	position:relative;
}

#intro .intro-text h2::after {
	position:absolute;
	content: '';
	width:70px;
	height:2px;
	background:#fff;
	left:0;
	bottom:-10px;
}

#intro .intro-text p {
	font-size:0.95em;
	color:#999;
}

/*VIDEO*/
#video-section {
	background:#d4c3a6;
	padding:80px 0;
}

.video-descricao {
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
}

#home-video-box {
	overflow: hidden;
	width:100%;
	height:430px;
	position:relative;
}

#home-video-box .video-capa {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	background-color:#000;
	background-image:url("../img/RW105672.png");
	background-size:contain;
	background-attachment:scroll;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

#home-video-box:hover .video-capa {
	transform: scale(1.2);
}

.play-link img, .play-link .btn  {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	/*
	border-radius:50%;
	max-width:80px;
	*/
	width:220px;
	position:absolute;
	top:calc(50% - 40px);
	left:calc(50% - 110px);
}

.play-link img:hover {
	background:#000 !important;
}

/*LIGHT BOX MODAIS*/
.modal-conteudo {
	overflow-x:hidden !important;
	background:#f9f9f9;
	position:relative;
	height:100%;
}

.modal-close-x {
	right:2%;
	top:50%;
	background:#000 !important;
	position:fixed !important;
	z-index:9;
	padding:15px;
}
.modal-close-x:hover {
	color:#fff;
}

.modal-capa{
	position:relative !important;
	overflow:hidden !important;
	text-align:center;
	background-image:url("../img/RW105796.jpg");
	background-position:top;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:100%;
	padding:60px;
	margin-bottom:60px;
	
}

.modal-capa h2{
	color:#fff;
	font-size:2.7em;
	position:relative;
	z-index:3;
}

.modal-texto p {
	font-size: 18px;
	color:#A0A0A0;
}
.modal-texto q {
	width:100%;
	padding:35px;
	border:4px solid #F1F1F1;
	font-weight:normal;
	font-size: 26px;
	color:#A0A0A0;
	float:left;
	margin-bottom:25px;
}
/* Menu de navegação */

/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav ul li a {
	margin-top:12px;
	display: block;
	position: relative;
	color: #ccc;
	padding: 0 15px;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 600;
	position:relative;
}

.main-nav ul li a:after {
	content: '';
	height:15px;
	width:2px;
	position:absolute;
	background:#fff;
	top:4px;
	right: 0;
}

/*REMOVE O ÚLTIMO SEPARADOR*/
.main-nav ul li:last-child a:after {
	background:transparent;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
}

/* Navegação no mobile */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ccc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #fff;
	text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(214, 195, 167, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Cabeçalho de Seções
--------------------------------*/
.section-header h3 {
  font-size:2.7em;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.header-dark h3 {
	color: #333;
	position:relative;
}

.header-dark h3::after {
	content: '';
	width:30px;
	height:2px;
	position:absolute;
	background:#333;
	left:calc(50% - 15px);
	bottom:-10px;
}

.header-dark p {
	color: #777;
}

.header-light h3 {
	color: #f0f0f0;
}

.header-light p {
	color: #666;
}

.header-light h3::after {
	content: '';
	width:30px;
	height:2px;
	position:absolute;
	background:#ccc;
	left:calc(50% - 15px);
	bottom:-10px;
}

.section-header p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 70%;
}

/* Seção ESTUDIO */
#atuacao {
	position:relative;
	padding-top: 0;
	padding-left:0;
	background:#1c1c1c;
	height:auto;
}

#atuacao h2 {
	color: #F0F0F0;
	font-weight: bold;
}

.atuacao-content {
	padding:0 50px;
}

.atuacao-content h2{
	position:relative;
	font-size:2.7em;
	margin-top:30px;
}

.atuacao-content h2::after{
	content: '';
	height:2px;
	width:35px;
	position:absolute;
	background:#fff;
	bottom:-10px;
	left: 0;
}

#atuacao p {
	color: #999;
	font-size:15px;
}

.container-atuacao {
	min-height:465px !important;
	overflow:hidden;
	height:1px !important;
}

.atuacao-capa {
	width: 100%;
	background-color:#000;
	min-height:100%;
	position: relative;
	background-image: url("../img/RW101426.jpg");
	background-size: cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:bottom;
}

.atuacao {
	text-align:center;
}

.atuacao-gray {
	background:#ccc;
}

.atuacao-black {
	background:#333;
}

/* Atuações
--------------------------------*/
#atuacoes {
	padding: 0;
	background:#101010;
}

#atuacoes .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	
	position: relative;
	
	
	/*padding: 60px 30px;*/
	height:230px;
	overflow: hidden;
	margin: 0;
	background:#101010;
	box-shadow: 3px 2px 29px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	text-align: center;
	/*border:1px solid #ccc;*/
}


#atuacoes .icon {
	padding-top: 12px;
	text-align:center;
	margin-bottom:10px;
	border-radius: 0;
	width: 100%;
}

#atuacoes .icon i {
  font-size: 48px;
  line-height: 1;
  color:#d6c3a7;
}

#atuacoes .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#atuacoes .title a {
	color: #ccc;
	/*font-size:1.3em;*/
}

#atuacoes .box:hover .title a {
}

#atuacoes .description {
	flex: 1;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

#atuacoes .box:hover .atuacao-overlay-descricao {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out !important;
	-moz-transition: all 300ms ease-in-out !important;
	-ms-transition: all 300ms ease-in-out !important;
	-o-transition: all 300ms ease-in-out !important;
	transition: all 300ms ease-in-out !important;
}

.atuacao-overlay-descricao {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	
	flex: 1;
	
	padding:0 !important;
	
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: all 300ms ease-in-out !important;
	-moz-transition: all 300ms ease-in-out !important;
	-ms-transition: all 300ms ease-in-out !important;
	-o-transition: all 300ms ease-in-out !important;
	transition: all 300ms ease-in-out !important;
	position:absolute !important;
	background:#000;
	width:100%;
	height:100%;
}

.atuacao-overlay-descricao p {
	margin:15px 0;
	font-size:14px;
	color:#c1c1c1;
	line-height:20px;
	padding:15px 20px;
}

/* Vanguarda
--------------------------------*/
#vanguarda {
  padding: 60px 0 0 0;
}

#vanguarda .vanguarda-conteudo {
	padding:50px;
}

#vanguarda .vanguarda-conteudo ul {
	list-style:square;
}

#vanguarda .vanguarda-conteudo ul li {
	margin:10px 0;
	color:#777;
	font-size:15px;
}

#vanguarda .vanguarda-conteudo .features i {
  font-size: 36px;
  float: left;
}

#vanguarda .vanguarda-conteudo .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#vanguarda .vanguarda-conteudo .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

.container-vanguarda {
}

.row-vanguarda {
	background:#F0F0F0;
	height:500px;
}

.box-img-vanguarda {
	width:100%;
	height:100%;
	position:relative;
	background-color:#fff;
	background-attachment:fixed;
	background-size:cover;
	background-image: url('../img/teste.png');
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
	background: #d6c3a7;
	background-size: cover;
	padding: 40px 0;
}

#call-to-action .cta-title {
	color: #f0f0f0;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action .cta-text {
	color: #f0f0f0;
}

#call-to-action .cta-btn {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #f0f0f0;
}

#call-to-action .cta-btn:hover {
  background: #d6c3a7;
  border: 3px solid #d6c3a7;
}

/*SEPARADOR*/
#separator {
	min-height:100vh;
	width: 100%;
	position: relative;
	background-color:#101010;
	background-image: url("../img/RW105381f.png");
	background-size: cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	padding:0;
}

#separator .logo-transp {
	height:100%;
	position:absolute;
	right:0;
	top:0;
}


/* Portfolio --*/

#portfolio {
	padding: 60px 0;
}

#portfolio #portfolio-flters {
	padding: 0;
	margin: 5px 0 35px 0;
	list-style: none;
	text-align: center;
}

#portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 15px 15px 15px 0;
	display: inline-block;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #413e66;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
	color: #d6c3a7;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
	overflow: hidden;
	position: relative;
	margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
	opacity: 0.4;
	transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
	font-size: 22px;
	line-height: 1px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
	color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
	color: #d6c3a7;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
	padding: 0;
	margin: 0;
	color: #f8fcff;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
	display: inline-block;
	line-height: 1;
	text-align: center;
	width: 36px;
	height: 36px;
	background: #d6c3a7;
	border-radius: 50%;
	margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
	padding-top: 6px;
	font-size: 22px;
	color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
	background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
	color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
	background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

/* Metodologia
--------------------------------*/
#section-metodologia {
	padding: 80px 0;
	background:#ffffff;
}

#section-metodologia .section-header {
	margin-bottom:10px;
}

.row-slide {
	background:#F0F0F0;
	padding:30px 0;
}

.owl-carousel .owl-item img {
	display:inline;
	margin-bottom:10px;
}

#section-metodologia .testimonial-item {
	text-align:center !important;
	width:100%;
	font-family: 'Abel', sans-serif;
	color:#a38a66;
	font-size:16px;
}

#section-metodologia .testimonial-item .testimonial-number {
	padding:25px;
}

#section-metodologia .testimonial-item .testimonial-number span{
	padding:10px 20px;
	background:#333;
	color:#fff;
	border:2px solid #333;
	font-size:1.8em;
}

#section-metodologia .testimonial-item p {
	font-style: italic;
	width:100% !important;
}

#section-metodologia .owl-nav, #section-metodologia .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#section-metodologia .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 0;
	background-color: #ddd;
}

#section-metodologia .owl-dot.active {
	background-color: #000;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: inherit;
    font: inherit;
	/*background:red;*/
	font-size:3em;
	padding:0;
}

/*SEPARADOR EQUIPE*/
#equipe-capa {
	min-height:200vh;
	width: 100%;
	position: relative;
	background-color:#101010;
	background-image: url("../img/RW105646.png");
	background-size: contain;
	background-position:top;
	background-attachment:scroll;
	background-repeat:no-repeat;
	padding:75px 0;
	margin-bottom: -20%;
}

/*EQUIPE INFO*/
#section-equipe {
	background:#101010;
}

.equipe-pessoa {
	padding:60px 80px;
	background:rgba(28,28,28, 0.9);
	-moz-transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}

.equipe-pessoa h4 {
	color:#fff;
	font-weight:bold;
	position:relative;
}

.equipe-pessoa h4::after {
	content: '';
	height:2px;
	width:35px;
	position:absolute;
	background:#fff;
	bottom:-10px;
	left: 0;
}

.equipe-pessoa p {
	color:#999;
	font-size:15px;
}

/*MODAIS*/
.modal {
	border-radius:0;
}
.modal .close {
	color:#fff;
	text-shadow:2px 1px 1px #000;
	position:absolute;
	right:15px;
	top:15px;
}
.modal-body {
	padding:0;
	position:relative;
}

.primeiro-p{
	margin-top:35px;
}

.modal-body p {
	padding:0 45px;
}


/*CONTATO*/
#contato {
	position:relative;
	padding-top: 0;
	padding-left:0;
	background:#f0f0f0;
	height:auto;
	overflow:hidden;
}

.contato-esquerda {
	padding:80px 80px 60px 80px !important;
}

#contato h4 {
	color: #333;
	font-weight: bold;
	position:relative;
}

#contato h4::after {
	content: '';
	height:2px;
	width:35px;
	position:absolute;
	background:#101010;
	bottom:-10px;
	left: 0;
}

#contato h3 {
	color: #ccc;
	font-weight: 400;
	font-size: 22px;
}

#contato h6 {
	font-weight: 400;
}

#contato p {
	color: #999;
	font-size:14px;
}

#contato .footer-links .card {
	background:transparent;
	border:none; 
	padding:0 !important;
	border-radius:0;
}

#contato .footer-links .ion {
	font-size:1.8em;
	color:#d6c3a7;
}

.container-contato {
	overflow:hidden !important;
}

.footer-links {
	
}

.social-links {
	
}

.formulario {
	margin-top:30px;
}

.social-links a {
	font-size: 18px;
	display: inline-block;
	background: #d6c3a7;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 0;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

.social-links a:hover {
	background: #a38a66;
	color: #fff;
}

.formulario input, .formulario textarea  {
	background:transparent;
	box-shadow:none !important;
	outline:none !important;
	padding:20px 10px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:2px solid #E0E0E0;
	font-size:14px;
	border-radius: 0 !important;
	resize: none;
}

.formulario input:focus, .formulario input:active {
	outline:none !important;
	border-bottom-color: #ccc;
	background:transparent !important;
}

.formulario textarea:focus, .formulario textarea:active {
	outline:none !important;
	border-bottom-color: #ccc;
	background:transparent !important;
}

.contato-capa {
	width: 100%;
	height:100% !important;
	background-color:#000;
	position: relative;
	background-image: url("../img/RW105792.jpg");
	background-size: cover;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:bottom;
}

.atuacao {
	text-align:center;
}

.atuacao-gray {
	background:#ccc;
}

.atuacao-black {
	background:#333;
}

.owl-carousel .owl-video-tn {
	background-size: cover;
	padding-bottom: 20%; /* 16:9 */
	  padding-top: 25px;
  }
  
  .owl-video-frame {
	  position: relative;
	  padding-bottom: 20%; /* 16:9 */
	  padding-top: 25px;
	  height: 0;
  }
  .owl-video-frame iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  
 
  