/*@font-face {*/
/*    font-family: PT Sans;*/
/*    src: url("fonts/ptsans-regular.ttf")*/
/*}*/

/*@font-face {*/
/*    font-family: PT Sans;*/
/*    src: url("fonts/ptsans-bold.ttf");*/
/*    font-weight: bold*/
/*}*/

/*@font-face {*/
/*    font-family: PT Sans;*/
/*    src: url("fonts/ptsans-italic.ttf");*/
/*    font-style: italic*/
/*}*/

/*@font-face {*/
/*    font-family: PT Sans;*/
/*    src: url("fonts/ptsans-bolditalic.ttf");*/
/*    font-weight: bold;*/
/*    font-style: italic*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');

:root {
    --body-font-family: 'PT Sans', sans-serif;
    --placeholder-font-color: #989898;
    --title-underline-trace-color: #D1AF1E;
    --section-border-color: hsl(226deg 32% 24% / 8%);
    --section-h3-title-font-color: #29324F;
    --header-font-color: #FFF;
    --header-cart-count-badge: #D1AF1E;
    --header-background-color: #29324F;
    --menu-item-highlight: #D1AF1E;
    --header-hamburger-icon-color: #F7F7F7;
    --footer-background-color: #29324F;
    --footer-font-color: #FFFFFF;
    --newsletter-title-font-color: #2E417F;
    --newsletter-envelope-font-color: #D1AF1E;
    --newsletter-input-border-color: #989898;
    --newsletter-home-button-background-color: #29324F;
    --newsletter-home-button-border-color: #29324F;
    --newsletter-button-font-color: #FFFFFF;
    --newsletter-form-label-font-color: #29324F;
    --section-sources-and-infos-for-you-li-bullet-color: #D1AF1E;
    --section-sources-and-infos-for-you-li-font-color: #29324F;
    --section-sources-and-infos-for-you-li-underline-background-color: #999999A8;
    --section-sources-and-infos-for-you-li-border-color-hover: #D1AF1E;
    --section-find-your-area-li-font-color: #29324F;
    --section-find-your-area-li-border-bottom-color: rgb(152, 152, 152, 40%);
    --section-find-your-area-li-border-bottom-color-hover: #D1AF1E;
    --banner-full-home-carousel-dots-background-color: #FFFFFF;
    --banner-full-home-carousel-dot-active-background-color: #FFFFFF;
    --calendar-events-home-carousel-dots-background-color: #29324F;
    --calendar-events-home-carousel-dot-active-background-color: #29324F;
    --section-events-calendar-bullet-square: #D1AF1E;
    --section-events-calendar-border-color: #29324F;
    --section-events-calendar-header-background-color: #29324F;
    --section-events-calendar-header-font-color: #ffffff;
    --section-events-calendar-content-font-color: #000000;
    --vitrine-home-product-name-font-color: #29324F;
    --vitrine-home-title-font-color: #29324F;
    --filter-page-title-page-font-color: #D1AF1E;
    --filter-page-left-column-background-color: #F7F7F7;
    --filter-page-list-items-font-color: #929292;
    --filter-page-list-items-hover-effect-font-color: #29324E;
    --filter-page-list-title-font-color: #29324E;
    --filter-page-ui-slider: #D1AF1E;
    --filter-page-ui-handle-border: #929292;
    --filter-page-breadcrumb-font-color: #B3B3B3;
    --pagination-font-color: #29324F;
    --checkout-column-labels-background-color: #29324F;
    --checkout-finalizar-bottom-border-color: var(--section-border-color);
    --green-buttom-bg-color: #449d44;
    --red-buttom-bg-color: #f44336;
}

body, footer, section, nav, h1, h2, h3, h4, h5, h6, a, p, ul, li, div {
    font-family: var(--body-font-family) !important
}

section.pdp .product-quantity, section.pdp .product-price-discount, section.pdp .share-button, section.pdp .product .product-quantity+.text-center.mt-15 {
    display: none
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.easyzoom--adjacent .easyzoom-flyout {
    margin-left: 0
}

.new-product-image-thumbs {
    margin-bottom: 20px
}

section.pdp .new-product-image-thumbs a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px
}

section.pdp .new-product-image-thumbs a img {
    max-height: 100%;
    width: auto
}

.new-pdp-thumbs-slideshow {
    padding: 0 25px
}

.new-product-image-thumbs .owl-carousel .owl-nav {
    transform: inherit
}

.new-product-image-thumbs .owl-carousel .owl-nav button>div {
    color: #29324e;
    font-size: 14px
}

.new-product-image-thumbs .owl-carousel .owl-nav button.disabled>div {
    color: #29324e55
}

section.pdp .product-image-group-btns {
    display: none
}

.product-selo {
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px
}

.product-selo img {
    max-height: 25px;
    margin: 0 0 10px;
    max-width: 60px
}

section.pdp .product-name {
    font-size: 32px;
    color: #29324e;
    font-weight: 700
}

section.pdp .text-muted {
    font-size: 20px;
    color: #29324e;
    font-style: italic;
    max-width: inherit;
    font-weight: 400
}

.author-list {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}

section.pdp .more-info {
    font-size: 12px;
    color: #000;
    margin-bottom: 15px
}

section.pdp .more-info small {
    font-size: 10px
}

section.pdp .price-wrapper {
    display: flex;
    align-items: end;
    gap: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px
}

section.pdp [name="adicionarItemCarrinhoForm"] {
    float: inherit;
    width: inherit
}

section.pdp .product .btn-buy, section.pdp .product .btn-buy:hover, section.pdp .product .btn-buy:active, section.pdp .product .btn-buy:focus {
    background: #63bf00;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
    width: auto;
    margin: 0
}

section.pdp .product .btn-buy+.product-image-group-btns {
    display: none
}

section.pdp .product-actions .product-price {
    float: left;
    width: auto;
    margin: 0;
    overflow: inherit
}

section.pdp .product-price-old span+span {
    font-size: 18px
}

section.pdp .product-price-new,
.product-price-new
{
    font-weight: 100;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0
}

section.pdp .product-price-new span:not([data-preco-prefixo]),
.product-price-new span:not([data-preco-prefixo])
{
    color: #959595;
    font-size: 21px;
    font-weight: 100;
    letter-spacing: -1px
}

section.pdp .product-price-new span+span,
.product-price-new span+span
{
    color: #29324e;
    font-size: 27px;
    letter-spacing: -1px
}

.product-price.on-grid span:not([data-preco-prefixo]) {
    font-size: 16px;
}
.product-price.on-grid span+span {
    font-size: 22px;
}

.product-price.on-grid .product-price-new {
    text-align: left;
    line-height: 24px;
    float: left;
}

.product-price.on-grid .btn-buy {
    border-radius: 7px;
    padding: 6px 18px 5px 16px;
    float: right;
    margin-top: -8px;
}



section.pdp .product-price-parcels {
    margin-bottom: 0;
    margin-top: 1px;
    opacity: .7
}

section.pdp .materials {
    display: flex;
    gap: 10px;
    margin-bottom: 30px
}

.ebook-list {
    margin-bottom: 30px
}

.ebook-list h3 {
    color: #29324e;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px
}

.ebook-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.ebook-list a {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 4px 15px;
    display: inline-block
}

.ebook-list img {
    max-height: 20px;
    display: block
}

.frase-container {
    text-align: center;
    color: #fff;
    padding: 45px 0 !important;
    background: #2f417f;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 55px;
    font-kerning: none;
    text-rendering: geometricPrecision;
    font-family: serif !important
}

.infos-container {
    padding: 20px 0;
    background: #29324e11
}

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

.infos .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #29324f;
    font-weight: 700
}

.infos .info .info-icon {
    min-height: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0
}

.infos .info img {
    max-width: 40px;
    max-height: 36px
}

.infos .info .info-icon+span {
    font-size: 22px;
    color: #000
}

section.pdp .product-details-container ul.attributes {
    list-style: none;
    margin-bottom: 30px
}

[ng-repeat="material in Produto.MateriaisApoio"] {
    list-style: none !important
}

section.pdp .product-details-container ul.attributes li {
    font-weight: 700
}

section.pdp .product-details-container ul.attributes li strong {
    font-weight: 400
}

.product-details-section-video .video-wrap {
    max-width: 600px;
    margin: 0 auto
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media(min-width:768px) and (max-width:991.9px) {
    ul.footer__list.footer__list--marketing, ul.footer__list.footer__list--institutional, section.footer__about {
        padding-left: 30px
    }
}

@media(min-width:992px) {
    .infos-container .owl-carousel .owl-stage {
        min-width: 100%;
        display: flex;
        justify-content: space-around
    }

    .infos-container .owl-carousel .owl-stage:after {
        display: none
    }

    #form-vitrine {
        display: flex
    }
}

@media(max-width:456px) {
    h1.filter-main-title {
        display: none
    }

    #form-vitrine .prd-list-filter-holder {
        padding: 0
    }

    .product-details-section.product-details-geral div.container p {
        padding-left: 10px !important;
        padding-right: 15px !important;
        text-align: justify !important
    }
}

@media(max-width:767.9px) {
    .infos .info .info-icon+span {
        font-size: 16px
    }

    .frase-container {
        font-size: 25px
    }

    section.pdp .price-wrapper {
        gap: 30px
    }

    .new-product-image-thumbs {
        display: none
    }

    footer .container {
        padding-top: 12px !important
    }
}

@media(max-width:424.9px) {
    .product-price-new span+span {
        font-size: 36px
    }

    section.pdp .materials {
        flex-direction: column
    }

    section.pdp .materials * {
        width: fit-content;
        margin: auto
    }
}

@media(max-width:374.9px) {
    section.pdp .price-wrapper {
        flex-wrap: wrap
    }

    section.pdp [name="adicionarItemCarrinhoForm"] {
        width: 100%
    }

    section.pdp .product .btn-buy {
        width: 100%
    }
}

section.pdp .product-quantity+[style="border: 1px solid #e1e1e1;"] {
    display: none
}

section.pdp .product-details-section {
    padding-bottom: 40px;
    border-bottom: none
}

section.pdp [ng-if="Produto.MateriaisApoio && Produto.MateriaisApoio.length > 0"], section.pdp [ng-if="Produto.MateriaisApoio && Produto.MateriaisApoio.length > 0"]+div~div:not([ng-controller="ProdutosVistoRecentementeController"]) {
    border-top: 1px solid #e1e1e1;
    padding-top: 40px
}

section.pdp .product-details-section.product-details-tecnica div.collapse {
    margin-bottom: 20px;
    overflow: hidden
}

section.pdp .product-details-section.product-details-tecnica div.collapse.in {
    margin-bottom: 60px
}

section.pdp .product-details-section.product-details-tecnica div.collapse[aria-expanded="false"] {
    display: block;
    height: 200px !important
}

section.pdp .product-details-section.product-details-tecnica div.collapsing[aria-expanded="false"] {
    height: 200px !important
}

a[role="button"][href="#sumarioCollapse"] {
    margin-top: -50px;
    float: left;
    width: 100%;
    padding: 7px 10px;
    background-color: #ffffffeb !important;
    position: relative;
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #f5f5f5
}

section.pdp .product-details-section.product-details-tecnica a.collapsed:after {
    content: 'Leia mais +';
    color: #29324f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline
}

section.pdp .product-details-section.product-details-tecnica a:not(.collapsed):after {
    content: 'Fechar ×';
    color: #29324f;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline
}

section.pdp .product-details .tab-content-title {
    text-transform: none;
    font-weight: 400;
    letter-spacing: -.45px;
    border-bottom: none;
    color: var(--vitrine-home-title-font-color)
}

section.pdp .product-details .tab-content-title:after {
    content: '';
    display: block;
    background-color: var(--title-underline-trace-color);
    margin: 8px 0 auto;
    width: 50px;
    margin-top: 6px;
    height: 1px;
    opacity: .5
}

section.pdp .product-details-container ul.attributes+.materials {
    margin-bottom: 0
}

@media screen and (min-width:1200px) {
    section.pdp .product-details .tab-content-title {
        font-size: 30px;
        line-height: 33px
    }
}

@media screen and (min-width:1440px) {
    section.pdp .product-details .tab-content-title {
        font-size: 45px;
        line-height: 54px
    }

    section.pdp .product-details .tab-content-title:after {
        width: 100px
    }
}

.product-details-container {
    display: flex;
    flex-direction: column
}

.product-details-section {
    order: 0
}

.product-details-section-conteudos-complementares {
    order: 1
}

[ng-if="Produto.MateriaisApoio && Produto.MateriaisApoio.length > 0"] {
    order: 1
}

.product-details-section-produtos-relacionados, [ng-controller="ProdutosVistoRecentementeController"] {
    order: 20
}

.product-details-section-issuu .issuu-wrap {
    max-width: 100%;
    margin: 0 auto
}

.issuu-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

section.pdp .product-actions .d-flex.a-center.j-space-between {
    margin: 0 0 10px;
    justify-content: inherit;
    align-items: inherit
}

section.pdp .pdp-favoritos {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px
}

section.pdp .product-name {
    margin: 0
}

.pdp-favoritos .btn-lista-desejos {
    display: flex;
    margin: 0;
    padding: 0
}

.pdp-favoritos .btn-lista-desejos:hover {
    text-decoration: none
}

.pdp-favoritos .btn-lista-desejos i {
    font-size: 22px;
    color: #29324e
}

.pdp-favoritos .btn-lista-desejos.salvo i {
    font-weight: 700
}

.header-my-acc .acc-info[ng-show="autenticado"] hr, .header-my-acc .acc-info[ng-show="!autenticado"] hr, .header-my-acc .acc-info[ng-show="!autenticado"] .welcome {
    display: none
}

.header-my-acc .acc-info[ng-show="autenticado"] .header-md-nav-icon-holder {
    width: 30%
}

#headerTopoScroll, .header-base, .header-search-fixed, .header-middle {
    background-color: var(--header-background-color)
}

.header-base, .navbar-default {
    border: none
}

#headerTopoScroll .acc-info .links, .header-right-nav .acc-info .links {
    text-transform: none;
    letter-spacing: .4px;
    font-weight: 300;
    font-size: 12px
}

.header-my-favorites {
    display: flex;
    justify-content: center
}

.header-my-favorites span, .header-my-favorites a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 32px
}

.header-lg-scroll .menu-toggle, .header-base a, .header-my-acc a, .header-my-acc .acc-info, .header-h4 .header-my-acc i.header-lg-nav-icon, .header-my-favorites__container i.far.fa-heart {
    color: var(--header-font-color)
}

.header-middle .header-logo-holder .header-md-not-my-cart, .header-my-cart .icon-shopping-cart-count {
    width: 19px;
    height: 19px
}

.header-middle .header-logo-holder .header-md-not-my-cart .badge, .header-my-cart .icon-shopping-cart-count .badge {
    background-color: var(--header-cart-count-badge);
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center
}

.leancom-icon-bag, .header-h4 .header-my-acc i.header-lg-nav-icon, .header-my-favorites__container i.far.fa-heart {
    background-repeat: no-repeat;
    background-position: center
}

.header-h4 i.leancom-icon-user {
    background-image: url('../svg/icone-usuario-svg.svg');
    background-size: contain;
    width: 32px;
    height: 35px;
    padding-right: 0;
    margin-right: 5px
}

.header-h4 i.far.fa-heart {
    background-image: url('../svg/icone-favoritos-svg.svg');
    background-size: 90%;
    width: 32px;
    height: 35px
}

.header-h4 .leancom-icon-bag {
    background-image: url('../svg/icone-sacola-svg.svg');
    background-size: 90%;
    width: 27px !important;
    height: 35px !important;
    display: flex
}

.header-my-favorites__container i.far.fa-heart::before, .header-h4 .header-my-acc i.header-lg-nav-icon::before, .leancom-icon-bag::before {
    display: none
}

.header-right-nav .acc-info {
    float: none
}

.header-btn-search {
    background-color: transparent;
    border: transparent
}

.busca .fulltext-search-box {
    border-radius: 25px;
    padding-left: 20px;
    height: 40px
}

.busca .fulltext-search-box::placeholder {
    color: var(--placeholder-font-color)
}

@media screen and (min-width:280px) {
    .header-logo img {
        width: 40%
    }
}

@media screen and (min-width:600px) {
    .header-logo img {
        width: 15%
    }
}

@media screen and (max-width:767px) {
    .header-logo-checkout {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width:1199px) {
    .header-logo-holder {
        display: flex
    }

    .header-middle .header-logo-holder .header-md-not-my-cart {
        height: auto;
        width: auto;
        order: 3
    }

    .header-search-fixed {
        height: 70px
    }

    form[name="buscaForm"], .header-search-fixed, .header-search-cart {
        width: 100%
    }

    form[name="buscaForm"] button[type="submit"] {
        padding-right: 5px
    }

    .header-search-fixed .header-search {
        margin: 0
    }

    .header-search-holder, .header-search-fixed {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-middle .header-logo-holder {
        margin-bottom: 32px
    }

    .navbar-default .navbar-toggle {
        border-color: var(--header-hamburger-icon-color)
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--header-hamburger-icon-color)
    }
}

@media screen and (min-width:1200px) {
    #headerTopoScroll, #headerTopoScroll>.container, .header-h4 .header-middle, .header-h4 .header-middle>.container {
        height: 84px
    }

    .header-md-nav-list {
        height: 58px
    }

    .header-h4 .header-middle .header-logo-holder .header-logo {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .header-h4 .header-middle .header-logo-holder .header-logo img {
        max-width: 130px;
        max-height: 50px;
        width: 60%
    }

    .header-base-fixed .header-md-nav-item>a {
        height: 52px !important
    }

    .header-md-nav-item--active,
    .header-md-nav-item:hover,
    .header-md-nav-item:active
    {
        border-bottom: 3px solid var(--menu-item-highlight)
    }

    .header-h4 .header-base .header-md-nav-item>a {
        font-size: 18px;
        font-weight: 300
    }

    .header-base-fixed {
        top: 84px
    }

    .header-scroll-display-flex, #headerTopoScroll .container, .header-middle .container {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header-my-cart .shopping-cart {
        width: 24px
    }

    .header-search-cart {
        display: flex;
        justify-content: space-evenly
    }

    .header-h4 .header-search-holder {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .header-search-form {
        width: 96%
    }

    .header-lg-scroll .header-search-form {
        width: calc(90% - 120px)
    }

    .header-h4 .header-my-acc, .header-middle .header-right-nav {
        margin: 0
    }

    .header-lg-scroll .header-my-cart .icon-shopping-cart-count, .header-my-cart .icon-shopping-cart-count {
        top: 20px
    }

    .header-my-cart .icon-shopping-cart-count {
        right: 2px
    }

    .header-lg-scroll .header-my-cart .icon-shopping-cart-count {
        right: 11px
    }

    .header-md-nav-icon-holder {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 25%
    }

    .header-h4 .header-my-acc {
        width: auto;
        display: inline-flex;
        align-items: center
    }

    .header-lg-scroll.visible .header-my-acc {
        width: 50%
    }

    .header-my-cart, .header-my-favorites {
        width: 18%
    }
}

@media screen and (min-width:1400px) {
    .header-md-nav-icon-holder {
        width: 20%
    }

    .header-lg-scroll .header-my-cart .icon-shopping-cart-count {
        right: 20px
    }
}

@media screen and (min-width:1440px) {
    #headerTopoScroll .acc-info .links, .header-right-nav .acc-info .links {
        font-size: 14px
    }
}

.easy-autocomplete-container {
    overflow-y: hidden !important;
    z-index: 101
}

.easy-autocomplete-container ul {
    margin: auto;
    border-top: none;
    overflow-y: scroll;
    max-height: 300px;
    width: 94.5%;
    display: block
}

@media screen and (min-width:280px) {
    .easy-autocomplete-container ul {
        width: 80%
    }
}

@media screen and (max-width:359px) {
    .eac-item a {
        display: flex
    }

    .eac-item a .col-xs-2.nopadding {
        width: 35%
    }
}

@media screen and (min-width:360px) {
    .easy-autocomplete-container ul {
        width: 90%
    }
}

@media screen and (min-width:400px) {
    .easy-autocomplete-container ul {
        width: 94%
    }
}

footer, .footer-checkout {
    background-color: var(--footer-background-color)
}

footer .container span, footer .container p, footer .container li, footer .container a {
    color: var(--footer-font-color);
    font-size: 14px;
    letter-spacing: .6px
}

.footer__about, .footer__list--social-media-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__nav {
    display: grid;
    row-gap: 18px
}

.footer__store-information ul {
    margin: 0;
    padding: 0
}

.footer__store-information ul li {
    height: 24px
}

.footer__logo-container {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    height: 70px
}

.footer__logo-container img {
    width: 250px
}

.footer__social-media-container {
    margin-top: 20px
}

.footer__about {
    height: 50px
}

.footer__about address, .footer__about p {
    margin: 0
}

.footer__platform-seal span {
    display: inline-flex;
    align-items: center
}

.footer__platform-seal span a {
    margin-left: 5px
}

.footer__list--categories li>a {
    text-align: left;
    font-size: 20px !important;
    line-height: 27px !important
}

.footer__list--categories {
    border-left: 2px solid #fff;
    padding-left: 20px !important;
    justify-self: left;
    margin-bottom: 24px !important
}

@media screen and (max-width:359.99px) {
    .footer__logo-container {
        justify-content: left
    }

    .footer__nav {
        justify-content: left;
        text-align: left;
        margin-left: 30px !important;
        margin-bottom: 20px
    }

    .footer__list--social-media-list {
        display: flex;
        justify-content: space-evenly
    }

    .footer__social-media-container {
        margin-top: auto
    }

    .footer__about {
        height: auto;
        padding: 15px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    footer .container span, footer .container p, footer .container li, footer .container a {
        font-size: 14px
    }
}

@media screen and (min-width:360px) {
    footer.footer-checkout .container {
        padding: 16px 0
    }

    .footer__social-media-container {
        margin-top: 15px
    }

    .footer__about {
        flex-direction: column;
        justify-content: left;
        text-align: left;
        height: auto;
        padding: 15px 0
    }

    .footer__nav {
        grid-template-columns: repeat(1, 100%);
        row-gap: 10px
    }

    .footer__list--social-media-list {
        display: flex;
        justify-content: space-evenly
    }

    .footer__logo-container {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .footer__platform-seal {
        margin-top: 20px
    }

    .footer__nav {
        width: 82%;
        margin-left: auto
    }

    .footer__list--social-media-list {
        width: 50%
    }

    .footer__list--social-media-list li {
        flex: 1
    }

    section.footer__copyright, section.footer__address {
        text-align: center;
        padding-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    footer.footer-checkout .container {
        padding: 5px
    }

    footer .container {
        padding: 24px 0
    }

    footer .container span, footer .container p, footer .container li, footer .container a {
        text-align: left
    }

    .footer__logo-container {
        justify-content: flex-start;
        position: absolute;
        left: 36px
    }

    .footer__about {
        width: 100%;
        justify-content: space-between;
        flex-direction: row
    }

    .footer__copyright-and-address__container {
        width: 60%
    }

    .footer__platform-seal {
        width: 25%
    }

    .footer__nav {
        grid-template-columns: repeat(4, 23%);
        row-gap: 24px;
        justify-content: center
    }

    .footer__list--social-media-list {
        justify-content: flex-start
    }

    .footer__list--social-media-list li {
        width: 10%
    }

    .footer__list--categories {
        grid-column: 1/3;
        grid-row: 1/4;
        align-self: center
    }

    .footer__list--editorial-and-social-media {
        grid-column: 3/4
    }
}

@media screen and (min-width:1050px) {
    .footer__logo-container {
        left: 9%
    }
}

@media screen and (min-width:1200px) {
    .footer__logo-container {
        left: 0;
        position: relative
    }

    .footer__list--social-media-list li {
        width: 15%
    }

    .footer__nav {
        grid-template-columns: repeat(5, auto);
        row-gap: 10px;
        justify-content: initial
    }

    .footer__list--categories, .footer__list--comercial, .footer__list--marketing, .footer__list--editorial-and-social-media, .footer__list--institutional {
        grid-row: 1/2
    }

    .footer__list--categories {
        grid-column: 1/2
    }

    .footer__list--comercial {
        grid-column: 2/3
    }

    .footer__list--marketing {
        grid-column: 3/4
    }

    .footer__list--editorial-and-social-media {
        grid-column: 4/5
    }

    .footer__list--institutional {
        grid-column: 5/6
    }

    .footer__about {
        padding: 40px 0 0
    }

    .footer__about--checkout {
        padding: 15px 0
    }
}

.newsletter-wrapper {
    border: none;
    border-top: 2px solid var(--section-border-color);
    margin-top: 0 !important;
    box-shadow: none;
    background-color: transparent
}

.newsletter-wrapper--home {
    border-top: 2px solid var(--section-border-color);
    border-bottom: 2px solid var(--section-border-color);
    background-color: transparent
}

.newsletter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.newsletter__title {
    letter-spacing: -.8px;
    color: var(--newsletter-title-font-color);
    font-weight: 400
}

#newsletterForm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

#newsletterForm label {
    color: var(--newsletter-form-label-font-color)
}

.newsletter__form-container {
    width: 75%;
    display: flex;
    align-items: center
}

#newsletterForm input.form-control {
    height: 35px;
    border: 1px solid var(--newsletter-input-border-color);
    padding-left: 10px
}

#newsletterForm .newsletter__input-name-container, #newsletterForm .newsletter__input-email-container {
    display: flex;
    align-items: center
}

#newsletterForm .newsletter__input-name-container input {
    width: 95%
}

#newsletterForm .newsletter__input-email-container input {
    width: 90%
}

#newsletterForm button[type="submit"] {
    height: 35px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: var(--newsletter-button-font-color);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

#newsletterForm .newsletter__input-email-container button[type="submit"] {
    background-color: var(--newsletter-home-button-background-color);
    border: 1px solid var(--newsletter-home-button-border-color);
    width: 45px
}

#newsletterForm button[type="submit"]:disabled {
    opacity: 1
}

#newsletterForm .newsletter__envelope-container {
    width: 6.5%;
    display: flex;
    align-items: center
}

#newsletterForm i.far.fa-envelope {
    background-image: url('../svg/envelope-svg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    color: var(--newsletter-envelope-font-color)
}

#newsletterForm i.far.fa-envelope::before {
    display: none
}

#newsletterForm .newsletter__input-name-container, #newsletterForm .newsletter__input-email-container {
    width: 40%
}

@media screen and (max-width:991.9px) {
    #newsletterForm {
        flex-direction: column;
        justify-content: center
    }

    #newsletterForm .newsletter__envelope-container {
        display: none
    }

    .newsletter__form-container {
        width: 100%
    }

    .newsletter__title {
        font-size: 18px;
        text-align: center
    }

    #newsletterForm .newsletter__input-name-container, #newsletterForm .newsletter__input-email-container {
        width: 100%;
        margin: 8px 0;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    #newsletterForm label, #newsletterForm input.form-control, #newsletterForm .newsletter__input-email-container button[type="submit"] {
        width: 100% !important
    }

    #newsletterForm input.form-control {
        height: 40px;
        border: 1px solid var(--newsletter-input-border-color);
        padding-left: 5px
    }

    #newsletterForm .newsletter__input-email-container button[type="submit"] {
        margin-top: 15px;
        height: 40px;
        border-radius: 4px;
        margin-left: 0
    }

    #newsletterForm i.fas.fa-arrow-right {
        font-size: 24px
    }

    .newsletter__input-email-container {
        flex-direction: column
    }
}

@media screen and (max-width:1199.99px) {
    .newsletter__form-container {
        width: 100%
    }

    #newsletterForm .newsletter__envelope-container {
        width: 5%
    }
}

@media screen and (min-width:992px) {
    #newsletterForm {
        width: 96%;
        margin: auto
    }

    .newsletter-wrapper, .newsletter-wrapper--home .newsletter-container {
        height: auto !important;
        padding-bottom: 32px
    }

    .newsletter__title {
        margin: 0 0 10px 0;
        font-size: 20px;
        text-align: center
    }

    #newsletterForm label {
        white-space: nowrap;
        margin-right: 8px
    }

    #newsletterForm .newsletter__input-name-container {
        width: 46%
    }

    #newsletterForm .newsletter__input-email-container {
        width: 50%;
        margin-left: 10px
    }
}

@media screen and (min-width:1200px) {
    .newsletter-wrapper, .newsletter-wrapper .newsletter-container {
        height: 150px !important
    }

    .newsletter-wrapper {
        padding: 0;
        display: flex;
        align-items: center
    }

    #newsletterForm .newsletter__envelope-container {
        width: 5%
    }
}

@media screen and (min-width:1250px) {
    #newsletterForm .newsletter__envelope-container {
        width: 6.5%
    }
}

@media screen and (min-width:1400px) {
    #newsletterForm .newsletter__envelope-container {
        width: 5%
    }

    .newsletter__title {
        font-size: 22px
    }
}

#newsletterForm {
    display: flex
}

#newsletterForm .form-group {
    padding-left: 5px;
    padding-right: 5px
}

.ms-drop ul>li label {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0
}

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    position: inherit;
    margin: 0
}

.ms-choice {
    height: 40px;
    border-color: #ccc
}

.ms-choice>span {
    padding-left: 15px
}

.ms-choice>span.placeholder, .ms-choice>span {
    display: flex;
    align-items: center;
    height: 100%
}

#newsletterForm {
    display: flex;
    gap: 10px
}

#newsletterForm>div {
    width: 100% !important
}

#newsletterForm .newsletter__envelope-container {
    width: fit-content !important
}

#newsletterForm .newsletter__input-email-container {
    width: 50%;
    margin-left: 0
}

#newsletterForm .ms-choice {
    border: 1px solid var(--newsletter-input-border-color);
    padding-left: 10px;
    width: 100%;
    border-radius: 0
}

#newsletterForm .ms-choice, #newsletterForm .ms-choice>span.placeholder {
    height: 35px
}

@media screen and (min-width:992px) {
    .newsletter__input-interesses-container .ms-parent {
        width: calc(100% - 86px) !important
    }
}

@media screen and (max-width:991.9px) {
    .newsletter__input-interesses-container .ms-parent {
        width: 100% !important
    }
}

.title__underline-trace {
    margin-top: 6px;
    height: 1px;
    opacity: .5
}

.title__underline-trace {
    width: 50px
}

h2 .title__underline-trace, h3 .title__underline-trace, h1 .title__underline-trace {
    background-color: var(--title-underline-trace-color)
}

@media screen and (max-width:599.99px) {
    .title__underline-trace {
        width: 32px
    }
}

@media screen and (min-width:1400px) {
    .title__underline-trace {
        width: 60px
    }
}

.sources-and-infos-for-you {
    border-top: 2px solid var(--section-border-color)
}

.sources-and-infos-for-you__trace {
    margin-top: 6px;
    height: .5px
}

.sources-and-infos-for-you__title .sources-and-infos-for-you__trace {
    width: 64px
}

.sources-and-infos-for-you__item .sources-and-infos-for-you__trace {
    width: 100%
}

.sources-and-infos-for-you__item .sources-and-infos-for-you__trace {
    background-color: var(--section-sources-and-infos-for-you-li-underline-background-color);
    margin: 4px auto 10px
}

.sources-and-infos-for-you__item>a:hover>.sources-and-infos-for-you__trace {
    background-color: var(--section-sources-and-infos-for-you-li-border-color-hover)
}

.sources-and-infos-for-you__list {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: flex-start;
    width: 100%;
    padding: 0
}

.sources-and-infos-for-you__item>a {
    color: var(--section-sources-and-infos-for-you-li-font-color);
    font-weight: 600;
    font-size: 18px;
    text-decoration: none
}

.sources-and-infos-for-you__item {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.sources-and-infos-for-you__item a {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 5px
}

.sources-and-infos-for-you__item::before {
    content: '';
    margin-right: 13px;
    width: 36px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.sources-and-infos-for-you__item.professor::before {
    background-image: url(../png/icones-site_professor-png.png)
}

.sources-and-infos-for-you__item.aluno::before {
    background-image: url(../png/icones-site_aluno-png.png)
}

.sources-and-infos-for-you__item.leitor::before {
    background-image: url(../png/icones-site_leitor-png.png)
}

.sources-and-infos-for-you__item.autor::before {
    background-image: url(../png/icones-site_autor-png.png)
}

.sources-and-infos-for-you__item.pesquisador::before {
    background-image: url(../png/icones-site_pesquisador-png.png)
}

.sources-and-infos-for-you__item.livrarias::before {
    background-image: url(../png/icones-site_livraria-png.png)
}

@media screen and (max-width:359.99px) {
    .sources-and-infos-for-you__list {
        grid-template-columns: repeat(1, 100%)
    }
}

@media screen and (max-width:599.99px) {
    .sources-and-infos-for-you__item .sources-and-infos-for-you__trace {
        width: 100%
    }

    .sources-and-infos-for-you__list {
        grid-template-columns: repeat(2, 50%)
    }

    .sources-and-infos-for-you__item>a {
        font-size: 1.125em;
        line-height: 1.25em
    }

    .sources-and-infos-for-you__item {
        justify-content: flex-start
    }

    .sources-and-infos-for-you__item::before {
        font-size: 60px
    }
}

@media screen and (max-width:1199.99px) {
    .sources-and-infos-for-you__list {
        grid-template-columns: repeat(3, 30%);
        padding: 0
    }
}

@media screen and (max-width:767.99px) {
    .sources-and-infos-for-you__item>a {
        font-size: 1.25em;
        line-height: 1.5em
    }

    .sources-and-infos-for-you__list {
        grid-template-columns: repeat(1, 50%);
        padding: 0;
        margin-left: 22px;
        margin-top: 36px
    }

    .sources-and-infos-for-you__item {
        justify-content: flex-start
    }
}

@media screen and (min-width:768px) {
    .sources-and-infos-for-you__article {
        padding-bottom: 20px;
        width: 96.5%;
        margin-left: auto;
        padding-left: 5%
    }

    .sources-and-infos-for-you {
        padding-top: 5px
    }
}

.find-your-area {
    padding: 5px 0 40px;
    border-top: 2px solid var(--section-border-color)
}

.find-your-area__article {
    display: grid;
    width: 96%;
    padding: 0;
    margin-left: auto;
    padding-left: 5%
}

.find-your-area__list {
    margin-bottom: 0
}

.find-your-area__list li {
    height: 40px;
    border-bottom: 1px solid var(--section-find-your-area-li-border-bottom-color);
    display: flex;
    align-items: center
}

.find-your-area__list li:hover {
    border-color: var(--section-find-your-area-li-border-bottom-color-hover);
    cursor: pointer
}

.find-your-area__list li>a {
    font-weight: 700;
    color: var(--section-find-your-area-li-font-color);
    text-decoration: none
}

@media screen and (max-width:767px) {
    .find-your-area__article {
        grid-template-columns: repeat(1, 100%);
        justify-content: flex-start
    }

    .find-your-area__article, .find-your-area__list {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .find-your-area__article {
        grid-template-columns: repeat(3, 28%);
        column-gap: 30px
    }

    .find-your-area__list li>a {
        font-size: 14px
    }
}

@media screen and (min-width:1400px) {
    .find-your-area__list li>a {
        font-size: 16px
    }
}

.discover-our-editorial-seals {
    padding-top: 20px
}

.discover-our-editorial-seals .container {
    padding-top: 30px;
    padding-bottom: 60px
}

.discover-our-editorial-seals__list {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 90%
}

.discover-our-editorial-seals__item a {
    display: flex;
    justify-content: center;
    max-height: 80px;
    height: 50%
}

@media screen and (max-width:599px) {
    .discover-our-editorial-seals__list {
        width: 100%;
        grid-template-columns: repeat(2, 40%);
        justify-content: center;
        gap: 40px
    }

    .discover-our-editorial-seals__item--blucher img {
        width: auto
    }
}

@media screen and (min-width:600px) {
    .discover-our-editorial-seals__list {
        grid-template-columns: repeat(2, 40%);
        gap: 40px
    }

    .discover-our-editorial-seals__item--blucher img {}
}

@media screen and (min-width:768px) {
    .discover-our-editorial-seals__list {
        margin-left: 32px
    }
}

@media screen and (min-width:1200px) {
    .discover-our-editorial-seals__list {
        grid-template-columns: repeat(4, 20%)
    }

    .discover-our-editorial-seals__item--blucher img {}
}

@media screen and (min-width:1300px) {
    .discover-our-editorial-seals__list {
        margin-left: 18px
    }
}

@media screen and (min-width:1400px) {
    .discover-our-editorial-seals__list {
        margin-left: 64px
    }
}

.events-calendar {
    border-top: 2px solid var(--section-border-color);
    border-bottom: 2px solid var(--section-border-color);
    padding-top: 20px;
    padding-bottom: 60px
}

.events-calendar__event {
    max-width: 510px;
    width: 100%;
    height: 408px;
    border: 1px solid var(--section-events-calendar-border-color);
    border-radius: 11px 11px 0 0
}

.events-calendar__event__header {
    background-color: var(--section-events-calendar-header-background-color);
    height: 70px;
    border-radius: inherit
}

.events-calendar__event p, .events-calendar__event h4, .events-calendar__event h5, .events-calendar__event h6 {
    margin: 0;
    font-weight: 400
}

.events-calendar__events {
    display: flex;
    align-items: center
}

.events-calendar__event__header h4 {
    width: 100%;
    height: inherit;
    display: inline-flex;
    justify-content: center
}

.events-calendar__event__type h5 {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: -.29px;
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 700;
    color: #2a324f;
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: #2a324f12
}

.events-calendar__event__info {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.events-calendar__event__img-container {
    width: 40%;
    padding: 0;
    margin: 0
}

.events-calendar__event__img-container a>img {
    width: 90% !important
}

.events-calendar__event__time {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

span.events-calendar__event__datetime.time.events-calendar__event__hour-minute {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.events-calendar__event__datetime {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -.38px;
    font-weight: 400;
    color: var(--section-events-calendar-header-font-color);
    border-right: solid 2px #e2a42a;
    padding-right: 22px;
    margin-right: 22px
}

.events-calendar__event__datetime::before {
    content: '';
    width: 25px;
    height: 27px;
    margin-right: 6px;
    display: inline-flex;
    background: url(../png/icones-site_calendario-png.png) center center no-repeat;
    background-size: contain
}

.events-calendar__event__datetime.time::before {
    content: '';
    width: 25px;
    height: 27px;
    margin-right: 6px;
    display: inline-flex;
    background: url(../png/icones-site_relo-gio-png.png) center center no-repeat;
    background-size: contain
}

.events-calendar__event__info {
    padding: 10px
}

.events-calendar__event__text-container {
    text-align: center;
    width: 60%;
    padding-left: 23px
}

.events-calendar__event__text-container h6 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -.22px;
    margin-bottom: 17px;
    font-weight: 800
}

.events-calendar__event__text-container p {
    font-style: normal;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.17px
}

.events-calendar__event__content-address a {
    color: var(--section-events-calendar-content-font-color)
}

.events-calendar__event__text-containe__footer {
    margin-top: 17px
}

.events-calendar__events.owl-carousel .owl-item {
    display: flex;
    justify-content: center
}

.events-calendar__events.owl-carousel .owl-dots .owl-dot {
    background-color: var(--calendar-events-home-carousel-dots-background-color);
    opacity: 1
}

.events-calendar__events.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--calendar-events-home-carousel-dot-active-background-color);
    opacity: .6
}

.events-calendar__events.owl-carousel .owl-dots {
    bottom: -12px !important
}

@media screen and (max-width:359px) {
    .events-calendar__event__datetime {
        font-size: 28px;
        line-height: 34px
    }

    .events-calendar__event__datetime::before {
        width: 20px;
        height: 20px
    }

    .events-calendar__event__type h5 {
        font-size: 22px;
        line-height: 30px
    }

    .events-calendar__event__text-container h6 {
        font-size: 16px;
        line-height: 20px
    }

    .events-calendar__event__text-container p {
        font-size: 15px;
        line-height: 19px
    }
}

.carousel-vitrine-title {
    text-transform: none;
    font-weight: 400;
    letter-spacing: -.45px;
    border-bottom: none;
    color: var(--vitrine-home-title-font-color)
}

.product-wrapper .product-tags, .product-block-price {
    /*display: none*/
}

.product-wrapper {
    border: 2px solid transparent;
    margin-bottom: 0
}

.product-wrapper:hover {
    border: 2px solid #98989840
}

.product-wrapper-container {
    min-height: 150px;
    padding: 10px
}

.product-wrapper figure {
    display: flex;
    align-items: flex-start;
    margin-top: 10px
}

.product-wrapper .product-item-link figure img {
    margin: 0
}

.product-wrapper .product-name {
    color: var(--vitrine-home-product-name-font-color);
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    height: auto
}

.product-wrapper .product-item-link {
    margin-top: 10px
}

@media screen and (max-width:359.99px) {
    .product-wrapper .product-name {
        font-size: 16px
    }

    .product-wrapper-container {
        min-height: auto;
        padding: 0
    }
}

@media screen and (min-width:1200px) {
    .product-wrapper-container {
        max-width: 180px
    }

    .product-wrapper .product-name {
        margin-top: 5px
    }

    .product-wrapper figure {
        height: 200px
    }

    .carousel-vitrine-title {
        font-size: 21px;
        line-height: 23px
    }
}

@media screen and (min-width:1440px) {
    .carousel-vitrine-title {
        font-size: 32px;
        line-height: 38px
    }
}

.owl-carousel .owl-dots {
    bottom: 12px
}

.owl-carousel .owl-dots .owl-dot {
    background-color: var(--banner-full-home-carousel-dots-background-color);
    opacity: .48;
    width: 14px;
    height: 14px
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--banner-full-home-carousel-dot-active-background-color);
    opacity: .78
}

.icon-navigate-left:before {
    content: url('../svg/arrow-left-svg.svg')
}

.icon-navigate-right:before {
    content: url('../svg/arrow-right-svg.svg')
}

.owl-carousel .owl-nav button.disabled>span {
    opacity: .5
}

section.vitrine .filters-header, section.vitrine .filters-content, section.vitrine .filters-footer.modal-footer, section.vitrine #filtros {
    background-color: var(--filter-page-left-column-background-color)
}

section.vitrine .filter-list {
    overflow-y: initial;
    max-height: initial
}

section.vitrine .filter-list:after {
    background-image: none
}

section.vitrine .filter-container, section.vitrine .h1 {
    border-bottom-color: transparent
}

section.vitrine .h1, section.vitrine h1.filter-main-title, section.vitrine h2.filter-main-title, section.vitrine h3.filter-main-title {
    color: var(--filter-page-title-page-font-color);
    font-size: 19px;
    line-height: 23px;
    font-weight: bold;
    text-transform: none !important
}

section.vitrine .filter-title {
    color: var(--filter-page-list-title-font-color)
}

section.vitrine .ui-slider-horizontal {
    border-color: transparent
}

section.vitrine .ui-slider-horizontal .ui-slider-handle {
    border-color: var(--filter-page-ui-handle-border)
}

section.vitrine .ui-slider-horizontal .ui-slider-range {
    background-color: var(--filter-page-ui-slider)
}

section.vitrine .filter-link span {
    font-weight: bold
}

section.vitrine .filter-link p {
    color: var(--filter-page-list-items-font-color);
    letter-spacing: -.36px;
    font-size: 14.5px;
    line-height: 18px
}

section.vitrine .filter-list .current-range {
    color: var(--filter-page-list-items-font-color)
}

section.vitrine .filter-list .current-range .from, section.vitrine .filter-list .current-range .to {
    font-weight: bold
}

section.vitrine .filter-link:hover .filter-checkbox-label {
    border-color: var(--filter-page-list-items-hover-effect-font-color)
}

section.vitrine .filter-link .filter-checkbox:checked+.filter-checkbox-label {
    background: var(--filter-page-list-items-hover-effect-font-color);
    border-color: var(--filter-page-list-items-hover-effect-font-color)
}

section.vitrine .product-list.product-list-holder .row {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start
}

section.vitrine .breadcrumb>li {
    text-transform: none
}

section.vitrine .breadcrumb>li, section.vitrine .breadcrumb>li+li:before {
    color: var(--filter-page-breadcrumb-font-color)
}

@media screen and (max-width:991px) {
    section.vitrine .product-list.product-list-holder .row {
        margin-left: auto;
        margin-right: auto
    }

    .prd-list-filter-holder {
        padding: 20px;
        margin-top: -15px
    }
}

@media screen and (min-width:992px) {
    section.vitrine #filtros {
        width: 97%;
        margin-left: auto
    }

    section.vitrine .filter-container {
        padding-bottom: 0
    }

    section.vitrine .filter-link:hover .filtro--contador, section.vitrine .filter-link:hover>p>span {
        color: var(--filter-page-list-items-hover-effect-font-color);
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold
    }

    section.vitrine .container:nth-child(2) .row:nth-child(1) {
        display: flex;
        flex-direction: column
    }

    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        position: absolute;
        left: 33%;
        z-index: 100;
        width: 100%
    }

    section.vitrine .prd-list-filter-form {
        color: var(--filter-page-list-title-font-color)
    }

    section.vitrine {
        padding-top: 0
    }

    section.vitrine .row.scroll-vitrine {
        background-color: #fff;
        padding-left: 44px
    }

    section.vitrine .col-sm-12.col-md-9.col-lg-9 {
        background-color: #fff;
        padding-bottom: 100px
    }
}

@media screen and (max-width:991px) {
    section.vitrine .prd-list-filter-form {
        border-top: solid 1px #c7c7c7;
        padding-top: 15px
    }
}

@media screen and (min-width:1200px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 21%;
        padding-top: 20px;
        width: auto
    }

    section.vitrine .product-wrapper figure {
        height: 180px
    }
}

@media screen and (min-width:1400px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 22%
    }
}

@media screen and (min-width:1440px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 20%
    }
}

@media screen and (min-width:1500px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 21%
    }
}

@media screen and (min-width:1600px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 23%
    }
}

@media screen and (min-width:1800px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 27%
    }
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus, .pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    background-color: transparent;
    color: var(--pagination-font-color);
    border-color: transparent
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    background-color: transparent;
    color: inherit;
    text-decoration: underline;
    border-color: transparent
}

section.checkout.shopping-cart .column-labels {
    background-color: var(--checkout-column-labels-background-color)
}

section.checkout.shopping-cart .cart-finalizar.cart-finalizar-bottom {
    padding-top: 20px;
    border-top: 2px solid var(--checkout-finalizar-bottom-border-color)
}

header.header-checkout .checkout-steps-theme-clean td.ativo .icone {
    border-color: var(--checkout-column-labels-background-color)
}

#filtro-atributo-62 {
    display: none
}

@media screen and (min-width:992px) {}

h2.institucional-title-session {
    font-size: 2.9rem;
    font-weight: bold;
    padding-top: 21px
}

div.lc-treeMenu {
    border: solid 1px #d4d4d4;
    border-bottom: 0;
    padding-bottom: 20px
}

div.lc-treeMenu:before {
    content: 'Menu';
    float: left;
    width: 100%;
    padding: 15px 26px;
    background: #d4d4d4;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px
}

div.lc-treeMenu ul.lc-treeList {
    padding-left: 28px
}

div.acc-info span.welcome {
    float: left;
    width: 100%;
    font-size: 12px !important
}

div.acc-info div.links {
    float: left;
    width: 100%;
    padding-top: 3px
}

div.acc-info div.links a {
    font-size: 13px
}

section.institucional.inst-page div.col-md-9.col-xs-12 a {
    text-decoration: underline;
    font-weight: bold
}

article.discover-our-editorial-seals__article p {
    margin-top: 24px;
    font-size: 13px;
    text-align: center;
    color: #848484
}

[ng-repeat="material in Produto.MateriaisApoio"] li a {
    font-weight: 600
}

[ng-repeat="material in Produto.MateriaisApoio"] li a:after {
    content: ":";
    margin-right: 10px
}

[ng-repeat="material in Produto.MateriaisApoio"] li a:before {
    content: "\f023";
    font-family: FontAwesome;
    margin-right: 4px;
    color: #484848
}

#filtro-precos, #filtro-atributo-66, #filtro-marca, .filtro-categoria__contador, .filtro--contador {
    display: none
}

.header-h4 .header-my-acc {
    position: relative
}

.header-right-nav .acc-info .welcome, .info-user .user-ctn .nome-user {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.header-right-nav .acc-info .welcome strong {
    white-space: nowrap
}

.logo-abm {
    display: inline-block;
    max-width: 40px
}

.header-h4 .header-middle .abm-desc {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 80px;
    height: 80px;
    border-top: solid 40px #c81e32;
    border-right: solid 40px #c81e32;
    border-left: solid 40px transparent;
    border-bottom: solid 40px transparent
}

.header-h4 .header-middle .abm-desc:after, .info-user .user-ctn .nome-user .abm-desc:after {
    content: attr(data-desc)
}

.header-h4 .header-middle .abm-desc:after {
    position: absolute;
    top: -13px;
    right: -34px;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.header-h4 .header-middle .abm-desc img {
    position: absolute;
    top: -28px;
    right: -32px;
    display: block
}

.info-user .user-ctn .nome-user .abm-desc {
    background: #c81e32;
    padding: 4px 7px;
    color: #fff;
    font-size: 10px;
    border-radius: 4px
}

@media screen and (max-width:1199.9px) {
    .header-h4 .header-middle .abm-desc {
        display: none
    }
}

.category-active span {
    text-decoration: underline;
    color: #000
}

.category-active span:before {
    content: "\279C";
    float: left;
    padding-right: 5px;
    font-size: 12px
}

.filter-main-title a:hover {
    text-decoration: none
}

.filter-main-title a:before, .filter-title a:before {
    content: "\279C";
    float: left;
    font-size: 15px;
    font-weight: 100;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #000;
    border-radius: 27px;
    width: 27px;
    height: 27px;
    margin-left: -15px;
    margin-top: -3px;
    padding-left: 7px;
    margin-right: 2px;
    padding-top: 1px
}

.filter-title a:before {
    line-height: 23px;
    margin-top: -4px;
    background: none;
    box-shadow: 0 0 !important;
    margin-right: 2px;
    margin-left: -25px
}

section.checkout.shopping-cart button.btn.btn-default.btn-secondary {
    background-color: #5c9aa2;
    color: #fff;
    font-style: italic
}

div#calcular-frete {
    background: #e7e7e7;
    padding: 4px 30px 19px 30px;
    display: inline-block;
    width: 100%
}

div#calcular-frete h3, div#adicionar-cupom h3 {
    font-size: 16px;
    margin: 29px 10px 17px 0
}

div#calcular-frete h3 i, div#adicionar-cupom h3 i {
    margin-right: 6px;
    font-size: 15px
}

div#calcular-frete a {
    font-size: 15px;
    padding-top: 13px;
    text-decoration: underline
}

div#calcular-frete a:after {
    content: "\00a0\00a0\00a0\f08e";
    /*font-family: 'FontAwesome'*/
}

div#adicionar-cupom {
    background: #f3f3f3;
    padding: 6px 30px 28px 30px;
    display: inline-block;
    width: 100%
}

div#calcular-frete input[type="text"], div#adicionar-cupom input[type="text"] {
    max-width: 200px;
    font-size: 17px
}

section.shopping-cart .shopping-cart-wrapper .shopping-cart-options span.tolltip {
    background-color: #c1c1c1 !important;
    padding: 1px 9px !important;
    color: #686868 !important
}

.product-unavaiable.pre-lancamento {
    padding-top: 13px !important
}

.product-unavaiable.pre-lancamento .product-unavaiable-title i, .product-unavaiable.pre-lancamento .product-unavaiable-title h3 {
    color: #4caf50 !important;
    font-weight: bold !important;
    padding-bottom: 15px
}

.product-unavaiable.pre-lancamento .product-unavaiable-title i {
    font-size: 21px !important
}

.product-unavaiable.pre-lancamento .product-unavaiable-title h3 {
    font-size: 23px !important
}

.product-unavaiable.pre-lancamento p {
    color: #747474 !important;
    font-size: 17px;
    padding-bottom: 10px
}

section.pdp .product-unavaiable-title, section.pdp .product-without-price-title {
    padding-bottom: 19px !important
}

section.pdp .product-unavaiable-title h3 {
    font-size: 18px !important;
    margin-top: 11px !important
}

#form-aviseme-produto input {
    font-size: 16px
}

#form-aviseme-produto button {
    background: #5c9aa2;
    color: #fff;
    font-style: italic;
    font-size: 17px
}

button[ng-click="removerCupom()"] {
    background-color: #ffeb00;
    max-width: 300px !important
}

.product-details-section-produtos-relacionados .pdp-favoritos button.btn-lista-desejos, .product-details-section-produtos-relacionados .pdp-favoritos {
    display: none !important
}

div[data-owl-carousel-pdp].easyzoom.no-zoom img {
    cursor: auto !important
}

div[data-owl-carousel-pdp].easyzoom.no-zoom div.easyzoom-flyout {
    display: none !important
}

section.pdp .product-unavaiable, section.pdp .product-without-price {
    margin-bottom: 20px
}

.header-abm {
    background: url(../banner_abm_desktop-png.html);
    width: 100%;
    height: 240px;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat
}

em {
    font-style: italic
}

.product-wrapper.pre-lancamento div.product-tags {
    display: block
}

.product-wrapper.pre-lancamento {
    opacity: 1 !important
}

.product-wrapper.pre-lancamento div.product-tags ul li.tag-full img {
    width: 100%;
    height: auto
}

.product-wrapper.pre-lancamento h3.product-name {
    float: left;
    width: 100%
}

@media screen and (min-width:2060px) {
    section.vitrine .container:nth-child(1) .col-sm-12.hidden-xs {
        left: 31%
    }
}

table.coedicao tr {
    border-bottom: solid 1px #cfcfcf
}

table.coedicao td {
    vertical-align: bottom;
    padding-bottom: 30px
}

.product-details-section.product-details-geral div.container p, .product-details-section.product-details-geral div.container div {
    padding: 10px 100px 12px 39px;
    font-size: 109%;
    font-kerning: none;
    text-rendering: geometricPrecision;
    color: #484848;
    text-align: justify !important;
    margin-bottom: 0;
    background-color: #fbfbfb;
    /*hyphens: auto;*/
    -webkit-font-smoothing: antialiased
}

section.pdp .product-wrapper .product-name {
    font-weight: 400;
    color: var(--vitrine-home-product-name-font-color);
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    height: auto;
    margin-top: 5px !important
}

.prd-list-filter-holder {
    background-color: var(--filter-page-left-column-background-color)
}

.banners-group>.container {
    padding-left: 0;
    padding-right: 0
}

.tooltip .tooltip-arrow {}

.tooltip .tooltip-inner {
    font-size: 14px;
    padding: 10px 15px
}

section.vitrine>div.container {
    padding-bottom: 0 !important
}

section.vitrine .row.scroll-vitrine {
    padding-bottom: 100px
}

.mmFooter ul li.mmLogoLoja img {
    margin: 0 auto;
    margin-bottom: 35px
}

.mmFooter .mmTitulo {
    margin-top: 25px !important
}

h4.newsletter__title {
    padding-bottom: 17px
}

section.vitrine .breadcrumb>li, section.vitrine .breadcrumb>li+li:before, section.pdp .breadcrumb>li {
    color: #969696 !important
}

.breadcrumb>li {
    font-size: 14px !important;
    text-transform: initial !important
}

section.pdp .product-actions .d-flex.a-center.j-space-between {
    margin-bottom: 3px !important
}

section.pdp .breadcrumb {
    padding-top: 5px !important
}

section.pdp .product-price-parcels {
    margin-top: 1px !important;
    opacity: .7
}

.menu-category {
    padding-left: 20px !important
}

.menu-subcategory {
    padding-left: 15px !important
}

.category-name {
    opacity: .7;
    font-size: 17px !important
}

.subcategory-name {
    color: #d1b01f !important;
    font-size: 17px !important;
    margin-top: 13px !important
}

section.vitrine .filter-title a {
    text-decoration: none !important
}

section.vitrine .prd-list-filter-form .form-control {
    padding-top: 6px
}

section .panel-welcome-img {
    display: none
}

.no-divisor-border {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

body #form-cadastro, #form-cadastro .form-control {
    color: rgb(000) !important
}

#form-cadastro .form-control {
    border: 1px solid #bababa
}

section.pdp .product-image {
    padding-bottom: 22px
}

[ng-show="cliente.newsletter"] .select2-search__field {
    width: 260px !important
}

@media screen and (min-width:1200px) {
    .product-wrapper-container.search-page {
        max-width: none !important
    }

    section.vitrine .product-wrapper figure.search-page {
        height: 302px !important
    }

    .product-wrapper .product-name.search-page {
        font-size: 16px !important;
        font-weight: 600 !important
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .product-wrapper figure.search-page {
        height: 210px
    }
}

@media screen and (min-width:1280px) and (max-width:1439px) {
    .product-wrapper figure.search-page {
        height: 302px
    }
}

@media screen and (min-width:1440px) {
    .product-wrapper figure.search-page {
        height: 367px
    }
}

li.tag-full img {
    max-width: 147px !important
}

li.tag-full {
    text-align: left
}
