body#site {
    background: 0 0
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: hidden;
    background: #00293b
}

#loader-wrapper.act {
    background: 0 0
}

#loader-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -8px;
    z-index: 1
}

@keyframes magic-mouse {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.5) rotate(90deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes magic-mouse {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(.5) rotate(90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

@keyframes magic-mouse1 {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.5) rotate(-90deg)
    }

    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes magic-mouse1 {
    0% {
        -webkit-transform: scale(1) rotate(0deg)
    }

    50% {
        -webkit-transform: scale(.5) rotate(-90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

body * {
    -webkit-text-size-adjust: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

input,
textarea,
select {
    font-family: regular, sans-serif;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

body {
    font-family: taohama, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000
}

.table-view {
    height: 100%;
    width: 100%;
    display: table
}

.row-view {
    display: table-row
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit
}

.button {
    position: relative;
    font-size: 14px;
    font-family: 700, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    background: #8ec165;
    padding: 15px 25px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    line-height: 28px
}

.button.size-2 {
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.button.size-3 {
    line-height: 20px;
    padding: 10px 12px;
    font-size: 10px
}

.button.type-1 {
    background: #fff;
    color: #000;
    text-shadow: none;
    box-shadow: none
}

.button:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    content: ""
}

.button.type-1:after {
    border: 2px #000000solid;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0 0
}

.button span {
    position: relative;
    float: left;
    z-index: 1
}

.button:hover {
    color: #fff
}

.button.type-1:hover {
    background: #000
}

.button:hover:after {
    width: 100%;
    background: rgba(0, 0, 0, .02)
}

.button.black {
    background: #222 !important;
    color: #000
}

.button.black:hover {
    color: #fff
}

.button.black:after {
    background: #000
}

.play-wrap {
    position: relative;
    float: left;
    width: 76px;
    height: 76px
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 100px;
    z-index: 1
}

.play:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 10px solid transparent
}

.play:hover {
    background: #000;
    border: 3px solid #000;
    transform: rotate(-90deg) scale(.9);
    -o-transform: rotate(-90deg) scale(.9);
    -moz-transform: rotate(-90deg) scale(.9);
    -ms-transform: rotate(-90deg) scale(.9);
    -webkit-transform: rotate(-90deg) scale(.9)
}

.play:hover:after {
    border-left: 15px solid #fff
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

#content-wrapper {
    padding-top: 0;
    position: relative;
    overflow: hidden;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important
}

.titel-left {
    position: relative
}

.titel-left span {
    color: #000
}

.titel-left:after {
    position: absolute;
    left: -25px;
    top: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: #000
}

.titel-top {
    position: relative
}

.titel-top:after {
    position: absolute;
    left: 50%;
    top: -25px;
    content: "";
    width: 30px;
    margin-left: -15px;
    height: 5px;
    background: #000
}

.h1,
.h2,
.h4 {
    font-family: #000, sans-serif;
    text-transform: uppercase;
    color: #222
}

.h1 {
    font-size: 56px;
    margin-bottom: 40px !important
}

.h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 40px !important
}

.h3 {
    font-size: 30px;
    font-family: regular, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000
}

.h4 {
    font-size: 20px;
    margin-bottom: 20px !important
}

.h5 {
    font-size: 16px;
    font-family: 700, sans-serif;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px !important
}

.small {
    font-size: 14px;
    line-height: 24px
}

.normall {
    font-size: 16px;
    line-height: 28px
}

.big {
    font-size: 18px;
    line-height: 30px
}

article {
    position: relative;
    float: left;
    width: 100%
}

article p {
    color: #777;
    padding-bottom: 40px
}

ul li {
    color: #777;
    position: relative;
    padding-bottom: 3px;
    list-style: none
}

ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    background: #000;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    content: ""
}

.white {
    color: #fff
}

.black {
    color: #222
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    background-attachment: scroll
}

.bg img {
    position: absolute
}

.bg video {
    position: absolute
}

.bg-span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55)
}

.bg-span.light {
    background: rgba(0, 0, 0, .35)
}

.clip {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.slider {
    position: relative;
    float: left;
    width: 100%
}

.swiper-pagination-switch {
    width: 9px;
    height: 9px;
    background: #ebebeb;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px
}

.swiper-pagination-switch:before {
    display: none
}

.swiper-active-switch {
    background: #000;
    height: 23px
}

form {
    position: relative;
    float: left;
    width: 100%
}

input[type=text],
input[type=email],
select,
textarea {
    background: #f8f8f8;
    border: 0;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    color: #777;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    margin: 14px 2%;
    border: 1px transparent solid
}

textarea {
    width: 94%;
    height: 125px
}

::-webkit-input-placeholder {
    color: #777
}

:-moz-placeholder {
    color: #777;
    opacity: 1
}

::-moz-placeholder {
    color: #777;
    opacity: 1
}

:-ms-input-placeholder {
    color: #777
}

.submit-wraper {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 32px
}

form input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 2
}

.error-class {
    border-color: #ff0036 !important
}

.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    display: none
}

.form-popup-close-layer {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.form-popup-content {
    max-width: 500px;
    width: 90%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 25px;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    border: 10px #000000solid
}

.form-popup .text {
    color: #777;
    font-family: regular;
    font-size: 16px;
    line-height: 28px;
    text-align: center
}

.default-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background: #000;
    cursor: pointer
}

.default-arrow:hover {
    background: #f2f2f2
}

.default-arrow span {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    line-height: 52px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.default-arrow:hover span {
    color: #000
}

.default-arrow.left {
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, .1), inset -3px 0 #daa508;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .1), inset -3px 0 #daa508;
    left: 60px
}

.default-arrow.right {
    -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, .1), inset 3px 0 #daa508;
    box-shadow: -4px 3px 10px rgba(0, 0, 0, .1), inset 3px 0 #daa508;
    right: 60px
}

#map-canvas {
    height: 300px;
    background: #f2f2f2
}

.block #map-canvas {
    margin-bottom: 60px
}

@media(max-width:991px) {
    .mob-hide {
        display: none
    }

    .bg {
        position: absolute
    }

    .default-arrow {
        display: none
    }
}

@media(max-width:767px) {

    .h1,
    .h2 {
        font-size: 40px;
        margin-bottom: 20px !important
    }

    .button {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 0 !important
    }

    .button span {
        width: 100%;
        text-align: center
    }

    input[type=text],
    input[type=email],
    select {
        width: 94%
    }
}

.block.type-1 * {
    -webkit-bakface-visibility: hidden
}

video.bgvid {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url(../assets/intro_for_ipad.jpg) no-repeat;
    background-size: cover
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    -webkit-backface-visibility: hidden
}

#logo {
    position: relative;
    float: left;
    margin-left: 50px;
    margin-top: 42px
}

#logo img {
    position: relative;
    float: left
}

#logo img.act {
    position: absolute;
    left: -25px;
    top: -7px;
    opacity: 0
}

nav {
    position: relative;
    float: right;
    padding-right: 45px
}

nav a {
    position: relative;
    float: left;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 39px;
    line-height: 39px;
    padding: 0 15px
}

nav a:hover {
    background: #000;
    color: #fff
}

nav a.act {
    height: 85px;
    padding: 20px
}

nav ul {
    position: relative;
    float: left
}

nav ul li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0
}

nav ul li:before,
nav ul li:after {
    display: none
}

nav .submeny a:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #6a3d85;
    content: ""
}

nav .submeny .submeny-top:before {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    content: "";
    height: 11px
}

nav .submeny:hover a,
nav .submeny a.act {
    bottom: 0
}

nav ul ul {
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .15)
}

nav ul ul li {
    position: relative;
    float: left;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

nav ul ul li a {
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    color: #777;
    background: #fff;
    width: 200%;
    text-align: center;
    left: -50%
}

nav ul ul li a:after {
    display: none
}

nav .submeny:hover ul li a {
    height: 39px;
    font-size: 13px;
    line-height: 39px
}

nav .submeny:hover .submeny-top {
    background: #000;
    color: #fff
}

header.act {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

header.act #logo {
    background: #fff;
    margin-top: 27px;
    margin-bottom: 55px
}

header.act #logo img {
    opacity: 0
}

header.act #logo img.act {
    opacity: 1;
    filter: invert(100%);
    padding: 5px;
}

header.act nav a {
    color: #565656;
    height: 80px;
    padding: 20px 25px
}

header.act nav a:hover {
    background: #fbfbfb;
    color: #5f5f5f
}

header.act nav a.act {
    color: #fff;
    color: #fff !important;
    background: #613c85;
    background: -moz-linear-gradient(-45deg, #613c85 0%, #ff5b8f 100%) !important;
    background: -webkit-linear-gradient(-45deg, #613c85 0%, #ff5b8f 100%) !important;
    background: linear-gradient(135deg, #613c85 0%, #ff5b8f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#613c85', endColorstr='#ff5b8f', GradientType=1)
}

header.act nav ul ul {
    top: 69px
}

header.act nav ul ul li a {
    margin: 0
}

.mob-icon {
    display: none
}

@media(min-width:1200px) {
    nav ul ul {
        width: auto;
        left: 50%;
        margin-left: 6px;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }

    nav ul li:last-child ul {
        margin-left: -25px
    }

    nav ul ul li {
        padding: 0;
        width: auto;
        float: none
    }

    nav ul ul li a {
        width: auto;
        float: none;
        display: block;
        left: 0;
        width: 185px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(min-width:1200px) {
    body {
        overflow-x: hidden
    }

    header.bottom-fixed {
        top: 100vh;
        position: absolute;
        margin-top: -75px
    }

    header.bottom-fixed ul ul {
        top: auto !important;
        bottom: 69px
    }

    header.bottom-fixed nav .submeny a:after {
        top: -7px;
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg)
    }

    header.default-act {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
        -ms-transition: none
    }
}

@media(max-width:1199px) {
    #logo {
        margin-left: 40px;
        margin-top: 17px !important
    }

    .mob-icon {
        display: block;
        position: relative;
        float: right;
        margin-right: 20px;
        height: 40px;
        cursor: pointer
    }

    .mob-icon span {
        position: relative;
        float: left;
        width: 40px;
        height: 4px;
        background: #fff;
        margin-top: 34px
    }

    .mob-icon span:before {
        position: absolute;
        left: 0;
        top: -8px;
        content: "";
        width: 40px;
        height: 4px;
        background: black;
    }

    .mob-icon span:after {
        position: absolute;
        left: 0;
        top: 8px;
        content: "";
        width: 40px;
        height: 4px;
        background: black;
    }

    .mob-icon.act span {
        width: 30px
    }

    .mob-icon.act span:before {
        width: 30px;
        top: -2px
    }

    .mob-icon.act span:after {
        width: 30px;
        top: 2px
    }

    nav {
        padding-right: 0;
        float: none;
        position: absolute;
        top: 65px;
        left: -100%;
        height: 100%;
        width: 100%;
        background: #000;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch
    }

    nav a {
        width: 100%;
        padding: 0;
        margin: 0 !important;
        text-indent: 20px;
        font-size: 18px;
        color: #fff !important
    }

    nav ul li:last-child {
        margin-bottom: 65px !important
    }

    nav ul li {
        width: 100%;
        padding: 0
    }

    nav ul ul {
        position: relative;
        float: left;
        top: 0
    }

    nav ul ul li a {
        text-align: left;
        width: 100%;
        left: 0;
        text-indent: 30px;
        font-size: 16px !important;
        color: #777 !important;
        opacity: 0
    }

    nav ul ul li a:hover {
        background: #fff
    }

    nav ul ul li:last-child {
        margin-bottom: 0 !important
    }

    nav .submeny a:after {
        bottom: 13px
    }

    nav .submeny:hover ul li a {
        opacity: 1
    }

    header.act nav ul ul {
        top: 0
    }

    header.act nav ul ul li {
        margin-bottom: 0 !important
    }

    header {
        background: #fff;
        height: 65px
    }

    header #logo img {
        opacity: 0
    }

    header #logo img.act {
        opacity: 1
    }

    header.act-mob {
        height: 100%
    }

    header.act-mob nav {
        left: 0
    }
}

.bg-overlay {
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.bg-overlay-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.bg-overlay1 {
    opacity: .7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.nav-footer__header {
    margin: 2rem 2rem 1.125rem 0 !important;
    font-size: 15px;
    padding-bottom: .85rem;
    border-bottom: 2px solid #fff
}

.bg-black {
    background-color: #000
}

.text-black {
    color: #212529;
    fill: #212529
}

.text-white {
    fill: #fff;
    color: #fff
}

body {
    line-height: 1.5
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
    padding: .2rem
}

.contact-box .contact-box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.social-link>li {
    margin: 3px
}

.social-link>li>a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: .25rem
}

.social-dark>li>a {
    background-color: rgba(0, 0, 0, .13);
    color: #fff
}

.social-light>li>a {
    background-color: rgba(255, 255, 255, .07);
    color: #fff
}

.social-black>li>a {
    background-color: #212529;
    color: #fff
}

.social-hover[class*=facebook]:hover {
    background-color: #3a589e;
    color: #fff
}

.social-hover[class*=twitter]:hover {
    background-color: #429cd6;
    color: #fff
}

.social-hover[class*=instagram]:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff
}

.social-hover[class*=linkedin]:hover,
.social-hover[class*=linked-in]:hover {
    background-color: #0d77b7;
    color: #fff
}

.social-hover[class*=youtube]:hover {
    background-color: red;
    color: #fff
}

.social-hover[class*=googleplus]:hover,
.social-hover[class*=google-plus]:hover {
    background-color: #db4437;
    color: #fff
}

.social-hover[class*=email]:hover,
.social-hover[class*=gmail]:hover {
    background-color: #dd4b39;
    color: #fff
}

body#site {
    padding: 150px 0 0
}

nav ul li {
    font-size: 13px
}

.Cfooter .bg-black {
    background: #613c85;
    background: -moz-linear-gradient(-45deg, #613c85 0%, #ff5b8f 100%) !important;
    background: -webkit-linear-gradient(-45deg, #613c85 0%, #ff5b8f 100%) !important;
    background: linear-gradient(135deg, #613c85 0%, #ff5b8f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#613c85', endColorstr='#ff5b8f', GradientType=1)
}

.bg-black a {
    color: #d0d0d0
}

ul.list-inline.social-link.social-black.mb-0 {
    display: none
}

.col-lg-3.text-center img {
    padding: 50px 0
}

section.scrollable.padder.scrollbar {
    overflow: hidden
}

@media(max-width:500px) {
    .minha-conta {
        padding: 0;
        margin: -20px;
    }

    .plans {
        margin: 0;
    }

    body#site {
        padding: 70px 0 0 0;
    }

    div#table {
        margin-bottom: 70px;
    }

    .payment-profiles .period {
        height: 35px;
        width: 33%;
        float: left;
        font-size: 12px;
        padding: 9px !important;
    }

    .box-profiles {
        margin: 20px 0 !important;
    }

    .mob-icon span {
        background: black;
    }
}