.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; }
.fs-18 { font-size: 18px !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; }
    .fs-18 { font-size: 1.8rem !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; }

.toast-container-center-bottom { position: fixed; bottom: 45px; left: 50%; transform: translateX(-50%); z-index: 1080; }
.toast-body { padding: 18px 25px; }
.toast { max-width: 500px !important; width: 100%; font-weight: 600; font-size: 14px; letter-spacing: -3%; text-align: center; border-radius: 16px; }
.toast.success { color: #34A300 !important; background: #BFFF98; opacity: 1; }
.toast.success .btn-close { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2334A300'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e"); }

.toast.fail { color: #ac1a00 !important; background: #f8b0ae; opacity: 1; }
.toast.fail .btn-close { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ac1a00'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e"); }

@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; }
}

footer { overflow: hidden; padding: 90px 30px 160px; }
footer .blur-gradient { position: relative; z-index: -1; }
footer .blur-gradient::before { content: ""; position: absolute; top: -100px; left: 0; right: 0; bottom: 0; height: 100px; 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 .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; }

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; }
}
body { font-family: 'Poppins', sans-serif !important; background-color: #f5f5f5; }
a, a:hover { text-decoration: none; }

#headerSignin .logo {  height: 38px; }
#headerSignin { position: relative; padding: 30px 0; }
#headerSignin p.slogan { font-weight: 600; line-height: 1.2; font-size: 12px; }

#signFree h1 { font-size: 50px !important; font-weight: 600 !important; letter-spacing: -2px !important; }
#signFree h2 { font-family: 'Poppins', sans-serif !important; font-size: 22px; font-weight: 600; color: #222; }
#signFree h3 { font-family: 'Poppins', sans-serif !important; font-size: 14px; font-weight: 600; color: #222; }
#signFree p { color: #666; font-size: 14px; font-weight: 500; }

#signFree a.about { display: inline-block; border-radius: 15px; width: 244px; height: 137px; background-image: url('https://static-cdn.soluall.net/conheca_a_solutudo.jpeg'); background-size: cover; background-repeat: no-repeat; }
#signFree .number { font-size: 26px; font-weight: 700; color: #FF34A3; line-height: 1; }
#signFree .logo-news { width: 70px; filter: grayscale(80%) brightness(50%); justify-content: }

#signFree .videos-list { list-style: none; padding: 0; margin: 0; }
#signFree .image-video { display: inline-block; width: 110px; height: 137px; background-size: cover; background-position: center; border-radius: 15px; }
#signFree .about i { color: #fff; font-size: 54px; opacity: 0.85; }
#signFree .videos-list i { color: #fff; font-size: 36px; opacity: 0.85; }
#signFree .videos-list li { line-height: 1.2; }

.card-form { display: block; border: 2px solid #FF34A3; background-color: #fff; border-radius: 20px; padding: 35px; }
.card-form .icon { width: 48px; height: 48px; text-align: center; background-color: #FFEFF0; color: #FF34A3; border-radius: 50%; }
.card-form label { display: block; font-size: 16px; font-weight: 600; color: #666; }
.card-form input, .card-form select { width: 100%; font-size: 16px; font-weight: 600; color: #121212; background-color: #ededed; border-radius: 30px; padding: 15px 25px; border: none; }
.card-form input:focus, .card-form select:focus { border: none; outline: none; }
.card-form input::placeholder, .card-form select::placeholder { color: #aaa; }
.card-form .submit { display: inline-block; background-color: #222; font-size: 14px; font-weight: 600; color: #fff; border-radius: 25px; padding: 15px 45px; text-align: center; border: none; }
.card-form .alert-success { font-size: 14px; background-color: #BBF7D0; border-color: #BBF7D0; color: ##166534; }
.card-form .alert-danger { font-size: 14px; background-color: #FECACA; border-color: #FECACA; color: #991B1B; }
.card-form a.copy-phone { padding: 1px 5px; color: #fff; font-size: 11px; border-radius: 15px; background-color: #0CBA42; font-weight: 400; }

.select2-selection.select2-selection--single { width: 100%; font-size: 16px; font-weight: 600; color: #121212; background-color: #ededed; border-radius: 30px; padding: 15px 25px; border: none; height: 54px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 16px; right: 18px; }

.videos-list h5 { font-weight: 600; font-size: 13px; color: #333; line-height: 1; }
.videos-list li span.subtitle { font-size: 11px; color: #666; line-height: 1; }

.ui-autocomplete { font-family: 'Poppins', sans-serif !important; }
.ui-widget-content { border: 1px solid #ccc !important; }
.ui-corner-all { border-radius: 25px !important; }
.ui-menu .ui-menu-item { padding: 5px !important; }
.ui-menu .ui-menu-item a { font-size: 14px; padding: 12px 15px !important; }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ededed !important;
	background: #ededed !important;
	font-weight: normal !important;
	color: #212121 !important;
}
.red { color: #ff0000; }
.pink { color: #FF34A3; }

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: 14px;
}

.back-line { width: 100%; height: auto; border-top: 1px solid #e1e1e1; text-align: center; margin-top:-35px; }
.card-support { display: inline-block; width: 400px; max-width: 420px; background-color: #fff; border-radius: 40px; padding: 10px 10px 10px 25px; margin-top: -100px; }
.card-support p { font-size: 12px; color: #999; font-weight: 500; }
.card-support h3 { font-weight: 600; font-size: 18px; color: #151515; margin:0; letter-spacing: -1px; }
.card-support .whatsapp { display: inline-block; background-color: #0CB942; border-radius: 50%; width: 52px; height: 52px; color: #fff; font-size: 24px; }
.line-header {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
	opacity: 1 !important;
	display: block !important;
	height: 3px !important;
	background: rgb(58, 10, 96);
	background: linear-gradient(90deg, rgba(58, 10, 96, 1) 0%, rgba(190, 0, 255, 1) 0%, rgba(50, 52, 255, 1) 15%, rgba(0, 71, 255, 1) 18%, rgba(0, 213, 255, 1) 30%, rgba(0, 255, 177, 1) 44%, rgba(0, 255, 79, 1) 57%, rgba(251, 255, 0, 1) 70%, rgba(255, 147, 0, 1) 82%, rgba(255, 0, 157, 1) 94%);
}
