/* Styles applied according to each viewport */


/* Small and extra-small devices */

@media(max-width:767px) {
    /* Ensure correct display on mobile devices */
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .btn-votacion {
        width: 69px;
        font-size: 12px;
        margin-bottom: 2px;
    }
    .opciones {
        padding-left: 0;
        margin-bottom: -6px;
    }
    .texto-centro {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    #plus {
        margin-bottom: 10px;
    }
}


/* Medium devices */

@media (min-width: 768px) {
    .container {
        width: 966px;
    }
}


/* Large devices */

@media(min-width:992px) {}


/* Extra large devices */

@media(min-width:1200px) {}