@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.prog-semana {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    color: #0075be;
    font-family: Lato;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.prog-dia {
    width: 100%;
    cursor: pointer;
}

.prog-dia-atual {
    border-bottom-style: solid;
    border-color: #0075be;
    font-weight: 900;
}

.prog-tabela {
    display: none;
}

.prog-item {
    display: flex;
    align-items: center;
    background-color: rgb(255, 251, 251);
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .25);
    font-family: Lato;
}

.prog-imagem {
    height: 90px;
    display: flex;
}

.prog-imagem-ativar-descricao {
    height: 120px;
}

.prog-item img {
    border-radius: 10px;
    max-width: none !important;
}

.prog-item-container {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    flex: 1 1;
}

.prog-item-nome-container {
    display: flex;
    font-size: 20px;
    font-weight: 700;
}

 .prog-item-nome-ativar-descricao {
    margin-top: 10px
  }

.prog-descricao {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.prog-descricao-desativado {
    display: none;
}


.prog-item-seta {
    margin-right: 15px;
}


.prog-hora {
    margin-right: 15px;
}


.prog-nome {
    color: rgb(66, 66, 66);
    width: 100%;
}

@media (max-width: 480px) {
    .prog-item-nome-container {
        font-size: 15px;
        flex-direction: column;
    }

    .prog-descricao {
        font-size: 14px;
    }

    .prog-imagem-ativar-descricao {
        height: 50px;
        margin-left: 20px;
    }
}

.prog-item-show {
    display: flex;
}