:root {
    --primary: #5D0A28;
    --secondary: #B58A11;
    --white: #FFF;
    --gray: #3F3F3E;
    --light-gray: #EAEAEA;
    --dark: #252525;
    --green: #17b22e;
}

/*--------------------------------------------------------------
# Franquia
--------------------------------------------------------------*/
#franquia {
    width: 100%;
    height: 100vh;
    background: url('../img/background/bg2.webp') no-repeat;
    background-position: center center;
    background-size: cover;
}

#franquia h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

#franquia h1>b {
    background: linear-gradient(45deg, #BF932A, #DFC57B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

#franquia p {
    font-size: 18px;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

#franquia ul {
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

#franquia ul li {
    padding: 10px 0 0 35px;
    position: relative;
    color: var(--white);
    font-size: 18px;
}

#franquia ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 23px;
    background: linear-gradient(45deg, #BF932A, #DFC57B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
    section#franquia {
        padding-top: 30px;
    }

    #franquia {
        text-align: center;
        height: 100%;
        background: var(--primary);
    }

    #franquia h1 {
        font-size: 32px;
        line-height: 1.1em;
    }

    #franquia p {
        font-size: 16px;
    }

    #franquia ul li {
        font-size: 15px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# 7 em 1
--------------------------------------------------------------*/
.areas {
    padding: 70px 0;
    text-align: center;
    background-color: var(--light-gray);
}

.areas .col {
    width: 10%;
    word-wrap: break-word;
}

.areas .item .image-wrapper {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid transparent;
    background-image: linear-gradient(45deg, #BF932A, #DFC57B);
}

.areas .item .image-wrapper img {
    width: 100%;
}

.areas .item h4 {
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
    color: var(--gray);
}

/*--------------------------------------------------------------
# Differences
--------------------------------------------------------------*/
.differences .section-title h2 {
    margin-top: 35px;
}

.differences .box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 30px 30px 25px 30px;
    border-radius: 8px;
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    background: var(--primary);
}

.differences .box i {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    background: var(--light-gray);
    color: var(--primary);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.differences .box p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: var(--white);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    padding: 0;
}

.gallery .col-md-6 {
    padding: 0;
}

.gallery .swiper {
    width: 100%;
    height: 100%;
}

.gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .swiper-button-next::after,
.gallery .swiper-button-prev::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 90%;
    background-image: url('../img/icon/arrow-right-circle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.gallery .swiper-button-prev::after {
    background-image: url('../img/icon/arrow-left-circle.svg');
}

.gallery .swiper-button-next::before,
.gallery .swiper-button-prev::before {
    content: none !important;
}

.gallery .swiper-button-next {
    right: 45%;
    top: 70%;
}

.gallery .swiper-button-prev {
    left: 45%;
    top: 70%;
}

@media (max-width: 575px) {
    .gallery .swiper-button-next {
        right: 35%;
        top: 83%;
    }

    .gallery .swiper-button-prev {
        left: 35%;
        top: 83%;
    }
}

@media (max-width: 768px) {
    section.gallery {
        padding-top: 5px;
    }

    .gallery .gallerySwiper {
        padding-bottom: 80px;
    }
}

/*--------------------------------------------------------------
# Beauty Investment
--------------------------------------------------------------*/
.beauty-investment {
    background-color: var(--light-gray);
    padding: 90px 0;
}

.beauty-investment .section-title {
    text-align: left;
}

.beauty-investment .card {
    background-color: var(--primary);
    border: none;
    color: var(--white);
    border-radius: 8px;
    padding: 20px 20px 20px 30px;
    margin: 0 0 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.beauty-investment .card p {
    margin: 0;
}

.beauty-investment .card i {
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    font-size: 26px;
    background: var(--white);
    color: var(--primary);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .beauty-investment {
        padding: 60px 0;
    }

    .beauty-investment .card {
        margin: 0 0 0 30px;
    }

    .beauty-investment .infos {
        padding: 0 15px;
        margin-top: 20px;
    }

    .beauty-investment .section-title {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Call action  
--------------------------------------------------------------*/
.call-action {
    background-color: var(--primary);
    text-align: center;
}

.call-action h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    color: var(--white);
    font-family: "Poppins", sans-serif;
}

.call-action h3>b {
    background: linear-gradient(45deg, #BF932A, #DFC57B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

@media (max-width: 575px) {
    .call-action h3 {
        font-size: 30px;
        line-height: 1.1em;
    }
}