<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.opcoes-frete {
    margin-bottom: 1.5em;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-grow: 4;
}

.opcoes-frete .radio-options input {
    border: 0;
    position: absolute;
    /* -webkit-appearance: auto; */
}

.opcoes-frete .radio-options .img {
    height: 2.5em;
    margin-bottom: 0.5em;
}

.opcoes-frete .radio-options img {
    width: 50%;
}

.opcoes-frete .radio-options .img img {
    width: 100%;
    transition: all 0.2s ease;
}

.opcoes-frete .radio-options .cont-calculando {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    display: inline-block;
}

.opcoes-frete .radio-options .cont-calculando i {
    color: black;
    font-size: 1.5em;
    margin-top: 20%;
}

.opcoes-frete .radio-options label {
    display: block;
    padding: 0.9em;
    box-sizing: border-box;
}


.opcoes-frete .radio-options:hover,
.opcoes-frete .radio-options.radio-option-checked {
    background-color: #fafafa;
}

.opcoes-frete .radio-options {
    transition: all 0.2s ease;
}

.opcoes-frete .radio-options .nome {
    height: 35px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opcoes-frete .radio-options .nome,
.opcoes-frete .radio-options .valor,
.opcoes-frete .radio-options .prazo {
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 0.4em;
    text-align: center;
}

.opcoes-frete .radio-options .prazo:last-child {
    margin-bottom: 0;
}

.opcoes-frete .radio-options .valor {
    font-weight: bold;
}

.opcoes-frete .radio-options.sem-valor .valor,
.opcoes-frete .radio-options.sem-prazo .prazo {
    font-size: 0.8em;
    font-weight: normal;
}

.opcoes-frete .radio-options.calculando .nome,
.opcoes-frete .radio-options.calculando .valor,
.opcoes-frete .radio-options.calculando .prazo {
    background-color: #f5f5f5;
}

.opcoes-frete .radio-options .detalhes-hover {
    position: absolute;
    z-index: +1;
    top: 0;
    right: 0;
    transform: translateX(-100%);
}

.opcoes-frete .radio-options .detalhes-hover .hover {
    display: none;
    position: absolute;
    font-weight: normal;
    background-color: #e2e2e2;
    white-space: nowrap;
    padding: 0.5em;
    transform: translateY(calc(-100% - 10px));
    top: 0;
    left: 0;
    border-radius: 3px;
    font-size: 0.9em;
}
.opcoes-frete .radio-options .detalhes-hover:hover .hover {
    display: block!important;
}
.opcoes-frete .radio-options .detalhes-hover .hover table tbody tr &gt; * {
    text-align: right;
    padding: 0.2em;
}


.opcoes-frete .radio-options .logo {
    display: block;
    height: 3.5em;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.opcoes-frete .radio-options.melhor-opcao::after {
    position: absolute;
    z-index: +1;
    content: attr(data-melhor-opcao);
    top: 0;
    left: calc(50% - 4em);
    line-height: 1.2em;
    background-color: green;
    color: white;
    padding: 0.5em;
    transform: translateY(calc(-100% - 10px));
    border-radius: 3px;
    font-size: 0.8em;
    width: 8em;
    box-sizing: border-box;
}

.opcoes-frete .radio-options.melhor-opcao::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: green;
    top: -16px;
    left: calc(50% - 5px);
    transform: rotateZ(45deg);
}


.opcoes-frete .radio-options {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    border: 2px solid #E6E6E6;
    margin: 1%;
    text-align: center;
    border-radius: 10px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}


.content-opcoes-extras {
    display: none;
    margin: 2em 0.5em;
}
.content-opcoes-extras .tit {
    font-size: 0.8em;
    margin-bottom: 1.5em;
}
.content-opcoes-extras .tit span {
    font-weight: bold;
}

.content-opcoes-extras .tit a {
    font-weight: normal;
    margin-left: 1em;
    float: right;
}

.content-opcoes-extras .tit a i {
    margin-right: 0.3em;
}

span.container-loading.fretes {
    position: absolute;
    width: 21%;
    right: 3em;
}

@media screen and (max-width: 1150px) {
    .opcoes-frete .radio-options {
        width: 31%;
    }
   
    .opcoes-frete .radio-options .logo {
        height: 4.5em;
    }
    span.container-loading.fretes {
        width: 28%;
        right: 3.5em;
    }
}

@media screen and (max-width: 1024px) {
    .opcoes-frete .radio-options {
        width: 23%;
    }
    span.container-loading.fretes {
        width: calc(60% - 4em);
    }    
    span.container-loading.fretes {
        width: 20%;
    }

}

@media screen and (max-width: 860px) {
    .opcoes-frete .radio-options .logo {
        height: 5em;
    }
}


@media screen and (max-width: 767px) {
    .opcoes-frete .radio-options {
        width: 31.3%;
    }
    .opcoes-frete {
        padding-top: 0;
    }
    .opcoes-frete .radio-options.calculando {
        display: none;
    }
    .opcoes-frete .radio-options.calculando:first-child {
        display: inline-block!important;
        order:0!important;
    }
}


@media screen and (max-width: 550px) {
    .opcoes-frete .radio-options {
        width: 48%;
    }
    span.container-loading.fretes {
        width: 40%;
        right: 2em;
    }
}
@media screen and (max-width: 350px) {
    .opcoes-frete .radio-options {
        width: 100%;
    }

}</pre></body></html>