/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-tooltip,
.noUi-value {
    text-align: center;
    white-space: nowrap
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect,
.noUi-handle,
.noUi-marker,
.noUi-origin,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    color: #999
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .envio-mobile {
        display: block !important;
        margin: 0 auto;
        width: 80%
    }

    body.rdoe-servicio-envio .envio-visible {
        display: none !important
    }

    body.rdoe-servicio-envio .res-mobile {
        display: none;
        margin: 0;
        height: 330px
    }

    body.rdoe-servicio-envio .res-mobile .box-banner img {
        position: absolute;
        left: -100%;
        right: -100%;
        margin: auto
    }
}

body.rdoe-servicio-envio #all-content * {
    box-sizing: border-box;
    font-family: Avenir-Medium
}

body.rdoe-servicio-envio .res-mobile {
    display: none
}

@media screen and (max-width:768px) {
    body.rdoe-servicio-envio .header-wrapper #hdr-logo .logo {
        margin-top: 11px
    }
}

body.rdoe-servicio-envio .res-desktop {
    display: block
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .res-desktop {
        display: none
    }
}

body.rdoe-servicio-envio .res-desktop .box-banner {
    width: 100% !important
}

body.rdoe-servicio-envio .res-desktop .box-banner a {
    height: 350px;
    display: block
}

body.rdoe-servicio-envio .res-desktop .box-banner a img {
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: auto
}

body.rdoe-servicio-envio .center-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    width: 71%
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .center-wrap {
        width: 80% !important;
        min-width: 300px
    }
}

body.rdoe-servicio-envio .center-wrap>ul:first-child {
    list-style-type: none;
    width: 88%;
    margin: 16px auto;
    padding: 0
}

@media screen and (max-width:750px) {
    body.rdoe-servicio-envio .center-wrap>ul:first-child {
        width: 76%
    }
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #6e6e6e
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li:first-child {
    padding-left: 0
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li:last-child {
    padding-right: 0;
    border-right: 0
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.a {
    width: 22%
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.a span {
    background-position: -5px -5px;
    width: 20px;
    height: 31px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.a p {
    padding-left: 29px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.b {
    width: 23%
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.b span {
    background-position: -35px -5px;
    width: 38px;
    height: 31px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.c {
    width: 24%
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.c span {
    background-position: -82px -5px;
    width: 42px;
    height: 31px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.d {
    width: 31%
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.d span {
    background-position: -133px -5px;
    width: 30px;
    height: 31px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li.d p {
    padding-left: 39px
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .center-wrap>ul:first-child li {
        display: block;
        width: 100% !important;
        text-align: center;
        position: inherit;
        vertical-align: top;
        margin: 0;
        padding: 10px 0;
        border: none;
        overflow: hidden;
        border-bottom: 1px dotted #dcdcdc
    }

    body.rdoe-servicio-envio .center-wrap>ul:first-child li:last-child {
        border-bottom: 0
    }
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li a {
    text-decoration: none;
    color: inherit
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li a span {
    display: block;
    float: left;
    background: url(../arquivos/sprite-beneficios-2.png) no-repeat;
    margin: 0 10px 0 0;
    width: 20px;
    height: 31px
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li a p {
    font-size: 12.5px;
    color: #6e6e6e;
    text-align: left;
    line-height: 1;
    margin: 0 0 3px;
    padding-left: 50px
}

@media screen and (max-width:1030px) {
    body.rdoe-servicio-envio .center-wrap>ul:first-child li a p {
        font-size: 12px
    }
}

@media screen and (max-width:750px) {
    body.rdoe-servicio-envio .center-wrap>ul:first-child li a p {
        font-size: 10px
    }
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li a p.title {
    font-weight: 700
}

body.rdoe-servicio-envio .center-wrap>ul:first-child li a p.text {
    display: block
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .center-wrap>ul:first-child li a span {
        width: 42px
    }

    body.rdoe-servicio-envio .center-wrap>ul:first-child li a p.title {
        font-size: 14px;
        line-height: 15px;
        color: #e5222a;
        float: left;
        margin: 0;
        padding: 9px 5px 0 0
    }

    body.rdoe-servicio-envio .center-wrap>ul:first-child li a p.text {
        display: block;
        font-size: 14px;
        line-height: 15px;
        color: #505050;
        float: left;
        padding: 9px 0 0
    }
}

body.rdoe-servicio-envio .center-wrap .despacho {
    margin: 0 0 40px;
    padding: 20px 0 0
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .center-wrap .despacho {
        padding: 5px 0 0
    }
}

body.rdoe-servicio-envio .center-wrap .despacho .titulo {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5222a
}

body.rdoe-servicio-envio .center-wrap .despacho .titulo h2 {
    font-size: 24px;
    line-height: 1;
    color: #e5222a;
    margin: 0
}

body.rdoe-servicio-envio .center-wrap .despacho .titulo h2 b {
    display: block;
    font-weight: 700;
    color: #e5222a
}

body.rdoe-servicio-envio .center-wrap .despacho .titulo p {
    font-size: 15px;
    color: #505050;
    margin: 0
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table {
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0 auto
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table thead {
    display: table-header-group
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table thead tr th {
    background-color: #898989;
    color: #fff;
    font-weight: 700
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table tbody {
    display: table-row-group
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table tbody tr {
    display: table-row
}

body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table tbody tr td {
    padding: 8px;
    margin: 3px;
    border: 1px solid #ccc
}

@media screen and (max-width:700px) {
    body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table {
        font-size: 11px;
        width: 90%
    }

    body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table thead tr th {
        width: 100%
    }

    body.rdoe-servicio-envio .center-wrap .despacho table.tableizer-table tbody tr td {
        padding: 8px 0;
        margin: 0;
        text-align: center;
        width: 50%;
        display: block;
        float: left
    }
}

body.rdoe-nuestros-locales #all-content * {
    box-sizing: border-box
}

body.rdoe-nuestros-locales #all-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body.rdoe-nuestros-locales #all-content h1,
body.rdoe-nuestros-locales #all-content h2,
body.rdoe-nuestros-locales #all-content h3,
body.rdoe-nuestros-locales #all-content p {
    margin: 0
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .header-wrapper #hdr-logo .logo {
        margin-top: 11px
    }
}

@media screen and (max-width:700px) {
    body.rdoe-nuestros-locales .bread-crumb {
        padding-left: 0 !important
    }
}

body.rdoe-nuestros-locales .center-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    width: 71%
}

@media screen and (max-width:700px) {
    body.rdoe-nuestros-locales .center-wrap {
        width: 80% !important;
        min-width: 300px
    }
}

body.rdoe-nuestros-locales .center-wrap h1 {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    line-height: 54px;
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .center-wrap h1 {
        width: 100%;
        margin-bottom: 0
    }
}

body.rdoe-nuestros-locales .center-wrap .locals {
    width: 28%;
    height: 375px;
    float: left;
    margin-right: 2%;
    background-color: #e4e4e4
}

body.rdoe-nuestros-locales .center-wrap .locals .select {
    padding: 0 15px 17px
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .center-wrap .locals {
        width: 100%;
        margin-right: 0;
        height: 220px;
        float: none;
        margin-bottom: 20px
    }

    body.rdoe-nuestros-locales .center-wrap .locals .select {
        line-height: inherit;
        padding: 10px
    }
}

body.rdoe-nuestros-locales .center-wrap .locals .select p {
    font-size: 13px;
    font-weight: 400;
    color: #808081;
    line-height: 40px
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .center-wrap .locals .select p {
        margin-bottom: 5px;
        line-height: inherit
    }
}

body.rdoe-nuestros-locales .center-wrap .locals .select>ul.menu {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

body.rdoe-nuestros-locales .center-wrap .locals .select>ul.menu>li.selected-option {
    height: 34px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #4f5151;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #cccecf;
    cursor: pointer
}

body.rdoe-nuestros-locales .center-wrap .locals .select>ul.menu>li.selected-option:after {
    content: "";
    float: right;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 10px;
    background: url(/arquivos/sprites.png) -307px -34px
}

body.rdoe-nuestros-locales .center-wrap .locals .select>ul.menu>ul.sub-menu {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 2;
    width: 100%;
    border: 1px solid #cccecf;
    background-color: #fff
}

body.rdoe-nuestros-locales .center-wrap .locals .select>ul.menu>ul.sub-menu li {
    padding-left: 10px;
    padding-top: 4px;
    cursor: pointer
}

body.rdoe-nuestros-locales .center-wrap .locals ul.list {
    height: 335px;
    overflow: auto;
    list-style-type: none
}

body.rdoe-nuestros-locales .center-wrap .locals ul.list li {
    padding-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #4f5151;
    line-height: 50px;
    border-top: 1px dotted #8f919d;
    cursor: pointer;
    background-color: #d6d6d7
}

body.rdoe-nuestros-locales .center-wrap .locals ul.list li.selected {
    font-weight: 700;
    color: #fff;
    background-color: #f5424b;
    border: none
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .center-wrap .locals ul.list {
        height: 150px
    }

    body.rdoe-nuestros-locales .center-wrap .locals ul.list li {
        line-height: 35px
    }
}

body.rdoe-nuestros-locales #mapLocal {
    width: 70%;
    height: 375px;
    float: right;
    margin-bottom: 30px
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales #mapLocal {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}

body.rdoe-nuestros-locales .local-info {
    clear: both;
    margin-top: 30px;
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .local-info {
        margin-top: 0;
        margin-bottom: 0
    }
}

body.rdoe-nuestros-locales .local-info .address h3 {
    font-size: 18px;
    font-weight: 400;
    color: #231f20;
    line-height: 48px
}

body.rdoe-nuestros-locales .local-info .address h3:before {
    content: "";
    float: left;
    margin-top: 7px;
    margin-right: 10px;
    width: 25px;
    height: 28px;
    background: url(/arquivos/sprites.png) -30px 0
}

body.rdoe-nuestros-locales .local-info .address h3:nth-child(2) {
    color: #828d97;
    line-height: 30px;
    padding-right: 40px
}

body.rdoe-nuestros-locales .local-info .address h3:nth-child(2):before {
    background: url(/arquivos/sprites.png) -344px -84px;
    height: 38px;
    margin-top: 0
}

body.rdoe-nuestros-locales .res-mobile {
    display: none
}

body.rdoe-lg-rusia #all-content .res-desktop,
body.rdoe-nuestros-locales .res-desktop,
body.rdoe-sony-rusia #all-content .res-desktop {
    display: block
}

body.rdoe-nuestros-locales .bread-crumb {
    margin: 20px 0 12px;
    padding: 8px 0 12px;
    border-bottom: .5px solid #e6e6e6
}

body.rdoe-lg-rusia #all-content *,
body.rdoe-sony-rusia #all-content * {
    box-sizing: border-box;
    font-family: Avenir-Medium
}

body.rdoe-lg-rusia #all-content #sticky-item,
body.rdoe-sony-rusia #all-content #sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    background: #fff
}

@media screen and (max-width:768px) {
    body.rdoe-nuestros-locales .bread-crumb {
        margin-top: 8px;
        padding: 8px 0;
        margin-bottom: 0
    }
}