/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

:root {
    --primary-color: rgb(101, 11, 143);
    --linear-gradient: linear-gradient(90deg, #600376, #860273);
    --laranja-color: #FF5A1B;
}

.text-primary {
    color: var(--primary-color) !important;
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

/* Estilos para o menu ativo */
.navbar-nav .nav-item.active .nav-link {
    color: var(--laranja-color) !important;
    font-weight: 600;
    position: relative;
    transform: translateY(-1px);
}

.navbar-nav .nav-item.active .nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, var(--laranja-color), #ff8c42);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(255, 90, 27, 0.3);
}

/* Hover nos links do menu */
.navbar-nav .nav-link:hover {
    color: var(--laranja-color) !important;
    transform: translateY(-2px);
}

.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, var(--laranja-color), #ff8c42);
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

/* Transição suave para todas as seções */
section,
div[id] {
    scroll-margin-top: 120px;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    /* padding-top: 100px; */
    padding-bottom: 0px;
    /* margin-top: -60px !important; */
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner-bg.png); */
    height: 650px !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background: var(--linear-gradient);
}

/* Navbar fixo */
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    transform: translateY(-100%);
    border-bottom: 1px solid rgba(101, 11, 143, 0.1);
}

.navbar-fixed.show {
    transform: translateY(0);
}

.navbar-fixed .navbar {
    padding: 10px 0px;
}

.navbar-fixed .navbar-brand img {
    max-height: 60px;
    transition: all 0.3s ease;
}

.navbar-fixed .navbar-nav .nav-link {
    color: #222222 !important;
    font-weight: 500;
}

.navbar-fixed .navbar-nav .nav-link:hover {
    color: var(--laranja-color) !important;
}

.navbar-fixed .style-btn-whatsapp-border {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
}

.navbar-fixed .style-btn-whatsapp-border:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Responsivo para navbar fixo */
@media (max-width: 991.98px) {
    .navbar-fixed .navbar {
        padding: 8px 0px;
    }

    .navbar-fixed .navbar-brand img {
        max-height: 35px;
    }

    .navbar-fixed .navbar-nav .nav-link {
        padding: 8px 15px;
        font-size: 15px;
    }
}

/* Melhorias para o backdrop-filter em navegadores que não suportam */
@supports not (backdrop-filter: blur(10px)) {
    .navbar-fixed {
        background: rgba(255, 255, 255, 0.98) !important;
    }
}

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid var(--primary-color);
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #222222;
    margin: 0px 6px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    /* padding: 15px 0px; */
}

.login_bt {}

.login_bt a {
    font-size: 18px;
    color: #222222;
    padding: 0px 50px 0px 30px;
}

.login_bt a:hover {
    color: var(--primary-color);
}

.fa.fa-search.form-control-feedback {
    font-size: 18px;
    color: #222222;
}

.fa.fa-search.form-control-feedback:hover {
    font-size: 18px;
    color: var(--primary-color);
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 145px 0px;
}

.banner_taital {
    width: 100%;
    font-size: 45px;
    color: #222222;
    font-weight: bold;
}

.banner_text {
    width: 70%;
    font-size: 16px;
    color: #222222;
    margin: 0px;
}

.started_text {
    /* width: 470px; */
    float: left;
    padding-top: 20px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #ffffff;

    background: var(--linear-gradient);
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    border: #FF5A1B 1px solid;
}

.started_text a:hover {
    color: #faf8f9;
    /* background-color: #faf8f9 !important; */
}

.form-group {
    margin-bottom: 0px;
}

.barra-top {
    background: var(--laranja-color);
}

.carousel-indicators li {
    width: 40px;
    height: 40px;
    color: #252525;
    /* width: auto; */
    /* height: auto; */
    border: none;
    text-indent: 0;
    padding-top: 25px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.carousel-indicators .active {
    color: var(--primary-color);
}

.carousel-indicators {
    bottom: -40px;
    justify-content: left;
    margin-right: initial;
    margin-left: 0px;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
    padding-top: 120px;
}

.about_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 20px;
    right: 0px;
    border-radius: 4px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin-left: 0px;
}

.about_img {
    width: 100%;
    float: left;
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #1e1e1e;
    color: #faf8f9;
}


/* about section end */


/* cream section start */

.cream_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
    position: relative;
}

.cream_section::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 140px;
    background-image: url(../images/img-6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 80px;
}

.cream_section::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 140px;
    background-image: url(../images/img-6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 180px;
    right: 0px;
}

.cream_taital {
    width: 67%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}

.cream_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 20px;
    right: 160px;
    border-radius: 4px;
}

.cream_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}

.cream_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.cream_box {
    width: 100%;
    float: left;
    background-image: linear-gradient(0deg, #ffffff 37%, #f2f2f0 37%);
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 10px #ededec;
}

.cream_box:hover {
    background-image: linear-gradient(0deg, #ffffff 37%, #faf0c7 37%);
}

.cream_img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    min-height: 210px;
}

.price_text {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #373736;
    font-weight: bold;
    background: #fff;
    padding: 18px 15px;
    border-radius: 100px;
    font-style: italic;
}

.strawberry_text {
    width: 100%;
    font-size: 22px;
    color: #373736;
    text-align: center;
    font-weight: bold;
}

.cart_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.cart_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 8px 0px;
    border-radius: 40px;
}

.cart_bt a:hover {
    border: 1px solid #373736;
    color: #373736;
}

.seemore_bt {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: var(--primary-color);
    color: #fefefd;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.seemore_bt a:hover {
    background-color: #1e1e1e;
    color: #faf8f9;
}


/* cream section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
    position: relative;
}

.services_taital {
    width: 66%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}

.services_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 25px;
    right: 160px;
    border-radius: 4px;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.services_box {
    width: 100%;
    float: left;
    border: 1px solid #fc9cc8;
    padding: 20px 30px;
    height: auto;
}

.tasty_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #373736;
}

.icon_img {
    padding-right: 15px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}


/* services section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding: 90px 0px 100px 0px;
    position: relative;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
    text-align: center;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 75px;
    position: relative;
}

.testimonial_section::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon.png);
    background-size: 100%;
    left: 40px;
    top: 290px;
}

.testimonial_section::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon.png);
    background-size: 100%;
    right: 40px;
    top: 290px;
}

.testimonial_box {
    width: 82%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 10px #ededec;
    padding: 50px 40px 0px 40px;
    height: 300px;
}

.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #343434;
    margin: 0px;
    text-align: center;
}

.client_name {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #343434;
    font-weight: bold;
    padding-top: 40px;
}

.client_img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -63px;
    top: 25%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -63px;
    top: 25%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_sl695ider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #1e1e1e;
    color: #fff;
}


/* testimonial section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #262526;
    height: auto;
    padding: 90px 0px;
}

.contact_main {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 65%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #fefefd;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #6d6d6d !important;
    border: 0px;
    text-transform: uppercase;
}

input.email-bt::placeholder {
    color: #fefefd;
}

.massage-bt {
    color: #fefefd;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #6d6d6d !important;
    border: 0px;
    text-transform: uppercase;
}

textarea#comment::placeholder {
    color: #fefefd;
}

.main_bt {
    width: 150px;
    float: left;
    padding-top: 10px;
}

.main_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 10px 0px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.main_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 7px 0px 16px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.padding_left_10:hover {
    color: var(--primary-color);
}

.padding_left_10.active {
    color: var(--primary-color);
}

.footer_social_icon {
    width: 100%;
    float: right;
    padding-top: 20px;
    text-align: right;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #252525;
    border-radius: 100%;
    font-size: 19px;
    margin-left: 15px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.mail_main {
    width: 70%;
    float: right;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 130px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    float: left;
}

.update_mail {
    color: #444444;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 13px 10px 0px 10px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 10px;
    border: 0px;
    text-transform: uppercase;
}

textarea#comment.update_mail::placeholder {
    color: #444444;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 10px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #ffffff;
}


/* contact section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #262526;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    border-top: 1px solid #6d6d6d;
    padding-top: 30px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: var(--primary-color);
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.style-btn-whatsapp-border {
    border: 2px solid var(--laranja-color);
    color: var(--laranja-color);
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
}

.faturamento-section {
    background: linear-gradient(90deg, #520364, #830a9e, #860273);
    padding: 100px 20px;
    padding-bottom: 150px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faturamento-card {
    /* background: var(--laranja-color); */
    border-radius: 15px;
    /* padding: 300px 30px; */
    max-width: 800px;
    color: #fff;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); */
}

.faturamento-card .icon {
    font-size: 50px;
    margin-bottom: 15px;
    color: #fff;
}

.faturamento-card h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.faturamento-card p {
    font-size: 18px;
    margin-bottom: 20px;
}

.faturamento-card h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.faturamento-card small {
    font-size: 16px;
    opacity: 0.9;
}

.numeros-section {
    background: #f8f9fa;
    padding: 100px 20px;
    text-align: center;
}

.numeros-section .titulo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.numeros-section .subtitulo {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.numeros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.card-numero {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-numero:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-numero .icon {
    background: var(--linear-gradient);
    color: #fff;
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin: 0 auto 20px auto;
}

.card-numero h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.card-numero p {
    font-size: 16px;
    color: #555;
}

.beneficios-section {
    background: #fff;
    padding: 80px 20px;
    text-align: center;
    padding-bottom: 100px;
}

.beneficios-section .titulo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.beneficios-section .subtitulo {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.card-beneficio {
    background: #f8f9fa;
    /* tom bege claro */
    border-radius: 12px;
    padding: 25px 20px;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-beneficio:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.card-beneficio .icon {
    background: var(--linear-gradient);
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.card-beneficio h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.card-beneficio p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.depoimentos-section {
    background: #f8f9fa;
    padding: 80px 20px;
    text-align: center;
}

.depoimentos-section .titulo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.depoimentos-section .subtitulo {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.card-depoimento {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    text-align: left;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-depoimento:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.estrelas {
    color: #ffb400;
    /* cor das estrelas */
    font-size: 20px;
    margin-bottom: 15px;
}

.card-depoimento .texto {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

.perfil {
    display: flex;
    align-items: center;
    gap: 15px;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.perfil strong {
    font-size: 16px;
    color: #0d0d0d;
    display: block;
}

.perfil p {
    font-size: 14px;
    color: #666;
    margin: 0;
}



/* Seção Franquias */
.franquias-destaque {
    padding: 60px 0;
    text-align: center;
}

.franquias-destaque h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.franquias-destaque p {
    color: #6c757d;
    margin-bottom: 40px;
}

.card-franquia {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-franquia img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.badge-franquia {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.8rem;
}

.card-body .bi {
    margin-right: 5px;
}

.card-body .btn {
    margin-top: 10px;
    background-color: #ff6b00;
    border: none;
}

/* Seção CTA */
.cta-franquia {
    background: var(--linear-gradient);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.cta-franquia h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-franquia p {
    margin-bottom: 30px;
}

.cta-franquia .btn {
    background-color: #fff;
    color: var(--primary-color);
    border: none;
}

.cta-beneficios {
    margin-top: 25px;
}

.cta-beneficios .bi {
    font-size: 1.2rem;
    margin-right: 5px;
}

/* OVERLAY DE LOADING */
.loading-overlay {
    position: fixed;
    inset: 0;
    /* top/right/bottom/left: 0 */
    background: #fff;
    z-index: 99999;
    /* bem acima de tudo */
    display: grid;
    place-items: center;
    transition: opacity 600ms ease;
    /* fade ao esconder */
    background: var(--linear-gradient) !important;
}

.loading-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
    /* após o fade, removemos do DOM via JS (opcional) */
}

/* Número grande no centro */
.loading-number {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(2.5rem, 8vw, 8rem);
    font-weight: 700;
    letter-spacing: .5px;
    user-select: none;
}

/* Evita rolagem enquanto o loader está ativo (opcional) */
body.lock-scroll {
    overflow: hidden;
    touch-action: none;
}

/* Conteúdo da página só pra demonstrar */
.content {
    min-height: 200vh;
    padding: 24px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.loader {
    width: 28px;
    height: 28px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Botão do menu mobile */
.mobile-menu-btn {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    color: #fff;
}

/* Dropdown mobile */
.mobile-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FF5A1B;
    padding: 20px 0;
    z-index: 999;
}

/* Mostrar dropdown */
.mobile-menu-dropdown.show {
    display: block;
}

/* Lista de links */
.mobile-menu-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item {
    margin: 10px 0;
}

.mobile-menu-link {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.mobile-menu-link:hover {
    color: #ffd9b3;
}

/* Botão WhatsApp */
.mobile-menu-btn-whatsapp {
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.mobile-menu-btn-whatsapp:hover {
    background-color: #fff;
    color: #FF5A1B;
}

/* Botão WhatsApp */
.style-btn-whatsapp-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.style-btn-whatsapp-border:hover {
    background-color: #fff;
    color: #FF5A1B;
}

.btn-franqueado-agora {
    background: var(--linear-gradient);
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    border: 2px solid var(--laranja-color);
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.btn-franqueado-agora:hover {
    background-color: #fff;
    color: var(--laranja-color);
    border-color: var(--laranja-color);
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Efeito hover */
.whatsapp-float:hover {
    background-color: #20b954;
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
}

.modelo-negocio-section {
    background: var(--linear-gradient);
}

.col-modelo-negocio {
    height: 250px;
}

.border-color-modelo-negocio {
    border-color: #860273 !important;
}

.border-missao-missao {
    border-left: 1px solid #DCDCDC !important;
    border-right: 1px solid #DCDCDC !important;
}

.card-franquia {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.card-franquia.show {
    opacity: 1;
    transform: translateY(0);
}

.owl-carousel .owl-item img {
    display: block;
    width: 35% !important;
    height: auto;
}

.owl-nav {
    top: 0px !important;
    right: 0px !important;
    position: absolute !important;
    margin-top: -50px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #860273 !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin-right: 3px !important;
}