* {
    font-family: 'Outfit', sans-serif;
}

header {
    background: var(--Primria-Rosa-500, #C21F7E);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100vw;
    z-index: 1;
}
.btn-primary {
    border-radius: 30px;
    border: 2px solid var(--Primria-Rosa-100, #FAEBF3);
    background: var(--Primria-Rosa-500, #C21F7E);
}

.btn-primary:hover {
    background: var(--Primria-Rosa-100, #FAEBF3);
    color: var(--Primria-Rosa-500, #C21F7E);
    border-color: var(--Primria-Rosa-500, #C21F7E);
}

.bg-primary {
    background-color: var(--Primria-Rosa-500, #C21F7E) !important;
}

.secao-hero {
    background-size: cover;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 53px;
    }

    .img-hero {
        width: 100%;
    }

    .primeiro-btn {
        margin-bottom: 27rem !important;
    }

    .btn-primary {
        width: 100%;
    }

    .secao-hero {
        background: url('../images/bg-lp-femme-mobile.png') center / cover no-repeat;
    }    

    .logo-buscofem {
        max-height: 37px;
    }

    .logo-femme {
        max-height: 25px;
    }

    #parceria .row {
        flex-direction: column-reverse;
    }

    .menu-footer .row {
        gap: 1rem;
    }
}

@media screen and (min-width: 769px) {
    main {
        padding-top: 64px;
    }

    .secao-hero {
        background: url('../images/bg-lp-femme-desktop.png') -10px 0% / 112vw no-repeat;
        background-attachment: fixed;
    }    

    .btn-primary {
        width: 320px;
    }

    .logo-buscofem {
        max-height: 48px;
    }

    .logo-femme {
        max-height: 30px;
    }
}

.secao-parceria {
    background: #ECD9F0;
}

.text-primary {
    color: #911760 !important;
}

.text-gray {
    color: var(--Neutra-Cinza-300, #7D807D) !important;
}

.card {
    border-radius: 26px;
    border: 2px solid var(--Primria-Rosa-500, #C21F7E);
    background: var(--Neutra-Branco, #FFF);
}

.bg-light {
    border-radius: 16px;
    background: var(--Primria-Rosa-100, #FAEBF3) !important;
}

#parceria::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 36px;
    background: url('../images/triangulo.svg') center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
}

footer {
    background: var(--Primria-Rosa-600, #911760);
}

.menu-footer {
    background: var(--Primria-Rosa-100, #FAEBF3);
}