@charset "UTF-8";
/*
	Theme Name: Aformula
	Author: IWWA Agência Digital
*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

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

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: "only screen and (min-width:768px) and (max-width:991px)") {
  #comments .comment-author,
#comments .comment-metadata {
    line-height: 1;
  }
}

@media (max-width: "only screen and (min-width:768px) and (max-width:991px)") {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: "only screen and (min-width:768px) and (max-width:991px)") {
  table table {
    font-size: 0.8em;
  }
  table table th,
table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
  float: right;
  margin-right: 1rem;
}

.alignleft {
  float: left;
  margin-left: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */
.base-pagination .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.base-pagination .page-numbers {
  background: #008b9e;
  color: #fff;
  padding: 10px;
  margin: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease;
}
.base-pagination .page-numbers:hover {
  background: #444;
}
.base-pagination .page-numbers.current {
  background: #444;
}
.base-pagination .page-numbers.next, .base-pagination .page-numbers.prev {
  width: inherit;
}

.dce-term-114 {
  cursor: pointer;
}
.dce-term-114 ul {
  border-top: 1px solid #444 !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.dce-term-114 ul li {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 !important;
}
.dce-term-114 ul li:before {
  content: "- ";
}

.post-arquivos {
  display: none;
}

.custom-menu-bg-archive .first-level {
  padding: 0px;
}

.item-bg-archive .elementor-size-default {
  height: 40px;
}


@media only screen and (max-width:480px) {
  .home .control-map-slider,
  .home .map-slider {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .custom-color-bg .elementor-image img {
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  .custom-color-bg .jet-listing-grid__item.jet-equal-columns {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

@media only screen and (min-width:992px) {
  .elementor-17 .elementor-element.elementor-global-945 .elementor-social-icon:not(:last-child) {
    margin-right: 10px !important;
  }
}
@media only screen and (min-width:1400px) {
  .elementor-17 .elementor-element.elementor-global-945 .elementor-social-icon:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width:992px) {
  body:not(.rtl) .elementor-17 .elementor-element.elementor-element-1900c453 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
    margin-right: 12px !important;
  }
  body:not(.rtl) .elementor-17 .elementor-element.elementor-element-1900c453 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li a{
    margin: 0 !important;
  }
}

@media only screen and (min-width:992px) {
  .elementor-17 .elementor-element.elementor-element-519aaa29 {
    width: 12% !important;
  }
}
@media only screen and (min-width:1200px) {
  .elementor-17 .elementor-element.elementor-element-519aaa29 {
    width: 9% !important;
  }
  .elementor-17 .elementor-element.elementor-element-d91a7f6{
    width: 70% !important;
  }
}
/* @media only screen and (min-width:1400px) {
  .elementor-17 .elementor-element.elementor-element-519aaa29 {
    width: 9% !important;
  }
} */

.main-banner .jet-listing-grid__slider .jet-slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  margin: 10px 0 20px;
}
@media only screen and (min-width:768px) {
  .main-banner .jet-listing-grid__slider .jet-slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    width: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width:1200px) {
  .main-banner .jet-listing-grid__slider .jet-slick-dots {
    top: calc(50% - 80px);
    right: 84px;
  }
}

.main-banner .jet-listing-grid__slider .jet-slick-dots li {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #006573;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: background-color 350ms, border-color 350ms, border-width 350ms;
  -o-transition: background-color 350ms, border-color 350ms, border-width 350ms;
  transition: background-color 350ms, border-color 350ms, border-width 350ms;
}
@media only screen and (min-width:768px) {
  .main-banner .jet-listing-grid__slider .jet-slick-dots li {
    width: 50px;
    height: 12px;
    margin: 0;
    -webkit-border-radius: 12px;
            border-radius: 12px;
  }
}
@media only screen and (min-width:768px) {
  .main-banner .jet-listing-grid__slider .jet-slick-dots li + li {
    margin-top: 20px;
  }
}

.main-banner .jet-listing-grid__slider .jet-slick-dots .slick-active,
.main-banner .jet-listing-grid__slider .jet-slick-dots li:hover {
  border-width: 1px;
  border-color: #fff;
  background-color: #008092;
}

svg {
  fill: currentColor;
}

.section-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width:991px) {
  .section-stores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-stores .optWrapper {
  width: 100%;
}
.section-stores .left-content {
  width: 49%;
  padding-right: 40px;
}
@media only screen and (max-width:992px) {
  .section-stores .left-content {
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  .section-stores .left-content {
    display: none;
  }
}
.section-stores .right-content {
  width: 51%;
}
@media only screen and (max-width:992px) {
  .section-stores .right-content {
    width: 100%;
  }
}
.section-stores .right-content .section-title {
  margin-bottom: 50px;
  text-align: left;
}
@media only screen and (max-width:1199px) {
  .section-stores .right-content .section-title {
    text-align: center;
    margin-bottom: 25px;
  }
}
.section-stores .right-content .city-information .section-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.endereco {
  width: 370px;
}
@media only screen and (max-width:991px) {
  .endereco {
    width: 100%;
  }
}
.endereco .escolher {
  margin-bottom: 100px;
}
@media only screen and (max-width:991px) {
  .endereco .escolher {
    text-align: center;
    margin-bottom: 30px;
  }
}
.endereco .escolher > p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}

.item-estado {
  display: none;
  counter-reset: section;
}
.item-estado h4,
.item-estado span,
.item-estado small,
.item-estado p {
  font-size: 16px;
  font-weight: 500;
  color: #802e34;
}
.item-estado h4 {
  font-size: 35px;
}
.item-estado span {
  text-transform: uppercase;
}
.item-estado small {
  font-size: 18px;
}
.item-estado p {
  color: #000;
  line-height: 1.5em;
}
.item-estado .cidade {
  height: 500px;
  overflow: auto;
}
.item-estado .cidade li {
  margin-top: 34px;
}
.item-estado .local li {
  margin-top: 24px;
}

.mapa {
  width: 770px;
  position: relative;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .mapa {
    width: 568px;
  }
}
@media only screen and (max-width:991px) {
  .mapa {
    width: 90%;
    margin-top: 30px;
  }
}
.mapa svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .mapa svg {
    height: 573px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .mapa svg {
    height: 650px;
  }
}
@media only screen and (max-width:767px) {
  .mapa svg {
    height: 85vw;
  }
}
.mapa path,
.mapa g {
  fill: currentColor;
  -webkit-transition: fill 250ms ease-in-out;
  -o-transition: fill 250ms ease-in-out;
  transition: fill 250ms ease-in-out;
}
.mapa path.estadosOn,
.mapa g.estadosOn {
  fill: #666666;
  color: #666666;
  cursor: pointer;
}
.mapa path.estadosOn:hover, .mapa path.estadosOn.active,
.mapa g.estadosOn:hover,
.mapa g.estadosOn.active {
  fill: #009999;
  color: #009999;
}
.mapa path.estadosOn.active,
.mapa g.estadosOn.active {
  pointer-events: none;
}
.mapa .info-hover {
  min-width: 190px;
  height: 75px;
  position: fixed;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #802e34;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: opacity 350ms ease-in-out;
  -o-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.mapa .info-hover.active {
  opacity: 1;
}
.mapa .info-hover:before {
  content: "";
  border: solid transparent;
  border-color: transparent;
  border-bottom-color: #802e34;
  border-width: 0px 10px 12px;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 10px);
}
.mapa .info-hover i {
  width: 22px;
  height: 22px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe274;
  color: #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 7px;
}

.control-map,
.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:991px) {
  .control-map,
.filter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width:480px) {
  .filter {
    width: 100%;
  }
}

.control-map {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 25px 25px 25px 0;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
}
@media only screen and (max-width:1199px) {
  .control-map {
    padding: 25px 0;
  }
}
@media only screen and (max-width:1199px) {
  .control-map {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:1199px) {
  .control-map {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.map-slider {
  max-width: 700px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width:1200px) {
  .map-slider {
    max-width: 100%;
    padding: 0;
  }
}
.map-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.map-slider .swiper-slide .article-stores {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
@media only screen and (max-width:1199px) {
  .map-slider .swiper-slide .article-stores {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width:480px) {
  .map-slider .swiper-slide .article-stores {
    width: 100%;
    margin: 0 0px 15px;
  }
}

@media only screen and (max-width:992px) {
  .elementor-13 .elementor-element.elementor-element-b671f19 {
    margin-top: 60px;
  }
}
@media only screen and (max-width:480px) {
  .elementor-13 .elementor-element.elementor-element-b671f19 {
    margin-top: 20px;
  }
}

.title-store {
  margin: 0;
  font-size: 18px;
  color: #008092;
}
@media only screen and (min-width:1200px) {
  .title-store {
    font-size: 20px;
  }
}
.title-page {
  margin: 0;
  font-weight: 300;
  font-size: 22px;
  color: #2d2d2d;
}
@media only screen and (min-width:1200px) {
  .title-page {
    font-size: 30px;
  }
}
.title-icon .elementor-image-box-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.title-icon .elementor-image-box-wrapper .elementor-image-box-content {
  width: auto;
}

.section-title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #018092;
}
@media only screen and (max-width:1199px) {
  .section-title {
    font-size: 25px;
  }
}

.control-map-slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:480px) {
  .control-map-slider {
    margin-top: 15px;
  }
}
.control-map-slider .swiper-button-relative {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  color: #008092;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.control-map-slider .swiper-button-relative svg {
  width: 40px;
  height: auto;
}
.control-map-slider .swiper-pagination {
  margin: 0 40px;
  color: #444444;
}
@media only screen and (max-width:1600px) {
  .control-map-slider .swiper-pagination {
    margin: 0 10px;
  }
}
.control-map-slider .swiper-pagination span {
  font-size: 20px;
  color: #444444;
}
@media only screen and (max-width:1399px) {
  .control-map-slider .swiper-pagination span {
    font-size: 18px;
  }
}
.control-map-slider .swiper-button-prev svg {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.select2-container .select2-selection--single {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.custom-select {
  width: 260px;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  margin-right: 20px;
}
@media only screen and (max-width:1399px) {
  .custom-select {
    margin-right: 10px;
    width: 220px;
  }
}
@media only screen and (max-width:480px) {
  .custom-select {
    margin: 0 0 10px;
    width: 280px;
  }
}
.custom-select:last-child {
  margin-right: 0;
}
.custom-select.loading {
  opacity: 0;
}
.custom-select .select2 {
  width: 100% !important;
}
.custom-select .select2-container.select2-container--default .select2-selection--single,
.custom-select .select2-container.select2-container--default .select2-selection__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-select .select2-container.select2-container--default .select2-selection--single {
  height: 60px !important;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 2px solid #008092;
  padding: 0 20px;
}
.custom-select .select2-container.select2-container--default .select2-selection--single:before {
  content: "";
  background: url("assets/img/icon-select.svg") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  z-index: 30;
}
.custom-select .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 20px;
  font-weight: 300;
  color: #017f91;
  padding: 0;
}
@media only screen and (max-width:1399px) {
  .custom-select .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}
.custom-select .select2-container.select2-container--default .select2-selection__arrow,
.custom-select .select2-container.select2-container--default .select2-selection__arrow b {
  position: relative;
  width: 25px;
  height: 25px;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  margin: inherit;
  border-width: 0;
}
.custom-select .select2-container.select2-container--default .select2-selection__arrow {
  display: none !important;
  background: url("assets/img/icon-select.svg") no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  margin-left: 20px;
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
}
.custom-select .select2-container.select2-container--open .select2-selection--single:before {
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
}
.custom-select .select2-container.select2-container--open .select2-selection__arrow {
  border-width: 0;
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
          transform: rotateZ(90deg) rotateY(180deg);
}
.custom-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow,
.custom-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  border-color: transparent;
}
.custom-select-alt .select2-container.select2-container--default .select2-selection--single,
.custom-select-alt .select2-container.select2-container--default .select2-selection__arrow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-select-alt .select2-container.select2-container--default .select2-selection--single {
  padding: 0 20px;
  border: 1px solid #818a91;
}
.custom-select-alt .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #818a91;
}
.custom-select-alt .select2-container.select2-container--default .select2-selection__arrow,
.custom-select-alt .select2-container.select2-container--default .select2-selection__arrow b {
  width: 20px;
  height: 20px;
}
.custom-select-alt .select2-container.select2-container--default .select2-selection__arrow {
  background: url("assets/img/icon-select-alt.svg") no-repeat center;
}

.phone-numbers {
  margin-top: 5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.phone-numbers li a {
  color: #444444;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
  font-size: 15px;
}
@media only screen and (min-width:481px) {
  .phone-numbers li a {
    font-size: 16px;
  }
}
.phone-numbers li a:hover {
  color: #008092;
}
.phone-numbers li:not(:nth-child(2n+1)) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 5px;
}
.phone-numbers li:not(:nth-child(2n+1)):before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
  color: #444444;
}

.article-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article-stores .icon,
.article-stores .article-items .icon {
  color: #008092;
}
.article-stores .article-items {
  margin-top: 15px;
}
.article-stores .article-items .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.article-stores .article-items .icon-sm {
  width: 25px;
  height: 25px;
}
.article-stores .article-items .icon-sm svg {
  width: 25px;
  height: 25px;
}
.article-stores address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.2em;
}
.article-stores-alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-stores-alt .icon,
.article-stores-alt .article-items .icon {
  color: #000;
}
.article-stores-alt .article-items {
  margin-top: 5px;
}
.article-stores-alt .title-store {
  margin-bottom: 10px;
}

.article-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.article-items .icon {
  margin-right: 10px;
  color: #000000;
}
.article-items .icon svg {
  display: block;
  width: auto;
}
.article-items .phone-numbers {
  margin: 0;
}

.form-newsletter .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
  max-width: 100%;
}
@media only screen and (min-width:1200px) {
  .form-newsletter .elementor-field-type-email.elementor-field-group.elementor-column.elementor-field-group-email.elementor-col-100.elementor-field-required {
    max-width: 500px;
  }
}

.section-stores {
  margin-top: 25px;
}
@media only screen and (min-width:1200px) {
  .section-stores {
    margin-top: 50px;
  }
}
.section-stores .title-page {
  margin-bottom: 15px;
}
@media only screen and (min-width:1200px) {
  .section-stores .title-page {
    margin-bottom: 30px;
  }
}
.section-stores .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .section-stores .section-header {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width:1200px) {
  .section-stores .section-header {
    margin-bottom: 70px;
  }
}

.elementor-field-group-cpf label.elementor-field-label,
.elementor-field-group-senha2 label.elementor-field-label {
  top: 100%;
  width: auto;
  height: auto;
  color: red !important;
  margin: 1px 0 0 20px;
  clip: auto;
  opacity: 0;
}

#form-cadastro .elementor-message {
  display: none;
  opacity: 0 !important;
}

[data-flex] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

[data-flex~=justify-center] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

[data-flex~=justify-between] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

[data-flex~=justify-around] {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

[data-flex~=justify-end] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

[data-flex~=justify-start] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[data-flex~=align-center] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

[data-flex~=align-start] {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

[data-flex~=align-end] {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

[data-flex~=wrap] {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

[data-flex~=column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

[data-flex~=column-reverse] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

:focus {
  outline: none;
}

.list-statistics .jet-listing-dynamic-repeater__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-statistics .jet-listing-dynamic-repeater__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media only screen and (min-width:481px) {
  .list-statistics .jet-listing-dynamic-repeater__item {
    width: 33.3333%;
    padding: 0 25px;
  }
}
@media only screen and (min-width:768px) {
  .list-statistics .jet-listing-dynamic-repeater__item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    margin-bottom: 0;
  }
}
.list-statistics .jet-listing-dynamic-repeater__item h4,
.list-statistics .jet-listing-dynamic-repeater__item h5 {
  margin: 0;
  color: currentColor;
  text-align: center;
}
.list-statistics .jet-listing-dynamic-repeater__item h4 {
  font-weight: 300;
  font-size: 18px;
}
.list-statistics .jet-listing-dynamic-repeater__item h4:first-of-type {
  margin-top: 15px;
}
@media only screen and (min-width:1200px) {
  .list-statistics .jet-listing-dynamic-repeater__item h4:first-of-type {
    margin-top: 30px;
  }
}
.list-statistics .jet-listing-dynamic-repeater__item strong {
  font-size: 20px;
}
@media only screen and (min-width:481px) {
  .list-statistics .jet-listing-dynamic-repeater__item strong {
    font-size: 25px;
  }
}
@media only screen and (min-width:1200px) {
  .list-statistics .jet-listing-dynamic-repeater__item strong {
    font-size: 32px;
  }
}

.list-investments.list-investments-alt .jet-listing-dynamic-repeater__item h4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (min-width:992px) {
  .list-investments.list-investments-alt .jet-listing-dynamic-repeater__item h4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-investments .jet-listing-dynamic-repeater__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 15px;
}
.list-investments .jet-listing-dynamic-repeater__items {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  padding: 0 15px !important;
}
.list-investments .jet-listing-dynamic-repeater__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-family: "Muli";
}
@media only screen and (min-width:481px) {
  .list-investments .jet-listing-dynamic-repeater__item {
    width: 50%;
  }
}
@media only screen and (min-width:992px) {
  .list-investments .jet-listing-dynamic-repeater__item {
    width: 25%;
  }
}
@media only screen and (min-width:1400px) {
  .list-investments .jet-listing-dynamic-repeater__item {
    margin-bottom: 94px;
  }
}
.list-investments .jet-listing-dynamic-repeater__item h4,
.list-investments .jet-listing-dynamic-repeater__item p {
  margin: 0;
  text-align: center;
}
.list-investments .jet-listing-dynamic-repeater__item h4 {
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #008092;
}
.list-investments .jet-listing-dynamic-repeater__item p {
  max-width: 50%;
  margin-top: 8px;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.2em;
}
@media only screen and (min-width:1400px) {
  .list-investments .jet-listing-dynamic-repeater__item p {
    font-size: 28px;
  }
}

.list-simple .jet-listing-dynamic-repeater__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px) {
  .list-simple .jet-listing-dynamic-repeater__items {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-simple .jet-listing-dynamic-repeater__item {
  margin-bottom: 20px;
}
.list-simple .jet-listing-dynamic-repeater__item h4,
.list-simple .jet-listing-dynamic-repeater__item p {
  margin: 0;
  color: #ffffff;
}
.list-simple .jet-listing-dynamic-repeater__item h4 {
  font-size: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .list-simple .jet-listing-dynamic-repeater__item h4 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    text-align: left;
  }
}
.list-simple .jet-listing-dynamic-repeater__item h4 + p {
  margin-top: 20px;
}
.list-simple .jet-listing-dynamic-repeater__item p {
  font-weight: 300;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .list-simple .jet-listing-dynamic-repeater__item p {
    text-align: left;
  }
}

.list-premiacoes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width:768px) {
  .list-premiacoes {
    margin-top: 45px;
  }
}
@media only screen and (min-width:1200px) {
  .list-premiacoes {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
}
.list-premiacoes li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 25px 25px;
  width: 100%;
}
@media only screen and (min-width:481px) {
  .list-premiacoes li {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width:1200px) {
  .list-premiacoes li {
    margin: 0 25px;
    width: auto;
  }
}
.list-premiacoes li:first-child() {
  margin-left: 0;
}
.list-premiacoes li:last-child() {
  margin-right: 0;
}
.list-premiacoes li .box-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list-premiacoes li span {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1em;
}
@media only screen and (min-width:1200px) {
  .list-premiacoes li span {
    margin-top: 26px;
    font-size: 16px;
  }
}
.list-premiacoes-alt {
  margin-top: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-premiacoes-alt li {
  max-width: 250px;
  width: 100%;
}
.list-premiacoes-alt li span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width:1200px) {
  .list-premiacoes-alt li span {
    margin-top: 15px;
  }
}

.list-diferencias .jet-listing-dynamic-repeater__items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-diferencias .jet-listing-dynamic-repeater__item {
  width: 100%;
  margin: 7px 0;
  padding: 15px;
  background: url("assets/img/effect-diferencias.png") no-repeat 50% bottom, #008092;
}
@media only screen and (min-width:481px) {
  .list-diferencias .jet-listing-dynamic-repeater__item {
    min-height: 170px;
    margin: 7px;
    width: calc(50% - 14px);
  }
}
@media only screen and (min-width:768px) {
  .list-diferencias .jet-listing-dynamic-repeater__item {
    padding: 30px;
    width: calc((100% / 3) - 14px);
  }
}
@media only screen and (min-width:1200px) {
  .list-diferencias .jet-listing-dynamic-repeater__item {
    margin: 15px;
    width: calc((100% / 3) - 30px);
  }
}
.list-diferencias .jet-listing-dynamic-repeater__item img {
  max-width: 65px !important;
  margin: 0 auto 20px !important;
}
.list-diferencias .jet-listing-dynamic-repeater__item p {
  color: #ffffff;
  font-weight: 300;
}

.list-statistics-alt .jet-listing-dynamic-repeater__items {
  max-width: 700px;
  margin: 0 auto;
}
.list-statistics-alt .jet-listing-dynamic-repeater__item {
  margin-top: 35px;
}
.list-statistics-alt .jet-listing-dynamic-repeater__item:first-child {
  margin-top: 0;
}
.list-statistics-alt .jet-listing-dynamic-repeater__item h3,
.list-statistics-alt .jet-listing-dynamic-repeater__item h4 {
  font-size: 40px;
  margin: 0;
  text-align: center;
}
.list-statistics-alt .jet-listing-dynamic-repeater__item h3 {
  color: #22324c;
}
.list-statistics-alt .jet-listing-dynamic-repeater__item h4 {
  color: #487f90;
  line-height: 1em;
}

.slider-testimonials .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider-testimonials .slick-track .slick-slide {
  height: auto;
}
.slider-testimonials .slick-track .slick-slide .elementor-1700,
.slider-testimonials .slick-track .slick-slide .elementor-inner,
.slider-testimonials .slick-track .slick-slide .elementor-section-wrap,
.slider-testimonials .slick-track .slick-slide .has_eae_slider,
.slider-testimonials .slick-track .slick-slide .elementor-container,
.slider-testimonials .slick-track .slick-slide .elementor-row,
.slider-testimonials .slick-track .slick-slide .elementor-column-wrap,
.slider-testimonials .slick-track .slick-slide .elementor-widget-wrap {
  height: 100%;
}
.slider-testimonials .slick-track .slick-slide .elementor-element.elementor-element-ff268eb {
  margin-top: auto;
}
.slider-testimonials .slick-track .slick-slide .elementor-widget-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-testimonials .jet-listing-grid__slider .jet-slick-dots {
  padding: 0;
}
.slider-testimonials .jet-listing-grid__slider .jet-slick-dots li {
  -webkit-transition: border 350ms, background 350ms;
  -o-transition: border 350ms, background 350ms;
  transition: border 350ms, background 350ms;
}
.slider-testimonials .jet-listing-grid__slider .jet-slick-dots li.slick-active, .slider-testimonials .jet-listing-grid__slider .jet-slick-dots li:hover {
  border: 3px solid #008092;
}

.archive-default .elementor-post.elementor-grid-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px) {
  .archive-default .elementor-post.elementor-grid-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width:1200px) {
  .archive-default .elementor-post.elementor-grid-item {
    position: relative;
    padding-left: 134px;
  }
}
.archive-default .elementor-post.elementor-grid-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.archive-default .elementor-post__thumbnail__link {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .archive-default .elementor-post__thumbnail__link {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.archive-default .elementor-post-date {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  background: #008092;
  color: #ffffff;
}
@media only screen and (min-width:1200px) {
  .archive-default .elementor-post-date {
    position: absolute;
    top: 0;
    left: 10px;
    max-width: 104px;
    margin-top: 0;
    padding: 15px;
    font-size: 18px;
  }
}
.archive-default .elementor-pagination {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width:768px) {
  .archive-default .elementor-pagination {
    padding-top: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .archive-default .elementor-pagination {
    padding-top: 60px;
  }
}

.elementor-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.elementor-pagination .page-numbers {
  background: #008092;
  padding: 11px 18px;
  margin-bottom: 10px;
  -webkit-border-radius: 45px;
          border-radius: 45px;
  cursor: pointer;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width:1200px) {
  .elementor-pagination .page-numbers {
    font-size: 24px;
    padding: 17px 28px;
  }
}
.elementor-pagination .page-numbers:hover, .elementor-pagination .page-numbers.current {
  background: #006573;
}

.custom-tabs .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-tabs .elementor-tabs-content-wrapper,
.custom-tabs .elementor-tab-content {
  border-color: transparent !important;
}
.custom-tabs .elementor-tabs-content-wrapper {
  border-bottom: 1px solid #008092 !important;
}
@media only screen and (min-width:768px) {
  .custom-tabs .elementor-tabs-content-wrapper {
    border-bottom: none !important;
  }
}
.custom-tabs .elementor-tabs-wrapper {
  margin-bottom: 30px;
  border-top: 1px solid #008092;
  border-left: 1px solid #008092;
}
.custom-tabs .elementor-tab-title {
  border-right: 1px solid #008092 !important;
  text-align: center;
  -webkit-transition: background 350ms, color 350ms;
  -o-transition: background 350ms, color 350ms;
  transition: background 350ms, color 350ms;
  width: 100%;
  border-color: #008092;
}
@media only screen and (min-width:1200px) {
  .custom-tabs .elementor-tab-title {
    width: 50%;
  }
}
.custom-tabs .elementor-tab-title.elementor-active {
  background: #008092;
}
.custom-tabs .elementor-tab-title.elementor-active a{
  color: #ffffff !important;
}
@media only screen and (max-width:991px) {
  .custom-tabs .elementor-tab-content h2 {
    font-size: 1.5rem;
  }
}

.elementor-field-type-upload input {
  cursor: pointer;
  width: 100%;
}

#mapa_franquia {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width:481px) {
  #mapa_franquia {
    height: 400px;
  }
}
@media only screen and (min-width:1400px) {
  #mapa_franquia {
    height: 600px;
  }
}

.list-stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  max-width: 1060px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .list-stores {
    margin: 30px auto 0;
  }
}
@media only screen and (min-width:1200px) {
  .list-stores {
    margin: 64px auto 0;
  }
}
.list-stores .article-stores {
  width: 100%;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (min-width:992px) {
  .list-stores .article-stores {
    margin-top: 40px;
    padding-top: 35px;
  }
}
.list-stores .article-stores:first-child {
  padding-top: 0;
  margin-top: 0;
  border: unset;
}
@media only screen and (min-width:768px) {
  .list-stores .article-stores {
    width: 48%;
  }
  .list-stores .article-stores:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
    border: unset;
  }
}

.city-information {
  display: none;
  margin-top: 20px;
  width: 100%;
}

.content-city {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width:768px) {
  .content-city {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.content-city .article-items {
  width: 90%;
}
@media only screen and (min-width:768px) {
  .content-city .article-items {
    width: 40%;
  }
}
@media only screen and (min-width:1200px) {
  .content-city .article-items {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.content-city .article-items svg {
  color: #018092;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 128, 146, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.loader:before {
  visibility: hidden;
}
.loader.active {
  pointer-events: auto;
  opacity: 1;
}
.loader div {
  will-change: opacity, transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.nav-institutional ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav-institutional ul li {
  margin: 0 10px;
}
@media only screen and (min-width:1400px) {
  .nav-institutional ul li {
    margin: 0 24px;
  }
}
.nav-institutional ul li:first-child {
  margin-left: 0;
}
.nav-institutional ul li:last-child {
  margin-right: 0;
}
.nav-institutional ul li a {
  font-size: 0.8rem;
  color: #ffffff;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
@media only screen and (min-width:1400px) {
  .nav-institutional ul li a {
    font-size: 0.8125rem;
  }
}
.nav-institutional ul li a:hover {
  color: #00adc5;
}
.nav-institutional-footer ul {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px) {
  .nav-institutional-footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nav-institutional-footer ul li {
  margin: 0 0 5px;
  list-style: none;
}
@media only screen and (min-width:481px) {
  .nav-institutional-footer ul li {
    margin: 0 8px 5px;
  }
}
@media only screen and (min-width:1400px) {
  .nav-institutional-footer ul li {
    margin: 0 8px;
  }
}
.nav-institutional-footer ul li a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  color: #008092;
}
@media only screen and (min-width:768px) {
  .nav-institutional-footer ul li a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width:1400px) {
  .nav-institutional-footer ul li a {
    font-size: 1rem;
  }
}
.nav-institutional-mobile {
  padding: 15px;
  background: #007687;
  color: #ffffff;
}
.nav-institutional-mobile .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-institutional-mobile .menu-item a {
  font-size: 1.25rem;
}
.nav-institutional + .social-media {
  margin-left: 42px;
}

.layout-header {
  position: relative;
  z-index: 2;
}
.layout-logo {
  color: #008092;
}
.layout-logo svg {
  max-width: 220px;
}
@media only screen and (min-width:481px) {
  .layout-logo svg {
    max-width: 230px;
  }
}
@media only screen and (min-width:1200px) {
  .layout-logo svg {
    max-width: 240px;
  }
}
@media only screen and (min-width:1400px) {
  .layout-logo svg {
    max-width: unset;
  }
}
.layout-logo:hover {
  color: #008092;
}
.layout-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-nav li {
  margin: 0 10px;
  list-style: none;
}
@media only screen and (min-width:1400px) {
  .layout-nav li {
    margin: 0 26px;
  }
}
.layout-nav li a {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  color: #2d2d2d;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
@media only screen and (min-width:1400px) {
  .layout-nav li a {
    font-size: 1.125rem;
  }
}
.layout-nav li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 4px;
  background: currentColor;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.layout-nav li a:hover {
  color: #008092;
}
.layout-nav li a:hover:before {
  width: 100%;
}
.layout-nav-footer ul {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:481px) {
  .layout-nav-footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout-nav-footer li a {
  color: #ffffff;
}
.layout-nav-footer li a:hover {
  color: #ffffff;
}
.layout-footer-top .container, .layout-footer-bottom .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:992px) {
  .layout-footer-top .container, .layout-footer-bottom .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.layout-footer-top .right-content,
.layout-footer-top .center-content, .layout-footer-bottom .right-content,
.layout-footer-bottom .center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.layout-footer-top {
  padding: 24px 0;
  background: #007687;
}
.layout-footer-top .center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (min-width:992px) {
  .layout-footer-top .center-content {
    width: 57%;
  }
}
@media only screen and (min-width:1200px) {
  .layout-footer-top .center-content {
    width: 50%;
  }
}
.layout-footer-top .left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:481px) {
  .layout-footer-top .left-content {
    width: 50%;
    padding-right: 0px;
  }
}
@media only screen and (min-width:992px) {
  .layout-footer-top .left-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 25%;
  }
}
.layout-footer-top .right-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:992px) {
  .layout-footer-top .right-content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 17%;
  }
}
@media only screen and (min-width:1400px) {
  .layout-footer-top .right-content {
    width: 25%;
  }
}
.layout-footer-bottom {
  position: relative;
  padding: 22.5px 0;
  background: #efefef;
}
@media only screen and (min-width:1200px) {
  .layout-footer-bottom {
    padding: 40px 0 16px;
  }
}
.layout-footer-bottom .left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media only screen and (min-width:768px) {
  .layout-footer-bottom .left-content {
    width: 50%;
  }
}
@media only screen and (min-width:992px) {
  .layout-footer-bottom .left-content {
    padding-right: 0;
    width: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.layout-footer-bottom .center-content {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width:992px) {
  .layout-footer-bottom .center-content {
    width: 70%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 0;
  }
}
/* @media only screen and (min-width:1200px) {
  .layout-footer-bottom .center-content {
    width: 80%;
  }
} */
.layout-footer-bottom .right-content {
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:481px) {
  .layout-footer-bottom .right-content {
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width:992px) {
  .layout-footer-bottom .right-content {
    width: 10% !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/* @media only screen and (min-width:1400px) {
  .layout-footer-bottom .right-content {
    width: 10%;
  }
} */

.layout-footer-bottom .container .right-content{
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width:992px) {
  .layout-footer-bottom .container .right-content{
    align-items: flex-start;
  }
}

.layout-footer-bottom .container .right-content .call-center{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width:992px) {
  .layout-footer-bottom .container .right-content .call-center{
    align-items: flex-start;
  }
}

.layout-footer-bottom .container .right-content .call-center a{
  color: #008092;
  transition: color 350ms;
}

.layout-footer-bottom .container .right-content .call-center a:hover{
  color: #333366;
}  

.layout-slider {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width:1400px) {
  .container {
    max-width: 1860px;
  }
}
.container-layout {
  max-width: 1260px;
}

.section-banner-app {
  position: relative;
  z-index: 2;
}
.section-banner-app .top-content {
  padding: 20px 0;
  background-color: #008092;
}
@media only screen and (min-width:768px) {
  .section-banner-app .top-content {
    padding: 45.5px 0;
  }
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content {
    background-image: url("assets/img/bg-apps.png"), url("assets/img/bg-apps-2.png");
    background-repeat: no-repeat;
    background-position: center right, center left;
    -webkit-background-size: contain, contain;
            background-size: contain, contain;
  }
}
.section-banner-app .top-content .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section-banner-app .top-content .left-content,
.section-banner-app .top-content .right-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px) {
  .section-banner-app .top-content .left-content,
.section-banner-app .top-content .right-content {
    padding: 0 10px;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width:1200px) {
  .section-banner-app .top-content .left-content,
.section-banner-app .top-content .right-content {
    padding: 0;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-banner-app .top-content .left-content {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .section-banner-app .top-content .left-content {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content .left-content {
    padding-right: 40px;
  }
}
@media only screen and (min-width:1200px) {
  .section-banner-app .top-content .left-content {
    padding-right: 0;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.section-banner-app .top-content .left-content .float-img {
  left: 60px;
}
.section-banner-app .top-content .left-content form {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:481px) {
  .section-banner-app .top-content .left-content form {
    margin-top: 20px;
  }
}
@media only screen and (min-width:768px) {
  .section-banner-app .top-content .left-content form {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content .left-content form {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media only screen and (min-width:1200px) {
  .section-banner-app .top-content .left-content form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-banner-app .top-content .left-content form input[type=email] {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 15px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
@media only screen and (min-width:768px) {
  .section-banner-app .top-content .left-content form input[type=email] {
    padding: 20px 27px;
  }
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content .left-content form input[type=email] {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    max-width: 330px;
    margin-bottom: 0px;
    margin-right: 15px;
  }
}
.section-banner-app .top-content .left-content .bt-submit {
  background: #fff;
}
.section-banner-app .top-content .left-content .bt-submit span {
  color: #000;
}
.section-banner-app .top-content .left-content .bt-submit:hover {
  background: #008092 !important;
}
.section-banner-app .top-content .left-content .bt-submit:hover span {
  color: #fff !important;
}
.section-banner-app .top-content .right-content {
  position: relative;
}
@media only screen and (min-width:992px) {
  .section-banner-app .top-content .right-content {
    padding-left: 40px;
  }
  .section-banner-app .top-content .right-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #1691a3;
  }
}
@media only screen and (min-width:1200px) {
  .section-banner-app .top-content .right-content {
    padding-left: 270px;
  }
}
.section-banner-app .top-content .right-content .list-store-app {
  margin-top: 25px;
}
.section-banner-app .banner-text {
  text-align: center;
}
@media only screen and (min-width:768px) {
  .section-banner-app .banner-text {
    text-align: left;
    margin-right: 20px;
  }
}
.section-banner-app .bottom-content {
  margin-top: 25px;
  width: 100%;
  background: #ffffff;
}
.section-banner-app .bottom-content .list-store-app {
  width: 57%;
}
.section-banner-app .float-img {
  display: none;
}
@media only screen and (min-width:1200px) {
  .section-banner-app .float-img {
    position: absolute;
    bottom: -74px;
    left: 12px;
    display: block;
  }
}

.title-section h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.title-section h2 span,
.title-section h2 small {
  color: #555555;
  text-align: center;
}
.title-section h2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  line-height: 1.5em;
}
@media only screen and (min-width:481px) {
  .title-section h2 span {
    font-size: 2.5rem;
  }
}
.title-section h2 small {
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media only screen and (min-width:481px) {
  .title-section h2 small {
    font-size: 0.875rem;
  }
}
.title-section h2 .icon {
  padding: 5px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-right: 16px;
  background: #008092;
}
.title-section h2 .icon svg {
  color: #ffffff;
}
.title-section-highlited h2 span:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.28em;
  left: -9px;
  right: 0;
  width: calc(100% + 18px);
  height: 12px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #ffdf00;
}
.title-product {
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
  color: #2d2d2d;
}
.title-product-cart {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25em;
}
.title-purchasing-benefits, .title-newsletter {
  margin: 0;
  line-height: 1em;
  color: #ffffff;
}
.title-newsletter, .title-purchasing-benefits {
  font-size: 1.25rem;
}
@media only screen and (min-width:1200px) {
  .title-newsletter, .title-purchasing-benefits {
    font-size: 1.375rem;
  }
}
.title-banner-app {
  margin: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
}
@media only screen and (min-width:481px) {
  .title-banner-app {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width:481px) {
  .title-banner-app + .subtitle-banner-app {
    margin-top: 10px;
  }
}
.title-page-banner {
  margin: 0;
  font-size: 4rem;
  line-height: 1em;
  text-align: center;
  color: #008092;
}
@media only screen and (min-width:992px) {
  .title-page-banner {
    font-size: 5.625rem;
  }
}
.title-single-product {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width:481px) {
  .title-single-product {
    font-size: 3rem;
  }
}
@media only screen and (min-width:768px) {
  .title-single-product {
    font-size: 4rem;
  }
}
@media only screen and (min-width:1200px) {
  .title-single-product {
    font-size: 5.625rem;
  }
}
.title-single-product-alt {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
@media only screen and (min-width:768px) {
  .title-single-product-alt {
    font-size: 2.75rem;
  }
}
.title-single-product-related {
  margin: 0 auto;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.25em;
  color: #555555;
}
@media only screen and (min-width:768px) {
  .title-single-product-related {
    font-size: 2.75rem;
  }
}
.title-login {
  margin: 0;
  font-size: 1.5rem;
  color: #555555;
}
.title-input {
  margin: 0;
  font-size: 1.25rem;
  color: #555555;
}
.title-input-lg {
  font-size: 1.125rem;
}
@media only screen and (min-width:768px) {
  .title-input-lg {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width:1200px) {
  .title-input-lg {
    font-size: 1.5rem;
  }
}

.subtitle-banner-app {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: #ffffff;
}
.subtitle-page-banner {
  margin: 0;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1em;
  color: #555555;
}

.input-default {
  font-weight: 300;
  font-size: 1rem;
  padding: 20px 15px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #ffffff;
  color: #000;
}
@media only screen and (min-width:768px) {
  .input-default {
    padding: 20px 27px;
  }
}
.input-default:placeholder-shown {
  color: #555555;
}
.input-default-alt {
  border: 1px solid #b8b8b8;
  -webkit-border-radius: unset;
          border-radius: unset;
}

.bt-default {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #2d2d2d;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 17px 15px;
  -webkit-transition: background 350ms, border-color 350ms;
  -o-transition: background 350ms, border-color 350ms;
  transition: background 350ms, border-color 350ms;
}
.bt-default span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #2d2d2d;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.bt-default-alt {
  background: #222222;
  padding: 15px 23px;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
  cursor: pointer;
}
@media only screen and (min-width:768px) {
  .bt-default-alt {
    padding: 21.5px 23px;
  }
}
.bt-default-alt-black {
  background: #000;
}
.bt-default-alt span {
  display: block;
  font-weight: 300;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
}
.bt-default-alt:hover, .bt-default-alt.active {
  background: #008092;
}
.bt-default-alt-submit, .bt-default-alt-edit {
  padding: 14.5px 20px;
  background: #008092;
}
@media only screen and (min-width:768px) {
  .bt-default-alt-submit, .bt-default-alt-edit {
    padding: 14.5px 40px;
  }
}
.bt-default-alt-submit span, .bt-default-alt-edit span {
  font-weight: bold;
}
.bt-default-alt-submit:hover, .bt-default-alt-edit:hover {
  background: #007687;
}
.bt-default-alt-submit span {
  font-size: 1rem;
}
@media only screen and (min-width:768px) {
  .bt-default-alt-submit span {
    font-size: 1.375rem;
  }
}
.bt-default-alt-edit span {
  font-size: 1rem;
}
.bt-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10.5px;
  border: 1px solid #0f314e;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
@media only screen and (min-width:1200px) {
  .bt-login {
    padding: 12px 21px;
  }
}
.bt-login:hover {
  background: #0f314e;
}
.bt-login:hover span,
.bt-login:hover span strong,
.bt-login:hover .icon {
  color: #ffffff;
}
.bt-login span,
.bt-login .icon {
  color: #c0c0c0;
}
.bt-login span {
  display: none;
  font-weight: 300;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
@media only screen and (min-width:1200px) {
  .bt-login span {
    display: block;
  }
}
@media only screen and (min-width:1200px) {
  .bt-login span + .icon {
    margin-left: 14px;
  }
}
.bt-login span strong {
  color: #555555;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.bt-login .icon svg {
  height: 25px;
}
@media only screen and (min-width:1200px) {
  .bt-login .icon svg {
    height: auto;
  }
}
.bt-login-white {
  border-color: #ffffff;
}
.bt-login-white span,
.bt-login-white span strong,
.bt-login-white .icon {
  color: #ffffff;
}
.bt-add-cart {
  position: relative;
}
.bt-add-cart span {
  color: #555555;
  font-weight: 400;
}
.bt-add-cart:hover {
  background: currentColor;
  border-color: transparent;
}
.bt-add-cart:hover span {
  color: #ffffff;
}
.bt-add-cart-alt {
  background: #222222;
  -webkit-border-radius: unset;
          border-radius: unset;
}
.bt-add-cart-alt span {
  font-size: 1rem;
  color: #ffffff;
}
@media only screen and (min-width:768px) {
  .bt-add-cart-alt span {
    font-size: 1.125rem;
  }
}
.bt-submit {
  padding: 17px 36px;
  background: #0f314e;
  border: transparent;
}
.bt-submit span {
  color: #ffffff;
}
.bt-submit:hover {
  background: #007687;
}
.bt-submit-alt {
  padding: 21px 56px;
  background: #000;
  border: 1px solid transparent;
}
.bt-submit-alt:hover {
  background: #007687;
  border: 1px solid #ffffff;
}
.bt-close-modal {
  padding: 17px 15px;
  -webkit-border-radius: unset;
          border-radius: unset;
  border-width: 0;
  border-color: transparent;
  cursor: pointer;
  background: #102d4b;
  color: #ffffff;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
@media only screen and (min-width:768px) {
  .bt-close-modal {
    padding: 19.5px 30px;
  }
}
@media only screen and (min-width:1200px) {
  .bt-close-modal:hover {
    background: #007687;
  }
}
.bt-close-modal span {
  color: currentColor;
  font-size: 0.875rem;
  margin-right: 5px;
}
.bt-close-modal svg {
  width: 18px;
  height: 14px;
}
.bt-close-modal-alt {
  background: transparent;
  color: #000;
  padding: 0;
}
.bt-close-modal-alt svg {
  width: 20px;
  height: 20px;
}
.bt-close-modal-alt:hover {
  background: transparent;
}
.bt-checkout {
  max-width: 300px;
  width: 100%;
  border-color: #ffffff;
  padding: 12px 15px;
}
@media only screen and (min-width:768px) {
  .bt-checkout {
    padding: 17px 15px;
  }
}
.bt-checkout span {
  color: #ffffff;
  font-size: 1rem;
}
@media only screen and (min-width:768px) {
  .bt-checkout span {
    font-size: 1.25rem;
  }
}
.bt-checkout:hover {
  background: #007687;
}
.bt-remove-product {
  padding: 0;
  position: relative;
  text-align: center;
  color: #555555;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.bt-remove-product:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #555555;
  -webkit-transition: backgorund 350ms;
  -o-transition: backgorund 350ms;
  transition: backgorund 350ms;
}
.bt-remove-product span {
  font-size: 0.875rem;
  color: #555555;
  -webkit-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.bt-remove-product:hover span {
  color: #008092;
}
.bt-remove-product:hover:before {
  background: #008092;
}
.bt-search svg {
  width: 29px;
  height: auto;
}
.bt-search-open {
  cursor: pointer;
}
.bt-buy {
  padding: 21.5px 23px;
  background: #c7336d;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
.bt-buy span {
  font-size: 1.4375rem;
  color: #ffffff;
  text-align: center;
}
.bt-buy-xl {
  max-width: 575px;
  width: 100%;
}
.bt-buy:hover {
  background: #e7397d;
}
.bt-menu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47px;
  height: 40px;
  margin-left: 10px;
}
@media only screen and (min-width:992px) {
  .bt-menu-mobile {
    display: none;
    margin-left: 0;
  }
}
.bt-menu-mobile.active {
  height: 47px;
}
.bt-menu-mobile.active span, .bt-menu-mobile.active:before, .bt-menu-mobile.active:after {
  background: #ffffff;
}
.bt-menu-mobile.active:before {
  -webkit-transform: rotate(135deg) translateY(-200%) translateX(35%);
      -ms-transform: rotate(135deg) translateY(-200%) translateX(35%);
          transform: rotate(135deg) translateY(-200%) translateX(35%);
}
.bt-menu-mobile.active:after {
  -webkit-transform: rotate(45deg) translateY(-170%) translateX(-30%);
      -ms-transform: rotate(45deg) translateY(-170%) translateX(-30%);
          transform: rotate(45deg) translateY(-170%) translateX(-30%);
}
.bt-menu-mobile.active span {
  opacity: 0;
}
.bt-menu-mobile:after, .bt-menu-mobile:before {
  content: "";
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.bt-menu-mobile span, .bt-menu-mobile:before, .bt-menu-mobile:after {
  display: block;
  width: 100%;
  height: 7px;
  background: #008092;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  -o-transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms, -webkit-transform 350ms;
}

.list-purchasing-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:481px) {
  .list-purchasing-benefits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width:1200px) {
  .list-purchasing-benefits {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-purchasing-benefits li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-purchasing-benefits li .icon {
  color: #ffffff;
}
.list-purchasing-benefits li .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 170px;
  margin-left: 10px;
}
.list-purchasing-benefits li + li {
  margin-top: 20px;
}
@media only screen and (min-width:481px) {
  .list-purchasing-benefits li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media only screen and (min-width:1400px) {
  .list-purchasing-benefits li + li {
    margin-left: 60px;
  }
}
.list-store-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width:1200px) {
  .list-store-app {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.list-store-app li a {
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
}
.list-store-app li a:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.list-store-app li + li {
  margin-left: 10px;
}
.list-brand-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 280px;
}
@media only screen and (min-width:481px) {
  .list-brand-information {
    min-width: unset;
  }
}
.list-brand-information li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list-brand-information li .icon {
  display: none;
  color: #008092;
}
@media only screen and (min-width:481px) {
  .list-brand-information li .icon {
    display: block;
  }
}
.list-brand-information li .text {
  color: #444444;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width:481px) {
  .list-brand-information li .text {
    width: auto;
    text-align: left;
    margin-left: 10px;
  }
}
@media only screen and (min-width:1400px) {
  .list-brand-information li .text {
    margin-left: 15px;
  }
}
.list-brand-information li .text span,
.list-brand-information li .text a,
.list-brand-information li .text address {
  color: currentColor;
}
.list-brand-information li .text span {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width:481px) {
  .list-brand-information li .text span {
    font-size: 0.625rem;
  }
}
.list-brand-information li .text address {
  font-style: normal;
  font-size: 0.9rem;
}
@media only screen and (min-width:992px) {
  .list-brand-information li .text address {
    max-width: 210px;
  }
}
@media only screen and (min-width:1200px) {
  .list-brand-information li .text address {
    max-width: 360px;
  }
}
@media only screen and (min-width:1400px) {
  .list-brand-information li .text address {
    font-size: 1rem;
  }
}
.list-brand-information li + li {
  margin-top: 30px;
}
.list-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
.list-cart li {
  width: 100%;
  margin: 15px 0;
  background: #f9f9f9;
}

.box-newsletter {
  background: #008092;
  position: relative;
  z-index: 2;
  padding: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:481px) {
  .box-newsletter {
    padding: 40px;
  }
}
@media only screen and (min-width:1200px) {
  .box-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box-form-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .box-form-newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box-form-newsletter form {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .box-form-newsletter form {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 20px;
  }
}
.box-form-newsletter form .bt-submit {
  margin-top: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .box-form-newsletter form .bt-submit {
    margin-top: 0;
    margin-left: 10px;
  }
}
.box-copyright {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #c9c9c9;
  background: #efefef;
}
@media only screen and (min-width:992px) {
  .box-copyright {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.box-copyright .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width:992px) {
  .box-copyright .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box-copyright .right-content,
.box-copyright .center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-copyright .left-content {
  text-align: center;
}
@media only screen and (min-width:992px) {
  .box-copyright .left-content {
    text-align: left;
    width: 39%;
  }
}
@media only screen and (min-width:1400px) {
  .box-copyright .left-content {
    width: 27%;
  }
}
.box-copyright .right-content {
  margin-top: 10px;
}
@media only screen and (min-width:992px) {
  .box-copyright .right-content {
    width: 20%;
  }
}
@media only screen and (min-width:1400px) {
  .box-copyright .right-content {
    width: 10%;
  }
}
@media only screen and (min-width:1600px) {
  .box-copyright .right-content {
    width: 15%;
  }
}
.box-copyright .center-content {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width:992px) {
  .box-copyright .center-content {
    width: 34%;
  }
}
@media only screen and (min-width:1400px) {
  .box-copyright .center-content {
    width: 50%;
  }
}
.box-copyright .right-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box-copyright .right-content .logo-iwwa{
  margin-right: 5px;
}
.box-copyright .right-content .logo-iwwa img{
  filter: invert(15%) sepia(0%) saturate(4329%) hue-rotate(194deg) brightness(86%) contrast(64%);
}
.box-copyright small {
  color: #444444;
  font-size: 14px;
}
.box-copyright p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  list-style: none;
}
.social-media li {
  margin: 0 5px;
  color: #008092;
}
@media only screen and (min-width:1400px) {
  .social-media li {
    margin: 0 10px;
  }
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media li a {
  display: block;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: currentColor;
  -webkit-transition: background 250ms, border-color 250ms, color 250ms;
  -o-transition: background 250ms, border-color 250ms, color 250ms;
  transition: background 250ms, border-color 250ms, color 250ms;
}
.social-media li a:hover {
  background: #007687;
  border-color: #007687;
  color: #ffffff;
}
.social-media svg {
  display: block;
}

.elementor-field-type-textarea .elementor-field-textual.elementor-field {
  resize: none;
}
@media only screen and (min-width:1200px) {
  .elementor-field-type-textarea .elementor-field-textual.elementor-field {
    min-height: 200px;
  }
}

.input-file {
  position: relative;
  width: 100%;
  margin: 23px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.input-file input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-file label,
.input-file .bt-default-alt {
  position: relative;
  z-index: 2;
}
.input-file label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0;
  cursor: pointer;
}
@media only screen and (min-width:768px) {
  .input-file label {
    -webkit-box-align: strech;
    -webkit-align-items: strech;
        -ms-flex-align: strech;
            align-items: strech;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.input-file label p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #555555;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .input-file label p {
    text-align: left;
    font-size: 1.125rem;
  }
}
.input-file label p small {
  font-weight: normal;
}
.input-file .bt-default-alt {
  position: relative;
  max-width: 140px;
  width: 100%;
}
@media only screen and (max-width:480px) {
  .input-file .bt-default-alt {
    max-width: 204px;
  }
}

.elementor-980,
.elementor-965 {
  display: none;
}
.elementor-980.custom-product,
.elementor-965.custom-product {
  display: block;
}

.elementor-13 .elementor-element.elementor-element-b671f19 > .elementor-container {
  width: 100%;
}

#form_work_with_us .elementor-message-danger,
#form_contact .elementor-message-danger {
  display: none;
}

.custom-select-contact {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
}
.custom-select-contact .custom-select {
  margin-bottom: 20px;
  width: 100% !important;
}
.custom-select-contact .custom-select:first-child {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .custom-select-contact .custom-select {
    margin-bottom: 0;
    width: calc(50% - 10px) !important;
  }
  .custom-select-contact .custom-select:first-child {
    margin-right: 20px;
  }
}
.custom-select-contact .custom-select .select2-selection {
  border: 1px solid #818a91 !important;
}
.custom-select-contact .custom-select .select2-selection .select2-selection__rendered {
  color: #444 !important;
  font-size: 16px !important;
}
.custom-select-contact .custom-select .select2-selection .select2-selection__arrow {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.custom-select-contact select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  width: 100% !important;
  background: transparent;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  border: 1px solid #818a91 !important;
  min-height: 59px;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .custom-select-contact select {
    width: 48.6% !important;
  }
}

.backdrop,
.section-insert-cep {
  position: fixed;
  pointer-events: none;
}
.backdrop.active,
.section-insert-cep.active {
  pointer-events: auto;
}

.section-insert-cep {
  z-index: 1001;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  width: 300px;
  height: 300px;
  padding: 20px;
  font-family: "Muli";
  background: #008092;
  margin: auto;
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.35);
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  -o-transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms, -webkit-transform 350ms;
  background-blend-mode: multiply;
  font-family: 'Muli', sans-serif;
}
@media only screen and (min-width:768px) {
  .section-insert-cep {
    width: 500px;
    left: calc(50% - 250px);
  }
}
.section-insert-cep.active {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.section-insert-cep h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}
.section-insert-cep .modal-header,
.section-insert-cep .modal-content {
  position: relative;
  z-index: 2;
}
.section-insert-cep .modal-content {
  transition: opacity ease 350ms;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section-insert-cep .modal-content.disabled {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width:1200px) {
  .section-insert-cep .modal-content {
    padding-left: 20px;
  }
}
.section-insert-cep .status {
  display: none;
  color: #fff;
  position: absolute;
  font-size: 12px;
  top: 182px;
}
@media only screen and (min-width:768px) {
  .section-insert-cep .status {
    margin-top: 0px;
    font-size: 14px;
  }
}

.section-insert-cep .section_stores_cep {
  opacity:0;
  pointer-events:none;
  margin-top:5px;
  position: absolute;
  top: 75px;
  transition: opacity ease 350ms;
  justify-content: space-between !important;
  flex-direction: column;
}

.section-insert-cep .section_stores_cep h2 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.section-insert-cep .section_stores_cep.active {
  opacity: 1;
  pointer-events: all;
}

.section-insert-cep .custom-select {
  width: 100%;
  /*margin-top: 20px  !important; */
}
.section-insert-cep .custom-select .select2-container.select2-container--default .select2-selection--single, .custom-select .select2-container.select2-container--default .select2-selection__arrow{
  justify-content: space-between !important;

}

.section-insert-cep .custom-select .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 15px;
}

.section-insert-cep .back_to_cep {
  opacity: 0;
  pointer-events: none;
  border-color: #ffffff;
  border-width: 1px;
  background: #008092;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  transition: opacity ease 350ms, color ease 350ms, background ease 350ms;
  border-radius: 40px;
  margin-top: 37px;

}
@media only screen and (min-width:768px) {
  .section-insert-cep .back_to_cep {
    margin-top: 0;
  }
}
.section-insert-cep .back_to_cep:hover {
  background: #fff;
  color: #008092 !important;
}
.section-insert-cep .back_to_cep:focus {
  outline: unset !important;
}

.section-insert-cep .back_to_cep.active {
  opacity: 1;
  pointer-events: all;
}


.section-insert-cep .icon-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent;
  background: #ffffff;
  color: #008092;
  -webkit-transition: background 350ms, color 350ms, border-color 350ms;
  -o-transition: background 350ms, color 350ms, border-color 350ms;
  transition: background 350ms, color 350ms, border-color 350ms;
  cursor: pointer;
}
.section-insert-cep .icon-close:hover {
  background: #008092;
  color: #ffffff;
  border-color: #ffffff;
}

.box-cep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box-cep button {
  border-color: #ffffff;
  border-width: 1px;
  background: #008092;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.backdrop {
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
  pointer-events: none;
}
.backdrop.active {
  opacity: 1;
}

.custom-input {
  max-width: 330px;
  font-size: 1rem;
  background: #ffffff;
  border: unset;
  color: #555555;
}
.custom-input.cep {
  padding: 24px 20px;
}

#wt-cli-settings-btn, #wt-cli-accept-all-btn {
  transition: background-color ease 350ms;
}
#wt-cli-settings-btn:hover {
  background-color: #4AB0BC !important;
}
#wt-cli-accept-all-btn:hover {
  background-color: #4AB0BC !important;
}

.cli-modal-close {
  transition: background-color ease 350ms;
}

button:hover, button:focus, [type=submit]:hover, [type=submit]:focus, [type=button]:hover, [type=button]:focus {
  /*color: #ffffff !important;*/
}

.cli-modal-close:hover{
  background-color: #4AB0BC !important;
}
.cli-modal-close:hover svg{
  fill: #fff !important;
}

.dce-post-block {
  transition: background-color ease 350ms;
}

.dce-posts-container .dce-post-item .dce-post-block:hover {
  background-color: #008092 !important;
  cursor: pointer;
 
}

.dce-posts-container .dce-post-item .dce-post-block:hover .dce-post-title a {
  color: #fff !important;
}

.dce-posts-container .dce-post-item .dce-post-block:hover .dce-post-terms .dce-term a {
  color: #fff !important;
}

.dce-posts-container .dce-post-item .dce-post-block:hover .dce-item_content .dce-post-content {
  color: #fff !important;
}
/*
.dce-posts-container .dce-post-item .dce-post-block {
  width: 100% !important;
  height: 100% !important;  
}
*/
.dce-content-area.dce-item-area {
  width: 100% !important;
}

#wt-cli-cookie-banner .cli-bar-message a {
  transition: color ease 350ms;
}

#wt-cli-cookie-banner .cli-bar-message a:hover {
  color: #71def9 !important;
}

.dce-skin-grid .dce-pagination a.inactive,.dce-skin-grid .dce-pagination span.current {
  height: 65px;
  width: 65px;
  border-radius: 50px;
  font-size: 24px;
  margin-left: 15px;
  background: #008092;
  color: #fff;
  font-weight: 600;
}

.dce-skin-grid .dce-pagination a.inactive:hover{
  background: #006573;
}


/* SEÇÃO FRANQUIAS */
.section-franchises h4{
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 75px;
}
.section-franchises .row{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.section-franchises .row:not(:last-child){
  border-bottom: 1px solid #707070;
  padding-bottom: 70px;
}
.section-franchises .row .text{
  margin-right: 30px;
}
.section-franchises .row .text.franquias{
  margin-right: 45px;
}
.section-franchises .row .text h5{
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 5px;
}
.section-franchises .row .text p{
  font-size: 20px;
  line-height: 1.2em;
}
.section-franchises .row .button{
}
.section-franchises .row .button a{
  padding: 25px 30px;
  display: block;
  width: 405px;
  color: #fff;
  background-color: #008092;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #078093;
  font-size: 26px;
  line-height: 1.2em;
  transition: background-color 350ms ease, color 350ms ease;
}
.section-franchises .row .button a:hover{
  background-color: #105262;
}
.section-franchises .row .custom-select{
  width: auto !important;
}
.section-franchises .row .custom-select .select2-selection{
  padding: 25px 50px 25px 25px;
  width: 405px;
  background-color: #fff;
  text-align: left;
  border-radius: 15px;
  border: 1px solid #078093;
  font-size: 22px;
  line-height: 1.2em;
  height: auto !important;
}
.section-franchises .row .custom-select .select2-selection span{
  color: #707070 !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 991px){
  .section-franchises .row .button a{
    padding: 15px 25px;
    width: 320px;
    font-size: 22px;
    background-color: #008092;
    color: #fff;
  }
  .section-franchises .row .custom-select .select2-selection{
    padding: 15px 25px;
  }
  .section-franchises .row .text h5{
    font-size: 22px;
  }
  .section-franchises .row .text p{
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px){
  .section-franchises h4{
    margin: 10px 0 30px;
  }
  .section-franchises .row{
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-franchises .row{
    margin-bottom: 40px;
  }
  .section-franchises .row:not(:last-child){
    padding-bottom: 40px;
  }
  .section-franchises .row .text{
    margin-right: 0;
    text-align: center;
  }
  .section-franchises .row .text.franquias{
    margin-right: 0;
  }
  .section-franchises .row .button a{
    padding: 15px 25px;
    width: 100%;
    font-size: 22px;
    background-color: #008092;
    color: #fff;
  }
  .section-franchises .row .custom-select .select2-selection{
    font-size: 16px;
    width: 100%;
    padding: 15px 45px 15px 15px;
  }
}

.adopt-controller-button.svelte-1uu0l70{
  bottom: 60px !important;
}

/* BANNER DE TÍTULO */
.page-banner {
  padding: 80px 0 30px;
  background: #f3f3f3;
  margin-top: -50px;
}
.page-banner h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1em;
  text-align: center;
  color: #555;
}
@media only screen and (min-width: 480px) {
  .page-banner h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 767px) {
  .page-banner {
    padding: 97px 0 60px;
  }
}

/* CONFIRMAÇÃO DE ENVIADO PADRÃO */
.mensagem {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 350ms ease;
}
.mensagem.active {
  opacity: 1;
  pointer-events: auto;
}
.item-mensagem {
  border-radius: 8px;
  background: #006573;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  padding: 30px;
  margin: 0 15px;
}
.close-mensagem {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.close-mensagem svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

@media only screen and (min-width: 1200px) {
  .close-mensagem {
      top: 40px;
      right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .item-mensagem {
      padding: 40px 80px;
      font-size: 1.5rem;
  }
}

/* CUSTOM SELECT ESTADO + CIDADE */
.custom-select-contact {
	padding: 0 10px;
	width: 100%;
	margin-bottom: 20px;
}
.custom-select-contact .custom-select {
    margin-bottom: 20px;
    width: 100% !important;
}
.custom-select-contact .custom-select:first-child {
    margin-right: 0;
}
.custom-select-contact .custom-select .select2-selection {
    border: 1px solid #818a91 !important;
}
.custom-select-contact .custom-select .select2-selection .select2-selection__rendered {
    color: #444 !important;
    font-size: 16px !important;
}
.custom-select-contact .custom-select .select2-selection .select2-selection__arrow {
    filter: grayscale(100%);
}
.custom-select-contact select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 20px;
    width: 100% !important;
    background: transparent;
    border-radius: 28px;
    border: 1px solid #818a91 !important;
    min-height: 59px;
    cursor: pointer;
}
@media only screen and (min-width: 600px) {
    .custom-select-contact .custom-select {
        margin-bottom: 0;
        width: calc(50% - 10px) !important;
    }
    .custom-select-contact .custom-select:first-child {
        margin-right: 20px;
    }
    .custom-select-contact select {
        width: 48.6% !important;
    }   
}

/* FORMULÁRIO ENVIAR RECEITA */
.section-recipe {
	margin: 20px 0;
}
.section-recipe .section-header {
    margin-bottom: 20px;
}
.section-recipe .section-header p {
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 1rem;
    color: #008092;
    text-align: center;
}
.section-recipe .section-content .input-default,
.section-recipe .section-content .custom-select {
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 17px;
    color: #555;
    background: #fff;
    font-weight: 300;
    font-size: 1rem;
    border: 1px solid #b8b8b8;
    border-radius: unset;
}
.section-recipe .section-content textarea.input-default.input-default-alt {
    margin-top: 23px;
    width: 100%;
}
.section-recipe .section-content .bt-default-alt-submit {
    margin-left: auto;
    border: 0;
    border-radius: unset;
}
.section-recipe .section-content .form-default {
    max-width: 1010px;
    margin: 0 auto;
}
.section-recipe .custom-select+.custom-select {
    margin-top: 0;
}
@media only screen and (min-width: 480px) {
    .section-recipe .section-header p {
        font-size: 1.2rem;
    }
    .section-recipe .section-content .input-default,
    .section-recipe .section-content .custom-select {
        width: calc((100% / 2) - 8.5px);
    }
    .section-recipe .section-content .input-default.input-default-50,
    .section-recipe .section-content .custom-select.custom-select-50 {
        width: calc((100% / 2) - 8.5px);
    }
}
@media only screen and (min-width: 767px) {
    .section-recipe {
        margin: 64px 0 50px;
    }
    .section-recipe .section-header {
        margin-bottom: 64px;
    }
    .section-recipe .section-header p {
        width: 65%;
        font-size: 1.5rem;
    }
    .section-recipe .section-content .input-default,
    .section-recipe .section-content .custom-select {
        padding: 20px 27px;
        width: calc((100% / 3) - 8.5px);
    }
}
@media only screen and (min-width: 992px) {
    .section-recipe {
        margin-bottom: 100px;
    }
}