@import url('//fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
span {
	font-family: "Manrope", sans-serif !important;
}


header#header-site .logo img#logo_topo {
	max-height: 100px;
}

header#header-site.bg-menu a.nav-link {
	color: #000000;
}

header#header-site.bg-menu a.nav-link:hover {
	color: #653995 !important;
	border-bottom: 1px solid #653995 !important;
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active {
	border-bottom: 1px solid #653995;
}

header#header-site a.nav-link:hover,
header#header-site a.nav-link.active {
	color: #653995;
}

header#header-site.bg-menu,
body.sem_capa header#header-site {
	background-color: #ffffff;
}

#header-site {
	background: linear-gradient(45deg, #ffffff7d, transparent, transparent);
}

#page_contato #header-site {
	background: #d6d7cf;
}

body#page_produtos a {
	color: #444444;
}

body#page_produtos img.img-fluid {
	border-radius: 10px;
}

.galeria-extra .galeria-itens .galeria-item img {
	padding: 4px;
}

section#section-produtos h5 a {
	color: #4c4c4c !important;
}

section#section-produtos h5 a:hover {
	color: #ff8207 !important;
}

section#section-servico-detalhe a {
	color: #585858;
}

section#section-servico-detalhe a:hover {
	color: #374ea1 !important;
}

section#capa_menu_empresa:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #00000070;
}

section#capa_menu_servicos:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #00000070;
}

section#capa_menu_produtos:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #00000070;
}

section#capa_menu_galeria:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #00000070;
}

section#capa_menu_empresa .container {
	position: relative;
}

section#capa_menu_servicos .container {
	position: relative;
}

section#capa_menu_produtos .container {
	position: relative;
}

section#capa_menu_galeria .container {
	position: relative;
}

h1.text-color-secondary.font-weight-bold {
	color: #fff;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
	background: #653995;
	border-radius: 30px;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide:hover {
	background: #374ea1;
}

#section-html-modulo_2 b {
	visibility: hidden;
}

#section-html-modulo_2 {
	position: relative;
	background: url(/arquivos/bg-cta.webp);
	padding: 1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

section#section-html-modulo_2 h1 {
	color: #fff;
	text-transform: uppercase;
}

section#section-html-modulo_2 h2 {
	color: #fff;
	margin-bottom: 21px;
}

section#section-html-modulo_2 a {
	background: #02e11d;
	padding: 13px 70px 13px 70px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	transition: all .3s ease-in-out;
	font-family: 'Manrope';
}

section#section-html-modulo_2 a:hover {
	background: #03ff22;
}

#section-servicos .card.card-servicos .card-body .card-title {
	visibility: visible;
}

#section-servicos .card.card-servicos .card-body:before {
	height: 16% !important;
	width: 97%;
	margin: auto;
	margin-bottom: 10px;
	background: #ffffff;
	backdrop-filter: blur(10px);
	border-radius: 10px;
	opacity: .5;
}

#section-servicos .card.card-servicos .card-body:hover:before {
	opacity: 1;
}

#section-servicos .card.card-servicos .card-body .card-title {
	padding-bottom: 30px !important;
	text-align: center;
	padding: 0;
	display: flex;
	width: 90%;
	justify-content: space-between;
	margin: auto;
	z-index: 1;
	font-weight: 800;
}

section#section-html-modulo_1 .container {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

section#section-html-modulo_1 .container .pb-2.pb-md-4 {
	padding: 0 !important;
	margin: 0 !important;
}

/*slide*/
#section-slide .owl-item-text .owl-item-text-content {
	text-align: left;
}

#section-slide .owl-item-text {
	justify-content: unset;
	margin-left: 7em;
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
	font-weight: 800;
	font-family: 'Manrope';
	text-transform: none;
	line-height: 1;
	margin-bottom: 20px;
}

/*<#########>*/
/*sec-empresa*/
.empresa-imagem {
	position: relative;
}

.empresa-imagem:before {
	position: absolute;
	content: "";
	top: 50px;
	bottom: 0;
	right: 59px;
	background: #653995;
	z-index: -1;
	width: 19px;
	height: 100px;
	border-radius: 10px;
	transform: rotate(356deg);
	animation: fadeInLeft 2.5s ease-in-out infinite;
}

.empresa-imagem:after {
	position: absolute;
	content: "";
	top: 63px;
	bottom: 0;
	right: 30px;
	background: #cc128b;
	z-index: -1;
	width: 14px;
	height: 70px;
	border-radius: 10px;
	transform: rotate(356deg);
	animation: fadeInLeft-2 2.5s ease-in-out infinite;
}

.empresa-titulo b {
	font-weight: 700;
}

/*<#########>*/
/*btn-geral*/
.btn-primary {
	border-radius: 30px;
	border: none;
}

/*<#####>*/
/*html-01*/
.icon-card img {
	width: 50px;
	filter: drop-shadow(0px 1000px 0 #374ea1);
	transform: translateY(-1000px);
}

.display-card {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	overflow: hidden;
}

.card-objetivos {
	position: relative;
	padding: 30px;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.desc-card {
	text-align: center;
}

.card-objetivos:before {
	position: absolute;
	content: "";
	top: -3px;
	bottom: 0;
	left: -4px;
	right: 0;
	background: linear-gradient(-45deg, #cc128b, #653995, #374ea1);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
	z-index: -1;
	border-radius: 34px;
	width: 100vw;
	height: 100vh;
}

.title-card h3 {
	font-weight: 900;
	color: #374ea1;
}

.card-objetivos:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: -1;
	width: 97%;
	height: 95%;
	border-radius: 23px;
	margin: auto;
}

/*<####>*/
/*sec-servicos*/
#section-servicos b {
	font-weight: 800;
}

span.mdi.mdi-arrow-top-right:after {
	position: absolute;
	content: "";
	top: -3px;
	bottom: 0;
	right: -4px;
	background: #653995;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	z-index: -1;
}

.mdi-arrow-top-right: :before {
	color: #fff;
}

/*<#######>*/
/*html-03*/
.icon-vatagens img {
	width: 30px;
	filter: contrast(0) grayscale(1) brightness(11);
}

.title-vantagens h3 {
	font-size: 17px;
	margin-top: 10px;
}

#section-html-modulo_3 .col-md-3 {
	border: 1px solid #e5e5e5;
}

.grid-vantagens {
	padding: 30px;
	height: 100%;
	transition: .3s ease-in-out;
	background: #fff;
}

.icon-vatagens {
	background: #653995;
	width: 50px;
	padding: 10px;
	border-radius: 30px;
}

.grid-vantagens:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 48px -32px #333;
}

/*<########>*/
/*sec-depoimentos*/

#section-depoimentos {
	background-color: #efefef;
}

#section-depoimentos blockquote {
	height: 80px;
}

b[data-content="bloco_depoimentos"

] {
	font-weight: 900 !important;
}

#section-depoimentos .card-depoimentos-auto-imagem {
	display: none;
}

/*<######>*/

b {
	font-weight: 900;
}

/*sec-galeria*/
#section-galeria.section-galeria-bg {
	background-color: #efefef;
}

#section-galeria.section-galeria-bg:before {
	background: #efefef;
}

/*<########>*/
/*page-galeria*/
#section-galeria .bloco-galeria img {
	height: 250px;
}

/*<##########>*/
/*html-02*/
.text-destaque h1 {
	text-transform: math-auto !important;
	font-weight: 900;
	font-size: 4em;
}

.text-destaque p {
	color: #fff;
	font-size: 20px;
	font-family: 'Manrope';
}

#section-html-modulo_2:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(45deg, #000000, #0000000d);
	z-index: -1;
}

/*<#####>*/
/*footer*/
#footer {
	background-size: cover;
}

/*<#########>*/

.informacao-contato-content {
	justify-content: center;
}

.parceiro-destaque img {
	width: 270px;
	margin: auto;
	display: flex;
	margin-bottom: 20px;
}

p.desc-parceiro.text-center {
	font-size: 1.6em;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		right: 101px;
	}

	50% {
		opacity: .8;
	}

	100% {
		opacity: 0;
		right: 59px;
	}
}

@keyframes fadeInLeft-2 {
	0% {
		opacity: 0;
		right: 100px;
	}

	50% {
		opacity: .8;
	}

	100% {
		opacity: 0;
		right: 30px;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@media screen and (max-width: 720px) {
	#section-slide .owl-item-text {
		margin-left: 1em;
	}

	#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
		font-size: 2rem;
	}

	#section-slide .owl-item-text .owl-item-text-content .texto-slide {
		font-size: 1.2rem;
	}

	.card-objetivos:after {
		width: 97%;
		height: 95%;
	}

	#section-html-modulo_1 .col-md-3 {
		margin-bottom: 20px;
	}

	.card-objetivos:before {
		left: 0;
	}

	.text-destaque h1 {
		font-size: 2em;
	}
	header#header-site.bg-menu .navbar-toggler {
      filter: invert(1);
  }
}