body {
    margin: 0;
    padding: 0;
    background: #000000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow-x: hidden;
}

a, button {
    transition: background .3s ease-in-out;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
}

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

.bloc-fill-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bloc-fill-screen > .container {
    align-self: flex-middle;
    flex-grow: 1;
    display: flex;
}

.bloc-fill-screen > .container > .row {
    flex-grow: 1;
    align-self: center;
    width: 100%;
}

.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge {
    flex-grow: 0;
}

.bloc-fill-screen .fill-bloc-top-edge {
    align-self: flex-start;
}

.bloc-fill-screen .fill-bloc-bottom-edge {
    align-self: flex-end;
}

.bloc-bg-texture::before {
    content: "";
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.texture-darken-strong::before {
    background: rgba(0, 0, 0, 0.8);
}

.b-parallax {
    background-attachment: fixed;
}

@media (hover: none) {
    .b-parallax {
        background-attachment: scroll;
    }
}

.d-bloc {
    color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
    color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
    border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
    border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
    color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
    color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
    color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
    color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}

.d-bloc .card, .l-bloc {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover, .l-bloc button:hover {
    color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span, .l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}

.voffset {
    margin-top: 30px;
}

.hero .hero-nav {
    padding-left: inherit;
    padding-right: inherit;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus, .btco-menu li a:focus, .navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.mg-clear {
    margin: 0;
}

.mg-sm {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.mg-sm, img.mg-md, img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 10px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}

.btn-d, .btn-d:hover, .btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

button {
    outline: none !important;
}

.icon-md {
    font-size: 30px !important;
}

.blockquote {
    padding: 0 20px;
    border-left: 2px solid;
}

.blockquote.text-right {
    border-left: 0;
    border-right: 2px solid;
}

.card-sq, .card-sq .card-header, .card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.scrollToTop span {
    margin-top: 6px;
}

.showScrollTop {
    font-size: 14px;
    opacity: 1;
}

.object-hidden {
    display: none;
}

h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    font-family: 'Panton Regular';
    color: #FFFFFF !important;
    font-weight: 300;
    text-transform: none;
}

.container {
    max-width: 1140px;
}

.p-style {
    font-size: 33px;
}

.p-3-style {
    font-size: 33px;
}

.p-12-style {
    font-size: 33px;
}

.p-bloc-3-style {
    font-size: 55px;
}

.p-bloc-2-style {
    font-size: 33px;
}

.p-bloc-5-style {
    font-size: 33px;
}

.navbar-brand img {
    width: 250px;
}

.p-19-style {
    font-size: 14px;
    width: 100%;
}

.p-20-style {
    font-size: 12px;
}

.p-citacao-mobile-style {
    font-size: 30px;
}

.p-sobre-style {
    font-size: 11px;
    font-style: italic;
}

.p-34-style {
    line-height: 22px;
}

.logo.mobile {
    height: 70px;
}

.p-newsleter-style {
    font-size: 33px;
}

.p-18-style {
    font-size: 33px;
}

.titulo-pg {
    font-family: 'Panton ExtraBold';
}

.img-servicos-style {
    height: 40px;
}

.img-7-style {
    height: 30px;
}

.subtitulo {
    
    font-family: 'Panton Bold';
}

.img-style {
    height: 30px;
}

.img-icone-acoes--style {
    height: 30px;
}

.img-8-style {
    height: 30px;
}

.p-servicos-style {
    font-size: 12px;
}

.p-26-style {
    font-size: 12px;
    font-style: italic;
}

.tc-dark-gray {
    color: #A9A9A9 !important;
}

.icon-dark-gray {
    color: #A9A9A9 !important;
    border-color: #A9A9A9 !important;
}

.bg-highway {
    background-image: url("vid/busy.mp4");
}

.mouse-symbol, .device-symbol {
    width: 29px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, .5);
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}

.device-symbol {
    border-radius: 6px;
}

.device-symbol:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .23);
    height: 42px;
    width: 21px;
    border-radius: 2px;
    margin: 2px 0 0 2px;
}

.mouse-symbol:after, .device-symbol:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 3px;
    height: 3px;
    margin-left: 11px;
    background-color: #000000;
    border-radius: 100%;
}

.device-symbol:after {
    top: 12px;
}

.mouse-symbol-light.mouse-symbol, .mouse-symbol-light.device-symbol {
    border: 2px solid rgba(255, 255, 255, .5);
}

.mouse-symbol-light.mouse-symbol:after, .mouse-symbol-light.device-symbol:after {
    background-color: #FFFFFF;
}

.mouse-symbol-light.device-symbol:before {
    background-color: rgba(255, 255, 255, .23);
}

.slow-touch-scroll:after {
    animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
}

.fast-touch-scroll:after {
    animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
}

.fast-invert-touch-scroll:after {
    animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
}

@keyframes mouse-scroll-slow {
    0% {
        -webkit-transform: translateY(0px) scaleY(1);
        transform: translateY(0px) scaleY(1);
    }

    20% {
        -webkit-transform: translateY(0px) scaleX(1.2);
        transform: translateY(0px) scaleX(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
        transform: translateY(25px) scaleY(3) scaleX(0.8);
        opacity: .1;
    }
}

@keyframes mouse-scroll-fast {
    0%, 20% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
    }

    80%, 100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: .1;
    }
}

@keyframes mouse-scroll-fast-invert {
    0%, 20% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    80%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: .1;
    }
}

.snap-scroll-pagination {
    font-size: 1.1em;
    list-style: none;
    padding: 0 5px;
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.right-align.snap-scroll-pagination {
    right: 20px;
    left: initial;
}

.snap-scroll-paginate-bg.snap-scroll-pagination {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 6px;
}

.snap-scroll-pagination a {
    display: block;
    color: rgba(0, 0, 0, .8);
    height: 20px;
    width: 20px;
    margin: 5px 0;
    position: relative;
}

.snap-scroll-paginate-dashes a {
    height: 30px;
    width: 8px;
}

.snap-scroll-pagination a .hover-text {
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: none;
    left: 35px;
    top: -5px;
    opacity: 0;
    width: 300px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text {
    top: 2px;
}

.right-align.snap-scroll-pagination a .hover-text {
    text-align: right;
    right: 35px;
    left: initial;
}

.snap-scroll-pagination a:hover .hover-text {
    opacity: 1;
    display: inline-block;
}

.snap-scroll-pagination a:after {
    content: "";
    -webkit-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 5px;
    bottom: 0;
}

.snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
    background-color: transparent;
    width: 4px;
    height: 20px;
    border-radius: 0;
    left: 2px;
    opacity: 0.5;
}

.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
    box-shadow: inset 0 0 0 5px;
}

.snap-scroll-pagination a.active:after {
    opacity: 1;
}

.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text {
    color: #FFF;
}

.light-snap-scroll-theme.snap-scroll-paginate-bg {
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .snap-scroll-pagination {
        left: 5px;
    }

    .right-align.snap-scroll-pagination {
        right: 5px;
        left: initial;
    }
}

.phonewrapper .phline {
    display: block;
    position: relative;
    cursor: pointer
}

.phonewrapper .fa {
    display: inline;
    position: relative;
    font-size: 1em;
    line-height: 100%;
    vertical-align: text-top;
    color: #616161;
    text-shadow: 1px 1px 2px #989898
}

.phonewrapper .phtext {
    display: inline;
    position: relative;
    margin-left: .25em;
    font-size: 1em;
    line-height: 100%;
    color: #616161
}

.phonewrapper .left {
    text-align: left
}

.phonewrapper .center {
    text-align: center
}

.phonewrapper .right {
    text-align: right
}

@media (max-width: 1024px) {
    .bloc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .page-container, #hero-bloc {
        overflow-x: hidden;
        position: relative;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    .bloc-group, .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-container {
        overflow-x: hidden;
        position: relative;
    }

    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .a-block {
        padding: 0 10px;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .mg-clear-sm {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .p-citacao-mobile-style {
        font-size: 21px;
    }

    .p-3-style {
        color: #ffffff;
    }

    .voffset-xs {
        margin-top: 30px;
    }

    .mg-md-xs {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .mg-lg-xs {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .mg-clear-xs {
        margin: 0;
    }
}

