/* 
    Document   : padraoVedoble
    Created on : 19/03/2014, 12:35:47
    Author     : wellington.wc
    Description:
        Purpose of the stylesheet follows.
*/
/*FONT*/
@font-face {
    font-family: 'Press Start 2P';
    src: url('../resources/fonts/PressStart2P-Regular.ttf') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Light';
    src: url('../resources/fonts/Prompt-Light.ttf') ;
    font-weight: normal;
    font-style: normal;
}

.ui-linkbutton.ui-button.ui-state-default > a{
    text-decoration: none !important;
}

/*@font-face {
    font-family: madetommy;
    src: url('../resources/fonts/madetommy.woff') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: madetommy;
    src: url('../resources/fonts/madetommy-bold.woff') ;
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: madetommy !important;
    --font-family: madetommy !important;
    overflow-x: hidden;    
    background: #f0f1f1;
    color: #495057;
}
body .ui-widget {
    font-family: madetommy !important;
    --font-family: madetommy !important;
    font-size: 1rem;
}*/

body {
    overflow-x: hidden;
    background: #f0f1f1;
    color: #495057;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body .ui-carousel .ui-carousel-indicators .ui-carousel-indicator.ui-state-highlight button {
    background-color: #00B13A;
}
body .ui-button {
    background: #00B13A;
    color: #ffffff;
    border: none !important;
}
body .ui-button.ui-state-hover {
    background: #085736;
    border-color: #085736;
}

.txt-bold{
    font-weight: bolder!important;
}

.botao-menu-topo.ui-state-hover {
    color: #ffffff;
    background-color: transparent !important;
    border: none;
}

.botao-menu-topo.ui-state-active{
    color: #ffffff;
    background-color: transparent !important;
    border: none;
}
body .ui-button.ui-state-active, body .ui-button.ui-state-down {
    background: #095737;
    border-color: #095737;
    color: #ffffff;
}

body .ui-button.ui-button-success, body .ui-splitbutton.ui-button-success > .ui-button {
    background: #00B13A;
    color: #ffffff;
    border: 1px solid #00B13A;
}
body .ui-button.ui-button-success.ui-state-hover, body .ui-splitbutton.ui-button-success > .ui-button.ui-state-hover {
    background: #095737;
    color: #ffffff;
    border-color: #095737;
}
body .ui-selectonemenu.ui-state-hover {
    border-color: #00B13A;
}
body .ui-selectonemenu.ui-state-focus {
    border-color: #00B13A;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em #00B13A;
}
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight {
    background: #E6FDE3;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #00B13A;
    background: #00B13A;
    color: #ffffff;
}
body .ui-slider .ui-slider-handle {
    border: 2px solid #00B13A;
}
body .ui-slider .ui-slider-handle.ui-state-hover {
    border-color: #00B13A;
    background: #00B13A;
}
body .ui-slider .ui-slider-range {
    background: #00B13A;
}

body .ui-inputfield.ui-state-hover {
    border-color: #00B13A;
}
body .ui-inputfield.ui-state-focus {
    border-color: #00B13A;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em #D4EDDC;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background: #D4EDDC;
}

body .ui-selectbooleanbutton.ui-state-active, body .ui-selectonebutton > .ui-button.ui-state-active, body .ui-selectmanybutton > .ui-button.ui-state-active {
    background: #00A849;
    border-color: #00A849;
    color: #ffffff;
}
body .ui-selectbooleanbutton.ui-state-active:not(.ui-state-disabled):hover, body .ui-selectonebutton > .ui-button.ui-state-active:not(.ui-state-disabled):hover, body .ui-selectmanybutton > .ui-button.ui-state-active:not(.ui-state-disabled):hover {
    background: #095737;
    border-color: #095737;
    color: #ffffff;
}
body .ui-chkbox .ui-chkbox-box.ui-state-hover {
    border-color: #095737;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover {
    background: #095737;
}
body .ui-chkbox .ui-chkbox-box.ui-state-focus {
    box-shadow: 0 0 0 0.2em #D4EDDC;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
    border-color: #00A849;
    background: #00A849;
    color: #ffffff;
}

body .ui-button.ui-button-success.ui-button-flat, body .ui-splitbutton.ui-button-success > .ui-button.ui-button-flat {
    color: #095737 ;
}
body .ui-button.ui-button-success.ui-button-flat.ui-state-hover, body .ui-splitbutton.ui-button-success > .ui-button.ui-button-flat.ui-state-hover {
    background: rgba(104, 159, 56, 0.04);
    border-color: transparent;
    color: #00B13A;
}

body .ui-commandlink, body .ui-link {
    color: #00B13A;
}

body .ui-commandlink:hover, body .ui-link:hover {
    color: #00b13a;
    text-decoration: none;
}
body .ui-galleria .ui-galleria-indicators {
    padding: 0.5rem;
}

body .ui-rating .ui-rating-star a:hover {
    color: #00a849;
}
body .ui-rating .ui-rating-star-on a {
    color: #00a849;
}
body .ui-carousel .ui-carousel-indicators .ui-carousel-indicator.ui-state-highlight button {
    background-color: #00A849;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-hover {
    border-color: #00A849;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #00A849;
    background: #00A849;
    color: #ffffff;
}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active.ui-state-hover {
    background: #00A849;
}

.banner-desktop{
    display: none !important;
}

.ui-sticky-ghost{
    display: none !important;
}

/*Botão WhatsApp*/
.wpp-desktop{
    display: none !important;
}
.layout-config {
    position: fixed;
    padding: 0;
    top: 0;
    right: 0;
    display: block;
    width: 550px;
    z-index: 998;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
    transform: translateX(100%);
    backface-visibility: hidden;
}
.layout-config.layout-config-active {
    transform: translateX(0);
}
.layout-config.layout-config-active .layout-config-content-wrapper .layout-config-button i {
    transform: rotate(0deg);
}
.layout-config .layout-config-content-wrapper {
    position: relative;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
    color: var(--text-color);
    background-color: var(--surface-f);
}

.layout-config .layout-config-content-wrapper .layout-config-button {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 62px;
    background-color: #34af23;
    text-align: center;
    color: #ffffff;
    top: 270px;
    left: -45px;
    z-index: -1;
    overflow: hidden;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    animation-name: rubberBand;
    animation-duration: 1s;
    animation-iteration-count: 3;
    animation-delay: 5s;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.layout-config .layout-config-content-wrapper .layout-config-button i {
    font-size: 35px;
    line-height: inherit;
    cursor: pointer;
    transform: rotate(360deg);
    transition: transform 1s;
    margin-top: -9px;
}

.layout-config a {
    color: #2196f3;
    font-weight: 600;
    cursor: pointer;
}
.layout-config a:hover {
    text-decoration: underline;
}
.layout-config .layout-config-content {
    overflow: auto;
    height: 100%;
    padding: 2rem;
}
.layout-config .config-scale {
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem 0;
}
.layout-config .config-scale .p-button {
    margin-right: .5rem;
}
.layout-config .config-scale i {
    margin-right: .5rem;
    font-size: .75rem;
    color: var(--text-color-secondary);
}
.layout-config .config-scale i.scale-active {
    font-size: 1.25rem;
    color: #2196f3;
}
.layout-config .layout-config-close {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    right: 20px;
    top: 20px;
    z-index: 999;
    background-color: #34af23;
    border-radius: 50%;
    transition: background-color .2s, box-shadow .2s, transform .2s;
}
.layout-config .layout-config-close i {
    color: var(--primary-color-text);
    line-height: inherit;
    font-size: 14px;
}
.layout-config .layout-config-close:hover {
    transform: scale(1.1);
}
.layout-config .layout-config-close:focus {
    outline: 0 none;
    box-shadow: 0 0 0 0.2rem #BBDEFB;
}
.layout-config .p-grid > div {
    padding: 1rem;
    text-align: center;
}
.layout-config .p-grid > div span {
    display: block;
}
.layout-config .p-grid > div button {
    position: relative;
    display: inline-flex;
    justify-content: center;
}
.layout-config .free-themes img {
    width: 50px;
    border-radius: 4px;
    transition: transform .2s;
}
.layout-config .free-themes img:hover {
    transform: scale(1.1);
}
.layout-config .free-themes span {
    font-size: .875rem;
    margin-top: .25rem;
}
.layout-config .premium-themes img {
    width: 100%;
    transition: transform .2s;
}
.layout-config .premium-themes img:hover {
    transform: scale(1.1);
}
/*Botão WhatsApp*/

.layout-wrapper {
    width: 100%;
    max-height: 100%;
    height: auto;
    right: 0;
    position: absolute;
    top: 0;
    text-align: center;
}

/*********HEADER ******************/
.layout-wrapper .layout-header{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}


.div-horario-atendimento{
    background: #F3F3F3;
    height: 130px;
    border-radius: 6px;
    font-size: 14px;
    width: 97%;

}

.title-horario-atendimento{
    font-weight: bold;

}
.icon-logo-footer{
    width: 100px;
    height: auto;
    margin-bottom: -16px;
}
.logo-footer{
    width: 100%;
    max-width: 257px;
}

.txt-logo-footer {
    font-weight: 400;
    font-size: 19px;
}

.icons-sociais-footer{
    padding-right: 30px;
}

.div-icons-sociais-footer{
    text-align: left !important;

}
.layout-wrapper .layout-header .header-logo-mobile{
    background: #fff;
}
.layout-wrapper .layout-header .header-logo-mobile .topbar-idioma-mobile{
    width: 65px !important;
}
/*.ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
    margin-top: 3px;
    margin-right: 45px;
    font-size: 18px;
}
.ui-fluid .ui-selectonemenu .ui-inputfield{
    font-size: 12px !important;
    font-weight: bold;
    margin-top: 6px;
}

/*<.ui-fluid .ui-selectonemenu {
    border: none !important;
    background-color: transparent !important;
}*/
.layout-wrapper .layout-header .header-logo-mobile .header-img-mobile{
    width: 35%;
    height: auto;
    padding: 26px;
    min-width: 262px;
}


.layout-wrapper .layout-header .header-menu-mobile{
    background: #00B13A;
}

.layout-wrapper .layout-header .header-menu-mobile .header-icon-search-mobile{
    background: #fff;
    color: #00B13A;
    border: 1px solid #ced4da;
    border-right: none;

}

.layout-wrapper .layout-header .header-menu-mobile .header-panel-search-mobile{
    padding-left: 10px;
    padding-right: 10px;
}

.layout-wrapper .layout-header .header-menu-mobile  .ui-inputfield {
    font-size: 22px;
}

.layout-wrapper .layout-header .header-menu-mobile  .ui-inputfield.ui-state-focus {
    border-color: #ced4da;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em transparent;
}

.layout-wrapper .layout-header .header-menu-mobile  .ui-icon {
    font-size: 1.5rem;
    margin-top: -0.8rem;
}

.layout-wrapper .layout-header .header-info-mobile .header-valor-cotacao-mobile{
    /*color: #00B13A;
    font-weight: bold;
    margin-right: 23px;*/
    color: #FFF;
    font-weight: bold;
    margin-right: 0;
    font-size: 14px;
}



.layout-wrapper .layout-header .header{
    display: flex;
    align-items: center;
    width: 100%!important
        height: 65px;
    display: none;
    margin-left: 2px;
}

.layout-wrapper .layout-header .header .header-logo{
    height: 100%;
    max-height: 100%;
    background: #fff;
    padding: 15px;
    margin: 0 auto;
    width: 20%;

}
.layout-wrapper .layout-header .header .header-menu-topo{
    display: none;
}
.layout-wrapper .layout-header .header .botao-menu-topo{
    margin-right: 10px;
}
.layout-wrapper .layout-header .header .botao-menu-topo .ui-icon {
    font-size: 28px;
    margin-top: -2px;
}
.layout-wrapper .layout-header .header .botao-menu-topo .ui-button-text {
    font-size: 22px;
    margin-left: 10px;
    margin-top: 25px;
}

.header-logo .header-img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 1001;
}

.layout-wrapper .layout-header .header .header-content{
    width: 80%;
}
.layout-wrapper .layout-header .header-top-bar{
    background: #095737;
    height: 30px;
    color: #fff;
    text-decoration: none;
    display: none;
}


.layout-wrapper .header-content .header-panel-search{
    padding-left: 15px;
    padding-top: 22px;
}
.layout-wrapper .header-content .ui-inputfield{
    font-size: 20px;

}

.topbar-idioma .ui-inputfield {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: white !important;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon{

    color: white !important;
}

.layout-wrapper .header-content .header-input-search{
    height: 100%!important;
    color: black;
}
.layout-wrapper .header-content .header-icon-search{
    font-size: 28px;
}
.layout-wrapper .header-content .header-icon-search .ui-icon{
    font-size: 28px;
    top: 45%;
    left: 45%;
}
.header-input-panel{
    width: 650px;
    max-width: 100%;
    margin-top: 50px;
}

.header-input-chip{
    margin: 5px;
    cursor: pointer;
}

/******HEADER STICKY ********/

.layout-wrapper .layout-header .header-sticky-interno{
    height: 100px;
    width: 90%;
    display: flex;
    max-width: 1550px;
    margin: 0 auto;
}
/*
.layout-wrapper .layout-header .header.ui-sticky .header-logo{
    width: 20%;
}

.layout-wrapper .layout-header .header.ui-sticky .header-menu-topo{
    display: initial;
}

.layout-wrapper .layout-header .header.ui-sticky .header-content{
    width: 60%;
}*/

/*.layout-wrapper .layout-header*/ .header.ui-sticky{
    background: #00b13a;

}
.header.ui-sticky .ui-button.ui-button-success, .header.ui-sticky .ui-splitbutton.ui-button-success > .ui-button {
    background: #fff;
    color: #fff;
    border: 1px solid #ced4da;
    border-left: 1px solid #fff;
}
.layout-wrapper .header.ui-sticky .header-icon-search .ui-icon{
    color: #00B13A;
}
.layout-wrapper .header.ui-sticky .ui-inputfield.ui-state-focus {
    border-color: transparent;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em transparent;
}
.layout-wrapper .header.ui-sticky .ui-inputfield.ui-state-focus {
    border-color: transparent;
    outline: 0 none;
    box-shadow: 0 0 0 0.2em transparent;
}
.layout-wrapper .header.ui-sticky  .ui-inputfield.ui-state-hover {
    border-color: transparent;
}
.layout-wrapper .header.ui-sticky .header-valor-cotacao{
    color: #fff;
    font-weight: bold;
}

/******HEADER STICKY ********/
.icone-redes-sociais{
    color: #095737;
    font-size: 1.3rem !important;
}
.colTitulo{
    white-space:normal !important;
    font-weight: bold !important;
    word-wrap: break-word;
}
.colConteudo{
    white-space:normal !important;
    word-wrap: break-word;
}

.layout-wrapper .header-content .header-panel-cotacao{
    text-align: right;
    margin-top: 25px;
}
.layout-wrapper .header-content .header-titulo-cotacao{
    font-weight: bold;
    font-size: 15px;
}
.layout-wrapper .header-content .header-valor-cotacao{
    color: #00B13A;
    font-size: 20px;
    font-weight: bold;
}
.text-moeda-cotacao-header{
    font-size: 12px;
    margin-right: 13px;
}

.layout-wrapper .header-content .grid-cotacao .ui-panelgrid-cell{
    padding: 2px !important;
    background: transparent;
    margin-bottom: -20px !important;
}
/*********CONTENT TOP BAR ******************/
.layout-wrapper .layout-content{
    width: 100%;
    height: auto;
}




.layout-wrapper .layout-footer{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

.card-localiza{
    background-color: #F3F3F3;
    margin-top: -1px;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.footer-h3{
    color: #00AE42;
}

.layout-wrapper .layout-footer .footer-info >div{
    width: 96%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}
.layout-wrapper .layout-footer .footer-info {
    background: #00B13A;
    margin: 0 auto;
    width: 100%;
    height: 260px;
}


.layout-wrapper .layout-footer .footer-menu >div{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}

.btn-footer{
    text-transform: uppercase !important;
    width: 100%;
}

.layout-wrapper .layout-footer .footer-menu{
    background: #003117;
    margin: 0 auto;
    width: 100%;
    height: 128px;
}

.layout-wrapper .layout-footer .footer-content >div{
    max-width: 1500px;
    overflow: hidden;
    margin: 0 auto;
}

.layout-wrapper .layout-footer .footer-content{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 15px;
    text-align: left;
    color: #464646;
    background-color: white;
}

.layout-wrapper .layout-footer .footer-bottom-bar{
    background: #FCFCFC;
    margin: 0 auto;
    width: 100%;
    color: black;
    padding-bottom: 100px;
    background-color: white;
}

.quebra-linha-mb{
    display: initial;
}

/*.layout-wrapper .header-content .cambio-img-bandeira{
    width: 24px;
    height: 25px;
    margin-top: 14px;
    margin-right: -9px;
}*/

.layout-wrapper .header-top-bar .header-grid-menu{
    right: 5%;
    position: absolute;
}
.layout-wrapper .header-top-bar .header-grid-menu .ui-panelgrid-cell{
    padding: 2px !important;
    background: transparent;
    color: #fff;
}

.layout-wrapper .header-top-bar .header-grid-menu .ui-state-hover {
    background: #00b13a !important;
}
.layout-wrapper .header-top-bar a{
    text-decoration: none;
    color: #fff !important;
}

.layout-wrapper .header-top-bar .ui-button-text{
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}
.layout-wrapper .header-top-bar .header-top-bar-link{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}



.layout-wrapper .layout-content .layout-content-right{
    /*padding-top: 30px;*/
    padding-left: 10px;
}

.layout-wrapper .layout-content .layout-content-center{
    padding-top: 30px;
    width: 100%;
}

.link-dtw-prod{
    text-decoration: none;
}

.divider-visaovip .ui-divider-content {
    background-color: transparent !important;
}
.divider-visaovip::before {
    border-top: 6px #00b13a  !important;
    border-top-style: solid  !important;
    top: 50%  !important;
    left: 295px  !important;
    width: 45px  !important;
    border-radius: 8px;
}

.section-default .section-panel-left{
    display: inline-block;
    position: relative;
    width: 100%;
}
.section-default  .section-panel-left a {
    position: absolute;
    bottom: 50px;
    left: 25%;
    font-size: 28px;
    color: #fff;
    text-shadow: 0px 0px 5px black;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 11px;
    padding: 10px;
    right: 25%;
}

.card-dtw-prod {
    max-width: 97%;
    margin: 10px;
    height: 395px;
    max-height: 395px;
    overflow: hidden;
    text-align: center;
}
.card-dtw-prod .ui-card-header{
    background: linear-gradient(180deg, rgb(249, 244, 244) 0%, rgb(227, 227, 227) 35%, rgb(212, 212, 212) 100%);
    font-weight: bold;
    padding: 15px;
    text-align: center;
}
.card-dtw-prod-header-clasmercdescricao{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-dtw-prod .ui-card-title{
    width: 190px;
    height: 150px;
    max-width: 190px;
    max-height: 150px;
    text-align: center;
    margin: 0 auto;
}
.card-dtw-subtitulo{
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 65px;
    line-height: 1.3;
    font-size: 13px;
}

.card-dtw-oferta{
    background: #FF0000;
    border-radius: 6px;
    color: #fff;
    text-align: left;
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    width: fit-content;

}
.card-dtw-prod .ui-card-content{
    padding: 0 !important;
    text-align: left;
    line-height: 0.3;
}

.card-dtw-prod .ui-card-footer{
    text-align: left;
}

.card-dtw-codigo{
    font-size: 12px !important;
    color: #6c757d;
}

.card-dtw-codigo-home-oferta{
    font-size: 12px !important;
    color: #6c757d;
    padding-left: 5px;
}

.card-dtw-codigo-lista{
    font-size: 12px !important;
    padding-left: unset;
    color: #6c757d;
    text-align: left;
    display: block;
}
.card-dtw-preco-promocao{
    color: #6c757d;
    text-decoration: line-through;
}
.card-dtw-codigo-header{
    font-size: 15px !important;
    padding-right: 5px;
    color: #095737;
    font-weight: bold;
}

.card-dtw-preco-dolar{
    color: #00B13A;
    font-weight: bold;
    font-size: 24px !important;
}
.card-dtw-preco-dolar-oferta{
    color: #FF0000;
    font-weight: bold;
    font-size: 24px !important;
}
.card-dtw-preco-dolar-header{
    color: #00B13A;
    font-weight: bold;
    font-size: 15px !important;
    padding-right: 5px;
}

.card-dtw-preco-real{
    font-size: 12px;
}
.card-dtw-preco-real-header{
    font-size: 12px;
    padding-right: 5px;
    font-weight: bold;
}

.card-dtw-preco-guarani{
    font-size: 12px;
}
.card-dtw-preco-guarani-header{
    font-size: 12px;
    padding-right: 5px;
    font-weight: bold;
}

.title-section{
    text-align: left;
}

.produto-disponivel{
    background-color: #12c621;
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}
.produto-indisponivel{
    background-color: #f6e317;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
    color: red;
}
.produto-indisponivel-header{
    background-color: #f6e317;
    padding: 3px;
    border-radius: 4px;
    font-weight: bold;
    color: red;
}

.img-section{
    width: auto;
    max-width: 100%;
    height: 406px;
    max-height: 100%;
    border-radius: 8px;

}
.img-dtw-prod {
    max-width: 100%;
    width: 145px;
    height: auto;
    max-height: 100%;
}


.img-padrao{
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.img-marcas{
    max-width: 560px;
    max-height: 80px;
    height: auto;
    filter: grayscale(1);
}
.img-marcas:hover{
    filter: grayscale(0);
}
.img-icon-footer{
    width: 24px;
    height: 24px;
}
.img-icon-footer-social{
    width: 40px;
    height: 40px;
}

.layout-wrapper .layout-content .section-default{
    width: 90%;
    max-width: 1550px;
    /*max-width: 90%;*/
    overflow: hidden;
    margin: 0 auto;
    /*margin-top: 40px;*/
    margin-bottom: 40px;
}

.layout-wrapper .layout-content .section-blank{
    background: #fff;
}

.footer-panel-grid .ui-widget-content{
    font-size:  15px;
    padding-bottom: 0px;

}

.icone-footer-aviso{
    font-size: 1.7rem !important;
    margin-left: -7px !important;
}

.icon-home-black{
    color: #333 !important;
}

.pd-bt{
    padding-bottom: 0;
    padding-top: 24px;
}

.pd-tp{
    padding-top: 0;
}
.layout-wrapper .layout-footer .footer-menu a{
    color: #fff;
    text-decoration: none;
}

.footer-img-logo{
    max-width: 250px;
    height: auto;
}

.banner-ofertas-desktop{
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.banner-ofertas{
    width: 100%;
    border-top-left-radius: 4px;
    /*display: initial !important; */
    border-top-right-radius: 4px;
}


.banner-prod-carousel{
    display: none;
}

.img-banner2{
    width: 100% !important;
    border-radius: 8px !important;
    border: 1px solid #ced4da;
}

.banner-home{
    border-radius: 8px !important;
    width: 100%;

}

.title-banners-trio{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.text-banners-trio{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.layout-wrapper .layout-footer .footer-content .div-rodape-mobile-oculta{
    display: none;
}

.layout-wrapper .layout-footer .footer-menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 85px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.60) 100%);
    backdrop-filter: blur(10px) saturate(5);
    border-top-width: 0px;
    border-top-style: unset;
    border-image: none;
    border-image-slice: unset;
    border-image-slice: unset;
    /* border-top-width: 5px;
     border-top-style: solid;
     border-image: linear-gradient(90deg, rgb(243, 243, 250) 0%, rgb(0, 177, 58) 50%, rgb(247, 249, 250) 100%);
     border-image-slice: 100%;
     border-image-slice: 1;*/
}

.layout-wrapper .layout-footer .div-rodape-mobile{
    text-align: center;
    margin-top: 8px;
}
.layout-wrapper .layout-footer .div-rodape-mobile-borda{
    border-right: solid 1px #333333;
}

.layout-wrapper .layout-footer .rodape-mobile-icon{
    font-size: 25px;
}

.layout-wrapper .layout-footer .rodape-mobile-label{
    font-size: 11px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-word;
}

.layout-wrapper .layout-footer .rodape-mobile-link{
    text-decoration: none;
    color: #333;
}

.layout-wrapper .layout-footer .rodape-mobile-menu{
    width: 100%;
    text-align: left;
    border: none;
}


@media (min-width: 576px) {

    .img-dtw-prod {
    }
}

@media (min-width: 768px) {
    .layout-wrapper .layout-footer .footer-info{
        height: 130px;
    }

    .img-dtw-prod {
    }

}

@media (min-width: 992px) {

    /*SELECT IDIOMA*/
    .select-tems-idioma{

        color: white !important;
    }

    .topbar-idioma .ui-inputfield {

        color: #495057 !important;
    }

    .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon{

        color: #495057 !important;
    }

    /*ICONS SOCIAS MEDIA*/
    .icone-redes-sociais{
        padding-top: 18px !important;
    }
    .quebra-linha-mb{
        display: none;
    }
    /*ICONS SOCIAS MEDIA*/




    .layout-config .layout-config-content-wrapper .layout-config-button {
        display: block;
        position: absolute;
        width: 62px;
        height: 62px;
        line-height: 62px;
        background-color: #34af23;
        text-align: center;
        color: #ffffff;
        top: 270px;
        left: -62px;
        z-index: -1;
        overflow: hidden;
        cursor: pointer;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        animation-name: rubberBand;
        animation-duration: 1s;
        animation-iteration-count: 3;
        animation-delay: 5s;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    }

    .layout-config .layout-config-content-wrapper .layout-config-button i {
        font-size: 50px;
        line-height: inherit;
        cursor: pointer;
        transform: rotate(360deg);
        transition: transform 1s;
        margin-top: 0 !important;
    }
    /*BOTAO WHATSAPP*/

    .div-icons-sociais-footer{
        text-align: right !important;

    }

    .banner-desktop{
        display: initial !important;
    }
    .banner-mobile{
        display: none !important;
    }

    .layout-wrapper .layout-header .header{
        height: 100px;
        width: 100% !important;
        display: flex;
        max-width: 100%;
        margin: 0 auto;
    }

    .layout-wrapper .layout-footer .footer-content .div-rodape-mobile-oculta{
        display: initial;
    }

    .layout-wrapper .layout-header .header-mobile{
        display: none;
    }

    .layout-wrapper .layout-header .header-top-bar {
        display: block;
    }
    .content-header-top-bar{
        width: 90% !important;
        max-width: 1731px !important;
        margin: 0 auto !important;
        text-align: right;
        padding: 0 70px;
    }

    .img-dtw-prod{
        max-width: 100%;
        width: 145px;
        height: auto;
        max-height: 100%;
        margin-left: initial;
        margin-right: initial;
    }

    .layout-wrapper .layout-footer .footer-info >div{
        width: 80%;
        max-width: 1500px;
    }

    .layout-wrapper .layout-footer .footer-menu-mobile {
        display: none;
    }

    .layout-wrapper .layout-footer .footer-info{
        background: #005731;
        height: 260px;
    }

    body .ui-widget {
        font-size: 0.8rem;
    }


    .banner-prod-carousel{
        display: initial;
    }

    .layout-wrapper .layout-footer .footer-info {
        height: 80px;
    }

    .layout-wrapper .layout-footer .footer-menu >div{
        width: 80%;
    }

    .layout-wrapper .layout-footer .footer-menu{
        height: 52px;
    }



    .section-default .section-panel-left a {
        font-size: 18px;
        box-shadow: 0 0 5px 5px black;
    }

    .layout-wrapper .header-top-bar{
        display: initial;
    }


    .layout-wrapper .layout-footer .footer-bottom-bar{
        padding-bottom: 5px;
    }

    .card-dtw-preco-dolar{
        font-size: 18px !important;
    }
    .card-dtw-preco-dolar-oferta{
        font-size: 18px !important;
    }




}

@media (min-width: 1200px) {

    .ui-sticky-ghost{
        display: block !important;
    }

    .wpp-desktop{
        display: initial !important;
    }


    body .ui-widget {
        font-size: 1rem;
    }

    .banner-ofertas{
        display: none !important;
    }

    .layout-wrapper .layout-footer .footer-menu >div{
        width: 50%;
    }

    .layout-wrapper .layout-footer .footer-info {
        height:  80px;
    }



    #carouselMarcas .ui-carousel-indicators{
        display: none;
    }


    .section-default{

    }
    .section-blank{

    }

    .icone-redes-sociais {
        font-size: 2rem !important;
    }




    .section-default .section-panel-left a {
        font-size: 28px;
    }

    .card-dtw-preco-dolar{
        font-size: 14px !important;
    }
    .card-dtw-preco-dolar-oferta{
        font-size: 14px !important;
    }
    .card-dtw-codigo-lista {
        font-size: 10px !important;
    }


}
@media (min-width: 1500px) {
    .card-dtw-preco-dolar{
        font-size: 22px !important;
    }
    .card-dtw-preco-dolar-oferta{
        font-size: 22px !important;
    }
    .card-dtw-codigo-lista {
        font-size: 12px !important;
    }
}

#autoCompleteProdutoPesquisaMobile_input {
    background: #0000000d;
    color: #000000;
    padding-block: 12px;
}

.layout-wrapper .layout-header .header-menu-mobile .ui-icon {
    font-size: 1.2rem;
}

.layout-wrapper .layout-header .header-menu-mobile .header-icon-search-mobile{
    background: #0000000d;
    color: #000000;
}

.layout-wrapper .layout-header .header-menu-mobile {
    background: #ffffff;
}

input#autoCompleteProdutoPesquisaMobile_input {
    border: none;
}

#autoCompleteProdutoPesquisaMobile_input::placeholder {
    color: grey;
    font-size: 18px;
}

#botao-pesquisa-produtos-mobile {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
}

#autoCompleteProdutoPesquisaMobile_input {
    height: 50px;
    border-radius: 10px 0 0 10px;
}

.layout-wrapper .layout-header .header-logo-mobile {
    background: #fff;
    height: 103px;
    display: flex;
    align-items: center;
}

#botao-pesquisa-produtos-mobile .ui-button-text {
    display:none;
}

#botao-pesquisa-produtos-mobile .ui-button-icon-left {
    display:contents;
}

.ui-panelgrid-green{
    background: #00AE42;
    height: 67px;
    width: 100%;
    padding: 0 !important;

}
.g-margin{

    margin-top: -10px !important;
}

.btn-lista-preco{

    background: #2AC264 !important;
    border-radius: 8px !important;
    font-size: 14px!important;
    font-weight: bold;
    padding: 0 !important;
}

body .btn-lista-preco.ui-button.ui-button-text-only .ui-button-text{
    padding: .3em 1em !important;
}


/*Abaixo o codigo enviado pelo Marcelo */

body, h1, h2, h3, h4, p, span, body .ui-widget {
    font-family: 'Sora', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#autoCompleteProdutoPesquisaMobile_input {
    font-family: 'Sora', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    border: unset;
}

.footer-menu-mobile label {
    font-family: 'Sora', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
    font-size: 12px!important;
}

body {
    overflow-x: hidden;
    background: #ffffff;
    color: #495057;
    font-family: 'Sora', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
}


.txt-logo-footer {
    font-weight: 400;
    font-size: 1.6rem;
}

@media (max-width: 992px){
    .txt-logo-footer {
        font-weight: 400;
        font-size: 1.1rem;
    }
}


#tieredMenuLeft {
    width: 100%;
    background: transparent!important;
}

.panel-left-menu {
    background: transparent!important;
    margin: 0!important
}


.layout-wrapper .layout-header .header-top-bar {
    background: #00AE42;
    height: auto;
    padding-block: 6px;
    color: #fff;
    align-content: center;
    align-items: center;
}

.header-top-bar .ui-button.ui-button-text-icon-left .ui-button-text {
    padding: .3em 1em .3em 2.1em!important;
}

.header-top-bar .ui-button.ui-button-success.ui-button-flat:hover, .header-top-bar .ui-splitbutton.ui-button-success:hover > .ui-button.ui-button-flat {
    background-color: transparent;
    color: #689F38;
    border-color: transparent;
}

.content-header-top-bar .ui-button.ui-button-success.ui-button-flat:hover {
    background: #00000021;
}

@media (min-width: 992px){
    .content-header-top-bar {
        max-width: 1550px!important;
        margin: 0 auto !important;
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        padding: 0!important;
    }
}

@media (min-width: 1200px) {
    .layout-wrapper .layout-content .layout-content-top-bar {
        height: auto;
    }
}

/* Top Bar */

.header-info-mobile .layout-wrapper .layout-content .layout-content-top-bar {
    height: unset;
}

.header-info-mobile table {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header-info-mobile tr {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.header-info-mobile td {
    padding: 5px!important;
    display: flex;
    align-content: center;
    align-items: center;

}

.header-info-mobile .ui-panelgrid-green {
    background: #00AE42;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    height: auto;
    padding: 15px 10px 6px 10px!important;
}

.header-info-mobile .header-valor-cotacao-mobile {
    white-space: nowrap!important;
}

.header-info-mobile button {
    white-space: nowrap!important;
}

.header-info-mobile .cambio-img-bandeira {
    padding: 0;
}

.header-info-mobile .btn-lista-preco.ui-button.ui-button-text-only .ui-button-text {
    padding: 9px!important;
}

.header-info-mobile #topbar-idioma1 {
    margin-left: 2px!important;
}

@media (max-width: 768px) {
    .banner-ofertas {
        width: 100%!important;
        display: block!important;
    }

}

/* Autocomplete Mobile */

#autoCompleteProdutoPesquisaMobile_panel {
    width: 100%!important;
    border-radius: 15px;
    left: auto!important;
    font-size: 12px!important;
    position: relative;
}

#autoCompleteProdutoPesquisaMobile_panel .colConteudo,
#autoCompleteProdutoPesquisaMobile_panel .card-dtw-codigo-header,
#autoCompleteProdutoPesquisaMobile_panel .card-dtw-preco-dolar-header,
#autoCompleteProdutoPesquisaMobile_panel .card-dtw-preco-real-header,
#autoCompleteProdutoPesquisaMobile_panel .ui-chip{
    font-size: 12px!important;
}

#autoCompleteProdutoPesquisaMobile_panel h3 {
    margin-block: 0.4rem
}

#autoCompleteProdutoPesquisaMobile_panel .card-dtw-codigo-header {
    display:block
}

#autoCompleteProdutoPesquisaMobile_panel table tr,
#autoCompleteProdutoPesquisaMobile_panel table td {
    border: none;
}

#autoCompleteProdutoPesquisaMobile_panel .ui-autocomplete-items .ui-autocomplete-item.ui-autocomplete-row > td {
    padding: 0.5rem;
}

#autoCompleteProdutoPesquisaMobile_panel .ui-fluid {
    padding: 0 1rem 1rem 1rem;
}


/* Autocomplete  Desktop*/

#autoCompleteProdutoPesquisa_panel .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-autocomplete-row {
    background: #ffffff;
    color: #495057;
    border: none;
}

#autoCompleteProdutoPesquisa_panel tr,
#autoCompleteProdutoPesquisa_panel td {
    border-width: 0!important;
    border: none!important;
}

#autoCompleteProdutoPesquisa_panel,
#autoCompleteProdutoPesquisa_panel .img-dtw-prod {
    border-radius: 10px;
}

#autoCompleteProdutoPesquisa_panel .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-item.ui-state-highlight {
    background: #e3fde4;
    color: #495057;
}




@media (max-width: 768px) {
    .layout-wrapper .layout-header .header-top-bar {
        display: none;
    }

}

/* Grid de Produtos */

.card-dtw-prod {
    max-width: 97%;
    margin: 0;
    height: 100%;
    max-height: 430px;
    overflow: hidden;
    text-align: center;
}

body .card-dtw-prod {
    background: #ffffff;
    color: #495057;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    transition: 0.2s ease-in all;
}

.card-dtw-prod .ui-card-content p {
    margin: 0;
}

.ui-carousel-horizontal .card-dtw-prod .ui-card-footer  {
    padding: 0!important;
}

body .card-dtw-prod:hover {
    background: #ffffff;
    color: #495057;
    box-shadow: 0px 8px 8px -5px rgb(0 0 0 / 7%), 0 1px 1px 0 rgb(0 0 0 / 0%);
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    transition: 0.2s ease-in all;
}

.card-dtw-prod .ui-card-header {
    background: transparent;
    font-weight: bold;
    color: #00b13a;
    padding: 15px;
    text-align: center;
}

/* Footer */
.layout-wrapper .layout-footer .div-rodape-mobile {
    text-align: center;
    margin-top: unset!important;
}

.layout-wrapper .layout-footer .footer-menu-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 90px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.60) 100%);
    backdrop-filter: blur(10px) saturate(5);
    -webkit-backdrop-filter: blur(10px) saturate(5);
    border-top-width: 0px;
    border-top-style: unset;
    border-image: none;
    border-image-slice: unset;
    border-image-slice: unset;
}

footer td.ui-panelgrid-cell.ui-grid-col-2:first-child {
    width: 2.2rem;
    padding: 10px 0px;
}

footer table.footer-panel-grid {
    width: 100%;
}

footer .p-col-12.p-md-4 {
    padding: 15px;
}


.div-horario-atendimento {
    background: #F3F3F3;
    height: auto;
    border-radius: 10px;
    font-size: 14px;
    width: 97%;
    padding: 18px;
}

.card-localiza {
    background-color: #F3F3F3;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 15px;
}

/* Grid Pag Produtos */


.card-dtw-prod .ui-card-content {
    padding: 0 !important;
    text-align: left;
    line-height: inherit;
}

.card-dtw-preco-dolar {
    color: #00B13A;
    font-weight: bold;
    font-size: 24px !important;
    display: block;
}

.card-dtw-codigo-lista {
    font-size: 12px !important;
    padding-left: unset;
    color: #6c757d;
}

.card-dtw-prod .ui-card-title {
    width: auto;
    height: 150px;
    max-width: 190px;
    max-height: 150px;
    text-align: center;
    margin: 0 auto;
}

#dtvListaProdutos_content .card-dtw-prod {
    max-width: 100%;
    margin: 0px;
    height: 100%;
    max-height: 395px;
    overflow: hidden;
    text-align: center;
}

.card-dtw-preco-guarani,
.card-dtw-preco-real {
    font-size: 0.7rem;
    white-space: nowrap;
}

.card-dtw-prod .p-col-6:last-child {
    padding-left: 2px;
}

.card-dtw-prod:hover .ui-card-title img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out all;
}

.card-dtw-prod .ui-card-title img {
    transform: scale(1);
    transition: 0.5s ease-in-out all;
}

@media (max-width: 768px) {
    .layout-wrapper .layout-content .layout-content-right {
        /* padding-top: 30px; */
        padding-left: 0px;
    }

    .ui-dataview-row.p-grid {
        width: auto;
    }

    body .ui-dataview .ui-dataview-content {
        border: 0 none;
        background: #ffffff;
        color: #495057;
        padding: 10px;
    }

    #dtvListaProdutos_content .ui-dataview-column {
        padding: 0.2em;
    }

    @media (max-width: 767px) {
        #dtvListaProdutos_content .mobile-layout .ui-dataview-content .p-dataview-grid-item {
            width: 200% !important; /* Dividir em 2 colunas por linha */
        }
    }

    #formProduto .section-default {
        width: 100%;
        max-width: 1550px;
        /* max-width: 90%; */
        overflow: hidden;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    .layout-wrapper .layout-content .layout-content-center {
        padding-top: 0px;
        width: 100%;
    }


}



.layout-wrapper .layout-footer .footer-menu a {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    background: #00000038;
    border-radius: 8px;
    font-size: 0.9rem;
}

.layout-wrapper .layout-footer .footer-menu a:hover {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    background: #0000005c;
    border-radius: 8px;
    font-size: 0.9rem;
}

.layout-wrapper .layout-footer .footer-menu a:active {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    background: #00000038;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: 1px solid #ffffff;
}

.layout-wrapper .layout-footer .footer-menu a:focus {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    background: #00000038;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: 1px solid #ffffff;
}


.layout-wrapper .layout-footer .footer-menu {
    background: #00AE42;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.layout-wrapper .layout-footer .footer-info {
    background: #006548;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.footer-info label {
    text-align: left;
}

.footer-menu a {
    text-align: left;
}


.layout-wrapper .layout-footer .footer-menu a:after {
    float: right;
    vertical-align: middle;
    line-height: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    content: "\f054";
    position: relative;
    right: 5px;
    transition: all ease-in-out 0.2s;
}


.layout-wrapper .layout-footer .footer-menu .p-col-6:hover a:after {
    float: right;
    vertical-align: middle;
    line-height: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    content: "\f054";
    position: relative;
    right: 0;
    transition: all ease-in-out 0.2s;
}

.layout-wrapper .layout-footer .footer-content {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    max-height: 100%;
    padding: 15px;
    padding-top: 40px;
    text-align: left;
    color: #464646;
    background-color: white;
}

.layout-wrapper .layout-footer .footer-info >div {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}


@media (max-width: 992px){
    .layout-wrapper .layout-footer .footer-content {
        width: 100%;
    }
}



@media (min-width: 1200px){
    .layout-wrapper .layout-footer .footer-menu >div {
        width: 90%;
        max-width: 1500px;
    }
}

@media (min-width: 992px){
    .layout-wrapper .layout-footer .footer-menu >div {
        width: 90%;
        max-width: 1500px;
    }
}

.footer-menu {
    padding: 0.7rem;
}

.footer-menu .p-col-6 {
    padding: 0.2rem;
}

.panel-left-menu .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link,
#tieredMenuTopo .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.75rem 1rem;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.panel-left-menu .ui-menu .ui-menu-list .ui-menu-child.ui-shadow,
#tieredMenuTopo .ui-menu-list .ui-menu-child.ui-shadow {
border-radius: 8px;
border: 0 none;
box-shadow: 0 2px 4px -1px rgb(0 0 0 / 11%), 0 4px 5px 0 rgb(0 0 0 / 5%), 0 1px 10px 0 rgb(0 0 0 / 5%);
width: 350px;
padding: 10px;
}

.panel-left-menu .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link,
#tieredMenuTopo .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.75rem 1rem;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    
}

.teste{
    display: none !important;
}

.panel-left-menu .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active > .ui-menuitem-link,
#tieredMenuTopo .ui-menu-list .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
    background: #D9EED6;
    border-radius: 8px;
}

.panel-left-menu .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active .ui-state-hover > .ui-menuitem-text,
.panel-left-menu .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active .ui-state-hover > .ui-icon,
#tieredMenuTopo .ui-menu-list .ui-menuitem.ui-menuitem-active .ui-state-hover > .ui-menuitem-text,
#tieredMenuTopo .ui-menu-list .ui-menuitem.ui-menuitem-active .ui-state-hover > .ui-icon {
    color: #005739;
}

@media (min-width: 1200px){
    .panel-left-menu .ui-widget {
        font-size: 0.9rem;
    }
}



@media (min-width: 992px) {
    .layout-wrapper .layout-footer .footer-bottom-bar {
        padding-bottom: 50px;
    }
}

.header.ui-sticky {
    height:85px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 20%, #ffffffeb 80%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    box-shadow: 0px 30px 40px -30px rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: box-shadow;
    backdrop-filter: blur(15px) saturate(30);
    -webkkit-backdrop-filter: blur(15px) saturate(30);
}

.layout-wrapper header.ui-sticky .header-valor-cotacao {
    color: unset!important
        color: #00B13A!important;
    font-weight: bold;
}

.layout-wrapper .header-content .header-valor-cotacao {
    color: #00B13A!important;
    font-size: 1rem!important;
}


.header.ui-sticky .ui-button.ui-button-success, .header.ui-sticky .ui-splitbutton.ui-button-success > .ui-button {
    background: #fff;
    color: #fff;
    border: 1px solid #ced4da;
    border-left: 1px solid #fff;
}


.header-content .header-input-search {
    height: 100%!important;
    background: #0000000d;
    color: black;
}

#header-sticky .ui-inputgroup button:first-child, body .ui-inputgroup input:first-child, body .ui-inputgroup textarea:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
}

.header.ui-sticky .ui-button.ui-button-success, .header.ui-sticky .ui-splitbutton.ui-button-success > .ui-button {
    background: #0000000d;
    color: #000000;
    border: 1px solid #ced4da;
    border-left: 1px solid #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(255, 255, 255);
}

#header-sticky  .ui-inputgroup button:last-child, body .ui-inputgroup input:last-child, body .ui-inputgroup textarea:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-content .header-icon-search {
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
}

#header-sticky .ui-button.ui-button-success, body .ui-splitbutton.ui-button-success > .ui-button {
    background: #0000000d;
    color: #000000;
    border: none;
}

.header-content .header-icon-search .ui-icon {
    font-size: 20px!important;
}

.header.ui-sticky .header-icon-search .ui-icon {
    color: #000000!important;
    font-size: 20px;
}

.ui-inputgroup .ui-button .ui-button-text {
    display: none;
}



.footer-info .p-col-12.p-md-6.p-lg-3 {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.2rem;
}


.footer-info .p-col-12.p-md-6.p-lg-3 .p-grid {
    background: #00000038;
    border-radius: 10px;
    padding: 15px;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
}
.footer-info {
    padding: 10px;
}


@media (min-width: 768px) {
    .footer-content .p-md-6 {
        padding-right: 40px;
    }
}

@media (min-width: 992px){
    .layout-wrapper .layout-footer .footer-info >div {
        width: 90%;
        max-width: 1500px;
    }

}

@media (max-width: 768px){
    .footer-info .p-col-12.p-md-6.p-lg-3 {
        padding: 0.2rem;
    }

}


#topbar-idioma {
    min-width: 64px;
}

.grid-cotacao {
    height: 100%;
}

.header-panel-cotacao .info-bar {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
    gap: 13px;
    justify-content: flex-end;
}

.header-panel-cotacao .ui-panelgrid-cell.p-col-5:first-child {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;

}


.layout-wrapper .header-content .header-panel-search {
    padding-left: unset;
    padding-top: unset;
}

.header-content .p-grid.ui-fluid {
    margin-block: auto;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}

.layout-wrapper .header-content .grid-cotacao .ui-panelgrid-cell {
    padding: 2px !important;
    background: transparent;
    margin-bottom: 0 !important;
}



.layout-wrapper .layout-header .header .header-logo {
    height: 100%;
    max-height: 100%;
    background: transparent;
    padding: 15px;
    margin: 0 auto;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}



.header-logo .header-img {
    max-width: 100%;
    height: auto;
    width: 200px;
    max-height: 100%;
    position: relative;
    z-index: 1001;
}


.header-panel-cotacao .ui-panelgrid-cell {
    display: flex;
    gap: 13px;
    justify-content: center;
    margin-top: 0;
}

.layout-wrapper .layout-header .header-logo-mobile {
    background: #fff;
    height: auto;
    display: flex;
    align-items: center;
}

.layout-wrapper .header-content .header-panel-cotacao {
    margin-top: 0!important;
}


.title-section {
    text-align: left;
    margin: 0;
    font-size: 2rem;
    color: #006548;
    width: max-content;
    max-width: 62vw;
}

@media (max-width: 768px){
    .title-section {
        font-size: 1.5rem;
    }
}

.img-section {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 8px;
}


body .ui-divider.ui-divider-horizontal {
    margin: 1rem 0;
    padding: 0;
}


.divider-visaovip::before {
    border-top: none !important;
    border-top-style: none !important;
    display: none;
}

.divider-visaovip::after {
    content: "";
    border-top: 6px #00b13a !important;
    border-top-style: solid !important;
    position: relative;
    width: 100%;
    margin-block: auto;
    border-radius: 26px;
    display: block;
    margin-left: 20px;
}

.divider-visaovip .ui-divider-content {
    padding: 0;
}



.section-marcas .ui-card {
    background: #F1F1F1;
    color: black;
    box-shadow: none;
    border-radius: 8px;
    padding: 0;
    text-align: left;
}


.section-marcas .text-banners-trio {
    text-overflow: ellipsis !important;
    display: block;
    -webkit-line-clamp: 4!important;
    -webkit-box-orient: vertical !important;
    height: 50px;
    min-height: min-content;
    overflow: visible!important;
}

.section-marcas .ui-button.ui-button-secondary {
    margin-left: 0!important;
    background: #3DAE2B;

}


body .ui-dataview .ui-paginator.ui-paginator-bottom {
    border-width: 0;
    border-radius: 0;
}



#formProdutosListaPreco .ui-datatable .ui-datatable-header {
    background: #f8f9fa;
    border: none;
    border-width: 1px 0 1px 0;
    border-radius: 8px!important;
    color: #495057;
    padding: 1rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}




#formProdutosListaPreco tr {
    display: table-row;
    border-radius: 8px!important;
    margin-block: 5px!important;
    padding-block: 15px!important;
}

#formProdutosListaPreco .img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

@media (max-width: 640px){
    td.colConteudo,
    td.colTitulo {
        padding-inline: 20px!important;
    }

    #formProdutosListaPreco .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        width: 100%;
        color: black;
        margin: -.4em 1em -.4em -.4em;
        font-weight: 800;
    }
    #formProdutosListaPreco tr {
        display: flex;
        border-radius: 8px!important;
        border: none;
        background: #f4f4f4;
        margin-block: 5px!important;
        flex-direction: column;
    }

    #formProdutosListaPreco .img {
        width: 100px;
        margin-top: 15px;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 8px;
    }
    body .ui-paginator .ui-paginator-current {
        color: #6c757d;
        width: 100%;
    }
}


#formProdutosListaPreco td {
    background: transparent;

}


.ssk.ssk-rounded, .ssk-rounded .ssk {
    border-radius: 100%;
}

.banner-gamer-desktop{
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.banner-gamer{
    width: 100%;
    border-top-left-radius: 4px;
    /*display: initial !important; */
    border-top-right-radius: 4px;
}

