body {
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
}
#wrapper {
	width: 100%;
	overflow-x: hidden;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	padding: 0 auto;
}
#header {
	height: 120px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
}
#logo {
	background: url(../images/logo.png) no-repeat center;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 60px;
	bottom: 30px;
	left: 0;
	right: 0;
	background-size: contain;
	margin: auto;
}
.sub-title-text {
	font-size: 55px;
	font-family: "rotunda-medium";
	text-transform: uppercase;
	color: #00000f;
}.sub-text {
	font-size: 55px;
	font-family: "rotunda-light";
	text-transform: uppercase;
	color: #00000f;
}
.banner1 {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	z-index: 100;
	background-size: cover;
}
.banner2 {
	width: 80%;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	z-index: 100;
	background-size: cover;
}
.imgbannertop {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 0 0 5% 0;
}
.imgbannerbot {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 25px 0;
}
.imgbanner {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 100px 0;
}
.imgproduto {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}
#stores {
  width: 100%;
  margin: 25px 0;
}
.storetitle {
	font-family: "gotham-bold";
	color: #9d9c9c;
    float: left;
}
.storedetails {
	font-family: "gotham-light";
	text-decoration: none;
	color: #9d9c9c;
}
.stores-wrapper {
  display: flex;
  gap: 20px;
}

/* CADA LOJA */
.store-card {
  flex: 1;                    /* 👈 3 na mesma linha */
  display: flex;
  background: #f4f4f4;
  align-items: center;        /* centra verticalmente */
}

/* FOTO */
.store-photo-box {
  width: 20%;
}

.store-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXTO */
.store-text {
  width: 70%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BOTÕES */
.store-buttons {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.store-buttons a {
  width: 50%;
}

.store-buttons img {
  width: 70%;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .stores-wrapper {
    flex-direction: column;
  }
	.store-buttons img {
	  width: 100%;
	}

}

.iframe1 {
	position: relative;
	width: 100%;
	max-width: 1750px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-top: 30px;
}

.iframe1-mobile {
	position: relative;
	width: 100%;
	max-width: 1300px;
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-top: 200px;
	display: none;
}
.texto-iframe1 {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 90px;
	font-family: "intertight";
	/* text-transform: uppercase; */
	font-size: 29px;
	line-height: 50px;
	text-align: center;
	color: #00000f;
	margin-top: 20px;
}
.texto-iframe2 {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "gotham-light";
	/* text-transform: uppercase; */
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	color: #000;
	margin-top: 20px;
	margin-bottom: 100px;
}
.texto-titulo {
	font-family: "roxborough-cf-heavy";
	font-size: 45px;
	text-align: center;
	color: #11b3d1;
	padding-top: 25px;
	display: block;
	text-transform: uppercase;
}
.texto-destaque {
	font-family: "gotham-bold";
	font-size: 33px;
	line-height: 37px;
	text-align: center;
	color: #00000f;
	padding-bottom: 10px;
	display: block;
}
p.descricao {
	margin-top: 0;
	padding-bottom: 50px;
}
.content-desktop {
	display: block;
	margin-bottom: 100px;
}
.content-desktop td {
	width: 33%;
	display: inline-flex;
	justify-content: center;
}
.content-desktop1 td {
	width: 49%;
	display: inline-flex;
	justify-content: center;
}
.content-desktop1 {
	display: block;
}
.content-desktop1 td {
	width: 49%;
	display: inline-flex;
	justify-content: center;
}
#destaques {
	margin-top: 75px;
}
#produtos-tab td {
	padding: 0.5%;
}
.logo-marca {
	width: 350px;
    margin: auto;
    padding: 0 0 60px 0;
    display: block;
}
.logo-marca2 {
	width: 575px;
	margin-top: 15px;
}
.produtos-desktop tr {
	margin-bottom: 40px;
	display: block;
}

.produtos-desktop2 tr {
	margin-bottom: 40px;
	display: block;
}
.produtos-desktop2 {
	margin-top: 40px;
}
.banner1-desktop {
	display: block;
	width: 80%;
	position: relative;
	margin: auto;
}
.banner1-mobile {
	display: none;
}
.img-produtos-desktop {
	margin-bottom: 75px;
}
@media (max-width: 1330px) {
	.store1, .store2 {width: 100%;
}
}
@media (max-width: 1240px) {
	.texto-desc2 {
		max-width: 300px;
		margin-top: 1%;
	}
}


@media (max-width: 991px) {
	.banner1 {
		margin-top: 0px;
		margin-bottom: 25px;
		height: 100%;
		background-size: cover;
	}
	.store1 {
		padding-right: 0px;
		padding-top: 10px;
	}
	.store2 {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
	}
	.store3 {
		padding-left: 0px;
		padding-top: 10px;
	}
	.store-styles td {
		width: 90%;
	}
	.store1 tr,
	.store2 tr,
	.store3 tr {
		display: flex;
	}
	td.store-photo-box {
		width: 30%;
		align-content: center;
	}
	.store-photo {
		max-width: 125px;
	}
	.store-text {
		display: block !important;
		margin-left: 10px;
		font-size: 14px;
	}
	td.store-text {
		width: 80%;
		align-content: center;
	}

	td.td-btns {
		width: 30%;
		align-content: center;
	}
	.locate-btn {
		width: 25px;
		padding: 10px;
	}
	.mail-btn {
		width: 25px;
		padding: 10px;
	}
	.td-btns {
		width: 35px !important;
		padding: 1% 3%;
	}
	#produtos-tab td {
		display: inline-block;
		width: 50%;
	}
	.content-desktop td {
		width: 100%;
	}
	.content-desktop1 td {
		width: 99%;
	}
	.produtos-desktop tr {
		margin-bottom: 0px;
	}
	.produtos-desktop2 {
		margin-top: 0px;
	}
	#header {
		height: 90px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#logo {
		background: url(../images/logo.png) no-repeat center;
		height: 120px;
		position: absolute;
		top: 0;
		background-size: contain;
		margin: auto;
		margin-top: 0;
	}
	.iframe1 {
		display: block;
	}
	.content-mobile {
		display: block;
		width: 100%;
	}
	#produtos-tab td {
		display: inline-block;
		width: 31% !important;
		padding: 1%;
	}
	.texto-iframe1 {
		font-size: 14px;
		line-height: 24px;
		width: 90%;
		margin-bottom: 30px;
	}
	.texto-iframe2 {
		font-size: 14px;
		line-height: 24px;
		width: 90%;
		margin-bottom: 60px;
	}
	.texto-titulo {
		font-size: 27px;
		line-height: 40px;
		text-align: center;
		padding-top: 25px;
		display: block;
	}
	.texto-destaque {
		font-family: "gotham-bold";
		font-size: 27px;
		line-height: 32px;
		text-align: center;
		color: #00000f;
		padding-top: 0;
		padding-bottom: 0;
		display: block;
	}
	.logo-marca {
		width: 45%;
		margin-top: 15px;
	}
	.logo-marca2 {
		width: 320px;
		margin-top: 15px;
	}
	.content-desktop1 {
		margin-bottom: 0px;
	}
	#stores {
		margin-top: 35px;
	}
	.sub-title-text{
	    font-size: 40px;
	    display: block;
	}
	.sub-text{
	    font-size: 40px;
		display: block;
		line-height: 40px;
	}
}
@media (max-width: 980px) {
	#legado-tab td {
		width: 100%;
		display: inline-block;
	}

	#fraganciasfavoritas-tab td {
		width: 50%;
		display: inline-block;
		padding: 0% 0% 4% 0%;
	}
	.destaques,
	.bestsellers,
	.fraganciasfavoritas {
		padding-top: 45px;
		max-width: 1050px;
		margin: auto;
		text-align: center;
	}

	.legado {
		padding-top: 65px;
		max-width: 1050px;
		margin: auto;
		text-align: center;
	}
	#produtos-tab {
		width: 98%;
		margin: auto;
		position: relative;
	}
	.store1 {
		display: inline-table;
	}
	.store2 {
		display: inline-table;
	}
	.imgbanner {
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 25px 0px;
	}
	p.descricao {
		margin-top: 0;
		padding-bottom: 20px;
	}
}
@media (max-width: 790px) {
	#header {
		height: 75px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.title-text {
		font-size: 50px;
	}
	.banner1-desktop {
		display: none;
	}
	.banner1-mobile {
		display: inline;
	}
	.content-desktop {
		display: block;
		margin-bottom: 25px;
	}
	.img-produtos-desktop2 {
		width: 65%;
	}
	.img-produtos-desktop {
		width: 90%;
		margin-bottom: 75px;
	}
	.img-produtos-desktop-life {
		width: 100%;
	}
}

@media (max-width: 520px) {
	#header {
		height: 75px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.title-text {
		font-size: 21px;
	}
	#logo {
		background: url(../images/logo.png) no-repeat center;
		height: 80px;
		width: 65%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-size: contain;
		margin: auto;
		margin-top: 15px;
	}
}
@font-face {
	font-family: gotham-book;
	src: url(../link/Gotham-Book.otf);
}
@font-face {
	font-family: gotham-light;
	src: url(../link/Gotham-Thin.otf);
}
@font-face {
	font-family: gotham-bold;
	src: url("../link/Gotham-Bold.otf");
}
@font-face {
	font-family: gotham-light;
	src: url("../link/Gotham-Light.otf");
}
@font-face {
	font-family: gotham-medium;
	src: url("../link/Gotham-Medium.otf");
}
@font-face {
	font-family: mrswhite;
	src: url("../link/MrsWhite.otf");
}
@font-face {
	font-family: roxborough-cf-heavy;
	src: url("../link/roxborough-cf-heavy.otf");
}
@font-face {
	font-family: rotunda-bold;
	src: url("../link/rotunda-bold.ttf");
}
@font-face {
	font-family: intertight;
	src: url("../link/InterTight.ttf");
}
@font-face {
	font-family: rotunda-medium;
	src: url("../link/Rotunda-Medium.ttf");
}
@font-face {
	font-family: rotunda-light;
	src: url("../link/Rotunda-Light.ttf");
}
