/********************** Start Banner **********************/
.at-banner-sobre{
	padding: 15rem 0 10rem 0;
	color: #fff;
}
.at-banner-sobre header .at-title01{
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 15px;
}
.at-banner-sobre header h2{
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.at-banner-sobre header p{
	color: #fff;
}
.at-banner-sobre .at-btn-main{
	max-width: 300px;
}
@media screen and (max-width: 576px) {

	.at-banner-sobre{
		padding: 17rem 0 10rem 0 !important;
	}
}
/********************** End Banner **********************/

/********************** Start Plataforma **********************/
.at-acesso-plataforma{
	padding-top: 50px;
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
}
.at-acesso-plataforma .row{
	align-items: center;
}
.at-acesso-plataforma::after{
	content: "";
	width: 100%;
	max-width: 400px;
	height: 100%;
	background-color: var(--color-primary);
	background-image: url(../img/bg-textura.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.at-acesso-plataforma::before{
	content: "";
	background-image: url(../img/lines_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 150%;
	position: absolute;
	top: -150px;
	left: -50%;
	z-index: 2;
}
.at-acesso-plataforma_img{
	position: relative;
	z-index: 5;
}
.at-acesso-plataforma_info{
	padding: 50px 0 50px 100px;
}
.at-acesso-plataforma_info .at-title01{
	max-width: 430px;
	font-size: 30px;
	color: #2B2B2B;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
}
.at-acesso-plataforma_info p{
	margin-bottom: 45px;
	display: block;
	font-size: 18px;
}
/* Estilos para dispositivos com largura entre 769px e 992px */
/* Estilos específicos para tablets e dispositivos com telas maiores */
@media screen and (max-width: 999px) {
	.at-acesso-plataforma_img{
		position: relative;
		margin-bottom: -90px;
	}
	.at-acesso-plataforma_info{
		padding-left: 50px;
	}
}

/* Estilos para dispositivos com largura entre 577px e 768px */
/* Estilos específicos para tablets e dispositivos com telas um pouco maiores */
@media screen and (min-width: 577px) and (max-width: 768px) {

	.at-acesso-plataforma {
		text-align: center;
	}
	.at-acesso-plataforma::before{
		width: 100%;
		height: 100%;
		bottom: 0%;
		left: 0%;
		opacity: .6;
	}
	.at-acesso-plataforma .row{
		flex-direction: column-reverse;
	}
	
	.at-acesso-plataforma::after{
		display: none;
	}
	.at-acesso-plataforma_img figure{
		display: none;
	}
	.at-acesso-plataforma_info .at-title01 {
		margin: auto;
		margin-bottom: 25px;
	}
	.at-acesso-plataforma_info {
		padding-left: 0px;
	}

}
/* Estilos para dispositivos com até 576px de largura */
 /* Estilos específicos para dispositivos móveis */
 @media screen and (max-width: 576px) {
	.at-acesso-plataforma {
		text-align: center;
		padding: 50px 0;
	}
	.at-acesso-plataforma::before{
		width: 100%;
		height: 100%;
		bottom: 0%;
		left: 0%;
		opacity: .6;
	}
	
	.at-acesso-plataforma .row{
		flex-direction: column-reverse;
	}
	
	.at-acesso-plataforma::after{
		display: none;
	}
	.at-acesso-plataforma_img figure{
		display: none;
	}
	.at-acesso-plataforma_info .at-title01 {
		margin: auto;
		margin-bottom: 25px;
	}
	.at-acesso-plataforma_info {
		padding: 30px 0 30px 100px;
		padding-left: 0px;
	}
}
/********************** End Plataforma **********************/

/********************** Start Logo **********************/
.at-logos-sobre{
	padding: 80px 0;
}
.title-logos-sobre{
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-top: 10px;
	color: #2B2B2B;
}
.at-logos-sobre-img img{
	max-height: 60px;
}
/********************** End Logo **********************/

/********************** Start Video **********************/
.at-sobre-video{
	padding: 100px 0;
}
.at-sobre-video .at-title01{
	max-width: 370px;
	font-size: 30px;
	color: #2B2B2B;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin: auto;
	margin-bottom: 25px;
}
.at-sobre-video iframe{
	width: 100%;
	height: 100%;
	min-height: 450px;
}
.at-sobre-video .content-text-video p{
	color: #2B2B2B;
	font-size: 18px;
	letter-spacing: .075em;
	line-height: 1.45;
}
/*********************** End Video ***********************/

/*********************** Start Sobre ***********************/
.at-sobre-main{
	position: relative;
	overflow: hidden;
}
.at-sobre-main::before{
	content: "";
	background-image: url(../img/lines_bg.png);
	background-repeat: repeat;
	background-position: center;
	width: 175%;
	height: 150%;
	position: absolute;
	top: -150px;
	left: 5%;
	z-index: -1;
}
.at-sobre-main .row{
	align-items: center;
	margin: 0 !important;
}   
.at-sobre-main .row>div{
	padding: 0 !important;
}
.at-sobre-main_box .at-title01{
	color: var(--color-primary);
	max-width: 400px;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
}
.at-sobre-main_box .at-btn-main{
	max-width: 250px;
	margin-top: 80px;
}
.at-sobre-main_box{
	width: 100%;
	position: relative; 
	background-color: #fff;
	display: flex;
	z-index: 99;
	padding: 50px 40px 50px 40px !important;
	margin: 120px 0;
	justify-content: center;
}
.at-sobre-main_estatisticas{
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 60px;
	text-align: center;
	border-right: 1px solid #424242;
	padding-right: 50px;
	margin-right: 60px;
}
.at-estatisticas_box{
	display: flex;
	flex-direction: column;
	row-gap: 0;
}
.at-estatisticas_box span{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.075em;
	font-weight: 400;
}
.at-estatisticas_box .at-valor span{
	font-size: 42px;
	color: #2B2B2B;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}
.at-sobre-main_box_right{
	width: 58%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.at-sobre-main_box p{
	font-size: 18px;
	margin: 0 !important;
}
.at-sobre-main_img {
	/* position: absolute;
	top: 0;
	bottom: 0;
	right: 0;*/
}
.at-sobre-main_img figure {
	height: 100%;
}
.at-sobre-main_img figure img{
	width: 100%;
	height: 100%;
}
/* Estilos para dispositivos com largura entre 993px e 1200px */
/* Estilos específicos para desktops e dispositivos com telas maiores */
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.at-sobre-main_box{
		width: auto;
		margin: 80px 20px !important;
		padding: 50px 40px!important;
	}
}
/* Estilos para dispositivos com largura entre 769px e 992px */
/* Estilos específicos para tablets e dispositivos com telas maiores */
@media screen and (max-width: 999px) {
	
	.at-sobre-main_box{
		width: auto;
		margin: 80px 20px !important;
		padding: 50px 40px!important;
	}
	.at-estatisticas_box .at-valor span{
		font-size: 30px;
	}
	
}
/* Estilos para dispositivos com largura entre 577px e 768px */
/* Estilos específicos para tablets e dispositivos com telas um pouco maiores */
@media screen and (min-width: 577px) and (max-width: 768px) {
	.at-sobre-main_box {
		width: auto;
		flex-direction: column-reverse;
		padding: 50px 30px !important;
		margin: 80px 10px !important;
		text-align: center;
	}
	.at-sobre-main_estatisticas{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		row-gap: 30px;
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
		margin-top: 30px;
	}
	.at-sobre-main_box_right{
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.at-estatisticas_box .at-valor span{
		font-size: var(--font-size-title-7);
	}
	.at-sobre-main_box .at-title01{
		max-width: 100%;
	}
	.at-sobre-main_box .at-btn-main{
		max-width: 100%;
		margin-top: 30px;
	}  
}
/* Estilos para dispositivos com até 576px de largura */
 /* Estilos específicos para dispositivos móveis */
 @media screen and (max-width: 576px) {
	.at-sobre-main_box {
		width: auto;
		flex-direction: column-reverse;
		padding: 50px 30px !important;
		margin: 80px 10px !important;
		text-align: center;
	}
	.at-sobre-main_estatisticas{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		row-gap: 30px;
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
		margin-top: 30px;
	}
	.at-sobre-main_box_right{
		width: 100%;
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}
	.at-estatisticas_box .at-valor span{
		font-size: 30px;
	}
	.at-sobre-main_box .at-title01{
		max-width: 100%;
	}
	.at-sobre-main_box .at-btn-main{
		max-width: 100%;
		margin: auto;
		margin-top: 30px;
	}
}
/*********************** End Sobre ***********************/

/*********************** Start Consultaria ***********************/
.at-consultoria .row{
	align-items: center;
	margin: 0 !important;
}
.at-consultoria .row>div{
	padding: 0 !important;
}
.at-consultoria .row:nth-child(even){
	flex-direction: row-reverse;
}
.at-consultoria>div{
	background-color: var(--bg-color-gray);
}
.at-consultoria_box{
	padding: 30px 80px 30px 100px !important;
}
.at-consultoria_box .at-title01{
	color: #2B2B2B;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.at-consultoria_box .at-btn-main{
	margin-top: 20px;
	max-width: 270px;
}
.at-consultoria_img figure{
	box-shadow: 0px 24px 45px 0px #00000026;
}
.at-consultoria_img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.at-consultoria_img video,
.at-consultoria_img figure {
	width: 110%;
	height: 100%;
	object-fit: cover;
}
/* Estilos para dispositivos com largura entre 993px e 1200px */
/* Estilos específicos para desktops e dispositivos com telas maiores */
@media screen and (min-width: 1200px) and (max-width: 1380px) {
	.at-consultoria_img video,
	.at-consultoria_img figure {
		width: 130%;
	}
}
/* Estilos para dispositivos com largura entre 993px e 1200px */
/* Estilos específicos para desktops e dispositivos com telas maiores */
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.at-consultoria_img video,
	.at-consultoria_img figure {
		width: 120%;
	}
	.at-consultoria_box {
		padding: 0px 20px !important;
	}
}

/* Estilos para dispositivos com largura entre 769px e 992px */
/* Estilos específicos para tablets e dispositivos com telas maiores */
@media screen and (max-width: 999px) {

	.at-consultoria .row {
		flex-direction: column-reverse;
	}
	.at-consultoria .row:nth-child(even){
		flex-direction: column-reverse;
	}
	.at-consultoria_box {
		padding: 50px 20px !important;
		text-align: center;
	}
	.at-consultoria_box .at-title01 {
		margin: auto;
		margin-bottom: 20px;
	}
	.at-consultoria_box .at-btn-main {
		margin: auto;
		margin-top: 25px;
	}

}

/* Estilos para dispositivos com largura entre 577px e 768px */

/* Estilos específicos para tablets e dispositivos com telas um pouco maiores */
@media screen and (min-width: 577px) and (max-width: 768px) {

	.at-consultoria .row {
		flex-direction: column-reverse;
	}
	.at-consultoria .row:nth-child(even){
		flex-direction: column-reverse;
	}
	.at-consultoria_box {
		padding: 60px 40px !important;
	}
	.at-consultoria_box .at-btn-main {
		margin: auto;
		margin-top: 25px;
	}
}

/* Estilos para dispositivos com até 576px de largura */
 /* Estilos específicos para dispositivos móveis */
 @media screen and (max-width: 576px) {

	.at-consultoria .row {
		flex-direction: column-reverse;
	}
	.at-consultoria .row:nth-child(even){
		flex-direction: column-reverse;
	}
	.at-consultoria_box {
		padding: 50px 20px !important;
		text-align: center;
	}
	.at-consultoria_box .at-title01 {
		margin: auto;
		margin-bottom: 20px;
	}
	.at-consultoria_box .at-btn-main {
		margin: auto;
		margin-top: 25px;
	}

}
/*********************** End Consultaria ***********************/

/*********************** Start Vantagens **********************/
.at-vantagens{
	padding: 90px 0;
}
.at-vantagens .at-title01 {
	color: #fff;
	max-width: 550px;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
}
.at-vantagens_list{
	margin-top: 90px;
	padding-top: 90px;
	border-top: 1px solid rgba(193, 193, 193, .60);
}
.at-vantagens_item figure img{
	height: 40px;
	margin: 0 auto;
}
.at-vantagens_item div{
	margin: 30px auto 0;
	max-width: 214px;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
}
.at-vantagens_item div p{
	color: inherit;
	font-weight: 300;
	font-size: inherit;
}
/*********************** End Vantagens ***********************/

/*********************** Start Temas ***********************/
.at-temas{
	padding: 110px 0 0;
}
.at-temas header {
	text-align: center;
}
.at-temas header .at-title01{
	max-width: none;
	color: #2B2B2B;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.at-temas .at-control{
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: .5rem;
}
.at-temas .at-control::-webkit-scrollbar {
	width: 2px;
	height: 4px;
	background-color: #cecece;
}
.at-temas .at-control-btn{
	cursor: pointer;
	padding: 15px 20px;
	font-size: 16px;
	color: #2B2B2B;
	font-weight: 500;
	text-transform: uppercase;
	border: 1.5px solid #2B2B2B;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	gap: 5px;
	letter-spacing: 0.075em;
	background-color: transparent;
}
.at-temas .at-control-btn:hover {
	color: #fff;
	background-color: var(--color-primary);
	border: 1.5px solid var(--color-primary);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.at-temas_box {
	position: relative;
	overflow: hidden;
}
.at-temas_box img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	filter: grayscale(100%);
	transition: filter 0.3s ease; /* Adiciona uma transição suave */
}
.at-temas_box img:hover {
	filter: grayscale(0%);
}
.at-temas_box figcaption{
	position: absolute;
	width: 100%;    
	left: 0px;
	bottom: 0px;
	transform: translateY(100%);
	transition: all .35s ease;
}
.at-temas_box:hover figcaption{
	transform: translateY(0%);
}
.at-temas_box a{
	color: var(--color-details-primary);
	font-size: var(--font-size-button);
	text-transform: uppercase;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight: 500;
	width: 100%;
	display: block;
	padding: 15px 20px;
	background-color: var(--color-secondary);
}
.at-temas .grid > div{
	padding: 0 !important;
	margin: 0 !important;
}
/* Estilos para dispositivos com largura entre 769px e 992px */
/* Estilos específicos para tablets e dispositivos com telas maiores */
@media screen and (max-width: 769px) {
	.at-temas .at-control{
		overflow-y: scroll;
		justify-content: start;
	}

}
/* Estilos para dispositivos com até 576px de largura */
 /* Estilos específicos para dispositivos móveis */
 @media screen and (max-width: 576px) {
	.at-temas{
		padding: 80px 0 0;
		text-align: center;
	}

}
/*********************** End Temas ***********************/

/*********************** Start Cta Form ***********************/
.at-cta-form{
	padding: 118px 0;
	background-color: var(--color-primary);
	position: relative;
	overflow: hidden;
	background-image: url(../img/bg-cta.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.at-cta-form .at-title01{
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
}
.at-cta-form .row{
	align-items: end;
}
.at-cta-form_box form>div{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.at-cta-form_box form>div:last-child{
	width: auto;
}
.at-cta-form_box form{
	width: 100%;
	display: flex;
	align-items: end;
	gap: 20px;
	position: relative;
}
.at-cta-form_box form label{
	font-size: 10.5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 15px;
}
.at-cta-form_box form input{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 17.5px 0;
	font-size: 12px;
	letter-spacing: 0.075em;
	font-weight: 400;
	border-radius: 0;
}
/* Estilos para dispositivos com largura entre 577px e 768px */
/* Estilos específicos para tablets e dispositivos com telas um pouco maiores */
@media screen and (min-width: 577px) and (max-width: 768px) {

	.at-cta-form_box form {
		margin-top: 30px;
	}
}

/* Estilos para dispositivos com até 576px de largura */
/* Estilos específicos para dispositivos móveis */
@media screen and (max-width: 576px) {
	.at-cta-form {
		padding: 50px 0;
	}
	.at-cta-form_box form {
		flex-direction: column;
		align-items: end;
		margin-top: 30px;
	}
	.at-cta-form_box form>div:last-child{
		width: 100%;
	}
	.at-cta-form_box form button {
		width: 100%;
	}
}
/*********************** End Cta Form ***********************/

/*********************** Start Video texto ***********************/
.at-video-texto{
	padding: 100px 0;
	background-color: #f5f5f5;
}
.at-video-texto .at-title01{
	color: #2B2B2B;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.at-video-texto-iframe{
	width: 100%;
}
.at-video-texto-iframe iframe{
	width: 100%;
	height: 100%;
	min-height: 320px;
}
/*********************** End Video texto ***********************/

/*********************** Start Avaliaçao ***********************/
.at-avaliacao{
	padding: 115px 0;
}
.at-avaliacao header span{
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1;
}
.at-avaliacao header .title01{
	color: #2B2B2B;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
/*********************** End Avaliaçao ***********************/

/*********************** Start Cta Bg ***********************/
.at-cta-bg{
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.at-cta-bg header .at-title01{
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
/*********************** End Cta Bg ***********************/

/*********************** Start Localização ***********************/
.at-localizacao .row > div{
	margin: 0 !important;
	padding: 0 !important;
}
.at-localizacao .iframe-map iframe{
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.at-localizacao header .title01{
	color: #2B2B2B;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}
.at-localizacao form input,
.at-localizacao form textarea{
	width: 100%;
	border-radius: 4px;
	border: 1px solid #424242;
	padding: .8rem;
	margin-bottom: .6rem;
}
/*********************** Start Localização ***********************/

/*********************** Start Contatos ***********************/
.sobre-contatos{
	position: relative;
}
.sobre-contatos::after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-primary);
	z-index: -1;
}
.sobre-contatos::before{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #2B2B2B;
	z-index: -1;
}
.sobre-contatos header .title01{
	color: #fff;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.sobre-contatos header p{
	color: #fff;
}
.sobre-contatos ul li,
.sobre-contatos ul li a,
.sobre-contatos ul li a p{
	color: #fff;
}
.sobre-contatos ul li a div > span{
	font-size: 13px;
}
.sobre-contatos ul li a p{
	margin: 0 !important;
}
.sobre-contatos ul li a .icone{
	color: var(--color-secondary);
}
@media screen and (max-width: 769px) {
	.sobre-contatos header.h-50{
		height: auto !important;
		padding: 0 1rem !important;
	}
}
/*********************** Start Contatos ***********************/


/********** at-txt-seo **********/
.at-txt-seo{
	background-color: #f7f7f7;
	padding: 70px 0;
}
.at-txt-seo_content{
	background-color: #fff;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.07);
	border-radius: 10px;
	height: 100%;
	padding: 40px 40px;
}
.at-txt-seo_content p{
	display: block;
}

.at-txt-seo_content-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 30px 0 0;
}
.at-txt-seo_content-tags li a{
	line-height: 1.25;
	font-size: 14px;
	color: #686868;
	display: block;
	padding: 10px 22px;
	border-radius: 4px;
	border: 1px solid #dedede;
	transition: all .35s ease;
}
.at-txt-seo_content-tags li a:hover{
	color: #4a2a74;
	border-color: #4a2a74;
}


/********** at-txt-seo **********/