.question {
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    padding: 10px;
    display: flex;
}

.question:hover{
    color: #0041c4af;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup:target {
    display: block; /* Exibe o pop-up quando a âncora é clicada */
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #003399;
    width: 80%;
    max-width: 600px;
    text-align: center;
    border-radius: 10px;
}

/* Estilo do botão de fechar */
.close {
    color: #003399;
    float: right;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-top: -9px;
    margin-right: -9px;
    
}

.close:hover,
.close:focus {
    color: #0041c4af;
    text-decoration: none;
    cursor: pointer;
}

.container-fluid.container11{
    background-color: #fff;
    justify-content: center;
    padding-top: 25px;
}

.page-eleven{
    display: flex;
    justify-content: center; /* Centraliza o conteúdo horizontalmente */
    gap: 15px;
}

.frequently{
    color: #003399;
}

.frequently-question{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.box-eleventh-page-part-one, .box-eleventh-page-part-two{
    background-color: transparent;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    padding: 15px;
    padding-left: 15px;
}

.aswer{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
}
@media (max-width: 992px) {
    .popup {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .popup-content {
        background-color: #fff;
        margin:200px auto;
        border: 1px solid #003399;
        width: 80%;
        max-width: 600px;
        text-align: center;
        border-radius: 10px;

    }
}