@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Plus Jakarta Sans", serif;
    background: url(../images/bg.jpg) no-repeat center top #b9b9b9;
    background-size: contain !important;
    -webkit-background-size: contain !important;
}
article{
    padding: 100px 0;
    width: 100%;
    float: left;
}
h1{
    width: 232px;
    height: 105px;
    float: left;
    text-indent: -50000px;
    background: url(../images/logo.png) no-repeat center;
}
.item{
    background: #ffffff7e;
    backdrop-filter: blur(6px);
    width: 100%;
    float: left;
    padding:30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.item h2{
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.item p{
    font-size: 18px;
    color: #242426;
}
.item svg{
    color: #663300;
    margin-bottom: 15px;
}
.rede-social a{
    color: #111;
    margin: 0 8px;
    float: left;

}
.rede-social p{
    color: #111;
    font-weight: 700;
    font-size: 20px;
    float: left;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
}