/* Importando a fonte Gilroy */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

body {
    font-family: 'Google Sans', sans-serif;
    /* background: #fafafa url('../imagens/pattern-bg.png') fixed; */
    background: #f6f3f9;
    background-size: 680px
}

header {
    margin-bottom: 80px;
    padding: 15px 140px;
    border-bottom: 1px solid #efefef;
    background: var(--cor-header);
    height: 327px;
}

header img#logo-produto {
    /* float: right; */
    max-width: 130px;
    object-fit: contain;
    max-height: 60px;
}

header a {
    color: #5f6368;
    font-size: 20px;
    line-height: 50px;
    padding: 5px 15px
}

.greetings-container {
    /* background-image: url('/assets/imagens/tela-bg.png');
    background-position: 52% 22%;
    background-repeat: no-repeat; 
    height: 375px;
    margin-bottom: -95px;*/
}

.promoted-search__greeting {
    color: var(--cor-text);
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 26px;
    margin-top: -40px;
}


.promoted-search__form {
    padding: 0 0 40px;
    margin: 0 auto;
    max-width: 712px;
    /* width: 823px; */
    position: relative;
}


.promoted-search__form input.promoted-search__input {
    max-width: 712px;
    box-sizing: border-box;
    border: none !important;
    color: var(--cor-input-search);
    display: block;
    font-size: 16px;
    height: 80px;
    padding: 0 72px 0 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 1px rgba(60, 64, 67, .15) !important;
    -webkit-appearance: none;
    margin-left: 0;
    font-family: 'Google sans', sans-serif;
    border-radius: 45px;
    background: var(--cor-input-bg);
}

.promoted-search__form i.material-icons {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 32px;
    right: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 32px;
    font-size: 38px;
    color: var(--cor-icon-lupa);
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: 0 2px 6px 2px rgba(60, 64, 67, .15);
    border-bottom: 0;
}

.topicos-list {
    max-width: 823px;
    margin-bottom: 100px;
    min-height: 150px;
}

.collapsible {
    border-radius: 10px;
    border: 0;
}

.collapsible li:first-child .collapsible-header {
    /* border-radius: 10px 10px 0 0; */
    /* margin-bottom: 5px; */
}

.collapsible li:last-child .collapsible-header {
    /* border-radius: 0 0 10px 10px; */
}

.collapsible-header {
    padding: 22px 28px;
}

.collapsible-body {
    padding: 12px 0 0;
    margin-bottom: 15px;
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}

.collection .collection-item {
    padding: 0;
    border-bottom: 0;
    font-weight: 400;
}

.collection .collection-item a {
    font-size: 14px;
    padding: 10px;
    line-height: 14px;
    color: var(--cor-text);
    display: block;
    transition: .15s;
    width: 100%;
}

.collection .collection-item a:hover {
    /* background: #BBDEFB !important; */
}

.collapsible-header {
    color: #202124;
    font-weight: 500;
    justify-content: space-between;
    transition: .2s all ease;
    margin-bottom: 20px;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    /* box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04) !important; */
    border-bottom: none !important;
}

.collapsible-header i {
    margin-right: 0;
    transform: rotate(90deg);
    color: #202124;
}

.active .collapsible-header i {
    transform: rotate(270deg) translateY(19px);
    color: var(--cor-seta-icon);
}

.collapsible .collection {
    padding-bottom: 10px;
    border-radius: 10px;
}

.logo-container {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-sizing: border-box;
    display: flex;
    margin: 0 auto 18px auto;
    padding: 8px;
    height: 60px;
    width: 62px;
    visibility: hidden;
}

.logo-container img {
    height: 46px;
    width: 46px;
    object-fit: contain;
}


.footer-links {
    margin: 0;
    padding: 35px 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.footer-links ul {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 12px;
    line-height: 48px;
    color: #6E6E6E;
}


.footer-links ul li {
    display: inline-block;
}

footer li+li:before {
    content: '-';
}

.footer-links a {
    color: #5f6368;
}

#translate {
    display: inline-block;
}

.goog-te-gadget-simple {
    padding: 6px 0px 6px 4px !important;
    border-radius: 6px !important;
    border: 2px solid #d5d5d5 !important;
}

#search-form-header {
    display: none;
}

.summary {
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
    max-width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary span#separator:last-child {
    display: none;
}


@media(max-width:768px) {
    header {
        height: 56px;
        margin-bottom: 36px;
        text-align: center;
        padding: 8px;
    }

    #index header {
        border-bottom: 0;
        /* background: transparent; */
    }

    header img {
        /* display: none; */
    }

    .promoted-search__form {
        padding: 0 15px;
        margin: 45px auto 0;
        width: 100%;
        position: relative;
    }

    .logo-container {
        margin: 0 auto;
        height: 0;
    }

    .promoted-search__greeting {
        padding: 0 15px;
        font-size: 28px;
    }

    .greetings-container {
        height: 150px;
        background-size: contain;
        background-position-y: 0;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .collapsible-header {
        padding: 14px 27px 14px 28px;
        min-height: 70px;
    }

    .topicos-list {
        margin: 0 auto 40px;
    }

    .footer-links {
        padding-left: 0;
        text-align: center;
        padding-bottom: 15px;
    }

    .footer-links ul {
        margin-right: 0;
    }

    .collection .collection-item a {
        padding: 8px 28px;
        line-height: 24px;
    }

    #index>header>a:nth-child(3) {
        display: none;
    }

     .topo #translate {
        /* display: none; */
    }

    #index header {
        height: 380px !important;
    }

    .secao-superior {
        justify-content: center !important;
        margin-top: 20px !important;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
    }

    .greetings-container {
        padding-top: 40px !important;
    }

    .footer-row {
        justify-content: center !important;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .topo-internas {
        height: 157px !important;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .footer-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-logo {
        width: auto !important;
    }
}

img:hover {
    cursor: pointer;
}

img {
    object-fit: contain !important;
    width: 100% !important;
}

div#mobile span {
    width: auto !important;
}

div#desktop span {
    width: auto !important;
}

img.goog-te-gadget-icon {
    width: auto !important;
}

a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: inline-flex;
}

.wc--button-fab {
    cursor: pointer !important;
}

#whatsclub-widget>.wc--float-ballon {
    display: none !important;
    right: calc(0px + 80px) !important;
}

#whatsclub-widget>.wc--float-ballon.wc--float-ballon---open {
    display: block !important;
}

#whatsclub-widget>.wc--float-ballon.wc--float-ballon>.wc--float-ballon--content>.wc--float-ballon--user>.wc--float-ballon--user---thumb {
    width: 48px !important;
}

#whatsclub-widget {
    right: 97px !important;
    left: auto !important;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.search-btn-busca {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.search-btn:focus {
    background-color: unset !important;
}

.search-btn-busca:focus {
    background-color: unset !important;
}

#google_translate_element {
    width: 185px !important;
    height: 37px !important; 
}

.goog-te-gadget-simple {
    display: flex !important;
    align-items: center !important;
    height: 36px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.goog-te-gadget-simple span, 
.goog-te-gadget-simple img {
    font-size: 13px !important;
}

.goog-te-gadget-simple span[style*="border-left"] {
    height: 19px;
    margin-top: 15px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    padding-left: 10px;
}

iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd.skiptranslate {
    width: 98% !important;
    left: 10px !important;
}

.secao-superior {
    display: flex;
    justify-content: space-between;
}

.validate.promoted-search__input::placeholder {
    color: var(--cor-placeholder);
}

.collapsible-body.blue.lighten-5.box-topico {
    background-color: var(--cor-box-topico) !important;
    border-top: none;
}

.box-topico .collection-item.blue.lighten-5 {
     background: var(--cor-box-topico) !important;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

li.active .collapsible-header {
    margin-bottom: -1px;
    border-radius: 10px 10px 0 0 !important;
    background-color: var(--cor-collapsible-active) !important;
    color: var(--cor-text);
    width: 100%;    
}

li.active .collapsible-header .summary {
    color: var(--cor-text-summary);
}

.icon-circle {
    height: 5px;
    width: 8px !important;
    fill: var(--cor-icon) !important;
}

.active .collapsible-header {
    padding: 22px 28px 0 28px;
}

.footer {
    height: 265px;
    background: #fff;
}

.footer-logo {
    max-height: 70px;
}

.link-facebook img {
    width: 22px !important;
    margin-right: 10px;
}

.link-instagram img {
    width: 22px !important;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid #6e6e6e22;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footer-col-dir ul {
    margin-right: 0;
}

.footer-links ul li a {
    border-bottom: 1px solid #6e6e6e;
}

.box-topico .collection-item.blue.lighten-5:hover {
    background: var(--cor-box-topico-hover) !important;
}

.topo-internas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 107px;
    z-index: 2;
}

.link-produto {
    line-height: 0;
}

.breadcumb-icon {
    display: flex;
    margin-left: 10px;
    margin-right: 15px !important;
}

.breadcumb-link a {
    color: #6E6E6E;
}

@media (min-width: 1024px) {
   .artigos-relacionados {
        /* width: 34% !important; */
        max-width: 462px;
        margin-top: 55px;
        margin-left: 8% !important;
    }
}

.artigos-relacionados {
    border: 1px solid #BACBD8;
    border-radius: 20px;
}

.artigos-relacionados .relateds {
    margin: 25px 25px 15px 25px;
}

.link-facebook svg path, .link-instagram svg path {
    fill: var(--cor-social);
}

.link-instagram {
    margin-left: 15px;
}

@media (max-width: 600px) {
    .VIpgJd-ZVi9od-vH1Gmf {
        width: 97% !important;
        padding: 4px !important;
    }
}

@media (min-width: 992px) {
    .footer-row {
        width: 100%;
        padding-left: 140px;
        padding-right: 140px;   
    }

    .footer-content {
        padding-left: 140px;
        padding-right: 140px;
    }

    .footer-logo {
        max-width: 143px !important;
    }
}

img[data-stringify-emoji] {
    width: auto !important;
    margin-right: 5px;
}