body{
    margin: 0;
    padding: 0;
    font-family: "DM Sans", serif;
}
.top_grupo{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: red;
}
.area_logo{
    margin-bottom: 30px;
}
.area_logo img{
    max-width: 400px;
    max-height: 90px;
}
.frase_top{
    text-align: center;
    width: 80%;
    max-width: 600px;
    font-size: 30px;
    font-weight: 900;
}
.area_question{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -30px;
}
.question{
    max-width: 300px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}
.question:nth-child(2){
    margin-top: -45px;
    margin-left: -28px;
}
.btn_entrar{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.btn_entrar a{
    text-decoration: none;
    margin: 10px;
}
.btn_item{
    display: flex;
    align-items: center;
    padding: 15px 35px;
    border-radius: 10px;
    border: 2px solid;
}
.btn_item svg{
    height: 20px;
    fill: #ffffff;
}
.btn_item p{
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-weight: 600;
}
.btn_wpp{
    background-color: #21C532;
    border-color: #5BFF6B;
}
.btn_tel{
   background-color: #507BE9;
    border-color: #D4E0FF; 
}
.mediu_text{
    width: 80%;
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(90deg, rgba(80, 123, 233, .2) 0%, rgba(33, 197, 50, .2) 100%);
    border-radius: 10px;
}
.mediu_text h2{
    text-align: center;
    color: #590e87;
}
.mediu_text p{
    margin: 0;
    text-align: center;
    color: #3a0e55b2;
}
.tarjas{
    margin-bottom: 50px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.item_tarja{
    width: 120%;
    height: 50px;
    rotate: 2deg;
    margin-top: 96px;
    background: linear-gradient(90deg, rgb(26, 141, 26) 0%, rgb(41, 204, 41) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_tarja p{
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin: 10px;
    min-width: 146px;
    animation: 60s linear 0s infinite normal none running anima;
}
@keyframes anima{
    0%{
        transform: translateX(100vw);
    }
    100%{
        transform: translateX(-100vw);
    }
}
.item_tarja p svg{
    height: 20px;
    fill: #fff;
    margin-right: 5px;
}
.itens_slide{
    display: flex;
    margin-left: 0;
    text-decoration: none;
}
.images_lojas{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.imagem_loja {
    position: absolute;
    width: 40px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.area_links{
    width: calc(100% - 40px);
    max-width: 500px;
    background-color: #F5FBF6;
    border: 1px solid #CDEDD3;
    box-shadow: rgba(39, 201, 39, 0.15) 0px 2px 13.6px 0px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
}
.area_links_btn{
    margin-top: 10px;
}
.area_links_btn a{
    text-decoration: none;
}
.item_btn{
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgb(242, 245, 247);
    margin-bottom: 15px;
}
.area_icon_btn{
    height: 45px;
    width: 45px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.area_icon_btn svg{
    height: 20px;
    fill: #ffffff;
}
.text_btn{
    width: calc(100% - 45px - 15px);
    display: flex;
    height: 45px;
    align-items: center;
    background-color: #ffffff;
    padding-left: 15px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgb(27, 29, 31);
}
.after_instagram::after{
    content: 'Siga-nos';
}
.after_grupo-do-telegram::after{
    content: 'Entrar no grupo';
}
.after_canal-do-whatsapp::after{
    content: 'Entrar no canal';
}
.after_grupo-do-whatsapp::after{
    content: 'Entrar no grupo';
}

.instagram{
    background: #833ab4;
    background: linear-gradient(
        to right,
        #833ab4,#fd1d1d,#fcb045
    );
}
.grupo-do-telegram{
    background-color: #27A3E2;
}
.canal-do-whatsapp{
    background-color: #2ECC4A;
}
.grupo-do-whatsapp{
    background-color: #2ECC4A;
}

.footer_grupo{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
    background-color: #F2F5F7;
}
.footer_grupo p{
    margin: 0;
    font-size: 12px;
}

.toast {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #2196F3; /* cor de destaque */
    color: #fff; /* texto branco */
    padding: 12px 18px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: none;
    align-items: center;
    gap: 8px;
    animation: fadeInUp 0.5s ease, fadeOut 0.5s ease 4.5s;
}

.toast.show {
    display: flex;
}

@keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translateY(20px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes fadeOut {
    to {
    opacity: 0;
    transform: translateY(20px);
    }
}

.toast img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}
.toast span{
    font-size: 12px;
    font-weight: 600;
}

/* Cores extras */
    .azul {
      background: #2196F3;
    }
    .verde {
      background: #4CAF50;
    }