html,
body {
    overflow-x: hidden !important;
}


/*********************************************
* FONT SIZE **********************************
**********************************************/
h2 {
    font-size: 1.9rem
}

h3 {
    font-size: 1.5rem
}

.font-neg {
    font-size: 13px;
}

.font-neg2 {
    font-size: 16px;
}

.font-xss {
    font-size: .6rem;
}

.font-xs {
    font-size: .8rem;
}

.font-xsm {
    font-size: .9rem;
}

.font-sm {
    font-size: 1rem;
}

.font-md {
    font-size: 1.1rem;
}

.font-mdl {
    font-size: 1.25rem;
}

.font-lg {
    font-size: 1.6rem;
}

.font-xl {
    font-size: 2rem;
}

.font-xlm {
    font-size: 2.5rem;
}

.font-xxl {
    font-size: 3.5rem;
}


@media (max-width: 767px) {
    .font-xxl {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .font-lg-mdl {
        font-size: 1.25rem;
    }
}

/*********************************************
* BUTTONS ************************************
**********************************************/
button {
    cursor: pointer;
}

button[disabled="disabled"] {
    cursor: default;
}

.btn:focus {
    outline: none !important;
}

.input-group-addon>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control:focus {
    box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25);
}

.btn.btn-animated i {
    margin-left: 10px;
    transition: .2s;
}

.btn.btn-animated:hover i {
    margin-left: 20px;
}

.btn-conheca {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E60000;
    border-radius: 30px;
}

.btn-conheca:hover {
    color: #FFFFFF;
    background-color: #494949;
    transition-duration: 0.5s;
}

.btn-agendar-stone {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #39B065;
    background-color: #e2e2e2;
    border-radius: 30px;
}

.btn-agendar-stone:hover {
    color: #FFFFFF;
    background-color: #494949;
    transition-duration: 0.5s;
}

.btn-agendar {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-weight: bold;
    color: #e00000;
    background-color: #ffffff;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
}

.btn-agendar:hover {
    background-color: #ffffff;
    color: #CC0000;
    transform: translateY(-2px);
}

.btn-entrar {
    font-family: 'Poppins', sans-serif;
    text-decoration: none !important;
    color: #E60000;
    margin-right: 20%;
    border-radius: 30px;
}

.btn-revenda {
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}

.btn-carrosel {
    font-size: 30px !important;
    color: #000 !important;
    z-index: 15;
    height: auto !important;
}

.btn-big-button {
    padding: 18px 40px 18px 40px;
}

.btn-price {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
    padding: 12px 0px 12px 0px;
    font-weight: 600;
    border-radius: 30px;
    background-color: #fafafd;
    font-size: 13px;
}

.btn-price.selected-price {
    color: #FFF !important;
    background-color: #CC0000 !important;
}

.btn-price.large-price {
    font-size: 18px;
    padding: 7% 0 7% 0;
    border-radius: 60px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .15);
    background-color: #eeeeee;
}

.btn-price:hover {
    color: #FFF;
    background-color: #AA0000;
}

.btn-price:focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, .5);
}

/*********************************************
* BORDER *************************************
**********************************************/
.bd-0 {
    border-width: 0 !important;
}

.bordered {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.border-b-default {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/*********************************************
* FORM ***************************************
**********************************************/
.form-control-custom {
    position: relative;
}

.form-control-custom .form-control {
    padding-right: 35px;
}

.form-control-custom .form-control-icon {
    color: rgba(0, 0, 0, .7);
    line-height: 1;
    padding-right: inherit;
    position: absolute;
    right: 7.5px;
    text-align: right;
    top: calc(50% - 0.5em);
    width: 30px;
}

.space-normalize {
    padding: 0.785rem 1.67rem;
    font-size: 1rem;
}

/*********************************************
* DROPDOWN **********************************
**********************************************/

.dropdown>.dropdown-menu>li>.dropdown-item {
    border-left: 8px solid transparent;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown>.dropdown-menu {
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, .05);
    border-radius: 6px 6px 6px 6px;
    border: none;
    background-color: #f8f9fa;

}

.dropdown>.dropdown-menu>li>.dropdown-item:hover {
    background-color: #fff;
    transition: 1s;
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
}

/*********************************************
* SEPARATOR **********************************
**********************************************/
.separator {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.separator-2,
.separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}

.separator-2-light {
    width: 95%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
    background: linear-gradient(to right, #e5e5e5 50%, transparent 100%);
}

.separator-4 {
    border-top: 1px solid #bebebe;
    width: 100%;
}

.separator-5 {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.separator-6 {
    border-top: 3px solid #bebebe;
    width: 100%;
}

/* SEPARATOR 1 ********************************/
.separator:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

h3+.separator,
h4+.separator,
h5+.separator {
    margin-top: 15px;
}

/* SEPARATOR 2 ********************************/
.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

/* SEPARATOR 3 ********************************/
.separator-3:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 100%;
}

/*********************************************
* HEADER TOP *********************************
**********************************************/
#header-top {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

.social-links a {
    display: inline-block;
    border-radius: 100%;
}

.social-links i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.form-login {
    width: 290px;
    padding: 15px;
}

/*********************************************
* HEADER NAVBAR ******************************
**********************************************/
#navbar {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
    box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
}

/*********************************************
* FRONT **************************************
**********************************************/
#front {
    /*background: url(../img/bg.jpg) no-repeat center center;*/
    /* background-color: #CC0000; */
    background-image: linear-gradient(to right, #e60000, #8c0101);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

#front .layer {
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#front .title {
    font-weight: normal;
}

#front .pricipal {
    font-weight: bold;
    font-size: 3em;
    line-height: 1.30em;
}

.btn-front {
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}

.btn-front:hover {
    transition-duration: 0.5s;
}

.carrosel {
    width: 100%;
}

.carrosel a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.carrosel a:hover {
    color: #E60000;
    transition-duration: 0.5s;
}

.noticias {
    width: 32.5%;
}

.noticias a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.noticias a:hover {
    color: #E60000;
    transition-duration: 0.5s;
}

.accept-terms {
    box-shadow: 0 0 35px rgba(140, 152, 164, .125);
    border: 1px solid #e7eaf3;
    border-radius: .35rem;
}

.links {
    text-decoration: none;
    color: #E60000;
    cursor: pointer;
}

.links:hover {
    color: #000;
    transition-duration: 0.5s;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 1030;
}

.hidden {
    display: none;
}

.soft-bold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: bold;
}

.font-normalizer {
    font-weight: normal;
}

.shadow-underlayer {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .1);
    border: none !important;
}

.clients-comments {
    max-width: 100%;
    height: auto;
}

.img-fluid-mobile {
    display: none;
}

.profile-img {
    background-color: #ffd3d3;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
}

.round-corner {
    border-radius: 8px;
}

.big-border-icon {
    color: #E60000;
    font-size: 47px;
    border-radius: 50%;
    padding: 0.5em;
    border: 5px solid #E60000;
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

.square-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    font-size: 18px;
    font-weight: bold;
    color: #E60000;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
}

.fit-size-video {
    min-height: 295px;
}

.summary-title-functionality {
    min-height: 40px;
}

.summary-description-functionality {
    min-height: 145px;
}

.link-focus-redirect {
    text-decoration: underline;
    color: #E60000;
    font-weight: 600;
}

.link-focus-redirect:hover {
    color: #AA0000;
    transition: 0.5s;
}

.align-divs {
    flex-wrap: nowrap;
    align-items: center;
}

.half-size-image {
    text-align: center;
    width: 50%;
}

.mid-size-image {
    text-align: center !important;
    width: 75%;
}

.large-size-image {
    text-align: center !important;
    width: 85%;
}

.full-size-image {
    text-align: center;
    width: 100%;
}

.image-border {
    border-radius: 10px;
}

.icone-funcionalidades {
    text-align: center;
    width: 30% !important;
    padding-top: 10px;
    margin-bottom: 10px;
}

.box-feature {
    border: 1px solid #ced4da;
    border-radius: 15px;
    box-shadow: 1px 3px 10px #ced4da;
    min-height: 320px;
}

.box-light {
    border: 1px solid #ececec;
    background-color: #ececec;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #a19d9d;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.card-front-back {
    background-color: transparent;
    width: auto;
    height: 80px;
    perspective: 1000px;
    transition: height 0.3s ease;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.card-front-back:hover {
    height: 170px;
}

.innerCard {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s, height 0.3s ease;
    transform-style: preserve-3d;
    cursor: pointer;
}

.card-front-back:hover .innerCard {
    transform: rotateY(180deg);
}

.frontSide,
.backSide {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
}

.card-icon {
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 1.3rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.frontSide:hover .card-icon {
    color: #FF5555;
    transform: scale(1.2);
}

.frontSide,
.frontSide::before {
    background: #578316;
}

.backSide,
.backSide::before {
    background: #f54141;
}

.backSide {
    transform: rotateY(180deg);
}

.frontSide::before,
.backSide::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    z-index: -1;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0.3;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.box-historias {
    border: 1px solid #ced4da;
    border-radius: 5px;
    box-shadow: 1px 3px 10px #ced4da;
    min-height: 350px;
}

.img-content {
    max-width: 100%;
    height: auto;
}

.img-move {
    transition: transform 0.3s ease;
}

.img-move:hover {
    transform: translateY(+10px);
}


@media (min-width: 577px) and (max-width: 991px) {
    .align-divs {
        flex-direction: column;
        align-items: center;
    }

    .align-video {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 30px 0px 0px 0px;
    }

    .video-product {
        width: 100%;
        min-height: 350px !important;
        border-radius: 10px;
    }

}

@media (max-width: 576px) {
    .align-divs {
        flex-direction: column;
        align-items: center;
    }

    .align-video {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 30px 0px 0px 0px;
    }

}

@media (max-width: 991px) {
    #front {
        /*background: url(../img/bg.jpg) no-repeat center center;*/
        /* background-color: #CC0000; */
        background-image: linear-gradient(to right, #e60000, #8c0101);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 700px;
        position: relative;
    }

}

/*********************************************
* PRICING ************************************
**********************************************/

/* Pricing tables
---------------------------------- */
.plan .header {
    margin: 0 -1px;
}

.plan .header h3 {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    padding: 15px 0 10px;
}

.plan .header .price {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1;
    padding: 8px 0 10px;
}

.plan ul li {
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #FFFFFF;
    padding: 12px 5px;
}

.plan.best-value ul li {
    padding: 15px 5px;
}

/* Pricing radio selection
---------------------------------- */
.new-account-plan-list,
.new-account-plan-list .new-account-plan-wrapper {
    padding: 0 7.5px;
}

.new-account-plan-wrapper {
    position: relative;
}

.new-account-plan-wrapper label {
    border: 2px solid #3697d9;
    color: #3697d9;
    cursor: pointer;
    width: 100%;
}

.new-account-plan-wrapper label:hover,
.new-account-plan-wrapper label:focus {
    outline: 2px solid #3697d9;
}

.new-account-plan-wrapper input:checked+label {
    border: 2px solid #21bb9d;
    color: #21bb9d;
    outline: 4px solid #21bb9d;
}

.new-account-plan-name,
.new-account-plan-price {
    line-height: 1em;
    margin: 10px 0;
}

.new-account-plan-price small {
    font-size: 0.55em;
}

.plan-separator {
    border-left: none;
    border-right: none;
    border-top: 1px solid #f1f1f3;
    border-bottom: 1px solid #f1f1f3;
}



@media (max-width: 767px) {

    .new-account-plan-wrapper:nth-child(1),
    .new-account-plan-wrapper:nth-child(2),
    .new-account-plan-wrapper:nth-child(3) {
        margin-bottom: 7.5px;
    }
}

@media (max-width: 992px) {
    .text-center-mobile {
        text-align: center;
    }

    .beak-tax {
        border-top: 1px solid #f1f1f3;
    }

}

@media (min-width: 768px) {
    .best-value.plan {
        top: -30px;
        position: relative;
        z-index: 2;
    }

    .col-lg-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .plan-separator {
        border-left: 1px solid #f1f1f3;
        border-right: 1px solid #f1f1f3;
        border-top: none;
        border-bottom: none;
    }
}

/*********************************************
* MODULOS FRONT ******************************
**********************************************/
#modulos-front .container {
    background-position: bottom right;
    background-origin: border-box;
    background-clip: border-box;
    background-repeat: no-repeat;
}

@media (min-width: 770px) {
    /* .ulButtonsMenu {
		display:flex !important;
	} */
}

@media (max-width: 500px) {

    /* .ulButtonsMenu{
		display:none !important;
	} */
    .noticias {
        width: 100%;
    }

    .carrosel {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #front {
        background-image: none;
        background-color: #DC0F10;
    }

    /*
	.ulButtonsMenu .btn{
		width:50% !important;
		margin:0 !important;
	}
	*/
}

@media (min-width: 992px) {
    .d-none-lg {
        display: none !important;
    }

    .d-flex-lg {
        display: flex !important;
    }
}

@media (max-width: 992px) {

    .img-fluid-mobile {
        max-width: 100% !important;
        height: auto !important;
        display: inline-block !important;
    }

    .d-flex-md {
        display: flex !important;
    }
}

/*********************************************
* FRONT **************************************
**********************************************/
@media (max-width: 767px) {
    .form-control+.input-group-addon:not(:first-child) {
        border: 1px solid rgb(206, 212, 218);
        border-radius: 4px;
    }

    .input-group-addon>.btn {
        border-radius: 4px;
    }

    #plans-mobile {
        display: block !important;
    }

    #plans-normal {
        display: none !important;
    }

    #front .pricipal {
        font-size: 2.45em;
        line-height: 1.3em;
    }

    .section-accept-terms {
        width: 100% !important;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1029;
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1030;
    }

    .btn-conheca {
        font-size: 0.85em;
    }

}



/*********************************************
* WHATSAPP CHAT ******************************
**********************************************/
.whatswidget-custom {
    color: revert;
    font: revert;
    font-feature-settings: revert;
    font-kerning: revert;
    font-optical-sizing: revert;
    font-synthesis: revert;
    font-variation-settings: revert;
    forced-color-adjust: revert;
    text-orientation: revert;
    text-rendering: revert;
    -webkit-font-smoothing: revert;
    -webkit-locale: revert;
    -webkit-text-orientation: revert;
    -webkit-writing-mode: revert;
    writing-mode: revert;
    zoom: revert;
    accent-color: revert;
    place-content: revert;
    place-items: revert;
    place-self: revert;
    alignment-baseline: revert;
    animation: revert;
    app-region: revert;
    appearance: revert;
    aspect-ratio: revert;
    backdrop-filter: revert;
    backface-visibility: revert;
    background: revert;
    background-blend-mode: revert;
    baseline-shift: revert;
    block-size: revert;
    border-block: revert;
    border: revert;
    border-radius: revert;
    border-collapse: revert;
    border-end-end-radius: revert;
    border-end-start-radius: revert;
    border-inline: revert;
    border-start-end-radius: revert;
    border-start-start-radius: revert;
    inset: revert;
    box-shadow: revert;
    box-sizing: revert;
    break-after: revert;
    break-before: revert;
    break-inside: revert;
    buffered-rendering: revert;
    caption-side: revert;
    caret-color: revert;
    clear: revert;
    clip: revert;
    clip-path: revert;
    clip-rule: revert;
    color-interpolation: revert;
    color-interpolation-filters: revert;
    color-rendering: revert;
    color-scheme: revert;
    columns: revert;
    column-fill: revert;
    gap: revert;
    column-rule: revert;
    column-span: revert;
    contain: revert;
    contain-intrinsic-block-size: revert;
    contain-intrinsic-size: revert;
    contain-intrinsic-inline-size: revert;
    content: revert;
    content-visibility: revert;
    counter-increment: revert;
    counter-reset: revert;
    counter-set: revert;
    cursor: revert;
    cx: revert;
    cy: revert;
    d: revert;
    display: none;
    dominant-baseline: revert;
    empty-cells: revert;
    fill: revert;
    fill-opacity: revert;
    fill-rule: revert;
    filter: revert;
    flex: revert;
    flex-flow: revert;
    float: revert;
    flood-color: revert;
    flood-opacity: revert;
    grid: revert;
    grid-area: revert;
    height: revert;
    hyphens: revert;
    image-orientation: revert;
    image-rendering: revert;
    inline-size: revert;
    inset-block: revert;
    inset-inline: revert;
    isolation: revert;
    letter-spacing: revert;
    lighting-color: revert;
    line-break: revert;
    list-style: revert;
    margin-block: revert;
    margin: revert;
    margin-inline: revert;
    marker: revert;
    mask: revert;
    mask-type: revert;
    max-block-size: revert;
    max-height: revert;
    max-inline-size: revert;
    max-width: revert;
    min-block-size: revert;
    min-height: revert;
    min-inline-size: revert;
    min-width: revert;
    mix-blend-mode: revert;
    object-fit: revert;
    object-position: revert;
    offset: revert;
    opacity: 0;
    order: revert;
    origin-trial-test-property: revert;
    orphans: revert;
    outline: revert;
    outline-offset: revert;
    overflow-anchor: revert;
    overflow-clip-margin: revert;
    overflow-wrap: revert;
    overflow: revert;
    overscroll-behavior-block: revert;
    overscroll-behavior-inline: revert;
    overscroll-behavior: revert;
    padding-block: revert;
    padding: revert;
    padding-inline: revert;
    page: revert;
    page-orientation: revert;
    paint-order: revert;
    perspective: revert;
    perspective-origin: revert;
    pointer-events: revert;
    position: revert;
    quotes: revert;
    r: revert;
    resize: revert;
    ruby-position: revert;
    rx: revert;
    ry: revert;
    scroll-behavior: revert;
    scroll-margin-block: revert;
    scroll-margin: revert;
    scroll-margin-inline: revert;
    scroll-padding-block: revert;
    scroll-padding: revert;
    scroll-padding-inline: revert;
    scroll-snap-align: revert;
    scroll-snap-stop: revert;
    scroll-snap-type: revert;
    scrollbar-gutter: revert;
    shape-image-threshold: revert;
    shape-margin: revert;
    shape-outside: revert;
    shape-rendering: revert;
    size: revert;
    speak: revert;
    stop-color: revert;
    stop-opacity: revert;
    stroke: revert;
    stroke-dasharray: revert;
    stroke-dashoffset: revert;
    stroke-linecap: revert;
    stroke-linejoin: revert;
    stroke-miterlimit: revert;
    stroke-opacity: revert;
    stroke-width: revert;
    tab-size: revert;
    table-layout: revert;
    text-align: revert;
    text-align-last: revert;
    text-anchor: revert;
    text-combine-upright: revert;
    text-decoration: revert;
    text-decoration-skip-ink: revert;
    text-indent: revert;
    text-overflow: revert;
    text-shadow: revert;
    text-size-adjust: revert;
    text-transform: revert;
    text-underline-offset: revert;
    text-underline-position: revert;
    touch-action: revert;
    transform: revert;
    transform-box: revert;
    transform-origin: revert;
    transform-style: revert;
    transition: revert;
    user-select: revert;
    vector-effect: revert;
    vertical-align: revert;
    visibility: revert;
    border-spacing: revert;
    -webkit-border-image: revert;
    -webkit-box-align: revert;
    -webkit-box-decoration-break: revert;
    -webkit-box-direction: revert;
    -webkit-box-flex: revert;
    -webkit-box-ordinal-group: revert;
    -webkit-box-orient: revert;
    -webkit-box-pack: revert;
    -webkit-box-reflect: revert;
    -webkit-highlight: revert;
    -webkit-hyphenate-character: revert;
    -webkit-line-break: revert;
    -webkit-line-clamp: revert;
    -webkit-mask-box-image: revert;
    -webkit-mask: revert;
    -webkit-mask-composite: revert;
    -webkit-perspective-origin-x: revert;
    -webkit-perspective-origin-y: revert;
    -webkit-print-color-adjust: revert;
    -webkit-rtl-ordering: revert;
    -webkit-ruby-position: revert;
    -webkit-tap-highlight-color: revert;
    -webkit-text-combine: revert;
    -webkit-text-decorations-in-effect: revert;
    -webkit-text-emphasis: revert;
    -webkit-text-emphasis-position: revert;
    -webkit-text-fill-color: revert;
    -webkit-text-security: revert;
    -webkit-text-stroke: revert;
    -webkit-transform-origin-x: revert;
    -webkit-transform-origin-y: revert;
    -webkit-transform-origin-z: revert;
    -webkit-user-drag: revert;
    -webkit-user-modify: revert;
    white-space: revert;
    widows: revert;
    width: revert;
    will-change: revert;
    word-break: revert;
    word-spacing: revert;
    x: revert;
    y: revert;
    z-index: revert;
}

.whatswidget-widget-wrapper {
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    position: fixed !important;
    bottom: 20px !important;
    right: 75px !important;
    z-index: 1001 !important
}

.whatswidget-conversation-message-outer {
    background-color: #FFF !important;
    padding: 10px !important;
    margin: 10px !important;
    margin-left: 0px !important;
    border-radius: 5px !important;
    font-size: 1.2rem !important;
    box-shadow: rgba(0, 0, 0, 0.342) 0px 2.5px 10px !important;
    cursor: pointer !important;
    animation: nudge 2s linear infinite !important;
    margin-bottom: 0px !important
}

.whatswidget-text-header-outer {
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 90% !important;
    color: #000 !important
}

.whatswidget-text-message-outer {
    font-size: 90% !important
}

.whatswidget-conversation-cta:hover {
    transform: scale(1.1) !important;
    filter: brightness(1.3) !important
}

.whatswidget-cta {
    text-decoration: none !important;
    color: white !important
}

.whatswidget-cta-desktop {
    display: none !important
}

.whatswidget-cta-mobile {
    display: inherit !important
}

@media (min-width: 48em) {
    .whatswidget-cta-desktop {
        display: inherit !important
    }

    .whatswidget-cta-mobile {
        display: none !important
    }
}

.whatswidget-button-wrapper {
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important
}

.whatswidget-button {
    position: relative !important;
    right: 0px !important;
    background-color: #31d831 !important;
    border-radius: 100% !important;
    width: 60px !important;
    height: 60px !important;
    box-shadow: 2px 1px #0d630d63 !important;
    transition: 1s !important
}

.whatswidget-icon {
    width: 42px !important;
    height: 42px !important;
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
}

.whatswidget-button:hover {
    filter: brightness(115%) !important;
    cursor: pointer !important
}

@keyframes nudge {

    20%,
    100% {
        transform: translate(0, 0)
    }

    0% {
        transform: translate(0, 5px);
        transform: rotate(2deg)
    }

    10% {
        transform: translate(0, -5px);
        transform: rotate(-2deg)
    }
}

.whatswidget-link {
    position: absolute !important;
    bottom: 90px !important;
    right: 5px !important;
    opacity: 0.5 !important
}

@media (max-width: 767px) {
    #whatswidget-pre-wrapper {
        display: none !important;
    }
}


.funcionalidades {
    min-height: 316px;
    padding-top: 20px;
}


.features-min-height {
    min-height: 150px;
}

.specialities {
    margin-top: 80px;
}

.specialities-cards {
    border: 1px solid #ced4da;
    border-radius: 30px;
    box-shadow: 1px 3px 10px #ced4da;
    margin-top: 30px;
}

.specialities-cards-texts {
    padding: 25px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.specialities-cards-texts i {
    margin-right: 15px;
}

.material-icons {
    font-size: 2.5rem !important;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.no-link-style:hover,
.no-link-style:focus,
.no-link-style:active {
    text-decoration: none;
    color: inherit;
}

.demonstracao {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
    box-shadow: 0px 1px 5px 0px rgba(170, 170, 170, 1);
    background-color: #ced4da;
}

.btn-primary-gradient {
    background: #fc3997 30%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fc3997), to(#ff6f41)) !important;
    background-image: -o-linear-gradient(left, #fc3997 30%, #ff6f41) !important;
    background-image: linear-gradient(to right, #fc3997 30%, #ff6f41) !important;
    color: #fff !important;
    border: none !important;
    padding: 10px;
}

.btn-primary-gradient:hover {
    background-position: right center
}

.btn-historias {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem
}

.video-product {
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
}


.video-front {
    width: 80%;
    min-height: 500px;
    border-radius: 15px;
}

.video-mini-pdv {
    width: 100% !important;
    min-height: 52vh !important;
    border-radius: 15px;
}

.read-more {
    font-weight: bold;
    text-decoration: underline;
    color: #e60000;
}

.read-more:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #e60000;
}

.read-more i {
    text-decoration: underline;
}

/*********************************************
* PLANOS******************************
**********************************************/


.letter-spacing2 {
    letter-spacing: -0.6px;
    line-height: 1.1;
    font-size: 3rem;
    font-weight: 700;
}

.letter-spacing {
    letter-spacing: -0.6px;
    line-height: 1.1;
    font-size: 4rem;
    font-weight: 800;
}



@media (max-width: 767px) {
    .letter-spacing {
        font-size: 2.5rem;
    }
}

.mg-top1 {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .br-mobile-hide {
        display: none;
    }
}

.super-bold {
    font-weight: 750;
}

.custom-card {
    background-color: #fff;
    border-radius: 16px;
    transition: background-color 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-card:hover {
    background-color: #dadee4;
}

.custom-card img {
    transition: transform 0.5s ease;
    margin-top: auto;
}

.custom-card:hover img {
    transform: scale(1.15);
}

.custom-icon {
    font-size: 1.2rem;
}

.custom-card p {
    line-height: 1.3;
}



.anota-hero {
    background: linear-gradient(90deg, #aa0000 0%, #e30000 100%);
    border-radius: 100px;
}

/*********************************************
* NOVO FOODI******************************
**********************************************/


.card-hero {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
    text-decoration: none;
    width: 300px;
}

.card-hero .card-img-top:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.card-hero .card-img-top {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.card-hero .card-overlay {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    background: #fff;
    color: #e60000;
    padding: 6px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .card-hero {
        max-width: 100%;
    }

    .anota-hero .col-12.col-sm-6.col-md-3 {

        max-width: 100%;
        flex: 0;
    }
}

.anota-hero .col-md-3 {
    max-width: none;
}

.bg-def {
    background-color: #e60000;
}

.badge-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
}

.ml-2 {
    margin-left: 8px;
}

.hero-section {
    background: url(../img/fundo.png);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 100px;
    background-position: bottom center;
    background-size: cover;
}

.text-orange {
    color: #CC0000;
}

.btn-orange {
    background-color: #CC0000;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.bg-def {
    background-color: #CC0000 !important;
}

.hero-section .btn-orange {
    background-color: #ffffff;
    color: #CC0000;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.hero-section .btn-orange:hover {
    background-color: #ffffff;
    color: #CC0000;
    transform: translateY(-2px);
}

.btn-orange:hover {
    background-color: #CC0000;
    color: #fff;
    transform: translateY(-2px);
}

.hero-text h2 {
    line-height: 1.2;
}

.hero-text p.lead {
    color: #ddd;
}

.padrao {
    font-size: 60px;
    line-height: 50px;
    font-weight: 900;
}

.padrao2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 5px;
}

.changeableText {
    display: inline-block;
    transition: opacity 0.4s ease-in-out;
}


.lead2 {
    font-weight: 400;
    font-size: 22px;
}


.venda-online-section {
    background-color: #f7f9fc;
    position: relative;
    overflow: hidden;
}


.ifood-logo {
    max-width: 90px;
    display: block;
    margin: 10px auto 0;
}

ul li {
    margin-bottom: 8px;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

ul li .fa-circle {
    animation: pulseDot 1.8s infinite ease-in-out;
}

ul li:nth-child(1) .fa-circle {
    animation-delay: 0s;
}

ul li:nth-child(2) .fa-circle {
    animation-delay: 0.3s;
}

ul li:nth-child(3) .fa-circle {
    animation-delay: 0.6s;
}

ul li:nth-child(4) .fa-circle {
    animation-delay: 0.9s;
}

@keyframes shakeButton {

    0%,
    100% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-2px);
    }

    30% {
        transform: translateX(2px);
    }

    45% {
        transform: translateX(-2px);
    }

    60% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(0);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation: tada 1.5s ease;
}

.solucao-inteligente-section {
    background-color: #fff;
    position: relative;
}

.ilustracao {
    transition: transform 0.3s ease;
}

.ilustracao:hover {
    transform: translateY(-5px);
}

.resultados-section {
    background-color: #fff;
    position: relative;
}


.solucao-unica-section {
    background-color: #CC0000;
    background-image: url('fundo-deli.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    color: #fff;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.p1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
}

.vantagem-section {
    background: #f7f9fc;
    color: #333;
    padding-bottom: 80px;
}

.vantagem-section2 {
    color: #333;
    padding-bottom: 80px;
}

.vantagem-section2 .glass .icone {
    width: 200px;
}

.container2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container2 .glass {
    position: relative;
    width: 320px;
    height: 465px;
    background: linear-gradient(#ffffff1f, #ffffff05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 40px 25px;
    transition: 0.8s ease;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    margin: 0 -45px;
    transform: rotate(calc(var(--r) * 1deg));
}

.container2 .glass::before {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CC0000;
    font-weight: 600;
    font-size: 1.1rem;
}

.glass.active {
    transform: rotate(0deg);
    margin: 0 10px;
}

.glass .icone {
    width: 170px;
}

.glass .descricao {
    color: #1e1e1e;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 85%;
}


.apps-section {
    background-color: #fff;
    color: #222;
}


.app-box {
    border-left: 4px solid #CC0000;
    padding-left: 15px;
}

.app-logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.store-badge {
    height: 45px;
    transition: transform 0.2s ease;
}

.store-badge:hover {
    transform: scale(1.05);
}

.planos-section {
    background-color: #2e3041;
    color: #fff;
    position: relative;
    overflow: hidden;
}


.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #2e3041;
}

@media (max-width: 767px) {
    .padrao2 {
        font-size: 33px;
        line-height: 1;
    }

    #funcionalidades-index .padrao2 {
        font-size: 27px
    }

    .p1,
    .padrao {
        font-size: 40px;
        line-height: 1;
    }

    .container2 {
        flex-direction: column !important;
        align-items: center !important;
    }

    .container2 .glass {
        transform: none !important;
        margin: 15px 0 !important;
    }

}

.py10 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
}

.cardapio-digital-section,
.pdv-gerenciamento-section,
.robo-whatsapp-section,
.ifood-integracao-section {
    position: relative;
    overflow: hidden;
}

.corpo {
    min-height: 660px;
}


.btn-red {
    background-color: #CC0000;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.btn-red:hover {
    background-color: #CC0000;
    color: #fff;
    transform: translateY(-2px);
}

.lead3 {
    font-weight: 600;
    font-size: 22px;
}

.hero-foodi {
    position: relative;
    background-color: #CC0000;
    color: #fff;
    overflow: hidden;
}

.hero-foodi h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-foodi p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.funcionalidades-hero {
    background: linear-gradient(120deg, #b30000 0%, #cc0000 55%, #e03333 100%);
}

.func-feature-section {
    background: #ffffff;
    border-top: 1px solid #edf1f6;
}

.func-feature-section-alt {
    background: #f8fafc;
}

.func-feature-section .padrao2 {
    font-size: clamp(28px, 2.6vw, 46px);
    line-height: 1.1;
}

.func-feature-image {
    width: 100%;
    object-fit: contain;
    border-radius: 18px;
    padding: 12px;
}


@media (max-width: 768px) {
    .hero-foodi h1 {
        font-size: 2rem;
    }

    .hero-foodi .decor {
        display: none;
    }

    .func-feature-image {
        max-width: 92%;
        max-height: 320px;
    }
}

.pd-nav {
    padding: 10px 10px 10px 0px;
}




.contact-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    color: white;
    will-change: transform, top;
}

.contact-dock__inner {
    margin: 0 auto;
    display: grid;
    align-items: center;
    gap: 20px;
    background: #CC0000;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, .15);
    border-radius: 14px 14px 0 0;
}

.contact-dock__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    white-space: nowrap;
    padding-right: 18px;
    background: #ff2020;
    border-radius: 14px 44px 0px 0px;
}

.contact-dock__headset {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
}

.contact-dock__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.contact-dock__icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-dock__label {
    line-height: 1.1;
}

.contact-dock__divider {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, .35);
}

.contact-dock__whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1b5e20;
    border-radius: 12px;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 600;
}

.contact-dock__whatsapp .wa-text {
    color: #0a3d17;
}

.contact-dock__whatsapp .wa-icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
}


@media (max-width: 480px) {
    .contact-dock__inner {
        grid-template-columns: 1fr;
    }

    .contact-dock__whatsapp {
        justify-self: stretch;
        display: flex;
        justify-content: center;
    }
}

.contact-dock.is-above-footer {
    position: absolute !important;
    box-shadow: none;
}


.faixa {
    gap: 20px;
    justify-content: center;
}

.contact-dock__inner {
    position: relative;
}

.dock-pill {
    position: absolute;
    inset: 0 auto 0 0;
    width: clamp(260px, 49vw, 710px);
    background: #ff2020;
    border-radius: 14px 40px 0px 0px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    z-index: 0;
}

.contact-dock__inner>* {
    z-index: 1;
}


.contact-dock__inner {
    overflow: visible;
}

.contact-dock__whatsapp {
    position: relative;
    padding: 14px 20px;
    min-height: 56px;
    border-radius: 14px 14px 0px 0px;
    font-size: 0.95rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
    margin-top: -8px;
}

.contact-dock__whatsapp .wa-icon {
    width: 32px;
    height: 32px;
}

@media (max-width: 640px) {
    .contact-dock__whatsapp {
        margin-top: 0;
        padding: 12px 16px;
        min-height: 48px;
    }

    .contact-dock__whatsapp .wa-icon {
        width: 28px;
        height: 28px;
    }
}


#contact-dock a {
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease
}

#contact-dock a:hover {
    transform: scale(1.05);
}

.contact-dock__inner {
    overflow: visible;
}


.contact-dock__whatsapp {
    padding: 14px 20px;
    min-height: 56px;
    border-radius: 14px 14px 0px 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
    margin-top: -8px;
}

.wa-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 32px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    flex: 0 0 auto;
}


.wa-icon .fab {
    font-size: 22px;
    line-height: 1;
}

@media (max-width:640px) {
    .contact-dock__whatsapp {
        padding: 12px 16px;
        min-height: 48px;
    }

    .wa-icon {
        width: 28px;
        height: 28px;
    }

    .wa-icon .fa {
        font-size: 16px;
    }
}


@media (min-width: 1800px) {
    .dock-pill {
        width: clamp(260px, 80vw, 850px) !important;
    }

}

@media (min-width: 2100px) {
    .dock-pill {
        width: clamp(260px, 90vw, 1000px) !important;
    }

}

@media (min-width: 2340px) {
    .dock-pill {
        width: clamp(260px, 100vw, 1235px) !important;
    }

}

@media (max-width: 580px) {

    #mobile-faixa .tablet,
    .wpp-pc {
        display: none !important;
    }

    #mobile-faixa .mobile {
        display: block !important;
        margin-left: 10px;
    }

    .wpp-mobile {
        display: block !important;
    }

    #mobile-faixa .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .dock-pill {
        width: clamp(130px, 40vw, 655px);
    }

    .contact-dock__headset {
        display: none;
    }

    .faixa {
        justify-content: center;
    }

}

@media (max-width: 408px) {
    .dock-pill {
        width: clamp(130px, 15vw, 690px) !important;
    }

    #mobile-faixa {
        font-size: 13px;
    }

    .hero-section .btn-orange {
        font-size: 1rem !important;
    }
}

#mobile-faixa .mobile,
.wpp-mobile {
    display: none;
}

@media (max-width: 768px) {
    #pc-faixa {
        display: none;
    }

    #mobile-faixa {
        display: flex !important;
    }

    .contact-dock__item {
        display: block;
    }

    .contact-dock__label {
        font-size: 13px;
    }

    .adq {
        font-size: 15px;
    }
}


#mobile-faixa {
    display: none;
}

.mt-10 {
    margin-top: 5rem;
}

.mt-6 {
    margin-top: 3.5rem;
}

.depoimentos-section h3 {
    font-size: 29px !important;
}

.owners-proof-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f6fa 0%, #ffffff 100%);
    padding: 92px 0;
}

.owners-proof-subtitle {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: #4f5f71;
}

.owners-marquee {
    position: relative;
    margin-top: 28px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.owners-marquee::before,
.owners-marquee::after {
    display: none;
}

.owners-row {
    padding-left: 6px;
    padding-right: 6px;
}

.owners-row+.owners-row {
    margin-top: 20px;
}

.owners-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: owners-marquee-scroll var(--owners-marquee-duration, 48s) linear infinite;
}

.owners-track-right {
    --owners-marquee-duration: 56s;
    animation-direction: reverse;
}

.owners-row:hover .owners-track {
    animation-play-state: paused;
}

.owners-set {
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.owners-card {
    flex: 0 0 auto;
    width: 360px;
    aspect-ratio: 0.74;
    border-radius: 24px;
    overflow: hidden;
    background: #111722;
    box-shadow: 0 18px 34px rgba(8, 17, 32, 0.22);
}

.owners-card-link {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    position: relative;
}

.owners-card-link:hover {
    color: #fff;
    text-decoration: none;
}

.owners-card-media {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.owners-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.35s ease;
}

.owners-card-link:hover .owners-card-media img {
    transform: scale(1.08);
}

.owners-card-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg,
            rgba(4, 10, 18, 0.66) 0%,
            rgba(4, 10, 18, 0.12) 28%,
            rgba(4, 10, 18, 0.18) 58%,
            rgba(4, 10, 18, 0.9) 100%);
}

.owners-card-chip {
    display: none;
}

.owners-card-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 24px 22px;
    min-height: 0;
}

.owners-card-owner {
    position: absolute;
    left: 24px;
    top: 20px;
    margin: 0;
    font-size: clamp(14px, 0.9vw, 18px);
    line-height: 1.35;
    color: #ffffff;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

.owners-card-content h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(16px, 1.15vw, 20px);
    line-height: 1.25;
    font-weight: 700;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.72);
}

.owners-card-result {
    position: absolute;
    left: 24px;
    top: 50px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(12px, 0.75vw, 15px);
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

@keyframes owners-marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .owners-proof-section {
        padding: 72px 0;
    }

    .owners-card {
        width: 320px;
        border-radius: 20px;
    }

    .owners-card-content {
        padding: 20px 20px 18px;
    }

    .owners-card-owner {
        left: 20px;
        top: 16px;
        font-size: 14px;
    }

    .owners-card-result {
        left: 20px;
        top: 42px;
        font-size: 12px;
    }

    .owners-card-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .owners-row+.owners-row {
        margin-top: 14px;
    }

    .owners-row {
        padding-left: 4px;
        padding-right: 4px;
    }

    .owners-set {
        gap: 14px;
        padding-right: 14px;
    }

    .owners-card {
        width: 84vw;
        max-width: 340px;
    }

    .owners-card-owner {
        left: 18px;
        top: 15px;
        font-size: 13px;
    }

    .owners-card-result {
        left: 18px;
        top: 36px;
        font-size: 11px;
    }

    .owners-card-content h3 {
        font-size: 17px;
        line-height: 1.28;
    }

    .owners-track {
        --owners-marquee-duration: 44s;
    }

    .owners-track-right {
        --owners-marquee-duration: 48s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .owners-track {
        animation: none;
    }
}

.mb-10 {
    margin-bottom: 69px !important;
}

:root {
    --bg: #ffffff;
    --text: #111111;
    --muted: #5a5a5a;
    --shadow: 0 20px 60px rgba(0, 0, 0, .12);
    --radius: 26px;
    --btn: #6e625b;
    --btnText: #ffffff;
    --ctrlBg: #efefef;
    --dot: #cfcfcf;
    --dotActive: #111111;
}

.wrap-inside {
    min-height: auto;
    padding: 0;
    gap: 24px;
}

.venda-online-section .hero {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 8px;
}


.nu-carousel {
    width: min(980px, 100%);
    position: relative;
    padding: 10px 0 0;
}

.nu-stage {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    user-select: none;
    touch-action: pan-y;
}

.nu-card {
    position: absolute;
    width: 360px;
    height: 400px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #ddd;
    transform-origin: center;
    transition: transform .55s cubic-bezier(.2, .9, .2, 1),
        opacity .55s ease,
        filter .55s ease;
    will-change: transform, opacity;
}

.nu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .08) 55%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    opacity: .85;
}

.nu-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.nu-cardContent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 24px 20px 22px;
    gap: 14px;
    text-align: center;
}

.nu-title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.nu-cta {
    border: 0;
    background: rgba(110, 98, 91, .92);
    color: var(--btnText);
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: transform .15s ease, filter .15s ease;
}

.nu-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.nu-cta:active {
    transform: translateY(0px) scale(.99);
}

.nu-left {
    transform: translateX(-240px) scale(.92);
    opacity: .9;
    filter: saturate(.95) brightness(.95);
    z-index: 1;
}

.nu-center {
    transform: translateX(0px) scale(1.06);
    opacity: 1;
    filter: none;
    z-index: 3;
}

.nu-right {
    transform: translateX(240px) scale(.92);
    opacity: .9;
    filter: saturate(.95) brightness(.95);
    z-index: 1;
}

.nu-hidden {
    transform: translateX(0px) scale(.85);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.nu-controls {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.nu-pill {
    background: var(--ctrlBg);
    border-radius: 999px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.nu-dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.nu-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dot);
    border: 0;
    cursor: pointer;
    padding: 0;
}

.nu-dot.active {
    background: var(--dotActive);
}

.nu-progress {
    width: 38px;
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .08);
    overflow: hidden;
}

.nu-bar {
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    transition: width .15s linear;
}

.nu-play {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    background: var(--ctrlBg);
    cursor: pointer;
    display: grid;
    place-items: center;
}

.nu-play svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 820px) {
    .nu-stage {
        height: 380px;
    }

    .nu-card {
        width: 320px;
        height: 360px;
    }

    .nu-left {
        transform: translateX(-190px) scale(.92);
    }

    .nu-right {
        transform: translateX(190px) scale(.92);
    }

    .nu-title {
        font-size: 26px;
    }
}

@media (max-width: 560px) {
    .nu-stage {
        height: 360px;
    }

    .nu-card {
        width: 88vw;
        height: 340px;
    }

    .nu-left {
        transform: translateX(-38vw) scale(.92);
        opacity: .75;
    }

    .nu-right {
        transform: translateX(38vw) scale(.92);
        opacity: .75;
    }

    .nu-center {
        transform: translateX(0) scale(1.02);
    }
}


.video-card {
    cursor: pointer;
}

.video-thumb {
    position: relative;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 0;
    background: rgba(0, 0, 0, .55);
    display: grid;
    place-items: center;
    transition: transform .15s ease, filter .15s ease, background .15s ease;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(0, 0, 0, .65);
}

.video-play-icon {
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 3px;
}

.d-grid {
    display: grid !important;
    justify-content: center !important;
}


.bling-like-section {
    background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
    padding: 100px 0;
    border-radius: 80px 80px 0 0;
}

.bling-text {
    font-family: 'Poppins', sans-serif;
}

.bling-item {
    position: relative;
    padding: 25px 0;
    border-left: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-custom button {
    font-size: 20px;
    font-weight: 700;
    color: var(--cardText);
    margin-bottom: 6px;
}


.bling-text h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--cardText);
    margin-bottom: 6px;
}

.bling-text p {
    color: #5a6b7b;
    max-width: 480px;
    margin: 0;
    height: 0;
    font-size: 16.8px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.bling-item.active p {
    height: auto;
    margin-top: 8px;
    opacity: 1;
}

.bling-item .badge {
    background-color: var(--badge1);
    color: var(--hero2);
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 6px;
}


.bling-item a {
    display: none;
    font-weight: 600;
    color: #CC0000;
    text-decoration: none;
    opacity: 0;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.bling-item.active a {
    opacity: 1;
    display: inline-block;
}

.bling-item a:hover {
    color: var(--hero2);
    text-decoration: underline;
}


.progress-line {
    position: relative;
    height: 3px;
    width: 100%;
    background-color: #dceefb;
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #cc000085 0%, #CC0000 100%);
    border-radius: 2px;
    transition: width 0.1s linear;
}

.bling-image img {
    border-radius: 24px;
    max-width: 100%;
    box-shadow: 0 8px 25px rgba(0, 91, 170, 0.1);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.bling-image img.fade-out {
    opacity: 0;
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .bling-like-section {
        text-align: center;
        padding: 80px 0;
    }

    .bling-text {
        margin-bottom: 40px;
    }

    .bling-image,
    .faq-image {
        display: none !important;
    }

    .bling-like-section .col-md-6,
    .faq-like-section .col-md-6 {
        max-width: 100% !important;
        flex: 1 !important
    }
}

.bling-item .badge {
    background-color: #cc0000e5;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 6px;
    padding: 6px 14px;
    border-radius: 20px;
}

.b-1 {
    border-radius: 20px;
}

.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #cc0000, #e60000);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 14px 38px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(204, 0, 0, 0.35);
    transition: all 0.25s ease;
}

.btn-cta-primary:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 40px rgba(204, 0, 0, 0.5);
    background: linear-gradient(135deg, #b30000, #cc0000);
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.cta-helper-text {
    font-size: 0.9rem;
    color: #777;
}

.cta-faznota {
    position: relative;
    padding: 85px 0;
    background: #f8fafc;
    overflow: hidden;
}

.cta-box {
    position: relative;
    background: linear-gradient(90deg, #0077ff 0%, #0049a5 100%);
    color: #fff;
    border-radius: 16px;
    padding: 60px;
    overflow: hidden;
    min-height: 380px;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.cta-content .cta-subtitle {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.cta-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}


.cta-content p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 25px;
}

.btn-cta {
    display: inline-block;
    background: #fff;
    color: #0049a5;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #e6efff;
    transform: translateY(-2px);
}

.cta-shape {
    position: absolute;
    right: 200px;
    top: 0;
    bottom: 0;
    width: 45%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    z-index: 1;
}

.cta-img {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 120%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.25));
}

@media (max-width: 992px) {
    .cta-box {
        padding: 40px 25px;
        text-align: center;
        display: grid;
        justify-content: center;
    }

    .cta-img {
        display: none;
    }

    .cta-shape {
        display: none;
    }

    .cta-content p {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .cta-content p {
        width: 78%;
    }
}


.cta-faznota {
    position: relative;
    padding: 120px 0;
    background: #f8fafc;
    overflow: visible;
}

.cta-box {
    position: relative;
    background: linear-gradient(90deg, #CC0000 0%, #cc0000b9 100%);
    color: #fff;
    border-radius: 16px;
    padding: 60px;
    min-height: 380px;
    overflow: visible;
}

@media (max-width: 992px) {
    .cta-img {
        position: static;
        width: 85%;
        height: auto;
        margin-top: 20px;
    }
}

.btn-conheca3:hover {
    background: #d34444;
    color: white;
    transform: translateY(-2px);
}

.btn-conheca3 {
    margin-right: 12px;
    background: white;
    color: #CC0000;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 14px rgba(40, 127, 167, 0.3);
}

/* Home - Integracoes */
.home-integrations-section {
    background: linear-gradient(180deg, #f2f4f8 0%, #edf0f5 100%);
}

.home-integrations-subtitle {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #586174;
}

.home-integrations-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
}

.home-integration-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
    opacity: 1;
    text-decoration: none !important;
}

.home-integration-logo:hover {
    transform: translateY(-3px);
    filter: saturate(1.1);
    opacity: 1;
}

.home-integration-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .home-integrations-logos {
        gap: 26px;
    }

    .home-integration-logo {
        padding: 0;
    }

    .home-integration-logo img {
        max-height: 54px;
    }
}

@media (max-width: 575px) {
    .home-integrations-logos {
        gap: 14px;
    }

    .home-integration-logo img {
        max-height: 38px;
    }
}

/* Paginas individuais das funcionalidades do carrossel */
.feature-detail-page {
    background:
        radial-gradient(circle at 20% -10%, rgba(204, 0, 0, 0.12), transparent 50%),
        radial-gradient(circle at 100% 0%, rgba(255, 107, 53, 0.16), transparent 45%),
        #f7f8fb;
}

.feature-detail-hero {
    padding: 86px 0 40px;
    position: relative;
    overflow: hidden;
}

.feature-detail-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #cc0000;
    margin-bottom: 12px;
}

.feature-detail-title {
    font-size: clamp(2rem, 4.1vw, 3.35rem);
    line-height: 1.08;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
}

.feature-detail-lead {
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.75;
    margin-bottom: 26px;
    max-width: 95%;
}

.feature-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.feature-detail-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f1d1d1;
    color: #8a1f1f;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.feature-detail-image-card {
    border-radius: 28px;

    transform: rotate(0.3deg);
}

.feature-detail-image-card img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}

.feature-detail-media {
    padding: 24px 0 92px;
}

.feature-detail-video-wrap {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ebedf0;
    box-shadow: 0 26px 52px rgba(17, 24, 39, 0.16);
    background: #000;
    min-height: 260px;
}

.feature-detail-video-wrap iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.feature-detail-panel {
    background: #fff;
    border: 1px solid #eaedf3;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(17, 24, 39, 0.08);
    padding: 30px;
}

.feature-detail-panel h2 {
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    line-height: 1.22;
    margin-bottom: 14px;
    font-weight: 700;
    color: #111827;
}

.feature-detail-panel p {
    color: #5b6473;
    line-height: 1.72;
    margin-bottom: 16px;
}

.feature-detail-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.feature-detail-list li {
    position: relative;
    padding-left: 24px;
    color: #1f2937;
    line-height: 1.5;
}

.feature-detail-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #cc0000, #ff6f3c);
    position: absolute;
    left: 0;
    top: 0.54em;
}

.feature-detail-cta {
    margin-top: 36px;
    background: linear-gradient(120deg, #cc0000 0%, #d92e00 100%);
    border-radius: 24px;
    color: #fff;
    padding: 32px;
    box-shadow: 0 22px 44px rgba(204, 0, 0, 0.26);
}

.feature-detail-cta h3 {
    margin: 0 0 10px;
    font-size: clamp(1.3rem, 3vw, 2rem);
}

.feature-detail-cta p {
    margin: 0;
    opacity: 0.95;
}

.feature-detail-cta .btn {
    margin-top: 18px;
    background: #fff;
    color: #b00000;
    border: 0;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 24px;
}

.feature-detail-cta .btn:hover {
    color: #8f0000;
    background: #fff8f8;
}

.maquininha-brand-card {
    background: #fff;
    border: 1px solid #eaedf3;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.maquininha-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(17, 24, 39, 0.13);
}

.maquininha-brand-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid #f2f4f8;
    overflow: hidden;
}

.maquininha-brand-logo-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

.maquininha-brand-content {
    padding: 20px 22px 22px;
}

.maquininha-brand-name {
    text-transform: uppercase;
    color: #cc0000;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.maquininha-brand-logo-wrap.brand-cielo {
    background: transparent;
}

.maquininha-brand-logo-wrap.brand-stone {
    background: transparent;
}

.maquininha-brand-logo-wrap.brand-clover {
    background: transparent;
}

@media (max-width: 991px) {
    .feature-detail-hero {
        padding: 66px 0 24px;
        text-align: center;
    }

    .feature-detail-lead {
        max-width: 100%;
    }

    .feature-detail-badges {
        justify-content: center;
    }

    .feature-detail-image-card {
        margin-top: 22px;
        transform: none;
    }

    .feature-detail-media {
        padding-top: 6px;
    }

    .feature-detail-panel {
        margin-top: 18px;
    }

    .feature-detail-cta {
        text-align: center;
    }

}
