body {
    background-color: #f8f9fa;
    text-align: center;
}

section{
    padding: 2rem;
}

h1 {
    color: #2193c9;
    font-size: 2rem;
    margin-bottom: 1rem;
}
h1 strong {
    color: #2193c9;
}
.img-fluid {
    max-width: 350px;
    height: auto;
}

.img-carregando{
    max-width: 150px;
}

.construction-text {
    font-size: 1.5rem;
    margin-top: 1rem;
    color: #6c757d;
}

.img-fundo-bg{
    background-color: #2193c9;
    height: 43vh;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .img-fundo-bg{
        height: 27vh;
    }
}