
/*  V1  */

details {
    margin-bottom: 10px;
    background-color: #f0f9ff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    }

    summary {
        font-weight: bold;
        font-size: 1.1em;
        color: #184968;
    }

    details p {
        margin-top: 10px;
        padding-left: 20px;
    }
    h1 {
        font-size: 3rem;
        position: relative;
        color: #184968;
        text-align: center;
    }
    h4.sub-title {
        color: #184968;
        text-align: center;
        margin-bottom: 25px;
    }
    h5 {
        color: #184968;
        font-weight: bold;
    }
    h4 {
        color: #184968;
        font-weight: bold;
    }
    h3 {
        color: #184968;
        font-weight: bold;
    }
    .paragraph {
    font-size: 1.5rem;
    /* color: #184968; */
    text-align: justify;
    }
    .list-group-item {
    height: 120px; /* Define uma altura fixa */
    display: flex; /* Flexbox para centralizar o conteúdo */
    flex-direction: column;
    justify-content: center; /* Centraliza verticalmente */
    align-items: flex-start; /* Alinha o texto à esquerda */
    margin: 5px 0; /* Adiciona espaço entre os itens */

    .card shadow-sm mb-4 .card-body .card-title {
        color: #184968 !important;
    }
}

    @media (max-width: 768px) {

    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
    .h4.sub-title {
        font-size: calc(0.5rem + 3.3vw);
    }
    .paragraph {
        font-size: calc(0.2rem + 3.3vw);
    }

}




/* V2 - 221B */

h1.mb-4.text-center {
      color: white; 
  font-size: var(--texto-tamanho-3gg); 
  text-align: center; 
  text-shadow: 0 0 8px black;
  font-family: "Avenir Next Condensed"; 
  font-weight: 600;
}

.paragraph, h3, h4 {
    color: white;
}

h5 {
    color: var(--cor-brand1);
}

.btn-primary, .btn-primary:hover {
    background-color:var(--cor-brand1)!important;
    color:black!important;
}