@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap');

body, html {
	overflow-x: hidden !important;
}

::selection {
	background-color: #333333;
	color: #fff;
}

.clear::-ms-clear {
	display: none;
}

::-ms-clear {
	display: none;
}

.nav-stein {
	padding-bottom: 0rem !important;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-link {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #363636 !important;
	padding-left: 1.5rem !important;
	font-size: 16px;
}

.dropdown-item {
	font-family: 'Poppins', sans-serif;
	color: #363636 !important;
	font-size: 16px;
}

.dropdown-item:active {
	background-color: #e9ecef !important;
}

.navbar-brand > img {
	width: 70px;
}

.input-style {
	border-radius: 50px !important;
	font-size: 16px !important;
	border-color: #ced4da !important;
	border: solid 1px #ced4da !important;
	margin-left: 10px;
}

.input-style:focus {
	border-color: #ced4da !important;
	border: solid 1px #ced4da !important;
	box-shadow: none !important;
}

.search-icon {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 10;
	border: none;
	background: transparent;
	outline: none;
	font-size: 19px;
}

.search-form {
	position: relative;
	width: 200px;
}

.search-form input {
	width: 100%;
}

.parallax {
	background-image: linear-gradient(106deg, #f3261ca1 28%, #f3261ca1 28%), url('/images/wallpapers/index_parallax.webp');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-text {
	padding-top: 170pt;
	font-family: 'Akaya Telivigala', cursive;
	font-size: 50px;
	color: #fff;
}

.main-desc {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.657);
}

.main-desc:after {
	content: 'l';
	opacity: 1;
	animation: pisca 0.7s infinite;
}

.main-button {
	margin-top: 20px;
	border: solid 1px #fff;
	padding: 10px;
	width: 240px;
	height: 60px;
	color: #fff;
	background-color: transparent;
	border-radius: 25px;
	transition: 0.5s;
}

.main-button:hover {
	background-color: #fff;
	color: #363636;
	transition: 0.4s;
}

.counter-settings {
	display: flex;
}

.count {
	color: red;
	font-size: 70px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.edit-left {
	margin-left: 15px;
}

.plus {
	color: red;
	font-size: 70px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.card-counter {
	width: 200px;
}

.subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #363636;
	margin-left: 16px;
}

.know {
	margin-top: 100px;
}

.card-recomendations {
    background: #F75252;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.know-title {
	font-size: 29px;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	text-align: center;
}

.bars {
	margin-top: 180px;
	display: flex;
}

.alignProgress {
	display: flex;
	width: 100%;
	align-items: center;
}

.progress {
	display: initial;
	width: 100%;
}

.images-know {
	width: 50px;
	padding-right: 5px;
}

.spacing-top {
	margin-top: 30px;
	display: flex;
}

.html-bar {
	background-color: #e45e30 !important;
}

.css-bar {
	background-color: #254bdd !important;
}

.lua-bar {
	background-color: #00007c !important;
}

.sql-bar {
	background-color: #4e99ea !important;
}

.quality-section {
	margin-top: 100px;
}

.all-cards-quality {
	justify-content: center;
}

.quality-card > i {
	background: #f40909b3;
	color: #fff;
	width: 50px;
	height: 50px;
	align-items: center;
	display: grid;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.quality-title {
	font-size: 20px;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	color: #363636;
}

.quality-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #363636;
}

.faq {
	margin-top: 100px;
}

.faq-title {
	font-size: 29px;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	text-align: center;
}

.faq-subtitle {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #363636;
}

.question {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	color: #f40909b3;
}

.answer {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #363636;
	max-width: 600px;
}

.faq-main {
	margin-top: 90px;
}

.faq-image {
	width: 100%;
	margin-top: 90px;
	margin-left: 50px;
}

footer {
	background-color: #181818;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: 100px;
}

.footer-titles {
	color: #fff;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.text-footer {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #727272;
}

.about {
	max-width: 600px;
	padding-top: 10px;
	padding-bottom: 22px;
}

.social-networks > a {
	text-decoration: none;
	color: #a5a4a4;
	transition: 0.5s;
}

.social-networks > a:hover {
	text-decoration: none;
	color: #666565;
	transition: 0.5s;
}

.social-networks > a > i {
	font-size: 26px;
	margin-right: 20px;
	padding-top: 10px;
}

.cherrycodecombr > a {
	text-decoration: none;
	color: #727272;
	transition: 0.5s;
}

.cherry-url {
	text-decoration: none;
	color: #727272;
	transition: 0.5s;
}

.cherry-url:hover {
	color: #666565;
	transition: 0.5s;
	text-decoration: none;
}

.image-cherrycode-footer {
	width: 11px;
	margin-top: -11px;
}

.payment-method {
	width: 60px;
	margin-right: 10px;
	margin-left: 10px;
}

.terms-link {
	color: inherit;
	text-decoration: none;
}

.payment-methods {
	padding-bottom: 35px;
}

.partners {
	margin-top: 100px;
}

.all-cards-partners {
	display: flex;
	justify-content: center;
}

.all-cards-team {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.card-partners {
	margin-left: 10px;
    margin-right: 10px;
}

.team-name {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
}

.team-role {
	font-size: 17px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	text-align: center;
	margin-bottom: 0;
}

.partners-title {
	font-size: 29px;
	font-family: 'Poppins', sans-serif;
	color: #363636;
	text-align: center;
}

.partners-description {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #363636;
	text-align: center;
}

.img-partners {
	width: 150px;
    height: 150px;
}

.recomendations {
	margin-top: 100px;
}

recomendations {
	background-color: #f75252;
	color: #fff;
	padding: 30px;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.user-placeholder {
	height: 30px;
	user-select: none;
}

.recomendation-content {
	font-family: 'Poppins', sans-serif;
	padding-left: 5px;
	font-size: 14px;
}

.time-content {
	margin-top: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	color: #f9f4f4d9;
}

.name-recomendation {
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.allCardsPartners {
	justify-content: center;
}


.span {
	margin-top: 100px;
}

.img-span {
    border-radius: 50%;
    width: 200px;
	margin-left: 20px;
	margin-right: 20px;
}

.title-span {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}

@keyframes pisca {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@media screen and (max-width: 991px) {
	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	.search-form input {
		margin-bottom: 15px;
	}

	.bars {
		margin-top: 70px;
	}

	.social-networks {
		margin-bottom: 30px;
	}

	.payment-methods {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {

	.card-team {
		margin-bottom: 23px;
	}

	.all-cards-team {
		display: inherit; 
		justify-content: center;
		text-align: center;
		margin-top: 40px;
	}

	.card-team>img {
		text-align: center;
	}

	.all-cards-partners {
		display: inherit;
		text-align: center;
	}
}

@media screen and (max-width: 601px) {
	.know-image {
		display: none;
	}

	.faq-image {
		display: none;
	}

	.payment-methods {
		margin-bottom: 30px;
	}

	.social-networks {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 335px) {
	.pagseguro {
		margin-top: 15px;
	}
}