﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.otf');
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url('Montserrat-Bold.otf');
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: Calibri,"Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    font-size: 9pt;
    line-height: normal;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a, a:hover {
    color: #cb145a;
    text-decoration: none;
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 1px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
}

ul {
    list-style-type: none;
}

.menuItem {
    color: white;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    height: 65px;
}

    .menuItem:hover {
        filter: brightness(0) saturate(100%) invert(14%) sepia(89%) saturate(4292%) hue-rotate(327deg) brightness(104%) contrast(117%);
    }

    .menuItem > span {
        font-size: 9.5pt;
    }

.tvp-container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

    .tvp-container:after, .row:after {
        clear: both;
    }

    .tvp-container:before, .row:before {
        display: table;
        content: " ";
    }

    .tvp-container.container-left {
        margin: 0;
    }

@media (min-width: 768px) {
    .tvp-container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .tvp-container {
        width: 100%;
    }
}

.row {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .col-sm-4 {
        width: 100%;
    }
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 992px) {
    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.rowmargin {
    margin: 15px 0 !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.nopadding {
    padding: 0;
}

.marginpadding0 {
    margin: 0;
    padding: 0;
}

.col8padding {
    padding: 0 12px 0 0;
}

.col4padding {
    padding: 0 0 0 12px;
}

.col6paddingright {
    padding: 0 5px 0 0;
}

.col6paddingleft {
    padding: 0 0 0 5px;
}

.padding0 {
    padding: 0;
}

.width250 {
    max-width: 250px;
}

@media (min-width: 992px) {
    .col8padding, .col8shadow {
        box-shadow: 5px 0 14px -9px #202020;
    }

    .col8padding, .col4padding {
        padding: 0 12px;
    }

    .col6paddingright {
        padding: 0 5px 0 0;
    }

    .col6paddingleft {
        padding: 0 0 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col8padding, .col4padding {
        padding: 0 12px;
    }

    .col6paddingright {
        padding: 0 5px 0 0;
    }

    .col6paddingleft {
        padding: 0 0 0 5px;
    }
}

@media (max-width: 767px) {
    .col8padding, .col4padding {
        padding: 0;
    }

    .col6paddingright, .col6paddingleft {
        padding: 0 15px;
    }
}

.faixa-rosa {
    width: 100%;
    height: 3px;
    background-color: #EF1D7D;
}

.header-social {
    background: repeating-linear-gradient(135deg, rgb(105,105,105) 0, rgb(100,100,100) 0.15px, rgb(95,95,95) 0.3px, rgb(90,90,90) 0.45px, rgb(85,85,85) 0.6px, rgb(80,80,80) 0.75px, rgb(75,75,75) 0.9px, rgb(70,70,70) 1.05px, rgb(65,65,65) 1.2px, rgb(60,60,60) 1.35px, rgb(65,65,65) 1.5px, rgb(70,70,70) 1.65px, rgb(75,75,75) 1.8px, rgb(80,80,80) 1.95px, rgb(85,85,85) 2.1px, rgb(90,90,90) 2.25px, rgb(95,95,95) 2.4px, rgb(100,100,100) 2.55px, rgb(105,105,105) 2.7px, rgb(110,110,110) 2.85px);
    width: 100%;
}

.itemsocial {
    width: 91px;
    cursor: pointer;
    float: left;
    display: block;
    color: #b6b6b8;
    font-size: 14px;
    position: relative;
    top: 0;
    outline: none;
}

    .itemsocial > p {
        color: #b6b6b8;
        margin: 0 !important;
        padding: 23px 0 0 0;
    }

        .itemsocial > p > span {
            font-family: Georgia,serif;
            font-style: italic;
            font-size: 11px;
            display: block;
            opacity: 0;
        }

    .itemsocial > div {
        float: left;
        max-height: 50px;
        margin-top: 7px;
        margin-bottom: 7px;
        height: 50px;
        width: 50px;
    }

.navbar {
    min-height: 5px !important;
    background-color: #7B0046;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 6px 25px -6px #202020;
}

    .navbar .navbar-header {
        max-height: 40px;
    }

    .navbar .navbar-brand {
        max-height: 40px;
        line-height: 36px;
        padding: 0;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #7B0046;
}

.navbarProdutos {
    background-color: #fff;
    z-index: 0;
    box-shadow: none;
    padding: 0 5px;
    display: table;
    width: 100%;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #E4015D;
}

.navbar-brand #logoNavbarBrand {
    height: 100px;
    width: 200px;
    top: -12px;
    left: -23vmax;
    position: relative;
}

.social {
    /*overflow: hidden;*/
    position: relative;
    float: none;
    margin: 0 auto;
    width: 960px;
    height: 64px;
    padding: 0 0 0 150px;
}

.divLogin {
    width: 245px;
    height: 43px;
    /*background-color: #FB0065;*/
    background-image: linear-gradient(to right, #ff0066, #5cc6d0);
    border-radius: 10px 10px 10px 10px;
    /*box-shadow: 0 6px 25px -6px #202020;*/
    position: absolute;
    top: 15px;
    margin-left: 4%;
    margin-top: 9px;
}

    .divLogin > label {
        color: #fff;
        position: relative;
        top: 10px;
        left: 20px;
    }

.imgAcessarSistema1 {
    position: relative;
    top: 9px;
    left: 20px;
    cursor: pointer;
}

.imgAcessarSistema1Barra {
    position: relative;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

.imgAcessarSistema2 {
    position: relative;
    top: 9px;
    left: 10px;
    cursor: pointer;
}

.imgAcessarSistema2Barra {
    position: relative;
    top: 5px;
    left: 25px;
    cursor: pointer;
}

.botaosistema a {
    display: inline !important;
    padding: 0 !important;
}

.sub-navbar {
    padding: 0;
    height: 70px;
    margin: auto;
}

    .sub-navbar li {
        float: left;
    }


.tvp-navbar-external {
    font-family: 'Montserrat';
    background-color: #1c2333;
    font-size: 8pt;
    letter-spacing: 1px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    padding: 5px 0px 5px 0px;
    box-shadow: 0px 0px 20px 1px #202020;
}

.tvp-navbar {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
}

    .tvp-navbar li {
        float: left;
        display: flex;
        margin-left: -3px;
        margin-right: 10px;
    }

        .tvp-navbar li a {
            color: #1c2333;
            text-decoration: none;
        }

        .tvp-navbar li a, .tvp-navitem, .tvp-navbar li .tvp-btn, .tvp-navbar li .tvp-input {
            /*display: block;*/
            padding: 8px 7px;
        }

        .tvp-navbar li .tvp-btn, .tvp-navbar li .tvp-input {
            border: none;
            outline: none;
            width: 100%;
        }

    .tvp-navbar .tvp-internal-menu {
        position: static;
        /*display: block;*/
        z-index: 1;
    }

    .tvp-navbar a, .tvp-topnav a, .tvp-sidenav a, .tvp-dropdown-content a, .tvp-accordion-content a, .tvp-dropnav a {
        text-decoration: none !important;
    }

    .tvp-navbar .tvp-opennav.tvp-right {
        float: right !important;
    }

.tvp-topnav {
    padding: 8px 8px;
}

.tvp-hide {
    display: none !important;
}

.tvp-show-block, .tvp-show {
    display: block !important;
}

.tvp-show-inline-block {
    display: inline-block !important;
}

.tvp-dropdown-content {
    cursor: auto;
    color: #1c2333;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    max-width: 757px;
    margin: 80px 0 0 -201px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    z-index: 10;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

    .tvp-dropdown-content a {
        padding: 6px 16px;
        display: block;
    }

    .tvp-dropdown-content li a {
        /*color: #fff;*/
        text-decoration: none;
    }

.menuItem-dropdown {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: 'Montserrat-bold';
    font-size: 9pt;
    width: 225px;
}

    .menuItem-dropdown > img {
        width: auto;
    }

    .menuItem-dropdown > span {
        width: auto;
    }

    .menuItem-dropdown:hover {
        filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(6358%) hue-rotate(329deg) brightness(99%) contrast(109%);
    }

#img-tv-corporativa, #img-precario-digital, #img-midia-indoor, #img-software, #img-tv-indoor {
    padding-left: 12px;
}

#img-tv-loterica, #img-tv-franquia, #img-painel-led {
    padding-left: 20px;
}

#img-software-embarcado, #img-totem, #img-info {
    padding-left: 5px;
}

.tvp-hamburger-menu .tvp-hamburger-menu-icon {
    width: 44px;
    font-size: 18pt;
    padding: 4px 10px;
    color: #fff;
}

.tvp-hamburger-menu .botaosistema {
    float: right;
    width: 104px;
    height: 36px;
    background-color: #fb0065;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 25px -6px #202020;
    margin-right: 0px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.menu-mobile {
    display: none;
    background-color: #1c2333;
    height: auto;
    z-index: 10;
    margin-top: 64px;
    right: 0;
    position: absolute;
    justify-items: start;
    width: 100%;
    padding: 0;
}

.menu-mobile-item {
    display: block;
    color: #fff;
    width: 200px;
}

    .menu-mobile-item > img {
        padding-left: 13px;
        padding-right: 1px;
        width: 30px;
    }

#mobile-menu span {
    padding-left: 13px;
    color: #fff;
}

.menu-mobile-item-list {
    display: block;
    margin-left: 60px;
}

    .menu-mobile-item-list > img {
        height: 20px;
    }

#list-menu-mobile-item img {
    height: 100%;
    width: 20px;
    padding-bottom: 10px;
}

.navbar-header {
    max-height: 40px;
    float: left;
}

.tvp-right {
    float: right !important;
}

.banner-content {
    height: auto;
}

.background-rosa {
    height: 450px;
    width: 100%;
    background: url('/img/backgroundefeito.png') center top repeat #e20053;
}

.tv {
    height: 435px;
    position: relative;
    top: 23px;
    margin: auto;
    background: url('/img/tv.png') center top no-repeat transparent;
}

.tv-content {
    max-width: 940px;
    top: 10px;
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
}

@media (min-width: 992px) {
    .botaosistema {
        display: none;
    }

    .tvp-hamburger-menu {
        display: none !important;
    }

    .tvp-navbar {
        margin: 0px 0px 0px -275px;
    }
}


@media (max-width: 991px) {
    .navbar-brand #logoNavbarBrand {
        left: -6vmax;
    }

    .background-rosa {
        height: auto;
    }

    .tv {
        height: auto;
        visibility: hidden;
        top: 0;
    }

    .tv-content {
        height: 36vw;
        max-height: 350px;
        visibility: visible;
        background: transparent;
        top: 0;
    }

    .carouselBanner {
        visibility: visible;
    }

    .navbar-collapse {
        display: none !important;
    }

    .tvp-navbar li {
        float: right;
    }

    #tvp-main-menu {
        margin: 0 15px;
        display: none;
    }

    .tvp-dropdown-content {
        position: relative;
        margin-left: 20px;
    }
}

@media (max-width:600px) {
    .tvp-hide-small {
        display: none !important;
    }
}

@media (max-width:992px) and (min-width:601px) {
    .tvp-hide-medium {
        display: none !important;
    }
}

.itemsocial .facebook {
    background: url('/img/images/images.sprite.png') -1px -463px;
}

.itemsocial .twitter {
    background: url('/img/images/images.sprite.png') -1px -565px;
}

.itemsocial .blog {
    background: url('/img/images/images.sprite.png') -1px -667px;
}

.itemsocial .instagram {
    background: url('/img/images/images.sprite.png') -1px -994px;
}

.itemsocial .youtube {
    background: url('/img/images/youtube.png');
    background-repeat: no-repeat;
}

.itemsocial .loja {
    background: url('/img/images/images.sprite.png') -1px -871px;
}

.labelMenuIcon {
    font-family: 'Montserrat';
    color: White;
    position: relative;
    margin: auto;
    padding: 13px 1px;
    cursor: pointer;
    font-size: 10pt;
    line-height: 1.2;
}

.divItemMenuIcon {
    width: 74px;
    height: 70px;
    padding: 5px 0;
}

    .divItemMenuIcon a {
        height: 100%;
        width: 100%;
        font-size: 8pt;
        color: White;
    }

.imgMenuIcon {
    width: 32px;
    height: 32px;
    margin: auto;
}

    .imgMenuIcon.software {
        background: url('/img/images/images.sprite.png') -1px -1px;
    }

    .imgMenuIcon.produtos {
        background: url('/img/images/images.sprite.png') -1px -34px;
    }

    .imgMenuIcon.aplicacoes {
        background: url('/img/images/images.sprite.png') -1px -67px;
    }

    .imgMenuIcon.infotecnicas {
        background: url('/img/images/images.sprite.png') -1px -100px;
    }

    .imgMenuIcon.videos {
        background: url('/img/images/images.sprite.png') -1px -133px;
    }

    .imgMenuIcon.fotos {
        background: url('/img/images/images.sprite.png') -1px -166px;
    }

    .imgMenuIcon.cases {
        background: url('/img/images/images.sprite.png') -1px -199px;
    }

    .imgMenuIcon.clientes {
        background: url('/img/images/images.sprite.png') -1px -232px;
    }

    .imgMenuIcon.parceiros {
        background: url('/img/images/images.sprite.png') -1px -265px;
    }

    .imgMenuIcon.ondeestamos {
        background: url('/img/images/images.sprite.png') -1px -298px;
    }

    .imgMenuIcon.faq {
        background: url('/img/images/images.sprite.png') -1px -331px;
    }

    .imgMenuIcon.player {
        background: url('/img/images/images.sprite.png') -1px -364px;
    }

    .imgMenuIcon.totem {
        background: url('/img/images/images.sprite.png') -1px -397px;
    }

    .imgMenuIcon.fornecedores {
        background: url('/img/images/images.sprite.png') -1px -430px;
    }

.divFaixaSolucoes {
    width: 100%;
    height: 100%;
    background-color: #ffceca;
    box-shadow: 0 6px 25px -6px #202020;
    position: relative;
}

.divImageSolucoes {
    border-radius: 25px;
    background-color: #7b0046;
    margin: 5px auto;
    padding: 9px 0;
}

    .divImageSolucoes > h1 {
        color: #fff;
        font-size: 24pt;
        font-weight: lighter;
        display: inline;
        margin: 0;
        padding: 0;
    }

.divFaixaSolucoesLinha {
    border-top-color: #7c0046;
    border-top-style: dotted;
    border-top-width: 1px;
    border-bottom-color: #7c0046;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    position: relative;
    margin: 10px auto;
    height: 100%;
}

.divComeceAgora {
    display: inline-block;
    width: 279px;
    background-color: #626615;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    border: #fff 2px solid;
    margin: 5px auto;
}

    .divComeceAgora p {
        font-size: 17pt;
        font-weight: bold;
        margin: auto;
        padding: 0;
    }

    .divComeceAgora .divComeceAgora2 {
        font-size: 9pt;
    }

.botaocomeceagoraimg {
    height: 35px;
    width: 34px;
    float: left;
    margin: 8px 0 auto 20px;
    background: url('/img/images/images.sprite.png') -1px -922px;
}

.botaoComeceAgoraContent {
    width: 220px;
    float: left;
    line-height: 1.42857143;
}

@media (max-width:991px) {
    .divImageSolucoes > h1 {
        font-size: 20pt;
    }
}

.mySlides {
    height: 38.5vmax;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.centerOldBanner {
    /*margin-left: 9vmax;*/
    margin-top: 8vmax;
    width: 100%;
}

.bannerItem {
    width: 68.38cqw;
    height: 100%;
}
/*.mySlides > img {
        width: 100%;
        height: 720px;
        position: relative;
    }*/
.banner-home-img-1 {
    float: right;
    width: 27cqw;
    margin-top: 5vmax;
}

.banner-parceiros-img-1 {
    margin-top: 0;
    width: 100%;
}

.banner-mapa-img-1 {
    margin-top: 0;
    width: 100%;
}

@media (min-width: 991px) {
    .homeItem {
        width: 100%;
        float: left;
        position: relative;
    }

    .itemMiddle {
        margin-left: auto;
        margin-right: auto;
    }

    .itemRight {
        float: none;
    }

    .main-page-subfooter {
        height: 1085px;
    }

    .main-page-subfooter-internal {
        width: 1280px;
        display: block;
    }
}

@media (min-width: 992px) {
    .homeItem {
        width: 33.33333333%;
        float: left;
        position: relative;
    }

    .itemMiddle {
        margin-left: auto;
        margin-right: auto;
    }

    .itemRight {
        float: right;
    }

    .main-page-subfooter-internal {
        width: 1280px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}


.divItemContent {
    width: 400px;
    height: 300px;
    margin-top: 40px;
    border-radius: 10px;
    border: #fff 2px solid;
    position: relative;
}

.main-title {
    color: #Ff0066;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .main-title > h1 {
        font-family: 'Montserrat';
        font-size: 46pt;
        margin-top: 102px;
    }

.main-title-img {
    margin-top: 12px;
}

.divItemContentNotFound {
    width: 350px;
    height: 400px;
    margin-top: 15px;
    position: relative;
}

.divItemBarra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: stretch;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /*background-color: rgb(228, 1, 93);*/
    width: 100%;
    min-width: 278px;
    max-width: 580px;
    height: auto;
    /*box-shadow: rgb(144, 144, 144) 1px 1px 10px;*/
    position: relative;
    top: 15px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 12pt;
    padding: 0 10px;
}

    .divItemBarra:hover {
        /*background-color: #770648;*/
    }

    .divItemBarra p {
        font-family: 'Montserrat-bold';
        margin-bottom: 20px;
        font-size: 24pt;
    }


.divLabelContent {
    font-family: 'Montserrat';
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11pt;
    color: #fff;
    line-height: 1.42857143;
}

.divItemSaibaMais {
    font-family: 'Montserrat';
    color: #ff0066;
    font-size: 10pt;
    bottom: 15px;
    left: 45%;
    position: absolute;
}

.divLabelContentNotFound {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    font-size: 15.5pt;
    color: #7b0045;
    line-height: 1.42857143;
}

.divIconeItem {
    position: relative;
    margin-bottom: 10px;
}

    .divIconeItem > img {
        height: 38px;
    }

.divTituloConteudo {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
    font-family: 'Montserrat-bold';
}

    .divTituloConteudo h2 {
        text-align: center;
        font-size: 24pt;
        color: white;
        padding-top: 31px;
        margin: 0;
    }

    .divTituloConteudo h1 {
        text-align: center;
        font-size: 26pt;
        color: white;
        padding: 31px 0;
        margin: 0;
    }

.divTituloConteudoImg {
    width: 100%;
    text-align: center;
}

    .divTituloConteudoImg > img {
        width: 33cqw;
    }

.divTituloConteudoTexto p {
    font-size: 15pt;
    display: block;
    text-align: center;
    color: white;
    margin: 0 60px 30px 60px;
    font-family: 'Montserrat';
}

.divTituloConteudoTexto a {
    color: #1c2333;
    text-decoration: none;
    font-weight: bold;
}

.divItem .divTitulo {
    margin: 50px 0 30px 0;
}

    .divItem .divTitulo p {
        color: white;
        font-size: 32pt;
        display: inline-block;
        margin: 0;
        font-family: 'Montserrat-bold'
    }

.divTituloLinha {
    background: linear-gradient(to right, #ff0066, #5cc6d0);
    height: 3px;
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;
}

.divItem .divTexto {
    font-size: 11pt;
    line-height: 1.5;
    color: white;
    padding-bottom: 15px;
    font-family: 'Montserrat';
}

.divTexto > p {
    margin-top: 30px;
}

.divItem .divTextoMeio {
    font-size: 12pt;
    color: white;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    text-align: center;
}

.divTextoMeio > p {
    margin-top: 80px;
}

.divTexto > ol > li {
    margin-bottom: 5px;
    margin-top: 30px;
}

.table-politica {
}

    .table-politica th, td {
        border: 1px solid black;
        padding: 5px;
        width: 200px;
    }

.divItem .divTexto a {
    cursor: pointer;
    color: #1c2333;
    text-decoration: none;
    font-weight: bold;
}

.divItem .divTexto .listaTexto {
    padding-left: 30px;
}

    .divItem .divTexto .listaTexto li {
        list-style-type: disc;
        line-height: 2;
    }

.main-page-teste {
    display: flex;
    background-image: url(../img/Home/img-teste-agora-bg.webp);
    height: 825px;
    background-size: cover;
    margin-top: -285px;
    justify-content: center;
}

    .main-page-teste > a {
        height: 100px;
    }

.main-page-teste-internal {
    width: 1280px;
    display: inline-flex;
    justify-content: space-between;
}

    .main-page-teste-internal > a {
        height: 100px;
    }

.teste-agora-texto {
    font-family: 'Montserrat';
    display: block;
    margin-top: 433px;
    width: 50%;
}

    .teste-agora-texto > h1 {
        font-family: 'Montserrat-bold';
        font-size: 4vmax;
        color: #ff0066;
    }

    .teste-agora-texto > h2 {
        font-size: 1.7vmax;
        color: #e8f0fd;
        margin-top: 1cqw;
        line-height: 0.85;
    }

.teste-agora-button {
    display: inline-flex;
    margin-top: 466px;
    background-image: linear-gradient(to right,#f06,#5cc6d0);
    border-radius: 10px;
    width: 100%;
    height: 10vmax;
    justify-content: center;
    align-items: center;
}

    .teste-agora-button > img {
        width: 17%;
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(207%) hue-rotate(211deg) brightness(115%) contrast(100%);
        transform: rotate(45deg);
    }

    .teste-agora-button > p {
        margin-bottom: 0;
        color: #fff;
        text-align: center;
        font-size: 1.5vmax;
        width: 44%;
        text-transform: uppercase;
        line-height: 1;
        font-family: 'Montserrat-bold';
    }

    .teste-agora-button:hover {
        background-image: linear-gradient(to right,#f06,#f06);
    }

.vl {
    border-left: 2px solid #fff;
    height: 50px;
    margin-left: 25px;
    margin-right: 25px;
}

.main-page-subfooter {
    width: 100%;
    height: auto;
    background-color: #1c2333;
    display: flex;
    justify-content: center
}

.nos-ligamos {
    padding-top: 3cqw;
    margin-bottom: 100px;
    width: 50%;
}

    .nos-ligamos > h1 {
        font-family: 'Montserrat-bold';
        font-size: 2.7cqw;
        margin-bottom: 39px;
        color: #fff;
    }

.form-ligamos {
    margin-left: 5px;
    font-family: 'Montserrat';
}

    .form-ligamos > label {
        display: block;
        margin-left: 25px;
        font-size: 12pt;
        color: #fff;
    }

    .form-ligamos > input {
        display: block;
        background-color: #fff;
        border-radius: 7px 7px 7px 7px;
        width: 88%;
        height: 43px;
        border: none;
        margin-bottom: 25px;
    }

    .form-ligamos > span {
        display: block;
    }

.form-group > input[type="submit"] {
    background-image: linear-gradient(to right, #ff0066, #5cc6d0);
    border: 0;
    border-radius: 15px;
    display: block;
    height: 50px;
    width: 200px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 12pt;
}

    .form-group > input[type="submit"]:hover {
        background-image: linear-gradient(to right, #ff0066, #ff0066);
    }

.form-group {
    position: sticky;
    display: flex;
    justify-content: space-around;
}

    .form-group > img {
        position: absolute;
        left: 135px;
        top: 12px;
        width: 15px;
    }

.contate-whastapp {
    padding-top: 3cqw;
    width: 50%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

    .contate-whastapp > img {
        /*width: 38vmax;*/
        width: 100%;
        /* position: absolute;*/
    }

    .contate-whastapp > a {
    }

        .contate-whastapp > a > img {
            margin-left: 10cqw;
        }

.contate-whastapp-acesse {
    position: sticky;
    background-image: linear-gradient(90deg, #85c44c, #a8cf45);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 200px;
    border-radius: 15px;
}

    .contate-whastapp-acesse > img {
        position: absolute;
        left: 135px;
        top: 12px;
        width: 15px;
    }

    .contate-whastapp-acesse > p {
        margin-bottom: 0;
        color: #fff;
        font-family: 'Montserrat';
        font-size: 12pt;
    }

.h2TitleNew {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #7b0046;
    position: relative;
    font-size: 16pt !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #7b0046;
}

.h2TitleLine {
    max-width: 160px;
    width: 100%;
    height: 2px;
    background-color: #7b0046;
    margin-bottom: 20px;
}

.h2TitleLine215 {
    max-width: 215px;
}

.texto11 {
    font-size: 11pt;
}

.bannerHome {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 50px;
}

.bannerHomeText {
    color: white;
    font-family: 'Montserrat';
    font-size: 2.45vmax;
    line-height: 2.3vmax;
    margin-top: 5vmax;
}

.subBannerHome {
    height: 7.3vmax;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.subBannerHomeText {
    color: white;
    font-family: 'Montserrat-bold';
    font-size: 1.5vmax;
    width: 800px;
    text-align: justify;
}

.greyBox {
    width: 100%;
    background-color: #2D3645;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.verticalLine {
    height: 65px;
    display: inline-block;
    width: 2px;
    float: left;
    background-color: white;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 45px;
}

.verticalGroup{
    width: 100%;
}

.verticalItem {
    background-color: #1c2333;
    height: 900px;
    width: 380px;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.verticalImg {
    width: 100%;
    padding: 20px;
}

.verticalTitle {
    font-family: 'Montserrat-bold';
    font-size: 22pt;
    color: white;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.verticalText {
    font-family: 'Montserrat';
    font-size: 10pt;
    line-height: 1.5;
    color: white;
    margin: 10px 20px 10px 20px;
}

.twoColumns {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.horizontalItem {
    border-radius: 10px;
    background-color: #2D3645;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    align-items: center;
    margin-bottom: 10px;
}

    .horizontalItem > img {
        margin-left: 50px;
        margin-right: 40px;
    }

.verticalItemTitle {
    font-family: 'Montserrat';
    font-size: 24pt;
    color: white;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.verticalItemText {
    font-family: 'Montserrat';
    font-size: 10pt;
    color: white;
    margin: 0;
}

.kpiGroup {
    background-color: #2D3645;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    border-radius: 20px;
}

    .kpiGroup > p {
        color: white;
        text-align: center;
    }

.demoGroup {
    border-radius: 20px;
    border-style: solid;
    border-color: white;
    display: inline-flex;
    align-items: center;
    width: 70%;
    height: 190px;
    margin-top: 30px;
    margin-bottom: 85px;
    background-color: #32DE84;
}

    .demoGroup:hover {
        background-color: #32DE84;
    }

    .demoGroup > p {
        color: #336666;
        font-size: 12pt;
        font-family: 'Montserrat-bold';
        margin: 0 60px 0 60px;
        text-align: center;
    }

.floatContato {
    position: fixed;
    top: 200px;
    float: right;
    right: 0px;
    background-color: white;
    text-align: center;
    width: 70px;
    height: 278px;
    padding: 4px;
    border-radius: 10px 0 0 10px;
    font-size: 11px;
    z-index: 5;
    box-shadow: 0 0 10px #555;
}

    .floatContato .txtwhats {
        color: #000;
        position: relative;
        top: 45px;
    }

    .floatContato .txtvidconf {
        color: #000;
        position: relative;
        top: 45px;
        width: 138%;
        margin-left: -7px;
    }

    .floatContato .txt-testegratis {
        color: #000;
        position: relative;
        top: 48px;
        margin-left: -9px;
    }

    .floatContato > div {
        cursor: pointer;
    }

#whatsComercial {
    width: 42px;
    height: 45px;
    background-image: url(../../img/whatsapp.png);
    margin: 2px auto;
}

    #whatsComercial:hover {
        width: 44px;
        height: 45px;
        background-image: url(../../img/whatsapp-on.png);
        margin: 2px auto;
    }

#whatsSuporte {
    width: 42px;
    height: 45px;
    background-image: url(../../img/whatsapp.png);
    margin: 2px auto;
}

    #whatsSuporte:hover {
        width: 44px;
        height: 45px;
        background-image: url(../../img/whatsapp-on.png);
        margin: 2px auto;
    }

#agendarVideoconferencia {
    width: 51px;
    height: 38px;
    background-image: url(../../img/videoconferencia.png);
    margin: 2px auto;
}

    #agendarVideoconferencia:hover {
        width: 53px;
        height: 41px;
        background-image: url(../../img/videoconferencia-on.png);
        margin: 2px auto;
    }

#testeSuporte {
    width: 45px;
    height: 46px;
    background-image: url(../../img/testegratis.png);
    margin: 2px auto;
}

    #testeSuporte:hover {
        width: 48px;
        height: 48px;
        background-image: url(../../img/testegratis-on.png);
        margin: 2px auto;
    }