@charset "UTF-8";
/*!

 ----
 2018
 -
 landing.studio
 ----

 */
/*
 * Espaçamentos
 */
/*
 * Largura container
 */
/*
 * Paleta de cores
 */
/*
 * Cores semânticas
 */
/*
 * Definições de cores básicas
 */
/*
 * Notificação
 */
/*
 * Gradientes
 */
/*
 * Sombras
 */
/*
 * Etc
 */
/*
 * ui.grid
 */
/*
 * Breakpoint
 */
/*
 * Funções para breakpoint
 */
/*
 * Max
 */
/*
 * # Semantic UI 2.2.14 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Reset
*******************************/
/* Border-Box */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* iPad Input Shadows */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */ }

/* normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic UI 2.2.14 - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
.ui.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0em; }

/*----------------------
      Remove Gutters
-----------------------*/
.ui.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem; }

.ui.relaxed.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.ui[class*="very relaxed"].grid {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

/* Preserve Rows Spacing on Consecutive Grids */
.ui.grid + .grid {
  margin-top: 1rem; }

/*-------------------
       Columns
--------------------*/
/* Standard 16 column */
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  position: relative;
  display: inline-block;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top; }

.ui.grid > * {
  padding-left: 1rem;
  padding-right: 1rem; }

/*-------------------
        Rows
--------------------*/
.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100% !important;
  padding: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/*-------------------
       Columns
--------------------*/
/* Vertical padding when no rows */
.ui.grid > .column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.ui.grid > .row > .column {
  margin-top: 0em;
  margin-bottom: 0em; }

/*-------------------
      Content
--------------------*/
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%; }

/*-------------------
    Loose Coupling
--------------------*/
/* Collapse Margin on Consecutive Grid */
.ui.grid > .ui.grid:first-child {
  margin-top: 0em; }

.ui.grid > .ui.grid:last-child {
  margin-bottom: 0em; }

/* Segment inside Aligned Grid */
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  width: 100%; }

/* Align Dividers with Gutter */
.ui.grid .row + .ui.divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 1rem; }

.ui.grid .column + .ui.vertical.divider {
  height: calc(50% -  1rem); }

/* Remove Border on Last Horizontal Segment */
.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*******************************
           Variations
*******************************/
/*-----------------------
       Page Grid
-------------------------*/
@media only screen and (max-width: 767px) {
  .ui.page.grid {
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 2em;
    padding-right: 2em; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 3%;
    padding-right: 3%; } }

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 15%;
    padding-right: 15%; } }

@media only screen and (min-width: 1920px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 23%;
    padding-right: 23%; } }

/*-------------------
     Column Count
--------------------*/
/* Assume full width with one column */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%; }

/* Grid Based */
.ui[class*="one column"].grid > .row > .column,
.ui[class*="one column"].grid > .column:not(.row) {
  width: 100%; }

.ui[class*="two column"].grid > .row > .column,
.ui[class*="two column"].grid > .column:not(.row) {
  width: 50%; }

.ui[class*="three column"].grid > .row > .column,
.ui[class*="three column"].grid > .column:not(.row) {
  width: 33.33333333%; }

.ui[class*="four column"].grid > .row > .column,
.ui[class*="four column"].grid > .column:not(.row) {
  width: 25%; }

.ui[class*="five column"].grid > .row > .column,
.ui[class*="five column"].grid > .column:not(.row) {
  width: 20%; }

.ui[class*="six column"].grid > .row > .column,
.ui[class*="six column"].grid > .column:not(.row) {
  width: 16.66666667%; }

.ui[class*="seven column"].grid > .row > .column,
.ui[class*="seven column"].grid > .column:not(.row) {
  width: 14.28571429%; }

.ui[class*="eight column"].grid > .row > .column,
.ui[class*="eight column"].grid > .column:not(.row) {
  width: 12.5%; }

.ui[class*="nine column"].grid > .row > .column,
.ui[class*="nine column"].grid > .column:not(.row) {
  width: 11.11111111%; }

.ui[class*="ten column"].grid > .row > .column,
.ui[class*="ten column"].grid > .column:not(.row) {
  width: 10%; }

.ui[class*="eleven column"].grid > .row > .column,
.ui[class*="eleven column"].grid > .column:not(.row) {
  width: 9.09090909%; }

.ui[class*="twelve column"].grid > .row > .column,
.ui[class*="twelve column"].grid > .column:not(.row) {
  width: 8.33333333%; }

.ui[class*="thirteen column"].grid > .row > .column,
.ui[class*="thirteen column"].grid > .column:not(.row) {
  width: 7.69230769%; }

.ui[class*="fourteen column"].grid > .row > .column,
.ui[class*="fourteen column"].grid > .column:not(.row) {
  width: 7.14285714%; }

.ui[class*="fifteen column"].grid > .row > .column,
.ui[class*="fifteen column"].grid > .column:not(.row) {
  width: 6.66666667%; }

.ui[class*="sixteen column"].grid > .row > .column,
.ui[class*="sixteen column"].grid > .column:not(.row) {
  width: 6.25%; }

/* Row Based Overrides */
.ui.grid > [class*="one column"].row > .column {
  width: 100% !important; }

.ui.grid > [class*="two column"].row > .column {
  width: 50% !important; }

.ui.grid > [class*="three column"].row > .column {
  width: 33.33333333% !important; }

.ui.grid > [class*="four column"].row > .column {
  width: 25% !important; }

.ui.grid > [class*="five column"].row > .column {
  width: 20% !important; }

.ui.grid > [class*="six column"].row > .column {
  width: 16.66666667% !important; }

.ui.grid > [class*="seven column"].row > .column {
  width: 14.28571429% !important; }

.ui.grid > [class*="eight column"].row > .column {
  width: 12.5% !important; }

.ui.grid > [class*="nine column"].row > .column {
  width: 11.11111111% !important; }

.ui.grid > [class*="ten column"].row > .column {
  width: 10% !important; }

.ui.grid > [class*="eleven column"].row > .column {
  width: 9.09090909% !important; }

.ui.grid > [class*="twelve column"].row > .column {
  width: 8.33333333% !important; }

.ui.grid > [class*="thirteen column"].row > .column {
  width: 7.69230769% !important; }

.ui.grid > [class*="fourteen column"].row > .column {
  width: 7.14285714% !important; }

.ui.grid > [class*="fifteen column"].row > .column {
  width: 6.66666667% !important; }

.ui.grid > [class*="sixteen column"].row > .column {
  width: 6.25% !important; }

/* Celled Page */
.ui.celled.page.grid {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*-------------------
    Column Width
--------------------*/
/* Sizing Combinations */
.ui.grid > .row > [class*="one wide"].column,
.ui.grid > .column.row > [class*="one wide"].column,
.ui.grid > [class*="one wide"].column,
.ui.column.grid > [class*="one wide"].column {
  width: 6.25% !important; }

.ui.grid > .row > [class*="two wide"].column,
.ui.grid > .column.row > [class*="two wide"].column,
.ui.grid > [class*="two wide"].column,
.ui.column.grid > [class*="two wide"].column {
  width: 12.5% !important; }

.ui.grid > .row > [class*="three wide"].column,
.ui.grid > .column.row > [class*="three wide"].column,
.ui.grid > [class*="three wide"].column,
.ui.column.grid > [class*="three wide"].column {
  width: 18.75% !important; }

.ui.grid > .row > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column,
.ui.column.grid > [class*="four wide"].column {
  width: 25% !important; }

.ui.grid > .row > [class*="five wide"].column,
.ui.grid > .column.row > [class*="five wide"].column,
.ui.grid > [class*="five wide"].column,
.ui.column.grid > [class*="five wide"].column {
  width: 31.25% !important; }

.ui.grid > .row > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column,
.ui.column.grid > [class*="six wide"].column {
  width: 37.5% !important; }

.ui.grid > .row > [class*="seven wide"].column,
.ui.grid > .column.row > [class*="seven wide"].column,
.ui.grid > [class*="seven wide"].column,
.ui.column.grid > [class*="seven wide"].column {
  width: 43.75% !important; }

.ui.grid > .row > [class*="eight wide"].column,
.ui.grid > .column.row > [class*="eight wide"].column,
.ui.grid > [class*="eight wide"].column,
.ui.column.grid > [class*="eight wide"].column {
  width: 50% !important; }

.ui.grid > .row > [class*="nine wide"].column,
.ui.grid > .column.row > [class*="nine wide"].column,
.ui.grid > [class*="nine wide"].column,
.ui.column.grid > [class*="nine wide"].column {
  width: 56.25% !important; }

.ui.grid > .row > [class*="ten wide"].column,
.ui.grid > .column.row > [class*="ten wide"].column,
.ui.grid > [class*="ten wide"].column,
.ui.column.grid > [class*="ten wide"].column {
  width: 62.5% !important; }

.ui.grid > .row > [class*="eleven wide"].column,
.ui.grid > .column.row > [class*="eleven wide"].column,
.ui.grid > [class*="eleven wide"].column,
.ui.column.grid > [class*="eleven wide"].column {
  width: 68.75% !important; }

.ui.grid > .row > [class*="twelve wide"].column,
.ui.grid > .column.row > [class*="twelve wide"].column,
.ui.grid > [class*="twelve wide"].column,
.ui.column.grid > [class*="twelve wide"].column {
  width: 75% !important; }

.ui.grid > .row > [class*="thirteen wide"].column,
.ui.grid > .column.row > [class*="thirteen wide"].column,
.ui.grid > [class*="thirteen wide"].column,
.ui.column.grid > [class*="thirteen wide"].column {
  width: 81.25% !important; }

.ui.grid > .row > [class*="fourteen wide"].column,
.ui.grid > .column.row > [class*="fourteen wide"].column,
.ui.grid > [class*="fourteen wide"].column,
.ui.column.grid > [class*="fourteen wide"].column {
  width: 87.5% !important; }

.ui.grid > .row > [class*="fifteen wide"].column,
.ui.grid > .column.row > [class*="fifteen wide"].column,
.ui.grid > [class*="fifteen wide"].column,
.ui.column.grid > [class*="fifteen wide"].column {
  width: 93.75% !important; }

.ui.grid > .row > [class*="sixteen wide"].column,
.ui.grid > .column.row > [class*="sixteen wide"].column,
.ui.grid > [class*="sixteen wide"].column,
.ui.column.grid > [class*="sixteen wide"].column {
  width: 100% !important; }

/*----------------------
    Width per Device
-----------------------*/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ui.grid > .row > [class*="one wide mobile"].column,
  .ui.grid > .column.row > [class*="one wide mobile"].column,
  .ui.grid > [class*="one wide mobile"].column,
  .ui.column.grid > [class*="one wide mobile"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide mobile"].column,
  .ui.grid > .column.row > [class*="two wide mobile"].column,
  .ui.grid > [class*="two wide mobile"].column,
  .ui.column.grid > [class*="two wide mobile"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide mobile"].column,
  .ui.grid > .column.row > [class*="three wide mobile"].column,
  .ui.grid > [class*="three wide mobile"].column,
  .ui.column.grid > [class*="three wide mobile"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide mobile"].column,
  .ui.grid > .column.row > [class*="four wide mobile"].column,
  .ui.grid > [class*="four wide mobile"].column,
  .ui.column.grid > [class*="four wide mobile"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide mobile"].column,
  .ui.grid > .column.row > [class*="five wide mobile"].column,
  .ui.grid > [class*="five wide mobile"].column,
  .ui.column.grid > [class*="five wide mobile"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide mobile"].column,
  .ui.grid > .column.row > [class*="six wide mobile"].column,
  .ui.grid > [class*="six wide mobile"].column,
  .ui.column.grid > [class*="six wide mobile"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide mobile"].column,
  .ui.grid > .column.row > [class*="seven wide mobile"].column,
  .ui.grid > [class*="seven wide mobile"].column,
  .ui.column.grid > [class*="seven wide mobile"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide mobile"].column,
  .ui.grid > .column.row > [class*="eight wide mobile"].column,
  .ui.grid > [class*="eight wide mobile"].column,
  .ui.column.grid > [class*="eight wide mobile"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide mobile"].column,
  .ui.grid > .column.row > [class*="nine wide mobile"].column,
  .ui.grid > [class*="nine wide mobile"].column,
  .ui.column.grid > [class*="nine wide mobile"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide mobile"].column,
  .ui.grid > .column.row > [class*="ten wide mobile"].column,
  .ui.grid > [class*="ten wide mobile"].column,
  .ui.column.grid > [class*="ten wide mobile"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide mobile"].column,
  .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  .ui.grid > [class*="eleven wide mobile"].column,
  .ui.column.grid > [class*="eleven wide mobile"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide mobile"].column,
  .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  .ui.grid > [class*="twelve wide mobile"].column,
  .ui.column.grid > [class*="twelve wide mobile"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide mobile"].column,
  .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  .ui.grid > [class*="thirteen wide mobile"].column,
  .ui.column.grid > [class*="thirteen wide mobile"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  .ui.grid > [class*="fourteen wide mobile"].column,
  .ui.column.grid > [class*="fourteen wide mobile"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  .ui.grid > [class*="fifteen wide mobile"].column,
  .ui.column.grid > [class*="fifteen wide mobile"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide mobile"].column,
  .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  .ui.grid > [class*="sixteen wide mobile"].column,
  .ui.column.grid > [class*="sixteen wide mobile"].column {
    width: 100% !important; } }

/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.grid > .row > [class*="one wide tablet"].column,
  .ui.grid > .column.row > [class*="one wide tablet"].column,
  .ui.grid > [class*="one wide tablet"].column,
  .ui.column.grid > [class*="one wide tablet"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide tablet"].column,
  .ui.grid > .column.row > [class*="two wide tablet"].column,
  .ui.grid > [class*="two wide tablet"].column,
  .ui.column.grid > [class*="two wide tablet"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide tablet"].column,
  .ui.grid > .column.row > [class*="three wide tablet"].column,
  .ui.grid > [class*="three wide tablet"].column,
  .ui.column.grid > [class*="three wide tablet"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide tablet"].column,
  .ui.grid > .column.row > [class*="four wide tablet"].column,
  .ui.grid > [class*="four wide tablet"].column,
  .ui.column.grid > [class*="four wide tablet"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide tablet"].column,
  .ui.grid > .column.row > [class*="five wide tablet"].column,
  .ui.grid > [class*="five wide tablet"].column,
  .ui.column.grid > [class*="five wide tablet"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide tablet"].column,
  .ui.grid > .column.row > [class*="six wide tablet"].column,
  .ui.grid > [class*="six wide tablet"].column,
  .ui.column.grid > [class*="six wide tablet"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide tablet"].column,
  .ui.grid > .column.row > [class*="seven wide tablet"].column,
  .ui.grid > [class*="seven wide tablet"].column,
  .ui.column.grid > [class*="seven wide tablet"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide tablet"].column,
  .ui.grid > .column.row > [class*="eight wide tablet"].column,
  .ui.grid > [class*="eight wide tablet"].column,
  .ui.column.grid > [class*="eight wide tablet"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide tablet"].column,
  .ui.grid > .column.row > [class*="nine wide tablet"].column,
  .ui.grid > [class*="nine wide tablet"].column,
  .ui.column.grid > [class*="nine wide tablet"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide tablet"].column,
  .ui.grid > .column.row > [class*="ten wide tablet"].column,
  .ui.grid > [class*="ten wide tablet"].column,
  .ui.column.grid > [class*="ten wide tablet"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide tablet"].column,
  .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  .ui.grid > [class*="eleven wide tablet"].column,
  .ui.column.grid > [class*="eleven wide tablet"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide tablet"].column,
  .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  .ui.grid > [class*="twelve wide tablet"].column,
  .ui.column.grid > [class*="twelve wide tablet"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide tablet"].column,
  .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  .ui.grid > [class*="thirteen wide tablet"].column,
  .ui.column.grid > [class*="thirteen wide tablet"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  .ui.grid > [class*="fourteen wide tablet"].column,
  .ui.column.grid > [class*="fourteen wide tablet"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  .ui.grid > [class*="fifteen wide tablet"].column,
  .ui.column.grid > [class*="fifteen wide tablet"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide tablet"].column,
  .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  .ui.grid > [class*="sixteen wide tablet"].column,
  .ui.column.grid > [class*="sixteen wide tablet"].column {
    width: 100% !important; } }

/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
  .ui.grid > .row > [class*="one wide computer"].column,
  .ui.grid > .column.row > [class*="one wide computer"].column,
  .ui.grid > [class*="one wide computer"].column,
  .ui.column.grid > [class*="one wide computer"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide computer"].column,
  .ui.grid > .column.row > [class*="two wide computer"].column,
  .ui.grid > [class*="two wide computer"].column,
  .ui.column.grid > [class*="two wide computer"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide computer"].column,
  .ui.grid > .column.row > [class*="three wide computer"].column,
  .ui.grid > [class*="three wide computer"].column,
  .ui.column.grid > [class*="three wide computer"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide computer"].column,
  .ui.grid > .column.row > [class*="four wide computer"].column,
  .ui.grid > [class*="four wide computer"].column,
  .ui.column.grid > [class*="four wide computer"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide computer"].column,
  .ui.grid > .column.row > [class*="five wide computer"].column,
  .ui.grid > [class*="five wide computer"].column,
  .ui.column.grid > [class*="five wide computer"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide computer"].column,
  .ui.grid > .column.row > [class*="six wide computer"].column,
  .ui.grid > [class*="six wide computer"].column,
  .ui.column.grid > [class*="six wide computer"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide computer"].column,
  .ui.grid > .column.row > [class*="seven wide computer"].column,
  .ui.grid > [class*="seven wide computer"].column,
  .ui.column.grid > [class*="seven wide computer"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide computer"].column,
  .ui.grid > .column.row > [class*="eight wide computer"].column,
  .ui.grid > [class*="eight wide computer"].column,
  .ui.column.grid > [class*="eight wide computer"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide computer"].column,
  .ui.grid > .column.row > [class*="nine wide computer"].column,
  .ui.grid > [class*="nine wide computer"].column,
  .ui.column.grid > [class*="nine wide computer"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide computer"].column,
  .ui.grid > .column.row > [class*="ten wide computer"].column,
  .ui.grid > [class*="ten wide computer"].column,
  .ui.column.grid > [class*="ten wide computer"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide computer"].column,
  .ui.grid > .column.row > [class*="eleven wide computer"].column,
  .ui.grid > [class*="eleven wide computer"].column,
  .ui.column.grid > [class*="eleven wide computer"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide computer"].column,
  .ui.grid > .column.row > [class*="twelve wide computer"].column,
  .ui.grid > [class*="twelve wide computer"].column,
  .ui.column.grid > [class*="twelve wide computer"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide computer"].column,
  .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  .ui.grid > [class*="thirteen wide computer"].column,
  .ui.column.grid > [class*="thirteen wide computer"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide computer"].column,
  .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  .ui.grid > [class*="fourteen wide computer"].column,
  .ui.column.grid > [class*="fourteen wide computer"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide computer"].column,
  .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  .ui.grid > [class*="fifteen wide computer"].column,
  .ui.column.grid > [class*="fifteen wide computer"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide computer"].column,
  .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  .ui.grid > [class*="sixteen wide computer"].column,
  .ui.column.grid > [class*="sixteen wide computer"].column {
    width: 100% !important; } }

/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.grid > .row > [class*="one wide large screen"].column,
  .ui.grid > .column.row > [class*="one wide large screen"].column,
  .ui.grid > [class*="one wide large screen"].column,
  .ui.column.grid > [class*="one wide large screen"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide large screen"].column,
  .ui.grid > .column.row > [class*="two wide large screen"].column,
  .ui.grid > [class*="two wide large screen"].column,
  .ui.column.grid > [class*="two wide large screen"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide large screen"].column,
  .ui.grid > .column.row > [class*="three wide large screen"].column,
  .ui.grid > [class*="three wide large screen"].column,
  .ui.column.grid > [class*="three wide large screen"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide large screen"].column,
  .ui.grid > .column.row > [class*="four wide large screen"].column,
  .ui.grid > [class*="four wide large screen"].column,
  .ui.column.grid > [class*="four wide large screen"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide large screen"].column,
  .ui.grid > .column.row > [class*="five wide large screen"].column,
  .ui.grid > [class*="five wide large screen"].column,
  .ui.column.grid > [class*="five wide large screen"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide large screen"].column,
  .ui.grid > .column.row > [class*="six wide large screen"].column,
  .ui.grid > [class*="six wide large screen"].column,
  .ui.column.grid > [class*="six wide large screen"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide large screen"].column,
  .ui.grid > .column.row > [class*="seven wide large screen"].column,
  .ui.grid > [class*="seven wide large screen"].column,
  .ui.column.grid > [class*="seven wide large screen"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide large screen"].column,
  .ui.grid > .column.row > [class*="eight wide large screen"].column,
  .ui.grid > [class*="eight wide large screen"].column,
  .ui.column.grid > [class*="eight wide large screen"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide large screen"].column,
  .ui.grid > .column.row > [class*="nine wide large screen"].column,
  .ui.grid > [class*="nine wide large screen"].column,
  .ui.column.grid > [class*="nine wide large screen"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide large screen"].column,
  .ui.grid > .column.row > [class*="ten wide large screen"].column,
  .ui.grid > [class*="ten wide large screen"].column,
  .ui.column.grid > [class*="ten wide large screen"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide large screen"].column,
  .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  .ui.grid > [class*="eleven wide large screen"].column,
  .ui.column.grid > [class*="eleven wide large screen"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide large screen"].column,
  .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  .ui.grid > [class*="twelve wide large screen"].column,
  .ui.column.grid > [class*="twelve wide large screen"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide large screen"].column,
  .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  .ui.grid > [class*="thirteen wide large screen"].column,
  .ui.column.grid > [class*="thirteen wide large screen"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  .ui.grid > [class*="fourteen wide large screen"].column,
  .ui.column.grid > [class*="fourteen wide large screen"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  .ui.grid > [class*="fifteen wide large screen"].column,
  .ui.column.grid > [class*="fifteen wide large screen"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide large screen"].column,
  .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  .ui.grid > [class*="sixteen wide large screen"].column,
  .ui.column.grid > [class*="sixteen wide large screen"].column {
    width: 100% !important; } }

/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
  .ui.grid > .row > [class*="one wide widescreen"].column,
  .ui.grid > .column.row > [class*="one wide widescreen"].column,
  .ui.grid > [class*="one wide widescreen"].column,
  .ui.column.grid > [class*="one wide widescreen"].column {
    width: 6.25% !important; }
  .ui.grid > .row > [class*="two wide widescreen"].column,
  .ui.grid > .column.row > [class*="two wide widescreen"].column,
  .ui.grid > [class*="two wide widescreen"].column,
  .ui.column.grid > [class*="two wide widescreen"].column {
    width: 12.5% !important; }
  .ui.grid > .row > [class*="three wide widescreen"].column,
  .ui.grid > .column.row > [class*="three wide widescreen"].column,
  .ui.grid > [class*="three wide widescreen"].column,
  .ui.column.grid > [class*="three wide widescreen"].column {
    width: 18.75% !important; }
  .ui.grid > .row > [class*="four wide widescreen"].column,
  .ui.grid > .column.row > [class*="four wide widescreen"].column,
  .ui.grid > [class*="four wide widescreen"].column,
  .ui.column.grid > [class*="four wide widescreen"].column {
    width: 25% !important; }
  .ui.grid > .row > [class*="five wide widescreen"].column,
  .ui.grid > .column.row > [class*="five wide widescreen"].column,
  .ui.grid > [class*="five wide widescreen"].column,
  .ui.column.grid > [class*="five wide widescreen"].column {
    width: 31.25% !important; }
  .ui.grid > .row > [class*="six wide widescreen"].column,
  .ui.grid > .column.row > [class*="six wide widescreen"].column,
  .ui.grid > [class*="six wide widescreen"].column,
  .ui.column.grid > [class*="six wide widescreen"].column {
    width: 37.5% !important; }
  .ui.grid > .row > [class*="seven wide widescreen"].column,
  .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  .ui.grid > [class*="seven wide widescreen"].column,
  .ui.column.grid > [class*="seven wide widescreen"].column {
    width: 43.75% !important; }
  .ui.grid > .row > [class*="eight wide widescreen"].column,
  .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  .ui.grid > [class*="eight wide widescreen"].column,
  .ui.column.grid > [class*="eight wide widescreen"].column {
    width: 50% !important; }
  .ui.grid > .row > [class*="nine wide widescreen"].column,
  .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  .ui.grid > [class*="nine wide widescreen"].column,
  .ui.column.grid > [class*="nine wide widescreen"].column {
    width: 56.25% !important; }
  .ui.grid > .row > [class*="ten wide widescreen"].column,
  .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  .ui.grid > [class*="ten wide widescreen"].column,
  .ui.column.grid > [class*="ten wide widescreen"].column {
    width: 62.5% !important; }
  .ui.grid > .row > [class*="eleven wide widescreen"].column,
  .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  .ui.grid > [class*="eleven wide widescreen"].column,
  .ui.column.grid > [class*="eleven wide widescreen"].column {
    width: 68.75% !important; }
  .ui.grid > .row > [class*="twelve wide widescreen"].column,
  .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  .ui.grid > [class*="twelve wide widescreen"].column,
  .ui.column.grid > [class*="twelve wide widescreen"].column {
    width: 75% !important; }
  .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  .ui.grid > [class*="thirteen wide widescreen"].column,
  .ui.column.grid > [class*="thirteen wide widescreen"].column {
    width: 81.25% !important; }
  .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  .ui.grid > [class*="fourteen wide widescreen"].column,
  .ui.column.grid > [class*="fourteen wide widescreen"].column {
    width: 87.5% !important; }
  .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  .ui.grid > [class*="fifteen wide widescreen"].column,
  .ui.column.grid > [class*="fifteen wide widescreen"].column {
    width: 93.75% !important; }
  .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  .ui.grid > [class*="sixteen wide widescreen"].column,
  .ui.column.grid > [class*="sixteen wide widescreen"].column {
    width: 100% !important; } }

/*----------------------
        Centered
-----------------------*/
.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  text-align: left; }

.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*----------------------
        Relaxed
-----------------------*/
.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.ui[class*="very relaxed"].grid > .column:not(.row),
.ui[class*="very relaxed"].grid > .row > .column,
.ui.grid > [class*="very relaxed"].row > .column {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

/* Coupling with UI Divider */
.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.ui[class*="very relaxed"].grid .row + .ui.divider,
.ui.grid [class*="very relaxed"].row + .ui.divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

/*----------------------
        Padded
-----------------------*/
.ui.padded.grid:not(.vertically):not(.horizontally) {
  margin: 0em !important; }

[class*="horizontally padded"].ui.grid {
  margin-left: 0em !important;
  margin-right: 0em !important; }

[class*="vertically padded"].ui.grid {
  margin-top: 0em !important;
  margin-bottom: 0em !important; }

/*----------------------
       "Floated"
-----------------------*/
.ui.grid [class*="left floated"].column {
  margin-right: auto; }

.ui.grid [class*="right floated"].column {
  margin-left: auto; }

/*----------------------
        Divided
-----------------------*/
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }

/* Swap from padding to margin on columns to have dividers align */
.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem; }

.ui[class*="vertically divided"].grid > .row {
  margin-top: 0em;
  margin-bottom: 0em; }

/* No divider on first column on row */
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* No space on top of first row */
.ui[class*="vertically divided"].grid > .row:first-child > .column {
  margin-top: 0em; }

/* Divided Row */
.ui.grid > .divided.row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }

.ui.grid > .divided.row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Vertically Divided */
.ui[class*="vertically divided"].grid > .row {
  position: relative; }

.ui[class*="vertically divided"].grid > .row:before {
  position: absolute;
  content: "";
  top: 0em;
  left: 0px;
  width: calc(100% -  2rem);
  height: 1px;
  margin: 0% 1rem;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }

/* Padded Horizontally Divided */
[class*="horizontally padded"].ui.divided.grid,
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  width: 100%; }

/* First Row Vertically Divided */
.ui[class*="vertically divided"].grid > .row:first-child:before {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Inverted Divided */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1); }

.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.inverted[class*="vertically divided"].grid > .row:before {
  -webkit-box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1); }

/* Relaxed */
.ui.relaxed[class*="vertically divided"].grid > .row:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% -  3rem); }

.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  margin-left: 5rem;
  margin-right: 5rem;
  width: calc(100% -  5rem); }

/*----------------------
         Celled
-----------------------*/
.ui.celled.grid {
  width: 100%;
  margin: 1em 0em;
  -webkit-box-shadow: 0px 0px 0px 1px #D4D4D5;
  box-shadow: 0px 0px 0px 1px #D4D4D5; }

.ui.celled.grid > .row {
  width: 100% !important;
  margin: 0em;
  padding: 0em;
  -webkit-box-shadow: 0px -1px 0px 0px #D4D4D5;
  box-shadow: 0px -1px 0px 0px #D4D4D5; }

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
  box-shadow: -1px 0px 0px 0px #D4D4D5; }

.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  padding: 1em; }

.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
  padding: 1.5em; }

.ui[class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very relaxed"].celled.grid > .row > .column {
  padding: 2em; }

/* Internally Celled */
.ui[class*="internally celled"].grid {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0em; }

.ui[class*="internally celled"].grid > .row:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui[class*="internally celled"].grid > .row > .column:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*----------------------
   Vertically Aligned
-----------------------*/
/* Top Aligned */
.ui[class*="top aligned"].grid > .column:not(.row),
.ui[class*="top aligned"].grid > .row > .column,
.ui.grid > [class*="top aligned"].row > .column,
.ui.grid > [class*="top aligned"].column:not(.row),
.ui.grid > .row > [class*="top aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* Middle Aligned */
.ui[class*="middle aligned"].grid > .column:not(.row),
.ui[class*="middle aligned"].grid > .row > .column,
.ui.grid > [class*="middle aligned"].row > .column,
.ui.grid > [class*="middle aligned"].column:not(.row),
.ui.grid > .row > [class*="middle aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* Bottom Aligned */
.ui[class*="bottom aligned"].grid > .column:not(.row),
.ui[class*="bottom aligned"].grid > .row > .column,
.ui.grid > [class*="bottom aligned"].row > .column,
.ui.grid > [class*="bottom aligned"].column:not(.row),
.ui.grid > .row > [class*="bottom aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: bottom;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* Stretched */
.ui.stretched.grid > .row > .column,
.ui.stretched.grid > .column,
.ui.grid > .stretched.row > .column,
.ui.grid > .stretched.column:not(.row),
.ui.grid > .row > .stretched.column {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ui.stretched.grid > .row > .column > *,
.ui.stretched.grid > .column > *,
.ui.grid > .stretched.row > .column > *,
.ui.grid > .stretched.column:not(.row) > *,
.ui.grid > .row > .stretched.column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/*----------------------
  Horizontally Centered
-----------------------*/
/* Left Aligned */
.ui[class*="left aligned"].grid > .column,
.ui[class*="left aligned"].grid > .row > .column,
.ui.grid > [class*="left aligned"].row > .column,
.ui.grid > [class*="left aligned"].column.column,
.ui.grid > .row > [class*="left aligned"].column.column {
  text-align: left;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

/* Center Aligned */
.ui[class*="center aligned"].grid > .column,
.ui[class*="center aligned"].grid > .row > .column,
.ui.grid > [class*="center aligned"].row > .column,
.ui.grid > [class*="center aligned"].column.column,
.ui.grid > .row > [class*="center aligned"].column.column {
  text-align: center;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

.ui[class*="center aligned"].grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* Right Aligned */
.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
  text-align: right;
  -ms-flex-item-align: inherit;
  align-self: inherit; }

/* Justified */
.ui.justified.grid > .column,
.ui.justified.grid > .row > .column,
.ui.grid > .justified.row > .column,
.ui.grid > .justified.column.column,
.ui.grid > .row > .justified.column.column {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

/*----------------------
         Colored
-----------------------*/
.ui.grid > .row > .red.column,
.ui.grid > .row > .orange.column,
.ui.grid > .row > .yellow.column,
.ui.grid > .row > .olive.column,
.ui.grid > .row > .green.column,
.ui.grid > .row > .teal.column,
.ui.grid > .row > .blue.column,
.ui.grid > .row > .violet.column,
.ui.grid > .row > .purple.column,
.ui.grid > .row > .pink.column,
.ui.grid > .row > .brown.column,
.ui.grid > .row > .grey.column,
.ui.grid > .row > .black.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* Red */
.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
  background-color: #DB2828 !important;
  color: #FFFFFF; }

/* Orange */
.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
  background-color: #F2711C !important;
  color: #FFFFFF; }

/* Yellow */
.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
  background-color: #FBBD08 !important;
  color: #FFFFFF; }

/* Olive */
.ui.grid > .olive.row,
.ui.grid > .olive.column,
.ui.grid > .row > .olive.column {
  background-color: #B5CC18 !important;
  color: #FFFFFF; }

/* Green */
.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
  background-color: #21BA45 !important;
  color: #FFFFFF; }

/* Teal */
.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
  background-color: #00B5AD !important;
  color: #FFFFFF; }

/* Blue */
.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
  background-color: #2185D0 !important;
  color: #FFFFFF; }

/* Violet */
.ui.grid > .violet.row,
.ui.grid > .violet.column,
.ui.grid > .row > .violet.column {
  background-color: #6435C9 !important;
  color: #FFFFFF; }

/* Purple */
.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
  background-color: #A333C8 !important;
  color: #FFFFFF; }

/* Pink */
.ui.grid > .pink.row,
.ui.grid > .pink.column,
.ui.grid > .row > .pink.column {
  background-color: #E03997 !important;
  color: #FFFFFF; }

/* Brown */
.ui.grid > .brown.row,
.ui.grid > .brown.column,
.ui.grid > .row > .brown.column {
  background-color: #A5673F !important;
  color: #FFFFFF; }

/* Grey */
.ui.grid > .grey.row,
.ui.grid > .grey.column,
.ui.grid > .row > .grey.column {
  background-color: #767676 !important;
  color: #FFFFFF; }

/* Black */
.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
  background-color: #1B1C1D !important;
  color: #FFFFFF; }

/*----------------------
      Equal Width
-----------------------*/
.ui[class*="equal width"].grid > .column:not(.row),
.ui[class*="equal width"].grid > .row > .column,
.ui.grid > [class*="equal width"].row > .column {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ui[class*="equal width"].grid > .wide.column,
.ui[class*="equal width"].grid > .row > .wide.column,
.ui.grid > [class*="equal width"].row > .wide.column {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/*----------------------
        Reverse
-----------------------*/
/* Mobile */
@media only screen and (max-width: 767px) {
  .ui[class*="mobile reversed"].grid,
  .ui[class*="mobile reversed"].grid > .row,
  .ui.grid > [class*="mobile reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="mobile vertically reversed"].grid,
  .ui.stackable[class*="mobile reversed"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="tablet reversed"].grid,
  .ui[class*="tablet reversed"].grid > .row,
  .ui.grid > [class*="tablet reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="tablet vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* Computer */
@media only screen and (min-width: 992px) {
  .ui[class*="computer reversed"].grid,
  .ui[class*="computer reversed"].grid > .row,
  .ui.grid > [class*="computer reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .ui[class*="computer vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* Divided Reversed */
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Vertically Divided Reversed */
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
    -webkit-box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15); }
  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* Celled Reversed */
  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
    -webkit-box-shadow: -1px 0px 0px 0px #D4D4D5;
    box-shadow: -1px 0px 0px 0px #D4D4D5; }
  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*-------------------
      Doubling
--------------------*/
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.doubling.grid {
    width: auto; }
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important; }
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0em; }
  .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
    width: 100% !important; }
  .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
    width: 50% !important; }
  .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
    width: 50% !important; }
  .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
    width: 25% !important; }
  .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
    width: 25% !important; }
  .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
    width: 20% !important; }
  .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
    width: 20% !important; }
  .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
    width: 16.66666667% !important; }
  .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
    width: 16.66666667% !important; }
  .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
    width: 14.28571429% !important; }
  .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
    width: 14.28571429% !important; }
  .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
    width: 12.5% !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important; }
  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
    width: 100% !important; }
  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important; }
  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important; }
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; }
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; }
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important; } }

/*-------------------
      Stackable
--------------------*/
@media only screen and (max-width: 767px) {
  .ui.stackable.grid {
    width: auto;
    margin-left: 0em !important;
    margin-right: 0em !important; }
  .ui.stackable.grid > .row > .wide.column,
  .ui.stackable.grid > .wide.column,
  .ui.stackable.grid > .column.grid > .column,
  .ui.stackable.grid > .column.row > .column,
  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column:not(.row),
  .ui.grid > .stackable.stackable.row > .column {
    width: 100% !important;
    margin: 0em 0em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1rem 1rem !important; }
  .ui.stackable.grid:not(.vertically) > .row {
    margin: 0em;
    padding: 0em; }
  /* Coupling */
  .ui.container > .ui.stackable.grid > .column,
  .ui.container > .ui.stackable.grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important; }
  /* Don't pad inside segment or nested grid */
  .ui.grid .ui.stackable.grid,
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  /* Divided Stackable */
  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:not(.row):first-child,
  .ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important; }
  .ui.inverted.stackable.celled.grid > .column:not(.row),
  .ui.inverted.stackable.divided.grid > .column:not(.row),
  .ui.inverted.stackable.celled.grid > .row > .column,
  .ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .ui.stackable.celled.grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.celled.grid > .row > .column,
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .ui.stackable.celled.grid > .row {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important; } }

/*----------------------
     Only (Device)
-----------------------*/
/* These include arbitrary class repetitions for forced specificity */
/* Mobile Only Hide */
@media only screen and (max-width: 767px) {
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Computer Only Hide */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Large Screen Only Hide */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Widescreen Only Hide */
@media only screen and (min-width: 1920px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; } }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*----------------------
    Compact Grid
-----------------------*/
.ui.compact.grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }

.ui.compact.grid > .column:not(.row),
.ui.compact.grid > .row > .column,
.ui.grid > .compact.row > .column {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.ui.compact.grid .row + .ui.divider,
.ui.grid .compact.row + .ui.divider {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin: 0.5rem 1rem; }

.ui.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: "calc(100% - " 1rem ")"; }

.ui.compact.grid > .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ui.compact.grid > .column:not(.row) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ui.compact.grid .column + .ui.vertical.divider {
  height: "calc(50% - " 0.5rem ")"; }

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.ui.compact.grid > .row > .red.column,
.ui.compact.grid > .row > .orange.column,
.ui.compact.grid > .row > .yellow.column,
.ui.compact.grid > .row > .olive.column,
.ui.compact.grid > .row > .green.column,
.ui.compact.grid > .row > .teal.column,
.ui.compact.grid > .row > .blue.column,
.ui.compact.grid > .row > .violet.column,
.ui.compact.grid > .row > .purple.column,
.ui.compact.grid > .row > .pink.column,
.ui.compact.grid > .row > .brown.column,
.ui.compact.grid > .row > .grey.column,
.ui.compact.grid > .row > .black.column {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

/*----------------------
  Very Compact Grid
-----------------------*/
.ui.very.compact.grid {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

.ui.very.compact.grid > .column:not(.row),
.ui.very.compact.grid > .row > .column,
.ui.grid > .very.compact.row > .column {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.ui.very.compact.grid .row + .ui.divider,
.ui.grid .very.compact.row + .ui.divider {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin: 0.25rem 1rem; }

.ui.very.compact[class*="vertically divided"].grid > .row:before {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: "calc(100% - " 0.5rem ")"; }

.ui.very.compact.grid > .row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.ui.very.compact.grid > .column:not(.row) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.ui.very.compact.grid .column + .ui.vertical.divider {
  height: "calc(50% - " 0.25rem ")"; }

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.ui.very.compact.grid > .row > .red.column,
.ui.very.compact.grid > .row > .orange.column,
.ui.very.compact.grid > .row > .yellow.column,
.ui.very.compact.grid > .row > .olive.column,
.ui.very.compact.grid > .row > .green.column,
.ui.very.compact.grid > .row > .teal.column,
.ui.very.compact.grid > .row > .blue.column,
.ui.very.compact.grid > .row > .violet.column,
.ui.very.compact.grid > .row > .purple.column,
.ui.very.compact.grid > .row > .pink.column,
.ui.very.compact.grid > .row > .brown.column,
.ui.very.compact.grid > .row > .grey.column,
.ui.very.compact.grid > .row > .black.column {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .ui.very.compact.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.015em;
  margin: 0.1em 0 1em;
  line-height: 1.15;
  font-family: "Inter UI", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
  font-weight: normal; }

.sub-titulo {
  font-size: 1.05em;
  line-height: 1.35; }
  @media screen and (min-width: 768px) {
    .sub-titulo {
      font-size: 1.15em; } }
  @media screen and (min-width: 992px) {
    .sub-titulo {
      font-size: 1.25em; } }

h1 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 1.6rem; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  font-size: 1.55rem; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 1.75rem; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 2.1rem; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 2.3rem; } }
  h2.grande {
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      h2.grande {
        font-size: 2.2rem; } }
    @media screen and (min-width: 992px) {
      h2.grande {
        font-size: 2.7rem; } }
    @media screen and (min-width: 1200px) {
      h2.grande {
        font-size: 2.9rem; } }

h3 {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 1.4rem; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 1.7rem; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 1.9rem; } }

h4 {
  font-size: 1.15rem; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 1.325rem; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 1.4rem; } }

h5 {
  font-size: 0.95rem; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 1.025rem; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-size: 0.9rem; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 0.9rem; } }
  @media screen and (min-width: 992px) {
    h6 {
      font-size: 0.925rem; } }
  @media screen and (min-width: 1200px) {
    h6 {
      font-size: 0.975rem; } }

body {
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #00171f;
  background: #FFF;
  font-size: 0.825rem; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1rem; } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #0081ec;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  .container.medio {
    max-width: 1020px; }
  .container.pequeno {
    max-width: 760px; }
  @media only screen and (max-width: 767px) {
    .container .ui.stackable.grid > .row > .wide.column, .container .ui.stackable.grid > .wide.column, .container .ui.stackable.grid > .column.grid > .column, .container .ui.stackable.grid > .column.row > .column, .container .ui.stackable.grid > .row > .column, .container .ui.stackable.grid > .column:not(.row), .container .ui.grid > .stackable.stackable.row > .column {
      padding: 1rem 0 !important; } }

.cor-primaria {
  color: #0081ec; }

.cor-secundaria {
  color: #003dee; }

.text-center {
  text-align: center; }
  @media (min-width: 768px) {
    .text-center-on-tablet {
      text-align: center; } }

.text-right {
  text-align: right; }
  @media (min-width: 768px) {
    .text-right-on-tablet {
      text-align: right; } }

.secao--descricao .segmento p:first-child, .secao--10-motivos .coluna-b .listagem-motivos .item:first-child, .secao--depoimentos .listagem-depoimentos .item .conteudo p:first-child, .secao--como-funciona .inferior .coluna-b p:first-child, .secao--aviso p:first-child, .secao--perguntas-frequentes .pergunta .resposta p:first-child, .secao--perguntas-frequentes .pergunta .resposta ul li:first-child, #bio_ep .acoes p:first-child, .pagina-pos-compra .status .descricao p:first-child {
  margin-top: 0; }

.secao--descricao .segmento p:last-child, .secao--10-motivos .coluna-b .listagem-motivos .item:last-child, .secao--depoimentos .listagem-depoimentos .item .conteudo p:last-child, .secao--como-funciona .inferior .coluna-b p:last-child, .secao--aviso p:last-child, .secao--perguntas-frequentes .pergunta .resposta p:last-child, .secao--perguntas-frequentes .pergunta .resposta ul li:last-child, #bio_ep .acoes p:last-child, .pagina-pos-compra .status .descricao p:last-child {
  margin-bottom: 0; }

.botao {
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px -1px rgba(20, 20, 20, 0.5), 0 5px 0 0 #333, 0 10px 15px -3px rgba(51, 51, 51, 0.15);
  box-shadow: 0 10px 10px -1px rgba(20, 20, 20, 0.5), 0 5px 0 0 #333, 0 10px 15px -3px rgba(51, 51, 51, 0.15);
  color: #FFF;
  background-color: #333;
  display: inline-block;
  font-family: "Inter UI", "Times New Roman", "Lucida Bright", "Palatino", "Baskerville", serif;
  padding: 0.85em 1em;
  font-size: 1em;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.02) 0 2px 0;
  text-align: center;
  line-height: 1.1;
  -webkit-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  /* Tamanhos */
  /* Modos */ }
  @media screen and (min-width: 650px) {
    .botao {
      padding: 0.9em 1.5em; } }
  @media screen and (min-width: 768px) {
    .botao {
      padding: 0.85em 2em; } }
  .botao:hover {
    -webkit-box-shadow: 0 10px 10px -1px rgba(20, 20, 20, 0.5), 0 5px 0 0 #262626, 0 11px 19px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 10px -1px rgba(20, 20, 20, 0.5), 0 5px 0 0 #262626, 0 11px 19px -3px rgba(0, 0, 0, 0.25);
    text-decoration: none !important; }
  .botao .icone {
    vertical-align: middle;
    position: relative;
    top: -0.15em; }
  .botao.pequeno {
    font-size: 0.9em; }
  .botao.grande {
    padding: 0.65em 1em;
    font-size: 1.15em; }
    @media screen and (min-width: 400px) {
      .botao.grande {
        padding: 0.65em 1.7em; } }
    @media screen and (min-width: 768px) {
      .botao.grande {
        font-size: 1.3em;
        padding: 0.65em 1.8em; } }
    @media screen and (min-width: 992px) {
      .botao.grande {
        font-size: 1.4em; } }
    @media screen and (min-width: 768px) {
      .botao.grande.com-descricao small {
        font-size: 0.65em; } }
    @media screen and (min-width: 992px) {
      .botao.grande.com-descricao small {
        font-size: 0.575em; } }
  .botao.enorme {
    font-size: 1.4em; }
    .botao.enorme img.icone {
      height: 1.15em;
      width: auto; }
    @media screen and (min-width: 345px) {
      .botao.enorme {
        font-size: 1.5em; } }
    @media screen and (min-width: 768px) {
      .botao.enorme {
        font-size: 1.8em; } }
    @media screen and (min-width: 992px) {
      .botao.enorme {
        font-size: 1.9em; } }
    @media screen and (min-width: 1200px) {
      .botao.enorme {
        font-size: 2em; } }
  .botao.compacto {
    padding: 0.7em 1.4em; }
    .botao.compacto.extra {
      padding: 0.55em 1.4em; }
  .botao.com-icone img {
    vertical-align: middle;
    position: relative;
    top: -0.125em; }
    .botao.com-icone img.lado-esquerdo {
      margin-right: 0.5em; }
  .botao.com-descricao {
    line-height: 1.15; }
    .botao.com-descricao small {
      margin-top: 0.3rem;
      display: block;
      opacity: 0.75;
      font-size: 0.75em;
      font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold; }
  .botao.borda {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
    color: #00171f; }
    .botao.borda.branca {
      -webkit-box-shadow: inset 0 0 0 2px #FFF;
      box-shadow: inset 0 0 0 2px #FFF; }
  .botao.circular {
    border-radius: 10rem; }
  .botao.block {
    display: block;
    color: #FFF; }
  .botao.quadrado {
    border-radius: 0; }
  .botao.sem-sombra-interna {
    -webkit-box-shadow: 0 10px 10px -1px rgba(60, 201, 121, 0.5), 0 5px 0 0 #1eb45f, 0 10px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px -1px rgba(60, 201, 121, 0.5), 0 5px 0 0 #1eb45f, 0 10px 15px -3px rgba(0, 0, 0, 0.2); }
    .botao.sem-sombra-interna:hover {
      -webkit-box-shadow: 0 10px 10px -1px rgba(60, 201, 121, 0.8), 0 5px 0 0 #1eb45f, 0 10px 16px -3px rgba(0, 0, 0, 0.23);
      box-shadow: 0 10px 10px -1px rgba(60, 201, 121, 0.8), 0 5px 0 0 #1eb45f, 0 10px 16px -3px rgba(0, 0, 0, 0.23); }

button.botao {
  border: 0;
  outline: 0;
  cursor: pointer; }

/* Mixin */
/* Cores */
.botao.amarelo {
  color: #00171f;
  background: #ffd82d;
  -webkit-box-shadow: inset 0 -3px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
  box-shadow: inset 0 -3px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
  .botao.amarelo:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #ffd20e;
    -webkit-box-shadow: inset 0 -3px 0 0 #d0aa00, 0 13px 20px -2px rgba(198, 161, 0, 0.35);
    box-shadow: inset 0 -3px 0 0 #d0aa00, 0 13px 20px -2px rgba(198, 161, 0, 0.35); }
  .botao.amarelo.basico {
    color: #ffd82d;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px #ffd82d, 0 10px 10px -1px rgba(239, 194, 0, 0.5);
    box-shadow: inset 0 0 0 2px #ffd82d, 0 10px 10px -1px rgba(239, 194, 0, 0.5); }
    .botao.amarelo.basico:hover {
      background: #ffd20e;
      color: #FFF; }
  @media screen and (min-width: 768px) {
    .botao.amarelo {
      -webkit-box-shadow: inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
      box-shadow: inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
      .botao.amarelo:hover {
        -webkit-box-shadow: inset 0 -5px 0 0 #d0aa00, 0 13px 20px -2px rgba(198, 161, 0, 0.35);
        box-shadow: inset 0 -5px 0 0 #d0aa00, 0 13px 20px -2px rgba(198, 161, 0, 0.35); } }

.botao.verde {
  background: #1eb45f;
  -webkit-box-shadow: inset 0 -3px 0 0 #157b41, 0 10px 15px -3px rgba(30, 180, 95, 0.15);
  box-shadow: inset 0 -3px 0 0 #157b41, 0 10px 15px -3px rgba(30, 180, 95, 0.15); }
  .botao.verde:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #1a9a51;
    -webkit-box-shadow: inset 0 -3px 0 0 #116535, 0 13px 20px -2px rgba(15, 93, 49, 0.35);
    box-shadow: inset 0 -3px 0 0 #116535, 0 13px 20px -2px rgba(15, 93, 49, 0.35); }
  .botao.verde.basico {
    color: #1eb45f;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px #1eb45f, 0 10px 10px -1px rgba(21, 128, 67, 0.5);
    box-shadow: inset 0 0 0 2px #1eb45f, 0 10px 10px -1px rgba(21, 128, 67, 0.5); }
    .botao.verde.basico:hover {
      background: #1a9a51;
      color: #FFF; }
  @media screen and (min-width: 768px) {
    .botao.verde {
      -webkit-box-shadow: inset 0 -5px 0 0 #157b41, 0 10px 15px -3px rgba(30, 180, 95, 0.15);
      box-shadow: inset 0 -5px 0 0 #157b41, 0 10px 15px -3px rgba(30, 180, 95, 0.15); }
      .botao.verde:hover {
        -webkit-box-shadow: inset 0 -5px 0 0 #116535, 0 13px 20px -2px rgba(15, 93, 49, 0.35);
        box-shadow: inset 0 -5px 0 0 #116535, 0 13px 20px -2px rgba(15, 93, 49, 0.35); } }

.botao.vermelho {
  background: red;
  -webkit-box-shadow: inset 0 -3px 0 0 #bd0000, 0 10px 15px -3px rgba(255, 0, 0, 0.15);
  box-shadow: inset 0 -3px 0 0 #bd0000, 0 10px 15px -3px rgba(255, 0, 0, 0.15); }
  .botao.vermelho:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #e00000;
    -webkit-box-shadow: inset 0 -3px 0 0 #a30000, 0 13px 20px -2px rgba(153, 0, 0, 0.35);
    box-shadow: inset 0 -3px 0 0 #a30000, 0 13px 20px -2px rgba(153, 0, 0, 0.35); }
  .botao.vermelho.basico {
    color: red;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px red, 0 10px 10px -1px rgba(194, 0, 0, 0.5);
    box-shadow: inset 0 0 0 2px red, 0 10px 10px -1px rgba(194, 0, 0, 0.5); }
    .botao.vermelho.basico:hover {
      background: #e00000;
      color: #FFF; }
  @media screen and (min-width: 768px) {
    .botao.vermelho {
      -webkit-box-shadow: inset 0 -5px 0 0 #bd0000, 0 10px 15px -3px rgba(255, 0, 0, 0.15);
      box-shadow: inset 0 -5px 0 0 #bd0000, 0 10px 15px -3px rgba(255, 0, 0, 0.15); }
      .botao.vermelho:hover {
        -webkit-box-shadow: inset 0 -5px 0 0 #a30000, 0 13px 20px -2px rgba(153, 0, 0, 0.35);
        box-shadow: inset 0 -5px 0 0 #a30000, 0 13px 20px -2px rgba(153, 0, 0, 0.35); } }

.botao.azul {
  background: #003dee;
  -webkit-box-shadow: inset 0 -3px 0 0 #002cac, 0 10px 15px -3px rgba(0, 61, 238, 0.15);
  box-shadow: inset 0 -3px 0 0 #002cac, 0 10px 15px -3px rgba(0, 61, 238, 0.15); }
  .botao.azul:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    background: #0035cf;
    -webkit-box-shadow: inset 0 -3px 0 0 #002592, 0 13px 20px -2px rgba(0, 35, 136, 0.35);
    box-shadow: inset 0 -3px 0 0 #002592, 0 13px 20px -2px rgba(0, 35, 136, 0.35); }
  .botao.azul.basico {
    color: #003dee;
    font-weight: normal;
    background: transparent;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 0 2px #003dee, 0 10px 10px -1px rgba(0, 45, 177, 0.5);
    box-shadow: inset 0 0 0 2px #003dee, 0 10px 10px -1px rgba(0, 45, 177, 0.5); }
    .botao.azul.basico:hover {
      background: #0035cf;
      color: #FFF; }
  @media screen and (min-width: 768px) {
    .botao.azul {
      -webkit-box-shadow: inset 0 -5px 0 0 #002cac, 0 10px 15px -3px rgba(0, 61, 238, 0.15);
      box-shadow: inset 0 -5px 0 0 #002cac, 0 10px 15px -3px rgba(0, 61, 238, 0.15); }
      .botao.azul:hover {
        -webkit-box-shadow: inset 0 -5px 0 0 #002592, 0 13px 20px -2px rgba(0, 35, 136, 0.35);
        box-shadow: inset 0 -5px 0 0 #002592, 0 13px 20px -2px rgba(0, 35, 136, 0.35); } }

.segmento {
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
  box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4); }

.secao--midia, .secao--como-funciona, .secao--comprar, .secao--perguntas-frequentes, .secao--descricao {
  position: relative; }
  .secao--midia:after, .secao--como-funciona:after, .secao--comprar:after, .secao--perguntas-frequentes:after, .secao--descricao:after {
    position: absolute;
    content: '';
    z-index: 1;
    left: 0;
    width: 100%;
    background: url("../images/oval.png") no-repeat;
    background-size: 400px 40px;
    background-position: center center;
    height: 40px; }
    @media screen and (min-width: 400px) {
      .secao--midia:after, .secao--como-funciona:after, .secao--comprar:after, .secao--perguntas-frequentes:after, .secao--descricao:after {
        background: url("../images/oval.png") no-repeat;
        background-size: 600px 40px;
        background-position: center center; } }
    @media screen and (min-width: 600px) {
      .secao--midia:after, .secao--como-funciona:after, .secao--comprar:after, .secao--perguntas-frequentes:after, .secao--descricao:after {
        height: 50px;
        background: url("../images/oval.png") no-repeat;
        background-size: 760px 50px;
        background-position: center center; } }
    @media screen and (min-width: 768px) {
      .secao--midia:after, .secao--como-funciona:after, .secao--comprar:after, .secao--perguntas-frequentes:after, .secao--descricao:after {
        height: 65px;
        background: url("../images/oval.png") no-repeat;
        background-size: 100% 100%;
        background-position: center center; } }

.secao--midia, .secao--como-funciona, .secao--comprar, .secao--perguntas-frequentes {
  /*
    padding-top: 40px;
    @include screen(600) {
        padding-top: 50px;
    }
    @include tablet {
        padding-top: 65px;
    }
    */ }
  .secao--midia:after, .secao--como-funciona:after, .secao--comprar:after, .secao--perguntas-frequentes:after {
    top: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.secao--descricao {
  /*
    padding-bottom: 40px;
    @include screen(600) {
        padding-bottom: 50px;
    }
    @include tablet {
        padding-bottom: 65px;
    }
    */ }
  .secao--descricao:after {
    bottom: -1px; }

.secao--descricao, .secao--depoimentos {
  background: url("../images/ondas.png") no-repeat;
  background-size: 900px auto;
  /*
    padding-top: 80px;
    @include screen(600) {
        padding-top: 80px;
    }
    @include tablet {
        padding-top: 140px;
    }
    */ }
  @media screen and (min-width: 768px) {
    .secao--descricao, .secao--depoimentos {
      background: url("../images/ondas.png") no-repeat;
      background-size: 1300px auto; } }
  @media screen and (min-width: 992px) {
    .secao--descricao, .secao--depoimentos {
      background: url("../images/ondas.png") no-repeat;
      background-size: 1400px auto; } }
  @media screen and (min-width: 1200px) {
    .secao--descricao, .secao--depoimentos {
      background: url("../images/ondas.png") no-repeat;
      background-size: 100% 236px; } }

.secao--abertura {
  position: relative;
  padding-top: 35px; }
  @media screen and (min-width: 768px) {
    .secao--abertura {
      padding-top: 50px; } }
  .secao--abertura:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 520px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003dee), color-stop(38%, #0081ec), color-stop(76%, #8de2fc), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #003dee, #0081ec 38%, #8de2fc 76%, #ffffff);
    background-image: -o-linear-gradient(top, #003dee, #0081ec 38%, #8de2fc 76%, #ffffff);
    background-image: linear-gradient(to bottom, #003dee, #0081ec 38%, #8de2fc 76%, #ffffff); }
    @media screen and (min-width: 768px) {
      .secao--abertura:before {
        height: 640px; } }
  .secao--abertura .container {
    position: relative; }
    .secao--abertura .container .logotipo {
      position: absolute;
      top: -25px;
      left: 20px;
      height: 27px;
      opacity: 0.15; }
      @media screen and (min-width: 768px) {
        .secao--abertura .container .logotipo {
          opacity: 0.14;
          height: 40px;
          top: -25px; } }
      @media screen and (min-width: 992px) {
        .secao--abertura .container .logotipo {
          height: 45px; } }
  .secao--abertura .chamada {
    color: #FFF;
    text-align: center; }
    .secao--abertura .chamada .secundaria {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffd82d;
      font-weight: bold; }
      .secao--abertura .chamada .secundaria img {
        margin: 0 0.5em;
        width: 20px;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          .secao--abertura .chamada .secundaria img {
            width: 22px; } }
        @media screen and (min-width: 992px) {
          .secao--abertura .chamada .secundaria img {
            width: 25px; } }
    .secao--abertura .chamada .primaria {
      font-weight: bold;
      color: rgba(255, 255, 255, 0.925);
      max-width: 830px;
      margin: 0 auto; }
      .secao--abertura .chamada .primaria strong {
        font-weight: bolder;
        color: white; }
  .secao--abertura .reportagem {
    color: #FFF;
    max-width: 680px;
    margin: 1.5rem auto 0; }
    .secao--abertura .reportagem .chamada {
      font-size: 0.8em;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: rgba(255, 255, 255, 0.7); }
      @media screen and (min-width: 768px) {
        .secao--abertura .reportagem .chamada {
          font-size: 0.85em; } }
      .secao--abertura .reportagem .chamada:before, .secao--abertura .reportagem .chamada:after {
        content: '';
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .secao--abertura .reportagem .chamada:before {
        margin-right: 0.75em; }
      .secao--abertura .reportagem .chamada:after {
        margin-left: 0.75em; }
    .secao--abertura .reportagem .player {
      margin-top: 0.5rem;
      -webkit-box-shadow: 0 15px 15px -4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 15px -4px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      .secao--abertura .reportagem .player .video-responsivo {
        border-radius: 5px; }
        .secao--abertura .reportagem .player .video-responsivo iframe {
          border-radius: 5px; }
  .secao--abertura .inferior {
    color: #00171f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 830px;
    margin: 4em auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--abertura .inferior {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .secao--abertura .inferior .legenda {
      text-align: center;
      font-size: 1.025rem;
      line-height: 1.25;
      max-width: 240px;
      margin: 0 auto 0.5em; }
      @media screen and (min-width: 460px) {
        .secao--abertura .inferior .legenda {
          max-width: 100%; } }
      @media screen and (min-width: 768px) {
        .secao--abertura .inferior .legenda {
          font-size: 1.4rem;
          text-align: right;
          width: 300px;
          margin-right: 35px;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-bottom: 0; } }
      @media screen and (min-width: 992px) {
        .secao--abertura .inferior .legenda {
          width: 340px;
          font-size: 1.6rem;
          margin-right: 45px; } }
      @media screen and (min-width: 1200px) {
        .secao--abertura .inferior .legenda {
          width: 350px;
          font-size: 1.7rem; } }
    .secao--abertura .inferior .cta {
      width: 100%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      @media screen and (min-width: 768px) {
        .secao--abertura .inferior .cta {
          width: auto; } }
      .secao--abertura .inferior .cta .botao {
        width: 100%;
        font-size: 1.5em;
        font-weight: 900;
        max-width: 500px;
        margin: 0 auto;
        display: block; }
        @media screen and (min-width: 768px) {
          .secao--abertura .inferior .cta .botao {
            font-size: 1.6em;
            max-width: 440px; } }
        .secao--abertura .inferior .cta .botao small {
          font-size: 0.55em;
          opacity: 0.6; }
          @media screen and (min-width: 768px) {
            .secao--abertura .inferior .cta .botao small {
              font-size: 0.5em; } }
  @media screen and (min-width: 768px) and (max-height: 870px) {
    .secao--abertura.compacto {
      padding-top: 15px; }
      .secao--abertura.compacto .container .logotipo {
        top: -5px; }
      .secao--abertura.compacto .chamada .secundaria {
        margin-bottom: 10px; }
      .secao--abertura.compacto .reportagem {
        max-width: 550px; }
      .secao--abertura.compacto .inferior {
        margin-top: 1.6em; }
        .secao--abertura.compacto .inferior .cta .botao {
          padding-top: 0.7em;
          padding-bottom: 0.7em; } }

.secao--descricao {
  position: relative;
  padding: 80px 0 90px; }
  @media screen and (min-width: 600px) {
    .secao--descricao {
      padding: 80px 0 100px; } }
  @media screen and (min-width: 768px) {
    .secao--descricao {
      padding: 140px 0 115px; } }
  .secao--descricao:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 243, 254, 0.12)), to(rgba(141, 226, 252, 0.12))) repeat-x 0 105px;
    background: -webkit-linear-gradient(top, rgba(193, 243, 254, 0.12), rgba(141, 226, 252, 0.12)) repeat-x 0 105px;
    background: -o-linear-gradient(top, rgba(193, 243, 254, 0.12), rgba(141, 226, 252, 0.12)) repeat-x 0 105px;
    background: linear-gradient(to bottom, rgba(193, 243, 254, 0.12), rgba(141, 226, 252, 0.12)) repeat-x 0 105px; }
    @media screen and (min-width: 768px) {
      .secao--descricao:before {
        background-position: 0 125px; } }
    @media screen and (min-width: 992px) {
      .secao--descricao:before {
        background-position: 0 185px; } }
  .secao--descricao .segmento {
    padding: 20px;
    -webkit-transition: all 0.16s ease-in-out;
    -o-transition: all 0.16s ease-in-out;
    transition: all 0.16s ease-in-out; }
    @media screen and (min-width: 768px) {
      .secao--descricao .segmento {
        padding: 40px; } }
    @media screen and (min-width: 992px) {
      .secao--descricao .segmento {
        padding: 50px; } }
    @media screen and (min-width: 768px) {
      .secao--descricao .segmento:hover {
        -webkit-box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55);
        box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55); } }
  .secao--descricao .container {
    max-width: 1020px; }
    .secao--descricao .container .segmento {
      max-width: 700px; }
    .secao--descricao .container .logotipo {
      height: 30px; }
      @media screen and (min-width: 992px) {
        .secao--descricao .container .logotipo {
          height: 40px; } }
    @media screen and (min-width: 992px) {
      .secao--descricao .container p {
        font-size: 1.075em; } }
    .secao--descricao .container:first-child {
      position: relative;
      padding-bottom: 150px;
      margin-bottom: 1.5em; }
      @media screen and (min-width: 768px) {
        .secao--descricao .container:first-child {
          padding-bottom: 0;
          margin-bottom: 3em; } }
      @media screen and (min-width: 768px) {
        .secao--descricao .container:first-child .segmento {
          max-width: 100%;
          margin-right: 220px; } }
      @media screen and (min-width: 992px) {
        .secao--descricao .container:first-child .segmento {
          max-width: 700px;
          margin-right: 0; } }
      .secao--descricao .container:first-child .valvula {
        width: 180px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .secao--descricao .container:first-child .valvula {
            width: 240px;
            top: 50%;
            right: 20px;
            bottom: inherit;
            left: inherit;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
        @media screen and (min-width: 992px) {
          .secao--descricao .container:first-child .valvula {
            width: 319px; } }
      .secao--descricao .container:first-child h3 {
        margin: 0.75em 0 0.5em;
        color: #ff4503; }
    .secao--descricao .container:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 450px) {
        .secao--descricao .container:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .secao--descricao .container:last-child h3 {
        color: #0081ec;
        max-width: 320px;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 450px) {
          .secao--descricao .container:last-child h3 {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            max-width: 150px;
            margin-right: 1rem;
            margin-bottom: 0; } }
        @media screen and (min-width: 768px) {
          .secao--descricao .container:last-child h3 {
            max-width: 185px;
            margin-right: 2rem; } }
        @media screen and (min-width: 992px) {
          .secao--descricao .container:last-child h3 {
            max-width: 260px;
            margin-right: 2rem; } }

.secao--10-motivos {
  margin: 3em 0; }
  .secao--10-motivos .container {
    max-width: 1020px; }
    @media screen and (min-width: 768px) {
      .secao--10-motivos .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .secao--10-motivos .coluna-a {
    text-align: center;
    color: #ff4503;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .secao--10-motivos .coluna-a {
        white-space: nowrap;
        max-width: 325px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: right;
        margin-right: 60px;
        margin-bottom: 0; } }
    .secao--10-motivos .coluna-a h2 {
      margin: 0;
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .secao--10-motivos .coluna-a h3 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 992px) {
      .secao--10-motivos .coluna-a h3 {
        font-size: 1.9rem; } }
    @media screen and (min-width: 1200px) {
      .secao--10-motivos .coluna-a h3 {
        font-size: 2.1rem; } }
  .secao--10-motivos .coluna-b {
    max-width: 350px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .secao--10-motivos .coluna-b {
        max-width: 100%;
        margin: 0; } }
    .secao--10-motivos .coluna-b .listagem-motivos .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.05em;
      color: #00171f;
      line-height: 1.25;
      margin: 0.75em 0;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (min-width: 768px) {
        .secao--10-motivos .coluna-b .listagem-motivos .item {
          margin: 1em 0;
          font-size: 1.15rem; }
          .secao--10-motivos .coluna-b .listagem-motivos .item:hover .numero {
            color: #FFF;
            background-color: #0081ec; } }
      @media screen and (min-width: 992px) {
        .secao--10-motivos .coluna-b .listagem-motivos .item {
          font-size: 1.275rem;
          margin: 1.15em 0; } }
      @media screen and (min-width: 1200px) {
        .secao--10-motivos .coluna-b .listagem-motivos .item {
          font-size: 1.35rem; } }
      .secao--10-motivos .coluna-b .listagem-motivos .item .numero {
        color: #0081ec;
        text-align: center;
        border-radius: 5px;
        background-color: rgba(223, 247, 254, 0.5);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1em;
        width: 2em;
        height: 2em;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }

.secao--midia {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#f2fcff));
  background-image: -webkit-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: -o-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: linear-gradient(to top, #FFF, #f2fcff);
  padding-bottom: 60px;
  padding-top: 80px; }
  @media screen and (min-width: 600px) {
    .secao--midia {
      padding-top: 90px; } }
  @media screen and (min-width: 768px) {
    .secao--midia {
      padding-top: 105px; } }
  .secao--midia .container {
    max-width: 1020px; }
  .secao--midia .cabecalho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .secao--midia .cabecalho {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left; } }
    .secao--midia .cabecalho .coluna-a {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      @media screen and (min-width: 768px) {
        .secao--midia .cabecalho .coluna-a {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .secao--midia .cabecalho .coluna-a h2 {
        margin: 0;
        color: #003dee;
        font-weight: bold; }
    .secao--midia .cabecalho .coluna-b {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 1em; }
      @media screen and (min-width: 768px) {
        .secao--midia .cabecalho .coluna-b {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 0;
          margin-left: auto;
          text-align: right; } }
      .secao--midia .cabecalho .coluna-b img {
        width: 150px;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          .secao--midia .cabecalho .coluna-b img {
            width: 270px; } }
        @media screen and (min-width: 992px) {
          .secao--midia .cabecalho .coluna-b img {
            width: 315px; } }
  .secao--midia .sub-titulo {
    margin-top: 0.5em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .secao--midia .sub-titulo {
        text-align: left; } }
  .secao--midia .videos {
    max-width: 700px;
    margin: 30px auto 0; }
    .secao--midia .videos .video {
      display: none; }
      .secao--midia .videos .video:first-child {
        display: block; }
    .secao--midia .videos .abas {
      white-space: nowrap;
      overflow-x: auto; }
      @media screen and (min-width: 550px) {
        .secao--midia .videos .abas {
          white-space: normal;
          overflow-x: visible; } }
      .secao--midia .videos .abas .aba {
        padding: 0.85em 1em;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        color: rgba(0, 23, 31, 0.7);
        display: inline-block;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        font-size: 0.95em; }
        .secao--midia .videos .abas .aba:hover {
          text-decoration: none;
          color: rgba(0, 61, 238, 0.8); }
        .secao--midia .videos .abas .aba.active {
          background-color: #003dee;
          color: #FFF; }
        @media screen and (min-width: 768px) {
          .secao--midia .videos .abas .aba {
            padding: 0.95em 1.25em;
            font-size: 1.05em; }
            .secao--midia .videos .abas .aba.active {
              background-color: #FFF;
              -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
              box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
              color: #003dee; } }
    .secao--midia .videos .arraste {
      margin-top: 0.5em;
      text-align: center;
      font-size: 0.75em;
      opacity: 0.5; }
      @media screen and (min-width: 480px) {
        .secao--midia .videos .arraste {
          display: none; } }

.secao--depoimentos {
  position: relative;
  padding-top: 180px;
  margin-bottom: 4em; }
  @media screen and (min-width: 768px) {
    .secao--depoimentos {
      padding-top: 270px; } }
  .secao--depoimentos:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 243, 254, 0.4)), color-stop(70%, #FFF)) repeat-x 0 105px;
    background: -webkit-linear-gradient(top, rgba(193, 243, 254, 0.4), #FFF 70%) repeat-x 0 105px;
    background: -o-linear-gradient(top, rgba(193, 243, 254, 0.4), #FFF 70%) repeat-x 0 105px;
    background: linear-gradient(to bottom, rgba(193, 243, 254, 0.4), #FFF 70%) repeat-x 0 105px; }
    @media screen and (min-width: 768px) {
      .secao--depoimentos:before {
        background-position: 0 125px; } }
    @media screen and (min-width: 992px) {
      .secao--depoimentos:before {
        background-position: 0 185px; } }
  .secao--depoimentos .container {
    max-width: 1020px; }
  .secao--depoimentos .cabecalho {
    text-align: center; }
    .secao--depoimentos .cabecalho h2 {
      color: #003dee;
      font-weight: bold;
      margin: 0 0 0.25em; }
  .secao--depoimentos .listagem-depoimentos {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--depoimentos .listagem-depoimentos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .secao--depoimentos .listagem-depoimentos .item {
      background-color: #FFF;
      -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
      box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      padding: 20px;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .secao--depoimentos .listagem-depoimentos .item {
          width: 38%;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .secao--depoimentos .listagem-depoimentos .item:first-child, .secao--depoimentos .listagem-depoimentos .item:last-child {
          width: 29%; } }
      @media screen and (min-width: 768px) {
        .secao--depoimentos .listagem-depoimentos .item {
          padding: 27px; }
          .secao--depoimentos .listagem-depoimentos .item:hover {
            -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            transform: translateY(-2px);
            -webkit-box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55);
            box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55); } }
      @media screen and (min-width: 992px) {
        .secao--depoimentos .listagem-depoimentos .item {
          padding: 33px; } }
      .secao--depoimentos .listagem-depoimentos .item .conteudo p {
        line-height: 1.35;
        font-size: 1.05em; }
        @media screen and (min-width: 768px) {
          .secao--depoimentos .listagem-depoimentos .item .conteudo p {
            font-size: 1.075em; } }
      .secao--depoimentos .listagem-depoimentos .item .autor {
        margin-top: auto;
        padding-top: 1.25rem;
        font-size: 0.9em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: rgba(0, 23, 31, 0.8); }
        @media screen and (min-width: 768px) {
          .secao--depoimentos .listagem-depoimentos .item .autor {
            font-size: 0.975em;
            padding-top: 2rem; } }
        .secao--depoimentos .listagem-depoimentos .item .autor .imagem {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          margin-right: 0.75rem; }
          .secao--depoimentos .listagem-depoimentos .item .autor .imagem img {
            width: 30px;
            border-radius: 55px;
            vertical-align: middle; }
            @media screen and (min-width: 768px) {
              .secao--depoimentos .listagem-depoimentos .item .autor .imagem img {
                width: 40px; } }
            @media screen and (min-width: 992px) {
              .secao--depoimentos .listagem-depoimentos .item .autor .imagem img {
                width: 46px; } }
        .secao--depoimentos .listagem-depoimentos .item .autor .dados {
          line-height: 1.35; }
          .secao--depoimentos .listagem-depoimentos .item .autor .dados strong {
            display: block; }
          .secao--depoimentos .listagem-depoimentos .item .autor .dados span {
            display: block;
            margin-top: -0.1em;
            font-size: 0.9em;
            opacity: 0.8; }
  .secao--depoimentos .cta {
    margin-top: 2em;
    text-align: center; }
    .secao--depoimentos .cta .botao {
      width: 100%;
      padding-top: 1em;
      padding-bottom: 1em;
      -webkit-animation: pulsar-brilho-botao-depoimentos ease-in-out 1.8s infinite;
      animation: pulsar-brilho-botao-depoimentos ease-in-out 1.8s infinite; }
      @media screen and (min-width: 400px) {
        .secao--depoimentos .cta .botao {
          width: auto; } }

@-webkit-keyframes pulsar-brilho-botao-depoimentos {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.95), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.95), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 14px rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); } }

@keyframes pulsar-brilho-botao-depoimentos {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.95), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.95), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 14px rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0), inset 0 -5px 0 0 #eabe00, 0 10px 15px -3px rgba(255, 216, 45, 0.15); } }

.secao--como-funciona {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#f2fcff));
  background-image: -webkit-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: -o-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: linear-gradient(to top, #FFF, #f2fcff);
  padding-bottom: 60px;
  padding-top: 80px; }
  @media screen and (min-width: 600px) {
    .secao--como-funciona {
      padding-top: 90px; } }
  @media screen and (min-width: 768px) {
    .secao--como-funciona {
      padding-top: 105px; } }
  .secao--como-funciona .container {
    max-width: 1020px;
    text-align: center; }
  .secao--como-funciona h2 {
    margin: 0 0 0.5em;
    font-weight: bold;
    color: #0081ec; }
  .secao--como-funciona .sub-titulo {
    max-width: 530px;
    margin: 0 auto; }
  .secao--como-funciona .video,
  .secao--como-funciona .inferior {
    max-width: 630px;
    margin: 2em auto; }
  .secao--como-funciona .video {
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.5);
    box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.5); }
  .secao--como-funciona .inferior {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--como-funciona .inferior {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .secao--como-funciona .inferior .coluna-a {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 1em; }
      @media screen and (min-width: 768px) {
        .secao--como-funciona .inferior .coluna-a {
          margin-top: 0;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .secao--como-funciona .inferior .coluna-a img {
        height: 35px; }
        @media screen and (min-width: 768px) {
          .secao--como-funciona .inferior .coluna-a img {
            height: 50px; } }
    .secao--como-funciona .inferior .coluna-b {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      @media screen and (min-width: 768px) {
        .secao--como-funciona .inferior .coluna-b {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          text-align: right;
          margin-left: auto; } }
      .secao--como-funciona .inferior .coluna-b p {
        opacity: 0.8;
        font-size: 0.925em;
        line-height: 1.35;
        margin: 0; }
        @media screen and (min-width: 768px) {
          .secao--como-funciona .inferior .coluna-b p {
            font-size: 0.95em; } }

.secao--comprar {
  text-align: center;
  padding-bottom: 60px; }
  .secao--comprar .background {
    position: relative;
    padding-top: 80px; }
    @media screen and (min-width: 600px) {
      .secao--comprar .background {
        padding-top: 90px; } }
    @media screen and (min-width: 768px) {
      .secao--comprar .background {
        padding-top: 105px; } }
    .secao--comprar .background:before, .secao--comprar .background:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      left: 0; }
    .secao--comprar .background:before {
      top: 0;
      height: 85%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#003dee), color-stop(38%, #0081ec), to(#8de2fc));
      background-image: -webkit-linear-gradient(top, #003dee, #0081ec 38%, #8de2fc);
      background-image: -o-linear-gradient(top, #003dee, #0081ec 38%, #8de2fc);
      background-image: linear-gradient(to bottom, #003dee, #0081ec 38%, #8de2fc); }
      @media screen and (min-width: 768px) {
        .secao--comprar .background:before {
          height: 620px; } }
    .secao--comprar .background:after {
      top: calc(85% - 40px + 1px);
      background: url("../images/oval.png") no-repeat;
      background-size: 400px 40px;
      background-position: center center;
      height: 40px; }
      @media screen and (min-width: 400px) {
        .secao--comprar .background:after {
          background: url("../images/oval.png") no-repeat;
          background-size: 600px 40px;
          background-position: center center; } }
      @media screen and (min-width: 600px) {
        .secao--comprar .background:after {
          height: 50px;
          background: url("../images/oval.png") no-repeat;
          background-size: 760px 50px;
          background-position: center center;
          top: calc(85% - 50px + 1px); } }
      @media screen and (min-width: 768px) {
        .secao--comprar .background:after {
          height: 65px;
          background: url("../images/oval.png") no-repeat;
          background-size: 100% 100%;
          top: 556px; } }
  .secao--comprar .container {
    max-width: 1020px; }
    .secao--comprar .container.cabecalho {
      margin-bottom: 3em;
      color: #FFF; }
      .secao--comprar .container.cabecalho h2 {
        font-weight: bold;
        margin: 0 0 0.25em; }
      @media screen and (min-width: 768px) {
        .secao--comprar .container.cabecalho .sub-titulo {
          font-size: 1.25em; } }
      @media screen and (min-width: 992px) {
        .secao--comprar .container.cabecalho .sub-titulo {
          font-size: 1.35em; } }
      .secao--comprar .container.cabecalho .sub-titulo span {
        background: #ff4503;
        color: #FFF;
        font-weight: bold;
        padding: 0.15em 0.4em;
        border-radius: 5px; }
  .secao--comprar .listagem-kits .kit {
    background: #FFF;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
    box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 20px;
    position: relative;
    max-width: 320px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .secao--comprar .listagem-kits .kit {
        max-width: 100%;
        padding: 27px 25px; }
        .secao--comprar .listagem-kits .kit:hover {
          -webkit-box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55);
          box-shadow: 0 6px 26px -4px rgba(0, 129, 236, 0.55);
          -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          transform: translateY(-2px); }
          .secao--comprar .listagem-kits .kit:hover .botao {
            width: 90%; }
          .secao--comprar .listagem-kits .kit:hover h4 strong:before {
            background: #ffd82d; } }
    @media screen and (min-width: 992px) {
      .secao--comprar .listagem-kits .kit {
        padding: 27px 30px; } }
    .secao--comprar .listagem-kits .kit.com-destaque {
      padding-top: 30px; }
      @media screen and (min-width: 768px) {
        .secao--comprar .listagem-kits .kit.com-destaque {
          padding-top: 40px; } }
    .secao--comprar .listagem-kits .kit h4 {
      margin: 0;
      z-index: 1; }
      .secao--comprar .listagem-kits .kit h4 strong {
        position: relative;
        z-index: 5;
        display: inline-block; }
        .secao--comprar .listagem-kits .kit h4 strong:before {
          -webkit-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          position: absolute;
          z-index: -1;
          content: '';
          width: 100%;
          height: 2px;
          bottom: 0;
          left: 0;
          background: rgba(255, 216, 45, 0.5); }
    .secao--comprar .listagem-kits .kit .img-valvulas {
      height: 80px;
      width: auto;
      vertical-align: bottom;
      margin: 1.5em 0 0.5em; }
      @media screen and (min-width: 768px) {
        .secao--comprar .listagem-kits .kit .img-valvulas {
          width: 274px;
          height: auto;
          margin: 2.5rem 0 1.25rem; } }
    .secao--comprar .listagem-kits .kit .preco {
      line-height: 1.1; }
      .secao--comprar .listagem-kits .kit .preco .apenas {
        font-size: 0.75em; }
      .secao--comprar .listagem-kits .kit .preco .de-por {
        font-size: 0.925em; }
        .secao--comprar .listagem-kits .kit .preco .de-por .antigo {
          color: red;
          font-weight: bold;
          position: relative; }
          .secao--comprar .listagem-kits .kit .preco .de-por .antigo:before {
            position: absolute;
            content: '';
            top: 40%;
            left: 50%;
            width: 105%;
            -webkit-transform: rotate(-5deg) translateX(-50%);
            -ms-transform: rotate(-5deg) translateX(-50%);
            transform: rotate(-5deg) translateX(-50%);
            height: 1px;
            background: red; }
      .secao--comprar .listagem-kits .kit .preco .valor {
        margin: 0.3em 0;
        font-size: 1.4em; }
        .secao--comprar .listagem-kits .kit .preco .valor span {
          display: inline-block; }
        .secao--comprar .listagem-kits .kit .preco .valor .parcela {
          font-weight: bold;
          font-size: 1.4em; }
      .secao--comprar .listagem-kits .kit .preco .a-vista {
        font-size: 0.9em;
        color: rgba(0, 23, 31, 0.7); }
    .secao--comprar .listagem-kits .kit .cta {
      margin-top: 1.25rem; }
      @media screen and (min-width: 768px) {
        .secao--comprar .listagem-kits .kit .cta {
          margin-top: 1.75rem; } }
    .secao--comprar .listagem-kits .kit .botao {
      width: 90%;
      max-width: 300px; }
      @media screen and (min-width: 768px) {
        .secao--comprar .listagem-kits .kit .botao {
          max-width: 230px;
          width: 100%; } }
      @media screen and (min-width: 992px) {
        .secao--comprar .listagem-kits .kit .botao {
          max-width: 100%;
          width: 80%; } }
      .secao--comprar .listagem-kits .kit .botao img {
        margin-right: 0.3em;
        height: 18px;
        vertical-align: middle;
        -webkit-transform: translateY(-0.2em);
        -ms-transform: translateY(-0.2em);
        transform: translateY(-0.2em); }
        @media screen and (min-width: 768px) {
          .secao--comprar .listagem-kits .kit .botao img {
            height: 22px; } }
    .secao--comprar .listagem-kits .kit .destaque {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0.3em;
      line-height: 1.1;
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      font-size: 0.725em;
      font-weight: bold;
      color: #896f00;
      background-color: #ffd82d;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .secao--comprar .listagem-kits .kit .imagem-preco {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (min-width: 768px) {
        .secao--comprar .listagem-kits .kit .imagem-preco {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .secao--comprar .beneficios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px;
    margin: 2.66667em auto 0; }
    @media screen and (min-width: 768px) {
      .secao--comprar .beneficios {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 850px;
        margin: 3.42857em auto 0; } }
    .secao--comprar .beneficios .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      line-height: 1.3;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: rgba(0, 23, 31, 0.8);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      margin-bottom: 0.75em; }
      @media screen and (min-width: 768px) {
        .secao--comprar .beneficios .item {
          margin-bottom: 0;
          width: 28%; }
          .secao--comprar .beneficios .item:hover {
            color: #00171f; }
            .secao--comprar .beneficios .item:hover img {
              -webkit-transform: scale(1.175);
              -ms-transform: scale(1.175);
              transform: scale(1.175); } }
      @media screen and (min-width: 768px) {
        .secao--comprar .beneficios .item:first-child {
          width: 32%; } }
      .secao--comprar .beneficios .item:last-child {
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .secao--comprar .beneficios .item:last-child {
            width: 32%; } }
      .secao--comprar .beneficios .item img {
        margin-right: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 25px; }
        @media screen and (min-width: 768px) {
          .secao--comprar .beneficios .item img {
            width: 40px; } }

.secao--calculadora {
  margin: 6em 0; }
  .secao--calculadora .container {
    max-width: 1020px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .secao--calculadora .container {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media screen and (min-width: 768px) {
    .secao--calculadora .coluna-a {
      max-width: 415px;
      margin-right: 2rem; } }
  @media screen and (min-width: 992px) {
    .secao--calculadora .coluna-a {
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .secao--calculadora .coluna-a h2 {
    color: #003dee;
    font-weight: bold;
    margin: 0 0 0.25em; }
  .secao--calculadora .coluna-b {
    max-width: 340px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .secao--calculadora .coluna-b {
        max-width: 460px;
        margin: 0 0 0 auto; } }
    @media screen and (min-width: 992px) {
      .secao--calculadora .coluna-b {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .secao--calculadora .coluna-b .segmento {
      margin-top: 1.25rem;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 243, 254, 0.125)), to(#FFF));
      background: -webkit-linear-gradient(top, rgba(193, 243, 254, 0.125), #FFF);
      background: -o-linear-gradient(top, rgba(193, 243, 254, 0.125), #FFF);
      background: linear-gradient(to bottom, rgba(193, 243, 254, 0.125), #FFF);
      padding: 13.33333px; }
      @media screen and (min-width: 768px) {
        .secao--calculadora .coluna-b .segmento {
          background: #FFF;
          margin-top: 0;
          padding: 40px; } }
      .secao--calculadora .coluna-b .segmento p {
        margin: 0;
        font-size: 1.05em;
        line-height: 1.3; }
        @media screen and (min-width: 768px) {
          .secao--calculadora .coluna-b .segmento p {
            font-size: 1.25em; } }
        @media screen and (min-width: 992px) {
          .secao--calculadora .coluna-b .segmento p {
            font-size: 1.35em; } }
      .secao--calculadora .coluna-b .segmento .input {
        cursor: text;
        border: 1px solid #CCC;
        border-radius: 5px;
        margin: 1.25em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        .secao--calculadora .coluna-b .segmento .input label,
        .secao--calculadora .coluna-b .segmento .input input {
          padding-top: 0.75em;
          padding-bottom: 0.75em;
          font-size: 1.2em;
          line-height: 1.3;
          display: inline-block; }
          @media screen and (min-width: 768px) {
            .secao--calculadora .coluna-b .segmento .input label,
            .secao--calculadora .coluna-b .segmento .input input {
              padding-top: 0.5em;
              padding-bottom: 0.5em;
              font-size: 1.35em; } }
          @media screen and (min-width: 992px) {
            .secao--calculadora .coluna-b .segmento .input label,
            .secao--calculadora .coluna-b .segmento .input input {
              font-size: 1.45em; } }
        .secao--calculadora .coluna-b .segmento .input label {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          white-space: nowrap;
          cursor: text;
          padding-left: 0.9em;
          padding-right: 0.9em;
          background: #EEE;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          color: #666; }
          @media screen and (min-width: 768px) {
            .secao--calculadora .coluna-b .segmento .input label {
              padding-left: 0.7em;
              padding-right: 0.7em; } }
        .secao--calculadora .coluna-b .segmento .input input {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          padding-left: 0.6em;
          padding-right: 0.6em;
          border: 0;
          outline: 0;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
          @media screen and (min-width: 768px) {
            .secao--calculadora .coluna-b .segmento .input input {
              padding-left: 0.4em;
              padding-right: 0.4em; } }
      .secao--calculadora .coluna-b .segmento .botao {
        width: 100%;
        font-size: 1.05em;
        padding: 1em 0.75em; }
      .secao--calculadora .coluna-b .segmento .resultado {
        display: none;
        text-align: center; }
        .secao--calculadora .coluna-b .segmento .resultado p,
        .secao--calculadora .coluna-b .segmento .resultado .calculo {
          font-size: 1.5em; }
          @media screen and (min-width: 768px) {
            .secao--calculadora .coluna-b .segmento .resultado p,
            .secao--calculadora .coluna-b .segmento .resultado .calculo {
              font-size: 1.35em; } }
        .secao--calculadora .coluna-b .segmento .resultado .meses {
          background: #1eb45f;
          color: #FFF;
          display: inline-block;
          padding: 0.05em 0.25em;
          border-radius: 5px; }
        .secao--calculadora .coluna-b .segmento .resultado .calculo {
          margin-top: 1.5rem;
          opacity: 0.65;
          font-size: 0.95em; }
        .secao--calculadora .coluna-b .segmento .resultado .botao.amarelo {
          margin-top: 1.25rem; }
        .secao--calculadora .coluna-b .segmento .resultado .botao.borda {
          font-size: 0.9em;
          opacity: 0.75;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 0.85em;
          padding-bottom: 0;
          font-weight: normal; }
    .secao--calculadora .coluna-b .disclaimer {
      text-align: left;
      margin-top: 1.5rem;
      font-size: 0.825em;
      opacity: 0.6;
      line-height: 1.35;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (min-width: 768px) {
        .secao--calculadora .coluna-b .disclaimer {
          text-align: right; }
          .secao--calculadora .coluna-b .disclaimer:hover {
            opacity: 0.9; } }

.secao--garantia {
  margin: 6em 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secao--garantia {
      text-align: left; } }
  .secao--garantia a {
    color: #0081ec; }
  .secao--garantia .container {
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .secao--garantia .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1020px; } }
    .secao--garantia .container .imagem {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .secao--garantia .container .imagem {
          margin-right: 60px; } }
  .secao--garantia .badge {
    width: 100%;
    max-width: 120px;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 300px;
    -webkit-box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.22);
    box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.22);
    -webkit-animation: pulsar-brilho-garantia linear 4s infinite;
    animation: pulsar-brilho-garantia linear 4s infinite; }
    @media screen and (min-width: 768px) {
      .secao--garantia .badge {
        max-width: 200px;
        margin: 0 0 20px 30px; } }
    .secao--garantia .badge img {
      vertical-align: middle; }
  .secao--garantia h3 {
    color: #ff4503;
    font-weight: bold; }
  .secao--garantia .botao {
    width: 90%;
    max-width: 300px; }
    @media screen and (min-width: 768px) {
      .secao--garantia .botao {
        width: auto; } }

@-webkit-keyframes pulsar-brilho-garantia {
  0% {
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11);
    box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11); }
  20% {
    -webkit-box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.25);
    box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.25); }
  75% {
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 3, 0.17);
    box-shadow: 0 15px 30px 0 rgba(255, 69, 3, 0.17); }
  100% {
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11);
    box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11); } }

@keyframes pulsar-brilho-garantia {
  0% {
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11);
    box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11); }
  20% {
    -webkit-box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.25);
    box-shadow: 0 6px 20px -3px rgba(255, 69, 3, 0.25); }
  75% {
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 69, 3, 0.17);
    box-shadow: 0 15px 30px 0 rgba(255, 69, 3, 0.17); }
  100% {
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11);
    box-shadow: 0 5px 10px 0 rgba(255, 69, 3, 0.11); } }

.secao--aviso {
  font-size: 0.75em;
  opacity: 0.5;
  line-height: 1.5;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media screen and (min-width: 768px) {
    .secao--aviso {
      line-height: 1.4;
      font-size: 0.825em;
      opacity: 0.6; }
      .secao--aviso:hover {
        opacity: 0.85; } }
  .secao--aviso .container {
    padding-bottom: 1.5rem; }
  .secao--aviso p:first-child {
    border-top: 1px solid rgba(0, 23, 31, 0.2);
    padding-top: 1.25rem; }

.secao--perguntas-frequentes {
  margin: 6em 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#f2fcff));
  background-image: -webkit-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: -o-linear-gradient(bottom, #FFF, #f2fcff);
  background-image: linear-gradient(to top, #FFF, #f2fcff);
  padding-top: 80px; }
  @media screen and (min-width: 600px) {
    .secao--perguntas-frequentes {
      padding-top: 90px; } }
  @media screen and (min-width: 768px) {
    .secao--perguntas-frequentes {
      padding-top: 105px; } }
  .secao--perguntas-frequentes .container {
    max-width: 1020px; }
  .secao--perguntas-frequentes .container {
    max-width: 1020px; }
  .secao--perguntas-frequentes h2 {
    text-align: center;
    margin: 0;
    color: #0081ec; }
  .secao--perguntas-frequentes .listagem-perguntas {
    padding-top: 1.5em; }
    @media screen and (min-width: 768px) {
      .secao--perguntas-frequentes .listagem-perguntas {
        padding-top: 3em; } }
  .secao--perguntas-frequentes .pergunta {
    margin: 0;
    text-align: left;
    padding: 1.25em;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 5px; }

@media screen and (min-width: 992px) and (min-width: 768px) {
  .secao--perguntas-frequentes .pergunta:hover .titulo {
    color: #004986; }
    .secao--perguntas-frequentes .pergunta:hover .titulo .numero {
      color: #FFF;
      background-color: #0081ec; } }
    .secao--perguntas-frequentes .pergunta.ativo {
      background: #FFF;
      -webkit-box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4);
      box-shadow: 0 5px 20px -5px rgba(0, 129, 236, 0.4); }
      .secao--perguntas-frequentes .pergunta.ativo:before {
        background: #FFF;
        -webkit-transform: scaleX(1.075) scaleY(1.2);
        -ms-transform: scaleX(1.075) scaleY(1.2);
        transform: scaleX(1.075) scaleY(1.2);
        -webkit-box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 15px -4px rgba(0, 0, 0, 0.25); }
      .secao--perguntas-frequentes .pergunta.ativo .titulo {
        color: #004986; }
        .secao--perguntas-frequentes .pergunta.ativo .titulo .numero {
          color: #FFF;
          background-color: #0081ec; }
    .secao--perguntas-frequentes .pergunta .titulo {
      cursor: pointer;
      font-size: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-line-pack: center;
      align-content: center;
      line-height: 1.25;
      color: rgba(0, 23, 31, 0.8);
      -webkit-transition: all 0.125s ease-in-out;
      -o-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      .secao--perguntas-frequentes .pergunta .titulo span {
        display: inline-block;
        margin: auto 0; }
      @media screen and (min-width: 768px) {
        .secao--perguntas-frequentes .pergunta .titulo {
          font-size: 1em; } }
      .secao--perguntas-frequentes .pergunta .titulo .numero {
        -webkit-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        font-weight: lighter;
        border-radius: 5px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.75em;
        min-width: 2em;
        min-height: 2em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(223, 247, 254, 0.7);
        color: #0081ec;
        font-size: 1.1em; }
    .secao--perguntas-frequentes .pergunta .resposta {
      padding: 1.25rem 0 0;
      display: none; }
      .secao--perguntas-frequentes .pergunta .resposta a {
        color: #0081ec; }
      .secao--perguntas-frequentes .pergunta .resposta p {
        font-size: 0.95em;
        color: #00171f; }
        @media screen and (min-width: 768px) {
          .secao--perguntas-frequentes .pergunta .resposta p {
            font-size: 0.925em; } }
      .secao--perguntas-frequentes .pergunta .resposta ul {
        margin: 0 0 0 1.25em;
        font-size: 0.95em; }
        @media screen and (min-width: 768px) {
          .secao--perguntas-frequentes .pergunta .resposta ul {
            font-size: 0.925em; } }
        .secao--perguntas-frequentes .pergunta .resposta ul li {
          margin: 0.7em 0;
          list-style: disc; }
  @media screen and (max-width: 767px) {
    .secao--perguntas-frequentes .ui.stackable.grid .column:first-child {
      padding-bottom: 0 !important; }
    .secao--perguntas-frequentes .ui.stackable.grid .column:last-child {
      padding-top: 0 !important; } }

.rodape {
  background: #0081ec;
  color: #FFF;
  padding: 40px 0; }
  .rodape a {
    color: #FFF; }
  .rodape .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.9em; }
    @media screen and (min-width: 992px) {
      .rodape .container {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .rodape .coluna {
    width: 100%;
    margin: 10px 0; }
    @media screen and (min-width: 992px) {
      .rodape .coluna {
        width: auto;
        margin: 0 40px; } }
    .rodape .coluna:first-child {
      margin-top: 0; }
      @media screen and (min-width: 992px) {
        .rodape .coluna:first-child {
          margin-left: 0; } }
    .rodape .coluna:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 992px) {
        .rodape .coluna:last-child {
          margin-right: 0; } }
    .rodape .coluna.logo {
      width: auto;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (min-width: 440px) {
        .rodape .coluna.logo {
          text-align: left;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
      .rodape .coluna.logo img {
        width: auto;
        height: 40px; }
        @media screen and (min-width: 992px) {
          .rodape .coluna.logo img {
            height: 50px; } }
      @media screen and (min-width: 440px) {
        .rodape .coluna.logo .conteudo {
          margin-left: 25px; } }
      .rodape .coluna.logo .conteudo p {
        margin: 0; }
        .rodape .coluna.logo .conteudo p:last-child {
          font-size: 0.9em;
          opacity: 0.65; }
    .rodape .coluna.fale-conosco p {
      margin: 0; }
    .rodape .coluna.creditos {
      margin-left: auto;
      -ms-flex-item-align: end;
      align-self: flex-end;
      justify-self: flex-end;
      font-size: 0.9em;
      margin-top: 2.5em; }
      @media screen and (min-width: 992px) {
        .rodape .coluna.creditos {
          margin-top: 0; } }
      .rodape .coluna.creditos a {
        -webkit-transition: all 0.125s ease-in-out;
        -o-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out;
        color: rgba(255, 255, 255, 0.6); }
        .rodape .coluna.creditos a:hover {
          color: rgba(255, 255, 255, 0.85);
          text-decoration: none; }

.toast-title {
  font-weight: bold;
  font-size: 0.95em; }
  @media screen and (min-width: 768px) {
    .toast-title {
      font-size: 0.9em; } }

.toast-message {
  margin-top: 0.25rem;
  font-size: 0.775em;
  opacity: 0.5;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .toast-message {
      font-size: 0.725em; } }

.toast-bottom-right {
  bottom: 5px;
  right: 5px;
  width: 250px; }
  @media screen and (min-width: 768px) {
    .toast-bottom-right {
      width: 350px;
      bottom: 15px;
      right: 15px; } }
  @media screen and (min-width: 992px) {
    .toast-bottom-right {
      bottom: 20px;
      right: 20px; } }

#toast-container {
  position: fixed;
  z-index: 9999;
  pointer-events: none; }

#toast-container > div {
  cursor: pointer;
  position: relative;
  pointer-events: auto;
  line-height: 1.35;
  padding: 9px;
  padding-left: 45px; }
  @media screen and (min-width: 768px) {
    #toast-container > div {
      padding: 15px;
      padding-left: 73px; } }
  #toast-container > div:before {
    opacity: 1;
    position: absolute;
    content: '';
    width: 27px;
    height: 22px;
    top: 12px;
    left: 9px;
    background: url("../images/icone-check-preto.svg") no-repeat center center;
    background-size: 22px auto; }
    @media screen and (min-width: 768px) {
      #toast-container > div:before {
        top: 19px;
        width: 43px;
        height: 33px;
        background: url("../images/icone-check-preto.svg") no-repeat center center;
        background-size: 33px auto;
        left: 15px; } }

.toast-success {
  background: #ffd82d;
  color: #00171f;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(147, 120, 0, 0.7);
  box-shadow: 0 5px 20px -5px rgba(147, 120, 0, 0.7);
  font-size: 0.85em; }
  @media screen and (min-width: 768px) {
    .toast-success {
      font-size: 0.95em; } }
  @media screen and (min-width: 992px) {
    .toast-success {
      font-size: 1em; } }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #2d2500;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  filter: alpha(opacity=2);
  border-bottom-left-radius: 5px; }
  @media screen and (min-width: 768px) {
    .toast-progress {
      height: 4px; } }

/*
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
*/
/*
.toast {
    background-color: #030303;
}
.toast-error {
    background-color: #BD362F;
}
.toast-info {
    background-color: #2F96B4;
}
.toast-warning {
    background-color: #F89406;
}
*/
/*
#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
*/
/*
.toast-message a,
.toast-message label {
    color: #FFFFFF;
}
.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

//Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  pointer-events: none; }
  .modal:target {
    display: block;
    pointer-events: auto; }
  .modal .conteudo {
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.6) 0 8px 20px 0;
    padding: 1em;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 20px auto; }
    @media screen and (min-width: 768px) {
      .modal .conteudo {
        margin: 10% auto;
        padding: 1.5em;
        border-radius: 5px; } }
    .modal .conteudo .titulo {
      margin-top: 0;
      color: #00171f; }
  .modal .close {
    color: #333;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    text-decoration: none;
    border-radius: 50px; }

.modal-bancos .logotipo-banco {
  width: 60px;
  height: auto;
  margin: 0 0 1rem 1rem;
  float: right; }

.modal-bancos .sistemas {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }
  .modal-bancos .sistemas .sistema {
    color: #00171f;
    display: block;
    padding: 0.75em 0.5em;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd; }
    .modal-bancos .sistemas .sistema:hover {
      text-decoration: none;
      background: #eeeeee; }
    .modal-bancos .sistemas .sistema strong {
      font-size: 1.05em; }
    .modal-bancos .sistemas .sistema span {
      display: block;
      font-size: 0.9em;
      color: rgba(0, 23, 31, 0.65);
      margin-top: 0.25em; }
    .modal-bancos .sistemas .sistema img {
      vertical-align: middle;
      width: auto;
      height: 1.2em;
      margin-right: 2px;
      position: relative;
      top: -0.2em; }

#bio_ep_close {
  font-size: 1em; }

#bio_ep_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #000;
  opacity: 0.4;
  z-index: 10001; }

#bio_ep {
  padding: 1rem;
  font-size: 1.15rem;
  text-align: center;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 10002; }
  #bio_ep .titulo {
    color: #0081ec;
    margin-top: 0; }
  #bio_ep .acoes {
    margin-top: 2rem; }
    #bio_ep .acoes p {
      margin: 0.5rem 0; }
    #bio_ep .acoes .botao {
      margin: 0.15rem; }
      #bio_ep .acoes .botao.vermelho {
        font-size: 0.9em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        color: #333; }
        #bio_ep .acoes .botao.vermelho:hover {
          color: #FFF; }
  @media screen and (min-width: 768px) {
    #bio_ep {
      font-size: 1.3rem;
      padding: 3rem; } }

#bio_ep_close {
  float: right;
  color: red;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5rem;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  border: 3px solid transparent; }
  #bio_ep_close:hover {
    background: red;
    border: 3px solid red;
    color: #FFF; }

.video-responsivo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-responsivo iframe,
  .video-responsivo object,
  .video-responsivo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pulsar-brilho-cerulean-blue {
  -webkit-animation: pulsar-brilho-cerulean-blue ease-in-out 2s infinite;
  animation: pulsar-brilho-cerulean-blue ease-in-out 2s infinite; }

@-webkit-keyframes pulsar-brilho-cerulean-blue {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(0, 129, 236, 0);
    -webkit-box-shadow: 0 0 0 25px rgba(0, 129, 236, 0);
    box-shadow: 0 0 0 25px rgba(0, 129, 236, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0);
    box-shadow: 0 0 0 0 rgba(0, 129, 236, 0); } }

@keyframes pulsar-brilho-cerulean-blue {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 129, 236, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(0, 129, 236, 0);
    -webkit-box-shadow: 0 0 0 25px rgba(0, 129, 236, 0);
    box-shadow: 0 0 0 25px rgba(0, 129, 236, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 129, 236, 0);
    box-shadow: 0 0 0 0 rgba(0, 129, 236, 0); } }

.pulsar-brilho-amarelo {
  -webkit-animation: pulsar-brilho-amarelo ease-in-out 2s infinite;
  animation: pulsar-brilho-amarelo ease-in-out 2s infinite; }

@-webkit-keyframes pulsar-brilho-amarelo {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 216, 45, 0);
    -webkit-box-shadow: 0 0 0 15px rgba(255, 216, 45, 0);
    box-shadow: 0 0 0 15px rgba(255, 216, 45, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0); } }

@keyframes pulsar-brilho-amarelo {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0.75); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 216, 45, 0);
    -webkit-box-shadow: 0 0 0 15px rgba(255, 216, 45, 0);
    box-shadow: 0 0 0 15px rgba(255, 216, 45, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 216, 45, 0);
    box-shadow: 0 0 0 0 rgba(255, 216, 45, 0); } }

@-moz-keyframes girar {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes girar {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes girar {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes tremer {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -moz-transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -moz-transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes tremer {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@keyframes tremer {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); } }

@-webkit-keyframes pulsar-coracao {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.125);
    transform: scale(1.125); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsar-coracao {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.125);
    transform: scale(1.125); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation: fadeIn ease-in-out 0.25s;
  animation: fadeIn ease-in-out 0.25s; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation: fadeOut linear 0.25s;
  animation: fadeOut linear 0.25s; }

.pagina-pos-compra .rodape,
.pagina-institucional .rodape {
  padding: 30px 0;
  color: #999;
  border-top: 1px solid #EEE;
  background: transparent; }
  .pagina-pos-compra .rodape .container,
  .pagina-institucional .rodape .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.pagina-oferta header.cabecalho,
.pagina-depoimentos header.cabecalho,
.pagina-pos-compra header.cabecalho {
  background: rgba(193, 243, 254, 0.4); }
  .pagina-oferta header.cabecalho .container,
  .pagina-depoimentos header.cabecalho .container,
  .pagina-pos-compra header.cabecalho .container {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .pagina-oferta header.cabecalho .container .logo,
    .pagina-depoimentos header.cabecalho .container .logo,
    .pagina-pos-compra header.cabecalho .container .logo {
      display: inline-block; }
      .pagina-oferta header.cabecalho .container .logo img,
      .pagina-depoimentos header.cabecalho .container .logo img,
      .pagina-pos-compra header.cabecalho .container .logo img {
        width: 152px; }

.pagina-institucional header.cabecalho {
  background: rgba(193, 243, 254, 0.4);
  margin-bottom: 3em; }
  .pagina-institucional header.cabecalho .container {
    max-width: 1020px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      .pagina-institucional header.cabecalho .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .pagina-institucional header.cabecalho .container .coluna-a {
      position: relative; }
    .pagina-institucional header.cabecalho .container .coluna-b {
      padding-left: 2rem;
      margin-left: auto; }
    .pagina-institucional header.cabecalho .container .voltar {
      position: absolute;
      top: -2.15em;
      font-size: 0.85em;
      color: rgba(0, 129, 236, 0.4);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media screen and (min-width: 768px) {
        .pagina-institucional header.cabecalho .container .voltar {
          top: -1.75em;
          font-size: 0.8em; } }
      .pagina-institucional header.cabecalho .container .voltar:hover {
        color: #0081ec;
        text-decoration: none; }
    .pagina-institucional header.cabecalho .container .logo {
      display: inline-block; }
      .pagina-institucional header.cabecalho .container .logo img {
        width: 152px; }
    .pagina-institucional header.cabecalho .container h2 {
      margin: 0;
      color: #0081ec; }

.pagina-institucional .texto {
  font-size: 0.975em; }
  .pagina-institucional .texto .container {
    max-width: 760px;
    text-align: justify; }
  .pagina-institucional .texto h2,
  .pagina-institucional .texto h3,
  .pagina-institucional .texto h4 {
    margin-top: 1.5em;
    text-align: left;
    color: #0081ec; }
  .pagina-institucional .texto .voltar {
    margin: 4em 0;
    text-align: center;
    font-size: 1em;
    display: block; }
  .pagina-institucional .texto hr {
    margin: 2.5em 0;
    border-top: 1px solid #CCC;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    height: 1px; }

.pagina-oferta .secao--depoimentos {
  margin-top: 3em; }

.pagina-oferta .desconto-especial {
  background: #0081ec;
  color: #FFF;
  padding: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .pagina-oferta .desconto-especial {
      padding: 60px 0; } }
  .pagina-oferta .desconto-especial a {
    color: #FFF; }
  .pagina-oferta .desconto-especial h2 {
    margin: 0; }
  .pagina-oferta .desconto-especial h3,
  .pagina-oferta .desconto-especial h4 {
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0; }
  .pagina-oferta .desconto-especial h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.7em; }
    @media screen and (min-width: 768px) {
      .pagina-oferta .desconto-especial h2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .pagina-oferta .desconto-especial h2 .icone {
      margin-right: 1rem;
      position: relative;
      width: 2em;
      height: 2em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      line-height: 1; }
      .pagina-oferta .desconto-especial h2 .icone:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffd82d;
        border-radius: 120px;
        z-index: 1;
        -webkit-animation: pulsar-brilho-amarelo 2s infinite;
        animation: pulsar-brilho-amarelo 2s infinite; }
      .pagina-oferta .desconto-especial h2 .icone svg {
        width: 2rem;
        height: auto;
        z-index: 5;
        position: relative; }
        .pagina-oferta .desconto-especial h2 .icone svg path {
          fill: #7a6300; }
        @media screen and (min-width: 768px) {
          .pagina-oferta .desconto-especial h2 .icone svg {
            width: 2.5rem; } }
    .pagina-oferta .desconto-especial h2 a {
      display: inline-block;
      border-bottom: 2px solid #ffd82d; }
      .pagina-oferta .desconto-especial h2 a:hover {
        text-decoration: none;
        color: #ffd82d; }
  .pagina-oferta .desconto-especial h4 strong {
    -webkit-animation: tremer 2s infinite;
    animation: tremer 2s infinite;
    display: inline-block;
    position: relative; }
  .pagina-oferta .desconto-especial h4 span {
    padding: 0.25em 0.6em;
    margin: 0 0.2em;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    color: #7a6300;
    font-weight: bold;
    z-index: 10; }
    .pagina-oferta .desconto-especial h4 span:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffd82d;
      border-radius: 5px;
      z-index: -1;
      -webkit-animation: pulsar-coracao 2s infinite;
      animation: pulsar-coracao 2s infinite; }

.pagina-oferta .secao--comprar {
  margin-top: 0;
  position: relative;
  z-index: 10; }
  .pagina-oferta .secao--comprar:after {
    height: 0;
    display: none; }
  .pagina-oferta .secao--comprar .background {
    padding-top: 0; }
    .pagina-oferta .secao--comprar .background:before {
      background: #0081ec; }
      @media screen and (min-width: 768px) {
        .pagina-oferta .secao--comprar .background:before {
          height: 450px; } }
    @media screen and (min-width: 768px) {
      .pagina-oferta .secao--comprar .background:after {
        top: 386px; } }
  .pagina-oferta .secao--comprar .preco .valor {
    color: #1eb45f; }

.pagina-oferta .secao--garantia {
  margin-top: 3em; }

.pagina-depoimentos .secao--depoimentos {
  padding-top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 243, 254, 0.4)), to(#FFF));
  background: -webkit-linear-gradient(top, rgba(193, 243, 254, 0.4), #FFF);
  background: -o-linear-gradient(top, rgba(193, 243, 254, 0.4), #FFF);
  background: linear-gradient(to bottom, rgba(193, 243, 254, 0.4), #FFF); }
  .pagina-depoimentos .secao--depoimentos:before {
    display: none; }

.pagina-depoimentos .secao--garantia {
  margin-top: 3em; }

.pagina-pos-compra .status {
  font-size: 1.1em;
  padding: 30px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pagina-pos-compra .status {
      padding: 60px 0; } }
  @media screen and (min-width: 768px) {
    .pagina-pos-compra .status {
      font-size: 1.3em; } }
  .pagina-pos-compra .status.finalizado {
    background: #0081ec;
    color: #FFF; }
  .pagina-pos-compra .status.pendente {
    background: #0081ec;
    color: #FFF; }
  .pagina-pos-compra .status .retorno {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .pagina-pos-compra .status .retorno {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .pagina-pos-compra .status .icone {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 768px) {
      .pagina-pos-compra .status .icone {
        height: 50px;
        margin-bottom: 0;
        margin-right: 1rem; } }
    .pagina-pos-compra .status .icone path {
      fill: #FFF; }
  .pagina-pos-compra .status h2 {
    display: inline-block;
    margin: 0;
    line-height: 1.05;
    font-weight: bold; }
  .pagina-pos-compra .status .descricao {
    margin: 1rem auto 0;
    max-width: 650px; }
    .pagina-pos-compra .status .descricao strong.destaque {
      font-weight: normal;
      padding: 0 0.15em;
      background: #ffd82d;
      color: #00171f; }

.pagina-pos-compra .liberar-compra-agora {
  margin-top: 1em;
  text-align: center; }
  .pagina-pos-compra .liberar-compra-agora h3 {
    color: #003dee;
    font-size: 1.6em;
    font-weight: normal; }
  .pagina-pos-compra .liberar-compra-agora p {
    font-size: 1.1em;
    margin: 0.15em 0; }
  .pagina-pos-compra .liberar-compra-agora .area-botao {
    margin: 2em 0; }
    .pagina-pos-compra .liberar-compra-agora .area-botao .botao {
      font-size: 1.1em; }

.pagina-pos-compra .prazo-de-entrega {
  margin-top: 2em;
  text-align: center; }
  .pagina-pos-compra .prazo-de-entrega .icone img {
    width: 50px; }
  .pagina-pos-compra .prazo-de-entrega .icone svg {
    width: 50px;
    height: 50px; }
    .pagina-pos-compra .prazo-de-entrega .icone svg path {
      fill: #00171f; }
  .pagina-pos-compra .prazo-de-entrega p {
    font-size: 0.95em;
    margin: 0.15em 0; }
    @media screen and (min-width: 768px) {
      .pagina-pos-compra .prazo-de-entrega p {
        font-size: 1.05em; } }
    .pagina-pos-compra .prazo-de-entrega p.destaque {
      background: #0081ec;
      display: table;
      margin-left: auto;
      margin-right: auto;
      color: #FFF;
      font-weight: bold;
      padding: 0.25em 1em;
      border-radius: 5px; }

.pagina-pos-compra .contato {
  margin: 5rem auto;
  font-size: 1.05em;
  text-align: center;
  padding: 0 0.75em; }

@media screen and (min-width: 768px) {
  .pagina-pos-compra .aprove-sua-compra p,
  .pagina-pos-compra .pagar-sem-imprimir p {
    font-size: 1.05em; } }

.pagina-pos-compra .aprove-sua-compra {
  margin: 6em 0; }

.pagina-pos-compra .pagar-sem-imprimir {
  margin: 3em 0; }
  .pagina-pos-compra .pagar-sem-imprimir .ui.grid > .column:not(.row), .pagina-pos-compra .pagar-sem-imprimir .ui.grid > .row > .column {
    padding: 0; }
  .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos {
    margin-top: 1em;
    background: #FFF;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD; }
    .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column {
      padding: 0; }
      .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column a {
        color: #00171f;
        font-weight: bold;
        font-size: 1em;
        padding: 0.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD; }
        .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column a:hover {
          text-decoration: none;
          background: #DDD; }
      .pagina-pos-compra .pagar-sem-imprimir .ui.grid.bancos .column img {
        width: 30px;
        height: 30px;
        margin-right: 0.3em; }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Regular.woff2") format("woff2"), url("../fonts/Inter-UI-Regular.woff") format("woff"); }

/*
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 400;
  src: url("../fonts/Inter-UI-Italic.woff2") format("woff2"),
       url("../fonts/Inter-UI-Italic.woff") format("woff");
}
@font-face {
  font-family: 'Inter UI';
  font-style:  normal;
  font-weight: 500;
  src: url("../fonts/Inter-UI-Medium.woff2") format("woff2"),
       url("../fonts/Inter-UI-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 500;
  src: url("../fonts/Inter-UI-MediumItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-MediumItalic.woff") format("woff");
}
*/
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-UI-Bold.woff2") format("woff2"), url("../fonts/Inter-UI-Bold.woff") format("woff"); }

/*
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 700;
  src: url("../fonts/Inter-UI-BoldItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-BoldItalic.woff") format("woff");
}
*/
@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-UI-Black.woff2") format("woff2"), url("../fonts/Inter-UI-Black.woff") format("woff"); }

/*
@font-face {
  font-family: 'Inter UI';
  font-style:  italic;
  font-weight: 900;
  src: url("../fonts/Inter-UI-BlackItalic.woff2") format("woff2"),
       url("../fonts/Inter-UI-BlackItalic.woff") format("woff");
}
*/
