/* IMPORTS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

/* VARIÁVEIS CORES */

:root {
	/* cores principais do tema */
	--primary-color: #00cfdd;
	--secondary-color: #00617a;
	--tertiary-color: #05acc3;
	/* cores base do tema */
	--base-color-primary: #005762;
	--base-color-secondary: #ff5e00;
	--base-color-tertiary: #da5000;
	--base-color-quaternary: #f6be00;
	/* cores do tema escuro */
	/* cores tema color 1 */
	/* cores tema color 2 */
	/* cores tema custom */
	--btn-color: #e7733d;
	--gray-tone-1: #f7f7f7;
	--gray-tone-2: #bbb;
	--gray-tone-3: #777;
}


/* RESET */

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

/* TAGS */

body {
	font-family: 'Poppins' -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
		sans-serif;
	overflow-x: hidden;
}

header {
	height: 100vh;
	position: relative;
	/* background-image: url("../img/bg-clube-beneficios_815.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
	/* background-attachment: fixed; */
}

main {
	background-color: var(--base-color-tertiary);
}

/* svg {
  width: 48px;
  height: 48px;
} */

.--card-icon a {
	text-decoration: none;
	color: inherit;
}

.--card-icon a:hover {
	color: inherit
}

.--card-icon a:link {
	color: inherit
}

.parallax {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	background-size: cover;
	background-blend-mode: overlay;
	position: absolute;
	top: -4%;
	width: 100%;
	height: 110%;
	object-fit: cover;
	z-index: -1;
	transition: all 0s ease-in;
}

.card {
	border: none;
}

/* #navbarContent > ul > li:nth-child(n) > a:active {
  color: orange;
} */

/* NAVEGAÇÃO */

.navbar {
	background: transparent;
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	/* position: sticky; */
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all 0.2s ease-in-out;
}

.navbar-scrolled {
	background: var(--base-color-primary);
	/* background: #000; */
	/* height: 70px; */
}

.navbar__container {
	display: flex;
	justify-content: space-between;
	height: 80px;
	z-index: 1;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}

#navbar__logo {
	display: flex;
	align-items: center;
	cursor: pointer;
}

#navbar__logo img {
	width: 180px;
	padding-bottom: 20px;
}

.navbar__menu {
	display: flex;
	align-items: center;
	list-style: none;
}

.navbar__item {
	height: 80px;
}

.navbar__links {
	position: relative;
	margin: 5px 15px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	height: 100%;
	transition: all 0.3s ease;
}

.navbar__links::after {
	position: absolute;
	left: 0;
	bottom: 32%;
	background-color: #fff;
	width: 0%;
	opacity: 0;
	height: 2px;
	content: "";
	transition: 0.3s;
}

.navbar__links:hover::after {
	width: 100%;
	opacity: 1;
}

.navbar__links:hover {
	color: #fff;
	transition: all 0.3s ease;
}

/* scrollspy highlight */

.highlight {
	color: var(--base-color-secondary);
	position: relative;
	transition: 0.3s ease-in-out;
	animation: scrollAnimate 0.3 ease-in-out;
}

.highlight::before {
	content: "";
	top: 65%;
	left: 0;
	position: absolute;
	background-color: var(--base-color-quaternary);
	width: 100%;
	height: 2px;
}

/* SEÇÃO HERO CTA */

.--CTA {
	width: 40%;
	margin: 0 100px;
	z-index: 111;
}

.--heading {
	color: white;
	line-height: 52px;
}

.--btn-CTA {
	background: var(--btn-color);
	color: white !important;
	padding: 15px 45px;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	animation: pulse 1s ease infinite;
}

.--btn-CTA:hover {
	color: white;
	background-color: #f18655;
	opacity: 0.9;
}

/* sections */

section {
	margin: 0 !important;
}

.section-divider {
	position: relative;
	height: 100px;
}

/* divisorias - dividers */

.--primeira-divisao {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: -100%;
	/* background: linear-gradient(
		to right bottom,
		transparent 49%,
		var(--base-color-tertiary) 50%
	); */
	
	background-image: radial-gradient(at top left, transparent 77%, var(--base-color-tertiary) 77.5%),
	linear-gradient(235deg, transparent 0%, transparent 100%);

	/* background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover; */
}

.--segunda-divisao {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0%;

	background-image: radial-gradient(at top left, transparent 77%, var(--gray-tone-1) 77.5%),
	linear-gradient(235deg, transparent 0%, transparent 100%);

	/* background: linear-gradient(
		to right bottom,
		transparent 49%,
		var(--gray-tone-1) 50%
	); */
}

.--terceira-divisao {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0%;
	background-image: radial-gradient(at top left, transparent 77%, white 77.5%),
	linear-gradient(235deg, var(--gray-tone-1) 0%, var(--gray-tone-1) 100%);
	/* background: linear-gradient(
		to right bottom,
		var(--gray-tone-1) 49%,
		white 50%
	); */
}

.--quarta-divisao {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0%;

	background-image: radial-gradient(at top left, transparent 77%, var(--gray-tone-1) 77.5%),
	linear-gradient(235deg, white 0%, white 100%);

	/* background: linear-gradient(
		to right bottom,
		white 49%,
		var(--gray-tone-1) 50%
	); */
}

.--quinta-divisao {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0%;

	/* background-image: radial-gradient(at top left, transparent 77%, transparent 77.5%),
	linear-gradient(235deg, var(--gray-tone-1) 0%, var(--gray-tone-1) 100%); */

	/* background: linear-gradient(
		to right bottom,
		var(--gray-tone-1) 49%,
		transparent 50%
	); */
}

/* seção about - section-about */

.section-about {
	background-color: transparent;
}

.--presentation {
	margin-top: 50px;
	font-size: 22px;
	font-weight: 400;
	color: white;
	line-height: 30px;
}

.--text-gradient {
	text-align: center;
	background: -webkit-linear-gradient(
		left,
		var(--base-color-quaternary) 40%,
		var(--base-color-secondary) 59%
	);
	background: -moz-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: -ms-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: -o-linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	background: linear-gradient(left, #f6be00 40%, #ff5e00 59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.--card-icon {
	display: grid;
	place-items: center;
	background-color: #fff;
	margin: auto;
	color: var(--gray-tone-2);
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: 2px solid var(--gray-tone-2);
	/* gerenciamento de z-index para que o icone fique sobreposto à linha */
	z-index: 10;
}

.--card-icon:hover {
	background-color: var(--base-color-quaternary);
	border: 7px solid #eee;
	color: white;
}

.--card-icon:hover svg {
	/* animação hover */
	animation: iconMoveOnHover 0.3s ease-in-out;
}

.mk-svg-icon-card {
	fill: var(--base-color-secondary) !important;
}

/* Seção A quem se destina? - section-services -  */

.section-services {
	background-color: var(--gray-tone-1);
	margin: 0 !important;
	padding: 0 !important;
}

.--text-services {
	color: var(--base-color-tertiary);
}

/* seção functions - section-functions */

.section-functions {
	background-color: white;
}

.--funcionalidades-linha-1 {
	padding: 10px;
}

.--funcionalidades-linha-2 {
	margin-top: -300px;
}

.--funcionalidades-linha-3 {
	padding: 50px 10px;
	margin: 10px;
	height: 100%;
	border: 1px solid #ccc;
	color: var(--gray-tone-3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.--funcionalidades-linha-3 svg {
	color: var(--base-color-secondary);
}

.--funcionalidades-linha-3:hover {
	box-shadow: 0 6px 12px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.12);
}

.--funcionalidades-mobile {
	display: none;
}

.--text-position {
	position: absolute;
	top: 0%;
	left: 40%;
}

.--caixa-funcionalidades {
	position: relative;
}

/* Seção produtos - section-product */

.--dotted-line {
	position: relative;
	width: 80%;
	margin: auto;
	border: 1px dotted var(--gray-tone-3);
	transform: translateY(80px);
	z-index: 2;
}

.section-product {
	background-color: #fff;
}

/* Seção Parceiros - section-parceiros */

.section-parceiros {
	background-color: var(--gray-tone-1);
}

/* section-contact */

.form * {
	outline: none !important;
	box-shadow: none !important;
}

.section-contact {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--base-color-primary);
	background: -webkit-radial-gradient(
		bottom,
		var(--base-color-tertiary),
		#000
	);
	background: -moz-radial-gradient(bottom, #ff601b, #000);
	background: radial-gradient(to top, #ff601b, #000);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.--formulario {
	padding-bottom: 100px;
	width: 60%;
	margin: auto;
	background-color: transparent;
}

.--form-campo {
	color: white !important;
	border: none;
	border-bottom: 2px solid white;
	width: 100%;
	padding: 5px;
	margin-top: 30px;
	resize: vertical;
	background-color: transparent !important;
}

.--form-campo:focus {
	color: white;
	outline: none !important;
	box-shadow: none !important;
	background-color: transparent;
	border-bottom: 2px solid #2a8ce7;
}

.--btn-form {
	background-color: var(--btn-color);
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding: 5px 40px;
	border-radius: 30px;
}

.--btn-form:hover {
	opacity: 0.7;
	color: white;
}

.form-check-input {
	margin: 0px 10px;
	padding: 10px;
	background-color: transparent;
	border: 2px solid white;
	cursor: pointer;
}

.form-check-input:checked {
	padding: 12px;
	background-color: var(--base-color-primary) !important;
	background-image: none !important;
	border: none;
}

/* Seção newsletter - section-newsletter */

.section-newsletter {
	background-color: var(--base-color-secondary);
	/* background-color: black; */
}

.--btn-newsletter {
	margin: 0px 30px;
	padding: 8px 35px;
	background-color: var(--base-color-tertiary);
	border: 3px solid white;
	border-radius: 30px;
	font-size: 22px;
	font-weight: 400;
	color: white;
	animation: pulseNewsletter 1s ease infinite;
}

.--btn-newsletter:hover {
	background-color: var(--base-color-tertiary);
	opacity: .7;
	color: white;
	transition: all 0.3s ease-in-out;
}

/* aside */

.--btn-up {
	padding: 10px 15px;
	color: white;
	background-color: var(--gray-tone-3);
	opacity: 0.4;
	position: fixed;
	bottom: 10%;
	right: 0%;
	transition: all 0.7s ease-in-out;
}

.--btn-up:hover {
	opacity: 0.5;
}

.--btn-up-hide {
	margin-right: -100%;
}

/* footer */

.footer {
	background-color: black;
	padding-top: 80px;
}

.footer .social-footer a,
.footer .copyright-footer {
	color: white !important;
	opacity: 1;
	transition: all 0.5s ease;
	/* z-index: 99; */
}

.social-footer {
	border-radius: 50%;
	border: 1px solid var(--gray-tone-3);
	padding: 15px;
	margin: 10px;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.social-footer img {
	width: 100%;
	height: 100%;
	max-width: 20px;
	max-height: 20px;
}

.social-footer:hover {
	border: 1px dotted #fff;
}

.copyright-footer {
	color: var(--gray-tone-3);
	font-size: 14px;
}

/* KEYFRAMES - Animations */

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(200, 100, 34, 1.7);
	}

	70% {
		box-shadow: 0 0 0 38px rgba(212, 94, 26, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(228, 90, 10, 0);
	}
}

@keyframes pulseNewsletter {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 245, 1.7);
	}

	70% {
		box-shadow: 0 0 0 48px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(211, 223, 213, 0);
	}
}

@keyframes iconMoveOnHover {
	0% {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes scrollAnimate {
	from {
		opacity: 0;
		width: 0%;
	}

	to {
		opacity: 1;
		width: 100%;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/* MEDIA QUERIES */

@media screen and (max-width: 700px) {
	/* SEÇÃO FUNCIONALIDADES */

	.--funcionalidades-linha-1 {
		display: none;
	}

	.--funcionalidades-linha-2 {
		display: none;
	}

	.--funcionalidades-linha-3 {
		padding: 15px 10px;
		margin: 25px 40px;
		height: 80%;
	}

	.--funcionalidades-mobile {
		display: initial;
	}

	.--text-position {
		position: initial;
	}

	/* Seção Product */

	.--dotted-line {
		display: none;
	}

	#navbar__logo img {
		padding-top: 20px !important;
		padding-left: 35px;
		width: 160px !important;
	}
}

@media screen and (max-width: 768px) {
	.--funcionalidades-mobile {
		display: none;
	}

	.--text-position {
		position: initial;
	}

}

@media screen and (max-width: 960px) {
	h2 {
		font-size: 30px;
	}

	.navbar__container {
		display: flex;
		justify-content: space-between;
		height: 80px;
		z-index: 1;
		width: 100%;
		max-width: 1300px;
		padding: 0;
	}

	.navbar__menu {
		display: block;
		margin: 0;
		width: 100%;
		position: absolute;
		top: -1000px;
		opacity: 1;
		transition: all 0.5s ease;
		z-index: -1;
	}

	.navbar__menu.active {
		background: var(--secondary-color);
		top: 100%;
		opacity: 1;
		transition: all 0.5s ease;
		z-index: 99;
		height: 60vh;
		font-size: 1.5rem;
	}

	.navbar__toggle {
		margin-top: 7px;
		margin-right: 20px;
	}

	.navbar__toggle .bar {
		width: 25px;
		height: 3px;
		margin: 5px auto;
		transition: all 0.3s ease-in-out;
		background: #fff;
	}

	.navbar__item {
		width: 100%;
	}

	.navbar__links {
		font-size: 18px;
		margin: 0 auto;
		padding: 20px 0px;
		width: 100%;
		display: table;
	}

	#mobile-menu {
		position: absolute;
		top: 20%;
		right: 5%;
		transform: translate(5%, 20%);
	}

	.navbar__toggle .bar {
		display: block;
		cursor: pointer;
	}

	#mobile-menu.is-active .bar:nth-child(2) {
		opacity: 0;
	}

	#mobile-menu.is-active .bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	#mobile-menu.is-active .bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	/* ESTILIZAÇÃO DA SEÇÃO HERO DE CTA */

	header {
		height: 550px;
	}

	.--CTA {
		width: 100%;
		margin: 0;
		padding: 20px;
		text-align: center;
	}

	.--heading {
		line-height: 32px;
	}

	/* Seção about */

	.--presentation {
		font-size: 16px;
	}

	/* Seção Product */

	.--dotted-line {
		display: none;
	}

	/* Seção serviços - section-services */

	.section-services {
		background-color: var(--gray-tone-1);
		margin: 10px 20px;
	}

	/* formulario contato */
	.--formulario {
		width: 80%;
	}

	/* .--btn-form {
	} */

	/* newsletter */

	.section-newsletter {
		display: block !important;
		text-align: center;
	}

	.--btn-newsletter {
		margin: 10px 10px;
		padding: 12px 15px;
		font-size: 16px;
		font-weight: 300;
	}
}
