* {
margin: 0px;
padding: 0px;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}

@font-face {
	font-family: Montserrat-ExtraBold;
	src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype');,
}

@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light.ttf) format('truetype');
}

@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
}

html {
	scroll-behavior: smooth;
	scroll-padding: 150px;
}

body {
	background-color: #FAFAFA;
}

/*HEADER*/

header {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dadada;
	background-color: #FFF;
	transition: .5s;
	z-index: 3;
}

header.hide
{transform: translateY(-100%); transition: .5s}

nav.navbar {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 100px;
	transition: .5s;

}

/*LOGO*/

ul.logo-btn {
	display: flex; 
	align-content: center; 
	align-items: center; 
	justify-content: space-between;
}

i#btn-burguer 
{display: none;}

#btn-burguer.active ~ #navbar ul 
{margin-left: -200px;}

nav > ul > img.logo {
	display: flex;
	width: 120px;
	cursor: pointer;
}

/*TEXTO*/

nav > ul.text-bar {
	font-family: Montserrat-Light;
	font-weight: 800;
	transition: .25s;
}

nav ul.text-bar li a:hover {
  	color: #8a2be2;
  	background-color: #eeddff;
  	outline: 1px solid #8a2be2;
  	transform: translate(0, -2px);
  	transition: .1s;
}

nav > ul.text-bar > li {
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
	transition: .25s;
}

nav > ul.text-bar > li > a {
	display: flex;
	font-size: 14px;
	padding: 6px 8px;
	color: #1A1A1A;
	position: relative;
	transition: .25s;
}

nav > ul.text-bar > li:not(:last-child) 
{border-right: 1px solid #cfd2d4;}

/*ICONES*/

nav > ul.icons {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	outline: 1.5px solid #1A1A1A;
	color: #1A1A1A;
	transition: .25s;
}

nav > ul.icons:hover {
	outline-color: blueviolet;
	transition: .25s;

}

ul.icons > li {
	border-color: #8a2be2;
	transition: .25s;
}

nav > ul.icons > li:not(:last-child) {
	border-right: 1.5px solid #1A1A1A;	
	transition: .5s;
}

ul.icons > li > a {
	display: flex;
	transition: .25s;
	padding: 5px 20px;
}

ul.icons > li > a:hover{
  	background-color: #eeddff;
  	transition: .25s;
}

ul.icons > li > a > i {
	color: #1A1A1A;
	transition: .25s;
}

ul.icons > li > a:hover > i{
  	color: blueviolet;
  	transform: translate(0, -2px);
  	transition: .25s;
}

#button-whatsapp {
	position: fixed;
	width: 100px;
	bottom: 5%;
	right: 3%;
	
	cursor: pointer;
	z-index: 3;
}

/*INFORMAÇÃO PRINCIPAL*/

section.content-infoprincipal {
	display: flex;
	width: 100%;
	align-content: center;
	align-items: center;
	margin-top: 150px;
}

div.informacao-principal {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	align-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;

}

h1.salaoDeBeleza {
	font-family: Montserrat-ExtraBold;
	font-size: 42pt;
	letter-spacing: 10px;
	
	border: 3px solid #1A1A1A;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 100%;
	color: #1A1A1A;
}

h1.gleideFashionHair {
	font-family: Montserrat-ExtraBold;
	font-size: 42pt;

	color: white;
	background-color: #1A1A1A;

	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

h1.avFloraJaguaribe {
	font-family: Montserrat-ExtraBold;
	font-size: 16pt;
	color: #1A1A1A;
	padding: 6px 20px;

}

span.fundoTexto {
	color: white;
	background-color: #1A1A1A;
	padding: 1px 3px;
}

/*CATEGORIAS*/

section.content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

div.categoria {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	max-height: 500px;
	gap: 10px;

	margin-left: auto;
	margin-right: auto;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
}

section.content.active div.categoria {
  	max-height: 2000px;
  	transition: max-height 1s ease-in-out;
}

h1.titulo-categoria {
	background-color: #1A1A1A;
	color: white;
	border-radius: 0px;
	font-family: Montserrat-Light;
	font-size: 16pt;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	align-self: flex-start;
	width: 100%;
}

div.linha {
	width: 100%;
	
	border-bottom: 0.1px solid #1A1A1A;
	
	margin: 0;
	padding: 0;
}

div.box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 150px;
	margin-top: 20px;
	
	border: 0.1px solid #707070;
	background-color: #ECEFF1;
	border-radius: 0px;
	
	overflow: hidden;
	cursor: pointer;
}

div.box > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

div.box > p {
	padding-top: 10px;
	position: relative;
	background-color: #FFF;
	color: #1A1A1A;
	opacity: 100%;
}

div.box > p.text-box {
	font-family: Montserrat-Light;
	font-size: 12pt;
	padding-bottom: 10px;
}

.box:hover {
	background-color: lightgray;
}

.box:hover p {
	opacity: 50%;
	transition: .1s ease-in;

}

.linha-esconde {
	width: 100%;
	height: 20px;
	transform: translate3d(0px, -10px, -10px);
	background: linear-gradient(0deg, rgba(250,250,250,10) 0%, rgba(250,250,250,1) 50%, rgba(0,0,0,0) 100%);
}

.mostrar-mais {
	border-style: none;
	width: 100%;
	margin-bottom: 5px;
	font-family: Montserrat-Light;
	font-size: 14pt;
	align-self: flex-start;
	background-color: #FAFAFA;
	cursor: pointer;
}

.mostrar-mais:hover {
  text-decoration: underline;
}

.content .mostrar-mais::before {
  content: 'MOSTRAR MAIS';
  font-size: 14pt;
}

.content.active .mostrar-mais::before {
  content: 'MOSTRAR MENOS';
  scroll-padding: 50px;
  font-size: 14pt;
}

.content.active .linha-esconde {
  visibility: hidden;
}

.svg-seta {
	width: 14px;
}

.content.active .svg-seta{
  transform: rotate(180deg);
  transition: 1s;
}

.content .svg-seta{
  transform: rotate(0deg);
  transition: 1s;
}

/*====== PRODUTOS ======*/
div.categoria-box {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: auto;

	margin-left: auto;
	margin-right: auto;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
}

div.categoria-box > h1.titulo-categoria {
	margin-bottom: 10px;
}


h1.titulo-categoria-v2 {
	background-color: #FF1744;
	color: white;
	border-radius: 0px 0px;
	font-family: Montserrat-ExtraBold;
	font-size: 16pt;
	font-weight: normal;
	padding: 12px 0px 12px 0px;
	align-self: flex-start;
	border: 1px solid #1A1A1A;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
}

h1.titulo-categoria-v2 > i {
	margin-left: 15px;
}

div.content-produtos {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #1A1A1A;
	border-top: 0px;
	padding: 50px 60px;
	gap: 12px;
}

div.box-img-produtos {
	display: flex;
	border: 5px solid #1A1A1A;
	padding: 50px;
	flex-direction: column;
	justify-content: center;
	gap: 20px 0px;
	width: 400px;
}

div.box-p-produtos {
	width: 700px;
}

hr.divisoriav2 {
	margin: 0px 25px;
	border: 1px solid #1A1A1A;
}

p.text-box-produtos {
	font-family: Segoe UI;
	font-size: 16pt;
	color: #1A1A1A;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}


/*====== CONTATO ======*/

section.content-contato {
	display: flex;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

section > div.content-child{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	max-height: 3000px;
	margin-left: auto;
	margin-right: auto;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
}

h1.contato {
	color: white;
	background-color: #1A1A1A;
	border-radius: 0px;
	font-family: Montserrat-Light;
	font-size: 16pt;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	align-self: flex-start;
	width: 100%;
	margin-bottom: 10px;
}

div.element-cards {
	display: flex;	
	justify-content: space-between;
	align-items: center;
	align-content: center;
	align-self: center;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}

div.card-maps, div.card-wpp {
  display: flex;
  flex-direction: column;
	margin-top: 20px;
	height: 550px;
	width: 400px;
	overflow: hidden;
  background: #4ED157;
  border: 1px solid #1A1A1A;
}

div.card-wpp > p.embed-wpp {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	padding: 27px 34px;
	margin: 0;
	font-size: 28pt;
	color: white;
	font-family: Montserrat-ExtraBold;
}

div.button-wpp {
  align-content: center;
  align-self: flex-end;
  text-align: center;
  width: 100%;
  height: auto;
  background: #1868D4;
  outline: 1px solid #1A1A1A;
}

div.button-map {
  align-content: center;
  align-self: flex-end;
  text-align: center;
    
  width: 100%;
  height: auto;
  background: #1868D4;
  outline: 1px solid #1A1A1A;
}

div.button-wpp > a > p {
	display: flex;
	align-items: center;
	justify-content: center;
    
  padding: 30px 0px;

  background: white;
  color: #1A1A1A;
  font-family: Montserrat-ExtraBold;
  font-size: 30pt;
}

div.button-map > a > p {
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 30px 0px;
    
  font-family: Montserrat-ExtraBold;
  font-size: 30pt;
  color: white;
}

iframe.embed-map {
	display: flex;
	height: 100%;
	width: 100%;
	background: #f1f1f1;
}

img.icon-whatsapp, img.icon-marcador {
    align-self: center;
    margin-left: 15px;
    height: 45px;
}

/*=======LOCALIZAÇÃO=========*/

div.div-mapa {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin-top: 50px;
}

p.mapa-titulo {
	display: flex;
	font-family: Montserrat-ExtraBold;
	font-size: 42pt;
	align-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-decoration: underline;
}

iframe.mapa-maps {
	display: flex;
	width: 90%;
	height: 450px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 2px 2px rgba(100, 100, 100, 0.2);
	border-radius: 6px;
}

img#button-whatsapp {
	position: fixed;
	width: 100px;
	bottom: 5%;
	right: 3%;
	
	cursor: pointer;
	z-index: 3;
	transition: 0.25s;
}

/*====WHATSAPP BUTTON=====*/

.button-wpp:hover {
  text-decoration: underline;
  text-decoration-color: #1A1A1A;
  cursor: pointer;
}

.button-map:hover {
  text-decoration: underline;
  text-decoration-color: white;
  cursor: pointer;
}


.whatsapp-box-button:hover {
  text-decoration: underline;
}

/*=====FOOTER=======*/

footer {
	display: flex;
	width: 100%;
	background-color: #1A1A1A;
	margin-top: 100px;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
	transition: 0.25s;
}

div.content-width{
	width: 100%;
	transition: 0.25s;
}

div.content-footer-1 {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.25s;
}

div.content-footer-1 > div  h1 {
	color: white;
	font-family: Segoe UI Black;
	font-size: 46px;
	transition: 0.25s;
}

div.content-footer-1 > div li, div.content-footer-1 > div li a {
	color: white;
	font-family: Segoe UI Light;
	font-size: 16px;
	transition: 0.25s;
}

div.content-footer-1 > div.CRIADOR li a {
	color: #9C27B0;
	transition: 0.25s;
}

.MENU ul.text-bar {
    list-style-type: none;

}

.MENU ul.text-bar li::before {
    content: "•";
    padding-right: 5px;
}


footer hr {
	border-top: 1px solid #FFF;
	width: 100%;
}

div.content-footer-2 {
	display: flex;
	width: 1200px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;

	flex-direction: column;
	justify-content: center;
	justify-items: center;
	align-items: center;
	align-content: center;
	transition: 0.25s;
	
}

footer a:hover {
  cursor: pointer;
  text-decoration: underline;
}


div.content-footer-2 a {
	display: flex;
	font-family: Segoe UI Black;
	font-size: 16px;
	color: white;
	transition: 0.25s;
}

footer div.img-footer {
	gap: 8px;
	padding: 10px;
	display: flex;
	transition: 0.25s;
}

footer div img {
	display: flex;
	height: 15px;
	transition: 0.25s;
}


