.topo-grandes {
    height: auto;
}
.preco-topo {
    color: #ff5819;
    font-size: 27px;
    margin-top: 320px;
    font-weight: 400;
}
.preco-topo span {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 102px;
}
.btn-laranja {
    background-color: #ff5819;
    margin-top: 30px;
}
.btn-laranja:hover {
    background-color: #df4e19;
    text-align: center;
}
.bloco-why {
    padding: 20px 0 30px;
}
.bloco-4como {
    text-align: center;
}
.bloco-why .text, .bloco-dicas .text {
    font-size: 18px;
    margin-top: 12px;
}

.bloco-tvs {
    padding: 70px 0;
    background-color: #ff5819;
}
.bloco-tvs .title1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900; 
    margin: 70px 0 0 30px;
    text-transform: uppercase;
}
.bloco-tvs .title1 span {
    color: #2b2b2b;
}
.bloco-tv {
    background: url(/assets/imagens/nova_home/pme/tv.png) top center no-repeat;
    text-align: center;
    padding: 20px 30px 110px;
    background-size: 100%;
}
.bloco-tv .why-title1 {
    color: #ffffff;
    margin-bottom: 0;
}
.bloco-tv .why-title2 {
    font-size: 67px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bloco-tv .text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.bloco-exemplos {
    padding: 70px 0 90px;
    background-color: #1b1b1b;
    text-align: center;
}
.bloco-exemplos .title1 {
    color: #ff5819;
    font-size: 40px;
    font-weight: 900; 
    text-transform: uppercase;
    margin-bottom: 50px;
}
.bloco-tvs .title-bloco-ebooks {
    text-align: center;
    margin: 30px 0 60px;
}
.bloco-ebook {
    text-align: center;
    color: #ffffff;
}
.titulo-ebook {
    font-size: 21px;
    font-weight: 600;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.bloco-ebook img {
    position: relative;
    left: -30px;
}
.p-ebook {
    margin: 0 auto;
    width: 223px;
}

@media (max-width: 768px) {
    .topo-grandes {
        background-size: 280%;
        background-position-x: -490px;
    }    
    .content-banner {
        margin: 420px 0 20px 0;
    }
    .preco-topo {
        margin: 230px auto 0;
        text-align: center;
    }
    .bloco-tv
    {
        height: 200px;
    }l

    .bloco-tv .why-title2 {
        font-size: 45px;
        margin-top: 10px;
        margin-bottom: 10px;   
    }

    .bloco-ebook img {
        position: relative;
        left: -30px;
        width: 300px;
    }
    .p-ebook .btn-ebook {
        margin-bottom: 70px;
    }
    .bloco-dicas {
        padding: 40px 0 30px;
    }
    .bloco-tvs {
        padding: 40px 0;
    }
    .bloco-why .col-md-4 .text {
        margin-bottom: 40px;
    }
    .bloco-4como {
        margin-bottom: 50px;
    }
    .bloco-why {
        padding: 20px 0 20px;
    }

}
@media (max-width: 425px) {
    .topo-grandes {
        background-size: 200%;
        background-position-x: -210px;
    }
    .content-banner {
        margin: 223px 0 20px 0;
    }
    .topo-grandes .text {
        font-size: 14px;
        line-height: 19px;
    }
    .btn-laranja {
        margin-top: 15px;
        padding: 0 13px;
        width: 100%;
    }
    .preco-topo {
        margin: 255px auto 0;
        font-size: 20px;
    }
    .preco-topo span {
        color: #fff;
        font-size: 50px;
        font-weight: 900;
        line-height: 68px;
    }
    .bloco-4como {
        margin-bottom: 80px;
    }
    .bloco-4como img {
        width: 100px;
    }
    .bloco-why {
        padding: 30px 0;
    }
    .bloco-tvs {
        padding: 0 0 20px;
    }
    .bloco-tv {
        padding: 1px 8px 70px;
        margin-bottom: 20px;
    }
    .bloco-tv .why-title2 {
        margin-bottom: 0;
    }
    .bloco-tv .text {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .bloco-tvs .title1 {
        margin: 50px 0 40px 0;
    }
    .bloco-quem img {
        width: 30px;
    }
    .bloco-exemplos .title1 {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .bloco-exemplos {
        padding: 40px 0 70px;
    }
    .bloco-dicas {
        padding: 20px 0 100px;
    }
}