.banner {
	position: relative;
	width: 100%;
	float: left;
	min-height: 65vh;
	text-align: center;
	padding: 0 0 80px 0;
	background: url(../img/agencia-de-inbound-marketing-bh.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #2f165f;
	opacity: 0.9;
}

.banner .video-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
}
.banner .video-wrapper #video {
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner .video-wrapper {
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}

.banner .hamburger-menu {
	display: none;
}

.banner .video-wrapper #video {
	position: absolute;
	top: -39%;
	left: -375px;
	right: 0;
	width: 1920px;
	min-width: 1500px;
	height: 178%;
}

.banner .over {
	background: #1a7297; /* Old browsers */
	background: -moz-linear-gradient(
		45deg,
		#1a7297 0%,
		#031127 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		45deg,
		#1a7297 0%,
		#031127 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		45deg,
		#1a7297 0%,
		#031127 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a7297', endColorstr='#031127',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.8;
	position: absolute;
	height: 100%;
	width: 100%;
}

.banner .center-logo {
	position: absolute;
	top: 40vh;
	z-index: 4;
	left: 0;
	right: 0;
	float: none;
	display: table;
	margin: 0 auto;
	width: 270px;
}

.banner .center-logo img {
	z-index: 2;
	position: relative;
	width: 270px;
}

@media (max-width: 2560px) and (min-width: 2121px) {
	.banner .video-wrapper #video {
		width: 2560px;
		top: -419px;
		left: 0;
	}
}

@media (max-width: 2120px) and (min-width: 1921px) {
	.banner .video-wrapper #video {
		width: 2120px;
		top: -419px;
		left: 0;
	}
}

@media (max-width: 1920px) and (min-width: 1700px) {
	.banner .video-wrapper #video {
		width: 1920px;
		top: -419px;
		left: 0;
	}
}

@media (max-width: 1699px) and (min-width: 1500px) {
	.banner .video-wrapper #video {
		width: 1800px;
		top: -310px;
		left: -101px;
	}
}

@media (max-width: 1499px) and (min-width: 1351px) {
	.banner .video-wrapper #video {
		top: -200px;
		height: 145%;
		left: -17%;
	}
}

@media (max-width: 1350px) and (min-width: 1200px) {
	.banner .video-wrapper #video {
		width: 1336px;
		top: -313px;
		left: -145px;
	}
}

@media (max-width: 1199px) {
	.banner .video-wrapper #video {
		left: -375px;
	}
}

@media (max-width: 1024px) and (max-height: 768px) {
	.banner .video-wrapper #video {
		width: 1024px;
		top: -298px;
		min-width: 1365px;
		left: -180px;
	}
}

@media (max-width: 1024px) {
	.banner .over-grd {
		background: rgba(0, 0, 0, 0.6);
		background: -moz-linear-gradient(
			top,
			rgba(0, 0, 0, 0.6) 0,
			rgba(0, 0, 0, 0) 47%,
			rgba(0, 0, 0, 0) 100%
		);
		background: -webkit-gradient(
			left top,
			left bottom,
			color-stop(0, rgba(0, 0, 0, 0.6)),
			color-stop(47%, rgba(0, 0, 0, 0)),
			color-stop(100%, rgba(0, 0, 0, 0))
		);
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0.6) 0,
			rgba(0, 0, 0, 0) 47%,
			rgba(0, 0, 0, 0) 100%
		);
		background: -o-linear-gradient(
			top,
			rgba(0, 0, 0, 0.6) 0,
			rgba(0, 0, 0, 0) 47%,
			rgba(0, 0, 0, 0) 100%
		);
		background: -ms-linear-gradient(
			top,
			rgba(0, 0, 0, 0.6) 0,
			rgba(0, 0, 0, 0) 47%,
			rgba(0, 0, 0, 0) 100%
		);
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.6) 0,
			rgba(0, 0, 0, 0) 47%,
			rgba(0, 0, 0, 0) 100%
		);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 50%;
	}
}

@media (max-width: 991px) {
	.banner .video-wrapper #video {
		left: -391px;
		display: none;
	}
}

@media (max-width: 768px) and (max-height: 1024px) {
	.banner .video-wrapper #video {
		width: 123px;
		top: -406px;
		min-width: 1836px;
		left: -499px;
	}
}

.certificados {
	float: left;
	width: 100%;
	padding: 0 0 60px 0;
	text-align: center;
}
.certificados img {
	max-width: 242px;
	margin: 0 10px;
	max-height: 67px;
	box-shadow: 1px 1px 17px 1px #ddd;
	margin-bottom: 20px;
}
.all-clients,
.all-clients .title {
	float: left;
	position: relative;
	width: 100%;
}
.all-clients {
	padding: 50px 0;
}
.all-clients .container {
	max-width: 940px;
}
.all-clients .title {
	padding: 0 30px;
	margin: 0 0 25px;
}

.all-clients .title h2 {
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}

.all-clients .clientes-lista {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.all-clients .clientes-lista img {
	margin: 0 auto;
	width: initial;
}
.all-clients .clientes-lista img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}
h3.titulo {
	font-size: 30px !important;
	color: #ccc;
}
.promotional-slide {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 70px;
	min-height: 75vh;
}

#start {
	border-top: #f9f9f9 2px solid;
	border-bottom: #f9f9f9 2px solid;
}
.ts-service-slide .item-service-slide {
	text-align: center;
	background: #fff;
}
.ts-service-slide .icon {
	width: 100%;
	font-size: 35px;
	color: #000;
	margin-bottom: 20px;
	float: left;
}
.ts-service-slide .icon img {
	max-width: 100px;
	width: 100%;
	margin: 0 auto;
}
.ts-service-slide h2 {
	font-size: 17px !important;
	color: #000;
	margin-bottom: 7px;
	margin: 20px 0 !important;
}
.ts-service-slide .content-service {
	line-height: 20px;
	margin-bottom: 20px;
	float: left;
}
.oQueFazemos .servicoitem .link a.btn-servicos-home {
	color: #fff;
	padding: 10px;
	text-decoration: none;
	background: #00a3e6;
	text-shadow: none;
	font-weight: 500;
	border-radius: 5px;
	border-bottom: 1px solid;
	border-bottom-color: #214b54;
	display: block;
	float: left;
	width: 100%;
}
.ts-service-slide .content-service p {
	font-size: 13px !important;
}
.oQueFazemos .servicoitem .link a.btn-servicos-home:hover {
	border-bottom: 3px solid;
	border-bottom-color: #214b54;
}

#skill figure {
	margin: 0;
	text-align: right;
}
.info,
.text-centerd,
.text-centerd a {
	text-align: center;
}
.ts-service-slide hr {
	width: 30px;
	height: 3px;
	background: #5ed9e7;
	margin-top: 15px;
	border: none;
}
.ts-service-slide .item-service-slide:hover {
	box-shadow: 5px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

.ts-service-slide .item-service-slide a {
	color: #555;
	display: block;
	padding: 30px 20px;
	float: left;
}
.banner1 {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
	background-position: 50% 50%;
	height: 100vh;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.97);
}
.owl-controls {
	display: none;
}
.info {
	font-family: 'Roboto';
	color: #fff;
	width: 100%;
	float: left;
	margin: 170px 0 50px;
}
.info h1 {
	font-size: 14px;
	font-family: 'roboto';
}
.info h2 {
	font-size: 58px;
	margin-bottom: 30px;
	font-family: 'roboto';
	font-weight: 700;
}
.info h2 span {
	color: #b5ea18;
}
.info a {
	position: relative;
	color: #000;
	padding: 12px 30px;
	text-decoration: none;
	background: #b5ea18;
	text-shadow: none;
	font-weight: 500;
	font-family: 'Montserrat';
	border-radius: 5px;
	display: table;
	margin: 0 auto;
}
.info a:hover {
	color: #333;
	background: #fff;
	text-shadow: none;
}
.scroll-down {
	display: none;
	color: #fff !important;
	position: absolute;
	border-radius: 50%;
	font-size: 29px;
	z-index: 2;
	line-height: 27px;
	width: 55px;
	height: 50px;
	padding: 11px 18px;
	bottom: 30px;
	left: 50%;
	margin-left: -29px;
	animation-duration: 1.5s;
	animation-name: floating;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
.noticias .post-module .post-content .resumo a,
.noticias .post-module .post-content h4 a {
	color: #555;
}
@keyframes floating {
	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(30%);
		transform: translateY(30%);
	}
}
@-webkit-keyframes floating {
	0%,
	100% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(30%);
	}
}
.svg-icon {
	width: 134px;
	height: 138px;
	margin: 40px 30px;
	display: inline-block;
}
.svg-icon:hover {
	cursor: pointer;
}
.flat-filled {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	cursor: default !important;
}
.noticias,
.noticias .post-content,
.noticias .post-module,
.noticias .post-module .thumbnail-article {
	width: 100%;
	float: left;
}
.noticias .post-module .thumbnail-article {
	height: 220px;
	overflow: hidden;
}
.noticias .post-module .thumbnail-article a figure img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
	width: 100%;
}
@-moz-document url-prefix() {
	.social-line: hover .icon_shape_shadow {
		fill: url(../img/firefix.svg/#icon_shape_gradient);
		fill-opacity: 0.9;
	}
	.social-line:hover .icon_circle_shadow,
	.social-shadow .icon_circle_shadow {
		fill: url(../img/firefix.svg/#icon_circle_gradient);
		fill-opacity: 0.7;
	}
	.social-shadow .icon_shape_shadow {
		fill: url(../img/firefix.svg/#icon_shape_gradient);
	}
	.social-filled:hover .icon_circle_shadow {
		fill: url(../img/firefix.svg/#icon_circle_gradient);
		fill-opacity: 0.7;
		opacity: 1;
	}
	.social-filled:hover .icon_shape_shadow {
		fill: url(../img/firefix.svg/#icon_shape_gradient);
		fill-opacity: 0.9;
	}
}
@media (max-width: 1200px) {
	.info h1 {
		font-size: 18px;
	}
	.info h2 {
		font-size: 40px;
	}
}
@media (max-width: 650px) {
	.info h1 {
		font-size: 14px;
	}
	.info h2 {
		font-size: 33px;
	}
}
.noticias {
	padding: 50px 0;
}
.noticias .post-module {
	box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
	margin-bottom: 30px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: 5px;
	z-index: 7;
	overflow: hidden;
	max-width: 331px;
	margin: 0 auto 40px;
	display: table;
	float: none;
}
.noticias .post-module:hover {
	box-shadow: 0px 15px 20px 0px rgba(46, 61, 73, 0.15) !important;
}

.noticias .post-module:hover .thumbnail-article a figure img {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}

.noticias .post-module .post-content {
	padding: 15px;
}
.noticias .post-module .post-content h4 {
	margin: 5px 0 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	max-height: 50px;
	min-height: 50px;
}
.noticias .post-module .post-content .resumo p {
	line-height: 150%;
}
.noticias .post-module .post-content .post-meta {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
}
.noticias .post-module .post-content a:hover {
	color: #000;
}
.text-centerd a {
	padding: 12px 30px;
	background: #b5ea18;
	color: #333;
	font-family: 'Montserrat';
	border-bottom-width: initial;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	border: none;
}
.text-centerd a:hover {
	color: #fff !important;
	background: #45d1e0;
}
.whoWeAre .text-centerd a:hover {
	color: #004c6b !important;
	background: #fff;
}
.depoimentos-serv {
	box-shadow: inset 0 4px 11px rgba(0, 0, 0, 0.05);
	background: #fafbfc;
}
.depoimentos-serv .title {
	margin: 0;
}
.depoimentoTexto {
	margin: 30px 0 0;
}
.redes-depo {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 15px;
}
.redes-depo a {
	color: #555;
	margin: 0 4px;
}
.redes-depo a:hover {
	color: #004c6b;
}
.tituloDepoimento {
	margin: 0 !important;
}
@media (max-width: 481px) {
	.banner,
	.promotional-slide {
		min-height: 70vh;
	}
}

/* DEPOIMENTOS */
.depoimentos_novos {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.depoimentos_novos a.cta {
	position: relative;
	color: #000;
	padding: 17px 30px;
	text-decoration: none;
	background: #b5ea18;
	text-shadow: none;
	font-weight: 500;
	font-family: 'Montserrat';
	border-radius: 5px;
	display: table;
	margin: 0 auto;
	text-align: center;
}
.depoimentos_novos a.cta:hover {
	background: #dba514;
	border-color: #dba514;
}
.depoimentos_novos .container {
	width: 100%;
	max-width: 900px;
}

.depoimentos_novos .card {
	float: left;
	width: 100%;
	background: #f9f9f9;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 35px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.depoimentos_novos .card:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.depoimentos_novos .card.right {
	margin-left: -40px;
}

.depoimentos_novos .card img {
	float: left;
	width: 350px;
	margin-left: -70px;
	border-radius: 8px;
}
.depoimentos_novos .card.right img {
	margin-right: -70px;
	margin-left: 0;
	float: right;
}
.depoimentos_novos .card .card_text {
	float: left;
	width: calc(100% - 280px);
}
.depoimentos_novos .card .card_text blockquote {
	padding: 0 0 0 35px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border: 0;
}
.depoimentos_novos .card.right .card_text blockquote {
	padding: 0 35px 0 0;
}
.depoimentos_novos .card .card_text blockquote h3 {
	font-size: 33px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #583fad;
	margin-top: 5px;
}
.depoimentos_novos .card .card_text blockquote .contem {
	display: none;
}
.depoimentos_novos .card .card_text blockquote p {
	font-size: 16px;
	font-family: 'Roboto';
	margin-bottom: 10px;
}
.depoimentos_novos .card .card_text blockquote cite {
	font-size: 14px;
	font-family: 'Roboto';
	font-style: unset;
}
.depoimentos_novos .card .card_text blockquote span {
	font-size: 12px;
	font-family: 'Roboto Bold';
	margin-top: 0;
}

@media (max-width: 767px) {
	.depoimentos_novos .card .card_text blockquote {
		margin: 0;
		padding: 0;
	}
	.depoimentos_novos .card.right {
		margin: 0 0 35px;
	}
	.depoimentos_novos .card.right img {
		width: 100%;
		margin: 0 0 25px;
	}
	.depoimentos_novos .card img {
		width: 100%;
		margin: 0 0 25px;
	}
	.depoimentos_novos .card .card_text {
		width: 100%;
	}
	.depoimentos_novos .card .card_text blockquote p {
		text-align: left;
	}
	.depoimentos_novos .card .card_text blockquote h3 {
		font-size: 25px;
	}
}
@media (max-width: 481px) {
	.depoimentos_novos .card {
		padding: 15px;
	}
	.depoimentos_novos .card.right img {
		margin: 0 0 15px;
	}
	.depoimentos_novos .card img {
		margin: 0 0 15px;
	}
}

h3.titulo-wo {
	font-size: 45px !important;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat';
	margin-bottom: 40px;
}

.materiais {
	float: left;
	position: relative;
	width: 100%;
	padding: 35px 0;
}
.materiais h3 {
	font-size: 30px;
	margin: 0 0 20px;
}
.materiais .text-centerd a {
	padding: 12px 30px;
	background: #b5ea18;
	color: #333;
	font-family: 'Montserrat';
	border-bottom-width: initial;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	border: none;
	float: left;
	margin: 18px 0 0;
}
@media (max-width: 991px) {
	.materiais .text-centerd a {
		float: none;
	}
}

.card-material {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.card-material img {
	width: 100%;
	transition: all 0.3s ease;
	transform-origin: center;
}
.card-material:hover {
	box-shadow: 0 2px 17px rgba(0, 0, 0, 0.09);
}
.card-material:hover img {
	transform: scale(1.02);
}

.ts-service-slide {
	width: auto;
	margin: 0 auto;
	display: table;
}
