@media screen and (max-width: 693px) {

    h1 {
        font-size: 1.2rem ;
    }

    h2 {
        font-size: 1.2rem ;
    }

    h3 {
        /* color: var(--azul-petroleo); */
        font-size: 1.2rem;
        /* text-align: left; */
        font-weight: 600;
        font-family: var(--font-titulos);
    }


    p {
        font-size: 0.8rem ;
    }


    .btn {
        width: 100% ;
        font-size: 0.7rem ;
    }

    .principal {
        background: url(../img/principal/fundo-principal-responsivo.png) no-repeat ;
        background-size: cover;
        text-align: center;
    }

    .esquerdo {
        justify-content: center;
        align-items: center;
    }

    .direito {
        display: flex;
        justify-content: center;
    }

    .dr-responsivo {
        display: block ;
        width: 100%;
    }

    .tratamento {
        margin-top: -80px;
        padding: 0 0 ;
    }

    .tratamento-box .img img {
        object-fit: cover ;
    }

    .tratamento-box1-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .tratamento1-esquerdo {
        flex: 1 1 300px;
    }

    .tratamento1-img {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
    }

    .tratamento1-img img {
        width: 100%;
        height: 280px;
    }

    .tratamento1-img {
        width: 100%;
        height: 380px;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: -80px;
    }

    .tratamento-box {
        padding: 40px;
        gap: 2px ;
    }

    .quem-sou-texto {
        text-align: center;
    }

    .quem-sou-crm {
        display: flex;
        justify-content: center;
    }

    .tratamento-box .img img {
        width: 100% ;
    }

    .box-texto ul li {
        font-size: 0.8rem ;
        /* display: flex; */
        /* align-items: baseline; */
        /* gap: 10px; */
    }


    .quem-sou-container {
        padding: 30px;
    }

    .quem-sou-img {
        flex: 1 1 300px;
        position: relative;
        top: 30px;
    }


    .quem-sou-img img {
        width: 90%;
        position: relative;
        top: 100px;
        /* background-color: red; */
    }

    .formulario-texto {
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: baseline;
        justify-content: center;
    }

}

.direito-reservado {
    padding: 10px;
    gap: 10px ;
    display: flex;
    justify-content: center;
    align-items: center;
}