.banner-sign-free { position: relative; z-index: 100; width: 100%; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 8px 30px; background-color: #EAC6FF; }
.banner-sign-free p { color: #8E58AA; }
.banner-sign-free p strong { color: #590086; }
.banner-sign-free a { height: 40px; padding: 0 20px; margin-left: 12px; background: #F5E3FF; color: #590086; font-size: 14px; text-align: center; transition: background-color 0.2s, color 0.2s; }
.banner-sign-free a:hover { background-color: #a701fd; color: #fff; }
.banner-sign-free button { opacity: 0.4; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 40px; height: 40px; background-color: transparent; color: #590086; border: 0; outline: 0; border-radius: 50%; transition: opacity 0.1s; }
.banner-sign-free button:hover { opacity: 1; }

@media (max-width: 768px) {
	.banner-sign-free { justify-content: space-between; gap: 1.2rem; padding: 0.6rem 1.2rem; line-height: 1.2; }
	.banner-sign-free img { width: 2rem; height: 2rem; }
	.banner-sign-free p { font-size: 1rem; }
	.banner-sign-free a { padding: 0.6rem 1.2rem 0.6rem 1rem; font-size: 1rem; text-align: left; line-height: 1; }
	.banner-sign-free button { position: static; transform: translateY(0); width: 1.8rem; height: 1.8rem; }
	.banner-sign-free button span { font-size: 1.8rem; }
}
.floating-consent { position: fixed; top: 12px; left: 50%; transform: translateX(-50%); z-index: 101; width: 80%; max-width: 640px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 15px 30px; background-color: #fff; color: #151515; border: 1px solid #e5e5e5; border-radius: 15px; }
.floating-consent p { font-size: 12px; font-weight: 400; line-height: 1.5; }
.floating-consent p a { position: relative; color: #151515; font-weight: 600; text-decoration: none; }
.floating-consent p a::after { content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 0%; height: 1px; background-color: #151515; border-radius: 50rem; transition: width 0.2s ease-out; }
.floating-consent p a:hover::after { width: 100%; }
.floating-consent p a i { font-size: 7px; }
.floating-consent button { padding: 7px 15px; background-color: #a701fd; color: #fff; font-size: 14px; font-weight: 600; border: 0; outline: 0; border-radius: 50rem; transition: background-color 0.2s; }
.floating-consent button:hover { background-color: #D198FF; }

@media (max-width: 768px) {
	.floating-consent { top: 0; left: 0; transform: translateX(0); width: auto; gap: 1.6rem; padding: 0.8rem 1.2rem; margin: 1.2rem; border: 0.1rem solid #e5e5e5; border-radius: 1rem; }
	.floating-consent p { font-size: 0.9rem; font-weight: 500; line-height: 1.25; }
	.floating-consent p a i { font-size: 0.6rem; }
	.floating-consent button { padding: 0.4rem 1rem; font-size: 1.2rem; }
}
.social-login { width: 100%; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 15px; font-size: 13px; font-weight: 600; line-height: 1.2; text-align: start; text-decoration: none; border: 0; outline: 0; border-radius: 50rem; transition: opacity 0.2s; }
.social-login:hover { opacity: 0.5; }
.social-login.google { background-color: #f2f2f2; color: #585858; }
.social-login.facebook { background-color: #4177f1; color: #fff; }
.form-login input { display: block; width: 100%; padding: 16px 24px; margin-top: 10px; background-color: #f2f2f2; color: #151515; font-size: 14px; font-weight: 600; border: none; outline: none; border-radius: 30px; }
.form-login input::placeholder { color: #acacac; }
.form-login a.forgot-password { width: fit-content; display: flex; align-items: center; gap: 4px; padding: 4px; margin-top: 4px; margin-left: 20px; color: #585858; font-size: 10px; font-weight: 600; text-decoration: none; transition: color 0.2s; }
.form-login a.forgot-password:hover { color: #151515; }
.form-login .submit-login { width: 100%; display: block; align-items: center; gap: 10px; padding: 16px; margin-top: 20px; background-color: #a701fd; color: #fff; font-size: 16px; font-weight: 600; text-align: center; line-height: 1.2; text-decoration: none; border: 0; outline: 0; border-radius: 50rem; transition: background-color 0.2s; }
.form-login .submit-login:hover { background-color: #D198FF; }
.form-login p.signin { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 8px 0 0; color: #151515; font-size: 14px; font-weight: 500; }
.form-login p.signin a { position: relative; padding: 4px; color: #A701FD; font-weight: 600; text-decoration: none; }
.form-login p.signin a::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0%; height: 2px; background-color: #a701fd; border-radius: 50rem; transition: width 0.2s ease-out; }
.form-login p.signin a:hover::after { width: 100%; }

@media (max-width: 768px) {
	.social-login { gap: 1rem; padding: 0.8rem 1.3rem; font-size: 1.1rem; }
	.social-login.google svg { width: 2.3rem; }
	.form-login input { padding: 1.2rem 2rem; margin-top: 0.6rem; font-size: 1.2rem; border-radius: 3rem; }
	.form-login a.forgot-password { gap: 0.4rem; padding: 0.4rem; margin-top: 0.4rem; margin-left: 1.6rem; font-size: 1rem; }
	.form-login .submit-login { padding: 1.2rem; margin-top: 1.2rem; font-size: 1.4rem; }
	.form-login p.signin { margin: 0.8rem 0 0; font-size: 1.2rem; }
	.form-login p.signin a { padding: 0.4rem; }
}
.close-modal { position: absolute; top: -54px; right: 0; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background-color: #fff; border: 0; outline: 0; border-radius: 50%; }
.close-modal .material-symbols-outlined { color: #151515; pointer-events: none; transition: color 0.1s; }
.close-modal:hover .material-symbols-outlined { color: #f00; }

@media (max-width: 768px) {
	.close-modal { top: -5.4rem; width: 4.5rem; height: 4.5rem; }
	.close-modal .material-symbols-outlined { font-size: 2.4rem; }
}
#loginModal .new-user { display: flex; flex-direction: column; gap: 48px; }
#loginModal .modal-dialog { max-width: 500px; padding: 64px 0; }
#loginModal .modal-content { flex-direction: column; gap: 12px; padding: 30px; background-color: #fff; border-radius: 20px; box-shadow: 0 32px 60px 0 #00000026 }
#loginModal h4 { margin-bottom: 16px; font-size: 14px; font-weight: 600; }

@media (max-width: 768px) {
	#loginModal .new-user { gap: 4.8rem; }
	#loginModal .modal-dialog { padding: 6.4rem 1.5rem; margin: 0 auto; }
	#loginModal .modal-content { gap: 1.1rem; padding: 3rem 2rem; border-radius: 1.5rem; box-shadow: 0 3.2rem 6rem 0 #00000026 }
	#loginModal h4 { margin-bottom: 1.6rem; font-size: 1.4rem; }
}
html { font-size: 10px; }
@media (min-width: 360px) { html { font-size: 11px; } }
@media (min-width: 410px) { html { font-size: 12px; } }
@media (min-width: 430px) { html { font-size: 12.5px; } }
@media (min-width: 480px) { html { font-size: 13px; } }
@media (min-width: 768px) { html { font-size: 16px; } }

body { font-family: Poppins, sans-serif; background-color: #f2f2f2; letter-spacing: -0.35px; overflow-x: hidden; }
button, input, p { letter-spacing: -0.35px; }
form { margin-bottom: 0; }
.text-light-gray { color: #acacac !important; }
.text-darker { color: #151515 !important; }
.text-purple { color: #a701fd !important; }
.text-red { color: #ff005e !important; }
.text-gold { color: #ffd700 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
@media (max-width: 768px) {
    .fs-10 { font-size: 1rem !important; }
    .fs-12 { font-size: 1.2rem !important; }
    .fs-14 { font-size: 1.4rem !important; }
}

.banner-h-mobile { display: flex; justify-content: center; margin-bottom: 2rem; }
.banner-h { display: block; width: 728px; height: 90px; background-color: #00eb5e;}
.banner-v { display: block; width: 300px; height: 600px; background-color: #00eb5e; right: -315px; }

.btn-invisible {background-color: transparent; border: none; padding: 0; margin: 0;}

.chevron-icon { color: #acacac; font-size: 12px }
img.profile-icon { object-fit: cover; padding: 1px; background-image: conic-gradient(from 180deg at 50% 50%,#a701fd 0deg,#674ef0 46.9deg,#20ccef 91.9deg,#00ffad 140.64deg,#e2d535 193.14deg,#ff6849 234.39deg,#ff34a3 262.51deg,#ffa197 311.27deg,#a701fd 345.02deg,#a701fd 360deg); border-radius: 50%; }

nav.crumb { line-height: 1.24; }
nav.crumb ol { font-size: 12px; margin: 0; padding: 0; }

nav.crumb ol,
nav.crumb ol li { display: inline; }

nav.crumb ol li a { color: #acacac; text-decoration: none; }

nav.crumb ol li.divider { color: #acacac; font-size: 14px; padding: 0 3px; }

@media only screen and (max-width: 768px) {
    nav.crumb ol { font-size: 1rem; }
    nav.crumb ol li.divider { font-size: 1.4rem; padding: 0 0.3rem; }
}

.alert-closed { border: none; background-color: #ededed; color: #666; border-radius: 10px; text-align: center; font-weight: 600; }
.alert-closed .material-symbols-outlined { font-size: 20px; }
.alert-closed.alert-closed-danger { background-color: #ffdfdf; color: #af3333; text-align: left; line-height: 1.2;  }
.alert-closed .help-text { font-size: 12px; opacity: 0.8; font-weight: 400; text-align: center; }

.alert-closed-mini { font-size: 12px; border-radius: 6px; font-weight: 500; }
.alert-closed-mini .material-symbols-outlined  { font-size: 16px; }
.alert-closed.alert-closed-danger .help-text { font-size: 12px; opacity: 0.8; font-weight: 400; }

@media only screen and (max-width: 768px) {
    .alert-closed { font-size: 1.15rem; }
    .alert-closed .material-symbols-outlined { font-size: 1.70rem; }
    .alert-closed.alert-closed-danger .help-text { font-size: 0.85rem; }

    .alert-closed-mini { font-size: 1rem; }
    .alert-closed-mini .material-symbols-outlined { font-size: 1.25rem; }
}

div.footer-top .container { max-width: 1140px; gap: 80px; padding: 0; }
div.footer-top h2 { margin: 0; font-weight: 600; text-align: center; }

div.footer-top .std-about { padding: 85px 30px 75px; border-bottom: 1px solid #e4e4e4; }
div.footer-top .std-about .circle-logo { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 50%; }
div.footer-top .std-about h2 { max-width: 500px; color: #58476c; font-size: 32px; }
div.footer-top .std-about li:not(:last-of-type)>div { padding-right: 24px; }
div.footer-top .std-about .badge { display: flex; align-items: center; height: 29px; padding: 0 14px; font-size: 11px; font-weight: 600; text-wrap: nowrap; border-radius: 50rem; }
div.footer-top .std-about .badge-purple { background-color: #a700fe; }
div.footer-top .std-about .badge-blue { background-color: #20cdef; }
div.footer-top .std-about .badge-turquoise { background-color: #00e5c8; }
div.footer-top .std-about .badge-yellow { background-color: #ffc024; }
div.footer-top .std-about .badge-pink { background-color: #ff46a2; }
div.footer-top .std-about .line-purple,
div.footer-top .std-about .line-blue,
div.footer-top .std-about .line-turquoise,
div.footer-top .std-about .line-yellow { height: 2px; margin-right: -24px; }
div.footer-top .std-about .line-purple { background: linear-gradient(90deg,#a700fe,#20cdef); }
div.footer-top .std-about .line-blue { background: linear-gradient(90deg,#20cdef,#00e5c8); }
div.footer-top .std-about .line-turquoise { background: linear-gradient(90deg,#00e5c8,#ffc024); }
div.footer-top .std-about .line-yellow { background: linear-gradient(90deg,#ffc024,#ff46a2); }
div.footer-top .std-about h3 { margin: 36px 0; color: #888; font-weight: 600; }
div.footer-top .std-about h3 span { color: #151515; }
div.footer-top .std-about p { margin: 0; color: #acacac; font-size: 11px; font-weight: 500; }
div.footer-top .std-about .app-links-wrapper { margin-top: 11px; }
div.footer-top .std-about .app-link { display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; background: #f2f2f2; color: #696969; font-size: 25px; text-decoration: none; border: 1px solid #69696900; border-radius: 50%; transition: border 0.1s; }
div.footer-top .std-about .app-link:hover { border-color: #696969; }
div.footer-top .std-about .see-more-link { display: flex; align-items: center; gap: 24px; padding: 8px 0; margin-top: 8px; color: #151515; font-size: 13px; font-weight: 600; line-height: 1.2; text-decoration: none; }
div.footer-top .std-about .see-more-link i { font-size: 18px; transition: transform 0.2s; }
div.footer-top .std-about .see-more-link:hover i { transform: translateX(12px); }

div.footer-top .news { padding: 64px 30px 80px; }
div.footer-top .news .modal-video-btn { overflow: hidden; position: relative; width: 300px; aspect-ratio: 16/9; border: 0; outline: 0; border-radius: 10px; cursor: pointer; }
div.footer-top .news .modal-video-btn::after { content: ""; position: absolute; inset: 0; background: #fff url('https://static-cdn.soluall.net/conheca_a_solutudo.jpeg') no-repeat center center / cover; transition: transform 0.3s; }
div.footer-top .news .modal-video-btn:hover::after { transform: scale(1.3); }
div.footer-top .news .modal-video-btn i { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: #fff; font-size: 45px; }
div.footer-top .news h2 { color: #888; font-size: 23px; }
div.footer-top .news div div img { filter: grayscale(80%) brightness(50%); }

#videoModal .modal-dialog { max-width: 775px; padding: 64px 0; }
#videoModal .modal-content { padding: 30px; background-color: #fff; border-radius: 20px; box-shadow: 0 12px 60px 0 #0000001F; }
#videoModal iframe { aspect-ratio: 16/9; }

@media (max-width: 768px) {
	div.footer-top .container { gap: 3.5rem; }

	div.footer-top .std-about { padding: 6.4rem 1.5rem 4.8rem; border-bottom: 0.1rem solid #e4e4e4; }
	div.footer-top .std-about .circle-logo { width: 6rem; height: 6rem; }
	div.footer-top .std-about h2 { max-width: none; font-size: 2.2rem; }
	div.footer-top .std-about li:not(:last-of-type)>div { padding-right: 2.4rem; }
	div.footer-top .std-about .badge { height: 2.9rem; padding: 0 1.4rem; font-size: 1.1rem; }
	div.footer-top .std-about .line-purple,
	div.footer-top .std-about .line-blue,
	div.footer-top .std-about .line-turquoise,
	div.footer-top .std-about .line-yellow { height: 0.2rem; margin-right: -2.4rem; }
	div.footer-top .std-about h3 { margin: 2rem 0 1rem; }
	div.footer-top .std-about p { font-size: 1.1rem; }
	div.footer-top .std-about .app-links-wrapper { margin-top: 1.1rem; }
	div.footer-top .std-about .app-link { width: 4rem; height: 4rem; font-size: 2.5rem; border: 0.1rem solid #69696900; }
	div.footer-top .std-about .see-more-link { gap: 2.4rem; padding: 0.8rem 0; margin-top: 0.8rem; font-size: 1.3rem; }
	div.footer-top .std-about .see-more-link i { font-size: 1.8rem; }
	div.footer-top .std-about .see-more-link:hover i { transform: translateX(1.2rem); }

	div.footer-top .news { padding: 4.8rem 1.5rem 6.4rem; }
	div.footer-top .news .modal-video-btn { width: 100%; border-radius: 1rem; }
	div.footer-top .news .modal-video-btn i { font-size: 4.5rem; }
	div.footer-top .news h2 { font-size: 2rem; }

	#stdAboutSplide { margin: 0 -1.5rem; }

	#videoModal .modal-dialog { padding: 6.4rem 1.5rem; margin: 0 auto; }
	#videoModal .modal-content { padding: 2rem; border-radius: 1.5rem; box-shadow: 0 1.2rem 6rem 0 #0000001F; }
}
.blur-gradient { position: relative; z-index: -1; }
.blur-gradient::before { content: ""; position: absolute; top: -100px; left: 0; right: 0; bottom: 0; height: 200px; background: linear-gradient(90deg,#a701fd 6.22%,#674ef0 17.22%,#20ccef 26.1%,#00ffad 47.18%,#ffc024 64.34%,#ff6849 78.98%,#ff34a3 92.06%,#ffa197 100%); opacity: .2; filter: blur(50px); }

footer { padding: 90px 30px 160px; }
footer .container { max-width: 1140px; padding: 0; }
footer .subtitle { color: #151515; font-weight: 700; line-height: 20px; letter-spacing: 0; }
footer .links-wrapper { gap: 7px; }
footer .links-wrapper a { height: 79px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 13px; color: #151515; font-size: 12px; font-weight: 700; line-height: 13px; text-decoration: none; border: 1px solid #dcdcdc; border-radius: 10px; transition: border-color 0.3s; }
footer .links-wrapper a:hover { border-color: #888; }
footer .links-wrapper i { color: #ffc700; font-size: 17px; }
footer .social span { display: block; margin-bottom: 14px; color: #888; }
footer .social-links-wrapper { gap: 10px; }
footer .social-links-wrapper a { display: inline-flex; padding: 6px; margin-left: -6px; color: #151515; font-size: 25px; text-decoration: none; transition: opacity 0.2s; }
footer .social-links-wrapper a:hover { opacity: 0.5; }
footer .download-app { display: flex; align-items: center; gap: 12px; padding: 5px 5px 5px 22px; background-color: #151515; color: #bcbcbc; line-height: 1.15; border-radius: 50rem; }
footer .download-app p { margin: 0; font-size: 12px; font-weight: 700; }
footer .download-app p span { color: #fff; }
footer .download-app div { display: flex; gap: 3px; }
footer .download-app a { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; background-color: #4d4d4d; color: #fff; font-size: 27px; text-decoration: none; border-radius: 50%; transition: background-color 0.2s, color 0.2s; }
footer .download-app a:hover { background-color: #fff; color: #4d4d4d; }
footer hr { margin: 53px 0 43px; color: #e4e4e4; opacity: 1; }
footer .footer-text, footer .footer-text a { color: #888; font-size: 10px; line-height: 1.64; text-decoration: none; }

.rainbow-line { position: relative; height: 3px; background: linear-gradient(90deg, #a701fd 6.22%, #674ef0 17.22%, #20ccef 26.1%, #00ffad 47.18%, #ffc024 64.34%, #ff6849 78.98%, #ff34a3 92.06%, #ffa197 100%); }
.rainbow-line::before { content: ""; position: absolute; top: -100px; left: 0; right: 0; bottom: 0; z-index: -1; height: 200px; opacity: 0.15; background: linear-gradient(90deg, #a701fd 6.22%, #674ef0 17.22%, #20ccef 26.1%, #00ffad 47.18%, #ffc024 64.34%, #ff6849 78.98%, #ff34a3 92.06%, #ffa197 100%); filter: blur(50px); }

header.lp-sales { gap: 20px; padding: 60px 30px; }
header.lp-sales img { width: 110px; }
header.lp-sales h2 { margin-bottom: -4px; font-size: 18px; }

main.lp-sales { gap: 150px; padding: 0 30px 150px; }
main.lp-sales .container { max-width: 1140px; padding: 0; }
main.lp-sales h2 { max-width: 800px; margin: 0 auto 60px; font-size: 38px; color: #151515; font-weight: 600; text-align: center; }
main.lp-sales p { margin: 0; font-size: 18px; color: #606060; font-weight: 500; line-height: 1.4; }

main.lp-sales .hero { max-width: 850px; margin: auto; }
main.lp-sales .hero .container { gap: 50px; }
main.lp-sales .hero h1 { font-size: 50px; }
main.lp-sales .hero p { max-width: 700px; } 
main.lp-sales .hero button { width: 100%; padding: 0; background-color: transparent; border: 0; outline: 0; } 

main.lp-sales .details .included-tag { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 4px; padding-left: 12px; background-color: #fff; font-size: 14px; font-weight: 600; border-radius: 50rem; }
main.lp-sales .details .row:not(:last-child) { margin-bottom: 150px; }
main.lp-sales .details div>img { width: 100%; display: block; border-radius: 20px; }
main.lp-sales .details h3 { font-size: 32px; color: #151515; font-weight: 500; }
main.lp-sales .details ul { display: flex; flex-direction: column; gap: 20px; padding: 0; margin: 0; list-style: none; }
main.lp-sales .details li { display: flex; align-items: center; gap: 10px; font-size: 18px; color: #606060; font-weight: 500; line-height: 1.2; }
main.lp-sales .details i { font-size: 27px; }

main.lp-sales .details .row.purple h3 span,
main.lp-sales .details .row.purple i { color: #a210ec; }
main.lp-sales .details .row.lilac h3 span,
main.lp-sales .details .row.lilac i { color: #855ef7; }
main.lp-sales .details .row.light-blue h3 span,
main.lp-sales .details .row.light-blue i { color: #1EBEE3; }
main.lp-sales .details .row.cyan h3 span,
main.lp-sales .details .row.cyan i { color: #1DBCB3; }
main.lp-sales .details .row.blue h3 span,
main.lp-sales .details .row.blue i { color: #0082ED; }
main.lp-sales .details .green h3 span { color: #57BD95; }
main.lp-sales .details .lime h3 span { color: #63BF56; }

main.lp-sales .partners h2 { max-width: 460px; }

main.lp-sales .plans .container { gap: 50px; }
main.lp-sales .plans .plan-card { width: 100%; max-width: 448px; border-radius: 12px; box-shadow: 0px 40px 40px 0px #00000012; }
main.lp-sales .plans .plan-card .gradient { position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%); width: calc(100% - 2px); height: 50%; background: linear-gradient(270deg, #a701fd 0%, #674ef0 8.38%, #20ccef 16.81%, #00ffad 29.18%, #e2d535 58.69%, #ff6849 84.26%, #ff34a3 89.88%, #ffa197 100%); border-radius: 12px; }
main.lp-sales .plans .plan-card>:first-child { position: relative; z-index: 1; padding: 40px 36px; border-radius: 12px; }
main.lp-sales .plans .plan-card .content { padding: 0 24px; }
main.lp-sales .plans .plan-card h3 { gap: 10px; font-size: 29px; color: #777; font-weight: 600; }
main.lp-sales .plans .plan-card h3 span { gap: 8px; color: #151515; }
main.lp-sales .plans .plan-card h3 span strong { font-size: 57px; font-weight: 600; }
main.lp-sales .plans .plan-card hr { color: #dcdcdc; margin: 30px 0; }
main.lp-sales .plans .plan-card ol { gap: 16px; padding: 0 16px; margin-bottom: 30px; font-size: 14px; }
main.lp-sales .plans .plan-card .cta-btn { display: block; padding: 15px 20px; background: linear-gradient(85.12deg, #a210ec 15.77%, #00ffe1 119.13%); font-size: 20px; color: #fff; font-weight: 500; letter-spacing: -1px; text-align: center; text-decoration: none; border-radius: 50rem; transition: opacity 0.5s; }
main.lp-sales .plans .plan-card .cta-btn:hover { opacity: 0.8; }

main.lp-sales .plans p { margin-bottom: 16px; font-size: 14px; color: #979797; text-align: center; }

main.lp-sales .plans .whats-btn { width: 100%; max-width: 380px; display: flex; align-items: center; justify-content: space-between; padding: 8px; padding-left: 24px; background-color: #fff; color: #222; line-height: 1; text-decoration: none; border-radius: 50rem; box-shadow: 0px 4px 60px 0px #0000001a; transition: scale 0.2s ease-in-out; }
main.lp-sales .plans .whats-btn:hover { scale: 1.05; }
main.lp-sales .plans .whats-btn small { font-size: 12px; }
main.lp-sales .plans .whats-btn span { font-size: 16px; }
main.lp-sales .plans .whats-btn .circle { width: 50px; aspect-ratio: 1; background-color: #0cb942; font-size: 24px; color: #fff; border-radius: 50%; }

#partnersSplide { margin: 0 -30px; }
#partnersSplide a { display: block; text-decoration: none; }
#partnersSplide img { width: 100%; display: block; margin-bottom: 12px; border-radius: 25px; border: 1px solid #f5f5f5; }
#partnersSplide h3 { margin: 0; font-size: 14px; color: #151515; font-weight: 400; text-align: center; }

#partnersSplide { position: relative; }
#partnersSplide::before,
#partnersSplide::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 100px; opacity: 0; pointer-events: none; transition: opacity .3s; }
#partnersSplide::before { left: 0; background: linear-gradient(to right, #f2f2f2, transparent); }
#partnersSplide::after { right: 0; background: linear-gradient(to left, #f2f2f2, transparent); }
#partnersSplide.has-prev::before { opacity: 1; }
#partnersSplide.has-next::after { opacity: 1; }
	

@media (max-width: 768px) {
	.rainbow-line { height: 0.3rem; }
	.rainbow-line::before { top: -10rem; height: 20rem; filter: blur(5rem); }

	header.lp-sales { gap: 2rem; padding: 3rem 1.5rem; }
	header.lp-sales img { width: 7rem; }
	header.lp-sales h2 { margin-bottom: 0; font-size: 1.2rem; }

	main.lp-sales { gap: 7rem; padding: 0 1.5rem 10rem; }
	main.lp-sales h2 { margin: 0 auto 5rem; font-size: 2.4rem; }
	main.lp-sales p { font-size: 1.4rem; }

	main.lp-sales .hero .container { gap: 3rem; }
	main.lp-sales .hero h1 { font-size: 2.6rem; }

	main.lp-sales .details .included-tag { gap: 0.8rem; padding: 0.4rem; padding-left: 1.2rem; margin-top: 1.5rem; font-size: 1.4rem; }
	main.lp-sales .details .row:not(:last-child) { margin-bottom: 8rem; }
	main.lp-sales .details div>img { border-radius: 1.5rem; }
	main.lp-sales .details h3 { font-size: 2.4rem; }
	main.lp-sales .details ul { gap: 1.6rem; }
	main.lp-sales .details li { gap: 1rem; font-size: 1.4rem; }
	main.lp-sales .details i { font-size: 2.7rem; }
	main.lp-sales .details .green { margin-bottom: 8rem; }

	main.lp-sales .partners h2 { max-width: none; }

	main.lp-sales .plans .container { gap: 4rem; }
	main.lp-sales .plans .plan-card { max-width: 45rem; border-radius: 1.2rem; box-shadow: 0 4rem 4rem 0 #00000012; }
	main.lp-sales .plans .plan-card .gradient { bottom: -0.5rem; border-radius: 1.2rem; }
	main.lp-sales .plans .plan-card>:first-child { padding: 3rem 2rem; border-radius: 1.2rem; }
	main.lp-sales .plans .plan-card .content { padding: 0 1.5rem; }
	main.lp-sales .plans .plan-card h3 { gap: 1rem; font-size: 2.4rem; }
	main.lp-sales .plans .plan-card h3 span { gap: 0.8rem; }
	main.lp-sales .plans .plan-card h3 span strong { font-size: 4rem; }
	main.lp-sales .plans .plan-card hr { margin: 2.4rem 0; }
	main.lp-sales .plans .plan-card ol { gap: 1.2rem; padding: 0 1.6rem; margin-bottom: 2.4rem; font-size: 1.2rem; }
	main.lp-sales .plans .plan-card .cta-btn { padding: 1.2rem 1.6rem; font-size: 1.6rem; }

	main.lp-sales .plans p { margin-bottom: 1.2rem; font-size: 1.2rem; }

	main.lp-sales .plans .whats-btn { max-width: 35rem; padding: 0.6rem; padding-left: 2rem; box-shadow: 0 0.4rem 6rem 0 #0000001a; }
	main.lp-sales .plans .whats-btn small { font-size: 1.2rem; }
	main.lp-sales .plans .whats-btn span { font-size: 1.4rem; }
	main.lp-sales .plans .whats-btn .circle { width: 5rem; font-size: 2.4rem; }

	#partnersSplide { margin: 0 -1.5rem; }
	#partnersSplide img { margin-bottom: 0.8rem; border-radius: 2rem; border: 0.1rem solid #f5f5f5; }
	#partnersSplide h3 { font-size: 1.2rem; }

	#partnersSplide::before,
	#partnersSplide::after { width: 5rem; }
}
