/*  + [id^="list-group-item"] */

.container-active {
    cursor: pointer;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*.container-active:hover {
    background-color: green;
}*/

.pergunta {
    font-size: x-large;
    font-weight: 400;
    border-bottom-style: solid;
    border-width: 0px;
    border-color: green;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container {
    cursor: pointer;
}

.container:hover {
    background-color: none;
}

#tabela div {
    border-left-style: none;
    border-right-style: none;
}

#ir-topo {
    position: fixed;
    float: right;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 50%;
}

#header {
    font-size: xx-large;
    /*background-image: url("header-bg.jpg");*/
    height: auto;
    text-align: center;
    padding-bottom: 20px;
}

.img-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#label-header {
    display: none;
    color: red;
    z-index: 10000;
    position: sticky;
    position: inherit;
}

.indice {
    display: none;
    border-radius: 60px;
    border-style: none;
    border-color: green;
    padding-right: 20px;
}

.msg {
    max-height: 0;
    overflow: hidden;
    text-align: justify;
    transition: max-height 0.4s ease-out;
}

.active {
    max-height: 1000px; /* Defina um valor suficientemente grande para o conteúdo */
    background-color: inherit;
    transition: max-height 0.8s ease-in;
}

.pin {
    margin-top: 6px;
    padding-left: 0px;
    position: absolute;
    transition-duration: 1.0S;
    transform: rotate(0deg);
}
.pin-chevron {
    color: #4e8b45;
}

/*.pin-chevron-active {
    color: green;
}*/

.pin-active {
    padding-left: 0px;
    position: absolute;
    transform: rotate(90deg);
    transition-duration: 1.5S;
}

.label-pergunta {
    margin-left: 60px;
}

@media only screen and (max-width: 360px) and (max-height: 800px) {
    /* Seu CSS específico para o Galaxy S20 */
    .img-header
     {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    /* Seu CSS específico para tablets ou telas menores */
    body {
        background-color: red; /* Exemplo de estilo */
    }
}