h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'kelson', sans-serif;
	font-weight: 400;
}

main {
	overflow: hidden;
}

.relative-position {
	position: relative;
}

b,
strong,
u,
i,
em {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

b,
strong {
	color: inherit;
	font-weight: 700;
}

.container {
	max-width: 100%;
}

.container-fluid {
	max-width: 1350px;
	width: 100%;
}

#cookie-law-info-bar {
	left: 50%;
	transform: translateX(-50%);
	max-width: 1350px;
	width: 100%;
	background-color: rgb(68 68 68 / 95%) !important;
	border-radius: 15px 15px 0 0;
	padding: 30px !important;
}

#cookie-law-info-bar .cli-bar-message {
	color: #ffffff;
	line-height: 26px;
}

#cookie-law-info-bar .cli-bar-message a {
	color: #ffffff;
	line-height: 26px;
	text-decoration: underline;
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	border-radius: 10px;
	font-weight: 500;
	font-size: 15px
}

a {
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	color: #aa182c;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #EA0029;
}

h2 {
	font-size: 2.5em;
	font-weight: 400;
	color: #aa182c;
	margin-bottom: 45px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}

.button {
	font-family: 'kelson', sans-serif;
	position: relative;
	border-bottom: 2px solid #ffffff;
	padding: 11px 30px 10px 8px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	line-height: 16px;
}

.button:not(.border):hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.button.red {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 11px 30px 10px 8px;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	display: inline-block;
}

.button.outline.white.red {
	position: relative;
	border: 1px solid #ffffff;
	padding: 11px 30px 10px 8px;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right 28px center;
	display: inline-block;
	width: auto;
	color: #ffffff;
	padding: 25px 65px 25px 30px;
	border-radius: 10px;
	margin: 25px 0 0;
}

.button.outline:hover {
	animation-name: button-right-outline;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.button.orange {
	position: relative;
	border-bottom: 2px solid #ec8928;
	padding: 11px 30px 10px 8px;
	background: url(../images/arrow-orange.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
}

.button.search:hover,
.busca-noticias>form input.is-search-submit:hover {
	animation-name: button-search;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.button.clean:hover:after {
	transform: rotate(225deg);
}

.button.back {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 8px 8px 10px 40px;
	background: url(../images/arrow-color-back.svg) no-repeat;
	background-size: 11px;
	background-position: left 0 center;
	text-transform: uppercase;
	color: #ea0029;
}

.button.back:hover {
	animation-name: button-left;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.button.filter {
	border-color: #EA0029;
	color: #EA0029;
	text-transform: uppercase;
	background-image: url(../images/arrow-color-down.svg);
	background-position: right 7px top 13px;
	background-size: 15px;
}

.button.filter:hover {
	animation: none;
	color: #69001C;
}

.button.filter.active {
	color: #69001C;
	background-image: url(../images/arrow-color-up.svg);
}

.button.download {
	border-color: #EA0029;
	color: #EA0029;
	text-transform: uppercase;
	background-image: url(../images/arrow-color-baixar.svg);
	background-position: right 7px top 5px;
	background-size: 15px;
}

.button.search {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 11px 47px 10px 8px;
	background: url(../images/search-color.svg) no-repeat;
	background-size: 23px;
	background-position: right center;
	text-transform: uppercase;
	color: #ea0029;
	height: 44px;
}

.button.search:hover {
	color: #69001c;
}

.button.clean {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 11px 47px 10px 8px;
	background-size: 23px;
	background-position: right center;
	text-transform: uppercase;
	color: #ea0029;
	height: 44px;
	background: none;
}

.button.clean:hover {
	color: #69001c;
}

.button.clean:after {
	content: "+";
	position: absolute;
	right: 0;
	font-size: 3.1875em;
	transform: rotate(45deg);
	color: #69001c;
	font-weight: 300;
	top: -4px;
	transition: all 250ms;
}

.pre-header {
	background: #69001C;
	padding: 6px 0;
}

.pre-header a {
	color: #ffffff;
	font-size: .85em;
}

.link-pre-header,
.language-pre-header {
	float: right;
	margin: 0 35px 0 15px;
}

.link-pre-header {
	padding: 8px 30px 9px 8px;
}

.searchbox-pre-header>button {
	float: right;
	padding: 5px 0px 8px;
}

.searchbox-pre-header>button img {
	width: 20px;
}

.searchbox-pre-header .search-modal {
	position: fixed;
	display: none;
}

.language-pre-header .lang-item {
	display: inline-block;
	margin: 0 6px;
}

.language-pre-header .lang-item.current-lang a {
	background: #ffffff;
	color: #69001c;
	font-weight: 500;
}

.language-pre-header .lang-item a {
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 2px;
	width: 26px;
	height: 26px;
	padding: 6px 0;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	line-height: 13px;
}

.language-pre-header .lang-item a:hover {
	background: #ffffff;
	color: #69001c;
}

header {
	height: auto;
}

.sticky.topo-site {
	position: fixed;
	width: 100%;
	z-index: 1000000000000;
	background: #ffffff;
	top: 0;
	left: 0;
}

.header-inner {
	box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
	z-index: 1000;
	position: relative;
}

.group-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-hidden .logo {
	opacity: 0;
	transition: all 250ms;
}

.logo-hidden .show-logo .logo {
	opacity: 1;
}

.logo {
	float: left;
	margin: 00;
}

.logo img {
	width: 163px;
}

.sticky .logo img {
	width: 113px;
}

.navbar {
	padding: 0 0px;
	margin: 0;
}

.navbar-collapse {
	padding: 0;
}

#menu-menu-principal,
#menu-main-menu {
	display: flex;
	gap: 50px;
}

.sticky .menu>.menu-item,
.sticky .menu>.menu-item:first-child {
	display: inline-block;
	padding-top: 13px;
	padding-bottom: 11px;
}

.menu-item {
	display: inline-block;
	padding: 22px 0 22px;
	transition: all 150ms;
	position: relative;
}

.menu-item:first-child {
	margin: 0;
	/* padding: 22px 0; */
	position: relative;
}

.menu-item a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -21px;
	background: #EA0029;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.sticky .menu-item a:after {
	bottom: -12px;
}

.menu-item a:hover:after,
.menu-item a.mPS2id-highlight:after,
.current-menu-ancestor a:after,
.current-menu-item a:not(._mPS2id-h):after {
	transform-origin: left;
	transform: scaleX(1);
}

.menu-item a,
.menu-item span {
	font-family: 'kelson', sans-serif;
	position: relative;
	font-weight: 400;
	color: #EA0029;
	display: inline-block;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 15px 0;
	height: auto;
	cursor: pointer;
	font-size: .95em;
	line-height: 14px;
}

.menu-item a:hover,
.menu-item a.mPS2id-highlight .menu-item a.mPS2id-highlight {
	color: #AA182C
}

.sub-menu {
	display: none;
}

.menu-item:hover > .sub-menu {
	position: absolute;
	display: block;
	top: 100%;
	z-index: 1000;
	left: 50%;
	transform: translateX(-50%);
	width: 214px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.menu-item-11993 .sub-menu,
.menu-item-12162 .sub-menu  {
	top: 0 !important;
}

.sub-menu .menu-item:hover .sub-menu {
	position: absolute;
	display: block;
	top: 0;
	z-index: 1000;
	left: 100%;
	transform: none;
	width: 180px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.menu-item:not(:first-child, :last-child):hover > .sub-menu {
	margin-left: 0;
	position: absolute;
	display: block;
	top: 100%;
	z-index: 1100;
	left: 50%;
	transform: translateX(-50%);
	width: 216px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.sub-menu .menu-item:not(:first-child, :last-child):hover > .sub-menu {
	margin-left: 0;
	position: absolute;
	display: block;
	top: 0;
	z-index: 1000;
	left: 100%;
	transform: none;
	width: 216px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.sticky .menu-item:hover .sub-menu {
	top: calc(100% + 1px);
}

.sub-menu .menu-item {
	display: block;
	margin: 0;
	text-align: center;
	background: #E43D30;
	color: #ffffff;
	padding: 0;
	border-bottom: 3px solid #fff;
}

.sub-menu>.menu-item>a {
	color: #ffffff;
	padding: 25px 17px;
	width: 100%;
	line-height: 20px;
}

.sub-menu .menu-item a:after {
	display: none;
}

.sub-menu .menu-item:hover,
.sub-menu .current-menu-item:not(.contato-link) {
	background: #444444;
}

.banner-inicio-estatico {
	position: relative;
	height: calc(100vh - 150px);
}

.banner-inicio-estatico .welcome-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner-inicio-estatico .welcome-text>div {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
	padding-right: 35px;
	padding-left: 35px;
}

.welcome-text h1 img {
	width: 350px;
}

.welcome-text h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}

.welcome-text h2 {
	font-family: 'kelson', sans-serif;
	font-size: 1em;
}

.welcome-text h2 p {
	font-family: 'kelson', sans-serif;
	font-size: 1.9em;
	line-height: 45px;
	font-weight: 300;
	color: #AA182C;
	text-transform: uppercase;
	width: 440px;
	max-width: 100%;
}

.welcome-text h2 strong {
	font-family: 'kelson', sans-serif;
	background: #BCB2A5;
	font-weight: 300;
	padding: 2px 14px 7px;
	color: #ffffff;
	margin-right: 5px;
	font-size: 1em;
}

.welcome-text .button {
	font-family: 'kelson', sans-serif;
	font-size: 1em;
	position: relative;
	border-bottom: 2px solid #EA0029;
	padding: 10px 30px 10px 8px;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	text-transform: uppercase;
	color: #AA182C;
	margin-top: 0;
	display: inline-block;
}

.welcome-text .button:hover {
	color: #EA0029;
}

.banner-inicio-estatico .image-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.banner-inicio-estatico .image-container .image {
	position: absolute;
	left: 50%;
	top: 47px;
	width: auto;
	height: 93vh;
}

.banner-inicio-estatico .image-container .adorno {
	position: absolute;
	left: 61%;
	top: 81px;
	width: auto;
	height: 93vh;
	transform: rotate(37deg);
}

.banner-inicio-rotate {
	position: relative;
	height: calc(100vh - 178px);
}

.banner-inicio-rotate .lSPager {
	position: absolute;
	margin: 0 !important;
	z-index: 1000;
	bottom: 20px;
	width: 100%;
}

.banner-inicio-rotate .lSSlideOuter .lSPager.lSpg>li a {
	height: 15px;
	width: 15px;
	margin: 0 5px;
}

.banner-inicio-rotate .lSSlideOuter .lSPager.lSpg>li.active a,
.banner-inicio-rotate .lSSlideOuter .lSPager.lSpg>li:hover a {
	border-color: #ffffff;
	background: #fff;
}

.banner-inicio-rotate .welcome-text {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.banner-inicio-rotate .welcome-text>div {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.banner-inicio-rotate .welcome-text .button {
	font-family: 'kelson', sans-serif;
	font-size: 1em;
	position: relative;
	border-bottom: 2px solid #ffffff;
	padding: 5px 30px 10px 8px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 50px;
}

.banner-inicio-rotate .welcome-text h2 p {
	color: #ffffff;
}

.banner-inicio-rotate .image-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.banner-inicio-rotate .image-container .intro-slider {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-inicio-rotate .image-container .intro-slider ul {
	width: 100%;
	height: 100%;
}

.banner-inicio-rotate .image-container .intro-slider li {
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	height: calc(100vh - 218px);
	background-size: cover;
	background-position: top center;
}

.banner-inicio-rotate .image-container .adorno {
	position: absolute;
	left: 50%;
	top: 130px;
	width: 1080px;
	transform: rotate(37deg);
	z-index: 100;
}

.intro-slider {
	height: 100%;
	display: flex;
}

.slider-single {
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 50px 0 80px;
	height: calc(100vh - 178px);
	width: 100%;
	position: relative;
}

.slider-single .container-fluid {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.slider-single.h-pos-centro .container-fluid {
	align-items: center;
}

.slider-single.h-pos-centro .container-fluid * {
	text-align: center;
}

.slider-single.h-pos-centro .container-fluid .slider-content:before {
	left: 50%;
	transform: translateX(-50%);
}

.slider-single.h-pos-esquerda .container-fluid {
	align-items: flex-start;
}

.slider-single.h-pos-direita .container-fluid {
	align-items: flex-end;
}

.slider-single.h-pos-direita .container-fluid * {
	text-align: right;
}

.slider-single.h-pos-direita .container-fluid .slider-content:before {
	right: 0;
}

.slider-single.h-pos-direita .container-fluid .slider-text p {
	padding-right: 0;
	padding-left: 50px;
}

.slider-single.v-pos-centro .container-fluid {
	justify-content: center;
}

.slider-single.v-pos-topo .container-fluid {
	justify-content: flex-start;
}

.slider-single.v-pos-base .container-fluid {
	justify-content: flex-end;
}

.slider-single .slider-content {
	max-width: 445px;
	padding-top: 25px;
	position: relative;
	z-index: 1;
}

.slider-single .slider-content:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 1px;
	background: #EA0029;
	top: 0;
}

.slider-single .slider-content h1 {
	font-size: 52px;
	color: #ffffff;
	text-align: left;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 74px;
}

.slider-single .slider-content h1 p,
.slider-single .slider-content h1 strong {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.slider-single .slider-content h1 strong {
	font-weight: 400;
}

.slider-text p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding-right: 50px;
}

.slider-single .button {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}

.map-contato {
	height: 500px;
}

.atuacao-container,
.contato-container {
	background: #DDD8D2;
}

.quemsomos-container {
	padding: 130px 0 100px;
	background: rgb(170, 24, 44);
	background: linear-gradient(90deg, rgba(170, 24, 44, 1) 50%, rgba(235, 135, 0, 1) 50%);
}

.contato-container {
	padding: 120px 0 100px;
}

.premios-container,
.atuacao-container {
	padding: 80px 0 40px;
}

.contato-container {
	padding: 120px 0 100px;
}

.campo-quem-somos {
	display: flex;
}

.quem-somos-left-data,
.quem-somos-right-data {
	width: 50%;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.quem-somos-left-data *,
.quem-somos-right-data * {
	text-align: left;
}

.quem-somos-left-data {
	padding-right: 177px;
}


.quem-somos-left-data h2 {
	padding-right: 180px;
	margin-bottom: 10px;
}

.quem-somos-right-data:before {
	content: "";
	position: absolute;
	max-width: 622px;
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	top: 24px;
	left: 0;
}

.quem-somos-left-data:before {
	content: "";
	position: absolute;
	max-width: 285px;
	width: 40%;
	height: 1px;
	background: #EB8700;
	top: 24px;
	right: 0;
}

.quem-somos-right-data {
	padding-left: 160px;
}

.quemsomos-container .quem-somos-left-data p {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.quemsomos-container p,
.quemsomos-container p strong {
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 25px;
}

.quemsomos-container .quem-somos-left-data h2 p,
.quemsomos-container .quem-somos-left-data h2 strong {
	color: #ffffff;
	font-family: inherit;
	font-weight: 300;
	font-size: 34px;
	line-height: 50px;
	text-align: left;
}

.quemsomos-container .quem-somos-left-data h2 strong {
	font-weight: 400;
}

.qualidades-slider-container {
	padding: 0 90px;
	margin: 50px 0;
	display: flex;
	justify-content: center;
}

.qualidades-slider-container .lSAction>button {
	margin-top: -85px;
}

.qualidades-slider-container .qualidades-slider {
	display: flex;
	width: 1000px;
}

.qualidade {
	display: inline-block;
}

.qualidade img {
	width: 105px;
	display: block;
	margin: 0 auto 20px;
}

.qualidade p {
	font-family: 'kelson', sans-serif;
	color: #AA182C;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	text-align: center;
	max-width: 100%;
}

.quemsomos-links {
	display: flex;
	justify-content: center;
}

.quemsomos-links a,
.noticias-link a {
	margin: 0 20px;
	text-transform: uppercase;
	color: #69001C;
	border-color: #EA0029;
	background-image: url(../images/arrow-color.svg);
	padding-right: 40px;
}

.quemsomos-links a:hover,
.noticias-link a:hover {
	color: #EA0029;
}

.qualidades-slider-container .lSSlideOuter .lSPager.lSpg>li.active a,
.qualidades-slider-container .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #EA0029;
	border: 2px solid #AA182C;
}

.premio-slider-container .lSSlideOuter .lSPager.lSpg>li.active a,
.premio-slider-container .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #BCB2A5;
	border: 2px solid #BCB2A5;
}

.premio-slider-container .lSSlideOuter .lSPager.lSpg>li a,
.qualidades-slider-container .lSSlideOuter .lSPager.lSpg>li a {
	background-color: transparent;
	border: 2px solid #BCB2A5;
	border-radius: 30px;
	display: inline-block;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.premio-slider-container .lSSlideOuter .lSPager.lSpg>li,
.qualidades-slider-container .lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 15px 20px;
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #EA0029;
	border: 2px solid #AA182C;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: transparent;
	border: 2px solid #BCB2A5;
	border-radius: 30px;
	display: inline-block;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 15px
}

.lSSlideOuter .lSPager.lSpg {
	margin-top: 35px !important;
}

.resp-social-slider-container .lSSlideOuter .lSPager.lSpg {
	width: 536px;
	position: absolute;
	right: 0;
	margin-top: 23px !important;
}

.resp-social-slider-container .lSSlideOuter .lSPager.lSpg>li.active a,
.resp-social-slider-container .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #DDD8D2;
	border: 2px solid #ffffff;
}

.resp-social-slider-container .lSSlideOuter .lSPager.lSpg>li a {
	background-color: transparent;
	border: 2px solid #DDD8D2;
	height: 14px;
	width: 14px;
	margin: 0 10px
}

.lSSlideOuter .lSPager.lSpg:empty {
	margin-top: 10px !important;
}

.lSAction>button {
	width: 17px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(../images/arrow-color.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: .8;
	-webkit-transition: opacity .35s linear 0s;
	transition: opacity .35s linear 0s;
}

.lSAction>button:hover {
	opacity: 1;
}

.premio-slider-container {
	padding: 0 90px;
	margin: 0px 0 40px;
}

#home .premio-slider-container .premio-slider {
	display: flex;
}

#home .premio-slider-container .premio-slider .premio {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
}

#home .premio img {
	width: 150px;
	display: block;
	margin: 0 auto;
}

.noticias-container {
	padding: 60px 0 100px;
	position: relative;
	background: rgb(0 0 0 / 10%);
}

.noticias-container:after {
	content: none;
	position: absolute;
	background: #69001C;
	width: 100%;
	height: 60%;
	bottom: 0;
	z-index: -1;
}

.noticias-group {
	display: flex;
	flex-direction: column;
}

.noticia-home {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-bottom: 3px solid #DDD8D2;
	margin: 0;
	padding: 35px 0 50px;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}

.noticia-home-image {
	flex: 0 0 auto;
	height: 200px;
	width: 250px;
	background-size: cover;
	background-position: center;
	margin-right: 42px;
	border-radius: 11px;
	position: relative;
}

.noticia-home-image:after {
	content: "";
	position: absolute;
	height: 160px;
	width: 100%;
	background: url(../images/thumb-notic-site.png) no-repeat bottom;
	background-size: 100%;
	margin-right: 42px;
	border-radius: 11px;
	bottom: 0;
}

.noticia-home-content {
	width: 100%;
}

.noticia-home:last-child {
	border-bottom: none;
}

.noticia-home .data {
	color: #69001C;
	font-size: 0.9375em;
	border-bottom: none;
	padding: 15px 0 15px 31px;
	background: url(../images/data.svg) no-repeat left center;
	background-size: 25px;
	background-position: left -2px center;
	position: relative;
}

.noticia-home h3 {
	color: #AA182C;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 34px;
	margin: 0px 0 16px;
}

.noticia-home .resumo div,
.noticia-home .resumo p {
	color: #0d0d0d;
	font-size: 1em;
	border-bottom: none;
	line-height: 21px;
	padding-bottom: 7px;
}

.noticia-home a {
	flex: 0 0 auto;
}

.noticia-home a img {
	width: 32px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	transform-origin: center;
}

.noticia-home a:hover img {
	transform: rotate(180deg);
}

.profissionais {
	margin-top: 20px
}

.profissionais .filter-category {
	margin: 0;
}

.container-filters.profissionais {
	padding: 50px 0 40px;
	margin: 0;
}

.nav-tips {
	text-align: center;
	margin-top: 35px;
}

.profissionais li {
	list-style: none;
	background: url(../images/user.svg) no-repeat left center;
	background-position: left -5px center;
	padding-left: 33px;
	background-size: 28px;
	margin-bottom: 11px;
	margin-right: 38px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ea0029;
	line-height: 21px;
	display: inline-block;
}

.profissionais li a {
	font-family: 'kelson', sans-serif;
	font-weight: 700;
}

.noticias-link {
	text-align: center;
	margin-top: 55px;
}

.accordion-header {
	color: #AA182C;
	font-weight: 500;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 15px;
	border-bottom: 1px solid #BCB2A5;
	padding-bottom: 17px;
	position: relative;
	cursor: pointer;
}

.accordion-header:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 16px;
	background: url(../images/arrow-color.svg) no-repeat center;
	background-size: 100%;
	right: 20px;
	transform-origin: center;
	transition: all 150ms;
}

.accordion-header.active:after {
	transform: rotate(90deg);
}

.accordion-body {
	padding-bottom: 37px;
	display: none;
}

.accordion-body.open {
	display: block;
}

.accordion-body p {
	color: #AA182C;
	padding: 15px 0;
	padding-left: 40px;
}

.accordion-body.antipirataria p:nth-child(1) {
	padding: 10px 0;
	line-height: 20px;
}

.accordion-body.antipirataria p:nth-child(1) a {
	text-decoration: underline;
}

.accordion-body p.telefone {
	background: url(../images/phone.svg) no-repeat center;
	background-position: left;
	background-size: 25px;
}

.accordion-body p.email {
	background: url(../images/mail.svg) no-repeat center;
	background-position: left;
	background-size: 25px
}

.accordion-body p.endereco {
	background: url(../images/pin.svg) no-repeat center;
	background-position: left;
	background-size: 25px
}

.accordion-body p.nome {
	background: url(../images/user.svg) no-repeat center;
	background-position: left;
	background-size: 25px
}

.accordion-body p.titulo {
	padding-left: 0;
	font-weight: 500;
	margin-top: 10px
}

.accordion-body p.titulo:first-child {
	margin-top: 0
}

.accordion-body p.area {
	padding-left: 0;
	font-weight: 500;
	margin-top: 10px
}

.contato-container .button {
	display: inline-block;
	border-color: #EA0029;
	color: #69001C;
	background-image: url(../images/mais.svg);
	background-position: left 0px top 14px;
	background-size: 21px;
	padding-left: 40px;
	padding-right: 15px;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 21px;
}

.contato-container .button:hover {
	animation-name: button-plus;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
	color: #EA0029;
}

.map-contato {
	margin-top: 60px;
	position: relative;
}

.map-contato:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 170px;
	background: rgb(221, 216, 210);
	background: -moz-linear-gradient(180deg, rgba(221, 216, 210, 1) 10%, rgba(221, 216, 210, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(221, 216, 210, 1) 10%, rgba(221, 216, 210, 0) 100%);
	background: linear-gradient(180deg, rgba(221, 216, 210, 1) 10%, rgba(221, 216, 210, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ddd8d2", endColorstr="#ddd8d2", GradientType=1);
	top: 0;
	right: 0;
	z-index: 629;
}

.select-uf-container,
.wpforms-field-select,
.select-form,
.select-form p {
	display: flex;
}

.select-form p,
.contact-form label {
	width: 100%
}

.select-uf-container select,
.form-contato.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.form-contato.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.form-contato.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
	width: 100%;
	background: #69001C;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 12px 12px;
	max-width: 100%;
	height: 46px;
	resize: vertical;
}

.select-uf-container p,
.form-contato.wpforms-container-full .wpforms-form .wpforms-field-label,
.select-form label {
	width: 250px;
	color: #AA182C;
	padding: 13px 0px;
	font-weight: 400;
	margin: 0;
}

.form-contato.wpforms-container-full .wpforms-form .wpforms-field-label,
.select-form label {
	width: 106px;
	margin-bottom: 3px;
}

.wpcf7-form-control-wrap {
	width: 100%
}

.form-contato.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0;
	margin-bottom: 15px;
}

.form-contato.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-gdpr-checkbox,
.wpcf7-acceptance .wpcf7-list-item {
	padding: 0;
	margin: 15px 0 20px;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0.9em;
	line-height: 21px;
}

.form-contato.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
	font-size: 0.9em;
	vertical-align: top;
	line-height: 21px;
}

.form-contato ::placeholder,
.contact-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1;
	/* Firefox */

}

.form-contato :-ms-input-placeholder,
.contact-form ::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.form-contato ::-ms-input-placeholder,
.contact-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffffff;
}

.form-contato.wpforms-container-full .wpforms-form button[type=submit],
.contact-form [type=submit] {
	margin: 0;
	text-transform: uppercase;
	color: #69001C;
	border: none;
	border-bottom: 2px solid #EA0029;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-color.svg);
	background-size: 11px;
	background-position: right center;
	padding: 10px 15px;
	padding-right: 40px;
	padding-left: 5px;
	float: right;
	margin-top: 29px;
}

.form-contato.wpforms-container-full .wpforms-form button[type=submit]:hover,
.form-contato.wpforms-container-full .wpforms-form button[type=submit]:disabled,
.contact-form [type=submit]:hover,
.contact-form [type=submit]:disabled {
	text-transform: uppercase;
	color: #EA0029;
	border: none;
	border-bottom: 2px solid #EA0029;
	background-color: transparent;
	animation-name: button-right;
}

.form-contato.wpforms-container-full .wpforms-form label.wpforms-error {
	display: block;
	color: #990000;
	font-size: 0.75em;
	float: none;
	cursor: default;
	font-weight: 400;
	margin-top: 5px;
}

.contact-form .wpforms-confirmation-container-full,

div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: none;
	border: none;
	padding: 0;
	margin-top: 35px;
	text-align: center;
	color: #ccc;
}

.contact-form div.wpforms-container-full .wpforms-form input[type=checkbox],
.contact-form div.wpforms-container-full .wpforms-form input[type=radio],
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
	vertical-align: middle;
	margin: 1px 9px 0 0;
}

.contact-sp {
	display: none;
}

.contato-container .select2-container--default .select2-selection--single,
.page-description .select2-container--default .select2-selection--single {
	background: #69001c;
	border: none;
	height: 46px;
	border-radius: 5px;
	position: relative;
}

.page-description .select2-container--default .select2-selection--single,
.page-description input[type=text],
.page-description input[type=email],
.page-description input[type=tel],
.page-description textarea {
	margin-bottom: 12px
}

.contato-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-description .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	padding: 9px 15px;
	text-align: left;
}

.contato-container .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-description .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	width: 43px;
}

.contato-container .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page-description .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin: 0;
	border: none;
	background: url(../images/arrow.svg) no-repeat center;
	background-size: 10px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transform: rotate(90deg);
	transition: all 150ms;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.page-description .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(-90deg);
}

.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
}

.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.97);
}

.modal-container {
	position: absolute;
	max-width: 90%;
	width: 800px;
	background: #ffffff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 25px;
	border-radius: 10px;
}

.modal-container h3 {
	color: #AA182C;
	font-weight: 700;
}

.modal-container .close-button {
	width: 35px;
	position: absolute;
	right: 25px;
	top: 23px
}

.search-container {
	display: block;
	padding: 35px;
	position: relative;
	width: 800px;
	max-width: 90%;
	height: 100%;
	margin: 0 auto;
}

.search-container .is-search-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.search-container .is-search-form>label {
	width: 100% !important;
}

.search-container .is-form-style input.is-search-input {
	font-family: 'kelson', sans-serif;
	background: none;
	border: none !important;
	border-bottom: 2px solid #ffffff !important;
	width: 0;
	opacity: 0;
	font-size: 1.3125em !important;
	padding: 12px 15px;
	color: #ffffff;
	transition: all 500ms;
	transition-delay: 500ms;
	font-weight: 300 !important;
	height: auto;
	font-family: 'kelson', sans-serif;
}

.is-active .is-form-style input.is-search-input {
	width: 100%;
	opacity: 1;
}

.search-container button.is-search-submit {
	font-size: 0;
	border: none;
	background: url(../images/search.svg) rgba(255, 255, 255, 0) no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 3px;
	top: 6px;
	opacity: 0;
	border-radius: 0;
	transition: all 500ms;
	transition-delay: 500ms;
	margin: 0;
	background-size: 28px;
	font-family: 'kelson';
}

.search-container button.is-search-submit * {
	display: none !important;
}

.search-container button.is-search-submit:hover {
	background: rgba(255, 255, 255, 0.2);
}

.is-search-submit:focus {
	outline: none;
}

.is-active .search-container button.is-search-submit {
	opacity: 1;
}

.is-search-input::-webkit-input-placeholder {
	color: #ffffff;
}

.is-search-input::-moz-placeholder {
	color: #ffffff;
}

.is-search-input:-ms-input-placeholder {
	color: #ffffff;
}

.is-search-input:-moz-placeholder {
	color: #ffffff;
}

footer {
	padding: 40px 0;
	background: #69001C;
}

footer .flex-first-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-empresa-b {
	display: flex;
	gap: 60px;
}

.footer-empresa-b img {
	max-width: 100%;
	width: 79px;
	margin-left: 0;
}

.footer-gptw img {
	max-width: 100%;
	width: 79px;
}

footer .tit-trabalhe-conosco {
	font-family: 'kelson', sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 25px;
}

footer .desc-trabalhe-conosco p {
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 25px;
	line-height: 26px;
}

footer .desc-trabalhe-conosco a {
	font-weight: 400;
	color: #ffffff;
	border-bottom: 1px solid #EA0029;
	padding-bottom: 8px
}

footer .redes-sociais {
	text-align: center;
}

footer .redes-sociais li {
	display: inline-block;
	margin: 0 12px 0;
}

footer .redes-sociais a img {
	transition: all 250ms;
	width: 30px;
	height: 30px;
}

footer .redes-sociais a img:hover {
	opacity: .8;
}

footer .logo-footer {
	width: 275px;
	float: right;
	margin-top: 0;
}

footer .copyright {
	color: #ffffff;
	margin-top: 35px;
	padding-top: 15px;
	line-height: 26px;
	border-top: 1px solid #BCB2A5;
}

footer .copyright a {
	color: #ffffff;
	border-bottom: 1px solid #EA0029;
	padding-bottom: 8px;
}

footer .footer-text {
	font-size: 0.8125em;
	color: #ffffff;
	margin-top: 23px;
	line-height: 20px;
}

.title-inner-page {
	background: #DDD8D2;
	height: calc(100vh - 140px);
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.title-inner-page.large {
	height: 895px;
}

.title-inner-page.iso img {
	width: 220px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.title-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
}

.sztartup .title-background {
	background-position: top;
}

.sztartup.innovation .title-background {
	background-position: top;
}

.title-background:after {
	content: none;
	position: absolute;
	background: url(../images/mask-titulo.svg) no-repeat center right;
	background-size: 600px;
	height: 100%;
	width: 100%;
	right: -150px;
}

.title-background:before {
	content: none;
	position: absolute;
	background: url(../images/adorno-vermelho.svg) no-repeat center right;
	background-size: 950px;
	height: 109%;
	width: 100%;
	right: -106px;
	z-index: 1;
	transform: rotate(-9deg);
	top: -15px;
}

.title-inner-page .container-fluid {
	height: 100%;
	position: relative;
}

.title-text {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: flex-end;
	position: relative;
	z-index: 3;
}

.title-text.logo-style {
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	position: relative;
	z-index: 3;
}

.title-text.logo-style .logo-sztartup {
	flex: 0 0 auto;

}

.title-text.logo-style .logo-sztartup img {
	width: 513px;
}

.innovation .title-text.logo-style .logo-sztartup {
	flex: 0 0 auto;

}

.innovation .title-text.logo-style .logo-sztartup img {
	width: 513px;
}

.title-text h2,
.title-text h1 {
	text-align: right;
	font-size: 52px;
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 428px;
	line-height: 70px;
	text-transform: uppercase;
}

.title-text.logo-style h1 {
	text-align: right;
	font-size: 54px;
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 656px;
	line-height: 71px;
	text-transform: uppercase;
	font-weight: 300
}

html[lang="en-GB"] .sztartup .title-text.logo-style h1 {
	text-align: right;
	font-size: 49px;
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 656px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 300;
}

/*html[lang="en-GB"] .sztartup.innovation .title-text.logo-style h1 {
	text-align: right;
	font-size: 49px;
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 656px;
	line-height: 65px;
	text-transform: uppercase;
	font-weight: 300;
}*/

.title-text.logo-style h1 strong {
	font-weight: 400
}

.title-text.logo-style h1 em {
	font-weight: 400;
	font-style: normal;
	position: relative;
	border-bottom: 4px solid #e43d30;
}

span.title-breadcrumb {
	font-family: 'kelson', sans-serif;
	position: relative;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 86px;
	padding-top: 0;
	font-size: 18px;
}

span.title-breadcrumb:after {
	content: "";
	position: absolute;
	border-top: 2px solid #EA0029;
	width: 72px;
	right: 0;
	bottom: 14px;
}

.title-text p a {
	color: #ffffff;
	display: block;
	margin-top: 10px;
	text-shadow: 1px 1px 3px #000000;
}

.title-text p a:hover {
	color: #e2e2e2;
}

.page-description {
	text-align: center;
	padding: 70px 0;
}

.page-description.resp-social {
	background: rgb(242 240 237);
	padding: 120px 0 70px;
}

.page-description.pilares-kasznar {
	padding: 120px 0 230px;
	position: relative;
	overflow: hidden;
}

.page-description.pilares-kasznar:after {
	content: "";
	width: 499px;
	height: 502px;
	background: url(../images/adorno-vermelho-grosso.svg?) no-repeat center;
	position: absolute;
	top: -284px;
	right: -250px;
	transform: rotate(-50deg);
	z-index: 2;
	opacity: 1;
}

.page-description.resp-social .page-description-content,
.page-description.pilares-kasznar .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.resp-social .page-description-content p,
.page-description.pilares-kasznar .page-description-content p {
	text-align: center;
	color: #444444;
}

.page-description.resp-social h3,
.page-description.pilares-kasznar h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.page-description.black-subtitle {
	text-align: center;
	padding: 0 0;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgba(68, 68, 68, 1) 25%, rgba(255, 255, 255, 1) 25%);
	background: -webkit-linear-gradient(90deg, rgba(68, 68, 68, 1) 25%, rgba(255, 255, 255, 1) 25%);
	background: linear-gradient(90deg, rgba(68, 68, 68, 1) 25%, rgba(255, 255, 255, 1) 25%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#444444", endColorstr="#ffffff", GradientType=1);
}

.page-description.black-subtitle h3 {
	color: #DDD8D2;
	font-weight: 700;
	font-size: 1.25em;
	text-align: left;
	line-height: 30px;
}

.page-description.black-subtitle .subtitle {
	background: #444444;
	padding: 160px 0 25px;
}

.page-description.black-subtitle .description {
	padding: 90px 0 26px 50px;
}

.page-description.black-subtitle .description p {
	text-align: left
}

.page-description.gray {
	background: #DDD8D2;
}

.page-description.red {
	background: #AA182C;
}

.page-description h3 {
	color: #69001C;
	text-transform: uppercase;
	font-size: 1.75em;
	line-height: 37px;
	margin-bottom: 25px;
}

.page-description.red {
	text-align: left;
}

.page-description.red h3 {
	color: #EB8700;
	text-align: left;
	margin-top: 55px;
}

.page-description.red p {
	color: #ffffff;
	text-align: left;
}

.page-description.red a {
	color: #ffffff;
	text-align: left;
}

.page-description.resp-social p {
	text-align: left;
}

.page-description.resp-social strong {
	color: #EA0029;
}

.page-description.red .button {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 55px;
}

.page-description.gray h3 {
	color: #AA182C;
}

.page-description p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px
}

.outros-servicos .container-fluid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.servico {
	background: rgb(221 216 210 / 50%);
	border: 1px solid #ddd8d2;
	border-radius: 3px;
	padding: 70px 40px 50px;
	margin-bottom: 25px;
}

.servico img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 45px;
	display: block;
}

.outros-servicos-home img {
	width: 260px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.outros-servicos-home img.servico-logo-branca {
	width: 260px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.outros-servicos-home .servico:hover img.servico-logo-branca {
	opacity: 0;
}

.outros-servicos-home .servico:hover img.servico-logo {
	opacity: 1;
}

p.servico-desc {
	text-align: center;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 45px;
	min-height: 128px;
}



img.servico-link {
	width: 32px;
	display: block;
	margin: 0 auto;
	transition: all 250ms;
}

.outros-servicos-home {
	background: #69001c;
	padding: 90px 0;
}

.outros-servicos .container-fluid {
	margin-bottom: 30px
}

.outros-servicos-home .col-md-4 {
	padding: 0;
}

.outros-servicos-home .servico {
	position: relative;
	background: transparent;
	border-color: transparent;
	padding: 240px 40px 40px;
	transition: all 250ms;
}

.outros-servicos-home .servico:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 30px);
	left: -2px;
	top: 15px;
	background: #AA182C;
}

.outros-servicos-home .servico:hover:before {
	opacity: 0;
}

.outros-servicos-home .col-md-4:first-child .servico:before {
	content: none;
}

.outros-servicos-home .servico:hover {
	background: #ffffff;
}

.outros-servicos-home p.servico-desc {
	color: #ffffff;
}

.outros-servicos .container-fluid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.outros-servicos-home .servico:hover p.servico-desc {
	color: #000;
}

.outros-servicos-home h2 {
	color: #ffffff;
}

.outros-servicos-home .button {
	color: #ffffff;
}

.outros-servicos .servico .ver-mais-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 31px;
	height: 31px;
	line-height: 0;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	padding: 3px 0;
	font-size: 26px;
	margin: 0 auto;
	color: #69001c;
	z-index: 1;
	transition: all 250ms;
}

.outros-servicos .servico .ver-mais-btn:before {
	content: "";
	position: absolute;
	width: 31px;
	height: 31px;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: -1;
}

.outros-servicos .servico .ver-mais-btn:after {
	content: "";
	position: absolute;
	width: 31px;
	height: 31px;
	left: 0;
	top: 0;
	border-left: 31px solid #ddd8d2;
	border-bottom: 31px solid transparent;
	z-index: -1;
}

.outros-servicos .servico:hover .ver-mais-btn {
	transform: rotate(180deg);
	color: #ffffff;
}

.outros-servicos .servico:hover .ver-mais-btn:before {
	background: #69001c;
}

.outros-servicos .servico:hover .ver-mais-btn:after {
	border-left-color: #e43d30;
}

img.servico-link:hover {
	transform: rotate(180deg);
}

.footer-page.no-margin {
	margin: 0;
}

.footer-page {
	display: flex;
	height: 366px;
	margin-top: 75px;
	background: rgb(235, 135, 0);
	background: -moz-linear-gradient(-90deg, rgba(235, 135, 0, 1) 50%, rgba(234, 0, 41, 1) 50%);
	background: -webkit-linear-gradient(-90deg, rgba(235, 135, 0, 1) 50%, rgba(234, 0, 41, 1) 50%);
	background: linear-gradient(-90deg, rgba(235, 135, 0, 1) 50%, rgba(234, 0, 41, 1) 50%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb8700", endColorstr="#ea0029", GradientType=1);
}

.footer-page.single-item {
	display: flex;
	height: 366px;
	margin-top: 0;
	background: rgb(235, 135, 0);
}

.footer-page .container-fluid {
	display: flex;
	height: 100%;
}

.footer-page .link-footer {
	width: 50%;
	display: flex;
	height: 100%;
	align-items: center;
}

.footer-page.single-item .link-footer {
	width: 100%;
}

.footer-page .link-footer a {
	font-family: 'kelson', sans-serif;
	height: auto;
	width: auto;
	max-width: 355px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 16px;
	background-position: right center;
	padding: 10px 0;
	padding-right: 60px;
	line-height: 33px;
	transition: all 150ms;
	display: block;
}

.footer-page.single-item .link-footer a {
	max-width: 100%;
}

.footer-page .link-footer a:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
	color: #fcdada;
}

.footer-page .link-footer:first-child {
	background: rgb(234, 0, 41);
}

.footer-page .link-footer:last-child {
	background: rgb(235, 135, 0);
	text-align: right;
	justify-content: flex-end;
}

.footer-page.single-item .link-footer:last-child {
	background: rgb(235, 135, 0);
	text-align: center;
	justify-content: center;
}

.projeto {
	text-align: center;
	height: 380px;
	background-size: cover;
	background-position: center;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.projeto a {
	height: auto;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.375em;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 16px;
	background-position: right 10px center;
	padding: 10px 20px;
	padding-right: 70px;
	line-height: 32px;
	text-align: left;
}

.premios .premio:nth-child(odd) {
	background: rgb(221 216 210 / 20%);
}

.premios .premio {
	padding: 80px 0 50px;
}

.premio h3 {
	font-size: 1.75em;
	color: #AA182C;
	line-height: 37px;
	margin-bottom: 25px
}

.premio p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px
}

.image-premio {
	width: 100%;
	max-width: 290px;
	display: block;
	margin: 0 auto;
}

.list-profissionais {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-profissionais::after {
	content: "";
	flex: 0 0 auto;
	width: 32.6%;
}

.list-profissionais li {
	display: flex;
	width: 32.6%;
	background: #DDD8D2;
	border-radius: 5px;
	margin-bottom: 14px;
	align-items: center;
	padding: 9px 15px;
	border: 1px solid rgb(188 178 165 / 60%);
}

.premio h4 {
	color: #AA182C;
	font-weight: 700;
	margin: 25px 0;
}

.list-profissionais li .foto-profissional {
	width: 48px;
	height: 48px;
	background-size: cover;
	background-position: top center;
	border-radius: 100%;
	display: inline-block;
	flex: 0 0 auto;
	margin-right: 7px;
}



a.email-profissional {
	width: 37px;
	height: 37px;
	border: 1px solid #aa182c;
	padding: 6px;
	border-radius: 100%;
	display: inline-block;
	flex: 0 0 auto;
	margin-left: 7px;
}



a.linkedin-profissional {
	width: 37px;
	height: 37px;
	border: 1px solid #aa182c;
	padding: 6px;
	border-radius: 100%;
	display: inline-block;
	flex: 0 0 auto;
	margin-left: 7px;
}



a.email-profissional:hover,

a.linkedin-profissional:hover {
	background: rgb(255 255 255 / 60%);
}



a.label-profissional {
	flex: 1 1 auto;
	padding-left: 5px;
	font-size: 0.9375em;
}

.linha-tempo-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 77px;
	height: 250px;
}

.linha-tempo-data {
	display: none;
}

.linha-tempo {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	transition: all 250ms;
}

.linha-tempo-item {
	display: inline-block;
	position: relative;
	width: 10%;
	margin: 0;
	flex: 0 0 auto;
}

.linha-tempo-item:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #AA182C;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.linha-tempo-item:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #AA182C;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.linha-tempo-item:first-child:before {
	content: none;
}

.linha-tempo-item:last-child:after {
	content: none;
}

.linha-tempo-disc {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #AA182C;
	border-radius: 100%;
	transition: all 150ms;
}

.linha-tempo-destaque .linha-tempo-disc {
	width: 119px;
	height: 119px;
	background: #AA182C url(../images/logo-timeline.svg) no-repeat center;
	background-size: 75px;
}

.linha-tempo-disc.ativo,
.linha-tempo-disc:hover {
	background-color: #69001c;
}

.linha-tempo-ano {
	font-size: 1.25em;
	margin-top: 10px;
	position: absolute;
	margin: 0;
	transform: translateX(-50%);
	left: 50%;
	bottom: -61px;
}

.linha-tempo-destaque .linha-tempo-ano {
	font-size: 1.25em;
	font-weight: 400;
	color: #AA182C;
}

.linha-tempo-info {
	display: none;
}

.conteudo-linha-tempo {
	background: rgb(255 255 255 / 35%);
	border-radius: 5px;
	padding: 36px 50px 25px;
	margin-bottom: 65px;
}



p.conteudo-linha-tempo-ano {
	font-weight: 700;
	text-align: left;
	font-size: 1.75em;
	line-height: 45px;
}



p.conteudo-linha-tempo-titulo {
	font-weight: 700;
	text-align: left;
	font-size: 1.75em;
	line-height: 45px;
	margin-bottom: 10px;
	color: #aa182c;
}



p.conteudo-linha-tempo-ano {
	font-weight: 700;
	text-align: left;
	font-size: 1.25em;
	line-height: 27px;
	margin-bottom: 0;
}



div.conteudo-linha-tempo-desc,

div.conteudo-linha-tempo-desc p {
	font-weight: 400;
	text-align: left;
	font-size: 1.1875em;
	line-height: 29px;
	margin-bottom: 16px;
}

.move-timeline {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.move-timeline:disabled {
	opacity: .15;
}

.move-timeline img {
	width: 18px;
}

.move-timeline-left {
	left: 20px;
}

.move-timeline-left img {
	transform: rotate(180deg);
}

.move-timeline-right {
	right: 20px;
}

.linha-tempo-nav {
	position: absolute;
	bottom: 58px;
	width: 100%;
	margin-top: 0;
	left: 0;
	z-index: 1;
}

.linha-tempo-nav:after {
	content: "";
	width: calc(100% - 120px);
	display: block;
	height: 2px;
	background: #bcb2a5;
	margin: auto;
}

.bloco_3_imagem_1 {
	max-width: 510px;
	width: 100%;
	display: block;
	margin: 0 auto 45px;
}

.bloco_3_imagem_2 {
	max-width: 420px;
	width: 100%;
	display: block;
	margin: -60px auto 40px;
}

.side-menu-areas {
	padding: 0;
}

.side-menu-areas>div {
	display: none;
	background: #eeebe8;
	padding: 25px 25px;
}

.side-menu-areas label {
	display: block;
	text-transform: uppercase;
	color: #aa182c;
	font-weight: 500;
	margin: 25px 0;
}

.side-menu-areas select {
	width: 100%;
	border: none;
	height: 46px;
	background: rgb(124 124 124 / 0.15);
	border-radius: 5px;
	padding: 0px 15px 0;
	margin-bottom: 30px;
}

.side-menu-areas ul {
	padding: 45px 0;
	width: 100%;
}

.side-menu-item button {
	font-family: 'kelson', sans-serif;
	text-align: left;
	font-size: 1em;
	text-transform: uppercase;
	color: #EA0029;
	padding: 28px 26px 13px 0;
	border-bottom: 2px solid #BCB2A5;
	width: 100%;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right 12px bottom 16px;
	line-height: 21px;
}

.side-menu-item button:hover {
	animation-name: button-area;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.side-menu-item button.active,
.side-menu-item:hover button {
	color: #AA182C;
}

.container-area {
	padding: 50px 0 0 30px;
	display: none;
}

.container-area.active {
	display: block;
}

.container-area h4 {
	font-size: 1.75em;
	color: #AA182C;
	font-weight: 500;
	text-transform: uppercase;
	padding: 51px 0 50px 135px;
	background-repeat: no-repeat;
	background-size: 110px;
}

.descricao-area p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px
}

.descricao-area ul li,
.descricao-area ol li {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 10px
}

.descricao-area ul {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 25px;
}

.descricao-area ol {
	list-style: auto;
	list-style-position: inside;
	margin-bottom: 25px;
}

.container-area h5 {
	font-size: 1.25em;
	color: #AA182C;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 15px;
}

.servicos-area li {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: left 0 top 4px;
	padding-left: 25px
}

.container-area-profissionais,
.container-area-premios {
	padding: 25px;
	margin-top: 45px;
	background: rgb(221 216 210 / 50%);
	border: 1px solid rgb(188 178 165 / 60%);
	border-radius: 5px;
}

.container-area-profissionais h5,
.container-area-premios h5 {
	margin-top: 10px;
	margin-bottom: 40px;
}

.container-area-profissionais .list-profissionais li {
	display: flex;
	width: 49.2%;
}

.container-area-premios li {
	display: inline-block;
}

.container-area-premios img {
	width: 90%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.link-footer-especial-image {
	text-align: center;
	height: 380px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-footer-especial-image a {
	font-family: 'kelson', sans-serif;
	height: auto;
	width: auto;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.375em;
	background: url(../images/arrow.svg) no-repeat;
	background-size: 16px;
	background-position: right center;
	padding: 10px 20px;
	padding-right: 70px;
	text-align: left;
	line-height: 31px;
}

.link-footer-especial-image a:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.blocos-texto {
	margin-bottom: 75px;
}

.topicos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 110px;
	justify-content: space-between;
}

.topicos>div {
	width: 49.4%;
	margin-bottom: 15px;
}

.topico {
	background: rgb(221 216 210 / 50%);
	border: 1px solid rgb(188 178 165 / 60%);
	border-radius: 5px;
	padding: 10px 35px;
}

.topico h4 {
	color: #AA182C;
	border-bottom: 1px solid rgb(188 178 165 / 0%);
	padding: 20px 0;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	transition: all 150ms;
}

.topico h4.active {
	border-bottom: 1px solid rgb(188 178 165 / 60%);
	padding-bottom: 30px;
}

.topico h4:after {
	content: "";
	position: absolute;
	background: url(../images/arrow-color.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 11px;
	background-position: center;
	right: 0;
	top: 18px;
	transform: rotate(90deg);
	transition: all 150ms;
}

.topico h4.active:after {
	transform: rotate(-90deg);
}

.topico div {
	padding: 30px 0 30px;
	font-weight: 400;
	line-height: 26px;
	display: none;
}

.resp-social-destaque {
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.resp-social-destaque h4 {
	padding: 0 0 12px;
	border-bottom: 1px solid #BCB2A5;
	color: #AA182C;
	font-size: 1.5625em;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.resp-social-container {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
}

.resp-social-destaque:nth-child(even) .resp-social-container {
	justify-content: flex-start;
}

.resp-social-texto {
	background: #ffffff;
	width: 550px;
	max-width: 100%;
	border-radius: 5px;
	padding: 45px 55px 65px;
	z-index: 1;
}



img.resp-social-logo:not(:empty) {
	width: 330px;
	max-width: 100%;
	display: block;
	margin: 0 auto 45px;
}

.resp-social-descricao p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 35px;
}

.resp-social-descricao p strong {
	color: #EA0029;
}



a.resp-social-link.button {
	background-image: url(../images/arrow-color.svg);
	color: #EA0029;
	border-color: #ea0029;
	text-transform: uppercase;
	float: right;
}

.resp-social-destaque:before {
	content: "";
	position: absolute;
	width: 360px;
	height: 100%;
	background: rgb(170 24 44 / 65%);
	left: auto;
	right: 0;
}

.resp-social-destaque:nth-child(even):before {
	content: "";
	position: absolute;
	width: 360px;
	height: 100%;
	background: rgb(235 135 0 / 70%);
	right: auto;
	left: 0;
}

.resp-social-outros {
	background: #AA182C;
	padding: 105px 0;
}

.resp-social-outros h3 {
	position: relative;
	color: #ffffff;
	font-size: 1.75em;
	line-height: 38px;
	font-weight: 500;
	margin: 0 0 65px;
}

.resp-social-outros h3:after {
	content: "";
	position: absolute;
	border-top: 2px solid #ffffff;
	width: 72px;
	left: 0;
	bottom: 17px;
}

.resp-social-outros {
	background: #AA182C;
	padding: 105px 0;
}

.resp-social-outros h3 {
	color: #ffffff;
	font-size: 1.75em;
	line-height: 38px;
	font-weight: 500;
	padding-left: 95px;
}

.resp-social-outros-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resp-social-outro {
	background: #DDD8D2;
	border-radius: 5px;
	overflow: hidden;
	width: 32%;
	margin-bottom: 31px;
}

.resp-social-outro .resp-social-descricao {
	padding: 40px
}

.resp-social-outro .resp-social-descricao {
	padding: 40px 40px 10px;
}

.resp-social-link img {
	width: 32px;
	display: block;
	margin: 0 auto 55px;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	transform-origin: center;
}

.resp-social-link img:hover {
	transform: rotate(180deg);
}

.resp-social-outro h4 {
	padding: 0 0 22px;
	border-bottom: 1px solid #BCB2A5;
	color: #AA182C;
	font-size: 1.5625em;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: uppercase;
}

img.resp-social-image {
	width: 100%;
}

.form-pirataria {
	padding: 90px 0;
	background: rgb(221 216 210 / 50%);
}

.box-info-pirataria {
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid rgb(188 178 165 / 60%);
	padding: 50px 90px 45px 200px;
	max-width: 950px;
	margin: 0 auto 40px;
	background-image: url(../images/svg-pirataria-box.svg);
	background-repeat: no-repeat;
	background-size: 115px;
	background-position: left 46px top 35px;
}

.form-pirataria {
	background: rgb(221 216 210 / 50%);
}

.box-info-pirataria-descricao p {
	color: #69001C;
	line-height: 26px;
	margin: 0 0 15px;
}

.box-info-pirataria-assinatura {
	color: #AA182C;
	font-weight: 700;
	line-height: 26px;
	width: 45%;
	padding-top: 15px;
}

.box-info-pirataria-rodape {
	display: flex;
}

p.box-info-pirataria-telefone {
	color: #69001C;
	background: url(../images/phone.svg) no-repeat left;
	background-size: 40px;
	padding: 15px 0 15px 55px;
	margin-bottom: 12px;
	line-height: 21px;
}

p.box-info-pirataria-email {
	color: #69001C;
	background: url(../images/mail.svg) no-repeat left;
	background-size: 35px;
	background-position: left 3px center;
	padding: 15px 0 15px 55px;
	word-break: break-all;
	line-break: anywhere;
	line-height: 19px;
}

.form-pirataria-content input[type=text],
.form-pirataria-content input[type=email],
.form-pirataria-content input[type=file],
.form-pirataria-content select,
.form-pirataria-content textarea {
	width: 100%;
	border: none;
	height: 46px;
	background: rgb(124 124 124 / 0.15);
	border-radius: 5px;
	padding: 0px 15px 0;
	margin-bottom: 20px;
}

.form-pirataria-content input[type=file] {
	padding: 12px 15px 0;
}

.form-pirataria-content select {
	padding: 0 15px 0;
}

.form-pirataria-content textarea {
	height: 210px;
	padding: 15px 15px 15px;
}

.form-pirataria-content label {
	text-transform: uppercase;
	font-weight: 500;
	color: #AA182C;
	margin-bottom: 5px;
}

.form-pirataria-content label.check-anonima {
	margin-bottom: 38px;
	background: url(../images/anonima.svg) no-repeat;
	background-position: left 22px top;
}

.form-pirataria-content label.check-anonima input {
	margin-right: 35px;
}

.form-pirataria-content .button {
	border-top: none;
	border-left: none;
	border-right: none;
	border-color: #EA0029;
	color: #EA0029;
	text-transform: uppercase;
	background-image: url(../images/arrow-color.svg);
	background-position: right 2px center;
	float: right;
	transition: all 250ms;
}

.form-pirataria-content .button:hover {
	color: #69001c
}

.form-pirataria-content button.button {
	background: none;
	padding-right: 42px;
	transition: all 250ms;
}

.form-pirataria-content button.button:hover {
	color: #69001c
}

.form-pirataria-content button.button:after {
	content: "+";
	position: absolute;
	right: 3px;
	font-size: 2.0625em;
	color: #ea0e34;
	top: 2px;
	transition: all 250ms;
}

.form-pirataria-content button.button:hover:after {
	transform: rotate(180deg);
}

.form-pirataria-content button.button.minus:after {
	content: "-";
}

.form-pirataria-content input.button {
	margin-left: 25px
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 23px;
	background: #ea0029;
	width: 100%;
	color: #fff;
	padding: 5px;
	font-size: 0.75em;
}

.contact-form .wpcf7-not-valid-tip {
	position: relative;
	top: 5px;
	background: none;
	width: 100%;
	color: #69001c;
	padding: 5px 0 0;
	font-size: 0.75em;
	line-height: 0;
}

.select-form .wpcf7-not-valid-tip {
	top: 4px;
}

.form-pirataria-content {
	position: relative
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	position: absolute;
	bottom: -4px;
	left: 11px;
	border: none;
	padding: 0;
	font-weight: 700;
	color: #eb1f42;
}

.busca-noticias {
	display: flex;
	align-items: center;
}

.busca-noticias>p {
	width: 80px;
	flex: 0 0 auto;
	text-transform: uppercase;
	color: #69001C;
}

.busca-noticias>form {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
}

.container-filters {
	padding: 60px 0;
}

.busca-noticias>form input[type=search] {
	border: none;
	height: 46px;
	background: rgb(124 124 124 / 0.15);
	border-radius: 5px;
	padding: 0px 15px 0;
	font-weight: 400;
	font-size: 1em !important;
}

.busca-noticias>form input.is-search-submit {
	position: static;
	position: relative;
	border: none;
	border-bottom: 2px solid #ea0029;
	padding: 11px 47px 10px 8px !important;
	background: url(../images/search-color.svg) no-repeat;
	background-size: 23px;
	background-position: right center;
	flex: 0 0 auto;
	margin-left: 25px;
	text-transform: uppercase;
	color: #ea0029;
	height: 44px;
	font-size: 1em !important;
	transition: all 250ms;
}

.busca-noticias>form.is-form-style input.is-search-submit:hover {
	color: #aa182c;
	background: url(../images/search-color.svg) no-repeat;
	background-size: 23px;
	background-position: right center;
}

.filter-category {
	display: flex;
	margin: 80px 0 0;
}

.filter-category .filter {
	color: #EA0029;
	margin: 0 8px;
	flex: 1 1 auto;
}

.profissionais .filter-category .filter {
	width: 25%;
	text-align: left;
}

.filter-category .filter.active {
	color: #69001C;
	background-image: url(../images/arrow-color-up.svg);
	background-color: rgb(221 216 210 / 0.5);
}

.filter-category .filter:first-child {
	margin: 0 8px 0 0;
}

.filter-category .filter:last-child {
	margin: 0 0 0 8px;
}

.noticias-interna {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.noticias-interna-container {
	background: rgb(221 216 210 / 0.5);
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.noticias-interna-container.single {
	background: #AA182C;
	padding: 90px 0;
}

.noticias-single-container {
	background: rgb(221 216 210 / 0.5);
	padding: 160px 0;
	position: relative;
	overflow: hidden;
}

.noticias-interna-container h2 {
	text-align: left;
	color: #AA182C;
	margin-bottom: 46px;
	font-weight: 500;
	font-size: 1.75em;
}

.noticias-interna-container.single h2 {
	text-align: center;
	color: #DDD8D2;
}

.noticia-interna-container {
	flex-direction: column;
	width: 33.3%;
	padding: 0px 20px;
	margin-bottom: 41px;
}

.noticia-interna-container.full-width {
	width: 100%;
}

.noticia-single-container {
	width: 100%;
	padding: 30px 50px 70px;
	margin-bottom: 41px;
	background: #ffffff;
}

.noticia-interna {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	padding: 15px 30px 30px;
	justify-content: space-between;
	height: 100%;
	border-radius: 5px;
}

.single .noticia-interna {
	display: flex;
	flex-direction: column;
	background: #ddd8d2;
	padding: 15px 30px 30px;
	justify-content: space-between;
	height: 100%;
	border-radius: 5px;
}

.noticia-single-container .noticia-topo {
	border-bottom: 1px solid #BCB2A5;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.noticia-single-container .noticia-topo:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}

.noticia-imagem {
	height: 570px;
	background-size: cover;
	background-position: center;
	margin-bottom: 25px;
	border-radius: 5px;
}

.noticia-interna .data {
	color: #69001C;
	font-size: 0.9375em;
	border-bottom: 1px solid #BCB2A5;
	padding: 15px 0 15px 40px;
	background: url(../images/data.svg) no-repeat left center;
	background-size: 25px;
	background-position: left 5px center;
}

.noticia-interna .data.no-back {
	background: none;
	padding-left: 0;
}

.noticia-interna .data .tipo-post {
	background: none;
	padding-left: 13px;
	margin-left: 15px;
	border-left: 1px solid #bdb3a7;
}

.noticia-interna .data.no-back .tipo-post {
	background: none;
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.noticia-single-container h3 {
	color: #AA182C;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 34px;
	margin: 25px 0;
}

.noticia-single-container .data {
	color: #69001C;
	font-size: 0.9375em;
	border-bottom: 1px solid #BCB2A5;
	padding: 15px 0 15px 40px;
	background: url(../images/data.svg) no-repeat left center;
	background-size: 25px;
	background-position: left 5px center;
	border-bottom: none;
	float: left;
}

.noticia-single-container .profissionais {
	margin-top: 13px;
	margin-left: 25px;
	float: left;
}

.noticia-single-container .profissionais li {
	display: inline-block;
	margin-right: 15px;
}

.noticia-imagem img {
	max-width: 100%;
	display: block;
	margin: 25px auto;
}

.social-share {
	margin-top: -12px;
	float: right;
	border-bottom: 2px solid #ea0029;
	padding-bottom: 13px;
}

.social-share p,
.social-share ul,
.social-share li {
	display: inline-block;
}

.social-share li img {
	width: 24px;
	margin: 0px 0 0 9px;
}

.social-share p {
	text-transform: uppercase;
	color: #69001C;
	padding-top: 12px;
}

.noticia-single-container h1 {
	line-height: 42px
}

.noticia-single-container .resumo {
	border-bottom: none;
}

.noticia-single-container .resumo p,
.noticia-single-container .resumo div {
	color: #69001c;
	line-height: 23px
}

.noticia-single-container .resumo p,
.noticia-single-container .resumo div {
	margin-bottom: 23px;
}

.noticia-texto img {
	max-width: 100%;
	height: auto;
}

.noticia-interna h3 {
	color: #AA182C;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 34px;
	margin: 25px 0;
}

.noticia-interna .resumo {
	border-bottom: 1px solid #BCB2A5;
}

.noticia-interna-container.full-width .resumo {
	border-bottom: none;
}

.noticia-interna .resumo>div {
	color: #69001C;
	font-size: 1em;
	line-height: 21px;
	padding-bottom: 25px;
}

.noticia-interna .resumo>p {
	color: #69001C;
	font-size: 1em;
	line-height: 21px;
	padding-bottom: 25px;
}

.noticia-interna .resumo>div span,
.noticia-interna .resumo>p span {
	color: #69001C !important;
	font-size: 1em !important;
	line-height: 21px !important;
	padding-bottom: 25px !important;
	font-family: 'kelson', sans-serif !important;
}

.noticia-interna a {
	flex: 0 0 auto;
}

.noticia-interna a img {
	width: 32px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	transform-origin: center;
}

.noticia-interna a:hover img {
	transform: rotate(180deg);
}

.noticia-interna .profissionais {
	margin-top: 20px
}

.noticia-interna .profissionais li {
	list-style: none;
	background: url(../images/user.svg) no-repeat left center;
	padding-left: 25px;
	background-size: 19px;
	margin-bottom: 11px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ea0029;
}

.noticia-interna .profissionais li a {
	font-weight: 500;
}

.noticia-interna .noticias-link {
	text-align: center;
	margin-top: 55px;
}

.noticia-interna .noticias-link a {
	margin: 0 20px;
	text-transform: uppercase;
	background-position-y: 8px;
	padding-right: 40px;
	color: #fff;
}

.sk-circle {
	margin: 50px auto;
	width: 40px;
	height: 40px;
	position: relative;
	transform: scale(1.8);
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #D0C9C0;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes sk-circleBounceDelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

.loading {
	display: none;
}

.noticia-footer-profissional {
	margin: 80px 0;
	display: flex;
}

.noticia-footer-profissional-foto .foto-profissional {
	width: 205px;
	height: 205px;
	background-size: cover;
	background-position: center top;
	border-radius: 100%;
	border: 1px solid #BCB2A5;
	margin-right: 70px;
}

.noticia-footer-profissional h4 {
	color: #AA182C;
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 38px;
	margin: 0 0 10px;
}

.noticia-footer-profissional-redes a {
	margin: 0 8px 0 0;
}

.noticia-footer-profissional-info {
	line-height: 26px;
	margin: 15px 0px 25px;
}

.noticia-footer-profissional-texto {
	width: 100%;
}

.noticia-footer-profissional-dados {
	display: flex;
}

.noticia-footer-profissional-dados .noticia-footer-profissional-areas,
.noticia-footer-profissional-dados .noticia-footer-profissional-premios {
	width: 33%;
	margin-right: 30px;
}

.noticia-footer-profissional-dados .noticia-footer-profissional-areas button,
.noticia-footer-profissional-dados .noticia-footer-profissional-premios button {
	width: 100%;
	text-align: left
}

.noticia-footer-profissional-dados>a,
.noticia-footer-profissional-areas button,
.noticia-footer-profissional-premios button {
	margin: 0 30px 0 0;
	padding-right: 55px;
	display: inline-block;
	height: 39px;
}

.noticia-footer-profissional-areas ul,
.noticia-footer-profissional-premios ul {
	display: none;
	padding: 15px 0 0;
}

.noticia-footer-profissional-areas ul li,
.noticia-footer-profissional-premios ul li {
	padding: 15px 0;
}





/* ----- ADORNOS -----*/



.noticias-interna-container:before {
	content: "";
	width: 890px;
	height: 890px;
	background: url(../images/adorno-cinza.svg) no-repeat center;
	position: absolute;
	top: 210px;
	left: -520px;
	transform: rotate(55deg);
	z-index: -1;
}

.noticias-interna-container:after {
	content: "";
	width: 890px;
	height: 890px;
	background: url(../images/adorno-cinza.svg) no-repeat center;
	position: absolute;
	top: -310px;
	right: -370px;
	transform: rotate(75deg);
	z-index: -1;
}

.noticias-single-container:after {
	content: "";
	width: 890px;
	height: 890px;
	background: url(../images/adorno-cinza.svg) no-repeat center;
	position: absolute;
	top: -310px;
	right: -370px;
	transform: rotate(75deg);
	z-index: -1;
}

.resp-social-destaques,
.quemsomos-container {
	position: relative
}

#home .resp-social-container {
	background: #EB8700;
	padding: 100px 0 120px;
	position: relative;
}

.resp-social-slider-container {
	position: relative;
	z-index: 1;
}

.resp-social-container h2 {
	color: #ffffff;
}

.resp-social-container .resp-social-slider {
	display: flex;
}

.resp-social-container .resp-social {
	width: 100%;
	flex: 0 0 auto;
	display: flex;
}

.resp-social-container .resp-social .resp-social-box-info {
	display: flex;
	align-items: center;
}

.resp-social-container .resp-social .resp-social-info {
	background: #fff;
	padding: 60px 99px 65px 50px;
	border-radius: 8px 0 0 8px;
	width: 100%;
}

.resp-social-container .resp-social .resp-social-info {
	background: #fff;
	padding: 60px 99px 65px 50px;
	border-radius: 8px 0 0 8px;
	width: 100%;
}

.resp-social-container .resp-social .resp-social-image {
	height: 426px;
	width: 536px;
	flex: 0 0 auto;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.resp-social-container .resp-social .resp-social-box-info p {
	font-size: 16px;
	line-height: 26px;
}

.resp-social-container .resp-social .resp-social-box-info a {
	display: inline-block;
	text-transform: uppercase;
	margin-top: 35px;
}

.inicio-container {
	position: relative;
}

.slider-single:not(.img-slider):before,
.title-inner-page:not(.no-filter):before {
	content: "";
	width: 100%;
	height: 100%;
	background: #444444;
	position: absolute;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.5;
}

.title-inner-page.bright:not(.no-filter):before {
	content: "";
	width: 100%;
	height: 100%;
	background: #444;
	position: absolute;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.1
}

.banner-inicio-rotate:before,
.title-inner-page .title-background:before {
	content: "";
	width: 760px;
	height: 782px;
	background: url(../images/adorno-cinza.svg) no-repeat center;
	position: absolute;
	top: -510px;
	left: -390px;
	transform: rotate(31deg);
	z-index: 2;
	opacity: 0.5;
}

.license-compliance.title-inner-page .title-background:before,
.license-compliance.title-inner-page .title-background:after,
.license-compliance-faq.title-inner-page .title-background:before,
.license-compliance-faq.title-inner-page .title-background:after {
	content: none;
}


.license-compliance-faq.title-inner-page .title-background:after {
	content: "";
	width: 35%;
	height: 100%;
	background: url(../images/grafismo-faq.svg) no-repeat left center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(0);
	z-index: 2;
	opacity: 1;
}


.title-inner-page.trabalheconosco .title-background:before {
	content: "";
	width: 462px;
	height: 469px;
	background: url(../images/pentagono_branco.png) no-repeat center;
	position: absolute;
	top: -240px;
	right: calc(100% - 290px);
	left: auto;
	transform: rotate(49deg);
	z-index: 2;
	opacity: 0.5;
}

.banner-inicio-rotate:after,
.title-inner-page .title-background:after {
	content: "";
	width: 750px;
	height: 670px;
	background: url(../images/adorno-branco.svg) no-repeat center;
	position: absolute;
	bottom: -280px;
	right: -510px;
	transform: rotate(-1184deg);
	z-index: 2;
	opacity: 0.5;
}

.trabalheconosco.title-inner-page .title-background:after {
	content: "";
	width: 499px;
	height: 502px;
	background: url(../images/adorno-branco-grosso.svg?) no-repeat center;
	position: absolute;
	bottom: -218px;
	right: -250px;
	transform: rotate(-50deg);
	z-index: 2;
	opacity: .5;
}

.sztartup .title-inner-page .title-background:after {
	content: none;
}

.sztartup .title-inner-page .title-background:before {
	content: "";
	width: 905px;
	height: 888px;
	background: url(../images/sztartup/adorno-vermelho.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -480px;
	left: -590px;
	transform: none;
	z-index: 2;
	opacity: 1;
}

.sztartup.innovation .title-inner-page .title-background:after {
	content: none;
}

.sztartup.innovation .title-inner-page .title-background:before {
	content: "";
	width: 905px;
	height: 888px;
	background: url(../images/sztartup/adorno-vermelho.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -480px;
	left: -590px;
	transform: none;
	z-index: 2;
	opacity: 1;
}

.resp-social-container:after {
	content: "";
	width: 730px;
	height: 730px;
	background: url(../images/adorno-branco.svg) no-repeat center;
	position: absolute;
	top: 290px;
	right: -430px;
	transform: rotate(31deg);
	z-index: 0;
}

.noticias-container:before {
	content: none;
	width: 970px;
	height: 970px;
	background: url(../images/adorno-vermelho.svg) no-repeat center;
	position: absolute;
	top: -100px;
	right: -570px;
	transform: rotate(29deg);
	z-index: 0;
}





/* ----- PROFISSIONAIS ----- */



.container-resultados-profissionais .filtro-letras,
.container-resultados-profissionais .container-profissionais,

#singleContainer {
	display: none;
}

.container-advanced-search {
	margin-top: 25px;
	background: rgb(221 216 210 / 50%);
	padding: 50px 0px 40px;
	display: none;
}

.container-advanced-search input,
.container-advanced-search select {
	width: 100%;
	border: none;
	height: 46px;
	border-radius: 5px;
	margin-bottom: 35px;
	padding: 0 12px;
}

.container-advanced-search p {
	color: #AA182C;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.container-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 83px;
}

.container-buttons .button {
	margin-left: 25px;
}

.nav-nomes {
	margin-top: 85px;
}

.title-indice {
	margin-bottom: 25px;
}

.title-indice h4 {
	text-transform: uppercase;
	color: #EA0029;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 2px solid;
	position: relative;
	cursor: pointer;
}

.title-indice h4:after {
	content: "";
	position: absolute;
	width: 28px;
	height: 13px;
	background: url(../images/arrow-color-down.svg) no-repeat;
	background-size: 18px;
	background-position: center;
	right: 5px;
	transition: all 150ms;
}

.title-indice h4.ativo:after {
	transform: rotate(180deg);
}

.lista-nomes {
	margin-bottom: 40px;
}

.lista-nomes button {
	color: #BCB2A5;
	text-transform: uppercase;
	border-bottom: 2px solid #BCB2A5;
	display: block;
	padding: 20px;
	line-height: 21px;
	width: 100%;
	text-align: left;
	transition: all 250ms;
}

.lista-nomes button:hover {
	color: #ea0029;
}

.container-resultados-profissionais .filtro-letras {
	margin-top: -10px;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.container-resultados-profissionais .filtro-letras p {
	margin-top: 19px;
	margin-right: 19px;
}

.container-resultados-profissionais .filtro-letras.active {
	display: flex;
}

.filtro-letras button {
	color: #BCB2A5;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 700;
	padding: 17px;
	transition: all 250ms;
}

.filtro-letras button:hover,
.filtro-letras button.ativo {
	color: #ea0029;
}

.container-profissionais {
	background: rgb(188 178 165 / 50%);
	border: 1px solid rgb(188 178 165 / 60%);
	border-radius: 5px;
	padding: 50px 50px 0;
}

.container-profissionais h3 {
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 45px;
	color: #69001C;
}

.profissional-resumo {
	padding: 0 0 40px;
	display: flex;
	border-bottom: 1px solid #bcb2a5;
	margin-bottom: 23px;
}

.profissional-resumo:last-child {
	border-bottom: none;
}

.profissional-resumo-foto .foto-profissional {
	width: 159px;
	height: 159px;
	background-size: cover;
	background-position: center top;
	border-radius: 100%;
	border: 1px solid #BCB2A5;
	margin-left: 70px;
}

.profissional-resumo-foto .foto-profissional.sem-foto {
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: center;
	background-color: rgb(255 255 255 / 65%);
}

.profissional-resumo h4 {
	color: #AA182C;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 38px;
	margin: 0 0 5px;
}

.profissional-resumo-redes a {
	margin: 0 8px 0 0;
}

.profissional-resumo-info {
	line-height: 26px;
	margin: 15px 0px;
}

.profissional-resumo-info p {
	font-weight: 400;
}

.profissional-resumo-texto {
	width: 100%;
}

.profissional-resumo .button {
	background-image: url(../images/arrow-color.svg);
	text-transform: uppercase;
	border-color: #ea0031;
	padding: 5px 40px 10px 4px;
	color: #AA182C;
}

.no-results {
	display: none;
	background: rgb(188 178 165 / 50%);
	border: 1px solid rgb(188 178 165 / 60%);
	border-radius: 5px;
	padding: 50px 50px;
}

.no-results p {
	margin: 0;
	font-size: 1.125em;
	text-align: center;
}

.container-loading {
	position: relative;
}

.container-loading .loading-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255 254 252 / 92%);
	z-index: 10000000000;
}

.container-loading .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	transform: scale(2) translate(-50%, -50%);
	transform-origin: center;
	display: block;
}

#singleContainer {
	background: rgb(188 178 165 / 50%);
	border: 1px solid rgb(188 178 165 / 60%);
	border-radius: 5px;
	padding: 50px 50px 0;
}

.profissional-single {
	padding: 0 0 20px;
	display: flex;
	border-bottom: 1px solid #bcb2a5;
	margin-bottom: 45px;
	flex-wrap: wrap;
}

.profissional-single:last-child {
	border-bottom: none;
}

.profissional-single-foto .foto-profissional {
	width: 159px;
	height: 159px;
	background-size: cover;
	background-position: center top;
	border-radius: 100%;
	border: 1px solid #BCB2A5;
	margin-left: 70px;
}

.profissional-single-foto .foto-profissional.sem-foto {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: rgb(255 255 255 / 65%);
}

.profissional-single h4 {
	color: #AA182C;
	font-size: 1.75em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 38px;
	margin: 0 0 5px;
	display: inline-block;
}

.profissional-single-redes a {
	margin: 0 0 0 8px;
}

.profissional-single-info {
	line-height: 26px;
	margin: 25px 0px 25px;
}

.profissional-single-info p {
	font-weight: 400;
}

.profissional-single-texto {
	flex: 1 1 auto;
	width: calc(100% - 250px);
}

.profissional-single-foto {
	width: 229px;
	flex: 0 0 auto;
}

.profissional-single .button {
	text-transform: uppercase;
	border-color: #ea0031;
	color: #AA182C;
}

.profissional-single-redes {
	float: right;
}

.profissional-single-textos {
	display: flex;
	flex-wrap: wrap;
	margin: 25px 0 45px;
	justify-content: space-between;
}

.profissional-single-cargo,
.profissional-single-formacao,
.profissional-single-associacoes,
.profissional-single-destaques {
	border-top: 1px solid #bcb2a5;
	margin: 0;
}

.profissional-single-cargo {
	width: 20%
}

.profissional-single-formacao {
	width: 48%;
}

.profissional-single-associacoes {
	width: 48%;
}

.profissional-single-destaques {
	width: 100%;
	margin-top: 15px;
	padding-top: 25px
}

.profissional-single-textos h4 {
	font-size: 1em;
	margin: 10px 0 20px;
}

.profissional-single-textos p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 13px;
}

.profissional-single-textos ul li {
	margin-bottom: 5px;
	list-style: disc inside;
}

.profissional-single-curriculo {
	width: 100%;
	padding-bottom: 65px;
	margin-bottom: 55px;
	border-bottom: 1px solid #bcb2a5;
}

.profissional-single-dados {
	display: flex;
	justify-content: stretch;
	width: 100%;
	margin: 0 -12px;
}

.profissional-single-dados .button {
	height: 35px;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 10px;
	transition: all 250ms;
}

.profissional-single-dados .button:hover {
	color: #ea0031;
}

.profissional-single-areas .button:hover,
.profissional-single-premios .button:hover {
	animation: none;
}

.profissional-single-dados>.button {
	flex: 0 0 auto;
	margin: 0 12px;
}

.profissional-single-dados>.button:last-child {
	flex: 0 0 auto;
	background-image: url(../images/arrow-color.svg);
	background-position: right 0 center;
}

.profissional-single-premios {
	width: 100%;
	flex: 1 1 auto;
	margin: 0 12px;
}

.profissional-single-areas {
	width: 100%;
	flex: 1 1.15 auto;
	margin: 0 12px;
}

.profissional-single-areas .button,
.profissional-single-premios .button {
	background-position: right 7px top 9px;
	width: 100%;
}

.profissional-single-areas ul,
.profissional-single-premios ul {
	width: 100%;
	background: #ffffff;
	display: none;
	padding: 15px 0;
	border-radius: 0 0 5px 5px;
}

.profissional-single-areas ul li,
.profissional-single-premios ul li {
	padding: 15px 25px;
}

.quemsomos-container>div {
	position: relative;
	z-index: 1;
}



/* ----- ANIMATIONS -----*/







@keyframes button-area {
	0% {
		background-position: right 12px bottom 16px;
	}

	50% {
		background-position: right 17px bottom 16px;
	}

	100% {
		background-position: right 12px bottom 16px;
	}

}





@keyframes button-right {
	0% {
		background-position: right center;
	}

	50% {
		background-position: right 5px center;
	}

	100% {
		background-position: right center;
	}

}





@keyframes button-right-outline {
	0% {
		background-position: right 28px center;
	}

	50% {
		background-position: right 33px center;
	}

	100% {
		background-position: right 28px center;
	}

}





@keyframes button-left {
	0% {
		background-position: left center;
	}

	50% {
		background-position: left 5px center;
	}

	100% {
		background-position: left center;
	}

}





@keyframes button-plus {
	0% {
		background-position: left 0px top 8px;
	}

	50% {
		background-position: left top 3px;
	}

	100% {
		background-position: left 0px top 8px;
	}

}





@keyframes button-search {
	0% {
		background-position: right 0px top 8px;
	}

	50% {
		background-position: right top 3px;
	}

	100% {
		background-position: right 0px top 8px;
	}

}



div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
	float: left;
	clear: none !important;
}



div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	float: right;
	clear: none !important;



}

.buttons {
	padding-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	position: static;
	border: none;
	background: #dddad7;
	color: #444444;
	padding: 23px;
	border-radius: 6px;
	font-weight: 700;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output,
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.failed .wpcf7-response-output,
.contact-form .wpcf7 form.aborted .wpcf7-response-output {
	position: absolute;
	border: none;
	background: none;
	color: #444444;
	padding: 23px;
	border-radius: 6px;
	font-weight: 700;
	margin: 25px 0;
	display: block;
	bottom: -87px;
	left: 0;
	width: 100%;
}



span.wpcf7-form-control-wrap.anexo {
	display: block;
	width: 100%
}



span.wpcf7-form-control-wrap.anexo .wpcf7-not-valid-tip {
	top: 42px;
}

.nav-links {
	text-align: center;
	width: 100%;
}



nav.navigation.pagination {
	width: 100%;
}

.page-numbers {
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 36px;
	margin: 0 5px;
}

.page-numbers.current {
	background: #aa182c;
	color: #fff;
}

.next.page-numbers {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 12px 30px 10px 8px;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 13px;
	margin: 0 0 0px 15px;
}

.next.page-numbers:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.prev.page-numbers {
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 12px 8px 10px 30px;
	background: url(../images/arrow-color-back.svg) no-repeat;
	background-size: 11px;
	background-position: left 0 center;
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 13px;
	margin: 0 15px 0px 0;
}

.prev.page-numbers:hover {
	animation-name: button-left;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.container-anexo-noticia {
	border-top: 1px solid #d8d2cb;
	margin-top: 33px;
	padding: 35px 0 0;
}



span.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
	width: 301px;
	top: -22px;
	left: 1px;
}

.contact-form span.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
	width: 301px;
	top: 8px;
	left: 1px;
}

.iso-intro-info {
	display: flex;
	margin-bottom: 45px;
}

.iso-intro-destaque {
	width: 710px;
	flex: 0 0 auto;
	padding-right: 149px;
	border-left: 1px solid #DDD8D2;
	padding-left: 25px;
}

.iso-intro-destaque p,
.iso-intro-destaque strong {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	color: #AA182C;
	line-height: 40px;
	text-align: left;
	margin-bottom: 4px;
}

.iso-intro-destaque p {
	font-weight: 400;
}

.iso-intro-destaque strong {
	font-weight: 600;
}

.iso-intro-text {
	text-align: right;
}

.iso-intro-text .button {
	min-width: 155px;
	text-align: left;
	padding-left: 0;
	margin-top: 25px;
}

.iso-intro-text p,
.iso-intro-text strong {
	text-align: left;
	margin-bottom: 4px;
}

.page-bloco-2 {
	background: #DDD8D2;
	padding: 97px 0 69px;
	text-align: center;
	position: relative;
}

.page-bloco-2 h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px
}

.page-bloco-2 p {
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px;
}

.page-bloco-3 {
	padding: 60px 0 80px;
	position: relative;
}

.page-bloco-3 .container-fluid {
	display: flex;
	align-items: center;
}

.page-bloco-3 p {
	text-align: left;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px;
	text-transform: none;
}

.bloco-3-img {
	flex: 0 0 auto;
	padding-left: 145px;
}

.bloco-3-img img {
	max-width: 100%;
}

.page-description.iso {
	position: relative;
}

.page-description.iso:before {
	content: "";
	position: absolute;
	background: url(../images/adorno-vermelho.svg) no-repeat center right;
	background-size: 100%;
	height: 530px;
	width: 527px;
	left: calc(100% - 230px);
	z-index: 1;
	transform: rotate(-39deg);
	top: 155px;
}

.page-bloco-2:before {
	content: "";
	position: absolute;
	background: url(../images/adorno-branco.svg) no-repeat center right;
	background-size: 100%;
	height: 391px;
	width: 385px;
	left: calc(100% - 190px);
	z-index: 1;
	transform: rotate(6deg);
	top: 25px;
}

.page-bloco-2:before {
	content: "";
	position: absolute;
	background: url(../images/adorno-branco.svg) no-repeat center right;
	background-size: 100%;
	height: 391px;
	width: 385px;
	left: calc(100% - 190px);
	z-index: 1;
	transform: rotate(6deg);
	top: 25px;
}

.page-bloco-3:before {
	content: "";
	position: absolute;
	background: url(../images/adorno-cinza.svg) no-repeat center right;
	background-size: 100%;
	height: 557px;
	width: 556px;
	right: calc(100% - 190px);
	z-index: 1;
	transform: rotate(6deg);
	top: 25px;
}

.page-bloco-3:after {
	content: "";
	position: absolute;
	background: url(../images/adorno-cinza.svg) no-repeat center right;
	background-size: 100%;
	height: 153px;
	width: 153px;
	right: calc(100% - 190px);
	z-index: 1;
	transform: rotate(6deg);
	top: 355px;
}

/* --- NOVO RESP SOCIAL --- */

.slider-cards-container {
	background: #f2f0ed;
	padding: 75px 0;
}

.slider-cards-container .slider-cards {
	display: flex;
}

.slider-cards-container .slider-cards .slider-card {
	background: #ffffff;
	width: 50%;
	border-radius: 4px;
}

.slider-cards-container .slider-cards .slider-card .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 65px 90px 40px;
}

.slider-cards-container .slider-cards .slider-card .card-logo {
	max-height: 150px;
	max-width: 270px;
}

.slider-cards-container .slider-cards .slider-card .card-logo-container {
	height: 150px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-cards-container .slider-cards .slider-card .card p {
	margin-bottom: 21px;
}

.slider-cards-container .lSSlideOuter .lSPager.lSpg>li,
.slider-cards-container .lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 15px 20px;
}

.slider-cards-container .lSSlideOuter .lSPager.lSpg>li.active a,
.slider-cards-container .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #eb8700;
	border: 2px solid #bf8332;
}

.slider-cards-container .lSSlideOuter .lSPager.lSpg>li a {
	background-color: transparent;
	border: 2px solid #BCB2A5;
	border-radius: 30px;
	display: inline-block;
	height: 14px;
	overflow: hidden;
	text-indent: -999em;
	width: 14px;
	position: relative;
	z-index: 99;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.relatorio {
	background: #eb8700;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
}

.relatorio:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(193 96 0 / 72%);
}

.relatorio a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	padding: 100px 0 140px;
}

.relatorio img {
	max-width: 200px
}

.relatorio h3 {
	color: #ffffff;
	font-size: 32px;
	line-height: 42px;
	margin: 40px 0 25px;
}

.relatorio h3 * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.relatorio .desc-relatorio {
	color: #ffffff;
	max-width: 623px;
	margin: 0 auto;
}

.projetos-sociais {
	margin: 100px 0 0;
}

.projetos-sociais h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin-bottom: 45px;
	letter-spacing: 1px;
	text-align: center;
}

.projetos-sociais-container {
	display: flex;
	flex-wrap: wrap;
}

.projeto-social {
	height: 455px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.footer-projetos {
	text-align: center;
	margin-top: 45px;
}

.projeto-social:nth-child(1) {
	width: 55%;
}

.projeto-social:nth-child(2) {
	width: 45%;
	background: #eb8700;
}

.projeto-social:nth-child(3) {
	width: 45%;
	background: #7c7c7c;
}

.projeto-social:nth-child(4) {
	width: 55%;
}

.projeto-social:nth-child(1) .projeto .projeto-inner,
.projeto-social:nth-child(4) .projeto .projeto-inner {
	width: 77%;
}

.projeto-social:nth-child(2) .projeto .projeto-inner,
.projeto-social:nth-child(3) .projeto .projeto-inner {
	width: 71.5%;
}

.projeto-social:nth-child(1) .projeto,
.projeto-social:nth-child(3) .projeto {
	justify-content: flex-end;
}

.projeto-social:nth-child(2):before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(226 112 0 / 93%);
	mix-blend-mode: multiply;
}

.projeto-social:nth-child(3):before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(83 83 83 / 40%);
	mix-blend-mode: multiply;
}

.projeto-social .projeto {
	height: 100%;
	text-align: left;
	padding: 75px 0 75px 70px;
}

.projeto-social .projeto-inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.projeto-social .projeto:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #444444;
	margin-bottom: 12px;
	top: 0;
	left: 0;
	opacity: 0;
	mix-blend-mode: multiply;
	transition: 250ms all;
}

.projeto-social .projeto:hover:before {
	opacity: .7;
}

.projeto-social .projeto .projeto-title {
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 26px;
	position: absolute;
	bottom: 0;
	top: auto;
	transition: 250ms all;
}

.projeto-social .projeto:hover .projeto-title {
	animation: slide-top-title 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.projeto-social .projeto .projeto-title:before {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #ffffff;
	margin-bottom: 12px;
}

.projeto-social .projeto .projeto-descricao {
	display: none;
	opacity: 0;
}

.projeto-social .projeto:hover .projeto-descricao {
	display: block;
	animation: slide-top-desc 0.7s 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.projeto-social .projeto .projeto-descricao p {
	color: #ffffff;
	max-width: 270px;
	position: relative;
}

@keyframes slide-top-title {
	0% {
		bottom: 0;
		transform: translateY(0);
	}

	100% {
		bottom: 100%;
		transform: translateY(100%);
	}
}

@keyframes slide-top-desc {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 100%;
	}
}

.page-description.diversidade {
	background: #eb8700;
	padding: 180px 0 120px;
}

.page-description.diversidade .page-description-content {
	margin: 0 auto;
	max-width: 1116px;
}

.page-description.diversidade .page-description-content p,
.page-description.diversidade .page-description-content a {
	text-align: center;
	color: #ffffff;
}

.page-description.diversidade h3 {
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.box-color-container h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin: 90px 0 45px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.box-color-content {
	display: flex;
	flex-wrap: wrap;
}

.box-color {
	width: 33.33%;
	height: 455px;
	background-size: cover;
	background-position: center;
}

.box-color-inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 60px 50px;
}

.box-color-title {
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 26px;
	top: auto;
	transition: 200ms all;
	z-index: 1;
}

.box-color-title:before {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #ffffff;
	margin-bottom: 12px;
}

.box-color:hover .box-color-title {
	transform: translateY(-100%);
}

.box-color-descricao {
	color: #ffffff;
	max-width: 270px;
	position: relative;
	display: none;
	z-index: 1;
}

.box-color:hover .box-color-descricao {
	display: block;
	animation: slide-top-desc 0.7s 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.box-color .box-color-inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ca3d4d;
	margin-bottom: 12px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 250ms all;
}

.box-color:nth-child(2) .box-color-inner:before {
	background: #a94f15;
}

.box-color:nth-child(3) .box-color-inner:before {
	background: #EA0029;
}

.box-color:nth-child(4) .box-color-inner:before {
	background: #086347;
}

.box-color:nth-child(5) .box-color-inner:before {
	background: #b73e50;
}

.box-color:nth-child(5) .box-color-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin-bottom: 12px;
	top: 0;
	left: 0;
	transition: 250ms all;
	background: #b73e50;
	opacity: .8;
	mix-blend-mode: multiply;
}

.box-color:nth-child(6) .box-color-inner:before {
	background: #13324d;
}

.box-color .box-color-inner:hover:before {
	opacity: .7;
}

.slider-logo-container {
	background: #e1e1e1;
	margin: -152px 0 0;
	padding: 170px 0;
}

.slider-logo-container h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin: 90px 0 84px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.slider-logo {
	display: flex;
}

.slider-logo-image {
	background: #ffffff;
	border-radius: 4px;
	width: 536px;
	height: 436px;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 85px;
}

.slider-logo-text {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	align-items: center;
}

.slider-logo-text-inner {
	background: #f0f0f0;
	flex: 1 1 auto;
	width: 100%;
	padding: 70px 100px 70px 60px;
}

.slider-logo-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #aa182c;
	margin-bottom: 25px;
}

.slider-logo-descricao {}

.slider-logo-image img {
	width: 100%;
}

.slider-logo-container .lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	float: right;
}

.slider-logo-container .lSSlideOuter .lSPager.lSpg>li,
.slider-logo-container .lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 15px 20px;
}

.slider-logo-container .lSSlideOuter .lSPager.lSpg>li.active a,
.slider-logo-container .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #eb8700;
	border: 2px solid #bf8332;
}

.slider-logo-container .lSSlideOuter .lSPager.lSpg>li a {
	background-color: transparent;
	border: 2px solid #BCB2A5;
	border-radius: 30px;
	display: inline-block;
	height: 14px;
	overflow: hidden;
	text-indent: -9999999999em;
	width: 14px;
	position: relative;
	z-index: 99;
	font-size: 0;
	-webkit-transition: all .5s linear 0s;
	transition: all .5s linear 0s
}

.page-description.meioambiente {
	background: #66af87;
	padding: 130px 0 120px;
}

.page-description.meioambiente .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.meioambiente .page-description-content p {
	text-align: center;
	color: #ffffff;
}

.page-description.meioambiente h3 {
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.slider-cards-container.color {
	background: #e3f0e9;
}

.slider-cards-container.color h3 {
	font-size: 32px;
	font-weight: 500;
	color: #eb8700;
	margin: 100px 0 55px;
	letter-spacing: 1px;
	text-align: center;
}

.slider-cards-container.color .slider-card:nth-child(even) {
	background: #ea8a09;
}

.slider-cards-container.color h4.card-titulo {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #eb8700;
	margin: 0 0 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.slider-cards-container.color .slider-card:nth-child(even) h4.card-titulo,
.slider-cards-container.color .slider-card:nth-child(even) .card-descricao {
	color: #ffffff;
}

.slider-cards-container.color .card-descricao {
	margin-bottom: 30px;
}

.slider-cards-container.color .slider-cards .slider-card .card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 65px 80px 65px;
}

.box-info-img {
	display: flex;
	height: 436px;
}

.box-info-img:nth-child(even) .box-info-img-image {
	order: 1
}

.box-info-img-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}

.box-info-img-text {
	background: #eb8700;
	flex: 0 0 auto;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px 200px 80px 145px;
	text-align: right;
}

.box-info-img:nth-child(2) .box-info-img-text {
	background: #66af87;
	padding: 80px 115px 80px 200px;
	text-align: left;
}

.box-info-img:nth-child(3) .box-info-img-text {
	background: #ef405e;
	padding: 80px 200px 80px 145px;
}

.box-info-img:nth-child(4) .box-info-img-text {
	background: #7c7c7c;
	padding: 80px 115px 80px 200px;
	text-align: left;
}

.box-info-img-descricao p {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'kelson', sans-serif;
	color: #ffffff;
}

.box-info-img-descricao strong {
	font-size: 60px;
	line-height: 92px;
	font-weight: 400;
	font-family: 'kelson', sans-serif;
}

.page-description.projsociais {
	background: #7c7c7c;
	padding: 140px 0 150px;
}

.page-description.projsociais .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.projsociais .page-description-content p {
	text-align: center;
	color: #ffffff;
}

.page-description.projsociais h3 {
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.list-zigzag-content {
	margin-bottom: 135px;
}

.list-zigzag-container h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin: 100px 0 55px;
	letter-spacing: 1px;
	text-align: center;
}

.list-zigzag-item .list-zigzag-flex {
	display: flex;
	min-height: 286px;
}

.list-zigzag-image {
	width: 460px;
	flex: 0 0 auto;
	background: #e7e3de;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px 0 0 4px;
	padding: 65px;
	background-size: cover;
	background-position: center;
}

.list-zigzag-image img {
	max-width: 100%;
	max-height: 165px;
}

.list-zigzag-item:nth-child(even) .list-zigzag-flex .list-zigzag-image {
	order: 1
}

.list-zigzag-text {
	background: #eb8700;
	display: flex;
	align-items: center;
	position: relative;
	transition: 250ms all;
	width: 100%;
}

.list-zigzag-item:not(.projeto-resp-social) .list-zigzag-flex:hover .list-zigzag-text {
	background: #cc7601;
}

.list-zigzag-item:not(.projeto-resp-social) .list-zigzag-text:after {
	content: "";
	width: 60px;
	height: 60px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	transform: translateX(0) rotate(45deg);
	right: 95px;
}

.list-zigzag-item:not(.projeto-resp-social) .list-zigzag-flex:hover .list-zigzag-text:after {
	animation-name: button-right-trans;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.list-zigzag-item.projeto-resp-social .list-zigzag-flex .list-zigzag-text {
	background: #e7e3de;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px 224px 50px 84px;
}

.list-zigzag-item.projeto-resp-social .list-zigzag-flex .list-zigzag-text .list-zigzag-descricao {
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
	transition: 250ms all;
	margin-bottom: 25px;
}

.list-zigzag-item.projeto-resp-social .list-zigzag-flex .list-zigzag-text .list-zigzag-descricao:before {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #444444;
	margin-bottom: 12px;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(2) .list-zigzag-flex .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(4) .list-zigzag-flex .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(6) .list-zigzag-flex .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(8) .list-zigzag-flex .list-zigzag-text {
	background: #7c7c7c;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(2) .list-zigzag-flex:hover .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(4) .list-zigzag-flex:hover .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(6) .list-zigzag-flex:hover .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(8) .list-zigzag-flex:hover .list-zigzag-text {
	background: #5f5f5f;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(3) .list-zigzag-flex .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(6) .list-zigzag-flex .list-zigzag-text {
	background: #62b2e2;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(3) .list-zigzag-flex:hover .list-zigzag-text,
.list-zigzag-item:not(.projeto-resp-social):nth-child(6) .list-zigzag-flex:hover .list-zigzag-text {
	background: #4a98c7;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(5) .list-zigzag-flex .list-zigzag-text {
	background: #008f37;
}

.list-zigzag-item:not(.projeto-resp-social):nth-child(5) .list-zigzag-flex:hover .list-zigzag-text {
	background: #008031;
}

.list-zigzag-item {
	margin-bottom: 30px;
}

.list-zigzag-item:not(.projeto-resp-social) .list-zigzag-descricao {
	padding: 50px 224px 50px 84px;
	color: #ffffff;
	font-size: 18px;
}

.list-zigzag-item:not(.projeto-resp-social) .list-zigzag-descricao b {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 21px;
}


@keyframes button-right-trans {
	0% {
		transform: translateX(0) rotate(45deg);
	}

	50% {
		transform: translateX(10px) rotate(45deg);
	}

	100% {
		transform: translateX(0) rotate(45deg);
	}

}

.page-description.lgbtqia {
	background: rgb(239 69 98);
	padding: 180px 0 160px;
}

.page-description.lgbtqia .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.lgbtqia .page-description-content p {
	text-align: center;
	color: #ffffff;
}

.page-description.lgbtqia h3 {
	font-size: 32px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.info-card-container {
	background: #f1efed;
}

.info-card-container h3 {
	font-size: 32px;
	font-weight: 500;
	color: #aa182c;
	margin: 70px 0 55px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.info-card-item {
	width: calc(50% - 8px);
	border-radius: 4px;
	background-size: cover;
	min-height: 368px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 55px;
	position: relative;
}

.info-card-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	left: 0;
	top: 0;
	border-radius: 4px;
	transition: 450ms all;
}

.info-card-item:hover:before {
	opacity: 0;
}

.info-card-content {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 150px;
}

h4.info-card-text {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	color: #aa182c;
	letter-spacing: 1px;
	line-height: 35px;
	margin-bottom: 35px;
	position: relative;
	transition: 450ms all;
}

.info-card-descricao {
	font-size: inherit;
	position: relative;
	transition: 450ms all;
}

.info-card-item:hover h4.info-card-text,
.info-card-item:hover .info-card-descricao {
	color: #ffffff;
}

.banner-lei-do-bem {
	min-height: 485px;
	display: flex;
	align-items: center;
	position: relative;
	background-size: cover;
}

.banner-lei-do-bem:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #38000fb8;
}

.banner-lei-do-bem.relatorio-style:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(236 137 40 / 72%);
}

.texto-lei-do-bem {
	margin: 0 auto 30px;
	position: relative;
	color: #ffffff;
}

.texto-lei-do-bem p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.banner-lei-do-bem .button {
	color: #ffffff;
	text-transform: uppercase;
}

.content-lei-do-bem {
	display: flex;
	max-width: 1290px;
	margin: 0 auto;
	align-items: center;
	padding: 65px 0 80px;
}

.titulo-lei-do-bem {
	color: #ffffff;
	position: relative;
	font-size: 47px;
	font-weight: 300;
	line-height: 67px;
}

.titulo-lei-do-bem b {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: 400;
}

.col-1-lei-do-bem {
	flex: 0 0 auto;
	width: 590px;
	border-right: 1px solid #ffffff;
	padding-right: 65px;
}

.col-2-lei-do-bem {
	margin-left: 85px;
}

/*-- IB HUB --*/

.title-inner-page.ibhub h1 {
	font-weight: 500;
	max-width: 50%;
	font-size: 60px;
	line-height: 70px;
	position: relative;
}

.title-inner-page.ibhub .title-text {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.title-inner-page.ibhub .title-breadcrumb:after {
	content: none;
}

.title-inner-page.ibhub h1:after {
	content: "";
	position: absolute;
	border-top: 4px solid #eb8700;
	width: 273px;
	right: 0;
	bottom: -4px;
}

.title-inner-page.ibhub:after {
	content: "";
	position: absolute;
	background: rgb(15 86 64 / 77%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.page-description.ibhub {
	background: #449669;
	padding: 100px 0;
}

.page-description.ibhub .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.ibhub .page-description-content p {
	text-align: center;
	color: #ffffff;
}

.ib-blocks {
	background: #ddd8d2;
	padding: 100px 0;
}

.ib-blocks h2 {
	color: #0f5640;
}

.blocks-ibhub-content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 20px 44px 40px;
}

.block-ibhub-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.block-ibhub {
	width: calc((100% / 3) - (((3 - 1) / 3) * 16px));
	background: #0f5640;
	border-radius: 6px;
	padding: 81px 128px;
}

.block-ibhub:nth-child(2) {
	background: #007b37;
}

.block-ibhub:nth-child(3) {
	background: #449669;
}

.block-ibhub:nth-child(4) {
	background: #eb8700;
}

.block-ibhub:nth-child(5) {
	background: #c44728;
}

.block-ibhub:nth-child(6) {
	background: #aa182c;
}

.block-ibhub-descricao p {
	color: #ddd8d2;
	margin-top: 40px;
	text-align: center;
}

.ib-maps h2 {
	color: #0f5640;
}

#map-ib {
	width: 945px;
	padding-left: 215px;
}

.ib-maps {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.ib-maps:before {
	content: "";
	width: 760px;
	height: 782px;
	background: url(../images/adorno-cinza.svg) no-repeat center;
	position: absolute;
	bottom: -510px;
	left: -210px;
	transform: rotate(35deg);
	z-index: 2;
	opacity: 1;
}

.map-numbers-data {
	display: none;
}

.market-active .market-data {
	display: block;
}

.coverage-active .coverage-data {
	display: block;
}

.market-active #map-ib .orange {
	transition: all 150ms;
}

.market-active #map-ib .orange:hover {
	fill: #c44728
}

.coverage-active #map-ib .yellow {
	fill: #f1ab4d
}

.block-data {
	position: absolute;
	display: none;
	z-index: 1;
	pointer-events: none;
	opacity: 0;
	transform: translateY(20px);
}

.block-data.active {
	display: block;
	opacity: 0;
	animation: fadeUp 400ms ease 1 running forwards;
}

.ibmap-content {
	position: relative;
}

.block-data-pais {
	font-size: 32px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 37px;
}

.block-data-pais small {
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	bottom: -55px;
	left: 0;
}

.block-data-numbers {
	display: flex;
	margin-top: 38px;
	text-align: left;
	margin-right: -15px;
	gap: 13px;
}

.data-title {
	font-weight: 700;
	border-bottom: 1px solid #eb8700;
	color: #c44728;
	padding: 0 0 10px;
	margin: 0px 0 13px;
	min-width: 81px;
	margin-right: 0;
}

.data-number {
	display: flex;
	gap: 11px;
	max-width: 200px;
}

.data-number p {
	font-weight: 700;
	font-size: 20px;
	color: #c44728;
}

.data-number p small {
	font-weight: 700;
	font-size: 16px;
	display: block;
	color: #c44728;
	max-width: 122px;
}

.block-data-membership {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 65px;
	position: relative;
}

.block-data-membership:empty {
	display: none
}

.block-data-membership:before {
	content: "";
	position: absolute;
	height: 44px;
	width: 2px;
	top: calc(100% + 8px);
	background: #eb8700;
	left: 42px;
}

.block-data-membership:after {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	top: calc(100% + 8px);
	background: #eb8700;
	left: 40px;
	border-radius: 100%;
}

.block-data-pais:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 286px;
	top: calc(100% + 18px);
	background: #444444;
	right: -30px;
}

#brazil-data {
	left: 970px;
	top: 232px;
}

#brazil-data .block-data-pais:after {
	width: 286px;
	top: calc(100% + 18px);
	right: -30px;
}

#mexico-data {
	top: 225px;
	left: 195px;
}

#mexico-data .block-data-pais:after {
	width: 226px;
	top: calc(100% + 18px);
	left: -30px;
}

#mexico-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 311px;
	background: #444444;
	right: -92px;
	bottom: -20px;
}

#guatemala-data {
	top: 205px;
	left: 188px;
}

#guatemala-data .block-data-pais:after {
	width: 275px;
	top: calc(100% + 18px);
	left: -30px;
}

#guatemala-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 211px;
	background: #444444;
	right: -92px;
	bottom: -20px;
}

#belize-data {
	top: 214px;
	left: 203px;
}

#belize-data .block-data-pais:after {
	width: 275px;
	top: calc(100% + 18px);
	left: -30px;
}

#belize-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 241px;
	background: #444444;
	right: -157px;
	bottom: -20px;
}

#el-salvador-data {
	top: 214px;
	left: 203px;
}

#el-salvador-data .block-data-pais:after {
	width: 275px;
	top: calc(100% + 18px);
	left: -30px;
}

#el-salvador-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 207px;
	background: #444444;
	right: -87px;
	bottom: -20px;
}

#honduras-data {
	top: 214px;
	left: 203px;
}

#honduras-data .block-data-pais:after {
	width: 295px;
	top: calc(100% + 18px);
	left: -30px;
}

#honduras-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 220px;
	background: #444444;
	right: -127px;
	bottom: -20px;
}

#nicaragua-data {
	top: 214px;
	left: 203px;
}

#nicaragua-data .block-data-pais:after {
	width: 303px;
	top: calc(100% + 18px);
	left: -30px;
}

#nicaragua-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 196px;
	background: #444444;
	right: -127px;
	bottom: -20px;
}

#panama-data {
	top: 254px;
	left: 203px;
}

#panama-data .block-data-pais:after {
	width: 338px;
	top: calc(100% + 18px);
	left: -30px;
}

#panama-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 198px;
	background: #444444;
	right: -193px;
	bottom: -20px;
}

#peru-data {
	top: 245px;
	left: 192px;
	text-align: right;
}

#peru-data .block-data-pais:after {
	width: 226px;
	top: calc(100% + 18px);
	left: -30px;
}

#peru-data .block-data-membership:before {
	right: 26px;
	left: auto
}

#peru-data .block-data-membership:after {
	right: 24px;
	left: auto
}

#bolivia-data {
	top: 275px;
	left: 206px;
	text-align: right;
}

#bolivia-data .block-data-pais:after {
	width: 326px;
	top: calc(100% + 18px);
	left: -29px;
}

#bolivia-data .block-data-membership:before {
	right: 26px;
	left: auto
}

#bolivia-data .block-data-membership:after {
	right: 24px;
	left: auto
}

#chile-data {
	top: 405px;
	left: 245px;
	text-align: right;
}

#chile-data .block-data-pais:after {
	width: 199px;
	top: calc(100% + 18px);
	left: -30px;
}

#chile-data .block-data-membership:before {
	right: 34px;
	left: auto
}

#chile-data .block-data-membership:after {
	right: 32px;
	left: auto
}

#dominican-republic-data {
	top: 215px;
	left: 155px;
	text-align: right;
}

#dominican-republic-data .block-data-pais:after {
	width: 504px;
	top: calc(100% + 18px);
	left: -30px;
}

.map-pt #dominican-republic-data .block-data-pais:before {
	right: -155px;
}

#dominican-republic-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 269px;
	background: #444444;
	right: -188px;
	bottom: -20px;
}

#dominican-republic-data .block-data-membership:before {
	right: 34px;
	left: auto
}

#dominican-republic-data .block-data-membership:after {
	right: 32px;
	left: auto
}

#costa-rica-data {
	top: 191px;
	left: 220px;
	text-align: right;
}

#costa-rica-data .block-data-pais:after {
	width: 294px;
	top: calc(100% + 18px);
	left: -30px;
}

#costa-rica-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 183px;
	background: #444444;
	right: -110px;
	bottom: -20px;
}

#costa-rica-data .block-data-membership:before {
	right: 34px;
	left: auto
}

#costa-rica-data .block-data-membership:after {
	right: 32px;
	left: auto
}

#ecuador-data {
	top: 165px;
	left: 153px;
	text-align: right;
}

#ecuador-data .block-data-pais:after {
	width: 282px;
	top: calc(100% + 18px);
	left: -30px;
}

#ecuador-data .block-data-membership:before {
	right: 34px;
	left: auto
}

#ecuador-data .block-data-membership:after {
	right: 32px;
	left: auto
}

#colombia-data {
	top: 225px;
	left: 214px;
	text-align: right;
}

#colombia-data .block-data-pais:after {
	width: 299px;
	top: calc(100% + 18px);
	left: -30px;
}

#colombia-data .block-data-membership:before {
	right: 34px;
	left: auto
}

#colombia-data .block-data-membership:after {
	right: 32px;
	left: auto
}

#colombia-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 143px;
	background: #444444;
	right: -132px;
	bottom: -20px;
}

#venezuela-data {
	left: 968px;
	top: 195px;
}

#venezuela-data .block-data-pais:after {
	width: 486px;
	top: calc(100% + 18px);
	right: -30px;
}

#venezuela-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 83px;
	background: #444;
	left: -307px;
	bottom: -20px;
}

#guyana-data {
	left: 960px;
	top: 195px;
}

#guyana-data .block-data-pais:after {
	width: 369px;
	top: calc(100% + 18px);
	right: -30px;
}

#guyana-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 53px;
	background: #444444;
	right: 339px;
	bottom: -20px;
}

#suriname-data {
	left: 960px;
	top: 195px;
}

#suriname-data .block-data-pais:after {
	width: 369px;
	top: calc(100% + 18px);
	right: -30px;
}

#suriname-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 90px;
	background: #444444;
	right: 339px;
	bottom: -20px;
}

.map-pt #french-guyana-data {
	left: 844px;
	top: 195px;
}

#french-guyana-data {
	left: 870px;
	top: 195px;
}

#french-guyana-data .block-data-pais:after {
	width: 336px;
	top: calc(100% + 18px);
	right: -30px;
}

#french-guyana-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 60px;
	background: #444444;
	right: 304px;
	bottom: -20px;
}

#paraguay-data {
	left: 954px;
	top: 399px;
}

#paraguay-data .block-data-pais:after {
	width: 398px;
	top: calc(100% + 18px);
	right: -30px;
}

#argentina-data {
	left: 905px;
	top: 479px;
}

#argentina-data .block-data-pais:after {
	width: 428px;
	top: calc(100% + 18px);
	right: -30px;
}

#uruguay-data {
	left: 904px;
	top: 486px;
}

#uruguay-data .block-data-pais:after {
	width: 333px;
	top: calc(100% + 18px);
	right: -30px;
}



#cuba-data {
	left: 968px;
	top: 75px;
}

#cuba-data .block-data-pais:after {
	width: 506px;
	top: calc(100% + 18px);
	right: -30px;
}

#cuba-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 178px;
	background: #444;
	left: -402px;
	bottom: -20px;
}

#aruba-data {
	left: 968px;
	top: 101px;
}

#aruba-data .block-data-pais:after {
	width: 454px;
	top: calc(100% + 18px);
	right: -30px;
}

#aruba-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 83px;
	background: #444;
	left: -338px;
	bottom: -20px;
}

#bahamas-data {
	left: 928px;
	top: 55px;
}

#bahamas-data .block-data-pais:after {
	width: 540px;
	top: calc(100% + 18px);
	right: -30px;
}

#bahamas-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 171px;
	background: #444;
	left: -378px;
	bottom: -20px;
}

#barbados-data {
	left: 932px;
	top: 59px;
}

#barbados-data .block-data-pais:after {
	width: 359px;
	top: calc(100% + 18px);
	right: -30px;
}

#barbados-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 42px;
	background: #444;
	left: -192px;
	bottom: -20px;
}

#british-virgin-islands-data {
	left: 888px;
	top: 55px;
}

.map-pt #british-virgin-islands-data .block-data-pais:after {
	width: 567px;
}

#british-virgin-islands-data .block-data-pais:after {
	width: 526px;
	top: calc(100% + 18px);
	right: -30px;
}

#british-virgin-islands-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 71px;
	background: #444;
	left: -197px;
	bottom: -20px;
}

#curacao-data {
	left: 948px;
	top: 65px;
}

#curacao-data .block-data-pais:after {
	width: 446px;
	top: calc(100% + 18px);
	right: -30px;
}

#curacao-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 38px;
	background: #444;
	left: -297px;
	bottom: -20px;
}

#dominica-data {
	left: 968px;
	top: 75px;
}

#dominica-data .block-data-pais:after {
	width: 406px;
	top: calc(100% + 18px);
	right: -30px;
}

#dominica-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 83px;
	background: #444;
	left: -243px;
	bottom: -20px;
}

#grenade-data {
	left: 968px;
	top: 65px;
}

#grenade-data .block-data-pais:after {
	width: 409px;
	top: calc(100% + 18px);
	right: -30px;
}

#grenade-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 75px;
	background: #444;
	left: -259px;
	bottom: -20px;
}

#guadalupe-data {
	left: 968px;
	top: 195px;
}

#guadalupe-data .block-data-pais:after {
	width: 427px;
	top: calc(100% + 18px);
	right: -30px;
}

#guadalupe-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 181px;
	background: #444;
	left: -246px;
	bottom: -20px;
}

#haiti-data {
	left: 928px;
	top: 55px;
}

#haiti-data .block-data-pais:after {
	width: 418px;
	top: calc(100% + 18px);
	right: -30px;
}

#haiti-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 114px;
	background: #444;
	left: -323px;
	bottom: -20px;
}

#ilhas-cayman-data {
	left: 838px;
	top: 135px;
}

.map-pt #ilhas-cayman-data .block-data-pais:after {
	width: 555px;
}

#ilhas-cayman-data .block-data-pais:after {
	width: 588px;
	top: calc(100% + 18px);
	right: -30px;
}

#ilhas-cayman-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 65px;
	background: #444;
	left: -331px;
	bottom: -20px;
}

#jamaica-data {
	left: 928px;
	top: 55px;
}

#jamaica-data .block-data-pais:after {
	width: 524px;
	top: calc(100% + 18px);
	right: -30px;
}

#jamaica-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 101px;
	background: #444;
	left: -373px;
	bottom: -20px;
}

#montserrat-data {
	left: 868px;
	top: 55px;
}

.map-pt #montserrat-data .block-data-pais:after {
	width: 355px;
}

#montserrat-data .block-data-pais:after {
	width: 336px;
	top: calc(100% + 18px);
	right: -30px;
}

#montserrat-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 50px;
	background: #444;
	left: -149px;
	bottom: -20px;
}

#porto-rico-data {
	left: 838px;
	top: 80px;
}

#porto-rico-data .block-data-pais:after {
	width: 350px;
	top: calc(100% + 18px);
	right: -30px;
}

#porto-rico-data .block-data-pais:before {
	position: absolute;
	width: 2px;
	height: 83px;
	background: #444;
	left: -307px;
	bottom: -20px;
}

#saint-lucia-data {
	left: 968px;
	top: 65px;
}

.map-pt #saint-lucia-data .block-data-pais:after {
	width: 440px;
}

#saint-lucia-data .block-data-pais:after {
	width: 430px;
	top: calc(100% + 18px);
	right: -30px;
}

#saint-lucia-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 64px;
	background: #444;
	left: -243px;
	bottom: -20px;
}

#saint-vincent-and-the-grenadines-data {
	left: 968px;
	top: 75px;
}

#saint-vincent-and-the-grenadines-data .block-data-pais {
	line-height: 38px;
}

#saint-vincent-and-the-grenadines-data .block-data-pais:after {
	width: 556px;
	top: calc(100% + 18px);
	right: 40px;
}

#saint-vincent-and-the-grenadines-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 113px;
	background: #444;
	left: -249px;
	bottom: -20px;
}

.map-pt #trinidad-and-tobago-data {
	left: 928px;
	top: 51px;
}

#trinidad-and-tobago-data {
	left: 928px;
	top: 51px;
}

.map-pt #trinidad-and-tobago-data .block-data-pais:after {
	width: 507px;
}

#trinidad-and-tobago-data .block-data-pais:after {
	width: 544px;
	top: calc(100% + 18px);
	right: -30px;
}

#trinidad-and-tobago-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 8px;
	background: #444;
	left: -222px;
	bottom: -20px;
}

#turks-and-caicos-data {
	left: 878px;
	top: 55px;
}

.map-pt #turks-and-caicos-data .block-data-pais:after {
	width: 600px;
}

#turks-and-caicos-data .block-data-pais:after {
	width: 550px;
	top: calc(100% + 18px);
	right: -30px;
}

#turks-and-caicos-data .block-data-pais:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 140px;
	background: #444;
	left: -265px;
	bottom: -20px;
}

.ibmap {
	position: relative;
	z-index: 1;
}

.map-buttons {
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-weight: 700;
	color: #ffffff;
	z-index: 7;
	max-width: 377px;
}

.map-buttons p,
.map-buttons b {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 6px;
	margin-top: -10px;
}

.button-market,
.button-coverage {
	background: #ccc;
	border-radius: 6px;
	padding: 16px 18px;
	transition: all 250ms;
}

.button-market {
	background: #c44728;
}

.button-market:hover {
	background: #ad3821;
}

.button-coverage {
	background: #f1ab4d;
}

.button-coverage:hover {
	background: #da9436;
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.ib-time {
	background: #444;
	padding: 100px 0 160px;
}

.ib-time h2 {
	color: #fff;
}

.ib-time-slide {
	display: flex;
	gap: 150px;
}

.ib-time-foto {
	width: 390px;
	max-width: 100%;
}

p.ib-time-titulo {
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 3px;
}

p.ib-time-email {
	color: #fff;
	font-weight: 700;
}

p.ib-time-cargo {
	color: #fff;
	font-weight: 700;
}

.ib-time-slide-resumo p {
	color: #ffffff;
	margin-bottom: 18px;
}

.ib-time-slide-resumo h3 {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 50px 0 20px;
}

.ib-time-slider {
	width: 1088px;
	margin: 0 auto;
}

.ib-time-slide-dados {
	margin-top: 25px;
	border-bottom: 2px solid #eb8700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
}

.ib-time-contato {
	display: flex;
	margin: 12px 0;
}

.ib-time-slide-premios {
	display: flex;
	gap: 15px;
	margin: 35px 0 0;
}

.ib-slider-container {
	padding: 0 130px;
	position: relative;
	margin: 100px 0 80px;
	border-bottom: 1px solid #676564;
	padding-bottom: 75px;
}

#timeControls {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 200px;
}

#timeControls.lSAction>button {
	width: 40px;
	display: block;
	height: 81px;
	background-image: url(../images/arrow-slide-china.svg);
	transform: rotate(180deg);
}

#timeControls.lSAction>button.lSPrev {
	transform: rotate(0);
}

.ib-thumb-btn {
	opacity: .4;
	transition: all 250ms;
}

.ib-thumb-btn:hover,
.ib-thumb-btn.active {
	opacity: 1;
}

.ib-thumb-slide .ib-time-foto {
	width: 185px;
}

.ib-thumb-slide .ib-time-titulo {
	font-size: 16px;
	margin-top: 30px;
}

.ib-thumb-container {
	padding: 0px 33px;
	position: relative;
}

#timeThumbControls {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 80px;
	z-index: 0;
}

#timeThumbControls.lSAction>button {
	width: 30px;
	display: block;
	height: 30px;
	background: rgb(26 26 26 / 20%) url(../images/arrow-slide-small-china.svg) no-repeat center;
	transform: rotate(180deg);
	border-radius: 100%;
	background-size: 8px;
	background-position: left 10px center;
}

.ib-thumb-container #timeThumbControls.lSAction>button {
	width: 30px;
	display: block;
	height: 30px;
	background: rgb(188 178 165 / 10%) url(../images/arrow-slide-small-ib.svg) no-repeat center;
	transform: rotate(180deg);
	border-radius: 100%;
	background-size: 8px;
	background-position: left 10px center;
}

#timeThumbControls.lSAction>button.lSPrev {
	transform: rotate(0);
}

.ib-thumb-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ib-thumb-slider {
	position: relative;
	z-index: 1;
}

.ib-block3 {
	background: #eb8700;
	padding: 90px 0 190px;
}

.ib-block3-content {
	display: flex;
	align-items: center;
	gap: 100px;
}

.ib-block3-title h2 {
	color: #ffffff;
	font-size: 32px;
	text-align: left;
	margin: 0;
	line-height: 48px;
}

.ib-block3-title {
	flex: 0 0 auto;
	width: 400px;
}

.ib-block3-text * {
	color: #ffffff;
}

.ib-contact {
	background: #ddd8d2;
}

.ib-contact-content {
	background: #ffffff;
	display: flex;
	margin: -100px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 85px 125px;
	gap: 120px;
}

.ib-block3-text a {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 17px 0 0;
	border-bottom: 2px solid #ea0029;
}

.ib-block3-text a:hover {
	color: #e8e8e8;
}

.ib-contact-left h2 {
	font-size: 32px;
	text-align: left;
	line-height: 48px;
}

.ib-contact-left p {
	margin-bottom: 25px;
}

.ib-contact-left {
	flex: 0 0 auto;
	width: 245px;
}

.ib-contact-right label {
	width: 100%;
}

.ib-contact-right input[type=text],
.ib-contact-right input[type=email],
.ib-contact-right input[type=tel],
.ib-contact-right textarea {
	background: #c44728;
	border: none;
	border-radius: 6px;
	padding: 9px 20px;
	color: #ffffff;
	width: 100%;
	margin-bottom: 10px
}

.ib-contact-right textarea {
	height: 125px;
}

.ib-contact-right ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1;
	/* Firefox */
}

.ib-contact-right ::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.ib-contact-right ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffffff;
}

.ib-contact-right input[type=submit] {
	margin: 0;
	text-transform: uppercase;
	color: #aa182c;
	border: none;
	border-bottom: 2px solid #eb8700;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-color.svg);
	background-size: 11px;
	background-position: right center;
	padding: 10px 15px;
	padding-right: 40px;
	padding-left: 5px;
	float: right;
	margin-top: 6px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.ib-contact-right {
	margin-top: 65px;
}

.ib-contact-right .wpcf7-response-output {
	background: transparent;
	padding: 20px 28px !important;
	width: 100%;
	margin: 22px 18px 0 !important;
}

.ib-contact-right form {
	display: flex;
	flex-wrap: wrap;
}

.ib-contact-right .wpcf7-not-valid-tip {
	position: absolute;
	top: -8px;
	background: none;
	width: auto;
	color: #fff;
	padding: 5px;
	font-size: 0.75em;
	right: 16px;
	left: auto;
}


.ib-contact-right .wpcf7-response-output {
	background: transparent;
	padding: 20px 28px !important;
	width: 100%;
	margin: 22px 18px 0 !important;
}

.ib-contact-right form {
	display: flex;
	flex-wrap: wrap;
}

.ib-contact-right .wpcf7-not-valid-tip {
	position: absolute;
	top: -8px;
	background: none;
	width: auto;
	color: #fff;
	padding: 5px;
	font-size: 0.75em;
	right: 16px;
	left: auto;
}

.ibmap .close-button {
	display: none;
}

.ib-time-slide-esquerdo {
	flex: 0 0 auto;
	max-width: 390px;
	width: 100%;
}

/*-- CHINA --*/

.page-description.china {
	background: #aa1b32;
	padding: 100px 0;
}

.page-description.china .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
}

.page-description.china .page-description-content p {
	text-align: left;
	color: #ffffff;
}

.page-description.china .page-description-content {
	flex-direction: row;
}

.page-description-content {
	display: flex;
	flex-direction: column;
}

.page-description-content .image-description {
	width: 290px;
	flex: 0 0 auto;
	padding-right: 130px;
}

.page-description-content .text-description p {
	text-align: left;
}

.china-blocks {
	background: #ffffff;
	padding: 100px 0;
}

.china-blocks h2 {
	color: #aa1b32;
}

.china-blocks-content {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 20px 44px 40px;
}

.block-china-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.block-china {
	width: calc((100% / 2) - (((2 - 1) / 2) * 16px));
	background: #bbb1a4;
	border-radius: 6px;
	padding: 60px 98px 70px;
}

.block-china-descricao h3 {
	color: #444444;
	margin-top: 33px;
	margin-bottom: 0px;
	text-align: center;
	font-weight: 500;
}

.block-china-descricao p {
	color: #444444;
	margin-top: 6px;
	text-align: center;
}

.china-blocks-description p {
	font-size: 27px;
	max-width: 820px;
	text-align: center;
	margin: 0 auto;
	line-height: 38px;
	color: #aa1b32;
	font-family: 'kelson';
	margin-bottom: 55px;
}

.china-time {
	background: #e4e4e4;
	padding: 100px 0;
}

.china-time h2 {
	color: #aa1b32;
}

.china-time-slide {
	display: flex;
	gap: 120px;
	align-items: center;
}

.china-time-foto {
	width: 390px;
	max-width: 100%;
}

p.china-time-titulo {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 3px;
}

p.china-time-cargo {
	font-weight: 700;
}

.china-time-slide-resumo p {
	margin-bottom: 18px;
}

.china-time-slide-resumo h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 50px 0 20px;
}

.china-time-slider {
	width: 1088px;
	margin: 0 auto;
}

.china-time-slide-dados {
	margin-top: 25px;
	border-bottom: 2px solid #eb0032;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 35px;
}

.china-time-contato {
	display: flex;
	margin: 12px 0;
	gap: 10px;
}

.china-time-contato img {
	display: block;
	width: 34px;
}

.china-time-slide-premios {
	display: flex;
	gap: 15px;
	margin: 35px 0 0;
}

.china-slider-container {
	padding: 0 130px;
	position: relative;
	margin: 100px 0 80px;
	border-bottom: 1px solid #bbb1a4;
	padding-bottom: 75px;
}

.china-thumb-btn {
	opacity: .4;
	transition: all 250ms;
}

.china-thumb-btn:hover,
.china-thumb-btn.active {
	opacity: 1;
}

.china-thumb-slide .china-time-foto {
	width: 185px;
}

.china-thumb-slide .china-time-titulo {
	font-size: 16px;
	margin-top: 30px;
}

.china-thumb-container {
	padding: 0px 33px;
	position: relative;
}

.china-time-slide-esquerdo {
	flex: 0 0 auto;
	width: 340px;
}

.china-thumb-slide {
	display: flex;
	justify-content: center;
}

.china-contact {
	background: #ddd8d2;
}

.china-contact-content {
	background: #ffffff;
	display: flex;
	margin: -100px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 85px 125px;
	gap: 120px;
	position: relative;
}

.china-block3-text a {
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	margin: 17px 0 0;
	border-bottom: 2px solid #ea0029;
}

.china-block3-text a:hover {
	color: #e8e8e8;
}

.china-contact-left h2 {
	font-size: 32px;
	text-align: left;
	line-height: 48px;
}

.china-contact-left p {
	margin-bottom: 25px;
}

.china-contact-left {
	flex: 0 0 auto;
	width: 275px;
}

.china-contact-right label {
	width: 100%;
}

.china-contact-right input[type=text],
.china-contact-right input[type=email],
.china-contact-right input[type=tel],
.china-contact-right textarea {
	background: #690022;
	border: none;
	border-radius: 6px;
	padding: 9px 20px;
	color: #ffffff;
	width: 100%;
	margin-bottom: 10px
}

.china-contact-right textarea {
	height: 125px;
}

.china-contact-right ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1;
	/* Firefox */
}

.china-contact-right ::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.china-contact-right ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffffff;
}

.china-contact-right input[type=submit] {
	margin: 0;
	text-transform: uppercase;
	color: #aa182c;
	border: none;
	border-bottom: 2px solid #6a0022;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-color.svg);
	background-size: 11px;
	background-position: right center;
	padding: 10px 15px;
	padding-right: 40px;
	padding-left: 5px;
	float: right;
	margin-top: 6px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.china-contact-right {
	margin-top: 65px;
}

.china-contact-right .wpcf7-response-output {
	background: transparent;
	padding: 20px 28px !important;
	width: 100%;
	margin: 22px 18px 0 !important;
}

.china-contact-right form {
	display: flex;
	flex-wrap: wrap;
}

.china-contact-right .wpcf7-not-valid-tip {
	position: absolute;
	top: -8px;
	background: none;
	width: auto;
	color: #fff;
	padding: 5px;
	font-size: 0.75em;
	right: 16px;
	left: auto;
}

.china-contact-right .wpcf7-response-output {
	background: transparent;
	padding: 20px 28px !important;
	width: 100%;
	margin: 22px 18px 0 !important;
}

.china-links {
	display: flex;
}

.china-links * {
	color: #ffffff;
}

.china-links-esquerda,
.china-links-direita {
	width: 50%;
}

.china-links-esquerda>a {
	display: flex;
	justify-content: flex-end;
}

.china-links-direita>a {
	display: flex;
	justify-content: flex-start;
}

.china-links-esquerda a,
.china-links-direita a {
	position: relative;
	width: 100%;
}

.china-links-esquerda a .china-link-image,
.china-links-direita a .china-link-image {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: grayscale(1) brightness(2.5);
	background-size: cover;
	background-position: center;
	transition: all 350ms;
}

.china-links-esquerda:hover a .china-link-image,
.china-links-direita:hover a .china-link-image {
	filter: grayscale(0) brightness(1);
}

.china-links-esquerda a .china-link-content,
.china-links-direita a .china-link-content {
	max-width: 657px;
}

.china-links-esquerda a .china-link-content {
	padding: 110px 150px 110px 0;
}

.china-links-direita a .china-link-content {
	padding: 110px 0 110px 150px;
}

.china-links p.button {
	display: inline-block;
}

.china-links h2,
.china-links p {
	position: relative;
	text-align: left;
	margin-bottom: 30px
}

.china-thumb-slider {
	position: relative;
	z-index: 1px
}

.page-description.empresa-b {
	background: #66af87;
	padding: 130px 0 140px;
}

.page-description.empresa-b .page-description-content {
	margin: 0 auto;
	max-width: 1074px;
	align-items: center;
}

.page-description.empresa-b .page-description-content p {
	text-align: center;
	color: #ffffff;
	max-width: 820px;
	margin: 0 auto 25px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
}

.page-description.empresa-b .page-description-content p * {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
}

.page-description.empresa-b h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.wp-video {
	margin: 30px auto;
}

/*-- SZTARTUP DESK --*/

.page-description.sztartup {
	background: #0d529c;
	padding: 100px 0 410px;
}

.page-description.sztartup .page-description-content {
	flex-direction: row;
	gap: 158px;
	justify-content: space-between;
	align-items: center;
}

.page-description.sztartup .page-description-content .text-left {
	/* font-family: 'kelson', sans-serif; */
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	text-align: left;
	max-width: 634px;
	flex: 0 0 auto;
}

.page-description.sztartup .page-description-content .text-right {
	/* font-family: 'kelson', sans-serif; */
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	max-width: 634px;
}

.sztartup h2 {
	font-size: 38px;
	line-height: 49px;
	color: #0d529c;
	font-weight: 400;
}

.innovation.sztartup h2 {
	font-size: 38px;
	line-height: 49px;
	color: #79242f;
	font-weight: 400;
}

.block-auxiliamos {
	margin: -327px 0 120px;
	position: relative;
}

.sztartup .block-auxiliamos-topics:before {
	content: "";
	width: 982px;
	height: 982px;
	background: url(../images/sztartup/adorno-vermelho.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -160px;
	right: -930px;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.block-auxiliamos .container-fluid {
	position: relative;
}

.block-auxiliamos h2 {
	color: #fff;
}

.block-auxiliamos-topics {
	display: flex;
	gap: 60px;
}

.block-auxiliamos-topic {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 45px 58px 59px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 16%);
	transition: all 350ms;
	position: relative;
}

.block-auxiliamos-imagem {
	width: 171px;
	height: 171px;
	position: relative;
	margin: 0 auto;
}

.block-auxiliamos-imagem img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 350ms;
}

.block-auxiliamos-imagem img:first-child {
	opacity: 1;
}

.block-auxiliamos-imagem img:last-child {
	opacity: 0;
}

.block-auxiliamos-topic:hover .block-auxiliamos-imagem img:first-child {
	opacity: 0;
}

.block-auxiliamos-topic:hover .block-auxiliamos-imagem img:last-child {
	opacity: 1;
}

.block-auxiliamos-topic-text {
	padding-top: 65px;
	position: relative;
	transition: all 350ms;
}

.block-auxiliamos-topic-text:before {
	content: "";
	position: absolute;
	width: calc(100% - 67px);
	height: 1px;
	background: #DDD8D2;
	left: 50%;
	top: 29px;
	transform: translateX(-50%);
	transition: all 350ms;
}

.block-auxiliamos-topic:hover {
	background: #62b2e2;
}

.block-auxiliamos-topic:hover .block-auxiliamos-topic-text {
	color: #ffffff;
}

.block-auxiliamos-topic:hover .block-auxiliamos-topic-text:before {
	background: #ffffff;
}

.block-atuacao-startups {
	display: flex;
	gap: 70px;
	margin-bottom: 150px;
}

.block-atuacao-image {
	width: 513px;
	flex: 0 0 auto;
	background-size: cover;
	border-radius: 30px;
	background-position: center;
}

.block-atuacao-startups h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.block-atuacao-startups .block-atuacao-desc {
	margin-bottom: 35px;
}

.block-atuacao-empreendedores {
	display: flex;
	flex-direction: column;
	margin-bottom: 75px;
	text-align: center;
	position: relative;
}

.sztartup .block-atuacao-empreendedores:before {
	content: "";
	width: 905px;
	height: 888px;
	background: url(../images/sztartup/adorno2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 430px;
	right: -317px;
	transform: none;
	z-index: -1;
	opacity: 1;
}

.block-atuacao-empreendedores .block-atuacao-image {
	width: 100%;
	height: 362px;
	flex: 0 0 auto;
	background-size: cover;
	border-radius: 30px;
	background-position: center;
	margin: 0 0 40px;
}

.block-atuacao-empreendedores h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.block-atuacao-empreendedores h4,
.block-atuacao-investidores h4 {
	/* font-family: 'kelson', sans-serif; */
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 29px;
}

.block-atuacao-empreendedores .block-atuacao-desc {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 22px; */
	/* line-height: 35px; */
	margin-bottom: 45px;
}

.block-atuacao-investidores {
	display: flex;
	gap: 70px;
	margin-bottom: 150px;
}

.block-atuacao-investidores h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.block-atuacao-investidores .block-atuacao-desc {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 22px; */
	/* line-height: 35px; */
	margin-bottom: 35px;
}

.block-atuacao-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}

.block-atuacao-empreendedores .block-atuacao-topics {
	text-align: left;
}

.block-atuacao-topic {
	display: flex;
	width: calc((100% / 2) - (((2 - 1) / 2) * 60px));
	flex: 0 0 auto;
	gap: 20px;
}

.block-atuacao-empreendedores .block-atuacao-topic {
	display: flex;
	width: calc((100% / 3) - (((3 - 1) / 3) * 60px));
	flex: 0 0 auto;
	gap: 20px;
}

.block-atuacao-topic img {
	flex: 0 0 auto;
}

.block-atuacao-topic-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 18px; */
	/* line-height: 27px; */
}

.block-atuacao-topic-text p.block-atuacao-topic-title {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	font-weight: 700;
	margin-bottom: 2px;
}

.block-atuacao-text {
	padding: 40px 0;
}

.block-atuacao-investidores .block-atuacao-topic {
	display: flex;
	width: 100%;
	gap: 20px;
}

.block-conheca {
	background: #f2f2f2;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.block-conheca-left {
	position: relative;
}

.sztartup .block-conheca-content:before {
	content: "";
	width: 1400px;
	height: 1400px;
	background: url(../images/sztartup/adorno-cinza.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -230px;
	left: -747px;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.block-conheca .block-conheca-content {
	display: flex;
	gap: 70px;
	padding-top: 15px;
	align-items: center;
	position: relative;
}

.block-conheca .block-conheca-text {
	margin-bottom: 50px
}

.block-conheca .block-conheca-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	margin-bottom: 25px
}

.block-conheca-right {}

a.block-conheca-mail {
	color: #0D529C;
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 10px 45px;
	background: url(../images/sztartup/mail.svg) no-repeat left center;
}

.block-conheca-left {
	flex: 0 0 auto;
	width: 586px;
}

.block-conheca-name {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	font-weight: 500;
	color: #aa182c;
	margin: 15px 0 5px;
}

.block-conheca-cargo {
	/* font-family: 'kelson', sans-serif; */
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0
}

.block-noticias {
	background: #082e5a;
	padding: 100px 0 200px;
}

.block-noticias h2 {
	color: #ffffff;
}

.block-noticias-content {
	display: flex;
	gap: 60px;
}

.block-noticia {
	background: #ffffff;
	border-radius: 30px;
	width: calc((100% / 3) - (((3 - 1) / 3) * 60px));
	display: flex;
	flex-direction: column;
	transition: all 300ms;
}

.block-noticia:hover {
	background: #f2f2f2;
}

.block-noticia-img {
	height: 200px;
	border-radius: 30px 30px 0 0;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}

.block-noticia h3 {
	padding: 0 25px;
	text-transform: uppercase;
	font-weight: 500;
	color: #00529c;
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0 29px;
}

.block-noticia-meta {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}

.block-noticia-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

p.block-noticia-date {
	/* font-family: 'kelson', sans-serif; */
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	background: url(../images/sztartup/calendar.svg) no-repeat left center;
	padding-left: 30px;
}

a.block-noticia-link.button.red {
	font-family: 'kelson', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom: 2px solid #aa182c;
	color: #aa182c;
	padding: 2px 20px 2px 0;
}

.block-noticia-footer {
	margin: 90px 0 20px;
	text-align: center;
}

.block-noticia-footer .button {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 53px;
}

.block-contato {
	background: #f2f2f2;
}

.block-contato-container {
	background: #ffffff;
	margin-top: 0;
	padding: 95px 100px;
	border-radius: 6px;
	margin-top: -110px;
	background: #ffffff;
	position: relative;
}

.sztartup .block-contato-container:before {
	content: "";
	width: 536px;
	height: 584px;
	background: url(../images/sztartup/adorno3.svg) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.block-contato-content {
	display: flex;
	gap: 50px;
}

.block-contato-content .block-text {
	max-width: 375px;
}

.block-contato-content .block-form {
	width: 100%;
	margin: 0 -18px;
}

.block-contato-content .block-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	margin-bottom: 25px;
}

.block-zap {
	background: rgb(2, 77, 164);
	background: linear-gradient(-90deg, rgba(2, 77, 164, 1) 0%, rgba(98, 178, 226, 1) 100%);
	z-index: 100;
	color: #ffffff;
	width: 293px;
	height: 74px;
	position: fixed;
	right: 20px;
	bottom: 45px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 125px;
}

.block-zap:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(2, 77, 164);
	background: linear-gradient(-90deg, rgb(2 63 133) 0%, rgb(73 151 198) 100%);
	opacity: 0;
	border-radius: 125px;
}

.block-zap:hover:before {
	opacity: 1;
	transition: opacity 450ms;
}

.block-zap a {
	position: relative;
	z-index: 100;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 20px;
	/* font-family: 'kelson', sans-serif; */
	padding: 16px 25px 15px 98px;
	align-items: center;
}

.block-zap a:before {
	content: "";
	position: absolute;
	height: 36px;
	width: 36px;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	background: url(../images/sztartup/zap.svg) no-repeat left center;
	background-size: 100%;
}


.block-zap a:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 2px;
	background: #ffffff;
	top: 50%;
	left: 78px;
	transform: translateY(-50%);
}

.block-contato-content input[type="text"],
.block-contato-content input[type="email"],
.block-contato-content input[type="tel"],
.block-contato-content textarea {
	width: 100%;
	border: none;
	background: #ededed;
	border-radius: 6px;
	height: 46px;
	padding: 10px 20px;
	margin-bottom: 5px;
	font-family: 'kelson', sans-serif;
}

.block-contato-content textarea {
	height: 126px
}

.block-contato-content label {
	width: 100%;
}

.block-contato-content .wpcf7-submit {
	border: none;
	position: relative;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	display: inline-block;
	font-family: 'kelson', sans-serif;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 2px solid #aa182c;
	color: #aa182c;
	padding: 2px 20px 2px 0;
	float: right;
	margin: 17px 0px;
}

.block-contato-content .wpcf7-submit:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

/* innovation desk */

.innovation .page-description.sztartup {
	background: #e43d30;
	padding: 100px 0 410px;
}

.innovation .page-description.sztartup .page-description-content {
	flex-direction: row;
	gap: 158px;
	justify-content: space-between;
	align-items: center;
}

.innovation .page-description.sztartup .page-description-content .text-left {
	/* font-family: 'kelson', sans-serif; */
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	text-align: left;
	max-width: 634px;
	flex: 0 0 auto;
}

.innovation .page-description.sztartup .page-description-content .text-right {
	/* font-family: 'kelson', sans-serif; */
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	max-width: 634px;
}

.innovation .sztartup h2 {
	font-size: 38px;
	line-height: 49px;
	color: #0d529c;
	font-weight: 400;
}

.innovation .block-auxiliamos {
	margin: -327px 0 120px;
	position: relative;
}

.innovation .sztartup .block-auxiliamos-topics:before {
	content: "";
	width: 982px;
	height: 982px;
	background: url(../images/sztartup/adorno-vermelho.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -160px;
	right: -930px;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.innovation .block-auxiliamos .container-fluid {
	position: relative;
}

.innovation .block-auxiliamos h2 {
	color: #fff;
}

.innovation .block-auxiliamos-topics {
	display: flex;
	gap: 60px;
}

.innovation .block-auxiliamos-topic {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 45px 58px 59px;
	box-shadow: 0 5px 20px rgb(0 0 0 / 16%);
	transition: all 350ms;
	position: relative;
	width: 100%;
}

.innovation .block-auxiliamos-imagem {
	width: 171px;
	height: 171px;
	position: relative;
	margin: 0 auto;
}

.innovation .block-auxiliamos-imagem img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 350ms;
}

.innovation .block-auxiliamos-imagem img:first-child {
	opacity: 1;
}

.innovation .block-auxiliamos-imagem img:last-child {
	opacity: 0;
}

.innovation .block-auxiliamos-topic:hover .block-auxiliamos-imagem img:first-child {
	opacity: 0;
}

.innovation .block-auxiliamos-topic:hover .block-auxiliamos-imagem img:last-child {
	opacity: 1;
}

.innovation .block-auxiliamos-topic-text {
	padding-top: 65px;
	position: relative;
	transition: all 350ms;
}

.innovation .block-auxiliamos-topic-text:before {
	content: "";
	position: absolute;
	width: calc(100% - 67px);
	height: 1px;
	background: #DDD8D2;
	left: 50%;
	top: 29px;
	transform: translateX(-50%);
	transition: all 350ms;
}

.innovation .block-auxiliamos-topic:hover {
	background: #aa182c;
}

.innovation .block-auxiliamos-topic:hover .block-auxiliamos-topic-text {
	color: #ffffff;
}

.innovation .block-auxiliamos-topic:hover .block-auxiliamos-topic-text:before {
	background: #ffffff;
}

.innovation .block-atuacao-startups {
	display: flex;
	gap: 70px;
	margin-bottom: 150px;
}

.innovation .block-atuacao-image {
	width: 513px;
	flex: 0 0 auto;
	background-size: cover;
	border-radius: 30px;
	background-position: center;
}

.innovation .block-atuacao-startups h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.innovation .block-atuacao-startups .block-atuacao-desc {
	margin-bottom: 35px;
}

.innovation .block-atuacao-empreendedores {
	display: flex;
	flex-direction: column;
	margin-bottom: 75px;
	text-align: center;
	position: relative;
}

.innovation .sztartup .block-atuacao-empreendedores:before {
	content: "";
	width: 905px;
	height: 888px;
	background: url(../images/sztartup/adorno2.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 430px;
	right: -317px;
	transform: none;
	z-index: -1;
	opacity: 1;
}

.innovation .block-atuacao-empreendedores .block-atuacao-image {
	width: 100%;
	height: 362px;
	flex: 0 0 auto;
	background-size: cover;
	border-radius: 30px;
	background-position: center;
	margin: 0 0 40px;
}

.innovation .block-atuacao-empreendedores h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.innovation .block-atuacao-empreendedores h4,
.innovation .block-atuacao-investidores h4 {
	/* font-family: 'kelson', sans-serif; */
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 29px;
}

.innovation .block-atuacao-empreendedores .block-atuacao-desc {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 22px; */
	/* line-height: 35px; */
	margin-bottom: 45px;
}

.innovation .block-atuacao-investidores {
	display: flex;
	gap: 70px;
	margin-bottom: 150px;
}

.innovation .block-atuacao-investidores h3 {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	color: #aa182c;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}

.innovation .block-atuacao-investidores .block-atuacao-desc {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 22px; */
	/* line-height: 35px; */
	margin-bottom: 35px;
}

.innovation .block-atuacao-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}

.innovation .block-atuacao-empreendedores .block-atuacao-topics {
	text-align: left;
}

.innovation .block-atuacao-topic {
	display: flex;
	width: calc((100% / 2) - (((2 - 1) / 2) * 60px));
	flex: 0 0 auto;
	gap: 20px;
}

.innovation .block-atuacao-empreendedores .block-atuacao-topic {
	display: flex;
	width: calc((100% / 3) - (((3 - 1) / 3) * 60px));
	flex: 0 0 auto;
	gap: 20px;
}

.innovation .block-atuacao-topic img {
	width: 54px;
	flex: 0 0 auto;
}

.innovation .block-atuacao-topic-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 18px; */
	/* line-height: 27px; */
}

.innovation .block-atuacao-topic-text p.block-atuacao-topic-title {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	font-weight: 700;
	margin-bottom: 2px;
}

.innovation .block-atuacao-text {
	padding: 40px 0;
}

.innovation .block-atuacao-investidores .block-atuacao-topic {
	display: flex;
	width: 100%;
	gap: 20px;
	align-items: center;
}

.innovation .block-conheca {
	background: #f2f2f2;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.innovation .block-conheca-left {
	position: relative;
}

.innovation .sztartup .block-conheca-content:before {
	content: "";
	width: 1400px;
	height: 1400px;
	background: url(../images/sztartup/adorno-cinza.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -230px;
	left: -747px;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.innovation .block-conheca .block-conheca-content {
	display: flex;
	gap: 70px;
	padding-top: 15px;
	align-items: center;
	position: relative;
}

.innovation .block-conheca .block-conheca-text {
	margin-bottom: 50px
}

.innovation .block-conheca .block-conheca-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	margin-bottom: 25px
}

.innovation .block-conheca-right {}

.innovation a.block-conheca-mail {
	color: #aa182c;
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0 10px 45px;
	background: url(../images/sztartup/icon-mail.svg) no-repeat left center;
}

.innovation .block-conheca-left {
	flex: 0 0 auto;
	width: 586px;
}

.innovation .block-conheca-name {
	font-family: 'kelson', sans-serif;
	font-size: 24px;
	line-height: 41px;
	font-weight: 500;
	color: #aa182c;
	margin: 15px 0 5px;
}

.innovation .block-conheca-cargo {
	/* font-family: 'kelson', sans-serif; */
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0
}

.innovation .block-noticias {
	background: #aa182c;
	padding: 100px 0 200px;
	display: none;
}

.innovation .block-noticias h2 {
	color: #ffffff;
}

.innovation .block-noticias-content {
	display: flex;
	gap: 60px;
}

.innovation .block-noticia {
	background: #ffffff;
	border-radius: 30px;
	width: calc((100% / 3) - (((3 - 1) / 3) * 60px));
	display: flex;
	flex-direction: column;
	transition: all 300ms;
}

.innovation .block-noticia:hover {
	background: #f2f2f2;
}

.innovation .block-noticia-img {
	height: 200px;
	border-radius: 30px 30px 0 0;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}

.innovation .block-noticia h3 {
	padding: 0 25px;
	text-transform: uppercase;
	font-weight: 500;
	color: #79242f;
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0 29px;
}

.innovation .block-noticia-meta {
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}

.innovation .block-noticia-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.innovation p.block-noticia-date {
	/* font-family: 'kelson', sans-serif; */
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	background: url(../images/sztartup/calendar.svg) no-repeat left center;
	padding-left: 30px;
}

.innovation a.block-noticia-link.button.red {
	font-family: 'kelson', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	border-bottom: 2px solid #aa182c;
	color: #aa182c;
	padding: 2px 20px 2px 0;
}

.innovation .block-noticia-footer {
	margin: 90px 0 20px;
	text-align: center;
}

.innovation .block-noticia-footer .button {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 53px;
}

.innovation .block-contato {
	background: #f2f2f2;
}

.innovation .block-contato-container {
	background: #ffffff;
	margin-top: 0;
	padding: 95px 100px;
	border-radius: 6px;
	/* margin-top: -110px; */
	background: #ffffff;
	position: relative;
}

.innovation .sztartup .block-contato-container:before {
	content: "";
	width: 536px;
	height: 584px;
	background: url(../images/sztartup/adorno3.svg) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: none;
	z-index: 0;
	opacity: 1;
}

.innovation .block-contato-content {
	display: flex;
	gap: 50px;
}

.innovation .block-contato-content .block-text {
	max-width: 375px;
}

.innovation .block-contato-content .block-form {
	width: 100%;
	margin: 0 -18px;
}

.innovation .block-contato-content .block-text p {
	/* font-family: 'kelson', sans-serif; */
	/* font-size: 20px; */
	/* line-height: 30px; */
	margin-bottom: 25px;
}

.innovation .block-zap {
	background: rgb(177 25 47);
	background: linear-gradient(-90deg, rgb(170 24 44) 0%, rgb(228 61 48) 100%);
	z-index: 100;
	color: #ffffff;
	width: 293px;
	height: 74px;
	position: fixed;
	right: 20px;
	bottom: 45px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 125px;
}

.innovation .block-zap:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(2, 77, 164);
	background: linear-gradient(-90deg, rgb(170 24 44) 0%, rgb(228 61 48) 100%);
	opacity: 0;
	border-radius: 125px;
}

.innovation .block-zap:hover:before {
	opacity: 1;
	transition: opacity 450ms;
}

.innovation .block-zap a {
	position: relative;
	z-index: 100;
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 20px;
	/* font-family: 'kelson', sans-serif; */
	padding: 16px 25px 15px 98px;
	align-items: center;
}

.innovation .block-zap a:before {
	content: "";
	position: absolute;
	height: 36px;
	width: 36px;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	background: url(../images/sztartup/zap.svg) no-repeat left center;
	background-size: 100%;
}


.innovation .block-zap a:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 2px;
	background: #ffffff;
	top: 50%;
	left: 78px;
	transform: translateY(-50%);
}

.innovation .block-contato-content input[type="text"],
.innovation .block-contato-content input[type="email"],
.innovation .block-contato-content input[type="tel"],
.innovation .block-contato-content textarea {
	width: 100%;
	border: none;
	background: #ededed;
	border-radius: 6px;
	height: 46px;
	padding: 10px 20px;
	margin-bottom: 5px;
	font-family: 'kelson', sans-serif;
}

.innovation .block-contato-content textarea {
	height: 126px
}

.innovation .block-contato-content label {
	width: 100%;
}

.innovation .block-contato-content .wpcf7-submit {
	border: none;
	position: relative;
	background: url(../images/arrow-color.svg) no-repeat;
	background-size: 11px;
	background-position: right center;
	display: inline-block;
	font-family: 'kelson', sans-serif;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 2px solid #aa182c;
	color: #aa182c;
	padding: 2px 20px 2px 0;
	float: right;
	margin: 17px 0px;
}

.innovation .block-contato-content .wpcf7-submit:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

/* fim */

img.badge-gptw {
	position: absolute;
	width: 104px;
	right: 0;
	top: -4px;
}

.title-inner-page.trabalheconosco .title-text {
	text-align: center;
	align-items: center;
}

.title-inner-page.trabalheconosco .title-text h1 {
	text-transform: none;
}

.title-inner-page.trabalheconosco .title-text p {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	max-width: 435px;
	font-family: 'kelson', sans-serif;
	font-weight: 400;
	margin: 30px 0 0;
}

.trabalheconosco .button.border {
	border: 1px solid #AA182C;
	border-radius: 8px;
	padding: 18px 36px 18px 16px;
	text-transform: uppercase;
	display: inline-block;
	background-position: right 16px center;
	margin-top: 45px;
}

.trabalheconosco .button.border:hover {
	background-color: #ffffff1f;
}

.pilares-kasznar-item {
	display: flex;
	margin-bottom: 5px;
	position: relative;
}

.pilares-kasznar-item:last-child:after {
	content: "";
	width: 310px;
	height: 300px;
	background: url(../images/adorno-cinza-pintado.svg) no-repeat center;
	position: absolute;
	bottom: -120px;
	right: -70px;
	transform: rotate(-52deg);
	z-index: -1;
	opacity: 1;
	background-size: contain;
}

.pilares-kasznar-image {
	height: 420px;
	width: 820px;
	flex: 0 0 auto;
	background-position: center;
}

.pilares-kasznar-text-side {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: #eb8700;
	width: 100%;
	padding: 0 65px 60px;
}

.pilares-kasznar-item:nth-child(2) .pilares-kasznar-text-side {
	background: #62b2e1;
}

.pilares-kasznar-item:nth-child(3) .pilares-kasznar-text-side {
	background: #018f36;
}

.pilares-kasznar-item:nth-child(odd) .pilares-kasznar-image {
	order: 1;
}

.page-description.pilares-kasznar .pilares-kasznar-text-side h3 {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	max-width: 209px;
	text-align: left;
	position: relative;
}

.page-description.pilares-kasznar .pilares-kasznar-text-side h3:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	left: 0;
	bottom: -25px;
	background: #ffffff;
}

.page-description.pilares-kasznar .pilares-kasznar-text-side p {
	font-weight: 400;
	/* line-height: 30px; */
	margin-bottom: 0;
	/* font-size: 18px; */
	color: #fff;
	text-align: left;
	max-width: 350px;
}

.tc-areas {
	background: #f8f8f8;
}

.tc-areas h2 {
	font-weight: 500;
	text-align: left;
	font-size: 32px;
	line-height: 43px;
}

.tc-areas-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tc-areas-card {
	width: 420px;
	height: 407px;
	position: relative;
	perspective: 1000px;
}

.tc-areas-card:first-child {
	margin-top: 211px;
}

.tc-areas-front {
	background: #aa182c;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tc-areas-front img {
	width: 120px;
}

.tc-areas-card:nth-child(3) .tc-areas-front img {
	width: 90px;
}

.tc-areas-card:nth-child(5) .tc-areas-front img {
	width: 90px;
}

.tc-areas-cards {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 1245px;
	gap: 12px;
	margin: -20px 0;
	justify-content: center;
}

.tc-areas-front h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	margin: 30px 0 0;
	text-align: center;
}

.tc-areas-desc {
	max-width: 230px;
}

.tc-areas-back {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	background: #79242f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	align-items: center;
}

.tc-areas-back-title {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 27px;
}

.tc-areas-back-title img {
	width: 72px;
}

.tc-areas-card:nth-child(3) .tc-areas-back img {
	width: 50px;
}

.tc-areas-card:nth-child(5) .tc-areas-back img {
	width: 50px;
}

.tc-areas-back-title h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.tc-areas-back-desc p {
	color: #ffffff;
}

.tc-areas-back-desc {
	max-width: 215px;
}

.tc-areas-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.tc-areas-card:hover .tc-areas-card-inner {
	transform: rotateY(180deg);
}

.tc-seja {
	padding: 250px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tc-seja-container {
	background: #eb8700;
	width: 675px;
	padding: 80px 120px 80px 0;
	position: relative;
}

.tc-seja-container:before {
	content: "";
	position: absolute;
	background: #eb8700;
	height: 100%;
	width: 10000px;
	top: 0;
	right: 100%;
}

.tc-seja h2 {
	text-align: left;
	color: #ffffff;
	text-transform: none;
	font-size: 60px;
	margin: 0 0 30px;
	position: relative;
}

.tc-seja-text p {
	color: #fff;
	position: relative;
}

.tc-seja-container .button {
	color: #ffffff;
	margin-top: 30px;
	display: inline-block;
	border: none;
	padding: 11px 30px 10px 0;
}

.tc-seja-container .button i {
	font-style: normal;
	position: relative;
}

.tc-seja-container .button i:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -8px;
	background: #fff;
}

.pilares-kasznar-container {
	margin-top: 40px;
}

.tc-programas {
	background: #d9d3cc;
}

.tc-programas .container-fluid {
	display: flex;
}

.tc-programas-intro {
	width: 400px;
	padding: 0 70px 0 0px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tc-programas-intro h3 {
	color: #AA182C;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 22px;
}

.tc-programas-cards {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.tc-certificacoes h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	margin-bottom: 60px
}

.tc-programas-card {
	width: 420px;
	height: 420px;
	margin: 40px 0 -40px;
	flex: 0 0 auto;
	background-size: cover;
	background-position: center;
	padding: 78px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}

.tc-programas-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #535353;
	mix-blend-mode: multiply;
	z-index: 0;
	opacity: 0;
	transition: all 450ms;
}

.tc-programas-card:hover:before {
	opacity: 1;
}

.tc-programas-card-inner {
	transform: translateY(170px);
	transition: all 450ms;
	height: 160px;
}

.tc-programas-card:hover .tc-programas-card-inner {
	transform: translateY(0);
}

.tc-certificacoes {
	background: #f8f8f8;
	padding: 120px 0;
}

.tc-certificacoes-container {
	display: flex;
	gap: 110px;
	justify-content: center;
}

.tc-certificacao img {
	height: 150px;
}

.tc-certificacoes+.footer-page {
	margin: 0;
}

.tc-programas-card h4 {
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.tc-programas-card-text {
	transition: all 450ms;
	opacity: 0;
	position: relative;
	z-index: 1;
}

.tc-programas-card:hover .tc-programas-card-text {
	opacity: 1;
}

.tc-programas-card-text p {
	color: #ffffff;
}

.tc-depoimentos {
	padding: 230px 0 180px;
	position: relative;
}

.tc-depoimentos:after {
	content: "";
	width: 1100px;
	height: 1100px;
	background: url(../images/adorno-vermelho.svg?) no-repeat center;
	position: absolute;
	bottom: -254px;
	left: -610px;
	transform: rotate(-83deg);
	z-index: -1;
	opacity: 1;
	background-size: contain;
}

.tc-depoimentos h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 43px;
	margin-bottom: 50px;
}

.tc-depoimento {
	padding: 85px 30px 0 100px;
	position: relative;
}

.tc-depoimento img {
	position: absolute;
	left: 6px;
	top: 0;
	z-index: 1;
}

.tc-depoimento-info {
	background: #f3f3f3;
	padding: 40px 114px 40px 250px;
	margin-left: 70px;
	margin-bottom: 0;
	min-height: 348px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tc-depoimento-info h3 {
	font-weight: 500;
	color: #ab152e;
	text-transform: uppercase;
	margin-bottom: 3px;
}

p.tc-depoimento-cargo {
	margin-bottom: 30px;
}

.tc-depoimentos .lSSlideOuter .lSPager.lSpg>li a {
	border-color: #d1d1d1;
	background-color: #ffffff;
	border-radius: 30px;
	height: 14px;
	width: 14px;
	transition: all 350ms;
}

.tc-depoimentos .lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #ea0029;
	border-color: transparent;
}

.tc-depoimentos .lSSlideOuter .lSPager.lSpg>li.active a {
	width: 63px;
}

.tc-depoimentos .lSSlideOuter .lSPager.lSpg>li {
	padding: 0 8px;
}

.tc-depoimentos .lSSlideOuter .lSPager.lSpg {
	margin-top: 80px !important;
}








.home-nova .banner-inicio-rotate {
	position: relative;
	height: calc(100vh - 140px);
}

.home-nova .slider-single {
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 50px 0 200px;
	height: calc(100vh - 140px);
	width: 100%;
	position: relative;
}

.home-nova .img-slider {
	padding: 0;
	position: relative;
}

.home-nova .img-slider * {
	height: 100%;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: absolute;
}

.home-nova .img-slider .slider-single-img-mobile {
	display: none;
}

.home-nova .quemsomos-container {
	padding: 0;
	margin: -120px 0 -304px;
	background: none;
}

.home-nova .contato-container {
	padding: 120px 0 100px;
}

.home-nova .premios-container {
	padding: 0;
}

.home-nova .premios-container .premios-content {
	display: flex;
	gap: 110px;
	padding: 90px 0 110px;
	position: relative;
}

.home-nova .premios-container .premios-content:before {
	content: "";
	position: absolute;
	max-width: 622px;
	width: 361px;
	height: 32px;
	background: #870000;
	bottom: -16px;
	left: -217px;
}

.home-nova .atuacao-container {
	padding: 70px 0 132px;
}

.home-nova .atuacao-container .container-fluid {
	display: flex;
	align-items: center;
}

.home-nova .atuacao-image {
	width: 638px;
	flex: 0 0 auto;
	position: relative;
}

.home-nova .atuacao-image:after {
	content: "";
	position: absolute;
	width: 361px;
	height: 32px;
	background: #ab152e;
	top: 100%;
	left: -42px;
	max-width: none;
}

.home-nova .atuacao-image img {
	width: 100%;
}

.home-nova .atuacao-text {
	padding-left: 198px;
	text-align: left;
}

.home-nova .atuacao-text h2 {
	text-align: left;
}

.home-nova .atuacao-text p,
.home-nova .klindex-text p {
	font-family: 'kelson', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 36px;
}

.home-nova .quem-somos-left-data,
.home-nova .quem-somos-right-data {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.home-nova .quem-somos-left-data *,
.home-nova .quem-somos-right-data * {
	text-align: left;
}

.home-nova .quem-somos-left-data {
	background: #aa182c;
	height: 424px;
	width: 480px;
	flex: 0 0 auto;
	padding: 0;
}


.home-nova .quem-somos-left-data h2 {
	padding-right: 130px;
	margin: 0;
}

.home-nova .quem-somos-right-data:before {
	content: "";
	position: absolute;
	max-width: 622px;
	width: 110px;
	height: 100%;
	background: #ffffff;
	top: 0;
	left: 100%;
}

.home-nova .quem-somos-left-data:before {
	content: "";
	position: absolute;
	width: 10000px;
	height: 100%;
	background: #ab152e;
	top: 0;
	right: 100%;
	max-width: none;
}

.home-nova .quem-somos-right-data {
	padding: 50px 0;
	width: 100%;
	flex: 1 1 auto;
	background: #fff;
	padding-left: 100px;
}

.home-nova .quemsomos-container .quem-somos-left-data p {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.home-nova .quemsomos-container p,
.home-nova .quemsomos-container p strong {
	font-size: 26px;
	text-align: left;
	line-height: 40px;
	color: #444444;
	margin-bottom: 25px;
	font-family: 'kelson', sans-serif;
	font-weight: 300;
}

.home-nova .quemsomos-container .quem-somos-left-data h2 p,
.home-nova .quemsomos-container .quem-somos-left-data h2 strong {
	color: #ffffff;
	font-family: inherit;
	font-weight: 400;
	font-size: 54px;
	line-height: 76px;
	text-align: left;
	margin: 0;
}

.home-nova .atuacao-link {
	margin: 47px 0 0;
}

.home-nova a.button.outline {
	border: 1px solid;
	border-radius: 100px;
    padding: 16px 110px 16px 50px;
	background-position: right 31px center;
	text-transform: uppercase;
	font-size: 17px;
    line-height: 26px;
}

.home-nova a.button.outline:after {
	content: "";
	position: absolute;
	width: 1px;
    height: calc(100% - 30px);
	background: #ab152e;
	right: 72px;
	top: 15px;
}

.home-nova .klindex-container {
	background: #ddd8d2;
	margin: 110px 0 0;
}

.home-nova .klindex-content {
	background: #e5e5e5;
	position: relative;
	display: flex;
	align-items: center;
	gap: 73px;
}

.home-nova .klindex-outer-content {
	position: relative;
}

.home-nova .klindex-outer-content:before {
	content: "";
	position: absolute;
	max-width: 622px;
	width: 457px;
	height: 174px;
	background: #870000;
	bottom: -32px;
	right: -377px;
}

.home-nova .klindex-content:before {
	content: "";
	position: absolute;
	max-width: 622px;
	width: 158px;
	height: 100%;
	background: #e5e5e5;
	top: 0;
	left: 100%;
}

.home-nova .klindex-content:after {
	content: "";
	position: absolute;
	width: 158px;
	height: 100%;
	background: #e5e5e5;
	top: 0;
	right: 100%;
}

.home-nova .klindex-text-side img {
	width: 254px;
	margin: 0 0 40px -10px;
}

.home-nova .klindex-image img {
	width: 352px;
}

.home-nova .klindex-text-side {
	max-width: 690px;
}

.home-nova .klindex-link a {
	color: #000000;
	text-transform: uppercase;
}

.home-nova .noticias-container {
	padding: 100px 0 100px;
}

.home-nova .noticias-link a {
	color: #000000;
}

.home-nova .premios-text-side {
	width: 390px;
	flex: 0 0 auto;
}

.home-nova .premios-text-side h2 {
	text-align: left;
}

.home-nova .premios-text p {
	font-family: 'kelson', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 36px;
}

.home-nova .premios-slider-side {
	width: calc(100% - 500px);
	display: flex;
}

.home-nova .premio-slider-container {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.home-nova#home .premio img {
	width: 220px;
	display: block;
	margin: 0 auto;
}

.home-nova#home .premio-slider-container .premio-slider .premio {
	height: 280px;
}

.home-nova #container-contato .right-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 50px;
}

.home-nova #container-contato .right-side a {
	width: 370px;
	max-width: 100%;
	margin: 0;
	line-height: 28px;
}

.home-nova .contato-container .button {
	display: inline-block;
	border-color: #EA0029;
	color: #69001C;
	background-image: none;
	background-position: left 0px top 14px;
	background-size: 21px;
	padding-left: 0;
	padding-right: 15px;
	text-transform: uppercase;
	margin-top: 25px;
	line-height: 21px;
}

.home-nova .contato-container .button:before {
	content: "";
	position: absolute;
	border-color: #EA0029;
	color: #69001C;
	background-image: url(../images/mais.svg);
	width: 24px;
	height: 24px;
	left: -46px;
	top: 14px;
	background-size: cover;
}

.home-nova .contato-container .button.mail:before {
	content: "";
	position: absolute;
	border-color: #EA0029;
	color: #69001C;
	background-image: url(../images/mail.svg);
	width: 28px;
	height: 24px;
	left: -46px;
	top: 12px;
}

.home-nova .banner-inicio-rotate .lSPager {
	position: absolute;
	margin: 0px auto !important;
	z-index: 1000;
	bottom: 30px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	max-width: 1310px;
	transform: translate3d(-50%, 0px, 0px) !important;
	left: 50%;
}

.home-nova .banner-inicio-rotate .lSSlideOuter .lSPager.lSpg>li a {
	background: #fff;
	border-color: #ffffff;
	opacity: .25;
}

.home-nova .banner-inicio-rotate .lSSlideOuter .lSPager.lSpg>li.active a {
	background: #fff;
	border-color: #ffffff;
	opacity: 1;
}

.page-description.contato {
	background: #ddd8d2;
	padding: 140px 0;
}

.page-description.contato textarea {
	height: 280px;
}

.page-description.contato label {
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	line-height: 46px;
}

.check-informo {
	background: #cac4bd;
	text-align: left;
	padding: 0 31px;
	margin: -8px 0 22px;
}

.page-description [type=submit] {
	margin: 0;
}





.license-compliance .title-text {
	align-items: center;
	max-width: 660px;
	padding: 0 100px;
	/* margin-left: 60px; */
	text-align: center;
	/* background: #dfdfdfdb; */
}

.title-text-license-inner {
	background: #e1e1e1e6;
	border-radius: 20px;
	padding: 40px 0 0;
}

.license-compliance .title-text img {
	width: 490px;
	max-width: 100%;
	margin-bottom: 50px;
}

.license-compliance .title-text p {
	font-family: 'kelson', sans-serif;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 55px;
}

.mapa-verde {
	fill: #00745e;
	stroke: #f8f8f8;
	stroke-width: 1px;
}

.map-brasil,
.map-mexico {
	fill: #9f9f9f;
	transition: all 250ms
}

.map-brasil .map-path,
.map-mexico .map-path {
	fill: #00f24c;
}

.map-brasil:hover .map-path,
.map-mexico:hover .map-path {
	fill: #00f24c;
}

.map-path {
	transition: all 150ms;
}

.page-description.license-compliance {
	background: #e5efed;
	padding: 130px 0;
}

.license-compliance h2 {
	font-weight: 500;
	color: #00745e;
	text-transform: none;
}

.license-first-block,
.license-second-block {
	display: flex;
	align-items: center;
}

.license-first-block {
	margin-top: 80px;
}

.license-second-block {
	margin-top: 10px;
}

.license-compliance h2 {
	font-weight: 500;
	color: #00745e;
	text-transform: none;
	margin-bottom: 40px;
}

.first-block-image {
	padding-right: 160px;
}

.first-block-image img {
	max-width: 500px;
}

.first-block-text {
	position: relative;
}

.first-block-text:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 58px;
	background: url(../images/license-seta-full.svg) no-repeat center;
	background-size: contain;
	left: -89px;
	top: 7px;
}

.second-block-image {
	padding: 0px 100px 0px 200px;
}

.second-block-image img {
	max-width: 510px;
}

.first-block-text p,
.second-block-text p {
	font-family: 'kelson', sans-serif;
	line-height: 34px;
	font-size: 18px;
	text-align: left;
}

.second-block-text {
	text-align: left;
	position: relative;
}

.second-block-image {
	position: relative;
}

.second-block-image:before {
	content: "";
	position: absolute;
	width: 119px;
	height: 230px;
	background: url(../images/license-seta-outline.svg) no-repeat center;
	background-size: contain;
	left: 0;
	bottom: 57px;
}

.second-block-text img {
	margin-bottom: 45px;
	display: inline-block;
}

.license-servicos {
	padding: 130px 0
}

.license-servicos-abas {
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 0px 0;
}

.license-servicos-abas button {
	color: #444444;
	font-family: 'kelson';
	font-size: 20px;
	height: 70px;
	width: 50%;
	max-width: 500px;
	margin-bottom: -1px;
	position: relative;
	transition: all 250ms;
}

.aba-fabricantes {
	position: relative;
	background: url(../images/license-icon-link-esquerda.svg?v) no-repeat left center;
	background-size: 10px;
	padding: 0 0 0 28px;
	text-align: left;
}

.aba-fabricantes:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #00f24c;
	background-size: contain;
	left: 0;
	bottom: -3px;
	transform: scaleX(0);
	transform-origin: left;
	transition: all 250ms;
}

.aba-fabricantes:hover:before,
.aba-fabricantes.active:before {
	transform: scaleX(1);
}

.aba-empresas {
	position: relative;
	background: url(../images/license-icon-link.svg) no-repeat right center;
	padding: 0 28px 0 0;
	text-align: right;
	background-size: 10px;
}

.aba-empresas:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #00f24c;
	background-size: contain;
	left: 0;
	bottom: -3px;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 250ms;
}

.aba-empresas:hover:before,
.aba-empresas.active:before {
	transform: scaleX(1);
}

.license-servicos-abas .aba-fabricantes.active {
	font-weight: 500;
	color: #00745E;
	padding-left: 0;
	background: transparent;
	cursor: default;
}

.license-servicos-abas .aba-empresas.active {
	font-weight: 500;
	color: #00745E;
	padding-right: 0;
	background: transparent;
	cursor: default;
}

.fabricantes-image {
	position: absolute;
	width: 370px;
	height: 370px;
	left: 50%;
	transform: translate(-50%, 266px);
	z-index: 1;
}

.license-aba-fabricantes {
	position: relative;
	padding-top: 100px;
	overflow-x: auto;
}

.license-aba-fabricantes-content {
	/* min-width: 1315px; */
	position: relative;
	padding: 0 0 100px;
}

.fabricantes-texts {
	display: flex;
	flex-wrap: wrap;
	gap: 0 150px;
	justify-content: space-between;
}

.fabricantes-text-content {
	width: 360px;
	height: 500px;
	position: relative;
	z-index: 1;
}

.fabricantes-text-content:nth-child(3),
.fabricantes-text-content:nth-child(4) {
	height: 400px;
}

.fabricantes-text-content p {
	font-family: 'kelson';
	line-height: 29px;
	font-size: 18px;
}

.fabricantes-text-content h3 {
	font-size: 22px;
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: left center;
	height: 53px;
	display: inline-block;
	padding: 13px 20px 0 75px;
	width: auto;
	margin-bottom: 17px;
	color: #008168;
	position: relative;
	background-color: #ffffff;
	z-index: 2;
}

.fabricantes-text-content:nth-child(2) h3:before,
.fabricantes-text-content:nth-child(4) h3:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 100%;
	background: #ffffff;
	background-size: contain;
	top: 0;
	left: -20px;
	transition: all 250ms;
}

.fabricantes-text-content:nth-child(2),
.fabricantes-text-content:nth-child(4) {
	background-color: #fff;
}

.line-image.line-1 {
	position: absolute;
	width: calc(50% - 25px);
	height: 327px;
	top: 27px;
	left: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.line-image.line-2 {
	position: absolute;
	width: calc(50% - 51px);
	height: 327px;
	top: 27px;
	left: auto;
	right: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.line-image.line-3 {
	position: absolute;
	width: 50%;
	height: 1px;
	top: 527px;
	left: 0;
	border-top: 1px solid #ccc;
}

.line-image.line-4 {
	position: absolute;
	width: 50%;
	height: 1px;
	top: 527px;
	right: 0;
	border-top: 1px solid #ccc;
}

.line-image.line-5 {
	position: absolute;
	width: 130px;
	height: 400px;
	top: 527px;
	left: calc(50% - 58px);
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	transform: translateX(-50%);
}

/*.line-image:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	background: #444444;
	background-size: contain;
	top: 26px;
	right: auto;
	left: calc(100% + 40px);
	transition: all 250ms;
}

.line-image:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	background: #444444;
	background-size: contain;
	top: 26px;
	right: auto;
	left: calc(100% + 40px);
	transition: all 250ms;
}

.line-image.line-1:after {
	width: 346px;
}

.line-image.line-1:before {
	left: calc(100% + 346px + 39px);
	left: 313%;
	height: 294px;
}

.line-image.line-2:after {
	width: 155px;
}

.line-image.line-2:before {
	left: auto;
	right: calc(100% + 155px + 39px);
	height: 312px;
}

.line-image.line-3:after {
	width: 326px;
}

.line-image.line-3:before {
	content: none
}

.line-image.line-4:after {
	width: 106px;
}

.line-image.line-4:before {
	content: none
}

.line-image.line-5:after {
	width: 40px;
	left: calc(100% + 20px);
}

.line-image.line-5:before {
	top: auto;
	bottom: 26px;
	left: calc(100% + 21px + 39px);
	height: 334px;
} */

.fabricantes-text-content:last-child {
	margin: 0 auto;
	width: 440px;
	height: auto;
}

.license-aba-empresas {
	display: none;
	position: relative;
	padding-top: 100px;
}

.empresa-resumo {
	text-align: center;
	margin-bottom: 100px;
}

.empresa-resumo p {
	font-family: 'kelson';
	line-height: 29px;
	font-size: 18px;
	margin-bottom: 20px;
}

.empresa-items {
	display: flex;
	gap: 155px;
}

.empresa-item img {
	width: 130px;
	display: block;
	margin: 0 auto 40px;
	position: relative;
	z-index: 1;
}

.empresa-item {
	text-align: center;
	width: calc((100% / 4) - (((4 - 1) / 4) * 100px));
	position: relative
}

.empresa-item h3 {
	text-align: center;
	font-family: 'kelson';
	line-height: 29px;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.empresa-item p {
	text-align: center;
	font-family: 'kelson';
	line-height: 29px;
	font-size: 18px;
	margin-bottom: 20px;
}

.empresa-item:not(:last-child):before {
	content: "";
	position: absolute;
	width: calc(50% + (155px/2));
	height: 10px;
	background: #28d076;
	background-size: contain;
	top: 62px;
	left: 50%;
	transition: all 250ms;
}

.empresa-item:not(:first-child):after {
	content: "";
	position: absolute;
	width: calc(50% + (155px/2));
	height: 10px;
	background: #28d076;
	background-size: contain;
	top: 62px;
	right: 50%;
	transition: all 250ms;
}

.license-mercado {
	background: #ddd8d2;
	padding: 150px 0;
}

.mercado-items {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 110px;
}

.mercado-item {
	border: 1px solid #000;
	border-radius: 10px;
	display: flex;
	position: relative;
	align-items: center;
	min-height: 216px;
}

.mercado-img {
	width: 634px;
	flex: 0 0 auto;
	margin: -30px 0;
}

.mercado-fonte {
	position: absolute;
	right: 19px;
	bottom: 15px;
}

.mercado-text {
	margin-left: 50px;
	padding-bottom: 0px;
}

.mercado-text p {
	font-family: 'kelson';
	line-height: 29px;
	font-size: 18px;
	margin-bottom: 20px;
}

.license-time {
	padding: 150px 0;
	background: #f8f8f8;
}

.license-time-container {
	display: flex;
	gap: 100px;
	align-items: center;
}

.license-time-description-block {
	width: 312px;
	flex: 0 0 auto;
}

.license-time-description-block h2 {
	text-align: left;
	padding-right: 40px
}

.license-time-description-block p,
.license-time-pessoa-description p {
	font-family: 'kelson';
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 20px;
}

.license-time-pessoa-description p a {
	color: #00745e;
}

.license-time-pessoa {
	border: 1px solid #00745e;
	border-radius: 25px;
	padding: 35px;
}

.license-time-slider-block {
	width: 100%;
	max-width: calc(100% - 415px);
	flex: 1 1 auto;
}

.license-time-slider {
	display: flex;
}

.license-time-pessoa-img {
	height: 254px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 28px;
	background-position: center;
}

h3.license-time-pessoa-title {
	font-size: 19px;
	margin-bottom: 2px;
	color: #4c4c4c;
}

h3.license-time-pessoa-title strong {
	color: #00745e;
	display: block;
	padding-right: 10px;
	margin-bottom: 11px;
	font-size: 22px;
}

div#licenseTimeControls {
	position: relative;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 35px;
}

div#licenseTimeControls .lSPrev,
div#licenseTimeControls .lSNext {
	position: static;
	display: inline-block;
	margin: 0;
	width: 52px;
	height: 52px;
	background: #00F24C url(../images/license-seta-slider-dir.svg) no-repeat center;
	border-radius: 100%;
}

.license-contato {
	padding: 150px 0;
	background: #00745e;
}

.license-contato p,
.license-contato h2 {
	color: #ffffff;
	text-align: left;
}

.license-contato p {
	font-family: 'kelson';
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 20px;
}

.license-contato-blocks {
	display: flex;
	gap: 100px;
}

.license-contato-block-map {
	background: #fff;
	max-width: 608px;
	width: 100%;
	/* min-height: 554px; */
	flex: 1 1 auto;
	border-radius: 20px;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.license-contato-map {
	width: 100%;
}

.license-contato-block-form {
	width: 100%;
	flex: 1 1 auto;
}

.license-contato-block-form .wpcf7-not-valid-tip {
	position: static;
	padding: 0 5px;
}

.license-field-group {
	display: flex;
	width: 100%;
	gap: 15px;
	margin-bottom: 7px;
}

.license-field-group.send {
	margin-top: 24px;
	justify-content: space-between;
}

.license-field {
	width: 100%;
}

.license-field label {
	display: block;
	color: #ffffff;
	font-family: 'kelson';
	font-weight: 400;
	margin-bottom: 3px;
}

.license-field input {
	width: 100%;
	border: none;
	border-radius: 6px;
	height: 50px;
}

.license-field input[type="submit"] {
	width: 160px;
	border: none;
	border-radius: 28px;
	height: 46px;
	background: #00f24c;
	font-weight: 500;
	font-size: 20px;
	font-family: 'kelson';
	transition: all 250ms;
}

.license-field input[type="submit"]:hover {
	background: #00d944;
}

.license-field textarea {
	width: 100%;
	border: none;
	border-radius: 6px;
	height: 163px;
}

.license-field.send {
	width: auto;
	display: flex;
}

.license-field.send .wpcf7-submit {
	order: 1;
}

.license-contato-info-map {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 60px 20px;
	/* display: none; */
}

.license-contato-info {}

.license-contato-info.active {
	display: block;
}

.license-contato-info p,
.license-contato-info h4,
.license-contato-info a {
	color: #000;
	font-size: 18px;
	font-family: 'kelson';
}

.license-contato-info h4 {
	font-weight: 500;
	margin-bottom: 38px;
	position: relative;
}

.license-contato-info:not(:last-child) h4:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 4px;
	background: #00f24c;
	background-size: contain;
	left: 0;
	bottom: -19px;
	transform-origin: left;
	transition: all 250ms;
}

.pin {
	position: absolute;
	width: 8px;
	height: 8px;
	fill: #00745e;
	border-radius: 100%;
	/* cursor: pointer; */
}

.pin:hover,
.pin.active {
	/*fill: #00745e;
  stroke: #ffffff;
  transform: scale(1.8);
  transition: all 150ms;*/
}

.pin#pin-rj {
	transform-origin: 523px 408px;
}

.pin#pin-sp {
	transform-origin: 495px 413px;
}

.pin#pin-cm {
	transform-origin: 146px 118px;
}

.license-faq {
	margin: 70px 0 0;
	padding-left: 45px;
	background: url(../images/exclamacao.svg) no-repeat left top;
	background-size: 25px;
	background-position-y: 3px;
}

.license-faq p {
	font-family: 'kelson';
	/* line-height: 29px; */
	/* font-size: 18px; */
	margin-bottom: 20px;
	color: #69001c;
}

.license-faq strong {
	font-weight: 500;
	text-transform: uppercase;
}

.license-faq a {
	font-family: 'kelson', sans-serif;
	position: relative;
	border-bottom: 2px solid #ea0029;
	padding: 11px 0 10px 0;
	background: none;
	background-size: 11px;
	background-position: right center;
	/* line-height: 16px; */
	/* text-transform: uppercase; */
	/* font-size: 18px; */
	color: #69001c;
}

.license-faq a:hover {
	animation-name: button-right;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
}

.license-contato-description {
	margin-bottom: 60px;
}

.title-inner-page.license-compliance-faq {
	height: calc(100vh - 335px);
	max-height: 660px;
}

.license-compliance-faq .title-text h1 {
	margin-top: 46px;
	max-width: none;
	font-weight: 500;
	color: #00745e;
	text-transform: none;
	font-size: 2.5em;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 33px;
}

.license-compliance-faq .title-text {
	align-items: center;
	max-width: 750px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

.license-compliance-faq .title-text p {
	font-family: 'kelson', sans-serif;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 55px;
}

.license-compliance-faq .title-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	left: 0;
	top: 0;
}

.license-faq-inside {
	padding: 130px 0;
	position: relative;
}

.license-faq-inside:before {
	content: "";
	width: 420px;
	height: 812px;
	background: url(../images/seta-grafismo-faq.svg) no-repeat left center;
	background-size: cover;
	position: absolute;
	top: -280px;
	right: calc(100% - 220px);
	transform: rotate(0);
	z-index: 2;
	opacity: 1;
}

.search-license-group {
	position: relative;
	width: 100%;
	max-width: 693px;
	margin: 0 auto 100px;
}

#search-faq {
	width: 100%;
	border: none;
	background: #f3f3f3;
	height: 74px;
	border-radius: 80px;
	display: block;
	padding: 25px 90px;
	position: relative;
	font-family: 'kelson';
	font-size: 18px;
}

.search-license-group span {
	position: absolute;
	width: 55px;
	height: 55px;
	background: url(../images/icon-search-license.svg;);
	left: 12px;
	top: 10px;
}

.license-faq-item {
	max-width: 960px;
	background: #f3f3f3;
	margin: 0 auto 40px;
	border-radius: 20px;
	padding: 43px 45px;
}

h3.license-faq-accordion-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	/* margin-bottom: 20px; */
	position: relative;
	padding-right: 30px;
}

h3.license-faq-accordion-title:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 4px solid #00745e;
	border-left: none;
	border-top: none;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 250ms;
	margin-top: -5px;
}

h3.license-faq-accordion-title.active:after {
	border-color: #00f24c;
	transform: translateY(-50%) rotate(225deg);
	margin-top: 1px;
}

.license-faq-accordion-panel {
	display: none;
	padding-top: 20px;
}

.license-faq-accordion-panel p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family: 'kelson';
}

.license-faq-accordion-panel ul {
	margin-bottom: 20px;
}

.license-faq-accordion-panel ul li {
	list-style: disc inside;
	font-size: 18px;
	line-height: 30px;
	font-family: 'kelson';
}

.license-faq-item-nada {
	max-width: 960px;
	background: #ffe6e0;
	margin: 0 auto 40px;
	border-radius: 20px;
	padding: 43px 35px;
	display: none;
}

.license-faq-item-nada p {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 34px;
	font-family: 'kelson';
	text-align: center;
	color: #4a2400;
}




.license-compliance.title-inner-page .title-text:before {
	content: "";
	width: 60vw;
	height: 41%;
	background: url(../images/grafismos-banner-canto.svg) no-repeat right top;
	background-size: cover;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 261px;
	transform: rotate(0);
	z-index: 2;
	opacity: 1;
	mix-blend-mode: multiply;
}


.license-compliance.title-inner-page .title-text:after {
	content: "";
	width: 84vw;
	height: 100%;
	background: url(../images/grafismos-banner-mapa.svg) no-repeat left center;
	background-position: left center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: calc(100%);
	transform: translateY(-50%);
	z-index: 2;
	opacity: 1;
}


.license-compliance .title-background {
	background: #f9f9f9 !important;
}

.slider-image-mobile {
	display: none;
}

.slider-image-desktop {
	display: block;
}