/* Containers */

:root {
	/* Colors variables */
	--black: #0f0f0f;
	--white: #f1f1f1;
	--offwhite: rgba(255, 255, 255, 0.9);
	--yellow: #fcc730;
	--red: red;
	--red-gradient-start: #b0000c;
	--red-gradient-end: #2a0a22;

	/* Font variables */
	--main-font: "Montserrat", sans-serif;
	--secondary-font: "Helvetica", "Arial", sans-serif;
	--decoration-font: "Bradley Hand", serif;

	/* Large Displays */
	--title-font: 32px; /* Falls back to 32px at 1600px viewport width */
	--subtitle-font: 24px; /* Falls back to 24px at 1600px viewport width */
	--small-font: 14px; /* Falls back to 14px at 1600px viewport width */
	--medium-font: 26px; /* Falls back to 16px at 1600px viewport width */
	--large-font: 20px; /* Falls back to 20px at 1600px viewport width */
}

@media (max-width: 768px) {
	:root {
		/* Medium Displays (Tablets) */
		--title-font: 3.67vh; /* Adjusts based on height, ensuring better scaling on smaller screens */
		--subtitle-font: 2.78vh;
		--small-font: 1.67vh;
		--medium-font: 2.2vh;
		--large-font: 2.5vh;
	}
}

@media (max-width: 480px) {
	:root {
		/* Small Displays (Mobiles) */
		--title-font: 6vmin; /* Scales with the smaller dimension for better mobile adaptability */
		--subtitle-font: 4.5vmin;
		--small-font: 2.75vmin;
		--medium-font: 4vmin;
		--large-font: 4vmin;
	}
}

body {
	background-color: var(--black);
	font-family: var(--main-font);
	color: var(--white);
	font-weight: 200;
	font-size: var(--medium-font);
	margin: 0 !important;
}

body section div:hover {
	transform: translate(0px, 2px);
	transition: transform 0.5s ease;
}

button {
	cursor: pointer;
	flex-shrink: 0;
}

button:hover,
button:active {
	transform: scale(1.05);
	filter: saturate(150%);
	transition: all 0.5s ease;
}

button:active {
	transform: scale(1);
	transition: all 0.5s ease;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: var(--red-gradient-start);
}
#container {
	margin: auto;
	min-width: 70%;
}

section {
}

.flex {
	display: flex;
	justify-content: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
}

.grid {
	display: grid;
}

.center {
	text-align: center;
	justify-content: center;
	align-items: center;
}

img {
	max-width: 100%;
	pointer-events: none;
}

.logo {
	width: 60%;
	align-self: center;
}
.small-logo {
	align-self: center;
	max-width: 80%;
	justify-self: center;
}

.float-left {
	width: 7vw;
}

.bonus {
	font-size: 6vw !important;
	margin: 0;
	text-align: left;
	align-self: flex-start;
	display: flex;
}

.price-header-text {
	width: 40%;
	text-align: left;
}

#price-image-link {
	display: block;
}

.class-title {
	padding-top: 5%;
	padding-bottom: 5%;
}

.price-header-alex {
	width: 30%;
	margin-left: 3vw;
}

@media (max-width: 1300px) {
	.price-header-alex {
		width: 70%;
		margin-left: 0;
	}
}

.price-header {
	margin: auto;
	padding-top: 5%;

	width: 90%;
	align-self: center;
	justify-self: center;
	transform: scale(0.9);
	cursor: pointer;
}

.price-cta {
}

.footer-link {
	display: flex;
	width: 30%;
	justify-content: center;
}

.responsive {
	flex-direction: row;
}
@media (max-width: 768px) {
	.responsive {
		flex-direction: column;
	}
}
.responsive-bigger {
	flex-direction: row;
}
@media (max-width: 1100px) {
	.responsive-bigger {
		flex-direction: column;
	}
}
@media (max-width: 1300px) {
	.small-logo {
		padding-bottom: 30px;
	}
	.footer-link {
		width: 80%;
		text-align: center;
		margin: auto;
		align-content: center;
		justify-content: center;
	}
}

/* Sections */

#hero {
	background-image: url(images/background-marketing-digital-ampliado.webp);
	background-position: 50% 50%; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-position: top;
	padding-bottom: 15%;
	padding-top: 5%;
}

.hero-cta {
	margin-top: auto;
	margin-bottom: auto;
	max-width: 100%;
}

.lettering-title {
	max-width: 100%;
}

.hero-alex {
	max-width: 100%;
	align-self: center;
}

#video-section {
	margin-bottom: -40px;
	padding-bottom: 30px;
}

.video-section-inside {
}

.video-section-inside {
	background-image: url(images/icons-set-1-marketing-digital-ampliado.webp);
	background-repeat: no-repeat;
	background-size: 31%;
	animation: bg-animated-left 10s ease infinite;
}
.social-icons {
	margin-top: -8vmin;
	max-width: 100%;
	padding-bottom: 15px;
}

.video-container iframe {
	height: 100%;
	width: 100%;
}
.video-container {
	max-height: 600px;
	max-width: 100%;
	aspect-ratio: 16/9;
	text-align: center;
	margin: auto;
}
#slider-section {
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.slider-container {
	min-width: 60%;
	width: 60%;
	border-radius: 30px;
	background-color: var(--black);
	padding: 50px;
}

#strategy-section {
	margin: auto;
	display: flex;
	justify-content: center;
	align-content: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.strategy-inner {
	width: 70%;
}

.strategy-paragraph {
	width: 60%;
	margin: auto;
}
/*
.strategy-icon {
	background-image: url(images/icones-estrelas-1-marketing-digital-ampliado.webp);
	background-position: 88% 50%;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
	overflow: visible;
}
*/

.level-img {
	flex: 4;
	width: 100%;
	margin: auto;
}

.flex-strategy {
	flex: 5;
	align-self: center;
}

#module-section {
	background-color: black;
	margin: auto;
	padding-top: 5%;
	padding-bottom: 5%;
}

.module-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
}

.module-title {
	margin: auto;
	position: relative;
}

.module-topics {
	color: var(--black);
	padding-bottom: 10px;
}

.module-paragraph {
	background-color: var(--offwhite);
	padding-left: 45px;
	padding-right: 20px;
	margin-left: -30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	font-size: 18px;
	text-align: left;
}

.module-round {
	background-color: var(--white);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	padding: 15px;
	text-align: center;
	z-index: 10;
	flex-shrink: 0;
}

.number {
	margin: 0px;
	font-size: 40pt;
}

#persona-section {
	background-image: url(images/marketing-digital-ampliado-persona-bg.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	overflow: visible;
	padding-top: 5%;
	color: var(--black);
	overflow: hidden;
	margin-bottom: 5%;
}
.persona-img {
	overflow: hidden;
	margin-bottom: -6px;
	align-self: flex-end;
}

.persona-inside {
	width: 70%;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.persona-social {
}
#price-section {
	background-image: url(images/social-set-price-bg.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 80%;
	overflow: visible;
	padding-bottom: 20%;
}

@media (max-width: 1300px) {
	.persona-social {
		display: none;
	}
	.price-header-text {
		width: 70%;
		text-align: center;
	}
	.price-header-text h2 {
		justify-content: center;
	}
	.price-header-line {
		margin-left: -30px;
	}
	.price-header {
		transform: scale(1);
	}

	#price-section {
		background-size: 108%;
	}
}

.persona-text {
	padding-bottom: 5%;
}

.price {
	margin-top: -5%;
	animation: pop-less 4s ease infinite;
	cursor: pointer;
}

.price-img {
	max-width: 80%;
}

.lettering-title {
	max-width: 95% !important;
}

.price img {
	margin-bottom: -40px;
}

#instructors-section {
	background-color: var(--);
}

.instructors-inside {
	display: flex;
	width: 70%;
	justify-content: center;
	align-content: center;
	margin: auto;
}
.instructor-suelen,
.instructor-alex {
	background-color: black;
	border-radius: 60px;
	padding: 5%;
	margin: 3%;
	display: flex;
	flex-direction: column;
	margin-top: 8%;
}

.alex-text {
}

.instructor-suelen,
.instructor-alex {
	width: 50%;
}

.instructor-suelen:hover h2,
.instructor-alex:hover h2 {
	color: var(--yellow);
	transition: color 0.5s ease;
}

.alex-img-align {
	margin-top: auto !important;
}

.instructor-suelen img,
.instructor-alex img,
.price-header-alex img {
	margin-top: 7%;
	padding: 7px;
	animation: pop-less 4s ease infinite;
}
.instructor-suelen:hover,
.instructor-alex:hover {
	transform: translate(0px, -10px);
	transition: transform 0.5s ease;
}
.instructor-suelen h2,
.instructor-alex h2 {
	font-size: 3.6vw;
	margin: 0;
	margin-top: 20px;
}

@media (max-width: 1100px) {
	.instructor-suelen,
	.instructor-alex {
		padding: 10%;
		width: 80%;
		border-radius: 15px;
	}
	.instructor-suelen h2,
	.instructor-alex h2 {
		font-size: 12vw;
	}
}

.instructors-bg-deco {
	height: 300px;
	margin-top: -250px;
	border-bottom: solid 5px var(--yellow);
}

.rounded-image {
	border-radius: 50%;
	margin: -10px;
}

#price-section {
}

#faq-section {
	border-radius: 80px 80px 0px 0px;
	padding-top: 15%;
	padding-bottom: 15%;
	background: url("images/icon-set-3-marketing-digital-ampliado.webp") 90% 50% /
			38% auto no-repeat,
		linear-gradient(
			to right,
			var(--red-gradient-start),
			var(--red-gradient-end)
		);
	animation: red-gradient-animated-faq 6s ease infinite;
}
@media (max-width: 1300px) {
	#faq-section {
		border-radius: 30px 30px 0px 0px;
	}
}
#cta-faq {
	width: 100%;
	margin-bottom: 20px;
}

.faq-outside {
	width: 80%;
	padding-left: 10%;
}

.faq-container {
	width: 56%;
}

@media (max-width: 1100px) {
	.faq-container {
		width: 100%;
	}
}

.faq-box {
	background-color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2%;
	border-radius: 10px;
	overflow: hidden;
}

.faq-question {
	padding: 20px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	color: var(--black);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	color: var(--black);
	transition: max-height 1s ease-out; /* Ajuste a duração conforme necessário */
	padding-left: 20px;
	padding-right: 20px;
}

.faq-answer p {
	margin-top: 0px;
}

/* Estilo quando a pergunta está ativa */
.active .faq-answer {
	max-height: 50vh; /* Defina um valor máximo que seja suficiente para cobrir o conteúdo mais longo */
}

.active span {
	font-weight: 900;
	transition: font-weight 0.5s ease;
}

.active {
	transition: font-weight 0.5s ease;
}

.faq-question span {
	transition: font-weight 0.5s ease;
}

.arrow {
	float: right;
}

/* Estilo quando a pergunta está ativa */
.active .arrow {
	transform: rotate(-180deg);
}

.faq-bold,
.faq-freq {
	font-size: 6.2vw;
	margin: 0px;
	margin-top: 2%;
}

.faq-bold:hover {
	color: var(--yellow);
	transition: color 0.5s ease;
}

.faq-thin {
	font-size: 4vw;
	margin-bottom: -4%;
}

@media (max-width: 1300px) {
	.faq-bold {
		font-size: 16.2vw;
	}
	.faq-thin {
		font-size: 7vw;
		margin-bottom: -4%;
	}
	.faq-freq {
		font-size: 11vw;
	}
}

.module-odd:hover .number,
.module-even:hover .number {
	color: var(--yellow);
	transition: color 0.5s ease;
}

.module-odd:hover .module-special .number {
	color: var(--white);
	transition: color 0.5s ease;
}

#footer-section {
	justify-content: space-between;
	width: 80%;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	opacity: 0.8;
}

#footer-section * {
	align-self: center;
}

#footer-section p {
	transform: scale(0.9);
	font-weight: 400;
	font-size: 15pt;
}

.whats-icon {
	width: 20px;
	color: white;
}

.whats-link p {
	margin: 0;
	margin-left: -30px;
}

.mail-footer a p {
	margin: 5px;
}

.mail {
	cursor: pointer;
}
.whats-link svg {
	padding-right: 10px;
	align-self: center;
	margin: auto;
}

@media (max-width: 1300px) {
	.responsive-footer {
		flex-direction: column;
		justify-content: center;
		width: 100% !important;
	}
	.responsive-footer p {
		order: 3;
	}
	#footer-section {
		padding-top: 5%;
	}
}

/* Modules section */

.module-inner {
	width: 70%;
	position: relative;
}

@media (max-width: 1300px) {
	.module-inner {
		width: 90%;
	}
	.module-title {
		width: 70%;
	}
}

.module-container {
	justify-content: center;
	align-content: center;
	width: 80%;
	align-self: center;
}

.module-img {
	max-width: 100%;
	content: url("images/lettering-9-modulos-marketing-digital-ampliado.webp");
	position: sticky;
	bottom: 20px;
}

.module-odd .module-round {
	-webkit-animation: pop 3.2s ease infinite;
	-o-animation: pop 3.2s ease infinite;
	animation: pop 3.2s ease infinite;
}

.module-even .module-round {
	background: linear-gradient(145deg, #2a0a22, #b0000c);
	background-size: 100% 100%;
	-webkit-animation: red-gradient-animated 14s ease infinite,
		pop 3s ease infinite;
	-o-animation: red-gradient-animated 14s ease infinite, pop 3s ease infinite;
	animation: red-gradient-animated 14s ease infinite, pop 3s ease infinite;
	color: white;
}

.module-even {
	display: flex;
	justify-content: end;
}

.module-special {
	background-color: var(--yellow);
}

.module-number {
}

/* Text Elements */

.bold {
	font-weight: 900;
}

.thin {
	font-weight: 200;
}

.uppercase {
	text-transform: uppercase;
}

.title {
	font-size: var(--title-font);
}

.subtitle {
	font-size: var(--subtitle-font);
}

.text-small {
	font-size: var(--small-font);
}

.text-medium {
	font-size: var(--medium-font);
}

.text-large {
	font-size: var(--large-font);
}

.yellow {
	color: var(--yellow);
}

.outline-text {
	font-weight: 900;
	font-size: 9vw;
	text-align: center;
	margin: 0px;
	color: var(--black);
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
		1px 1px 0 #ffffff;
}

#red-tape {
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	width: 100%; /* Adjust the width as needed */
	transform: rotate(-2deg);
	margin-top: -15%;
	margin-bottom: 9%;
}

.red-tape-content {
	display: inline-block;
	white-space: nowrap;
	animation: marquee 40s linear infinite;
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 5px;
}

@media (max-width: 1300px) {
	.module-img {
		max-width: 100%;
		content: url("images/9-modulos-horizontal.png");
	}
	.start-button {
		width: auto !important;
		font-size: 14pt !important;
		margin-top: 8px;
	}
	.outline-text {
		font-size: 11vw !important;
	}
}

@keyframes marquee {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(-100%);
	}
}

/* Image elements */

/* Footer */

.footer-g6 {
}

/* Sticky Sections */

#whatsapp {
}

#top-header {
}

/* Buttons */

.start-button {
	font-size: 18pt;
	border: none;
	color: var(--white);
	padding: 10px;
	width: 40%;
	border-radius: 10px;
	font-weight: 200 !important;
	font-family: var(--main-font);
	align-self: center;
	background: linear-gradient(126deg, #2a0a22, #b0000c);
	background-size: 400% 400%;
	-webkit-animation: red-gradient-animated 14s ease infinite,
		pop-less 3s ease infinite;
	-o-animation: red-gradient-animated 14s ease infinite,
		pop-less 3s ease infinite;
	animation: red-gradient-animated 14s ease infinite, pop-less 3s ease infinite;
}

.red-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 30px;
}
.persona-list {
	display: flex;
	margin: auto;
}

/* Animations and styles */

.paralax-background {
}

.red-gradient {
	background-image: linear-gradient(
		to right,
		var(--red-gradient-start),
		var(--red-gradient-end)
	);
}

.pop-loop {
	-webkit-animation: pop 7s ease infinite;
	-o-animation: pop 7s ease infinite;
	animation: pop 7s ease infinite;
}
.pop-less {
	-webkit-animation: pop-less 2s ease infinite;
	-o-animation: pop-less 2s ease infinite;
	animation: pop-less 2s ease infinite;
}

@keyframes pop {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes pop-less {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.01, 1.01);
	}
	100% {
		transform: scale(1, 1);
	}
}

.bobbling {
	animation: bobbling 9s ease infinite;
}

@keyframes bobbling {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

.red-gradient-animated {
	background: linear-gradient(126deg, #2a0a22, #b0000c);
	background-size: 400% 400%;

	-webkit-animation: red-gradient-animated 14s ease infinite;
	-o-animation: red-gradient-animated 14s ease infinite;
	animation: red-gradient-animated 14s ease infinite;
}

@-webkit-keyframes red-gradient-animated {
	0% {
		background-position: 0% 7%;
	}
	50% {
		background-position: 100% 94%;
	}
	100% {
		background-position: 0% 7%;
	}
}
@-o-keyframes red-gradient-animated {
	0% {
		background-position: 0% 7%;
	}
	50% {
		background-position: 100% 94%;
	}
	100% {
		background-position: 0% 7%;
	}
}
@keyframes red-gradient-animated {
	0% {
		background-position: 0% 7%;
	}
	50% {
		background-position: 100% 94%;
	}
	100% {
		background-position: 0% 7%;
	}
}
