@media (max-width: 767px) {
.tamanho-logo {
width: 100px!important;
}

    .label-radio {
        display: block!important;
        cursor: pointer;
        font-weight: bold;
        padding: 22px;
        margin-bottom: 0;
        font-size: 17px;
        font-family: 'Segoe UI';
        clear: both;
        width: 100%;
    }
    input[type=radio]:checked+label {
        color: white;
        background: #fd2727;
        transition: 0.4s;
    }
    #option-one+label, #option-two+label, #option-three+label {
        border: 3px solid #fd2727!important;
    }
    #option-one+label {
        border-bottom: 0!important;
    }
    #option-three+label {
        border-top: 0!important;
    }
    .menu-fixo {
        position: fixed;
        width: 100%;
        z-index: 99
    }

.banner-fundo {
background-image: url('/associados/imagens/banner-mobile-1.jpg');
}

.titulo-banner {
font-size: 1.9em;
}

.avatar-banner {
max-width: 315px;
}

.botao-1-preco-mobile {
border-right: 3px solid #fd2727!important;
border-bottom: 0!important;
}

.botao-2-preco-mobile {
border-left: 3px solid #fd2727!important;
border-top: 0!important;
}
}