html, body {
  min-height: 100vh !important;
}


#content {
    min-height: 100% !important;
}

.skitter-large {
    max-width: 100% !important;
}


.location_map iframe {
    border: 0 !important;
    display: block;
    width: 100% !important;
    min-height: 650px !important;
    max-height: 650px !important;
}

.bloco-imagem {
    height: 70px !important;
    width: 70px !important;
}
.descricao {
    display: block;
    width: 100%;
    overflow: hidden !important;
}

.preco-pontos {
    border-bottom: 1px dashed #bbbbbb;
}
/* AJUSTE MANUAL removendo as bordas arredondadas do sub-menu */
.dropdown-menu>li:first-child, .dropdown-menu>li:first-child .dropdown-item {
    border-radius: 0 !important;
}

.dropdown-menu>li:last-child, .dropdown-menu>li:last-child .dropdown-item {
    border-radius: 0 !important;
}
/* ------------------------------------------------------------------------------------------------------------------ */

@media screen and (min-width: 640px) {
    .descricao {
        display: block;
        width: 100%;
        overflow: hidden !important;
    }
}

.sw-yellow-gold {
    background-color: #ffcc00 !important;
}

.sw-yellow-nuh {
    background-color: #f2ae0b !important;
}