/* Minification failed. Returning unminified contents.
(1380,17): run-time error CSS1035: Expected colon, found '.'
(1763,20): run-time error CSS1046: Expect comma, found '139'
(1763,26): run-time error CSS1046: Expect comma, found ')'
(1770,20): run-time error CSS1046: Expect comma, found '139'
(1770,26): run-time error CSS1046: Expect comma, found ')'
(1835,20): run-time error CSS1046: Expect comma, found '139'
(1835,26): run-time error CSS1046: Expect comma, found ')'
(1866,20): run-time error CSS1046: Expect comma, found '139'
(1866,26): run-time error CSS1046: Expect comma, found ')'
(2070,19): run-time error CSS1046: Expect comma, found '139'
(2070,25): run-time error CSS1046: Expect comma, found ')'
(2071,20): run-time error CSS1046: Expect comma, found '139'
(2071,26): run-time error CSS1046: Expect comma, found ')'
(2135,19): run-time error CSS1046: Expect comma, found '139'
(2135,25): run-time error CSS1046: Expect comma, found ')'
(2136,20): run-time error CSS1046: Expect comma, found '139'
(2136,26): run-time error CSS1046: Expect comma, found ')'
(2718,48): run-time error CSS1046: Expect comma, found '122'
(2718,54): run-time error CSS1046: Expect comma, found '/'
(2819,48): run-time error CSS1046: Expect comma, found '255'
(2819,56): run-time error CSS1046: Expect comma, found '/'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.separator {
  border-color: white;
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right-width: 2px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.topnav {
    overflow: hidden;
    background-color: #f08b2d;
    transition: 0.4s;
/*    position: fixed;
*/    width: 100%;
    top: 0;
    z-index: 99;
    display: flex;
    height: 4em;
    align-items: center;
    width:100%;
}

.topnav > div:first-of-type {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 5em;
}

.topnav div#topnav-submenu a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a.icon:hover {
    background-color: #f08b2d;
    position: absolute;
    left: 0;
}

.topnav .icon {
    display: none;
}

.topnav img#img_logo_mobile {
    display: none;
    max-width: 12em;
}

.topnav img#img_logo_full {
    display: initial;
    max-width: 14em;
    float: left;
}

.topnav ul {
    list-style: none;
    padding-left: 0;
    min-width: 20em;
}

.topnav ul li {
    font-family: Heebo;
    border-bottom: 1px solid white;
}

.topnav ul li a {
    text-align: left !important;
}

.topnav .social-icons {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.topnav .social-icons a {
    padding-right:20px;
}

.topnav .social-icons-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px
}

@media screen and (max-width: 600px) {
    a.sec-cta {
        max-width: 80%;
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .topnav .social-icons {
        display: flex;
        justify-content: flex-end;
        position: relative;
        left:200px;
    }

    .topnav #topnav-submenu {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
        position: absolute;
        left: 0;
    }

    .topnav .icon svg {
        fill: white;
        width: 3em;
        height: 3em;
    }

    .topnav img#img_logo_mobile {
        display: initial;
        margin-top: 1em;
    }

    .topnav img#img_logo_full {
        display: none;
    }

    .topnav div#topnav-linemenu {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        background-color: #272a2f;
        transition: 0.4s; /* Adds a transition effect when the padding is decreased */
        position: fixed; /* Sticky/fixed navbar */
        width: 100%;
        top: 0; /* At the top */
        z-index: 99;
        display: flex;
        height: 100vh;
    }

    .topnav.responsive #topnav-submenu {
        margin-top: 4em;
        width: 100%;
        float: left;
        display: block;
        position: absolute;
        left: 0em;
    }

    .topnav.responsive .icon {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #272a2f;
    }

    .topnav.responsive div#topnav-submenu a {
        float: none;
        display: block;
        text-align: left;
        text-align: center;
    }

    .topnav .icon svg {
        fill: white;
        width: 3em;
        height: 3em;
    }

    .topnav img#img_logo_mobile {
        display: initial;
        position: absolute;
        left: 5em;
        top: 0;
    }

    .topnav img#img_logo_full {
        display: none;
    }

    .topnav.responsive a.logo_mobile {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 1em;
        margin-top: -1.75em;
    }

    .topnav div#topnav-linemenu {
        display: none;
    }
}


@media screen and (min-width: 601px) {
    #img_logo_full {
        width: 170px;
    }

    a.logo_mobile {
        display: none;
    }

    .topnav > div:first-of-type {
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 3em;
    }

    div#topnav-submenu {
        display: none;
    }

    .topnav .icon {
        display: none;
    }

    .topnav div#topnav-linemenu {
        display: flex;
        align-items: center;
        float: left;
        height: 3em;
        margin-left: 2.2em;
    }

    .topnav div#topnav-linemenu ul li {
        display: inline;
        padding-right: 0.4em;
        border-bottom: none;
        color: white;
    }

    .topnav div#topnav-linemenu ul li a {
        text-decoration: none;
        border-bottom: none;
        color: white;
        font-family: Heebo;
        font-size: 11pt;
        text-shadow: #00000085 1px 1px 5px;
    }

    .topnav div#topnav-linemenu ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid white;
    }
}


@media screen and (min-width: 1018px) {

    #img_logo_full {
        width: 190px;
    }

    a.logo_mobile {
        display: none;
    }

    div#topnav-submenu {
        display: none;
    }

    .topnav .icon {
        display: none;
    }

    .topnav div#topnav-linemenu {
        display: flex;
        align-items: center;
        float: left;
        height: 3em;
        margin-left: 2.2em;
    }

    .topnav div#topnav-linemenu ul li {
        display: inline;
        padding-right: 0.5em;
        border-bottom: none;
        color: white;
    }

    .topnav div#topnav-linemenu ul li a {
        text-decoration: none;
        border-bottom: none;
        color: white;
        font-family: Heebo;
        font-size: 11pt;
        text-shadow: #00000085 1px 1px 5px;
    }

    .topnav div#topnav-linemenu ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid white;
    }
}

@media screen and (min-width: 1130px) {
    #img_logo_full {
        width: 210px;
    }

    a.logo_mobile {
        display: none;
    }

    div#topnav-submenu {
        display: none;
    }

    .topnav .icon {
        display: none;
    }

    .topnav div#topnav-linemenu {
        display: flex;
        align-items: center;
        float: left;
        height: 3em;
        margin-left: 2.2em;
    }

    .topnav div#topnav-linemenu ul li {
        display: inline;
        padding-right: 1em;
        border-bottom: none;
        color: white;
    }

    .topnav div#topnav-linemenu ul li a {
        text-decoration: none;
        border-bottom: none;
        color: white;
        font-family: Heebo;
        font-size: 12pt;
        text-shadow: #00000085 1px 1px 5px;
    }

    .topnav div#topnav-linemenu ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid white;
    }
}

@media screen and (min-width: 1310px) {
    a.logo_mobile {
        display: none;
    }

    div#topnav-submenu {
        display: none;
    }

    .topnav .icon {
        display: none;
    }

    .topnav div#topnav-linemenu {
        display: flex;
        align-items: center;
        float: left;
        height: 3em;
        margin-left: 7em;
    }

    .topnav div#topnav-linemenu ul li {
        display: inline;
        padding-right: 1.2em;
        border-bottom: none;
        color: white;
    }

    .topnav div#topnav-linemenu ul li a {
        text-decoration: none;
        border-bottom: none;
        color: white;
        font-family: Heebo;
        font-size: 13pt;
        text-shadow: #00000085 1px 1px 5px;
    }

    .topnav div#topnav-linemenu ul li a:hover {
        text-decoration: none;
        border-bottom: 1px solid white;
    }
}
@font-face {
    font-family: 'Montserrat-BlackItalic';
    src: url(/css/fontes/Montserrat-BlackItalic.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(/css/fontes/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(/css/fontes/Montserrat-Bold.ttf);
}

div.chat-badge {
    background-image: url(/assets/wdlbrasil/img/chat_badge.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 88px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 16000003;
    width: 279px;
    right: 10px;
    bottom: 30px;
    display:none;
}

section.secarea {
    /*padding-top: 3em;
    padding-bottom: 3em;*/
    padding-left: 0em;
    padding-right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Heebo;
}

section.secarea div.div-section {
    min-width: 60%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin:20px 0;
}

section p {
    font-family: Heebo;
}

section h2 {
    font-family: Heebo;
}

section p.p-center {
    text-align: center;
}

section p.sec-header, section h2.sec-header{
    color: white;
    font-size: 3em;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: center;
}

section p.sec-header.orange {
    color: #f08b2d;
}

    section h2.sec-header.designer {
        font-family: "Montserrat";
        font-style: italic;
        font-weight: 900;
    }

.sec-cta {
    min-width: 50%;
    width: 100%;
    border-radius: 2em;
    border: 0;
    height: 2em;
    font-size: 1.75em;
    font-family: "Montserrat";
    line-height: 1em;
    font-weight: bold;
    max-width: 730px;
}

a.sec-cta {
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    padding: 0 1em;
    font-family: 'Montserrat'
}

section.sec-blue {
    background-color: #0b5ec5;
}

section.sec-orange {
    background-color: #f08b2d;
}

section.sec-white {
    background-color: #ffffff;
}

section.sec-black {
    background-color: #000000;
}

section.sec-gray {
    background-color: #f4f4f4;
}

section.sec-blue p,
section.sec-blue h2,
section.sec-orange p,
section.sec-orange h2,
section.sec-black p {
    color: white;
}

section.sec-blue button,
section.sec-black button {
    color: white;
}

section.sec-blue button {
    background-color: #f08b2d;
}

section.sec-black button {
    background-color: #c39e2a;
}

section.sec-black a.sec-cta {
    background-color: #c39e2a;
    color: white;
}

    section.sec-black a.sec-cta:hover {
        background-color: white;
        color: #c39e2a;
    }

section.sec-blue a.sec-cta {
    background-color: #f08b2d;
    color: white;
    font-size: 1.4rem;
}

    section.sec-blue a.sec-cta:hover {
        background-color: white;
        color: #f08b2d;
    }

ul.ul-inline-menu {
    font-size: 0.8em;
    margin-top: 2em;
}

    ul.ul-inline-menu li {
        display: inline;
        padding-right: 2em;
    }

    ul.ul-inline-menu a {
        color: white;
        text-decoration: none;
        padding-bottom: 0.2em;
        display: inline-flex;
        margin-bottom: 0.75em;
    }

        ul.ul-inline-menu a:hover {
            border-bottom: 1px solid white;
        }

section.sec-faq {
    background-color: white;
    padding: 0 3em 3em 3em;
}

    section.sec-faq h2.sec-header {
        color: #f08b2d;
        margin-top: 1em;
    }

    section.sec-faq p.sec-subheader {
        color: #6e6969;
        text-align: center;
        font-size: 1.25em;
        font-weight: 300;
        margin-top: 0;
    }

div.div-warranty {
    color: #6e6969;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    div.div-warranty img {
        float: left;
        margin-right: 4em;
    }

    div.div-warranty p.p-text {
        font-size: 1.25em;
        font-weight: 300;
    }

    div.div-warranty p.p-title {
        font-size: 2.25em;
        font-weight: bold;
        line-height: 1.25em;
    }

    div.div-warranty p.p-subtitle {
        font-weight: bolder;
        font-size: 1.25em;
        margin: 0;
        line-height: 1em;
    }

div.div-faq {
    min-width: 70%;
    max-width: 960px;
    width: 100%;
}
    div.div-faq b {
        text-decoration: none;
        font-size: 1.25em;
        color: #f39c2b;
        font-weight: normal;
    }

    div.div-faq a {
        text-decoration: none;
        font-size: 1.25em;
        color: #f39c2b;
    }

    div.div-faq ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div.div-faq ul li {
            background-color: #f2f2f2;
            padding: 0.75em 1em;
            margin-bottom: 1em;
        }

            div.div-faq ul li div.div-question {
                display: flex;
                justify-content: space-between;
            }

button.faq-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #f39c2b;
    cursor: pointer;
}

    button.faq-arrow svg {
        color: white;
        width: 1em;
        height: 1.5em;
    }

div.div-faq div.div-answer {
    display: none;
}

    div.div-faq div.div-answer p {
        font-size: 1.25em;
        font-weight: 300;
        color: #545454;
    }

div.div-faq div.div-answer-show {
    display: block;
}

div.div-faq div.div-answer-hide {
    display: none;
}

section.sec-hero div.div-section {
    max-width: 90%;
    color: white;
}

section.sec-hero p.sec-header {
    font-size: 36px;
    text-align: left;
    width: 100%;
}

section.sec-hero h1.sec-header {
    font-size: 36px;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat'
}

section.sec-hero h1.sec-header-logo {
    font-size: 56px;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Montserrat'
}

section.sec-hero h1.sec-header-papelaria {
    font-size: 56px;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Montserrat'
}

section.sec-hero h1.sec-header-nome {
    font-size: 66px;
    text-align: center;
    width: 100%;
    line-height: 0.8;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Montserrat'
}
    section.sec-hero h1.sec-header-nome span {
        font-size: 48px;
    }

    section.sec-hero p.sec-subheader {
        font-size: 26px;
        text-align: left;
        width: 100%;
        section .sec-hero div.image-full img margin-bottom: 2em;
    }

section.sec-hero h2.sec-subheader {
    font-size: 26px;
    text-align: left;
    width: 100%;
    margin-bottom: 2em;
    font-family: 'Montserrat'
}

section.sec-hero p.sec-subheader-logo {
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 1;
    font-family: 'Montserrat'
}

section.sec-hero h1.sec-header-planos {
    font-size: 56px;
    color: #f08b2d;
    text-align: center;
    width: 100%;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Montserrat'
}

section.sec-hero p.sec-subheader-planos {
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 1;
    font-family: 'Montserrat';
    color: #7a7a7a;
}

section.sec-hero p.sec-subheader-papelaria {
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 1;
    font-family: 'Montserrat';
    margin: 1.8em;
}

section.sec-hero p.sec-subheader-nome {
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 1;
    font-family: 'Montserrat'
}

p.sec-planos {
    font-size: 16px;
    text-align: left;
    width: 100%;
    /*margin-bottom: 2em;*/
    margin-left: 0.5em;
    margin-right: 1em;
    font-family: 'Montserrat'

}

h3.sec-planos {
    font-size: 16px;
    text-align: center;
    width: 100%;
    /*margin-bottom: 2em;*/
    margin-left: 0.5em;
    margin-right: 1em;
    font-family: 'Montserrat'
}

h3.sec-planos {
    font-size: 16px;
    text-align: center;
    vertical-align:middle;
    width: 100%;
    /*margin-bottom: 2em;*/
    font-family: 'Montserrat';
    color: #7a7a7a;
}

div.bullet-planos {
    border-top: solid;
    border-top-width: thin;
    border-top-color: #1260c6;
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: #1260c6;
    height: 174px;
    width: 132px;
}

section.sec-hero a.sec-cta,
section.sec-hero button.sec-cta {
    background-color: #0b5ec5;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.55rem;
    margin-bottom: 37px;
}

    section.sec-hero a.sec-cta:hover,
    section.sec-hero button.sec-cta:hover {
        background-color: white;
        color: #0b5ec5;
    }

div.div-grid-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

div.div-grid-line-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 2;
}

div.div-grid-line ul li {
    line-height: 1.5em;
    font-size: 1em;
    color: white;
    font-weight: 500;
}

section#beneficios svg {
    color: rgba(183, 109, 0, 1) !important;
    fill: rgba(183, 109, 0, 1) !important;
    width: 6em;
    height: auto;
}

section#beneficios div.div-grid-line {
    max-width: 90%;
}

    section#beneficios div.div-grid-line div,
    section#site-features div.div-grid-line div {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        padding: 1em 3em;
    }

        section#beneficios div.div-grid-line div p {
            font-family: Montserrat;
            font-size: 1.1em;
            font-style: italic;
            /*padding: 1em 2em;*/
            margin: 0;
            max-width: 13em;
        }

        section#beneficios div.div-grid-line div h3 {
            font-family: Montserrat;
            font-size: 1.1em;
            font-style: italic;
            /*padding: 1em 2em;*/
            margin: 0;
            max-width: 13em;
        }

section#portifolio-itens p.sec-header {
    font-size: 2em;
}

section#sera-que-funciona p.sec-header {
    margin-top: 0.3em;
    color: #f08b2d;
    font-size: 3.5em;
}

section#sera-que-funciona p.sec-subheader {
    color: #7e7e7e;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
}

section#sera-que-funciona div.div-grid-line div img {
    padding: 1em;
}

section#quem-somos div.div-grid-line div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 1em 4em;
}

    section#quem-somos div.div-grid-line div svg {
        max-width: 7em;
        color: white;
        fill: white;
        display: flex;
        align-self: center;
    }

section#quem-somos div.div-grid-line p.sec-header,
section#quem-somos div.div-grid-line h2.sec-header,
section#quem-somos div.div-grid-line p.p-subtitle {
    text-align: left;
}

section#quem-somos div.div-grid-line p.p-subtitle {
    line-height: 1.5em;
    font-size: 1em;
}

section#quem-somos div.div-grid-line ul li {
    line-height: 1.5em;
    font-size: 1em;
    color: white;
    font-weight: 500;
    margin-top: 8px!important;
}

section#quem-somos div.div-grid-line ul li:first-of-type {
    margin-top: 0!important;
}

section#quem-somos div.div-grid-line p.p-center {
    line-height: 1.5em;
    font-size: 1em;
    color: white;
    font-weight: 500;
}

section#quem-somos div.div-grid-line a {
    color: white;
}

section.sec-precos p.sec-header, section.sec-precos h2.sec-header{
    color: #f08b2d;
    margin-top: 0.3em;
}

section.sec-precos p.sec-subheader {
    color: #7e7e7e;
    font-weight: 300;
    font-size: 1.25em;
}

    section.sec-precos p.sec-subheader strong {
        font-weight: 800;
    }

div.div-prices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

div.div-planos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

div.div-prices-a,
div.div-prices-b,
div.div-prices-c,
div.div-prices-d {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-items: center;
    text-align: center;
    max-width: 18em;
    font-weight: 300;
}

    div.div-prices-a ul,
    div.div-prices-b ul,
    div.div-prices-c ul,
    div.div-prices-d ul {
        list-style: none;
        padding-left: 0;
    }

        div.div-prices-a ul li,
        div.div-prices-b ul li,
        div.div-prices-c ul li,
        div.div-prices-d ul li {
            font-size: 1em;
            font-weight: 300;
            line-height: 1.6em;
        }

            div.div-prices-a ul li strong,
            div.div-prices-b ul li strong,
            div.div-prices-c ul li strong,
            div.div-prices-d ul li strong {
                font-weight: 700;
            }

div.div-planos-a,
div.div-planos-b,
div.div-planos-c,
div.div-planos-d {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    align-items: center;
    text-align: center;
    max-width: 18em;
    font-weight: 300;
    font-family: 'Montserrat';
}

    div.div-planos-a ul,
    div.div-planos-b ul,
    div.div-planos-c ul,
    div.div-planos-d ul {
        list-style: none;
        padding-left: 0;
    }

        div.div-planos-a ul li,
        div.div-planos-b ul li,
        div.div-planos-c ul li,
        div.div-planos-d ul li {
            font-size: 1em;
            font-weight: 300;
            line-height: 1.6em;
        }

            div.div-planos-a ul li strong,
            div.div-planos-b ul li strong,
            div.div-planos-c ul li strong,
            div.div-planos-d ul li strong {
                font-weight: 700;
            }

div.div-prices svg {
    max-width: 5em;
}

div.div-planos svg {
    max-width: 5em;
}

div.div-prices-a p.p-title,
div.div-prices-b p.p-title,
div.div-prices-c p.p-title,
div.div-prices-d p.p-title,
div.div-prices-a h3.p-title,
div.div-prices-b h3.p-title,
div.div-prices-c h3.p-title,
div.div-prices-d h3.p-title {
    font-weight: bold;
    font-size: 2em;
}

div.div-prices-a p.p-title,
div.div-prices-d p.p-title,
div.div-prices-a h3.p-title,
div.div-prices-d h3.p-title {
    color: rgb(240 139 45);
}

div.div-planos-a p.p-title,
div.div-planos-b p.p-title,
div.div-planos-c p.p-title,
div.div-planos-d p.p-title {
    color: rgb(240 139 45);
    font-style: italic;
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 2em;
}

div.div-planos-a p.p-subtitle,
div.div-planos-b p.p-subtitle,
div.div-planos-c p.p-subtitle,
div.div-planos-d p.p-subtitle {
    color: #1260c6;
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
}


div.div-prices-b p.p-title,
div.div-prices-c p.p-title,
div.div-prices-b h3.p-title,
div.div-prices-c h3.p-title {
    color: white;
    padding-top: 0.5em;
}

div.div-prices-a hr,
div.div-prices-b hr,
div.div-prices-c hr,
div.div-prices-d hr {
    width: 20%;
    margin-top: 0.5em;
}

div.div-prices-a hr,
div.div-prices-c hr {
    border-top: 1px solid #456ede;
}

div.div-prices-b hr {
    border-top: 1px solid #ffffff;
}

div.div-prices-a p.p-price,
div.div-prices-b p.p-price,
div.div-prices-c p.p-price,
div.div-prices-d p.p-price {
    font-size: 2.25em;
    font-weight: 400;
    margin-bottom: 0;
}

    div.div-prices-a p.p-price small,
    div.div-prices-b p.p-price small,
    div.div-prices-c p.p-price small,
    div.div-prices-d p.p-price small {
        font-size: 0.5em;
    }



div.div-planos-a p.p-title,
div.div-planos-b p.p-title,
div.div-planos-c p.p-title,
div.div-planos-d p.p-title {
    color: rgb(240 139 45);
    font-style: italic;
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 2em;
}


div.div-planos-b p.p-title {
    padding-top: 0.5em;
}

div.div-planos-a hr,
div.div-planos-b hr,
div.div-planos-c hr {
    width: 20%;
    margin-top: 0.5em;
}

div.div-planos-a hr,
div.div-planos-c hr {
    border-top: 1px solid #456ede;
}

div.div-planos-b hr {
    border-top: 1px solid #ffffff;
}

div.div-planos-a p.p-price,
div.div-planos-b p.p-price,
div.div-planos-c p.p-price {
    color: rgb(240 139 45);
    font-size: 6em;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat';
}

    div.div-planos-a p.p-price small,
    div.div-planos-b p.p-price small,
    div.div-planos-c p.p-price small {
        font-size: 0.5em;
    }

a.button-buy-now,
button.button-buy-now {
    padding: 1em;
    background-color: white;
    border: 1px solid #456ede;
    width: 10em;
    border-radius: 0.1em;
    font-weight: 800;
    font-size: 1.1em;
    color: #456ede;
}

div.div-prices-a p.p-price,
div.div-prices-d p.p-price {
    color: rgb(69, 110, 222);
}

div.div-prices-a svg,
div.div-prices-d svg {
    color: rgba(69, 110, 222, 1) !important;
    fill: rgba(69, 110, 222, 1) !important;
}

div.div-prices-b svg,
div.div-prices-c svg {
    color: white;
    fill: white;
}

div.div-planos-a svg,
div.div-planos-c svg {
    color: rgba(69, 110, 222, 1) !important;
    fill: rgba(69, 110, 222, 1) !important;
}

div.div-planos-b svg {
    color: white;
    fill: white;
}

div.div-prices-a {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: white;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.div-prices-b {
    background-color: rgba(69, 110, 222, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: rgba(69, 110, 222, 1) !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: white;
}

div.div-prices-d {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: white !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.div-prices-c {
    background-color: rgba(69, 110, 222, 1) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: rgba(69, 110, 222, 1) !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1em;
    margin-bottom: 1em;
    color: white;
}


div.div-planos-b {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: white !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    z-index: 2;
}
div.div-planos-a,
div.div-planos-c {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
    border-top-style: solid !important;
    border-top-color: white;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

section#pilares p.p-title {
    text-align: left;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
}

section#pilares p.p-text {
    text-align: left;
    width: 100%;
    font-size: 1.25em;
    margin-bottom: 1em;
    line-height: 1.4em;
    font-weight: 300;
    margin-top: 0.5em;
}

    section#pilares p.p-text strong {
        font-weight: 700;
    }

section#pilares div.div-section div {
    padding: 0em 5em;
    max-width: 70%;
}


section#como_funciona p.sec-header {
    color: #f08b2d;
    margin-top: 0.3em;
}

section#como_funciona p.sec-subheader {
    font-weight: 300;
    font-size: 1.25em;
}

section#como_funciona p.sec-subheader {
    color: #7e7e7e;
}

    section#bonus p.sec-subheader strong,
    section#ainda-inseguro p.sec-subheader strong,
    section#conheca-mais p.sec-subheader strong,
    section#na-midia p.sec-subheader strong {
        font-weight: 800;
    }

section#como_funciona svg {
    max-width: 4em;
    fill: rgb(240 139 45);
    color: rgb(240 139 45);
}

section#como_funciona div.div-grid-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 80%;
    width: initial;
}

section#como_funciona div.svg-image {
    max-width: 6em;
}

section#como_funciona .image-texto {
    color: #6d6d6d;
    font-family: "Montserrat";
    width: 10em;
    white-space: nowrap;
}



section#como_funciona div.div-grid-line div,
section#ainda-inseguro div.div-grid-line div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 0.5em 0.5em;
    align-items: center;
}





section#bonus p.sec-header {
    color: #f08b2d;
    margin-top: 0.3em;
}

section#bonus p.sec-subheader,
section#ainda-inseguro p.sec-subheader,
section#conheca-mais p.sec-subheader,
section#na-midia p.sec-subheader {
    font-weight: 300;
    font-size: 1.25em;
}

section#bonus p.sec-subheader {
    color: #7e7e7e;
}

    section#bonus p.sec-subheader strong,
    section#ainda-inseguro p.sec-subheader strong,
    section#conheca-mais p.sec-subheader strong,
    section#na-midia p.sec-subheader strong {
        font-weight: 800;
    }

section#bonus svg {
    max-width: 4em;
    fill: rgb(240 139 45);
    color: rgb(240 139 45);
}

section#bonus div.div-grid-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 80%;
}

section#bonus div.div-grid-line div,
section#ainda-inseguro div.div-grid-line div {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 1em 2em;
    align-items: center;
}


section#ainda-inseguro div.div-grid-line {
    margin-top: 2em;
}

    section#ainda-inseguro div.div-grid-line div {
        align-self: center;
    }

section#ainda-inseguro p.sec-subheader {
    color: white;
}

section#ainda-inseguro p.p-center {
    font-size: 1.25em;
}

section#ainda-inseguro p.p-subtitle {
    font-size: 1.5em;
}

section#conheca-mais div.div-grid-line div {
    padding: 1em;
}

section#conheca-mais div.div-grid-line p.p-center {
    font-size: 1.1em;
    margin-bottom: 0;
}

section#conheca-mais p.sec-subheader {
    color: white;
}

section#conheca-mais div.div-grid-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2em;
    width: 100%;
}

section#experimente div.image-full img {
    max-width: 26em;
}

section#sem-magica p.sec-header {
    color: #f08b2d;
    font-weight: 600;
    font-size: 2em;
    max-width: 70%;
    margin-top: 0.5em;
}

section#sem-magica p.sec-subheader {
    color: #7e7e7e;
    font-weight: 300;
    font-size: 1em;
    max-width: 70%;
}

section#sem-magica svg {
    max-width: 4em;
    color: black;
    fill: black;
    margin-bottom: 2em;
    margin-top: 2em;
}

section#sem-magica a,
section#sem-magica button {
    background-color: #f08b2d;
    color: white;
    margin-bottom: 1.5em;
    font-size: 1.3rem;
}

section#depoimentos h2.sec-header {
    color: #f08b2d;
    font-size: 3em;
}

section#depoimentos p.sec-subheader {
    color: #7e7e7e;
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
}

div.div-img-depoimento img {
    margin-bottom: 0.5em;
    width: 95%;
    margin-top: 0.5em;
}

section#depoimentos svg {
    color: rgba(160, 216, 221, 1) !important;
    fill: rgba(160, 216, 221, 1) !important;
    max-width: 2em;
}
.div-benefits {
    margin-bottom: 24px;
}

@media only screen and (max-width: 600px) {
    .div-benefits  {
        display:none;
    }

    div.jx_ui_Widget,
    div.jx_ui_FullFrame.meshim_widget_Widget {
        display: none !important;
    }
}


.div-benefits .div-grid-line-center {
    gap: 24px;
}
.benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:12px;
}
.benefits h3.sec-planos{
    margin: 0;
    font-weight:500;
    line-height:15px;
}
.benefits h3.sec-planos strong {
    font-weight: 800;
    color:#fff;
}

div.div-img-depoimento-especial h3,
div.div-img-depoimento-especial i,
div.div-img-depoimento-especial p {
    color: #736f6f;
}

div.div-img-depoimento-especial h3 {
    font-size: 2em;
}

div.div-img-depoimento-especial h4,
div.div-img-depoimento-especial i,
div.div-img-depoimento-especial p {
    color: #736f6f;
}

div.div-img-depoimento-especial h4 {
    font-size: 2em;
}

div.div-img-depoimento-especial i,
div.div-img-depoimento-especial p {
    font-size: 1.25em;
}

section#depoimentos div.div-grid-line {
    max-width: 80em;
}

    section#wdl-club div.div-grid-line div,
    section#depoimentos div.div-grid-line div {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        padding: 1em 4em;
        justify-content: center;
    }

section#papelaria-6 div.div-grid-line div.div-grid-line-row {
    display: flex;
    flex-basis: 100%;
    flex: 1;
    justify-content: center;
}

section#papelaria-6 p.sec-header {
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}
.howCreateArt {
    display:flex;
    align-content:center;
    flex-direction:column;
    padding: 0 32px 32px;
}
.howCreateArt__title {
    font-size: 2.1rem;
    letter-spacing: 2px;
    line-height: 87px;
    color: #f79642;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
}
.howCreateArt_bullets {
    display: grid;
    gap: 40px;
}
.howCreateArt_bullets_1_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.howCreateArt_bullets_2_row {
    display: grid;
    grid-template-columns: 15% 1fr 1fr 15%;
    gap: 10px;
    grid-template-areas:
        ". a b ."
}
.howCreateArt_bullets_2_row_item1 {
    grid-area: a;
}
.howCreateArt_bullets_2_row_item2 {
    grid-area: b;
}

.howCreateArt__elements {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 24px;
    color: #6d6d6d;
    font-weight: 600;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    gap: 16px;
}
.howCreateArt__elements img {
    width: 120px;
}
.div-section_garantiaImg {
    position: absolute;
    padding-left: 61em;
    padding-top: 8em;
    z-index: 0;
}

@media all and (max-width: 980px) {
    div.div-warranty div img {
        float: unset;
        margin-right: 2em;
    }
}

@media all and (max-width: 948px) {
    div.div-warranty div img {
        float: none;
        margin-right: 0;
    }

    div.div-warranty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    div.div-warranty-text {
        text-align: center;
    }

    div.div-warranty div.div-warranty-text p.p-title {
        font-size: 2em;
        line-height: 1.1em;
    }

    div.div-warranty-text .p-subtitle,
    div.div-warranty-text .p-text, {
        font-size: 1em;
    }
}

    @media all and (max-width: 900px) {
        iframe.video-med, lite-youtube.video-med {
            max-width: 50em;
            max-height: 33em;
            min-width: 24em;
            min-height: 16em;
        }

        iframe.video-small {
            max-width: 50em;
            max-height: 33em;
        }

        iframe.video-big {
            max-width: 50em;
            max-height: 33em;
        }

        img#img-na-midia {
            max-width: 100% !important;
        }

        img#portifolio-centauro {
            max-width: 100%;
        }

        section#sera-que-funciona div.div-grid-line div img {
            padding: 0px;
            margin-bottom: 10px;
            max-width: 100%;
        }

        section#depoimentos div.div-img-depoimento-especial img {
            max-width: 12em;
        }

        section#depoimentos div.div-grid-line div {
            padding: 1em;
            flex: initial;
        }

        img.img-funciona {
            max-width: 24em;
            height: auto;
        }

        section#papelaria-6 img.img_item {
            max-width: 16em;
        }

        section#papelaria-6 div.div_img_item {
            width: 16em;
            height: 16em;
        }

        section#papelaria-6 div.div-grid-line div.div-grid-line-row {
            display: flex;
            flex-direction: column;
            flex-basis: 100%;
            flex: 1;
            justify-content: center;
        }

        section.sec-hero div.image-full img,
        section#experimente div.image-full img {
            max-width: 20em;
        }

        section.sec-hero h1.sec-header-logo {
            font-size: 2rem;
        }

        section.sec-hero p.sec-subheader-logo {
            font-size: 1.3rem;
        }

        section.sec-hero a.sec-cta, section.sec-hero button.sec-cta {
            font-size: 1rem;
            text-align: center;
        }

        .div-benefits .div-grid-line-center {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .div-benefits .div-grid-line-center {
            font-size: 2.5rem;
        }

        .benefits .sec-comprasegura strong {
            color: #fff;
        }

        section.secarea {
            padding: 0 16px;
        }

        section#sera-que-funciona p.sec-subheader {
            font-size: 1.5rem;
        }

        section p.sec-header, section h2.sec-header{
            font-size: 2.5rem;
        }

        section.sec-black a.sec-cta {
            font-size: 1rem;
        }

        section.sec-blue a.sec-cta {
            font-size: 1rem;
            text-align: center;
        }

        section#depoimentos h2.sec-header {
            font-size: 2rem;
        }

        section#sem-magica a, section#sem-magica button {
            font-size: 1rem;
        }

        div.div-warranty div:first-of-type {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        div.div-warranty div img {
            float: unset;
            margin-right: 0;
        }

        section.sec-hero h1.sec-header-nome {
            font-size: 2rem
        }

            section.sec-hero h1.sec-header-nome span {
                font-size: 1.3rem
            }

        section.sec-hero p.sec-subheader-nome {
            font-size: 1.3rem;
        }

        section#sera-que-funciona p.sec-header {
            font-size: 2rem;
        }
    .howCreateArt_bullets_1_row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .howCreateArt_bullets_2_row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        grid-template-areas:
            "a"
            "b"
    }
    .howCreateArt__elements {
        flex-direction: column;
        margin-bottom: 24px;
        text-align: center;
    }
    .howCreateArt__title {
        letter-spacing: 1px;
        line-height: unset;
    }
    .div-section_garantiaImg {
        display:none;
    }
    }

    @media only screen and (min-width: 901px) {
        iframe.video-med, lite-youtube.video-med {
            width: 58em;
            height: 39em;
        }

        iframe.video-small {
            width: 38em;
            height: 24em;
        }

        iframe.video-big {
            width: 72em;
            height: 47em;
        }

        img#img-na-midia {
            max-width: 100% !important;
        }

        img#portifolio-centauro {
            max-width: 64em;
        }

        section#depoimentos div.div-img-depoimento-especial img {
            max-width: 22em;
            margin: 1em;
        }

        img.img-funciona {
            max-width: 50em;
        }

        section#papelaria-6 img.img_item {
            max-width: 20em;
        }

        section#papelaria-6 div.div_img_item {
            width: 20em;
            height: 20em;
        }

        section#papelaria-6 div.div-grid-line div.div-grid-line-row {
            display: flex;
            flex-direction: row;
            flex-basis: 100%;
            flex: 1;
            justify-content: center;
        }

        section.sec-hero div.image-full img,
        section#experimente div.image-full img {
            max-width: 4em;
        }

        section.sec-hero div.image-full img {
            max-width: 4em;
            margin-top: 8px;
        }

        section.sec-hero .sec-cta {
            /*min-width: 30em;*/
        }

        img#img-na-midia {
            max-width: 100% !important;
        }
    }




    /* Portrait and Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
        section#papelaria-6 img.img_item {
            max-width: 12em;
        }

        section#papelaria-6 div.div_img_item {
            width: 12em;
            height: 12em;
        }

        section#sera-que-funciona div.div-grid-line div img {
            max-width: 16em;
        }

        iframe.video-big {
            max-width: 50em;
            max-height: 35em;
        }

        img#img-na-midia {
            max-width: 100% !important;
        }
    }

    section.sec-hero {
        min-height: 28em;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 0 0 1000px rgb(255 122 0 / 85%);
    }

        section.sec-hero div.div-section {
            width: 100%;
        }

        section.sec-hero div.div-grid-line {
            justify-content: center;
        }

    section#main-logo-papelaria.sec-hero {
        background-image: url(/assets/wdlbrasil/img/hero-papelaria.webp);
}

section#main-logo-gratis.sec-hero {
    background-image: url(https://irp-cdn.multiscreensite.com/4deba6da/dms3rep/multi/stock-photo-start-up-of-enterprise-women-leader-the-new-company-self-confident-487666249.jpg);
    }

    section#main-logo.sec-hero {
        background-image: url(/assets/wdlbrasil/img/hero-novo.webp);
    }

.banner-designer {
    background-image: url(/assets/wdlbrasil/img/banner_designer.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    section#main-nomes.sec-hero {
        background-image: url(/assets/wdlbrasil/img/hero-nomes.jpg);
    }

    section#main-sites.sec-hero {
        background-image: url(/assets/wdlbrasil/img/hero-sites.webp);
    }

    section#site-features svg {
        width: 4em;
        color: #b76e1f;
        fill: #b76e1f;
    }

    div.svg-image svg:hover {
        padding-bottom: 1em;
        transition: 0.4s;
    }

    section#site-features div.div-grid-line {
        max-width: 90%;
    }

        section#site-features div.div-grid-line div {
            min-width: 15%;
            text-align: center;
            align-items: center;
        }

            section#site-features div.div-grid-line div div.svg-image,
            section#bonus div.div-grid-line div div.svg-image,
            section#beneficios div.div-grid-line div div.svg-image {
                width: 6em;
                /*height: 6em;*/
                min-width: initial;
                text-align: center;
                align-items: center;
                display: flex;
                flex-direction: row;
                flex-basis: initial;
                flex: initial;
                padding: initial;
                justify-content: center;
            }

    section#beneficios div.div-grid-line div {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    section#wdl-club {
        background-image: url(/assets/wdlbrasil/img/design-ilimitado-background.png);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    html:not([data-scroll="0"]) {
        background-position: bottom;
    }

        html:not([data-scroll="0"]) section#wdl-club {
            background-position: center;
        }

    section#wdl-club p.sec-header {
        text-align: left;
    }

    section#papelaria-6 div.div_img_item {
        box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 85%);
        background-position: center;
        background-size: cover;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: none;
    }

        section#papelaria-6 div.div_img_item p {
            color: #f08b2d;
            font-size: 1.5em;
            font-weight: bold;
        }

section#main-sites h1 {
    font-family: Montserrat-BlackItalic;
    font-size: 45px;
    text-align: center;
}

section#main-sites p {
    font-family: Montserrat-Regular;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    section#main-sites h1 {
        font-family: Montserrat-BlackItalic;
        font-size: 68px;
        text-align: center;
    }

    section#main-sites p {
        font-family: Montserrat-Regular;
        font-size: 33px;
        text-align: center;
        font-weight: 100;
        margin: 0;
    }
}



section#main-sites p span {
    font-family: Montserrat-Bold;
}

@media (max-width: 480px) {

  #main-logo-papelaria h1 {
    font-size: 40px;
  }

  #main-logo-papelaria h2 {
    font-size: 24px;
  }

  #main-logo-papelaria .sec-cta {
    font-size: 14px;
  }

}


.modal {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999;
}

.modal-content {
    margin: 0 auto;
    margin-top: 7%;
    max-width: 600px;
    /*background-color: #eee;*/
    padding: 0;
    /*box-shadow: 0 0 2px #fff;*/
}

.modal-header h1 {
    font-weight: bold;
    text-align: center;
}

.modal-header, .modal-body, .modal-footer {
    /*padding: 10px;*/
}

.modal-header {
    /*background-color: #ccc;*/
    text-align: right;
}

.modal-footer {
    /*background-color: #ccc;*/
}


