@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;500;600&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


#banner{
    width: auto;
    height: 50vh;
    background-image: url(./assets/images/background.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 50%;
    display: grid;
    place-items: center;
}

#parceiros{
    color: white;
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.sub{
    font-size: 1.7rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    color: gray;
}

.display-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.8rem;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
} 

.align-center {
    text-align: center;
}


.wrap-img{
    filter: grayscale(1);
    height: 60px;
}

.imgLogoSize{
    width: 50%;
}

.client-name{
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.line{
    width: 10%;
    line-height: 20px;
    display: inline-block; 

}


.txt-vantagens{
    text-align: left;
}

.hover:hover{
   background-color: aquamarine;
}


.space{
    padding-top: 50%;
    padding-bottom: 50%;
}