*{
    margin: 0;
    padding: 0;
    
}
body{
    background-color: hsl(0, 100%, 100%);
}
header{
    background-image: url(./images/desktop/image-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40vw;
}
.title{
    font-family: "Fraunces", serif;
    color: white;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
    margin-top: 130px;
}
.icon{
    margin-left: auto;
    margin-right: auto;
    font-size: 100px;
    color: white;
    margin-top: 70px;
    width: 100px;
    height: 100px;



    animation: flutuar 2s ease-in-out infinite;
}

@keyframes flutuar {
    0% {
    transform: translateY(0);
    }
    50% {
    transform: translateY(-15px);
    }
    100% {
    transform: translateY(0);
    }
}
.david{
    font-family: "Barlow";
    font-weight: 700;
    font-size: 45px;
    color: white;
}
.header-acima{

    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.botoes{



    gap: 30px;
    display: flex;
    margin-left: auto;
    
    
    
}
a{
    text-decoration: none;
    
}
.bots{
    color: white;
    margin-top:20px;
    font-family: "Barlow";
    font-size: 20px;
}
.bots-button{
    height: 40px;
    margin-top: 15px;
    width: 90px;
    background-color: white;
    border: 0;
    border-radius: 100px;
    font-family: "Barlow";
    font-size: 15px;
    
}
.container-main,.container-main2,.container-main3{
    display: flex;
}
.container-1{
    background-color: hsl(0, 100%, 100%);
    width: 50%;
    height: 100%;
}
.container-2{
    
    width: 50%;
    height: 10;

    
}
.container-2 img{
    width: 100%;
}
.textos{
    
    margin-top: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.titulo2{
    font-family: "Fraunces", serif;
    font-weight: 700;
    font-size: 60px;
    color: hsl(212, 27%, 19%);
    width: 80%;
}
.paragraf2{
    font-family: "Barlow";
    font-size: 20px;
    width: 80%;
    margin-top: 30px;
    color: hsl(213, 9%, 39%);
}
.ler{
    border: none;
    margin-top: 70px;
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 6px solid hsl(51, 100%, 49%);
    background-color: transparent;
    color: hsl(212, 27%, 19%);
    
}
.container-3 {
    width: 50%;
}
.container-3 img{
    width: 100%;
}
.container-4{
    width: 50%;
    background-color: hsl(0, 100%, 100%);
}
.container-2 img,
.container-3 img {
    display: block;
}
.ler2{
    border: none;
    margin-top: 70px;
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 6px solid hsl(7, 99%, 70%);
    background-color: transparent;
    color: hsl(212, 27%, 19%);
}
.container-5{
    width: 50%;
}
.container-5 img{
    width: 100%;
    height: 50vh;
}
.container-6{
    width: 50%;
    
}
.container-6 img{
    width: 100%;
    height: 50vh;
}
.container-clientes{
    display: flex;
    gap: 40px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    background-color: hsl(0, 100%, 100%);
    
}
.cliente img{
    border-radius: 50%;
    
}
.cliente{

    margin-top: 40px;
    width: 40%;
    align-items: center;
    
}
.depoimento{
    width: 70%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: 30px;
    font-family: "Barlow";
    font-size: 100%;

    margin-top: 30px;
    color: hsl(213, 9%, 39%);

}
.imagem-cliente {

    margin-left: auto;
    display: block;
    margin-right: auto;
    
    
    width: 100px;
}
.mobile{
    width: 100%;
    height: 250px;
    display: none;
}
.nomes{
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 100%;
    color: hsl(212, 27%, 19%);
    margin-top: 25px;
    text-align: center;
}
.profissao{
    text-align: center;
    margin-top: 30px;
    font-family: "Barlow";
    color: hsl(210, 4%, 67%);
}
.imagens-finais{
    display: flex;
    margin-top: 100px;
}
.imagens-finais img{
    width: 20%;
}
.container-footer{
    background-color: #90d4c5;
    gap: 30px;
    height: 300px;

}
.titulo-footer{
    text-align: center;
    font-family: "Barlow";
    font-weight: 700;
    font-size: 45px;
    color: hsl(167, 34%, 41%);
    padding-top: 30px;
    display: block;
}
.sobre-footer{
    gap: 30px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;

    justify-content: center;
}
.sobre-footer a{
    font-size: 23px;
    font-family: "Barlow";
    color:hsl(167, 34%, 41%);
    font-weight: 500;
}
.icones-footer{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 25px;
    
}

@media (max-width: 1600px){

    .titulo2{
        font-size: 40px;
    }
    .paragraf2{
        font-size: 16px;
    }


}
@media (max-width: 1200px){
    .titulo2{
        font-size: 30px;
    }
    .paragraf2{
        font-size: 16px;
        margin-top: 10px;
    }
    .ler2,.ler{
        margin-top: 30px;
    }
    .title{
        margin-top: 60px;
        font-size: 70px;
    }
    .icon{
        font-size: 70px;
    }


}
@media (max-width: 990px){
    .textos{
        width: 90%;
    }
    .titulo2{
        font-size: 20px;
    }
    .titulo2{
        font-size: 23px;
        width: 80%;
        width: 100%;
    }
    .paragraf2{
        font-size: 15px;
        margin-top: 10px;
        width: 100%;
    }
    .ler2,.ler{
        margin-top: 10px;
        font-size:15px ;
    }
    .title{
        margin-top: 40px;
        font-size: 50px;
        
    }
    .icon{
        font-size: 70px;
        margin-top: 30px;
    }
    .david{
        font-size: 20px;

    }
   
.header-acima{
    width: 100%;
}

}
@media (max-width: 670px){
    .title{
        margin-top: 40px;
        font-size: 50px;
        position: relative;
        top: -200px;
        margin-left: auto;
        margin-right: auto;
        
    }
    .icon{
        font-size: 70px;
        margin-top: 0px;
        position: relative;
        top: -180px;
    }
     .bots{
    display: none;
}
.bots-button{
    display: none;
}
.mostrar{
    display: none;
}
.depoimento{
    font-size: 12px;
    width: 100%;
    
}
.cliente{
    margin-left: 10px;
}



    .container-3,.container-1,.container-4 {
    width: 100%;
}
.container-main,.container-main2,.container-main3{
    display: block;
}
.mobile{
    display: block;
}
.container-2 img{
    visibility: hidden;
}
header{
    height: 70vw;
}
}
a{
    color: white;
}
.mostrar{

    width: 70%;
    position: absolute;
    top:20px;
    left: 10px;
    background: white;
    padding: 1rem;
    width: 200px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    height: 160px;
    z-index: 2000;
    
}
#hamburguer{
    
    padding: 30px;
    
}
.mostrar::before {
  content: "";
  position: absolute;
  top: -20px; /* sobe um pouco para ficar fora do quadrado */
  right: 0px; /* distância da borda direita */
  width: 20px;
  height: 20px;
  background: white;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  box-shadow: -2px -2px 5px rgba(0,0,0,0.05);
}
.mob-btn{
    display: block;
    
}
.mob{
    width: 100%;
    background-color: transparent;
    border: 0px;
    padding: 7px;
    font-family: "Barlow";
    color: hsl(213, 9%, 39%);
    font-weight: 600;
    height: 30px;

    
    
}
.contact-mob{
    width: 100%;
    height: 30px;
    border-radius: 20px;
    border: 0px;
    background-color: hsl(51, 100%, 49%);
    font-family: "Barlow";
    font-weight: 600;
}
.bi-x-lg{
    font-size: 20px;
}