@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Chakra Petch and Inter */

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    color: inherit;
}

html {
    font-size: 62.5%;
    font-size: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", "Sora", "Inter", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    user-select: none;
    pointer-events: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form,
a,
button,
iframe,
video,
img {
    margin: 0;
    padding: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
body div.wpforms-container-full .wpforms-form input[type="submit"],
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    font-family: inherit;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    display: inline-block;
    background-color: transparent;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}

.fade-up-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1000ms ease-in, transform 1000ms ease-out;
}

.fade-up-in.appear {
    opacity: 1;
    transform: translateY(0);
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #dbeafe;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}

img {
    user-select: none;
    pointer-events: none;
}

ul {
    font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    color: #fff;
}

p {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    margin: 0;
}

.cc-main .cc-btn {
    width: min(21.43vw, 100%);
    padding: 1.2vw 1vw 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.69vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 1.67vw;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.032rem;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
    position: relative;
}

.cc-main .cc-btn::before {
    content: "";
    position: absolute;
    top: -0.07vw;
    left: -0.07vw;
    width: calc(100% + 0.14vw);
    height: calc(100% + 0.14vw);
    background-color: #ff8000;
    transition: all 0.3s;
    z-index: -2;
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - 1.39vw),
            calc(100% - 1.39vw) 100%,
            0 100%);
}

.cc-main .cc-btn:hover::before {
    background-color: #ff5b00;
}

.cc-btn:hover,
.cc-btn:active,
.cc-btn:focus {
    color: #fff;
}

.s-menu {
    position: relative;
    z-index: 90;
}

.s-menu-wrap {
    width: 83.33vw;
    margin: 0 auto;
    padding: 1.38vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-menu-brand {
    display: flex;
    align-items: center;
    gap: 1.18vw;
}

.s-menu-logo {
    width: 3.2vw;
}

.s-menu-brand h1 {
    font-size: 1.4vw;
    font-weight: bold;
    background: linear-gradient(90deg, #29b6f3, #2cbfff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s-menu nav {
    padding: 10px 34px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #95dfff;
}

.s-menu ul {
    list-style: none;
    display: flex;
    gap: 1.04vw;
}

.s-menu li {
    font-size: 0.83vw;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    color: #314356;
    position: relative;
}

.s-menu a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.21vw;
}

.s-menu li a:hover {
    text-decoration: underline;
}

.s-menu ul ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 2.08vw 1.04vw 1.04vw;
    border-radius: 0.52vw;
    background-color: #fff;
    box-shadow: 0 0.42vw 0.52vw 0.1vw rgb(0 0 0 / 10%);
    z-index: 1000;
}

.s-menu ul li:hover>ul,
.s-menu ul li ul:hover {
    display: flex;
}

.s-menu ul ul li {
    text-align: center;
}

.s-menu ul ul li a {
    justify-content: center;
}

.s-menu .cc-btn {
    padding: 0.5vw 1.04vw;
    font-size: 0.73vw;
    border-radius: 1.15vw;
    background: linear-gradient(90deg, #038510, #039b12, #038510);
    z-index: 2;
}

.hamburger {
    display: none;
}

.s01 {
    width: 100%;
    position: relative;
}

.s01-wrap {
    width: 83.33vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}

.s01-main {
    width: 62vw;
}

.s01 h1 {
    width: 36vw;
    padding: 1.8vw 0 4.2vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 3.54vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}

.s01 h1 span {
    color: #0eb1f8;
}

.s01-shape {
    position: relative;
    z-index: 1;
}

.s01-shape-bg {
    position: absolute;
    width: 61.25vw;
    bottom: 0;
    left: -2.08vw;
    z-index: -4;
}

.s01 h2 {
    width: 32vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 2.43vw;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.s01 h2 span {
    color: #0672ff;
}

.s01 p.p01 {
    width: 34.03vw;
    padding: 0.9vw 0 4.6vw;
    font-size: 1.53vw;
    line-height: 1.2;
    color: #000;
}

.s01-avatar {
    position: absolute;
    width: 34.8vw;
    right: 0;
    bottom: 0.07vw;
}

.s01-side {
    display: flex;
    flex-direction: column;
    gap: 1.38vw;
}

.s01-side h4 {
    font-family: "Chakra Petch", sans-serif;
    font-size: 4.16vw;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.s01-side p {
    font-size: 1.66vw;
    line-height: 1.2;
    color: #000;
}

.s01 a img {
    width: 15.42vw;
}

.s02 {
    width: 83.33vw;
    margin: 0 auto;
    padding: 8.33vw 0 11.81vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s02 h2 {
    width: 48.61vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 3.54vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.s02 h2 span {
    color: #0eb1f8;
}

.s02 p.p01 {
    width: 34.72vw;
    padding: 1.11vw 0 2.5vw;
    font-size: 1.53vw;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.s02-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.6vw;
    row-gap: 2.78vw;
}

.s02-item {
    width: 26.53vw;
    padding: 2.08vw 1.53vw;
    border-radius: 1.74vw;
    background: linear-gradient(209deg, #37c3ff 10%, #223dff 90%);
    box-shadow: 0vw 0.35vw 1.11vw 0vw rgba(34, 61, 255, 0.6);
}

.s02-item h3 {
    margin: 0.97vw 0;
    padding: 0 0 0.97vw;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    border-bottom: 0.07vw solid #fff;
}

.s02-item p {
    font-size: 1.53vw;
    line-height: 1.2;
    color: #fff;
}

.s03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.65vw 0;
    background-color: #fff;
}

.s03-wrap {
    position: relative;
    transform: translateX(6.94vw);
}

.s03 h2 {
    width: 37.5vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 3.47vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}

.s03 h2 span {
    color: #0eb1f8;
}

.s03 p.p01 {
    padding: 1.11vw 0 2.5vw;
    font-size: 1.53vw;
    line-height: 1.2;
    color: #000;
}

.s03 a {
    display: inline-block;
    transition: all 0.3s ease;
}

.s03 a:hover {
    transform: scale(1.05);
}

.s03 a img {
    width: 15.42vw;
}

.s03-phone {
    position: absolute;
    top: 50%;
    right: calc(100% + 1.39vw);
    transform: translateY(-50%);
}

.s04 {
    width: 50.69vw;
    margin: 0 auto;
    padding: 8.33vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s04 h2 {
    padding: 0 0 3.3vw;
    font-family: "Chakra Petch";
    font-size: 3.54vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.s04 h2 span {
    color: #0eb1f8;
}

.s04-box {
    width: 100%;
    margin: 0.99vw 0;
    padding: 1.39vw 2.78vw;
    transition: 0.4s;
    border-radius: 1.39vw;
    background-color: #fff;
}

.s04 h3 {
    padding: 0 0 0.83vw;
    font-size: 1.53vw;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.s04 p {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #000;
}

.s05 {
    width: 83.33vw;
    margin: 0 auto;
    padding: 0 0 11.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s05 h2 {
    width: 48.61vw;
    font-family: "Chakra Petch", sans-serif;
    font-size: 3.54vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.s05 p.p01 {
    width: 34.72vw;
    padding: 1.11vw 0 2.5vw;
    font-size: 1.53vw;
    line-height: 1.2;
    text-align: center;
    color: #000;
}

.s05-row {
    display: flex;
    justify-content: center;
    gap: 1.39vw;
}

.s05-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20.88vw;
    padding: 3.47vw 2.64vw;
    border-radius: 1.39vw;
    background-color: #fff;
}

.s05 h3 {
    font-size: 2.22vw;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.s05 ul {
    padding: 1.94vw 0;
    display: flex;
    flex-direction: column;
    gap: 1.11vw;
}

.s05 li {
    display: flex;
    align-items: center;
    gap: 0.9vw;
    font-size: 1.25vw;
    line-height: 1.2;
    color: #000;
}

.s05 p.p02 {
    padding: 0 0 1.94vw;
    text-align: center;
    font-size: 3.20vw;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.s05 .cc-btn {
    z-index: 1;
}

.s05 .cc-btn::before {
    background-color: #3535e9;
}

.faq {
    width: 50.69vw;
    margin: 0 auto;
    padding: 8.33vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq h2 {
    padding: 0 0 3.3vw;
    font-family: "Chakra Petch";
    font-size: 3.54vw;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.faq h2 span {
    color: #0eb1f8;
}

.faq-box {
    width: 100%;
    margin: 0.99vw 0;
    padding: 0 2.78vw;
    transition: 0.4s;
    border-radius: 1.39vw;
    background-color: #fff;
}

.faq-box:hover,
.faq-active {
    /* background-color: #fff; */
}

.faq-active {
    padding-bottom: 1.32vw;
}

.faq-active .faq-svg {
    transform: rotate(-180deg);
}

.faq-pergunta {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 1.39vw 0 0.83vw;
}

.faq-seta {
    display: flex;
}

.faq h3 {
    font-size: 1.32vw;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
}

.faq p {
    font-size: 1vw;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #000;
}

.faq-svg {
    fill: #000;
    height: 1.59vw;
    transition: 0.4s ease;
    width: 1.59vw;
}

.faq h4 {
    font-size: 1.6rem;
    text-align: center;
    padding: 2rem 0 0;
}

.s07 span.p02 {
    display: inline-block;
    padding: 1vw 0 0;
    color: #a2a2a2;
}

.s07 span.p02 span {
    font-weight: bold;
}

.sfooter {}

.sfooter-wrap {
    width: min(83vw, 90%);
    margin: 0 auto;
    padding: 0 0 2.78vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 6rem;
}

.sfooter-social h3 {
    font-weight: 400;
    color: #000;
}

.sfooter-social-row {
    padding: 0.83vw 0 0;
    display: flex;
    gap: 0.83vw;
}

.sfooter-social-row a img {
    width: 2.92vw;
}

.sfooter-termos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.05vw;
}

.sfooter p,
.sfooter a {
    font-size: 0.97vw;
    color: #000;
}

.sfooter a:hover {
    text-decoration: underline;
}

.sfooter-social-row a {
    transition: all 0.3s ease;
}

.sfooter-social-row a:hover {
    transform: scale(1.1);
}

.fade-up-in {
    opacity: 0;
    transform: translateY(2.08vw);
    transition: opacity 1000ms ease-in, transform 1000ms ease-out;
}

.imagem-progressiva {
    filter: blur(0.69vw);
    transition: filter 0.3s ease;
}

.imagem-carregada {
    filter: blur(0);
}

.hide-desktop {
    display: none;
}

@media screen and (max-width: 600px) {
    .s-menu {
        overflow: hidden;
    }

    .s-menu.active {
        overflow: visible;
    }

    .s-menu-wrap {
        width: 348px;
        padding: 14px 0;
    }

    .s-menu-logo {
        width: 10vw;
    }

    .s-menu-brand h1 {
        font-size: 4vw;
    }

    .s-menu .cc-btn {
        padding: 1.6vw;
        border-radius: 50%;
    }

    .s-menu .cc-btn img {
        width: 4.27vw;
    }

    .s-menu .cc-btn span {
        display: none;
    }

    .s-menu ul li:hover>ul,
    .s-menu ul li ul:hover {
        align-items: center;
    }

    .s-menu ul ul li {
        white-space: initial;
        padding: 2.13vw 0;
    }

    .hamburger {
        display: block;
        width: 3rem;
        height: 2rem;
        cursor: pointer;
        z-index: 998;
        position: relative;
    }

    .hamburger span {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.4rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        border-radius: 0.4rem;
        background-color: #0eb1f8;
        transition: all 0.3s;
    }

    .hamburger::before,
    .hamburger::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.4rem;
        top: 0;
        left: 0;
        border-radius: 0.4rem;
        background-color: #0eb1f8;
        transition: all 0.3s;
    }

    .hamburger::after {
        top: initial;
        left: 0;
        bottom: 0;
    }

    .s-menu.active .hamburger::before {
        transform: translateY(0.8rem) rotate(45deg);
    }

    .s-menu.active .hamburger span {
        opacity: 0;
    }

    .s-menu.active .hamburger::after {
        transform: translateY(-0.8rem) rotate(-45deg);
    }

    .s-menu nav {
        margin-right: -6vw;
        gap: 4vw;
        background: none;
    }

    .s-menu ul {
        position: absolute;
        height: 100vh;
        padding: 16vw 0 5.33vw;
        display: flex;
        flex-direction: column;
        top: 0;
        right: -50%;
        background: #f1f1f1;
        transition: right 0.3s;
    }

    .s-menu.active ul {
        right: 0;
    }

    .s-menu ul::before {
        position: absolute;
        content: "";
        height: 140%;
        top: 0;
        right: 0;
        background-color: #f1f1f1;
        z-index: -1;
    }

    .s-menu ul ul::before {
        display: none;
    }

    .s-menu li {
        padding: 2.13vw 10.67vw;
        font-size: 5vw;
    }

    .s01 {
        padding: 7.7vw 0 0;
    }

    .s01-wrap {
        width: 89.23vw;
        flex-direction: column;
        align-items: center;
        gap: 7.7vw;
    }

    .s01-main {
        width: 100%;
    }

    .s01-logo {
        width: 32vw;
    }

    .s01 h1 {
        width: 100%;
        padding: 0 0 12.82vw;
        font-size: 8.21vw;
        text-align: center;
    }

    .s01-shape {
        padding: 0 0 79.49vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .s01-shape-bg {
        z-index: -4;
        width: 100%;
        left: 0;
    }

    .s01 h2 {
        width: 83.08vw;
        font-size: 6.15vw;
        text-align: center;
    }

    .s01 p.p01 {
        width: 76.92vw;
        padding: 4.1vw 0;
        font-size: 4.62vw;
        text-align: center;
    }

    .cc-main .cc-btn {
        width: 66.15vw;
        padding: 4.53vw 1vw;
        font-size: 5.13vw;
    }

    .cc-main .cc-btn::before {
        clip-path: polygon(0 0,
                100% 0,
                100% calc(100% - 5vw),
                calc(100% - 5vw) 100%,
                0 100%);
    }

    .s01-avatar {
        position: absolute;
        width: 72.31vw;
        right: 50%;
        transform: translateX(50%);
    }

    .s01-side {
        gap: 5.13vw;
    }

    .s01-item {
        text-align: center;
    }

    .s01-side h4 {
        font-size: 10.26vw;
    }

    .s01-side p {
        font-size: 4.62vw;
    }

    .s01 a img {
        width: 57.18vw;
    }

    .s02 {
        width: 89.23vw;
        padding: 21.03vw 0 24.1vw;
    }

    .s02 h2 {
        width: 82.05vw;
        font-size: 8.21vw;
    }

    .s02 p.p01 {
        width: 87.18vw;
        padding: 4.62vw 0 8.97vw;
        font-size: 4.62vw;
    }

    .s02-row {
        gap: 5.13vw;
    }

    .s02-item {
        width: 100%;
        padding: 7.7vw 5.64vw;
        border-radius: 6.15vw;
    }

    .s02-item img {
        width: 8.72vw;
    }

    .s02-item h3 {
        margin: 3.59vw 0;
        padding: 0 0 3.59vw;
        font-size: 5.64vw;
    }

    .s02-item p {
        font-size: 4.62vw;
    }

    .s03 {
        padding: 17.95vw 0;
    }

    .s03-wrap {
        transform: none;
    }

    .s03 h2 {
        width: 100%;
        padding: 0;
        font-size: 8.21vw;
        text-align: center;
    }

    .s03 p.p01 {
        padding: 3.59vw 0 5.64vw;
        font-size: 4.62vw;
        text-align: center;
    }

    .s03-row {
        display: flex;
        justify-content: center;
        gap: 1.79vw;
    }

    .s03 a img {
        width: 42.05vw;
    }

    .s03-phone {
        display: none;
    }

    .s04 {
        width: 89.23vw;
        padding: 25.64vw 0 0;
    }

    .s04 h2 {
        width: 76.92vw;
        font-size: 8.21vw;
    }

    .s04-box {
        margin: 3.08vw 0;
        padding: 5.13vw;
        border-radius: 5.13vw;
    }

    .s04 h3 {
        width: 100%;
        padding: 0 0 3.08vw;
        font-size: 4.62vw;
    }

    .s04 p {
        font-size: 3.85vw;
    }

    /* .s05 h2 {
        width: 82.67vw;
        padding: 15.47vw 0 16vw;
        font-size: 5.33vw;
    } */

    .s05 {
        width: 89.23vw;
        padding: 0 0 24.1vw;
    }

    .s05 h2 {
        width: 82.05vw;
        font-size: 8.21vw;
    }

    .s05 p.p01 {
        width: 87.18vw;
        padding: 4.62vw 0 8.97vw;
        font-size: 4.62vw;
    }

    .s05-row {
        flex-direction: column;
        gap: 4vw;
    }

    .s05-card {
        width: 100%;
        min-height: 600px;
        padding: 10vw 8vw;
        border-radius: 5.1vw;
    }

    .s05 h3 {
        font-size: 7vw;
    }

    .s05 ul {
        padding: 4vw 0;
        gap: 3vw;
    }

    .s05 li {
        font-size: 4vw;
        gap: 2vw;
    }

    .s05 p.p02 {
        padding: 0 0 4vw;
        font-size: 12vw;
    }

    .s05 .cc-btn {
        width: 100%;
    }

    .faq {
        width: 100%;
    }

    .faq h2 {
        padding: 0 0 6vw;
        font-size: 6.4vw;
    }

    .faq-box {
        margin: 6vw 0;
    }

    .faq h3 {
        font-size: 4.8vw;
    }

    .faq-pergunta {
        padding: 6vw 0 2vw;
    }

    .faq p {
        font-size: 3.73vw;
    }

    .faq-svg {
        width: 6vw;
        height: 6vw;
    }

    .s07 span.p02 {
        font-size: 3.47vw;
    }

    .faq-box:last-of-type {
        padding-bottom: 5vw;
    }

    .faq-box.faq-active:last-of-type {
        padding-bottom: 6vw;
    }

    .sfooter-wrap {
        padding: 15.38vw 0 10.26vw;
        flex-direction: column;
        align-items: center;
        gap: 10.77vw;
    }

    .sfooter-social h3 {
        text-align: center;
    }

    .sfooter-social-row {
        padding: 3.08vw 0 0;
        gap: 3.08vw;
    }

    .sfooter-social-row a img {
        width: 10vw;
    }

    .sfooter p,
    .sfooter a {
        font-size: 4.1vw;
        text-align: center;
    }

    .sfooter-termos {
        display: flex;
        flex-direction: column;
    }

    .sfooter a {
        width: 100%;
        text-decoration: underline;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }
}