html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes fa-spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("../fontes/fontawesome/fa-regular-400.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.eot*/
    ;
    src: url("../fontes/fontawesome/fa-regular-400.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/fontawesome/fa-regular-400.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.woff2*/
        format("woff2"), url("../fontes/fontawesome/fa-regular-400.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.woff*/
        format("woff"), url("../fontes/fontawesome/fa-regular-400.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.ttf*/
        format("truetype"), url("../fontes/fontawesome/fa-regular-400.svg#fontawesome")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-regular-400.svg#fontawesome*/
        format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../fontes/fontawesome/fa-solid-900.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.eot*/
    ;
    src: url("../fontes/fontawesome/fa-solid-900.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/fontawesome/fa-solid-900.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.woff2*/
        format("woff2"), url("../fontes/fontawesome/fa-solid-900.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.woff*/
        format("woff"), url("../fontes/fontawesome/fa-solid-900.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.ttf*/
        format("truetype"), url("../fontes/fontawesome/fa-solid-900.svg#fontawesome")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-solid-900.svg#fontawesome*/
        format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fontes/fontawesome/fa-brands-400.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.eot*/
    ;
    src: url("../fontes/fontawesome/fa-brands-400.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/fontawesome/fa-brands-400.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.woff2*/
        format("woff2"), url("../fontes/fontawesome/fa-brands-400.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.woff*/
        format("woff"), url("../fontes/fontawesome/fa-brands-400.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.ttf*/
        format("truetype"), url("../fontes/fontawesome/fa-brands-400.svg#fontawesome")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/fontawesome/fa-brands-400.svg#fontawesome*/
        format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../fontes/montserrat/montserrat-v12-latin-300.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.eot*/
    ;
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../fontes/montserrat/montserrat-v12-latin-300.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-300.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-300.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-300.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-300.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-300.svg#Montserrat*/
        format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fontes/montserrat/montserrat-v12-latin-regular.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.eot*/
    ;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fontes/montserrat/montserrat-v12-latin-regular.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-regular.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-regular.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-regular.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-regular.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-regular.svg#Montserrat*/
        format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url("../fontes/montserrat/montserrat-v12-latin-italic.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.eot*/
    ;
    src: local("Montserrat Italic"), local("Montserrat-Italic"), url("../fontes/montserrat/montserrat-v12-latin-italic.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-italic.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-italic.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-italic.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-italic.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-italic.svg#Montserrat*/
        format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fontes/montserrat/montserrat-v12-latin-500.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.eot*/
    ;
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fontes/montserrat/montserrat-v12-latin-500.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-500.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-500.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-500.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-500.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-500.svg#Montserrat*/
        format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../fontes/montserrat/montserrat-v12-latin-600.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.eot*/
    ;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fontes/montserrat/montserrat-v12-latin-600.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-600.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-600.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-600.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-600.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-600.svg#Montserrat*/
        format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fontes/montserrat/montserrat-v12-latin-700.eot")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.eot*/
    ;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fontes/montserrat/montserrat-v12-latin-700.eot-#iefix")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.eot?#iefix*/
        format("embedded-opentype"), url("../fontes/montserrat/montserrat-v12-latin-700.woff2")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.woff2*/
        format("woff2"), url("../fontes/montserrat/montserrat-v12-latin-700.woff")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.woff*/
        format("woff"), url("../fontes/montserrat/montserrat-v12-latin-700.ttf")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.ttf*/
        format("truetype"), url("../fontes/montserrat/montserrat-v12-latin-700.svg#Montserrat")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/fontes/montserrat/montserrat-v12-latin-700.svg#Montserrat*/
        format("svg")
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 15px;
    font-family: sans-serif;
    color: #000000
}

a {
    color: #222222;
    text-decoration: none
}

p {
    font-size: 14px !important
}

.campo,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.campo {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600
}

fieldset {
    padding: 15px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-color: #F1F1F1
}

legend {
    font-weight: 600;
    padding: 1px 10px;
    color: #FFFFFF;
    background-color: #424242;
    border-radius: 4px
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    vertical-align: middle;
    margin: 4px
}

label>span {
    display: inline;
    margin-right: 5px;
    font-weight: normal
}

input,
button,
textarea,
select {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

button {
    cursor: pointer
}

code {
    padding: 2px 5px;
    margin: 0 2px;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 10px 15px;
    white-space: pre
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-width: 0;
    border-top: 1px solid #E1E1E1
}

tr th,
tr td {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1
}

tr th:first-child,
tr td:first-child {
    padding-left: 0
}

tr th:last-child,
tr td:last-child {
    padding-right: 0
}

.colunas {
    width: 100%;
    float: left
}

.colunas.uma {
    width: 6.5%;
    margin-left: 2%
}

.colunas.duas {
    width: 15.0%;
    margin-left: 2%
}

.colunas.tres {
    width: 23.5%;
    margin-left: 2%
}

.colunas.quatro {
    width: 32.0%;
    margin-left: 2%
}

.colunas.cinco {
    width: 40.5%;
    margin-left: 2%
}

.colunas.seis {
    width: 49.0%;
    margin-left: 2%
}

.colunas.sete {
    width: 57.5%;
    margin-left: 2%
}

.colunas.oito {
    width: 66.0%;
    margin-left: 2%
}

.colunas.nove {
    width: 74.5%;
    margin-left: 2%
}

.colunas.dez {
    width: 83.0%;
    margin-left: 2%
}

.colunas.onze {
    width: 91.5%;
    margin-left: 2%
}

.colunas.doze {
    width: 100%;
    margin-left: 0
}

@media screen and (min-width: 400px) {
    .colunas.mobile-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.mobile-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.mobile-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.mobile-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.mobile-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.mobile-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.mobile-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.mobile-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.mobile-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.mobile-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.mobile-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.mobile-doze {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (min-width: 550px) {
    .colunas.phablet-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.phablet-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.phablet-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.phablet-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.phablet-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.phablet-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.phablet-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.phablet-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.phablet-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.phablet-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.phablet-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.phablet-doze {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .colunas.tablet-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.tablet-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.tablet-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.tablet-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.tablet-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.tablet-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.tablet-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.tablet-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.tablet-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.tablet-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.tablet-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.tablet-doze {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .colunas.desktop-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.desktop-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.desktop-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.desktop-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.desktop-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.desktop-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.desktop-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.desktop-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.desktop-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.desktop-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.desktop-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.desktop-doze {
        width: 100%;
        margin-left: 0
    }
}

@media screen and (min-width: 1224px) {
    .colunas.desktop-hd-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.desktop-hd-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.desktop-hd-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.desktop-hd-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.desktop-hd-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.desktop-hd-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.desktop-hd-doze {
        width: 100%;
        margin-left: 0
    }
}

@media print {
    .colunas.print-uma {
        width: 6.5%;
        margin-left: 2%
    }

    .colunas.print-duas {
        width: 15.0%;
        margin-left: 2%
    }

    .colunas.print-tres {
        width: 23.5%;
        margin-left: 2%
    }

    .colunas.print-quatro {
        width: 32.0%;
        margin-left: 2%
    }

    .colunas.print-cinco {
        width: 40.5%;
        margin-left: 2%
    }

    .colunas.print-seis {
        width: 49.0%;
        margin-left: 2%
    }

    .colunas.print-sete {
        width: 57.5%;
        margin-left: 2%
    }

    .colunas.print-oito {
        width: 66.0%;
        margin-left: 2%
    }

    .colunas.print-nove {
        width: 74.5%;
        margin-left: 2%
    }

    .colunas.print-dez {
        width: 83.0%;
        margin-left: 2%
    }

    .colunas.print-onze {
        width: 91.5%;
        margin-left: 2%
    }

    .colunas.print-doze {
        width: 100%;
        margin-left: 0
    }
}

.colunas:first-child {
    margin-left: 0
}

.colunas.centralizadas {
    float: none;
    margin: 0 auto
}

.linha,
.clf {
    *zoom: 1
}

.linha:before,
.linha:after,
.clf:before,
.clf:after {
    content: "";
    display: table
}

.linha:after,
.clf:after {
    clear: both
}

.animado {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.container {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.container:before,
.container:after {
    content: "";
    display: table
}

.container:after {
    clear: both
}

@media screen and (min-width: 550px) {
    .container {
        width: 85%;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width: 990px
    }
}

@media screen and (min-width: 1224px) {
    .container {
        width: 1175px
    }
}

.botao-padrao {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 17px 40px;
    border-radius: 24px;
    border: none;
    background: #843d95;
    color: #fff;
    height: auto;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .botao-padrao {
        padding: -moz-calc(20 / 1920 * 100vw) -moz-calc(60 / 1920 * 100vw);
        padding: calc(20 / 1920 * 100vw) calc(60 / 1920 * 100vw);
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw);
        border-radius: -moz-calc(30 / 1920 * 100vw);
        border-radius: calc(30 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .botao-padrao.menor {
        padding: -moz-calc(16 / 1920 * 100vw) -moz-calc(44 / 1920 * 100vw);
        padding: calc(16 / 1920 * 100vw) calc(44 / 1920 * 100vw);
        font-size: -moz-calc(15 / 1920 * 100vw);
        font-size: calc(15 / 1920 * 100vw);
        border-radius: -moz-calc(25 / 1920 * 100vw);
        border-radius: calc(25 / 1920 * 100vw)
    }
}

.botao-padrao.opaco {
    border: 1px solid #131313;
    color: #131313;
    background: transparent
}

.botao-padrao:hover {
    background: #642e71;
    color: #fff;
    border-color: transparent
}

.texto-editavel {
    line-height: 1.2;
    *zoom: 1
}

.texto-editavel:before,
.texto-editavel:after {
    content: "";
    display: table
}

.texto-editavel:after {
    clear: both
}

.texto-editavel p {
    margin-bottom: 10px
}

.texto-editavel ol,
.texto-editavel ul {
    margin-bottom: 10px
}

.texto-editavel ol ol,
.texto-editavel ol ul,
.texto-editavel ul ol,
.texto-editavel ul ul {
    padding-left: 15px
}

.texto-editavel ol li,
.texto-editavel ul li {
    list-style-position: inside
}

.texto-editavel ul li {
    list-style-type: disc
}

.texto-editavel ol li {
    list-style-type: decimal
}

.texto-editavel strong {
    font-weight: bold
}

.texto-editavel h1,
.texto-editavel h2,
.texto-editavel h3,
.texto-editavel h4,
.texto-editavel h5,
.texto-editavel h6 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px
}

.texto-editavel h1:first-child,
.texto-editavel h2:first-child,
.texto-editavel h3:first-child,
.texto-editavel h4:first-child,
.texto-editavel h5:first-child,
.texto-editavel h6:first-child {
    padding-top: 0
}

.texto-editavel h1 {
    font-size: 26px
}

.texto-editavel h2 {
    font-size: 24px
}

.texto-editavel h3 {
    font-size: 22px
}

.texto-editavel h4 {
    font-size: 20px
}

.texto-editavel h5 {
    font-size: 18px
}

.texto-editavel h6 {
    font-size: 16px
}

.texto-editavel table {
    max-width: 100%
}

.texto-editavel table tr th {
    font-weight: bold
}

.texto-editavel table tr th,
.texto-editavel table tr td {
    padding: 2px 5px;
    text-align: left;
    border: 1px solid #cccccc
}

.texto-editavel img {
    max-width: 100%;
    height: auto;
}

.img-box img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.youtube-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.youtube-box iframe,
.youtube-box object,
.youtube-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chartjs-box {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.invisivel {
    display: none
}

.visivel {
    display: block
}

@media screen and (min-width: 400px) {
    .mobile-float-left {
        float: left
    }

    .mobile-float-right {
        float: right
    }

    .mobile-float-none {
        float: none
    }

    .mobile-invisivel {
        display: none
    }

    .mobile-visivel {
        display: block
    }
}

@media screen and (min-width: 550px) {
    .phablet-float-left {
        float: left
    }

    .phablet-float-right {
        float: right
    }

    .phablet-float-none {
        float: none
    }

    .phablet-invisivel {
        display: none
    }

    .phablet-visivel {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .tablet-float-left {
        float: left
    }

    .tablet-float-right {
        float: right
    }

    .tablet-float-none {
        float: none
    }

    .tablet-invisivel {
        display: none
    }

    .tablet-visivel {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .desktop-float-left {
        float: left
    }

    .desktop-float-right {
        float: right
    }

    .desktop-float-none {
        float: none
    }

    .desktop-invisivel {
        display: none
    }

    .desktop-visivel {
        display: block
    }
}

@media screen and (min-width: 1224px) {
    .desktop-hd-float-left {
        float: left
    }

    .desktop-hd-float-right {
        float: right
    }

    .desktop-hd-float-none {
        float: none
    }

    .desktop-hd-invisivel {
        display: none
    }

    .desktop-hd-visivel {
        display: block
    }
}

.full-width {
    width: 100%
}

.max-full-width {
    max-width: 100%
}

.text-center {
    text-align: center
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.text-justify {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.margin-zero {
    margin: 0
}

.padding-zero {
    padding: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.overflow-scroll {
    overflow: scroll
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    max-height:400px;
    height: 100%;
    object-fit: contain;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    padding: 50px 0
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url("../js/jquery.swipebox/img/loader.gif")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/js/jquery.swipebox/img/loader.gif*/
        no-repeat center center
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url("../js/jquery.swipebox/img/icons.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/js/jquery.swipebox/img/icons.png*/
    ;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    -moz-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    -moz-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes rightSpring {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

.drift-demo-trigger {
    width: 100%
}

.detail {
    position: relative;
    width: 55%
}

@media (max-width: 900px) {

    .detail,
    .drift-demo-trigger {
        float: none
    }

    .drift-demo-trigger {
        max-width: 100%;
        width: auto;
        margin: 0 auto
    }

    .detail {
        margin: 0;
        width: auto
    }

    .responsive-hint {
        display: none
    }

    .drift-bounding-box {
        display: none
    }
}

a {
    color: #131313;
    cursor: pointer;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    outline: none
}

.margin.margin-1 {
    margin: 10px 0
}

.margin.margin-top-1 {
    margin-top: 10px
}

.margin.margin-bottom-1 {
    margin-bottom: 10px
}

.margin.margin-2 {
    margin: 20px 0
}

.margin.margin-top-2 {
    margin-top: 20px
}

.margin.margin-bottom-2 {
    margin-bottom: 20px
}

.margin.margin-3 {
    margin: 30px 0
}

.margin.margin-top-3 {
    margin-top: 30px
}

.margin.margin-bottom-3 {
    margin-bottom: 30px
}

.margin.margin-4 {
    margin: 40px 0
}

.margin.margin-top-4 {
    margin-top: 40px
}

.margin.margin-bottom-4 {
    margin-bottom: 40px
}

button {
    background: transparent
}

.botao-scroll-top {
    display: none
}

@media screen and (min-width: 1024px) {
    .botao-scroll-top {
        display: block;
        width: -moz-calc(60 / 1920 * 100vw);
        width: calc(60 / 1920 * 100vw);
        height: -moz-calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw);
        background: #843d95;
        position: fixed;
        bottom: 10px;
        right: 10px;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        z-index: -1;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        color: #fff
    }

    .botao-scroll-top i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }

    .botao-scroll-top.ativo {
        opacity: 1;
        z-index: 999;
        -webkit-filter: none;
        filter: none
    }

    .botao-scroll-top:hover {
        background: #642e71
    }
}

.section-retorno {
    padding: 40px 0;
    background: #fafafa
}

@media screen and (min-width: 1024px) {
    .section-retorno {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

body {
    color: #131313;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    overflow-x: hidden
}

@media screen and (max-width: 1022px) {
    body {
        padding-top: 50px
    }
}

@media screen and (min-width: 1920px) {
    body {
        font-size: -moz-calc(17 / 1920 * 100vw);
        font-size: calc(17 / 1920 * 100vw)
    }
}

body .whatsapp-icon-flutuante {
    position: fixed;
    bottom: 70px;
    right: 20px;
    margin-right: 10px;
    margin-bottom: 25px;
    z-index: 99999999;
    background: #25d366;
    border-radius: 100%;
    padding: 15px 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

body .whatsapp-icon-flutuante i {
    font-size: 25px;
    color: #fff;
    display: block
}

body strong {
    color: #800080
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 -moz-calc(60 / 1920 * 100vw);
        padding: 0 calc(60 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 100%;
        padding: 0 -moz-calc(128 / 1920 * 100vw);
        padding: 0 calc(128 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .container.container-centralizado {
        width: 992px
    }
}

@media screen and (min-width: 1224px) {
    .container.container-centralizado {
        width: 1144px;
        padding: 0
    }
}

.footer-principal {
    background: #434343
}

.footer-contato-wrapper {
    background: #fff;
    position: relative;
    padding: 40px 0
}

@media screen and (min-width: 1024px) {
    .footer-contato-wrapper {
        padding: -moz-calc(130 / 1920 * 100vw) 0;
        padding: calc(130 / 1920 * 100vw) 0
    }
}

.footer-contato-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz- oldlinear-gradient(315deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 100%)
}

.footer-contato-wrapper .container {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1022px) {
    .footer-contato *> {
        margin: 30px 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-contato {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .footer-contato-form {
        width: 57.9%
    }
}

.footer-contato-footer {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .footer-contato-footer {
        margin-top: -moz-calc(44 / 1920 * 100vw);
        margin-top: calc(44 / 1920 * 100vw);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-contato-footer>* {
    margin: 10px 0
}

@media screen and (min-width: 768px) {
    .footer-contato-footer>* {
        margin: 0
    }
}

.footer-contato-footer .notas {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .footer-contato-footer .notas {
        margin-right: auto;
        font-size: 12px
    }
}

@media screen and (min-width: 1024px) {
    .footer-contato-footer .notas {
        font-size: -moz-calc(14 / 1920 * 100vw);
        font-size: calc(14 / 1920 * 100vw)
    }
}

.footer-contato-meios .meio {
    margin: 0 0 20px;
    line-height: 1.4
}

@media screen and (min-width: 1024px) {
    .footer-contato-meios .meio {
        margin: 0 0 -moz-calc(22 / 1920 * 100vw);
        margin: 0 0 calc(22 / 1920 * 100vw)
    }

    .footer-contato-meios .meio:last-child {
        margin-bottom: 0
    }
}

.footer-contato-meios .titulo {
    color: #131313;
    font-size: 14px;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .footer-contato-meios .titulo {
        font-size: -moz-calc(18.5 / 1920 * 100vw);
        font-size: calc(18.5 / 1920 * 100vw)
    }
}

.footer-contato-meios .padrao {
    font-size: 15px;
    font-weight: 300;
    color: #131313
}

@media screen and (min-width: 1024px) {
    .footer-contato-meios .padrao {
        font-size: -moz-calc(22 / 1920 * 100vw);
        font-size: calc(22 / 1920 * 100vw)
    }
}

.footer-contato-meios .menor {
    font-weight: 300;
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .footer-contato-meios .menor {
        font-size: -moz-calc(18.5 / 1920 * 100vw);
        font-size: calc(18.5 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .footer-mapa {
        max-width: 16.5%
    }
}

.footer-topo {
    text-align: center;
    padding: 30px 0;
    color: #fff
}

.footer-topo a {
    color: inherit
}

@media screen and (max-width: 1022px) {
    .footer-topo>* {
        margin: 20px 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-topo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-social {
    font-size: 20px
}

@media screen and (min-width: 1024px) {
    .footer-social {
        font-size: -moz-calc(25 / 1920 * 100vw);
        font-size: calc(25 / 1920 * 100vw)
    }
}

.footer-social a:not(:first-child) {
    margin: 0 0 0 24px
}

.footer-copyright-wrapper {
    background: #fff
}

.footer-copyright {
    line-height: 20px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media screen and (min-width: 768px) {
    .footer-copyright {
        padding: 30px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-copyright img {
        position: relative;
        top: -2px
    }
}

.header-principal {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(4, 4, 4, 0.05);
    box-shadow: 0px 10px 20px 0px rgba(4, 4, 4, 0.05);
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .header-principal {
        position: relative;
        top: auto;
        left: auto;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.header-principal .header-blocos {
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

@media screen and (min-width: 1024px) {
    .header-principal .header-blocos {
        height: 100px
    }
}

@media screen and (min-width: 1440px) {
    .header-principal .header-blocos {
        height: 100px
    }
}

@media screen and (min-width: 1024px) {
    .header-principal {
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s
    }
}

.menu-fixo .header-principal {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.menu-fixo .header-principal .header-blocos {
    height: 60px
}

.menu-fixo .header-principal .header-logo {
    max-width: 120px
}

.menu-principal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media screen and (min-width: 1024px) {
    .menu-principal {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto
    }
}

.menu-principal .menu-botao {
    color: #d43451;
    width: 24px;
    position: relative;
    height: 100%;
    border-radius: 0;
    border: none;
    padding: 0
}

@media screen and (min-width: 1024px) {
    .menu-principal .menu-botao {
        display: none
    }
}

.menu-principal .menu-botao .menu-botao-barra {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #843d95;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out
}

.menu-principal .menu-botao .menu-botao-barra::before,
.menu-principal .menu-botao .menu-botao-barra::after {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #843d95;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.menu-principal .menu-botao .menu-botao-barra::before {
    top: -8px
}

.menu-principal .menu-botao .menu-botao-barra::after {
    bottom: -8px
}

@media screen and (max-width: 1022px) {
    .menu-principal .menu {
        position: fixed;
        top: 50px;
        width: 250px;
        height: -moz-calc(100vh - 50px);
        height: calc(100vh - 50px);
        -webkit-overflow-scrolling: touch;
        right: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        background: #fff;
        overflow-y: scroll;
        font-size: 14px
    }

    .menu-principal .menu li {
        color: #843d95
    }

    .menu-principal .menu li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 14px 60px 14px 10px;
        display: block;
        color: inherit
    }

    .menu-principal .menu .link-container {
        position: relative
    }

    .menu-principal .menu .link-container i {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 54px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-principal .menu .subcategorias,
    .menu-principal .menu .drop {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        color: #838383
    }

    .menu-principal .menu .link.sub {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-principal .menu .link.sub .ico {
        width: 15px;
        margin-right: 10px
    }

    .menu-principal .menu .categorias>li {
        border-left: 4px solid transparent
    }

    .menu-principal .menu .categorias>.ativo {
        border-left-color: #843d95
    }

    .menu-principal .menu li.ativo>.subcategorias,
    .menu-principal .menu li.ativo>.drop {
        max-height: 9999px;
        opacity: 1;
        margin-bottom: 14px
    }
}

@media screen and (min-width: 1024px) {
    .menu-principal .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        opacity: 1;
        position: static;
        visibility: visible;
        z-index: 10
    }

    .menu-principal .menu i {
        display: none
    }

    .menu-principal .menu .categorias {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .menu-principal .menu .categorias>li {
        position: relative;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -moz-calc(40 / 1920 * 100vw);
        margin-left: calc(40 / 1920 * 100vw);
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 38px;
        border-bottom: 2px solid transparent;
        -webkit-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s
    }

    .menu-principal .menu .categorias>li:hover {
        border-bottom-color: #843d95
    }

    .menu-principal .menu .subcategorias {
        position: absolute;
        top: -moz-calc(100% + 2px);
        top: calc(100% + 2px);
        left: -moz-calc(-40 / 1920 * 100vw);
        left: calc(-40 / 1920 * 100vw);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        background: rgba(255, 255, 255, 0.9);
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw);
        text-transform: none;
        font-weight: 400;
        padding: -moz-calc(30 / 1920 * 100vw);
        padding: calc(30 / 1920 * 100vw);
        -webkit-box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.5)
    }

    .menu-principal .menu .subcategorias li {
        width: -moz-calc(220 / 1920 * 100vw);
        width: calc(220 / 1920 * 100vw)
    }

    .menu-principal .menu .subcategorias li a {
        padding: 0 -moz-calc(14 / 1920 * 100vw);
        padding: 0 calc(14 / 1920 * 100vw)
    }

    .menu-principal .menu .subcategorias li a:hover {
        color: #843d95
    }

    .menu-principal .menu .produtos .subcategorias {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        left: -moz-calc(-200 / 1920 * 100vw);
        left: calc(-350 / 1920 * 100vw);
        padding: -moz-calc(30 / 1920 * 100vw) -moz-calc(60 / 1920 * 100vw) -moz-calc(70 / 1920 * 100vw) -moz-calc(40 / 1920 * 100vw);
        padding: calc(30 / 1920 * 100vw) calc(60 / 1920 * 100vw) calc(70 / 1920 * 100vw) calc(40 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias li {
        width: auto;
        white-space: nowrap;
        position: relative
    }

    .menu-principal .menu .produtos .subcategorias>li:not(:first-child) {
        margin-left: -moz-calc(60 / 1920 * 100vw);
        margin-left: calc(60 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias>li>.link-container a {
        font-weight: 600;
        color: #843d95;
        font-size: -moz-calc(17 / 1920 * 100vw);
        font-size: calc(17 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias>li::before {
        left: -moz-calc(17 / 1920 * 100vw);
        left: calc(17 / 1920 * 100vw);
        top: -moz-calc(72 / 1920 * 100vw);
        top: calc(72 / 1920 * 100vw);
        bottom: 0;
        position: absolute;
        content: '';
        width: 1px;
        background: #ececec
    }

    .menu-principal .menu .produtos .subcategorias .link.sub {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -moz-calc(32 / 1920 * 100vw);
        margin-bottom: calc(32 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias .link.sub .ico {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: -moz-calc(33 / 1920 * 100vw);
        width: calc(33 / 1920 * 100vw);
        height: -moz-calc(33 / 1920 * 100vw);
        height: calc(33 / 1920 * 100vw);
        border-radius: 50%;
        border: 1px solid #843d95;
        margin-right: -moz-calc(10 / 1920 * 100vw);
        margin-right: calc(10 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias .link.sub .ico svg {
        width: 60%
    }

    .menu-principal .menu .produtos .subcategorias .drop {
        padding-left: -moz-calc(16 / 1920 * 100vw);
        padding-left: calc(16 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias .drop a {
        display: block;
        padding-left: -moz-calc(32 / 1920 * 100vw);
        padding-left: calc(32 / 1920 * 100vw);
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw);
        line-height: 1;
        border-left: 3px solid transparent
    }

    .menu-principal .menu .produtos .subcategorias .drop a:hover {
        border-color: #843d95
    }

    .menu-principal .menu .produtos .subcategorias .drop li:not(:last-child) {
        margin-bottom: -moz-calc(28 / 1920 * 100vw);
        margin-bottom: calc(28 / 1920 * 100vw)
    }

    .menu-principal .menu .produtos .subcategorias a {
        padding: 0
    }

    .menu-principal .menu .categorias>li:hover .subcategorias {
        opacity: 1;
        visibility: visible;
        z-index: 10
    }

    .menu-principal .menu .subcategorias>li:hover>.drop {
        opacity: 1;
        top: -moz-calc(30 / 1920 * 100vw);
        top: calc(30 / 1920 * 100vw);
        visibility: visible;
        -webkit-filter: none;
        filter: none
    }
}

@media screen and (min-width: 1224px) {
    .menu-principal .menu .categorias>li {
        font-size: 16px
    }
}

.menu-overlay {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    background: rgba(0, 0, 0, 0.75)
}

@media screen and (max-width: 1022px) {
    body.menu-ativo .menu-overlay {
        opacity: 1;
        z-index: 90
    }

    body.menu-ativo .main-page-wrapper {
        overflow: hidden;
        height: -moz-calc(100vh - 50px);
        height: calc(100vh - 50px)
    }
}

body.menu-ativo .menu-principal .menu {
    visibility: visible;
    opacity: 1;
    z-index: 1000
}

body.menu-ativo .menu-principal .menu-botao .menu-botao-barra {
    height: 0
}

body.menu-ativo .menu-principal .menu-botao .menu-botao-barra::before,
body.menu-ativo .menu-principal .menu-botao .menu-botao-barra::after {
    top: 50%
}

body.menu-ativo .menu-principal .menu-botao .menu-botao-barra::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.menu-ativo .menu-principal .menu-botao .menu-botao-barra::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width: 1024px) {
    .header-shop {
        border-left: 1px solid #e0e0e0
    }

    .header-shop:hover {
        border-bottom-color: transparent !important
    }

    .header-shop a {
        margin-left: -moz-calc(50 / 1920 * 100vw);
        margin-left: calc(50 / 1920 * 100vw);
        color: #843d95
    }

    .header-shop a i {
        margin-right: 8px;
        display: inline-block !important
    }
}

.header-language .link-container .label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

@media screen and (min-width: 1024px) {
    .header-language>.link-container .label span {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .header-language>.subcategorias {
        left: auto !important;
        right: 0 !important
    }
}

.header-logo {
    max-width: 90px
}

@media screen and (min-width: 1024px) {
    .header-logo {
        max-width: 120px
    }
}

@media screen and (min-width: 1224px) {
    .header-logo {
        max-width: 150px
    }
}

@media screen and (min-width: 1440px) {
    .header-logo {
        max-width: 180px
    }
}

@media screen and (min-width: 1600px) {
    .header-logo {
        max-width: unset
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b
}

.erro-404 {
    text-align: center;
    padding: 100px 0
}

@media screen and (min-width: 768px) {
    .erro-404 {
        padding: 150px 0
    }
}

.erro-404 h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .erro-404 h1 {
        font-size: 40px
    }
}

.erro-404 p {
    font-size: 20px;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .erro-404 p {
        font-size: 30px
    }
}

.form-botao-padrao {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 17px 40px;
    border-radius: 24px;
    border: none;
    background: #843d95;
    color: #fff;
    height: auto;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .form-botao-padrao {
        padding: -moz-calc(20 / 1920 * 100vw) -moz-calc(60 / 1920 * 100vw);
        padding: calc(20 / 1920 * 100vw) calc(60 / 1920 * 100vw);
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw);
        border-radius: -moz-calc(30 / 1920 * 100vw);
        border-radius: calc(30 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .form-botao-padrao.menor {
        padding: -moz-calc(16 / 1920 * 100vw) -moz-calc(44 / 1920 * 100vw);
        padding: calc(16 / 1920 * 100vw) calc(44 / 1920 * 100vw);
        font-size: -moz-calc(15 / 1920 * 100vw);
        font-size: calc(15 / 1920 * 100vw);
        border-radius: -moz-calc(25 / 1920 * 100vw);
        border-radius: calc(25 / 1920 * 100vw)
    }
}

.form-botao-padrao.opaco {
    border: 1px solid #131313;
    color: #131313;
    background: transparent
}

.form-botao-padrao:hover {
    background: #642e71;
    color: #fff;
    border-color: transparent
}

.g-recaptcha-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.input-field {
    position: relative;
    margin-bottom: 10px
}

.input-field>label {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 1;
    font-weight: normal;
    color: #131313;
    cursor: text;
    z-index: 10;
    font-size: 13px;
    padding: 0 20px
}

@media screen and (min-width: 1024px) {
    .input-field>label {
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw);
        padding: 0 -moz-calc(34 / 1920 * 100vw);
        padding: 0 calc(34 / 1920 * 100vw)
    }
}

.input-field input,
.input-field textarea,
.input-field select {
    height: auto;
    line-height: 1;
    padding: 22px 18px 10px;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #131313;
    border: 1px solid #c8c9c8;
    background-color: #fff;
    border-radius: 23px;
    width: 100%
}

@media screen and (min-width: 1024px) {

    .input-field input,
    .input-field textarea,
    .input-field select {
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw);
        border-radius: -moz-calc(29 / 1920 * 100vw);
        border-radius: calc(29 / 1920 * 100vw);
        padding: -moz-calc(28 / 1920 * 100vw) -moz-calc(34 / 1920 * 100vw) -moz-calc(14 / 1920 * 100vw);
        padding: calc(28 / 1920 * 100vw) calc(34 / 1920 * 100vw) calc(14 / 1920 * 100vw)
    }
}

.input-field input.focus,
.input-field input:focus,
.input-field textarea.focus,
.input-field textarea:focus,
.input-field select.focus,
.input-field select:focus {
    outline: none
}

.input-field>select {
    position: relative;
    width: 100%;
    z-index: 3;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0;
    padding: 0 15px;
    height: 48px;
    line-height: 48px
}

@media screen and (min-width: 1024px) {
    .input-field>select {
        height: -moz-calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw);
        padding: 0 -moz-calc(34 / 1920 * 100vw);
        padding: 0 calc(34 / 1920 * 100vw)
    }
}

.input-field textarea {
    height: 100px;
    line-height: 1.2
}

@media screen and (min-width: 1024px) {
    .input-field textarea {
        height: -moz-calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw)
    }
}

.input-field.has-value>label,
.input-field select:focus~label,
.input-field textarea:focus~label,
.input-field input:focus~label {
    font-weight: bold;
    color: #843d95;
    top: 14px;
    font-size: 70%
}

@media screen and (min-width: 1024px) {

    .input-field.has-value>label,
    .input-field select:focus~label,
    .input-field textarea:focus~label,
    .input-field input:focus~label {
        top: 18px
    }
}

.input-field.textarea-field>label {
    top: 26px
}

.input-field.textarea-field.has-value>label,
.input-field.textarea-field textarea:focus~label {
    top: 14px
}

.input-field.select-field .fa-caret-down {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #131313;
    z-index: 15
}

.input-field.select-field i.fa-caret-down~.input-label {
    padding-right: 20px
}

.input-field.select-field select:disabled~.fa-caret-down {
    opacity: 0.25
}

.input-field .input-file-container {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-itens: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-field .input-file-container i {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #843d95
}

.input-field .input-file-container .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10
}

.input-field .input-file-container .input-file-fake {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    border: none;
    padding: 0 0 0 50px
}

.input-field .input-file-container .botao-padrao {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#form-ajax-alerta {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F9EDB8;
    line-height: 1.1;
    padding: 18px 0;
    text-align: center;
    border-top: 1px solid #EDC967;
    z-index: 1000;
    cursor: pointer
}

#form-ajax-alerta.ativo {
    top: unset;
    bottom: 0
}

#form-ajax-alerta.sucesso {
    background-color: #BEFAB9;
    border-color: #71ED66
}

#form-ajax-alerta.erro {
    background-color: #F9B8B8;
    border-color: #ED6767
}

#form-ajax-alerta .progresso {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1)
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.pagina-topo-container {
    background-size: cover;
    background: url("../imagens/body/bg.jpg")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/body/bg.jpg*/
        center 0 no-repeat
}

@media screen and (min-width: 1024px) {
    .pagina-topo-container {
        padding: 30px 0
    }
}

.pagina-topo-container a {
    color: #131313
}

.pagina-topo-container a:hover {
    color: #843d95
}

.pagina-subtopo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    padding-top: 10px
}

@media screen and (min-width: 1024px) {
    .pagina-subtopo {
        padding-top: 0;
        line-height: -moz-calc(46 / 1920 * 100vw);
        line-height: calc(46 / 1920 * 100vw)
    }
}

.pagina-topo-breadcrumb {
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .pagina-topo-breadcrumb {
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw)
    }
}

.pagina-topo-breadcrumb ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.pagina-topo-breadcrumb li {
    display: inline
}

.pagina-topo-breadcrumb li::after {
    content: ' / '
}

.pagina-topo-breadcrumb li:last-child::after {
    display: none
}

.pagina-topo-compartilhamento {
    font-size: 14px;
    border: 1px solid #c9c9c9;
    border-radius: 11px
}

@media screen and (min-width: 1024px) {
    .pagina-topo-compartilhamento {
        border-radius: -moz-calc(23 / 1920 * 100vw);
        border-radius: calc(23 / 1920 * 100vw);
        font-size: 16px;
        padding: 0 -moz-calc(34 / 1920 * 100vw);
        padding: 0 calc(34 / 1920 * 100vw);
        margin-top: -27px
    }
}

.pagina-topo-compartilhamento .link {
    margin: 0 3px
}

@media screen and (min-width: 1024px) {
    .pagina-topo-compartilhamento .share-mobile {
        display: none
    }
}

@media screen and (max-width: 1022px) {
    .pagina-topo-compartilhamento .hide-mobile {
        display: none
    }
}

.bloco-com-sombra {
    position: relative
}

.bloco-com-sombra::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 27px;
    background: url("../imagens/shadow.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/shadow.png*/
        center no-repeat
}

.pagina-imagem-fundo {
    position: relative;
    margin-top: 70px;
}

.pagina-imagem-fundo img.carregando {
    min-height: 300px
}

@media screen and (min-width: 1024px) {
    .pagina-imagem-fundo img.carregando {
        min-height: -moz-calc(400 / 1920 * 100vw);
        min-height: calc(400 / 1920 * 100vw)
    }
}

.pagina-imagem-fundo .pagina-imagem-fundo-info {
    position: absolute
}

@media screen and (max-width: 766px) {
    .pagina-imagem-fundo .pagina-imagem-fundo-info {
        top: 20px;
        left: 20px;
        right: 20px;
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .pagina-imagem-fundo .pagina-imagem-fundo-info {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -moz-calc(128 / 1920 * 100vw);
        left: calc(128 / 1920 * 100vw)
    }
}

.pagina-imagem-fundo .pagina-imagem-fundo-texto {
    margin-bottom: 14px
}

@media screen and (max-width: 766px) {
    .pagina-imagem-fundo .pagina-imagem-fundo-texto {
        line-height: 1.3
    }
}

.pagina-imagem-fundo .pagina-imagem-fundo-titulo {
    text-transform: uppercase;
    font-size: 20px;
    color: #843d95;
    font-weight: bold
}

@media screen and (min-width: 1024px) {
    .pagina-imagem-fundo .pagina-imagem-fundo-titulo.maior {
        font-size: -moz-calc(130 / 1920 * 100vw);
        font-size: calc(130 / 1920 * 100vw)
    }

    .pagina-imagem-fundo .pagina-imagem-fundo-titulo.grande {
        font-size: -moz-calc(70 / 1920 * 100vw);
        font-size: calc(70 / 1920 * 100vw)
    }

    .pagina-imagem-fundo .pagina-imagem-fundo-titulo.normal {
        font-size: -moz-calc(50 / 1920 * 100vw);
        font-size: calc(50 / 1920 * 100vw)
    }

    .pagina-imagem-fundo .pagina-imagem-fundo-titulo.pequeno {
        font-size: -moz-calc(28 / 1920 * 100vw);
        font-size: calc(28 / 1920 * 100vw)
    }
}

.pagina-imagem-fundo .pagina-imagem-fundo-subtitulo {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300
}

@media screen and (min-width: 1024px) {
    .pagina-imagem-fundo .pagina-imagem-fundo-subtitulo {
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw);
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

.pagina-imagem-fundo .botao-padrao {
    margin: 0 10px 0 0
}

@media screen and (max-width: 1022px) {
    .pagina-imagem-fundo .botao-padrao {
        padding: 10px 15px;
        font-size: 13px;
        min-width: 120px;
        margin: 2px 0
    }
}

.slick-arrows-padrao .slick-arrow {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 21px 28.48px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 21px 28.48px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

@media screen and (min-width: 1024px) {
    .slick-arrows-padrao .slick-arrow {
        width: -moz-calc(70 / 1920 * 100vw);
        width: calc(70 / 1920 * 100vw);
        height: -moz-calc(70 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
        font-size: -moz-calc(40 / 1920 * 100vw);
        font-size: calc(40 / 1920 * 100vw)
    }
}

.slick-arrows-padrao .slick-arrow:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.pagina-elementos-destaque {
    display: none
}

@media screen and (min-width: 1024px) {
    .pagina-elementos-destaque {
        display: block;
        background: #f9f9f9
    }
}

.pagina-elementos-destaque ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pagina-elementos-destaque ul a {
    border: 0 solid transparent;
    border-width: 5px 0;
    color: #131313;
    font-size: 14px;
    display: block;
    padding: 14px 0
}

@media screen and (min-width: 1224px) {
    .pagina-elementos-destaque ul a {
        padding: -moz-calc(24 / 1920 * 100vw) 0;
        padding: calc(24 / 1920 * 100vw) 0;
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw)
    }
}

.pagina-elementos-destaque ul a:hover {
    border-bottom-color: #843d95
}

.pagina-elementos-destaque-curto {
    display: none
}

@media screen and (min-width: 1024px) {
    .pagina-elementos-destaque-curto {
        display: block;
        background: #f9f9f9
    }
}

.pagina-elementos-destaque-curto ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pagina-elementos-destaque-curto ul a {
    border: 0 solid transparent;
    border-width: 5px 0;
    color: #131313;
    font-size: 14px;
    display: block;
    padding: 14px 0
}

@media screen and (min-width: 1024px) {
    .pagina-elementos-destaque-curto ul a {
        padding: -moz-calc(24 / 1920 * 100vw) 0;
        padding: calc(24 / 1920 * 100vw) 0;
        margin-right: -moz-calc(60 / 1920 * 100vw);
        margin-right: calc(60 / 1920 * 100vw);
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw)
    }
}

.pagina-elementos-destaque-curto ul a:hover {
    border-bottom-color: #843d95
}

@media screen and (min-width: 1024px) {
    .pagina-elementos.pagina-modelo-2 .container {
        padding: 0;
        max-width: 1144px
    }
}

.paginacao {
    margin-bottom: 60px
}

.paginacao ul {
    text-align: right
}

.paginacao ul li {
    display: inline-block;
    font-size: 18px;
    margin: 0 6px;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .paginacao ul li {
        font-size: 22px
    }
}

.paginacao ul li a {
    border-bottom: 2px solid transparent;
    display: block;
    padding: 10px 6px;
    color: #843d95
}

.paginacao ul li a[href] {
    color: #707070
}

.paginacao ul li a[href]:hover {
    border-color: rgba(132, 61, 149, 0.6)
}

.paginacao-listagem {
    margin: 30px 0
}

.paginacao-listagem ul {
    text-align: center
}

.paginacao-listagem ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    font-weight: 500
}

.paginacao-listagem ul li a {
    display: block;
    background: #843d95;
    color: #fff;
    padding: 5px 15px;
    background: rgba(132, 61, 149, 0.8)
}

.paginacao-listagem ul li a[href] {
    background: #843d95
}

.paginacao-listagem ul li a[href]:hover {
    background: rgba(132, 61, 149, 0.9)
}

.texto-editavel {
    *zoom: 1;
    line-height: 1.5;
    font-size: 15px
}

.texto-editavel:before,
.texto-editavel:after {
    content: "";
    display: table
}

.texto-editavel:after {
    clear: both
}

@media screen and (min-width: 1024px) {
    .texto-editavel {
        font-size: -moz-calc(17 / 1920 * 100vw);
        font-size: calc(17 / 1920 * 100vw)
    }
}

.texto-editavel p {
    font-size: inherit;
    margin-bottom: 20px
}

@media screen and (min-width: 1224px) {
    .texto-editavel p {
        margin-bottom: -moz-calc(24 / 1920 * 100vw);
        margin-bottom: calc(24 / 1920 * 100vw)
    }
}

.texto-editavel p a {
    color: #843d95
}

.texto-editavel ul {
    padding-left: 0
}

.texto-editavel ul li {
    position: relative;
    margin-bottom: 6px;
    list-style-type: none;
    line-height: 1.2
}

.texto-editavel ul li:before {
    content: '';
    margin-right: 5px;
    position: relative;
    top: -2px;
    background: #131313;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block
}

@media screen and (min-width: 1920px) {
    .texto-editavel ul li:before {
        margin-right: -moz-calc(5 / 1920 * 100vw);
        margin-right: calc(5 / 1920 * 100vw)
    }
}

.texto-editavel ol {
    padding-left: 0;
    counter-reset: section
}

.texto-editavel ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style-type: none
}

@media screen and (min-width: 1920px) {
    .texto-editavel ol li {
        padding-left: -moz-calc(30 / 1920 * 100vw);
        padding-left: calc(30 / 1920 * 100vw);
        margin-bottom: -moz-calc(10 / 1920 * 100vw);
        margin-bottom: calc(10 / 1920 * 100vw)
    }
}

.texto-editavel ol li:before {
    counter-increment: section;
    content: counters(section, ".") " -";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 80%;
    border-radius: 50%;
    color: #843d95;
    font-weight: bold
}

@media screen and (min-width: 1920px) {
    .texto-editavel ol li:before {
        top: -moz-calc(3 / 1920 * 100vw);
        top: calc(3 / 1920 * 100vw);
        left: -moz-calc(5 / 1920 * 100vw);
        left: calc(5 / 1920 * 100vw)
    }
}

.texto-editavel ol,
.texto-editavel ul {
    margin-bottom: 30px
}

@media screen and (min-width: 1920px) {

    .texto-editavel ol,
    .texto-editavel ul {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

.texto-editavel ol ol,
.texto-editavel ol ul,
.texto-editavel ul ol,
.texto-editavel ul ul {
    padding-left: 20px;
    padding-top: 10px
}

@media screen and (min-width: 1920px) {

    .texto-editavel ol ol,
    .texto-editavel ol ul,
    .texto-editavel ul ol,
    .texto-editavel ul ul {
        padding-left: -moz-calc(20 / 1920 * 100vw);
        padding-left: calc(20 / 1920 * 100vw);
        padding-top: -moz-calc(10 / 1920 * 100vw);
        padding-top: calc(10 / 1920 * 100vw)
    }
}

.texto-editavel ol li,
.texto-editavel ul li {
    list-style-position: inside
}

.texto-editavel strong {
    font-weight: bold
}

.texto-editavel h1,
.texto-editavel h2,
.texto-editavel h3,
.texto-editavel h4,
.texto-editavel h5,
.texto-editavel h6 {
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #843d95
}

.texto-editavel h1:first-child,
.texto-editavel h2:first-child,
.texto-editavel h3:first-child,
.texto-editavel h4:first-child,
.texto-editavel h5:first-child,
.texto-editavel h6:first-child {
    margin-top: 0
}

.texto-editavel h1 b,
.texto-editavel h1 strong,
.texto-editavel h2 b,
.texto-editavel h2 strong,
.texto-editavel h3 b,
.texto-editavel h3 strong,
.texto-editavel h4 b,
.texto-editavel h4 strong,
.texto-editavel h5 b,
.texto-editavel h5 strong,
.texto-editavel h6 b,
.texto-editavel h6 strong {
    font-weight: bold
}

@media screen and (min-width: 1024px) {

    .texto-editavel h1,
    .texto-editavel h2,
    .texto-editavel h3,
    .texto-editavel h4,
    .texto-editavel h5,
    .texto-editavel h6 {
        margin-bottom: -moz-calc(34 / 1920 * 100vw);
        margin-bottom: calc(34 / 1920 * 100vw)
    }
}

.texto-editavel h1,
.texto-editavel h2 {
    font-size: 20px
}

@media screen and (min-width: 1224px) {

    .texto-editavel h1,
    .texto-editavel h2 {
        font-size: -moz-calc(22 / 1920 * 100vw);
        font-size: calc(22 / 1920 * 100vw)
    }
}

.texto-editavel h3 {
    font-size: 19px
}

@media screen and (min-width: 1224px) {
    .texto-editavel h3 {
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }
}

.texto-editavel h4,
.texto-editavel h5,
.texto-editavel h6 {
    font-size: 18px
}

@media screen and (min-width: 1224px) {

    .texto-editavel h4,
    .texto-editavel h5,
    .texto-editavel h6 {
        font-size: -moz-calc(19 / 1920 * 100vw);
        font-size: calc(19 / 1920 * 100vw)
    }
}

@media screen and (max-width: 1022px) {
    .texto-editavel .texto-editavel-tabela-container {
        overflow-x: auto
    }
}

.texto-editavel table {
    max-width: 100%;
    border-top: 4px solid #843d95;
    margin-top: 40px;
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .texto-editavel table {
        border-top: -moz-calc(4 / 1920 * 100vw) solid #843d95;
        border-top: calc(4 / 1920 * 100vw) solid #843d95;
        margin-top: -moz-calc(40 / 1920 * 100vw);
        margin-top: calc(40 / 1920 * 100vw);
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.texto-editavel table tr th,
.texto-editavel table tr td {
    padding: 14px;
    text-align: left;
    border: none;
    border-left: 2px solid #ffffff
}

@media screen and (min-width: 1920px) {

    .texto-editavel table tr th,
    .texto-editavel table tr td {
        padding: -moz-calc(14 / 1920 * 100vw);
        padding: calc(14 / 1920 * 100vw);
        border-left: -moz-calc(2 / 1920 * 100vw) solid #fff;
        border-left: calc(2 / 1920 * 100vw) solid #fff
    }
}

.texto-editavel table tr th {
    font-weight: bold;
    background: #e2e2e2 !important;
    text-align: center
}

.texto-editavel table tr:nth-child(2n) th,
.texto-editavel table tr:nth-child(2n) td {
    background: #ededed
}

.texto-editavel img {
    max-width: 100%;
    height: auto
}

.texto-editavel small {
    font-size: 80%
}

.texto-editavel .rgb-container .rgb-container-inner {
    max-width: 100%
}

@media screen and (max-width: 1023px) {
    .texto-editavel .rgb-container .rgb-container-inner {
        width: 80% !important;
        float: none !important;
        margin: 0 auto
    }
}

.texto-editavel .rgb-link-lightbox {
    color: #843d95;
    text-decoration: underline;
    cursor: pointer
}

.texto-editavel .rgb-lightbox {
    display: none
}

.texto-editavel .texto-maior {
    font-size: 120%
}

.rgb-lightbox {
    padding: 20px;
    max-width: 1175px
}

@media screen and (min-width: 1920px) {
    .rgb-lightbox {
        padding: -moz-calc(20 / 1920 * 100vw);
        padding: calc(20 / 1920 * 100vw);
        max-width: -moz-calc(1175 / 1920 * 100vw);
        max-width: calc(1175 / 1920 * 100vw)
    }
}

.titulo-principal {
    font-size: 18px;
    color: #843d95;
    font-weight: 500;
    line-height: 1.15;
    margin-top: 15px
}

@media screen and (min-width: 1024px) {
    .titulo-principal {
        font-size: -moz-calc(29 / 1920 * 100vw);
        font-size: calc(29 / 1920 * 100vw);
        margin-top: 0
    }
}

.titulo-principal em,
.titulo-principal .small {
    font-weight: 400;
    color: #131313;
    font-size: 16px
}

@media screen and (min-width: 1024px) {

    .titulo-principal em,
    .titulo-principal .small {
        font-size: -moz-calc(27 / 1920 * 100vw);
        font-size: calc(27 / 1920 * 100vw)
    }
}

.titulo-principal strong {
    display: block
}

.titulo-principal.mb-1 {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .titulo-principal.mb-1 {
        margin-bottom: -moz-calc(40 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw)
    }
}

.titulo-principal.mb-2 {
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .titulo-principal.mb-2 {
        margin-bottom: -moz-calc(58 / 1920 * 100vw);
        margin-bottom: calc(58 / 1920 * 100vw)
    }
}

.v-header {
    color: #843d95
}

.v-header.contraste {
    color: #fff
}

.v-header .subtitulo {
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: 4px;
    font-weight: 300
}

@media screen and (min-width: 1024px) {
    .v-header .subtitulo {
        font-size: 15px
    }
}

@media screen and (min-width: 1224px) {
    .v-header .subtitulo {
        font-size: -moz-calc(16 / 1920 * 100vw);
        font-size: calc(16 / 1920 * 100vw)
    }
}

.v1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #843d95
}

.v1.escuro {
    color: #333
}

.v1.contraste {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .v1 {
        font-size: 23px
    }
}

@media screen and (min-width: 1224px) {
    .v1 {
        font-size: -moz-calc(25 / 1920 * 100vw);
        font-size: calc(25 / 1920 * 100vw)
    }
}

.v1.big {
    font-size: 24px
}

@media screen and (min-width: 1024px) {
    .v1.big {
        font-size: 32px
    }
}

@media screen and (min-width: 1224px) {
    .v1.big {
        font-size: -moz-calc(45 / 1920 * 100vw);
        font-size: calc(45 / 1920 * 100vw)
    }
}

.v1 a {
    color: inherit
}

.v2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #843d95
}

.v2.escuro {
    color: #333
}

.v2.contraste {
    color: #fff
}

@media screen and (min-width: 1024px) {
    .v2 {
        font-size: 23px
    }
}

@media screen and (min-width: 1224px) {
    .v2 {
        font-size: -moz-calc(25 / 1920 * 100vw);
        font-size: calc(25 / 1920 * 100vw)
    }
}

.v2.big {
    font-size: 24px
}

@media screen and (min-width: 1024px) {
    .v2.big {
        font-size: 32px
    }
}

@media screen and (min-width: 1224px) {
    .v2.big {
        font-size: -moz-calc(45 / 1920 * 100vw);
        font-size: calc(45 / 1920 * 100vw)
    }
}

.v2 a {
    color: inherit
}

.whatsapp-flutuante {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99999999
}

@media screen and (min-width: 1024px) {
    .whatsapp-flutuante {
        display: none
    }
}

.whatsapp-flutuante a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background-color: #843d95;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff
}

.whatsapp-flutuante a:hover {
    background-color: #441f4d
}

.listagem-de-produtos {
    padding: 40px 0
}

@media screen and (min-width: 1024px) {
    .listagem-de-produtos {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

.listagem-de-produtos .itens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.listagem-de-produtos .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 0 2% 30px 0
}

.listagem-de-produtos .item:nth-child(2n) {
    margin-right: 0
}

@media screen and (min-width: 1024px) {
    .listagem-de-produtos .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.1%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 29.1%;
        flex: 0 0 29.1%;
        margin-bottom: -moz-calc(50 / 1920 * 100vw);
        margin-bottom: calc(50 / 1920 * 100vw)
    }

    .listagem-de-produtos .item:nth-child(n) {
        margin-right: 6.3%
    }

    .listagem-de-produtos .item:nth-child(3n) {
        margin-right: 0
    }

    .listagem-de-produtos .item:last-child {
        margin-right: 0
    }
}

.listagem-de-produtos .item-detalhes {
    border: 1px solid #e3e3e3;
    display: block;
    padding: 10px;
    text-align: center;
    color: #838383;
    background: #FFF !important
}

@media screen and (min-width: 1024px) {
    .listagem-de-produtos .item-detalhes {
        padding: -moz-calc(24 / 1920 * 100vw) -moz-calc(30 / 1920 * 100vw);
        padding: calc(24 / 1920 * 100vw) calc(30 / 1920 * 100vw)
    }
}

.listagem-de-produtos .item-detalhes .img {
    margin-bottom: 12px
}

.listagem-de-produtos .item-detalhes .titulo {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: inherit
}

@media screen and (min-width: 1024px) {
    .listagem-de-produtos .item-detalhes .titulo {
        font-size: -moz-calc(23 / 1920 * 100vw);
        font-size: calc(23 / 1920 * 100vw);
        line-height: -moz-calc(30 / 1920 * 100vw);
        line-height: calc(30 / 1920 * 100vw);
        height: -moz-calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw)
    }
}

.listagem-de-produtos .item-detalhes:hover {
    border-color: #843d95;
    color: #843d95
}

.listagem-de-produtos .botao-mais {
    display: inline-block;
    border: 1px solid;
    font-size: 14px;
    line-height: 1;
    padding: 13px 30px;
    border-radius: 16px;
    margin: 20px 0
}

@media screen and (min-width: 1024px) {
    .listagem-de-produtos .botao-mais {
        font-size: -moz-calc(21 / 1920 * 100vw);
        font-size: calc(21 / 1920 * 100vw);
        padding: -moz-calc(19 / 1920 * 100vw) -moz-calc(56 / 1920 * 100vw);
        padding: calc(19 / 1920 * 100vw) calc(56 / 1920 * 100vw);
        border-radius: -moz-calc(19 / 1920 * 100vw);
        border-radius: calc(19 / 1920 * 100vw);
        margin: -moz-calc(40 / 1920 * 100vw) 0 -moz-calc(22 / 1920 * 100vw);
        margin: calc(40 / 1920 * 100vw) 0 calc(22 / 1920 * 100vw)
    }
}

.slide-animado {
    position: relative;
    width: 100%;
    height: 155px
}

@media screen and (min-width: 550px) {
    .slide-animado {
        height: 212px
    }
}

@media screen and (min-width: 768px) {
    .slide-animado {
        height: 296px
    }
}

@media screen and (min-width: 1024px) {
    .slide-animado {
        height: 395px
    }
}

@media screen and (min-width: 1224px) {
    .slide-animado {
        height: 472px
    }
}

@media screen and (min-width: 1440px) {
    .slide-animado {
        height: 555px
    }
}

@media screen and (min-width: 1600px) {
    .slide-animado {
        height: 617px
    }
}

.slide-animado .slide {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.slide-animado .slide.hide {
    opacity: 0
}

.slide-animado .slide.show {
    opacity: 1
}

.slide-animado .slide a .layers {
    width: 100%;
    height: 740px;
    position: relative;
    overflow: hidden
}

.slide-animado .slide a .layers div {
    position: absolute
}

.slide-animado .slide a .layers img {
    width: 100%
}

.slide-animado .slide a .layers [animado] {
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.slide-animado .slide a .layers [animado="right"] {
    -webkit-transform: translate3d(150px, 0, 0);
    -moz-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0)
}

.slide-animado .slide a .layers [animado="left"] {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0)
}

.slide-animado .slide a .layers [animado="bottom"] {
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0)
}

.slide-animado .slide a .layers [animado="top"] {
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0)
}

.slide-animado .slide a .layers [animado].run {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.el-home-slides {
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.el-home-slides:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 116.14583%
}

.el-home-slides>.bloco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media screen and (min-width: 768px) {
    .el-home-slides {
        position: relative
    }

    .el-home-slides:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.5%
    }

    .el-home-slides>.bloco {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.el-home-slides .home-slides-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #843d95;
    font-size: 30px;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.el-home-slides .home-slides-loading.hidden {
    top: -50px;
    visibility: hidden;
    opacity: 0;
    z-index: 0
}

.el-home-slides .home-slides-slick {
    position: relative;
    z-index: 10;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: .4;
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.el-home-slides .home-slides-slick.slick-initialized {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.el-home-slides li {
    display: block;
    overflow: hidden
}

.el-home-slides li a {
    display: block;
    position: relative
}

.el-home-slides li a img {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0
}

.el-home-slides .seta {
    -webkit-animation: bounce 0.5s;
    -moz-animation: bounce 0.5s;
    animation: bounce 0.5s;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    z-index: 100;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.el-home-slides .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    width: 50px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-home-slides .slick-arrow .arrow {
    position: relative;
    width: 20px;
    height: 20px
}

.el-home-slides .slick-arrow .arrow::before,
.el-home-slides .slick-arrow .arrow::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #843d95;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.el-home-slides .slick-arrow .arrow::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.el-home-slides .slick-arrow .arrow::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.el-home-slides .slick-arrow.slick-prev {
    left: 15px
}

@media screen and (min-width: 1024px) {
    .el-home-slides .slick-arrow.slick-prev {
        left: 34px
    }
}

.el-home-slides .slick-arrow.slick-prev .arrow::before,
.el-home-slides .slick-arrow.slick-prev .arrow::after {
    -webkit-transform-origin: 0 center;
    -moz-transform-origin: 0 center;
    -ms-transform-origin: 0 center;
    transform-origin: 0 center
}

.el-home-slides .slick-arrow.slick-next {
    right: 15px
}

@media screen and (min-width: 1024px) {
    .el-home-slides .slick-arrow.slick-next {
        right: 34px
    }
}

.el-home-slides .slick-arrow.slick-next .arrow::before,
.el-home-slides .slick-arrow.slick-next .arrow::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

@-moz-keyframes bounce {
    from {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
}

.el-home-produtos {
    background: #fff;
    padding: 40px 0;
    position: relative
}

@media screen and (min-width: 1024px) {
    /* .el-home-produtos {
        padding: -moz-calc(130 / 1920 * 100vw) 0;
        padding: calc(130 / 1920 * 100vw) 0
    } */
}

.el-home-produtos .home-produtos-wrapper {
    position: relative
}

.el-home-produtos .home-produtos-texto {
    position: relative;
    z-index: 10;
    padding-left: 20px;
    line-height: 1.3
}

@media screen and (min-width: 1024px) {
    .el-home-produtos .home-produtos-texto {
        width: 50%;
        padding-left: -moz-calc(128 / 1920 * 100vw);
        padding-left: calc(128 / 1920 * 100vw);
        font-size: -moz-calc(22 / 1920 * 100vw);
        font-size: calc(22 / 1920 * 100vw)
    }
}

.el-home-produtos .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #131313
}

@media screen and (min-width: 1024px) {
    .el-home-produtos .item {
        margin: -moz-calc(58 / 1920 * 100vw) 450px 0 0;
        margin: calc(58 / 1920 * 100vw) 450px 0 0;
        font-size: -moz-calc(21 / 1920 * 100vw);
        font-size: calc(21 / 1920 * 100vw)
    }
}

.el-home-produtos .item-icone {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.el-home-produtos .item-icone svg {
    width: 20px
}

.el-home-produtos .item-icone svg path {
    fill: #131313;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.el-home-produtos .item.is-active {
    color: #843d95
}

.el-home-produtos .item.is-active .item-icone svg path {
    fill: #843d95
}

.el-home-produtos .item.is-active .titulo {
    color: #843d95
}

.el-home-produtos .home-produtos-bgs {
    position: relative;
    height: -moz-calc(900 / 1920 * 100vw);
    height: calc(900 / 1920 * 100vw)
}

@media screen and (min-width: 1024px) {
    .el-home-produtos .home-produtos-bgs {
        position: absolute;
        top: 0;
        right: 0
    }
}

.el-home-produtos .home-produtos-bgs .bloco {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    width: -moz-calc(1490 / 1920 * 100vw);
    width: calc(1490 / 1920 * 100vw);
    height: valor-dluido(600, 1920);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

@media screen and (min-width: 1024px) {
    .el-home-produtos .home-produtos-bgs .bloco {
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.el-home-produtos .home-produtos-bgs .bloco .bg {
    float: right;
    /* width: -moz-calc(914 / 1920 * 100vw);
    width: calc(914 / 1920 * 100vw) */
    width: 63.8%;
}

.el-home-produtos .home-produtos-bgs .bloco .overlay {
    position: absolute;
    left: -moz-calc(60 / 1920 * 100vw);
    left: calc(60 / 1920 * 100vw);
    top: 0;
    width: 35%;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    transition: 0.55s
}

.el-home-produtos .home-produtos-bgs .bloco.is-active {
    opacity: 1
}

.el-home-produtos .home-produtos-bgs .bloco.is-active .overlay {
    left: 0
}

.el-home-institucional {
    padding: 20px 0
}

@media screen and (min-width: 1024px) {
    .el-home-institucional {
        padding: -moz-calc(70 / 1920 * 100vw) 0;
        padding: calc(70 / 1920 * 100vw) 0
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

.el-home-institucional .home-institucional-bloco {
    background-size: cover;
    background-position: right 0;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .home-institucional-bloco {
        width: 50%;
        position: relative
    }

    .el-home-institucional .home-institucional-bloco:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 80%
    }

    .el-home-institucional .home-institucional-bloco>.bloco {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.el-home-institucional .home-institucional-bloco .bloco {
    padding: 30px 20px;
    display: block;
    background: rgba(255, 255, 255, 0.85)
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .home-institucional-bloco .bloco {
        background: none;
        padding: -moz-calc(100 / 1920 * 100vw) -moz-calc(128 / 1920 * 100vw);
        padding: calc(100 / 1920 * 100vw) calc(128 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .home-institucional-bloco .detalhes-container {
        width: -moz-calc(290 / 1920 * 100vw);
        width: calc(290 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .home-institucional-bloco1 {
        /* top: -moz-calc(-30 / 1920 * 100vw);
        top: calc(-30 / 1920 * 100vw); */
        -webkit-box-shadow: 0 20px calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px -moz-calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 20px calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1)
    }

    .el-home-institucional .home-institucional-bloco2 {
        /* bottom: -moz-calc(-30 / 1920 * 100vw);
        bottom: calc(-30 / 1920 * 100vw); */
        -webkit-box-shadow: 0 -20px calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -20px -moz-calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 -20px calc(40 / 1920 * 100vw) -6px rgba(0, 0, 0, 0.1)
    }
}

.el-home-institucional .categorias-itens .botao-padrao {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px
}

@media screen and (min-width: 1024px) {
    .el-home-institucional .categorias-itens .botao-padrao {
        width: -moz-calc(240 / 1920 * 100vw);
        width: calc(240 / 1920 * 100vw);
        margin-top: -moz-calc(30 / 1920 * 100vw);
        margin-top: calc(30 / 1920 * 100vw)
    }
}

.el-home-institucional2 {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.el-home-institucional2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz- oldlinear-gradient(315deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0%, rgba(255, 255, 255, 0) 100%)
}

.el-home-institucional2>.container {
    position: relative;
    z-index: 2
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2 {
        padding: 100px 0
    }
}

@media screen and (min-width: 1920px) {
    .el-home-institucional2 {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

.el-home-institucional2 .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-home-institucional2 .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-home-institucional2 .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-home-institucional2 .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-home-institucional2 .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2 .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2 .texto {
        width: -moz-calc(500 / 1920 * 100vw);
        width: calc(500 / 1920 * 100vw)
    }
}

.el-home-institucional2 .texto-editavel {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2 .texto-editavel {
        margin-bottom: -moz-calc(36 / 1920 * 100vw);
        margin-bottom: calc(36 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2 .img {
        width: -moz-calc(1106 / 1920 * 100vw);
        width: calc(1106 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2.imagem-left .img {
        margin-right: -moz-calc(60 / 1920 * 100vw);
        margin-right: calc(60 / 1920 * 100vw);
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-home-institucional2.imagem-right .img {
        float: right;
        margin-left: -moz-calc(60 / 1920 * 100vw);
        margin-left: calc(60 / 1920 * 100vw);
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.el-home-blog {
    padding: 0 0 30px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-home-blog {
        padding: 0 0 -moz-calc(140 / 1920 * 100vw) 0;
        padding: 0 0 calc(140 / 1920 * 100vw) 0
    }
}

@media screen and (min-width: 768px) {
    .el-home-blog .slick-slide {
        margin: 0 -moz-calc(50 / 1920 * 100vw);
        margin: 0 calc(50 / 1920 * 100vw)
    }
}

@media screen and (min-width: 768px) {
    .el-home-blog .slick-list {
        margin: 0 -moz-calc(-50 / 1920 * 100vw);
        margin: 0 calc(-50 / 1920 * 100vw)
    }
}

.el-home-blog .itens {
    position: relative
}

.el-home-blog .itens .slick-arrow {
    color: #843d95
}

@media screen and (max-width: 1022px) {
    .el-home-blog .itens {
        padding-bottom: 30px
    }

    .el-home-blog .itens .slick-arrow {
        position: absolute;
        bottom: -10px;
        text-align: center;
        width: 50px;
        text-align: center
    }

    .el-home-blog .itens .slick-arrow.slick-prev {
        left: 30%
    }

    .el-home-blog .itens .slick-arrow.slick-next {
        right: 30%
    }
}

@media screen and (min-width: 1024px) {
    .el-home-blog .itens .slick-arrow {
        z-index: 10;
        top: -moz-calc(120 / 1920 * 100vw);
        top: calc(120 / 1920 * 100vw);
        position: absolute;
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw)
    }

    .el-home-blog .itens .slick-arrow.slick-prev {
        left: -moz-calc(-30 / 1920 * 100vw);
        left: calc(-30 / 1920 * 100vw)
    }

    .el-home-blog .itens .slick-arrow.slick-next {
        right: -moz-calc(-30 / 1920 * 100vw);
        right: calc(-30 / 1920 * 100vw)
    }
}

.el-home-blog .item {
    position: relative
}

.el-home-blog .item .item-detalhes {
    position: relative;
    display: block
}

@media screen and (min-width: 1024px) {
    .el-home-blog .item {
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        transition: 0.6s
    }

    .el-home-blog .item:nth-child(2n) {
        top: auto
    }
}

@media screen and (max-width: 1022px) {
    .el-home-blog .img {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) {
    .el-home-blog .img {
        width: 63.09%
    }
}

@media screen and (min-width: 1024px) {
    .el-home-blog .info {
        position: absolute;
        top: -moz-calc(48 / 1920 * 100vw);
        top: calc(48 / 1920 * 100vw);
        left: -moz-calc(323 / 1920 * 100vw);
        left: calc(323 / 1920 * 100vw);
        right: 0;
        background: #fff;
        padding: -moz-calc(38 / 1920 * 100vw) -moz-calc(48 / 1920 * 100vw);
        padding: calc(38 / 1920 * 100vw) calc(48 / 1920 * 100vw);
        -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.02);
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.02)
    }
}

.el-home-blog .info .categoria {
    font-size: 14px;
    color: #131313;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .el-home-blog .info .categoria {
        margin-bottom: -moz-calc(14 / 1920 * 100vw);
        margin-bottom: calc(14 / 1920 * 100vw)
    }
}

.el-home-blog .info .titulo {
    color: #843d95;
    font-weight: 500;
    line-height: 1.25
}

.el-texto-slider {
    padding: 20px 0 10px
}

@media screen and (min-width: 768px) {
    .el-texto-slider {
        padding: 60px 0 50px
    }
}

@media screen and (min-width: 1224px) {
    .el-texto-slider {
        padding: -moz-calc(110 / 1920 * 100vw) 0 -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0
    }
}

.el-texto-slider .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-texto-slider .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-texto-slider .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-texto-slider .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto-slider .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-slider .texto-slider-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-slider .texto-slider-wrapper .texto.lateral {
        width: 100%;
        text-align: center;
        margin-right: 9%;
    }
}

.el-texto-slider .texto-slider-wrapper .texto-galerias {
    margin-top: 60px
}

@media screen and (min-width: 1024px) {
    .el-texto-slider .texto-slider-wrapper .texto-galerias {
        width: 35%;
        margin-top: 0;
        margin-right: 5%
    }
}

.el-texto-slider .texto-slider-wrapper .texto-galerias>div {
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .el-texto-slider .texto-slider-wrapper .texto-galerias>div {
        margin-bottom: -moz-calc(48 / 1920 * 100vw);
        margin-bottom: calc(48 / 1920 * 100vw)
    }
}

.el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff
}

.el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow.slick-prev {
    left: 5%
}

.el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow.slick-next {
    right: 5%
}

@media screen and (min-width: 1024px) {
    .el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow {
        width: -moz-calc(72 / 1920 * 100vw);
        width: calc(72 / 1920 * 100vw);
        height: -moz-calc(120 / 1920 * 100vw);
        height: calc(120 / 1920 * 100vw);
        border: 1px solid #ececec;
        color: #6d6d6d;
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow.slick-prev {
        left: -moz-calc(-96 / 1920 * 100vw);
        left: calc(-96 / 1920 * 100vw)
    }

    .el-texto-slider .texto-slider-wrapper .texto-galerias .slick-arrow.slick-next {
        right: -moz-calc(-96 / 1920 * 100vw);
        right: calc(-96 / 1920 * 100vw)
    }
}

.el-texto-midia {
    padding: 20px 0 10px
}

@media screen and (min-width: 768px) {
    .el-texto-midia {
        padding: 60px 0 50px
    }
}

@media screen and (min-width: 1224px) {
    .el-texto-midia {
        padding: -moz-calc(110 / 1920 * 100vw) 0 -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0
    }
}

.el-texto-midia .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-texto-midia .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-texto-midia .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-texto-midia .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto-midia .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

.el-texto-midia .texto-midia-wrapper {
    *zoom: 1
}

.el-texto-midia .texto-midia-wrapper:before,
.el-texto-midia .texto-midia-wrapper:after {
    content: "";
    display: table
}

.el-texto-midia .texto-midia-wrapper:after {
    clear: both
}

@media screen and (min-width: 1024px) {
    .el-texto-midia .texto-midia-wrapper .texto.lateral {
        float: left;
        width: 45.07%
    }
}

.el-texto-midia .texto-midia-wrapper .texto-galerias {
    margin-top: 60px
}

@media screen and (min-width: 1024px) {
    .el-texto-midia .texto-midia-wrapper .texto-galerias {
        float: right;
        width: 36.53%;
        margin-top: 0;
        margin-right: -moz-calc(96 / 1920 * 100vw);
        margin-right: calc(96 / 1920 * 100vw)
    }
}

.el-texto-midia .texto-midia-wrapper .texto-galerias>div {
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .el-texto-midia .texto-midia-wrapper .texto-galerias>div {
        margin-bottom: -moz-calc(48 / 1920 * 100vw);
        margin-bottom: calc(48 / 1920 * 100vw)
    }
}

.el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff
}

.el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow.slick-prev {
    left: 5%
}

.el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow.slick-next {
    right: 5%
}

@media screen and (min-width: 1024px) {
    .el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow {
        width: -moz-calc(72 / 1920 * 100vw);
        width: calc(72 / 1920 * 100vw);
        height: -moz-calc(120 / 1920 * 100vw);
        height: calc(120 / 1920 * 100vw);
        border: 1px solid #ececec;
        color: #6d6d6d;
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow.slick-prev {
        left: -moz-calc(-96 / 1920 * 100vw);
        left: calc(-96 / 1920 * 100vw)
    }

    .el-texto-midia .texto-midia-wrapper .texto-galerias .slick-arrow.slick-next {
        right: -moz-calc(-96 / 1920 * 100vw);
        right: calc(-96 / 1920 * 100vw)
    }
}

.el-blocos-texto .blocos ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-blocos-texto .blocos ul li {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 30px 3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9f9f9
}

.el-blocos-texto .blocos ul li:nth-child(2n) {
    background-color: #f3f3f3
}

@media screen and (min-width: 768px) {
    .el-blocos-texto .blocos ul li {
        width: 50%;
        padding: 60px 3%
    }
}

@media screen and (min-width: 1224px) {
    .el-blocos-texto .blocos ul li {
        padding: -moz-calc(90 / 1920 * 100vw) 5%;
        padding: calc(90 / 1920 * 100vw) 5%
    }
}

.el-blocos-texto .blocos ul li .ico {
    margin-bottom: 30px
}

.el-blocos-texto .blocos ul li .titulo {
    color: #843d95;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600
}

@media screen and (min-width: 1224px) {
    .el-blocos-texto .blocos ul li .titulo {
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }
}

.el-blocos-texto .blocos ul li .titulo::after {
    content: '';
    display: block;
    margin: 18px auto 14px;
    width: 48px;
    height: 3px;
    background: #dbdbdb
}

.el-blocos-texto .blocos ul li .titulo[style*="text-align:left"]::after {
    margin-left: 0
}

.el-blocos-texto .blocos ul li .titulo[style*="text-align:right"]::after {
    margin-right: 0
}

@media screen and (min-width: 1224px) {

    .el-blocos-texto.itens-maximo-3 .blocos ul li,
    .el-blocos-texto.itens-maximo-4 .blocos ul li {
        width: 33.333333%
    }
}

@media screen and (min-width: 1920px) {
    .el-blocos-texto.itens-maximo-4 .blocos ul li {
        width: 25%
    }
}

.el-texto {
    padding: 20px 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 768px) {
    .el-texto {
        padding: 40px 0 30px
    }
}

@media screen and (min-width: 1224px) {
    .el-texto {
        padding: -moz-calc(90 / 1920 * 100vw) 0 -moz-calc(80 / 1920 * 100vw) 0;
        padding: calc(90 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw) 0
    }
}

.el-texto .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-texto .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-texto .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-texto .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

.el-galeria-imagens {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.el-galeria-imagens .titulo {
    text-align: center;
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens .titulo {
        padding: -moz-calc(90 / 1920 * 100vw) 0;
        padding: calc(90 / 1920 * 100vw) 0
    }
}

.el-galeria-imagens .itens {
    *zoom: 1
}

.el-galeria-imagens .itens:before,
.el-galeria-imagens .itens:after {
    content: "";
    display: table
}

.el-galeria-imagens .itens:after {
    clear: both
}

.el-galeria-imagens .itens .lista-imagens .fotos {
    position: relative;
    width: 100%
}

@media screen and (min-width: 550px) {
    .el-galeria-imagens .itens .lista-imagens .fotos {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .el-galeria-imagens .itens .lista-imagens .fotos {
        width: 33.333333%
    }
}

.el-galeria-imagens .itens .lista-imagens .fotos a {
    position: relative;
    display: block;
    overflow: hidden
}

.el-galeria-imagens .itens .lista-imagens .fotos a::after {
    content: '';
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: url("../imagens/zoom.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/zoom.png*/
        center no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s
}

@media screen and (min-width: 1920px) {
    .el-galeria-imagens .itens .lista-imagens .fotos a::after {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw)
    }
}

.el-galeria-imagens .itens .lista-imagens .fotos a::after .legenda {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 1.2
}

@media screen and (min-width: 1920px) {
    .el-galeria-imagens .itens .lista-imagens .fotos a::after .legenda {
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }
}

.el-galeria-imagens .itens .lista-imagens .fotos a:hover::after {
    opacity: 1
}

.el-galeria-imagens .itens .lista-imagens .fotos a img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}

.el-galeria-imagens .itens .slick-arrow {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    font-size: 16px;
    color: #888888;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    opacity: .5
}

.el-galeria-imagens .itens .slick-arrow:hover {
    opacity: 1
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens .itens .slick-arrow {
        width: -moz-calc(72 / 1920 * 100vw);
        width: calc(72 / 1920 * 100vw);
        height: -moz-calc(72 / 1920 * 100vw);
        height: calc(72 / 1920 * 100vw);
        -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw)
    }
}

.el-galeria-imagens .itens .slick-arrow.slick-prev {
    left: 14px
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens .itens .slick-arrow.slick-prev {
        left: -moz-calc(54 / 1920 * 100vw);
        left: calc(54 / 1920 * 100vw)
    }
}

.el-galeria-imagens .itens .slick-arrow.slick-next {
    right: 14px
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens .itens .slick-arrow.slick-next {
        right: -moz-calc(54 / 1920 * 100vw);
        right: calc(54 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens.itens-maximo-3 .itens .lista-imagens .fotos {
        width: 33.333333%
    }
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens.itens-maximo-4 .itens .lista-imagens .fotos {
        width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens.itens-maximo-5 .itens .lista-imagens .fotos {
        width: 20%
    }
}

@media screen and (min-width: 1024px) {
    .el-galeria-imagens.itens-maximo-6 .itens .lista-imagens .fotos {
        width: 16.666667%
    }
}

.el-depoimentos {
    padding: 46px 0;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .el-depoimentos {
        padding: -moz-calc(110 / 1920 * 100vw) 0;
        padding: calc(110 / 1920 * 100vw) 0
    }
}

.el-depoimentos .itens {
    padding: 48px 0 38px;
    margin: 0 auto;
    max-width: 1050px;
    line-height: 1.3
}

.el-depoimentos .itens .img {
    margin-bottom: 14px
}

.el-depoimentos .itens .img img {
    display: inline-block;
    border-radius: 50%
}

.el-depoimentos .itens .texto {
    font-size: 18px;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .el-depoimentos .itens .texto {
        margin-bottom: 42px;
        font-size: -moz-calc(24 / 1920 * 100vw);
        font-size: calc(24 / 1920 * 100vw)
    }
}

.el-depoimentos .itens .nome {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #6c6c6c;
    text-transform: uppercase;
    margin-bottom: 6px
}

.el-depoimentos .itens .nome::after,
.el-depoimentos .itens .nome::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%
}

.el-depoimentos .itens .nome::before {
    left: -moz-calc(100% + 14px);
    left: calc(100% + 14px)
}

.el-depoimentos .itens .nome::after {
    right: -moz-calc(100% + 14px);
    right: calc(100% + 14px)
}

@media screen and (min-width: 1024px) {
    .el-depoimentos .itens .nome {
        font-size: 22px
    }
}

.el-depoimentos .itens .cargo {
    color: #843d95;
    font-size: 13px;
    letter-spacing: 0.2em
}

@media screen and (min-width: 1024px) {
    .el-depoimentos .itens .cargo {
        font-size: 14.5px
    }
}

.el-depoimentos .arrows {
    padding-top: 28px
}

.el-depoimentos .arrows a {
    font-size: 30px;
    margin: 0 10px;
    color: #000
}

.el-citacao {
    background: #f9f9f9;
    position: relative;
    text-align: center;
    padding: 150px 0;
    overflow: hidden
}

@media screen and (min-width: 1920px) {
    .el-citacao {
        padding: -moz-calc(160 / 1920 * 100vw) 0 -moz-calc(120 / 1920 * 100vw);
        padding: calc(160 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1224px) {
    .el-citacao .frase {
        margin: 0 auto
    }
}

.el-citacao .frase .asteriscos {
    position: relative;
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 150px;
    height: 45px;
    margin-left: -75px;
    margin-top: -25px;
    background-color: #f9f9f9;
    background-image: url("../imagens/citacao/citacao.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/citacao/citacao.png*/
    ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

@media screen and (min-width: 1920px) {
    .el-citacao .frase .asteriscos {
        top: -moz-calc(100 / 1920 * 100vw);
        top: calc(100 / 1920 * 100vw);
        width: -moz-calc(150 / 1920 * 100vw);
        width: calc(150 / 1920 * 100vw);
        height: -moz-calc(45 / 1920 * 100vw);
        height: calc(45 / 1920 * 100vw);
        margin-left: -moz-calc(-75 / 1920 * 100vw);
        margin-left: calc(-75 / 1920 * 100vw);
        margin-top: -moz-calc(-25 / 1920 * 100vw);
        margin-top: calc(-25 / 1920 * 100vw)
    }
}

.el-citacao .frase .asteriscos::before,
.el-citacao .frase .asteriscos::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 2px;
    background: #f1f1f1;
    top: 50%;
    margin-top: -1px;
    z-index: 10
}

.el-citacao .frase .asteriscos::before {
    left: -moz-calc(100% + 30px);
    left: calc(100% + 30px)
}

.el-citacao .frase .asteriscos::after {
    right: -moz-calc(100% + 30px);
    right: calc(100% + 30px)
}

.el-citacao .frase .titulo {
    margin-bottom: 26px
}

.el-citacao .frase-texto {
    position: relative;
    margin: 0;
    padding-bottom: 38px
}

.el-citacao .frase-texto::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: #f1f1f1
}

.el-itens-destaque-numerados {
    padding: 45px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.el-itens-destaque-numerados:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #dfdfdf;
    z-index: -1
}

.el-itens-destaque-numerados:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -3px;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #843d95;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados {
        padding: 90px 0
    }
}

.el-itens-destaque-numerados .introducao {
    margin-bottom: 45px
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados .introducao {
        margin-bottom: 90px
    }
}

.el-itens-destaque-numerados .introducao .v1 {
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados .itens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.el-itens-destaque-numerados .itens .img {
    margin-bottom: 20px
}

.el-itens-destaque-numerados .itens .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-itens-destaque-numerados .itens .lista {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    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;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .el-itens-destaque-numerados .itens .lista {
        width: 100% !important
    }
}

.el-itens-destaque-numerados .itens .lista li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px
}

.el-itens-destaque-numerados .itens .lista li .icone {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #843d95;
    min-width: 32px
}

.el-itens-destaque-numerados .itens .lista li .icone:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background-color: #e6e6e6
}

.el-itens-destaque-numerados .itens .lista li .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    font-size: 17px;
    line-height: 1.2
}

.el-itens-destaque-numerados .itens .lista li .info .titulo {
    font-weight: 600;
    margin-bottom: 15px;
    color: #898989
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.imagem-left .itens .img {
        margin-right: 5%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.imagem-right .itens .img {
        margin-left: 5%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.el-itens-destaque-numerados.icone-left .itens .lista li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.el-itens-destaque-numerados.icone-left .itens .lista li .icone {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 20px;
    margin-bottom: 0
}

.el-itens-destaque-numerados.icone-left .itens .lista li .info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    text-align: left
}

.el-itens-destaque-numerados.icone-right .itens .lista li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.el-itens-destaque-numerados.icone-right .itens .lista li .icone {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
    margin-bottom: 0
}

.el-itens-destaque-numerados.icone-right .itens .lista li .info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    text-align: right
}

.el-itens-destaque-numerados.itens-h-right .itens .lista {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.el-itens-destaque-numerados.itens-h-left .itens .lista {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.el-itens-destaque-numerados.itens-h-center .itens .lista {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-itens-destaque-numerados.itens-v-top .itens .lista {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.el-itens-destaque-numerados.itens-v-base .itens .lista {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.el-itens-destaque-numerados.itens-v-center .itens .lista {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados.itens-maximo-2 .itens .lista li {
        width: 49%
    }

    .el-itens-destaque-numerados.itens-maximo-2 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-2 .itens .lista li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li {
        width: 49%
    }

    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li {
        width: 28%
    }

    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-3 .itens .lista li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li {
        width: 49%
    }

    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li {
        width: 23.5%
    }

    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-4 .itens .lista li:nth-child(4n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li {
        width: 49%
    }

    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li {
        width: 18.4%
    }

    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-5 .itens .lista li:nth-child(5n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li {
        width: 49%
    }

    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li {
        width: 15%
    }

    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li:nth-child(n) {
        margin-left: 2%
    }

    .el-itens-destaque-numerados.itens-maximo-6 .itens .lista li:nth-child(6n+1) {
        margin-left: 0
    }
}

.el-call-to-action {
    background-color: #f3f3f3
}

.el-call-to-action .call-to-action-wrapper {
    padding: 0 14px 40px;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .el-call-to-action .call-to-action-wrapper {
        padding: 0 -moz-calc(128 / 1920 * 100vw) 0 0;
        padding: 0 calc(128 / 1920 * 100vw) 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.el-call-to-action .call-to-action-imagem {
    margin: 0 -14px 20px
}

@media screen and (min-width: 1024px) {
    .el-call-to-action .call-to-action-imagem {
        margin: 0;
        max-width: -moz-calc(838 / 1920 * 100vw);
        max-width: calc(838 / 1920 * 100vw)
    }
}

.el-call-to-action .titulo {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media screen and (min-width: 1920px) {
    .el-call-to-action .titulo {
        font-size: -moz-calc(30 / 1920 * 100vw);
        font-size: calc(30 / 1920 * 100vw);
        margin-bottom: -moz-calc(10 / 1920 * 100vw);
        margin-bottom: calc(10 / 1920 * 100vw)
    }
}

.el-call-to-action .frase {
    margin: 0 0 20px
}

@media screen and (min-width: 1024px) {
    .el-call-to-action .frase {
        margin: 0
    }
}

.el-call-to-action .btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #843d95;
    padding: 12px 45px;
    border-radius: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s
}

@media screen and (min-width: 1920px) {
    .el-call-to-action .btn {
        font-size: -moz-calc(17 / 1920 * 100vw);
        font-size: calc(17 / 1920 * 100vw);
        padding: -moz-calc(12 / 1920 * 100vw) -moz-calc(45 / 1920 * 100vw);
        padding: calc(12 / 1920 * 100vw) calc(45 / 1920 * 100vw);
        border-radius: -moz-calc(20 / 1920 * 100vw);
        border-radius: calc(20 / 1920 * 100vw)
    }
}

.el-call-to-action .btn:hover {
    background-color: #441f4d
}

.el-lista-subcategorias {
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .el-lista-subcategorias {
        padding: -moz-calc(80 / 1920 * 100vw) 0 -moz-calc(60 / 1920 * 100vw);
        padding: calc(80 / 1920 * 100vw) 0 calc(60 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subcategorias .lista-subcategorias-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-lista-subcategorias .lista-subcategorias-titulo {
    line-height: 1.4
}

@media screen and (min-width: 1024px) {
    .el-lista-subcategorias .lista-subcategorias-titulo {
        width: 40%;
        font-size: -moz-calc(22 / 1920 * 100vw);
        font-size: calc(22 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subcategorias .itens {
        width: 56%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-lista-subcategorias .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #131313
}

@media screen and (min-width: 1024px) {
    .el-lista-subcategorias .item {
        margin: 0;
        font-size: -moz-calc(21 / 1920 * 100vw);
        font-size: calc(21 / 1920 * 100vw)
    }
}

.el-lista-subcategorias .item-icone {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px
}

.el-lista-subcategorias .item-icone svg {
    max-height: 20px;
    max-width: 20px
}

.el-lista-subcategorias .item-icone svg path {
    fill: #131313;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s
}

.el-lista-subcategorias .item:hover {
    color: #843d95
}

.el-lista-subcategorias .item:hover .item-icone svg path {
    fill: #843d95
}

.el-lista-subpaginas-blog {
    padding: 30px 0;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog {
        padding: -moz-calc(80 / 1920 * 100vw) 0;
        padding: calc(80 / 1920 * 100vw) 0
    }
}

.el-lista-subpaginas-blog .itens {
    position: relative
}

@media screen and (max-width: 1022px) {
    .el-lista-subpaginas-blog .itens {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-blog .itens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.el-lista-subpaginas-blog .item {
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-blog .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 4%
    }

    .el-lista-subpaginas-blog .item:nth-child(2n) {
        margin-right: 0
    }
}

.el-lista-subpaginas-blog .item .item-detalhes {
    position: relative;
    display: block
}

.el-lista-subpaginas-blog .item .item-detalhes .img {
    position: relative
}

@media screen and (max-width: 1022px) {
    .el-lista-subpaginas-blog .item .item-detalhes .img {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog .item .item-detalhes .img {
        width: 63.09%
    }
}

.el-lista-subpaginas-blog .item .item-detalhes .img::after {
    position: absolute;
    background-color: rgba(35, 0, 37, 0.75);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " "
}

.el-lista-subpaginas-blog .item .item-detalhes .img img {
    position: relative;
    z-index: -1;
    max-height: 400px;
    height: 400px;
    object-fit: contain;
}

.el-lista-subpaginas-blog .item .item-detalhes .img:hover::after {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: transparent
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog .item .item-detalhes .info {
        position: absolute;
        top: -moz-calc(48 / 1920 * 100vw);
        top: calc(48 / 1920 * 100vw);
        left: -moz-calc(323 / 1920 * 100vw);
        left: calc(323 / 1920 * 100vw);
        right: 0;
        background: #fff;
        padding: -moz-calc(38 / 1920 * 100vw) -moz-calc(48 / 1920 * 100vw);
        padding: calc(38 / 1920 * 100vw) calc(48 / 1920 * 100vw);
        -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.6);
        box-shadow: 0 10px 16px rgba(0, 0, 0, 0.6)
    }
}

.el-lista-subpaginas-blog .item .item-detalhes .info .categoria {
    font-size: 14px;
    color: #131313;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog .item .item-detalhes .info .categoria {
        margin-bottom: -moz-calc(14 / 1920 * 100vw);
        margin-bottom: calc(14 / 1920 * 100vw)
    }
}

.el-lista-subpaginas-blog .item .item-detalhes .info .titulo {
    color: #843d95;
    font-weight: 500;
    line-height: 1.25
}

.el-lista-subpaginas-onde {
    padding: 30px 0;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-onde {
        padding: -moz-calc(80 / 1920 * 100vw) 0;
        padding: calc(80 / 1920 * 100vw) 0
    }
}

.el-lista-subpaginas-onde .itens {
    position: relative
}

.el-lista-subpaginas-onde .item {
    position: relative;
    margin-bottom: 40px;
    display: block
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.el-lista-subpaginas-onde .item .img {
    position: relative;
    background: #000;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item .img {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47.72%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 47.72%;
        flex: 0 0 47.72%
    }
}

.el-lista-subpaginas-onde .item .img img {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.el-lista-subpaginas-onde .item .ico {
    z-index: 10;
    display: block;
    width: 80px;
    height: 40px;
    background: #843d95;
    position: absolute;
    bottom: -20px;
    right: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item .ico {
        width: -moz-calc(78 / 1920 * 100vw);
        width: calc(78 / 1920 * 100vw);
        height: -moz-calc(208 / 1920 * 100vw);
        height: calc(208 / 1920 * 100vw);
        left: auto;
        right: -moz-calc(-39 / 1920 * 100vw);
        right: calc(-39 / 1920 * 100vw);
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.el-lista-subpaginas-onde .item .ico svg {
    height: 26px
}

.el-lista-subpaginas-onde .item .ico svg path,
.el-lista-subpaginas-onde .item .ico svg rect,
.el-lista-subpaginas-onde .item .ico svg circle,
.el-lista-subpaginas-onde .item .ico svg polygon {
    fill: #fff !important
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item .ico svg {
        height: -moz-calc(40 / 1920 * 100vw);
        height: calc(40 / 1920 * 100vw)
    }
}

.el-lista-subpaginas-onde .item .btn-mais {
    display: none
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item .btn-mais {
        display: block;
        top: 60%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: -moz-calc(300 / 1920 * 100vw);
        width: calc(300 / 1920 * 100vw);
        padding: -moz-calc(40 / 1920 * 100vw) 0;
        padding: calc(40 / 1920 * 100vw) 0;
        line-height: 1;
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw);
        background: #843d95;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        text-align: center;
        opacity: 0;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
}

.el-lista-subpaginas-onde .item .info {
    line-height: 1.3
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item .info {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 52.28%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 52.28%;
        flex: 0 0 52.28%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 0 -moz-calc(116 / 1920 * 100vw);
        padding: 0 0 0 calc(116 / 1920 * 100vw)
    }
}

.el-lista-subpaginas-onde .item .info .titulo {
    margin-bottom: 20px
}

.el-lista-subpaginas-onde .item:nth-child(2n) .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-onde .item:nth-child(2n) .img .ico {
        right: auto;
        left: -moz-calc(-39 / 1920 * 100vw);
        left: calc(-39 / 1920 * 100vw)
    }
}

.el-lista-subpaginas-onde .item:nth-child(2n) .info {
    padding: 0 -moz-calc(116 / 1920 * 100vw) 0 0;
    padding: 0 calc(116 / 1920 * 100vw) 0 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.el-lista-subpaginas-onde .item:nth-child(2n) .info::before {
    background: #f9f9f9;
    position: absolute;
    z-index: -1;
    content: '';
    width: -moz-calc(1085 / 1920 * 100vw);
    width: calc(1085 / 1920 * 100vw);
    left: -moz-calc(-128 / 1920 * 100vw);
    left: calc(-128 / 1920 * 100vw);
    right: -moz-calc(-166 / 1920 * 100vw);
    right: calc(-166 / 1920 * 100vw);
    top: -moz-calc(-56 / 1920 * 100vw);
    top: calc(-56 / 1920 * 100vw);
    bottom: -moz-calc(-56 / 1920 * 100vw);
    bottom: calc(-56 / 1920 * 100vw)
}

.el-lista-subpaginas-onde .item:hover .img img {
    opacity: .5
}

.el-lista-subpaginas-onde .item:hover .btn-mais {
    top: 50%;
    opacity: 1
}

.el-produto {
    padding: 40px 0
}

@media screen and (min-width: 1024px) {
    .el-produto {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        /* padding: calc(100 / 1920 * 100vw) 0 */
        padding: 20px 0px;
    }
}

.el-produto .produto-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 50px
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-produto .produto-header,
.el-produto .produto-acoes {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e8
}

@media screen and (min-width: 1024px) {

    .el-produto .produto-header,
    .el-produto .produto-acoes {
        padding-bottom: -moz-calc(42 / 1920 * 100vw);
        padding-bottom: calc(42 / 1920 * 100vw);
        margin-bottom: -moz-calc(42 / 1920 * 100vw);
        margin-bottom: calc(42 / 1920 * 100vw)
    }
}

.el-produto .produto-acoes .produto-bloco .label {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 7px
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-acoes .produto-bloco .label {
        font-size: -moz-calc(15 / 1920 * 100vw);
        font-size: calc(15 / 1920 * 100vw)
    }
}

.el-produto .produto-acoes .produto-bloco .produto-bloco-elementos {
    line-height: 30px
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-acoes .produto-bloco .produto-bloco-elementos {
        line-height: -moz-calc(52 / 1920 * 100vw);
        line-height: calc(52 / 1920 * 100vw)
    }
}

.el-produto .produto-acoes .produto-galerias-botoes .galeria {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.el-produto .produto-acoes .produto-galerias-botoes .galeria a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: relative;
    text-indent: -9999px;
    overflow: hidden
}

.el-produto .produto-acoes .produto-galerias-botoes .galeria a.ativo {
    -webkit-box-shadow: 0 0 2px rgba(132, 61, 149, 0.8), 0 0 6px 3px rgba(132, 61, 149, 0.2);
    box-shadow: 0 0 2px rgba(132, 61, 149, 0.8), 0 0 6px 3px rgba(132, 61, 149, 0.2)
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-acoes .produto-galerias-botoes .galeria a {
        height: -moz-calc(52 / 1920 * 100vw);
        height: calc(52 / 1920 * 100vw);
        width: -moz-calc(52 / 1920 * 100vw);
        width: calc(52 / 1920 * 100vw)
    }
}

.el-produto .produto-modelos-detalhes .modelo-tab {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    opacity: 0
}

.el-produto .produto-modelos-detalhes .modelo-tab.ativo {
    opacity: 1;
    max-height: 9000px
}

.el-produto .produto-galerias {
    margin-bottom: 40px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-galerias {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 54.09%
    }
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-detalhes {
        padding-top: -moz-calc(20 / 1920 * 100vw);
        padding-top: calc(20 / 1920 * 100vw);
        width: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-produto .produto-orcamento .produto-interesse-fixo {
    display: none
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-orcamento .produto-interesse-fixo {
        display: block;
        bottom: -moz-calc(-100 / 1920 * 100vw);
        bottom: calc(-100 / 1920 * 100vw);
        position: fixed;
        right: -moz-calc(128 / 1920 * 100vw);
        right: calc(128 / 1920 * 100vw);
        -webkit-transition: 0.4s ease-out;
        -moz-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        z-index: -1;
        opacity: 0
    }

    .el-produto .produto-orcamento .produto-interesse-fixo.ativo {
        z-index: 100;
        opacity: 1;
        bottom: 10px
    }
}

.el-produto .produto-imagens-container .imagem .bloco {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-produto .produto-imagens-container .imagem .bloco .img-vertical {
    max-height: 100%;
    width: auto;
    max-width: unset
}

.el-produto .produto-imagens-container .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #b2b2b2
}

.el-produto .produto-imagens-container .slick-arrow.slick-prev {
    left: 6.98%
}

.el-produto .produto-imagens-container .slick-arrow.slick-next {
    right: 6.98%
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-imagens-container .slick-arrow {
        font-size: 20px
    }
}

.el-produto .produto-galerias.com-miniaturas .produto-imagens-container .imagem {
    position: relative
}

.el-produto .produto-galerias.com-miniaturas .produto-imagens-container .imagem:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%
}

.el-produto .produto-galerias.com-miniaturas .produto-imagens-container .imagem>.bloco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.el-produto .produto-imagens-miniaturas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.el-produto .produto-imagens-miniaturas .imagem {
    position: relative;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.el-produto .produto-imagens-miniaturas .imagem:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 91.46341%
}

.el-produto .produto-imagens-miniaturas .imagem>.bloco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.el-produto .produto-imagens-miniaturas .imagem.slick-current {
    opacity: 1
}

.el-produto .produto-imagens-miniaturas .imagem .bloco {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-produto .produto-imagens-miniaturas .imagem .bloco .img-vertical {
    max-height: 100%;
    width: auto;
    max-width: unset
}

.el-produto .produto-imagens-miniaturas .slick-arrow {
    position: absolute;
    top: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2
}

.el-produto .produto-imagens-miniaturas .slick-arrow.slick-prev {
    left: 6.98%;
    color: #843d95
}

.el-produto .produto-imagens-miniaturas .slick-arrow.slick-next {
    left: 12%;
    color: #843d95
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-imagens-miniaturas .slick-arrow {
        font-size: 20px
    }
}

.el-produto .produto-acoes-visualizacao .botao {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-acoes-visualizacao .botao {
        font-size: -moz-calc(18 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw)
    }

    .el-produto .produto-acoes-visualizacao .botao:not(:last-child) {
        margin-bottom: -moz-calc(25 / 1920 * 100vw);
        margin-bottom: calc(25 / 1920 * 100vw)
    }
}

.el-produto .produto-acoes-visualizacao .botao .ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 14px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    background-color: #843d95;
    background-size: 100% auto
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-acoes-visualizacao .botao .ico {
        margin-right: -moz-calc(22 / 1920 * 100vw);
        margin-right: calc(22 / 1920 * 100vw);
        width: -moz-calc(40 / 1920 * 100vw);
        width: calc(40 / 1920 * 100vw);
        height: -moz-calc(40 / 1920 * 100vw);
        height: calc(40 / 1920 * 100vw)
    }
}

.el-produto .produto-acoes-visualizacao .botao:hover .ico {
    background-color: #642e71
}

.el-produto .produto-acoes-visualizacao .botao.opt1 .ico {
    background-image: url("../imagens/produto/ico-opt1.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/produto/ico-opt1.png*/
}

.el-produto .produto-acoes-visualizacao .botao.opt2 .ico {
    background-image: url("../imagens/produto/ico-opt2.png")
        /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/produto/ico-opt2.png*/
}

.el-produto .produto-modelos {
    font-size: 14px;
    font-weight: 400
}

@media screen and (max-width: 1022px) {
    .el-produto .produto-modelos>* {
        margin: 20px 0
    }
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-modelos {
        font-size: -moz-calc(18 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

.el-produto .produto-modelos .produto-modelos-lista {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-modelos .produto-modelos-lista {
        margin: -moz-calc(28 / 1920 * 100vw) 0 -moz-calc(28 / 1920 * 100vw);
        margin: calc(28 / 1920 * 100vw) 0 calc(28 / 1920 * 100vw)
    }
}

.el-produto .produto-modelos .produto-modelo {
    position: relative;
    margin: 0 10px 10px 0
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-modelos .produto-modelo {
        margin: 0 -moz-calc(10 / 1920 * 100vw) -moz-calc(10 / 1920 * 100vw) 0;
        margin: 0 calc(10 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0
    }
}

.el-produto .produto-modelos .produto-modelo input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1
}

.el-produto .produto-modelos .produto-modelo label {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%
}

.el-produto .produto-modelos .produto-modelo label .label-text {
    display: block;
    text-indent: -1000px;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .el-produto .produto-modelos .produto-modelo label {
        width: -moz-calc(52 / 1920 * 100vw);
        width: calc(52 / 1920 * 100vw);
        height: -moz-calc(52 / 1920 * 100vw);
        height: calc(52 / 1920 * 100vw)
    }
}

.el-produto .produto-modelos .produto-modelo input:checked+label {
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.19)
}

.el-produto .produto-modelos .produto-modelos-selecionado span {
    font-weight: 300
}

.el-blocos-topicos-2 {
    padding: 60px 0 25px
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2 {
        padding: -moz-calc(120 / 1920 * 100vw) 0 -moz-calc(85 / 1920 * 100vw);
        padding: calc(120 / 1920 * 100vw) 0 calc(85 / 1920 * 100vw)
    }
}

.el-blocos-topicos-2 .introducao {
    margin-bottom: 40px
}

.el-blocos-topicos-2 .introducao .v1 {
    text-align: center
}

.el-blocos-topicos-2 .blocos>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-blocos-topicos-2 .blocos>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px
}

@media screen and (min-width: 768px) {
    .el-blocos-topicos-2 .blocos>ul>li {
        width: 45.67%
    }

    .el-blocos-topicos-2 .blocos>ul>li:nth-child(n) {
        margin-left: 8.66%
    }

    .el-blocos-topicos-2 .blocos>ul>li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2 .blocos>ul>li {
        margin-bottom: -moz-calc(35 / 1920 * 100vw);
        margin-bottom: calc(35 / 1920 * 100vw)
    }
}

.el-blocos-topicos-2 .blocos>ul>li .img {
    margin-bottom: 35px
}

.el-blocos-topicos-2 .blocos>ul>li .img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.el-blocos-topicos-2 .blocos>ul>li .titulo {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #843d95
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2 .blocos>ul>li .titulo {
        font-size: -moz-calc(22 / 1920 * 100vw);
        font-size: calc(22 / 1920 * 100vw);
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-blocos-topicos-2 .blocos>ul>li .titulo b,
.el-blocos-topicos-2 .blocos>ul>li .titulo strong {
    color: #131313;
    font-weight: bold
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2.itens-maximo-3 .blocos>ul>li {
        width: 30.666667%
    }

    .el-blocos-topicos-2.itens-maximo-3 .blocos>ul>li:nth-child(n) {
        margin-left: 4%
    }

    .el-blocos-topicos-2.itens-maximo-3 .blocos>ul>li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2.itens-maximo-4 .blocos>ul>li {
        width: 22%
    }

    .el-blocos-topicos-2.itens-maximo-4 .blocos>ul>li:nth-child(n) {
        margin-left: 4%
    }

    .el-blocos-topicos-2.itens-maximo-4 .blocos>ul>li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2.itens-maximo-5 .blocos>ul>li {
        width: 16.8%
    }

    .el-blocos-topicos-2.itens-maximo-5 .blocos>ul>li:nth-child(n) {
        margin-left: 4%
    }

    .el-blocos-topicos-2.itens-maximo-5 .blocos>ul>li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-blocos-topicos-2.itens-maximo-6 .blocos>ul>li {
        width: 13.33333%
    }

    .el-blocos-topicos-2.itens-maximo-6 .blocos>ul>li:nth-child(n) {
        margin-left: 4%
    }

    .el-blocos-topicos-2.itens-maximo-6 .blocos>ul>li:nth-child(3n+1) {
        margin-left: 0
    }
}

.el-slider-textos-destaque {
    background-color: #fff
}

.el-slider-textos-destaque .slide {
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 65px
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque .slide {
        padding: -moz-calc(120 / 1920 * 100vw) 0;
        padding: calc(120 / 1920 * 100vw) 0
    }
}

.el-slider-textos-destaque .slide .center {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque .slide .center {
        padding: -moz-calc(60 / 1920 * 100vw) -moz-calc(90 / 1920 * 100vw);
        padding: calc(60 / 1920 * 100vw) calc(90 / 1920 * 100vw);
        background: #fff;
        max-width: 54.8%
    }
}

.el-slider-textos-destaque .slide .center .info {
    text-align: center
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque .slide .center .info {
        text-align: left
    }
}

.el-slider-textos-destaque .slide .center .info .v2 {
    color: #843d95;
    margin-bottom: 25px
}

.el-slider-textos-destaque .slick-arrow {
    position: absolute
}

@media screen and (max-width: 1022px) {
    .el-slider-textos-destaque .slick-arrow {
        bottom: 10px;
        left: 50%
    }

    .el-slider-textos-destaque .slick-arrow.slick-prev {
        margin-left: -35px
    }

    .el-slider-textos-destaque .slick-arrow.slick-next {
        margin-right: -35px
    }
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque .slick-arrow {
        right: -moz-calc(54 / 1920 * 100vw);
        right: calc(54 / 1920 * 100vw)
    }

    .el-slider-textos-destaque .slick-arrow.slick-prev {
        bottom: -moz-calc(68 / 1920 * 100vw);
        bottom: calc(68 / 1920 * 100vw);
        z-index: 2
    }

    .el-slider-textos-destaque .slick-arrow.slick-next {
        bottom: -moz-calc(150 / 1920 * 100vw);
        bottom: calc(150 / 1920 * 100vw);
        z-index: 1
    }
}

.el-slider-textos-destaque2 .slide {
    padding: 40px 0
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque2 .slide {
        padding: -moz-calc(120 / 1920 * 100vw) 0;
        padding: calc(120 / 1920 * 100vw) 0
    }
}

@media screen and (min-width: 768px) {
    .el-slider-textos-destaque2 .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: -moz-calc(50 / 1920 * 100vw);
        padding-right: calc(50 / 1920 * 100vw)
    }

    .el-slider-textos-destaque2 .wrapper .info,
    .el-slider-textos-destaque2 .wrapper .imagens {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%
    }
}

.el-slider-textos-destaque2 .info .v2 {
    margin-bottom: 20px
}

.el-slider-textos-destaque2 .imagens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.el-slider-textos-destaque2 .imagens .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%
}

.el-slider-textos-destaque2 .imagem-unica .imagens .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media screen and (min-width: 768px) {
    .el-slider-textos-destaque2 .imagens-esquerda .wrapper .info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .el-slider-textos-destaque2 .imagens-esquerda .wrapper .imagens {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.el-slider-textos-destaque2 .slick-arrow {
    position: absolute
}

@media screen and (max-width: 1022px) {
    .el-slider-textos-destaque2 .slick-arrow {
        bottom: 10px;
        left: 50%
    }

    .el-slider-textos-destaque2 .slick-arrow.slick-prev {
        margin-left: -35px
    }

    .el-slider-textos-destaque2 .slick-arrow.slick-next {
        margin-right: -35px
    }
}

@media screen and (min-width: 1024px) {
    .el-slider-textos-destaque2 .slick-arrow {
        right: -moz-calc(54 / 1920 * 100vw);
        right: calc(54 / 1920 * 100vw);
        top: 50%
    }

    .el-slider-textos-destaque2 .slick-arrow.slick-prev {
        bottom: auto;
        z-index: 2;
        -webkit-transform: translateY(calc(10 / 1920 * 100vw));
        -moz-transform: translateY(-moz-calc(10 / 1920 * 100vw));
        -ms-transform: translateY(calc(10 / 1920 * 100vw));
        transform: translateY(calc(10 / 1920 * 100vw))
    }

    .el-slider-textos-destaque2 .slick-arrow.slick-next {
        -webkit-transform: translateY(calc(-70 / 1920 * 100vw));
        -moz-transform: translateY(-moz-calc(-70 / 1920 * 100vw));
        -ms-transform: translateY(calc(-70 / 1920 * 100vw));
        transform: translateY(calc(-70 / 1920 * 100vw));
        bottom: auto;
        z-index: 1
    }
}

.el-texto-imagem-lateral {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral {
        padding: 100px 0
    }
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

.el-texto-imagem-lateral.faixa-bg {
    overflow: hidden
}

.el-texto-imagem-lateral.faixa-bg .texto {
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.faixa-bg .texto {
        padding: -moz-calc(60 / 1920 * 100vw) 0 -moz-calc(40 / 1920 * 100vw);
        padding: calc(60 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw)
    }

    .el-texto-imagem-lateral.faixa-bg .texto::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 3000px;
        background: #f9f9f9;
        z-index: -1
    }
}

.el-texto-imagem-lateral .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-texto-imagem-lateral .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-texto-imagem-lateral .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

.el-texto-imagem-lateral .texto .v1 {
    margin-bottom: 30px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral .texto .v1 {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.align .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width: 1024px) {

    .el-texto-imagem-lateral.align.topo .img,
    .el-texto-imagem-lateral.align.meio .img,
    .el-texto-imagem-lateral.align.base .img {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.align.topo .wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.align.meio .wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.align.base .wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.align .texto {
        width: 46%
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.imagem-left .img {
        float: left;
        width: 50%;
        margin-right: 4%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral.imagem-right .img {
        float: right;
        width: 50%;
        margin-left: 4%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.el-texto-imagem-lateral-vazada {
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada {
        padding: 100px 0
    }
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral-vazada {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

.el-texto-imagem-lateral-vazada.faixa-bg {
    overflow: hidden
}

.el-texto-imagem-lateral-vazada.faixa-bg .texto {
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.faixa-bg .texto {
        padding: -moz-calc(60 / 1920 * 100vw) 0 -moz-calc(40 / 1920 * 100vw);
        padding: calc(60 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw)
    }

    .el-texto-imagem-lateral-vazada.faixa-bg .texto::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 3000px;
        background: #f9f9f9;
        z-index: -1
    }
}

.el-texto-imagem-lateral-vazada .img {
    margin-bottom: 20px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral-vazada .img {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw)
    }
}

.el-texto-imagem-lateral-vazada .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-texto-imagem-lateral-vazada .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral-vazada .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

.el-texto-imagem-lateral-vazada .texto .v1 {
    margin-bottom: 30px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-lateral-vazada .texto .v1 {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.align .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.el-texto-imagem-lateral-vazada.align.topo .img,
.el-texto-imagem-lateral-vazada.align.meio .img,
.el-texto-imagem-lateral-vazada.align.base .img {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.align.topo .wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.align.meio .wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.align.base .wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.align .texto {
        width: 46%
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.imagem-left .img {
        float: left;
        width: 50%;
        margin-right: 4%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .el-texto-imagem-lateral-vazada.imagem-left .img img {
        float: right;
        max-width: none
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-lateral-vazada.imagem-right .img {
        float: right;
        width: 50%;
        margin-left: 4%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .el-texto-imagem-lateral-vazada.imagem-right .img img {
        float: left;
        max-width: none
    }
}

.el-texto-video-lateral {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-texto-video-lateral .img {
    margin-bottom: 20px;
    position: relative
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral .img {
        margin: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48.59%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 48.59%;
        flex: 0 0 48.59%
    }
}

.el-texto-video-lateral .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90.3537%
}

.el-texto-video-lateral .img>.bloco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.el-texto-video-lateral .img .bloco {
    background-size: cover;
    background-position: center
}

.el-texto-video-lateral .img .bloco a {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.el-texto-video-lateral .img .bloco a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s
}

.el-texto-video-lateral .img .bloco a i {
    font-size: 40px;
    margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral .img .bloco a {
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }

    .el-texto-video-lateral .img .bloco a i {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw);
        font-size: -moz-calc(140 / 1920 * 100vw);
        font-size: calc(140 / 1920 * 100vw)
    }
}

.el-texto-video-lateral .img .bloco a:hover::before {
    opacity: 0
}

.el-texto-video-lateral .img span {
    display: block;
    clear: both;
    padding: 10px;
    text-align: center;
    word-break: break-word;
    font-size: 12px
}

@media screen and (min-width: 1920px) {
    .el-texto-video-lateral .img span {
        padding: -moz-calc(10 / 1920 * 100vw);
        padding: calc(10 / 1920 * 100vw);
        font-size: -moz-calc(12 / 1920 * 100vw);
        font-size: calc(12 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral .texto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 44%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%
    }
}

.el-texto-video-lateral .texto .v1 {
    margin-bottom: 30px
}

@media screen and (min-width: 1920px) {
    .el-texto-video-lateral .texto .v1 {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.align .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-texto-video-lateral.align.topo .img,
.el-texto-video-lateral.align.meio .img,
.el-texto-video-lateral.align.base .img {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.align.topo .wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.align.meio .wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.align.base .wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.align .texto {
        width: 46%
    }
}

.el-texto-video-lateral.imagem-left .texto {
    padding: 0 14px
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.imagem-left .texto {
        padding: 0 -moz-calc(128 / 1920 * 100vw) 0 0;
        padding: 0 calc(128 / 1920 * 100vw) 0 0
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.imagem-left .img {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.el-texto-video-lateral.imagem-right .texto {
    padding: 0 14px
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.imagem-right .texto {
        padding: 0 0 0 -moz-calc(128 / 1920 * 100vw);
        padding: 0 0 0 calc(128 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-texto-video-lateral.imagem-right .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.el-galeria-arquivos {
    padding: 45px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .el-galeria-arquivos {
        padding: -moz-calc(110 / 1920 * 100vw) 0;
        padding: calc(110 / 1920 * 100vw) 0
    }
}

.el-galeria-arquivos .introducao .v1 {
    margin-bottom: 40px
}

@media screen and (min-width: 1920px) {
    .el-galeria-arquivos .introducao .v1 {
        margin-bottom: -moz-calc(40 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .introducao .texto-editavel {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (min-width: 1920px) {
    .el-galeria-arquivos .introducao .texto-editavel {
        margin-bottom: -moz-calc(40 / 1920 * 100vw);
        margin-bottom: calc(40 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .itens ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.el-galeria-arquivos .itens ul li {
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 550px) {
    .el-galeria-arquivos .itens ul li {
        width: 49%;
        padding-right: 20px
    }

    .el-galeria-arquivos .itens ul li:nth-child(n) {
        margin-left: 2%
    }

    .el-galeria-arquivos .itens ul li:nth-child(2n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) {
    .el-galeria-arquivos .itens ul li {
        width: 32%
    }

    .el-galeria-arquivos .itens ul li:nth-child(n) {
        margin-left: 2%
    }

    .el-galeria-arquivos .itens ul li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-galeria-arquivos .itens ul li {
        margin-bottom: -moz-calc(20 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw);
        padding-right: -moz-calc(40 / 1920 * 100vw);
        padding-right: calc(40 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .itens ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-galeria-arquivos .itens ul li a .ico {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background: #843d95;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: #fff
}

@media screen and (min-width: 1024px) {
    .el-galeria-arquivos .itens ul li a .ico {
        margin-right: -moz-calc(26 / 1920 * 100vw);
        margin-right: calc(26 / 1920 * 100vw);
        width: -moz-calc(106 / 1920 * 100vw);
        width: calc(106 / 1920 * 100vw);
        height: -moz-calc(106 / 1920 * 100vw);
        height: calc(106 / 1920 * 100vw);
        font-size: -moz-calc(50 / 1920 * 100vw);
        font-size: calc(50 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .itens ul li a:hover .ico {
    background: #642e71
}

.el-galeria-arquivos .itens ul li a .nome {
    display: block;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px
}

@media screen and (min-width: 1920px) {
    .el-galeria-arquivos .itens ul li a .nome {
        font-size: -moz-calc(18 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw);
        margin-bottom: -moz-calc(5 / 1920 * 100vw);
        margin-bottom: calc(5 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .itens ul li a .legenda {
    display: block;
    line-height: 1.2;
    margin-bottom: 5px
}

@media screen and (min-width: 1920px) {
    .el-galeria-arquivos .itens ul li a .legenda {
        font-size: -moz-calc(18 / 1920 * 100vw);
        font-size: calc(18 / 1920 * 100vw)
    }
}

.el-galeria-arquivos .itens ul li a .baixar {
    text-decoration: underline;
    color: #843d95
}

.el-formulario-pre-inscricao {
    padding: 40px 0
}

@media screen and (min-width: 1024px) {
    .el-formulario-pre-inscricao {
        padding: -moz-calc(110 / 1920 * 100vw) 0;
        padding: calc(110 / 1920 * 100vw) 0
    }
}

@media screen and (min-width: 1024px) {
    .el-localizacao {
        padding-left: -moz-calc(840 / 1920 * 100vw);
        padding-left: calc(840 / 1920 * 100vw);
        position: relative
    }

    .el-localizacao::before {
        content: '';
        background: url("../imagens/localizacao/bg.jpg")
            /*tpa=https://www.wosonlatam.com.br/en/assets/core/publica/imagens/localizacao/bg.jpg*/
            center 0 no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: -moz-calc(840 / 1920 * 100vw);
        width: calc(840 / 1920 * 100vw);
        height: 100%
    }
}

.el-localizacao .localizacao-contato {
    text-align: center;
    padding: 20px
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-contato {
        text-align: left;
        padding: 0 -moz-calc(128 / 1920 * 100vw);
        padding: 0 calc(128 / 1920 * 100vw);
        height: -moz-calc(276 / 1920 * 100vw);
        height: calc(276 / 1920 * 100vw);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.el-localizacao .localizacao-contato .info-bloco {
    margin: 0 0 30px
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-contato .info-bloco {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.el-localizacao .localizacao-contato i {
    color: #843d95;
    font-size: 40px;
    display: block;
    margin: 0 0 10px
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-contato i {
        font-size: -moz-calc(48 / 1920 * 100vw);
        font-size: calc(48 / 1920 * 100vw);
        margin: 0 -moz-calc(16 / 1920 * 100vw) 0 0;
        margin: 0 calc(16 / 1920 * 100vw) 0 0
    }
}

.el-localizacao .localizacao-contato .titulo {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-contato .titulo {
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw)
    }
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-contato p {
        font-size: -moz-calc(17 / 1920 * 100vw);
        font-size: calc(17 / 1920 * 100vw)
    }
}

.el-localizacao .localizacao-contato p,
.el-localizacao .localizacao-contato .titulo {
    line-height: 1.3;
    color: #898989
}

.el-localizacao .localizacao-mapa .mapa {
    height: 400px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-mapa .mapa {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: -moz-calc(388 / 1920 * 100vw);
        height: calc(388 / 1920 * 100vw)
    }
}

.el-localizacao .localizacao-mapa-botoes {
    padding: 20px;
    text-align: center;
    font-size: 14px
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-mapa-botoes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 -moz-calc(128 / 1920 * 100vw);
        padding: 0 calc(128 / 1920 * 100vw);
        height: -moz-calc(102 / 1920 * 100vw);
        height: calc(102 / 1920 * 100vw)
    }
}

.el-localizacao .localizacao-mapa-botoes img {
    width: 20px;
    margin: 0 5px 0
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-mapa-botoes img {
        width: -moz-calc(29 / 1920 * 100vw);
        width: calc(29 / 1920 * 100vw);
        margin: 0 -moz-calc(30 / 1920 * 100vw) 0 0;
        margin: 0 calc(30 / 1920 * 100vw) 0 0
    }
}

.el-localizacao .localizacao-mapa-botoes a {
    display: inline-block;
    padding: 10px
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-mapa-botoes a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: -moz-calc(102 / 1920 * 100vw);
        height: calc(102 / 1920 * 100vw);
        padding: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: -moz-calc(20 / 1920 * 100vw);
        font-size: calc(20 / 1920 * 100vw);
        font-weight: 500
    }

    .el-localizacao .localizacao-mapa-botoes a:not(:last-child) {
        margin-right: -moz-calc(140 / 1920 * 100vw);
        margin-right: calc(140 / 1920 * 100vw);
        padding-right: -moz-calc(140 / 1920 * 100vw);
        padding-right: calc(140 / 1920 * 100vw);
        border-right: 1px solid #d3d3d3
    }
}

.el-localizacao .localizacao-social {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    background: #f9f9f9
}

@media screen and (min-width: 1024px) {
    .el-localizacao .localizacao-social {
        padding: 0 -moz-calc(128 / 1920 * 100vw);
        padding: 0 calc(128 / 1920 * 100vw);
        font-size: -moz-calc(49 / 1920 * 100vw);
        font-size: calc(49 / 1920 * 100vw);
        height: -moz-calc(248 / 1920 * 100vw);
        height: calc(248 / 1920 * 100vw)
    }
}

.el-filtro-mapa {
    position: relative;
    padding: -moz-calc(110 / 1920 * 100vw) 0 -moz-calc(100 / 1920 * 100vw) 0;
    padding: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
    overflow: hidden
}

.el-filtro-mapa .titulo-h2 {
    display: block;
    margin-bottom: 30px
}

.el-filtro-mapa .raphael-mapa {
    margin-bottom: 3rem
}

.el-filtro-mapa .raphael-mapa #mapa {
    display: block;
    margin: 0 auto;
    width: 500px;
    max-width: 100%
}

.el-filtro-mapa .lista-representantes-mapa .regiao {
    margin-bottom: 3rem
}

.el-filtro-mapa .lista-representantes-mapa .regiao .v2 {
    font-size: 20px;
    margin-top: 38px;
    color: #843d95
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    *zoom: 1
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul:before,
.el-filtro-mapa .lista-representantes-mapa .regiao>ul:after {
    content: "";
    display: table
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul:after {
    clear: both
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul>li {
    font-size: 14px;
    float: left;
    width: 100%
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul>li h3 {
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul>li h3 i {
    margin-right: 10px
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul>li ul.dados li {
    list-style-type: none;
    margin: 10px 0;
    list-style-position: inside
}

.el-filtro-mapa .lista-representantes-mapa .regiao>ul>li ul.dados li i {
    margin-right: 10px
}

.el-filtro-representante {
    position: relative;
    padding: -moz-calc(110 / 1920 * 100vw) 0 -moz-calc(100 / 1920 * 100vw) 0;
    padding: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
    overflow: hidden
}

.el-filtro-representante .titulo-h2 {
    display: block;
    margin-bottom: 30px
}

.el-filtro-representante .filtros {
    display: inline-block;
    width: 100%
}

.el-filtro-representante #resultado_cidades_representantes {
    text-align: center;
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante #resultado_cidades_representantes {
        text-align: left
    }
}

.el-filtro-representante #resultado_cidades_representantes p {
    text-align: center
}

@media screen and (min-width: 550px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul.quatro-itens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        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;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: inherit;
        -webkit-align-items: inherit;
        -moz-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul.quatro-itens li {
        max-width: -moz-calc(400/1920 * 100vw);
        max-width: calc(400/1920 * 100vw);
        margin-right: 0
    }
}

@media screen and (min-width: 550px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: normal;
        -webkit-align-items: normal;
        -moz-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li {
    width: 100%;
    padding: 45px 0;
    line-height: 1.5;
    border-bottom: solid 1px #843d95;
    margin-right: 5%
}

@media screen and (min-width: 550px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li {
        width: 30%
    }
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li:last-child {
    margin-right: 0
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .nome {
    color: #843d95;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .nome {
        font-size: -moz-calc(20/1920 * 110vw);
        font-size: calc(20/1920 * 110vw)
    }
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .email,
.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .telefone,
.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .endereco {
    font-size: 13px
}

@media screen and (min-width: 1024px) {

    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .email,
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .telefone,
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .endereco {
        font-size: -moz-calc(16/1920 * 110vw);
        font-size: calc(16/1920 * 110vw)
    }
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .como-chegar {
    margin-top: 15px
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li .como-chegar a {
        font-size: 15px;
        padding: 10px 40px
    }
}

.el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li:last-child {
    border-bottom: none
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante #resultado_cidades_representantes .listagem-empresas ul li:last-child {
        border-bottom: solid 1px #843d95
    }
}

.el-filtro-representante-mundo {
    position: relative;
    padding: -moz-calc(110 / 1920 * 100vw) 0 -moz-calc(100 / 1920 * 100vw) 0;
    padding: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw) 0;
    overflow: hidden
}

.el-filtro-representante-mundo .titulo-h2 {
    display: block;
    margin-bottom: 30px
}

.el-filtro-representante-mundo .filtros {
    display: inline-block;
    width: 100%
}

.el-filtro-representante-mundo #resultado_cidades_representantes {
    text-align: center;
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes {
        text-align: left
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes p {
    text-align: center
}

@media screen and (min-width: 550px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul.quatro-itens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        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;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: inherit;
        -webkit-align-items: inherit;
        -moz-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul.quatro-itens li {
        max-width: -moz-calc(400/1920 * 100vw);
        max-width: calc(400/1920 * 100vw);
        margin-right: 0
    }
}

@media screen and (min-width: 550px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: normal;
        -webkit-align-items: normal;
        -moz-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li {
    width: 100%;
    padding: 45px 0;
    line-height: 1.5;
    border-bottom: solid 1px #843d95;
    margin-right: 5%
}

@media screen and (min-width: 550px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li {
        width: 30%
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li:last-child {
    margin-right: 0
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .nome {
    color: #843d95;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.1
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .nome {
        font-size: -moz-calc(20/1920 * 110vw);
        font-size: calc(20/1920 * 110vw)
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .email,
.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .telefone,
.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .endereco {
    font-size: 13px
}

@media screen and (min-width: 1024px) {

    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .email,
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .telefone,
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .endereco {
        font-size: -moz-calc(16/1920 * 110vw);
        font-size: calc(16/1920 * 110vw)
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .como-chegar {
    margin-top: 15px
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li .como-chegar a {
        font-size: 15px;
        padding: 10px 40px
    }
}

.el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li:last-child {
    border-bottom: none
}

@media screen and (min-width: 1024px) {
    .el-filtro-representante-mundo #resultado_cidades_representantes .listagem-empresas ul li:last-child {
        border-bottom: solid 1px #843d95
    }
}

.el-texto-imagem-topo {
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 1024px) {
    .el-texto-imagem-topo {
        padding: 30px 0
    }
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-topo {
        padding: -moz-calc(100 / 1920 * 100vw) 0;
        padding: calc(100 / 1920 * 100vw) 0
    }
}

.el-texto-imagem-topo .wrapper .img {
    margin-bottom: 20px
}

.el-texto-imagem-topo .wrapper .texto .v1 {
    margin-bottom: 30px
}

@media screen and (min-width: 1920px) {
    .el-texto-imagem-topo .wrapper .texto .v1 {
        margin-bottom: -moz-calc(30 / 1920 * 100vw);
        margin-bottom: calc(30 / 1920 * 100vw)
    }
}

.el-lista-subpaginas-blog2 {
    padding: 30px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 768px) {
    .el-lista-subpaginas-blog2 {
        padding: 60px 0
    }

}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .pagina-imagem-fundo{
        margin-top: 00px;
    }
}
.el-lista-subpaginas-blog2 .introducao .v1 {
    margin-bottom: 20px
}

.el-lista-subpaginas-blog2 .introducao .texto-editavel {
    margin-bottom: 20px
}

.el-lista-subpaginas-blog2 .itens {
    *zoom: 1
}

.el-lista-subpaginas-blog2 .itens:before,
.el-lista-subpaginas-blog2 .itens:after {
    content: "";
    display: table
}

.el-lista-subpaginas-blog2 .itens:after {
    clear: both
}

.el-lista-subpaginas-blog2 .itens ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.el-lista-subpaginas-blog2 .itens ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 550px) {
    .el-lista-subpaginas-blog2 .itens ul li {
        width: 48%
    }

    .el-lista-subpaginas-blog2 .itens ul li:nth-child(n) {
        margin-left: 4%
    }

    .el-lista-subpaginas-blog2 .itens ul li:nth-child(2n+1) {
        margin-left: 0
    }
}

.el-lista-subpaginas-blog2 .itens ul li a .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

.el-lista-subpaginas-blog2 .itens ul li a .info {
    padding: 20px 0;
    line-height: 1.2
}

.el-lista-subpaginas-blog2 .itens ul li a .info .titulo {
    font-weight: 500;
    margin-bottom: 10px;
    color: #843d95
}

.el-lista-subpaginas-blog2 .itens ul li a .info .desc {
    font-size: 14px
}

.el-lista-subpaginas-blog2 .itens ul li a:hover .info .data {
    color: #843d95
}

.el-lista-subpaginas-blog2 .itens ul li a:hover .info .desc {
    color: #843d95
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog2.itens-maximo-3 .itens ul li {
        width: 30.66667%
    }

    .el-lista-subpaginas-blog2.itens-maximo-3 .itens ul li:nth-child(n) {
        margin-left: 4%
    }

    .el-lista-subpaginas-blog2.itens-maximo-3 .itens ul li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog2.itens-maximo-4 .itens ul li {
        width: 22%
    }

    .el-lista-subpaginas-blog2.itens-maximo-4 .itens ul li:nth-child(n) {
        margin-left: 4%
    }

    .el-lista-subpaginas-blog2.itens-maximo-4 .itens ul li:nth-child(4n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog2.itens-maximo-5 .itens ul li {
        width: 16.8%
    }

    .el-lista-subpaginas-blog2.itens-maximo-5 .itens ul li:nth-child(n) {
        margin-left: 4%
    }

    .el-lista-subpaginas-blog2.itens-maximo-5 .itens ul li:nth-child(5n+1) {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) {
    .el-lista-subpaginas-blog2.itens-maximo-6 .itens ul li {
        width: 13.33333%
    }

    .el-lista-subpaginas-blog2.itens-maximo-6 .itens ul li:nth-child(n) {
        margin-left: 4%
    }

    .el-lista-subpaginas-blog2.itens-maximo-6 .itens ul li:nth-child(6n+1) {
        margin-left: 0
    }
}
.container .header-blocos .menu-principal .menu .categorias .produtos .js-drop{
    /* left: -1500%; */
}

/*# sourceMappingURL=css.css.map */
.wrapper>h2{
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.produto-imagens-miniaturas .slick-track>.slick-slide{
    width: 200px !important;
    border: 1px solid #eee;
}
.pagina-imagem-fundo-titulo{
    font-size: 35px;
    margin-bottom: 20px;
}
.produto-detalhes{
    max-height: 400px;
    overflow: scroll;
}
.y_fuwenben{
    width: 100%;
}
.y_fuwenben p{
    font-size: 16px !important;
    line-height: 30px;
}
.produto-detalhes::-webkit-scrollbar {display:none}
.pagina-modelo-1>.el-texto {
    text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .container .header-blocos .menu-principal .menu .categorias .produtos .js-drop{
        left: 0%;
    }
    .pagina-imagem-fundo .pagina-imagem-fundo-info{
        position: relative;
    }
    .slick-track{
        overflow-x: scroll;
        display: -webkit-box;
    }
    .produto-imagens-miniaturas .slick-track>.slick-slide{
        width: 100px !important;
        display: block !important;
    }
    .pagina-imagem-fundo>.pagina-imagem-fundo-info>.botoes{
        margin-bottom: 20px;
    }
}