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;
    }

}

/*********************************************
* MODAL **************************************
**********************************************/
@media (max-width: 992px) {
    .modal-dialog {
        width: 97.5% !important;
        max-width: 97.5% !important;
    }
}

/*********************************************
* 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);
}


@media (max-width: 768px) {
    .hero-foodi h1 {
        font-size: 2rem;
    }

    .hero-foodi .decor {
        display: none;
    }
}

.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;
}

.mb-10 {
    margin-bottom: 69px !important;
}