@media screen and (max-width: 1157px) {

    header .menu-desktop,
    header .btn-contato {
        display: none;

    }

    header .btn-menu-mob{
        display: block;
    }
}

@media screen and (max-width: 500px) {

    /* Responsivo da hero*/
    .hero-site .txt-hero h1 {
        color: #477737;
        font-size: 1.5em;
        line-height: 30px;
        padding: 20px;

    }

    .hero-site .txt-hero h1 span {
        display: inline;
        font-weight: 800;

    }

    .hero-site .txt-hero p {
        font-size: 16px;
        font-weight: 300;
        margin: 20px;
    }

    .hero-site .txt-hero p span {
        display: block;
    }

    .hero-site button {
        width: 220px;
        height: 60px;
        margin: 20px;
        font-size: 20px;
    }



    /* responsivo dos serviços */

    .servicos .itens-container {
        flex-direction: column;
    }

    .servicos .itens-container .img-itens img {
        width: 100%;
    }

    .servicos .itens-container .txt-itens p {
        margin-bottom: 20px;
    }

    .servicos .itens-container .txt-itens h3 {
        font-size: 1.5em;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;

    }

    .itens-container .txt-itens h3 span {
        font-weight: 300;
    }

    .servicos .itens-container .item-1{
        order:  1;
    }

    .servicos .itens-container .item-2{
        order:  0;
    }

    .servicos .itens-container .item-3{
        order:  1;
    }

    .servicos .itens-container .item-4{
        order:  0;
    }

    /* Estilo dos botoes de contato*/

    section.contato{
        background-color: #d8d8d8;
        padding: 80px 0;
        text-align: center;
    }

    .txt-contato, .icons-contato{
        display: block;
        width: 100%;
       
    }

    .contato .txt-contato h3{
        font-size: 2em;
        line-height: 20px;
        
    }
    
      .contato .icons-contato button{
        width: 100%;
        
    }

    .contato .txt-contato p{
        margin-bottom: 20px;
    }

/*Estilo da sessão sobre*/

    .sobre h3{
        font-size: 1.03em;
        line-height: 15px;
        font-weight: 200;
    }

    .sobre p{
        margin: 20px 0;
        font-size: 14px;
    }



/* estilo da sessão como funciona */
    .txt-funciona, .instrucoes{
        display: block;
        width: 100%;
        text-align: center;
        
    }

    .como-funciona .txt-funciona{
        position: static;
   
    }

    .como-funciona .txt-funciona h3{
        font-size: 2.5em;
        line-height: 40px;
    
    }
   
    .instrucoes .instru-box{
        flex-direction: column;
        text-align: center;
    }

/* estilo footer */


    footer .bottom-footer{
        border-top:  2px solid #fff;
        }

    footer .bottom-footer p{
        font-size: 10px;
    }

}