@media only screen and (max-width: 1200px) {
    .mobile-view{
        visibility: hidden;
    }
}
#site-em-manutencao{
    border-radius: 12px;
    background: #ffe0e0;
    text-align: center;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
}
#site-em-manutencao > h3 {
    font-size: 30px;
    font-family:  'Inter', sans-serif;
    font-weight: 500;
    color: #ff0000;
    padding: 0;
    margin: 0 0 0 0;
}
#site-em-manutencao > p {
    font-size: 20px;
    font-family:  'Inter', sans-serif;
    font-weight: 300;
    color: #ff0000;
    margin: 0;
    padding: 0;
}