@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 :root {
    --theme-color-1: #FFFFFF;
    --theme-color-2: #EFEFEF;
    --theme-color-3: #83837E;
    --theme-color-4: #B9B9B9;
    --theme-color-5: #707070;
    --theme-color-6: #1D1D1B;
    --theme-color-7: #59111E;
    --font-1: 'Montserrat';
    --font-2: 'Fira Sans';
}
.vtex-omnishipping-1-x-addressFormPart1 small{
        margin-left: 10px;
    border: 1px solid var(--theme-color-7);
    padding: 5px;
    color: var(--theme-color-7);
    border-radius:5px;
}
    
  label.srp-shipping-current-single.mt3.db.pv2.ph4.br2.bw1.ba.b--light-gray.pointer.tl.f6{
    border-color:var(--theme-color-7);
  }
.client-pre-email .emailInfo {
    border-color: var(--theme-color-7) !important;
}

.text__endereco {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
    color: var(--theme-color-3);
}

.srp-delivery-header.mb3 {
    border: 2px solid var(--theme-color-7);
    padding: 10px;
    border-radius: 5px;
}

.vtex-shipping-preview-0-x-alertIcon {
    color: var(--theme-color-7);
}

p.link.link-cart.pull-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 0px;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--theme-color-7);
}

.link-cart {
    margin: 3px 0;
    border: 1px solid var(--theme-color-7);
    padding: 5px;
    color: var(--theme-color-7);
    font-weight: 900;
    border-radius: 5px;
}

p.note-label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

#btn-identified-user-button {
    color: var(--theme-color-1) !important;
}

.client-pre-email {
    border-top: none !important;
}

.vtex-front-messages-template.vtex-front-messages-type-warning {
    border-color: var(--theme-color-4) !important;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    color: var(--theme-color-7) !important;
}

.SecurityEnvironmentIcon {
    background: var(--theme-color-4);
    color: var(--theme-color-5);
    padding: 5px 15px 5px 3px;
    padding-bottom: 0;
    float: right;
    text-align: center;
    line-height: 34px;
    z-index: 999;
}

p.note-label p {
    margin-left: 10px;
    margin-bottom: unset !important;
}

.icon-edit:before {
    color: var(--theme-color-7) !important;
}

a#payment-group-promissoryPaymentGroup span {
    font-size: 12px;
}

a#payment-group-promissoryPaymentGroup span::before {
    /*content: "Transferência bancária";
    font-size: 12px;*/
}

.icon-plus-sign:before {
    color: var(--theme-color-4);
}

.icon-minus-sign:before {
    color: var(--theme-color-4);
}

.note.summary-note.hide {
    display: block;
}

.note.summary-note div {
    display: none !important;
}

a#cart-link-note-add {
    pointer-events: none;
    color: #202020;
    font-size: 0;
    display: none;
}

#cart-note {
    width: calc(100% - 10px);
    display: block;
    resize: none;
    height: 100px;
    border: 1px solid #ddd;
}

#cart-note ::placeholder {
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}


/*header*/

.row-fluid .orderform-template {
    min-height: 600px;
}

.topo {
    background: var(--theme-color-1);
    border-bottom: 2px solid var(--theme-color-7);
    padding: 15px 0;
    margin-bottom: 30px;
}

.topo img {
    display: block;
    margin: 0 auto;
}

.gift-list-alert.alert {
    position: static;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

body,
* {
    font-family: var(--font-1);
    font-weight: 300;
}

ul,
ol {
    margin: 0;
    list-style: none;
}

.max-container {
    width: 90%;
    max-width: calc(100% - 150px);
    margin: 0 auto;
}

.modal-body,
.default-modal {
    background: var(--theme-color-7);
    color: var(--theme-color-1);
}

button.btn.btn-large.payment-unauthorized-button {
    background: white !important;
    margin-top: 20px;
    color: var(--theme-color-8)!important
}

#cart-title,
#orderform-sac-title,
#orderform-title {
    text-transform: uppercase;
    /* display: flex; */
    white-space: nowrap;
    font-size: 23px;
    font-weight: 400;
}

h1:before,
h1:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
    background: #f5f2ef;
}

h1:after {
    margin-left: 25px;
}

h1:before {
    margin-right: 25px;
}

#cart-to-orderform {
    background: var(--theme-color-7) !important;
    border-color: var(--theme-color-1);
    color: var(--theme-color-1) !important;
    font-weight: 400 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.icon-remove:before {
    /*content: url(/arquivos/trash.png);*/
}

.cart {
    border: 0;
}

.cart table tbody {
    border: 1px solid #F0EBE6;
}

.cart-items td.quantity {
    border: 1px solid #F0EBE6;
}

input#ship-postalCode {
    border-radius: 0;
    border: 1px solid #E0D7CD;
}

.vtex-shipping-preview-0-x-alertPickup {
    border-color: var(--theme-color-7) !important;
}

button#cart-shipping-calculate,
button#shipping-calculate-link {
    border: 2px solid var(--theme-color-7) !important;
    background: #fff !important;
    text-transform: uppercase;
    color: var(--theme-color-8) !important;
    height: 30px !important;
    line-height: 29px !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
}


/*
button#cart-shipping-calculate:hover,
button#shipping-calculate-link:hover {
    background: var(--theme-color-8) !important;
    border: 2px solid var(--theme-color-4) !important;
    color: #fff!important;
}*/

.vtex-shipping-preview-0-x-pc .ship-postalCode {
    height: 102px!important;
}

button#find-pickup-link {
    border: 1px solid var(--theme-color-7)!important;
    background: #fff !important;
    text-transform: uppercase;
    color: var(--theme-color-8)!important;
    height: 30px !important;
    line-height: 29px !important;
    font-size: 13px !important;
    align-items: center;
}

button#find-pickup-link:hover {
    color: var(--theme-color-8) !important;
}

span.srp-items.f5.black-70,
span.srp-items.f5.black-70 strong,
span#deliver-at-text a {
    color: var(--theme-color-8);
    font-weight: 300 !important;
    text-decoration: underline;
}

.srp-shipping-current-single__bullet.flex-none.mr3 {
    display: none;
}

.srp-shipping-current-single__text.flex-auto.br.b--light-silver.truncate {
    border: 0;
}

.srp-delivery-current-many__description:after {
    content: "\25bc";
    color: var(--theme-color-8);
    margin-left: 10px;
}

.srp-icon-arrow-down {
    display: none;
}

label.srp-shipping-current-single,
label.srp-shipping-current-many {
    border-color: #F0EBE6;
    border-width: 1px !important;
    border-radius: 0 !important;
}

.srp-toggle__wrapper.flex.br-pill {
    border: 1px solid #F0EBE6;
    border-radius: 0;
    box-shadow: none;
}

.vtex-shipping-preview-0-x-frame {
    border: 0 !important;
    box-shadow: none !important;
}

.pv3.gray.blue {
    background: var(--theme-color-4);
    color: #fff;
    border-radius: 0;
}


/*********************************
************* PADRAO *************
*********************************/

body {
    padding: 0 !important;
}

.max-container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}

li {
    list-style: none !important;
}

.table thead th {
    vertical-align: bottom;
    color: var(--theme-color-7);
    font-weight: bold;
    letter-spacing: 1px;
}

td.product-name a {
    color: var(--theme-color-8) !important;
    font-size: 15px;
    font-weight: 300;
}

@media(min-width:980px) {
    .client-pre-email .emailInfo {
        width: 40%!important;
    }
}

.cart-more-options.span7 {
    margin: 0;
}

.onda-v1 .mw5 {
    max-width: 16rem;
    font-weight: 300;
}

button,
.btn {
    background: var(--theme-color-7) !important;
    color: white !important;
    border-radius: 0 !important;
    padding: 0px 20px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    box-shadow: none !important;
    font-size: 14px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 5px;
    margin: 0px 1px;
    border: unset !important;
}

.onda-v1 .black-60 {
    color: var(--theme-color-8) !important;
    font-weight: 400;
}

.full-cart .summary-totalizers .empty {
    width: 40px;
    display: none !important;
}

.full-cart .summary-totalizers .monetary {
    padding: 4px 0;
    text-align: right !important;
}

.full-cart .summary-totalizers .info {
    text-align: right;
    font-weight: 300 !important;
}

p.coupon-data {
    text-align: right !important;
}

p.coupon-data a {
    color: var(--theme-color-7);
    border: 1px solid;
    padding: 5px;
}

h1 {
    color: var(--theme-color-8) !important;
    font-weight: 300;
}

.link-choose-more-products {
    margin-right: 15px;
    /*! color: #504234; */
    /*! border: 1px solid #707070; */
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border: 2px solid var(--theme-color-7);
    padding: 0px 15px;
    vertical-align: middle;
}

.client-pre-email .btn-success {
    height: calc(100% - 1px) !important;
}

.brand,
small.seller.muted {
    display: none !important;
}

.srp-main-title {
    padding: 8px;
}

.ship-postalCode>label:nth-child(1) {
    padding: 8px;
}

.onda-v1 .f3 {
    font-size: 1.3rem!important;
}

.ship-postalCode>small:nth-child(3)>a:nth-child(1) {
    color: var(--theme-color-8)!important;
}

@media (max-width: 979px) and (min-width: 768px) {
    .full-cart .item-quantity-change {
        position: unset;
    }
}

@media all and (max-width:991px) {
    .newsletter .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .container-input #email {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 5px;
        box-sizing: border-box
    }
    .container-input .btn-send {
        width: 100%;
        box-sizing: border-box
    }
    .container-links {
        flex-direction: column;
        justify-content: center;
    }
    .dep-links {
        text-align: center;
        justify-content: center;
    }
    .icon-pag-container {
        margin: 0 auto;
    }
    .container-links+.container-links {
        margin-top: 15px;
    }
}

@media all and (max-width:767px) {
    .cart-template.full-cart.span12.active {
        padding: 10px;
        box-sizing: border-box;
    }
    .container-input #email {
        text-align: center
    }
    .container-footer {
        padding: 50px 0
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .icon-pag-container {
        margin: 0 auto
    }
    .dep-links {
        margin: 0 auto
    }
    .dep-links {
        margin-top: 20px
    }
    .container-vinci .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .logo-vinci {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .logo-vinci p {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px
    }
}

@media (max-width: 567px) {
    .item-quantity-change {
        display: inline-block;
    }
    .item-quantity-change {
        float: left;
        padding: 3px 5px 3px 0px;
    }
    .item-quantity-change-increment {
        padding-left: 5px;
        padding-right: 0;
    }
    .full-cart .cart-links-bottom .btn-success {
        width: 83%;
        display: block;
        margin-top: 10px;
    }
    .full-cart .cart table {
        display: block;
        margin-top: 0 !important;
    }
    .full-cart .cart table thead {
        display: none;
    }
    .full-cart .cart table tbody {
        display: block;
    }
    .full-cart .cart table tbody tr+tr {
        border-top: 1px dashed #ddd;
    }
    .full-cart .cart table tbody tr {
        display: block;
        margin-top: 10px;
        padding: 10px 0;
        position: relative;
    }
    .full-cart .cart table tbody tr .product-name a,
    .full-cart .cart table tbody tr .product-name .seller {
        overflow: hidden;
    }
    .full-cart .cart table tbody tr td {
        display: inline-block;
        padding: 4px 0;
    }
    .full-cart .cart table tbody tr td.product-name .seller {
        display: block;
        line-height: 120%;
        font-size: 80%;
        margin: 4px 0;
    }
    .full-cart .cart table tbody tr td.product-image,
    .full-cart .cart table tbody tr td.bundle-item-image {
        left: 0;
        position: absolute;
    }
    .full-cart .cart table tbody tr td.product-name {
        display: block;
        margin-left: 60px;
        text-align: left;
        line-height: 140%;
        width: auto;
    }
    .full-cart .cart table tbody tr td.product-name {
        padding: 0 0 10px !important;
    }
    .full-cart .cart table tbody tr td.empty,
    .full-cart .cart table tbody tr td.shipping-date,
    .full-cart .cart table tbody tr td .brand {
        display: none;
    }
    .full-cart .cart table tbody tr td.product-name a,
    .full-cart .cart table tbody tr td.bundle-item-name span {
        display: block;
        padding-right: 20px;
    }
    .full-cart .cart table tbody tr td.quantity {
        width: 81px;
        padding: 0px;
        margin-left: 60px;
    }
    .full-cart .cart table tbody tr td.quantity input {
        float: left;
        margin: 0;
        width: 25px;
    }
    .full-cart .cart table tbody tr td.product-price {
        text-align: right;
        float: right;
        margin-right: 5px;
        padding: 0;
    }
    .full-cart .cart table tbody tr td.quantity-price {
        display: none;
    }
    .full-cart .cart table tbody tr td.item-remove {
        position: absolute;
        top: 2px;
        right: 0;
        width: 24px;
    }
    .cart-links-bottom {
        float: none;
        margin-top: 5px;
        margin-bottom: 40px;
        text-align: right;
    }
    .more {
        margin-right: 0;
    }
    .full-cart .cart-links-bottom .btn-success {
        width: auto;
    }
    .full-cart .cart table tbody tr.item-attachments-head {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .full-cart .cart table tbody tr.item-attachments-head .item-attachments-header {
        top: auto;
    }
    .full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after {
        content: none;
    }
    .full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong {
        box-shadow: none;
    }
    .full-cart .cart table tbody tr.item-attachments-content {
        margin: 0;
        border: 0;
        padding: 0;
    }
    .full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields {
        margin-left: 5px;
        width: 95%;
    }
    .cart-items td.quantity {
        border: 0;
    }
}

button#payment-data-submit {
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    background: var(--theme-color-7) !important;
    color: var(--theme-color-1) !important;
    text-transform: uppercase;
}

button#payment-data-submit i {
    display: none;
}

.vtex-omnishipping-1-x-deliveryChannelsToggle {
    background: unset !important;
    border: 0 !important;
    box-shadow: none !important;
    /* opacity: 0 !important; */
}

.vinci_check-gift {
    border: 1px solid;
    border-color: rgba(186, 166, 144, .25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 10px;
}

label#vinci_giftTitle {
    display: inline;
    color: var(--theme-color-8);
    font-size: 16px;
    padding-left: 5px;
}

i.icon-gift {
    font-size: 16px;
    color: var(--theme-color-8);
}

.vinci_box-mensage {
    margin-top: 10px;
}

.vinci_box-mensage label {
    color: #333;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

input#vinci_giftName {
    margin-bottom: 10px;
}

input#vinci_giftName,
#vinci_giftMsg {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: rgba(186, 166, 144, .25);
    outline: 0;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    resize: none;
}

#vinci_giftMsg {
    height: 100px;
}

input#vinci_giftName::placeholder,
#vinci_giftMsg::placeholder {
    font-size: 11px;
    font-weight: 300;
}

input#vinci_isGift {
    margin: 0;
    margin-left: 10px;
}

#cart-title {
    display: none!important;
}

div.summary-template-holder:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
    padding-left: 5px;
}

.onda-v1 .ml1 {
    margin-left: 0!important;
}

#cart-choose-more-products {
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0) !important;
}

#cart-to-orderform {
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0) !important;
}

#cart-choose-more-products:hover {
    color: var(--theme-color-8);
}

.vtex-front-messages-close-all {
    background: transparent !important;
}

.vtex-pickup-points-modal-3-x-closeButton {
    background: transparent !important;
}

.vtex-pickup-points-modal-3-x-askGeolocationBtn {
    background: transparent !important;
}

.vtex-pickup-points-modal-3-x-closeButton>svg:nth-child(1) {
    color: black;
}

.vtex-pickup-points-modal-3-x-locationReset {
    background: var(--theme-color-7) !important;
    margin-left: 17px!important;
}

@media (min-width: 1024px) {
    .vtex-pickup-points-modal-3-x-searchAlone .vtex-pickup-points-modal-3-x-modalPostalCode input {
        width: 150px!important;
        max-height: 35px!important;
    }
}

.empty-cart-title {
    font-size: 27px!important;
}

#cart-choose-products {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    line-height: 28px !important;
    color: var(--theme-color-1) !important;
}

div.summary-template-holder:nth-child(2)>div:nth-child(1)>div:nth-child(3)>div:nth-child(1)>div:nth-child(1)>form:nth-child(1)>fieldset:nth-child(1)>div:nth-child(1)>p:nth-child(2)>span:nth-child(1)>button:nth-child(3) {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    float: right!important;
    color: var(--theme-color-1) !important;
}

.summary-shipping,
.summary-coupon {
    text-align: right!important;
}

div.summary-template-holder:nth-child(2)>div:nth-child(1)>div:nth-child(3)>div:nth-child(1)>div:nth-child(1)>form:nth-child(1)>fieldset:nth-child(1)>div:nth-child(1)>p:nth-child(2)>span:nth-child(1)>input:nth-child(1) {
    margin-left: 37px!important;
    border-radius: 0 !important;
}


/*.hide{
display:none!
}*/

#btn-client-pre-email {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    color: var(--theme-color-1) !important;
}

@media(max-width:490px) {
    #btn-client-pre-email {
        width: 100%!important;
        height: 42px !important;
    }
}

#orderform-title {
    display: none!important;
}

#orderform-to-cart {
    color: var(--theme-color-8) !important;
}

.client-pre-email-h label {
    font-size: 22px!important;
}

.client-pre-email .btn-success {
    max-height: 54px!important;
}

#client-pre-email {
    border-radius: unset!important;
}

.client-pre-email .btn-success {
    right: -1px!important;
    top: 0px!important;
}

.client-pre-email-h>label:nth-child(1)>small:nth-child(2) {
    display: inherit!important;
    margin-top: 10px!important;
}

.modal-body,
.default-modal {
    background: var(--theme-color-7) !important;
    color: var(--theme-color-1) !important;
}

#btn-identified-user-button {
    background: var(--theme-color-7) !important;
    text-shadow: unset!important;
    text-decoration: underline!important;
    color: var(--theme-color-1);
}

div.modal:nth-child(35) {
    text-shadow: unset!important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--theme-color-2) !important;
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--theme-color-2) !important;
}

.cart-fixed>h2:nth-child(1) {
    padding: 4px 8px 0!important;
  color:var(--theme-color-7);
}

.mini-cart h2 {
    line-height: 36px!important;
}

.icon-lock {
    display: none!important;
}

#edit-profile-data {
    background: none !important;
}

#edit-shipping-data {
    background: none !important;
}

div.modal:nth-child(35) {
    display: block;
    opacity: 94.4%;
}

#btn-identified-user-button {
    width: 100%;
}

.default-modal-body {
    width: unset!important;
}

@media (max-width: 490px) {
    .default-modal-body .identified-user-message,
    .masked-info-hello,
    .masked-info-message {
        width: 100%!important;
    }
}

#orderform-minicart-to-cart {
    color: var(--theme-color-8) !important;
}

.vtex-omnishipping-1-x-summaryChange {
    border: none !important;
    color: var(--theme-color-1) !important;
    background: var(--theme-color-7) !important;
}

#payment-group-promissoryPaymentGroup>span:nth-child(1) {
    color: var(--theme-color-8) !important;
}

#payment-group-creditCardPaymentGroup>span:nth-child(1) {
    color: var(--theme-color-8) !important;
}

#go-to-payment {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
}

#shipping-option-delivery {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
}

#shipping-option-pickup-in-point {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    color: var(--theme-color-1) !important;
}

#edit-address-button {
    background: var(--theme-color-5) !important;
    text-shadow: none !important;
    color: var(--theme-color-4) !important;
}

#new-address-button {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    color: var(--theme-color-1) !important;
}

#btn-go-to-payment {
    background: var(--theme-color-5=7) !important;
    text-shadow: none !important;
    color: var(--theme-color-1) !important;
}

a.link-box-edit:nth-child(1) {
    background: none !important;
    text-shadow: none !important;
    color: var(--theme-color-4) !important;
}

#back-to-address-list {
    background: var(--theme-color-5) !important;
    text-shadow: none !important;
    color: var(--theme-color-4) !important;
}

#go-to-shipping {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    text-transform: lowercase;
    color: var(--theme-color-1)!important;
    border: 1px solid;
    padding: 5px;
}

#shipping-option-delivery:hover {
    background: white !important;
    color: var(--theme-color-4) !important;
    border: 1px solid var(--theme-color-2) !important;
}

#shipping-option-pickup-in-point:hover {
    background: white !important;
    color: var(--theme-color-4) !important;
    border: 1px solid var(--theme-color-2) !important;
}

#find-pickups-manualy-button-denied {
    background: var(--theme-color-7) !important;
    text-shadow: none !important;
    color: var(--theme-color-1) !important;
}

button.submit:nth-child(3) {
    text-shadow: none !important;
}

#orderform-minicart-to-cart {
    font-size: 13px;
}

div.summary-template-holder:nth-child(4)>div:nth-child(1)>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>table:nth-child(2)>tfoot:nth-child(4)>tr:nth-child(1)>td:nth-child(3) {
    color: var(--theme-color-7) !important;
}

div.summary-template-holder:nth-child(4)>div:nth-child(1)>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>table:nth-child(2)>tfoot:nth-child(4)>tr:nth-child(1)>td:nth-child(1) {
    color: var(--theme-color-7) !important;
}

#is-not-me {
    color: var(--theme-color-8) !important;
}

.no-underline {
    color: white !important;
    ;
}

#force-shipping-fields {
    color: var(--theme-color-2) !important;
}

#is-corporate-client {
   color: var(--theme-color-7) !important;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
}


/* checkout6-custom.css | https://tuttoperlacasa.myvtex.com/files/checkout6-custom.css?v=f3badda0 */

.gift-list-alert.alert {
    background: var(--theme-color-2);
    color: white;
}

.gift-list-alert.alert * {
    text-shadow: none !important;
    color: white;
    font-size: 13px;
}

.gift-list-alert>a:nth-child(4) {
    color: white;
    text-decoration: underline;
}

.vtex-pickup-points-modal-3-x-backChevron {
    padding: 10px 0px;
}

.vtex-pickup-points-modal-3-x-backChevron>path:nth-child(1) {
    fill: #ffff;
}

.srp-result {
    text-align: center;
}

.srp-result {
    text-align: center;
}

.vtex-omnishipping-1-x-deliveryChannelsWrapper {
    border: none;
    opacity: unset !important;
    transition: none !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

#details-pickup-button {
    text-shadow: none;
}

#change-pickup-button {
    text-shadow: none;
}

.vtex-pickup-points-modal-3-x-modalDetailsBackLnk {
    text-shadow: none;
}

button.vtex-pickup-points-modal-3-x-pickupDetailsHeaderButton:nth-child(1) {
    padding: 0px !important;
}

button.vtex-pickup-points-modal-3-x-pickupDetailsHeaderButton:nth-child(2) {
    padding: 0px !important;
}

.vtex-pickup-points-modal-3-x-locationReset {
    text-shadow: none;
}

.empty-cart-content {
    display: block;
    text-align: center;
}

.srp-items {
    text-decoration: none!important;
}

.srp-items>strong:nth-child(1) {
    text-decoration: none!important;
}

* {
    text-shadow: none !important;
    box-shadow: none !important;
}

#btn-add-gift-card {
    font-size: 12px !important;
    line-height: 33px !important;
}

@media (max-width: 767px) {
    .payment-group-list-btn {
        margin-top: 10px;
    }
}

.payment-discounts-options>label:nth-child(1) {
    display: block;
}

.gift-card-section {
    width: 409px;
    padding: 10px 15px 15px 15px;
}

@media (min-width: 1200px) {
    .gift-card-section {
        margin-left: 193px;
        width: 422px;
    }
}

@media (max-width: 979px) {
    .gift-card-section {
        width: 462px;
        margin-left: 198px !important;
        ;
    }
}

@media (max-width: 768px) {
    .gift-card-section {
        margin: auto !important;
        ;
    }
}


/*botao lateral*/

#show-gift-card-group {
    color: var(--theme-color-2) !important;
    font-size: 12px;
}

#show-gift-card-group:hover {
    text-decoration: none;
}

.payment-group {
    margin-top: 55px;
}

.link-gift-card {
    background: #f4f4f4;
    width: 165px;
    left: 9px;
    padding: 12px;
    border-radius: 4px 0px 0px 4px;
}

@media (min-width: 1200px) {
    .link-gift-card {
        left: 9px;
    }
}

@media (max-width: 979px) {
    .link-gift-card {
        left: 13px;
    }
}

@media (max-width: 768px) {
    .link-gift-card {
        background: #f4f4f4;
        width: calc(100% - 10px);
        left: 0px;
        padding: 12px 0px 12px 10px;
        border-radius: 4px;
        margin-bottom: 0px !important;
        ;
    }
}

.payment-discounts-alert-wrap,
.payment-discounts-alert-wrap a {
    color: var(--theme-color-8) !important;
}

.payment-group-item.active::before {
    content: "";
    width: 10px;
    height: 106%;
    display: inline-block;
    background: var(--theme-color-3) !important;
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 2px 0 0 2px;
}

.payment-group-item.active {
    background-color: #fff;
    margin-left: 0;
    opacity: 1;
    color: #fff !important;
    position: relative;
    padding-left: 20px;
    border-color:var(--theme-color-3);
}

.payment-group-item {
    margin-left: unset !important;
}

#cart-link-coupon-add>span:nth-child(2) {
    font-size: 0px;
}

#cart-link-coupon-add>span:nth-child(2):before {
    content: 'cupom';
    font-size: 13px
}


/* checkout6-custom.css | https://feranda.myvtex.com/files/checkout6-custom.css?v=1cd74782 */

.payment-group-item.active {
    /* color: #fff !important; */
    color: var(--theme-color-8) !important;
}

a {
    color: var(--theme-color-8);
}


/* bootstrap.min.css | https://io.vtex.com.br/front-libs/bootstrap/2.3.2/css/bootstrap.min.css */

a:hover,
a:focus {
    /* color: #005580; */
    color: rgb(0 168 168);
}


/**********************************************************
******************** CONTAINER VINCI **********************
**********************************************************/


/**********************************************************
********************** MEDIA QUERY 767PX ******************
**********************************************************/

@media all and (max-width: 767px) {
    .container-input #email {
        text-align: center;
    }
    .container-footer .max-container {
        display: flex;
        flex-wrap: wrap;
    }
    .contato__content {
        display: block !important;
    }
    .contato__content ul,
    ol {
        margin: 0 auto !important;
    }
    .footer-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .icon-pag-container {
        margin: 0 auto;
    }
    .dep-links {
        margin: 0 auto;
    }
    .dep-links {
        margin-top: 20px;
    }
    .container-vinci .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0px 0 20px;
    }
    .logo-vinci {
        margin: 20px 0;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }
    .logo-vinci p {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
    }
    .container-vinci .max-container>* {
        flex-direction: column;
    }
    .container-vinci-content>span {
        margin-top: 20px;
    }
}

.container-vinci-content>span:nth-child(3)>img:nth-child(2) {
    max-width: 100px;
}

@media all and (min-width: 992px) {
    .container-vinci-content>span:nth-child(1) {
        text-align: left;
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
    .contato__content {
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
    .container-vinci-content>span:nth-child(3) {
        text-align: right;
    }
    .container-vinci .max-container>* {
        flex-direction: row;
    }
}

.vtex-shipping-preview-0-x-postalCodeForgotten .help.error {
    position: absolute;
}

.vtex-shipping-preview-0-x-pc .btn {
    line-height: 1px !important;
    height: 30px !important;
    outline: none !important;
}

.vtex-shipping-preview-0-x-pc .btn:hover {
    background: var(--theme-color-2) !important;
    color: var(--theme-color-5) !important;
    border: 2px solid var(--theme-color-2) !important;
}

button.vbw1 {
    color: var(--theme-color-1) !important;
    background: var(--theme-color-7) !important;
    border: 2px solid var(--theme-color-2) !important;
    outline: none !important;
}

.container {
    max-width: 93vw;
}

@media all and (max-width: 490px) {
    /* checkout6-custom.css | http://tezbgl.vtexlocal.com.br/files/checkout6-custom.css?v=48f87958 */
    .link-choose-more-products {
        /* margin-right: 15px; */
        margin-right: 0px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .cf {
        text-align: center;
        padding: 20px;
    }
}

.max__container--footer {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
}

.links-ajuda {
    padding-top: 30px;
}

.footer__content a {
    color: var(--theme-color-5);
    font-size: 14px;
    font-family: var(--font-1);
    font-weight: 100;
}

.contato i {
    color: var(--theme-color-5);
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.copy {
    display: flex;
    padding: 4px 0;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.copy p:first-child,
.copy p:nth-child(2) {
    color: var(--theme-color-5);
    font-weight: 100;
}

.copy p:last-child {
    text-align: right;
    font-weight: 100;
}

.copy img {
    margin-left: 10px;
}


/* MEDIA QUERIES */

@media(max-width: 1200px) {
    .selos {
        grid-column: unset;
        grid-row: unset;
        justify-self: unset;
        padding-top: 20px;
    }
}

h2 {
    /* font-size: 31.5px; */
    font-size: 21.5px;
}

footer a {
    color: black
}

footer a:hover {
    text-decoration: none;
}

.telefone>img:nth-child(1) {
    margin-top: 23px;
}

.container-footer {
    background: var(--theme-color-1);
    padding: 34px 0;
    padding-bottom: 0
}

.container-footer .max-container {
    max-width: 1075px;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 100%;
}

.icon-pag-container {
    display: flex;
    grid-gap: 7px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dep-links {
    margin-bottom: 30px;
    color: white;
}

.dep-links li {
    margin-bottom: 10px
}

a.icon-social {
    display: inline-block;
    margin-right: 33px
}

.dep-links h4 {
    color: var(--theme-color-5);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 900;
    /* text-transform: uppercase; */
}

.dep-links a {
    font-weight: bold;
    font-size: 13px;
    color: var(--theme-color-2);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.dep-links li a>img {
    margin-right: 10px;
}

.container-vinci {
    background: var(--theme-color-5);
    font-family: var(--font-1);
}

.container-vinci .max-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1075px;
    width: 100%;
}

.container-vinci span {
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    color: var(--theme-color-2);
    display: flex;
    align-items: center;
}

.logo-vinci p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px
}

.logo-vinci img {
    width: 90px;
    display: block;
    margin-left: auto
}

footer .bold {
    color: var(--theme-color-2);
    font-size: 9px;
    display: inline-block;
    margin-right: 10px
}

.container-vinci-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.container-vinci-content p {
    margin: 0;
    padding: 0;
}

.container-vinci-content img {
    max-width: 80px;
}

@media all and (max-width:991px) {
    .newsletter .subtitle {
        margin: 0 auto;
        margin-top: 5px
    }
    .newsletter .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .container-input #email {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 5px;
        box-sizing: border-box;
    }
    .container-input .btn-send {
        width: 100%;
        box-sizing: border-box
    }
}

@media all and (max-width:767px) {
    .dep-links h4:after {
        /*! content: "\f0d7"; */
        /*! position: absolute; */
        /*! font-family: FontAwesome; */
        /*! right: 20px; */
        /*! transition: all .3s; */
    }
    .container-vinci .max-container {
        border-top: none;
    }
    section.container-links:first-child img {
        margin-bottom: 10px;
    }
    .container-links:nth-last-child(1) .dep-links h4:after {
        /*! content: '\f0d7'; */
    }
    .dep-links.active h4:after {
        content: "\f0d7";
        position: absolute;
        font-family: FontAwesome;
        right: 20px;
        transform-origin: 50% 50%;
        transform: rotate(180deg);
    }
    footer .bold {
        display: block;
        margin-right: 0;
    }
    .logo-vinci img {
        margin: 0 auto
    }
    .newsletter .subtitle {
        margin: 10px auto
    }
    .container-input #email {
        text-align: center
    }
    .container-footer {
        padding: 0
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .icon-pag-container {
        margin: 0 auto;
        padding-bottom: 12px;
    }
    .dep-links {
        margin: 0 auto
    }
    .dep-links {
        margin-top: 20px
    }
    .container-vinci .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0px 0 20px;
    }
    .logo-vinci {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .logo-vinci p {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px
    }
    .container-vinci span {
        margin: 15px auto 0;
        display: block;
    }
    .container-vinci-content {
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .dep-links {
        /*! max-height: 60px; */
        /*! overflow-y: hidden; */
        height: auto;
        -webkit-transition: all .5s;
        /*! transition: all .5s; */
        display: block;
        /*! margin-top: 0; */
    }
    .dep-links.active {
        max-height: 700px;
        padding-bottom: 12px;
    }
    .container-links>img {
        margin-top: 12px;
    }
    .dep-links h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer .container-links {
        width: 100%;
    }
    .container-footer .max-container {
        width: 100;
        padding-top: 12px;
        margin: auto
    }
    .dep-links li {
        background: var(--theme-color-2);
        line-height: 50px;
        margin-bottom: 0
    }
}

.dep-links li p {
    color: var(--theme-color-8);
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}

p.ship-number,
p.ship-city,
p.ship-state {
    float: unset !important;
}

.container-vinci-content {
    /*  margin-top: 30px */
}

.vtex-front-messages-template {
    border-left: 3px solid var(--theme-color-2) !important;
    ;
}


/* === ========= ========= ============= container-footer ===== ========= ========= ============== */

.container-footer {
    background: var(--theme-color-2);
    padding: 35px 0;
    /*  border-top: 1px solid var(--theme-color-4); */
}

.container-footer .max-container {
    /* max-width: 1075px; */
    width: calc(100% - 50px);
    max-width: 1200px;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 100%;
}

.icon-pag-container {
    display: flex;
    grid-gap: 7px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 200px;
}

.dep-links {
    margin-bottom: 30px;
    color: white;
}

a.icon-social {
    display: inline-block;
    margin-right: 33px
}

.container-footer .footer-links section h4 {
    font-family: var(--font-1);
    color: var(--theme-color-3);
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.dep-links a {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 12px;
    color: var(--theme-color-3);
    text-transform: capitalize;
}

.dep-links li a>img {
    margin-right: 10px;
}

.container-vinci {
    background: var(--theme-color-6);
    font-family: var(--font-1);
    padding: 13px 0;
    border-top: 1px solid var(--theme-color-4);
}

.container-vinci .max-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* max-width: 1075px; */
    max-width: 904px;
    width: 100%;
}

.container-vinci span {
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    color: var(--theme-color-2);
}

.logo-vinci p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px
}

.logo-vinci img {
    width: 90px;
    display: block;
    margin-left: auto
}

footer .bold {
    color: var(--theme-color-2);
    font-size: 9px;
    display: inline-block;
    margin-right: 10px
}
  
footer .container-links .institutional-links-grid{
    display: flex;
	gap: 2rem;
}
  
.dep-links a {
    font-weight: 400;
    font-size: 12px;
    color: var(--theme-color-3);
    margin-bottom: 12px;
    text-transform: uppercase;
    transition: color 0.3s;
}
  
.dep-links a:hover {
    color: var(--theme-color-7);
}

.container-vinci-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.container-vinci-content img {
    max-width: 80px;
}

@media all and (max-width:991px) {
    .newsletter .subtitle {
        margin: 0 auto;
        margin-top: 5px
    }
    .newsletter .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        grid-gap: 15px;
    }
    .container-input #email {
        width: 100%;
        margin: 20px auto;
        margin-bottom: 5px;
        box-sizing: border-box;
    }
    .container-input .btn-send {
        width: 100%;
        box-sizing: border-box
    }
    .footer-links {
        padding-bottom: 0;
    }
    .topo img {
        max-width: 250px!important;
    }
}

@media all and (max-width:867px) {
    footer .bold {
        display: block;
        margin-right: 0;
    }
    .logo-vinci img {
        margin: 0 auto
    }
    .newsletter .subtitle {
        margin: 10px auto
    }
    .container-input #email {
        text-align: center
    }
    .container-footer {
        padding: 0
    }
    .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .icon-pag-container {
        margin: 0 auto;
        padding-bottom: 12px;
    }
    .dep-links {
        margin: 0 auto
    }
    .dep-links {
        margin-top: 20px
    }
    .container-vinci .max-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0px 0 20px;
    }
    .logo-vinci {
        margin: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .logo-vinci p {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px
    }
    .container-vinci span {
        margin: 15px auto 0;
        display: block;
    }
}

@media (max-width:868px) {
    .dep-links {
        /*max-height: 55px;*/
        overflow-y: hidden;
        height: auto;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: block;
        margin-top: 0;
    }
    .dep-links.active {
        max-height: 700px;
        padding-bottom: 12px;
    }
    .dep-links h4:after {
        content: "\f0d7";
        position: absolute;
        font-family: FontAwesome;
        right: 20px;
        transition: all .3s;
        display: none;
    }
    .container-vinci .max-container {
        border-top: none;
    }
    section.container-links:first-child img {
        margin-bottom: 10px;
    }
    .container-links:nth-last-child(1) .dep-links h4:after {
        content: '\f0d7';
    }
    .dep-links.active h4:after {
        content: "\f0d7";
        position: absolute;
        font-family: FontAwesome;
        right: 20px;
        transform-origin: 50% 50%;
        transform: rotate(180deg);
    }
    .container-links>img {
        margin-top: 12px;
    }
    .dep-links h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer .container-links {
        width: 100%;
    }
    .container-footer .max-container {
        width: 100;
    }
    .dep-links li {
        background: var(--theme-color-2);
        line-height: 50px;
        margin-bottom: 0
    }
    .container-vinci-content {
        flex-direction: column;
        margin-top: 30px;
    }
}

.dep-links li p {
    color: var(--theme-color-8);
    font-size: 15px;
    margin-top: 22px;
    line-height: 20px;
}


/* @media (max-width:968px) {
    .container-vinci-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .container-vinci-content span {
        margin-top: 20px
    }
} */

.linha-branca {
    border-top: 1px solid var(--theme-color-5);
    max-width: 1012px;
    width: 100%;
    margin: 0 auto;
}

.client-pre-email .emailInfo .icon-ok,
.client-pre-email .emailInfo h3 {
    color: var(--theme-color-7);
}

.container-main {
    min-height: 575px;
}

.ChangeNumberOfPayments {
    display: none;
}