/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

html {
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: inherit
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?h0k5mp);
    src: url(../fonts/icomoon/icomoon.eot?h0k5mp#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?h0k5mp) format("truetype"),url(../fonts/icomoon/icomoon.woff?h0k5mp) format("woff"),url(../fonts/icomoon/icomoon.svg?h0k5mp#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-youtube:before {
    content: "\e900"
}

.icon-tripadvisor:before {
    content: "\e901"
}

.icon-google-outline:before {
    content: "\e902"
}

.icon-notificacao:before {
    content: "\e903"
}

.icon-multiidioma:before {
    content: "\e904"
}

.icon-qr-code:before {
    content: "\e905"
}

.icon-logo-20-anos:before {
    content: "\e906"
}

.icon-logo-20-anos-en:before {
    content: "\e907"
}

.icon-logo-20-anos-es:before {
    content: "\e908"
}

.icon-vs-key:before {
    content: "\e9c2"
}

.icon-reconhecimento:before {
    content: "\e9c3"
}

.icon-hotel:before {
    content: "\e9c4"
}

.icon-integracao:before {
    content: "\e9c5"
}

.icon-antena:before {
    content: "\e9c6"
}

.icon-assinatura:before {
    content: "\e9c7"
}

.icon-newsletter:before {
    content: "\e9c8"
}

.icon-linkedin:before {
    content: "\e9c9"
}

.icon-logo-vega:before {
    content: "\e9ca"
}

.icon-mkt-digital:before {
    content: "\e9cb"
}

.icon-phone:before {
    content: "\e9cc"
}

.icon-send:before {
    content: "\e9cd"
}

.icon-whatsapp:before {
    content: "\e9cf"
}

.icon-wifi:before {
    content: "\e9d0"
}

.icon-wrong:before {
    content: "\e9d1"
}

.icon-behavior:before {
    content: "\e9d2"
}

.icon-check:before {
    content: "\e9d3"
}

.icon-check-in:before {
    content: "\e9d4"
}

.icon-facebook:before {
    content: "\e9d5"
}

.icon-heart:before {
    content: "\e9d6"
}

.icon-hxp:before {
    content: "\e9d7"
}

.icon-instagram:before {
    content: "\e9d8"
}

.icon-forward:before {
    content: "\e9d9"
}

.icon-breadcumb:before {
    content: "\e9da"
}

.icon-feedback:before {
    content: "\e9db"
}

.icon-horas:before {
    content: "\e9dc"
}

.icon-seo:before {
    content: "\e9dd"
}

.icon-responsivo:before {
    content: "\e9de"
}

.icon-investimento:before {
    content: "\e9df"
}

.icon-target:before {
    content: "\e9e0"
}

.icon-planejamento:before {
    content: "\e9e1"
}

.icon-design:before {
    content: "\e9e2"
}

.icon-clientes:before {
    content: "\e9e3"
}

.icon-sure:before {
    content: "\e9e4"
}

.icon-links-patrocinados:before {
    content: "\e9e5"
}

.icon-monitoramento:before {
    content: "\e9e6"
}

.icon-reserva:before {
    content: "\e9e7"
}

.icon-local:before {
    content: "\e9e8"
}

.icon-servico-quarto:before {
    content: "\e9e9"
}

.icon-sms:before {
    content: "\e9ea"
}

.icon-tablet:before {
    content: "\e9eb"
}

.icon-tag:before {
    content: "\e9ec"
}

.icon-televisao:before {
    content: "\e9ed"
}

.icon-vpn:before {
    content: "\e9ee"
}

.icon-atividades:before {
    content: "\e9ef"
}

.icon-avaliacao:before {
    content: "\e9f0"
}

.icon-chat:before {
    content: "\e9f1"
}

.icon-comentario:before {
    content: "\e9f2"
}

.icon-concorrencia:before {
    content: "\e9f3"
}

.icon-controle:before {
    content: "\e9f4"
}

.icon-desenvolvimento:before {
    content: "\e9f5"
}

.icon-desktop:before {
    content: "\e9f6"
}

.icon-dicas:before {
    content: "\e9f7"
}

.icon-evento:before {
    content: "\e9f8"
}

.icon-extrato:before {
    content: "\e9f9"
}

.icon-google:before {
    content: "\e9fa"
}

.icon-ideia:before {
    content: "\e9fb"
}

.icon-login:before {
    content: "\e9fc"
}

.icon-mapa:before {
    content: "\e9fd"
}

.icon-network:before {
    content: "\e9fe"
}

.icon-quarto:before {
    content: "\e9ff"
}

.icon-relacoes:before {
    content: "\ea00"
}

.icon-manutencao:before {
    content: "\ea01"
}

.icon-celular:before {
    content: "\ea02"
}

.icon-missao:before {
    content: "\ea03"
}

.icon-respeito:before {
    content: "\ea04"
}

* {
    box-sizing: border-box
}

main {
    position: relative
}

    main .main-banner {
        background: 0 0;
        position: relative;
        height: auto
    }

main .main-banner-title {
    padding-top: 12vh;
    height: 54vh;
    height: auto
}

main .main-banner-title .col-6 {
    padding-right: 4em
}
main .main-banner-title .col-6 h2 {
    font-size: 2em
}


main .main-banner-title h1, main .main-banner-title h2 {
    color: #404040;
    font-weight: 400;
    line-height: 1.4
}

    main .main-banner-title h1 strong, main .main-banner-title h2 strong {
        font-weight: 800;
        color: #2e406b
    }

main .main-banner-subtitle {
    font-family: Roboto,sans-serif;
    color: #6d7882;
    margin: 1em 0;
    line-height: 1.5;
    font-size: .9em;
    padding-right: 2em
}

main .wrap-logo-carousel {
    background: #fff;
    padding: 2em;
    z-index: 9999;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 0;
    position: relative;
    box-shadow: 0 4px 24px 0 rgba(181,221,255,.16)
}

main .wrap-logo-carousel h3 {
    line-height: 1.5;
    font-size: .9em;
    text-align: center;
    padding-bottom: 1em;
    color: #6d7882;
    font-weight: 400
}

main .wrap-logo-carousel h3 strong {
    color: #2e406b;
    font-weight: 800;
    font-size: 1.2em
}

main .wrap-logo-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .wrap-logo-carousel .logo-carousel img {
    width: 100%
}



main .wrap-banner-carousel .banner-carousel {
    position: relative
}

main .wrap-banner-carousel .banner-carousel .owl-dots {
    position: relative;
    z-index: 99999;
    margin-top: -3.8em !important;
    margin-right: 1em;
    float: right;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

    main .wrap-banner-carousel .banner-carousel .owl-dots .owl-dot {
        background: rgba(255,255,255,.3);
        border-radius: 2em;
        margin: 0 .4em
    }

        main .wrap-banner-carousel .banner-carousel .owl-dots .owl-dot.active {
            border: 1px solid #e3e7ff
        }

            main .wrap-banner-carousel .banner-carousel .owl-dots .owl-dot.active span {
                height: 16px;
                width: 16px;
                background: #fff
            }

        main .wrap-banner-carousel .banner-carousel .owl-dots .owl-dot span {
            margin: 5px;
            background: #e3e7ff
        }

main .wrap-banner-carousel .banner-carousel .owl-item {
    opacity: 0
}

    main .wrap-banner-carousel .banner-carousel .owl-item.active {
        opacity: 1
    }

main .wrap-banner-carousel .banner-carousel .item {
    height: 46vh
}

main .wrap-banner-carousel .banner-carousel .item img {
    width: 100%
}
main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background {
    position: absolute;
    bottom: 0;
    width: 100%
}

main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-large {
    float: right;
    height: 100vh;
    display: none
}

main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-small {
    display: block;
    width: 100%;
    padding-top: 5em;
    margin-bottom:1em;
}

main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup {
    position: absolute;
    z-index: 9998
}

main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup img {
    width: 67%;
    padding: 1em
}

main .progress-main {
    margin-top: 0;
    z-index: inherit;
    position: inherit;
    background: #fafafc
}

main .progress {
    width: 0;
    height: 4px;
    position: relative;
    z-index: 9999;
    background: #b6ba3a;
    overflow: hidden
}
main .banner-produto-deck-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2em 1.6em;
    background: #fff;
    border-radius: .6em;
    justify-content:center;
    margin: 1em 0
}

main .banner-produto-deck-item h4 {
    color: #404040;
    font-weight: 500;
    font-size: .85em;
    margin: 0;
    line-height: 1.4
}

main .banner-produto-deck-item [class*=" icon-"], main .banner-produto-deck-item [class^=icon-] {
    color: #404040;
    background: #f8f8eb;
    padding: .4em;
    font-size: 1.3em;
    border-radius: 50%;
    border: 1px solid #b6ba3a;
    margin-right: .6em
}

.timeline-home {
    padding: 4em 0 2em 0;
    background: #2e406b
}

.timeline-home-transforme {
    display: inherit;
    padding: 1em
}

    .timeline-home-transforme .btn {
        margin: 1em 0
    }

.timeline-home-transforme h2, .timeline-home-transforme p {
    color: #fff;
    font-weight: 400;
    line-height: 1.5
}

.timeline-home-transforme .col-9 {
    padding: 1.5em 0
}

    .timeline-home-transforme .col-9 p {
        margin-bottom: 2em
    }

.timeline {
    padding: 2em 0;
    z-index: 1
}

.timeline-description {
    grid-area: 2
}

    .timeline-description h5 {
        color: #fff;
        text-align: center;
        padding-bottom: 2em
    }

.timeline-description h5 span {
    display: block;
    font-weight: 400;
    color: #e3e7ff
}

.timeline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em 1em;
    grid-template-areas: ". . ."
}

.timeline-title {
    z-index: 99
}

.timeline-title-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em 1em;
    grid-template-areas: ". ."
}

.timeline-title-line {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.timeline-title .icons {
    margin-top: 1em;
    position: relative;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    transition: all .2s ease-in-out
}

    .timeline-title .icons:before {
        line-height: 38px;
        font-size: 16px;
        text-align: center;
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 100%;
        border: .5px dashed #b6ba3a;
        margin: 0 auto 15px auto;
        background: #3c4d66;
        color: #e3e7ff;
        position: relative;
        z-index: 9;
        transition: all .2s ease-in-out
    }

    .timeline-title .icons:after {
        content: '';
        width: 420%;
        border: 1px dashed #b6ba3a;
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-bottom: 0;
        z-index: 1
    }

.timeline-title .icons.icon-mkt-digital:before {
    font-size: 20px
}

.timeline .durante .icons:before {
    border-color: #f28e00
}

.timeline .durante .icons:after {
    border-color: #f28e00
}

.timeline .durante .timeline-item:hover .icons:before {
    background: #f28e00
}

.timeline .depois .icons:before {
    border-color: #8a97b1
}

.timeline .depois .icons:after {
    border-color: #8a97b1
}

.timeline .depois .timeline-item:last-child .icons:after {
    border: none
}

.timeline .depois .timeline-item:hover .icons:before {
    background: #8a97b1
}

.timeline-item {
    padding: 0 1em;
    border-radius: .6em;
    transition: all .2s ease-in-out
}

.timeline-item a {
    text-decoration: none
}

.timeline-item:hover {
    background: #43547a;
    box-shadow: 0 0 0 1px #e3e7ff
}

    .timeline-item:hover .icons:before {
        border-style: solid;
        color: #2e406b;
        background: #b6ba3a
    }

.timeline-text {
    color: #fff
}

.timeline h4 {
    font-weight: 500
}

.timeline p {
    font-size: .8em;
    line-height: 1.5
}

.home-portfolio {
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    margin-top: -7em;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.home-portfolio-title {
    padding: 1em
}

.home-portfolio-title h3 {
    color: #2e406b;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.5
}

.home-portfolio-title p {
    color: #6d7882;
    line-height: 1.5;
    margin: 1.5em 0 2em 0
}

.home-portfolio-img {
    padding-left: 1em
}

.home-portfolio-img img {
    position: relative;
    width: 100%
}

.home-blog {
    background: #fff;
    padding: 4em 0
}

.home-blog-title {
    text-align: center
}

    .home-blog-title h4 {
        color: #404040;
        font-size: 1.2em;
        margin: 0
    }

    .home-blog-title p {
        color: #6d7882;
        font-size: .9em;
        margin-bottom: 2em
    }

.home-blog-deck {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em;
    grid-template-areas: ". . . ."
}

.home-blog-card a {
    text-decoration: none;
    transition: all .3s ease-in-out
}

    .home-blog-card a:hover .home-blog-card-img img {
        transform: scale(1.2)
    }

    .home-blog-card a:hover h5 {
        color: #2e406b
    }

    .home-blog-card a:hover padding {
        color: #6d7882
    }

    .home-blog-card a:hover .btn-ler-mais {
        color: #bf7000
    }

        .home-blog-card a:hover .btn-ler-mais span {
            margin-left: 1.5em
        }

.home-blog-card-img {
    border-radius: .2em;
    overflow: hidden;
    width: 100%;
    transition: all .2s ease-in-out;
    max-height: 260px
}


.home-blog-card-img img {
    transition: transform .2s ease-in-out;
    transform: scale(1.1);
    width: 100%
}

.home-blog-card-tags {
    margin: .6em 0
}

    .home-blog-card-tags object {
        margin-left: .4em
    }

        .home-blog-card-tags object a {
            color: #2e406b;
            text-decoration: none;
            font-size: .9em
        }

            .home-blog-card-tags object a:hover {
                text-decoration: underline
            }

        .home-blog-card-tags object:first-child {
            margin-left: 0
        }

.home-blog-card h5 {
    color: #404040;
    font-size: 1.1em;
    margin: .8em 0
}

.home-blog-card p {
    color: #6d7882;
    line-height: 1.5;
    width: 90%;
    font-size: .9em
}

.home-blog-card .btn-ler-mais {
    color: #f28e00;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .home-blog-card .btn-ler-mais span {
        margin-left: 1em;
        font-size: .8em;
        transition: margin-left .3s ease-in-out
    }

    .home-blog-card .btn-ler-mais:not(:last-child) {
        text-decoration: underline
    }

    .home-blog-card .btn-ler-mais:hover {
        color: #bf7000
    }

        .home-blog-card .btn-ler-mais:hover span {
            margin-left: 1.5em
        }

.home-blog .mais-posts {
    text-align: center;
    margin-top: 4em
}

.blog-grid {
    background: 0 0;
    padding: 0;
    padding-bottom: 4em
}

.blog-grid .home-blog-card-img img {
    width: 100%
}

.newsletter {
    background: #fcfcfa;
    padding: 1em 0;
    border-bottom: 4px solid #e3e7ff
}

    .newsletter .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        padding: 1em;
        grid-gap: .6em;
        grid-template-areas: "." "."
    }

.newsletter .wrapper form {
    display: grid;
    grid-gap: 1em
}

.newsletter .wrapper form fieldset {
    padding: 0;
    background: 0 0;
    border: none
}

.newsletter .wrapper input {
    border: 1px solid #e3e7ff;
    font-family: Roboto,sans-serif;
    background: 0 0;
    padding-left: .8em;
    padding: 1em;
    border-radius: .2em
}

    .newsletter .wrapper input:hover {
        border-color: #8a97b1
    }

    .newsletter .wrapper input:active, .newsletter .wrapper input:focus {
        outline-color: #2e406b
    }

    .newsletter .wrapper input:placeholder {
        font-family: Roboto,sans-serif;
        line-height: normal;
        color: #8a97b1
    }

.newsletter .wrapper button {
    color: #2e406b;
    background: #b6ba3a;
    border: none;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 1em;
    cursor: pointer;
    border-radius: .2em;
    padding: 1em
}

    .newsletter .wrapper button:active, .newsletter .wrapper button:focus, .newsletter .wrapper button:hover {
        color: #fff;
        background: #7d8028
    }

    .newsletter .wrapper button:active, .newsletter .wrapper button:focus {
        outline-color: #2e406b
    }

.newsletter .wrapper button, .newsletter .wrapper input {
    width: 100%
}

.newsletter-title {
    text-align: center
}

.newsletter-title .icon-newsletter {
    color: #2e406b;
    font-size: 3.4em
}

.newsletter-title h4 {
    margin: 0;
    font-weight: 400;
    padding: 1em 0;
    color: #404040
}

.newsletter-title h4 span {
    font-weight: 800;
    color: #2e406b
}

.timeline-produto {
    background: #fff
}

    .timeline-produto .timeline-home-transforme {
        text-align: center;
        display: inline-block
    }

.timeline-produto .timeline-home-transforme h2 {
    color: #404040;
    padding-top: 2em;
    margin: 0
}

.timeline-produto .timeline-description h5 {
    color: #2e406b;
    font-size: 1.2em
}

    .timeline-produto .timeline-description h5 span {
        color: #6d7882;
        font-size: .8em;
        margin-bottom: .8em
    }

.timeline-produto .antes .icons:before {
    color: #b6ba3a
}

.timeline-produto .durante .icons:before {
    color: #f28e00
}

.timeline-produto .depois .icons:before {
    color: #8a97b1
}

.timeline-produto .timeline h4 {
    color: #404040
}

.timeline-produto .timeline p {
    color: #6d7882
}

.timeline-produto .timeline-title .icons:before {
    background: #fff
}

.timeline-produto .timeline-item:hover {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-produto .timeline-item:hover h4 {
        font-weight: 800
    }

    .timeline-produto .timeline-item:hover h4, .timeline-produto .timeline-item:hover p {
        color: #2e406b
    }

    .timeline-produto .timeline-item:hover .icons:before {
        color: #2e406b
    }

    .timeline-produto .timeline-item:hover .icon-check-in:before, .timeline-produto .timeline-item:hover .icon-mkt-digital:before {
        background: #b6ba3a
    }

.timeline-easycheckin .antes .timeline-item:last-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-easycheckin .antes .timeline-item:last-child h4 {
        font-weight: 800
    }

    .timeline-easycheckin .antes .timeline-item:last-child h4, .timeline-easycheckin .antes .timeline-item:last-child p {
        color: #2e406b
    }

    .timeline-easycheckin .antes .timeline-item:last-child .icons:before {
        color: #2e406b
    }

    .timeline-easycheckin .antes .timeline-item:last-child .icon-check-in:before, .timeline-easycheckin .antes .timeline-item:last-child .icon-mkt-digital:before {
        background: #b6ba3a
    }

.timeline-mkt-digital .antes .timeline-item:first-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-mkt-digital .antes .timeline-item:first-child h4 {
        font-weight: 800
    }

    .timeline-mkt-digital .antes .timeline-item:first-child h4, .timeline-mkt-digital .antes .timeline-item:first-child p {
        color: #2e406b
    }

    .timeline-mkt-digital .antes .timeline-item:first-child .icons:before {
        color: #2e406b
    }

    .timeline-mkt-digital .antes .timeline-item:first-child .icon-check-in:before, .timeline-mkt-digital .antes .timeline-item:first-child .icon-mkt-digital:before {
        background: #b6ba3a
    }

.timeline-gdi .durante .timeline-item:first-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-gdi .durante .timeline-item:first-child h4 {
        font-weight: 800
    }

    .timeline-gdi .durante .timeline-item:first-child h4, .timeline-gdi .durante .timeline-item:first-child p {
        color: #2e406b
    }

    .timeline-gdi .durante .timeline-item:first-child .icons:before {
        color: #2e406b
    }

    .timeline-gdi .durante .timeline-item:first-child .icon-wifi:before {
        background: #f28e00
    }

.timeline-hxp .durante .timeline-item:last-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-hxp .durante .timeline-item:last-child h4 {
        font-weight: 800
    }

    .timeline-hxp .durante .timeline-item:last-child h4, .timeline-hxp .durante .timeline-item:last-child p {
        color: #2e406b
    }

    .timeline-hxp .durante .timeline-item:last-child .icons:before {
        color: #2e406b
    }

    .timeline-hxp .durante .timeline-item:last-child .icon-hxp:before {
        background: #f28e00
    }

.timeline-feedback .depois .timeline-item:first-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-feedback .depois .timeline-item:first-child h4 {
        font-weight: 800
    }

    .timeline-feedback .depois .timeline-item:first-child h4, .timeline-feedback .depois .timeline-item:first-child p {
        color: #2e406b
    }

    .timeline-feedback .depois .timeline-item:first-child .icons:before {
        color: #2e406b
    }

    .timeline-feedback .depois .timeline-item:first-child .icon-feedback:before {
        background: #8a97b1
    }

.timeline-behavior .depois .timeline-item:last-child {
    background: #e3e7ff;
    box-shadow: 0 0 0 1px #2e406b
}

    .timeline-behavior .depois .timeline-item:last-child h4 {
        font-weight: 800
    }

    .timeline-behavior .depois .timeline-item:last-child h4, .timeline-behavior .depois .timeline-item:last-child p {
        color: #2e406b
    }

    .timeline-behavior .depois .timeline-item:last-child .icons:before {
        color: #2e406b
    }

    .timeline-behavior .depois .timeline-item:last-child .icon-behavior:before {
        background: #8a97b1
    }

.produto-intro-wrap {
    padding: 1em
}

.produto-intro h2 {
    color: #2e406b;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.5;
    margin: 0
}

    .produto-intro h2 span {
        font-weight: 800
    }


.produto-intro h2.texto-destaque {
    margin: 2em 0;
    text-align: center
}

.produto-intro h2.texto-destaque span {
    display: block
}

.produto-intro p {
    color: #6d7882;
    line-height: 2
}

.produto-wrap {
    display: block;
    margin: 1em 0
}
.produto-wrap .produto-lista {
    padding: 1em
}


.produto-wrap .produto-lista-item {
    margin: 2em 0
}

    .produto-wrap .produto-lista-item h4 {
        font-size: 1.2em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.5;
        color: #404040;
        font-weight: 400;
        margin: 0
    }

.produto-wrap .produto-lista-item h4 [class*=" icon-"], .produto-wrap .produto-lista-item h4 [class^=icon-] {
    background: #f5f5e7;
    padding: .6em;
    border-radius: .8em;
    border: 1px solid #b6ba3a;
    margin-right: .8em;
    font-size: 1.1em
}

.produto-wrap .produto-lista-item h5 {
    font-size: 1.2em;
    color: #404040;
    font-weight: 500
}

.produto-wrap .produto-lista-item p {
    color: #6d7882;
    line-height: 1.5
}

.wrap-table {
    padding: 1em;
    background: #fff
}

table {
    width: 100%;
    font-family: Poppins,sans-serif;
    background: #fff
}

    table thead th {
        text-align: center;
        background: #2e406b;
        padding: 1em;
        color: #fff
    }

    table thead:after {
        content: '';
        display: table-row;
        height: 20px
    }

    table tbody tr th {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #e3e7ff;
        background: #fff;
        color: #404040;
        font-weight: 500
    }

        table tbody tr th:last-child {
            text-align: center;
            border: 2px solid #b6ba3a;
            border-bottom: none;
            border-top-left-radius: .4em;
            border-top-right-radius: .4em
        }

    table tbody tr td {
        font-family: Roboto,sans-serif;
        color: #6d7882;
        border-top: 1px solid #e3e7ff;
        border-bottom: 1px solid #e3e7ff;
        padding: 1em
    }

        table tbody tr td:nth-child(2) {
            border-left: 2px solid #b6ba3a;
            border-right: 2px solid #b6ba3a
        }

        table tbody tr td:last-child {
            text-align: center;
            color: #008040
        }

    table tbody tr:nth-child(odd) {
        background: #fcfcfa
    }

    table tbody tr.last-tr td:last-child {
        border-bottom-left-radius: .4em;
        border-bottom-right-radius: .4em;
        border-bottom: 2px solid;
        border-bottom-color: #b6ba3a
    }

.produto-cta {
    padding: 1em
}

.produto-cta-title h2 {
    color: #2e406b;
    line-height: 1.5;
    text-align: center;
    font-size: 1.2em;
    padding-bottom: .4em
}

.produto-cta-title h2 span {
    font-weight: 400;
    color: #8a97b1
}

.produto-cta-hxp {
    padding: 0;
    margin-top: 4em
}

    .produto-cta-hxp h2 {
        font-size: 1.1em
    }

.guest-experience {
    background: #2e406b;
    padding: 4em 3em
}


.guest-experience-home {
    padding: 2em 0;
    display: -ms-flexbox;
    display: flex
}

.guest-experience-home .guest-experience-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
    grid-template-areas: "."
}

.guest-experience-wrap {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: .5fr 3fr;
    grid-template-areas: "." ".";
    grid-gap: 1em 1em
}

.guest-experience-left h3 {
    margin: .4em 0;
    margin: .4em 0;
    font-size: 2.3em;
    line-height: 1.5;
    font-weight: 600
}

.guest-experience-left h4 {
    margin: 0;
    font-weight: 400;
    color: #f6f7ff
}

.guest-experience-left p {
    line-height: 2;
    color: #e3e7ff
}

.guest-experience-right {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1em 1em;
    grid-template-areas: "." "."
}

.guest-experience-bottom {
    text-align: center;
    margin-top: 1em
}

    .guest-experience-bottom h4 {
        font-weight: 400
    }


.guest-experience-grid {
    display: grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 1em 1em;
    grid-template-areas: "." "." "." "."
}

.guest-experience-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2em 1em 2em 1.5em;
    border: 1px solid transparent;
    border-radius: .2em;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: rgba(255,255,255,.04);
    text-decoration: none;
    transition: all .3s ease-in-out
}

    .guest-experience-item:hover {
        background: #263559;
        transform: scale(1.02)
    }

        .guest-experience-item:hover .guest-experience-item-link span {
            margin-left: 1em
        }

        .guest-experience-item:hover:before {
            color: #b0bbff;
            -webkit-text-stroke-width: 0;
            bottom: -16px
        }

    .guest-experience-item:before {
        position: absolute;
        font-family: icomoon !important;
        font-size: 6em;
        bottom: -24px;
        color: transparent;
        right: -13px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #405a96;
        transition: all .2s ease-in-out;
        z-index: 0
    }

.guest-experience-item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .guest-experience-item-title h4 {
        margin: 0;
        font-size: 1.2em;
        line-height: 1.2;
        font-weight: 500
    }

.guest-experience-item-text {
    line-height: 1.5;
    margin: 2em 0;
    font-size: .9em;
    color: #e3e7ff
}


.guest-experience-item-link {
    text-decoration: dotted;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: Poppins,sans-serif;
    margin: 0 !important
}

    .guest-experience-item-link span {
        margin-left: .6em;
        transition: all .2s ease-in-out;
        font-size: .8em;
        color: #e3e7ff
    }

.guest-experience-item .btn {
    box-shadow: none;
    width: auto;
    font-size: .8em
}

.list-wrap h4 {
    margin: 0;
    font-weight: 500;
    color: #404040;
    text-align: center;
    margin-bottom: 2em
}

.list-grid {
    display: grid;
    grid-gap: 1em 1em;
    text-align: center
}

.list-item {
    text-decoration: none;
    transition: all .2s ease-in-out;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(181,221,255,.16);
    border-radius: .6em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em;
    overflow: hidden;
    position: relative
}

    .list-item:before {
        position: absolute;
        left: -24px;
        bottom: -6px;
        z-index: 1;
        font-size: 4em;
        transition: all .2s ease-in-out;
        color: rgba(0,0,0,.04)
    }

    .list-item:hover {
        transform: scale(1.04);
        background: #2e406b
    }

        .list-item:hover:before {
            color: rgba(0,0,0,.2)
        }

        .list-item:hover h5 {
            color: #fff
        }

        .list-item:hover span:not(.icon-forward) {
            background: #b6ba3a;
            color: #fff
        }

.list-item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.list-item h5 {
    margin: 0;
    color: #404040;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    transition: all .2s ease-in-out;
    text-align: left
}

.list-item span:not(.icon-forward) {
    color: #404040;
    background: #f8f8eb;
    border: 1px solid #b6ba3a;
    display: inline-block;
    border-radius: .5em;
    font-size: 1.6em;
    padding: .4em;
    transition: all .2s ease-in-out;
    margin-right: .8em;
    position: relative;
    z-index: 9
}

.list-item .icon-forward {
    color: #b6ba3a;
    margin-left: 1em
}

.data-driven-mkt {
    background: #2e406b;
    margin-bottom: 0;
    margin-top: 2em;
    padding: 4em 1.5em
}

.data-driven-mkt-wrap {
    display: grid;
    grid-gap: 1em 1em
}

.data-driven-mkt-item h3 {
    color: #fff;
    font-size: 2em;
    margin: 0
}

.data-driven-mkt-item p {
    line-height: 2;
    color: #e3e7ff
}

.data-driven-mkt-item .btn {
    font-size: 1.3em;
    box-shadow: none
}

.full-service {
    background: #2e406b;
    margin-top: 4em;
    padding-top: 4em;
    padding-bottom: 10em;
    text-align: center
}

    .full-service h3 {
        font-size: 2em;
        font-weight: 500;
        color: #fff
    }

        .full-service h3 em {
            font-weight: 800
        }

    .full-service p {
        color: #fff;
        font-size: 1.2em;
        line-height: 2
    }

.number-list {
    margin: 2em 0
}

.number-list-item {
    position: relative
}

    .number-list-item:before {
        font-size: 4em;
        position: absolute;
        left: -32px;
        top: .6em;
        color: #e3e7ff;
        z-index: -1
    }

.number-list-grid {
    display: grid;
    position: relative
}

.number-list span {
    background: #f8f8eb;
    color: #404040;
    border: 1px solid #b6ba3a;
    padding: .5em;
    border-radius: .6em;
    font-size: 1.5em
}

.number-list h4 {
    font-weight: 400;
    line-height: 1.5;
    color: #404040
}

    .number-list h4 strong {
        font-weight: 800;
        display: block;
        font-size: 2.3em;
        color: #2e406b
    }

.midias-sociais-list h2 {
    text-align: center;
    margin: 3em;
    color: #404040
}

.midias-sociais-list .number-list-grid {
    margin-top: 0;
    grid-gap: 1em
}

    .midias-sociais-list .number-list-grid h4 {
        padding-top: 4em
    }

.clientes-list {
    margin-bottom: 4em
}

.clientes-list h2 {
    color: #404040;
    text-align: center;
    margin-bottom: 2em;
    font-weight: 400;
    color: #6d7882
}

    .clientes-list h2 span {
        color: #2e406b;
        font-weight: 800
    }

.clientes-list hr {
    margin-top: 6em;
    background-color: #e3e7ff;
    height: 1px;
    border: 0
}

.clientes-list h4 {
    color: #6d7882;
    font-weight: 400;
    font-size: 1.2em
}

.clientes-list p {
    color: #6d7882
}

.clientes-grid {
    display: grid;
    text-align: center;
    place-items: center;
    grid-gap: 2em 0;
    justify-items: center;
    margin-bottom: 4em
}

.depoimentos-list .item {
    padding: 2em 1em
}
.depoimentos-list .item h4 {
    line-height: 2;
    color: #404040;
    font-weight: 500
}

    .depoimentos-list .item h4 span {
        color: #b6ba3a;
        font-weight: 800
    }

.depoimentos-list.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #8a97b1;
    background: grey;
    padding: 1em 1em .8em 1em;
    border-radius: 50%;
    margin: 0;
    transition: all .2s ease-in-out;
    background: 0 0
}

    .depoimentos-list.owl-theme .owl-nav [class*=owl-]:hover {
        background: #e3e7ff
    }

.depoimentos-list.owl-theme .owl-nav .owl-next {
    top: 35%;
    right: 0
}

.depoimentos-list.owl-theme .owl-nav .owl-prev {
    top: 35%;
    left: 0;
    transform: rotate(-180deg)
}

.depoimentos-list .owl-dots {
    position: relative;
    z-index: 9;
    margin-top: -5.5em
}

.depoimentos-list .owl-dots .owl-dot span {
    background: #e3e7ff
}

.depoimentos-list .owl-dots .owl-dot:hover span {
    background: #8a97b1
}

.depoimentos-list .owl-dots .owl-dot.active span {
    background: #b6ba3a
}

.depoimentos-nome {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.depoimentos-nome-foto {
    background: #f6f7ff;
    padding: 1em;
    border-radius: 50%;
    border: 1px solid #e3e7ff;
    margin-right: .8em
}

.depoimentos-nome-wrap h5 {
    margin: 0;
    color: #404040
}

.depoimentos-nome-wrap p {
    margin: 0;
    font-family: Poppins,sans-serif;
    margin-top: .4em;
    font-size: .9em;
    color: #8a97b1
}

.depoimentos-nome-wrap p span {
    color: #404040;
    font-weight: 800
}

.list-sim .number-list-grid {
    margin-top: 4em;
    margin-bottom: 4em
}

.list-sim .number-list-item {
    text-align: center
}

    .list-sim .number-list-item h4 {
        font-weight: 400;
        line-height: 1.5;
        background: #fff;
        color: #404040;
        padding: 2em;
        border-radius: .4em;
        padding-top: 2.7em;
        min-height: 182px;
        margin-top: -.6em;
        box-shadow: 0 0 13px 3px rgba(46,64,107,.08)
    }

        .list-sim .number-list-item h4 strong {
            font-weight: 800;
            display: block;
            font-size: 1.5em;
            color: #2e406b
        }

    .list-sim .number-list-item h4 {
        min-height: 148px;
        padding: 2em 1.2em;
        padding-top: 2.7em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .list-sim .number-list-item h4 strong {
            font-size: inherit
        }

.list-sure h3 {
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    color: #2e406b
}


.list-sure .number-list-item h4 {
    min-height: 175px
}
.list-hxp .list-grid .list-item {
    box-shadow: none;
    border: 1px solid #f6f7ff;
    border-radius: 0
}

    .list-hxp .list-grid .list-item:hover {
        background: #fff;
        transform: inherit
    }

        .list-hxp .list-grid .list-item:hover:before {
            color: rgba(0,0,0,.04)
        }

        .list-hxp .list-grid .list-item:hover span {
            background: #f8f8eb;
            color: initial
        }

        .list-hxp .list-grid .list-item:hover h5 {
            color: #404040
        }

.list-hxp-btn {
    display: block;
    margin-top: 3em;
    margin-bottom: 5em;
    text-align: center
}

    .list-hxp-btn .btn {
        display: inline-block;
        font-size: 1.3em
    }

.agendar-demo-dark h3 {
    line-height: 1.5;
    font-size: 1.3em
}

    .agendar-demo-dark h3 span {
        font-weight: 400;
        color: #e3e7ff
    }

.agendar-demo {
    background: 0 0
}

    .agendar-demo h3 {
        line-height: 1.8;
        font-size: 1.1em;
        color: #2e406b
    }

        .agendar-demo h3 span {
            font-weight: 400
        }

.sobre-nos-container h1 {
    font-size: 2.5em
}

.sobre-nos-container .produto-intro-wrap {
    text-align: center;
    width: auto
}

    .sobre-nos-container .produto-intro-wrap h2 {
        width: auto
    }

        .sobre-nos-container .produto-intro-wrap h2.texto-destaque {
            margin: 1em 0
        }

.list-grid-rows h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    color: #404040;
    margin-bottom: 1.6em
}

.list-grid-wrap {
    display: grid
}

.list-grid-item {
    text-align: center
}

    .list-grid-item span {
        background: #f8f8eb;
        border: 1px solid #b6ba3a;
        border-radius: 50%;
        display: inline-block;
        font-size: 1.4em;
        padding: .6em
    }

.list-grid-item-title {
    padding: 2em 3em;
    background: #fff;
    border: 1px solid #f6f7ff;
    border-radius: .4em;
    margin-top: -1.5em
}

    .list-grid-item-title h4 {
        color: #404040;
        font-size: 1.2em;
        font-weight: 600
    }

    .list-grid-item-title p {
        margin: 0;
        line-height: 1.5;
        color: #6d7882
    }

        .list-grid-item-title p strong {
            font-weight: 800;
            color: #2e406b
        }

.banner-mid {
    background: #2e406b;
    padding: 4em 0;
    margin-top: 4em
}

.banner-mid-card {
    background: #fff;
    padding: 3em;
    position: relative;
    overflow: hidden
}

.banner-mid-card:hover:before {
    right: -86px;
    top: -85px
}

.banner-mid-card:before {
    position: absolute;
    right: -6px;
    top: -5px;
    font-size: 4.5em;
    color: #e3e7ff;
    transition: all .4s cubic-bezier(.91,.24,.54,.83)
}

.banner-mid-card small {
    font-family: Poppins,sans-serif;
    color: #8a97b1
}

.banner-mid-card h3 {
    color: #b6ba3a;
    font-size: 2.4em;
    margin: 0;
    margin-top: .2em
}

.banner-mid-card p {
    color: #6d7882;
    line-height: 1.5
}

.cwb-mundo {
    background: url(../img/curitiba-bg.jpg) no-repeat right center/cover,#2e406b;
    background-size: 60%
}

.funcionalidades {
    margin-top: 2em;
    margin-bottom: 2em
}

.funcionalidades-title h2, .funcionalidades-title h4 {
    color: #2e406b;
    text-align: center
}

.funcionalidades-title h4 {
    font-size: 1.4em;
    font-weight: 400
}

.funcionalidades-title p {
    color: #6d7882;
    line-height: 1.5;
    text-align: center
}

.funcionalidades-grid {
    display: grid;
    grid-gap: 1em
}
.funcionalidades-item {
    background: #fff;
    padding: 2em;
    border-radius: .4em;
    box-shadow: 0 4px 24px 0 rgba(181,221,255,.16);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all .3s ease-in-out
}

    .funcionalidades-item:hover {
        transform: scale(1.04)
    }

.funcionalidades-item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .funcionalidades-item-title span {
        background: #f6f6e3;
        color: #b6ba3a;
        padding: .4em;
        border-radius: .5em;
        margin-right: .6em;
        font-size: 1.6em
    }

    .funcionalidades-item-title h4 {
        margin: 0;
        font-size: 1.2em;
        color: #2e406b
    }

.funcionalidades-item p {
    color: #6d7882;
    line-height: 1.5;
    margin-top: 1.3em
}

.funcionalidades-item-bottom {
    color: #8a97b1;
    margin-right: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .funcionalidades-item-bottom small {
        margin-right: .3em
    }

    .funcionalidades-item-bottom span {
        padding: .2em;
        background: #f6f7ff;
        border: 1px solid #e3e7ff;
        border-radius: .4em;
        margin: 0 .2em;
        font-size: 1.4em;
        color: #404040
    }

        .funcionalidades-item-bottom span:first-child {
            margin: 0
        }

        .funcionalidades-item-bottom span:last-child {
            margin-right: 0
        }

.redes-wifi-funcionalidades h3 {
    color: #404040;
    margin-top: 2em;
    text-align: center
}

.carreiras.funcionalidades .funcionalidades-title {
    margin-bottom: 2em
}

.carreiras.funcionalidades h3 {
    font-weight: 400;
    color: #404040;
    font-size: 1.2em
}

.carreiras.funcionalidades .carreiras-vagas-grid {
    display: grid;
    grid-gap: 1em
}

.carreiras.funcionalidades .carreiras-vagas-wrap {
    margin: 2em 0;
    padding: 1em
}

.carreiras.funcionalidades .carreiras-vagas-item {
    background: #fff;
    border: 1px solid #f6f7ff;
    padding: 1em 2em;
    transition: all .2s ease-in-out
}

    .carreiras.funcionalidades .carreiras-vagas-item h4 {
        color: #404040;
        font-weight: 500;
        font-size: 1.1em
    }

    .carreiras.funcionalidades .carreiras-vagas-item p {
        color: #8a97b1
    }

    .carreiras.funcionalidades .carreiras-vagas-item:hover {
        border-color: #2e406b;
        background: #2e406b
    }

        .carreiras.funcionalidades .carreiras-vagas-item:hover h4, .carreiras.funcionalidades .carreiras-vagas-item:hover p {
            color: #fff
        }

.list-grid-dark {
    background: #2e406b;
    margin: 1em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 4em;
    padding-bottom: 2em;
    margin-bottom: 2em
}

    .list-grid-dark img {
        width: 90%;
        margin: 0 auto;
        display: block;
        margin-top: -2em
    }

.list-grid-dark-wrap {
    color: #fff;
    padding: 0 1em
}
.list-grid-dark-wrap p {
    margin: 0;
    line-height: 1.5;
    color: #e3e7ff
}

    .list-grid-dark-wrap p strong {
        color: #fff
    }

.list-grid-dark-title {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center
}

    .list-grid-dark-title h3 {
        font-size: 1.8em
    }


.list-grid-dark-title span {
    font-size: 2em;
    color: #e3e7ff
}


.premio-hotelaria {
    background: #e3e7ff;
    margin-bottom: 0
}

    .premio-hotelaria h3 {
        color: #2e406b
    }

    .premio-hotelaria p {
        color: #6d7882
    }

.contato-parceria-grid {
    display: block;
    border-bottom: 4px solid #e3e7ff
}

.contato-parceria-left {
    padding: 1em
}

.contato-parceria-left-title h3 {
    font-size: 1.7em;
    line-height: 1.5;
    color: #2e406b
}

.contato-parceria-left-title p {
    color: #6d7882;
    line-height: 1.5;
    margin-bottom: 2em
}

.contato-parceria-left-card {
    background: #fff;
    border: 1px solid #e3e7ff;
    padding: 2em;
    margin: 1em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .contato-parceria-left-card span {
        background: #f8f8eb;
        padding: .4em;
        font-size: 1.4em;
        color: #b6ba3a;
        border-radius: .4em;
        display: inline-block;
        margin-right: 1em
    }

.contato-parceria-left-card-title h4 {
    margin: 0;
    font-size: 1.2em;
    color: #2e406b
}

.contato-parceria-left-card-title p {
    color: #8a97b1;
    margin: 0;
    margin-top: .4em
}

.contato-parceria-right {
    background: #2e406b;
    padding: 1em
}

.contato-parceria-right h3 {
    color: #fff;
    font-size: 1.7em;
    line-height: 1.5;
    margin-bottom: 1.5em
}

.contato-parceria-form form fieldset {
    border: 0;
    padding: 0;
    margin: 1em 0
}

.contato-parceria-form form fieldset label {
    display: block;
    color: #fff;
    margin-bottom: .4em;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    text-align: left
}

.contato-parceria-form form fieldset input, .contato-parceria-form form fieldset textarea {
    color: #fff
}

.contato-parceria-form form fieldset input, .contato-parceria-form form fieldset select, .contato-parceria-form form fieldset textarea {
    width: 100%;
    padding: 1em;
    border: 1px solid #e3e7ff;
    background: 0 0;
    border-radius: .2em;
    font-family: Roboto,sans-serif
}

    .contato-parceria-form form fieldset input::-moz-placeholder, .contato-parceria-form form fieldset select::-moz-placeholder, .contato-parceria-form form fieldset textarea::-moz-placeholder {
        color: #e3e7ff;
        font-family: Roboto,sans-serif
    }

    .contato-parceria-form form fieldset input:-ms-input-placeholder, .contato-parceria-form form fieldset select:-ms-input-placeholder, .contato-parceria-form form fieldset textarea:-ms-input-placeholder {
        color: #e3e7ff;
        font-family: Roboto,sans-serif
    }

    .contato-parceria-form form fieldset input::placeholder, .contato-parceria-form form fieldset select::placeholder, .contato-parceria-form form fieldset textarea::placeholder {
        color: #e3e7ff;
        font-family: Roboto,sans-serif
    }

    .contato-parceria-form form fieldset input:hover, .contato-parceria-form form fieldset select:hover, .contato-parceria-form form fieldset textarea:hover {
        outline: -webkit-focus-ring-color auto 2px;
        border-radius: .2em
    }

.contato-parceria-form form fieldset textarea {
    min-height: 80px;
    max-height: 150px;
    resize: vertical
}

.contato-parceria-form form fieldset input:-webkit-autofill, .contato-parceria-form form fieldset input:-webkit-autofill:active, .contato-parceria-form form fieldset input:-webkit-autofill:focus, .contato-parceria-form form fieldset input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f6f7ff inset !important
}

.contato-parceria-form form .btn {
    width: 100%;
    display: block;
    border: 0;
    text-align: center;
    box-shadow: none;
    font-size: 1.1em;
    padding: 1.2em;
    font-family: Poppins,sans-serif
}

.blog-post-title {
    padding-top: 16vh;
    text-align: center
}

.blog-post-title a {
    color: #2e406b
}

    .blog-post-title a span {
        transform: scaleX(-1);
        display: inline-block;
        margin-right: .8em
    }

.blog-post-title a:hover {
    text-decoration: underline
}

.blog-post-title h1 {
    line-height: 1.5;
    color: #404040
}

.blog-post-title h3 {
    color: #6d7882;
    font-weight: 400;
    margin-bottom: 3em;
    display: block
}

.blog-post-main-img {
    height: 40vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

    .blog-post-main-img img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        width: 100%
    }

.blog-post-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e3e7ff;
    padding-bottom: 1em;
    margin: 2em 0
}

.blog-post-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.blog-post-author-img img {
    border-radius: 50%;
    height: 60px
}

.blog-post-author p {
    margin-left: .6em;
    color: #8a97b1
}

    .blog-post-author p strong {
        color: #404040
    }

.blog-post-share small {
    color: #8a97b1
}

.blog-post-share a {
    color: #8a97b1;
    padding: .4em
}

.blog-post-text {
    margin-top: 4em;
    margin-bottom: 4em
}

.blog-post-text h3 {
    font-size: 1.2em;
    line-height: 1.5;
    color: #2e406b;
    margin-top: 2em
}

.blog-post-text p {
    color: #6d7882;
    line-height: 1.5
}

.blog-post-text .blog-post-photo {
    margin: 2em 0;
    display: block
}

    .blog-post-text .blog-post-photo img {
        display: block;
        margin: 0 auto
    }

.blog-post-text .blog-post-photo figcaption {
    color: #6d7882;
    text-align: center;
    margin: 1em 0;
    font-family: Roboto,sans-serif
}

.blog-post-text hr {
    margin-top: 4em;
    background-color: #e3e7ff;
    height: 1px;
    border: 0
}

.blog-post-text .link {
    display: block;
    margin: .5em 0
}

.blog-post-quote {
    color: #2e406b;
    background: #f6f7ff;
    line-height: 2;
    font-weight: 600;
    padding: 1em
}

.no-mockup .wrap-banner-background {
    position: relative !important
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    position: relative;
}

.breadcrumb a {
    text-decoration: none;
    color: #6d7882;
    font-size: .8em
}

    .breadcrumb a:hover {
        text-decoration: underline;
        color: #404040
    }

.breadcrumb h1 {
    font-family: Poppins,sans-serif;
    font-size: .8em;
    color: #6d7882 !important;
    margin: 0
}

.breadcrumb span {
    color: #f28e00;
    font-size: .6em;
    margin: 0 .6em
}

.na-midia {
    background: #fff;
    text-align: center
}

.na-midia .icon-mkt-digital:before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    font-size: 10em;
    color: #f2f4ff;
    z-index: -1
}
.na-midia-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e3e7ff;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4em 1em;
    position: relative;
    z-index: 2
}

.na-midia h3 {
    font-weight: 500;
    color: #2e406b;
    letter-spacing: .4px;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 1.7em;
    margin-top: .4em
}

.na-midia h6 {
    font-weight: 400;
    color: #6d7882;
    font-size: .8em;
    letter-spacing: 1px;
    margin: 0
}

.na-midia .midia-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #8a97b1;
    background: grey;
    padding: .4em;
    border-radius: 50%;
    margin: 0;
    transition: all .2s ease-in-out;
    background: 0 0
}
.na-midia .midia-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8a97b1;
    color: #fff
}

.na-midia .midia-carousel.owl-theme .owl-nav .owl-next {
    top: 25%;
    right: 0
}

.na-midia .midia-carousel.owl-theme .owl-nav .owl-prev {
    top: 25%;
    left: 0;
    transform: rotate(-180deg)
}

.na-midia .midia-carousel .owl-dots {
    position: relative;
    z-index: 9;
    margin-top: -5.5em
}

.na-midia .midia-carousel .owl-dots .owl-dot span {
    background: #e3e7ff
}

.na-midia .midia-carousel .owl-dots .owl-dot:hover span {
    background: #8a97b1
}

.na-midia .midia-carousel .owl-dots .owl-dot.active span {
    background: #b6ba3a
}

.produto-description h3 {
    text-align: center;
    padding-top: 1em;
    font-weight: 400;
    color: #2e406b;
    line-height: 1.5
}

.produto-description .produto-flex {
    margin: 2em 0
}

.produto-description .produto-flex-text {
    padding: 2em 1em;
    line-height: 1.4
}


.produto-description .produto-flex-text h4 {
    font-weight: 200;
    color: #404040;
    letter-spacing: .5px
}


.produto-description .produto-flex-text p {
    color: #6d7882
}

.produto-description .produto-flex-text a {
    display: inline-block;
    margin-top: 2em
}

.produto-description .produto-flex-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-2 {
    margin-top: 2em !important
}

.mb-5 {
    margin-bottom: 3em
}

.mt-5 {
    margin-top: 5em !important
}

.mt-0 {
    margin-top: 0 !important
}

.tooltip {
    font-family: Roboto,sans-serif;
    position: relative
}

    .tooltip:after {
        content: attr(data-title);
        background: #404040;
        color: #fff;
        text-align: center;
        font-size: 11px;
        padding: 6px;
        border-radius: .4em;
        box-sizing: border-box;
        font-family: Roboto;
        position: absolute;
        top: -2.9em;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .4s ease
    }

    .tooltip:hover:after {
        opacity: 1
    }

.form-conversao {
    background: 0 0 !important
}

    .form-conversao .banner-produto .breadcrumb a, .form-conversao .banner-produto .breadcrumb h1 {
        color: #fff !important
    }

    .form-conversao .banner-produto h2, .form-conversao .banner-produto p, .form-conversao .banner-produto strong {
        color: #fff
    }

    .form-conversao .item {
        background: 0 0 !important
    }

    .form-conversao .wrap-banner-background {
        padding: 2em;
        border: .4em;
        border-radius: .4em;
        background: #fff;
        border: 1px solid #e3e7ff;
        box-shadow: 3px 3px 5px 2px rgba(0,0,0,.08)
    }

        .form-conversao .wrap-banner-background label {
            color: #404040;
            font-weight: 500
        }

            .form-conversao .wrap-banner-background label small {
                color: #8a97b1
            }

        .form-conversao .wrap-banner-background input, .form-conversao .wrap-banner-background select, .form-conversao .wrap-banner-background textarea {
            color: #404040;
            font-weight: 500;
            border-color: #e3e7ff
        }

            .form-conversao .wrap-banner-background input::-moz-placeholder, .form-conversao .wrap-banner-background select::-moz-placeholder, .form-conversao .wrap-banner-background textarea::-moz-placeholder {
                color: #8a97b1;
                font-weight: 400
            }

            .form-conversao .wrap-banner-background input:-ms-input-placeholder, .form-conversao .wrap-banner-background select:-ms-input-placeholder, .form-conversao .wrap-banner-background textarea:-ms-input-placeholder {
                color: #8a97b1;
                font-weight: 400
            }

            .form-conversao .wrap-banner-background input::placeholder, .form-conversao .wrap-banner-background select::placeholder, .form-conversao .wrap-banner-background textarea::placeholder {
                color: #8a97b1;
                font-weight: 400
            }

            .form-conversao .wrap-banner-background input:hover, .form-conversao .wrap-banner-background select:hover, .form-conversao .wrap-banner-background textarea:hover {
                border: 1px solid #6d7882;
                transition: .3s
            }

.footer-none, .nav-none {
    display: none !important
}

.bg-brand {
    background: #2e406b
}

.text-center {
    text-align: center
}

.modal-captcha {
    position: fixed;
    z-index: 999999999;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(46,64,107,.9);
    text-align: left
}

.captcha-wrapper {
    padding: 2em;
    display: block;
    margin: 0 auto
}

.modal-content {
    position: fixed;
    z-index: 999999999;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: #2e406b;
    text-align: left
}

.close {
    position: fixed;
    right: 32px;
    top: 16px;
    width: 48px;
    height: 48px;
    opacity: 1;
    z-index: 99;
    border: none;
    background: #2e406b;
    transition: all .2s ease-in;
    border-radius: .2em;
    opacity: .7;
    cursor: pointer
}

.bg-conversao {
    padding: 1em;
    text-align: left
}

.bg-conversao .banner-produto {
    padding-top: 0
}

.bg-conversao h1 {
    font-weight: 400
}

.bg-conversao .wrap-banner-carousel-form {
    float: none;
    width: 100%
}

    .bg-conversao .wrap-banner-carousel-form .banner-carousel {
        width: 100%;
        position: relative
    }

    .bg-conversao .wrap-banner-carousel-form .item {
        padding-top: 0 !important;
        height: auto !important;
        margin: 1em 0
    }

.bg-conversao .wrap-banner-carousel-form .item .wrap-banner-mockup {
    height: auto !important
}

.bg-conversao .wrap-banner-carousel-form form fieldset:last-child {
    margin-bottom: 0
}

.close:hover {
    background: #0f1524;
    opacity: 1
}

.close:after, .close:before {
    position: absolute;
    left: 24px;
    top: 8px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.btn-conversao {
    cursor: pointer
}

.modal-captcha, .modal-content {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in
}

    .modal-captcha.active, .modal-content.active {
        opacity: 1;
        visibility: initial
    }

.overflow-hidden {
    overflow-y: hidden !important
}

.height-auto {
    
}

.grid-3 {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 1fr
}

.d-inline-block {
    display: inline-block !important
}

.trabalhe-conosco-form {
    background: #fff
}

    .trabalhe-conosco-form label {
        color: #404040 !important
    }

        .trabalhe-conosco-form label small {
            color: #8a97b1
        }

    .trabalhe-conosco-form input {
        border-color: #e3e7ff;
        color: #404040 !important
    }

        .trabalhe-conosco-form input::-moz-placeholder {
            color: #8a97b1 !important
        }

        .trabalhe-conosco-form input:-ms-input-placeholder {
            color: #8a97b1 !important
        }

        .trabalhe-conosco-form input::placeholder {
            color: #8a97b1 !important
        }

    .trabalhe-conosco-form select option:first-of-type {
        color: #8a97b1
    }

    .trabalhe-conosco-form .file-upload-wrapper {
        position: relative;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer
    }

        .trabalhe-conosco-form .file-upload-wrapper:before {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            height: 50px;
            background: #f28e00;
            color: #fff;
            font-weight: 700;
            z-index: 25;
            font-size: 16px;
            padding: 0 15px;
            pointer-events: none;
            font-family: Poppins,sans-serif;
            font-weight: 500;
            border-radius: 0 5px 5px 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center
        }

        .trabalhe-conosco-form .file-upload-wrapper.ingles:before {
            content: 'Choose'
        }

        .trabalhe-conosco-form .file-upload-wrapper.espanhol:before {
            content: 'Seleccione'
        }

        .trabalhe-conosco-form .file-upload-wrapper:after {
            content: attr(data-text);
            font-family: Roboto,sans-serif;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            padding: 10px 15px;
            display: block;
            height: 50px;
            width: calc(100% - 40px);
            pointer-events: none;
            z-index: 20;
            color: #8a97b1;
            border-radius: 5px 10px 10px 5px;
            font-weight: 300;
            line-height: 30px;
            border: 1px solid #e3e7ff
        }

        .trabalhe-conosco-form .file-upload-wrapper input {
            opacity: 0;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 99;
            margin: 0;
            padding: 0;
            display: block;
            cursor: pointer;
            width: 100%
        }

.form-contato .item {
    overflow-y: auto
}

    .form-contato .item::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }

.form-contato .item .wrap-banner-background {
    position: relative !important
}

.global-map {
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 10em;
    margin-bottom: 3em
}

.global-map h3 {
    color: #2e406b;
    font-weight: 400;
    text-align: center;
    font-size: 3em
}

.global-map p {
    color: #6d7882;
    text-align: center;
    line-height: 1.5
}

.global-map img {
    width: 100%
}

.global-map img.img-mobile {
    display: none
}

.icon-mais {
    width: 45px;
    height: 45px;
    text-align: center
}

    .icon-mais:before {
        content: "\002B";
        font-weight: 700
    }

.header-oportunidades .wrap-header-right {
    display: none
}

footer.footer-oportunidades {
    display: none
}

.main-form .banner-carousel .item {
    background: #2e406b
}

.main-form .btn-contato {
    display: grid;
    grid-gap: 1em
}

.main-form .btn-contato .btn-footer-whatsapp {
    grid-area: wpp
}

.main-form .btn-contato a {
    border: 1px solid #e3e7ff;
    color: #2e406b;
    padding: .8em;
    border-radius: .4em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s all ease-in-out;
    font-weight: 500
}

    .main-form .btn-contato a span {
        color: #8a97b1;
        margin-right: .4em
    }

    .main-form .btn-contato a img {
        margin-right: .8em
    }

    .main-form .btn-contato a:hover {
        background: #e3e7ff
    }

        .main-form .btn-contato a:hover span {
            color: #2e406b
        }

.main-form form fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 1.4em;
    width: 100%
}

    .main-form form fieldset label {
        color: #fff;
        font-family: Poppins,sans-serif;
        font-weight: 500;
        font-size: 1em;
        margin-bottom: .4em;
        display: block;
        text-align: left
    }

    .main-form form fieldset input, .main-form form fieldset textarea {
        width: 100%;
        padding: 1em;
        background: 0 0;
        border: 1px solid #8a97b1;
        border-radius: .4em;
        font-family: Roboto,sans-serif;
        color: #fff
    }

        .main-form form fieldset input::-moz-placeholder, .main-form form fieldset textarea::-moz-placeholder {
            font-family: Roboto,sans-serif;
            color: #e3e7ff
        }

        .main-form form fieldset input:-ms-input-placeholder, .main-form form fieldset textarea:-ms-input-placeholder {
            font-family: Roboto,sans-serif;
            color: #e3e7ff
        }

        .main-form form fieldset input::placeholder, .main-form form fieldset textarea::placeholder {
            font-family: Roboto,sans-serif;
            color: #e3e7ff
        }

    .main-form form fieldset textarea {
        resize: vertical;
        min-height: 80px;
        max-height: 120px
    }

    .main-form form fieldset .btn {
        border: 0;
        font-family: Poppins,sans-serif;
        color: #fafafc;
        font-weight: 600;
        width: 100%;
        display: block;
        font-size: 1.2em;
        padding: 1em;
        cursor: pointer;
        box-shadow: none
    }

.pagina-contato .field-validation-error {
    color: #e3e7ff !important
}

.acesso-mobile {
    list-style: none;
    padding: 0;
    margin: 0
}

.col-mapa {
    position: static !important;
    width: 100%
}

.col-mapa p {
    font-size: 1rem !important;
    line-height: 1.6rem !important
}

.col-mapa a {
    color: #e54b3c;
    font-weight: 800;
    font-size: 1.7rem;
    text-decoration: none;
    margin: 0 0 30px 0;
    display: block
}

    .col-mapa a i {
        margin-right: 20px
    }

.col-mapa iframe {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 11px #00000030
}

select option {
    color: #404040
}

    select option:first-of-type {
        color: #8a97b1
    }

.col-2 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 15.2542372881%
}

    .col-2:last-child {
        margin-right: 0
    }

.col-3 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 23.7288135593%
}

    .col-3:last-child {
        margin-right: 0
    }

.col-4 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 32.2033898305%
}

    .col-4:last-child {
        margin-right: 0
    }

.col-5 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 40.6779661017%
}

    .col-5:last-child {
        margin-right: 0
    }

.col-6 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 49.1525423729%
}

    .col-6:last-child {
        margin-right: 0
    }

.col-7 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 40.6779661017%
}

    .col-7:last-child {
        margin-right: 0
    }

.col-8 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 66.1016949153%
}

    .col-8:last-child {
        margin-right: 0
    }

.col-9 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 74.5762711864%
}

    .col-9:last-child {
        margin-right: 0
    }

.col-10 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 83.0508474576%
}

    .col-10:last-child {
        margin-right: 0
    }

.col-12 {
    float: left;
    display: block;
    margin-right: 1.6949152542%;
    width: 100%
}

    .col-12:last-child {
        margin-right: 0
    }

body.active {
    overflow-y: hidden
}

.wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.overlay {
    transition: all .5s ease-in-out
}

.open .overlay {
    background: rgba(0,0,0,.75);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999
}

#carregando-background {
    background-color: #171717;
    opacity: .7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999999;
    display: none
}

    #carregando-background img {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute
    }

.field-validation-error {
    display: block;
    background: 0 0;
    width: 100%;
    padding: .4em .8em;
    padding-left: 0;
    color: #e14939;
    border-radius: .2em;
    font-weight: 500;
    margin-top: 5px;
    font-family: Poppins,sans-serif;
    font-size: .8em
}

a, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins,sans-serif
}

.link {
    font-family: Roboto,sans-serif;
    color: #f28e00;
    text-decoration: none;
    transition: all .2s ease-in-out
}

    .link:hover {
        text-decoration: underline
    }

p, small {
    font-family: Roboto,sans-serif
}

.text-center {
    text-align: center !important
}

.wrap-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 999999;
    height: 20vh
}

.wrap-header-right {
    transition: all .3s ease-in-out;
    display: none;
    top: -100vh;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    padding: 0;
    padding-top: 8em;
    width: 100%;
    background: #2e406b
}

.wrap-header-right.active {
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0
}

.wrap-header-right ul {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

.wrap-header-right ul li {
    list-style: none
}

.wrap-header-right ul li a {
    text-decoration: none;
    color: #e3e7ff;
    font-size: .9em;
    padding: 2em 0;
    display: block
}

.wrap-header-right ul li a:hover {
    text-decoration: underline;
    color: #fff
}

.wrap-header-right ul li a.active-link {
    font-weight: 800;
    text-decoration: underline;
    color: #fff;
    -webkit-text-decoration-color: #b6ba3a;
    -moz-text-decoration-color: #b6ba3a;
    text-decoration-color: #b6ba3a
}

.wrap-header-right .wrap-idioma {
    padding: .6em .2em;
    border-radius: .6em;
    border: 1px solid #e3e7ff;
    margin-left: 0;
    position: absolute;
    top: 24px;
    left: 24px
}

.wrap-header-right .wrap-idioma .idioma {
    text-decoration: none;
    text-decoration: none;
    padding: .4em .6em;
    color: #fff;
    font-size: .9em;
    border-radius: .4em;
    transition: all .3s ease-in-out
}

    .wrap-header-right .wrap-idioma .idioma:hover {
        background: rgba(255,255,255,.3)
    }

    .wrap-header-right .wrap-idioma .idioma.ativo {
        background: #fff;
        color: #2e406b;
        font-weight: 800;
        cursor: default
    }

.wrap-header-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em;
    width: 100%
}

.wrap-header-left .logo-vega {
    margin: 0 0 0 6em;
   
}
.scrolled .wrap-header-left .logo-vega {
    margin: 3.3em 6em;
}

.wrap-header-left .logo-vega span {
    font-size: 4em;
    color: #2e406b
}

    .wrap-header-left .logo-vega a img {
        height: 55px
    }

.wrap-header-left-menu.active {
    position: relative;
    z-index: 9999999
}

    .wrap-header-left-menu.active .menu-icon .navicon {
        background: #fff
    }

        .wrap-header-left-menu.active .menu-icon .navicon:after, .wrap-header-left-menu.active .menu-icon .navicon:before {
            background: #fff
        }

.wrap-header-left .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: .5em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wrap-header-left .menu-icon .navicon {
    background: #2e406b;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 24px
}

    .wrap-header-left .menu-icon .navicon:after, .wrap-header-left .menu-icon .navicon:before {
        background: #2e406b;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%
    }

    .wrap-header-left .menu-icon .navicon:before {
        top: 8px
    }

    .wrap-header-left .menu-icon .navicon:after {
        top: -8px
    }

.wrap-header-left .menu-btn {
    display: none
}

    .wrap-header-left .menu-btn:checked + .wrap-header-right {
        display: -ms-flexbox;
        display: flex
    }

    .wrap-header-left .menu-btn:checked ~ .menu-icon .navicon {
        background: 0 0
    }

        .wrap-header-left .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg)
        }

        .wrap-header-left .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg)
        }

    .wrap-header-left .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after, .wrap-header-left .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
        top: 0
    }

.no-banner {
    height: auto !important;
    background: 0 0 !important
}

.header-no-banner {
    background: 0 0;
    transition: all .2s ease-in-out
}

.scrolled {
    background: #fff;
    transition: all .2s ease-in-out;
    height: 8em;
}

.btn {
    background: 0 0;
    padding: .6em 1em;
    border-radius: .4em;
    color: #fafafc;
    text-transform: none;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-family: Poppins,sans-serif;
    transition: all .2s ease-in-out
}

.btn-primary {
    background: #f28e00;
    box-shadow: 0 0 45px 3px rgba(0,0,0,.1)
}

    .btn-primary:hover {
        background: #bf7000
    }

.btn-secondary {
    background: #b6ba3a;
    color: #2e406b
}

    .btn-secondary:hover {
        background: #90932e;
        color: #fff
    }

.btn .icon-forward {
    margin-left: .6em;
    font-size: .8em;
    transition: margin-left .3s ease-in-out
}

.btn:hover .icon-forward {
    margin-left: 1em
}

footer {
    background: #2e406b
}

    footer a {
        text-decoration: none
    }

    footer .footer-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2em 1.4em;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

footer .footer-flex .icon-logo-vega {
    color: #fff;
    font-size: 2.5em
}

footer .footer-flex .wrap-btn-footer {
    margin: 2em 0;
    display: grid
}

    footer .footer-flex .wrap-btn-footer .btn-footer {
        border: 1px solid #e3e7ff;
        margin: .2em 0;
        background: rgba(252,252,250,.1);
        padding: .4em .8em;
        color: #fff;
        font-size: .8em;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

        footer .footer-flex .wrap-btn-footer .btn-footer:first-child {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        footer .footer-flex .wrap-btn-footer .btn-footer img {
            margin-right: .6em
        }

        footer .footer-flex .wrap-btn-footer .btn-footer span {
            color: #e3e7ff;
            margin-right: .6em
        }

        footer .footer-flex .wrap-btn-footer .btn-footer:hover {
            background: rgba(252,252,250,.2)
        }

            footer .footer-flex .wrap-btn-footer .btn-footer:hover span {
                color: #fff
            }

footer .footer-flex-logo-social a:nth-child(2n) {
    margin: 0 .2em
}

footer .footer-flex-logo-social a span {
    color: #e3e7ff;
    font-size: 1.3em
}

footer .footer-flex-logo-social a:hover span {
    color: #fff
}

footer .footer-flex h5 {
    margin-bottom: .2em
}

footer .footer-flex h5 a:hover {
    text-decoration: underline
}

footer .footer-flex ul {
    padding-left: 0;
    margin: 0
}

    footer .footer-flex ul li {
        padding: .6em 0;
        list-style-type: none;
        font-size: .85em
    }

        footer .footer-flex ul li a {
            text-decoration: none;
            color: #e3e7ff
        }

            footer .footer-flex ul li a:hover {
                color: #fff;
                text-decoration: underline
            }

footer .footer-flex h5 a {
    color: #fff;
    text-decoration: none;
    margin-top: 1.6em
}

footer .footer-flex-enderecos {
    color: #fff
}

    footer .footer-flex-enderecos ul li {
        padding: .2em 0;
        font-family: Roboto,sans-serif;
        color: #e3e7ff
    }

        footer .footer-flex-enderecos ul li:last-child {
            margin-bottom: 1.5em
        }

footer .footer-bottom {
    padding: .8em 0;
    background: #1f2b47
}

    footer .footer-bottom .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

footer .footer-bottom p {
    color: #8a97b1;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: .8em
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

body, html {
    height: 100%;
    background: #fcfcfa;
    transition: all .2s ease-in-out
}

    body:not(.banner-produto-background), html:not(.banner-produto-background) {
        z-index: 9;
        position: relative
    }


a {
    text-decoration: none
}

    a.anchor {
        display: block;
        position: relative;
        top: -15vh;
        visibility: hidden
    }

/*MEDIAS E RESPONSIVIDADE*/

@media screen and (min-width: 1920px) {
    body p, html p {
        font-size: 1.2em
    }
    .wrapper {
        max-width: 1400px !important
    }
    main .main-banner-title .col-6 {
        padding: 0;
        padding-right: 3em;
        margin-top: -6em
    }
    main .main-banner-subtitle {
        font-size: 1.2em
    }
    main .wrap-logo-carousel {
        margin-bottom: 5.65em
    }
    main .wrap-logo-carousel .logo-carousel img {
        width: 80%
    }
    main .progress-main {
        width: 710px
    }
    .timeline-title .icons:after {
        width: 550%
    }
    .timeline p {
        font-size: .9em
    }
    .guest-experience-item-text {
        font-size: 1em
    }
    .wrap-header-left .logo-vega {
        margin-left: 6em
    }
    .wrap-header-left .logo-vega span {
        font-size: 5em
    }

}
@media screen and (min-height:767px){
    .wrap-header {
        height: 10vh;
    }
}
@media screen and (min-height: 752px){
    
    main .banner-produto-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
        bottom: 141px;
        margin-top: 63px;
        background-color: white;
        z-index: 10;
        margin-left: 0;
        margin-right: 0;
        max-width: 5000px !important;
    }
}
@media screen and (min-width: 1025px) {
    main .main-banner-title {
        position: relative;
        padding-top: 0;
        display: grid;
        -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
        height: 100vh
    }
    main .main-banner {
        height: 100vh
    }
    main .main-banner-title .col-6 {
        margin-top: -6em
    }
    main .main-banner-subtitle {
        margin: 2em 0;
        font-size: 1em;
        padding-right: 0
    }
    main .wrap-logo-carousel {
        margin-top: -15em;
        margin-bottom: 5.75em;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 1em
    }
    main .wrap-logo-carousel h3 {
        font-size: 1em;
        text-align: left;
        padding: inherit
    }
    main .wrap-banner-carousel .banner-carousel {
        position: absolute;
        top: 0;
        right: 0
    }
    main .wrap-banner-carousel .banner-carousel .item {
        height: 100vh
    }
    main .wrap-banner-carousel .banner-carousel .item img {
        width: auto
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background {
        position: relative;
        float: right
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-large {
        width: 524px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-small {
        display: none
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup img {
        padding-top: 7em;
        width: 90%
    }
    main .progress-main {
        margin-top: -4px;
        z-index: 9999;
        position: relative;
        width: 524px;
        max-width: 85vw;
        float: right;
        margin-top: -4px
    }
    main .banner-produto-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;

    }
    main .banner-produto-deck-item {
        margin: 0;
        box-shadow: 0 4px 24px 0 rgba(181,221,255,.16)
    }
    main .banner-produto-deck-item:nth-child(2) {
        margin: 0 .6em
    }
    main .banner-produto-deck-item h4 span {
        display: block
    }
    main .banner-produto-img .banner-carousel .item .wrap-banner-mockup {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
    }
    main .banner-produto-img .banner-carousel .item .wrap-banner-mockup img {
        padding-top: 0
    }
    .timeline-home-transforme .btn {
        margin: 0
    }
    .timeline-home-transforme {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 0
    }
    .timeline-home-transforme .col-9 {
        padding: 0 1em
    }
    .timeline-title .icons:after {
        display: block
    }
    .timeline h4 {
        margin: 0;
        font-size: .9em
    }
    .timeline p {
        margin-top: .7em;
        font-size: .8em
    }
    .home-portfolio {
        position: relative !important;
        min-height: 450px;
        margin-top: 0;
        padding-top: 4em;
        display: inherit
    }
    .home-portfolio-title {
        padding: 0
    }
    .home-portfolio-img {
        padding-left: 0
    }
    .home-portfolio-img img {
        position: absolute;
        top: 32px;
        right: 0;
        width: auto
    }
    .home-blog-card-img {
        max-height: 160px
    }
    .blog-grid .home-blog-deck {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 1fr;
        grid-template-areas: "img img img" ". . .";
        grid-gap: 2em 1em
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child {
      grid-area: img
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child .blog-wrap-card {
        display: grid;
        grid-template-columns: 3fr 2fr;
        grid-template-rows: 0fr 1fr 0fr;
        grid-gap: 0 2em;
        grid-template-areas: "destaque ." "destaque ." "destaque ."
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child .blog-wrap-card .home-blog-card-img {
        grid-area: destaque;
        max-height: none
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child .blog-wrap-card .home-blog-card-img img {
        width: 100%
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child .blog-wrap-card h5 {
        font-size: 1.7em
    }
    .blog-grid .home-blog-deck .home-blog-card:first-child .blog-wrap-card p {
        line-height: 2;
        font-size: 1.1em
    }
    .newsletter .wrapper {
        grid-template-columns: 1fr 3fr;
        grid-template-rows: 1fr;
        padding: 0;
        grid-template-areas: ". . . ."
    }
    .newsletter .wrapper form {
        display: grid;
        grid-template-columns: 2fr 2fr 1fr
    }
    .newsletter-title {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -ms-flex-align: center;
        align-items: center
    }
    .newsletter-title .icon-newsletter {
        margin-right: .2em
    }
    .newsletter-title h4 {
        padding: 0
    }
    .timeline-produto .timeline-home-transforme {
        display: block
    }
    .timeline-produto .timeline {
        padding: 2em 0
    }
    .produto-intro {
        margin: 6em 0 2em 0;
        max-width: 5000px !important;
        justify-content: center;
        display: flex;
    }
    .produto-intro-wrap {
        width: 55%;
        padding: 0
    }
    .produto-intro h2 {
        width: 90%
    }
    .produto-intro h2.texto-destaque {
        width: 100%;
        margin: auto;
        margin-top: 6em;
        margin-bottom: 2em
    }
    .produto-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 1em 1em;
        grid-template-areas: ". .";
        margin: 4em 0
    }
    .produto-wrap .produto-lista {
        width: 70%;
        padding: 0
    }
    .produto-wrap .produto-lista-item h4 {
        font-size: 1.5em
    }
    .produto-wrap.produto-desenvolvimento {
        grid-template-columns: 2fr 1.5fr
    }
    .produto-wrap.produto-desenvolvimento .produto-img {
        justify-self: flex-start
    }
    .produto-wrap.produto-desenvolvimento .produto-lista {
        margin-right: 3em;
        width: 68%
    }
    .produto-wrap.produto-desenvolvimento .produto-lista p {
        line-height: 2
    }
    .table-easycheckin {
        padding: 0 4em
    }
    .produto-cta {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 1em 1em;
        padding: 2em 4em;
        grid-template-areas: ". .";
        place-items: center;
        margin-bottom: 4em;
        margin-top: 2em
    }
    .produto-cta-title h2 {
        text-align: left;
        font-size: 1.5em;
        margin: 0;
        padding-bottom: 0
    }
    .produto-cta-btn .btn {
        font-size: 1.2em
    }
    .guest-experience-wrap {
        grid-template-rows: 1fr;
        grid-gap: 3em 3em
    }
    .guest-experience-bottom h4 {
        line-height: 2
    }
    .guest-experience-bottom h4:last-child {
        margin-bottom: 4em
    }
    .guest-experience-bottom a {
        font-size: 1.2em
    }
    .guest-experience-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". . . ."
    }
    .guest-experience-internet .guest-experience-wrap {
        grid-template-columns: 1fr 2fr;
        grid-template-areas: "."
    }
    .guest-experience-internet .guest-experience-right {
        grid-template-rows: 1fr;
        grid-template-areas: "." "."
    }
    .guest-experience-internet .guest-experience-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". . ."
    }
    .list-wrap {
        padding: 0 2em
    }
    .list-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". . ."
    }
    .data-driven-mkt {
        margin-top: 6em;
        padding: 7em 0
    }
    .data-driven-mkt-wrap {
        grid-template-columns: 1.5fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". .";
        place-items: center;
        justify-items: end
    }
    .data-driven-mkt-item:first-child {
        justify-self: baseline
    }
    .number-list {
        margin: 8em 0
    }
    .number-list-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 1em 1em;
        grid-template-areas: ". . . ."
    }
    .clientes-list {
        margin-bottom: 6em
    }
    .clientes-grid {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: 1fr;
        grid-gap: 6em 6em;
        margin-bottom: 8em
    }
    .depoimentos-list .item h4 {
        font-size: 1.5em
    }
    .depoimentos-list .item {
        padding: 2em 6em
    }
    .depoimentos-list .owl-dots {
        float: right;
        padding-right: 4em
    }
    .depoimentos-nome-wrap h5 {
        font-size: 1.2em
    }
    .list-sim .number-list-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    .list-sure .number-list-grid {
        margin-bottom: 8em
    }
    .list-hxp .list-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .sobre-nos-container.banner-produto-deck {
        position: unset;
        background: transparent;
        margin: 0;
    }
    .sobre-nos-container.parceria-container {
        margin-bottom: 4em
    }
    .sobre-nos-container .banner-produto-deck {
        position: relative
    }
    .sobre-nos-container .banner-produto-deck-item {
        width: 50%
    }
    .sobre-nos-container .banner-produto-deck-item h4 {
        font-weight: 600
    }
    .sobre-nos-container .banner-produto-deck-item h4 span {
        font-weight: 400
    }
    .sobre-nos-container .produto-intro-wrap h2.texto-destaque span {
        font-size: 1.7em
    }
    .list-grid-wrap {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 2em 1em;
        grid-template-areas: ". ." ". ."
    }
    .banner-mid-card {
        width: 50%
    }
    .funcionalidades-grid {
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: 1fr;
        grid-template-areas: ". . .";
        grid-gap: 2em;
        margin: 2em 0
    }
    .funcionalidades.feedback-funcionalidades .funcionalidades-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: ". . ." ". . ." ". . ."
    }
    .gdi-funcionalidades .funcionalidades-grid {
        grid-template-areas: ". . ." ". . ." ". . ." "funcionalidades-bottom funcionalidades-bottom funcionalidades-bottom"
    }
    .gdi-funcionalidades .funcionalidades-bottom {
        padding: 4em 2em;
        text-align: center;
        grid-area: funcionalidades-bottom
    }
    .gdi-funcionalidades .funcionalidades-bottom .funcionalidades-item-title {
        -ms-flex-pack: center;
        justify-content: center
    }
    .redes-wifi-funcionalidades h3 {
        padding-top: 6vh
    }
    .redes-wifi-funcionalidades .funcionalidades-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: ". ." ". ."
    }
    .carreiras.funcionalidades .carreiras-vagas-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .carreiras.funcionalidades .carreiras-vagas-wrap {
        padding: 0;
        margin: 4em 0
    }
    .list-grid-dark {
        display: grid;
        grid-gap: 1em 1em;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". .";
        padding: 3em 0 2em 0;
        margin: 10em 0
    }
    .list-grid-dark img {
        width: auto;
        margin: 0
    }
    .list-grid-dark-wrap {
        padding-left: 9em
    }
    .list-grid-dark-wrap p {
        width: 80%
    }
    .list-grid-dark-title h3 {
        width: 82%
    }
    .list-grid-dark-title span {
        position: absolute;
        left: 262px;
        top: 18px
    }
    .list-grid-dark img {
        margin-top: -8em
    }
    .list-grid-dark.google-partner {
        padding: 3em 0;
        margin: 12em 0;
        margin-bottom: 1em
    }
    .list-grid-dark.google-partner .list-grid-dark-wrap {
        -ms-flex-item-align: center;
        align-self: center
    }
    .list-grid-dark.google-partner .list-grid-dark-wrap h3 {
        margin-top: 0
    }
    .contato-parceria-grid {
        display: grid;
        grid-template-columns: 1.4fr 1.8fr;
        grid-template-rows: 1fr;
        grid-gap: 3em;
        grid-template-areas: ". .";
        margin-bottom: 4em;
        border-bottom: none
    }
    .contato-parceria-left {
        padding: 0
    }
    .contato-parceria-right {
        padding: 2em;
        border-radius: .8em
    }
    .contato-parceria-form form fieldset {
        margin: 1.5em 0
    }
    .blog-post-title {
        padding: 0 6em;
        padding-top: 18vh
    }
    .blog-post-title h1 {
        font-size: 2.4em;
        padding: 0 1em
    }
    .blog-post-text {
        width: 75%
    }
    .blog-post-text h3 {
        font-size: 2em
    }
    .blog-post-text p {
        font-size: 1.1em;
        line-height: 1.8
    }
    .blog-post-quote {
        width: 80%;
        padding: 2em;
        font-size: 1.2em;
        margin-bottom: 3em
    }
    .center-grid .produto-img {
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: end
    }
    .na-midia {
        padding: 6em;
        text-align: left
    }
    .na-midia-grid {
        -ms-flex-direction: initial;
        flex-direction: initial;
        padding: 2em 4em 2em 2em
    }
    .na-midia h3 {
        padding-right: 2em
    }
    .na-midia .midia-carousel .item img {
        width: 70%
    }
    .na-midia .midia-carousel.owl-theme .owl-nav .owl-next {
        right: -48px
    }
    .na-midia .midia-carousel.owl-theme .owl-nav .owl-prev {
        left: -48px
    }
    .na-midia .midia-carousel .owl-dots {
        float: right;
        padding-right: 4em
    }
    .produto-description h3 {
        font-size: 2.1em;
        width: 70%;
        margin: 0 auto
    }
    .produto-description .produto-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 4em 0
    }
    .produto-description .produto-flex-text {
        padding: 2em;
        padding-right: 0;
        line-height: 1.8;
        text-align: right
    }
    .produto-description .produto-flex-text h4 {
        font-size: 1.4em;
        margin-top: 0
    }
    .produto-description .produto-flex-reverse .produto-flex-text {
        padding-right: 2em;
        padding-left: 0;
        text-align: left
    }
    .mb-5 {
        margin-bottom: 8em
    }
    .mt-n-8 {
        margin-top: -8.8em
    }
    .bg-conversao {
        padding: 0 4em
    }
    .bg-conversao {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh
    }
    .bg-conversao .form-conversao {
        display: grid;
        height: 100vh;
        grid-template-columns: 1fr 1fr;
        place-items: center
    }
    .bg-conversao .form-conversao .banner-produto {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .bg-conversao .form-conversao .banner-produto .col-6 {
        width: 100%;
        padding: 4em;
        margin: 4em 0
    }
    .header-contato .wrap-header-right {
        background: 0 0
    }
    .main-form .banner-carousel .item {
        top: 0;
        padding: 2em;
        padding-top: 20vh
    }
    .main-form .btn-contato {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ." "wpp wpp"
    }
    .col-mapa {
        margin-left: 8.4745762712%
    }
    .banner-1 {
        background: url(../img/banner/large/banner-1.jpg) center center no-repeat;
        background-size: cover;
        height: 600px
    }
    .banner-2 {
        background: url(../img/banner/large/banner-2.jpg) center center no-repeat;
        background-size: cover;
        height: 600px
    }
    .banner-3 {
        background: url(../img/banner/large/banner-3.jpg) center center no-repeat;
        background-size: cover;
        height: 600px
    }
    .banner-4 {
        background: url(../img/banner/large/banner-4.jpg) center center no-repeat;
        background-size: cover;
        height: 600px
    }
    .banner-5 {
        background: url(../img/banner/large/banner-5.jpg) center center no-repeat;
        background-size: cover;
        height: 600px
    }
    .wrap-header-right {
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        padding-right: 1.8em;
        background: linear-gradient(0deg,rgba(0,0,0,0) 0,#000 100%);
        height: 100%;
        width: 80%;
        max-width: 524px;
        position: relative;
        -ms-flex-pack: end;
        justify-content: flex-end;
        top: inherit;
        left: inherit;
        padding: 0;
        padding-right: 1.8em;
        -ms-flex-direction: initial;
        flex-direction: initial
    }
    .wrap-header-right ul {
        -ms-flex-direction: initial;
        flex-direction: initial
    }
    .wrap-header-right ul li {
        padding: 0 .4em
    }
    .wrap-header-right ul li a {
        padding: 0;
        font-size: .85em
    }
    .wrap-header-right .wrap-idioma {
        margin-left: .8em;
        position: relative;
        top: initial;
        left: initial
    }
    .wrap-header-left {
        display: inherit;
        padding: inherit;
        width: auto
    }
    .wrap-header-left .menu-icon {
        display: none
    }
    .no-banner .col-6 {
        width: 100%;
        margin-bottom: 4em
    }
    .no-banner .main-banner-title {
        padding-top: 35vh;
        height: auto !important
    }
    .header-no-banner .wrap-header-right {
        background: 0 0;
    }
    .header-no-banner .wrap-header-right ul li a {
        color: #2e406b
    }
    .header-no-banner .wrap-header-right .wrap-idioma .idioma {
        color: #8a97b1
    }
    .header-no-banner .wrap-header-right .wrap-idioma .idioma:not(.ativo):hover {
        background: #e3e7ff;
        color: #6d7882
    }
    .header-no-banner .wrap-header-right .wrap-idioma .ativo {
        background: #2e406b;
        color: #fff
    }
    .scrolled .wrap-header-right {
        background: 0 0;
        margin-top: 0
    }
    .scrolled .wrap-header-right ul li a {
        color: #2e406b
    }
    .scrolled .wrap-header-right .wrap-idioma .idioma {
        color: #8a97b1
    }
    .scrolled .wrap-header-right .wrap-idioma .idioma:not(.ativo):hover {
        background: #e3e7ff;
        color: #6d7882
    }
    .scrolled .wrap-header-right .wrap-idioma .ativo {
        background: #2e406b;
        color: #fff
    }
    footer .footer-flex {
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        padding: 3em 0
    }
    footer .footer-flex h5 {
        margin-top: inherit
    }
}
@media screen and (min-width: 320px) and (max-width:640px){
    
    main .main-banner-title .col-6 {
        padding: 1em
    }
    main .main-banner-title .col-6 h1, main .main-banner-title .col-6 h2 {
        font-size: 1.4em
    }
    main .wrap-logo-carousel .owl-stage {
        display: inherit
    }
    main .wrap-logo-carousel .logo-carousel {
        display: grid
    }
    main .wrap-banner-carousel .banner-carousel .item {
        margin-top: 6em;
        display: block
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup {
        margin-top: -6em
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup img {
       width: 80%;
       padding: 0;
       display: block;
       margin: auto;
       margin-top: 35px;
    }
    main .banner-produto-deck {
        padding: 1em;
        display: inline-block;
        background: #fff;
        width: 100%;
        bottom: 0px;
        margin-top: -65px;
    }
    main .banner-produto-deck-item {
        box-shadow: none
    }
    .timeline-home {
        padding: 2em 0;
        padding-bottom: 4.5em
    }
    .timeline-description h5 {
        padding: 1em 0 2em 0;
        font-size: 1.1em;
        margin: 0;
        padding-left: 4.5em;
        text-align: left
    }
    .timeline-description h5 span {
        font-weight: 400
    }
    .timeline-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "." "." ".";
        padding: 1em;
        grid-gap: 0
    }
    .timeline-title-wrap {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "." ".";
        grid-gap: 0
    }
    .timeline-title .icons:after {
        width: 0;
        height: 190%
    }
    .timeline .antes .timeline-item:last-child .icons:after, .timeline .durante .timeline-item:last-child .icons:after {
        height: 450%
    }
    .timeline-text {
        padding-left: 4em;
        margin-top: -4.2em
    }
    .home-blog {
        padding: 4em 1em
    }
    .home-blog-deck {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas: "." "." "." "."
    }
    .home-blog-card img {
        width: 100%
    }
    .blog-grid {
        padding: .6em;
        padding-bottom: 4em
    }
    .produto-intro h2.texto-destaque {
        margin: 0;
        font-size: 1.1em;
        margin-bottom: 1em
    }
    .produto-wrap .produto-img img {
        width: 100%
    }
    .produto-wrap.produto-desenvolvimento .produto-img {
        width: 80%;
        margin: auto
    }
    .produto-cta-btn .btn {
        font-size: 1.1em
    }
    .guest-experience {
        padding: 2em 1.2em
    }
    .guest-experience-home {
        padding: 2em 1em
    }
    .guest-experience-home .guest-experience-wrap {
        display: block
    }
    .guest-experience-internet .guest-experience-wrap {
        display: block
    }
    .guest-experience-internet .guest-experience-right {
        grid-template-areas: none;
        grid-template-rows: 1fr
    }
    .guest-experience-internet .guest-experience-grid {
        grid-template-areas: "." "." ".";
        grid-template-rows: 1fr 1fr 1fr
    }
    .list-wrap {
        padding: 1em
    }
    .list-wrap h4 {
        line-height: 1.5
    }
    .data-driven-mkt-item .btn {
        font-size: 1.1em
    }
    .number-list-grid {
        padding: 1em;
        grid-gap: 1em 0
    }
    .clientes-list {
        padding: 0 1em
    }
    .depoimentos-list .item {
        background: #fff;
        border: 1px solid #e3e7ff;
        border-radius: .4em;
        padding: 1em
    }
    .depoimentos-list .item h4 {
        font-size: .9em;
        margin-top: 0
    }
    .depoimentos-nome-wrap p {
        font-size: .7em
    }
    .list-grid-wrap {
        padding: 1em
    }
    .funcionalidades-grid {
        padding: .6em
    }
    .blog-post-title h1, .blog-post-title h3 {
        padding: 1em
    }
    .blog-post-title a {
        font-size: .7em
    }
    .blog-post-title h1 {
        font-size: 1.2em
    }
    .blog-post-title h3 {
        margin-bottom: 1em;
        font-size: .9em
    }
    .blog-post-description {
        margin: 0 .8em;
        margin-top: 2em;
        padding-bottom: 1em
    }
    .blog-post-text {
        padding: 0 .8em
    }
    .blog-post-text .blog-post-photo img {
        width: 100%
    }
    .no-mockup {
        height: auto !important
    }
    .no-mockup img {
        padding-top: 2em !important
    }
    .breadcrumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .breadcrumb h1 {
        font-size: .8em !important
    }
    .na-midia .icon-mkt-digital:before {
        top: -30px
    }
    .na-midia h3 {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 4em
    }
    .na-midia .midia-carousel {
        margin: .5em 0
    }
    .na-midia .midia-carousel .item img {
        width: auto
    }
    .na-midia .midia-carousel.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        margin-top: 1em
    }
    .na-midia .midia-carousel.owl-theme .owl-nav .owl-next {
        margin-left: .5em
    }
    .na-midia .midia-carousel.owl-theme .owl-nav .owl-prev {
        margin-right: .5em
    }
    .produto-description .produto-flex-img img {
        width: 100%
    }
    .mt-5 {
        margin-top: 2em
    }
    .bg-conversao {
        margin: 4em 0
    }
    .bg-conversao .wrap-banner-background {
        margin-bottom: 2em
    }
    .bg-conversao {
        margin: 4em 0
    }
    .bg-conversao .wrap-banner-carousel-form .item {
        margin: 0
    }
    .grid-3 {
        grid-template-columns: repeat(1,1fr)
    }
    .form-contato .item {
        height: auto !important
    }
    .global-map {
        margin-top: 4em
    }
    .global-map h3 {
        font-size: 2em;
        padding: 0 .5em
    }
    .global-map p {
        padding: 0 .5em
    }
    .global-map img.img-desktop {
        display: none
    }
    .global-map img.img-mobile {
        display: block
    }
    .main-form .banner-carousel .item {
        height: auto !important
    }
    .main-form .banner-carousel .item .wrap-banner-background {
        position: relative !important;
        padding: 1.5em 1em
    }
    .main-form {
        height: auto
    }
    .main-form .banner-produto {
        height: auto
    }
    .col-mapa {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 100%;
        margin-bottom: 2rem;
        margin-left: 0
    }
    .col-mapa:last-child {
        margin-right: 0
    }
    .col-3 {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 100%
    }
    .col-3:last-child {
        margin-right: 0
    }
    .col-4 {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 100%
    }
    .col-4:last-child {
        margin-right: 0
    }
    .col-6 {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 100%
    }
    .col-6:last-child {
        margin-right: 0
    }
    .col-9 {
        float: left;
        display: block;
        margin-right: 5.2631578947%;
        width: 100%
    }
    .col-9:last-child {
        margin-right: 0
    }
    .field-validation-error {
        padding-right: 0
    }
    .banner-1 {
        background: url(../img/banner/small/banner-1.jpg) top center no-repeat;
        background-size: cover;
        height: 380px
    }
    .banner-2 {
        background: url(../img/banner/small/banner-2.jpg) top center no-repeat;
        background-size: cover;
        height: 380px
    }
    .banner-3 {
        background: url(../img/banner/small/banner-3.jpg) top center no-repeat;
        background-size: cover;
        height: 380px
    }
    .banner-4 {
        background: url(../img/banner/small/banner-4.jpg) top center no-repeat;
        background-size: cover;
        height: 380px
    }
    .banner-5 {
        background: url(../img/banner/small/banner-5.jpg) top center no-repeat;
        background-size: cover;
        height: 380px
    }
    .wrap-header {
        display: inherit;
        padding: 0
    }
    .wrap-header-left .logo-vega a img {
        height: 32px
    }
    .wrap-header-left .logo-vega {
        margin: 1em 0
    }
    .wrap-header-left .logo-vega span {
        font-size: 3em
    }
    .no-banner {
        height: auto !important
    }
    .no-banner .main-banner-title, .no-banner .wrap-banner-carousel {
        height: auto !important
    }
    .no-banner .main-banner-title {
        padding-top: 13vh !important;
        height: auto !important
    }
    .no-banner .wrap-banner-carousel {
        display: none
    }
    .btn {
        width: 100%;
        display: block;
        text-align: center;
        padding: 1em
    }
    footer .footer-bottom .wrapper {
        display: inherit;
        padding: 1em;
        text-align: center
    }
}
@media screen and (min-width: 641px) and (max-width:1024px) {
    main .main-banner-title {
        padding-top: 10vh;
        height: auto
    }
    main .main-banner-title .col-6 {
        padding: 2em;
        margin-top: 10vh;
        padding-right: 6em
    }
    main .main-banner-subtitle {
        margin-bottom: 2em
    }
    main .wrap-logo-carousel {
        width: 100%
    }
    main .wrap-banner-carousel .banner-carousel .item {
        height: 58vh
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background {
        bottom: auto
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-small {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup img {
        width: 90%
    }
    main .banner-produto-deck {
        display: inline-block;
        padding: 2em;
        width: 100%;
        background: #fff;
        bottom: 0;

    }
    .timeline-home-transforme {
        padding: 0 2em
    }
    .timeline-description h5 {
        text-align: left;
        padding: 1em 2.5em
    }
    .timeline-grid {
        grid-template-areas: "." "." ".";
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        display: block
    }
    .timeline-title .icons:after {
        display: none
    }
    .timeline-item {
        padding: 0 2em
    }
    .home-blog-deck {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: ". ." ". .";
        padding: 2em;
        grid-gap: 3em 2em
    }
    .home-blog-card-img img {
        width: 100%
    }
    .newsletter .wrapper {
        grid-template-rows: 1fr
    }
    .timeline-produto .timeline {
        padding: 2em 3em 4em 2em
    }
    .produto-cta-btn .btn {
        display: block;
        width: 50%;
        font-size: 1.4em;
        margin: auto;
        text-align: center
    }
    .guest-experience-home {
        display: inline-block
    }
    .guest-experience-home .guest-experience-wrap {
        padding: 0 1em
    }
    .guest-experience-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: ". ." ". ."
    }
    .guest-experience-internet .guest-experience-wrap {
        grid-template-rows: .5fr 1fr
    }
    .guest-experience-internet .guest-experience-right {
        grid-template-rows: 1fr
    }
    .guest-experience-internet .guest-experience-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". . ."
    }
    .list-grid {
        padding: 1em
    }
    .data-driven-mkt-wrap {
        grid-gap: 3em;
        text-align: center
    }
    .number-list-grid {
        grid-gap: 1em;
        padding: 1em
    }
    .clientes-grid {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: 1fr;
        grid-template-areas: ". ."
    }
    .depoimentos-list .owl-dots {
        margin-top: 0
    }
    .list-sim .number-list-grid {
        padding: 2em;
        grid-gap: 1em
    }
    .contato-parceria-left {
        padding: 2em
    }
    .na-midia .midia-carousel .item img {
        width: auto
    }
    .na-midia .midia-carousel .owl-dots {
        margin-top: 0
    }
    .form-contato .item {
        height: auto !important
    }
    .main-form .banner-carousel .item .wrap-banner-background {
        padding: 2em;
        top: 0
    }
    .col-form {
        margin: 0
    }
    .col-mapa {
        width: 100%;
        margin-bottom: 2rem;
        margin-left: 0
    }
    .col-3 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-3:last-child {
        margin-right: 0
    }
    .col-4 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-4:last-child {
        margin-right: 0
    }
    .col-5 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-5:last-child {
        margin-right: 0
    }
    .col-6 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-6:last-child {
        margin-right: 0
    }
    .col-7 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-7:last-child {
        margin-right: 0
    }
    .col-9 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-9:last-child {
        margin-right: 0
    }
    .col-10 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-10:last-child {
        margin-right: 0
    }
    .col-12 {
        float: left;
        display: block;
        margin-right: 1.6949152542%;
        width: 100%
    }
    .col-12:last-child {
        margin-right: 0
    }
    .banner-1 {
        background: url(../img/banner/medium/banner-1.jpg) top center no-repeat;
        background-size: cover;
        height: 410px
    }
    .banner-2 {
        background: url(../img/banner/medium/banner-2.jpg) top center no-repeat;
        background-size: cover;
        height: 410px
    }
    .banner-3 {
        background: url(../img/banner/medium/banner-3.jpg) top center no-repeat;
        background-size: cover;
        height: 410px
    }
    .banner-4 {
        background: url(../img/banner/medium/banner-4.jpg) top center no-repeat;
        background-size: cover;
        height: 410px
    }
    .banner-5 {
        background: url(../img/banner/medium/banner-5.jpg) top center no-repeat;
        background-size: cover;
        height: 410px
    }
    
    .wrap-header-right {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wrap-header-left .logo-vega {
        margin-left: 1em
    }
    .no-banner {
        height: auto !important
    }
    .no-banner .main-banner-title, .no-banner .wrap-banner-carousel {
        height: auto !important
    }
    .no-banner .main-banner-title {
        padding-top: 13vh
    }
    .no-banner .wrap-banner-carousel {
        display: none
    }
    footer .footer-bottom .wrapper {
        padding: 0 1.5em
    }
}
@media screen and (max-height: 740px) {
    main .wrap-logo-carousel {
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
        width: 100%;
        border-radius: 0
    }

    .banner-produto-deck {
        margin: 0 !important;
        background: #fff;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100% !important;
        display: block
    }

    .banner-produto-deck-item {
        box-shadow: none !important;
        background: 0 0;
        border-radius: 0
    }

    .mt-n-8 {
        margin-top: 0 !important
    }
}
@media screen and (min-width: 1920px){
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-background-large {
        width: 710px;
        -o-object-fit: cover;
        object-fit: cover
    }
    .wrap-header-right {
        max-width: 710px
    }
    main .wrap-banner-carousel .banner-carousel .item .wrap-banner-mockup img {
        width: 100%;
        padding-top: 15em
    }
    .wrap-header{
        height:10vh;
    }
}