﻿#divBubble {
    display: none;
}

#divFormulario{
    display: none;
}

.m-radio > span {
    background-color: aliceblue!important;
}

.sociorepartidor-bg {
    background: url(/Content/publica3/assets/image/repartidores.png);
    background-image: -webkit-image-set(url(/Content/publica3/assets/image/repartidores.png) 1x, url(/Content/publica3/assets/image/repartidores@2x.png) 2x);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FBDB6E;
}

.enlaces-footer {
    display:none;
}

.m-radio.imagen img {
    background-color: white;
    padding: 20px;
    border-radius: 25px;
    height: 120px;
    object-fit: cover;
    border: 5px solid white;
}

.m-radio.imagen input {
    display: none;
}

img.border {
    border: 5px solid #2c2a66 !important;
}

    @media only screen and (max-width: 600px) {
        .sociorepartidor-bg {
            background-image: none;
        }
    }
