body {
    padding-top: 0;
}
.header {
    margin-bottom: 0 !important;
}

.row > .col-12 + .col-12 {
    margin-top: 1.25rem;
}

.strong {
    font-weight: 700 !important;
}

.w-100 {
    width: 100%;
}

/* -------------------------- */
/* TITLES */
/* -------------------------- */

h1, .h1 {
    font-size: 1.75rem;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2 !important;
    color: #333 !important;
}

h2.h1 {
    margin-bottom: 3.75rem !important;
}

h3 {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    color: #f15a29;
    margin-bottom: 2rem;
}



/* -------------------------- */
/* PADDING & MARGIN */
/* -------------------------- */

.py-6 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.pt-6 {
    padding-top: 3.75rem;
}



/* -------------------------- */
/* BACKGROUND */
/* -------------------------- */

.home-bg-visual {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -140px;
    flex-grow: 1;
}

#homepage-visual-v01 {
    background-image: url(../images/bg-home-visual-v02.jpg);
}

#homepage-visual-v02 {
    background-image: url(../images/bg-home-visual-v02.jpg);
}

#homepage-visual-v01 .bg-blur-white {
    backdrop-filter: blur(70px) brightness(200%) saturate(50%);
    -webkit-backdrop-filter: blur(70px) brightness(200%) saturate(50%);;
    padding: 2rem 1rem;
}

#homepage-visual-v02 .bg-blur-white {
    border-radius: 20px;
    backdrop-filter: blur(10px) brightness(140%) saturate(50%);
    -webkit-backdrop-filter: blur(10px) brightness(140%) saturate(50%);;
    padding: 2rem 1rem;
}

#homepage-visual-v02 .bg-blur-white p {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
}

.bg-grey {
    background-color: #f3f3f3;
}



/* -------------------------- */
/* ICONS */
/* -------------------------- */

.icon {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 1rem;
    border-radius: 50%;
    background-color: #f15a29;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* -------------------------- */
/* BUTTON */
/* -------------------------- */
.btn {
    color: #fff;
    &:hover {
        color: #fff;
    }
}
/* -------------------------- */
/* NAV */
/* -------------------------- */

.homepage-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.link-nav {
    font-size: 18px;
}
.link-nav:hover {
    color: #f15a29;
}
.icon-nav {
    height: 40px;
    margin-bottom: 5px;
}

/* BTN IDENTIFY MOBILE */

.header button[data-target="#account-login-menu"] {
    background-color: #f15a29;
    width: auto;
    border-radius: 0;
    color: #fff;
}
.header button[data-target="#account-login-menu"].navbar-toggler:focus,
.header button[data-target="#account-login-menu"].navbar-toggler:hover {
    background-color: #f15a29;
}

.header button[data-target="#account-login-menu"] span {
    margin-left: 10px;
    line-height: 1;
}
/* JS */
.homepage-nav.js-backtop--is-hidden {
    display: none !important;
}
.homepage-nav.js-backtop--is-visible {
    display: block !important;
}
.js-nav--is-in-footer {
    display: none !important;
}
/* -------------------------- */
/* HOME BG VISUAL */
/* -------------------------- */

.home-bg-visual h1 {
    font-size: 1.375rem;
}

.home-bg-visual p {
    font-size: .875rem;
}

.home-bg-visual .container-lg {
    padding-top: 70px;
}

/* -------------------------- */
/* HOW IT WORKS */
/* -------------------------- */

.number-gradiant {
    position: relative;
    width: 7.1875rem;
    height: 3.6rem;
    margin: 0 auto;
    background: rgb(248,155,41);
    background: linear-gradient(24deg, rgba(248,155,41,1), rgba(255,15,123,1));
    border-radius: 0 0 10rem 10rem;
}

.number-gradiant span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 700;
    font-size: 3.125rem;
}

.card-subscription h3,
.card-points h3,
.card-gift h3 {
    display: flex;
    align-items: center;
}

.card-subscription h3:before {
    display: inline-block;
    content: "";
    background-image: url(../images/icons/icon-subscription.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    margin-right: 1rem;
}

.card-points h3:before {
    display: inline-block;
    content: "";
    background-image: url(../images/icons/icon-points.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 30px;
    margin-right: 1rem;
}

.card-gift h3:before {
    display: inline-block;
    content: "";
    background-image: url(../images/icons/icon-gift2.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}

.card-body p {
    margin-top: 0;
    color: #000;
}

.icon-check {
    width: 22px;
    height: 22px;
    margin-right: .625rem;
}


/* -------------------------- */
/* GIFTS BLOCK */
/* -------------------------- */

.gift-block p {
    font-size: 1.625rem;
    font-weight: 700;
    color: #333;
}
.gift-block img {
    margin: 0 auto;
}
.gift-block .img-gift {
    height: 150px;
}


/* -------------------------- */
/* SURVEYS BLOCK */
/* -------------------------- */

.surveys-block p {
    font-weight: 700;
    color: #000;
}

.img-phone-survey {
    max-width: 300px;
    margin: 0 auto;
}


/* -------------------------- */
/* MERCHANT BLOCK */
/* -------------------------- */

.merchant-block p {
    color: #333;
}


/* -------------------------- */
/* MEMBER BLOCK */
/* -------------------------- */

.name-member {
    font-weight: 700;
    font-size: 1.125rem;
}

.title {
    font-size: 1.375rem;
}

.stars {
    width: 192px;
    margin-top: 1.25rem;
}

.opinion p {
    color: #333;
}
.opinion .name-member {
    color: #797979;
}



/* -------------------------- */
/* ACCORDION */
/* -------------------------- */

.accordion .card-header {
    position: relative;
    padding: 1.875rem .625rem;
    text-align: left;
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
}

.accordion .card-link:focus .card-header,
.accordion .card-link:focus .card-header p {
    color: #f15a29;
}

.accordion .card-header:after {
    position: absolute;
    content: "\E191";
    font-family: 'Glyphicons Regular';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .card {
    border-bottom: 1px solid #BCBCBC;
}

.accordion .card:last-of-type {
    border-bottom: none;
}

.accordion .card .card-body {
    padding: 0 1.25rem 1.875rem 1.25rem;
    color: #333;
}



/* -------------------------- */
/* LABEL BLOCK */
/* -------------------------- */

.label .card {
    padding: 1.25rem 1.875rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.label .card .icons {
    max-height: 70px;
}


@media (min-width: 768px) {
    body {
        padding-top: 0;
    }
    .home-bg-visual {
        background-position: center;
    }
    .home-bg-visual h1 {
        font-size: 1.75rem;
    }
    .home-bg-visual p {
        font-size: 1rem;
    }
    .home-bg-visual .container-lg {
        padding-top: 0;
    }
    h3 {
        font-size: 1.25rem;
    }
    .card-subscription h3:before {
        width: 50px;
        height: 40px;
    }

    .card-points h3:before {
        width: 52px;
        height: 40px;
    }

    .card-gift h3:before {
        width: 40px;
        height: 40px;
    }

    .img-phone-survey { 
        margin: 0 60px 0 0;
    }
    .accordion .card-header {
        padding: 1.875rem 1.875rem;
    }
    .accordion .card-header:after {
        right: 30px;
    }
}

@media (min-width: 992px) {
    .row > .col-12 + .col-12 {
        margin-top: 0;
    }
}

