
.ctn-abre{
	position: relative;
	display: block;
	width: 100%;
	z-index: 4;
	overflow: hidden;
	background: url("../img/Inovacao.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    background-position: 50%;
}
.title {
    text-transform: none;
    font-family: "coranto";
    padding: 76px 0 17px 0;
    max-width: 821px;
    color: #111;
    font-size: 3.5rem;
    line-height: 4rem;
    letter-spacing: -0.09375rem;
}
.sub-title {
    padding-bottom: 45px;
    max-width: 827px;
    font-size: 20px;
    line-height: 28px;
}
._center {
    justify-content: center;
}
.ctn-selo{
	position: absolute;
	display: block;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.ctn-cards{
	position: relative;
	display: block;
	width: 100%;
	margin: -195px auto 0 auto;
	z-index: 5;
	max-width: 1480px;
}
.bg-stl-2{
	max-width: 100%;
	padding-bottom: 200px;
	margin-bottom: 0;
	background: #ffffff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(165, 163, 163, 1) 100%);
}
.ctn-cards a{
	text-decoration: none;
}
.mask-gradiente{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: -moz-linear-gradient( -90deg, transparent 0%, #051012 94%);
	background-image: -webkit-linear-gradient( -90deg, transparent 0%, #051012 94%);
	background-image: -ms-linear-gradient( -90deg, transparent 0%, #051012 94%);
    z-index: 999;
	opacity: 0.95;
}
.dvfk{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 150px;
	--aspect-ratio: 16/7;
	height: 0;
	padding-bottom: calc(100%/(var(--aspect-ratio)));
}
.sticky-banner {
    top: -1px;
	z-index: 99999999;
}
.reading-progressbar {
    top: initial;
    bottom: -1px;
    height: 2px;
    color: #1d9691;
}
.ctn-int-header .header-brand p.brand-tit span{
	text-transform: lowercase;
}

.morph-nav > * {
    height: 70px;
	background-color: #fff;
}

.light {
	position: absolute;
	width: 0px;
	opacity: .75;
	background-color: white;
	box-shadow: #e9f1f1 0px 0px 20px 2px;
	opacity: 0;
	top: 100vh;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.x1{
	-webkit-animation: floatUp 4s infinite linear;
	-moz-animation: floatUp 4s infinite linear;
	-o-animation: floatUp 4s infinite linear;
	animation: floatUp 4s infinite linear;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.x2{
	-webkit-animation: floatUp 7s infinite linear;
	-moz-animation: floatUp 7s infinite linear;
	-o-animation: floatUp 7s infinite linear;
	animation: floatUp 7s infinite linear;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	left: 15%;
}

.x3{
	-webkit-animation: floatUp 2.5s infinite linear;
	-moz-animation: floatUp 2.5s infinite linear;
	-o-animation: floatUp 2.5s infinite linear;
	animation: floatUp 2.5s infinite linear;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	left: -15%;
}

.x4{
	-webkit-animation: floatUp 4.5s infinite linear;
	-moz-animation: floatUp 4.5s infinite linear;
	-o-animation: floatUp 4.5s infinite linear;
	animation: floatUp 4.5s infinite linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	left: -34%;
}

.x5{
	-webkit-animation: floatUp 8s infinite linear;
	-moz-animation: floatUp 8s infinite linear;
	-o-animation: floatUp 8s infinite linear;
	animation: floatUp 8s infinite linear;
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-o-transform: scale(2.2);
	transform: scale(2.2);
	left: -57%;
}

.x6{
	-webkit-animation: floatUp 3s infinite linear;
	-moz-animation: floatUp 3s infinite linear;
	-o-animation: floatUp 3s infinite linear;
	animation: floatUp 3s infinite linear;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	left: -81%;
}

.x7{
	-webkit-animation: floatUp 5.3s infinite linear;
	-moz-animation: floatUp 5.3s infinite linear;
	-o-animation: floatUp 5.3s infinite linear;
	animation: floatUp 5.3s infinite linear;
	-webkit-transform: scale(3.2);
	-moz-transform: scale(3.2);
	-o-transform: scale(3.2);
	transform: scale(3.2);
	left: 37%;
}

.x8{
	-webkit-animation: floatUp 4.7s infinite linear;
	-moz-animation: floatUp 4.7s infinite linear;
	-o-animation: floatUp 4.7s infinite linear;
	animation: floatUp 4.7s infinite linear;
	-webkit-transform: scale(1.7);
	-moz-transform: scale(1.7);
	-o-transform: scale(1.7);
	transform: scale(1.7);
	left: 62%;
}

.x9{
	-webkit-animation: floatUp 4.1s infinite linear;
	-moz-animation: floatUp 4.1s infinite linear;
	-o-animation: floatUp 4.1s infinite linear;
	animation: floatUp 4.1s infinite linear;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	left: 85%;
}

.sec-card .title-sections {
	text-align: center;
	padding: 76px 0 76px 0;
	font-size: 45px;
	max-width: 820px;
	line-height: 55px;
	margin: 0 auto;

}
.sec-card .txt-p{
	text-align: left;
    margin: 0px auto 35px auto;
    max-width: 660px;
}
.end-content{
	position: relative;
    display: block;
    width: 100%;
    margin-top: -114px;
    margin-bottom: 0;
	padding-bottom: 18px;
    padding-top: 100px;
    margin-top: 0px;
	background-color: transparent;
}
.end-content img, .the-end-content img{
	margin: 0 auto;
}
.end-content._1{
	background-color: #dfdfdd;
	padding-bottom: 170px;
    padding-top: 60px;
}

.txt-p.text.nota {
    font-weight: 400;
    font-size: 14px;
	line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
}


.text-bg-fx--underline {
    background-image: linear-gradient(transparent calc(100% - 3px), currentColor calc(100% - 3px), currentColor calc(100% - 2px), transparent 2px);
}
.text-bg-fx--underline {
    text-decoration: none;
    background-size: 0% 100%;
}
.feature-subheadline:hover .text-bg-fx {
    background-size: 100% 100%;
}

.link-fx-1:hover ~ a.feature-subheadline > .text-bg-fx{
    background-size: 100% 100%;
}

.text-bg-fx {
    cursor: pointer;
    background-repeat: no-repeat;
    will-change: background-size;
    transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: background-size .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.feature-subheadline:hover ~ a.link-fx-1::before {
    -webkit-transform: translateX(17px) scaleX(0);
    transform: translateX(17px) scaleX(0);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.feature-subheadline:hover ~ a.link-fx-1 svg circle {
    stroke-dashoffset: 200;
    transition: stroke-dashoffset 0.4s 0.3s;
}
.feature-subheadline:hover ~ a.link-fx-1 svg line {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.feature-subheadline{
    font-family: 'coranto';
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.8px;
    text-transform: none;
    max-width: 565px;
    text-decoration: none;
}
.feature-subheadline-line{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    letter-spacing: -.03125rem;
    margin: 12px 0 10px 0;
    text-transform: none;
    max-width: 100%;
}

.feature-text{
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #00abb5;
    margin: 0;
}

a.link-fx-1:hover{
    color: #00abb5 !important;
}

.link-fx-1 svg circle,
.link-fx-1::before{
    background-color: #00abb5 !important;
}
.feature {
    box-shadow: 0px -7px 17px 0px rgb(0 0 0 / 4%);
}

.feature:nth-child(1) {
    box-shadow: none;
}

@-webkit-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
	0%{top: 100vh; opacity: 0;}
	25%{opacity: 1;}
	50%{top: 0vh; opacity: .8;}
	75%{opacity: 1;}
	100%{top: -100vh; opacity: 0;}
}



@media screen and (min-width: 1281px) and (max-width: 1550px){
	.ctn-cards {
    	max-width: 1240px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1280px){
	.ctn-cards {
    	max-width: 930px;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px){
	.title {
        font-size: 45px;
        line-height: 50px;
		width: calc(100% - 120px);
    }
	.ctn-cards .front,
	.ctn-cards .back{
  		min-height: 430px;
	}
	.ctn-cards {
    	max-width: 750px;
	}
	.ctn-cards .inner{
  		padding: 100px 40px 60px 40px; 
	}
	.sec-card .title-sections {
		font-size: 40px;
		line-height: 45px;
	}
	.feature-copy{
		padding-bottom: 40px;
	}
	.feature-inner {
		padding: 2rem 1.25rem !important;
		max-width: calc(660px + 2.5rem) !important;
		margin-left: auto;
		margin-right: auto;
	}
	
}


@media screen and (max-width: 767px) {
	.title {
        padding: 50px 1.25rem 17px 1.25rem;
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -0.06375rem;
		text-align: left;
		max-width: calc(560px + 2.5rem);
    }
	.data-publi {
		text-align: left;
		padding: 0 1.25rem 20px 1.25rem;
		max-width: calc(560px + 2.5rem);
	}
	.container.bg-stl-2 section{
		padding: 0 24px;
		max-width: 470px;
        margin: 0 auto;
	}
	.ctn-cards .back .inner .ctn-img-link div.img {
    	width: 65%;
	}
	.ctn-cards .back .inner .ctn-img-link div.link {
    	width: 35%;
	}
	.ctn-cards .back .inner .link span {
		font-size: 12px;
		max-width: 70px;
	}
	.ctn-cards .back .link img {
    	max-width: 65px;	
	}
	.ctn-cards .inner {
    	padding: 100px 30px 60px 30px;	
	}
	.ctn-cards .front .inner p {
		font-size: 14px;
	}
	.ctn-cards .front .inner span:nth-child(4) {
		font-size: 29px;
		line-height: 34px;
	}
	.ctn-cards .front .inner span, .ctn-cards .back .inner span {
    	font-size: 24px;
	}
	.ctn-cards .front .inner span:nth-child(3) {
    	font-size: 14px;
	}
	.ctn-cards .back .inner p {
    	font-size: 12px;
		margin-bottom: 9px;
	}
	.ctn-cards .back .inner span:nth-child(4) {
    	font-size: 14px;
		line-height: 20px;
	}
	.ctn-cards .back .link {
  		padding-right: 25px;
	}
	.ctn-cards .front,
	.ctn-cards .back {
    	min-height: 440px;
	}
	.ctn-cards .back .inner span:nth-child(4){
    	margin: 2px auto 0 auto;
	}
	.ctn-cards .back .inner .ctn-img-link div.img img {
		max-width: 225px;
	}
	.ctn-cards .back .inner {
  		padding: 12px 0 20px 0;
	}
	.ctn-abre{
		height: 640px;
	}
	.drawer__close-btn {
		position: relative;
	}
	.sec-card .title-sections {
		font-size: 35px;
		line-height: 45px;
		text-align: left;
	}
	.sec-card{
		padding: 0 1.25rem;
	}
	.feature-copy{
		padding-bottom: 32px;
	}
	.feature-inner {
		padding: 2rem 1.25rem !important;
		max-width:  calc(560px + 2.5rem) !important;
		margin-left: auto;
		margin-right: auto;
	}
	.cont-head-modal{
		padding:30px 0px 30px 0px !important;
	}
	.dp8-top-0 {
    	top: 46px !important;
	}
	.dp8-right-0 {
		left: 0.78rem !important;
	}
	.fl1-container {
		max-width: 560px !important;
	}
	.sec-card .title-sections {
		max-width: 560px;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.sec-card .txt-p{
		max-width: 560px;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.share{
		padding: 0 1.25rem;
		max-width: calc(560px + 2.5rem);
        margin: 0 auto;
	}
	.ctn-int-header .content_share {
		justify-content: flex-start !important;
		left: -11px;
	}

}

.ctn-int-header .content_share{
  position: relative;
  bottom: initial;
  padding-right: 0px;
  margin: 0;
  right: initial;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.ctn-int-header__center .content_share {
  justify-content: center;
  bottom: -41px;
  margin: 0;
  right: 0;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.container{
	margin: 0 auto 40px auto;
}


.content_share amp-social-share[type='facebook'] {
  background: transparent url(https://infograficos-valor-assets.s3.sa-east-1.amazonaws.com/master_app/imagens/shares/svgexport-face.svg) center center no-repeat;
  background-size: 26px 26px;
}
.content_share amp-social-share[type='twitter'] {
  background: transparent url(https://infograficos-valor-assets.s3.sa-east-1.amazonaws.com/master_app/imagens/shares/svgexport-x.svg) center center no-repeat;
  background-size: 26px 26px;
}
.content_share amp-social-share.share-whatsapp {
  background: transparent url(https://infograficos-valor-assets.s3.sa-east-1.amazonaws.com/master_app/imagens/shares/svgexport-zap.svg) center center no-repeat;
  background-size: 26px 26px;
}
.content_share amp-social-share.share-linkedin {
  background: transparent url(https://infograficos-valor-assets.s3.sa-east-1.amazonaws.com/master_app/imagens/shares/svgexport-in.svg) center center no-repeat;
  background-size: 26px 26px;
}

.fl1-container {
	margin-top: -114px;
    position: relative;
	max-width: 1460px;
}
.fl1-grid {
	z-index: 5;
    position: relative;
}
.fl1-bg-center{
	background-color: #dadada;
	background: linear-gradient(0deg, rgb(223, 223, 221) 50%, rgb(247, 247, 245) 100%);
}
.ctn-abre {
	height: 650px;
}
.ctn-abre figure {
    width: 100%;
	padding: 98px 0px 240px 0px;
}
.ctn-abre figure .img-logo-center{
	margin: 48px auto;
}

.fl1-padding-md {
    padding: 20px 0px 33px 0px;
}
.fl1-text-xs{
	padding-top: 14px;
	padding-bottom: 0;
	padding-right: 35px;
    padding-left: 35px;
	font-size: 20px;
	color: #111;
	text-transform: none;
	font-weight: 700;
	font-family: "coranto";
	line-height: 24px;
	letter-spacing: 0;

}
.fl1-text-base{
	font-size: 12px;
	font-weight: 700;
	color: #0098a1;
	text-transform: uppercase;
	padding: 0px 30px;
	min-height: 30px;
}
.fl1-text-group{
	display: block;
    color: #202020;
    font-family: 'coranto';
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.01em;
	padding-bottom: 5px;
}
.fl1-text-group span{
	color: #0098a1;
}

.icon-group{
	stroke-width: 2px;
}
.drawer__close-btn,
.card-v12{
	cursor: pointer;
}
.credito-foto {
    position: absolute;
    display: block;
    bottom: 10px;
	left: 10px;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.img-interview img {
	width: 100%;
}
.img-interview .credit {
    margin-top: 12px;
}

.img-interview .credit p {
    font-size: 12px;
    text-align: right;
    padding: 0;
    margin: 0px 0px 3px 0px;
    line-height: 16px;
    color: rgb(255, 255, 255, 0.5);
}


