.banner-home {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    background-color: #01a3d2;
    padding-top: 40px;
}

.texto-topo {
    font-size: 35pt;
    line-height: 35pt;
    text-transform: uppercase;
    margin-top: 60px;
    font-weight: 800;
}

.texto-topo p {
    text-align: center;
    margin-bottom: 10px;
    color: #fff
}

.texto-topo .enfase {
    background-color: #fff;
    color: #009CDE;
    border-radius: 10px;
    margin: 0 auto;
    padding: 8px 4px 8px 5px;
    text-align: center;
    width: 60%;
}

.b1 {
    background-image: url(../imagens/banner-2.jpg);
}

.b2 {
    background-image: url(../imagens/banner.jpg);
}

@media screen and (max-width: 640px) {
    .b1,
    .b2 {
        background-image: none;
        background-color: #009CDE;
    }
    .texto-topo {
        margin-top: 20px;
    }
    .texto-topo p {
        font-size: 25pt;
        line-height: 27pt;
        width: 100%;
    }
    .texto-topo .enfase {
        width: 100%;
        font-size: 25pt;
        line-height: 26pt;
    }
}