.carousel__container {
	position: relative;
	padding: 0 80px;
}

.carousel_nav__btn {
	color: #140062;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc(50% - 18px);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 2px solid #140062;
}
.carousel_nav__btn.prev {
	left: 0px;
}
.carousel_nav__btn.next {
	right: 0px;
}

/*** at-banner ***/

.home-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-image {
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.banner-image img {
	height: 100%;
	object-fit: cover; /* ou "contain", dependendo do visual desejado */
}

.home-banner .swiper {
	width: 100%;
	height: 100%;
}

.banner-slide {
	position: relative;
}

.banner-slide .container {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner-content {
	flex: 1 1 600px;
	color: #fff;
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.banner-content h2 {
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.banner-content p {
	font-size: 1.25rem;
	margin-bottom: 30px;
	max-width: 400px;
	font-weight: 400;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 6px;
	transition: all 0.3s ease;
}
.cta-button img {
	height: 14px;
}

.cta-button:hover {
	background-color: #f0f0f0;
}

/* Botoes adicionais se quiser incluir */
.banner-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.banner-buttons a.btn-outline {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.banner-buttons a.btn-outline:hover {
	background-color: #ffffff22;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.banner-slide .container {
		flex-direction: column;
		text-align: center;
	}

	.banner-content h2 {
		font-size: 32px;
	}

	.banner-buttons {
		justify-content: center;
	}
	.banner-image {
		margin-top: 20px;
	}
	.banner-image img {
		height: 212px;
	}
}

/*** at-banner ***/

/*** blocos ****/
.blocos-home .container .card {
	height: 240px !important;
}
.blocos-home .container p {
	font-size: 1.5rem;
}

/*** at-qualidade ***/

.at-qualidade {
	padding: 48px 0;
	background-image: url("../img/bg-qualidade.png");
	background-size: contain;
}

.at-qualidade_wrapper {
	width: 930px;
	max-width: 100%;
	margin: 0 auto;
	column-gap: 120px;
	display: grid;
	align-items: center;
	grid-template-columns: 24fr 45fr;
}
.at-qualidade_title h3 {
	font-size: 42px;
	font-weight: 400;
	color: #140062;
	margin-bottom: 0px;
}
.at-qualidade_title h3 span {
	font-weight: 500;
}

.at-qualidade_wrapper figure {
	display: flex;
	align-items: center;
	justify-content: center;
}
.at-qualidade_wrapper figure img {
	max-width: 100%;
	max-height: 196px;
}
/*** at-qualidade ***/

/*** at-clientes ***/

.at-clientes {
	padding: 150px 0 150px;
	overflow-x: hidden;
	background-color: #fff;
}

.at-clientes .at-title_box {
	margin-bottom: 0px;
}

.at-clientes_carousel__container {
	position: relative;
	padding: 90px 80px;
}

.at-clientes_logo img {
	height: 70px;
	width: 100%;
	object-fit: contain;
}

.at-clientes_carousel__pagination {
	position: relative;
	margin-top: 30px;
}

.at-clientes_btn {
	text-align: center;
}

/*** at-clientes ***/

/*** at-sobre ***/

.at-sobre {
	background-size: cover;
}
.at-sobre_wrapper {
	display: grid;
	grid-template-columns: 57fr 43fr;
}
.at-sobre_wrapper figure img {
	width: 100%;
}
.at-sobre_conteudo {
	color: #fff;
	padding: 50px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.at-sobre_conteudo-text {
	max-width: 530px;
	width: 100%;
}

.at-sobre_conteudo h2 {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 24px;
}
.at-sobre_conteudo a {
	margin-top: 30px;
}

/*** at-sobre ***/

/*** at-solucoes ***/

.at-solucoes {
	padding: 130px 0;
	overflow: hidden;
}

.at-solucoes .at-title_box {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 40px;
}

.at-solucoes .at-title_box-nav {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	margin-top: 24px;
}
.at-solucoes .at-title_box-nav .carousel_nav__btn {
	position: initial;
}

.at-solucoes_item {
	overflow: hidden;
	display: grid;
	grid-template-columns: 46fr 54fr;
	position: relative;
	border-radius: 10px;
}
.at-solucoes_item img {
	display: block;
	width: 100%;
}
.at-solucoes_item__conteudo {
	color: #fff;
	padding: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	background-color: #140062;
}
.at-solucoes_item__conteudo h2 {
	line-height: 1.25;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 24px;
}
.at-solucoes_item__conteudo p {
	font-size: 18px;
	font-weight: 300;
}
.at-solucoes_item__conteudo a {
	margin-top: 30px;
}

/*** at-solucoes ***/

/*** at-produtos ***/

.at-produtos {
	padding: 150px 0;
	overflow: hidden;
	background-size: cover;
}

.produtos_w_bg .at-title_01,
.produtos_w_bg .at-subtitle_01 {
	color: #fff;
}
.produtos_w_bg .carousel_nav__btn {
	border-color: #fff;
}

.at-produtos_item {
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 10px;
	background-color: #fff;
}

.at-produtos_item img {
	display: block;
	width: 100%;
}

.at-produtos_item__conteudo {
	padding: 25px 20px;
	text-align: center;
}

.at-produtos_item__conteudo h2 {
	font-weight: 400;
	font-size: 26px;
	color: #140062;
}
.at-produtos_item__conteudo a {
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 16px;
	color: #140062;
}

/*** at-produtos ***/

/*** at-cases ***/

.at-cases {
	padding: 150px 0;
}

.at-cases_btn {
	margin-top: 80px;
	text-align: center;
}

/*** at-cases ***/

/*** at-avaliacoes ***/

.at-avaliacoes {
	padding: 130px 0;
	overflow: hidden;
	background-color: #fff;
}
.at-avaliacoes .wp-gr.wpac,
.at-avaliacoes .wp-gr .grw-row,
.at-avaliacoes .wp-gr .grw-content {
	width: 100% !important;
}

.at-avaliacoes .grw-review-inner.grw-backgnd {
	border-radius: 5px !important;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07) !important;
}
.at-avaliacoes .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
	background-color: #fff !important;
}

/*** at-avaliacoes ***/

/*** at-instagram ***/

.at-instagram {
	padding: 130px 0;
	overflow: hidden;
	background-size: cover;
}

.at-instagram .at-title_01,
.at-instagram .at-subtitle_01 {
	color: #fff;
}

.at-instagram_btns {
	text-align: center;
	margin-top: 80px;
}
.at-instagram_btns a {
	margin: 3px;
}

/*** at-instagram ***/

/****Responsivo da página****/
@media screen and (max-width: 992px) {
}
/****Responsivo da página****/
@media screen and (max-width: 768px) {
	.at-qualidade_wrapper,
	.at-solucoes_item,
	.at-sobre_wrapper {
		grid-template-columns: 1fr;
	}
	.at-qualidade_title h3 {
		text-align: center;
	}

	.at-sobre_conteudo h2,
	.at-qualidade_title h3,
	.at-title_02,
	.at-title_01 {
		font-size: 24px;
	}
	.at-solucoes_item__conteudo p,
	.at-subtitle_01 {
		font-size: 16px;
	}
}
/***** Tamanho para smartphones na vertical *****/
@media screen and (max-width: 576px) {
	.at-banner {
		padding: 82px 0 128px;
	}
	.at-banner.banner-video {
		padding: 64px 0;
	}
	.at-banner_text h1 {
		font-size: 35px;
	}

	.at-banner_text h2 {
		font-size: 24px;
	}

	.at-banner_text.video p {
		font-size: 16px;
	}

	.at-title_box {
		margin-bottom: 50px;
	}

	.carousel__container {
		padding: 0 50px;
	}

	.at-clientes,
	.at-produtos,
	.at-cases,
	.at-instagram,
	.at-avaliacoes {
		padding: 110px 0;
	}

	.at-sobre_conteudo,
	.at-solucoes_item__conteudo {
		padding: 30px 30px;
	}
	.at-solucoes_item__conteudo h2 {
		font-size: 24px;
	}

	.at-cases_btn,
	.at-instagram_btns {
		margin-top: 50px;
	}
}
