
@media (max-width: 767px) {
	
/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	font-family: 'Inter', 'Manrope', 'Noto Sans', Arial, sans-serif;
	background: #fff;
	color: #222;
}

*, *::before, *::after { box-sizing: border-box; }

html, body { overflow-x: hidden; }

.hero-section { position: relative; overflow-x: hidden; }

.hero-btn { width: 100%; }      /* no lugar de 100vw */
.plano-section { width: 100%; } /* no lugar de 100vw */

/* HEADER */
.header {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-top: 4%;
	padding-left: 4%;
	box-sizing: border-box;
}
.logo {
	width: 120px;
	height: auto;
}

/* HERO SECTION */
.hero-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 3rem;
	position: relative;
	overflow: hidden;
}
.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.2rem;
}
.hero-section::before{
	  content: "";
  position: absolute;
  top: 30%; /* sobe para ficar parcialmente visível */
  width: 10rem;
  height: 25rem;
border-radius: 50%;
  background: linear-gradient(
    135deg,
    #9605FF 100%,
    #FF52A6 100%
  );
  filter: blur(80px); /* deixa efeito mais suave e premium */
  z-index: 0;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 18%; /* sobe para ficar parcialmente visível */
  width: 15rem;
  height: 10rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #9605FF 100%,
    #FF52A6 100%
  );
  filter: blur(80px); /* deixa efeito mais suave e premium */
  z-index: 0;
}

/* Círculo esquerdo */
.hero-section::before {
  left: -150px;
}

/* Círculo direito */
.hero-section::after {
  right: -150px;
}
.hero-section h2 {
	font-size: 3rem;
    font-family: 'Inter', 'Manrope', 'Noto Sans', Arial, sans-serif;
	font-weight: 500;
    color: #9605FF;
	margin: 0;
}
.hero-content .quebra1{
	display: none;
}
.hero-section p {
	font-size: 1.0rem;
	max-width: 500px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.5);
}
.hero-img {
	width: 320px;
	max-width: 90vw;
	margin: 1.5rem 0 1rem 0;
	display: block;
}

.btn-init{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-btn {
	background: #9605FF;
	color: #fff;
	border: none;
    width: 100vw;
	height: 10vh;
	font-size: 1.1rem;
	font-weight: 300;





}
.arrow-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.arrow-img {
	width: 14px;
    height: auto;
	margin-top: 0.2rem;
}

/* SECTION PARA QUEM É */
.para-quem-section {
	width: 100%;
	display: flex;
    align-items: flex-start;
	margin-left: 5%;
	flex-direction: column;
	
}

.para-quem-section-pc{
	display: none;
}

.para-quem-section h2 {
	font-size: 3rem;
	font-weight: 500;
    color: #9605FF;
	margin-bottom: 0.5rem;
}
.para-quem-section p {
	font-size: 1.05rem;
	color: rgba(0, 0, 0, 0.527);
	margin-bottom: 2.2rem;
}
/* GRID PARA QUEM É */
.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto) 1fr;
	gap: 1.2rem;
	width: 90vw;
	max-width: 767px;
}
.grid-item {

    margin-top: 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 140px;
	position: relative;
	animation: animation-fade-in-up 0.5s ease forwards;
}

@keyframes animation-fade-in-up {
	0% {
		transform: translateX(20px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
	
}
.grid-item img {
	width: 40vw;
	height: auto;

}

.grid-item-large {
	grid-column: 1 / span 2;
	width: 100%;
	min-height: 160px;
}
.grid-item-large img {
	width: 100%;
	margin-bottom: 0.7rem;
}

@media (max-width: 767px) {
	.grid-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto) 1fr;
	gap: 1.2rem;
	width: 90vw;
	}
	.grid-item-large {
	grid-column: 1 / span 2;
	width: 100%;
	min-height: 160px;
}	
}

@media (max-width: 767px) {
	.hero-img {
		width: 90vw;
	}
}

/* GRADE DE CONTEÚDOS */
.grade-conteudos-section {
	width: 100%;
	overflow: hidden;
	padding: 2.5rem 0 3rem 0;
	background: linear-gradient( to left, #5A0399, #9605FF);
	display: flex;
	flex-direction: column;

}
.grade-conteudos-section h2 {
	font-size: 3rem;
	width: 70%;
	font-weight: 300;
    margin-left: 4%;
    text-align: start;
    color: #fff;
    margin-bottom: 6%;
}
.grade-sub {
	font-size: 1.05rem;
	color: #fff;
	margin-left: 4%;
		width: 70%;

    font-weight: 200;
margin-bottom: 15%;
}
.carousel {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;

}

.carousel img{
	margin: 4px;
	width: 100%;
}

.carousel-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.carousel-card img {
	width: 220px;
	height: 50vh;
	border-radius: 18px;
	margin-bottom: 0.7rem;
}
.carousel-card span {
	font-size: 1rem;
	color: #fff;
	text-align: start;
}
.setas{
	gap: 10px;
	margin-bottom: 4%;
}
.carousel-arrow-right{
	margin-left:62%;
}
.carousel-arrow-left{
	margin-left:7%;
}

.carousel-card span {
	font-size: 1rem;
	color: #fff;
	text-align: start;
}
.carousel-bottom {
	display: flex;
	flex-direction: column;
    margin-left: 10%;
	margin-top: 1.5rem;
}
.carousel-bottom-arrow {
	width: 16px;
 margin-left: 4%;
    margin-bottom: 0.7rem;
}
.carousel-bottom-text {
	font-size: 0.9rem;
	color: #fff;
	text-align: start;
    margin-left: 4%;

}


/* O QUE MUDA NA SUA VIDA */
.muda-vida-section {
	width: 100%;
	padding: 2.5rem 0 rem 0;
	background: #fff;
	display: flex;
	flex-direction: column;

}
.muda-vida-section h2 {
	font-size: 3rem;
	font-weight: 300;
	color: black;
	margin-bottom: 2rem;
	margin-left: 6%;
}
.muda-vida-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
    margin-left:5%;
	justify-content: center;
	width: 80vw;
	max-width: 900px;
}
.muda-vida-card {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
    border: 1px solid #0202021c;
	justify-content: space-between;
	padding: 1.1rem 0.2rem 0.2rem 0.2rem;
	min-height: 140px;
	width: 30vw;
	margin-bottom: 1rem;
}
.muda-vida-icon {
	width: 18px;
	height: 18px;
    margin-top: 2%;
    margin-left: 6%;
	margin-bottom: 0.7rem;
}
.muda-vida-card span {
	font-size: 0.78rem;
	color: #333;
	margin-left: 6%;
    margin-bottom: 0.5rem;
}

.special-card{

	margin-top: 4%;
	border-radius: 16px 16px 0 0;
	display: flex;
	flex-direction: column;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	justify-content: space-between;
	background-color: black;
	height: 50vh;
	width: 90%;

	margin-left: 4.6%;
}

.muda-vida-logo{
	width: 30vw;
	height: auto;
	margin-top: 10%;
	margin-left: 6%;
}

.muda-vida-card-especial  h2{
	font-size: 3rem;
	color: #fff;
	margin-left: 4%;
	font-weight: 300;
	
	

}

.muda-vida-card-especial  p{
	font-size: 0.9rem;
	color: #ffffff52;
	margin-left: 4%;


}

.plano-img-pc{
	display: none;
}


@media (max-width: 700px) {
	.muda-vida-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.2rem;
		width: 90vw;
	}
	.muda-vida-card {
		width: 90%;
		min-width: 0;
	}
}

/* SECTION PLANO */

.plano-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plano-img{
	width: 100%;
	height: auto;
}

.plano-btn{
	background: black;
	color: #fff;
	border: none;
	width: 100vw;
	height: 10vh;
	font-size: 1.1rem;
}

.line{
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 0;
}

.footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
	text-align: center;
	background-color: black;
}
.footer-logo {
    width: 20px;
    height: auto;
    margin-bottom: 1rem;
}
.footer-nav a {
    color: #fff;
    margin: 0 1rem;
    text-decoration: none;
	font-weight: 300;
    font-size: 0.9rem;
}
.footer-nav a:hover {
    text-decoration: underline;
}
}

/*STYLE DESKTOP*/


@media(min-width: 768px) {

html, body {
	overflow-x: hidden;
}

/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	font-family: 'Inter', 'Manrope', 'Noto Sans', Arial, sans-serif;
	background: #fff;
	color: #222;
}

/* HEADER */
.header {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-top: 2%;
	padding-left: 4%;
	box-sizing: border-box;
}
.logo {
	width: 8vw;
	height: auto;
	margin-left: 4%;
}

/* HERO SECTION */
.hero-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.hero-section::before{
	  content: "";
  position: absolute;
  top: 10%; /* sobe para ficar parcialmente visível */
  width: 12rem;
  height: 3rem;
  background: linear-gradient(
    135deg,
    #9605FF 90%,
    #FF52A6 100%
  );
  filter: blur(100px); /* deixa efeito mais suave e premium */
  z-index: 0;
}
.hero-section::after {
  content: "";
bottom: 90%;
  position: absolute;
  width: 50rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    #9605FF 90%,
    #FF52A6 100%
  );
  filter: blur(100px); /* deixa efeito mais suave e premium */
  z-index: 0;
}

/* Círculo esquerdo */
.hero-section::before {
  left: 2px;
}

/* Círculo direito */
.hero-section::after {
  right: 2px;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 1.2rem;
}
.hero-section h2 {
	font-size: 4rem;
    font-family: 'Inter', 'Manrope', 'Noto Sans', Arial, sans-serif;
	font-weight: 300;
    color: #9605FF;
	margin: 0;
}

.hero-content .quebra{
	display: none;
}

.hero-section p {
	font-size: 0.8rem;
	max-width: 500px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.534);
}
.hero-img {
	width: 40vw;
	height: auto;
	margin: 1.5rem 0 1rem 0;
	display: block;
}

.btn-init{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-btn {
	background: #9605FF;
	color: #fff;
	border: none;
    width: 100vw;
    height: 10vh;
	font-size: 1rem;
	font-weight: 300;
	cursor: pointer;

}
.hero-btn:hover {
	background-color: black;

}
.arrow-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.arrow-img {
	width: 0.8rem;
    height: auto;
	margin-top: 1.2rem;
}

/* SECTION PARA QUEM É PC */
.para-quem-section {
display: none;
	
}

.para-quem-section-pc {
	margin-left: 4%;
	margin-bottom: 2%;
	
}
.para-quem-section-pc h2 {
	font-size: 4rem;
	font-weight: 300;
    color: #9605FF;
}
.para-quem-section-pc p {
	font-size: 1.05rem;
	color: black;
	margin-bottom: 2.2rem;
}
/* GRID PARA QUEM É */
.grid-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr); /* 6 colunas para o layout */

}



/* 3 pequenas */
.grid-item {
  grid-column: span 2; /* 6 ÷ 3 */

}

.grid-item img {
  width: 20rem;
  height: 38vh;
  object-fit: cover;
  border-radius: 12px;
}

/* 2 grandes */
.grid-item-large {
  grid-column: span 3; /* 6 ÷ 2 */
}

.grid-item-large img {
  width: 30rem;
  margin: 5% 0;
  object-fit: cover;
  border-radius: 16px;
}

/* GRADE DE CONTEÚDOS */

.grade-conteudos-section {
  width: 100%;
	overflow: hidden;
	background: linear-gradient( to left, #5A0399, #9605FF);
	display: flex;
	flex-direction: column;

}

.grade-conteudos-section h2 .quebra{
	display: none;
}
.grade-conteudos-section h2 {
	font-size: 4rem;
	font-weight: 300;
    margin-left: 20%;
    color: #fff;
  
}
.grade-sub {
	font-size: 1rem;
	color: #fff;
	margin-left: 20%;

}

.carousel-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2.2rem;
		
}
.setas{
	display: flex;
	margin-left: 70%;
	margin-bottom: 4%;
}

.carousel-arrow {
	width: 3vw;
	height: 5vh;
	margin: 2%;
    border-radius: 15px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.07);
	

}

.carousel {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin-left: 15%;
    margin-right: 15%;

}

.carousel img{
	margin: 4px;
	width: 100%;
}

.carousel-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.carousel-card img {
	width: 250px;
	height: 50vh;
	border-radius: 18px;
	margin-bottom: 0.7rem;
}
.carousel-card span {
	font-size: 1rem;
	color: #fff;
	text-align: start;
}
.carousel-bottom {
	display: flex;
	flex-direction: column;
    margin-left: 10%;
	margin-top: 0.2rem;
}
.carousel-bottom-arrow {
	width: 16px;
    margin-left: 25%;
    margin-bottom: 0.7rem;
}
.carousel-bottom-text {
	font-size: 0.9rem;
	color: #fff;
    margin-left: 25%;
	margin-bottom: 2%;

}


/* O QUE MUDA NA SUA VIDA */
.muda-vida-section {
	width: 100%;

	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.muda-vida-section .quebra{
	display: none;
}

.muda-vida-section h2 {
	font-size: 4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 3rem;
	text-align: center;
}
.muda-vida-grid {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	justify-content: center;
	width: 80vw;
	
}
.muda-vida-card {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
    border: 1px solid #0202021c;
	justify-content: space-between;
	padding: 1.5rem 0.2rem 0.2rem 0.2rem;
	min-height: 140px;
	width: 15%;
	height: 30vh;
	margin-bottom: 1rem;
}
.muda-vida-card:hover{
background-color: #9605FF;
	transform: translateY(-2px);
	transition: all 0.3s ease;
	color: white;
}
.muda-vida-icon {
	width: 18px;
	height: 18px;
    margin-top: 2%;
    margin-left: 6%;
	margin-bottom: 0.7rem;
}
.muda-vida-card:hover .muda-vida-icon {
	filter: invert(1);
}
.muda-vida-card span {
	font-size: 0.78rem;
	color: #333;
	margin-left: 6%;
    margin-bottom: 0.5rem;
}
.muda-vida-card:hover span {
	color: #fff;
}

.special-card{

	margin-top: 4%;
	border-radius: 16px 0 0 16px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	justify-content: space-between;
	background-color: black;
	height: 19rem;
	padding-right: 6%;
	width: 40%;
	margin-left: 18.2%;
}

.muda-vida-logo{
	width: 15%;
	height: auto;
	margin-top: 5%;
	margin-left: 4%;
}

.muda-vida-card-especial  h2{
	font-size: 2rem;
	color: #fff;
	margin-left: 4%;
	font-weight: 300;
	
}

.muda-vida-card-especial  p{
	font-size: 0.9rem;
	color: #ffffff52;
	margin-left: 4%;



}


/* SECTION PLANO */

.plano-section {
	width: 100%;
margin-left: 50.4%;
}
.plano-img{
	display: none;
}
.plano-img-pc{
width: 48%;
height: auto;
position: relative;
margin-left: 100%;
padding-left: 15%;
bottom: 20.8rem;
border-radius:  16px 16px 0 0;
}
.plano-btn{
	background: black;
	color: #fff;
	border: none;
	width: 19.3%;
	margin-left: 13.9%;
	border-radius:0 0 16px 16px;
	height: 10vh;
	font-size: 0.6rem;
}

.plano-btn:hover {
	background-color: #9605FF;
}
.line {
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 0;
}

.footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem 0;
	text-align: center;
	background-color: black;
}
.footer-logo {
    width: 20px;
    height: auto;
    margin-bottom: 1rem;
}
.footer-nav a {
    color: #fff;
    margin: 0 1rem;
    text-decoration: none;
	font-weight: 300;
    font-size: 0.9rem;
}
.footer-nav a:hover {
    text-decoration: underline;
}
}

@media (min-width:1025px) and (max-width: 1280px) {

	/* SECTION PARA QUEM É PC */
.para-quem-section {
display: none;
	
}

.para-quem-section-pc {
	margin-left: 5%;
	margin-bottom: 2%;
	
}
.para-quem-section-pc h2 {
	font-size: 4rem;
	font-weight: 300;
    color: #9605FF;
}
.para-quem-section-pc p {
	font-size: 1.05rem;
	color: black;
	margin-bottom: 2.2rem;
}
/* GRID PARA QUEM É */
.grid-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr); /* 6 colunas para o layout */
  grid-template-columns: 20% 12% 20% 12% 20% 20%;

}



/* 3 pequenas */
.grid-item {
  grid-column: span 2; /* 6 ÷ 3 */

}

.grid-item img {
  width: 23rem;
  height: 38vh;

  position: relative;
  object-fit: cover;
  border-radius: 12px;
}

/* 2 grandes */
.grid-item-large {
  grid-column: span 3; /* 6 ÷ 2 */
}

.grid-item-large img {
  width: 32rem;
  height: 30vh;
  position: relative;
  border-radius: 16px;
}


	.plano-section {
	width: 100%;	
	
	
}

/* O QUE MUDA NA SUA VIDA */
.muda-vida-section {
	width: 100%;

	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.muda-vida-section .quebra{
	display: none;
}

.muda-vida-section h2 {
	font-size: 4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 3rem;
	text-align: center;
}
.muda-vida-grid {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	justify-content: center;
	width: 80vw;
	
}
.muda-vida-card {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
    border: 1px solid #0202021c;
	justify-content: space-between;
	padding: 1.5rem 0.2rem 0.2rem 0.2rem;
	min-height: 140px;
	width: 15%;
	height: 30vh;
	margin-bottom: 1rem;
}
.muda-vida-card:hover{
background-color: #9605FF;
	transform: translateY(-2px);
	transition: all 0.3s ease;
	color: white;
}
.muda-vida-icon {
	width: 18px;
	height: 18px;
    margin-top: 2%;
    margin-left: 6%;
	margin-bottom: 0.7rem;
}
.muda-vida-card:hover .muda-vida-icon {
	filter: invert(1);
}
.muda-vida-card span {
	font-size: 0.78rem;
	color: #333;
	margin-left: 6%;
    margin-bottom: 0.5rem;
}
.muda-vida-card:hover span {
	color: #fff;
}

.special-card{

	margin-top: 4%;
	border-radius: 16px 0 0 16px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	justify-content: space-between;
	background-color: black;
	height: 25rem;
	padding-right: 6%;
	width: 40%;
	margin-left: 18.2%;
}

.muda-vida-logo{
	width: 15%;
	height: auto;
	margin-top: 5%;
	margin-left: 4%;
}

.muda-vida-card-especial  h2{
	font-size: 2rem;
	color: #fff;
	margin-left: 4%;
	font-weight: 300;
	
}

.muda-vida-card-especial  p{
	font-size: 0.9rem;
	color: #ffffff52;
	margin-left: 4%;



}


/* SECTION PLANO */

.plano-section {
	width: 100%;
margin-left: 50.4%;
}
.plano-img{
	display: none;
}
.plano-img-pc{
width: 45%;
height: auto;
position: relative;
margin-left: 100%;
padding-left: 15%;
bottom: 19.2rem;
border-radius:  16px 16px 0 0;
}
.plano-btn{
	background: black;
	color: #fff;
	border: none;
	width: 18%;
	margin-left: 13.9%;
	border-radius:0 0 16px 16px;
	height: 10vh;
	font-size: 0.6rem;
	margin-bottom: 4%;
}

.plano-btn:hover {
	background-color: #9605FF;
}
	
}


@media (min-width:1281px) {

	/* SECTION PARA QUEM É PC */
.para-quem-section {
display: none;
	
}

.para-quem-section-pc {
	margin-left: 5%;
	margin-bottom: 2%;
	
}
.para-quem-section-pc h2 {
	font-size: 4rem;
	font-weight: 300;
    color: #9605FF;
}
.para-quem-section-pc p {
	font-size: 1.05rem;
	color: black;
	margin-bottom: 2.2rem;
}
/* GRID PARA QUEM É */
.grid-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr); /* 6 colunas para o layout */
 

}



/* 3 pequenas */
.grid-item {
  grid-column: span 2; /* 6 ÷ 3 */

}

.grid-item img {
  width: 35rem;
  height: 39vh;

  position: relative;
  object-fit: cover;
  border-radius: 12px;
}

/* 2 grandes */
.grid-item-large {
  grid-column: span 3; /* 6 ÷ 2 */
}

.grid-item-large img {
  width: 56rem;
  height: 40vh;
  position: relative;
  border-radius: 16px;
}


	.plano-section {
	width: 100%;	
	
	
}

/* O QUE MUDA NA SUA VIDA */
.muda-vida-section {
	width: 100%;

	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.muda-vida-section .quebra{
	display: none;
}

.muda-vida-section h2 {
	font-size: 4rem;
	font-weight: 300;
	color: black;
	margin-bottom: 3rem;
	text-align: center;
}
.muda-vida-grid {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	justify-content: center;
	width: 80vw;
	
}
.muda-vida-card {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
    border: 1px solid #0202021c;
	justify-content: space-between;
	padding: 1.5rem 0.2rem 0.2rem 0.2rem;
	min-height: 140px;
	width: 15%;
	height: 30vh;
	margin-bottom: 1rem;
}
.muda-vida-card:hover{
background-color: #9605FF;
	transform: translateY(-2px);
	transition: all 0.3s ease;
	color: white;
}
.muda-vida-icon {
	width: 18px;
	height: 18px;
    margin-top: 2%;
    margin-left: 6%;
	margin-bottom: 0.7rem;
}
.muda-vida-card:hover .muda-vida-icon {
	filter: invert(1);
}
.muda-vida-card span {
	font-size: 0.78rem;
	color: #333;
	margin-left: 6%;
    margin-bottom: 0.5rem;
}
.muda-vida-card:hover span {
	color: #fff;
}

.special-card{

	margin-top: 4%;
	border-radius: 16px 0 0 16px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	justify-content: space-between;
	background-color: black;
	height: 28rem;
	padding-right: 6%;
	width: 40%;
	margin-left: 18.2%;
}

.muda-vida-logo{
	width: 15%;
	height: auto;
	margin-top: 5%;
	margin-left: 4%;
}

.muda-vida-card-especial  h2{
	font-size: 2rem;
	color: #fff;
	margin-left: 4%;
	font-weight: 300;
	
}

.muda-vida-card-especial  p{
	font-size: 0.9rem;
	color: #ffffff52;
	margin-left: 4%;



}


/* SECTION PLANO */

.plano-section {
	width: 100%;
margin-left: 50.4%;
}
.plano-img{
	display: none;
}
.plano-img-pc{
width: 35%;
height: auto;
position: relative;
margin-left: 100%;
padding-left: 15%;
bottom: 25.7rem;
border-radius:  16px 16px 0 0;
}
.plano-btn{
	background: black;
	color: #fff;
	border: none;
	width: 14%;
	margin-left: 13.8%;
	border-radius:0 0 16px 16px;
	height: 10vh;
	font-size: 0.6rem;
	margin-bottom: 4%;
}

.plano-btn:hover {
	background-color: #9605FF;
}
	
}