
@media screen and (max-width: 900px) {
    header .menu-desktop, header .btn-contato{
        display: none;
    }

    
    header .btn-menu-mob{
        display: block;
    }
}
    /* respondivo hero */
    
@media screen and (max-width: 878px){
 

    .hero-site .txt-hero h1{
    font-size: 2.6em;
    line-height: 40px;

}

section.hero-site{
    height: 99vh;
}

.hero-site .txt-hero h1 span{
    display: block;   
    font-weight: 800;
}

.hero-site .txt-hero p{
    font-size: 15px;
}

.hero-site .txt-hero p span{
    display: inline;
}

.hero-site button{
    width: 220px;
    height: 60px;
    font-size: 20px;
}


/* responsivo estilo vantagens  */


.vantagens .itens-container .txt-itens p{
    margin-bottom: 20px;
}

.vantagens .itens-container .item-1{
    order: 1;
}

.vantagens .itens-container .item-2{
    order: 0;
}


.vantagens .itens-container{
    flex-direction: column;
}
.vantagens .itens-container .img-itens img{
    width: 100%;
}
/* estilo botoes contato */

.txt-contato, .icons-contato{
    display: block;
    width: 100%;
}

.contato .txt-contato h3{
    font-size: 2em;
    line-height: 40px;
}

.contato .icons-contato button{
    width: 100%;
}

.contato .txt-contato p{
    margin-bottom: 20px;
}

/* footer responsivo */

footer .middle-footer a{
    margin: 15px 0;
    display: block;
}

footer .bottom-footer p{
     font-size: 14px;
}
/* meus projetos mob */

.txt-projetos h2{
    font-size: 2rem;
    line-height: 30px;
}

.txt-projetos p{
    font-size: 15px;
    margin: 7px 0px 0;
}

.txt-projetos button{
    width: 180px;
    height: 50px;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 40px;
    margin: 15px 0px 0px;
    color: #fff;

    box-shadow: 0 0 8px #cacaca;
    transition: .5s;
}


.projetos-content{
    margin-bottom: 40px;

}
.projeto-img{
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100%;
  border-radius: 0 70px 30px 70px;
}



.projetos-content h3{
    margin-top: 20px;
}

.projetos-box{
    width: 165px;
    height: 120px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 0 70px 30px 70px;
    margin-top: 10px;
}

/* resposivo sobre */
section.sobre-ledpro{
    padding: 10px 0;
}

.img-sobre, .txt-sobre{
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 50%;
}

.sobre-ledpro .img-sobre img{
    width: 85%;
    border-radius: 0 40px 10px 40px;
    box-shadow: 10px 10px 0 #2101ef;
}

.txt-sobre{
    color: #2101ef;
}

.txt-sobre h2{
    font-size: 3rem;
    line-height: 50px;
}

.txt-sobre h2 span{
    display: block; 
}

.txt-sobre p{
    margin: 20px 0 20px 0;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.txt-sobre button{
    background-color: #2101ef;
    width: 70px;
    height: 70px;
    font-size: 28px;
    border-radius: 0 20px 20px 20px;
    cursor: pointer;

}


  .texto-completo {
    display: none;
  }
  .texto-resumido {
    display: block;
  }


}