.home{
    background-color: var(--cor-bg-claro);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
    
}

.text__home {
    width: 60%;
    padding-left: 80px;
    /* margin: 178px 0 0 135px; */
}


.text__home h1{
    color: var(--cor-title);
    font-family: var(--font-title);
    font-size: 48px;

}

.btn__home{
    width: 200px;
    height: 56px;
    border: none;
    border-radius: 50px;
    background-color: var(--cor-btn);
    color: var(--cor-bg-claro);
    box-shadow: 5px 5px 10px #6db6eb;
    font-family: var(--font-text);
    font-size: 20px;
    margin-top: 50px;
    cursor: pointer;
}

.image__home{
    width: 40%;
    
}

.image__home img{
    width: 400px;
   
    
}

@media screen and (max-width: 967px){
    

    .image__home img{
        width: 280px;
        margin-top: 50px;
       
    }

    .text__home h1{
        font-size: 28px;
        padding-left: 50px;
    
    }

    .btn__home{
        width: 150px;
        height: 46px;
        
        font-size: 16px;
        margin-top: 30px;
        margin-left: 50px;
        
    }
}

@media screen and (max-width: 800px){
    .text__home {
        padding-left: 0;
        
    }
    .text__home h1{
        font-size: 28px;
    
    }

    .btn__home{
        width: 180px;
        height: 36px;
        font-size: 15px;
        
    }

    .image__home img{
        width: 200px;
        margin-top: 15px;
        
       
    }
}

@media screen and (max-width: 748px){
    .home{
        flex-direction: column;
        
        
    }
    

    .image__home img{
        width: 200px;
        margin-top: 50px;
        
       
    }

    .text__home h1{
        font-size: 25px;
    
    }
}

/* @media screen and (max-width: 600px){
    

    .image__home img{
        width: 200px;
        margin-top: 50px;
        
       
    }
} */