body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

header h1 {
    margin: 0;
}

#hero {
    /*background: url('https://i.imgur.com/kXxBVHw.jpeg') no-repeat center center/cover;*/
    color: black;
    padding: 100px 0;
    background-image: url('https://i.imgur.com/kXxBVHw.jpeg'), radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
            background-size: cover; background-blend-mode: overlay;
}

#features img {
    max-width: 100%;
}

footer {
    background: #333;
    color: #fff;
}

        .pricingHeight {
            height: 200px;
        }
        /* Estilos básicos para os ícones de redes sociais */

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
}

.icon {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    background-size: cover;
    cursor: pointer;
}

.facebook {
    background-image: url('images/4494475.png');
}

.instagram {
    background-image: url('images/4494488.png');
}

.whatsapp-contact {
    background-image: url('images/4494494.png');
}

.whatsapp-canal {
    background-image: url('images/4494475.png');
}

.twitter {
    background-image: url('images/4494481.png');
}
