    .td-menu-buttom {
        font-family: var(--td-ff-poppins);
        font-weight: 600 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        color: var(--td-common-white) !important;
        box-shadow: 0 4px 0 0 #8f2836 !important;
        display: block !important;
        background: #ef435a !important;
        border-radius: 5px !important;
        padding: 6px 20px !important;
        width: max-content !important;
        margin-left: 0 !important;
    }

    .tdmenu__navbar-wrap > ul > li.menu-inscricao {
        display: flex;
        align-items: center;
    }

    .tdmenu__navbar-wrap > ul > li.menu-inscricao > a.td-menu-buttom {
        margin: 0 14px !important;
    }

    .tdmenu__navbar-wrap > ul > li.menu-inscricao > a.td-menu-buttom::before {
        display: none !important;
    }

    .tdmenu__navbar-wrap > ul > li.menu-inscricao > a.td-menu-buttom:hover {
        color: var(--td-common-white) !important;
    }

    @media (max-width: 1199px) {
        .tdmobile__menu .navigation li.menu-inscricao > a.td-menu-buttom {
            margin-top: 10px !important;
            margin-bottom: 15px !important;
            margin-left: 25px !important;
        }
    }

    .tdmenu__navbar-wrap > ul > li a:hover {
        color: #ef435a;
    }

    .tdmenu__navbar-wrap > ul > li > a::before {
        position: absolute;
        content: "";
        width: 0;
        height: 4px;
        background: #ef435a;
        right: 0;
        left: auto;
        bottom: 40px;
        border-radius: 10px;
        transition: all 0.4s ease;
    }

    .td-btn {
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff;
        background: #ef435a;
        line-height: 1;
        display: inline-block;
        border-radius: 100px;
        padding: 18px 28px;
    }

    .td-section-subtitle {
        font-family: var(--td-ff-poppins);
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--td-common-white);
        box-shadow: 0 4px 0 0 #8f2836;
        display: block;
        background: #ef435a;
        border-radius: 5px;
        padding: 6px 20px;
        width: max-content;
        margin-left: 0;
    }

    .team__social .social-toggle-icon {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--td-common-white);
        cursor: pointer;
        font-size: 22px;
        color: #3a49fd;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .td-blog-tag {
        font-family: var(--td-ff-poppins);
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 34px;
        padding: 2px 14px;
        display: inline-block;
        background: #ef435a;
        bottom: 20px;
        left: 40px;
        position: absolute;
    }

    .blue-bg {
        background: #fbeb6b;
    }

    .td-faq-wrapper .accordion-button:not(.collapsed) {
        color: #ef435a;
    }

    .td-faq-wrapper .accordion-button {
        font-family: var(--td-ff-body);
        font-weight: 500;
        font-size: 20px;
        /* text-transform: capitalize; */
        color: #ef435a;
        padding: 29px 0;
        background: none;
        border: none;
        border-bottom: 1px solid #000000;
        border-radius: 0;
        outline: none;
        box-shadow: none;
    }

    .td-faq-wrapper .accordion-button::after {
        background-image: inherit;
        border: 2px solid #ef435a;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

    .td-faq-wrapper .accordion-button .accordion-btn::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        background-color: #ef435a;
        transform: translateX(-50%);
        border-radius: 2px;
        transition: all 0.4s ease;
    }

    .td-faq-wrapper .accordion-button .accordion-btn::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ef435a;
        border-radius: 2px;
        transition: all 0.4s ease;
    }

    .td-contact-form-box .td-btn {
        font-family: var "Campuni", sans-serif(--td-ff-poppins);
        font-weight: 600;
        font-size: 16px;
        background: #ef435a;
        border-radius: 8px;
        padding: 17px 51px;
        transition: all 0.4s ease;
    }

    .td-contact-form-box .td-btn:hover {
        background: #8f2836;
    }

    .td-postbox-item .td-blog-title:hover a {
        color: #ef435a;
    }

    .whatsapp-float-btn {
        position: fixed;
        right: 50px;
        bottom: 95px;
        z-index: 99;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #25d366;
        color: #ffffff;
        border-radius: 999px;
        padding: 12px 16px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
        transition: background 0.3s ease;
    }

    .whatsapp-float-btn:hover {
        background: #20ba5a;
        color: #ffffff;
    }

    .whatsapp-float-btn i {
        font-size: 16px;
    }

    @media (max-width: 575px) {
        .whatsapp-float-btn {
            right: 15px;
            bottom: 60px;
            padding: 10px 12px;
            font-size: 12px;
        }
    }

    @media (max-width: 1199px) {
        html,
        body {
            overflow-x: hidden;
        }

        #heroesCarousel,
        #heroesCarousel .carousel-inner,
        #heroesCarousel .carousel-item,
        #heroesCarousel .td-hero-area {
            overflow-x: hidden;
        }

        #heroesCarousel .td-hero-copy-col .td-hero-content {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #heroesCarousel .td-hero-title,
        #heroesCarousel .td-hero-location {
            overflow-wrap: anywhere;
            word-break: break-word;
        }
    }

    @media (min-width: 1200px) {
        #heroesCarousel .td-hero-copy-col .td-hero-content {
            padding-left: 165px;
        }
    }

    .home-banner-responsive {
        position: relative;
        overflow: hidden;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        background-image: none !important;
        background-attachment: scroll !important;
    }

    .home-banner-responsive > .jarallax-img {
        display: none !important;
    }

    .home-banner-mobile-image {
        display: block;
        width: 100%;
        height: auto;
    }

    .home-banner-responsive .home-banner-mobile-content {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-banner-responsive .home-banner-mobile-content .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
