@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Oswald:wght@200..700&display=swap');





/* ESTILIZAÇÃO DA MEDIA QUERY PARA OUTROS DISPOSITIVOS */

/* DESATIVA VERSAO PC */
.cardm {
  display: none;
}



/* Smartphones (600px para baixo) */
@media only screen and (min-width: 768px) and (max-width:1240px) {
  /* Seu CSS aqui */

  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
    height: 180px;
    /* centraliza o conteúdo */
  }



  .logo2 {
    width: 250px;
    z-index: 50000000;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .logo2 img {
    max-width: 200%;
  }

  .logo {
    display: none;
  }



  .cardm {
    order: 1;
  }

  .fundo1 {
    margin-top: 0px;
    min-height: 100px;
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
  }




  /*MENU DE NAVEGAÇÃO*/
  .inicio {
    display: none;
  }

  .modalidades {
    display: none;
  }


  .plano {
    display: none;
  }

  .agendamento {
    display: none;
  }

  .contatos {
    display: none;
  }




  .cardm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    background-color: red;
  }





  /*CARDS*/

  /*Design modalidades*/
  .mm0 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    font-size: 50000px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }








  .mm1 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 90px;
  }






  .mm2 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 180px;
  }






  .mm3 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 270px;
  }





  .mm4 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 360px;
  }






  .mm1,
  .mm0,
  .mm2,
  .mm3,
  .mm4 {
    color: #000000;
    font-size: 12px;
    height: 8vh;
  }


  .mm1:hover,
  .mm0:hover,
  .mm2:hover,
  .mm3:hover,
  .mm4:hover {
    color: #900707;
  }






  .silver {
    display: none;
  }

  .gold {
    display: none;
  }


  .platinum {
    display: none;
  }


  .diamond {
    display: none;
  }

  .precogo {
    display: none;
  }

  .precosi {
    display: none;
  }

  .precopla {
    display: none;
  }

  .precodi {
    display: none;
  }

  .sobre {
    display: none;
  }

}

























@media only screen and (min-width: 0px) and (max-width:768px) {

  /* Seu CSS aqui */



  .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 50px;
    /* centraliza o conteúdo */
  }



  .logo2 {
    width: 250px;
    z-index: 50000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;

  }

  .logo2 img {
    max-width: 110%;
  }

  .logo {
    display: none;
  }




  .fundo1 {
    min-height: 100px;
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 10px;
    display: none;
  }




  /*MENU DE NAVEGAÇÃO*/
  .inicio {
    display: none;
  }

  .modalidades {
    display: none;
  }


  .plano {
    display: none;
  }

  .agendamento {
    display: none;
  }

  .contatos {
    display: none;
  }




  .cardm {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }





  /*CARDS*/

  /*Design modalidades*/
  .mm0 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    font-size: 50000px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 15px;
  }








  .mm1 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 100px;
  }






  .mm2 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 185px;
  }






  .mm3 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 270px;
  }





  .mm4 {
    text-decoration: none;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 355px;
  }





  .mm1,
  .mm0,
  .mm2,
  .mm3,
  .mm4 {
    color: #000000;
    font-size: 12px;
    height: 8vh;
  }


  .mm1:hover,
  .mm0:hover,
  .mm2:hover,
  .mm3:hover,
  .mm4:hover {
    color: #900707;
  }






  .silver {
    display: none;
  }

  .gold {
    display: none;
  }


  .platinum {
    display: none;
  }


  .diamond {
    display: none;
  }

  .precogo {
    display: none;
  }

  .precosi {
    display: none;
  }

  .precopla {
    display: none;
  }

  .precodi {
    display: none;
  }

  .sobre {
    display: none;
  }


}