﻿@@media screen and (min-width: 768px) {
    .modal-size .modal-dialog {
        width: 450px;
    }
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .iframe-rwd iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#btnComprar,
#qrCode,
img[name="legenda"] {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
}

.nav > li > a {
    font-size: 14px;
    padding: 10px 9px;
}

.label-title {
    color: #281c4c;
    font-family: 'Bree Serif', sans-serif;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: normal;
}

.span-description {
    color: #9499af;
    font-size: 0.9em;
    line-height: 1.8em;
    font-family: 'Montserrat', sans-serif;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -moz-transform: scale(2); /* FF */
    padding: 10px;
}

@@-moz-document url-prefix() {
    img[name*="legenda"] {
        width: 30px;
    }

    input[name*="numeros"] {
        width: 50px;
    }
}
