*{
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.section{
    max-width: 100vw;
    height: fit-content;
    margin-bottom: 100px; 
}
.sectionTittle{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    
}
.margin{
    margin: 200px 0px;
}
.flexCenterCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcWhatts{
    border: 7px solid white ;
    padding:0px 50px ;
    height: calc(fit-content - 40px);
    width: fit-content ;
    border-radius: 100px ;
    display: flex;
    background-color: rgb(75, 179, 75);
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 40px rgb(153, 153, 153) ;
}
.bcWhatts img{
    margin: 30px 0px 30px 20px;
    transform: scale(.7);
}
.bcWhatts h1{
    color: white;
    text-shadow: 0px 0px 10px rgb(124, 124, 124);
}
.center{
    display: flex;
    justify-content: center;
}
.border{
    border: 1px dashed grey;
}

.column{
    display: flex;
    flex-direction: column;
}
.Yellow{
    color:#f39200;
}
.flex{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.padding100{
    padding: 20px;
}

.SocialMedia{
    width: 100px;
}

@media only screen and (max-width: 750px) {
    #fale_conosco{
        padding: 100px 0px ;
    }
    #contatos{
        padding: 100px 0px ;
    }
    .margin{
        margin-top: 10px;
    }
}