* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
	margin: 0!important;
	padding: 0!important;
}

a {
  text-decoration: none;
}

:root {
  font-size: 62.5%;

	--font-barlow: "Barlow", sans-serif;
	--font-bree: "Bree Serif", serif;

	--color-pink: #F2206F;
	--color-green: #3BA69F;
	--color-green-strong: #5E9F99;
	--color-text: #3c3c3c;
}

body {
  font-size: 1.6rem;
}

/* default */

.fonte-barlow {
	font-family: var(--font-barlow)!important;
}

.font-weight-500 {
	font-weight: 500;
}

.cor-texto {
	color: var(--color-text)
}

.custom-logo {
	max-width: 200px;
	width: 100%;
	height: 100%;
}

.current_page_item {
	border-bottom: 2px solid var(--color-pink);
}

.voltar {
	margin-bottom: 2rem;
}

.voltar i,
.voltar a {
	color: var(--color-pink);
	font-family: var(--font-barlow);
	font-size: 1.7rem;
	transition: all .5s ease;
}

.voltar a:hover,
.voltar a:hover i {
	color: #3c3c3c;

}

.voltar .ph {
	position: relative;
	top: 1px;
}

/* Estilo base para todos */
.page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s ease;
}

/* Somente os números: bolinhas cor-de-rosa */
.page-numbers:not(.prev):not(.next) {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-pink);
}

/* Página atual */
.page-numbers.current {
  background-color: #333;
  color: #fff;
}

/* Hover para números */
.page-numbers:not(.prev):not(.next):hover {
  background-color: #ccc;
  color: #000;
}

/* Anterior e Próxima: estilo de link simples */
.page-numbers.prev,
.page-numbers.next {
  background: none;
  color: #000;
  padding: 8px 12px;
}

/* Hover para prev/next */
.page-numbers.prev:hover,
.page-numbers.next:hover {
  text-decoration: underline;
}




/* Utility */

.titulo {
	font-size: 10.4rem;
	color: var(--color-pink);
	font-family: var(--font-bree);
	font-weight: bold;
	letter-spacing: 5px;
}

.sub-titulo {
	font-size: 2rem;
	color: var(--color-green);
	font-family: var(--font-bree);
	font-weight: bold;
}

.btn-hover-fill {
	max-width: 100%;
	width: 460px;
	text-align: center;
	margin: 4rem auto 0;
	font-size: 2.3rem;
	font-family: var(--font-bree);
	letter-spacing: 5px;

  position: relative;
  padding: 0.75rem 1.5rem;
  color: #F2206F;
  background-color: transparent;
  border: 2px solid #F2206F;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.btn-hover-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #F2206F;
  z-index: -1;
  transition: width 0.4s ease;
}

.btn-hover-fill:hover::before {
  width: 100%;
}

.btn-hover-fill:hover {
  color: #fff;
}

.sobre,
.cases,
.servicos,
.portfolio,
.clientes,
.blog {
	padding-bottom: 3rem;
}

/* HEADER */

header {
	padding: 8rem 0;
	transition: padding 0.3s ease;
}

/* #header-principal {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  background-color: transparent;
  z-index: 9999;
	transition: padding 0.3s ease, background-color 0.3s ease;
}

#header-principal.sticky {
  position: fixed;
  top: 0;
  left: 0;
	padding: 2rem 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
} */


header .nav-link {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
	color: #3c3c3c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.5s ease;
	font-size: 1.9rem;

	font-family: var(--font-barlow);
}

header .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0%;
  height: 2px;
  background-color: #F2206F;
  transition: width 0.3s ease;
}

header .nav-link:hover .current_page_item {
  color: #F2206F;
}

header .nav-link:hover::after {
  width: 100%;
}

.logo {
	width: 200px;
}

.gx-custom {
  --bs-gutter-x: 6rem; /* Exemplo: 64px */
}

.sobre {
	font-family: var(--font-barlow);
	font-size: 1.8rem;
}

.servicos .item-servico {
  border: 1px solid var(--color-pink);
  text-transform: uppercase;
}

.portfolio-item img {
	border-radius: 10px;
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

/* .portfolio .item-portfolio {
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
	height: 250px;
	object-fit: cover;
} */

.conteudo-hover a {
	color: #fff;
	font-size: 2.4rem;
}

.conteudo-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;

  opacity: 0;
  transition: opacity 0.3s ease;
}

.conteudo-hover:hover {
  opacity: 1;
}

/* Portfolio */

.portfolio-filtros button {
	border: 0;
	background-color: transparent;
	margin-right: 2rem;
	margin-bottom: 8rem;
}
.portfolio-filtros button:hover {
	border-bottom: 2px solid #F2206F;
}
.portfolio-filtros button:last-child {
	margin-right: 0;
}

.portfolio-filtros .filtro-ativo {
  border-bottom: 2px solid #F2206F;
  color: #000;
  /* border-color: #F2206F; */
}

/* single porfolio */

.single-portfolio {
	margin-top: 13.4rem;
}

.single-portfolio img {
	margin-bottom: 4.8rem;
}
.single-portfolio img:last-child {
	margin-bottom: 0;
}

.single-portfolio h1 {
	font-size: 4rem;
	color: #3c3c3c;
	font-family: var(--font-barlow);
	padding-bottom: 4rem;
}

.single-portfolio .texto p {
	color: #A4A4A4;
	font-size: 1.8rem;
}

.single-portfolio .sticky-box {
  position: sticky;
  top: 20px;
}

.navegacao-portfolio {
	margin-top: 10rem;
}

.navegacao-portfolio .link-portfolio {
	font-size: 2.4rem;
	color: #3c3c3c;
}
.navegacao-portfolio .link-portfolio:hover {
	color: var(--color-pink);
}

.veja-tambem {
	font-size: 3rem;
	color: #3c3c3c;
}

.compartilha i {
	font-size: 2.5rem;
	color: #3c3c3c;
	transition: all 0.3s ease;
}
.compartilha i:hover {
	color: var(--color-pink);
}

/* Blog */

.blog .titulo-blog {
	color: #3c3c3c;
	font-size: 3rem;
	line-height: 3.5rem;
	padding: 2rem 0;
}

.blog .info-postblog {
	padding-bottom: 2rem;
}

.blog .info-postblog,
.blog .info-postblog a {
	font-size: 1.5rem;
	color: #3c3c3c;
}

.blog .info-postblog a:hover {
	color: var(--color-pink);
}

.blog .info-postblog i {
	font-size: 1.5rem;
	color: var(--color-pink);
	padding-right: 0.5rem;
}

.blog .resumo-blog {
	color: #a4a4a4;
	margin-bottom: 5rem;
}

.interna-archive .btn-hover-fill {
	font-size: 1.5rem;
	font-family: var(--font-barlow);
	letter-spacing: 2px;
	padding: 28px 40px;
}

.blog .espaco-blog {
	margin-bottom: 7rem;
}

/* video */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* proporção 16:9 */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 4rem 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 4rem;
}


/* aside */

aside p {
	font-size: 3rem;
	font-family: var(--font-barlow);
	color: #1d1d1d;
	padding-bottom: 3rem;
}

aside .aside-categorias a {
	font-size: 1.8rem;
	font-family: var(--font-barlow);
	color: #1d1d1d;
	padding-bottom: 1rem;
	display: inline-block;
	position: relative;
}

aside .aside-categorias a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 0%;
  height: 2px;
  background-color: #F2206F;
  transition: width 0.3s ease;
}

aside .aside-categorias a:hover::after {
  width: 100%;
}

aside .aside-pesquisa {
	padding: 5rem 0;
}

aside .aside-pesquisa input {
	padding: 28px 72px 28px 38px;
	color: #3c3c3c;
	border-color: #3c3c3c;
	text-transform: uppercase;

	font-size: 1.4rem;
	letter-spacing: 5.4px;
	font-weight: bold;
}

aside .aside-pesquisa input::placeholder{
	color: #3c3c3c!important;
}

aside .aside-pesquisa input:focus {
	outline: #3c3c3c;
}

aside .search-wrapper {
	position: relative;
	width: 100%;
}

aside .search-wrapper input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}

aside .search-wrapper .search-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.5rem;
	color: var(--color-pink);
	pointer-events: none;
}

aside .btn-hover-fill {
	width: 100%;
	border: 2px solid #3c3c3c;
	color: #3c3c3c;
	padding: 1rem!important;
	display: block;
	font-size: 1.4rem!important;
	font-family: var(--font-barlow);
	margin: 0;
}

/* FOOTER */

footer {
	background-color: #F2F2F2;
	padding: 3.8rem 0;
}

footer ul.logo-associados img {
	max-width: 100%;
	width: 130px;
}

footer ul.social i {
	font-size: 2.4rem;
	color: rgba(84,89,95,0.73);
	transition: all .5s ease;
}

footer ul.social i:hover {
	color: var(--color-pink);
}

/* slider clientes */

.swiper-button-prev,
.swiper-button-next {
  color: var(--color-pink)!important;
  width: 40px;
  height: 40px;
	font-weight: bold;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 25px !important;
	font-weight: bold;
	
}
.swiper {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; /* esse padding afasta as setas das bordas */
  box-sizing: border-box;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 250px; /* define largura manual para cada slide */
}

.swiper-slide img {
	max-width: 100%;
	height: auto;
	width: 250px;
	object-fit: scale-down;
}

/* slider cases */

.swiper-cases {
	margin-top: 5rem;
	position: relative;
}

.swiper-cases img {
	width: 100%;
	max-width: 925px;
	height: 600px;
	object-fit: cover;
}

.swiper-cases .swiper-pagination-bullet-active {
	background: var(--color-pink);
}

.swiper-cases .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.swiper-cases .swiper-pagination {
	padding-top: 4rem;
}

.bt-whatsapp {
	position: fixed;
	bottom: 9rem;
	right: 26px;
	z-index: 9999;
}

.bt-whatsapp img {
	width: 50px;
	height: 50px;
}

.sobe {
	position: fixed;
	bottom: 1rem;
	right: 2rem;
	z-index: 99;
	border: 1px solid #3c3c3c;
	color: #3c3c3c;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
}

.sobe::after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #3c3c3c;
  transition: all 0.3s ease;
}

.sobe:hover::after {
	width: 100%;
}

.sobe:hover i{
	color: #fff;
	z-index: 2;
	transition: color 0.3s ease;
}

.social-flutuante {
	position: fixed;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.social-flutuante li {
	margin-bottom: 3rem;
}

.social-flutuante i {
	color: #3c3c3c;
	font-size: 2.5rem;
}
.social-flutuante i:hover {
	color: var(--color-pink);
}

@media (max-width: 1280px) {
	.sobe {
		width: 38px;
		height: 38px;
	}

	.bt-whatsapp {
    position: fixed;
    bottom: 7rem;
    right: 21px;
	}

	.bt-whatsapp img {
		width: 38px;
    height: 38px;
	}
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

@media (max-width: 768px) {

	.interna-archive {
		margin-top: -4rem;
	}

	.custom-logo {
		width: 150px;
	}

	header {
		padding: 0rem 0 8rem 0;
	}

  .gx-custom {
		--bs-gutter-x: 0;
	}

	.btn-hover-fill {
		width: 340px;
		font-size: 2rem;
	}

	.portfolio-filtros button {
		margin-bottom: 1rem;
		color: #000;
	}

	.swiper-cases img {
		height: 460px;
	}

	.swiper-cases .swiper-button-prev {
		left: 0!important;
	}

	.swiper-cases .swiper-button-next {
		right: 0!important;
	}

	/* img efeito */
	.banner-home-2 {
		margin-top: -60px!important;
	}

	footer ul.logo-associados img {
		width: 100px;
	}

	.conteudo-hover a {
		font-size: 1.9rem;
		padding: 0 1rem;
		text-align: center;
	}

	.single-portfolio {
		margin-top: -7rem;
	}

	aside .aside-pesquisa input {
		padding: 24px 44px 28px 8px;
		letter-spacing: 2.4px;
	}

	.single-portfolio h1 {
		font-size: 3rem;
		padding-bottom: 1rem;
	}

	.navegacao-portfolio {
		margin-top: 5rem;
	}

	.navegacao-portfolio .link-portfolio {
		font-size: 2rem;
	}

	.current_page_item {
    width: 10rem;
	}

	#menuPrincipal {
		margin-top: 2rem;
	}

	.social-menu-principal i {
		font-size: 2rem;
		color: #fff;
	}

	.navbar {
		background-color: #fff;
		transition: background-color 0.3s ease;
		padding-top: 2rem;
	}

	.navbar .navbar-toggler {
		border: none;
		z-index: 9999; /* Garante que fique visível */
	}

	.navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='3' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	.navbar.menu-aberto .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' d='M6 6l20 20M26 6L6 26'/%3E%3C/svg%3E");
	}

	.navbar-collapse {
		background-color: #111 !important;
	}

	.navbar.menu-aberto {
		background-color: #111 !important;

		position: absolute;
		top: -260px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999999;
	}

	.navbar.menu-aberto .nav-link,
	.navbar.menu-aberto .navbar-brand {
		color: #fff !important;
	}

	.navbar .nav-link {
		color: #000 !important;
	}

	.navbar.menu-aberto .navbar-brand img {
		filter: brightness(0) invert(1);
	}

	.navbar .navbar-brand img {
		filter: none;
	}

}

@media (max-width: 425px) {

	header {
		padding: 2rem 0 12rem 0;
	}

	.titulo {
		font-size: 7rem;
	}

	.sub-titulo {
		font-size: 1.5rem;
	}

	.swiper-cases img {
		height: 240px;
	}

	.banner-home-2 {
		margin-top: -20px !important;
	}

	.banner-port {
		margin-top: 30px!important;
    margin-bottom: 40px!important;
    max-width: 300px!important;
    width: 100%!important;
	}

	.btn-hover-fill {
		font-size: 1.5rem;
	}

	.interna-archive {
		margin-top: -8rem;
	}
	
	.video-container {
		margin: 0rem 0 3rem;
	}

	.paginacao-blog {
		font-size: 1.2rem;
	}

	.page-numbers.prev,
	.page-numbers.next {
		background: none;
		color: #000;
		padding: 8px 0;
	}

	.page-numbers:not(.prev):not(.next) {
    width: 30px;
    height: 30px;
	}

}