/* ---------------------------------------------------RESPONSIVO-------------------------------------------------- */
.loja-mostraloja-item {
	width: 30vw;
}

.logo-img {
	width: 100% !important;
	height: 30vw !important;
	object-fit: contain !important;
}

.lojaunitaria-informacao {
	display: flex;
	align-items: center;
}

.swiper-slide {
	height: auto;
}

.swiper-container-responsive {
	width: 30vw;
	height: 30vw;
	border: 1px solid #dcdfe2;
	text-align: center;
	display: flex;
	align-items: center;
}

#lojas .mostraloja-item-imagem img {
	width: 30vw;
	height: 30vw;
	object-fit: cover;
	background-size: cover;
}

/* 💻 Laptops (Menor que 1148px) */
@media screen and (max-width: 1148px) {

	/*.banner{margin-top:70px;}*/
	.banner .swiper-container .banner-desktop {
		height: 100%;
	}

	.section-inicial {
		margin-top: 70px;
	}

	.header .menu {
		display: none;
	}

	/*some o menu desktop*/
	.header .menu-mobile {
		display: flex;
	}

	/*exibe menu mobile*/

	.header {
		display: flex;
	}

	.header,
	.header .menu,
	.header .menu a {
		height: 70px;
	}

	.header .logo {
		max-height: 50px;
	}

	.header .container-section {
		display: contents;
	}

	.header .col-1 {
		width: 30%;
	}

	.header .col-2 {
		width: 70%;
		display: flex;
		justify-content: flex-end;
	}

	.header .horario .sub-horario {
		right: -70px;
	}


	.oshopping {
		gap: 32px;
	}

	.text-format {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.3em;
	}

	.text-format b {
		font-size: 15px;
		font-weight: 700;
	}

	.newsletter input {
		font-size: 12px;
	}

	.newsletter button {
		font-size: 12px;
	}

	.footer {
		font-size: 12px;
		line-height: 1.2em;
	}

	.footer a,
	.footer p,
	.footer li,
	.footer strong,
	.footer b {
		font-size: 12px;
		line-height: 1.2em;
	}

	.footer .col-1 {
		width: 25%;
	}

	.footer .col-2 {
		width: 33%;
	}

	.footer .col-3 {
		width: 22%;
	}

	.footer .col-4 {
		width: 20%;
	}

	.footer .area-lojista a,
	.footer .seja-lojista a {
		width: 120px;
	}

	.acessorapido {
		margin-top: 10px;
	}

	.acessorapido li {
		width: 33%;
		padding: 50px 30px 20px 30px;
	}

	.acessorapido h1 {
		width: 100%;
		font-size: 24px;
	}

	.acessorapido p {
		width: 100%;
	}

	#eventos .evento_lista .evento-item .informacoes {
		font-size: 18px;
		font-weight: 600;
		margin-top: 14px;
		line-height: 1.1
	}

	#contato .contato-acesso li h1 {
		font-size: 18px;
		line-height: 1.1em;
	}

	#contato .contato-acesso {
		gap: 10px;
	}

	#contato .contato-acesso li {
		width: 44%;
		padding: 30px 14px;
	}

	#contato .contato-acesso li a {
		width: 110px;
		font-size: 11px;
	}



	/* SWIPER */
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	#lojas .container-section {
		gap: 40px;
	}

	#lojas .col-1 {
		width: calc(30% - 20px);
	}

	#lojas .col-2 {
		width: calc(70% - 20px);
	}

	#lojas .lojas_lista .lojas-item ul,
	#servicos .servicos-lista .servicos-item ul {
		padding: 30px 5px 12px 5px;
	}

	#lojas .btn-whatsapp {
		padding: 14px 4px;
		font-size: 11px;
		letter-spacing: -0.5px;
	}

	#lojas .btn-whatsapp i {
		font-size: 11px;
		transform: translateX(0px);
	}

	#lojas .lojas_lista .lojas-item h1,
	#servicos .servicos-lista .servicos-item h1 {
		font-size: 16px;
		line-height: 1em;
	}

	#lojas .lojas_lista .lojas-item h2 {
		font-size: 13px;
	}

	#lojas .section-inicial {
		margin-top: 110px;
	}

	.section-lojas-info {
		margin-top: 70px;
	}

	.home_evento .home_evento_hover h3 {
		font-size: 14px;
		font-weight: 500;
	}



	#contato .section-contato {
		gap: 10px
	}

	#contato .section-abrasualoja .col-1 {
		display: block;
		gap: 50px;
	}

	#contato .section-abrasualoja .col-1>div {
		margin-top: 80px;
	}
}

/* Header Responsivo - Mobile */
@media screen and (max-width: 1616px) {

	/* Esconder header desktop e mostrar mobile */
	.header-desktop {
		display: none;
	}

	.header-content-mobile {
		display: block;
		padding: 20px;
	}

	/* Estilo do hamburger */
	.hamburger {
		cursor: pointer;
	}

	.hamburger input {
		display: none;
	}

	.hamburger svg {
		height: 3em;
		transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.line {
		fill: none;
		stroke: #F5A623;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 3;
		transition:
			stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	}

	.line-top-bottom {
		stroke-dasharray: 12 63;
	}

	/* Hamburger ativado */
	.hamburger input:checked+svg {
		transform: rotate(-45deg);
	}

	.hamburger input:checked+svg .line-top-bottom {
		stroke-dasharray: 20 300;
		stroke-dashoffset: -32.42;
	}


	/* Menu Mobile */
	.menu-mobile {
		z-index: 1000;
	}

	.menu-mobile .menu a {
		white-space: nowrap;
	}

	/* Menu e textura padrão - repetidos */
	.textura-menu,
	.menu {
		position: fixed;
		width: 0%;
		height: 100%;
		top: 0;
		left: 0;
		background: white;
		display: flex;
		align-items: center;
		overflow: hidden;
		transition: all 1s;
		z-index: 1000;
	}

	/* Estado ativo dos menus */
	.menu-active {
		position: fixed;
		width: 70%;
		height: 100%;
		top: 0;
		left: 0;
		background: white;
		display: flex;
		align-items: center;
		overflow: hidden;
		transition: all 0.5s;
		z-index: 1000;
	}

	.textura-menu-active {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.241);
		top: 0;
		left: 0;
		transition: all 0.5s;
		z-index: 9;
	}

}


@media screen and (max-width:924px) {
	#contato .contato-acesso {
		display: block;
	}

	#contato .contato-acesso li h1 {
		font-size: 15px;
		line-height: 1.1em;
	}

	#contato .contato-acesso {
		gap: 10px;
	}

	#contato .contato-acesso li {
		width: 100%;
		padding: 28px 14px;
		aspect-ratio: 4/1;
		margin-bottom: 10px;
	}

	#contato .contato-acesso li a {
		width: 110px;
		font-size: 11px;
	}

	#contato h3 {
		font-size: 20px;
	}


	#lojas .lojas_lista .lojas-item,
	#servicos .servicos-lista .servicos-item {
		width: 49%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 991px) {

	/* Pagina Interna */
	#pagina-interna .card {
		border: none;
		border-radius: 0px;
		width: 100%;
		margin: auto;
	}

	#pagina-interna .card p {
		color: black;
		font-size: 17px;
		display: block;
		margin: 2rem 0px 3rem;
	}

	#pagina-interna .card .btn-univesal {
    margin: 0px;
    font-size: 15px;
    padding: 10px 36px;
}

	.card .card-body {
    padding: 38px 27px 55px 26px;
}


	.newsletter .thumbnail-news {
		position: relative;
		width: 100%
	}

	.newsletter .thumbnail-news img {
		width: 100%;
		height: 38rem;
		object-fit: cover;
		margin-bottom: 3rem;
	}

	.newsletter {
		background-color: white !important;
		position: relative;
		overflow: hidden;
		height: auto;
		display: flex;
		align-items: center;
		padding-top: 0px;
		padding-left: 0px;
	}

	.newsletter {
		text-align: center;
	}

	.area-btn {
		justify-content: center !important;
	}

	.newsletter h2 {
		font-size: 1.6rem;
	}

	.newsletter p {
		font-size: 1.0rem 15px;
		color: #80807F;
	}

	.newsletter form {
		display: block;
		width: 100%;
		max-width: 600px;
		margin: 30px auto;
	}

}

/* 📲 Tablets (Menor que 768px) */
@media screen and (max-width: 768px) {

	.banner-secundario {
		text-align: center;
		height: 30dvh;
	}

	#lojas .mostraloja-item-imagem img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1/1;
	}

	.lojaunitaria-informacao {
		display: block;
	}

	#lojas .loja-mostraloja-item {
		display: block;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	#lojas .lojas_lista .lojas-item,
	#servicos .servicos-lista .servicos-item {
		width: 100%;
	}

	.loja-mostraloja-item {
		width: 100%;
	}

	.loja-mostraloja-item {
		margin-top: -60px;
	}


	.swiper-container-responsive {
		width: 96vw;
		height: 96vw;
		border: 1px solid #dcdfe2;
	}



	.topbar .col-1 {
		width: 30%;
		gap: 0px;
	}

	.topbar .col-2 {
		width: 70%;
		gap: 25px;
	}

	.topbar .area-lojista,
	.topbar .seja-lojista,
	.topbar .siga-redes {
		display: none;
	}

	.topbar .horario {
		width: 100%;
	}

	.footer .container-section {
		display: block;
	}

	.footer {
		width: 100%;
		display: block;
	}

	.footer .col-1 {
		width: 49%;
		display: inline-block;
		padding: 0 0 0 10px;
	}

	.footer .col-2 {
		width: 49%;
		display: inline-block;
		padding: 0 10px 0 0;
	}

	.footer .col-3 {
		width: 49%;
		display: inline-block;
		padding: 0 0 0 10px;
	}

	.footer .col-4 {
		width: 49%;
		display: inline-block;
		padding: 0 10px 0 0;
		text-align: left;
	}

	.section-topfooter ul {
		display: flex;
		flex-wrap: wrap;
	}

	.section-topfooter li {
		width: 40%;
		padding-bottom: 30px;
	}

	.topfooter-col1 {
		text-align: left;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	.topfooter-col2 {
		text-align: right;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	.topfooter-col3 {
		text-align: center;
		width: 100% !important;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}

	.acessorapido {
		margin-top: 0px;
		margin-bottom: 0;
		display: block;
	}

	.acessorapido li {
		width: 100%;
		padding: 10px 30px 30px 30px;
		margin-bottom: 10px;
		aspect-ratio: 4/2;
		background-position: top center;
	}

	.acessorapido h1 {
		width: 100%;
		font-size: 24px;
	}

	.acessorapido p {
		width: 100%;
	}

	.section_instagram {
		padding-top: 0px;
		margin-top: -20px;
		padding-bottom: 60px;
	}

	.section_galeria {
		padding-bottom: 70px !important;
	}

	.home_galeria ul {
		display: block;
		margin-bottom: 4px;
	}

	.home_galeria li {
		width: 100%;
		margin-bottom: 4px;
	}

	.section {
		gap: 20px;
		padding: 20px 10px 20px 10px;
	}

	.title-section {
		font-size: 29px;
		line-height: 1em;
	}

	.title-section span {
		font-size: 29px;
	}

	.title-bg-section {
		height: calc(50.0vh - 110px);
	}

	.home_infos {
		display: block;
	}

	.home_infos>img {
		width: 100%;
	}

	.home_infos>div {
		width: 100%;
		padding: 40px 24px 70px 24px;
	}

	.home_infos div h1 {
		font-size: 30px;
	}

	.home_infos div p {
		font-size: 14px;
	}

	.home_evento {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.oshopping {
		gap: 32px;
		display: block;
		justify-items: center;
	}

	.oshopping p {
		width: 80%;
		margin-top: -15px;
		margin-bottom: 40px;
	}

	.oshopping img {
		width: 100%;
	}

	.galeria {
		margin: 0px;
		padding: 0;
	}

	.text-format {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.3em;
	}

	.text-format b {
		font-size: 15px;
		font-weight: 700;
	}

	#lojas .container-section {
		gap: 15px;
		display: flex;
		justify-content: center;
	}

	#lojas .col-1 {
		width: calc(100% - 20px);
	}

	#lojas .col-2 {
		width: calc(100% - 30px);
	}

	#lojas .mostraloja-item-informacoes {
		margin: 0 20px;
	}

	#lojas .mostraloja-item-informacoes p {
		font-size: 13px;
	}

	#lojas .mostraloja-item-informacoes h1 {
		font-size: 24px;
	}

	#lojas .section-inicial {
		margin-top: 60px;
	}

	.section-lojas-info {
		margin-top: 30px;
	}

	#oshopping .mapa-google .box-endereco {
		display: none;
	}

	#oshopping .mapa-google {
		margin-bottom: -25px;
	}

	.mobile-shopping {
		margin-top: -60px;
		margin-bottom: 40px;
	}

	.section-localizacao {
		margin-top: -65px;
		margin-bottom: -20px;
		padding-top: 0;
	}

	#lojas .lojas-menu {
		display: none;
	}

	.section-lojas-box {
		margin-top: 70px;
	}

	#eventos .section-filtros {
		margin-top: 0px;
		margin-bottom: -20px;
	}

	#eventos .section-filtros select {
		margin-bottom: -10px;
	}

	#eventos .evento_lista .evento-item .imagem {
		width: 80.00vw;
	}

	#eventos .evento_lista .evento-item .informacoes {
		width: 100%;
		font-size: 20px;
		font-weight: 600;
		margin-top: 14px;
		line-height: 1.1;
		margin-bottom: 30px;
	}

	#eventos #info .informacoes {
		max-width: 90%;
		background: #fff;
		padding: 10px;
		margin-top: -50px;
		border-radius: 10px;
	}

	#eventos #info .informacoes h1 {
		font-size: 24px;
	}

	#contato .section-contato {
		margin: 20px 0;
		display: block;
	}

	#contato .col-1 {
		width: 100%;
		padding: 0 30px 20px 30px;
	}

	#contato .col-2 {
		width: 100%;
		padding: 0 30px;
	}

	#contato .section-abrasualoja {
		display: block;
		margin: 0 50px;
	}

	#contato .section-abrasualoja .col-1 img {
		width: 40%;
	}

	#contato .section-abrasualoja .col-1>div {
		margin-top: 30px;
	}

	#contato .section-abrasualoja .col-2 h1 {
		margin-top: 50px;
	}

	#contato h3 {
		text-align: center;
	}

	#oportunidade .section-oportunidade {
		gap: 30px;
		margin: -50px 60px 0px 60px;
		display: block;
	}

	#oportunidade .col-1 {
		width: 100%;
	}

	#oportunidade .col-2 {
		width: 100%;
	}
}

@media screen and (max-width: 574px) {
	.loja-item img {
		width: 56vw;
		height: 56vw;
		object-fit: contain;
		margin: auto;
		justify-content: center;
		display: flex;
	}
}

@media screen and (max-width: 567px) {

	/* Acontece home */
	.acontece .card {
		border: none;
		border-radius: 0px;
		width: 90%;
		margin: 1rem auto;
	}
}

/* 📱 Smartphones (Menor que 500px) */
@media screen and (max-width: 500px) {
	.topbar .col-1 {
		width: 50%;
		gap: 0px;
	}

	.topbar .col-2 {
		width: 50%;
		gap: 25px;
	}

	.header .busca {
		display: none;
	}

	.topbar .redes {
		width: 100%;
	}

	.footer .col-1 {
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
	}

	.footer .col-2 {
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
	}

	.footer .col-3 {
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
	}

	.footer .col-4 {
		width: 100%;
		padding: 0 0 0 0;
		text-align: center;
	}

	.footer .redes {
		justify-content: center;
	}

	.section-topfooter ul {
		display: block;
	}

	.section-topfooter li {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.topfooter-col1 {
		text-align: center;
	}

	.topfooter-col2 {
		text-align: center;
	}

	.topfooter-col3 {
		text-align: center;
	}

	.home_lojas .btn-section,
	.home_alimentacao .btn-section {
		margin-top: -18px;
	}

	.home_lojas .home_lojas_lista .home_loja_item,
	.home_alimentacao .home_alimentacao_lista .home_loja_item {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}

	.home_lojas .home_lojas_lista .home_loja_imagem,
	.home_alimentacao .home_alimentacao_lista .home_loja_imagem {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		margin: 0;
		min-height: auto;
	}

	#lazer .lazer-lista {
		flex-direction: column;
	}

	#lazer .lazer-lista li {
		width: 100%;
	}

	#lazer .novidade_imagem {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		margin-bottom: 20px;
	}


	.vitrine_menu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.vitrine_filtro {
		width: 100% !important;
	}

	#lojista .informacao img {
		max-width: 100%;
		width: 100%;
	}

	#lojista form {
		width: calc(100% - 20px);
	}

	.g-recaptcha {
		max-width: 60vw;
	}


	.navigation>div {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.navigation button {
		width: 100%;
	}






	#lojas .lojas_lista .lojas-item,
	#servicos .servicos-lista .servicos-item {
		width: 49%;
		margin-bottom: 5px;
	}

	#eventos .section-filtros {
		margin-bottom: -100px;
	}

	#eventos .section-filtros select {
		margin-bottom: -26px;
	}

	#eventos .evento_lista .evento-item .imagem {
		width: 80.00vw;
	}

}

/* 📱 Smartphones (Menor que 340px) */
@media screen and (max-width: 340px) {

	#lojas .lojas_lista .lojas-item,
	#servicos .servicos-lista .servicos-item {
		width: 100%;
	}
}


/* === BASE (mobile-first) === */
.banner-secudario {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-secudario .name-page {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 1rem;
}

.visite-text {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 1rem;
}

.btn-univesal {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
}

/* === TABLETS (≥ 576px) === */
@media (min-width: 576px) {
  .banner-secudario {
    min-height: 250px;
  }

  .banner-secudario .name-page {
    font-size: 2rem;
  }

  .visite-text {
    font-size: 1.4rem;
  }
}

/* === MÉDIAS TELAS (≥ 768px) === */
@media (min-width: 768px) {
  .banner-secudario {
    min-height: 300px;
  }

  .banner-secudario .name-page {
    font-size: 2.5rem;
  }

  .visite-text {
    font-size: 1.6rem;
  }

  .btn-univesal {
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }
}

/* === TELAS GRANDES (≥ 992px) === */
@media (min-width: 992px) {
  .banner-secudario {
    min-height: 350px;
  }

  .banner-secudario .name-page {
    font-size: 3rem;
  }

  .visite-text {
    font-size: 1.8rem;
  }
}

/* === TELAS EXTRA GRANDES (≥ 1200px) === */
@media (min-width: 1200px) {
  .banner-secudario {
    min-height: 450px;
  }

  .banner-secudario .name-page {
    font-size: 3.5rem;
  }

  .visite-text {
    font-size: 2rem;
  }

  .btn-univesal {
    font-size: 1.2rem;
    padding: 1.2rem 2.5rem;
  }
}
