            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:60vh;
    			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: 576px){ .container {
                max-width: 540px;
            }}
            @media (min-width: 544px){ .container {
                max-width: 576px;
            }}
            @media (min-width: 768px){
                .container {
                max-width: 720px;
            }
                body {
                    background-image:url(imgs/fundo-desktop.jpg);  
                    background-size: 200%;
            }}
            @media (min-width: 992px){ .container {
                max-width: 940px;
            }
            body {
                background-size: 150%;
        }}
            @media (min-width: 1200px){ .container {
                max-width: 1140px;
            }
            body {
                background-size: 100% 100%;
        }}
            .container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
            }
            
            .service.theme .user-area {
                text-align: center;
                padding-top: 60px;
            }
            
            .service.theme .img-circle {
                position: relative;
                width: 90px;
                height: 90px;
                display: block;
                margin: 0 auto 10px;
                /** background-color: rgba(0, 0, 0, .1);
                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: 30px auto 0 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: #000;
                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 {
                margin: 40px 0 100px;
                position: relative;
                z-index: 2;
            }
            
            .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-behance {
                display: flex;
                width: 70px;
                height: 70px;
                font-size: 2.2rem;
                border-radius: 0.4em;
                color: #fff;
                border-width: 2px;
                border-style: solid;
                background-color: #1768ff;
                border-color: #1768ff;
                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-wallpaper {
                background-color: #2a70bc;
                border-color: #2a70bc;
            }

            .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.4em;
                font-weight: bold;
                color: #000;
            }
            
            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);
}

/******** Cartao ********/
 .holder {
	 position: relative;
     display: flex;
    justify-content: center;
} /*
 .holder:before, .holder:after {
	 animation: orbit 5s linear infinite;
	 border-radius: 50%;
	 box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
	 content: "";
	 height: 150px;
	 position: absolute;
	 width: 150px;
}
 .holder:before {
	 background: #ffe897;
	 background: -moz-radial-gradient(top right, #ffe897, #f98a05);
	 background: radial-gradient(to bottom left, #ffe897, #f98a05);
	 background: -webkit-radial-gradient(top right, #ffe897, #f98a05);
}
 .holder:after {
	 animation-delay: -2.5s;
	 background: #e0e793;
	 background: -moz-radial-gradient(bottom right, #e0e793, #6dd0f1);
	 background: radial-gradient(to top left, #e0e793, #6dd0f1);
	 background: -webkit-radial-gradient(bottom right, #e0e793, #6dd0f1);
	 right: 0;
	 top: 0;
	 z-index: -1;
} */
 .card {
	 border: 1px solid #fff;
	 border-radius: 15px;
	 box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
	 font-size: 2rem;
	 height: 100%;
	 overflow: hidden !important;
	 position: relative;
	 width: 370px;
}
 .card:before {
	 background-color: rgba(255, 255, 255, 0.3);
	 backdrop-filter: blur(2px);
	 -webkit-backdrop-filter: blur(2px);
	 content: "";
	 height: 100%;
	 position: absolute;
	 width: 100%;
}
 .card__text {
	 color: #6f7886;
	 margin-left: 30px;
	 margin-top: 100px;
	 position: relative;
	 z-index: 2;
}
.card svg {
    bottom: 26px;
    position: absolute;
    right: 46px;
    width: 40px;
}
 @keyframes orbit {
	 from {
		 transform: rotate(0deg) translateX(100px) rotate(0deg);
	}
	 to {
		 transform: rotate(360deg) translateX(100px) rotate(-360deg);
	}
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -100px;
    
}

.circles li:nth-child(1), .circles li:nth-child(11), .circles li:nth-child(21){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2), .circles li:nth-child(12), .circles li:nth-child(22){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 6s;
}

.circles li:nth-child(3), .circles li:nth-child(13), .circles li:nth-child(23){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(4), .circles li:nth-child(14), .circles li:nth-child(24){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 8s;
}

.circles li:nth-child(5), .circles li:nth-child(15), .circles li:nth-child(25){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6), .circles li:nth-child(16), .circles li:nth-child(26){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 0s;
}

.circles li:nth-child(7), .circles li:nth-child(17), .circles li:nth-child(27){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
}

.circles li:nth-child(8), .circles li:nth-child(18), .circles li:nth-child(28){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 10s;
    animation-duration: 28s;
}

.circles li:nth-child(9), .circles li:nth-child(19), .circles li:nth-child(29){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 20s;
}

.circles li:nth-child(10), .circles li:nth-child(10), .circles li:nth-child(30){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 8s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 10%;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }

}

.logo-top {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    border: 1px solid #fff;
    border-radius: 100px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 20px 20px;
    margin-bottom: 20px;
}