@media (max-height: 650px) {
    .pt-30 {
        padding-top: 3.5rem !important;
    }

    .pt-250 {
        padding-top: 3rem !important;
    }

    .hero-area {
        height: fit-content !important;
    }
}

@media (max-width: 768px) {
    .navbar-collapse.show {
        padding-left: 1rem;
    }

    .pt-30 {
        padding-top: 3.5rem !important;
    }

    .pt-250 {
        padding-top: 3rem !important;
    }

    .glass-effect h1 {
        font-size: 1.2rem;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .glass-effect span {
        display: block;
        text-align: justify;
        font-size: 0.9rem;
    }

    .title-badge {
        font-size: 1.5rem;
    }

    .badge-personalizada {
        height: 50px !important;
        width: 100% !important;
    }

    .hero-area {
        height: fit-content !important;
    }

    .btn-hero {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem 1rem;
        text-align: center;
    }

    .btn-hero .btn-arrow__text {
        font-size: clamp(0.7rem, 2.5vw, 1.2rem);
        line-height: 1.5;
        max-width: 100%;
        word-wrap: break-word;
        text-align: center;
    }

    .title-service {
        width: 100%;
        font-family: 'Roboto' !important;
        font-size: clamp(1.5rem, 2.5vw, 1.8rem);
        text-align: justify;
    }

    .title-why {
        font-family: 'Roboto' !important;
        font-size: clamp(1.8rem, 2.5vw, 2.0rem);
    }

    .list-why {
        font-size: 1rem;
        line-height: 1.6;
        text-align: justify;
        list-style-position: inside;
        padding-left: 0;
    }

    .list-why li {
        margin-bottom: 1rem;
    }

    .title-feedback {
        text-align: justify;
    }

    .text-feedback {
        font-size: clamp(0.8rem, 2.5vw, 1.3rem);
    }

    .btn-feedback {
        align-self: center !important;
    }

    .title-promocao {
        margin-top: 0.5rem;
        font-size: clamp(1.3rem, 2.5vw, 2.0rem);
    }

    .text-promocao {
        font-size: 1.2rem;
    }

    .item-promocao {
        display: flex !important;
    }

    .item-promocao>div {
        flex-shrink: 0;
    }

    .btn-promocao {
        align-self: center;
    }

    .dialog__contato {
        padding: 2em !important;
    }

    .action-frenty {
        width: 40px;
        height: 40px;
        justify-content: center !important;
        padding: 0 !important;
        & span {
            display: none;
        }
    }

    .navbar-overlay {
        width: 100vw !important;
    }

    .navbar-sm {
        padding: 0 10px !important;
    }

    /* Ajusta o logo para a esquerda */
    .navbar-brand {
        margin-right: auto; /* Empurra o logo para a esquerda */
    }

    .cont-hero-cel {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .cont-esq-cel {
        min-width: 0 !important;
        max-width: 100vw !important;
        text-align: center !important;
    }

    .cont-dir-cel {
        margin: 0 !important;
    }

    .btn-gradient-verde {
        font-size: 12pt;
    }

    .links-cel div {
        padding: 0 5px;
        justify-content: center;
    }

    .funcs-cel {
        padding-top: 0 !important;
    }
    
    .video-area-one::after {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .cta-cel {
        margin: 0 !important;
    }

    footer {
        padding-inline: 20px;
    }
}