
/* Importa 4 estilos de fonts */
/*@import url('https://fonts.googleapis.com/css2?&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playwrite+CO:wght@100..400&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/

/* Novas fonts Importa 3 estilos de fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Shadows+Into+Light&display=swap');



html {
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Arial Narrow", Tahoma, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  background: #ededf2;
  /*background: #fdfdfd url('../imagens/fundo_2.jpg') no-repeat fixed center; /*mba*/
  
 }
body.scrolling {
  overflow-y: hidden;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

/*img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}*/

.container {
  /*max-width: 80rem; /*inicial*/
  /*max-width: 90rem; /*mba*/
  width: 100%;
  height: auto;
  /*padding: 0 2rem; /*inicial*/
  /*padding: 0 0.5rem; /* mba*/
  margin: 0 auto;
}
.redes {
	position: fixed;
	margin-top: 0.4rem; /* 0.2 */
	display: inline-block;
	/*border: 1px solid #ff0000;*/
	width: 100%;
	z-index: 899;
}

.icon_what {
	float: right;
	padding: 0.2rem 0.3rem;
}
.icon_what img {
	width: 1.35rem;
	height: 1.35rem;
}

.ultimo_icon {
	padding-right: 2rem;
}
.what_flutua {
	/*display: none;*/
	position: fixed;
	width:2.5rem;
	height:2.5rem;
	bottom:5.8rem;
	right:1rem;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	-webkit-border-radius: 50px; /*Mba*/
	-moz-border-radius: 50px;   /*Mba*/
	text-align:center;
	font-size:1.5rem;
	box-shadow: 1px 1px 2px #888;
	z-index:800;
}
.cor_whats {
	color: #fff;
}

.botao_fixo {
	display: none;
	position: fixed;
	bottom: 11.5rem;
	right: 0.2rem;
	visibility: hidden;
	/*border: 1px solid;*/
	color: #c3c1c1;
	font-size: 2.5rem;
}
.botao_fixo.visible {
	visibility: visible;
}

.bt_topo {
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px; /*Mba*/
	-moz-border-radius: 20px;   /*Mba*/
}

.brand {
  /*font-family: inherit;*/ /*inicial*/
  /*font-family: "Playwrite CO", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;*/
  font-family: "Shadows Into Light", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;
  font-optical-sizing: auto;
  /*font-weight: 400;*/
  font-style: normal;
  font-size: 1.5rem;
  /*font-weight: 700;*/
  line-height: inherit;
  border: none;
  outline: none;
  /*color: #e91e63;/*Inicial*/
  /*color: #acacac; /* Mba*/
  /*text-transform: uppercase;*/
  text-rendering: optimizeLegibility;
}

.brand img {
	width: 2.6rem;
	height: 2.6rem;
}
.logo_marca {
	display: flex;
	margin-top: 0.5rem;
}
.meu_titulo {
	padding-left: 3.5rem;/*inicio 0.5 */
	/*color: #acacac;*/
	color: #d025ba; 
	font-weight: 500;
}

.header {
  position: fixed; /*inicial*/
  /*position: relative;*/
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  background: #ffffff;
  /* retirei o box shadow para esconder a linha separadora*/
  /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
}
.header .wrapper {
  display: flex;
 /* justify-content: space-between; /* inicial*/
  /*justify-content: center; /*Mba*/
  align-items: center;
  gap: 1.8rem; /* 2rem*/
  max-width: 100%;
  height: auto;
  /*padding: 0.75rem 0; /*inicial*/
  /*padding: 0.5rem 0 0.5rem 0.75rem; /*mba*/
  padding: 0.3rem 2rem 0.3rem 2rem; /*mba*/
  background-color: #fff; /*Mba*/
  border-radius: 8px; /*Mba*/
	-webkit-border-radius: 8px; /*Mba*/
	-moz-border-radius: 8px;   /*Mba*/
}
.header .navbar {
  max-width: 100%;
  height: auto;
}
.header .menu > .menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.75rem;
  /*font-family: "Fraunces", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;*/
  font-family: "Lexend", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif, cursive;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "SOFT" 0,
    "WONK" 0;
}

.header .menu > .menu-item > a {
  display: block;
  /*font-family: inherit;*/
  font-size: 1.0rem;
  font-weight: 400;/*600*/
  line-height: inherit;
  padding: 1rem 0;
  border: none;
  outline: none;
 /* color: #121212; /*Inicial*/
  color: #5b003f; /*Mba*/
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.header .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.35rem;
  border: none;
  outline: none;
  pointer-events: none;
}
.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
  position: absolute;
  box-sizing: inherit;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #5d1ea4; /* inicial #fff;*/
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.header .menu > .menu-item:hover > a {
  /*color: #e91e63;/*Inicial*/
  /*color: #ffaa00;/*Mba cor do item do menu*/
  color: #d025ba;/*Mba cor do item do menu*/ 
}
.header .menu > .menu-item:hover > a .expand::before, .header .menu > .menu-item:hover > a .expand::after {
  /*background: #ffaa00; /*#e91e63; mba*/
  background: #d025ba;/*Mba cor do item do menu*/
}
.header .menu > .menu-item > a .expand::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  /*color: #ffaa00; /*#e91e63; mba*/
  color: #d025ba;/*Mba cor do item do menu*/ 
}
.header .menu > .menu-item > .sub-menu {
  position: absolute;
  left: -1rem;
  top: 100%;
  width: 13rem;
  height: auto;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #e91e63;
  border-radius: 8px; /*Mba*/
	-webkit-border-radius: 8px; /*Mba*/
	-moz-border-radius: 8px;   /*Mba*/
  background: #f4f4f4;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(1rem);
  transition: all 0.35s ease;
}
.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  padding: 0.5rem 1.25rem;
  /*color: #121212; /* Inicio*/
  color: #845db1; /* Mba cor dos submenus na desktop*/
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease;
}
.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}
.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #5d1ea5; /*#121212*/
  transform: rotate(0deg);
  transition: all 0.25s ease;
}
.header .opened-menu span:nth-child(1) {
  top: 0.1rem;
}
/*.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
  top: 0.5rem; }*//* inicial */
.header .opened-menu span:nth-child(2) {top: 0.5rem;}
.header .opened-menu span:nth-child(3) {top: 0.9rem;}
.header .opened-menu span:nth-child(4) {top: 1.3rem;}

.header .closed-menu {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}
.header .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}
.header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.35s ease;
}
.main {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 6rem 0;
}

