.amai-vantagens-wrapper{
    background:transparent !important;
    padding:0;
    font-family:'Inter',sans-serif;
}

/*
========================================
HOME TOPO
========================================
*/

.amai-home-topo{

    display:flex;

    align-items:center;
    justify-content:space-between;

    margin-bottom:18px;

}

.amai-home-topo h2{

    font-size:22px;

    font-weight:700;

    color:#0f172a;

    margin:0;

}

.amai-card-ver-mais{

    min-width:180px;

    max-width:180px;

    display:flex;

    align-items:center;
    justify-content:center;

    text-decoration:none;

    background:#fff;

}

.amai-ver-mais-content{

    display:flex;

    align-items:center;
    justify-content:center;

    padding:14px 22px;

    background:#ff033d;

    border-radius:999px;

    color:#fff;

    font-size:16px;
    font-weight:700;

    transition:.25s ease;

    border:2px solid #ff033d;

}

/* HOVER */

.amai-card-ver-mais:hover .amai-ver-mais-content{

    background:#fff;

    color:#ff033d;

}

/*
========================================
CARROSSEL
========================================
*/

.amai-carousel{

    display:flex;

    gap:14px;

    overflow-x:auto;

    padding-bottom:10px;

    scroll-snap-type:x mandatory;

    scrollbar-width:none;

}

.amai-carousel::-webkit-scrollbar{
    display:none;
}

/*
========================================
CARD CARROSSEL
========================================
*/

.amai-carousel .amai-card{

    min-width:180px;

    max-width:180px;

    flex:0 0 auto;

    scroll-snap-align:start;

}

/*
========================================
IMAGEM HOME
========================================
*/

.amai-carousel .amai-image{

    height:110px;

    padding:10px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#fff;

}

.amai-carousel .amai-image img{

    width:100%;
    height:100%;

    object-fit:contain;

}

/*
========================================
HOME MOBILE
========================================
*/

@media(max-width:768px){

    .amai-carousel .amai-card{

        min-width:150px;

        max-width:150px;

    }

    .amai-carousel .amai-image{
        height:70px;
    }

    .amai-carousel .amai-percentual{
        font-size:32px;
    }

    .amai-carousel .amai-btn{

        height:40px;

        font-size:12px;

    }

}

/*
========================================
BARRA DE BUSCA
========================================
*/

.amai-search{
    margin-bottom:18px;
}

.amai-search input,
.amai-search input[type="text"]{

    background:#fff !important;

    color:#000 !important;

    -webkit-text-fill-color:#000 !important;

    border:none !important;

    opacity:1 !important;

    border-radius:18px !important;

    padding:0 18px !important;

}

/*
========================================
GRID
========================================
*/

.amai-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:24px;

}

/*
========================================
FILTROS
========================================
*/

/*
========================================
FILTROS
========================================
*/

.amai-filtros{

    display:flex !important;
    gap:12px !important;

    overflow-x:auto !important;
    white-space:nowrap !important;

    padding-bottom:8px !important;
    margin-bottom:25px !important;

    scrollbar-width:none;

}

.amai-filtros::-webkit-scrollbar{
    display:none;
}

.amai-filtros button{

    appearance:none !important;
    -webkit-appearance:none !important;

    flex:0 0 auto !important;

    min-width:max-content !important;

    height:44px !important;

    padding:0 22px !important;

    border-radius:999px !important;

    border:1.5px solid rgba(255,255,255,.55) !important;

    background:transparent !important;

    color:#ffffff !important;

    font-size:14px !important;
    font-weight:600 !important;

    line-height:44px !important;

    cursor:pointer !important;

    transition:.25s ease !important;

    box-shadow:none !important;

    outline:none !important;

}

/* BOTÃO TODOS */

.amai-filtros button[data-filter="all"]{

    background:#ff033d !important;
    border-color:#ff033d !important;

    color:#fff !important;

}

/* BOTÃO ATIVO */

.amai-filtros button.active{

    background:#ff033d !important;
    border-color:#ff033d !important;

    color:#fff !important;

}

/* HOVER */

.amai-filtros button:hover{

    background:#ff033d !important;
    border-color:#ff033d !important;

    color:#fff !important;

}

/*
========================================
CARDS
========================================
*/

.amai-card{

    background:#fff;

    border-radius:26px;

    overflow:hidden;

    transition:.3s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    border:1px solid #edf2f7;

    display:flex;
    flex-direction:column;

}

.amai-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

/*
========================================
IMAGEM
========================================
*/

.amai-image{
    overflow:hidden;
    padding-top:14px;

}

.amai-image img{

    width:100%;
    display:block;

    transition:.4s ease;

}

.amai-card:hover .amai-image img{
    transform:scale(1.03);
}

/*
========================================
CONTEÚDO
========================================
*/

.amai-content{

    padding:24px;

    text-align:center;

    display:flex;
    flex-direction:column;

    flex:1;

}

/*
========================================
PORCENTAGEM
========================================
*/

.amai-percentual{

    font-size:58px;

    font-weight:800;

    color:#ff033d;

    line-height:1;

    margin-bottom:2px;

}

/*
========================================
TEXTO DESCONTO
========================================
*/

.amai-texto{

    font-size:18px;

    font-weight:600;

    color:#111827;

    margin-bottom:14px;

}

/*
========================================
DESCRIÇÃO
========================================
*/

.amai-post-content{

    font-size:16px;

    line-height:1.45;

    color:#475569;

    margin-top:6px;

    margin-bottom:2px;

    min-height: 2px;

    display:block;

    overflow:hidden;

}

/*
========================================
BOTÃO
========================================
*/

.amai-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    width:100%;

    height:56px;

    background:#ff033d;

    color:#fff;

    text-decoration:none;

    border-radius:18px;

    font-size:15px;
    font-weight:700;

    transition:.3s ease;

    margin-top:auto;

}

.amai-btn:hover{

    background:#df0035;

    transform:translateY(-2px);

}

/*
========================================
GRID
========================================
*/

.amai-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:14px;

}

/*
========================================
RESPONSIVO
========================================
*/

@media(max-width:1024px){

    .amai-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .amai-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .amai-content{
        padding:12px;
    }

    .amai-percentual{
        font-size:28px;
    }

    .amai-texto{

        font-size:13px;

        line-height:1.3;

        margin-bottom:8px;

    }


    .amai-btn{

        height:60px;

        font-size:12px;

        border-radius:10px;

        margin-top:auto;

    }

    .amai-search input{
        height:60px;
    }

    .amai-card{
        border-radius:18px;
    }

    .amai-image{
    overflow:hidden;
}

.amai-image img{

    width:100%;
    display:block;

    transition:.4s ease;

}

}

/*
========================================
PAGINAÇÃO
========================================
*/

.amai-pagination{

    display:flex;

    justify-content:center;

    gap:8px;

    margin-top:40px;

    flex-wrap:wrap;
    
    box-shadow:none !important;
    filter:none !important;

}

.amai-pagination .page-numbers{

    width:42px;
    height:42px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:#fff;

    color:#0f172a;

    text-decoration:none;

    font-weight:600;

    transition:.25s ease;

}

.amai-pagination .current{

    background:#ff033d;

    color:#fff;
    
}

.amai-pagination a:hover{

    background:#ff033d;

    color:#fff;

}

/*
========================================
REMOVE FUNDO DO TEMA / ELEMENTOR
========================================
*/

.elementor-widget-shortcode,
.elementor-widget-container,
.elementor-shortcode{

    background:transparent !important;

}

.amai-hidden{
    display:none !important;
}

.amai-title-hidden{
    display:none;
}