    @import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rajdhani:wght@300;400;500;600;700&display=swap');

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-Regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-Italic.otf') format('opentype');
        font-weight: 400;
        font-style: italic;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-Light.otf') format('opentype');
        font-weight: 300;
        font-style: normal;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-LightItalic.otf') format('opentype');
        font-weight: 300;
        font-style: italic;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-Medium.otf') format('opentype');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-MediumItalic.otf') format('opentype');
        font-weight: 500;
        font-style: italic;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-Bold.otf') format('opentype');
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: 'Amulya';
        src: url('../fonts/Amulya-BoldItalic.otf') format('opentype');
        font-weight: 700;
        font-style: italic;
    }

    body {
        font-family: 'Amulya', sans-serif;
    }



    img {
        max-width: 100%;
        width: 100%;
    }

    .mt-interno {
        margin-top: 97px;
    }



    header {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
    }

    .header-interno {
        background: #fff;
        transition: .3s ease;
    }

    .navbar-brand img {
        max-width: 191px;
    }

    .logo-home {
        transition: opacity .3s ease;
    }

    .logo-scroll {
        display: none;
    }

    #site-header.scrolled .logo-home {
        display: none;
    }

    #site-header.scrolled .logo-scroll {
        display: block;
    }





    .nav-link {
        font-family: 'Inter', sans-serif !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff !important;
        padding: 24px !important;
    }

    .nav-link.nav-btn {
        padding: 18px 36px !important;
        border-radius: 50px;
        margin-left: 40px;
        border: 1px solid #FFFFFF66;
        background: #0000001A;
        backdrop-filter: blur(20px);

        font-family: 'Amulya', sans-serif !important;
        font-weight: 700 !important;
        font-style: Bold;
        font-size: 18px;
        line-height: 135%;
        letter-spacing: 0%;

        display: flex;
        align-items: center;
        gap: 8px;

    }

    .nav-link.nav-btn:hover {
        color: #105273 !important;
        background: transparent !important;
    }

    .nav-item {
        display: flex;
        align-items: center;
    }

    .header-interno .nav-link,
    .header-home.scrolled .nav-link {
        color: #385766 !important;
    }

    .header-interno {
        backdrop-filter: blur(34px);

        box-shadow: 0px 4px 9px -4px #00000040;

    }

    .header-interno .nav-btn,
    .header-home.scrolled .nav-btn {
        background: #fff !important;
        border: 1px solid #0000001A;
        color: #105273 !important;
    }

    .header-interno .nav-btn svg rect,
    .header-home.scrolled .nav-btn svg rect {
        fill: #105273;
    }

    #site-header.scrolled {
        background: #fff !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    #site-header.scrolled .nav-link {
        color: #222;
    }


    .banner {
        margin-top: -100px;
        position: relative;
    }

    .txt-banner {
        position: absolute;
        top: 252px;
    }


    .banner-title h2 {
        font-family: 'Amulya', sans-serif !important;
        font-weight: 700;
        font-style: Bold;
        font-size: 61px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #fff;
        margin-bottom: 32px;
    }

    .txt-green {
        color: #72FFEF;
    }

    .banner-desc p {
        font-family: 'Amulya', sans-serif !important;
        font-weight: 400;
        font-size: 25px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;
        max-width: 572px;
        margin-bottom: 0;
    }

    .banner-desc p strong {
        font-weight: 700;
    }

    .btns {
        margin-top: 40px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .btn-orange,
    .btn-white {
        padding: 18px 36px;

        font-family: 'Amulya', sans-serif !important;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 135%;
        letter-spacing: 0%;
        border-radius: 50px;

        text-decoration: none;
    }

    .btn-orange {
        color: #fff;
        background:
            linear-gradient(90deg, rgba(255, 166, 0, 0.4) 0%, rgba(255, 166, 0, 0) 8%),
            linear-gradient(0deg, var(--Color-Foreground-Button-button-primary, #D95E00), var(--Color-Foreground-Button-button-primary, #D95E00));

    }

    .btn-orange:hover {
        background: linear-gradient(0deg, var(--Color-Foreground-Button-button-primary_hover, #FF6E00), var(--Color-Foreground-Button-button-primary_hover, #FF6E00)),
            linear-gradient(90deg, rgba(255, 166, 0, 0.4) 0%, rgba(255, 166, 0, 0) 100%);

    }

    .btn-white {
        background: #f2fbff;
        color: #105273;
        border: 1px solid #FFFFFF66;
    }

    .btn-white:hover {
        background: #fff;
    }


    /*cards*/

    .cards-home {
        padding-top: 40px;

    }

    .card-home .card-item {
        border: 1px solid #0000001A;
        background: #F2FBFF;
        border-radius: 16px;
        padding: 32px;
    }

    .card-home .card-item img {
        width: 32px;
        height: 48px;
    }

    .card-home .card-item h5 {
        font-family: 'Amulya', sans-serif !important;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
    }

    /*sobre*/

    .sobre {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .txt-green-2 {
        color: #1AB5B5;
        font-family: 'Nunito', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 5%;

    }

    .title {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 39px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
        margin-bottom: 24px;
    }

    .title-sobre {
        max-width: 400px;
        margin-top: 12px;
    }

    .desc-sobre {
        max-width: 560px;
    }

    .desc p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #466C80;
    }

    .desc p strong {
        font-weight: 600;
    }

    .box-image-sobre {
        padding: 64px;
        position: relative;
    }

    .box-image-sobre img {
        max-width: 512px;
        max-height: 512px;

    }

    .coluna-1-sobre {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icones {
        backdrop-filter: blur(28px);
        box-shadow: 1px 4px 4px -3px #00000040;
        background: #FFFFFFCC;
        padding: 16px;
        border-radius: 80px;
        position: absolute;
    }

    .icone-1 {
        right: 99px;
        top: 44px;
    }

    .icone-2 {
        left: 38px;
        top: 174px;
    }

    .icone-3 {
        background: linear-gradient(0deg, rgba(16, 82, 115, 0.9), rgba(16, 82, 115, 0.9)),
            linear-gradient(135.7deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 21.67%, rgba(255, 255, 255, 0.2) 74.36%, rgba(255, 255, 255, 0) 92.91%);
        border: 0.5px solid #1052734D;
        backdrop-filter: blur(8px);
        box-shadow: 0px 3px 8.3px -2px #0000004D;

        right: 26px;
        bottom: 150px;
        padding: 11px;
    }

    /*fundador*/

    .fundador {
        padding-top: 139px;
        padding-bottom: 120px;
        position: relative;
    }

    .fundador .container {
        position: relative;
        z-index: 20;

        max-width: 1059px;
        margin: auto;
    }

    .bg-blue {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }

    .box-fundador {
        text-align: center;
        margin-bottom: 64px;
    }

    .box-fundador img {
        max-width: 183px;
        max-height: 183px;
        object-fit: cover;
        object-position: top;
        border-radius: 100%;
        margin-bottom: 64px;
    }

    .txt-fundador h2 {
        font-family: 'Amulya', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 34px;
        ;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        margin: auto;
        max-width: 706px;
        color: #105273;
        margin-bottom: 18px;
    }

    .txt-fundador span {
        font-family: 'Amulya', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #385766;
    }

    .card-fundador {
        background:
            linear-gradient(66deg, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0.8) 100%),
            #F2FBFF;

        box-shadow: 0px 4px 8px -4px #192C364D;
        padding: 40px;
        text-align: center;

        width: 302px;
        height: 202px;
    }

    .number {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 64px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        color: #105273;
    }

    .card-fundador span {
        font-family: 'Amulya', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        color: #385766;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;

    }

    .card-2-fundador {
        margin-top: 61px;
    }

    /*beneficios*/

    .beneficios {
        padding-top: 80px;
        /* padding-bottom: 80px; */
    }

    .lista-beneficios {
        display: flex;
        gap: 12px;
        margin-top: 40px;
        justify-content: center;
    }

    .item-beneficio {
        border: 1px solid #0000001A;
        border-radius: 16px;
        overflow: hidden;
        width: 246px;
        height: 100%;
    }

    .item-beneficio:hover {
        background: #F3F6F8;
    }

    .txt-card-beneficio {
        padding: 24px;

    }

    .txt-card-beneficio h3 {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
    }

    .txt-card-beneficio p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #385766;
        margin-bottom: 0;
    }

    .item-beneficio img {
        height: 153px;
    }

    /*vantagens*/

    .vantagens {
        padding-top: 30px;
        padding-bottom: 128px;
        background: #f2fbff;
    }

    .card-vantagem {
        background: #fff;
        padding: 32px;
        border: 1px solid #0000001A;
        border-radius: 16px;
        min-height: 357px;
    }

    .card-vantagem img {
        width: 73px;
        height: 73px;
        margin-bottom: 32px;
    }

    .card-vantagem h3 {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
        margin-bottom: 12px;
    }

    .card-vantagem p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #385766;
        margin-bottom: 0;
    }

    /*vantagem empresarial*/

    .vantagem-empresarial {
        background: #f2fbff;
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .box-image-vantagem-empresarial {
        display: flex;
        justify-content: end;
    }

    .box-image-vantagem-empresarial img {
        max-width: 584px;
    }

    .desc-empresarial p {
        margin-bottom: 0;
    }

    .item-vantagem {
        display: flex;
        gap: 10px;
        margin-bottom: 24px;
    }

    /*depoimentos*/

    .depoimentos {
        padding-top: 128px;
        padding-bottom: 80px;
    }


    .lista-depoimentos {
        margin-top: 48px !important;
    }

    .item-depoimento {
        border: 1px solid #0000001A;
        background: #fff;
        border-radius: 16px;
        padding: 32px;
        min-height: 408px;
    }

    .depoimentos-excerpt,
    .depoimentos-titulo {
        font-family: 'InterI', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        vertical-align: middle;

        color: #2B3033;
    }


    .depoimentos-excerpt {
        min-height: 258px;
        margin-top: 24px;
        margin-bottom: 0;
    }



    .depoimentos-thumb img {
        max-width: 120px;
    }

    .depoimentos-titulo {
        font-weight: 600;
    }


    /*banner meio*/

    .banner-meio {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .row-meio {
        border-radius: 16px;
        /* overflow: hidden; */
        position: relative;
    }

    .col-meio {
        background: #D95E00;
        padding: 64px !important;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .coluna-gray {
        background: #e8a069;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .img-banner-meio img {
        height: 456px;
        position: absolute;
        bottom: 0;
        right: 52px;
        width: 481px;

    }

    /*form home*/

    .form-home {
        background: linear-gradient(0deg, #016786, #016786),
            linear-gradient(95.4deg, rgba(255, 255, 255, 0) 0.2%, rgba(255, 255, 255, 0.278846) 63.66%, rgba(255, 255, 255, 0.4) 71.83%, rgba(255, 255, 255, 0.12) 100.19%);
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .form {
        background: #fff;
        border-radius: 16px;
        padding: 40px;
        max-width: 100%;
        width: 557px;
        box-shadow:
            0px 4px 4px -4px rgba(11, 38, 63, 0.05),
            0px 16px 32px -4px rgba(11, 38, 63, 0.10);

    }

    label {
        font-family: 'Figtree', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #000000;
    }

    input,
    textarea {
        border: 1px solid #00000033 !important;
        padding: 16px !important;
    }

    input {
        height: 48px !important;
    }

    input::placeholder,
    textarea::placeholder {
        color: #98AAB2 !important;
    }

    /*footer */

    footer {
        padding-top: 80px;
        background: #F2FBFF;
    }

    .logo-footer {
        max-width: 242px;
    }

    .logo-txt {
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0%;
        margin-top: 17px;
        color: #385766;
    }

    footer h5,
    footer ul li a,
    .endereco,
    .politica-txt {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #385766;
        line-height: 160%;
        letter-spacing: 0%;

    }

    footer ul li a,
    .endereco,
    .politica-txt {
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;

        display: flex;
        gap: 8px;
        align-items: center;
    }

    footer ul li a,
    footer ul li span {
        padding: 12px 0;
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

    hr {
        margin: 0 !important;
    }


    .row-privacidade {
        padding: 12px 0;
    }


    .col-social {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .row-footer {
        padding-bottom: 40px;
    }


    .social {
        display: flex;
        align-items: center;
        gap: 14px;
    }



    /*cookies*/

    .cookies {
        position: fixed;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        z-index: 9999;
    }

    .cookies .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 1px 2px 20px 0px #00000014;
        padding: 24px 40px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        background: #fff;
    }

    .cookies p {
        max-width: 701px;
        font-family: 'Public Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #6F7D90;
        margin-bottom: 0;
    }

    .cookies h5 {

        font-family: 'Public Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #384455;
    }

    .cookies p a {
        color: #004A7F;
    }


    /*duvidas*/

    .depoimentos {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .duvidas-box {
        margin-top: 80px;
    }

    .item-duvida {
        border-bottom: 1px solid #0000000D;
        margin-bottom: 12px;
    }

    .pergunta {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #2B3033;
        padding: 12px 16px;
    }


    .item-duvida.active .item-pergunta {
        background: #F2FBFF;
        border-bottom: 1px solid #0000000D;
        border-radius: 8px;
    }

    .item-duvida.active .pergunta {
        color: #105273
    }

    .pergunta {
        margin-bottom: 0;
    }

    .resposta p {
        font-size: 16px;
        color: #385766;
        font-family: 'Figtree', sans-serif;
        padding: 12px 16px;
    }

    .item-duvida svg {
        transition: transform .3s ease;
    }

    .item-duvida svg.ativo {
        transform: rotate(180deg);
    }


    /*pagina beneficio*/

    .banner-beneficio {
        position: relative;
    }

    .txt-banner-beneficio {
        top: 50%;
        position: absolute;
        transform: translate(0, -50%);
    }

    .brands {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    .brand {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .marquee-wrapper {
        overflow: hidden;
        width: 100%;
        padding: 30px 0;
    }

    .marquee {
        display: flex;
        width: max-content;
        animation: marqueeScroll 45s linear infinite;
    }

    .marquee-group {
        display: flex;
        gap: 60px;
    }

    .brand-item img {
        height: 125px;
        width: auto;
        opacity: 0.9;
        transition: opacity .2s ease;
    }

    .brand-item img:hover {
        opacity: 1;
    }

    @keyframes marqueeScroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }



    /*planos*/

    .planos {
        background: #F2FBFF;
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .row-planos {
        margin-top: 80px !important;
    }

    .card-planos {
        border-radius: 16px;
        padding: 40px;
        background: #fff;
        border: 1px solid #0000001A;
        min-height: 454px;

    }

    .card-planos h4 {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
    }

    .list-card-plano {
        margin-top: 40px !important;
    }

    .list-card-plano li {
        display: flex;
        align-items: start;
        gap: 8px;
        margin-bottom: 24px;
        max-width: 400px;
    }

    .list-card-plano p {
        color: #2B3033;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        margin-bottom: 0;
    }

    /*banner-adquirir-plano*/

    .banner-adquirir-plano {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*pet*/

    .pet {
        padding-top: 80px;
        padding-bottom: 80px;
    }


    .vantagens-white {
        background: #fff;
        padding-top: 80px;
    }


    /*maps*/

    .maps {
        padding-bottom: 50px;
    }

    .form-contato {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .card-contato {
        background: #F2FBFF;
        border-radius: 12px;
        padding: 24px;
        max-width: max-content;
        margin-top: 40px;
    }

    .card-contato h5 {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
    }

    .link-contato {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #385766;
        display: flex;
        gap: 8px;
        align-items: center;
        text-decoration: none;
        padding: 12px 0;
    }

    .social-contato {
        margin-top: 16px;

        display: flex;
        gap: 14px;
        align-items: center;

    }

    .social-contato a {
        text-decoration: none;
    }


    /*single*/

    .cards-modalidades-single {
        padding-top: 120px;
        /* padding-bottom: 80px; */
    }

    .card-single-mod {
        border: 1px solid #0000001A;
        border-radius: 8px;
        padding: 40px;
        min-height: 312px;
    }

    .card-single-mod .img-card-single-card {
        margin-bottom: 16px;
        max-width: 32px;
        max-height: 32px;

    }

    .card-single-mod h5,
    .card-single-mod a {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #105273;
    }

    .card-single-mod a {
        display: flex;
        font-size: 18px;
        align-items: center;
        text-decoration: none;
        gap: 8px;
    }

    .link {
        border-bottom: 1px solid #105273;
        max-width: max-content;
        margin-top: 42px;
    }

    .card-single-mod p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #385766;
        padding-top: 16px;
        margin-bottom: 24px;
    }

    #pessoa-fisica {
        padding-bottom: 80px;
        background: #F2FBFF;
    }

    #pessoa-juridica {
        padding-bottom: 80px;
        padding-top: 160px;
        background: #052C40;
    }

    .bg-dark-custom {
        background: #052C40 !important;
    }

    .sobre-plano,
    .vantagens-single {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #F2FBFF;
    }

    .box-img-fisica img {
        max-width: 560px;
    }


    .card-single-vantagem {
        margin-top: 40px !important;
    }

    .card-item-single {
        background: #FFFFFF66 !important;
    }


    .planos-single-fisica {
        padding-top: 80px;
        padding-bottom: 120px;
        background: #F2FBFF;
    }


    .item-beneficio-single {
        width: 302px !important;
        background: #fff;
    }

    .item-beneficio-single img {
        height: 187px !important;
    }

    .price span,
    .price {
        font-family: 'Amulya', sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 31px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #385766;
    }

    .price {
        margin-top: 40px;
        font-size: 20px;
    }


    .item-beneficio-pj {
        min-width: 410px !important;
    }

    .item-beneficio-pj img {
        height: 225px !important;
    }


    .adquirir {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .cta {
        padding: 16px 0;
        background: #D95E00;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .cta:hover {
        background: #FF6E00;
    }

    .cta a {
        font-family: 'Amulya', sans-serif;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #fff;
        text-decoration: none;
    }

    @media (min-width: 1400px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1280px !important;
        }
    }

    @media (min-width: 992px) {
        .box-img-fisica {
            text-align: end;
        }

        .img-pet {
            padding-right: 80px;
        }

        .col-1-footer {
            width: 30% !important;
        }

        .col-4-footer {
            width: 36% !important;
        }
    }

    @media (max-width: 992px) {

        .pet-1-col{
            order: 2;
            margin-top: 30px !important;
        }

        .banner-beneficio{
            height: 300px;

        }

        .banner-beneficio img{
            height: 100%;
            object-fit: cover;
        }

        .banner,
        .banner img {
            height: 90vh;
        }

        .banner-title h2 {
            font-size: 30px;
        }

        .banner-desc p {
            font-size: 16px;
            max-width: 372px;
        }

        .btn-banner {
            flex-direction: column;
            align-items: start;
        }

        .txt-banner {
            top: 252px;
        }

        .card-home .card-item {
            margin-bottom: 24px;
        }

        .box-image-sobre,
        .box-image-vantagem-empresarial {
            display: none;
        }

        .card-fundador {
            width: 100%;
        }

        .card-2-fundador {
            margin: 24px 0;
        }

        .lista-beneficios {
            flex-wrap: wrap;
            justify-content: center;
        }

        .card-vantagem,
        .item-depoimento {
            margin-bottom: 24px;
        }

        .img-banner-meio img {
            display: none;
        }

        .col-meio {
            border-radius: 12px;
        }

        .box-form {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            margin-top: 30px;
        }

        .nav-link.nav-btn {
            margin-left: 0;
        }

        .form{
            width: 100%;
        }

        .card-single-mod{
            margin-bottom: 30px;
        }
    }
    
    
    
    .wpcf7 form .wpcf7-response-output:not(:last-child) {
    display: none !important;
}

.wpcf7 br {
    display: none !important;
}

