@charset "UTF-8";

#sim-loan {
    padding: 10px;
}
#sim-loan > .inner {
    padding: 0
}

#sim-loan .page-title {
    font-size: 1.5em;
    line-height: 1;
}

#sim-loan .installment-step {
    padding: 4px;
    width: 2.1em;
    height: 2.1em;
}

#sim-loan .products-wrap {
    flex-flow: column;
}
#sim-loan .products-wrap > .product {
    width: 100%;
    padding-top: 13%;
    border-radius: 5px;
    font-size: .8em;
}
#sim-loan .products-wrap > .product > .inner {
    justify-content: left;
    flex-flow: row;
    padding: 2px 10px;
}
#sim-loan .products-wrap > .product .product-img {
    height: 100%;
    margin-right: 10px;
    margin-bottom: 0;
}
#sim-loan .products-wrap > .product .product-name {
    text-align: center;
    
}
#sim-loan .types > .type-btn {
    padding: 10px;
    font-size: 1em;
}

#sim-loan .sim-value {
    font-size: 1.8em;
}

#sim-loan .sim-result p {
    max-width: 100%;
    font-size: 0.8em;
}

#sim-loan .sim-result .value {
    font-size: 3.3vw;
}
#sim-loan .sim-result .value .currency {
    font-size: 1.9em;
    white-space: nowrap;
}
#sim-loan .sim-result .value.no-insurance {
    font-size: 0.7em;
}
#sim-loan .sim-result .value.no-insurance .currency {
    font-size: 1em;
}

#sim-loan .sim-result .logo img {
    max-width: 100%;
}

#sim-loan .btn {
    padding: 10px;
}

#menuServicos,
#destaqueMenu {
    display: none !important;
}