main {
    flex: 1;
    overflow: auto;
}

main::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.cards {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.container_dicas {
    margin: 1rem;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.titulo_card {
    color: black;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.div_publiciade {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    background-color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto_publicidade {
    margin: 0;
}

.pacotes{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.div_busca {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
}

.input_busca {
    padding: 0.8rem;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    flex: 1;
    outline: none;
}

.input_busca_texto{
    padding: 0.8rem;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    flex: 1;
    outline: none;
    box-sizing: border-box;
    margin-top: 1rem;
    resize: none;
    width: 100%;
}

.btn_busca{
    padding: 0.8rem;
    background-color: rgb(62, 155, 50);
    outline: none;
    color: white;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    margin-top: 1rem;
    width: 100%;
}

.subtitulo{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.subtitulo_card{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.div_titulo{
    margin-bottom: 1rem;
}

.btn_passo_passo{
    padding: 0.8rem;
    border: 1px solid #ccc;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
}

.container_cards_dicas{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.icones_premiums{
    background: linear-gradient(to right, #facc15, #ca8a04);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}


.btn_premiums{
    background: linear-gradient(to right, #facc15, #ca8a04);
    padding: 0.6rem;
    border-radius: 6px;
    border: none;
    color: white;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.btn_segundo{
    background: linear-gradient(to right, #9ca3af, #4b5563);
    padding: 0.6rem;
    border-radius: 6px;
    border: none;
    color: white;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.btn_terceiro{
    background: linear-gradient(to right, #d97706, #92400e);
    padding: 0.6rem;
    border-radius: 6px;
    border: none;
    color: white;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.btn_patrocinado{
    background: linear-gradient(to right, #60a5fa, #2563eb);
    padding: 0.6rem;
    border-radius: 6px;
    border: none;
    color: white;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.segundo_lugar{
    background: linear-gradient(to right, #9ca3af, #4b5563);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.btn_detalhes{
    padding: 0.6rem;
    border-radius: 6px; 
    color: #000000;
    font-weight: 500;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    border: 1px solid #00000033;
    cursor: pointer;
}

.div_btns_planos{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.6rem;
}


.terceiro_lugar{
    background: linear-gradient(to right, #d97706, #92400e);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.promovido{
    background: linear-gradient(to right, #60a5fa, #2563eb);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.btn_carrinho{
    background-color: #2c3e50;
    color: white;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    bottom: 80px;
    right: 10px;
    cursor: pointer;
}

.total_itens{
    position: absolute;
    background-color: red;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 2px;
    font-size: 12px;
}


.card_planos{
    flex: 1;
    border: 1px solid rgb(218, 218, 218);
    border-radius: 10px;
    padding: 0.5rem;
    background-color: white;
    min-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

@media(max-width: 1010px){
    .card_planos{
        min-width: 300px;
    }
}

@media(max-width: 400px){
    .card_planos{
        min-width: 260px;
    }
}

.titulo_plano{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.div_titulo_planos{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.descricao_texto{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.preco_plano{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}


.card_planos.selecionado {
    border: 2px solid #ffd828;
    background-color: #fffbf0;
    box-shadow: 0 0 10px rgba(255, 136, 40, 0.5);
}
.btn_finalizar {
    padding: 0.8rem;
    background-color: rgb(62, 155, 50);
    outline: none;
    color: white;
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    justify-content: center;
    width: 100%;
}

#input-cupom{
    flex: 1;
    border: 1px solid rgb(218, 218, 218);
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
    padding: 0.5rem;
    outline: none;
}



.modal_plano {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5);
    padding: 30px 10px;
    box-sizing: border-box;
    justify-content: center;
}

#btn_prosseguir_pagamento {
    display: none;
}


.titulo_modal_plano{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.descricao_modal_plano{
    margin: 0;
    margin-top: 0;
}

.conteudo_modal {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 700px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
}

.fechar_modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.corpo_modal {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.subtitulo_modal {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.fa-circle{
    font-size: 8px;
    color: #22C55E;
}

ul {
    margin: 0;
    list-style: none;
    padding-left: 0px;
}

li{
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

p{
    margin: 0;
}
