@media screen and (min-width: 601px) {
    body {
        margin: 0;
        padding: 0;
    }
    .topo {
        /* display: flex; */
        /* background: red; */
        width: 100%;
        text-align: center;
    }
    .topo img {
        margin-top: 60px;
        width: 30%;
    }
    .menu {
        width: 30%;
        margin-top: 40px;
    }
    .slg {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        color: #00a0e8;
    }
    .esperanca {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        color: #00a0e8;
        font-size: 14px !important;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icone {
        padding: -10px;
    }
    .esperanca h4 {
        font-size: 0.8em !important;
    }
    /* .slg h5{
    font-size: 1.2em !important;
} */
    .augaLogo {
        width: 200px;
        margin-top: 40px;
        /* background: red; */
    }
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
        padding: 0;
    }
    .topo {
        /* display: flex; */
        /* background: red; */
        width: 100%;
        text-align: center;
    }
    .topo img {
        margin-top: 60px;
        width: 80%;
    }
    .esperanca {
        width: 100%;
        padding: 20px;
        margin-top: 30px;
        text-align: center;
        color: #00a0e8;
        font-size: 14px !important;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icone {
        padding: -10px;
    }
    .esperanca h4 {
        font-size: 0.8em !important;
    }
    .menu {
        width: 90%;
        margin-top: 40px;
    }
    .slg {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        color: #00a0e8;
    }
    .slg h5 {
        font-size: 1em !important;
    }
    .augaLogo {
        width: 200px;
        margin-top: 40px;
        /* background: red; */
    }
}