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