@font-face {
    font-family: 'hk_bold';
    src: url('../fontes/HKGrotesk-Bold.eot');
    src: url('../fontes/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-Bold.woff2') format('woff2'),
        url('../fontes/HKGrotesk-Bold.woff') format('woff'),
        url('../fontes/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hk_extrabold';
    src: url('../fontes/HKGrotesk-ExtraBold.eot');
    src: url('../fontes/HKGrotesk-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-ExtraBold.woff2') format('woff2'),
        url('../fontes/HKGrotesk-ExtraBold.woff') format('woff'),
        url('../fontes/HKGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hk_light';
    src: url('../fontes/HKGrotesk-Light.eot');
    src: url('../fontes/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-Light.woff2') format('woff2'),
        url('../fontes/HKGrotesk-Light.woff') format('woff'),
        url('../fontes/HKGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hk_regular';
    src: url('../fontes/HKGrotesk-Regular.eot');
    src: url('../fontes/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-Regular.woff2') format('woff2'),
        url('../fontes/HKGrotesk-Regular.woff') format('woff'),
        url('../fontes/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hk_semibold';
    src: url('../fontes/HKGrotesk-SemiBold.eot');
    src: url('../fontes/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('../fontes/HKGrotesk-SemiBold.woff') format('woff'),
        url('../fontes/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'hk_medium';
    src: url('../fontes/HKGrotesk-Medium.eot');
    src: url('../fontes/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fontes/HKGrotesk-Medium.woff2') format('woff2'),
        url('../fontes/HKGrotesk-Medium.woff') format('woff'),
        url('../fontes/HKGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-weight: normal;
	transition: all 0.3s ease;
}
html{
	position: relative;
	overflow-x: hidden;
}
header.rolado{
	background: url(../imagens/fundo_sobre.png) center top no-repeat;
	background-size: 100% auto;
}
#index header.rolado{
	background: url(../imagens/bg-grid.jpg) center top no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.center {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
h2.titulo-padrao {
	font-family: 'hk_semibold';
	font-size: 57px;
	line-height: 61px;
	letter-spacing: -2,565px;
	color: #0c0c0c;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: transparent;
	box-sizing: border-box;
	padding: 0 100px;
	padding-top: 17px;
	padding-bottom: 18px;
}
header .center {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 157px;
}
header h1 a {
	display: inline-block;
	width: 49px;
	height: 46px;
	text-indent: -9999px;
	background: url(../imagens/logo.png) center no-repeat;
}
header.preto h1 a {
	background: url(../imagens/logo_preto.png) center no-repeat;
}
header ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
	column-gap: 25px;
	width: 100%;
	max-width: 1431px;
}
header ul li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 25px;
}
header ul a {
	font-family: 'hk_medium';
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	transition: all ease 0.08s;
	position: relative;
}
header ul a:hover,
header ul a.selected {
	color: #f95900;
}
header ul a::after{
	transition: all ease 0.03s;
}
header ul li{
	position: relative;
	transition: all ease 0.03s;
}
header ul li span{
	width: 0px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -3px;
	left: 0;
	display: inline-block;
}
header ul li:hover span{
	width: 30px;
}
header ul a.selected::after {
	content: '';
	width: 37px;
	height: 2px;
	background: #f95900;
	position: absolute;
	bottom: -3px;
	left: 0;
}
header.preto ul a {
	color: #161616;
}
header.preto ul a:hover,
header.preto ul a.selected {
	color: #ffffff;
}
header.preto ul a.selected::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 1px;
	width: 37px;
	height: 2px;
	background: #ffffff;
}
#index header ul a.selected {
	color: #fff;
}
#index header ul a.selected::after {
	background: #fff;
}
#index header ul a:hover{
	color: #fff;
}
#index header ul a.selected:hover {
	color: #fff;
}
header ul a.menu {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../imagens/menu.png) center no-repeat;
	text-indent: -9999px;
}
header.preto ul a.menu {
	background: url(../imagens/menu_preto.png) center no-repeat;
}
main section {
	min-height: calc(100vh - 81px)
}
main section#apresentacao{
	min-height: calc(100vh);
}
main #apresentacao {
	display: flex;
	background: url(../imagens/bg-grid.jpg) center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
main #apresentacao .center {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 25px;
}
main #apresentacao .center .esquerda,
main #apresentacao .center .direita {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-bottom: 81px;
}
main #apresentacao .esquerda h2 {
	font-family: 'hk_semibold';
	font-size: 82px;
	line-height: 82px;
	letter-spacing: -2.05px;
	color: #ffffff;
	max-width: 613px;
	margin-top: auto;
}
main #apresentacao .esquerda ol {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	max-width: 553px;
	column-gap: 25px;
	margin-top: auto;
}
main #apresentacao .esquerda ol h3 {
	font-family: 'hk_regular';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #ffffff;
}
main #apresentacao .esquerda ol a {
	font-family: 'hk_semibold';
	font-size: 20px;
	letter-spacing: -0.9px;
	color: #ffe500;
	display: inline-flex;
	flex-direction: row;
	column-gap: 9px;
	position: relative;
}
main #apresentacao .esquerda ol a:hover{
	text-decoration: underline;
}
main #apresentacao .esquerda ol a i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -27px;
	background: url(../imagens/whatsapp_home.png) center center no-repeat;
	background-size: 20px auto;
}
main #apresentacao .direita h3 {
	font-family: 'hk_regular';
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.8px;
	color: #ffffff;
	max-width: 444px;
}
main #apresentacao .direita article {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 25px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 27px;
	margin-top: auto;
}
.bt-padrao {
	font-family: 'hk_bold';
	font-size: 15px;
	letter-spacing: -0.075px;
	color: #f95900;
	text-transform: uppercase;
	border: 1.69pt solid #f95900;
	border-radius: 25px;
	display: flex;
	align-items: center;
	width: 218px;
	height: 50px;
	box-sizing: border-box;
	padding-left: 32px;
	transition: all ease 0.08s;
	background: url(../imagens/flecha_laranja.png) 88% center no-repeat;
}
.bt-padrao:hover{
	background: url(../imagens/flecha_laranja.png) 91% center no-repeat;
}
main #apresentacao .direita a.bt-padrao {
	color: #ffffff;
	border: 1.69pt solid #ffffff;
	background: url(../imagens/flecha.png) 88% center no-repeat;
	transition: all ease 0.08s;
}
main #apresentacao .direita a.bt-padrao:hover {
	background: url(../imagens/flecha_amarela.png) 91% center no-repeat;
	border: 1.69pt solid #ffe500;
	color: #ffe500;
}
main #apresentacao .direita ol {
	margin-top: auto;
	margin-left: auto;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	width: 100%;
	max-width: 272px;
	justify-content: space-between;
}
main #apresentacao .direita ol a {
	font-family: 'hk_regular';
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.81px;
	color: #ffffff;
	text-transform: capitalize;
	padding-left: 30px;
	height: 23px;
	display: inline-block;
	transition: all ease 0.12s;
}
main #apresentacao .direita ol a.instagram {
	background: url(../imagens/instagram.png) left top no-repeat;
	background-size: 23px auto;
}
main #apresentacao .direita ol a.instagram:hover{
	background: url(../imagens/instagram.png) left bottom no-repeat;
	background-size: 23px auto;	
	color: #ffe500;
}
main #apresentacao .direita ol a.facebook {
	background: url(../imagens/facebook.png) left top no-repeat;
	background-size: 23px auto;
}
main #apresentacao .direita ol a.facebook:hover{
	background: url(../imagens/facebook.png) left bottom no-repeat;
	background-size: 23px auto;	
	color: #ffe500;
}
main #quemsomos {
	background: #0c0c0c;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 77px;
	padding-bottom: 74px;
}
main #quemsomos .center {
	max-width: 1134px;
	display: flex;
	flex-direction: column;
	row-gap: 100px;
}
main #quemsomos .top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	align-items: center;
}
#pag-sobre main #quemsomos .top a.bt-padrao{
	display: none;
}
main #quemsomos h2.titulo-padrao {
	color: #ffffff;
	max-width: 495px;
}
main #quemsomos p {
	font-family: 'hk_light';
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -1.08px;
	color: #ffffff;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	margin-top: 37px;
}
main #quemsomos p span {
	max-width: 524px;
}
main #cases {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 25px;
	padding: 30px 0;
}
main #cases div.esquerda {
	min-width: 653px;
	max-width: 653px;
	box-sizing: border-box;
	padding-left: 100px;
}
main #cases .esquerda h2.titulo-padrao {
	color: #0c0c0c;
	max-width: 528px;
	margin-top: auto;
}
main #cases .esquerda p {
	font-family: 'hk_light';
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.55px;
	color: #0c0c0c;
	max-width: 452px;
	margin-top: 34px;
	margin-bottom: 30px;
}
main #cases > .direita {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: -50px;
	overflow-x: hidden;
}
ul.listagem_cases_grid {
	display: grid;
	grid-auto-columns: 554px;
	grid-auto-flow: column;
	column-gap: 26px;
}
ul.listagem_cases li {
	border-radius: 24px;
	overflow: hidden;
	margin-right: 25px;
}
ul.listagem_cases li a {
	display: inline-block;
	padding-top: 65px;
	background: #e9e9e9;
	width: 100%;
}
ul.listagem_cases li img {
	margin-left: 8px;
	margin-bottom: 6px;
}
ul.listagem_cases article {
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	align-items: flex-start;
	padding-left: 46px;
	padding-right: 30px;
	box-sizing: border-box;
	background: #f4f4f4;
	padding-top: 29px;
	padding-bottom: 30px;
	min-height: 140px;
}
ul.listagem_cases article h2 {
	font-family: 'hk_semibold';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -0.65px;
	color: #6b6b6b;
}
ul.listagem_cases article .bt-padrao {
	width: unset;
	height: unset;
	border: none;
	padding: 0;
	display: inline-block;
	background-position: center right;
	padding-right: 42px;
	opacity: 0.8;
	padding-right: 55px;
	background: url(../imagens/flecha_laranja.png) 92% center no-repeat;
	transition: all ease 0.08s;
}
ul.listagem_cases li{
	cursor: pointer;
	transition: all ease 0.25s;
}
ul.listagem_cases li:hover{
	background: #dedede;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
	transition: all ease 0.08s;
}
ul.listagem_cases:hover > li img:not(:hover){
	opacity: 0.65;
}
main #solucoes .case_box ul.listagem_cases li:hover img{
	margin-left: -45px;
}
ul.listagem_cases li:hover article .bt-padrao {
	opacity: 1;
	background: url(../imagens/flecha_laranja.png) right center no-repeat;
	transition: all ease 0.08s;
}
main #cases > .esquerda,
main #cases > .direita {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main #cases .direita .passador {
	display: flex;
	flex-direction: row;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 10;
	column-gap: 5px;
	box-sizing: border-box;
	padding-left: 48px;
}
main #cases .direita .passador span {
	display: flex;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-indent: -9999px;
}
main #cases .direita .passador span.esquerda {
	background: url(../imagens/passar_esquerda.png) center no-repeat;
}
main #cases .direita .passador span.direita {
	background: url(../imagens/passar_direita.png) center no-repeat;
}
main #conheca {
	background: #0c0c0c;
	padding-top: 231px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	row-gap: 120px;
	overflow: hidden;
}
main #conheca .center {
	max-width: 1134px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
}
main #conheca .center .esquerda {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	padding-right: 80px;
}
main #conheca .center .esquerda h2.titulo-padrao {
	color: #ffffff;
}
main #conheca .center .esquerda a.bt-padrao {
	background: url(../imagens/flecha_bottom.png) center right 24px no-repeat;
	margin-top: auto;
}
main #conheca .center .direita {
	display: flex;
	flex-direction: column;
	row-gap: 39px;
	box-sizing: border-box;
}
main #conheca .center .direita p {
	font-family: 'hk_light';
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -1.08px;
	color: #ffffff;
	max-width: 524px;
}
main #conheca .center .direita p:last-child {
	max-width: 497px;
}
main #conheca ul {
	display: grid;
	grid-auto-columns: 1133px;
	grid-auto-flow: column;
	grid-template-rows: 721px;
	column-gap: 26px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
}
main #conheca ul li {
	display: flex;
	flex-direction: column;
	justify-content: safe flex-end;
	background: url(../imagens/fundo_inativo.png) center no-repeat;
	box-sizing: border-box;
	padding-left: 132px;
	padding-right: 289px;
	padding-bottom: 132px;
	border-radius: 35px;
	opacity: 0.4;
	transition: all ease 0.08s;
}
main #conheca ul li h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 10px;
	margin-left: -29px;
	font-family: 'hk_regular';
	font-size: 20px;
	letter-spacing: -0.9px;
	color: #ffffff;
}
main #conheca ul li h3 span.linha {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: rgba(255, 255, 255, 0.7);
}
main #conheca ul li h2 {
	font-family: 'hk_semibold';
	font-size: 48px;
	line-height: 53px;
	letter-spacing: -1.2px;
	color: #ffffff;
	margin-top: 9px;
}
main #conheca ul li p {
	font-family: 'hk_light';
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -0.9px;
	color: #ffffff;
	margin-top: 1px;
}
main #conheca ul li a.bt-padrao {
	color: #ffffff;
	background: url(../imagens/flecha.png) 88% center no-repeat;
	border-color: #ffffff; 
	margin-top: 38px;
}
main #conheca ul li a.bt-padrao:hover{
	background: url(../imagens/flecha.png) 91% center no-repeat;
}
main #conheca ul li.selected {
	opacity: 1;
	background: url(../imagens/fundo_normal.png) center no-repeat;
}
main #conheca div.container {
	position: relative;
}
main #conheca div.container a.bt-passar {
	position: absolute;
	transform: translateY(-50%);
	right: calc(28% - 21px);
	display: inline-block;
	width: 104px;
	height: 104px;
	text-indent: -9999px;
	background: url(../imagens/botao.png) center no-repeat;
}
main #conheca div.container a.bt-voltar {
	position: absolute;
	transform: translateY(-50%);
	left: 180px;
	display: inline-block;
	width: 104px;
	height: 104px;
	text-indent: -9999px;
	background: url(../imagens/botao_inv.png) center no-repeat;
}
main #clientes {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 21px;
}
main #clientes .center {
	max-width: 1456px;
}
main #clientes .center.top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	align-items: center;
}
main #clientes .center ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(80px, 134px));
	justify-content: space-between;
	column-gap: 25px;
	row-gap: 2px;
	box-sizing: border-box;
	padding-right: 41px;
}
main #clientes .center ul li {
	max-width: 134px;
}
main #clientes .center ul li img {
	opacity: 0.6;
}
main #clientes .center ul li img:hover {
	opacity: 1;
}
main #clientes .esquerda p {
	font-family: 'hk_light';
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.99px;
	color: #0c0c0c;
	max-width: 697px;
	margin-top: 21px;
} 
main #clientes .direita {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-right: 211px;
	box-sizing: border-box;
}
main #contatos {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
}
main #contatos .center {
	width: 1456px;
}
main #contatos article {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main #contatos .bento {
	background: #1b1b1b;
}
main #contatos .floripa {
	background: #141414;
}
main #contatos h2.titulo-padrao {
	color: #ffffff;
	letter-spacing: -1.425px;
	margin-bottom: -2px;
	font-family: 'hk_extrabold';
	font-size: 56px;
}
main #contatos article h3 a {
	font-family: 'hk_light';
	font-size: 36px;
	letter-spacing: -0.9px;
	color: #ffffff;
	text-decoration: underline;
}
main #contatos article h3 a:hover{
	color: #ffe500;
}
main #contatos article ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 25px;
	box-sizing: border-box;
	padding-right: 122px;
	margin-top: 71px;
}
main #contatos article ul h4 {
	font-family: 'hk_extrabold';
	font-size: 17px;
	line-height: 25px;
	color: #cccccc;
	text-transform: uppercase;
	margin-bottom: 4px;
}
main #contatos article ul a {
	font-family: 'hk_bold';
	font-size: 17px;
	line-height: 18px;
	letter-spacing: -0.085px;
	color: #fc8000;
	display: flex;
	flex-direction: row;
	column-gap: 4px;
	transition: all 0.12s ease-in;
}
main #contatos article ul a:hover{
	text-decoration: underline;
	color: #ffe500;
}
main #contatos article ul a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fc8000;
	position: relative;
	left: 3px;
	top: -2px;
	transition: all 0.12s ease-in;
}
main #contatos article ul a i.fa-whatsapp{
	background: url(../imagens/whatsapp_bottom.png) center bottom no-repeat;
	background-size: 20px auto;	
}
main #contatos article ul a:hover i.fa-whatsapp{
	background: url(../imagens/whatsapp_bottom.png) center top no-repeat;
	background-size: 20px auto;		
}
footer {
	background: #0c0c0c;
	padding-top: 17px;
	padding-bottom: 18px;
}
footer .center {
	max-width: 1456px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
footer .center h3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 157px;
	text-align: center;
	display: inline-block;
}
footer .center ul {
	display: flex;
	flex-direction: row;
	column-gap: 3px;
	position: relative;
	z-index: 999;
}
footer .center ul a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	transition: all 0.08s ease-in;
}
footer .center ul a.instagram {
	background: url(../imagens/instagram2.png) center top no-repeat;
	background-size: 25px 50px;
}
footer .center ul a.instagram:hover {
	background: url(../imagens/instagram2.png) center bottom no-repeat;
	background-size: 25px 50px;
}
footer .center ul a.facebook {
	background: url(../imagens/facebook2.png) center top no-repeat;
	background-size: 25px 50px;
}
footer .center ul a.facebook:hover {
	background: url(../imagens/facebook2.png) center bottom no-repeat;
	background-size: 25px 50px;
}
footer .center ul a.linkedin {
	background: url(../imagens/linkedin.png) center top no-repeat;
	background-size: 25px 50px
}
footer .center ul a.linkedin:hover {
	background: url(../imagens/linkedin.png) center bottom no-repeat;
	background-size: 25px 50px
}
footer h3,
footer .center > a {
	font-family: 'hk_light';
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #ffffff;
	position: relative;
	z-index: 99;
}
footer .center > a {
	text-decoration: underline;
}
/*######################## SOBRE #########################*/
#pag-sobre main #sobre {
	min-height: unset;
	height: 535px;
	background: url(../imagens/fundo_sobre.png) center no-repeat;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 45px;
}
#pag-sobre main #sobre .center {
	margin-top: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	align-items: center;
}
#pag-sobre main #sobre .center h2 {
	font-family: 'hk_semibold';
	font-size: 82px;
	line-height: 82px;
	letter-spacing: -2.05px;
	color: #ffffff;
}
#pag-sobre main #sobre .center .direita {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	column-gap: 25px;
	align-items: center;
	box-sizing: border-box;
	padding-right: 27px;
}
#pag-sobre main #sobre .center .direita p {
	font-family: 'hk_regular';
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.8px;
	color: #ffffff;
	max-width: 495px;
}
#pag-sobre main #sobre .center .direita a.bt-padrao {
	background: url(../imagens/flecha_bottom.png) center right 24px no-repeat;
}
main #institucional_01 {
	display: flex;
	padding: 45px 0;
	min-height: calc(100vh - 171px);
}
main #institucional_01 .center {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
main #institucional_01 .center h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
main #institucional_01 .center h3.com_seta {
	background: url(../imagens/seta_down.png) center right no-repeat;
	padding-right: 30px;
}
main #institucional_01 .center h3 span {
	font-family: 'hk_light';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.35px;
	color: #161616;
}
main #institucional_01 .center p {
	font-family: 'hk_light';
	font-size: 38px;
	line-height: 52px;
	letter-spacing: -0.95px;
	color: #161616;
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
main #institucional_01 .center p b {
	font-family: 'hk_bold';
}
main #institucional_02 {
	display: flex;
	background: url(../imagens/bg-grid.jpg) center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;	
}
main #institucional_02 .center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main #institucional_02 .center h2 {
	font-family: 'hk_semibold';
	font-size: 82px;
	line-height: 82px;
	letter-spacing: -2.05px;
	color: #ffffff;
}
main #institucional_02 .center ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 25px;
	margin-top: 45px;
}
main #institucional_02 .center ul li {
	grid-column: span 2;
}
main #institucional_02 .center ul li p {
	font-family: 'hk_light';
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -1.08px;
	color: #ffffff;
	max-width: 526.77px;
}
/*######################## SOBRE #########################*/ 
#pag-solucoes main {
	padding-top: 207px;
	background: url(../imagens/nuvens.png) center top no-repeat;
}
main #solucoes {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	position: relative;
	z-index: 2;
}
main #solucoes nav {
	width: 100%;
	max-width: 1710px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 5px;
	align-items: last baseline;
	margin-bottom: 15px;
}
main #solucoes h2.bt_abrir_solucoes {
	display: none;
}
main #solucoes nav a {
	display: inline-block;
	font-family: 'hk_extrabold';
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	background: url(../imagens/seta_nav.png) -10px center no-repeat;
	padding-left: 35px;
	display: inline-block;
	transition: all 0.08s ease-in;
}
main #solucoes nav a:hover {
	color: #161616;
	background: url(../imagens/seta_nav_black.png) -7px center no-repeat;
}
main #solucoes nav a.selected {
	color: #161616;
	text-decoration: underline;
	background: url(../imagens/seta_nav_black.png) -10px center no-repeat;
}
main #solucoes .black_box {
	background: #0c0c0c;
	border-radius: 10px 10px 0 0;
	padding-top: 119px;
	padding-bottom: 251px;
}
main #solucoes .black_box article.abertura h2 {
	font-family: 'hk_light';
	font-size: 92px;
	line-height: 95px;
	letter-spacing: -4.14px;
	color: #ffffff;
	max-width: 788px;
}
main #solucoes .black_box article.abertura h3 {
	font-family: 'hk_light';
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.9px;
	color: #ffffff;
	background: url(../imagens/seta_comprida.png) center left no-repeat;
	padding-left: 160px;
	margin-top: 53px;
}
main #solucoes .black_box article.abertura p {
	font-family: 'hk_light';
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1.08px;
	color: #979797;
	max-width: 427px;
	margin-top: 60px;
}
main #solucoes .black_box article.solucao .top {
	width: 100%;
	padding: 0 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #3a3a3e;
	margin-top: 152px;
	padding-bottom: 32px;
}
main #solucoes .black_box article.solucao .top div.esquerda {
	display: flex;
	flex-direction: row;
	column-gap: 27px;
	align-items: baseline;
}
span.marca_pagina {
	font-family: 'hk_regular';
	font-size: 18px;
	letter-spacing: -0.81px;
	color: #f95900;
	display: inline-block;
	margin-bottom: 2px;
}
main #solucoes .black_box article.solucao .top h2 {
	font-family: 'hk_bold';
	font-size: 36px;
	letter-spacing: -1.62px;
	color: #ffffff;
}
main #solucoes .black_box article.solucao .top .bt-padrao {
	width: unset;
	padding-left: 25px;
	padding-right: 88px;
	background: url(../imagens/seta_down2.png) center right 25px no-repeat;
}
main #solucoes .case_box article.texto_case .direita a.bt-padrao {
	width: unset;
	padding-left: 25px;
	padding-right: 88px;
}
main #solucoes p {
	font-family: hk_light;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -1.08px;
	color: #979797;
	display: flex;
	flex-direction: column;
	row-gap: 51px;
	max-width: 1080px;
}
main #solucoes p.principal {
	font-family: hk_light;
	font-size: 56px;
	line-height: 56px;
	letter-spacing: -2.42px;
	color: #ffffff;
	max-width: 951px;
	margin-bottom: 45px;
}
main #solucoes .black_box .center {
	width: 100%;
	max-width: 1456px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 157px;
	padding-right: 165px;
}
main #solucoes .black_box article.solucao .center {
	display: flex;
	flex-direction: column;
	padding-top: 101px;
}
main #solucoes .case_box {
	width: calc(100% - 60px);
	margin-left: auto;
	background: #f7f7f7;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	margin-top: -101px;
	padding-bottom: 81px;
}
main #solucoes .case_box .top {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	column-gap: 28px;
	border-bottom: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding-left: 39px;
	padding-bottom: 25px;
	padding-top: 32px;
}
main #solucoes .case_box .top h2 {
	font-family: 'hk_bold';
	font-size: 36px;
	letter-spacing: -1.62px;
	color: #161616;
}
main #solucoes .case_box .center {
	max-width: 1456px;
}
main #solucoes .case_box .center article.texto_case {
	box-sizing: border-box;
	padding-left: 157px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding-top: 94px;
	margin-bottom: 70px;
}
main #solucoes .case_box article.texto_case .esquerda {
	width: 65.51%;
}
main #solucoes .case_box article.texto_case .direita {
	width: 34.49%;
	display: flex;
}
main #solucoes .case_box article.texto_case .direita a.bt-padrao {
	margin-left: auto;
	padding-left: 25px;
	background: url(../imagens/seta_down2.png) center right 25px no-repeat;
}
main #solucoes .case_box article.texto_case p.principal {
	color: #161616;
}
main #solucoes .case_box ul.listagem_cases {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 32px;
	row-gap: 34px;
	grid-auto-columns: unset;
	grid-auto-flow: unset;
	justify-content: space-between;
}
main #solucoes .case_box ul.listagem_cases li {
	margin-right: 0;
}
main #solucoes .case_box ul.listagem_cases li a {
	padding-top: 79px;
}
main #solucoes .case_box ul.listagem_cases li img {
	max-height: 435px;
	margin-left: 28px;
	margin-bottom: -8px;
}
#cases.rolagem_horizontal ul.listagem_cases li {
	max-width: 550px;
}
#cases.rolagem_horizontal ul.listagem_cases li img {
	height: 536px;
	min-width: 857px;
}
#cases.rolagem_horizontal ul.listagem_cases li:hover img{
	margin-left: -45px;
}
main #solucoes .case_box ul.listagem_cases article {
	background: #ffffff;
}
#pag-solucoes main #quemsomos {
	margin-top: -81px;
	position: relative;
	z-index: 1;
}
/*######################## CASE ABERTO #########################*/
main #banner_case {
	width: 100%;
	height: 535px;
	position: relative;
	overflow: hidden;
	min-height: unset;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	z-index: 1;
}
main #banner_case img.fundo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
main #banner_case .center {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	align-items: last baseline;
}
main #banner_case .esquerda h2 {
	font-family: 'hk_semibold';
	font-size: 56px;
	line-height: 82px;
	letter-spacing: -1.4px;
	color: #0c0c0c;
}
main #banner_case .esquerda h3 {
	font-family: 'hk_light';
	font-size: 17px;
	line-height: 22px;
	color: #161616;
}
main #banner_case .esquerda h4 {
	font-family: 'hk_extrabold';
	font-size: 18px;
	letter-spacing: -0.81px;
	color: #161616;
	text-transform: uppercase;
	margin-bottom: 5px;
}
main #banner_case .esquerda ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	margin-top: 17px;
}
main #banner_case .direita {
	display: flex;
}
main #banner_case .direita a.bt-padrao {
	width: unset;
	padding-right: 64px;
	border-color: #ffffff;
	color: #ffffff;
	background: url(../imagens/seta_branca.png) 92% center no-repeat; 
	padding-left: 28px;
	margin-left: auto;
}
main #banner_case .direita a.bt-padrao:hover{
	background: url(../imagens/seta_curta_black.png) 94% center no-repeat; 
	color: #161616;
	border: 2px solid #161616;
}
main #case_completo {
	margin-top: -131px;
	background: linear-gradient(to bottom, transparent 577px, #f2f2f2 577px);
}
main #case_completo > section {
	min-height: unset;
}
main #case_completo .site_aberto {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
main #case_completo .site_aberto .mask_img {
	width: 100%;
	position: relative;
	padding-top: 62.23%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
main #case_completo .site_aberto .mask_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
main #case_completo .detalhes {
	margin-top: 171px;
}
main #case_completo .detalhes .center {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
}
main #case_completo .detalhes .esquerda {
	padding-top: 4px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
main #case_completo .detalhes .esquerda article {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 121px;
}
main #case_completo .detalhes .esquerda article h4 {
	font-family: 'hk_regular';
	font-size: 24px;
	letter-spacing: -1.08px;
	color: #161616;
	margin-bottom: 6px;
}
main #case_completo a.bt-padrao {
	width: unset;
	padding-right: 64px;
	padding-left: 28px;
	background: url(../imagens/seta_curta.png) 92% center no-repeat;
}
main #case_completo a.bt-padrao:hover{
	background: url(../imagens/seta_curta.png) 94% center no-repeat;	
}
main #case_completo .detalhes .direita p {
	font-family: 'hk_light';
	font-size: 44px;
	line-height: 52px;
	letter-spacing: -1.98px;
	color: #161616;
	margin-bottom: 58px;
}
main #case_completo .detalhes .direita a.bt-padrao {
	display: none;
}
main #case_completo .detalhes .direita table{
	border: none;
}
main #case_completo .detalhes .direita table tr td{
	font-family: 'hk_bold';
	font-size: 20px;
	color: #161616;	
	border-top: 1px solid #b1b1b1;
	padding-top: 21px;
	padding-bottom: 19px;
}
main #case_completo .detalhes .direita table tr td:nth-child(2){
	grid-column: span 2;
	font-family: hk_regular;
}
main #case_completo .detalhes .direita table tr:last-child td{
	border-bottom: 1px solid #b1b1b1;
}
main #case_completo .detalhes .direita ul li {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 19px;
	border-top: 1px solid #b1b1b1;
	padding-top: 22px;
	padding-bottom: 24px;
}
main #case_completo .detalhes .direita ul li:last-child {
	border-bottom: 1px solid #b1b1b1;
}
main #case_completo .detalhes .direita ul li h4,
main #case_completo .detalhes .direita ul li h3 {
	font-family: 'hk_bold';
	font-size: 20px;
	color: #161616;
}
main #case_completo .detalhes .direita ul li h3 {
	grid-column: span 2;
	font-family: hk_regular;
}
main #case_completo .desktop {
	background: #b1b1b1;
	padding-top: 49px;
	padding-bottom: 45px;
	margin-top: 183px;
}
main #case_completo .desktop .center {
	max-width: 1456px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
main #case_completo .desktop .mask_img {
	width: 100%;
	padding-top: 62.16%;
	position: relative;
	overflow: hidden;
}
main #case_completo .desktop .mask_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
main #case_completo .desktop h2 {
	font-family: 'hk_bold';
	font-size: 44px;
	color: #ffffff;
	margin-bottom: 36px;
}
main #case_completo .desktop a.bt-padrao {
	background: url(../imagens/seta_branca.png) center right 19px no-repeat; 
	border-color: #ffffff;
	color: #ffffff;
	margin-top: 45px;
}
main #case_completo .desktop a.bt-padrao:hover{
	background: url(../imagens/seta_curta_black.png) 94% center no-repeat; 
	color: #161616;
	border: 2px solid #161616;
}
main #case_completo .mobile {
	padding-top: 50px;
	padding-bottom: 40px;
}
main #case_completo .mobile  .center {
	max-width: 1456px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
main #case_completo .mobile h2{
	font-family: 'hk_bold';
	font-size: 44px;
	color: #424242;
}
main #case_completo .mobile ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 32px;
	width: 100%;
	margin-top: 34px;
	margin-bottom: 51px;
}
main #case_completo .mobile ul div.mask_img {
	width: 100%;
	position: relative;
	padding-top: 214.70%;
	overflow: hidden;
}
main #case_completo .mobile ul div.mask_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
main #case_completo .mockup {
	width: 100%;
}
main #case_completo .mockup .mask_img {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
main #case_completo .mockup .mask_img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*######################## CASES #########################*/
main #banner_cases {
	width: 100%;
	height: 535px;
	min-height: unset;
}
main #banner_cases img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#pag-cases main #solucoes {
	padding-right: 0;
	margin-top: -328px;
}
#pag-cases main #solucoes nav {
	margin-bottom: 16px;
}
#pag-cases main #solucoes nav a {
	padding-left: 0;
	background: url(../imagens/seta_branca.png) left center no-repeat;
	padding-left: 35px;
}
#pag-cases main #solucoes nav a.selected {
	padding-left: 0;
	background: none;
	color: #f95900;
	background: url(../imagens/seta_curta.png) left center no-repeat;
	padding-left: 35px;
}
#pag-cases main #solucoes nav a:hover {
	padding-left: 0;
	background: none;
	color: #f95900;
	background: url(../imagens/seta_curta.png) 4px center no-repeat;
	padding-left: 35px;
	text-decoration: underline;
}
#pag-cases main #solucoes .case_box {
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
}
#pag-cases main #solucoes .case_box .center article.texto_case {
	padding-top: 54px;
}
#pag-cases main #quemsomos {
	margin-top: -121px;
	padding-top: 117px;
}
/*######################## MENU #########################*/
#menu_mobile {
	background: #ffffff url(../imagens/marca_menu.png) bottom 40px right 30px no-repeat;
	width: 100%;
	min-height: 1vh;
	max-width: 779px;
	box-shadow: 10px -10px 16px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
/*	padding-top: 194px;*/
	padding-top: 100px;
	padding-bottom: 40px;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	box-sizing: border-box;
	left: -100%;
    transition: all 0.25s ease-in;
	z-index: 9999;
	opacity: 0.5;	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#menu_mobile.menu_mobile_aberto{
	left: 0;
	opacity: 1;
}
#menu_mobile ul.opcoes {
	display: flex;
	flex-direction: column;
	row-gap: 19px;
}
#menu_mobile ul.opcoes li{
	display: block;
}
#menu_mobile ul.opcoes h2 a {
	font-family: 'hk_semibold';
	font-size: 42px;
	letter-spacing: -1.05px;
	color: #0c0c0c;
}
#menu_mobile ul.opcoes h3 {
	font-family: 'hk_light';
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.5px;
	color: #0c0c0c;
	margin-top: -7px;
}
#menu_mobile ol.contatos {
	margin-top: 62px;
/*	margin-bottom: 201px;*/
	margin-bottom: 62px;
	display: flex;
	flex-direction: column;
	row-gap: 10px
}
#menu_mobile ol.contatos h4 {
	font-family: 'hk_regular';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #0c0c0c;
}
#menu_mobile ol.contatos a {
	font-family: 'hk_semibold';
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.9px;
	color: #f95900;
}
#menu_mobile ol.contatos a i {
	display: inline-block;
	font-size: 22px;
	margin-bottom: 1px;
	margin-left: 6px;
}
#menu_mobile article.sociais {
	display: flex;
	flex-direction: row;
	column-gap: 66px;
	margin-top: auto;
}
#menu_mobile article.sociais a {
	font-family: hk_regular;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.81px;
	color: #f95900;
	text-transform: capitalize;
	padding-left: 29px;
}
#menu_mobile article.sociais a.instagram {
	background: url(../imagens/instagram3.png) center left no-repeat;
}
#menu_mobile article.sociais a.facebook {
	background: url(../imagens/facebook3.png) center left no-repeat;
}
#menu_mobile a.bt_fechar {
	display: inline-block;
	width: 27px;
	height: 26px;
	text-indent: -9999px;
	background: url(../imagens/bt_fechar.png) center no-repeat;
	position: absolute;
	top: 27px;
	left: 36px;
}
.bt_flutuante_atendimento{
	display: block;
	width: 62px;
	height: 62px;
	text-indent: -20000px;
	display: inline-block;
	float: left;
	background: url(../imagens/bt_atendimento.png) left top no-repeat;
	background-size: 62px 62px;
	position: fixed;
	right: 37px;
	bottom: 35px;
	z-index: 99;
}


















main #blog {
	background-color: #ededed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 46px;
	padding-top: 40px;
	padding-bottom: 55px;
}
main #blog .center {
	max-width: 1456px;
}
main #blog .center.top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	align-items: flex-end;
}
main #blog .esquerda p {
	font-family: 'hk_light';
	font-size: 22px;
	line-height: 34px;
	letter-spacing: -0.99px;
	color: #0c0c0c;
	max-width: 869px;
	margin-top: 21px;
} 
main #blog .direita {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	box-sizing: border-box;
}
#blog .bt-padrao {
    font-family: 'hk_regular';
	color: #0c0c0c;
	border: 1.69pt solid #0c0c0c;
	width: 246px;
	background: url(../imagens/flecha_preta.png) 88% center no-repeat;
}
#blog ul {
	display: grid;
	grid-template-columns: 869px 1fr;
	gap: 18px;
}
#blog ul .destaque {
	grid-row-start: 1;
	grid-row-end: 3;
}
#blog ul li {
	background-color: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	min-height: 341px;
}
#blog .destaque {
	min-height: 700px;
}
#blog .mask_img {
	background-color: orange;
	width: 100%;
	height: 205px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;	
}
#blog .mask_img.pequena img{
	display: inline-block;
	width: 100%;
}
#blog .destaque .mask_img {
	height: 341px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#blog .destaque .mask_img img{
	display: inline-block;
	width: 100%;
}
#blog .top {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
#blog .destaque .top {
	flex-direction: row;
	justify-content: space-between;
	column-gap: 20px;
}
#blog ul article {
	padding: 30px;
}
#blog ul h2 {
    font-family: 'hk_semibold';
	font-size: 26px;
	line-height: 28px;
	letter-spacing: -0.65px;
	color: #0c0c0c;
}
#blog ul .data {
    font-family: 'hk_light';
	font-size: 16px;
	letter-spacing: -0.72px;
	color: #0c0c0c;
	text-transform: uppercase;
}
#blog ul p {
    font-family: 'hk_light';
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.81px;
	color: #0c0c0c;
	max-width: 670px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
#blog ul p:not(#blog ul .destaque p) {
	display: none;
}
#blog .ver_mais {
	background-color: #0c0c0c;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 40px;
	border-radius: 20px;
    font-family: 'hk_regular';
	font-size: 15px;
	letter-spacing: -0.075px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 35px;
}
#blog .ver_mais:not(#blog .destaque .ver_mais) {
	display: none;
}