@media (max-width: 720px) {
  /* .imgFull {
    margin-top: 3vh !important;
    margin-bottom: 2vh !important;
    width: 100vw;
    height: 35vh;
    display: flex;
    align-items: center;
    background-color: rgba(204, 204, 204, 0.61);
    max-width: 100vw !important;
  }

  .imgFull img {
    width: 100%;
    height: 90%;
  } */

  .valorServ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .valorServ h1 {
    font: bold 6.5vw Roboto, sans-serif;
    color: #ea5a14;
  }
  .valorServ div {
    display: flex;
    flex-direction: column;
    margin-top: 0.5vh;
  }

  .valorServ p {
    font: bold 4vw Roboto, sans-serif;
    margin-top: 1vh;
  }

  .valorServ aside {
    font: italic bold 3vw Roboto, sans-serif;
    color: #1a1a1a;
    margin-top: 1vh;
  }

  .valorServ div aside:nth-child(2) {
    margin-top: 0 !important;
    color: #797979;
  }

  .infoPadrao {
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    gap: 2vh;
  }

  .infoPadrao h2 {
    font: bold 5.5vw Roboto, sans-serif;
    color: #1a1a1a;
  }

  .infoPadrao p {
    font: 500 4vw Roboto, sans-serif;
  }

  .infoPadrao aside {
    color: #ea5a14;
    font: bold 3vw Roboto, sans-serif;
  }

  .infoPadrao h3 {
    font: bold 4vw Roboto, sans-serif;
    color: #ea5a14;
  }

  .avalAnuncio a {
    color: #ea5a14;
    font: bold 5vw Roboto, sans-serif;
  }

  .avaliacao {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-top: 2vh;
  }

  #avaliacoes h2{
    font: bold 5.5vw Roboto, sans-serif;
    color: #1a1a1a;
    margin-bottom: 5vh;
  }

  .avaliacao a{
    color: #ea5a14;
    font: bold 5vw Roboto, sans-serif;
  }

  .avaliacao div{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }

  .avaliacao .stars{
    display: flex;
    gap: 1vw ;
    width: 70%;
  }

  .stars i{
    color: #ff9c1a;
    font-size: 5vw;
  }
  .avaliacao div p{
    width: 40%;
    font-size: 4.5vw;
  }

  .stars .no-star{
    color: #ccc;
  }

  .contratar{
    margin-bottom: 10vh;
  }

  .contratar a{
    background-color: #ea5a14;
    padding: 4vw;
    color: white;
    text-align: center;
    width: 60vw;
    margin: auto;
    border-radius: 10px;
  }

  .acessoAvaliacoes{
    display: flex;
    width: 100%;
    gap: 7vw;
  }

  .txt-ava{
    margin-top: 5vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5vh;
  }

  .txt-ava>.rate{
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.288);
    border-radius: 20px;
    padding: 5vw;
    display: flex;
    flex-direction: column;
    gap: 1.5vh;
  }

  .txt-ava h3{
    font:bold 4.5vw "Roboto",sans-serif;
  }

  .txt-ava p{
    font: normal 3.5vw "Roboto",sans-serif;
  }

  .txt-ava>div>div>i{
    font-size: 3.5vw;
  }

  .pageAva{
    margin: 5vh auto;
    width: 80vw;
  }

  .filtroAva{
    width: 90vw;
    margin: 5vh auto;
  }

  .filtroAva ul{
    width: 100%;
    display: flex;
    flex-flow: row wrap !important;
    justify-content: center;
    gap: 2vw;
  }

  .filtroAva li{
    /* background-color: none; */
    border: 1px solid #1a1a1a;
    padding: 2vw;
    border-radius: 10px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    }

  .filtroAva li .stars i{
    font-size: 100%;
  }

  

}
