﻿/* Largura da tela 768*/
@media screen and (max-width: 768px) {
     .botaoSelecao {
         width: 43%;
         font-size: 20px;
     }

     .botaoSelecao img {
         height: 15vw;
     }
 }