.content-banners-home {
    position: relative;
    width: 100%;
    height: 310px;
}

.wave-container {
    position: absolute;
    width: 100%;
    height: 58px; /* Altura fixa */
    overflow: hidden; /* Garante que nada fora do contêiner apareça */
    bottom: 19px;
}

.wave_padrao {
    position: absolute;
    bottom: 0;
    width: 100%;       /* Largura total */
    height: 80px;      /* Altura fixa */
    display: block;    /* Remove espaços extras abaixo do SVG */
    object-fit: cover; /* Garante que o conteúdo preencha o espaço */
}

/* Ajusta o SVG */
.wave_padrao svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Cores e transparência */
.wave1 svg path {
    fill: rgb(255 255 255 / 71%); /* Cor azul com 50% de transparência */
}

.wave2 svg path {
    fill: rgb(255 255 255 / 69%); /* Cor azul com 30% de transparência */
}

.wave3 svg path {
    fill: rgb(255 255 255 / 38%); /* Cor azul com 20% de transparência */
}

.content-banners-home {
    position: relative;
    width: 100%;
    height: 310px;
}

section.perguntas_frequentes {
    padding: 30px 5px;
}

.card-faq-geral {
    width: 100%;
    height: 100%;
    position: relative;
}

a.btn-ver-meus-codigos-approved {
    background: var(--cor-empresa);
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

h5.pergunta_do_faq {
    width: 100%;
    font-size: 17px;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    cursor: pointer;
    color: white;
}

p.resposta_faq {
    padding: 10px;
    background: #f7f7f7;
    border-radius: 0 0 5px 5px;
    line-height: 26px;
}

.container-faq {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


.title-compra-pix, .title-compra-cartao {
    font-size: 19px;
    text-align: center;
    color: var(--green);
    margin-bottom: 10px;
}


.content-pagamentos-ok {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    flex-direction: column;
}

.space-content-pix-cobranca, .space-content-cartao-cobranca{
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

a.link-meus-codigos {
    background: var(--cor-empresa);
    text-align: center;
    display: block;
    color: white;
    border-radius: 5px;
}


.box-busca {
    width: 100%;
    padding: 5px;
    padding-top: 10px;
    display: flex;
    column-gap: 5px;
}

.conte-busca {
    width: 100%;
    position: relative;
}

.conte-busca > input {
    width: 100%;
}

.btn-buscar {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    background: var(--cor-empresa);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

section.banners-rotate-home {
    height: min-content;
    position: relative;
}

.secao-busca-section-home {
    padding-top: 30px !important;
    text-align: center !important;
}
section.content-busca-home {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}

h4.titile-busca-home {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--cor-empresa);
}
.link-img-home-banner-categoria {
    width: 95px !important;
    height: 70px;
}

.btn-ver-todos-os-produtos-home {
    padding: 10px;
    color: white !important;
    background: var(--cor-empresa);
    border-radius: 5px;
    display: block;
    width: max-content;
    border: none;
}

.content-banner-categoria {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    padding-top: 0px;
}

.imit-image-categoria, .link-img-home-banner-categoria {
    width: 95px;
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(45deg, #272727, var(--cor-empresa));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    box-shadow: -1px 0px 6px #00000052;
}

.imit-image-categoria_circulo, .link-img-home-banner-categoria_circulo {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #272727, var(--cor-empresa));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    box-shadow: -1px 0px 6px #00000052;
}
.img-banner-home-categoria_circulo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.img-banner-home-categoria {
    width: 95px;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

span.title-categoria-banner {
    text-align: center;
    font-size: 15px;
}

.input-copia {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 10px 5px;
}

.input-copia input {
    position: relative;
}

img.img-qrcode-pix {
    width: 80%;
}

label.label-copia-click {
    background: var(--blue-color);
    height: 35px;
    position: absolute;
    z-index: 1;
    right: 2px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: var(--branco-roxo);
    cursor: pointer;
}

.space-input-copia{
    width: 100%;
    height: 35px;
    position: relative;
}









.img-banner-home {
    width: 100%;
    object-fit: cover;
    height: 310px;
}

.slick-dotted li button {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    text-decoration: none;
    color: transparent;
    border-width: 0;
    background: #3e3e3e6b;
    border: 1px solid white;
    opacity: 1;
    cursor: pointer;
}

.slick-dotted ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    padding: 0;
    width: min-content;
    display: flex;
    align-items: center;
    margin: 0 auto;
    column-gap: 8px;
    bottom: 32px;
    justify-content: center;
}
li.slick-active button {
    background: var(--main-color-datails);
    color: transparent;
}

.line-fixed {
    position: relative;
    width: 100%;
    padding: 14px 0;
    border-top: 2px solid;
}
.title-emAlta {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    color: var(--cor-empresa);
}
section.secao-alta {
    padding: 20px 0;
}
.space-ver-tudo {
    padding: 5px 12px;
    background: #f7f5fd;
    margin: 7px 0;
    box-shadow: 0px 2px 4px 0px #d5d5d5;
}
.space-ver-tudo a {
    color: var(--crl);
    text-decoration: underline;
}

.quadro-todos-cards {
    width: 100%;
    height: 100%;
    position: relative;
    /* display: -webkit-inline-box; */
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.btn-right-slider-emAlta {
    position: absolute;
    top: 48%;
    right: 5px;
    font-size: 27px;
    background: var(--main-color-datails);
    border: none;
    color: white;
    padding: 7px;
    display: flex;
    border-radius: 50%;
    z-index: 0;
}
.btn-left-slider-emAlta {
    position: absolute;
    top: 48%;
    left: 5px;
    font-size: 27px;
    background: var(--main-color-datails);
    border: none;
    color: white;
    padding: 7px;
    display: none !important;
    border-radius: 50%;
    z-index: 1;
}
.quadro-todos-cards .slick-list {
    padding: 0px calc(100% - 270px) 0 0 !important;
}










@media only screen and (max-width: 768px) {
section.secao-alta {
    padding: 0px 5px;
    padding-top: 10px;
    padding-bottom: 40px;
}

p.title-emAlta {
}
.line-fixed {
    position: relative;
    width: 100%;
    padding: 14px 0;
    border-top: 2px solid;
}

.quadro-todos-cards {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow-y: hidden;
    column-gap: 10px;
    overflow-x: auto;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    padding: 0 10px;
}

.quadro-todos-cards .slick-list{
    padding: 0px 105px 0 0 !important;
}

.quadro-todos-cards::-webkit-scrollbar {
    display: none;
}




.btn-right-slider-emAlta{
    position: absolute;
    top: 48%;
    right: 5px;
    font-size: 27px;
    background: var(--main-color-datails);
    border: none;
    color: white;
    padding: 7px;
    display: flex;
    border-radius: 50%;
    z-index: 0;
}

.btn-left-slider-emAlta{
    position: absolute;
    top: 48%;
    left: 5px;
    font-size: 27px;
    background: var(--main-color-datails);
    border: none;
    color: white;
    padding: 7px;
    display: none !important;
    border-radius: 50%;
    z-index: 1;
}

/* BANNER HOME ROTATE */

.content-banners-home {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 5px;
}

.img-banner-home {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 30px;
}




/*ESTILO PARA O SLICK*/

.slick-dotted ul {
    list-style-type: none;
    text-align: center;
    position: relative;
    padding: 0;
    width: min-content;
    display: flex;
    column-gap: initial;
    align-items: center;
    margin: 0 auto;
    bottom: 32px;
    justify-content: center;
}
.slick-dotted li {
    display: inline-block;
    margin: 0 3px;
}
.slick-dotted button:focus{
    outline: 0;
}
.slick-dotted li button {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    text-decoration: none;
    color: transparent;
    border-width: 0;
    background: #3e3e3e6b;
    border: 1px solid white;
    opacity: 1;
    cursor: pointer;
}
li.slick-active button{
    background: var(--cor-empresa);
    color: transparent;
}
.slick-slide:focus{
    outline: none;
}
}

@media only screen and (max-width: 400px) {
    
    .quadro-todos-cards {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        overflow-y: hidden;
        column-gap: 10px;
        overflow-x: auto;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
        padding: 0 5px;
    }

   
 

}