* {
    box-sizing: border-box
}

:root {
    --brand_color: #433f86;
    --pink: #FF66C4;
    --blueish: #e7e7f7;
    --padding-bottom-hero: 2rem;
    --padding_right_menu_hero: 64px;
    --font-bukra: "Bukra", "IBM Plex Sans", sans-serif
}

@font-face {
    font-family: 'Bukra';
    src: url(https://beautymakers.com.br/wp-content/themes/generatepress-child/fonts/29lt-bukra.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    font-family: "Bukra", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #eef0f2
}

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

a {
    text-decoration: none;
    cursor: pointer !important
}

.wrapper {
    height: 100vh;
    width: 100%;
    background-color: red
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 24px;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: space-between;
    padding-right: var(--padding_right_menu_hero)
}

.blend_mix {
    mix-blend-mode: difference
}

.header ul {
    list-style: none;
    display: flex;
    align-items: end;
    justify-content: end;
    width: 90%;
    margin-top: 18px
}

.header li a {
    list-style: none;
    display: flex;
    font-family: var(--font-bukra);
    color: #fff;
    margin-right: 1rem;
    text-transform: uppercase;
    opacity: .8;
    font-size: 11px
}

.header img {
    width: 17rem;
    margin-top: -20px;
    transition: opacity 0.5s ease
}

.mobile_menu {
    width: 100%;
    height: 100vh;
    background-color: var(--brand_color);
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/06/menu_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mobile_menu_cover {
    width: 100%;
    height: 100vh;
    background-color: var(--brand_color);
    position: absolute;
    z-index: 1003;
    top: 0;
    left: 0;
    transform: translateY(0)
}

.w85 {
    width: 85% !important;
    margin: 0 auto
}

.menu_flex {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column
}

.top_menu_col {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top_menu_col img {
    height: 42px;
    position: relative;
    top: -100%
}

.menu_links_col {
    flex: 6;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center
}

.menu_links_col a {
    font-size: 2rem;
    padding-bottom: 1rem;
    font-weight: 300
}

.mobile_menu a {
    color: #fff
}

.social_bottom_menu {
    position: relative;
    top: 100%;
    color: var(--pink) !important
}

.links_menu {
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    font-kerning: none;
    transform: translateY(100%);
    opacity: 0;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.lineParent {
    overflow: hidden;
    max-width: max-content;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

.lineChild {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

.mask {
    overflow: hidden
}

.menu_links_col {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.menu_bottom_col {
    flex: .5;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    opacity: .7
}

.menu_close_icon {
    height: 30px;
    width: 30px;
    position: relative;
    opacity: 0
}

.menu_line {
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%
}

.menuline1 {
    transform: translate(-50%, -50%) rotate(45deg)
}

.menuline2 {
    transform: translate(-50%, -50%) rotate(-45deg)
}

@media screen and (max-width:782px) {
    .header {
        padding-right: 24px
    }

    .header ul {
        display: none
    }

    .line1 {
        width: 32px;
        height: 1px;
        background-color: #fff
    }

    .mt_hamb {
        margin-top: 7px
    }

    .header img {
        width: 13rem;
        margin-left: -17px;
        margin-top: 0
    }
}

.introvid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1006;
    object-fit: cover
}

.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--brand_color);
    font-family: "Bukra", "IBM Plex Sans", sans-serif
}

.btn_hero {
    width: fit-content;
    background-color: #fff0;
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 12px 24px;
    opacity: 1;
    position: absolute;
    bottom: 5rem;
    left: 56px
}

.hero_message {
    height: 100%;
    width: 60%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    color: #fff;
    padding-right: var(--padding_right_menu_hero);
    text-align: end;
    padding-bottom: 6rem
}

.hero_message h1 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    word-wrap: break-word
}

.hero_message span.inner-span {
    color: var(--pink)
}

.hero_message .pink {
    color: var(--pink)
}

.typewriter {
    display: block;
    overflow: hidden;
    opacity: 0
}

.typewriter.active {
    opacity: 1
}

.typewriter span.char {
    opacity: 0;
    display: inline;
    white-space: normal;
    color: inherit
}

.typewriter span.char.visible {
    opacity: 1
}

.hero_message .subtitle {
    font-size: 13px;
    font-weight: 600;
    width: 55%;
    margin-top: 2rem;
    letter-spacing: 1px
}

.hero_message .msg {
    font-size: 13px;
    font-weight: 200;
    width: 55%;
    margin-top: 1rem;
    letter-spacing: 1px
}

.btn_hero_mobile {
    display: none
}

@media screen and (max-width:1115px) {
    .hero_message {
        width: 70%
    }
}

@media screen and (max-width:981px) {
    .hero_message {
        width: 80%
    }
}

@media screen and (max-width:860px) {
    .hero_message {
        width: 90%
    }
}

@media screen and (max-width:766px) {
    .hero_message {
        width: 90%
    }

    .hero_message h1 {
        font-size: 2rem
    }

    .hero_message .subtitle,
    .hero_message .msg {
        width: 65%
    }
}

@media screen and (max-width:670px) {
    .hero_message {
        width: 90%;
        padding-right: 24px;
        padding-bottom: 5rem
    }

    .hero_message h1 {
        font-size: 1.7rem
    }

    .hero_message .subtitle,
    .hero_message .msg {
        width: 85%
    }

    .btn_hero {
        display: none
    }

    .btn_hero_mobile {
        width: fit-content;
        background-color: #fff0;
        color: #fff;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        opacity: .6;
        position: absolute;
        bottom: 8rem;
        padding: 16px 9px;
        left: 24px
    }

    .scroll_visual {
        height: 20px
    }
}

.zap {
    position: fixed;
    height: 60px;
    width: 60px;
    backdrop-filter: blur(7px);
    bottom: 37px;
    border-radius: 50%;
    background-color: #433f8652;
    left: 20px;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease
}

.showzap {
    opacity: 1;
    pointer-events: auto
}

.zap img {
    width: 60%
}

.w90 {
    width: 90%;
    margin: 0 auto;
    height: 100%
}

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

.sections_title {
    font-size: 14px !important;
    font-weight: 200;
    padding: 100px 0
}

.parenthesis {
    margin-left: 3rem
}

.mobile_spacer {
    display: none
}

.video_split {
    height: 100vh;
    width: 100%;
    background-color: var(--brand_color)
}

.video_split video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:670px) {
    .video_split video {
        height: 100%;
        object-fit: cover
    }
}

.split-parent {
    overflow: hidden;
    display: block
}

.split-line {
    display: inline-block
}

.servicos {
    height: auto;
    width: 100%;
    background-color: var(--brand_color);
    font-family: "Bukra", "IBM Plex Sans", sans-serif;
    padding-bottom: 6rem
}

.servicos h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    padding-top: 8rem
}

.servgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-top: 4rem
}

.servgrid_item {
    display: flex;
    align-items: flex-start
}

.servgridnum {
    color: var(--pink);
    font-size: 3rem;
    margin-right: 1.5rem;
    margin-top: -14px
}

.servgrid_item_text {
    font-size: 13px;
    color: #fff;
    font-weight: 300
}

.servgrid_item_title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 1px
}

@media screen and (max-width:1067px) {
    .servicos {
        height: auto;
        padding-bottom: 8rem
    }

    .servicos h2 {
        padding-top: 6rem
    }
}

@media screen and (max-width:913px) {
    .servgrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem
    }
}

@media screen and (max-width:700px) {
    .servgrid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem
    }
}

.beautia {
    background-color: #e1e1f3;
    ;
    height: 120vh;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat;
    background-color: #eef0f2;
    font-family: "Bukra", "IBM Plex Sans", sans-serif;
    justify-content: space-evenly
}

.beautia_large {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    color: #000;
}

.beautia_logo {
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.beautia_logo_placeholder {
    height: 140px
}

.beautia_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0
}

.beautia_slogan {
    font-size: 22px;
    margin-top: 3rem;
    text-align: center
}

.autoia {
    font-size: 14px;
    opacity: .5;
    margin: 2rem;
    margin-top: 1rem;
    text-align: center;
    width: 60%
}

.first_ia {
    font-size: 16px;
    font-weight: 400;
    margin-top: 1rem;
    text-align: center;
    width: 60%
}

.button_ia {
    padding: 10px 42px;
    font-family: "IBM Plex Sans", sans-serif;
    color: #fff;
    width: fit-content;
    font-size: 18px;
    border-radius: 30px;
    background-color: #0a0a0a;
    margin-bottom: 6rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button_ia .ia_square {
    height: 9px;
    width: 9px;
    background-color: #FC5859;
    margin-left: 9px;
    margin-top: 2px
}

.bia_logo_large {
    width: 240px;
    margin-top: 15rem
}

@media screen and (max-width:700px) {
    .beautia_large {
        line-height: normal;
        font-size: 2rem
    }

    .beautia_slogan {
        font-size: 22px;
        margin-top: 2rem;
        font-weight: 600;
    }

    .autoia {
        font-size: 15px;
        width: 90%
    }

    .first_ia {
        width: 88%
    }
}

.our_clients {
    height: 100vh;
    width: 100%;
    background-color: var(--brand_color);
    color: var(--blueish);
    font-family: "Bukra", "IBM Plex Sans", sans-serif
}

.our_clients_flex {
    display: flex;
    height: 100%;
    width: 100%
}

.our_clients_col_left {
    width: 25%;
    height: 100%
}

.our_clients_middle {
    width: 15%
}

.our_clients_col_right {
    width: 65%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(5, 8rem);
    gap: 10px;
    align-content: start;
    justify-content: start;
    box-sizing: border-box
}

.clients_items {
    width: 8rem;
    height: 8rem;
    background-color: #393673;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.clients_items img {
    width: 90%;
    object-fit: contain
}

.white_section_title {
    margin: 0 auto !important;
    padding-bottom: 3rem !important;
    width: 100% !important;
    font-weight: 300
}

.our_clients_title {
    font-size: 1.5rem;
    font-weight: 900;
}

.our_clients_info {
    font-weight: 200;
    padding-right: 1rem;
    margin-top: 3rem;
    font-size: 14px
}

.w902 {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width:2005px) {
    .our_clients {
        height: auto
    }

    .our_clients_middle {
        display: none
    }

    .our_clients_flex {
        flex-direction: column
    }

    .our_clients_col_left,
    .our_clients_col_right {
        width: 100%;
        height: 100%;
        margin-bottom: 6rem
    }

    .our_clients_col_right {
        grid-template-columns: repeat(6, 8rem)
    }

    .our_clients_info {
        width: 40%
    }
}

@media (max-width:850px) {
    .clients_items {
        width: 7rem;
        height: 7rem
    }

    .our_clients_col_right {
        grid-template-columns: repeat(4, 8rem)
    }

    .our_clients_info {
        width: 90%
    }
}

@media (max-width:570px) {
    .clients_items {
        min-width: 100%;
        width: 100%;
        height: 5rem
    }

    .our_clients_col_right {
        grid-template-columns: repeat(2, 1fr)
    }

    .mediumimg {
        width: 63% !important
    }

    .smallerimg {
        width: 45% !important
    }
}

.masterWrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #E5E5E5
}

.whotitle {
    position: absolute;
    top: 4rem;
    left: 7.5%;
    color: #FF66C4;
    z-index: 9;
    font-weight: 900;
    font-size: 1.5rem;
    font-family: "Bukra", "IBM Plex Sans", sans-serif
}

#panelWrap {
    height: 100%
}

.foundersection {
    height: 100%;
    width: 100%;
    color: #373636;
    position: relative;
    float: left;
    background-color: #E5E5E5;
    font-family: "Bukra", "IBM Plex Sans", sans-serif
}

.founders_flex {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around
}

.founders_image img {
    width: 200px
}

.founders_bio {
    margin-left: 3rem
}

.founders_bio_social {
    display: flex;
    flex-direction: column;
    margin-top: 1rem
}

.founders_bio_social a {
    color: #373636;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 800;
    margin-bottom: 10px
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative;
    background-color: #fff;
    margin: 12px 8px;
    cursor: pointer;
    float: left
}

.dots {
    position: absolute;
    z-index: 100;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%)
}

#leftArrow {
    left: 12px
}

#rightArrow {
    right: 12px
}

.arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    cursor: pointer;
    opacity: .75;
    width: 80px;
    height: 80px;
    stroke-width: 5px;
    stroke: var(--pink);
    fill: #fff0
}

.titleWrap {
    height: 30px;
    position: absolute;
    z-index: 20;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: hidden
}

.title {
    height: 30px;
    line-height: 30px;
    text-align: center
}

.foundersection h3 {
    font-size: 1em;
    font-weight: 100;
    margin-bottom: 1rem
}

.foundersection h3 span {
    font-weight: 700
}

.foundersection p {
    font-size: 14px;
    text-align: start;
    line-height: 20px
}

.twitterFollow {
    padding: 16px;
    margin-top: 16px;
    cursor: pointer;
    border-radius: 500px;
    text-decoration: none;
    border: solid 2px #fff;
    color: #fff
}

.twitterFollow:hover {
    background: #fff;
    color: #000
}

.hideMe {
    opacity: 1
}

@media (max-width:670px) {
    .arrow {
        width: 40px;
        height: 40px
    }

    .masterWrap {
        height: auto
    }

    .founders_flex {
        flex-direction: column
    }

    .founders_bio {
        margin-left: 0
    }

    .founders_image img {
        width: 200px;
        margin-top: 12rem
    }

    .foundersection p,
    .foundersection h3 {
        text-align: center
    }

    .foundersection h3 {
        margin-bottom: 2rem;
        margin-top: 2rem
    }

    .whotitle {
        position: absolute;
        top: 4rem;
        left: 50%;
        transform: translate(-50%, -1rem);
        white-space: nowrap
    }

    .founders_bio_social {
        align-items: center;
        margin-bottom: 4rem
    }
}

.contact_wrap2 {
    height: 120vh;
    width: 100%;
    background-color: #c8c8c8;
    position: relative;
    overflow: hidden;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat;
    font-family: "Bukra", "IBM Plex Sans", sans-serif
}

.contact_section_title {
    margin: 0 auto !important;
    padding-bottom: 5rem !important;
    width: 100% !important;
    font-weight: 300;
    padding-top: 4rem !important;
    font-family: "IBM Plex Sans", sans-serif
}

.flex_contact {
    height: 70vh;
    width: 100%;
    display: flex
}

.flex_contact_col_column {
    flex-direction: column;
}
.flex_contact_col {
    width: 50%;
    height: 100%;
    display: flex;
    position: relative
}

.foreign_contact p {
    font-size: 15px;
    margin-bottom: 10px
}

.contact_message {
    width: 40%;
    align-self: end;
    justify-self: end;
    font-weight: 300;
    font-size: 15px;
    margin-top: 33px
}

#contact-form {
    width: 90%;
    display: flex;
    margin-bottom: 6rem;
    flex-direction: column;
    margin-left: 10%
}

.form_label {
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase
}

.form_input,
.form_textarea {
    width: 100%;
    background: #fff0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / .5);
    color: #424242;
    font-size: 1em;
    padding: 18px 0;
    outline: none;
    font-family: "IBM Plex Sans", sans-serif
}

.form_input:focus,
.form_textarea:focus {
    border-bottom: 1px solid rgb(0 0 0 / .719)
}

.form_textarea {
    height: 100px;
    padding: 18px 0;
    resize: none
}

.pointer {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pointer img {
    width: 40%
}

.form_button {
    width: fit-content;
    width: fit-content;
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: background-color 0.5s ease;
    cursor: pointer
}

.form_button:hover {
    background-color: #fff;
    color: #000
}
.loader-contact {
            display: none;
            border: 3px solid #f3f3f3;
            border-top: 3px solid #007bff;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            animation: spin 1s linear infinite;
            margin: 10px auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.form-group {
    margin-bottom: 20px;
    width: 90%
}

#contact-form {
    width: 90%;
    display: flex;
    margin-bottom: 6rem;
    flex-direction: column
}

.error {
    color: #b73224;
    font-size: .8em;
    margin-top: 5px;
    display: none
}

#success_sent {
    display: none;
    color: #007380;
    font-weight: bold;
    margin-top: 3rem;
}

#general-error {
    display: none;
    color: red;
    margin-top: 10px;
}

@media screen and (max-width:700px) {
    .contact_wrap2 {
        height: auto
    }

    .flex_contact {
        flex-direction: column;
        height: auto
    }

    .flex_contact_col {
        width: 100%;
        flex-direction: column
    }

    #contact-form {
        margin-left: 0
    }

    .pointer {
        position: unset;
        width: 100px;
        height: 100px;
        margin: 5rem 0
    }

    .foreign_contact {
        margin: 3rem 0
    }

    #contact-form {
        width: 100%
    }

    .form_textarea {
        height: 141px
    }
}


.title {
    color: #fc659e;
    font-size: 2rem;
    font-family: "IBM Plex Sans", sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
    width: 57%;
    background-color: #fff0;
    overflow: hidden;
    box-sizing: border-box;
    font-kerning: none;
    margin-left: 3rem
}

.title span {
    color: #fff;
    overflow: hidden
}

.contact3d {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    opacity: .4
}

@media screen and (max-width:700px) {
    .contact3d {
        width: 100%
    }
}

.before_footer {
    height: 100vh;
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden
}

/* 
.form_waitlist_overlay {
position: fixed;
    width: 100%;
    z-index: 9;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: rgba(80, 80, 80, 0.651);
    transform: translate(-50%, -50%);
    
}

.form_waitlist {
    position: fixed;
    width: 80%;
    z-index: 1000;
    height: 80%;
    top: 50%;
    left: 50%;
    background-color: var(--brand_color);
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.form_waitlist p {
    color: white;
    font-size: 20px;
    font-weight: 900;
}


@media screen and (max-width:650px) {
.form_waitlist {
    position: fixed;
    width: 87%;   
    height: 94%;
   
}

} */

.beautiaform {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.beautiaform label {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.beautiaform input {
    min-width: 250px;
}

.beautyerror {
    color: #b73224;
    font-size: .8em;
    margin-top: 8px;
    text-align: center;
    display: none;
}

#success-message {
    display: none;
    color: green;
    font-size: .9em;
    margin-top: 10px;
    text-align: center;
    width: 90%;
}
.email-loader {
            display: none;
            border: 4px solid #f3f3f3;
            border-top: 4px solid #28a745;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            animation: spin 0.8s linear infinite;
            margin: 10px auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

/* 
.footer {
    top: 100%;
    height: 100vh;
    width: 100%;
    background-color: var(--brand_color);
    padding: 5rem 5% 0 5%;
    color: #fff;
    position: relative;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat
}

.footer {
   height: 100vh;
    width: 100%;
    background-color: var(--brand_color);
    padding: 5rem 5% 1rem 4rem;
    color: #fff;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: end;
    background-image: url(https://beautymakers.com.br/wp-content/uploads/2025/07/texture-for-black.webp);
    background-repeat: repeat;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer_grid_items {
    margin-bottom: 1rem;
}
.footer_grid_items ul{
    list-style: none;
}
.footer_grid_items ul li  {
    margin-bottom: 7px;
}
.footer_grid_items ul li a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300
}
.footer_grid_items a {
    color: #fff;
    cursor: pointer;
    font-size: 13px;
   
    font-weight: 300
}
.footer_title {
     font-weight: 900;
   color: var(--pink);;
}

.slogan_footer {
  text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 36px;
    font-weight: 200;
}
.slogan_footer span{
   font-weight: 900;
   color: var(--pink);;
}

.mbfooter {
    margin-bottom: 10px;
}

.footer_subtitle {
   font-size: 15px;
    font-weight: 400;
    
}
.footer_subtitle_first {
    margin-bottom: 6px;
}

.footer_social {
    display: flex;
    margin-top: 1rem;
    align-items: center;

}
.footer_social img{
    height: 37px;
    margin-right: 10px;
    
}


.footer_links_container {
    display: flex;
    flex-direction: column;
}

.footer_flex_bottom {
   
    display: flex
;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
    
   

}

 .middle_col p {
        font-size: 11px;
        font-weight: 200
    }
    .middle_col span {
        font-size: 18px
    }

    .divisor_footer {
           width: 100%;
    background-color: white;
    height: 1px;
    opacity: 0.3;
    }
    .lemon_link {
        color: white;
        text-decoration: underline;
    }

    .fintech {
        color: white;
    font-size: 13px;   
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-decoration: underline;
    }
    .text_foot
 {
    position: relative;
    width: 100%;
}

    @media screen and (max-width:1041px) {
        .slogan_footer {
            font-size: 24px;
        }
    }

     @media screen and (max-width:845px) {
        .footer {
  
  
    padding: 6rem 0% 5px 2rem; 
   
   
}
.footer_grid {
    display: flex
;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
}

.slogan_footer {
            font-size: 20px;
        margin-bottom: 1rem;
        display: none;
        }

        .mbfooter {
            margin-bottom: 15px;
}
.footer_title {
   
    font-size: 15px;
}

.footer_social img {
    height: 30px;
}

.divisor_footer {
    width: 90%;
}
.middle_col p {
    font-size: 11px;
    font-weight: 200;
}

.footer_flex_bottom {
flex-direction: column;
}

.to_frst {
    margin-bottom: 6px;
}

.fintech {
    margin-top: 0;
}
    } */