@media (max-width: 999px) {
    body {
        overflow-x: hidden;
    }
    .nav-list {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 92vh;
        background:#4a7b92;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }
    .nav-list li {
        margin-left: 0;
        opacity: 0;

    }
    .mobile-menu {
        display: block;
    }

    .cabecalho h2 {
        font-size: 30px;
        margin: 1rem;
    }

    section {
        height: 100%;
    }

    .seg-titulo h2 {
        text-align: center;
        font-size: 5px;
    }

    .depoimento-area .conteudo {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    .ligue p {
        display: grid;
        font-size: 20px;
        font-weight: 500;
        padding-left: 2vw;
        padding-right: 1vw;
        height: 10rem;
        width: 100%;
        text-align: left; 
    }

    .num-urgencia {
        display: inline-block;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        text-align: center;
    }

    .num-urgencia p {
        margin-bottom: 2rem;
    }
}

.nav-list.active {
    transform: translateX(0)

}
/* ------------------------------ */

@media (max-width: 852px) {
    body {
        overflow-x: hidden;
    }
    ul li {
        display: grid;
    }
    .nav-list {
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 92vh;
        background: #4a7b92;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
    }
    .nav-list li {
        margin-left: 0;
        opacity: 0;

    }
    .mobile-menu {
        display: block;
    }

    .cabecalho {
        margin-top: 0;
    }

    .cabecalho h2 {
        font-size: 30px;
        width: 15%;
        margin-top: 10rem;
        margin-left: 0;
        position: static;
    }

    .cabecalho p {
        position: static;
        font-size: 15px;
        text-align: left;
        width: 65%;
    }

    .cabecalho button {
        font-size: 13px;
        width:50%;
        height: 40%;
        margin-left: -1;
        margin-bottom: 5rem;
    }

    .depoimento-area .conteudo .seg-titulo h2 {
        text-align: left;
        padding-left: 2rem;
    }

    .depoimento-area .conteudo .seg-titulo:after {
        width: 10rem;
        margin-left: 2rem;
    }

    .ligue p {
        font-size: 20px;
        padding-right: 2rem;
    }


    
 
    .nav-list.active {
    transform: translateX(0)

}

}
/* ---------------------------- */