            body {
                position: relative;
                margin: 0;
                max-width: 100%;
                background-color: #fff;
                min-height: 90vh;
                width: 100%;
                font-family: Karla, Helvetica, sans-serif;
                -webkit-font-smoothing: antialiased;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                text-align: left;
				background-image:url(imgs/fundo.jpg);     
				background-size:100% 100%;
    			background-repeat:no-repeat;
            }
            
            .container {
                margin-left: auto;
                margin-right: auto;
                padding-left: 10px;
                padding-right: 10px;
            }
            
            .service.theme .service-container {
                max-width: 700px;
                width: auto;
            }
            
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-family: Karla, Helvetica, sans-serif;
                font-weight: 200;
                color: #222;
                text-align: center;
                margin-bottom: 0;
                margin-top: 0;
            }
            
            h3 {
                font-size: 24px;
                font-weight: 700;
                margin: 80px auto 30px;
            }
            
            ul {
                margin: 0;
                padding: 0;
                list-style: none;
                display: inline-block;
            }
            
            h3 {
                font-size: 30px;
            }
            
            @media (min-width: 1200px){ .container {
                max-width: 1140px;
            }}
            
            @media (min-width: 992px){ .container {
                max-width: 940px;
            }}
            
            @media (min-width: 768px){ .container {
                max-width: 720px;
            }}
            
            @media (min-width: 544px){ .container {
                max-width: 576px;
            }}
            
            @media (min-width: 992px){ .container {
                max-width: 960px;
            }}
            
            @media (min-width: 576px){ .container {
                max-width: 540px;
            }}
            
            .container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
            }
            
            .service.theme .user-area {
                text-align: center;
                margin-top: 20px;
                padding-top: 15px;
            }
            
            .service.theme .img-circle {
                position: relative;
                width: 90px;
                height: 90px;
                display: block;
                background-color: rgba(0, 0, 0, .1);
                margin: 0 auto 10px;
                border-radius: 50%;
                overflow: hidden;
            }
            
            .img-circle {
                border-radius: 50%;
            }
            
            .service.theme .img-circle img {
                position: absolute;
                width: 90%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }
            
            img {
                vertical-align: middle;
                border-style: none;
            }
            
            .service.theme .user-area h3 {
                line-height: 1;
                margin: 0 auto 20px auto;
            }
            
            .btn {
                position: relative;
                outline: 0!important;
                font-weight: 700;
                border-width: 2px;
                border-style: solid;
                border-radius: 0;
                text-decoration: none;
                display: inline-block;
                color: #222;
                line-height: 1.5;
                font-weight: 400;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                border: 1px solid transparent;
                padding: .375rem .75rem;
                font-size: 1rem;
                border-radius: .25rem;
                -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
            }
            
            .service.theme .user-name {
                color: #fff;
                font-size: 1rem;
                font-weight: 600;
                border-color: transparent;
                line-height: 1.25;
                text-overflow: ellipsis;
                max-width: 100%;
                display: block;
                overflow: hidden;
            }
            
            .service.theme .links {
                text-align: center;
                clear: both;
                margin-bottom: 12px;
            }
            
            .service.theme .link {
                margin-bottom: 12px;
                padding: 0;
                position: relative;
            }
            
            .btn-link,
            .btn-link-mobile {
                text-decoration: none;
            }
            
            .btn-link-mobile {
                margin: 2% 3%;
            }
            
            .service.theme .link a {
                overflow-wrap: break-word;
                word-wrap: break-word;
                word-break: break-word;
                -ms-hyphens: auto;
                -webkit-hyphens: auto;
                hyphens: auto;
                white-space: normal;
                padding: 15px 20px;
                display: block;
                position: relative;
            }
            
            .service.theme.colourway-leaf .btn-link {
                color: #32338e;
                border-color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #fff;
                text-align: center;
                position: relative;
                -webkit-transition: all .25s cubic-bezier(.08, .59, .29, .99);
                transition: all .25s cubic-bezier(.08, .59, .29, .99);
                z-index: 2;
            }
            
            .service.theme.colourway-leaf .btn-link:hover {
                color: #32338e;
                border-color: #ceceff;
                border-width: 2px;
                background-color: #ceceff;
            }
            
            .icone-mobile {
                display: flex;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #32338e;
                border-width: 2px;
                border-style: solid;
                background-color: #fff;
                border-color: #fff;
                justify-content: center;
                align-items: center;
            }

            .icone-whats {
                display: flex;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #34af23;
                border-color: #34af23;
                justify-content: center;
                align-items: center;
            }
           
            .icone-mess {
                display: flex;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #3b5998;
                border-color: #3b5998;
                justify-content: center;
                align-items: center;
            }

            .icone-central {
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #fff;
                border-color: #fff;
                
            }
            .icone-central img {
                width: 75%;
            }
            .mobile a ul {
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .icone-insta {
                display: flex;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #bc2a8d;
                border-color: #bc2a8d;
                justify-content: center;
                align-items: center;
            }

            .icone-teste {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #20b9eb;
                border-color: #20b9eb;
            }


            i.fas.fa-sitemap {
                padding: 24% 19%;
            }
            
            .texto-icone-mobile {
                margin: 3% 0 0;
                font-size: 0.7em;
            }
            
            i.fab.fa-whatsapp {
                font-size: 1.3em;
                padding: 20% 22% 21%;
            }
            .desktop div a i.fab.fa-whatsapp, .desktop div a i.fa.fa-phone {
                font-size: 1.5em;
                padding: 0;
                margin: 0 10px 0 0;
            }
            .desktop div a {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            i.fab.fa-facebook-messenger {
                font-size: 1.3em;
                padding: 20% 21% 21%;
            }
            
            i.fas.fa-users,
            i.fab.fa-facebook-f {
                font-size: 1em;
                margin: 23% 19%;
            }
            
            i.fab.fa-instagram {
                font-size: 1.2em;
                margin: 20% 24%;
            }
            
            i.fas.fa-tachometer-alt,
            i.fa.fa-bullhorn {
                font-size: 1em;
                margin: 22% 21%;
            }
            
            i.fas.fa-file-signature {
                font-size: 1em;
                margin: 22% 28%;
            }
            
                .mobile {
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: center;
                }
                .service.theme .service-container {
                    max-width: 600px;
                }

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

.btn-voltar {
    text-align: center;
    margin: 30px 0 0;
}
.btn-voltar a {
    text-decoration: none;
}
.btn-voltar a:hover {
    color: #fff;
}

.fa-phone {
    transform: rotate(90deg);
}