﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.lw-footer,
.lw-footer-copyright p {
    float: left;
    width: 100%
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: 'Inter', sans-serif;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
details,
footer,
header,
main,
section {
    display: block
}

article {
    display: block;
    margin: 0 0px 18px 0;
}

[hidden] {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

b {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .label {
        border: 1px solid #000
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: #000 !important
}

.content,
.section-title,
section {
    float: left;
    width: 100%
}

@-webkit-keyframes newsletter {
    0% {
        -webkit-transition-timing-function: ease;
        -webkit-transform: translateY(-35px)
    }

    10% {
        -webkit-transition-timing-function: ease;
        -webkit-transform: translateY(0)
    }

    90% {
        -webkit-transition-timing-function: ease;
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transition-timing-function: ease;
        -webkit-transform: translateY(35px)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.no-margin {
    margin: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.sm-margin {
    margin: 20px !important
}

.sm-margin-top {
    margin-top: 20px !important
}

.sm-margin-bottom {
    margin-bottom: 0 !important
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-no-margin {
        margin: 0 !important
    }

    .desktop-no-margin-top {
        margin-top: 0 !important
    }

    .desktop-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .desktop-sm-margin {
        margin: 20px !important
    }

    .desktop-sm-margin-top {
        margin-top: 20px !important
    }

    .desktop-sm-margin-bottom {
        margin-bottom: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .phone-no-margin {
        margin: 0 !important
    }

    .phone-no-margin-top {
        margin-top: 0 !important
    }

    .phone-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .phone-sm-margin {
        margin: 20px !important
    }

    .phone-sm-margin-top {
        margin-top: 20px !important
    }

    .phone-sm-margin-bottom {
        margin-bottom: 20px !important
    }
}

@media only screen and (max-width:767px) {
    .phone-hidden {
        display: none
    }
}

.desktop-hidden {
    display: none
}

@media only screen and (max-width:767px) {
    .desktop-hidden {
        display: block
    }
}

.hidden {
    display: none !important
}

.button-secondary {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4b5359;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 50px;
    background-color: #e6e7e8;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease
}

.button-secondary,
.button-secondary:active,
.button-secondary:hover,
.button-secondary:visited {
    color: #4b5359;
    text-decoration: none
}

.button-secondary:active,
.button-secondary:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #d2d5d9
}

.button-secondary:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-secondary-medium {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4b5359;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 40px;
    background-color: #e6e7e8;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 13px;
    padding: 10px 30px
}

.button-secondary-medium,
.button-secondary-medium:active,
.button-secondary-medium:hover,
.button-secondary-medium:visited {
    color: #4b5359;
    text-decoration: none
}

.button-secondary-medium:active,
.button-secondary-medium:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #d2d5d9
}

.button-secondary-medium:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-secondary-small {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4b5359;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 30px;
    background-color: #e6e7e8;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 12px;
    padding: 5px 30px
}

.button-secondary-small,
.button-secondary-small:active,
.button-secondary-small:hover,
.button-secondary-small:visited {
    color: #4b5359;
    text-decoration: none
}

.button-secondary-small:active,
.button-secondary-small:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #d2d5d9
}

.button-secondary-small:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-header {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 50px;
    background-color: #d60037;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease
}

.button-header,
.button-header:active,
.button-header:hover,
.button-header:visited {
    color: #fff;
    text-decoration: none
}

.button-header:active,
.button-header:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #f0003c
}

.button-header:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-header-medium {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 40px;
    background-color: #d60037;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 13px;
    padding: 10px 30px
}

.button-header-medium,
.button-header-medium:active,
.button-header-medium:hover,
.button-header-medium:visited {
    color: #fff;
    text-decoration: none
}

.button-header-medium:active,
.button-header-medium:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #f0003c
}

.button-header-medium:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-header-small {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 30px;
    background-color: #d60037;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 12px;
    padding: 5px 30px
}

.button-header-small,
.button-header-small:active,
.button-header-small:hover,
.button-header-small:visited {
    color: #fff;
    text-decoration: none
}

.button-header-small:active,
.button-header-small:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #f0003c
}

.button-header-small:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-whatsapp {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 50px;
    background-color: #25d366;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease
}

.button-whatsapp,
.button-whatsapp:active,
.button-whatsapp:hover,
.button-whatsapp:visited {
    color: #fff;
    text-decoration: none
}

.button-whatsapp:active,
.button-whatsapp:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #1ae867
}

.button-whatsapp:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-whatsapp-medium {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 40px;
    background-color: #25d366;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 13px;
    padding: 10px 30px
}

.button-whatsapp-medium,
.button-whatsapp-medium:active,
.button-whatsapp-medium:hover,
.button-whatsapp-medium:visited {
    color: #fff;
    text-decoration: none
}

.button-whatsapp-medium:active,
.button-whatsapp-medium:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #1ae867
}

.button-whatsapp-medium:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-whatsapp-small {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 30px;
    background-color: #25d366;
    border: none;
    text-align: center;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    font-size: 12px;
    padding: 5px 30px
}

.button-whatsapp-small,
.button-whatsapp-small:active,
.button-whatsapp-small:hover,
.button-whatsapp-small:visited {
    color: #fff;
    text-decoration: none
}

.button-whatsapp-small:active,
.button-whatsapp-small:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #1ae867
}

.button-whatsapp-small:visited {
    will-change: transition;
    transition: all .2s ease
}

.button-icon:before {
    font-family: dyn__megazord-pro-icons;
    color: inherit;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 1px
}

.button-icon.button-icon-small:before {
    font-size: 12px;
    line-height: 18px
}

.link-button {
    background: 0 0;
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .button-mobile-small {
        min-height: 30px;
        font-size: 12px;
        padding: 5px 30px
    }
}

.button-header,
.button-header-medium,
.button-header-small,
.button-secondary,
.button-secondary-medium,
.button-secondary-small,
.button-whatsapp,
.button-whatsapp-medium,
.button-whatsapp-small {
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

html {
    height: 100%
}

body {
    position: relative;
    font-family: 'Inter', sans-serif;

    height: auto
}

main {
    position: absolute;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    left: 0px;
    padding: 0 !important;
    margin: 0 !important;
}

.section-title {
    padding: 60px 0 40px;
    text-align: center
}

.section-title h2 {
    font-family: 'Inter', sans-serif;

    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    color: #333;
    margin: 0
}

.section-title p {
    font-family: 'Inter', sans-serif;

    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    color: #777;
    margin-top: 30px;
    line-height: 1em
}

.section-title .pro-title {
    color: #76bd22
}

@media only screen and (max-width:991px) {
    .section-title {
        box-sizing: border-box;
        padding-left: 40px;
        padding-right: 40px
    }

    .section-title h2 {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .section-title {
        padding: 40px 20px 30px
    }

    .section-title h2 {
        font-size: 22px
    }

    .section-title p {
        font-size: 15px;
        margin-top: 20px
    }
}

.small-content .section-title p {
    font-size: 15px;
    line-height: inherit
}

h3 {
    float: none !important
}

@media only screen and (max-width:767px) {
    .lw-footer .footer-row .inner.footer-apoio.reclaque-aqui .footer-col.selo-reclame-aqui-footer {
        width: 99%;


    }
}

@media only screen and (max-width:991px) {
    .lw-footer .footer-row .inner.footer-apoio.reclaque-aqui .footer-col.container-bg-white {
        margin-left: 10px
    }

    .lw-footer .footer-row .inner.footer-apoio.reclaque-aqui .footer-col.selo-reclame-aqui-footer {
        margin: 5px 0 0 0
    }
}

@media only screen and (max-width:767px) {
    .lw-footer .footer-row .inner.footer-apoio.reclaque-aqui .footer-col.container-bg-white {
        width: 100%
    }

    .lw-footer .footer-row .inner.footer-apoio.reclaque-aqui .footer-col.abrahosting {
        width: 100%
    }
}

.megazord-pro-footer {
    background: #fff;
    border-top: 6px solid #011331;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .megazord-pro-footer {
        flex-direction: column
    }
}

.megazord-pro-footer,
.megazord-pro-footer a {
    color: #8c96a5;
    font-size: 12px;
    line-height: 16px
}

.megazord-pro-footer .footer-div {
    position: relative
}

@media only screen and (min-width:768px) {
    .megazord-pro-footer .footer-div {
        padding: 0 30px
    }

    .megazord-pro-footer .footer-div:not(:first-child):before {
        content: '';
        clear: both;
        display: block;
        height: 16px;
        width: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #8c96a5
    }
}

@media only screen and (max-width:767px) {
    .megazord-pro-footer .footer-div:not(:first-child) {
        padding-top: 20px
    }
}

.pro .insite-sales-menu .btn-toggle:before {
    background-color: #76bd22
}

.pro .insite-sales-menu .btn-toggle:after {
    border-top: 0 solid transparent;
    border-bottom: 5px solid #76bd22
}

.pro .insite-sales-menu.open .btn-toggle:after {
    border-bottom: 5px solid #76bd22;
    border-top: 5px solid transparent
}

.pro .insite-sales-menu .info .cta-chat {
    background-color: #76bd22
}

.pro .insite-sales-menu .info .cta-chat:hover {
    background-color: #87ce33
}

.insite-sales-menu {
    position: fixed;
    bottom: 0;
    right: 50px;
    width: 200px;
    background-color: #333;
    box-shadow: 0 0 10px rgba(51, 51, 51, .5);
    z-index: 10000
}

.insite-sales-menu .btn-toggle {
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 400;
    text-transform: normal;
    color: #fff;
    position: relative;
    width: 100%;
    height: 49px;
    background-color: #333;
    background-color: transparent;
    padding-left: 50px;
    line-height: 15px;
    will-change: transition;
    transition: all .2s ease
}

.insite-sales-menu .btn-toggle strong {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px
}

.insite-sales-menu .btn-toggle:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA1F";
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00acc8;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    will-change: transition;
    transition: all .2s ease
}

.insite-sales-menu .btn-toggle:after {
    will-change: transition;
    transition: all .2s ease;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #00acc8;
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 15px
}

.insite-sales-menu .btn-toggle:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #383838
}

.insite-sales-menu .info {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: normal;
    display: none;
    padding: 0 10px 10px;
    border-top: solid 1px #777;
    color: #fff;
    text-align: center
}

.insite-sales-menu .info .cta-chat {
    will-change: transition;
    transition: all .2s ease;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 20px 0 10px
}

.insite-sales-menu .info .cta-chat:hover {
    will-change: transition;
    transition: all .2s ease
}

.insite-sales-menu .info .button-whatsapp {
    margin-bottom: 10px
}

.insite-sales-menu .info .cta-phone {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.insite-sales-menu .info .cta-phone a:hover {
    color: #a1aab3
}

.insite-sales-menu .insite-sales-phone small {
    font-size: 12px;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.insite-sales-menu.open .btn-toggle:after {
    will-change: transition;
    transition: all .2s ease;
    transform: rotate(180deg)
}

.insite-sales-menu.open .info {
    display: block
}

.insite-sales-menu.has-contact {
    width: 220px
}

.insite-sales-menu.has-contact .btn-toggle {
    padding-left: 40px;
    text-align: left;
    color: #c1c1c1
}

.insite-sales-menu.has-contact .btn-toggle:before {
    width: 30px;
    height: 55px;
    top: -5px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB43";
    font-size: 30px;
    line-height: 55px
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-left,
.insite-sales-menu.has-contact .btn-toggle .has-contact-right {
    display: inline-block;
    vertical-align: baseline
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-left {
    text-align: left;
    width: 110px;
    font-size: 12.5px;
    letter-spacing: -1.2px
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-left strong {
    color: #00acc8;
    margin-top: 12px;
    font-size: inherit
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-right {
    width: 65px;
    font-size: 15px
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-right strong {
    display: inline;
    font-size: 30px;
    color: #fff
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-right strong sup {
    position: absolute;
    top: 28px;
    font-size: 15px;
    font-weight: 400
}

.insite-sales-menu.has-contact .btn-toggle .has-contact-right span {
    font-size: 10px
}

.insite-sales-menu.has-contact .inside-sales-discount {
    margin: 20px 0
}

.insite-sales-menu.has-contact .cta-chat {
    margin-top: 0
}

.insite-sales-menu.has-contact .discount-code-area {
    height: 20px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    border: 1px solid #fff;
    position: relative
}

.insite-sales-menu.has-contact .discount-code-area:before {
    content: ' ';
    display: block;
    background: #333;
    width: 5px;
    height: 10px;
    border: 1px solid #fff;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
    position: absolute;
    left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
    .insite-sales-menu {
        display: none
    }
}

body.modal-active {
    overflow: hidden
}

#modal-maintenance {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0
}

#modal-maintenance.active {
    display: block
}

#modal-maintenance .container {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#modal-maintenance .img-message {
    display: block
}

#modal-maintenance .img-message img {
    max-width: 100%;
    height: auto;
    margin: 0
}

#modal-maintenance .close-modal {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 9999;
    background: 0 0
}

@media only screen and (max-width:991px) {
    #modal-maintenance .container {
        width: 90%
    }
}

@media only screen and (max-width:767px) {
    #modal-maintenance .container {
        max-width: 450px
    }

    #modal-maintenance .img-message img {
        width: 100%
    }
}

.banner-reminder {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 100
}

.banner-reminder .container {
    position: relative;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-reminder .btn-close-banner {
    position: absolute;
    top: -10px;
    right: 0
}

.banner-reminder .content-domain {
    position: absolute;
    bottom: 120px;
    right: 5px;
    background: #8b981d;
    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 300;
    text-transform: lowercase;
    color: inherit;
    width: 320px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.banner-reminder .content-domain strong {
    font-family: 'Inter', sans-serif;

    font-size: 20px;
    font-weight: 300;
    text-transform: lowercase;
    color: inherit
}

.banner-reminder .content-banner {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 95px;
    text-transform: uppercase
}

.banner-reminder .content-banner .content-plan,
.banner-reminder .content-banner .content-price {
    display: inline-block
}

.banner-reminder .content-banner .content-price {
    width: 127px
}

.banner-reminder .content-banner .content-price .period {
    position: relative;
    top: 15px;
    left: 20px;
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: inherit
}

.banner-reminder .content-banner .content-price .price {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: inherit
}

.banner-reminder .content-banner .content-price .price span {
    position: relative;
    font-family: 'Inter', sans-serif;

    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    color: inherit
}

.banner-reminder .content-banner .content-price .price span sup {
    position: absolute;
    top: 15px;
    margin-left: 2px;
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: inherit
}

.banner-reminder .content-banner .content-plan {
    width: 165px;
    margin-right: 15px
}

.banner-reminder .content-banner .content-plan .plan {
    font-family: 'Inter', sans-serif;

    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    line-height: 16px;
    display: block;
    margin-bottom: 5px
}

.banner-reminder .content-banner .content-plan small {
    display: block;
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit
}

.banner-reminder .content-banner .content-plan .ssl {
    position: absolute;
    top: 5px;
    right: 13px;
    width: 60px;
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f19100
}

.banner-reminder .content-banner .content-plan .ssl:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EAF9";
    font-size: inherit;
    font-size: 8px;
    color: #fff;
    margin-right: 2px
}

.banner-reminder .content-banner .content-plan .btn-banner-reminder {
    width: 100%
}

.banner-reminder .disclaimer {
    position: absolute;
    bottom: -10px;
    right: 15px;
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 300;
    text-transform: normal;
    color: #fff
}

.domain-offer {
    display: none;
    background-color: #fff;
    z-index: 1090;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;

    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #333;
    border-bottom: 5px solid #dbdce0;
    padding: 0 0 40px
}

.domain-offer .inner {
    overflow: hidden;
    position: relative
}

.domain-offer .inner.icon {
    height: 40px
}

.domain-offer .left,
.domain-offer .right {
    display: inline-block;
    width: 500px;
    padding: 0;
    will-change: transition;
    transition: all .2s ease
}

.domain-offer .arrow {
    width: 50px;
    display: inline-block;
    font-size: 50px;
    color: #e4e9e9;
    position: absolute;
    left: 55%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px
}

.domain-offer .left {
    margin-left: 10px;
    min-height: 115px
}

.domain-offer .left .domain {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
    word-wrap: break-word;
    width: 460px
}

.domain-offer .left .domain i {
    float: left;
    font-size: 45px;
    color: #128b04;
    margin-right: 10px;
    margin-top: 10px
}

.domain-offer .left .domain .domain-available {
    display: block;
    color: #128b04;
    font-size: 18px;
    font-weight: 400;
    margin-left: 55px
}

.domain-offer .right {
    width: 400px;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    right: 0
}

.domain-offer .right p {
    margin: 0 auto 10px
}

.domain-offer .right p i {
    float: left;
    font-size: 40px;
    color: #00acc8;
    margin-top: 5px;
    margin-left: 35px;
    margin-right: 10px
}

.domain-offer .right .button-primary {
    margin: 0 auto;
    display: block;
    width: 325px
}

.domain-offer .icon-error {
    position: absolute;
    top: 10px;
    right: 35px;
    font-size: 15px;
    cursor: pointer
}

@media only screen and (max-width:991px) {
    .domain-offer {
        display: none
    }
}

.banner-top-page-mkta {
    position: relative;
    height: 230px;
    display: none
}

.banner-top-page-mkta .banner-container-top-page-mkta {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 0
}

.banner-top-page-mkta .banner-container-top-page-mkta img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner-top-page-mkta .inner {
    position: relative
}

.banner-top-page-mkta .inner .btn-close-banner-top-page-mkta {
    float: right;
    cursor: pointer;
    z-index: 2;
    background: 0 0;
    color: #fff;
    margin-top: 10px
}

.banner-top-page-mkta .inner .btn-close-banner-top-page-mkta:hover {
    color: #ccc
}

html.hidden {
    display: inherit !important
}

sitemap {
    display: none !important
}

.newcolor .cp_plan-cards .plan .cta-buy,
.newcolor .submit-button button {
    background-color: #f19100
}

.newcolor .cp_plan-cards .plan .cta-buy:hover,
.newcolor .submit-button button:hover {
    background-color: #f5a000
}

.destaque-menu {
    color: #b7ca2f !important
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal-backdrop.fade-hide {
    opacity: 0;
    z-index: -1
}

.modal-backdrop.fade-show {
    opacity: .6;
    background-color: #000;
    z-index: 1071
}

.highlight-search {
    position: relative !important;
    background-color: #f9b24f !important;
    color: #333 !important;
    display: inline !important;
    font-size: inherit !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important
}

.marginRevista-top {
    margin-top: 10px !important
}

.slick-next,
.slick-prev {
    z-index: 9
}

.box-img-load-after {
    background-color: #fff
}

.box-img-load-after.load .wait {
    display: none
}

.box-img-load-after.load img {
    display: block
}

.box-img-load-after img {
    display: none
}

.box-img-load-after .wait {
    position: relative;
    display: block
}

.box-img-load-after .loading {
    margin: -2px auto 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid transparent;
    border-top-color: #fff;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.home-full-banner {
    position: relative;
    overflow-x: hidden;
    height: 200px
}

.home-full-banner .home-full-banner-image img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.desktop-header,
.desktop-header .lw-top-menu,
.desktop-header .lw-top-menu .client-login-area .login-form .text-field,
.desktop-header .lw-top-menu .client-login-area .login-form .text-field label,
.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field,
.desktop-header .main-menu-area,
.desktop-header .main-menu-area .main-menu-middle,
.desktop-header .site-nav-categories,
.desktop-header .site-nav-dropdown,
.desktop-header .site-nav-dropdown .site-nav-all,
.desktop-header .site-nav-dropdown .site-nav-category,
.desktop-header .site-nav-dropdown .site-nav-tutorial {
    float: left;
    width: 100%
}

.mobile-header {
    display: none
}

.layout-content .banner-central-cliente.phone {
    display: none
}

.handtalk-action {
    position: fixed;
    right: 0;
    top: 201px;
    z-index: 100;
    margin: 0;
    will-change: transition;
    transition: all .2s ease
}

.handtalk-action.icon-close {
    right: -35px;
    height: 33px;
    width: 33px;
    background: #064d9b;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-right: none
}

.handtalk-action.icon-close.open {
    right: 0
}

.handtalk-action.icon-close:before {
    top: 30%;
    display: block;
    position: relative
}

.desktop-header {
    position: relative
}

.desktop-header .menu-border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: 1px solid #ccc
}

.desktop-header .digital-conference-header {
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    display: none
}

.desktop-header .special-menu-btn {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 0 20px;
    -webkit-transition: background-color;
    transition: background-color;
    will-change: transition;
    transition: background-color .2s ease;
    line-height: 32px;
    height: 40px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .special-menu-btn {
        padding: 0 10px
    }
}

.desktop-header .special-menu-btn.faded {
    color: #adadad
}

.desktop-header .special-menu-btn.default-hover:after {
    will-change: transition;
    transition: all .2s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: none;
    left: 0;
    bottom: 0
}

.desktop-header .special-menu-btn.default-hover:hover:after {
    will-change: transition;
    transition: all .2s ease;
    height: 3px;
    background-color: #d2d7da
}

.desktop-header .special-menu-btn.default-hover.active:after {
    will-change: transition;
    transition: all .2s ease;
    height: 6px;
    background-color: #8fa4af
}

.desktop-header .special-menu-btn:not(.default-hover):hover {
    -webkit-transition: background-color;
    transition: background-color;
    will-change: transition;
    transition: background-color .2s ease;
    background-color: #fbfbfc
}

.desktop-header .special-menu-btn:not(.default-hover).active {
    -webkit-transition: background-color;
    transition: background-color;
    will-change: transition;
    transition: background-color .2s ease;
    background-color: #edeff0
}

.desktop-header .special-menu-btn.with-menu-icon {
    padding: 0 20px 0 50px
}

.desktop-header .special-menu-btn.with-menu-icon:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EAE5";
    font-size: 15px;
    position: absolute;
    top: 13px;
    left: 20px
}

.desktop-header .special-menu-btn.with-divisor:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
    width: 1px;
    background-color: #d2d7da
}

.desktop-header .banner-central-cliente {
    background-color: #333;
    display: none;
    height: 100px
}

.desktop-header .banner-central-cliente .inner {
    padding: 22px 0;
    position: relative;
    text-align: center
}

.desktop-header .banner-central-cliente .banner-central-text {
    color: #fff;
    line-height: 49px
}

.desktop-header .banner-central-cliente .banner-central-text small {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 400
}

.desktop-header .banner-central-cliente .banner-central-line {
    font-family: 'Inter', sans-serif;

}

.desktop-header .banner-central-cliente .banner-central-border.desk {
    border: solid 2px #215f69;
    border-radius: 10px;
    display: inline-block;
    height: 54px;
    padding: 0 70px;
    margin: 0;
    text-align: center
}

.desktop-header .banner-central-cliente .banner-central-border.desk:after,
.desktop-header .banner-central-cliente .banner-central-border.desk:before {
    top: 75%;
    left: 80%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.desktop-header .banner-central-cliente .banner-central-border.desk:after {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 15px;
    margin-left: -15px
}

.desktop-header .banner-central-cliente .banner-central-border.desk:before {
    border-color: rgba(33, 95, 105, 0);
    border-top-color: #215f69;
    border-width: 18px;
    margin-left: -18px
}

.desktop-header .banner-central-cliente .banner-central-icon {
    color: #03a5c0;
    font-size: 32px;
    line-height: 49px;
    margin-right: 20px;
    text-align: center
}

.desktop-header .lw-top-menu {
    height: 30px;
    background-color: #333;
    z-index: 1090;
    position: relative
}

.desktop-header .lw-top-menu .business-unit {
    float: left
}

.desktop-header .lw-top-menu .business-menu-item {
    font-family: 'Inter', sans-serif;

    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: inherit;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .lw-top-menu .business-menu-item:hover:not(.active) {
    will-change: transition;
    transition: all .2s ease;
    color: #fff
}

.desktop-header .lw-top-menu .business-menu-item.active {
    font-family: 'Inter', sans-serif;

    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit;
    background-color: #fff;
    color: #000
}

.desktop-header .lw-top-menu .business-menu-item.active:hover {
    cursor: default
}

.desktop-header .lw-top-menu .business-menu-item.hidden {
    display: none
}

.desktop-header .lw-top-menu .business-menu-item a {
    display: block;
    height: 30px;
    padding: 0 20px;
    color: inherit;
    will-change: transition;
    transition: all .2s ease
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .lw-top-menu .business-menu-item a {
        padding: 0 10px
    }
}

.desktop-header .lw-top-menu .business-menu-item a,
.desktop-header .lw-top-menu .business-menu-item a:hover {
    text-decoration: none
}

.desktop-header .lw-top-menu .cp_plan-banner {
    float: left;
    padding: 15px 15px 5px;
    width: 435px !important
}

.desktop-header .lw-top-menu .cp_plan-banner img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.desktop-header .lw-top-menu .cp_plan-cards {
    float: left;
    padding: 15px 15px 5px;
    width: 400px;
    background: #fff;
    border-radius: 30px 0 30px 0
}

.desktop-header .lw-top-menu .cp_plan-cards .title {
    height: auto !important
}

.desktop-header .lw-top-menu .cp_plan-cards .title h2 {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.desktop-header .lw-top-menu .cp_plan-cards .value {
    font-family: 'Inter', sans-serif;

    font-size: 50px;
    font-weight: 900;
    text-transform: none;
    color: inherit;
    display: table;
    width: 100%;
    height: 50px;
    padding-bottom: 5px;
    color: #00acc8
}

.desktop-header .lw-top-menu .cp_plan-cards .value.not-price {
    font-family: 'Inter', sans-serif;

    font-size: 28px;
    font-weight: 900;
    text-transform: none;
    color: inherit;
    top: 54px
}

.desktop-header .lw-top-menu .cp_plan-cards .value small {
    font-family: 'Inter', sans-serif;

    font-size: 24px;
    font-weight: 900;
    text-transform: none;
    color: inherit
}

.desktop-header .lw-top-menu .cp_plan-cards .value sup {
    top: -.9em;
    font-size: 40%;
    margin-left: 2px;
    margin-right: -8px
}

.desktop-header .lw-top-menu .cp_plan-cards .value sub {
    font-weight: 300;
    font-size: 14px;
    margin-left: -30px;
    bottom: -.1em
}

.desktop-header .lw-top-menu .cp_plan-cards .value p {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.desktop-header .lw-top-menu .cp_plan-cards .value .suffix {
    color: #777
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info {
    position: relative;
    margin-top: 10px;
    height: auto !important
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li {
    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    color: #777;
    padding: 5px;
    line-height: 1.2em
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li strong {
    font-weight: 700
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.highlight,
.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.star {
    position: relative;
    display: table;
    width: 100%;
    font-size: 12px;
    padding: 0 0 4px 10px;
    border-bottom: solid 1px #e5e5e5
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.highlight:before,
.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.star:before {
    font-size: 11px !important;
    left: 0 !important
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.highlight p,
.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.star p {
    display: table-cell;
    vertical-align: middle
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.star:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB58";
    font-size: inherit;
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    margin-top: -10px;
    color: #00acc8
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.no-content {
    padding: 0 10px
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info ul li.no-content:before {
    content: ''
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info.banner {
    display: table
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info.banner p {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
    font-size: 13px;
    color: #333
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info.banner span {
    display: block;
    width: 100%;
    font-size: 50px;
    color: #777;
    margin-bottom: 10px
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info.banner .btn-more {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
    color: #777
}

.desktop-header .lw-top-menu .cp_plan-cards .plan-info.banner .btn-more:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB0B";
    font-size: inherit;
    margin-right: 4px
}

.desktop-header .lw-top-menu .cp_plan-cards .disclaimer {
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 300;
    text-transform: none;
    color: #777
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy,
.desktop-header .lw-top-menu .cp_plan-cards .cta-phone {
    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #00acc8;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    background-color: #777;
    width: 100%;
    padding: 7px 0;
    font-size: 13px;
    text-transform: uppercase
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy:hover,
.desktop-header .lw-top-menu .cp_plan-cards .cta-phone:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #00c2e2
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy:focus,
.desktop-header .lw-top-menu .cp_plan-cards .cta-phone:focus {
    color: #fff
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy:active,
.desktop-header .lw-top-menu .cp_plan-cards .cta-phone:active {
    will-change: transition;
    transition: all .2s ease;
    background-color: #0096af
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy:visited,
.desktop-header .lw-top-menu .cp_plan-cards .cta-phone:visited {
    will-change: transition;
    transition: all .2s ease;
    color: #fff
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy {
    background-color: #00acc8
}

.desktop-header .lw-top-menu .cp_plan-cards .cta-buy:hover {
    background-color: #1cc6e2
}

.desktop-header .lw-top-menu .client-login-area {
    position: unset;
    width: auto !important;
    float: right;
    display: block;
    padding: 0;
    height: auto !important;
}

.desktop-header .lw-top-menu .client-login-area .btn-login {
    float: left;
    height: 22px;
    min-height: 22px;
    margin-top: 4px;
    margin-right: 4px;
    padding: 0 20px
}

.desktop-header .lw-top-menu .client-login-area .btn-login.active {
    background-color: #d2d7da;
    color: #333;
    height: 26px;
    padding-bottom: 4px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header .lw-top-menu .client-login-area .login-form.banner {
    left: -500px;
    width: 800px;
    z-index: 1072;
    min-height: 350px
}

.desktop-header .lw-top-menu .client-login-area .login-form.banner form {
    float: left;
    margin-left: 20px;
    width: 305px
}

.desktop-header .lw-top-menu .client-login-area .login-form {
    display: none;
    position: absolute;
    top: 30px;
    right: 4px;
    width: 280px;
    background-color: #d2d7da;
    padding: 20px;
    text-align: center;
    z-index: 102
}

.desktop-header .lw-top-menu .client-login-area .login-form.webmail .login-form-buttons .login-button.submit {
    margin: 10px 0 10px 20px
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header {
    position: relative;
    min-height: 55px;
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header .highlight-text,
.desktop-header .lw-top-menu .client-login-area .login-form .form-header .icon.highlight-icon {
    color: #9264cd
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header .icon {
    position: absolute;
    left: 15px;
    top: 3px;
    font-size: 51px;
    color: #00acc8
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header .form-header-text {
    padding-left: 60px;
    text-align: left;
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #777;
    line-height: 18px
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header .form-header-text a {
    color: #00acc8;
    display: inline-block
}

.desktop-header .lw-top-menu .client-login-area .login-form .form-header .form-header-text a:hover {
    color: #1cc6e2
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-button {
    margin: 10px 0;
    width: 230px
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-button .wait {
    position: relative;
    display: block
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-button .loading {
    margin: -2px auto 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid transparent;
    border-top-color: #fff;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-button.no-load-button .wait {
    display: none
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-button.load-button .content-before-load {
    display: none
}

.desktop-header .lw-top-menu .client-login-area .login-form .text-field {
    margin-bottom: 10px;
    text-align: left;
    width: 300px
}

.desktop-header .lw-top-menu .client-login-area .login-form .text-field .msg-alert {
    font-size: 12px;
    color: #d60037;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px;
    width: 300px
}

.desktop-header .lw-top-menu .client-login-area .login-form .text-field label {
    will-change: transition;
    transition: all .2s ease;
    font-size: 12px;
    font-family: ubuntu;
    font-weight: 700;
    opacity: 0
}

.desktop-header .lw-top-menu .client-login-area .login-form .text-field input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: none;
    background-color: #fff;
    padding: 0 10px
}

.desktop-header .lw-top-menu .client-login-area .login-form .text-field.active label {
    opacity: 1;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .lw-top-menu .client-login-area .login-form .captcha {
    padding: 20px 0 10px;
    clear: both
}

.desktop-header .lw-top-menu .client-login-area .login-form .error-msg {
    font-size: 10px;
    color: #d60037;
    float: left;
    width: 300px
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-link {
    color: #777;
    will-change: transition;
    transition: all .2s ease;
    text-decoration: underline
}

.desktop-header .lw-top-menu .client-login-area .login-form .login-link:hover {
    color: #4d4d4d;
    cursor: pointer;
    text-decoration: underline
}

.desktop-header .lw-top-menu .site-search-area {
    float: right;
    position: relative
}

.desktop-header .lw-top-menu .site-search-area .btn-search {
    float: left;
    will-change: transition;
    transition: all .2s ease;
    width: 40px;
    height: 30px;
    background-color: #333;
    text-align: center;
    color: #fff;
    padding-top: 5px
}

.desktop-header .lw-top-menu .site-search-area .btn-search:before {
    line-height: 30px
}

.desktop-header .lw-top-menu .site-search-area .btn-search.open:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB3A";
    font-size: 20px
}

.desktop-header .lw-top-menu .site-search-area .btn-search.close {
    display: none
}

.desktop-header .lw-top-menu .site-search-area .btn-search.close:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA4D";
    font-size: 18px
}

.desktop-header .lw-top-menu .site-search-area .btn-search:hover {
    color: #ccc
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown {
    width: 321px;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 20px;
    background-color: #d2d7da;
    z-index: 102
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field {
    width: 290px;
    background-color: #fff
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field .site-search-input {
    float: left;
    width: 260px;
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: none;
    padding: 0 10px;
    box-sizing: border-box
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field .input-btn-search {
    float: right;
    width: 30px;
    background-color: #fff;
    padding: 7px 0 3px
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field .input-btn-search:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB3A";
    font-size: 20px;
    color: #0066cb;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .lw-top-menu .site-search-area .site-search-dropdown .site-search-field .input-btn-search:hover:before {
    will-change: transition;
    transition: all .2s ease;
    color: #0073e4
}

.desktop-header .lw-top-menu .site-search-area.active .btn-search {
    background-color: #d2d7da;
    color: #333
}

.desktop-header .lw-top-menu .site-search-area.active .btn-search.open {
    display: none
}

.desktop-header .lw-top-menu .site-search-area.active .btn-search.close {
    display: block
}

.desktop-header .main-menu-area .main-menu-middle {
    height: 84px
}

.desktop-header .main-menu-area .menu-lw-logo {
    float: left;
    width: 171px;
    height: 34px;
    margin-top: 30px;
    background: url(/images/megazord-pro.svg?v=1.16.12) no-repeat center;
    background-size: cover
}

.desktop-header .main-menu-area .menu-lw-logo span {
    display: none
}

.desktop-header .main-menu-area .menu-lw-logo a {
    display: block;
    width: 100%;
    height: 100%
}

.desktop-header .site-support-area {
    float: right;
    position: relative;
    padding-top: 28px
}

.desktop-header .site-support-area .segunda-via-boleto {
    float: left;
    color: #000;
    height: 30px;
    padding: 5px 5px 0 10px;
    margin-top: 5px;
    width: 80px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: ubuntu;
    border-left: solid 1px #d2d7da;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-support-area .segunda-via-boleto,
.desktop-header .site-support-area .segunda-via-boleto:hover {
    text-decoration: none
}

.desktop-header .site-support-area .segunda-via-boleto:before {
    will-change: transition;
    transition: all .2s ease;
    font-family: dyn__megazord-pro-icons;
    border-radius: 50%;
    width: 27px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #d60037;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    left: -33px;
    top: -5px
}

.desktop-header .site-support-area .segunda-via-boleto:hover:before {
    color: #df0000
}

.desktop-header .site-support-area .painel-afiliado {
    float: left;
    color: #000;
    height: 30px;
    padding: 5px 5px 0 10px;
    margin-top: 5px;
    margin-left: 50px;
    width: 80px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: ubuntu;
    border-left: solid 1px #d2d7da;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-support-area .painel-afiliado,
.desktop-header .site-support-area .painel-afiliado:hover {
    text-decoration: none
}

.desktop-header .site-support-area .painel-afiliado:before {
    will-change: transition;
    transition: all .2s ease;
    font-family: dyn__megazord-pro-icons;
    border-radius: 50%;
    width: 27px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #d60037;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    left: -33px;
    top: -5px
}

.desktop-header .site-support-area .painel-afiliado:hover:before {
    color: #df0000
}

.desktop-header .site-support-area .site-support-button {
    float: left;
    position: relative;
    padding-right: 20px;
    background-color: #fff
}

.desktop-header .site-support-area .site-support-button:before {
    top: 35%;
    right: 3%;
    position: absolute;
    color: #d60037;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-support-area .site-support-button:hover .icon-attendant,
.desktop-header .site-support-area .site-support-button:hover .icon-question {
    color: #df0000
}

.desktop-header .site-support-area .site-support-button:hover .icon:after {
    color: #df0000
}

.desktop-header .site-support-area .site-support-button:last-child {
    margin-left: 20px
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon,
.desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon {
    position: relative;
    margin-right: 5px
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon .number-messages,
.desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon .number-messages {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 20px;
    width: 20px;
    color: #fff;
    background: #76bd22;
    border-radius: 50%;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon-seta-down,
.desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon-seta-down {
    float: right;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 40px;
    color: #00acc8;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo].active .icon-seta-down,
.desktop-header .site-support-area .site-support-button[data-tab=messenger].active .icon-seta-down {
    transform: rotate(180deg)
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo].readed .icon .number-messages,
.desktop-header .site-support-area .site-support-button[data-tab=messenger].readed .icon .number-messages {
    display: none
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] {
    padding-right: 0
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon-seta-down {
    margin-right: 20px
}

.desktop-header .site-support-area .site-support-button .icon {
    will-change: transition;
    transition: all .2s ease;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    color: #d60037;
    background-color: #fff;
    font-size: 24px
}

.desktop-header .site-support-area .site-support-button .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    height: 30px;
    border-right: 1px solid #d2d7da
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon,
.desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon {
    color: #58595b;
    font-size: 26px
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon:after,
.desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon:after {
    border-right: 0
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo]:after,
.desktop-header .site-support-area .site-support-button[data-tab=messenger]:after {
    content: none
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo].active,
.desktop-header .site-support-area .site-support-button[data-tab=messenger].active {
    background-color: transparent
}

.desktop-header .site-support-area .site-support-button[data-tab=conteudo].active .icon,
.desktop-header .site-support-area .site-support-button[data-tab=messenger].active .icon {
    background-color: transparent;
    color: #58595b
}

.desktop-header .site-support-area .site-support-button .text {
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    float: left;
    width: 59px;
    text-align: left;
    line-height: 1em;
    margin-top: 10px
}

.desktop-header .site-support-area .site-support-button.active {
    cursor: default;
    background-color: #d2d7da;
    border-bottom: 1px solid #fff
}

.desktop-header .site-support-area .site-support-button.active .icon {
    will-change: transition;
    transition: all .2s ease;
    color: #fff;
    background-color: #d60037
}

.desktop-header .site-support-area .site-support-button.active .icon:after {
    display: none
}

.desktop-header .site-support-area .site-support-button.active:before {
    transform: rotate(180deg)
}

.desktop-header .site-support-area .site-support-dropdown {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 700;
    text-transform: normal;
    color: #333;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #d2d7da;
    padding: 20px;
    z-index: 102;
    text-align: center
}

.desktop-header .site-support-area .site-support-dropdown .view-button {
    padding: 3px 30px !important;
    margin-bottom: 10ox
}

.desktop-header .site-support-area .site-support-dropdown .title-message {
    text-align: left;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
    display: block;
    font-weight: 500
}

.desktop-header .site-support-area .site-support-dropdown.support-team {
    width: 580px;
    right: 149px;
    padding: 0
}

.desktop-header .site-support-area .site-support-dropdown.client-central {
    width: 358px
}

.desktop-header .site-support-area .site-support-dropdown.client-central {
    padding: 0
}

.desktop-header .site-support-area .site-support-dropdown.conteudo {
    background: #f2f4f5 !important
}

.desktop-header .site-support-area .site-support-dropdown.conteudo,
.desktop-header .site-support-area .site-support-dropdown.messenger {
    width: 620px;
    min-height: 420px;
    padding: 20px;
    border: 1px solid #c0c4ce;
    margin-right: 95px;
    background: #fff
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .icon-close,
.desktop-header .site-support-area .site-support-dropdown.messenger .icon-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .box-banner-mensageria,
.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger,
.desktop-header .site-support-area .site-support-dropdown.messenger .box-banner-mensageria,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger {
    display: inline-block;
    vertical-align: top
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger {
    width: 390px;
    margin-left: 20px
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias {
    padding: 20px 10px
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias .title-message,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias .title-message {
    font-size: 16px;
    color: #2b2f33;
    text-transform: none;
    display: inline-block;
    float: left
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias .conteudo-select-div,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias .conteudo-select-div {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #6e777f;
    border-radius: 4px;
    opacity: 1;
    display: inline-block;
    width: 240px;
    height: 40px;
    margin-left: 10px;
    float: left
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias .conteudo-select-div select,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias .conteudo-select-div select {
    border: none;
    width: 235px;
    height: 37px;
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias .conteudo-ul,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias .conteudo-ul {
    clear: both;
    text-align: left;
    padding-top: 10px;
    max-height: 300px;
    overflow: auto
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .list-messenger.container-conteudo-categorias .conteudo-ul a,
.desktop-header .site-support-area .site-support-dropdown.messenger .list-messenger.container-conteudo-categorias .conteudo-ul a {
    color: #6e777f
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .box-banner-mensageria,
.desktop-header .site-support-area .site-support-dropdown.messenger .box-banner-mensageria {
    margin-top: 15px
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .message,
.desktop-header .site-support-area .site-support-dropdown.messenger .message {
    display: block
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .message .message-text,
.desktop-header .site-support-area .site-support-dropdown.messenger .message .message-text {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #58595b
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .message .message-disclaimer,
.desktop-header .site-support-area .site-support-dropdown.messenger .message .message-disclaimer {
    display: block;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Inter', sans-serif;

    font-size: 11px;
    font-weight: 100;
    text-transform: none;
    color: #9a9a9a
}

.desktop-header .site-support-area .site-support-dropdown.conteudo .button-mensageria,
.desktop-header .site-support-area .site-support-dropdown.messenger .button-mensageria {
    text-align: left
}

.desktop-header .site-support-area .site-support-dropdown .v-hidden {
    visibility: hidden
}

.desktop-header .site-support-area .site-support-contact {
    float: left;
    width: 36%;
    padding: 0;
    padding-right: 20px;
    text-align: left;
    background: #e5e5e5;
    padding: 30px 20px
}

.desktop-header .site-support-area .site-support-contact .site-support-extra {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    padding: 0;
    padding-left: 10px
}

@media only screen and (max-width:767px) {
    .desktop-header .site-support-area .site-support-contact .site-support-extra {
        width: 100%;


    }
}

.desktop-header .site-support-area .site-support-contact p {
    font-size: 18px
}

.desktop-header .site-support-area .site-support-extra {
    float: left;
    padding: 20px;
    padding: 30px 20px;
    width: 60%
}

.desktop-header .site-support-area .client-central .site-support-central {
    padding: 20px 20px 10px;
    border-bottom: solid 1px #fff
}

.desktop-header .site-support-area .client-central .site-support-central .button-primary,
.desktop-header .site-support-area .client-central .site-support-central .button-whatsapp {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px
}

.desktop-header .site-support-area .client-central .site-support-central .site-support-phone {
    text-align: center
}

.desktop-header .site-support-area .client-central .site-support-central .site-support-phone:first-child {
    margin-top: 10px !important
}

.desktop-header .site-support-area .client-central .site-support-central .site-support-phone small {
    display: block
}

.desktop-header .site-support-area .client-central .site-support-extra {
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.desktop-header .site-support-area .btn-blue {
    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #00acc8;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.desktop-header .site-support-area .btn-blue:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #00c2e2
}

.desktop-header .site-support-area .btn-blue:focus {
    color: #fff
}

.desktop-header .site-support-area .btn-blue:active {
    will-change: transition;
    transition: all .2s ease;
    background-color: #0096af
}

.desktop-header .site-support-area .btn-blue:visited {
    will-change: transition;
    transition: all .2s ease;
    color: #fff
}

.desktop-header .site-support-area .support-link-list {
    text-align: left;
    margin: 20px 0
}

.desktop-header .site-support-area .support-link-list li {
    font-size: 14px
}

.desktop-header .site-support-area .site-support-phone {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 10px 0;
    text-align: left;
    line-height: 35px;
    display: block
}

.desktop-header .site-support-area .site-support-phone.mb-0 {
    margin-bottom: 0 !important
}

.desktop-header .site-support-area .site-support-phone.px-5 small {
    padding-left: 5rem;
    padding-right: 5rem;
    line-height: 14px;
    font-size: 12px
}

.desktop-header .site-support-area .site-support-phone small {
    width: 100%;
    color: #333;
    font-size: 65%;
    font-weight: 400;
    line-height: 1
}

.desktop-header .site-support-area .site-support-phone:first-of-type {
    margin-top: 0
}

.desktop-header .site-support-area .site-support-phone a.phone {
    color: #333;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-support-area .site-support-phone a.phone,
.desktop-header .site-support-area .site-support-phone a.phone:hover {
    text-decoration: none
}

.desktop-header .site-support-area .site-support-phone a img {
    width: 20px;
    height: 20px;
    margin-top: -4px
}

.desktop-header .site-support-area .aviso-corona {
    font-size: 12px;
    text-align: left;
    font-weight: 400
}

.desktop-header .site-support-area .tec-support {
    margin-top: 20px;
    color: #333;
    position: absolute;
    bottom: 30px;
    text-align: left
}

.desktop-header .site-support-area .tec-support .cobranca,
.desktop-header .site-support-area .tec-support .suporte-tecnico {
    border: 1px solid #fff;
    padding: 15px;
    margin-right: 10px
}

.desktop-header .site-support-area .tec-support .cobranca span,
.desktop-header .site-support-area .tec-support .suporte-tecnico span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1
}

.desktop-header .site-support-area .tec-support .cobranca p,
.desktop-header .site-support-area .tec-support .suporte-tecnico p {
    font-size: 12px;
    font-weight: 400
}

.desktop-header .site-support-area .tec-support .suporte-tecnico {
    border-top-left-radius: 10px;
    float: left
}

.desktop-header .site-support-area .tec-support .cobranca {
    border-bottom-right-radius: 10px;
    margin-right: 0;
    float: right
}

.desktop-header .site-nav-categories .inner {
    border-top: solid 1px #d2d7da
}

.desktop-header .site-nav-categories .extendido.all-itens-menu-btn {
    font-size: 13px;
    width: 12.67%
}

.desktop-header .site-nav-categories .main-categories {
    float: left;
    width: 83.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    width: 74.6%;
    display: table;
    padding: 0
}

@media only screen and (max-width:767px) {
    .desktop-header .site-nav-categories .main-categories {
        width: 100%;


    }
}

.desktop-header .site-nav-categories .main-categories.extendido {
    width: 87.33%
}

.desktop-header .site-nav-categories .main-categories.extendido .all-itens-menu-btn,
.desktop-header .site-nav-categories .main-categories.extendido li button {
    font-size: 13px
}

.desktop-header .site-nav-categories .main-categories.extendido .all-itens-menu-btn a,
.desktop-header .site-nav-categories .main-categories.extendido li button a {
    font-size: 13px
}

.desktop-header .site-nav-categories .main-categories.extendido .link-fixo a {
    color: #333;
    text-decoration: none
}

.desktop-header .site-nav-categories .main-categories.extendido .link-fixo.faded a {
    color: #adadad
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .site-nav-categories .main-categories {
        width: 73.7%
    }
}

.desktop-header .site-nav-categories .main-categories li {
    cursor: pointer;
    position: relative;
    display: table-cell;
    text-align: center;
    line-height: 40px;
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    will-change: transition;
    transition: all .2s ease
}

.desktop-header .site-nav-categories .main-categories li button {
    background: 0 0;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px
}

.desktop-header .site-nav-categories .main-categories li:after {
    will-change: transition;
    transition: all .2s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: none;
    left: 0;
    bottom: 0
}

.desktop-header .site-nav-categories .main-categories li:hover:after {
    will-change: transition;
    transition: all .2s ease;
    height: 3px;
    background-color: #d2d7da
}

.desktop-header .site-nav-categories .main-categories li.active:after {
    will-change: transition;
    transition: all .2s ease;
    height: 6px;
    background-color: #8fa4af
}

.desktop-header .site-nav-categories .main-categories li.faded {
    color: #adadad
}

.desktop-header .site-nav-dropdown {
    position: absolute;
    top: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
}

.desktop-header .site-nav-dropdown .inner {
    border-top: 1px solid #ddd
}

.desktop-header .site-nav-dropdown .site-nav-category {
    display: none;
    position: relative;
    padding: 40px 0
}

.desktop-header .site-nav-dropdown .site-nav-category.no-column .site-nav-category-links {
    column-count: 1
}

.desktop-header .site-nav-dropdown .site-nav-category .category-image {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    padding-left: 40px
}

@media only screen and (max-width:767px) {
    .desktop-header .site-nav-dropdown .site-nav-category .category-image {
        width: 100%;


    }
}

.desktop-header .site-nav-dropdown .site-nav-category .category-image .header-category-banner-link {
    display: inline-block
}

.desktop-header .site-nav-dropdown .site-nav-category .site-nav-category-links {
    float: left;
    width: 66.66666667%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    min-height: 200px;
    column-count: 2;
    padding: 0
}

@media only screen and (max-width:767px) {
    .desktop-header .site-nav-dropdown .site-nav-category .site-nav-category-links {
        width: 100%;


    }
}

.desktop-header .site-nav-dropdown .site-nav-category[data-category-index='2'] .site-nav-category-links {
    min-height: 240px
}

.desktop-header .site-nav-dropdown .site-nav-category[data-category-index='2'] .site-nav-category-links .site-nav-category-submenu {
    min-height: 95px
}

.desktop-header .site-nav-dropdown .site-nav-category[data-category-index='2'] .site-nav-category-links .site-nav-category-submenu.cloud {
    min-height: 150px
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item {
    break-inside: avoid
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item.blockline {
    display: inline-block
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item .no-link {
    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #777;
    line-height: 1em
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item a {
    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: inherit;
    line-height: 1em;
    color: #777;
    will-change: transition;
    transition: all .2s ease;
    text-decoration: underline
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item a:hover {
    color: #4d4d4d;
    cursor: pointer;
    text-decoration: underline
}

.desktop-header .site-nav-dropdown .site-nav-category-links .menu-item p {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    color: #777;
    break-inside: avoid;
    padding-bottom: 10px
}

.desktop-header .site-nav-dropdown .site-nav-category-submenu .submenu-item {
    position: relative;
    padding-left: 20px;
    break-inside: avoid
}

.desktop-header .site-nav-dropdown .site-nav-category-submenu .submenu-item:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA45";
    font-size: inherit;
    font-size: 9px;
    color: #777;
    position: absolute;
    top: 4px;
    left: 0
}

.desktop-header .site-nav-dropdown .section-nav-category-articles {
    display: inline-block !important;
    width: 275px;
    background: #e5e5e5;
    padding: 20px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.desktop-header .site-nav-dropdown .section-nav-category-articles a {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: #333;
    text-decoration: underline
}

.desktop-header .site-nav-dropdown .section-nav-category-articles .section-nav-category-articles-title {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #777
}

.desktop-header .site-nav-dropdown .section-nav-category-articles .section-nav-category-articles-title a {
    position: absolute;
    top: 1px;
    right: 0
}

.desktop-header .site-nav-dropdown .section-nav-category-articles .section-nav-category-articles-title .category-articles-title {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    display: inline-block
}

.desktop-header .site-nav-dropdown .section-nav-category-articles .category-articles-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.desktop-header .site-nav-dropdown .section-nav-category-articles .category-articles-item .category-articles-item-title {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 700;
    text-transform: none;
    color: #333
}

.desktop-header .site-nav-dropdown .site-nav-all,
.desktop-header .site-nav-dropdown .site-nav-tutorial {
    display: none
}

.desktop-header .site-nav-dropdown .site-nav-all {
    padding: 40px 0 20px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .site-nav-dropdown .site-nav-tutorial.with-banner-and-articles .site-nav-category .category-image {
        width: 30%;
        padding: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .site-nav-dropdown .site-nav-tutorial.with-banner-and-articles .section-nav-category-articles {
        width: 210px
    }
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category {
    display: block
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .site-nav-category-links {
    width: 460px;
    margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .site-nav-category-links {
        width: 440px;
        margin-right: 20px
    }
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .menu-item {
    margin-bottom: 20px
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .site-nav-category-submenu .submenu-item {
    padding: 0
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .site-nav-category-submenu .submenu-item:before {
    content: ''
}

.desktop-header .site-nav-dropdown .site-nav-tutorial .site-nav-category .site-nav-category-submenu .submenu-item a {
    font-size: 12px;
    font-weight: 400
}

.desktop-header .site-nav-dropdown .site-nav-all-itens {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    min-height: 360px;
    column-count: 4;
    padding: 0;
    padding-left: 10px
}

@media only screen and (max-width:767px) {
    .desktop-header .site-nav-dropdown .site-nav-all-itens {
        width: 100%;


    }
}

.desktop-header .site-nav-dropdown .site-nav-all-item {
    padding-bottom: 20px;
    break-inside: avoid
}

.desktop-header .site-nav-dropdown .site-nav-all-item.blockline {
    display: inline-block
}

.desktop-header .site-nav-dropdown .site-nav-all-item .category-title {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.desktop-header .site-nav-dropdown .site-nav-all-item .site-nav-category-links {
    margin-top: 5px
}

.desktop-header .site-nav-dropdown .site-nav-all-item .site-nav-category-submenu {
    padding-top: 0
}

.desktop-header .site-nav-dropdown .site-nav-all-item .menu-item a {
    font-size: 12px;
    font-weight: 400
}

.desktop-header .site-nav-dropdown .site-nav-all-item .menu-item a:hover {
    text-decoration: underline
}

.no-csscolumns .desktop-header .site-nav-dropdown .site-nav-category-links .menu-item {
    float: left;
    width: 50%
}

.no-csscolumns .desktop-header .site-nav-dropdown .site-nav-all-item {
    float: left;
    width: 50%
}

.no-csscolumns .desktop-header .site-nav-all .site-nav-dropdown .site-nav-category-links .menu-item {
    float: left;
    width: 100%
}

@media only screen and (max-width:991px) {
    .desktop-header {
        display: block
    }

    .handtalk-action {
        display: block
    }
}

@media only screen and (min-width:1154px) {
    .desktop-header .digital-conference-header {
        display: block
    }
}

.desktop-header .lw-top-menu .client-login-area .login-form {
    width: 330px;
    padding: 15px
}

.desktop-header .lw-top-menu .client-login-area .login-form.webmail .login-form-buttons .login-button.submit {
    margin-left: 0
}

.site-nav-all .icon-produtividade:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EA57";
    font-size: inherit
}

.site-nav-all .icon-marketing-digital:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB62";
    font-size: inherit
}

.site-nav-all .icon-cloud,
.site-nav-all .icon-criador-de-sites,
.site-nav-all .icon-email,
.site-nav-all .icon-hospedagem-de-sites,
.site-nav-all .icon-loja-virtual,
.site-nav-all .icon-marketing-digital,
.site-nav-all .icon-produtividade,
.site-nav-all .icon-taxes {
    font-size: 20px !important;
    position: relative;
    top: 5px
}

.site-nav-all .icon-hospedagem-de-sites:before {
    margin-left: 0
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .desktop-header .site-support-area .site-support-button {
        padding-right: 25px
    }

    .desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon {
        margin-right: 0
    }

    .desktop-header .site-support-area .site-support-button[data-tab=conteudo] .icon-seta-down {
        margin: 12px 5px 0 0
    }

    .desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon {
        margin-right: 0
    }

    .desktop-header .site-support-area .site-support-button[data-tab=messenger] .icon-seta-down {
        margin: 12px 30px 0 0
    }
}

.breadcrumbs .pathway,
.full-adcast,
.home-adcast,
.home-bottom-product,
.home-domain-registration,
.home-full-banner,
.home-main-products,
.panel-about,
.partner {
    float: left;
    width: 100%
}

.home-adcast .slick-dots li button {
    overflow: hidden;
    text-indent: -100%;
    font-size: 0;
    color: transparent
}

.home-domain-top {
    background: #183b45;
    padding: 0
}

.home-domain-top .split-a {
    background: #0b2d38;
    height: 147px;
    right: 0;
    position: absolute;
    top: 0;
    width: 40%
}

.home-domain-top .home-domain-top-split {
    background: url(/images/nova-home/bg_busca_dominio.webp?v=1.16.12);
    background-size: cover;
    float: left;
    padding: 40px;
    width: calc(100% - 330px);
    padding-right: 0;
    width: calc(100% - 350px)
}

.home-domain-top .home-domain-top-split>div {
    overflow: hidden
}

.home-domain-top .home-domain-top-split .texta,
.home-domain-top .home-domain-top-split .textb {
    color: #fff;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    width: 450px;
    height: auto !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-desc,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc {
    height: auto;
    display: block !important;
}

.client-login-buttons a {
    color: #fff !important;
    transition: all .2s ease;
    text-decoration: none;
    font-weight: bolder;
    font-family: 'Inter', sans-serif;

    display: block;
    padding: 15px;
    font-size: 30px;
}

.client-login-buttons a div {
    width: auto !important;
    height: auto !important;
    float: left;
    top: 3px;
    position: relative;
    left: 3px;
}

.client-login-buttons a img {
    width: auto !important;
    height: 47px !important;
    float: left;
    padding: 3px 5px;
    position: relative;
    top: 0px;
}

.desktop-header .lw-top-menu {
    height: auto;
    background-color: #000;
    z-index: 1090;
    position: relative;
    border: 1px solid red;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.home-domain-top .home-domain-top-split .textb {
    margin-left: 5px;
    width: auto
}

.home-domain-top .home-domain-top-split small {
    color: #00acc8;
    font-size: 100%
}

.home-domain-top .inner {
    position: relative
}

.home-domain-top .inner .home-domain-top-text {
    color: #fff;
    float: left;
    font-family: 'Inter', sans-serif;

    font-size: 23px;
    font-weight: 100;
    margin: 40px 20px 40px 0;
    width: 305px
}

.home-domain-top .inner .home-domain-top-input {
    border: 1px solid #d3d2c9;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    padding-left: 15px;
    width: calc(100% - 290px)
}

.home-domain-top .inner .domain-registration-top-level {
    border: 1px solid #d3d2c9;
    height: 40px;
    line-height: 40px;
    margin-right: 7px;
    width: 115px
}

.home-domain-top .inner .domain-registration-top-level select {
    background: #fff;
    height: 36px
}

.home-domain-top .inner .domain-registration-submit {
    border-radius: 0;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    width: 160px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .home-domain-top .inner .home-domain-top-text {
        margin-right: 10px
    }

    .home-domain-top .inner .home-domain-top-split {
        padding: 40px 0 40px 40px
    }
}

@media only screen and (max-width:991px) {
    .home-domain-top .split-a {
        display: none
    }

    .home-domain-top .inner {
        text-align: center;
        padding: 0
    }

    .home-domain-top .inner .home-domain-top-split {
        background: 0 0;
        display: inline-block;
        float: none;
        padding: 10px 0;
        overflow: hidden;
        width: 90%;
        margin: 0 auto
    }

    .home-domain-top .inner .home-domain-top-text {
        display: block;
        float: none;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }

    .home-domain-top .inner .home-domain-top-input {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:415px) and (min-width:320px) {
    .home-domain-top .inner .home-domain-top-split {
        width: 100%
    }

    .home-domain-top .inner .home-domain-top-split .texta {
        width: 100%
    }

    .home-domain-top .inner .home-domain-top-split .textb {
        display: none
    }

    .home-domain-top .inner .home-domain-top-text {
        display: none
    }

    .home-domain-top .inner .home-domain-top-input {
        margin-left: 3%;
        width: 63%
    }

    .home-domain-top .inner .domain-registration-top-level {
        width: 25%
    }

    .home-domain-top .inner .domain-registration-submit {
        display: block;
        float: none;
        margin: 10px auto 0
    }
}

@media only screen and (max-width:767px) {
    .home-domain-top .inner .home-domain-top-split .texta {
        width: 100%;
        text-align: center
    }

    .home-domain-top .inner .home-domain-top-split .textb {
        display: none
    }

    .home-domain-top .home-domain-top-split {
        width: calc(100% - 345px)
    }

    .home-domain-top .domain-registration-top-level {
        width: 19%
    }

    .home-domain-top .home-domain-top-text strong {
        font-size: 17px
    }
}

.home-domain-top.bigtechparatodomundo {
    background: #2a383f
}

.home-domain-top.bigtechparatodomundo .split-a {
    display: none
}

.home-domain-top.bigtechparatodomundo .inner .home-domain-top-split {
    background-image: none
}

.home-domain-top-v2 {
    background: #253746;
    height: 100px
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 {
        height: 70px
    }
}

.home-domain-top-v2.transparent-mode {
    position: relative;
    z-index: 2;
    background: 0 0
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2.transparent-mode.open-backdrop {
        height: 100px
    }
}

.home-domain-top-v2 .home-domain-top-form {
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    height: 60px;
    padding: 5px;
    margin-top: 20px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 .home-domain-top-form {
        height: 50px;
        margin-top: 10px
    }
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-submit,
.home-domain-top-v2 .home-domain-top-form .domain-registration-top-level,
.home-domain-top-v2 .home-domain-top-form .home-domain-top-input {
    height: 100%
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-input {
    float: left;
    width: 625px;
    height: 100%
}

@media only screen and (max-width:991px) {
    .home-domain-top-v2 .home-domain-top-form .domain-registration-input {
        width: calc(100% - 330px)
    }
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 .home-domain-top-form .domain-registration-input {
        position: relative;
        width: 100%;
        height: 45px;
        padding-left: 40px
    }
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-input .domain-registration-button-input {
    background: 0 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    left: 0
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-input .domain-registration-button-input:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB3A";
    font-size: inherit;
    font-size: 24px;
    color: #00acc8;
    will-change: transition;
    transition: all .2s ease
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input {
    width: 100%;
    border: none;
    font-family: 'Inter', sans-serif;

    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #2b2f33
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input::-moz-placeholder {
    color: #a1aab3;
    opacity: 1
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input:-ms-input-placeholder {
    color: #a1aab3
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input::-webkit-input-placeholder {
    color: #a1aab3
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input ::-webkit-input-placeholder {
    color: #a1aab3
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input ::-moz-placeholder {
    color: #a1aab3
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input :-ms-input-placeholder {
    color: #a1aab3
}

.home-domain-top-v2 .home-domain-top-form .home-domain-top-input :-moz-placeholder {
    color: #a1aab3
}

@media only screen and (min-width:768px) {
    .home-domain-top-v2 .home-domain-top-form .home-domain-top-input {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 .home-domain-top-form .home-domain-top-input {
        font-size: 14px
    }
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-top-level {
    width: 125px;
    margin: 0 5px;
    border: none;
    font-family: 'Inter', sans-serif;

    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: #2b2f33
}

@media only screen and (min-width:768px) {
    .home-domain-top-v2 .home-domain-top-form .domain-registration-top-level {
        border-left: 1px solid #d2d5d9;
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 .home-domain-top-form .domain-registration-top-level {
        font-size: 14px;
        display: none
    }
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-top-level:after {
    color: #00acc8;
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EB42";
    font-size: 14px;
    border: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    margin-top: 0;
    right: 15px;
    z-index: 1
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-top-level select {
    position: relative;
    z-index: 2;
    background: 0 0;
    height: 100%
}

.home-domain-top-v2 .home-domain-top-form .domain-registration-submit {
    width: 190px;
    font-size: 15px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2 .home-domain-top-form .domain-registration-submit {
        font-size: 14px;
        display: none
    }
}

@media only screen and (max-width:767px) {
    .home-domain-top-v2.open-backdrop {
        height: 120px;
        z-index: 101;
        position: relative
    }

    .home-domain-top-v2.open-backdrop .home-domain-top-form {
        height: 100px
    }

    .home-domain-top-v2.open-backdrop .domain-registration-input {
        border-bottom: 1px solid #e7e8e9
    }

    .home-domain-top-v2.open-backdrop .domain-registration-input .domain-registration-button-input {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    .home-domain-top-v2.open-backdrop .domain-registration-input .domain-registration-button-input:before {
        font-family: dyn__megazord-pro-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\EB42";
        font-size: 14px
    }

    .home-domain-top-v2.open-backdrop .domain-registration-submit,
    .home-domain-top-v2.open-backdrop .domain-registration-top-level {
        display: block;
        height: 40px;
        margin-top: 5px
    }

    .home-domain-top-v2.open-backdrop .domain-registration-top-level {
        width: 100px;
        margin-left: 15px
    }

    .home-domain-top-v2.open-backdrop .domain-registration-submit {
        width: 170px
    }
}

.home-domain-registration {
    background: url(../images/bg-domain-registration.jpg?v=1.16.12) center top no-repeat;
    padding: 50px 0 30px;
    font-family: 'Inter', sans-serif;

    text-align: center;
    margin-bottom: 60px
}

.domain-registration-title {
    font-family: 'Inter', sans-serif;

    font-weight: 300;
    font-size: 34px;
    margin-top: 0
}

.domain-registration-subtitle {
    padding: 15px 0 35px;
    font-size: 16px;
    color: #777;
    margin-bottom: 0
}

.domain-registration-main-input {
    position: relative;
    width: 768px;
    height: 60px;
    left: 50%;
    margin-left: -384px
}

.domain-registration-main-input-text {
    font-family: 'Inter', sans-serif;

    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 60px
}

.domain-registration-main-input-text span {
    float: left;
    background: #d3d2c9;
    padding: 0 20px 0 24px;
    line-height: 60px
}

.domain-registration-main-input-text input {
    float: left;
    width: 365px;
    padding: 0 20px;
    color: #777;
    font-weight: 400;
    height: 60px;
    line-height: 54px;
    border: solid 3px #d3d2c9;
    border-left: 0;
    margin-right: 10px
}

.domain-registration-top-level {
    position: relative;
    float: left;
    width: 115px;
    height: 60px;
    color: #777;
    font-weight: 400;
    margin-right: 10px;
    overflow-x: hidden;
    border: solid 3px #d3d2c9;
    background-color: #fff
}

.domain-registration-top-level:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777
}

.domain-registration-top-level select {
    float: left;
    width: 150px;
    height: 54px;
    border: none;
    border-radius: 0
}

.domain-registration-submit {
    float: left;
    width: 170px;
    height: 60px;
    border: 0;
    background: #00acc8;
    color: #fff;
    font-size: 18px;
    font-family: 'Inter', sans-serif;

    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    will-change: transition;
    transition: all .2s ease
}

.domain-registration-submit:hover {
    background: #1cc6e2
}

.domain-registration-action {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #00acc8;
    margin-top: 20px
}

.domain-registration-action:hover {
    color: #00acc8;
    text-decoration: underline
}

@media only screen and (max-width:991px) {
    .domain-registration-title {
        font-size: 32px
    }

    .domain-registration-main-input {
        width: 650px;
        margin-left: -325px
    }

    .domain-registration-main-input-text {
        font-size: 18px
    }

    .domain-registration-main-input-text input {
        width: 270px
    }

    .domain-registration-submit {
        float: right;
        width: 150px;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .home-domain-registration {
        padding: 40px 20px
    }

    .domain-registration-main-input-text span {
        display: none
    }

    .domain-registration-subtitle {
        padding-bottom: 20px
    }

    .domain-registration-title {
        font-size: 25px
    }

    .domain-registration-main-input {
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .domain-registration-main-input-text input {
        width: 100%;
        border: solid 3px #d3d2c9;
        margin-bottom: 20px
    }

    .domain-registration-action {
        float: left;
        width: 100%;
        margin-top: 20px
    }

    .domain-registration-submit {
        width: 50%
    }
}

.breadcrumbs {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: 0 0
}

.breadcrumbs .inner {
    height: auto !important
}

.breadcrumbs a {
    color: inherit
}

.breadcrumbs a:hover {
    color: inherit;
    text-decoration: underline
}

.breadcrumbs .pathway {
    font-family: 'Inter', sans-serif;

    font-size: 12px;
    font-weight: 400;
    text-transform: normal;
    color: #fff;
    list-style-type: none
}

.breadcrumbs .pathway li {
    list-style-type: none;
    display: inline-block
}

.breadcrumbs .current {
    color: #fff;
    font-weight: 400
}

.institucional .breadcrumbs {
    position: static;
    padding-top: 10px
}

.institucional .breadcrumbs .pathway,
.institucional .breadcrumbs a {
    color: #333
}

.nextios .breadcrumbs .separator {
    color: #41e4aa
}

.deliverydireto .breadcrumbs .pathway {
    font-family: Exo, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: #fff;
    color: inherit
}

.deliverydireto .breadcrumbs .pathway li {
    color: #fff
}

.deliverydireto .breadcrumbs .pathway .item-deliverydireto {
    color: #4e99fc
}

@media only screen and (max-width:991px) {
    .breadcrumbs {
        display: none
    }
}

.home-adcast {
    position: relative;
    overflow: hidden;
    height: 470px;
    overflow-y: hidden
}

.home-adcast .cta-chat {
    background: url(../images/produtos/hospedagem-de-sites/txt-cyber-desk.png?v=1.16.12);
    display: inline-block;
    height: 240px;
    width: 444px;
    position: absolute;
    left: 51%;
    top: 70px;
    z-index: 1
}

.home-adcast.landing {
    height: 570px
}

.home-adcast.landing .adcast {
    height: 570px
}

.home-adcast.landing .adcast .overlay {
    height: 585px;
    margin-left: -525px;
    cursor: pointer
}

.home-adcast.landing .adcast .background {
    height: 570px
}

.home-adcast.landing .adcast .menu-lw-logo {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 50px;
    background-size: initial;
    background-position: 0;
    width: 243px;
    height: 50px;
    background: url(megazord_pro_logo_bg.png) no-repeat !important;
}

.home-adcast.landing .adcast .menu-lw-logo a {
    display: block;
    width: 100%;
    height: 100%
}

.home-adcast.landing .adcast .menu-lw-logo span {
    display: none
}

.home-adcast.landing .adcast .logo-megazord-pro {
    float: right;
    margin-top: 20px;
    z-index: 5;
    position: relative
}

.home-adcast.landing .adcast .adcast-content {
    display: none
}

.home-adcast.landing .align-right .overlay {
    left: 0;
    margin-left: 0
}

.home-adcast.full-overlay .adcast .overlay {
    width: 100%;
    left: 0;
    margin: 0;
    right: initial
}

.home-adcast.full-overlay .adcast .overlay .fore-image {
    width: 1920px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-adcast .customFooter {
    bottom: 0;
    position: absolute;
    width: 100%
}

.home-adcast .customFooter .inner {
    text-align: center
}

.home-adcast .slick-prev {
    left: 50%;
    margin-left: -480px
}

.home-adcast .slick-next {
    right: 50%;
    margin-right: -480px
}

.home-adcast .slick-next,
.home-adcast .slick-prev {
    will-change: transition;
    transition: all .2s ease;
    opacity: 0;
    color: #fff
}

.home-adcast .slick-next:hover,
.home-adcast .slick-prev:hover {
    color: #fff
}

.home-adcast:hover .slick-next,
.home-adcast:hover .slick-prev {
    will-change: transition;
    transition: all .2s ease;
    opacity: 1
}

.home-adcast .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center
}

.home-adcast .slick-dots li {
    display: inline;
    margin: 0 3.5px
}

.home-adcast .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 2px #fff;
    will-change: transition;
    transition: all .2s ease
}

.home-adcast .slick-dots li.slick-active button {
    background-color: #fff;
    will-change: transition;
    transition: all .2s ease
}

.home-adcast .adcast {
    position: relative;
    float: left;
    width: 100%;
    height: 470px;
    color: #fff;
    background: unset;
    overflow: hidden
}

.home-adcast .adcast .mobile {
    display: none
}

.home-adcast .adcast .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    overflow: hidden
}

.home-adcast .adcast .background .base-image {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-adcast .adcast .overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 960px;
    height: 470px;
    margin-left: -480px
}

.home-adcast .adcast .overlay .fore-image {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    margin: auto 0 auto auto
}

.home-adcast .adcast .adcast-content {
    position: absolute;
    width: 100%;
    height: 470px;
    top: 0;
    left: 0
}

.home-adcast .adcast .adcast-content .inner {
    height: 470px
}

.home-adcast .adcast .adcast-content .text-block {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 8.33333333%;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:767px) {
    .home-adcast .adcast .adcast-content .text-block {
        width: 100%;


    }
}

.home-adcast .adcast .adcast-content .title {
    font-family: 'Inter', sans-serif;

    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    line-height: 1em;
    margin-top: 0
}

.home-adcast .adcast .adcast-content .title h2 {
    font: inherit
}

.home-adcast .adcast .adcast-content .subtitle {
    font-family: 'Inter', sans-serif;

    font-size: 22px;
    font-weight: 400;
    text-transform: none;
    color: inherit;
    margin-top: 20px
}

@media only screen and (min-width:1154px) and only screen and (max-width:767px) {
    .full-adcast .adcast .adcast-content .text-block {
        width: 100%;


    }
}

.full-adcast-product-list {
    height: 470px
}

.home-main-products {
    margin-bottom: 60px
}

.home-main-products.list-align-center .main-products {
    text-align: center
}

.home-main-products.list-align-center .main-products .main-product {
    float: none
}

.home-main-products:not(.home-main-products-clean) .main-product-info-action {
    -webkit-transition: all;
    transition: all;
    will-change: transition;
    transition: all .2s ease;
    float: right;
    min-width: 110px;
    margin-top: 10px;
    text-align: center;
    background: #e5e5e5;
    font-family: 'Inter', sans-serif;

    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}

@media only screen and (min-width:1154px) {
    .home-main-products:not(.home-main-products-clean) .main-product-info-action {
        min-width: 100px
    }
}

@media only screen and (max-width:991px) {
    .home-main-products:not(.home-main-products-clean) .main-product-info-action {
        min-width: 0;
        width: auto;
        padding: 0 15px;
        display: table;
        margin: 0 auto;
        float: none
    }
}

@media only screen and (min-width:768px) {
    .home-main-products.products-3 .main-product {
        width: 33.3% !important
    }
}

.home-main-products .main-product {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    float: left;
    border: 2px solid #ff3131 !important;
    border-radius: 0;
    background: #fff;
    width: 32%;
    margin: 0 0px 5px 5px !important;
}

@media only screen and (max-width: 767px) {
    .home-main-products .main-product {
        width: 100%;

    }
}

@media only screen and (min-width:768px) and (max-width:991px) and only screen and (max-width:767px) {
    .home-main-products .main-product {
        width: 100%;


    }
}

.home-main-products .main-product.sob-consulta .main-product-info-price-main {
    font-size: 18px
}

.home-main-products .main-product.sob-consulta .main-product-info-price-top {
    margin-top: 10px
}

.home-main-products .main-product-subtitle,
.home-main-products .main-product-title {
    text-align: center;
    font-family: 'Inter', sans-serif;

}

.home-main-products .main-product-title {
    margin: 0px 0 28px;
    font-size: 26px;
    font-weight: 300;
    text-align: center !important;
    display: block;
    width: 100%;
    color: #fff;
}

.home-main-products .main-product-subtitle {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 700
}

.home-main-products .main-product-click {
    display: block;
    color: #777;
    padding: 0 10px;
    text-decoration: none
}

.home-main-products .main-product-click a {
    display: block;
    text-decoration: none;
    cursor: pointer
}

.home-main-products .box-home {
    padding-bottom: 10px;
    border: 0px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0px solid #e5e5e5;
    font-family: 'Inter', sans-serif;

}

.home-main-products .box-home-content {
    padding: 0 10px
}

.home-main-products .box-home-img-wrap {
    position: relative;
    height: 162px;
    width: 100%;
    margin-bottom: 40px
}

.home-main-products .box-home-img {
    position: relative;
    min-width: 100%;
    height: 162px;
    margin-left: -1px;
    margin-right: -1px;
    overflow: hidden;
    border-top: 3px solid
}

.home-main-products .box-home-img img {
    -webkit-transition: opacity;
    transition: opacity;
    will-change: transition;
    transition: opacity .2s ease;
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-main-products .list-features {
    text-align: center
}

.home-main-products .list-features li {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00acc8
}

.home-main-products .main-product-icon {
    -webkit-transition: transform;
    transition: transform;
    will-change: transition;
    transition: transform .2s ease;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    bottom: -40px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-main-products .main-product-icon:before {
    display: block;
    padding-top: 2px;
    line-height: 75px;
    font-size: 35px;
    text-align: center;
    color: #fff
}

.home-main-products .main-product-click {
    overflow: hidden
}

.home-main-products .main-product-desc,
.home-main-products .main-product-name {
    display: block !important;
    width: 100% !important;
}

.home-main-products .main-product-name {
    height: 30px;
}

.inner .main-products {
    padding: 20px 0px;
}

ol,
ul {
    padding-left: 0rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: $dt-font-weight;
}

// 1. Undo browser default
dd {
    margin-bottom: 0rem;
    margin-left: 0; // 1
}

// Blockquote
blockquote {
    margin: 0 0 1rem;
}

.home-main-products .main-product-name h3 {
    color: #333;
    font-size: 20px;
    font-family: 'Inter', sans-serif;

    font-weight: 700;
    text-transform: uppercase
}

.home-main-products .main-product-name h3,
.home-main-products .main-product-name p {
    display: block !important;
    vertical-align: middle;
    text-align: center !important;
    margin: 12px;
    font-size: 22px !important;
    color: #2b2f33 !important;
}

.home-main-products .main-product-desc {
    height: 60px;
    padding-bottom: 10px
}

.home-main-products .main-product-desc p {
    font-size: 15px;
    line-height: 18px
}

.home-main-products .main-product-desc .highlight {
    background: #9264cd;
    color: #fff;
    display: inline;
    padding: 1px 2px
}

.home-main-products .main-product-info {
    border-top: 1px solid #e5e5e5;
    padding: 15px 10px;
    overflow: unset;
}

.home-main-products .main-product-info-price {
    float: left;
    width: 130px;
    clear: unset;
}

.home-main-products .main-product-info-price-main {
    display: block;
    margin-bottom: 0;
    margin-left: -1px;
    font-family: 'Inter', sans-serif;

    line-height: 25px;
    font-size: 25px;
    font-weight: 700
}

.home-main-products .main-product-info-price-top,
.main-product-info-price-bottom {
    display: block;
    height: auto;
    font-size: 14px;
    color: #777;
}

.home-main-products .main-product-info-price-bottom {
    display: block;
    height: auto !important;
    margin: 0 0 0px 0;
    color: #777;
}

.home-main-products .home-main-products-button {
    text-align: center;
    padding-top: 60px;
    clear: both
}

.home-main-products .home-main-products-button a {
    font-family: 'Inter', sans-serif;

    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #00acc8;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    cursor: pointer;
    will-change: transition;
    transition: all .2s ease
}

.home-main-products .home-main-products-button a:hover {
    will-change: transition;
    transition: all .2s ease;
    background-color: #00c2e2
}

.home-main-products .home-main-products-button a:focus {
    color: #fff
}

.home-main-products .home-main-products-button a:active {
    will-change: transition;
    transition: all .2s ease;
    background-color: #0096af
}

.home-main-products .home-main-products-button a:visited {
    will-change: transition;
    transition: all .2s ease;
    color: #fff
}

.icon-revenda-email-marketing:before {
    margin-left: 5px
}

.icon-traycommerce:before {
    margin-left: -7px;
    padding-top: 3px
}

.icon-hospedagem-de-sites:before {
    margin-left: 5px;
    padding-top: 3px
}

@media only screen and (min-width:1154px) {
    .home-main-products .main-product-info-price {
        width: 120px
    }

    .home-main-products .main-product-info-action {
        min-width: 100px
    }
}

@media only screen and (max-width:991px) {
    .home-main-products {
        margin-bottom: 40px
    }

    .home-main-products .box-home {
        height: 470px !important
    }

    .home-main-products .main-product {
        margin-bottom: 20px;
        padding: 0
    }

    .home-main-products .main-product.sob-consulta .main-product-info-price {
        margin-bottom: 0
    }

    .home-main-products .main-product-title {
        padding: 0 100px;
        margin-top: 30px;
        font-size: 32px
    }

    .home-main-products .box-home-img {
        position: relative;
        min-width: 100%;
        height: 162px;
        margin-left: -1px;
        margin-right: -1px;
        overflow: hidden;
        border-top: 3px solid
    }

    .home-main-products .main-product-info-price {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .home-main-products .main-product-info-price-main {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .home-main-products .main-product-title {
        font-size: 25px;
        padding: 0 10px;
        margin: 40px 0
    }

    .home-main-products .box-home-img img {
        height: auto;
        width: 100%
    }
}

.home-adcast-product-list .home-main-products .box-home-img-wrap {
    height: 135px;
    margin-bottom: 30px
}

.home-adcast-product-list .home-main-products .box-home-img {
    height: 135px
}

.home-adcast-product-list .home-main-products .main-product-desc p {
    font-size: 14px
}

.home-adcast-product-list .home-main-products .main-product-name h3 {
    font-size: 16px
}

.home-adcast-product-list .home-main-products .box-home {
    background: #fff
}

.home-adcast-product-list .home-main-products .main-product-title {
    font-size: 20px;
    margin: 20px;
    margin-bottom: 30px
}

.home-adcast-product-list .home-main-products .main-product-title small {
    color: #57e9ff;
    cursor: pointer;
    font-size: 20px;
    text-decoration: underline
}

.home-adcast-product-list .home-main-products .main-product-click {
    padding: 0 4px
}

.home-adcast-product-list .home-main-products .main-product-icon {
    bottom: -35px;
    height: 75px;
    width: 75px
}

.home-adcast-product-list .home-main-products .recommended .recommended-txt {
    position: absolute;
    margin-top: -21px;
    background: #00acc8;
    padding: 2px 12px;
    margin-left: 4px;
    border-radius: 7px 7px 0 0;
    font-size: 14px
}

.home-adcast-product-list .home-main-products .recommended .box-home {
    background-color: #2c4153;
    border-color: #2c4153
}

.home-adcast-product-list .home-main-products .recommended .box-home .box-home-img-wrap {
    margin-bottom: 0
}

.home-adcast-product-list .home-main-products .recommended .box-home .box-home-img {
    background: url(/images/nova-home/adcast_hospedagem_de_sites.webp);
    background-color: #2c4153;
    background-repeat: no-repeat;
    background-position: center;
    height: 105px
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-name h3 {
    color: #fff;
    font-size: 29px;
    text-transform: none;
    line-height: 1
}

.home-adcast-product-list .home-main-products .recommended .box-home .box-home-img-wrap {
    height: 100px
}

.home-adcast-product-list .home-main-products .recommended .box-home .list-features {
    margin-top: 10px
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-desc {
    height: 60px;
    margin-top: 10px
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-desc p {
    color: #fff;
    font-size: 16px
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-info {
    border: none;
    padding: 0 10px
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-info-price-bottom,
.home-adcast-product-list .home-main-products .recommended .box-home .main-product-info-price-top {
    color: #fff
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-info-price-main {
    color: #f48f32
}

.home-adcast-product-list .home-main-products .recommended .box-home .main-product-info-action {
    background: #f48f32;
    color: #fff
}

.home-main-products.bigtechparatodomundo.card-center .main-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.home-main-products.bigtechparatodomundo.card-center li {
    margin-top: 20px
}

.home-main-products.bigtechparatodomundo.three-columns .main-product {
    width: 33.33% !important
}

.home-main-products.bigtechparatodomundo .main-product:nth-child(4) {
    display: block !important
}

.home-main-products.bigtechparatodomundo .box-home {
    position: relative
}

.home-main-products.bigtechparatodomundo .box-home .main-product-desc {
    min-height: 120px
}

.home-main-products.bigtechparatodomundo .box-home .main-product-info-price {
    display: none
}

.home-main-products.bigtechparatodomundo .box-home .main-product-info {
    text-align: center
}

.home-main-products.bigtechparatodomundo .box-home .main-product-info-action {
    display: inline-block;
    float: none;
    margin: auto
}

.home-main-products.bigtechparatodomundo .main-product-title {
    border-bottom: solid 1px #707070;
    padding-bottom: 20px;
    text-align: left
}

@media only screen and (max-width:991px) {
    .home-main-products.bigtechparatodomundo.card-center .main-products .main-product {
        display: block !important;
        width: 50% !important
    }

    .home-main-products.bigtechparatodomundo.card-center .main-products .main-product img {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .home-main-products.bigtechparatodomundo.card-center .main-products .main-product {
        display: block !important;
        width: 100% !important
    }
}



.home-main-products-clean.with-icon .main-product .main-product-click .box-home,
.home-main-products-clean.with-icon .main-product.recommended .main-product-click .box-home {
    height: 370px !important
}

.home-main-products-clean.with-icon .main-product .box-home-visual,
.home-main-products-clean.with-icon .main-product.recommended .box-home-visual {
    height: auto
}

.home-main-products-clean.with-icon .main-product .box-home-img-wrap,
.home-main-products-clean.with-icon .main-product.recommended .box-home-img-wrap {
    display: none
}

.home-main-products-clean.with-icon .main-product .box-home-icon,
.home-main-products-clean.with-icon .main-product.recommended .box-home-icon {
    display: block;
    height: 40px;
    position: relative;
    margin-bottom: 40px
}

.home-main-products-clean.with-icon .main-product .box-home-icon:after,
.home-main-products-clean.with-icon .main-product.recommended .box-home-icon:after {
    content: ' ';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 15px;
    height: 3px;
    background: #d60037;
    will-change: transition;
    transition: width .5s ease
}

.home-main-products-clean.with-icon .main-product .box-home-icon .main-product-icon,
.home-main-products-clean.with-icon .main-product.recommended .box-home-icon .main-product-icon {
    width: 40px;
    height: 40px;
    background: 0 0;
    bottom: 0;
    left: 0;
    transform: none;
    display: block
}

.home-main-products-clean.with-icon .main-product .box-home-icon .main-product-icon:before,
.home-main-products-clean.with-icon .main-product.recommended .box-home-icon .main-product-icon:before {
    line-height: 40px;
    color: #00acc8
}

.home-main-products-clean.with-icon .main-product .box-home-content .main-product-desc,
.home-main-products-clean.with-icon .main-product.recommended .box-home-content .main-product-desc {
    height: 90px
}

.home-main-products-clean.with-icon-bottom-image .main-product {
    width: calc(100% / 4);
}

@media only screen and (max-width:767px) {
    .home-main-products-clean.with-icon-bottom-image .main-product {
        width: 180px !important
    }
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home {
    position: relative;
    background: transparent linear-gradient(180deg, #253746 0, #405f78 100%) 0 0 no-repeat padding-box
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-visual {
    margin-bottom: 10px;
    height: auto
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-visual {
        height: 65px
    }
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-icon,
.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-label {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-icon {
    width: 40px;
    height: 35px;
    position: relative
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-icon .main-product-icon {
    width: 40px;
    height: 35px;
    background: 0 0;
    bottom: 0;
    left: 0;
    transform: none;
    display: block
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-icon .main-product-icon:before {
    line-height: 35px;
    color: #00acc8
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-icon,
.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-label {
    margin-bottom: 10px
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-img-wrap {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 180px;
    height: 175px;
    margin-bottom: 0 !important
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home .box-home-img-wrap .box-home-img {
    height: inherit
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-name h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-name h3 {
        font-size: 14px;
        line-height: 18px
    }
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info {
    position: absolute;
    background: #fff !important;
    background-color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0px 0px 10px 10px;
    left: 0;
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-price {
    margin-top: 20px
}

@media only screen and (max-width:991px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-price {
        display: none
    }
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-price-top {
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-price-main {
        font-size: 16px;
        line-height: 20px
    }
}

.home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-action {
    background: #00c2e0;
    color: #fff
}

@media only screen and (min-width:992px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-action {
        position: absolute;
        top: 20px;
        left: 0;
        opacity: 0;
        will-change: transition;
        transition: opacity .5s ease
    }
}

@media only screen and (max-width:991px) {
    .home-main-products-clean.with-icon-bottom-image .main-product .main-product-click .box-home-content .main-product-info .main-product-info-action {
        margin-top: 20px
    }
}

.home-main-products-clean.with-icon-bottom-image .slick-slider .slick-dots button {
    background: #d2d5d9;
    border-color: #d2d5d9
}

@media only screen and (max-width:991px) {
    .home-main-products-clean.sidebar {
        display: none
    }
}

.home-main-products-clean.sidebar .main-product {
    width: 100%;
    padding-bottom: 0 !important;
    border-bottom: none !important
}

.home-main-products-clean.sidebar .main-product .main-product-click .box-home,
.home-main-products-clean.sidebar .main-product.recommended .main-product-click .box-home {
    height: auto !important
}

.home-main-products-clean.sidebar .main-product .main-product-click .box-home .box-home-visual,
.home-main-products-clean.sidebar .main-product.recommended .main-product-click .box-home .box-home-visual {
    height: auto;
    margin-bottom: 10px
}

.home-main-products-clean.sidebar .main-product .box-home-content .main-product-info,
.home-main-products-clean.sidebar .main-product.recommended .box-home-content .main-product-info {
    display: flex;
    align-items: flex-start;
    align-content: flex-start
}

.home-main-products-clean.sidebar .main-product .box-home-content .main-product-info .main-product-info-price,
.home-main-products-clean.sidebar .main-product .box-home-content .main-product-info .main-product-info-price .main-product-info-price-main,
.home-main-products-clean.sidebar .main-product.recommended .box-home-content .main-product-info .main-product-info-price,
.home-main-products-clean.sidebar .main-product.recommended .box-home-content .main-product-info .main-product-info-price .main-product-info-price-main {
    margin-bottom: 0
}

.home-main-products-clean.sidebar .main-product .box-home-content .main-product-info .main-product-info-action,
.home-main-products-clean.sidebar .main-product.recommended .box-home-content .main-product-info .main-product-info-action {
    width: 180px
}

.home-main-products-clean.sidebar .main-product .main-product-click .box-home {
    background: #f2f4f5
}

.home-main-products-clean .slick-slider {
    top: -20px
}

.home-main-products-clean .slick-slider .slick-track {
    padding-top: 20px
}

.home-main-products-clean .slick-slider .slick-dots button {
    background: #f2f4f5;
    border-color: #f2f4f5;
    width: 10px;
    height: 10px
}

.home-main-products-clean .slick-slider .slick-dots .slick-active button {
    background: #00acc8;
    border-color: #00acc8
}

.home-main-products-clean .main-product .main-product-click,
.home-main-products-clean .main-product.recommended .main-product-click {
    position: relative;
    top: 0;
    will-change: transition;
    transition: top .5s ease;
    overflow: visible
}

.home-main-products-clean .main-product .main-product-click a,
.home-main-products-clean .main-product.recommended .main-product-click a {}

.home-main-products-clean .main-product .main-product-click .label-recommended,
.home-main-products-clean .main-product.recommended .main-product-click .label-recommended {
    background: #00acc8;
    height: 20px;
    line-height: 20px;
    padding: 0 15px;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    will-change: transition;
    transition: background .5s ease;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.home-main-products-clean .main-product .main-product-click .box-home,
.home-main-products-clean .main-product.recommended .main-product-click .box-home {
    padding: 0px;
    height: auto;
}

.home-main-products-clean .main-product .main-product-click .box-home div {
    position: unset !important;
    display: inline-block !important;
    height: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    padding: 0;
}

@media only screen and (max-width:991px) {

    .home-main-products-clean .main-product .main-product-click .box-home,
    .home-main-products-clean .main-product.recommended .main-product-click .box-home {
        min-height: auto !important
    }
}

.home-main-products-clean .main-product .main-product-click .box-home .box-home-visual,
.home-main-products-clean .main-product.recommended .main-product-click .box-home .box-home-visual {
    height: auto;
    display: inline-grid !important;
}

.home-main-products-clean .main-product .main-product-click .box-home .box-home-visual .box-home-img-wrap,
.home-main-products-clean .main-product.recommended .main-product-click .box-home .box-home-visual .box-home-img-wrap {
    margin-bottom: 10px
}

.home-main-products-clean .main-product .box-home-icon,
.home-main-products-clean .main-product.recommended .box-home-icon {
    display: inline-grid !important;
}

.home-main-products-clean .main-product .box-home-img-wrap,
.home-main-products-clean .main-product.recommended .box-home-img-wrap {
    margin-bottom: 20px
}

.home-main-products-clean .main-product .box-home-img-wrap,
.home-main-products-clean .main-product .box-home-img-wrap .box-home-img,
.home-main-products-clean .main-product.recommended .box-home-img-wrap,
.home-main-products-clean .main-product.recommended .box-home-img-wrap .box-home-img {
    height: auto;
}

.home-main-products-clean .main-product .box-home-img-wrap .box-home-img,
.home-main-products-clean .main-product.recommended .box-home-img-wrap .box-home-img {
    border: none
}

.home-main-products-clean .main-product .box-home-img-wrap .box-home-img img,
.home-main-products-clean .main-product.recommended .box-home-img-wrap .box-home-img img {
    display: block;
    position: relative;
}

#log-div {
    float: left;
    display: block;
    padding: 10px 10px;
}

.home-main-products-clean .main-product .box-home-content .main-product-desc,
.home-main-products-clean .main-product .box-home-content .main-product-name,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-name {
    display: block !important;
    text-align: left !important;
    height: 50px;
    margin-top: 5px;
}

.home-main-products-clean .main-product .box-home-content .main-product-desc p,
.home-main-products-clean .main-product .box-home-content .main-product-name h3,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc p,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-name h3 {
    display: block;
    text-align: left
}

.home-main-products-clean .main-product .box-home-content .main-product-name h3,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-name h3 {
    font-size: 20px !important;
    font-weight: 800 !important;
    text-transform: initial;
    color: #21a97f !important;
    animation: shake 2s infinite;
    padding: 0 !important;
    margin: 0 !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-desc,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc {
    height: auto !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-info,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info {
    border: none;
    padding: 0;
    line-height: normal !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-price {
    margin: 0px;
    display: block;
    height: auto;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
    color: #9264cd;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price {
    position: relative;
    top: 0px;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price-main,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-price-main {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    color: #40cf11;
    width: 100%;
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price-main .main-product-info-price-bottom,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-price-main .main-product-info-price-bottom {
    display: block;
    color: inherit;
    font-size: 12px;
    margin-left: 0px;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-action,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-action {
    width: 100%;
    padding: 10px;
    border: 0 !important;
    border-radius: 0 !important;
}

.home-main-products-clean .main-product .list-features,
.home-main-products-clean .main-product.recommended .list-features {
    text-align: center;
}

.home-main-products-clean .main-product .list-features li,
.home-main-products-clean .main-product.recommended .list-features li {
    text-transform: none
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc p,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-name h3 {
    color: #fff
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-name {
    position: relative;
    height: 65px
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-name:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 3px;
    background: #d60037;
    will-change: transition;
    transition: width .5s ease
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-name h3 {
    font-size: 24px
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-info {
    border: none;
    padding: 0
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-price-main {
    color: #f48f32
}

.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-action {
    width: 100%
}

.home-main-products-clean .main-product.recommended .list-features {
    margin-top: -30px !important
}

@media only screen and (max-width:991px) {
    .home-main-products-clean .main-product.recommended .list-features {
        margin-top: -15px !important
    }
}

.home-main-products-clean .main-product.recommended .list-features li {
    display: block;
    margin-bottom: 5px
}

.home-main-products-clean .main-product.recommended .list-features li span {
    will-change: transition;
    transition: background .5s ease;
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    background: #00acc8;
    display: inline-block;
    padding: 0 5px;
    color: #fff
}

.home-main-products-clean .main-product .box-home-label span {
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #9264cd;
    -o-border-radius: 4px 0;
    -webkit-border-radius: 4px 0;
    -moz-border-radius: 4px 0;
    border-radius: 4px 0;
    padding: 2px 5px
}

@media only screen and (max-width:991px) {
    #clubedebeneficios .home-main-products .box-home {
        height: inherit !important
    }
}

.split-section {
    position: relative
}

@media only screen and (max-width:991px) {
    .split-section.two-items .inner {
        flex-direction: column
    }

    .split-section.two-items .inner .split-info {
        text-align: left
    }
}

@media only screen and (min-width:992px) {
    .split-section.two-items .split-item {
        flex-basis: 48%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .split-section.two-items .split-title {
        margin-bottom: 0
    }

    .split-section.two-items .split-info {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .split-section.two-items .split-icon-area {
        grid-area: icon
    }

    .split-section.two-items .split-title {
        grid-area: title
    }

    .split-section.two-items .split-info {
        grid-area: info
    }

    .split-section.two-items .split-item.has-icon {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 200px 1fr;
        grid-template-areas: "icon title" "icon info"
    }
}

.split-section.has-middle-background {
    padding-top: 30px
}

.split-section.has-middle-background:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #253746;
    z-index: 1;
    display: block;
    content: ' '
}

@media only screen and (max-width:991px) {
    .split-section.has-middle-background:before {
        height: 170px
    }
}

@media only screen and (max-width:767px) {
    .split-section.has-middle-background:before {
        height: 150px
    }
}

.split-section .inner {
    display: flex;
    justify-content: space-between
}

.split-section .split-item {
    flex-basis: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 30px
}

@media only screen and (max-width:767px) {
    .split-section .split-item {
        padding: 20px
    }
}

.split-section .split-item.has-icon {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px
}

.split-section .split-item.has-icon .split-icon-area {
    order: 1;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: end;
    background: url(../images/home/barras.svg?v=1.16.12) no-repeat top left;
    background-size: 121px 130px;
    margin-right: 20px
}

.split-section .split-item.has-icon .split-icon-area .icon {
    font-size: 55px;
    background: #fff;
    color: #00acc8;
    padding: calc(5px * 3);
    margin: 5px 0;
    border-radius: 50%;
    position: relative
}

.split-section .split-item.has-icon .split-icon-area .split-item-label {
    display: inline-block;
    padding: 1px 5px;
    background-color: #374d5e;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: 'Inter', sans-serif;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.split-section .split-item.has-icon .split-icon-area .split-item-label:not(:last-child) {
    margin-bottom: 5px
}

.split-section .split-item.has-icon .split-icon-area .split-item-label:nth-of-type(1) {
    margin-right: calc(5px * (1 + 1))
}

.split-section .split-item.has-icon .split-icon-area .split-item-label:nth-of-type(2) {
    margin-right: calc(5px * (2 + 1))
}

.split-section .split-item.has-icon .split-info {
    order: 2;
    width: 100%
}

@media only screen and (max-width:767px) {
    .split-section .split-item.has-icon .split-info {
        text-align: center
    }
}

.split-section .split-banner,
.split-section .split-info {
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width:991px) {

    .split-section .split-banner,
    .split-section .split-info {
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:992px) {
    .split-section .split-banner {
        padding-right: 20px
    }
}

.split-section .split-banner img {
    width: 100%;
    height: auto
}

@media only screen and (max-width:991px) {
    .split-section .split-banner img {
        margin: 0 auto
    }
}

@media only screen and (min-width:992px) {
    .split-section .split-info {
        width: calc(100% - 570px)
    }
}

@media only screen and (max-width:991px) {
    .split-section .split-info {
        width: 100%;
        margin-top: 20px
    }
}

.split-section .split-title {
    font-family: 'Inter', sans-serif;

    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    color: #2b2f33;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .split-section .split-title {
        font-size: 20px
    }
}

.split-section .split-subtitle {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: regular;
    text-transform: none;
    color: #6e777f;
    line-height: 18px;
    margin-bottom: 20px
}

.panel-about {
    padding-bottom: 60px
}

.panel-about.small-title-nav .navigation .item .label-nav {
    font-size: 14px
}

.panel-about.dark-white .navigation:after {
    background-color: #e5e5e5
}

.panel-about.dark-white .panel-cards .cp_card .description .description-text a {
    color: #777;
    will-change: transition;
    transition: all .2s ease;
    text-decoration: underline
}

.panel-about.dark-white .panel-cards .cp_card .description .description-text a:hover {
    color: #4d4d4d;
    cursor: pointer;
    text-decoration: underline
}

.panel-about.few-items .navigation ul {
    padding: 0 80px
}

.panel-about.title-tab .navigation .item .label-nav {
    font-size: 13px
}

.panel-about .navigation {
    float: left;
    width: 83.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 8.33333333%;
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .panel-about .navigation {
        width: 100%;


    }
}

.panel-about .navigation ul {
    display: flex;
    width: auto;
    height: 48px;
    margin: 0 auto
}

.panel-about .navigation .item {
    will-change: transition;
    transition: all .2s ease;
    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00acc8;
    position: relative;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0 auto
}

.panel-about .navigation .item .label-nav {
    background: 0 0;
    position: relative;
    padding: 0 15px;
    display: inline-block;
    height: 100%;
    font-size: 16px;
    color: #00acc8
}

.panel-about .navigation .item .label-nav:after {
    will-change: transition;
    transition: all .2s ease;
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: transparent;
    top: calc(100% - 2px);
    left: 0;
    border-top-color: #e5e5e5
}

.panel-about .navigation .item .label-nav:hover:after {
    height: 2px;
    background-color: #9264cd
}

.panel-about .navigation .item.active .label-nav {
    color: #333
}

.panel-about .navigation .item.active .label-nav:after {
    height: 4px;
    background-color: #9264cd
}

.panel-about .navigation:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e5e5e5
}

.panel-about .panel-cards {
    float: left;
    width: 83.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 8.33333333%;
    padding: 0
}

@media only screen and (max-width:767px) {
    .panel-about .panel-cards {
        width: 100%;


    }
}

.panel-about .panel-cards .cp_card .mobile-header {
    background: 0 0;
    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit
}

.panel-about .panel-cards .cp_card .mobile-header:before {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: 4px;
    background-color: #9264cd;
    left: 0;
    bottom: -2px;
    margin-left: 5px;
    border: none
}

.panel-about .panel-cards .cp_card .mobile-header:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc
}

.panel-about .panel-cards .cp_card .description .cta {
    white-space: initial
}

.panel-about .panel-cards .cp_card .description .section-title {
    padding: 0 0 20px;
    text-align: left
}

.panel-about .panel-cards .cp_card .description .section-title h2 {
    font-size: 32px;
    line-height: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .panel-about .panel-cards .cp_card .description .section-title h2 {
        font-size: 28px;
        line-height: 32px
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-cards .cp_card .description .section-title h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.panel-about .panel-cards .cp_card .description ul {
    list-style: disc;
    margin-left: 20px;
    text-align: left;
    color: #6e777f
}

.panel-about .panel-image-list {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #fff
}

.panel-about .panel-image-list:before {
    content: '';
    clear: both;
    display: block;
    height: 0
}

.panel-about .panel-image-list li {
    display: inline-table;
    margin-right: -4px;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .panel-about .panel-image-list li {
        width: 100%;


    }
}

.panel-about .panel-image-list li:nt-child(3n+1) {
    content: '';
    clear: both;
    display: block;
    height: 0
}

.panel-about .panel-image-list li .panel-image-list-item-content {
    max-width: 305px;
    margin: 0 auto
}

.panel-about .panel-image-list li picture {
    display: block;
    margin-bottom: 20px
}

.panel-about .panel-image-list li picture img {
    max-width: 100%;
    height: auto
}

.panel-about .panel-image-list li .description {
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #fff
}

.panel-about .panel-vitrine {
    clear: both
}

.panel-about .panel-vitrine>li {
    width: 100%;
    display: none
}

.panel-about .panel-vitrine>li.active {
    display: flex
}

.panel-about .panel-vitrine.gray-cards .panel-vitrine-cards .box-vitrine-card {
    background-color: #f2f4f5
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine.open-vitrine-mobile .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine.open-vitrine-mobile .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-description {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards>li {
        max-height: 115px
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card {
        flex-direction: row
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content {
        width: calc(100% - 105px)
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
        height: 35px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width:991px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-description {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card picture {
        width: 105px;
        height: 115px
    }
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine:not(.open-vitrine-mobile) .panel-vitrine-cards .box-vitrine-card picture img {
        height: inherit
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.panel-about .panel-vitrine .panel-vitrine-cards>li {
    display: flex;
    justify-content: center;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    position: relative;
    top: 0;
    will-change: transition;
    transition: top .5s ease;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .panel-about .panel-vitrine .panel-vitrine-cards>li {
        width: 237px
    }
}

@media only screen and (min-width:992px) {
    .panel-about .panel-vitrine .panel-vitrine-cards>li {
        width: 302px
    }
}

@media only screen and (min-width:1154px) {
    .panel-about .panel-vitrine .panel-vitrine-cards>li {
        width: 360px
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards>li:hover {
    top: -10px;
    will-change: transition;
    transition: top .5s ease
}

@media only screen and (max-width:767px) {
    .panel-about .panel-vitrine .panel-vitrine-cards>li {
        width: 100%
    }

    .panel-about .panel-vitrine .panel-vitrine-cards>li:not(:last-child) {
        margin-bottom: 20px
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards .vitrine-card.full-text .box-vitrine-card .box-vitrine-card-content .vitrine-card-description,
.panel-about .panel-vitrine .panel-vitrine-cards .vitrine-card.full-text .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
    height: auto
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 360px;
    background-color: #fff;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card {
        width: 300px
    }
}

@media only screen and (max-width:991px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card {
        width: calc(100% - 15px)
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card picture img {
    max-width: 100%;
    height: auto
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content {
    padding: 40px 30px
}

@media only screen and (max-width:991px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content {
        padding: 20px
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-description,
.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
    overflow: hidden
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
    font-family: 'Inter', sans-serif;

    font-size: 20px;
    font-weight: 700;
    text-transform: none;
    color: #2b2f33;
    line-height: 24px;
    margin-bottom: 20px;
    height: 50px
}

@media only screen and (min-width:768px) and (max-width:1153px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-title {
        height: 40px;
        font-size: 16px;
        line-height: 20px
    }
}

.panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-description {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #6e777f;
    line-height: 18px;
    height: 55px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-description {
        font-size: 12px;
        line-height: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .panel-about .panel-vitrine .panel-vitrine-cards .box-vitrine-card .box-vitrine-card-content .vitrine-card-button {
        margin: 0 auto
    }
}

.panel-about.small-title .section-title h2 {
    font-size: 28px
}

.panel-about[data-type=slider] .panel-cards .slick-prev {
    left: -40px
}

.panel-about[data-type=slider] .panel-cards .slick-next {
    right: -40px
}

.panel-about[data-type=alternate] .panel-cards .cp_card {
    margin-bottom: 60px
}

.panel-about[data-type=alternate] .panel-cards .cp_card.right .thumb,
.panel-about[data-type=alternate] .panel-cards .cp_card:nth-child(even) .thumb {
    float: right;
    margin-right: 0;
    margin-left: 20px
}

.panel-about[data-type=alternate] .panel-cards .cp_card:last-of-type {
    margin-bottom: 0
}

.panel-about[data-type=alternate] .panel-cards .cp_card .thumb-video {
    height: 100%;
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1.77777778
}

@media only screen and (min-width:768px) {
    .panel-about .panel-cards .cp_card .description {
        width: calc(100% - 500px);
        float: right;
        padding-bottom: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .panel-about.big-nav .navigation {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .panel-about .panel-cards .cp_card .thumb {
        width: 55%
    }

    .panel-about .panel-cards .cp_card .description {
        width: 40%
    }
}

@media only screen and (max-width:991px) {
    .panel-about.big-nav .navigation .item span {
        font-size: 13px;
        padding: 0
    }

    .panel-about .navigation {
        width: 100%;
        margin-left: 0
    }

    .panel-about .navigation .item span {
        padding: 0
    }

    .panel-about .panel-cards {
        overflow: hidden
    }

    .panel-about .panel-cards .cp_card {
        padding: 0
    }

    .panel-about .panel-cards .cp_card .thumb img {
        width: 100%;
        height: auto
    }

    .panel-about .panel-cards .cp_card .description .description-text {
        font-size: 15px
    }

    .panel-about .panel-cards .cp_card .description .description-text a {
        color: #00acc8
    }

    .panel-about .panel-cards .cp_card .description .description-text a:hover {
        text-decoration: underline
    }

    .panel-about .panel-cards .cp_card .description .description-title {
        margin-bottom: 10px
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card {
        margin-bottom: 40px
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card .thumb-video {
        max-width: 400px
    }

    .panel-about .panel-cards-video {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:415px) and (min-width:320px) {
    .panel-about .navigation.navigation-vitrine ul {
        flex-direction: column;
        height: auto
    }

    .panel-about .navigation.navigation-vitrine:after {
        display: none
    }

    .panel-about .navigation.navigation-vitrine .item,
    .panel-about .navigation.navigation-vitrine .item button {
        width: 100%
    }

    .panel-about .navigation.navigation-vitrine .item:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #d2d5d9
    }
}

@media only screen and (max-width:767px) {
    .panel-about {
        padding-bottom: 40px
    }

    .panel-about .navigation:not(.navigation-vitrine) {
        display: none
    }

    .panel-about .panel-cards .cp_card {
        padding: 0 10px
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card .description h3 {
        margin-bottom: 10px
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card .thumb-video-box {
        display: flex;
        margin: 0 auto 20px
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card .thumb-video-box .thumb-video {
        margin: 0 auto
    }

    .panel-about[data-type=alternate] .panel-cards .cp_card .thumb-video-box:after {
        content: '';
        clear: both;
        display: block;
        height: 0
    }
}

.home-bottom-product {
    background: #f2f4f5;
    padding: 30px 0;
    overflow: hidden
}

.home-bottom-product.sob-consulta .product-info .product-cta {
    margin-top: 40px
}

.home-bottom-product.auto-width-button .section-cta .product-cta {
    width: auto;
    min-width: 240px
}

.home-bottom-product .product-image {
    float: left;
    width: 66.66666667%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    height: 380px;
    position: relative;
    padding: 0
}

@media only screen and (max-width:767px) {
    .home-bottom-product .product-image {
        width: 99%;


    }
}

.home-bottom-product .product-image img {
    width: 100%;
    height: 380px
}

.home-bottom-product .product-info {
    float: left;
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    background: #fff;
    padding: 30px 30px 0;
    height: 380px
}

@media only screen and (max-width:767px) {
    .home-bottom-product .product-info {
        width: 99%;


    }
}

.home-bottom-product .product-info .product-name {
    color: #00acc8;
    text-align: left;
    font-family: Ubuntu;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    font-style: normal
}

.home-bottom-product .product-info .product-title {
    font-style: normal;
    margin: 10px 0 15px;
    text-align: left;
    font-family: Ubuntu;
    letter-spacing: 0;
    color: #2b2f33;
    font-weight: lighter;
    font-size: 24px;
    line-height: 28px;
    opacity: 1
}

.home-bottom-product .product-info .product-title span {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #6e777f
}

.home-bottom-product .product-info .product-desc li {
    margin-bottom: 11px;
    color: #6e777f;
    text-align: left;
    font: normal normal normal 14px/18px ArialMT;
    letter-spacing: 0;
    opacity: 1
}

.home-bottom-product .product-info .product-desc li:before {
    content: "";
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid #00acc8;
    border-radius: 50%;
    margin: 4px 5px 0 0
}

.home-bottom-product .product-info .product-disclaimer {
    color: #6e777f;
    font: normal normal normal 14px/18px ArialMT;
    letter-spacing: 0
}

.home-bottom-product .product-info .product-price {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: none;
    text-transform: #777;
    color: inherit;
    text-align: center
}

.home-bottom-product .product-info .product-price .main {
    font-family: 'Inter', sans-serif;

    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    color: #00acc8;
    margin-bottom: 0;
    line-height: 25px
}

.home-bottom-product .section-cta {
    display: flex;
    justify-content: center
}

.home-bottom-product .section-cta .product-cta {
    width: 240px;
    margin: 20px auto 10px
}

@media only screen and (min-width:992px) and (max-width:1153px) {
    .home-bottom-product .product-info .product-name {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    .home-bottom-product {
        padding: 20px
    }

    .home-bottom-product .product-image {
        float: left;
        width: 58.33333333%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0;
        padding: 0
    }

    .home-bottom-product .product-image img {
        width: 100%;
        height: 100%
    }

    .home-bottom-product .product-info {
        float: left;
        width: 41.66666667%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0
    }

    .home-bottom-product .product-info .product-title {
        font-size: 24px;
        line-height: 28px
    }

    .home-bottom-product .product-info .product-name {
        font-size: 12px;
        margin-top: 20px
    }

    .home-bottom-product .product-info .product-desc li {
        font-size: 14px;
        line-height: 18px
    }
}

@media only screen and (max-width:991px) and only screen and (max-width:767px) {
    .home-bottom-product .product-image {
        width: 99%;


    }
}

@media only screen and (max-width:991px) and only screen and (max-width:767px) {
    .home-bottom-product .product-info {
        width: 99%;


    }
}

@media only screen and (max-width:767px) {
    .home-bottom-product .product-image {
        float: left;
        width: 99%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0;
        padding: 0;
        height: auto
    }

    .home-bottom-product .product-info {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0;
        height: auto;
        padding-bottom: 20px
    }

    .home-bottom-product .product-info .product-title {
        font-size: 20px;
        line-height: 24px
    }

    .home-bottom-product .product-cta {
        width: 100%
    }
}

@media only screen and (max-width:767px) and only screen and (max-width:767px) {
    .home-bottom-product .product-image {
        width: 99%;


    }
}

@media only screen and (max-width:767px) and only screen and (max-width:767px) {
    .home-bottom-product .product-info {
        width: 99%;


    }
}

@media only screen and (min-width:1154px) {
    .home-bottom-product .product-image {
        width: 630px
    }

    .home-bottom-product .product-info {
        width: calc(100% - 630px)
    }
}

@media only screen and (max-width:1153px) {
    #bling.home-bottom-product .product-cta {
        margin: 15px auto 10px
    }

    #bling.home-bottom-product .product-info .product-desc li {
        margin-bottom: 7px
    }
}

@media only screen and (min-width:992px) {

    .home-bottom-product.LDC .inner,
    .home-bottom-product.alternate .inner,
    .home-bottom-product.clic-lead .inner,
    .home-bottom-product.etus .inner {
        display: flex
    }

    .home-bottom-product.LDC .inner .product-image,
    .home-bottom-product.alternate .inner .product-image,
    .home-bottom-product.clic-lead .inner .product-image,
    .home-bottom-product.etus .inner .product-image {
        order: 2
    }
}

@media only screen and (max-width:991px) {

    .home-bottom-product.LDC .inner,
    .home-bottom-product.alternate .inner,
    .home-bottom-product.clic-lead .inner,
    .home-bottom-product.etus .inner {
        display: flex
    }

    .home-bottom-product.LDC .inner .product-image,
    .home-bottom-product.alternate .inner .product-image,
    .home-bottom-product.clic-lead .inner .product-image,
    .home-bottom-product.etus .inner .product-image {
        order: 2
    }
}

@media only screen and (max-width:767px) {

    .home-bottom-product.LDC .inner,
    .home-bottom-product.alternate .inner,
    .home-bottom-product.clic-lead .inner,
    .home-bottom-product.etus .inner {
        display: block
    }
}

.home-magazine .magazine {
    display: inline-table;
    margin-right: -4px;
    width: 83.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 0;
    padding: 0;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width:767px) {
    .home-magazine .magazine {
        width: 99%;


    }
}

.home-magazine .info {
    display: inline-table;
    margin-right: -4px;
    width: 58.33333333%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 8.33333333%;
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .home-magazine .info {
        width: 99%;


    }
}

.home-magazine .title {
    width: 100%;
    color: #333;
    font-size: 32px;
    font-family: 'Inter', sans-serif;

    font-weight: 300
}

.home-magazine .title span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    margin-bottom: 15px
}

.home-magazine .subtitle {
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 700;
    color: #777
}

.home-magazine .desc {
    font-family: 'Inter', sans-serif;

    font-size: 16px;
    font-weight: 400;
    color: #777
}

.home-magazine .other-issues {
    margin-left: 30px;
    vertical-align: middle;
    color: #6cf;
    text-decoration: underline
}

.home-magazine .magazine-cover-wrapper {
    display: inline-table;
    margin-right: -4px;
    width: 16.66666667%;
    box-sizing: border-box;
    padding: 0 20px;
    min-height: 1px;
    margin-left: 8.33333333%;
    display: table-cell;
    padding: 0
}

@media only screen and (max-width:767px) {
    .home-magazine .magazine-cover-wrapper {
        width: 99%;


    }
}

.home-magazine .magazine-cover {
    display: block;
    width: auto;
    height: 100%
}

.home-magazine .button-primary {
    width: 220px
}

@media only screen and (max-width:991px) {
    .home-magazine .button-primary {
        width: 185px
    }
}

@media only screen and (max-width:991px) {
    .home-magazine .title {
        font-size: 26px
    }

    .home-magazine .subtitle {
        font-size: 14px
    }

    .home-magazine .desc {
        font-size: 14px
    }

    .home-magazine .other-issues {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .home-magazine .magazine {
        display: block
    }

    .home-magazine .info {
        display: inline-table;
        margin-right: -4px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0;
        display: block
    }

    .home-magazine .magazine-cover-wrapper {
        display: none
    }

    .home-magazine .other-issues {
        clear: both;
        float: left;
        margin-top: 30px;
        margin-left: 0
    }
}

@media only screen and (max-width:767px) and only screen and (max-width:767px) {
    .home-magazine .info {
        width: 99%;


    }
}

.home-full-banner {
    position: relative;
    overflow-x: hidden;
    height: 200px
}

.home-full-banner .home-full-banner-image img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.partner.small-title .partner-in h3 {
    font-size: 15px
}

.partner.no-title .partner-in {
    margin-top: 0
}

.partner.dark-white-partner .partner-in {
    background-color: ;
}

.partner .partner-in {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
    padding: 0px;
    background: #fff;
    width: auto;
    margin: 0 0 20px 0 !important;
}

@media only screen and (max-width:767px) {
    .partner .partner-in {
        width: 99%;


    }
}

.partner .partner-in .partner-logo {
    float: left;
    padding: 10px 10px 10px 10px;
    margin-right: 0px;
    border-right: solid 1px #e5e5e5
}

.partner .partner-in h4 {
    font-size: 20px;
    text-align: center;
    color: #FF3131;
    text-shadow: 0px 0px 1px black;
    padding: 20px;
}

.partner .partner-in h3 {
    font-family: 'Inter', sans-serif;

    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    color: #333;
    margin-bottom: 25px
}

.partner .partner-in p {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #777;
    width: 600px;
    padding: 0 30px 20px 30px;
}

.partner .partner-in .partner-link {
    font-family: 'Inter', sans-serif;

    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #777;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    padding-left: calc(30px / 2);
    position: relative
}

.partner .partner-in .partner-link:before {
    font-family: dyn__megazord-pro-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\EAF2";
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0
}

.partner .partner-in .partner-link:hover {
    text-decoration: none
}

.lw-footer .inner .partner-in p {
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
    float: left;
    color: #24ff00;
    font-size: 14px;
    line-height: normal;
    font-weight: 999;
}

.lw-footer .inner .partner-in h4 {
    font-size: 30px;
    text-align: center;
    color: #ff3131;
    padding: 0;
    margin: 0 auto 15px;
    display: block !important;
    width: auto !important;
    float: unset;
    font-weight: 673;
}

.lw-footer .inner .partner-in h4 img {
    margin: 0 auto;
    display: block;
}

.partner.bg-dark .partner-in {
    background-color: #fff
}

#main-title {
    width: 100%;
    text-align: center;
    font-family: 'Inter', sans-serif;

    font-weight: bold;
    font-size: 24px;
    background-color: #ff0000;
    color: #e4ff00;
    padding: 10px;
    margin: 0 10px 20px 10px;
}

#main-description {
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    background-color: #000000c7;
    color: greenyellow;
    padding: 15px 15px;
    margin: 0 auto;
    font-family: 'Inter';
    width: 100%;
    float: unset;
    border-radius: 10px;
    border: 2px dashed red;
}

details {
    border-radius: 0;
    padding: 0.5em 0.5em 0;
    line-height: 1.6;
    position: relative;
    z-index: 99999;
    color: crimson;
}

details[open] {
    padding: 0.5em;
}

.partner {
    width: 800px;
    clear: both;
    margin: 0 auto;
    float: unset;
}

@media only screen and (max-width:991px) {
    .partner .partner-in {
        float: left;
        width: 99%;
        box-sizing: border-box;
        padding: 0 20px;
        min-height: 1px;
        margin-left: 0;
        padding: 40px
    }
}

@media only screen and (max-width:991px) and only screen and (max-width:767px) {
    .partner .partner-in {
        width: 99%;


    }
}

@media only screen and (max-width:767px) {
    .partner .partner-in {
        text-align: center
    }

    .partner .partner-in .partner-logo {
        border: none;
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .partner .partner-in .partner-logo img {
        display: inline-block
    }

    .partner .partner-in h3,
    .partner .partner-in p {
        float: none
    }
}

.home-adcast:hover .slick-next,
.home-adcast:hover .slick-prev {
    opacity: 0
}

.home-full-banner {
    background-color: #3d2f2c
}

@media only screen and (max-width:769px) and (min-width:768px) {
    .home-full-banner .home-full-banner-image img {
        left: 50%
    }
}

@media only screen and (max-width:991px) {
    .home-full-banner.megazord-pro-digital-conference {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .home-main-products>.inner {
        margin-top: 40px
    }

    .home-main-products .slick-dots {
        bottom: -55px
    }

    .home-main-products .slick-track {
        padding-top: 20px
    }

    .home-main-products .main-product-title {
        display: none
    }

    .mobile-break {
        display: none
    }
}

.home-main-products-clean .main-product .main-product-click .box-home div {
    position: relative !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center !important;
    padding: 0;
    top: 0;
}

.home-main-products-clean .main-product .main-product-click .box-home div {
    position: relative !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center !important;
    padding: 0;
    top: 0;
}

.home-main-products-clean .main-product .main-product-click .box-home div {
    position: relative !important;
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    text-align: center !important;
    padding: 0;
    top: 0;
}

.home-main-products-clean .main-product .box-home-img-wrap .box-home-img img,
.home-main-products-clean .main-product.recommended .box-home-img-wrap .box-home-img img {
    display: block;
    position: relative;
    top: 100px;
}

@media only screen and (max-width: 991px) {
    .home-main-products .box-home {
        height: unset !important;
    }
}

.home-main-products .box-home {
    height: unset !important;
}

.home-main-products-clean .main-product .main-product-click .box-home div {
    position: unset !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0px !important;
    width: 90%;
}

.home-main-products-clean .main-product .main-product-click .box-home,
.home-main-products-clean .main-product.recommended .main-product-click .box-home {
    padding: 0px;
    height: auto !important;
}

@media only screen and (max-width: 991px) {

    .home-main-products-clean .main-product .main-product-click .box-home,
    .home-main-products-clean .main-product.recommended .main-product-click .box-home {
        height: auto !important;
    }
}

.home-main-products-clean .main-product .box-home-content .main-product-desc p,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-desc p {
    font-size: 20px;
    color: #ff00c8;
    font-family: 'Inter', sans-serif;
    display: block;
    height: auto;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    margin: 0 auto 5px;
    line-height: 1.6;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price {
    position: unset !important;
}

.home-main-products-clean .main-product .box-home-content .main-product-info .main-product-info-price,
.home-main-products-clean .main-product.recommended .box-home-content .main-product-info .main-product-info-price {
    color: #0041f7;
    padding: 0px;
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 2;
}


.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: 60%;
    border-right: 1px dashed red;
}

.offcanvas-header img {
    width: 100%;
    height: auto;
}

.offcanvas-body p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: system-ui;
    color: yellow;
}

.offcanvas.offcanvas-start {
    top: 75px !important;
    left: 0 !important;
    width: 28% !important;
    border-right: 2px solid red !important;
    background: #030303;
    color: #61fb03;
    text-align: center;
    position: absolute;
    z-index: 999999999;
    height: 100%;

}

.ds-markdown--block p:first-of-type {
    color: rgb(255 255 255);
}

#about_megazordpro {
    background: red;
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.client-login-buttons {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border: 0;
}

@media only screen and (min-width: 200px) and (max-width: 650px) {
    #products ul {
        width: 100% !important;
    }
}

#products ul {
    width: 90% !important;
    margin: 0px auto !important;
}

.home-main-products-clean {
    height: auto;
    margin: 0 !important;
    width: 100% !important;
    display: block;
}

@media only screen and (min-width: 200px) and (max-width: 650px) {
    #products ul {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
    #products ul {
        width: 100%;
        padding: 0 !important;
        margin: 0 auto;
        display: block;
    }
}

.offcanvas-title {
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: math-auto;
    text-align: center;
    font-family: 'Inter', sans-serif;

}

.offcanvas-title p {
    margin: 10px 10px;
    font-family: 'Inter', sans-serif;

}

.offcanvas-title p strong {
    font-weight: bold;
    color: #ff03f7;
    font-family: 'Inter', sans-serif;

    text-transform: none;
    font-size: 1.6rem;
}

.offcanvas-title p b {
    color: #e4ff00;
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;

    /* Light green color that's easy to read on dark backgrounds */
}

.offcanvas-title p b strong {
    color: #ff03f7;
    font-size: 1.8rem;
    text-transform: capitalize;
    position: relative;
    top: 10px;
    font-family: 'Inter', sans-serif;

}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 30% !important;
    height: 100vh;
    background-color: #000;
    opacity: .8 !important;
    border: 2px solid red;
}