/* Reset e configurações gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    font-family: Arial, sans-serif;
}

/* Sidebar */
.sidebar {
    width: 25%;
    background: #042979;
    color: rgb(255, 255, 255);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    height: 100vh;
}
.logo img {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.menu-btn {
    width: 100%;
    padding: 12px;
    margin: 15px 0;
    background: #494c4d;
    text-decoration: none;
    border: none;
    transition: 0.3s;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 13px;
    
}
.menu-btn:hover{
    background: #626364;
    transition: .5s;
}
.menu-btn img.icon {
    width: 30px;
    height: 30px;
}

.fi{
    font-size: 30px;
    margin-top: 2px;
    margin-bottom: -3px;
    color: #ff6600;
}
.fa-solid{
    font-size: 30px;
    margin: 2px;
    color: #ff6600;
}


a {
    text-decoration: none;
    color: black;
}
.supot{
    margin-top: 60px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
    background-color: #ff8800;
    font-weight: bold;
    padding: 12px;
    border-radius: 10px;
}
.supot:hover{
    background-color: #ff5e00;
    transition: 0.5s;
    cursor: pointer;
    color: #000000;
}


/* ---------------------------------------------------*/

/* Área de conteúdo */
.content {
    flex-grow: 3;
    /*width: calc(100% - 25%);*/
    margin-left: 25%;
    background: #ffffff;
    padding: 20px;
    /*display: grid; */
    /*grid-template-columns: repeat(2, 1fr);*/
    /*gap: 2px;*/
}
.content h1{
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
    text-align: center;
    margin-bottom: 34px;
}
.card-canais{
    border: solid 2px black;
    border-radius: 10px;
    width: calc(80% - 30%);
    background: #ffffff;
    padding: 8px;
    display: flex;

}
.card-canais img{
    width: 150px;
    margin-right: 15px;

    
}


/* Área das logos dos canais */

.logo-canais{
    display: flex;
    flex-wrap: wrap; /* Para evitar que quebrem se a tela for pequena */
    gap: 0px; /* Espaçamento entre as imagens */
    margin-top: 15px;
}
.logo-canais img{
    width: 35px;
    height: 35px;
    object-fit: contain; /* Garante que a imagem seja redimensionada sem perder proporção */
}
#logogeral{
    margin-top: 3px;
    width: 19px;
    height: 19px;
}
.top-filmes p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    font-weight: bold;
}
.cor{
    color: rgb(255, 115, 0);
}
.logo-canais a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    background-color: rgb(255, 166, 0);
    border-radius: 6px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 2px;
    
}
.logo-canais a:hover{
    background-color: #ff5e00;
    transition: 0.5s;

}


/* ---------------------------------------------------*/

/* Área dos produtos shien */

.card-shein{
    border: solid 2px black;
    border-radius: 10px;
    width: calc(55% - 30.4%);
    background: #ffffff;
    padding: 8px;
    display: flex;
    margin-top: 12px;


}
.card-shein img{
    width: 110px;
    margin-right: 15px;
    margin-top: -28px;
    margin-bottom: -28px;

}
.card-shein a{
    font-family:'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: rgb(255, 166, 0);
    border-radius: 6px;
    font-weight: bold;
    padding: 5px;
    margin-left: 3px;

    
}
.card-shein a:hover{
    background-color: #ff5e00;
    transition: 0.5s;

}
.top-shein p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}




/* ---------------------------------------------------*/

                /* Área dos produtos mercado livre */

                .card-mercado-livre{
    border: solid 2px black;
    border-radius: 10px;
    width: calc(48% - 30.4%);
    background: #ffffff;
    padding: 8px;
    display: flex;
    margin-top: 12px;

    position: absolute;
    top: 273px; /* Ajuste a posição vertical */
    right: 510px; /* Move para o lado direito */

}
                .card-mercado-livre img{
    width: 110px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: -7px;
    margin-bottom: -2px;
}
                .card-mercado-livre a{
    font-family:'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: rgb(255, 166, 0);
    border-radius: 6px;
    font-weight: bold;
    padding: 5px;
    margin-left: 3px;

    
}
                .card-mercado-livre a:hover{
    background-color: #ff5e00;
    transition: 0.5s;

}
                .top-mercado-livre p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
}



/* ---------------------------------------------------*/

/* Área dos produtos shopee */

.card-shopee{
    border: solid 2px black;
    border-radius: 10px;
    width: calc(55% - 30%);
    background: #ffffff;
    padding: 8px;
    display: flex;
    margin-top: 12px;

}
.card-shopee img{
    width: 110px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.card-shopee a{
    font-family:'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: rgb(255, 166, 0);
    border-radius: 6px;
    font-weight: bold;
    padding: 5px;
    margin-left: 3px;

    
}
.card-shopee a:hover{
    background-color: #ff5e00;
    transition: 0.5s;

}
.top-shopee p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}

/* ---------------------------------------------------*/

                /* Área dos produtos tv-box */

                .card-tv-box{
                    border: solid 2px black;
                    border-radius: 10px;
                    width: calc(48% - 30.4%);
                    background: #ffffff;
                    padding: 8px;
                    display: flex;
                    margin-top: 12px;
                
                    position: absolute;
                    top: 390px; /* Ajuste a posição vertical */
                    right: 510px; /* Move para o lado direito */
                
                }
                .card-tv-box img{
                    width: 110px;
                    margin-right: 15px;
                    margin-bottom: 5px;
                    margin-top: -8px;
                }
                .card-tv-box a{
                    font-family:'Courier New', Courier, monospace;
                    font-size: 14px;
                    background-color: rgb(255, 166, 0);
                    border-radius: 6px;
                    font-weight: bold;
                    padding: 5px;
                    margin-left: 3px;
                
                    
                }
                .card-tv-box a:hover{
                    background-color: #ff5e00;
                    transition: 0.5s;
                
                }
                .top-tv-box p{
                    font-family: 'Courier New', Courier, monospace;
                    font-size: 17px;
                    font-weight: bold;
                    margin-top: 10px;
                    margin-bottom: 0px;
                    letter-spacing: 1px; /* opcional: espaçamento entre letras */
                }

/* ---------------------------------------------------*/

/* Área dos produtos shopee */

.card-shopee{
    border: solid 2px black;
    border-radius: 10px;
    width: calc(55% - 30%);
    background: #ffffff;
    padding: 8px;
    display: flex;
    margin-top: 12px;

}
.card-shopee img{
    width: 110px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.card-shopee a{
    font-family:'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: rgb(255, 166, 0);
    border-radius: 6px;
    font-weight: bold;
    padding: 5px;
    margin-left: 3px;

    
}
.card-shopee a:hover{
    background-color: #ff5e00;
    transition: 0.5s;

}
.top-shopee p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
}


/* ---------------------------------------------------*/

    #notificacao-wrapper {
    position: fixed;
    bottom: 135px;
    left: 45px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .bloco-alerta {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-left: 8px solid #4a6bdf;
    color: #333;
    padding: 7px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    transform: translateX(-110%);
    animation: slideIn 0.3s forwards, fadeOut 8s forwards;
    opacity: 0;
    }
    @keyframes slideIn {
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes fadeOut {
      0% { opacity: 1; }
      85% { opacity: 1; transform: translateX(0); }
      100% { opacity: 0; transform: translateX(-110%) scale(0.95); }
    }

/* ---------------------------------------------------*/

    /* Área dos produtos internet ilimitada vpn */

    .card-internet{
                    border: solid 2px black;
                    border-radius: 10px;
                    width: calc(44% - 30%);
                    background: #ffffff;
                    padding: 8px;
                    margin-top: 60px;
                    padding-bottom: 20px;
                    position: absolute;
                    top: 33px; /* Ajuste a posição vertical */
                    right: 300px; /* Move para o lado direito */
                
    }
    .card-internet img{
                    width: 110px;
                    margin-top: -10px;
                    margin-left: 25px;
                    margin-right: 15px;
                    margin-bottom: -10px;
    }
    .card-internet a:hover{
                    background-color: #ff5e00;
                    transition: 0.5s;
                
    }
    .top-internet a{
            font-family:'Courier New', Courier, monospace;
            font-size: 15px;
            background-color: rgb(255, 166, 0);
            border-radius: 6px;
            font-weight: bold;
            padding: 6px;
            margin-left: 33px;
            
    }
    br {
        display: none;
    }
    .top-internet p{
                    font-family: 'Courier New', Courier, monospace;
                    font-size: 18px;
                    text-align: center;
                    font-weight: bold;
                    margin-bottom: 15px;
                
    }


/* ---------------------------------------------------*/

/* Área do curso wa sender */

.card-wasender{
        border: solid 2px black;
        border-radius: 10px;
        width: calc(44% - 30%);
        background: #ffffff;
        padding: 8px;
        margin-top: 60px;
        padding-bottom: 20px;
        position: absolute;
        top: 250px; /* Ajuste a posição vertical */
        right: 300px; /* Move para o lado direito */
    
}
.card-wasender img{
        width: 150px;
        margin-top: -30px;
        margin-left: 10px;
        margin-right: 15px;
        margin-bottom: -26px;
}
.card-wasender a:hover{
        background-color: #ff5e00;
        transition: 0.5s;
    
}
.top-wasender a{
font-family:'Courier New', Courier, monospace;
font-size: 16px;
background-color: rgb(255, 166, 0);
border-radius: 6px;
font-weight: bold;
padding: 6px;
margin-left: 30px;

}
br {
display: none;
}
.top-wasender p{
        font-family: 'Courier New', Courier, monospace;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    
}



/* Área do site para venda */

.card-site{
            border: solid 2px black;
            border-radius: 10px;
            width: calc(46.5% - 30%);
            background: #ffffff;
            padding: 8px;
            margin-top: 10px;
            padding-bottom: 25px;
        
            position: absolute;
            top: 90px; /* Ajuste a posição vertical */
            right: 40px; /* Move para o lado direito */
        
}
.card-site img{
            width: 180px;
            margin-left: 15px;
            margin-right: 15px;
            margin-bottom: 8px;
}
.top-site a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: linear-gradient(90deg, #f700ff, #0cf8d9, #ff0000);
    background-size: 200% 10%;
    animation: brilho 1.5s infinite alternate, gradiente 3s linear infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: 30px;
}
@keyframes gradiente {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.top-site a:hover {
    transform: scale(1.1);
    animation: pulsar 0.2s infinite alternate, gradiente 3s linear infinite;
}
@keyframes pulsar {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.15);

    }
}
.top-site p{
            font-family: 'Courier New', Courier, monospace;
            font-size: 20px;
            text-align: center;
            font-weight: bold;
            margin-bottom: 40px;
        
}


/* Rodapé */
.footer {
    background-color: #343a40;
    color: white;
    padding: 10px 0;
    text-align: center;
    margin-left: 25%;
}
.suportt{
    color: white;

}
a.suportt{
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: text-decoration-color 0.3s ease;
}
a.suportt:hover{
    text-decoration-color: white;
}

/* BOLINHA PULSANTE */
.status-indicator {
    display: inline-block;
    width: 10px; /* ajuste aqui se quiser maior/menor */
    height: 10px; /* ajuste aqui se quiser maior/menor */
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    background-color: #00ff00; /* verde padrão (vai mudar via JS) */
    box-shadow: 0 0 0 rgba(0, 255, 0, 0.7);
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 255, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}
/* Classe para cor vermelha fora do horário */
.status-offline {
    background-color: red !important;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.7);
    animation: pulse-red 1.5s infinite;
}
@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}
.wha{
    margin-bottom: 10px;
}