@font-face {
    font-family: 'Calibri';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: local("Calibri"), url('../fonts/Calibri-Light.woff2') format('woff2'), url('Calibri-Light.woff') format('woff');
}

body, pre {
    font-family: 'Calibri', 'Roboto', 'Trebuchet MS', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-rendering: optimizelegibility;
    box-sizing: border-box;
    box-shadow: none !important;
}

.fundo {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    padding: 0 !important;
    margin: 0 !important;
}

label.error {
    font-size: .9rem;
    font-weight: bold;
    padding-left: 1rem;
}

.zoomImg {
    cursor: crosshair;
}

a, a:hover, a:active {
    text-decoration: none;
    transition: color .3s ease;
}

textarea:focus, input:focus, select:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border-color: #ced4da !important;
}

.link-secundario {
    font-size: .8rem;
    transition: color .3s ease;
}

.caixa-suspensa {
    padding: .5rem 1rem;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    z-index: -1;
}

.caixa-suspensa::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 33px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

#btn-televendas, #btn-televendas:hover, #btn-televendas:focus, #btn-televendas:active {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    outline: 0;
}

.logo img {
    width: auto;
    min-width: 144.44px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.campo-pesquisa input, .campo-pesquisa button {
    border: 1px solid #ced4da;
}

.campo-pesquisa input {
    border-right: none;
}

.campo-pesquisa button {
    border-left: none;
    background-color: #fff;
}

.login {
    cursor: default;
    position: relative;
}

.login .circulo-login {
    border: 2px solid;
    margin-right: .5rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
}

.login .circulo-login i.fa-user {
    font-size: 1.5rem;
    padding: .5rem;
}

.login .texto-login span {
    display: block;
}

.login .texto-login span:nth-child(1) {
    font-weight: 600;
    font-size: 1.1em;
    line-height: .8em;
}

.login .caixa-suspensa {
    top: 3rem;
    left: -320px;
    min-width: 430px;
}

.login .caixa-suspensa.logada {
    top: 3rem;
    left: -50px;
    min-width: 250px;
}

.login:hover {
    z-index: 1551;
}

.login:hover .caixa-suspensa {
    z-index: 2000;
    opacity: 1;
    visibility: visible;
}

.login:hover+.fundo {
    opacity: 1;
    z-index: 1550;
}

.login .caixa-suspensa::before {
    left: 405px;
}

.login .caixa-suspensa.logada::before {
    left: 120px;
}

.login .caixa-suspensa>div>div {
    min-width: 220px;
}

.login .caixa-suspensa>div>div:nth-child(2)>a {
    font-weight: 700;
    color: #2b0c02;
    font-size: 1.3em;
    text-align: center;
    border-radius: .25rem;
    padding: .5rem;
    max-width: 150px;
    line-height: 22px;
}

.login .caixa-suspensa .caixa-login {
    padding: .3rem .6rem;
    border-radius: .25rem;
}

.login .caixa-suspensa .caixa-login span:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5rem;
}

.login .caixa-suspensa .logar, .mobile-menu .logar {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: bold;
    margin-bottom: .5rem;
}

.login .caixa-suspensa span:nth-child(3) a, .login .caixa-suspensa span:nth-child(3) a:hover {
    font-weight: bold;
}

.login .caixa-suspensa .outros-links {
    list-style: none;
    padding: .5rem 0 0;
    font-size: .9rem;
}

.carrinho {
    padding-left: 1rem;
}

.carrinho>a {
    position: relative;
}

.carrinho>a>span:first-of-type {
    font-size: 32px;
}

.carrinho .carrinho-quantidade {
    overflow: hidden;
    position: absolute;
    top: -5px;
    left: 11px;
    width: 21px;
    height: 21px;
    font-size: 12.8px;
    border-radius: 50%;
    border: 1px solid;
}

.carrinho .carrinho-quantidade.casas-2 {
    width: 24px;
    height: 24px;
}

.carrinho .carrinho-quantidade.casas-3 {
    top: -7px;
    width: 26px;
    height: 26px;
    font-size: 11.2px;
}

.menu {
    border-bottom: .25rem solid;
    font-weight: bold;
    text-transform: uppercase;
}

.menu span {
    margin: 0 1rem;
}

.menu .d-flex>div:nth-child(1) {
    font-size: 1.2rem;
    margin-left: 0;
}

.menu span:last-child {
    margin-right: 0;
    transition: color .3s ease;
}

.menu .categorias {
    position: relative;
    text-transform: uppercase;
    cursor: default;
}

.menu .categorias .caixa-suspensa {
    top: 2.5rem;
    left: 0;
    min-width: 300px;
}

.menu .categorias:hover {
    z-index: 1551;
}

.menu .categorias:hover .caixa-suspensa {
    z-index: 2000;
    opacity: 1;
    visibility: visible;
}

.menu .categorias:hover+.fundo {
    opacity: 1;
    z-index: 1550;
}

.menu .categorias .caixa-suspensa a {
    font-size: 1rem;
    padding: .25rem 0;
}

.menu .categorias .caixa-suspensa a:hover, .menu .categorias .caixa-suspensa a:active {
    text-decoration: underline;
}

main section {
    overflow: auto;
}

#pesquisar {
    position: fixed;
    top: -100px;
    right: 0;
    padding: 0 1rem;
    z-index: 1400;
    transition: all .3s;
}

#pesquisar.show {
    top: 0;
}

#pesquisar.pesquisar {
    padding: 1rem 0 1rem 1rem;
    margin-right: 1rem;
    box-shadow: 0 .025rem .5rem #00000064;
}

#pesquisar .campo-pesquisa, #pesquisar>div>button.pesquisar-fechar, #pesquisar.pesquisar>div>button {
    display: none;
}

#pesquisar.pesquisar .campo-pesquisa, #pesquisar.pesquisar>div>button.pesquisar-fechar {
    display: block;
}

#pesquisar .campo-pesquisa {
    width: 400px;
}

#pesquisar>div>button {
    font-size: 2rem;
    box-shadow: 0 .025rem .5rem #00000064;
}

#pesquisar>div>button.pesquisar-fechar {
    font-size: 1rem;
    box-shadow: none;
}

#slides .carousel-item {
    height: 400px;
}

#slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide ol.carousel-indicators {
    position: relative;
    padding: .5rem 0;
    margin-bottom: 0;
}

.slide ol.carousel-indicators li {
    height: 5px;
}

main {
    min-height: calc(100vh - 156px - 214.8px);
}

.sessao {
    border-radius: .25rem;
    padding: .7rem 1rem;
    min-height: 1rem;
}

#lgpd {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 25px;
    z-index: 9999;
    -webkit-box-align: center;
    align-items: center;
    max-width: 1230px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 15px;
    box-shadow: rgb(170 170 170) 0px 0px 10px;
    border-radius: 12px;
    display: flex;
}

#lgpd p {
    padding: 0;
    margin: 0;
}

#lgpd button{
    color: #fb3e00;
    border-color: #fb3e00;
}

#mais-informacoes {
    padding-top: 1rem;
}

#mais-informacoes h2 {
    /* margin: .5rem 1rem; */
    font-weight: bold;
    font-size: 1.2rem;
}

#mais-informacoes ul {
    list-style: none;
    padding: 0;
}

footer .mais-informacoes a {
    transition: color .3s ease;
    padding: 0 2rem .175rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

footer .mais-informacoes span {
    font-size: .8rem;
    margin: .5rem 0 0 .5rem;
}

footer .logo img {
    max-height: 50px;
}

footer .mais-que-uma-equipe {
    font-size: 1.3rem;
    padding: 0 1rem;
}

footer .acompanhe-nas-redes-sociais {
    font-size: 1.3rem;
    padding-right: 1rem;
}

footer .redes-sociais, footer .redes-sociais span.circulo-redes-sociais, footer .redes-sociais span.circulo-redes-sociais span {
    font-size: 1.5rem;
}

footer .redes-sociais>a>span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}

footer .news-letter {
    margin-top: 1rem;
    padding: 1rem 3rem;
    border-radius: .375;
}

footer .news-letter label {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding-right: 1rem;
}

footer .news-letter input {
    width: auto;
    margin-right: 1rem;
}

footer .news-letter button, footer .news-letter button:hover {
    padding: .375rem 3rem;
    font-size: 1rem;
    font-weight: 600;
}

footer .informacoes {
    padding: 1rem 0;
    font-size: .8rem;
}

footer .buttons-fixed {
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 1rem;
    transition: all 1s ease-out;
}

footer .buttons-fixed .whatsapp, footer .buttons-fixed .retornar-topo {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: .5rem;
    transition: all 1s ease-out;
}

footer .buttons-fixed .show {
    opacity: 1;
    height: calc(52px + 1rem);
}

footer .buttons-fixed.fixar {
    position: absolute;
}

footer .buttons-fixed button {
    min-width: 52px;
    max-width: 52px;
    min-height: 52px;
    max-height: 52px;
    outline: 0;
    background-color: transparent;
    border: none;
    font-size: 2em;
    padding: .25rem .5rem 0;
    box-shadow: 0 .025rem .5rem #00000064;
    border-radius: 50%;
}

.lazy-img {
    opacity: 0;
    transition: all .7s ease-in;
}

.lazy-img.loaded {
    opacity: 1;
}

a.produto, .produto {
    position: relative;
}

a.produto>span, .produto>span {
    position: relative;
    overflow: hidden;
    width: 250px;
    padding: 0;
    border-radius: .25rem;
    color: #666;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0 0 .1rem #00000064;
    transition: all .3s;
}

a.produto>span img, .produto>span img {
    width: 100%;
    height: 176px;
    object-fit: cover;
}

a.produto>span:hover, .produto>span:hover {
    color: #666;
    box-shadow: -.2rem -.2rem 1rem #00000032, .2rem .2rem 1rem #00000032;
}

a.produto>span .titulo, .produto>span .titulo {
    padding: 0 .875rem;
}

a.produto>span>span:nth-of-type(1) {
    position: relative;
}

a.produto>span>span:nth-of-type(1)>img.img-campanha {
    position: absolute;
    top: 0;
    left: 0;
    height: 45%;
    width: auto;
    object-fit: contain;
}

a.produto>span>span:nth-of-type(3) {
    border-radius: 0 0 .25rem .25rem;
    font-weight: bold;
}

.produto>span>span.efeito-click {
    position: absolute;
    background: #000;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate .5s linear;
}

.swal2-container {
    z-index: 3000 !important;
}

@keyframes animate {
    0% {
        width: 0;
        height: 0;
        opacity: .4;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

#modal-televendas .modal-content {
    border: 2px solid;
}

#modal-televendas .modal-content .modal-header {
    border-bottom: 0;
}

#modal-televendas .modal-content .modal-header .modal-title {
    font-size: 1.8rem;
    font-weight: bold;
}

#modal-televendas .modal-content .modal-header .modal-title a {
    text-decoration: underline;
}

#modal-televendas .modal-content .modal-body {
    font-size: .85rem;
}

#modal-televendas .modal-content .modal-body h6 {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 1281px) {
    #slides .carousel-item {
        height: 430px;
    }
}

@media only screen and (min-width: 1440px) {
    #slides .carousel-item {
        height: 450px;
    }
}

@media only screen and (min-width: 1630px) {
    #slides .carousel-item {
        height: 480px;
    }
}

@media only screen and (min-width: 1800px) {
    #slides .carousel-item {
        height: 520px;
    }
}

@media only screen and (min-width: 2100px) {
    #slides .carousel-item {
        height: 550px;
    }
}

@media only screen and (max-width: 1280px) {
    #slides .carousel-item {
        height: 390.6px;
    }
}

@media only screen and (max-width: 1249px) {
    .informacoes {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .informacoes>div {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #slides .carousel-item {
        height: 374.7px;
    }
}

@media only screen and (max-width: 1199px) {
    footer .news-letter {
        padding-left: 0;
        padding-right: 0;
    }

    footer .news-letter label {
        font-size: 1.1rem;
    }

    a.produto>span, .produto>span {
        width: 220px;
    }

    a.produto>span img, .produto>span img {
        height: 156px;
    }

    #slides .carousel-item {
        height: 310px;
    }
}

@media only screen and (max-width: 991px) {
    footer .logo img {
        max-height: 45px;
    }

    footer .mais-que-uma-equipe, footer .acompanhe-nas-redes-sociais {
        font-size: 1rem;
        padding-right: .5rem;
    }

    footer .redes-sociais, footer .redes-sociais span.circulo-redes-sociais, footer .redes-sociais span.circulo-redes-sociais span {
        font-size: 1.3rem;
    }

    footer .redes-sociais>a>span {
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
    }

    footer .news-letter label {
        width: 100%;
    }

    .informacoes>div>span:last-child {
        margin-top: .5rem;
    }

    #slides .carousel-item {
        height: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-no-scroll {
        overflow: hidden;
    }

    header::before {
        content: '';
        width: 100%;
        height: 0;
        display: block;
        border-top: .5rem solid;
        border-bottom: .4rem solid;
        margin-bottom: .5rem;
    }

    .mobile-button-menu {
        font-size: 1.3rem;
    }

    .mobile-logo {
        object-fit: contain;
        width: auto;
        height: 50px;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        left: -768px;
        width: 100%;
        max-width: 90%;
        padding: 1rem;
        border-radius: 0 0 .25rem 0;
        box-shadow: 0 .2rem .5rem #00000064;
        box-shadow: 0.05rem 0.05rem 0.2rem #fb3e00cc;
        transition: all .7s;
        z-index: 2000;
    }

    .mobile-menu.show {
        left: 0;
    }

    .mobile-menu>div {
        max-height: calc(100vh - 6.5rem);
        max-height: 100vh;
        padding-bottom: 6rem;
    }

    .mobile-menu.show+.fundo {
        opacity: 1;
        z-index: 1999;
    }

    .mobile-menu .mobile-menu-login, .mobile-menu .outros-links {
        font-weight: bold;
    }

    .mobile-menu hr {
        margin: .5rem 0;
        border-top: 2px solid;
    }

    .mobile-menu .categorias {
        font-size: 1.2rem;
        padding: .3rem 0;
    }

    .mobile-menu .categorias h3 {
        padding: 0;
        margin: 0;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .mobile-menu .categorias a span:nth-of-type(1) {
        width: 35px;
        height: 35px;
        padding: 0;
        border-radius: 50%;
        border: 1px solid #666;
    }

    .mobile-menu .categorias a span:nth-of-type(1) img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    main article .mobile-categorias {
        padding: .3rem 1rem 1rem;
    }

    main article .mobile-categorias a {
        width: calc(25% - 2rem);
        padding: .5rem;
        border: 2.5px solid;
        border-radius: 50%;
        overflow: hidden;
    }

    main article .mobile-categorias a img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .mais-que-uma-equipe, .acompanhe-nas-redes-sociais {
        text-align: center;
    }

    #slides .carousel-item {
        height: 360px;
    }
}

@media only screen and (max-width: 678px) {
    #slides .carousel-item {
        height: 318px;
    }
}

@media only screen and (max-width: 600px) {
    #slides .carousel-item {
        height: 282px;
    }
}

@media only screen and (max-width: 575px) {
    .mobile-menu {
        left: -576px;
    }

    footer .news-letter label {
        text-align: center;
    }

    footer .news-letter input {
        margin-right: 0;
        margin-top: .5rem;
    }

    main article .mobile-categorias a {
        width: calc(25% - 1rem);
    }

    footer .news-letter input:last-of-type {
        margin-bottom: .5rem;
    }

    #slides .carousel-item {
        height: 287px;
    }
}

@media only screen and (max-width: 550px) {
    #slides .carousel-item {
        height: 258px;
    }
}

@media only screen and (max-width: 510px) {
    a.produto>span, .produto>span {
        width: 150px;
    }

    a.produto>span img, .produto>span img {
        height: 106px;
    }

    a.produto>span .titulo, .produto>span .titulo {
        font-size: .8rem;
    }

    #slides .carousel-item {
        height: 239px;
    }
}

@media only screen and (max-width: 455px) {
    #slides .carousel-item {
        height: 214px;
    }
}

@media only screen and (max-width: 410px) {
    #slides .carousel-item {
        height: 192px;
    }
}

@media only screen and (max-width: 374px) {
    .mobile-menu {
        left: -375px;
    }

    .div-mais-que-uma-equipe {
        display: none !important;
    }

    .div-acompanhe-nas-redes-sociais {
        width: 100%;
    }

    main article .mobile-categorias a {
        width: calc(25% - .25rem);
    }

    footer .news-letter label {
        font-size: 1rem;
    }

    a.produto>span, .produto>span {
        width: 130px;
    }

    a.produto>span img, .produto>span img {
        height: 92px;
    }

    #slides .carousel-item {
        height: 176px;
    }
}

@media only screen and (max-width: 335px) {
    #slides .carousel-item {
        height: 157px;
    }
}