@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Gabarito&family=Open+Sans:wght@300&family=Pacifico&family=Poppins:wght@300;400;600&family=REM:ital,wght@0,100;1,100;1,200;1,300;1,400;1,500&family=Roboto:ital,wght@1,300&family=Rubik:wght@300&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Dancing Script', cursive;
	font-family: 'Gabarito', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Pacifico', cursive;
	font-family: 'Poppins', sans-serif;
	font-family: 'REM', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Rubik', sans-serif;
}
:root {
  --cormarca: #EB8F90;
  --hovercormarca: #BF6769;
  --cortexto: #565657; 
}
/*Como usar a var:
color: var(--cormarca);
*/
.container-geral {
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.linha1 {
	width: 100%;
  margin-left: 15px;
  margin-right: 15px;
	border-bottom: 1px solid #9D9D9E;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.nomemarca {
	margin-top: 40%;
}
.nomemarca h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.nomemarca h2 {
	font-size: 18px;
	color: #fff;
	margin-top: -10px;
	line-height: 20px;
}
.fotomarca {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.fotomarca img {
	width: 130px;
	border-radius: 50%;
	margin-top: 22px;
}
.bemvindo {
	text-align: right;
}
.perfil {
	background-image: url("../imagens/fotoloja.png");
	background-color: var(--cormarca);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	min-height: 350px;
	overflow: hidden;
  z-index: -200;
  margin-top: -7px;
  box-sizing: border-box;
}
.arte1 img {
	width: 100%;
	margin-top: -2px;
}
.atendimento {
	margin-top: -7px;
}
.atendimento h1 {
	font-size: 20px;
	font-weight: 600;
	color: var(--cormarca);
}
.atendimento p {
	font-size: 16px;
	color: var(--cortexto);
	line-height: 7px;
}
.links h1 {
	font-size: 20px;
	font-weight: 600;
	color: var(--cormarca);
	margin-top: 10px;
}
.link {
	width: 100%;
	height: 100%;
	background-color: var(--cormarca);
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 12px solid #fff;
	border-radius: 27px;
	cursor: pointer;
}
.link i {
	font-size: 40px;
	color: #fff;
}
.link a {
	text-align: center;
	width: 100%;
	height: 100%;
}
.link:hover {
	background-color: var(--hovercormarca);
	transition: 0.3s;
}
.title_map h1 {
	font-size: 20px;
	color: var(--cormarca);
	font-weight: 600;
	margin-top: 10px;
}
.nav-tabs {
	margin-top: 20px;
}
#home-tab {
	color: var(--cormarca);
}
#duvidas-tab {
	color: #ccc;
}
#duvidas-tab:hover {
	color: var(--cormarca);
}
.tabzuu {
	margin-top: 10px;
}
.tabzuu p {
	text-align: justify;
	text-indent: 12px;
	line-height: 17px;
	font-size: 13;
	color: var(--cortexto);
}
.nav-link {
	font-size: 20px;
	color: var(--cormarca);
	font-weight: 600;
}
.btn-duvidas-card {
	background-color: var(--cormarca);
	padding: 15px 10px 10px 15px;
	color: var(--cortexto);
}
.btn-duvidas-card h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.bizuu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.bizuu img {
	width: 120%;
	max-width: 100px;
}
.copy {
	margin-top: 10px;
	line-height: 16px;
	text-align: center;
}
.copy span {
	font-weight: 600;
}
.copy a {
	color: #F8600D;
	font-weight: 600;
}
.copy p {
	font-size: 14px;
}
.modal-catalogo {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 15px;
}
.modal-catalogo button {
	background-color: var(--cormarca);
	border: none;
	height: 40px;
}
.modal-catalogo button:hover {
	background-color: var(--hovercormarca);
}
.modal-catalogo img {
	width: 100%;
	max-width: 80px;
}



