@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; outline: none; }
h1, h2, h3, h4, h5, h6 { font-family: "Mulish", sans-serif; }
p { font-family: "Mulish", sans-serif; margin: 0; }
li { font-family: "Mulish", sans-serif !important; margin: 0; }
body { background: #000 !important; }

a { text-decoration: none !important; }

/* HEADER */
header { background-image: url('../images/background.jpg'); background-size: 100%; background-position: top center; width: 100%; height: 100vh; background-repeat: no-repeat; position: relative; }
header.nobg { background: #000; height: auto; }
header.nobg .mask { height: 100px; }
header .mask { background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); width: 100%; height: 150px; position: absolute; top: 0; }
header .container.top { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; position: relative; z-index: 1; }
header .container.top img { width: 180px; margin-right: 15px; }
header .container.top span { color: #fff; font-size: 12px; opacity: 0.8; letter-spacing: -0.5px; }
header .container.top ul { list-style: none; padding: 0; margin: 0; }
header .container.top ul li { color: #fff; display: inline-block; padding: 10px 30px; font-weight: 500; transition: all 0.3s; font-weight: 500; }
header .container.top ul li a { color: #fff; transition: all 0.3s;  }
header .container.top ul li a.active { font-weight: bold; color: #a47ed8; }
header .container.top ul li a:hover { cursor:pointer; color: #a47ed8; }

@media only screen and (max-width:899px) {
    header { background-image: none; background-color: #000; height: auto; padding-bottom: 50px; }
    header .mask { display: none; }
    header .container.top { padding: 30px; flex-direction: column; align-items: initial; position: relative; }
    header .container.top div { width: 100%; position: relative; }
    header .container.top ul { display: block; margin-top: 30px; display: flex; justify-content: space-between; display: none; }
    header .container.top ul li { padding: 0px 0px; margin-right: 20px; }
    header .container.top ul li a { font-weight: 700; }
    header .container.top span { display: none; }

    header .container.top .menu-icon { display: block; }
    header .container.top .menu-icon img { width: 30px; position: absolute; right: -5px; top: -35px; margin-right: 0; }
    header .container.top.menu-open { width: 100%; }
    header .container.top.menu-open ul { display: block !important; margin-top: 30px !important; }
    header .container.top.menu-open ul li { display: block; font-size: 16px; margin-bottom: 35px; margin-right: 0; padding: 0; }
    header .container.top.menu-open ul li:last-child { margin-bottom: 0; }
    header .container.top.menu-open ul li a { line-height: 25px; font-size: 20px; font-weight: 500; }    
}


@media only screen and (min-width:1366px) and (max-width:1440px) {
    header .mask  { height: 200px; }
}

header .container.mid { display: flex; flex-direction: column; justify-content: center; height: 90vh; }
header .container.mid div { width: 50%; }
header .container.mid div h1 { background-image: linear-gradient(to right, #a17dd6, #ce7af9); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 60px; font-weight: bold; letter-spacing: -1.2px; }
header .container.mid div h1 span { color: #fff; }
header .container.mid div p { color: rgba(255,255,255,0.6); font-size: 18px; margin-top: 30px; line-height: 35px;  }
header .container.mid div button { background: transparent; font-size: 18px; color: #fff; border: 2px solid #fff; padding: 15px 60px; border-radius: 20px; font-weight: 700; margin-top: 30px; transition: all 0.3s; }
header .container.mid div button:hover { border: 2px solid #a47ed8; color: #fff; background: linear-gradient(to right, #a17dd6, #ce7af9); }

@media only screen and (max-width:899px) {
    header { background-image: none; background-color: #000; }
    header .container.mid { height: auto; }
    header .container.mid div { width: 100%; padding: 0px 20px; }
    header .container.mid div h1 { font-size: 35px; }
    header .container.mid div h1 br { display: none; }
    header .container.mid div p { font-size: 16px; line-height: 28px; margin-top: 10px; }
    header .container.mid div button { width: 100%; margin-top: 10px; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    header .container.mid div h1 { font-size: 42px; }
    header .container.mid div p { font-size: 16px; line-height: 28px; }
}

section.c1 { background: #fff; padding: 8% 0; }
section.c1 h1 { text-align: center; font-size: 80px; font-weight: bold; letter-spacing: -1.2px; }
section.c1 p { text-align: center; font-size: 18px; padding: 0px 20%; line-height: 35px; margin-top: 20px; opacity: 0.6; }

@media only screen and (max-width:899px) {
    section.c1 { display: block; }
    section.c1 h1 { font-size: 39px; text-align: left; }
    section.c1 .container { padding: 0px 30px; }
    section.c1 p { font-size: 16px; line-height: 28px; margin-top: 10px; padding: 0; text-align: left; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c1 h1 { font-size: 70px; }
    section.c1 p { font-size: 16px; line-height: 28px; }
}

section.c2 { padding: 8% 0; }
section.c2 .container { display: flex; justify-content: space-between; gap: 30px; }
section.c2 .container h2 { font-size: 60px; background-image: linear-gradient(to right, #a17dd6, #ce7af9); background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: bold; letter-spacing: -1.2px; }
section.c2 .container h3 { color: #fff; margin-top: 70px; font-size: 35px; }
section.c2 .container p { font-size: 18px; line-height: 35px; margin-top: 20px; text-align: left; color: #fff; }

section.c2 .container div { width: 50%; }
section.c2 .container div img { width: 90%; margin: 0 auto; display: block; }
section.c2 .container div .desc { margin: 30px 0; width: 100%; }
section.c2 .container div .desc span { color: #fff; font-size: 18px; display: block; font-weight: 700; }
section.c2 .container div .desc p { margin: 0; color: rgba(255,255,255,0.6); }

@media only screen and (max-width:899px) {
    section.c2 { display: block; padding: 0; padding-top: 10%; }
    section.c2 .container { padding: 0px 30px; flex-direction: column; }
    section.c2 .container div { width: 100%; } 
    section.c2 .container div img { display: none; }
    section.c2 .container h2 { font-size: 39px; text-align: lef; }
    section.c2 .container h3 { display: none; }

    section.c2 .container div .desc span { color: #fff; font-size: 17px; font-weight: 700; }
    section.c2 .container div .desc p { font-size: 16px; line-height: 28px; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c2 .container h2 { font-size: 50px; }
    section.c2 .container div .desc span { font-size: 18px; }
    section.c2 .container div .desc p { font-size: 16px; line-height: 28px; }
}


section.c3 { background: #fff; padding: 14% 0; overflow: hidden; position: relative; }
section.c3 img { width: 35%; position: absolute; top: 50px; left: 100px; }
section.c3 .container { display: flex; justify-content: space-between; gap: 30px; }
section.c3 .container div { width: 50%; margin-left: auto; }
section.c3 .container div h2 { font-size: 60px; font-weight: bold; letter-spacing: -1.2px; }
section.c3 .container div p { font-size: 18px; line-height: 35px; margin-top: 20px; text-align: left; color: #000; opacity: 0.6; } 
section.c3 .container div button { background: transparent; font-size: 20px; color: #000; border: 2px solid #000; padding: 15px 60px; border-radius: 20px; font-weight: 700; margin-top: 30px; transition: all 0.3s; }
section.c3 .container div button:hover { border: 2px solid #000; color: #fff; background: #000; }

@media only screen and (max-width:899px) {
    section.c3 { display: block; padding: 10% 0; }
    section.c3 img { display: none; }
    section.c3 .container { padding: 0px; flex-direction: column; }
    section.c3 .container div { width: 100%; padding: 0px 30px; }
    section.c3 .container div h2 { font-size: 39px; }
    section.c3 .container div p { font-size: 16px; line-height: 28px; }
    section.c3 .container div button { width: 100%; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c3 img { left: 100px; }
    section.c3 .container div h2 { font-size: 50px; }
    section.c3 .container div h2 br { display: none; }
    section.c3 .container div p { font-size: 16px; line-height: 28px; }
    section.c3 .container div button { font-size: 16px; padding: 12px 40px; }
}

section.c4 { padding: 8% 0 6% 0; background: #fff; overflow: hidden; position: relative; }
section.c4 img.downloadApp { position: absolute; width: 45%; right: 80px; top: 60px; }
section.c4 .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
section.c4 .container div:nth-child(1) { width: 40%; }
section.c4 .container div:nth-child(2) { width: 60%; }
section.c4 .container div img { width: 100%; margin: 0 auto; }
section.c4 .container div h3 { font-size: 70px; line-height: 75px; font-weight: bold; letter-spacing: -1.2px;}
section.c4 .container div b { background-image: linear-gradient(to right, #a17dd6, #ce7af9); background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: 700; }
section.c4 .container div span { font-size: 25px; display: block; margin-top: 30px; }
section.c4 .container div p { margin-top: 30px; font-size: 18px; padding-right: 0%; line-height: 35px; opacity: 0.6; }
section.c4 .container button { background: transparent; font-size: 20px; color: #000; border: 2px solid #000; padding: 15px 60px; border-radius: 20px; font-weight: 700; margin-top: 30px; transition: all 0.3s; }
section.c4 .container button:hover { border: 2px solid #000; color: #fff; background: #000; }

@media only screen and (max-width:899px) {
    section.c4 { display: block; padding: 8% 0; }
    section.c4 .container { width:100%; flex-direction: column; padding: 0px 30px; }
    section.c4 .container div:nth-child(1) { width: 100%; order: 2; }
    section.c4 .container div:nth-child(2) { width: 100%; order: 1;}
    section.c4 .container div h3 { font-size: 39px; }
    section.c4 .container div span { margin-top: 0; font-size: 18px; }
    section.c4 .container div p { font-size: 16px; line-height: 28px; margin-top: 20px; }
    section.c4 .container button { width: 100%; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c4 .container div h3 { font-size: 50px; }
    section.c4 .container div h3 br { display: none; }
    section.c4 .container div span { font-size: 17px; font-weight: 600; }
    section.c4 .container div p { font-size: 16px; line-height: 28px; }
    section.c4 .container div button { font-size: 16px; padding: 12px 40px; }
}

section.c5 { background: #000; padding: 8% 0; }
section.c5 h1 { text-align: center; font-size: 70px; font-weight: bold; letter-spacing: -1.2px; background-image: linear-gradient(to right, #a17dd6, #ce7af9); background-clip: text; -webkit-background-clip: text; color: transparent; letter-spacing: -1.2px;}
section.c5 p { text-align: center; font-size: 18px; padding: 0px 20%; line-height: 35px; margin-top: 20px; opacity: 0.6; color: #fff; }
section.c5 button { background: transparent; font-size: 20px; color: #fff; border: 2px solid #fff; padding: 15px 60px; border-radius: 20px; font-weight: 700; margin:0 auto; display:block; margin-top: 30px; transition: all 0.3s; }
section.c5 button:hover { border: 2px solid #a47ed8; color: #fff; background: #a47ed8; }

@media only screen and (max-width:899px) {
    section.c5 { display: block; padding: 10% 0; padding-bottom: 12%; }
    section.c5 h1 { font-size: 39px; text-align: left; }
    section.c5 h1 br { display: none; }
    section.c5 .container { padding: 0px 30px; }
    section.c5 p { font-size: 16px; line-height: 28px; margin-top: 10px; padding: 0; text-align: left; }
    section.c5 button { width: 100%; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c5 h1 { font-size: 70px; }
    section.c5 p { font-size: 16px; line-height: 28px; }
    section.c5 button { font-size: 16px; padding: 12px 40px; }
}

section.c6 { padding: 8% 0; }
section.c6 .container h2 { font-size: 60px; background-image: linear-gradient(to right, #a17dd6, #ce7af9); background-clip: text; -webkit-background-clip: text; color: transparent; font-weight: bold; letter-spacing: -1.2px; }
section.c6 .container h3 { color: #fff; margin-top: 70px; font-size: 22px; font-weight: bold; }
section.c6 .container p { font-size: 18px; line-height: 35px; margin-top: 20px; text-align: left; color: rgba(255,255,255,0.6); }

section.c6 .container .vantagens .info { display: flex; justify-content: space-between; gap: 30px; }
section.c6 .container .vantagens .info div img { width: 35px; margin-bottom: 10px; display: block; }
section.c6 .container .vantagens .info div { margin: 30px 0; width: 100%; }
section.c6 .container .vantagens .info div span { color: #fff; font-size: 25px; display: block; font-weight: 400; line-height: 35px; margin: 20px 0; display: block; }
section.c6 .container .vantagens .info div p { margin: 0; color: rgba(255,255,255,0.8); font-size: 16px; line-height: 24px; margin-top: 10px; }

section.c6 .container .vantagens .info.saloes div { width: 50%; background: transparent; border: 2px solid #212121; padding: 35px; border-radius: 25px; transition: all 0.3s; }
section.c6 .container .vantagens .info.saloes div:hover { background: linear-gradient(to right, #a17dd6, #ce7af9); border: 2px solid transparent; }

section.c6 .container .vantagens .info.clientes div { width: 50%; border: 2px solid #212121; padding: 35px; border-radius: 25px; transition: all 0.3s; }
section.c6 .container .vantagens .info.clientes div:hover { background: linear-gradient(to right, #a17dd6, #ce7af9); border: 2px solid transparent; }

@media only screen and (max-width:899px) {
    section.c6 { display: block; padding: 10% 0; padding-bottom: 12%; }
    section.c6 h1 { font-size: 39px; text-align: left; }
    section.c6 h3 { margin-bottom: 20px; margin-top: 30px !important; }

    section.c6 .container { padding: 0px 30px; }
    section.c6 .container h2 { font-size: 39px; text-align: left; }
    section.c6 .container p { font-size: 16px; line-height: 28px; margin-top: 10px; padding: 0; text-align: left; }
    section.c6 p { font-size: 16px; line-height: 28px; margin-top: 10px; padding: 0; text-align: left; }

    section.c6 .container .vantagens .info { flex-direction: column; }
    section.c6 .container .vantagens .info div { width: 100%; }
    section.c6 .container .vantagens .info div span { font-size: 20px; }
    section.c6 .container .vantagens .info div span br { display: none; }

    section.c6 .container .vantagens .info.saloes div { width: 100%; padding: 30px; margin: 0; }
    section.c6 .container .vantagens .info.clientes div { width: 100%; padding: 30px; margin: 0; }
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
    section.c6 h1 { font-size: 70px; }
    section.c6 p { font-size: 16px; line-height: 28px; }
}

footer { padding: 5% 0 6% 0; background: #fff; }
footer a { text-decoration: none; }
footer p { font-size: 16px; font-weight: 500; line-height: 31px; opacity: 0.6; }
footer p span { font-weight: 300; }
footer a { color: #000; }

footer .container { display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid #4f586f18; padding-bottom: 50px; }
footer .container.noborder { border: none; margin-top: 30px; padding: 0; align-items: center; padding-bottom: 0px; }
footer .container.noborder div:nth-child(2) { margin-left: auto; width: 20%; }
footer .container.noborder div:nth-child(2) img { display: inline-block; }

footer .container div { width: auto; }
footer .container div:nth-child(1) { width: 30%; }
footer .container div:nth-child(2) { width: 10%; }
footer .container div img { width: 90px; display: inline-block; transition: all 0.3s; }
footer .container div img.logoFooter { margin-bottom: 30px; width: 170px; }
footer .container div img.img1 { width: 60px; }
footer .container div img.img2 { width: 70px; }
footer .container div img.img3 { width: 80px; }

footer .container div h5 { font-weight: bold; color: #fff; font-size: 18px; }
footer .container div .support { background: linear-gradient(to right, #a17dd6, #ce7af9); color: #fff; padding: 15px 30px; border-radius: 20px; display: flex; align-items: center; gap: 30px; width: 100%; }
footer .container div .support img { width: 35px; margin: 0; margin-top: 3px; }
footer .container div .support h3 { color: #fff; margin: 0; font-size: 20px; font-weight: bold; font-family: "Mulish", sans-serif; }
footer .container div .support h3 span { color: #fff; display: block; margin: 0; font-weight: 500; font-size: 13px; opacity: 0.5; letter-spacing: 1px; margin-top: 3px; }

footer .container div .central { background: #a47ed8; color: #fff; padding: 15px 30px; border-radius: 20px; display: flex; align-items: center; gap: 30px; width: 100%; margin-top: 20px; }
footer .container div .central img { width: 35px; margin: 0; margin-top: 0px; }
footer .container div .central h3 { color: #fff; margin: 0; font-size: 20px; font-family: "Mulish", sans-serif; font-weight: bold;  }
footer .container div .central h3 span { color: #fff; display: block; margin: 0; font-weight: 500; font-size: 13px; opacity: 0.5; letter-spacing: 1px; margin-top: 3px; }


footer .container div ul { list-style: none; padding: 0; margin: 0; }
footer .container div ul li { display: block; line-height: 47px; transition: all 0.3s; font-weight: 500; }
footer .container div ul li:hover { cursor:pointer; opacity: 0.5; }
footer .container div span { display: inline-block; align-items: center; color: #a47ed8; margin-bottom: 15px; transition: all 0.3s; margin-top: 0px; font-weight: bold; font-size: 18px; }
footer .container div span:nth-child(2) { margin-left: -15px; }


@media only screen and (max-width:899px) {
    footer { display: block; padding: 10% 0; }
    footer .container { flex-direction: column; padding: 0px 30px; border: none; }
    footer .container div { width: 100%; }
    footer .container div ul li { line-height: 40px; }
    footer .container div:nth-child(1) { width: 100%; }
    footer .container div:nth-child(2) { width: 100%; }

    footer .container.noborder { padding: 0px 30px; margin-top: 30px; }
    footer .container.noborder p { margin-bottom: 50px; }
}

/* UTILS */
.menu-icon { display: none; }
.top.hidden { display: none; }
.top.scrolled { display: block; position: fixed; top: 0; left: 0; width: 100%; -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); background-color: #000000b5; z-index: 1; }
.top.scrolled .container { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; position: relative; z-index: 1; }


.top.scrolled img { width: 180px; margin-right: 15px;  }
.top.scrolled span { color: #fff; font-size: 12px; opacity: 0.8; letter-spacing: -0.5px; }
.top.scrolled ul { list-style: none; padding: 0; margin: 0; }
.top.scrolled ul li { color: #fff; display: inline-block; padding: 10px 30px; font-weight: 500; transition: all 0.3s; font-weight: 500; }
.top.scrolled ul li a { color: #fff; transition: all 0.3s; }
.top.scrolled ul li a.active { font-weight: bold; color: #a47ed8; }
.top.scrolled ul li a:hover { cursor:pointer; color: #a47ed8; }

@media only screen and (max-width:899px) {
    .top.scrolled { display: block; }
    .top.scrolled ul { display: none; }
    .top.scrolled .container { flex-direction: column; align-items: flex-start; padding: 15px 30px; }

    .top.scrolled .menu-icon { display: block; }
    .top.scrolled .menu-icon img { width: 30px; position: absolute; right: 10px; top: 20px; }
    .top.scrolled.menu-open { width: 100%;}
    .top.scrolled.menu-open ul { display: block !important; margin-top: 30px !important; }
    .top.scrolled.menu-open ul li { display: block; font-size: 16px; margin-bottom: 35px; margin-right: 0; padding: 0; }
    .top.scrolled.menu-open ul li:last-child { margin-bottom: 0; }
    .top.scrolled.menu-open ul li a { line-height: 25px; font-size: 20px; font-weight: 500; }    

    .top.scrolled span { display: none; }
}

.page { margin-top: 50px; margin-bottom: 100px; }
.page h1 { color: #fff; margin-bottom: 30px; font-size: 30px; }
.page p { font-size: 18px; line-height: 35px; color: rgba(255, 255, 255, 0.502); }
.page p b { color: #a47ed8; font-weight: bold; }

@media only screen and (max-width:899px) {
    .page { margin-top: 0px; }
    .page h1 { margin-bottom: 0; }
    .page p { font-size: 16px; line-height: 28px; }
    .page .container { padding: 0px 30px; }
}

.modal-content { border-radius: 0px; }
.modal-body { padding: 40px !important; position: relative; }
.modal-body h2 { margin-bottom: 20px; color: #a47ed8; }
.modal-body .btn-close { position: absolute; top: 20px; right: 20px; width: initial; }
.modal-body label { font-weight: 500; display: block; margin-bottom: 5px; }
.modal-body .form-control { border-radius: 20px !important; padding: 10px 20px; margin-bottom: 20px; resize: none; }
.modal-body .form-control:focus { box-shadow: none; border: 1px solid #a47ed8; }
.modal-body button.send {width: 100%; background: #a47ed8; font-size: 18px; color: #fff; border: 2px solid #a47ed8; padding: 15px 60px; border-radius: 20px; font-weight: 700; margin-top: 30px; transition: all 0.3s; }
.modal-body button.send:hover { border: 2px solid transparent; color: #fff; background: #ad588f; }

/* MOBILE */
@media only screen and (max-width:899px) {
    .modal-body { padding: 30px; }
    .modal-content { width: 90%; margin: 0 auto; }
}