@media all and (max-width: 1160px) {

html {
  font-size: 56%;
}

h2 {font-size: 2.8rem}

.Cont_Cabeca {font-size: 1.6rem;

            & img {height: 5rem;
                    width: 4rem;}
        }


.Menu_Opcoes {
  grid-template-columns: 0fr 1fr 1fr 1fr 1fr 1fr 0.8fr;

  & div:hover {
    font-size: 1.6rem;
  }
  

  & #logout:hover {font-size: 1.4rem;
                       }

}

.Pag_Atual {
    font-size: 1.8rem;
    padding-top: 0.7rem;
}

.Perfil {
    grid-template-columns: 25% 75%;

    & .Perfil_Tel {
        width: 5dvh;
        height: 4dvh;
        cursor: pointer;
    }
}

.Perfil_Dados {
    & div {
        & p {
            font-size: 1.6rem;
            align-items: start;
        }
    }
}

.Perfil_Avatar {
    & img {
        width: 14dvh;
        height: 23dvh;
    }
}


.Perfil_Atendente {
    grid-template-columns: 25% 75%;
    & button {
        width: 20dvh;
    }
}

.Tele_Atendimento {
    grid-template-columns: 65% 35%;

    & h2 {font-size: 1.6rem;
                  margin: 0; }

    & button{margin-bottom: 1%;}
}

.Perfil_Dados_Busca {
    & div {
        & p {
            font-size: 1.6rem;
            justify-items: center;
            justify-content: flex-start;
            align-items: start;
        }
    }
}

}
