@media (min-width:700px) and (max-width:1020px) {
    .topo {
        background-image: none;
        height: 100px;
    }

    #logoTopo {
        width: 40%;
        padding: 2% 30%;
    }

    .titulo {
        font-size: 90%;
        margin-top: 22%;
        margin-left: 9%;
        text-align: center;
    }

    .menu {
        margin-top: 20%;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .menu ul {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;

    }

    .menu ul li a {
        font-size: 25px;
        line-height: 20px;
    }

    .descricao {
        background-color: #bb4c56;
        height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .descricao .text {
        line-height: 40px;
        color: rgb(255, 255, 255);
        font-size: 25px;
        height: 100px;
        width: 70%;
        padding: 15%;
        padding-top: 0%;
        padding-bottom: 20%;
        text-align: center;
    }

    .descricao .vid video {
        height: 470px;
        width: 450px;
        align-self: center;
        margin-left: 22%;

    }

    .info {
        font-size: 25px;
        line-height: 30px;
    }

    .info .equipamento {
        width: 60%;
        margin-left: 20%;
    }

    .info .especializada {
        width: 60%;
        margin-top: 5%;
        margin-left: 20%;
    }

    .info .diversos {
        width: 60%;
        margin-top: 5%;
        margin-left: 20%;
    }

    .gratis {
        height: 300px;
    }

    .gratis .div1 {
        width: 60%;
        margin-left: 20%;
    }

    .gratis .div2 {
        margin-left: 2%;
        width: 70%;
        margin-bottom: 50px;
    }

    .social .icone img {
        width: 80px;
        padding: 5px;
    }

    .fale {
        text-align: center;
        font-size: 25px;
    }

    .bot {
        height: 350px;
        display: flex;
        flex-direction: column;
    }

    .bot .tel {
        width: 80%;
    }

    .bot .tel h2 {
        color: white;
    }

    .bot .tel a {
        text-decoration: none;
        font-size: 30px;
    }

    .bot .imagem {
        margin-left: 40%;
        width: 400px;
    }
}