.topo--home.fixed .topo__logo,
.topo--int.fixed .topo__logo {
    margin: 0;
}

.topo--int.fixed .topo__logo img {
    max-width: 70px;
    min-width: 70px;
    margin: 5px 0;
}

.modal-popup {
    flex-direction: column;
}

@media screen and (min-width: 767px) {
    .modal-popup {
        flex-direction: row;
    }
}

.cardSimulados {
    flex-direction: column;
}

.cardSimulados__resultado {
    padding: 20px 0;
}

.tabs--simulados .tabs__tit__modulos {
    padding: 20px;
    display: flex;
    align-items: center;
}

.tabs--simulados .tabs__tit {
    align-items: stretch;
    flex-direction: column;
}

.tabs__icone {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
}

.cardSimulados__tempo {
    padding-top: 20px;
}

.cardSimulados__infos {
    padding: 20px;
}

.tabs__tit--bloqueado .tabs__info {
    justify-content: center;
    padding: 10px;
}

.tabs__tit--bloqueado {
    cursor: not-allowed;
}

.boxLogin__infos,
.boxLogin__infos__links {
    flex-direction: column;
}

.boxLogin--menu .boxLogin__link {
    padding-bottom: 0;
}

.topoInt-flex {
    justify-content: space-between;
}

.grid-destaque .videoAulas__img img {
    height: 100%;
    object-fit: cover;
}

.grid-secundario .videoAulas__link:first-child {
    margin-bottom: 7px;
}

@media screen and (min-width: 567px) {
    .tabs--simulados .tabs__tit {
        flex-direction: row;
    }
    .tabs__tit--bloqueado .tabs__info {
        justify-content: flex-end;
        padding: 0;
    }
    .boxLogin__infos {
        flex-direction: row;
    }
}

@media screen and (min-width: 767px) {
    .cardSimulados {
        flex-direction: row;
    }
    .cardSimulados__resultado {
        padding: 0;
    }
    .cardSimulados__tempo {
        padding-top: 0;
    }
    .cardSimulados__infos {
        padding: 1.25rem 5rem;
    }
    .tabs--simulados .tabs__tit__modulos {
        padding-top: 0;
        padding-bottom: 0;
    }
    .boxLogin__infos__links {
        flex-direction: row;
    }
}

.enemzeiros__iframe {
    width: 100%;
    height: 619px;
    margin: 85px 0;
}

.enemzeiros__iframe iframe {
    width: 100%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
}