    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
    }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .select2-container .select2-selection--single .select2-selection__clear {
        position: relative;
    }
    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }
    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .select2-container .select2-search--inline {
        float: left;
    }
    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0;
    }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }
    .select2-dropdown {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: -100000px;
        width: 100%;
        z-index: 1051;
    }
    .select2-results {
        display: block;
    }
    .select2-results__options {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .select2-results__option {
        padding: 6px;
        user-select: none;
        -webkit-user-select: none;
    }
    .select2-results__option[aria-selected] {
        cursor: pointer;
    }
    .select2-container--open .select2-dropdown {
        left: 0;
    }
    .select2-container--open .select2-dropdown--above {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .select2-container--open .select2-dropdown--below {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .select2-search--dropdown {
        display: block;
        padding: 4px;
    }
    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }
    .select2-search--dropdown.select2-search--hide {
        display: none;
    }
    .select2-close-mask {
        border: 0;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        min-height: 100%;
        min-width: 100%;
        height: auto;
        width: auto;
        opacity: 0;
        z-index: 99;
        background-color: #fff;
        filter: alpha(opacity=0);
    }
    .select2-hidden-accessible {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 4px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }
    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 1px;
        right: auto;
    }
    .select2-container--default.select2-container--disabled .select2-selection--single {
        background-color: #eee;
        cursor: default;
    }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }
    .select2-container--default .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333;
    }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
        float: right;
    }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
        margin-right: auto;
    }
    .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid black 1px;
        outline: 0;
    }
    .select2-container--default.select2-container--disabled .select2-selection--multiple {
        background-color: #eee;
        cursor: default;
    }
    .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
        display: none;
    }
    .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
    .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
    }
    .select2-container--default .select2-search--inline .select2-search__field {
        background: transparent;
        border: none;
        outline: 0;
        box-shadow: none;
        -webkit-appearance: textfield;
    }
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }
    .select2-container--default .select2-results__option[role="group"] {
        padding: 0;
    }
    .select2-container--default .select2-results__option[aria-disabled="true"] {
        color: #999;
    }
    .select2-container--default .select2-results__option[aria-selected="true"] {
        background-color: #ddd;
    }
    .select2-container--default .select2-results__option .select2-results__option {
        padding-left: 1em;
    }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }
    .select2-container--default
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option {
        margin-left: -2em;
        padding-left: 3em;
    }
    .select2-container--default
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option {
        margin-left: -3em;
        padding-left: 4em;
    }
    .select2-container--default
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option {
        margin-left: -4em;
        padding-left: 5em;
    }
    .select2-container--default
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option
        .select2-results__option {
        margin-left: -5em;
        padding-left: 6em;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #5897fb;
        color: white;
    }
    .select2-container--default .select2-results__group {
        cursor: default;
        display: block;
        padding: 6px;
    }
    .select2-container--classic .select2-selection--single {
        background-color: #f7f7f7;
        border: 1px solid #aaa;
        border-radius: 4px;
        outline: 0;
        background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
        background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
        background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }
    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }
    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }
    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left;
    }
    .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        border: none;
        border-right: 1px solid #aaa;
        border-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        left: 1px;
        right: auto;
    }
    .select2-container--classic.select2-container--open .select2-selection--single {
        border: 1px solid #5897fb;
    }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }
    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
        background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
        background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
        background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
        background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
    }
    .select2-container--classic .select2-selection--multiple {
        background-color: white;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: text;
        outline: 0;
    }
    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }
    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }
    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #555;
    }
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        float: right;
    }
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
        margin-left: 5px;
        margin-right: auto;
    }
    .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
        margin-left: 2px;
        margin-right: auto;
    }
    .select2-container--classic.select2-container--open .select2-selection--multiple {
        border: 1px solid #5897fb;
    }
    .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .select2-container--classic .select2-search--dropdown .select2-search__field {
        border: 1px solid #aaa;
        outline: 0;
    }
    .select2-container--classic .select2-search--inline .select2-search__field {
        outline: 0;
        box-shadow: none;
    }
    .select2-container--classic .select2-dropdown {
        background-color: #fff;
        border: 1px solid transparent;
    }
    .select2-container--classic .select2-dropdown--above {
        border-bottom: none;
    }
    .select2-container--classic .select2-dropdown--below {
        border-top: none;
    }
    .select2-container--classic .select2-results > .select2-results__options {
        max-height: 200px;
        overflow-y: auto;
    }
    .select2-container--classic .select2-results__option[role="group"] {
        padding: 0;
    }
    .select2-container--classic .select2-results__option[aria-disabled="true"] {
        color: grey;
    }
    .select2-container--classic .select2-results__option--highlighted[aria-selected] {
        background-color: #3875d7;
        color: #fff;
    }
    .select2-container--classic .select2-results__group {
        cursor: default;
        display: block;
        padding: 6px;
    }
    .select2-container--classic.select2-container--open .select2-dropdown {
        border-color: #5897fb;
    }
    .input_check {
        display: inline-block;
        margin-bottom: 5px;
        padding-left: 20px;
        margin-left: 10px;
        float: left;
    }
    .last_div {
        clear: both;
    }
    .whatsapp-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        left: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px rgba(45, 45, 44, 0.65);
        z-index: 999;
        text-decoration: none;
    }
    .my-float-button-wpp {
        font-family: Fontawesome;
        margin-top: 19px;
    }
    .whatsapp-float:hover {
        opacity: 0.7;
    }
    @media (max-width: 480px) {
        .whatsapp-float {
            bottom: 6px;
            left: 6px;
        }
    }
    .box-location-with-form iframe {
        max-width: 100%;
    }
    .lazy-padrao {
        background-position: center !important;
        background-size: cover;
        background-repeat: no-repeat !important;
    }
    .lazy-miniatura {
        background-position: 50% !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .alert.alert-default {
        color: #252525;
        background-color: #f9f9f9;
        border-color: #e6e6e6;
    }
    .bt-zap-topo {
        height: 1px;
    }
    #img-logo-mov,
    #img-logo {
        background-color:;
    } /*! * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
    @font-face {
        font-family: "FontAwesome";
        src: url("fonts/fontawesome-webfont5b62.html?v=4.6.3");
        src:
            url("fonts/fontawesome-webfontd41d.html?#iefix&v=4.6.3") format("embedded-opentype"),
            url("fonts/fontawesome-webfont5b62-2.html?v=4.6.3") format("woff2"),
            url("fonts/fontawesome-webfont5b62-3.html?v=4.6.3") format("woff"),
            url("fonts/fontawesome-webfont5b62-4.html?v=4.6.3") format("truetype"),
            url("fonts/fontawesome-webfont5b62-5.html?v=4.6.3#fontawesomeregular") format("svg");
        font-weight: normal;
        font-style: normal;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fa-lg {
        font-size: 1.33333333em;
        line-height: 0.75em;
        vertical-align: -15%;
    }
    .fa-2x {
        font-size: 2em;
    }
    .fa-3x {
        font-size: 3em;
    }
    .fa-4x {
        font-size: 4em;
    }
    .fa-5x {
        font-size: 5em;
    }
    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }
    .fa-ul {
        padding-left: 0;
        margin-left: 2.14285714em;
        list-style-type: none;
    }
    .fa-ul > li {
        position: relative;
    }
    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: 0.14285714em;
        text-align: center;
    }
    .fa-li.fa-lg {
        left: -1.85714286em;
    }
    .fa-border {
        padding: 0.2em 0.25em 0.15em;
        border: solid 0.08em #eee;
        border-radius: 0.1em;
    }
    .fa-pull-left {
        float: left;
    }
    .fa-pull-right {
        float: right;
    }
    .fa.fa-pull-left {
        margin-right: 0.3em;
    }
    .fa.fa-pull-right {
        margin-left: 0.3em;
    }
    .pull-right {
        float: right;
    }
    .pull-left {
        float: left;
    }
    .fa.pull-left {
        margin-right: 0.3em;
    }
    .fa.pull-right {
        margin-left: 0.3em;
    }
    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    .fa-pulse {
        -webkit-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(359deg);
            transform: rotate(359deg);
        }
    }
    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
        }
    }
    .fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-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);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .fa-rotate-270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-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);
        -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);
        -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 {
        filter: none;
    }
    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }
    .fa-stack-1x,
    .fa-stack-2x {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .fa-stack-1x {
        line-height: inherit;
    }
    .fa-stack-2x {
        font-size: 2em;
    }
    .fa-inverse {
        color: #fff;
    }
    .fa-glass:before {
        content: "\f000";
    }
    .fa-music:before {
        content: "\f001";
    }
    .fa-search:before {
        content: "\f002";
    }
    .fa-envelope-o:before {
        content: "\f003";
    }
    .fa-heart:before {
        content: "\f004";
    }
    .fa-star:before {
        content: "\f005";
    }
    .fa-star-o:before {
        content: "\f006";
    }
    .fa-user:before {
        content: "\f007";
    }
    .fa-film:before {
        content: "\f008";
    }
    .fa-th-large:before {
        content: "\f009";
    }
    .fa-th:before {
        content: "\f00a";
    }
    .fa-th-list:before {
        content: "\f00b";
    }
    .fa-check:before {
        content: "\f00c";
    }
    .fa-remove:before,
    .fa-close:before,
    .fa-times:before {
        content: "\f00d";
    }
    .fa-search-plus:before {
        content: "\f00e";
    }
    .fa-search-minus:before {
        content: "\f010";
    }
    .fa-power-off:before {
        content: "\f011";
    }
    .fa-signal:before {
        content: "\f012";
    }
    .fa-gear:before,
    .fa-cog:before {
        content: "\f013";
    }
    .fa-trash-o:before {
        content: "\f014";
    }
    .fa-home:before {
        content: "\f015";
    }
    .fa-file-o:before {
        content: "\f016";
    }
    .fa-clock-o:before {
        content: "\f017";
    }
    .fa-road:before {
        content: "\f018";
    }
    .fa-download:before {
        content: "\f019";
    }
    .fa-arrow-circle-o-down:before {
        content: "\f01a";
    }
    .fa-arrow-circle-o-up:before {
        content: "\f01b";
    }
    .fa-inbox:before {
        content: "\f01c";
    }
    .fa-play-circle-o:before {
        content: "\f01d";
    }
    .fa-rotate-right:before,
    .fa-repeat:before {
        content: "\f01e";
    }
    .fa-refresh:before {
        content: "\f021";
    }
    .fa-list-alt:before {
        content: "\f022";
    }
    .fa-lock:before {
        content: "\f023";
    }
    .fa-flag:before {
        content: "\f024";
    }
    .fa-headphones:before {
        content: "\f025";
    }
    .fa-volume-off:before {
        content: "\f026";
    }
    .fa-volume-down:before {
        content: "\f027";
    }
    .fa-volume-up:before {
        content: "\f028";
    }
    .fa-qrcode:before {
        content: "\f029";
    }
    .fa-barcode:before {
        content: "\f02a";
    }
    .fa-tag:before {
        content: "\f02b";
    }
    .fa-tags:before {
        content: "\f02c";
    }
    .fa-book:before {
        content: "\f02d";
    }
    .fa-bookmark:before {
        content: "\f02e";
    }
    .fa-print:before {
        content: "\f02f";
    }
    .fa-camera:before {
        content: "\f030";
    }
    .fa-font:before {
        content: "\f031";
    }
    .fa-bold:before {
        content: "\f032";
    }
    .fa-italic:before {
        content: "\f033";
    }
    .fa-text-height:before {
        content: "\f034";
    }
    .fa-text-width:before {
        content: "\f035";
    }
    .fa-align-left:before {
        content: "\f036";
    }
    .fa-align-center:before {
        content: "\f037";
    }
    .fa-align-right:before {
        content: "\f038";
    }
    .fa-align-justify:before {
        content: "\f039";
    }
    .fa-list:before {
        content: "\f03a";
    }
    .fa-dedent:before,
    .fa-outdent:before {
        content: "\f03b";
    }
    .fa-indent:before {
        content: "\f03c";
    }
    .fa-video-camera:before {
        content: "\f03d";
    }
    .fa-photo:before,
    .fa-image:before,
    .fa-picture-o:before {
        content: "\f03e";
    }
    .fa-pencil:before {
        content: "\f040";
    }
    .fa-map-marker:before {
        content: "\f041";
    }
    .fa-adjust:before {
        content: "\f042";
    }
    .fa-tint:before {
        content: "\f043";
    }
    .fa-edit:before,
    .fa-pencil-square-o:before {
        content: "\f044";
    }
    .fa-share-square-o:before {
        content: "\f045";
    }
    .fa-check-square-o:before {
        content: "\f046";
    }
    .fa-arrows:before {
        content: "\f047";
    }
    .fa-step-backward:before {
        content: "\f048";
    }
    .fa-fast-backward:before {
        content: "\f049";
    }
    .fa-backward:before {
        content: "\f04a";
    }
    .fa-play:before {
        content: "\f04b";
    }
    .fa-pause:before {
        content: "\f04c";
    }
    .fa-stop:before {
        content: "\f04d";
    }
    .fa-forward:before {
        content: "\f04e";
    }
    .fa-fast-forward:before {
        content: "\f050";
    }
    .fa-step-forward:before {
        content: "\f051";
    }
    .fa-eject:before {
        content: "\f052";
    }
    .fa-chevron-left:before {
        content: "\f053";
    }
    .fa-chevron-right:before {
        content: "\f054";
    }
    .fa-plus-circle:before {
        content: "\f055";
    }
    .fa-minus-circle:before {
        content: "\f056";
    }
    .fa-times-circle:before {
        content: "\f057";
    }
    .fa-check-circle:before {
        content: "\f058";
    }
    .fa-question-circle:before {
        content: "\f059";
    }
    .fa-info-circle:before {
        content: "\f05a";
    }
    .fa-crosshairs:before {
        content: "\f05b";
    }
    .fa-times-circle-o:before {
        content: "\f05c";
    }
    .fa-check-circle-o:before {
        content: "\f05d";
    }
    .fa-ban:before {
        content: "\f05e";
    }
    .fa-arrow-left:before {
        content: "\f060";
    }
    .fa-arrow-right:before {
        content: "\f061";
    }
    .fa-arrow-up:before {
        content: "\f062";
    }
    .fa-arrow-down:before {
        content: "\f063";
    }
    .fa-mail-forward:before,
    .fa-share:before {
        content: "\f064";
    }
    .fa-expand:before {
        content: "\f065";
    }
    .fa-compress:before {
        content: "\f066";
    }
    .fa-plus:before {
        content: "\f067";
    }
    .fa-minus:before {
        content: "\f068";
    }
    .fa-asterisk:before {
        content: "\f069";
    }
    .fa-exclamation-circle:before {
        content: "\f06a";
    }
    .fa-gift:before {
        content: "\f06b";
    }
    .fa-leaf:before {
        content: "\f06c";
    }
    .fa-fire:before {
        content: "\f06d";
    }
    .fa-eye:before {
        content: "\f06e";
    }
    .fa-eye-slash:before {
        content: "\f070";
    }
    .fa-warning:before,
    .fa-exclamation-triangle:before {
        content: "\f071";
    }
    .fa-plane:before {
        content: "\f072";
    }
    .fa-calendar:before {
        content: "\f073";
    }
    .fa-random:before {
        content: "\f074";
    }
    .fa-comment:before {
        content: "\f075";
    }
    .fa-magnet:before {
        content: "\f076";
    }
    .fa-chevron-up:before {
        content: "\f077";
    }
    .fa-chevron-down:before {
        content: "\f078";
    }
    .fa-retweet:before {
        content: "\f079";
    }
    .fa-shopping-cart:before {
        content: "\f07a";
    }
    .fa-folder:before {
        content: "\f07b";
    }
    .fa-folder-open:before {
        content: "\f07c";
    }
    .fa-arrows-v:before {
        content: "\f07d";
    }
    .fa-arrows-h:before {
        content: "\f07e";
    }
    .fa-bar-chart-o:before,
    .fa-bar-chart:before {
        content: "\f080";
    }
    .fa-twitter-square:before {
        content: "\f081";
    }
    .fa-facebook-square:before {
        content: "\f082";
    }
    .fa-camera-retro:before {
        content: "\f083";
    }
    .fa-key:before {
        content: "\f084";
    }
    .fa-gears:before,
    .fa-cogs:before {
        content: "\f085";
    }
    .fa-comments:before {
        content: "\f086";
    }
    .fa-thumbs-o-up:before {
        content: "\f087";
    }
    .fa-thumbs-o-down:before {
        content: "\f088";
    }
    .fa-star-half:before {
        content: "\f089";
    }
    .fa-heart-o:before {
        content: "\f08a";
    }
    .fa-sign-out:before {
        content: "\f08b";
    }
    .fa-linkedin-square:before {
        content: "\f08c";
    }
    .fa-thumb-tack:before {
        content: "\f08d";
    }
    .fa-external-link:before {
        content: "\f08e";
    }
    .fa-sign-in:before {
        content: "\f090";
    }
    .fa-trophy:before {
        content: "\f091";
    }
    .fa-github-square:before {
        content: "\f092";
    }
    .fa-upload:before {
        content: "\f093";
    }
    .fa-lemon-o:before {
        content: "\f094";
    }
    .fa-phone:before {
        content: "\f095";
    }
    .fa-square-o:before {
        content: "\f096";
    }
    .fa-bookmark-o:before {
        content: "\f097";
    }
    .fa-phone-square:before {
        content: "\f098";
    }
    .fa-twitter:before {
        content: "\f099";
    }
    .fa-facebook-f:before,
    .fa-facebook:before {
        content: "\f09a";
    }
    .fa-github:before {
        content: "\f09b";
    }
    .fa-unlock:before {
        content: "\f09c";
    }
    .fa-credit-card:before {
        content: "\f09d";
    }
    .fa-feed:before,
    .fa-rss:before {
        content: "\f09e";
    }
    .fa-hdd-o:before {
        content: "\f0a0";
    }
    .fa-bullhorn:before {
        content: "\f0a1";
    }
    .fa-bell:before {
        content: "\f0f3";
    }
    .fa-certificate:before {
        content: "\f0a3";
    }
    .fa-hand-o-right:before {
        content: "\f0a4";
    }
    .fa-hand-o-left:before {
        content: "\f0a5";
    }
    .fa-hand-o-up:before {
        content: "\f0a6";
    }
    .fa-hand-o-down:before {
        content: "\f0a7";
    }
    .fa-arrow-circle-left:before {
        content: "\f0a8";
    }
    .fa-arrow-circle-right:before {
        content: "\f0a9";
    }
    .fa-arrow-circle-up:before {
        content: "\f0aa";
    }
    .fa-arrow-circle-down:before {
        content: "\f0ab";
    }
    .fa-globe:before {
        content: "\f0ac";
    }
    .fa-wrench:before {
        content: "\f0ad";
    }
    .fa-tasks:before {
        content: "\f0ae";
    }
    .fa-filter:before {
        content: "\f0b0";
    }
    .fa-briefcase:before {
        content: "\f0b1";
    }
    .fa-arrows-alt:before {
        content: "\f0b2";
    }
    .fa-group:before,
    .fa-users:before {
        content: "\f0c0";
    }
    .fa-chain:before,
    .fa-link:before {
        content: "\f0c1";
    }
    .fa-cloud:before {
        content: "\f0c2";
    }
    .fa-flask:before {
        content: "\f0c3";
    }
    .fa-cut:before,
    .fa-scissors:before {
        content: "\f0c4";
    }
    .fa-copy:before,
    .fa-files-o:before {
        content: "\f0c5";
    }
    .fa-paperclip:before {
        content: "\f0c6";
    }
    .fa-save:before,
    .fa-floppy-o:before {
        content: "\f0c7";
    }
    .fa-square:before {
        content: "\f0c8";
    }
    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        content: "\f0c9";
    }
    .fa-list-ul:before {
        content: "\f0ca";
    }
    .fa-list-ol:before {
        content: "\f0cb";
    }
    .fa-strikethrough:before {
        content: "\f0cc";
    }
    .fa-underline:before {
        content: "\f0cd";
    }
    .fa-table:before {
        content: "\f0ce";
    }
    .fa-magic:before {
        content: "\f0d0";
    }
    .fa-truck:before {
        content: "\f0d1";
    }
    .fa-pinterest:before {
        content: "\f0d2";
    }
    .fa-pinterest-square:before {
        content: "\f0d3";
    }
    .fa-google-plus-square:before {
        content: "\f0d4";
    }
    .fa-google-plus:before {
        content: "\f0d5";
    }
    .fa-money:before {
        content: "\f0d6";
    }
    .fa-caret-down:before {
        content: "\f0d7";
    }
    .fa-caret-up:before {
        content: "\f0d8";
    }
    .fa-caret-left:before {
        content: "\f0d9";
    }
    .fa-caret-right:before {
        content: "\f0da";
    }
    .fa-columns:before {
        content: "\f0db";
    }
    .fa-unsorted:before,
    .fa-sort:before {
        content: "\f0dc";
    }
    .fa-sort-down:before,
    .fa-sort-desc:before {
        content: "\f0dd";
    }
    .fa-sort-up:before,
    .fa-sort-asc:before {
        content: "\f0de";
    }
    .fa-envelope:before {
        content: "\f0e0";
    }
    .fa-linkedin:before {
        content: "\f0e1";
    }
    .fa-rotate-left:before,
    .fa-undo:before {
        content: "\f0e2";
    }
    .fa-legal:before,
    .fa-gavel:before {
        content: "\f0e3";
    }
    .fa-dashboard:before,
    .fa-tachometer:before {
        content: "\f0e4";
    }
    .fa-comment-o:before {
        content: "\f0e5";
    }
    .fa-comments-o:before {
        content: "\f0e6";
    }
    .fa-flash:before,
    .fa-bolt:before {
        content: "\f0e7";
    }
    .fa-sitemap:before {
        content: "\f0e8";
    }
    .fa-umbrella:before {
        content: "\f0e9";
    }
    .fa-paste:before,
    .fa-clipboard:before {
        content: "\f0ea";
    }
    .fa-lightbulb-o:before {
        content: "\f0eb";
    }
    .fa-exchange:before {
        content: "\f0ec";
    }
    .fa-cloud-download:before {
        content: "\f0ed";
    }
    .fa-cloud-upload:before {
        content: "\f0ee";
    }
    .fa-user-md:before {
        content: "\f0f0";
    }
    .fa-stethoscope:before {
        content: "\f0f1";
    }
    .fa-suitcase:before {
        content: "\f0f2";
    }
    .fa-bell-o:before {
        content: "\f0a2";
    }
    .fa-coffee:before {
        content: "\f0f4";
    }
    .fa-cutlery:before {
        content: "\f0f5";
    }
    .fa-file-text-o:before {
        content: "\f0f6";
    }
    .fa-building-o:before {
        content: "\f0f7";
    }
    .fa-hospital-o:before {
        content: "\f0f8";
    }
    .fa-ambulance:before {
        content: "\f0f9";
    }
    .fa-medkit:before {
        content: "\f0fa";
    }
    .fa-fighter-jet:before {
        content: "\f0fb";
    }
    .fa-beer:before {
        content: "\f0fc";
    }
    .fa-h-square:before {
        content: "\f0fd";
    }
    .fa-plus-square:before {
        content: "\f0fe";
    }
    .fa-angle-double-left:before {
        content: "\f100";
    }
    .fa-angle-double-right:before {
        content: "\f101";
    }
    .fa-angle-double-up:before {
        content: "\f102";
    }
    .fa-angle-double-down:before {
        content: "\f103";
    }
    .fa-angle-left:before {
        content: "\f104";
    }
    .fa-angle-right:before {
        content: "\f105";
    }
    .fa-angle-up:before {
        content: "\f106";
    }
    .fa-angle-down:before {
        content: "\f107";
    }
    .fa-desktop:before {
        content: "\f108";
    }
    .fa-laptop:before {
        content: "\f109";
    }
    .fa-tablet:before {
        content: "\f10a";
    }
    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b";
    }
    .fa-circle-o:before {
        content: "\f10c";
    }
    .fa-quote-left:before {
        content: "\f10d";
    }
    .fa-quote-right:before {
        content: "\f10e";
    }
    .fa-spinner:before {
        content: "\f110";
    }
    .fa-circle:before {
        content: "\f111";
    }
    .fa-mail-reply:before,
    .fa-reply:before {
        content: "\f112";
    }
    .fa-github-alt:before {
        content: "\f113";
    }
    .fa-folder-o:before {
        content: "\f114";
    }
    .fa-folder-open-o:before {
        content: "\f115";
    }
    .fa-smile-o:before {
        content: "\f118";
    }
    .fa-frown-o:before {
        content: "\f119";
    }
    .fa-meh-o:before {
        content: "\f11a";
    }
    .fa-gamepad:before {
        content: "\f11b";
    }
    .fa-keyboard-o:before {
        content: "\f11c";
    }
    .fa-flag-o:before {
        content: "\f11d";
    }
    .fa-flag-checkered:before {
        content: "\f11e";
    }
    .fa-terminal:before {
        content: "\f120";
    }
    .fa-code:before {
        content: "\f121";
    }
    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "\f122";
    }
    .fa-star-half-empty:before,
    .fa-star-half-full:before,
    .fa-star-half-o:before {
        content: "\f123";
    }
    .fa-location-arrow:before {
        content: "\f124";
    }
    .fa-crop:before {
        content: "\f125";
    }
    .fa-code-fork:before {
        content: "\f126";
    }
    .fa-unlink:before,
    .fa-chain-broken:before {
        content: "\f127";
    }
    .fa-question:before {
        content: "\f128";
    }
    .fa-info:before {
        content: "\f129";
    }
    .fa-exclamation:before {
        content: "\f12a";
    }
    .fa-superscript:before {
        content: "\f12b";
    }
    .fa-subscript:before {
        content: "\f12c";
    }
    .fa-eraser:before {
        content: "\f12d";
    }
    .fa-puzzle-piece:before {
        content: "\f12e";
    }
    .fa-microphone:before {
        content: "\f130";
    }
    .fa-microphone-slash:before {
        content: "\f131";
    }
    .fa-shield:before {
        content: "\f132";
    }
    .fa-calendar-o:before {
        content: "\f133";
    }
    .fa-fire-extinguisher:before {
        content: "\f134";
    }
    .fa-rocket:before {
        content: "\f135";
    }
    .fa-maxcdn:before {
        content: "\f136";
    }
    .fa-chevron-circle-left:before {
        content: "\f137";
    }
    .fa-chevron-circle-right:before {
        content: "\f138";
    }
    .fa-chevron-circle-up:before {
        content: "\f139";
    }
    .fa-chevron-circle-down:before {
        content: "\f13a";
    }
    .fa-html5:before {
        content: "\f13b";
    }
    .fa-css3:before {
        content: "\f13c";
    }
    .fa-anchor:before {
        content: "\f13d";
    }
    .fa-unlock-alt:before {
        content: "\f13e";
    }
    .fa-bullseye:before {
        content: "\f140";
    }
    .fa-ellipsis-h:before {
        content: "\f141";
    }
    .fa-ellipsis-v:before {
        content: "\f142";
    }
    .fa-rss-square:before {
        content: "\f143";
    }
    .fa-play-circle:before {
        content: "\f144";
    }
    .fa-ticket:before {
        content: "\f145";
    }
    .fa-minus-square:before {
        content: "\f146";
    }
    .fa-minus-square-o:before {
        content: "\f147";
    }
    .fa-level-up:before {
        content: "\f148";
    }
    .fa-level-down:before {
        content: "\f149";
    }
    .fa-check-square:before {
        content: "\f14a";
    }
    .fa-pencil-square:before {
        content: "\f14b";
    }
    .fa-external-link-square:before {
        content: "\f14c";
    }
    .fa-share-square:before {
        content: "\f14d";
    }
    .fa-compass:before {
        content: "\f14e";
    }
    .fa-toggle-down:before,
    .fa-caret-square-o-down:before {
        content: "\f150";
    }
    .fa-toggle-up:before,
    .fa-caret-square-o-up:before {
        content: "\f151";
    }
    .fa-toggle-right:before,
    .fa-caret-square-o-right:before {
        content: "\f152";
    }
    .fa-euro:before,
    .fa-eur:before {
        content: "\f153";
    }
    .fa-gbp:before {
        content: "\f154";
    }
    .fa-dollar:before,
    .fa-usd:before {
        content: "\f155";
    }
    .fa-rupee:before,
    .fa-inr:before {
        content: "\f156";
    }
    .fa-cny:before,
    .fa-rmb:before,
    .fa-yen:before,
    .fa-jpy:before {
        content: "\f157";
    }
    .fa-ruble:before,
    .fa-rouble:before,
    .fa-rub:before {
        content: "\f158";
    }
    .fa-won:before,
    .fa-krw:before {
        content: "\f159";
    }
    .fa-bitcoin:before,
    .fa-btc:before {
        content: "\f15a";
    }
    .fa-file:before {
        content: "\f15b";
    }
    .fa-file-text:before {
        content: "\f15c";
    }
    .fa-sort-alpha-asc:before {
        content: "\f15d";
    }
    .fa-sort-alpha-desc:before {
        content: "\f15e";
    }
    .fa-sort-amount-asc:before {
        content: "\f160";
    }
    .fa-sort-amount-desc:before {
        content: "\f161";
    }
    .fa-sort-numeric-asc:before {
        content: "\f162";
    }
    .fa-sort-numeric-desc:before {
        content: "\f163";
    }
    .fa-thumbs-up:before {
        content: "\f164";
    }
    .fa-thumbs-down:before {
        content: "\f165";
    }
    .fa-youtube-square:before {
        content: "\f166";
    }
    .fa-youtube:before {
        content: "\f167";
    }
    .fa-xing:before {
        content: "\f168";
    }
    .fa-xing-square:before {
        content: "\f169";
    }
    .fa-youtube-play:before {
        content: "\f16a";
    }
    .fa-dropbox:before {
        content: "\f16b";
    }
    .fa-stack-overflow:before {
        content: "\f16c";
    }
    .fa-instagram:before {
        content: "\f16d";
    }
    .fa-flickr:before {
        content: "\f16e";
    }
    .fa-adn:before {
        content: "\f170";
    }
    .fa-bitbucket:before {
        content: "\f171";
    }
    .fa-bitbucket-square:before {
        content: "\f172";
    }
    .fa-tumblr:before {
        content: "\f173";
    }
    .fa-tumblr-square:before {
        content: "\f174";
    }
    .fa-long-arrow-down:before {
        content: "\f175";
    }
    .fa-long-arrow-up:before {
        content: "\f176";
    }
    .fa-long-arrow-left:before {
        content: "\f177";
    }
    .fa-long-arrow-right:before {
        content: "\f178";
    }
    .fa-apple:before {
        content: "\f179";
    }
    .fa-windows:before {
        content: "\f17a";
    }
    .fa-android:before {
        content: "\f17b";
    }
    .fa-linux:before {
        content: "\f17c";
    }
    .fa-dribbble:before {
        content: "\f17d";
    }
    .fa-skype:before {
        content: "\f17e";
    }
    .fa-foursquare:before {
        content: "\f180";
    }
    .fa-trello:before {
        content: "\f181";
    }
    .fa-female:before {
        content: "\f182";
    }
    .fa-male:before {
        content: "\f183";
    }
    .fa-gittip:before,
    .fa-gratipay:before {
        content: "\f184";
    }
    .fa-sun-o:before {
        content: "\f185";
    }
    .fa-moon-o:before {
        content: "\f186";
    }
    .fa-archive:before {
        content: "\f187";
    }
    .fa-bug:before {
        content: "\f188";
    }
    .fa-vk:before {
        content: "\f189";
    }
    .fa-weibo:before {
        content: "\f18a";
    }
    .fa-renren:before {
        content: "\f18b";
    }
    .fa-pagelines:before {
        content: "\f18c";
    }
    .fa-stack-exchange:before {
        content: "\f18d";
    }
    .fa-arrow-circle-o-right:before {
        content: "\f18e";
    }
    .fa-arrow-circle-o-left:before {
        content: "\f190";
    }
    .fa-toggle-left:before,
    .fa-caret-square-o-left:before {
        content: "\f191";
    }
    .fa-dot-circle-o:before {
        content: "\f192";
    }
    .fa-wheelchair:before {
        content: "\f193";
    }
    .fa-vimeo-square:before {
        content: "\f194";
    }
    .fa-turkish-lira:before,
    .fa-try:before {
        content: "\f195";
    }
    .fa-plus-square-o:before {
        content: "\f196";
    }
    .fa-space-shuttle:before {
        content: "\f197";
    }
    .fa-slack:before {
        content: "\f198";
    }
    .fa-envelope-square:before {
        content: "\f199";
    }
    .fa-wordpress:before {
        content: "\f19a";
    }
    .fa-openid:before {
        content: "\f19b";
    }
    .fa-institution:before,
    .fa-bank:before,
    .fa-university:before {
        content: "\f19c";
    }
    .fa-mortar-board:before,
    .fa-graduation-cap:before {
        content: "\f19d";
    }
    .fa-yahoo:before {
        content: "\f19e";
    }
    .fa-google:before {
        content: "\f1a0";
    }
    .fa-reddit:before {
        content: "\f1a1";
    }
    .fa-reddit-square:before {
        content: "\f1a2";
    }
    .fa-stumbleupon-circle:before {
        content: "\f1a3";
    }
    .fa-stumbleupon:before {
        content: "\f1a4";
    }
    .fa-delicious:before {
        content: "\f1a5";
    }
    .fa-digg:before {
        content: "\f1a6";
    }
    .fa-pied-piper-pp:before {
        content: "\f1a7";
    }
    .fa-pied-piper-alt:before {
        content: "\f1a8";
    }
    .fa-drupal:before {
        content: "\f1a9";
    }
    .fa-joomla:before {
        content: "\f1aa";
    }
    .fa-language:before {
        content: "\f1ab";
    }
    .fa-fax:before {
        content: "\f1ac";
    }
    .fa-building:before {
        content: "\f1ad";
    }
    .fa-child:before {
        content: "\f1ae";
    }
    .fa-paw:before {
        content: "\f1b0";
    }
    .fa-spoon:before {
        content: "\f1b1";
    }
    .fa-cube:before {
        content: "\f1b2";
    }
    .fa-cubes:before {
        content: "\f1b3";
    }
    .fa-behance:before {
        content: "\f1b4";
    }
    .fa-behance-square:before {
        content: "\f1b5";
    }
    .fa-steam:before {
        content: "\f1b6";
    }
    .fa-steam-square:before {
        content: "\f1b7";
    }
    .fa-recycle:before {
        content: "\f1b8";
    }
    .fa-automobile:before,
    .fa-car:before {
        content: "\f1b9";
    }
    .fa-cab:before,
    .fa-taxi:before {
        content: "\f1ba";
    }
    .fa-tree:before {
        content: "\f1bb";
    }
    .fa-spotify:before {
        content: "\f1bc";
    }
    .fa-deviantart:before {
        content: "\f1bd";
    }
    .fa-soundcloud:before {
        content: "\f1be";
    }
    .fa-database:before {
        content: "\f1c0";
    }
    .fa-file-pdf-o:before {
        content: "\f1c1";
    }
    .fa-file-word-o:before {
        content: "\f1c2";
    }
    .fa-file-excel-o:before {
        content: "\f1c3";
    }
    .fa-file-powerpoint-o:before {
        content: "\f1c4";
    }
    .fa-file-photo-o:before,
    .fa-file-picture-o:before,
    .fa-file-image-o:before {
        content: "\f1c5";
    }
    .fa-file-zip-o:before,
    .fa-file-archive-o:before {
        content: "\f1c6";
    }
    .fa-file-sound-o:before,
    .fa-file-audio-o:before {
        content: "\f1c7";
    }
    .fa-file-movie-o:before,
    .fa-file-video-o:before {
        content: "\f1c8";
    }
    .fa-file-code-o:before {
        content: "\f1c9";
    }
    .fa-vine:before {
        content: "\f1ca";
    }
    .fa-codepen:before {
        content: "\f1cb";
    }
    .fa-jsfiddle:before {
        content: "\f1cc";
    }
    .fa-life-bouy:before,
    .fa-life-buoy:before,
    .fa-life-saver:before,
    .fa-support:before,
    .fa-life-ring:before {
        content: "\f1cd";
    }
    .fa-circle-o-notch:before {
        content: "\f1ce";
    }
    .fa-ra:before,
    .fa-resistance:before,
    .fa-rebel:before {
        content: "\f1d0";
    }
    .fa-ge:before,
    .fa-empire:before {
        content: "\f1d1";
    }
    .fa-git-square:before {
        content: "\f1d2";
    }
    .fa-git:before {
        content: "\f1d3";
    }
    .fa-y-combinator-square:before,
    .fa-yc-square:before,
    .fa-hacker-news:before {
        content: "\f1d4";
    }
    .fa-tencent-weibo:before {
        content: "\f1d5";
    }
    .fa-qq:before {
        content: "\f1d6";
    }
    .fa-wechat:before,
    .fa-weixin:before {
        content: "\f1d7";
    }
    .fa-send:before,
    .fa-paper-plane:before {
        content: "\f1d8";
    }
    .fa-send-o:before,
    .fa-paper-plane-o:before {
        content: "\f1d9";
    }
    .fa-history:before {
        content: "\f1da";
    }
    .fa-circle-thin:before {
        content: "\f1db";
    }
    .fa-header:before {
        content: "\f1dc";
    }
    .fa-paragraph:before {
        content: "\f1dd";
    }
    .fa-sliders:before {
        content: "\f1de";
    }
    .fa-share-alt:before {
        content: "\f1e0";
    }
    .fa-share-alt-square:before {
        content: "\f1e1";
    }
    .fa-bomb:before {
        content: "\f1e2";
    }
    .fa-soccer-ball-o:before,
    .fa-futbol-o:before {
        content: "\f1e3";
    }
    .fa-tty:before {
        content: "\f1e4";
    }
    .fa-binoculars:before {
        content: "\f1e5";
    }
    .fa-plug:before {
        content: "\f1e6";
    }
    .fa-slideshare:before {
        content: "\f1e7";
    }
    .fa-twitch:before {
        content: "\f1e8";
    }
    .fa-yelp:before {
        content: "\f1e9";
    }
    .fa-newspaper-o:before {
        content: "\f1ea";
    }
    .fa-wifi:before {
        content: "\f1eb";
    }
    .fa-calculator:before {
        content: "\f1ec";
    }
    .fa-paypal:before {
        content: "\f1ed";
    }
    .fa-google-wallet:before {
        content: "\f1ee";
    }
    .fa-cc-visa:before {
        content: "\f1f0";
    }
    .fa-cc-mastercard:before {
        content: "\f1f1";
    }
    .fa-cc-discover:before {
        content: "\f1f2";
    }
    .fa-cc-amex:before {
        content: "\f1f3";
    }
    .fa-cc-paypal:before {
        content: "\f1f4";
    }
    .fa-cc-stripe:before {
        content: "\f1f5";
    }
    .fa-bell-slash:before {
        content: "\f1f6";
    }
    .fa-bell-slash-o:before {
        content: "\f1f7";
    }
    .fa-trash:before {
        content: "\f1f8";
    }
    .fa-copyright:before {
        content: "\f1f9";
    }
    .fa-at:before {
        content: "\f1fa";
    }
    .fa-eyedropper:before {
        content: "\f1fb";
    }
    .fa-paint-brush:before {
        content: "\f1fc";
    }
    .fa-birthday-cake:before {
        content: "\f1fd";
    }
    .fa-area-chart:before {
        content: "\f1fe";
    }
    .fa-pie-chart:before {
        content: "\f200";
    }
    .fa-line-chart:before {
        content: "\f201";
    }
    .fa-lastfm:before {
        content: "\f202";
    }
    .fa-lastfm-square:before {
        content: "\f203";
    }
    .fa-toggle-off:before {
        content: "\f204";
    }
    .fa-toggle-on:before {
        content: "\f205";
    }
    .fa-bicycle:before {
        content: "\f206";
    }
    .fa-bus:before {
        content: "\f207";
    }
    .fa-ioxhost:before {
        content: "\f208";
    }
    .fa-angellist:before {
        content: "\f209";
    }
    .fa-cc:before {
        content: "\f20a";
    }
    .fa-shekel:before,
    .fa-sheqel:before,
    .fa-ils:before {
        content: "\f20b";
    }
    .fa-meanpath:before {
        content: "\f20c";
    }
    .fa-buysellads:before {
        content: "\f20d";
    }
    .fa-connectdevelop:before {
        content: "\f20e";
    }
    .fa-dashcube:before {
        content: "\f210";
    }
    .fa-forumbee:before {
        content: "\f211";
    }
    .fa-leanpub:before {
        content: "\f212";
    }
    .fa-sellsy:before {
        content: "\f213";
    }
    .fa-shirtsinbulk:before {
        content: "\f214";
    }
    .fa-simplybuilt:before {
        content: "\f215";
    }
    .fa-skyatlas:before {
        content: "\f216";
    }
    .fa-cart-plus:before {
        content: "\f217";
    }
    .fa-cart-arrow-down:before {
        content: "\f218";
    }
    .fa-diamond:before {
        content: "\f219";
    }
    .fa-ship:before {
        content: "\f21a";
    }
    .fa-user-secret:before {
        content: "\f21b";
    }
    .fa-motorcycle:before {
        content: "\f21c";
    }
    .fa-street-view:before {
        content: "\f21d";
    }
    .fa-heartbeat:before {
        content: "\f21e";
    }
    .fa-venus:before {
        content: "\f221";
    }
    .fa-mars:before {
        content: "\f222";
    }
    .fa-mercury:before {
        content: "\f223";
    }
    .fa-intersex:before,
    .fa-transgender:before {
        content: "\f224";
    }
    .fa-transgender-alt:before {
        content: "\f225";
    }
    .fa-venus-double:before {
        content: "\f226";
    }
    .fa-mars-double:before {
        content: "\f227";
    }
    .fa-venus-mars:before {
        content: "\f228";
    }
    .fa-mars-stroke:before {
        content: "\f229";
    }
    .fa-mars-stroke-v:before {
        content: "\f22a";
    }
    .fa-mars-stroke-h:before {
        content: "\f22b";
    }
    .fa-neuter:before {
        content: "\f22c";
    }
    .fa-genderless:before {
        content: "\f22d";
    }
    .fa-facebook-official:before {
        content: "\f230";
    }
    .fa-pinterest-p:before {
        content: "\f231";
    }
    .fa-whatsapp:before {
        content: "\f232";
    }
    .fa-server:before {
        content: "\f233";
    }
    .fa-user-plus:before {
        content: "\f234";
    }
    .fa-user-times:before {
        content: "\f235";
    }
    .fa-hotel:before,
    .fa-bed:before {
        content: "\f236";
    }
    .fa-viacoin:before {
        content: "\f237";
    }
    .fa-train:before {
        content: "\f238";
    }
    .fa-subway:before {
        content: "\f239";
    }
    .fa-medium:before {
        content: "\f23a";
    }
    .fa-yc:before,
    .fa-y-combinator:before {
        content: "\f23b";
    }
    .fa-optin-monster:before {
        content: "\f23c";
    }
    .fa-opencart:before {
        content: "\f23d";
    }
    .fa-expeditedssl:before {
        content: "\f23e";
    }
    .fa-battery-4:before,
    .fa-battery-full:before {
        content: "\f240";
    }
    .fa-battery-3:before,
    .fa-battery-three-quarters:before {
        content: "\f241";
    }
    .fa-battery-2:before,
    .fa-battery-half:before {
        content: "\f242";
    }
    .fa-battery-1:before,
    .fa-battery-quarter:before {
        content: "\f243";
    }
    .fa-battery-0:before,
    .fa-battery-empty:before {
        content: "\f244";
    }
    .fa-mouse-pointer:before {
        content: "\f245";
    }
    .fa-i-cursor:before {
        content: "\f246";
    }
    .fa-object-group:before {
        content: "\f247";
    }
    .fa-object-ungroup:before {
        content: "\f248";
    }
    .fa-sticky-note:before {
        content: "\f249";
    }
    .fa-sticky-note-o:before {
        content: "\f24a";
    }
    .fa-cc-jcb:before {
        content: "\f24b";
    }
    .fa-cc-diners-club:before {
        content: "\f24c";
    }
    .fa-clone:before {
        content: "\f24d";
    }
    .fa-balance-scale:before {
        content: "\f24e";
    }
    .fa-hourglass-o:before {
        content: "\f250";
    }
    .fa-hourglass-1:before,
    .fa-hourglass-start:before {
        content: "\f251";
    }
    .fa-hourglass-2:before,
    .fa-hourglass-half:before {
        content: "\f252";
    }
    .fa-hourglass-3:before,
    .fa-hourglass-end:before {
        content: "\f253";
    }
    .fa-hourglass:before {
        content: "\f254";
    }
    .fa-hand-grab-o:before,
    .fa-hand-rock-o:before {
        content: "\f255";
    }
    .fa-hand-stop-o:before,
    .fa-hand-paper-o:before {
        content: "\f256";
    }
    .fa-hand-scissors-o:before {
        content: "\f257";
    }
    .fa-hand-lizard-o:before {
        content: "\f258";
    }
    .fa-hand-spock-o:before {
        content: "\f259";
    }
    .fa-hand-pointer-o:before {
        content: "\f25a";
    }
    .fa-hand-peace-o:before {
        content: "\f25b";
    }
    .fa-trademark:before {
        content: "\f25c";
    }
    .fa-registered:before {
        content: "\f25d";
    }
    .fa-creative-commons:before {
        content: "\f25e";
    }
    .fa-gg:before {
        content: "\f260";
    }
    .fa-gg-circle:before {
        content: "\f261";
    }
    .fa-tripadvisor:before {
        content: "\f262";
    }
    .fa-odnoklassniki:before {
        content: "\f263";
    }
    .fa-odnoklassniki-square:before {
        content: "\f264";
    }
    .fa-get-pocket:before {
        content: "\f265";
    }
    .fa-wikipedia-w:before {
        content: "\f266";
    }
    .fa-safari:before {
        content: "\f267";
    }
    .fa-chrome:before {
        content: "\f268";
    }
    .fa-firefox:before {
        content: "\f269";
    }
    .fa-opera:before {
        content: "\f26a";
    }
    .fa-internet-explorer:before {
        content: "\f26b";
    }
    .fa-tv:before,
    .fa-television:before {
        content: "\f26c";
    }
    .fa-contao:before {
        content: "\f26d";
    }
    .fa-500px:before {
        content: "\f26e";
    }
    .fa-amazon:before {
        content: "\f270";
    }
    .fa-calendar-plus-o:before {
        content: "\f271";
    }
    .fa-calendar-minus-o:before {
        content: "\f272";
    }
    .fa-calendar-times-o:before {
        content: "\f273";
    }
    .fa-calendar-check-o:before {
        content: "\f274";
    }
    .fa-industry:before {
        content: "\f275";
    }
    .fa-map-pin:before {
        content: "\f276";
    }
    .fa-map-signs:before {
        content: "\f277";
    }
    .fa-map-o:before {
        content: "\f278";
    }
    .fa-map:before {
        content: "\f279";
    }
    .fa-commenting:before {
        content: "\f27a";
    }
    .fa-commenting-o:before {
        content: "\f27b";
    }
    .fa-houzz:before {
        content: "\f27c";
    }
    .fa-vimeo:before {
        content: "\f27d";
    }
    .fa-black-tie:before {
        content: "\f27e";
    }
    .fa-fonticons:before {
        content: "\f280";
    }
    .fa-reddit-alien:before {
        content: "\f281";
    }
    .fa-edge:before {
        content: "\f282";
    }
    .fa-credit-card-alt:before {
        content: "\f283";
    }
    .fa-codiepie:before {
        content: "\f284";
    }
    .fa-modx:before {
        content: "\f285";
    }
    .fa-fort-awesome:before {
        content: "\f286";
    }
    .fa-usb:before {
        content: "\f287";
    }
    .fa-product-hunt:before {
        content: "\f288";
    }
    .fa-mixcloud:before {
        content: "\f289";
    }
    .fa-scribd:before {
        content: "\f28a";
    }
    .fa-pause-circle:before {
        content: "\f28b";
    }
    .fa-pause-circle-o:before {
        content: "\f28c";
    }
    .fa-stop-circle:before {
        content: "\f28d";
    }
    .fa-stop-circle-o:before {
        content: "\f28e";
    }
    .fa-shopping-bag:before {
        content: "\f290";
    }
    .fa-shopping-basket:before {
        content: "\f291";
    }
    .fa-hashtag:before {
        content: "\f292";
    }
    .fa-bluetooth:before {
        content: "\f293";
    }
    .fa-bluetooth-b:before {
        content: "\f294";
    }
    .fa-percent:before {
        content: "\f295";
    }
    .fa-gitlab:before {
        content: "\f296";
    }
    .fa-wpbeginner:before {
        content: "\f297";
    }
    .fa-wpforms:before {
        content: "\f298";
    }
    .fa-envira:before {
        content: "\f299";
    }
    .fa-universal-access:before {
        content: "\f29a";
    }
    .fa-wheelchair-alt:before {
        content: "\f29b";
    }
    .fa-question-circle-o:before {
        content: "\f29c";
    }
    .fa-blind:before {
        content: "\f29d";
    }
    .fa-audio-description:before {
        content: "\f29e";
    }
    .fa-volume-control-phone:before {
        content: "\f2a0";
    }
    .fa-braille:before {
        content: "\f2a1";
    }
    .fa-assistive-listening-systems:before {
        content: "\f2a2";
    }
    .fa-asl-interpreting:before,
    .fa-american-sign-language-interpreting:before {
        content: "\f2a3";
    }
    .fa-deafness:before,
    .fa-hard-of-hearing:before,
    .fa-deaf:before {
        content: "\f2a4";
    }
    .fa-glide:before {
        content: "\f2a5";
    }
    .fa-glide-g:before {
        content: "\f2a6";
    }
    .fa-signing:before,
    .fa-sign-language:before {
        content: "\f2a7";
    }
    .fa-low-vision:before {
        content: "\f2a8";
    }
    .fa-viadeo:before {
        content: "\f2a9";
    }
    .fa-viadeo-square:before {
        content: "\f2aa";
    }
    .fa-snapchat:before {
        content: "\f2ab";
    }
    .fa-snapchat-ghost:before {
        content: "\f2ac";
    }
    .fa-snapchat-square:before {
        content: "\f2ad";
    }
    .fa-pied-piper:before {
        content: "\f2ae";
    }
    .fa-first-order:before {
        content: "\f2b0";
    }
    .fa-yoast:before {
        content: "\f2b1";
    }
    .fa-themeisle:before {
        content: "\f2b2";
    }
    .fa-google-plus-circle:before,
    .fa-google-plus-official:before {
        content: "\f2b3";
    }
    .fa-fa:before,
    .fa-font-awesome:before {
        content: "\f2b4";
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto;
    }
    .img-min-produto,
    .pointer {
        cursor: pointer;
    }
    .lblloading,
    .linkCms,
    .pagErro {
        text-align: center;
    }
    .cb,
    .clear-both,
    .ct {
        clear: both;
    }
    .bloco-local-tel,
    .w-nav-menu {
        white-space: nowrap;
    }
    h1.palavra-chave {
        font-size: 14px;
    }
    #map_canvas > iframe {
        width: 100%;
        height: 100%;
    }
    .ckEditorBox img {
        margin: 2px;
        height: auto !important;
    }
    .ckEditorBox a {
        color: #2aa2ec;
    }
    .ckEditorBox h1,
    .copyright a {
        color: inherit;
    }
    .copyright a {
        text-decoration: none;
    }
    .copyright a:hover {
        text-decoration: underline;
    }
    .bloco-migalha,
    .ckEditorBox a:hover,
    .linkCms {
        text-decoration: none;
    }
    .ckEditorBox p {
        padding: 0;
    }
    .ckEditorBox iframe {
        max-width: 100%;
    }
    .ckEditorBox table {
        width: auto !important;
    }
    .minHeight {
        min-height: 400px;
    }
    .bgCover {
        background-size: cover;
        background-position: center !important;
    }
    .input-geral.error,
    .w-input.error,
    .w-select.error {
        margin-bottom: 2px !important;
        border: 1px solid #fc3434;
    }
    label.error {
        padding-bottom: 10px;
        color: #fc3434;
        font-size: 1.1em;
        font-weight: 600;
    }
    .error-msg {
        color: #b60e0e;
    }
    .success-msg {
        color: #099e49;
    }
    .paginacaoBarra {
        display: table;
        margin: auto;
    }
    .paginacaoBarra li {
        display: inline-block;
        list-style: none;
    }
    .paginacaoBarra .ativo span,
    .paginacaoBarra .inativo,
    .paginacaoBarra li a {
        padding: 5px 10px;
        margin: 2px 6px;
        text-decoration: none;
    }
    .paginacaoBarra .inativo {
        color: #bbb;
    }
    .paginacaoBarra .ativo {
        color: #259eed;
    }
    .paginacaoBarra li a {
        background: #259eed;
        color: #fff;
    }
    .paginacaoBarra li a:hover {
        background: #107ac0;
    }
    h1.palavraChave {
        text-transform: inherit;
        font-weight: 400;
        display: inline;
        line-height: normal;
    }
    .linkCms {
        margin: auto;
        display: table;
        color: red;
        background: #ff0;
        width: 100%;
        font-weight: 700;
        font-size: 15px;
        padding: 5px;
    }
    .fl {
        float: left;
    }
    .fr {
        float: right;
    }
    .area-descricao-parceiro {
        color: #666;
    }
    @media (min-width: 900px) {
        .fileinput-filename {
            overflow-wrap: break-word;
            max-width: 326px;
        }
    }
    @media (max-width: 900px) {
        .minHeight {
            min-height: 200px;
        }
        .w-widget-map {
            height: 200px !important;
        }
    }
    @media (max-width: 767px) {
        .zoomLens,
        .zoomWindow {
            display: none !important;
        }
        .cb767 {
            clear: both;
        }
        .bloco-local-tel {
            width: 50%;
        }
    }
    .bloco-lateral-noticia nav {
        float: none;
    }
    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-family: "Open Sans", sans-serif;
        color: #444;
        font-size: 14px;
    }
    .alert-info {
        color: #00699e;
        background-color: #daf6ff;
        border-color: #a5d8fa;
    }
    .alert-success {
        border-color: #6cdb6c;
        background-color: rgba(127, 224, 163, 0.43);
        color: #008a11;
    }
    .alert-warning {
        border-color: #fa0;
        background-color: #fff1d5;
        color: #e47600;
    }
    .alert-danger {
        border-color: #ff9694;
        background-color: #ffd0cf;
        color: #ef5350;
    }
    .center-form {
        width: 60% !important;
        margin: 0 auto;
    }
    .w-iframe iframe {
        width: 100%;
        height: 100%;
    }
    .nav-alterado {
        width: 100%;
    }
    .first-input-archive {
        width: 100%;
        border: 1px solid #ccc;
    }
    .second-input-archive {
        width: 30%;
        background: #666;
        text-align: center;
        font-size: 13px;
        color: #fff;
        height: 100%;
        display: table-cell;
    }
    .input-archive-all {
        width: 100%;
    }
    .input-archive-all .btn:hover {
        opacity: 0.8;
        cursor: pointer;
    }
    .box-recebe-nome-archive {
        padding-left: 15px;
        font-size: 14px;
        color: #999;
    }
    .link-voltar:hover,
    a.link-migalha:hover,
    a:hover {
        cursor: pointer !important;
    }
    .bloco-img-parceiro {
        position: relative;
    }
    .bloco-img-parceiro img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: 100%;
        bottom: 0;
        margin: auto;
    }
    @media (max-width: 991px) {
        .change-columns-topo {
            float: left !important;
        }
    }
    @media (max-width: 767px) {
        .img-produto-detalhe {
            height: auto !important;
        }
        .center-form {
            width: 100% !important;
        }
        .change-align-partners {
            display: inherit;
            margin: 0 auto;
        }
        .second-input-archive {
            width: 100%;
            background: #666;
            text-align: center;
            font-size: 13px;
            color: #fff;
            height: 100%;
            border-radius: 1px !important;
            display: block;
            margin: 10px 50px 20px 0;
            padding: 9px;
        }
    }
    .esconde-palavra {
        display: none;
    }
    .topo-mov {
        min-height: 60px;
        height: auto !important;
    }
    .change-columns-topo {
        display: table-cell;
        vertical-align: middle;
    }
    .bloco-img-produto-det img,
    .imgloading {
        display: block;
    }
    .bloco-mapa {
        position: relative;
    }
    .overlay-map {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    .padding-none {
        padding: 0 !important;
    }
    .item-pg.inativo:hover {
        background: 0 0;
        border-color: #ccc;
        opacity: 0.8;
    }
    .imgloading {
        width: 60px;
        margin: 0 auto;
    }
    .img-galeria-com-album {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: cover !important;
    }
    .content-img-galery,
    .img-min-prod-tratada {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .img-produto-tratada {
        height: auto;
    }
    .content-img-galery {
        height: 100%;
        width: 100%;
    }
    .img-min-parter-tratada {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .remove-hover-destaque-partner:hover {
        border-width: 1px !important;
        opacity: 1 !important;
        color: initial !important;
    }
    .bloco-migalha h1,
    .bloco-migalha h2 {
        font-size: 19px;
        line-height: 19px;
        color: inherit;
        font-weight: 700;
    }
    .ajust-itens-location {
        width: 100% !important;
    }
    .ajust-heigth {
        height: 100% !important;
    }
    .bloco-migalha h1 {
        margin: 7px 0;
    }
    .img-galery-album-novo {
        height: 173px;
        margin-bottom: 20px;
    }
    .retira-hover-migalha:hover {
        color: inherit !important;
    }
    .geral {
        min-width: inherit !important;
    }
    .bloco-img-produto-det {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    #boxMapa > iframe {
        width: 100%;
    }
    .nav-bar-mov {
        height: auto;
    }
    @media screen and (max-width: 991px) {
        .bloco-paginacao a.linksExtremos {
            display: none;
        }
        .bloco-paginacao > a {
            margin-bottom: 10px;
        }
    }
    .bloco-img-produto-det img {
        width: auto;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
    .linkSlideHome {
        width: 100%;
        height: 100%;
        display: block;
    }
    .linkSlideHome:hover {
        opacity: 0.8;
    }
    .imgGaleriaHome {
        height: 173px !important;
    }
    .imgGaleriaHome .img-galeria {
        height: 100%;
        width: 100%;
        background-size: cover !important;
    }
    .bloco-img-produto-destaque,
    .link-produto-destaque {
        height: 234px;
    }
    .imgDestaqueProduto {
        height: 234px;
        background-size: cover !important;
        background-position: center;
    }
    .link-produto-destaque img {
        max-height: 100%;
    }
    a:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .blocoParceiro,
    .galeriaAlbum,
    .itemProduto {
        float: inherit;
        vertical-align: top;
        display: inline-block;
        zoom: 1;
    }
    .arquiv-extensao {
        font-style: italic;
        font-size: 12px;
    }
    .arruma-input-archive {
        position: absolute !important;
        width: 100%;
        background: #fff;
        height: 100%;
        cursor: pointer;
        z-index: 9 !important;
        opacity: 0;
    }
    .arruma-input-archive:hover {
        opacity: 0.1;
    }
    @media (min-width: 991px) and (max-width: 1150px) {
        .menu-1-5 {
            font-size: 1.5em !important;
        }
        .menu-1-4 {
            font-size: 1.4em !important;
        }
        .menu-1-3 {
            font-size: 1.3em !important;
        }
        .menu-1-2 {
            font-size: 1.2em !important;
        }
    }
    .ajust-menu-lateral {
        width: 100% !important;
    }
    div.link-menu-lateral:hover {
        background-color: #696969;
        cursor: inherit;
    }
    .area-video h2 {
        text-align: left !important;
    }
    .zoomWrapper {
        position: relative;
    }
    .zoomWrapper img:nth-child(2) {
        display: none !important;
    }
    .bloco-img-produto {
        width: 73%;
        margin: 0 auto;
    }
    @media (max-width: 479px) {
        .cb479 {
            clear: both;
        }
        .zoomContainer {
            display: none;
        }
    }
    #title-select-model {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 30px;
    }
    #form-select-model div,
    #form-select-model div label {
        width: 100%;
    }
    #form-select-model div label {
        font-size: 20px;
    }
    #form-select-model div select {
        width: 15%;
        font-size: 15px;
    }
    #form-select-model input {
        margin-top: 15px;
        background-color: #7b7b7b;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 15px;
        padding: 5px 20px;
    }
    #form-select-model input:hover {
        cursor: pointer;
        opacity: 0.8;
    }
    .quadrado {
        border-radius: 0 !important;
    }
    .bloco-local-tel {
        float: left;
    }
    .texto-local-topo {
        display: inline-block;
        float: left;
    }
    .traco-telefone {
        margin: 0 3px;
    }
    img,
    legend {
        border: 0;
    }
    legend,
    td,
    th {
        padding: 0;
    }
    html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }
    body {
        margin: 0;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    [hidden],
    template {
        display: none;
    }
    a {
        background-color: transparent;
    }
    a:active,
    a:hover {
        outline: 0;
    }
    abbr[title] {
        border-bottom: 1px dotted;
    }
    b,
    optgroup,
    strong {
        font-weight: 700;
    }
    dfn {
        font-style: italic;
    }
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    mark {
        background: #ff0;
        color: #000;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
    svg:not(:root) {
        overflow: hidden;
    }
    figure {
        margin: 1em 40px;
    }
    hr {
        box-sizing: content-box;
        height: 0;
    }
    pre,
    textarea {
        overflow: auto;
    }
    code,
    kbd,
    pre,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }
    button {
        overflow: visible;
    }
    button,
    select {
        text-transform: none;
    }
    button,
    html input[type="button"],
    input[type="reset"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button[disabled],
    html input[disabled] {
        cursor: default;
    }
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    input {
        line-height: normal;
    }
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    ol,
    p,
    ul {
        margin-top: 0;
        margin-bottom: 10px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    ul {
        margin-bottom: 10px;
    }
    .w-checkbox:after,
    .w-clearfix:after,
    .w-container:after,
    .w-embed:after,
    .w-radio:after,
    .w-row:after,
    .w-slider {
        clear: both;
    }
    .w-slider,
    .w-slider-nav {
        -webkit-tap-highlight-color: transparent;
    }
    .w-background-video,
    .w-slider-mask,
    .w-widget-gplus,
    .w-widget-map .gm-style-iw,
    .w-widget-twitter {
        overflow: hidden;
    }
    @font-face {
        font-family: webflow-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .w-icon-slider-right:before {
        content: "\e600";
    }
    .w-icon-slider-left:before {
        content: "\e601";
    }
    .w-icon-nav-menu:before {
        content: "\e602";
    }
    .w-icon-arrow-down:before,
    .w-icon-dropdown-toggle:before {
        content: "\e603";
    }
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    html {
        height: 100%;
    }
    body {
        margin: 0;
        min-height: 100%;
        background-color: #fff;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    html.w-mod-touch * {
        background-attachment: scroll !important;
    }
    .w-block {
        display: block;
    }
    .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }
    .w-clearfix:after,
    .w-clearfix:before {
        content: " ";
        display: table;
    }
    .w-preserve-3d {
        transform-style: preserve-3d;
    }
    .w-hidden {
        display: none;
    }
    .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: #3898ec;
        color: #fff;
        border: 0;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0;
    }
    input.w-button {
        -webkit-appearance: button;
    }
    html[data-w-dynpage] [data-w-cloak] {
        color: transparent !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
    }
    h1 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 20px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
        margin-top: 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }
    h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    a:focus {
        outline: 0;
    }
    blockquote {
        margin: 0 0 10px;
        padding: 10px 20px;
        border-left: 5px solid #e2e2e2;
        font-size: 18px;
        line-height: 22px;
    }
    figure {
        margin: 0 0 10px;
    }
    figcaption {
        margin-top: 5px;
        text-align: center;
    }
    ol,
    ul {
        padding-left: 40px;
    }
    .w-list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .w-embed:after,
    .w-embed:before {
        content: " ";
        display: table;
    }
    .w-video {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .w-video embed,
    .w-video iframe,
    .w-video object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    fieldset {
        padding: 0;
        margin: 0;
        border: 0;
    }
    button,
    html input[type="button"],
    input[type="reset"] {
        border: 0;
        cursor: pointer;
        -webkit-appearance: button;
    }
    .w-form {
        margin: 0 0 15px;
    }
    .w-form-done {
        display: none;
        padding: 20px;
        text-align: center;
        background-color: #ddd;
    }
    .w-form-fail {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #ffdede;
    }
    label {
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }
    .w-input,
    .w-select {
        display: block;
        width: 100%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #333;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
    }
    .w-select[multiple],
    textarea.w-input,
    textarea.w-select {
        height: auto;
    }
    .w-input:-moz-placeholder,
    .w-select:-moz-placeholder {
        color: #999;
    }
    .w-input::-moz-placeholder,
    .w-select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }
    .w-input:-ms-input-placeholder,
    .w-select:-ms-input-placeholder {
        color: #999;
    }
    .w-input::-webkit-input-placeholder,
    .w-select::-webkit-input-placeholder {
        color: #999;
    }
    .w-input:focus,
    .w-select:focus {
        border-color: #3898ec;
        outline: 0;
    }
    .w-input[disabled],
    .w-input[readonly],
    .w-select[disabled],
    .w-select[readonly],
    fieldset[disabled] .w-input,
    fieldset[disabled] .w-select {
        cursor: not-allowed;
        background-color: #eee;
    }
    .w-select {
        background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
        background-image: linear-gradient(white 0, #f3f3f3 100%);
    }
    .w-form-label {
        display: inline-block;
        cursor: pointer;
        font-weight: 400;
        margin-bottom: 0;
    }
    .w-checkbox,
    .w-radio {
        display: block;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .w-checkbox:after,
    .w-checkbox:before,
    .w-container:after,
    .w-container:before,
    .w-radio:after,
    .w-radio:before,
    .w-row:after,
    .w-row:before {
        display: table;
        content: " ";
    }
    .w-checkbox-input,
    .w-radio-input {
        margin: 4px 0 0 -20px;
        margin-top: 1px\9;
        line-height: normal;
        float: left;
    }
    .w-radio-input {
        margin-top: 3px;
    }
    .w-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .w-row .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }
    .w-col-1 {
        width: 8.33333333%;
    }
    .w-col-2 {
        width: 16.66666667%;
    }
    .w-col-3 {
        width: 25%;
    }
    .w-col-4 {
        width: 33.33333333%;
    }
    .w-col-5 {
        width: 41.66666667%;
    }
    .w-col-6 {
        width: 50%;
    }
    .w-col-7 {
        width: 58.33333333%;
    }
    .w-col-8 {
        width: 66.66666667%;
    }
    .w-col-9 {
        width: 75%;
    }
    .w-col-10 {
        width: 83.33333333%;
    }
    .w-col-11 {
        width: 91.66666667%;
    }
    .w-col-12 {
        width: 100%;
    }
    .w-hidden-main {
        display: none !important;
    }
    @media screen and (max-width: 991px) {
        .w-container {
            max-width: 728px;
        }
        .w-hidden-main {
            display: inherit !important;
        }
        .w-hidden-medium {
            display: none !important;
        }
        .w-col-medium-1 {
            width: 8.33333333%;
        }
        .w-col-medium-2 {
            width: 16.66666667%;
        }
        .w-col-medium-3 {
            width: 25%;
        }
        .w-col-medium-4 {
            width: 33.33333333%;
        }
        .w-col-medium-5 {
            width: 41.66666667%;
        }
        .w-col-medium-6 {
            width: 50%;
        }
        .w-col-medium-7 {
            width: 58.33333333%;
        }
        .w-col-medium-8 {
            width: 66.66666667%;
        }
        .w-col-medium-9 {
            width: 75%;
        }
        .w-col-medium-10 {
            width: 83.33333333%;
        }
        .w-col-medium-11 {
            width: 91.66666667%;
        }
        .w-col-medium-12 {
            width: 100%;
        }
        .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    .visible-small,
    .cb-small {
        display: none !important;
    }
    @media screen and (max-width: 767px) {
        .visible-small,
        .cb-small {
            display: block !important;
        }
        .hidden-small {
            display: none !important;
        }
        .w-hidden-main,
        .w-hidden-medium {
            display: inherit !important;
        }
        .w-hidden-small {
            display: none !important;
        }
        .w-container .w-row,
        .w-row {
            margin-left: 0;
            margin-right: 0;
        }
        .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .w-col-small-1 {
            width: 8.33333333%;
        }
        .w-col-small-2 {
            width: 16.66666667%;
        }
        .w-col-small-3 {
            width: 25%;
        }
        .w-col-small-4 {
            width: 33.33333333%;
        }
        .w-col-small-5 {
            width: 41.66666667%;
        }
        .w-col-small-6 {
            width: 50%;
        }
        .w-col-small-7 {
            width: 58.33333333%;
        }
        .w-col-small-8 {
            width: 66.66666667%;
        }
        .w-col-small-9 {
            width: 75%;
        }
        .w-col-small-10 {
            width: 83.33333333%;
        }
        .w-col-small-11 {
            width: 91.66666667%;
        }
        .w-col-small-12 {
            width: 100%;
        }
    }
    @media screen and (max-width: 479px) {
        .w-container {
            max-width: none;
        }
        .w-hidden-main,
        .w-hidden-medium,
        .w-hidden-small {
            display: inherit !important;
        }
        .w-hidden-tiny {
            display: none !important;
        }
        .w-col {
            width: 100%;
        }
        .w-col-tiny-1 {
            width: 8.33333333%;
        }
        .w-col-tiny-2 {
            width: 16.66666667%;
        }
        .w-col-tiny-3 {
            width: 25%;
        }
        .w-col-tiny-4 {
            width: 33.33333333%;
        }
        .w-col-tiny-5 {
            width: 41.66666667%;
        }
        .w-col-tiny-6 {
            width: 50%;
        }
        .w-col-tiny-7 {
            width: 58.33333333%;
        }
        .w-col-tiny-8 {
            width: 66.66666667%;
        }
        .w-col-tiny-9 {
            width: 75%;
        }
        .w-col-tiny-10 {
            width: 83.33333333%;
        }
        .w-col-tiny-11 {
            width: 91.66666667%;
        }
        .w-col-tiny-12 {
            width: 100%;
        }
    }
    .w-widget {
        position: relative;
    }
    .w-widget-map {
        width: 100%;
        height: 400px;
    }
    .w-widget-map label {
        width: auto;
        display: inline;
    }
    .w-widget-map img {
        max-width: inherit;
    }
    .w-widget-map .gm-style-iw {
        width: 90% !important;
        height: auto !important;
        top: 7px !important;
        left: 6% !important;
        display: inline;
        text-align: center;
    }
    .w-widget-map .gm-style-iw + div {
        display: none;
    }
    .w-widget-twitter-count-shim {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 28px;
        height: 20px;
        text-align: center;
        background: #fff;
        border: 1px solid #758696;
        border-radius: 3px;
    }
    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .w-dropdown-toggle,
    .w-slider-arrow-left,
    .w-slider-arrow-right {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        cursor: pointer;
    }
    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        position: relative;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #999;
        font-family: serif;
    }
    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        position: relative;
        display: block;
    }
    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
        margin-left: 7px;
    }
    .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical):after,
    .w-widget-twitter-count-shim:not(.w--vertical):before {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px;
    }
    .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px;
    }
    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    .w-widget-twitter-count-shim.w--vertical:after,
    .w-widget-twitter-count-shim.w--vertical:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px;
    }
    .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 4px;
        margin-left: -4px;
    }
    .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px;
    }
    .w-background-video {
        position: relative;
        height: 500px;
        color: #fff;
    }
    .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        right: -100%;
        bottom: -100%;
        top: -100%;
        left: -100%;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        z-index: -100;
    }
    .w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #ddd;
        tap-highlight-color: transparent;
    }
    .w-slide,
    .w-slider-mask {
        position: relative;
        height: 100%;
    }
    .w-slider-mask {
        display: block;
        z-index: 1;
        left: 0;
        right: 0;
        white-space: nowrap;
    }
    .w-dropdown,
    .w-dropdown-toggle,
    .w-slide,
    .w-slider-dot {
        display: inline-block;
    }
    .w-slide {
        vertical-align: top;
        width: 100%;
        white-space: normal;
        text-align: left;
    }
    .w-slider-nav {
        position: absolute;
        z-index: 2;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        padding-top: 10px;
        height: 40px;
        text-align: center;
        tap-highlight-color: transparent;
    }
    .w-lightbox-backdrop,
    .w-nav-button {
        -webkit-tap-highlight-color: transparent;
    }
    .w-slider-nav.w-round > div {
        border-radius: 100%;
    }
    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: 0.2em 0.5em;
        font-size: inherit;
        line-height: inherit;
    }
    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
    }
    .w-slider-nav-invert {
        color: #fff;
    }
    .w-slider-nav-invert > div {
        background-color: rgba(34, 34, 34, 0.4);
    }
    .w-slider-nav-invert > div.w-active {
        background-color: #222;
    }
    .w-slider-dot {
        position: relative;
        width: 1em;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.4);
        cursor: pointer;
        margin: 0 3px 0.5em;
        transition:
            background-color 0.1s,
            color 0.1s;
    }
    .w-slider-dot.w-active {
        background-color: #fff;
    }
    .w-slider-arrow-left,
    .w-slider-arrow-right {
        position: absolute;
        width: 80px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        overflow: hidden;
        color: #fff;
        font-size: 40px;
        -webkit-tap-highlight-color: transparent;
        tap-highlight-color: transparent;
        user-select: none;
    }
    .w-slider-arrow-left [class*=" w-icon-"],
    .w-slider-arrow-left [class^="w-icon-"],
    .w-slider-arrow-right [class*=" w-icon-"],
    .w-slider-arrow-right [class^="w-icon-"] {
        position: absolute;
    }
    .w-dropdown,
    .w-dropdown-btn,
    .w-dropdown-link,
    .w-dropdown-toggle {
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    .w-icon-slider-left,
    .w-icon-slider-right {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1em;
        height: 1em;
    }
    .w-dropdown {
        z-index: 900;
    }
    .w-dropdown-btn,
    .w-dropdown-link,
    .w-dropdown-toggle {
        vertical-align: top;
        text-decoration: none;
        color: #222;
        padding: 20px;
        white-space: nowrap;
    }
    .w-dropdown-toggle {
        user-select: none;
        padding-right: 40px;
    }
    .w-lightbox-backdrop,
    .w-nav-button {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }
    .w-dropdown-toggle:focus {
        outline: 0;
    }
    .w-icon-dropdown-toggle {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 20px auto auto;
        width: 1em;
        height: 1em;
    }
    .w-dropdown-list {
        position: absolute;
        background: #ddd;
        display: none;
        min-width: 100%;
    }
    .w-dropdown-list.w--open,
    .w-nav[data-collapse="all"] .w-dropdown,
    .w-nav[data-collapse="all"] .w-dropdown-toggle {
        display: block;
    }
    .w-dropdown-link {
        padding: 10px 20px;
        display: block;
        color: #222;
    }
    .w-dropdown-link.w--current {
        color: #0082f3;
    }
    .w-nav[data-collapse="all"] .w-dropdown-list {
        position: static;
    }
    @media screen and (max-width: 991px) {
        .w-nav[data-collapse="medium"] .w-dropdown,
        .w-nav[data-collapse="medium"] .w-dropdown-toggle {
            display: block;
        }
        .w-nav[data-collapse="medium"] .w-dropdown-list {
            position: static;
        }
    }
    @media screen and (max-width: 767px) {
        .w-nav[data-collapse="small"] .w-dropdown,
        .w-nav[data-collapse="small"] .w-dropdown-toggle {
            display: block;
        }
        .w-nav[data-collapse="small"] .w-dropdown-list {
            position: static;
        }
        .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 479px) {
        .w-nav[data-collapse="tiny"] .w-dropdown,
        .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
            display: block;
        }
        .w-nav[data-collapse="tiny"] .w-dropdown-list {
            position: static;
        }
    }
    .w-lightbox-backdrop {
        cursor: auto;
        font-style: normal;
        font-variant: normal;
        letter-spacing: normal;
        list-style: disc;
        text-indent: 0;
        text-shadow: none;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        word-break: normal;
        word-spacing: normal;
        word-wrap: normal;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
        font-size: 17px;
        line-height: 1.2;
        font-weight: 300;
        text-align: center;
        background: rgba(0, 0, 0, 0.95);
        z-index: 2000;
        outline: 0;
        opacity: 0;
        -webkit-transform: translate(0, 0);
    }
    .w-lightbox-backdrop,
    .w-lightbox-container {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .w-lightbox-content {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .w-lightbox-view {
        position: absolute;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }
    .w-lightbox-view:before {
        content: "";
        height: 100vh;
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 86vh;
    }
    .w-lightbox-frame,
    .w-lightbox-view:before {
        display: inline-block;
        vertical-align: middle;
    }
    .w-nav-link,
    .w-tab-link {
        vertical-align: top;
        text-decoration: none;
    }
    .w-lightbox-figure {
        position: relative;
        margin: 0;
    }
    .w-lightbox-group .w-lightbox-figure {
        cursor: pointer;
    }
    .w-lightbox-img {
        width: auto;
        height: auto;
        max-width: none;
    }
    .w-lightbox-image {
        display: block;
        float: none;
        max-width: 100vw;
        max-height: 100vh;
    }
    .w-lightbox-group .w-lightbox-image {
        max-height: 86vh;
    }
    .w-lightbox-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0.5em 1em;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .w-lightbox-embed {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .w-lightbox-control {
        position: absolute;
        top: 0;
        width: 4em;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .w-lightbox-left {
        display: none;
        bottom: 0;
        left: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    }
    .w-lightbox-right {
        display: none;
        right: 0;
        bottom: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    }
    .w-lightbox-close {
        right: 0;
        height: 2.6em;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
        background-size: 18px;
    }
    .w-lightbox-strip {
        padding: 0 1vh;
        line-height: 0;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .w-lightbox-noscroll,
    .w-richtext ol,
    .w-richtext ul {
        overflow: hidden;
    }
    .w-lightbox-item {
        display: inline-block;
        width: 10vh;
        padding: 2vh 1vh;
        box-sizing: content-box;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .w-lightbox-active {
        opacity: 0.3;
    }
    .w-lightbox-thumbnail {
        position: relative;
        height: 10vh;
        background: #222;
        overflow: hidden;
    }
    .w-lightbox-thumbnail-image {
        position: absolute;
        top: 0;
        left: 0;
    }
    .w-lightbox-thumbnail .w-lightbox-tall {
        top: 50%;
        width: 100%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .w-lightbox-thumbnail .w-lightbox-wide {
        left: 50%;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .w-lightbox-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border: 5px solid rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        -webkit-animation: spin 0.8s infinite linear;
        animation: spin 0.8s infinite linear;
    }
    .w-richtext figure.w-richtext-align-center,
    .w-richtext figure.w-richtext-align-fullwidth {
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .w-lightbox-spinner:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border: 3px solid transparent;
        border-bottom-color: #fff;
        border-radius: 50%;
    }
    .w-lightbox-hide {
        display: none;
    }
    @media (min-width: 768px) {
        .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .w-lightbox-view,
        .w-lightbox-view:before {
            height: 96vh;
        }
        .w-lightbox-group,
        .w-lightbox-group .w-lightbox-view,
        .w-lightbox-group .w-lightbox-view:before {
            height: 84vh;
        }
        .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .w-lightbox-left,
        .w-lightbox-right {
            display: block;
            opacity: 0.5;
        }
        .w-lightbox-close {
            opacity: 0.8;
        }
        .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    .w-lightbox-inactive,
    .w-lightbox-inactive:hover {
        opacity: 0;
    }
    .w-richtext:after,
    .w-richtext:before {
        content: " ";
        display: table;
    }
    .w-richtext:after {
        clear: both;
    }
    .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before,
    .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
        outline: #2895f7 solid 2px;
    }
    .w-richtext figure[data-rt-type="video"] > div:before {
        content: "";
        position: absolute;
        display: none;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .w-richtext figure {
        position: relative;
        max-width: 60%;
    }
    .w-richtext figure img,
    .w-richtext figure > div:before {
        cursor: default !important;
    }
    .w-richtext figure img {
        width: 100%;
    }
    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: 0.6;
    }
    .w-richtext figure div {
        font-size: 0;
        color: transparent;
    }
    .w-richtext figure[data-rt-type="image"] {
        display: table;
    }
    .w-richtext figure[data-rt-type="image"] > div {
        display: inline-block;
    }
    .w-richtext figure[data-rt-type="image"] > figcaption {
        display: table-caption;
        caption-side: bottom;
    }
    .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }
    .w-richtext figure[data-rt-type="video"] iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .w-nav,
    .w-nav-brand,
    .w-nav-link,
    .w-nav-menu {
        position: relative;
    }
    .w-richtext figure[data-rt-type="video"] > div {
        width: 100%;
    }
    .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%;
    }
    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }
    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        text-align: center;
        display: block;
    }
    .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        padding-bottom: inherit;
    }
    .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block;
    }
    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }
    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }
    .w-nav:after,
    .w-tabs:after {
        clear: both;
    }
    .w-nav {
        background: #ddd;
        z-index: 1000;
    }
    .w-nav:after,
    .w-nav:before {
        content: " ";
        display: table;
    }
    .w-nav-brand {
        float: left;
        text-decoration: none;
        color: #333;
    }
    .w-nav-link {
        display: inline-block;
        color: #222;
        padding: 20px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .w-nav-link.w--current {
        color: #0082f3;
    }
    .w-nav-menu {
        float: right;
    }
    .w--nav-menu-open {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #c8c8c8;
        text-align: center;
        overflow: visible;
        min-width: 200px;
    }
    .w--nav-link-open {
        display: block;
        position: relative;
    }
    .w-nav-overlay {
        position: absolute;
        overflow: hidden;
        display: none;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }
    .w-nav-button,
    .w-tab-content,
    .w-tab-link,
    .w-tab-menu,
    .w-tab-pane,
    .w-tabs {
        position: relative;
    }
    .w-nav[data-animation="over-left"] .w-nav-overlay,
    .w-nav[data-animation="over-right"] .w-nav-overlay {
        width: auto;
    }
    .w-nav-overlay .w--nav-menu-open {
        top: 0;
    }
    .w-nav[data-animation="over-left"] .w--nav-menu-open,
    .w-nav[data-animation="over-left"] .w-nav-overlay {
        right: auto;
        z-index: 1;
    }
    .w-nav[data-animation="over-right"] .w--nav-menu-open,
    .w-nav[data-animation="over-right"] .w-nav-overlay {
        left: auto;
        z-index: 1;
    }
    .w-nav-button {
        float: right;
        padding: 18px;
        font-size: 24px;
        display: none;
        cursor: pointer;
        tap-highlight-color: transparent;
        user-select: none;
    }
    .w-nav-button.w--open {
        background-color: #c8c8c8;
        color: #fff;
    }
    .w-nav[data-collapse="all"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="all"] .w-nav-button {
        display: block;
    }
    @media screen and (max-width: 991px) {
        .w-nav[data-collapse="medium"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="medium"] .w-nav-button {
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .w-nav-brand {
            padding-left: 10px;
        }
    }
    @media screen and (max-width: 479px) {
        .w-nav[data-collapse="tiny"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="tiny"] .w-nav-button {
            display: block;
        }
    }
    .w-tabs:after,
    .w-tabs:before {
        content: " ";
        display: table;
    }
    .w-tab-link {
        display: inline-block;
        padding: 9px 30px;
        text-align: left;
        cursor: pointer;
        color: #222;
        background-color: #ddd;
    }
    .w-tab-link.w--current {
        background-color: #c8c8c8;
    }
    .w-tab-content {
        display: block;
        overflow: hidden;
    }
    .w-tab-pane {
        display: none;
    }
    .w--tab-active {
        display: block;
    }
    @media screen and (max-width: 479px) {
        .w-tab-link {
            display: block;
        }
    }
    .w-ix-emptyfix:after {
        content: "";
    }
    @keyframes "spin" {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .w-dyn-empty {
        padding: 10px;
        background-color: #ddd;
    }
    .w-condition-invisible {
        display: none !important;
    }
    .nav-tabs-right,
    .row > .nav-tabs-left + .tab-content {
        border-left: 1px solid #ddd;
    }
    .container-smooth {
        max-width: 1170px;
    }
    @media (min-width: 1px) {
        .container-smooth {
            width: auto;
        }
    }
    .btn-labeled {
        padding-top: 0;
        padding-bottom: 0;
    }
    .btn-label {
        position: relative;
        left: -12px;
        display: inline-block;
        padding: 6px 12px;
        background: 0 0;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 3px 0 0 3px;
    }
    .btn-label.btn-label-right {
        right: -12px;
        left: auto;
        border-radius: 0 3px 3px 0;
    }
    .btn-lg .btn-label {
        left: -16px;
        padding: 10px 16px;
        border-radius: 5px 0 0 5px;
    }
    .btn-lg .btn-label.btn-label-right {
        right: -16px;
        left: auto;
        border-radius: 0 5px 5px 0;
    }
    .btn-sm .btn-label {
        left: -10px;
        padding: 5px 10px;
        border-radius: 2px 0 0 2px;
    }
    .btn-sm .btn-label.btn-label-right {
        right: -10px;
        left: auto;
        border-radius: 0 2px 2px 0;
    }
    .btn-xs .btn-label {
        left: -5px;
        padding: 1px 5px;
        border-radius: 2px 0 0 2px;
    }
    .btn-xs .btn-label.btn-label-right {
        right: -5px;
        left: auto;
        border-radius: 0 2px 2px 0;
    }
    .nav-tabs-bottom {
        border-top: 1px solid #ddd;
        border-bottom: 0;
    }
    .nav-tabs-bottom > li {
        margin-top: -1px;
        margin-bottom: 0;
    }
    .nav-tabs-bottom > li > a {
        border-radius: 0 0 4px 4px;
    }
    .nav-tabs-bottom > li.active > a,
    .nav-tabs-bottom > li.active > a:focus,
    .nav-tabs-bottom > li.active > a:hover,
    .nav-tabs-bottom > li > a:focus,
    .nav-tabs-bottom > li > a:hover {
        border: 1px solid #ddd;
        border-top-color: transparent;
    }
    .nav-tabs-left {
        border-right: 1px solid #ddd;
        border-bottom: 0;
    }
    .nav-tabs-left > li {
        float: none;
        margin-right: -1px;
        margin-bottom: 0;
    }
    .nav-tabs-left > li > a {
        margin-right: 0;
        margin-bottom: 2px;
        border-radius: 4px 0 0 4px;
    }
    .nav-tabs-left > li.active > a,
    .nav-tabs-left > li.active > a:focus,
    .nav-tabs-left > li.active > a:hover,
    .nav-tabs-left > li > a:focus,
    .nav-tabs-left > li > a:hover {
        border: 1px solid #ddd;
        border-right-color: transparent;
    }
    .row > .nav-tabs-left {
        position: relative;
        z-index: 1;
        padding-right: 0;
        padding-left: 15px;
        margin-right: -1px;
    }
    .nav-tabs-right {
        border-bottom: 0;
    }
    .nav-tabs-right > li {
        float: none;
        margin-bottom: 0;
        margin-left: -1px;
    }
    .nav-tabs-right > li > a {
        margin-bottom: 2px;
        margin-left: 0;
        border-radius: 0 4px 4px 0;
    }
    .nav-tabs-right > li.active > a,
    .nav-tabs-right > li.active > a:focus,
    .nav-tabs-right > li.active > a:hover,
    .nav-tabs-right > li > a:focus,
    .nav-tabs-right > li > a:hover {
        border: 1px solid #ddd;
        border-left-color: transparent;
    }
    .row > .nav-tabs-right {
        padding-right: 15px;
        padding-left: 0;
    }
    .navbar-offcanvas,
    .navmenu {
        width: 300px;
        height: auto;
        border-style: solid;
        border-width: 1px;
        border-radius: 4px;
    }
    .navbar-offcanvas,
    .navmenu-fixed-left,
    .navmenu-fixed-right {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1030;
        overflow-y: auto;
        border-radius: 0;
    }
    .navbar-offcanvas.navmenu-fixed-left,
    .navmenu-fixed-left {
        right: auto;
        left: 0;
        border-width: 0 1px 0 0;
    }
    .navbar-offcanvas,
    .navmenu-fixed-right {
        right: 0;
        left: auto;
        border-width: 0 0 0 1px;
    }
    .navmenu-nav {
        margin-bottom: 10px;
    }
    .navmenu-nav.dropdown-menu {
        position: static;
        float: none;
        padding-top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-offcanvas .navbar-nav {
        margin: 0;
    }
    @media (min-width: 768px) {
        .navbar-offcanvas {
            width: auto;
            border-top: 0;
            box-shadow: none;
        }
        .navbar-offcanvas.offcanvas {
            position: static;
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }
        .navbar-offcanvas .navbar-nav.navbar-left:first-child {
            margin-left: -15px;
        }
        .navbar-offcanvas .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
        .navbar-offcanvas .navmenu-brand {
            display: none;
        }
    }
    .navmenu-brand {
        display: block;
        padding: 10px 15px;
        margin: 10px 0;
        font-size: 18px;
        line-height: 20px;
    }
    .navmenu-brand:focus,
    .navmenu-brand:hover {
        text-decoration: none;
    }
    .navbar-default .navbar-offcanvas,
    .navmenu-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }
    .navbar-default .navbar-offcanvas .navmenu-brand,
    .navmenu-default .navmenu-brand {
        color: #777;
    }
    .navbar-default .navbar-offcanvas .navmenu-brand:focus,
    .navbar-default .navbar-offcanvas .navmenu-brand:hover,
    .navmenu-default .navmenu-brand:focus,
    .navmenu-default .navmenu-brand:hover {
        color: #5e5e5e;
        background-color: transparent;
    }
    .navbar-default .navbar-offcanvas .navmenu-text,
    .navmenu-default .navmenu-text {
        color: #777;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
    .navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
    .navmenu-default .navmenu-nav > .dropdown > a:hover .caret {
        border-top-color: #333;
        border-bottom-color: #333;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
    .navmenu-default .navmenu-nav > .open > a,
    .navmenu-default .navmenu-nav > .open > a:focus,
    .navmenu-default .navmenu-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
    .navmenu-default .navmenu-nav > .open > a .caret,
    .navmenu-default .navmenu-nav > .open > a:focus .caret,
    .navmenu-default .navmenu-nav > .open > a:hover .caret {
        border-top-color: #555;
        border-bottom-color: #555;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret,
    .navmenu-default .navmenu-nav > .dropdown > a .caret {
        border-top-color: #777;
        border-bottom-color: #777;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
    .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
    .navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
    .navmenu-inverse .navmenu-nav > .open > a .caret,
    .navmenu-inverse .navmenu-nav > .open > a:focus .caret,
    .navmenu-inverse .navmenu-nav > .open > a:hover .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu,
    .navmenu-default .navmenu-nav.dropdown-menu {
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider,
    .navmenu-default .navmenu-nav.dropdown-menu > .divider {
        background-color: #f8f8f8;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
    .navmenu-default .navmenu-nav.dropdown-menu > .active > a,
    .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
    .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover {
        background-color: #d7d7d7;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a,
    .navmenu-default .navmenu-nav > li > a {
        color: #777;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
    .navmenu-default .navmenu-nav > li > a:focus,
    .navmenu-default .navmenu-nav > li > a:hover {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
    .navmenu-default .navmenu-nav > .active > a,
    .navmenu-default .navmenu-nav > .active > a:focus,
    .navmenu-default .navmenu-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
    .navmenu-default .navmenu-nav > .disabled > a,
    .navmenu-default .navmenu-nav > .disabled > a:focus,
    .navmenu-default .navmenu-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
    .navbar-inverse .navbar-offcanvas,
    .navmenu-inverse {
        background-color: #222;
        border-color: #080808;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-brand,
    .navmenu-inverse .navmenu-brand {
        color: #999;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-brand:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
    .navmenu-inverse .navmenu-brand:focus,
    .navmenu-inverse .navmenu-brand:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-text,
    .navmenu-inverse .navmenu-text {
        color: #999;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
    .navmenu-inverse .navmenu-nav > .open > a,
    .navmenu-inverse .navmenu-nav > .open > a:focus,
    .navmenu-inverse .navmenu-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret,
    .navmenu-inverse .navmenu-nav > .dropdown > a .caret {
        border-top-color: #999;
        border-bottom-color: #999;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu,
    .navmenu-inverse .navmenu-nav.dropdown-menu {
        background-color: #080808;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider,
    .navmenu-inverse .navmenu-nav.dropdown-menu > .divider {
        background-color: #222;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
    .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
    .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
    .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover {
        background-color: #000;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a,
    .navmenu-inverse .navmenu-nav > li > a {
        color: #999;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
    .navmenu-inverse .navmenu-nav > li > a:focus,
    .navmenu-inverse .navmenu-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
    .navmenu-inverse .navmenu-nav > .active > a,
    .navmenu-inverse .navmenu-nav > .active > a:focus,
    .navmenu-inverse .navmenu-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
    .navmenu-inverse .navmenu-nav > .disabled > a,
    .navmenu-inverse .navmenu-nav > .disabled > a:focus,
    .navmenu-inverse .navmenu-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
    .alert-fixed-bottom,
    .alert-fixed-top {
        position: fixed;
        left: 0;
        z-index: 1035;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    .alert-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    @media (min-width: 992px) {
        .alert-fixed-bottom,
        .alert-fixed-top {
            left: 50%;
            width: 992px;
            margin-left: -496px;
        }
        .alert-fixed-top {
            border-width: 0 1px 1px;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }
    }
    .alert-fixed-bottom {
        bottom: 0;
        border-width: 1px 0 0;
    }
    @media (min-width: 992px) {
        .alert-fixed-bottom {
            border-width: 1px 1px 0;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }
    }
    .offcanvas {
        display: none;
    }
    .offcanvas.in {
        display: block;
    }
    @media (max-width: 767px) {
        .offcanvas-xs {
            display: none;
        }
        .offcanvas-xs.in {
            display: block;
        }
    }
    @media (max-width: 991px) {
        .offcanvas-sm {
            display: none;
        }
        .offcanvas-sm.in {
            display: block;
        }
    }
    @media (max-width: 1199px) {
        .offcanvas-md {
            display: none;
        }
        .offcanvas-md.in {
            display: block;
        }
    }
    .offcanvas-lg {
        display: none;
    }
    .offcanvas-lg.in {
        display: block;
    }
    .canvas-sliding {
        -webkit-transition:
            top 0.35s,
            left 0.35s,
            bottom 0.35s,
            right 0.35s;
        transition:
            top 0.35s,
            left 0.35s,
            bottom 0.35s,
            right 0.35s;
    }
    .offcanvas-clone {
        position: absolute !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        border: none !important;
        opacity: 0 !important;
    }
    .btn-file,
    .fileinput .thumbnail,
    .fileinput-filename {
        overflow: hidden;
        vertical-align: middle;
    }
    .table .rowlink td:not(.rowlink-skip),
    .table.rowlink td:not(.rowlink-skip) {
        cursor: pointer;
    }
    .table .rowlink td:not(.rowlink-skip) a,
    .table.rowlink td:not(.rowlink-skip) a {
        font: inherit;
        color: inherit;
        text-decoration: inherit;
    }
    .table-hover .rowlink tr:hover td,
    .table-hover.rowlink tr:hover td {
        background-color: #cfcfcf;
    }
    .btn-file {
        position: relative;
    }
    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 23px;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        direction: ltr;
    }
    .fileinput {
        display: inline-block;
        margin-bottom: 9px;
    }
    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }
    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
    }
    .fileinput .thumbnail > img {
        max-height: 100%;
    }
    .fileinput .btn {
        vertical-align: middle;
    }
    .fileinput-exists .fileinput-new,
    .fileinput-new .fileinput-exists {
        display: none;
    }
    .fileinput-inline .fileinput-controls {
        display: inline;
    }
    .fileinput-filename {
        display: inline-block;
    }
    .form-control .fileinput-filename {
        vertical-align: bottom;
    }
    .fileinput.input-group {
        position: relative;
        display: table;
    }
    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }
    .fileinput.input-group > .btn-file {
        z-index: 1;
    }
    .fileinput-new .input-group .btn-file,
    .fileinput-new.input-group .btn-file {
        border-radius: 0 4px 4px 0;
    }
    .fileinput-new .input-group .btn-file.btn-sm,
    .fileinput-new .input-group .btn-file.btn-xs,
    .fileinput-new.input-group .btn-file.btn-sm,
    .fileinput-new.input-group .btn-file.btn-xs {
        border-radius: 0 3px 3px 0;
    }
    .fileinput-new .input-group .btn-file.btn-lg,
    .fileinput-new.input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0;
    }
    .form-group.has-warning .fileinput .fileinput-preview {
        color: #8a6d3b;
    }
    .form-group.has-warning .fileinput .thumbnail {
        border-color: #faebcc;
    }
    .form-group.has-error .fileinput .fileinput-preview {
        color: #a94442;
    }
    .form-group.has-error .fileinput .thumbnail {
        border-color: #ebccd1;
    }
    .form-group.has-success .fileinput .fileinput-preview {
        color: #3c763d;
    }
    .form-group.has-success .fileinput .thumbnail {
        border-color: #d6e9c6;
    }
    .input-group-addon:not(:first-child) {
        border-left: 0;
    }
    body {
        background-image: url(images/gplaypattern.html);
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #333;
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 2.2em;
        line-height: 1.4em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    h2 {
        margin-top: 0;
        margin-bottom: 20px;
        color: rgb(77, 119, 78);
        font-size: 2.2em;
        line-height: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
    }
    h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #555;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        color: #cccaca;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    h5 {
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        color: #20577e;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
    }
    h6 {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 20px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    p {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .topo {
        display: block;
        width: 100%;
    }
    .bg-topo {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 119, 78);
    }
    .bg-topo.teste-bg {
        background-color: #444;
    }
    .navbar {
        height: 75px;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
    }
    .menu-link {
        padding: 30px 8px;
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #fff;
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .menu-link:hover,
    .drop-menu-personalizado:hover .link-pai-drop-menu-personalizado {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .menu-link.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .menu-link.w--open {
        background-color: rgb(157, 200, 141);
    }
    .menu-link.teste-ativo {
        background-color: #333;
    }
    .menu-link.teste-hover {
        background-color: #d5921b;
    }
    .area-slide {
        margin-bottom: 20px;
        background-image: none;
    }
    .slider-principal {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
    }
    .label {
        margin-bottom: 4px;
        font-family: "Open Sans", sans-serif;
        color: #444;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .label.erro {
        color: #fc3434;
    }
    .form-first {
        margin-top: 1px;
        margin-right: 13px;
    }
    .enviar {
        width: 100%;
        height: 38px;
        padding-top: 0;
        padding-bottom: 0;
        border: 1px solid #444;
        border-radius: 0;
        background-color: rgb(77, 119, 78);
        font-family: "Open Sans", sans-serif;
        font-size: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .enviar:hover {
        background-color: rgb(157, 200, 141);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }
    .enviar.news {
        margin-top: 23px;
        background-color: #555;
    }
    .enviar.news:hover {
        background-color: rgb(77, 119, 78);
    }
    .enviar.rota {
        width: 28%;
        float: left;
    }
    .btn-login {
        width: auto;
        height: auto;
        padding: 10px 30px;
    }
    .btn-forget {
        margin: 0;
        background-color: transparent;
        padding: 10px 30px;
        padding-left: 0px;
    }
    .btn-forget:hover {
        opacity: 0.8;
    }
    .btn-forget:focus {
        outline: 0;
    }
    .formLogin {
        margin: 0 auto;
    }
    .area-destaques {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .area-destaques.cor1 {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        background-color: hsla(0, 0%, 92%, 0.5);
    }
    .area-destaques.cor3 {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 15px;
        padding-bottom: 25px;
        border-top: 1px solid #ccc;
        background-color: #ededed;
    }
    .copyright {
        padding-top: 6px;
        padding-right: 10px;
        font-family: "Open Sans", sans-serif;
        color: #706d6d;
        font-size: 1.2em;
        line-height: 18px;
        font-weight: 400;
        text-align: right;
    }
    .sociais {
        margin-bottom: 7px;
        float: left;
    }
    .social-icon {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        float: left;
        line-height: 30px;
        font-family: Fontawesome;
        border-radius: 50%;
        text-align: center;
        text-decoration: none;
    }
    .social-icon.facebook {
        background-color: #3b5997;
        color: #fff;
        font-size: 20px;
    }
    .social-icon.facebook:hover {
        background-color: #314a80;
    }
    .social-icon.twitter {
        background-color: #0099ce;
        color: #fff;
        font-size: 20px;
    }
    .social-icon.twitter:hover {
        background-color: #008cbb;
    }
    .social-icon.instagram {
        background-color: #e1306c;
        color: #fff;
        font-size: 19px;
    }
    .social-icon.instagram:hover {
        background-color: #8d563f;
    }
    .social-icon.youtube {
        background-color: #cc2820;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
    }
    .social-icon.youtube:hover {
        background-color: #b71518;
    }
    .social-icon.google {
        background-color: #d13d2f;
        color: #fff;
        font-size: 17px;
    }
    .social-icon.google:hover {
        background-color: #b53328;
    }
    .social-icon.linkedin {
        background-color: #0077b5;
        color: #fff;
        font-size: 20px;
    }
    .social-icon.linkedin:hover {
        background-color: #005e93;
    }
    .link-menu-lateral {
        width: 100%;
        margin-bottom: 6px;
        padding: 8px 20px;
        background-color: rgb(77, 119, 78);
        font-family: "Open Sans", sans-serif;
        color: #fff;
        display: table;
        font-size: 1.4em;
        white-space: normal;
        line-height: 1.8em;
        font-weight: 700;
    }
    .link-menu-lateral:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .link-menu-lateral.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .link-menu-lateral.ativo {
        background-color: #2f5930;
    }
    .link-menu-lateral.ativo:hover {
        background-color: rgb(157, 200, 141);
    }
    .link-menu-lateral.teste {
        background-color: #b10000;
    }
    .link-menu-lateral.teste-ativo {
        background-color: #b9171b;
    }
    .link-menu-lateral.teste-hover {
        background-color: #e7b000;
    }
    .link-menu-lateral.categoria-ativa {
        background-color: #2f5930;
    }
    .texto-destaque {
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.5em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .area-texto-destaque {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: rgb(77, 119, 78);
    }
    .area-texto-destaque.teste {
        background-color: #0e7ace;
    }
    .saiba-mais {
        padding: 6px 20px;
        float: none;
        border: 1px solid #fff;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 700;
        text-decoration: none;
    }
    .saiba-mais:hover {
        background-color: rgb(157, 200, 141);
    }
    .saiba-mais.estilo2 {
        border-color: #444;
        background-color: #e9e9e9;
        color: #424242;
    }
    .saiba-mais.estilo2:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .saiba-mais.estilo2.teste-hover {
        background-color: #e7b000;
        color: #fff;
    }
    .saiba-mais.teste-hover {
        background-color: #d36e00;
    }
    .div-legenda {
        position: absolute;
        left: 20px;
        top: 110px;
        z-index: 99;
        width: 45%;
        height: auto;
        padding: 20px;
        border-style: solid;
        border-width: 10px;
        border-color: hsla(0, 0%, 100%, 0.77);
        background-color: rgba(0, 0, 0, 0.75);
    }
    .legenda-slide {
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.8em;
        line-height: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .legenda02 {
        padding-top: 10px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 600;
    }
    .bg-mobile-menu {
        background-color: transparent;
    }
    .img-produto {
        width: 170px;
        float: right;
    }
    .topo-mov {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1999;
        display: none;
        width: 100%;
        height: 60px;
        background-color: rgb(77, 119, 78);
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.54);
    }
    .topo-meio-mov {
        display: block;
        width: 1170px;
        height: 45px;
        margin-right: auto;
        margin-left: auto;
    }
    .logo {
        width: 100%;
        margin-top: 16px;
        margin-right: 0;
        margin-left: 0;
    }
    .nav-bar-mov {
        width: 100%;
        //height: 70px;
        background-color: transparent;
    }
    .menu-link-mov {
        display: inline-block;
        height: 100%;
        padding-right: 16px;
        padding-left: 16px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .menu-link-mov:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .menu-link-mov.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .body {
        height: 100%;
        font-family: "Open Sans", sans-serif;
        font-size: 62.5%;
    }
    .limite {
        width: 100%;
        height: auto;
        max-width: 1210px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav-slider-principal {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        font-size: 1.4em;
    }
    .area-btn {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .mask-slider-principal {
        width: 100%;
        height: 400px;
    }
    .slide {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url(../images/img-slide01.jpg);
        background-position: 50% 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slide._02 {
        background-image: url(../images/img-slide02.jpg);
    }
    .slide._03 {
        background-image: url(../images/img-slide03.jpg);
    }
    .bloco-destaques {
        width: 100%;
    }
    .titulo-destaque {
        color: #333;
        font-weight: 700;
    }
    .titulo-destaque.cor1 {
        color: #fff;
    }
    .coluna-10 {
        padding-left: 0;
    }
    .link-noticia-destaque {
        width: 98%;
        padding-right: 10px;
        color: #444;
        text-decoration: none;
    }
    .link-noticia-destaque:hover {
        color: rgb(77, 119, 78);
    }
    .data-noticia-destaque {
        display: inline-block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        border-left: 3px solid rgb(77, 119, 78);
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 700;
    }
    .titulo-noticia-destaque {
        padding-bottom: 10px;
        font-size: 1.6em;
        line-height: 1.6em;
        font-weight: 700;
    }
    .chamada-noticia-destaque {
        font-size: 1.4em;
    }
    .bloco-texto-not-destaque {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-left: 3px solid #b6b6b6;
    }
    .slider-parceiros {
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .nav-slide-parceiros {
        width: 44px;
        height: 44px;
        background-color: #e9e9e9;
        color: #888;
        font-size: 3em;
    }
    .nav-slide-parceiros:hover {
        background-color: rgba(0, 0, 0, 0.34);
        color: #fff;
    }
    .mask-slider-parceiros {
        display: block;
        width: 92%;
        height: 150px;
        margin-right: auto;
        margin-left: auto;
    }
    .slide-parceiro {
        width: 25%;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
    }
    .link-parceiro-destaque {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 190px;
        height: 130px;
        margin-right: auto;
        margin-left: auto;
        padding: 12px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        text-align: center;
    }
    .link-parceiro-destaque:hover {
        border-width: 2px;
        opacity: 0.8;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    .texto-endereco {
        display: inline-block;
        width: 100%;
        color: #706d6d;
        font-size: 1.4em;
        line-height: 1.6em;
        font-style: normal;
        font-weight: 400;
        text-align: right;
    }
    .texto-telefone {
        display: inline-block;
        float: left;
        color: #555;
        font-size: 1.4em;
        font-style: normal;
        text-align: right;
        text-decoration: none;
        white-space: nowrap;
    }
    .input-destaque {
        width: 100%;
        height: 38px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        font-weight: 600;
    }
    .input-destaque:focus {
        border-color: #a5a5a5;
    }
    .input-destaque.msg {
        min-height: 61px;
    }
    .texto-newsletter {
        padding-bottom: 10px;
        color: #444;
        font-size: 1.5em;
        line-height: 1.8em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .link-servico-destaque {
        width: 98%;
        padding-bottom: 10px;
        color: #444;
        text-decoration: none;
    }
    .link-servico-destaque:hover {
        color: rgb(77, 119, 78);
    }
    .link-servico-destaque.teste-hover {
        color: #2f5e00;
    }
    .titulo-multitexto-destaque {
        width: 100%;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        border-left: 3px solid rgb(77, 119, 78);
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 700;
    }
    .titulo-multitexto-destaque.teste {
        border-left-color: #629133;
    }
    .bloco-texto-servico-destaque {
        width: 100%;
        padding-top: 10px;
        padding-left: 15px;
        border-left: 3px solid rgba(0, 0, 0, 0.3);
    }
    .texto-servico-destaque {
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-internas {
        display: inline-block;
        width: 100%;
        color: #222;
        font-size: 1.5em;
        line-height: 1.6em;
    }
    .conteudo {
        display: inline-block;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bloco-multitexto {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-conteudo {
        display: inline-block;
        width: 100%;
    }
    .bloco-menu-lateral {
        display: inline-block;
        width: 24%;
        float: left;
    }
    .nav-bar-menu-lateral {
        z-index: 990;
        width: 100%;
        background-color: transparent;
    }
    .bloco-lateral {
        display: inline-block;
        width: 76%;
        float: left;
    }
    .link-produtos {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 210px;
        height: 180px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-align: center;
    }
    .link-produtos:hover {
        border-color: rgb(77, 119, 78);
        background-size: 200px;
    }
    .link-produtos.destaque {
        width: 260px;
        height: 230px;
        margin-bottom: 0;
    }
    .link-produtos.teste {
        border-color: #3b7500;
    }
    .bloco-titulo-produto {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 8px 5px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .bloco-titulo-produto:hover,
    .bloco-titulo-produto-lateral:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-titulo-produto.teste {
        background-color: #919191;
    }
    .bloco-titulo-categoria {
        display: inline-block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .bloco-paginacao {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
    .num-pag {
        height: 30px;
        margin-right: 1px;
        padding-right: 14px;
        padding-left: 14px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        line-height: 2em;
        font-weight: 600;
        text-decoration: none;
    }
    .num-pag:hover {
        border-color: rgb(77, 119, 78);
        color: #838383;
    }
    .num-pag.w--current {
        border-color: #d66f71;
        background-color: #e9e9e9;
        color: rgb(77, 119, 78);
        font-size: 1.4em;
        font-weight: 700;
    }
    .num-pag.inativo {
        border-color: #dbdbdb;
        background-color: #f7f7f7;
        opacity: 0.8;
        cursor: not-allowed;
    }
    .num-pag.teste-ativo {
        border-color: #2f5e00;
    }
    .num-pag.teste-ativo.w--current {
        border-color: #24a047;
        color: #24a047;
    }
    .num-pag.teste-hover {
        border-color: #209040;
    }
    .link-migalha {
        padding-right: 10px;
        float: left;
        color: #888;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
        text-decoration: none;
    }
    .link-migalha:hover {
        color: rgb(77, 119, 78);
    }
    .link-migalha.w--current {
        color: #666;
    }
    .link-voltar {
        padding: 8px 16px;
        border: 1px solid #333;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 1.4em;
        font-weight: 700;
        text-decoration: none;
    }
    .link-voltar:hover {
        background-color: rgb(77, 119, 78);
    }
    .bloco-img-produto-det {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 345px;
        height: auto;
        margin-bottom: 10px;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .img-produto-detalhe {
        max-height: 240px;
    }
    .bloco-titulo-produto-detalhe {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .titulo-produto-det {
        color: #333;
        font-size: 1.7em;
        font-weight: 700;
    }
    .bloco-descricao-produto {
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-item-orcamento {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .link-orcamento {
        padding: 8px 15px;
        border: 1px solid #333;
        background-color: rgb(77, 119, 78);
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
    .link-orcamento:hover {
        background-color: rgb(157, 200, 141);
    }
    .link-img-galeria {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 180px;
        height: 140px;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .link-img-galeria:hover {
        border-width: 2px;
    }
    .link-img-galeria.destaque {
        margin-bottom: 0;
    }
    .img-galeria {
        height: 100%;
    }
    .bloco-descricao-multitexto {
        display: inline-block;
        width: 100%;
    }
    .bloco-img-servico {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 265px;
        height: 170px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url(../images/img-slide03.jpg);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bloco-servico {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-titulo-multitexto {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 8px;
        border-left: 3px solid rgb(77, 119, 78);
        text-transform: uppercase;
    }
    .titulo-servico {
        color: #444;
        font-size: 1.6em;
        font-weight: 700;
    }
    .link-menu-subcat {
        width: 100%;
        margin-bottom: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        color: #444;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-menu-subcat:hover {
        background-color: #e6e6e6;
    }
    .link-menu-subcat.w--current {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .link-menu-subcat.ativo {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .link-menu-subcat.teste-ativo {
        border-color: #c58e00;
        background-color: #f1f1f1;
        color: #916900;
    }
    .bloco-voltar {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bloco-mapa {
        overflow: hidden;
        width: 100%;
        height: 410px;
        border: 1px solid #ccc;
    }
    .bloco-endereco {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
        font-style: normal;
    }
    .texto-localizacao {
        display: inline-block;
        color: #444;
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 600;
    }
    .bloco-tel-localizacao {
        display: inline-block;
        width: 50%;
        padding-bottom: 10px;
        float: left;
    }
    .bloco-info-localizacao {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .titulo-info {
        padding-bottom: 10px;
        color: rgb(77, 119, 78);
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .link-ver-mapa {
        padding: 6px 15px;
        border: 1px solid #444;
        background-color: #666;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
    .link-ver-mapa:hover {
        background-color: rgb(157, 200, 141);
    }
    .area-form-contato {
        width: 100%;
        padding: 10px 20px 20px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .input-geral {
        width: 100%;
        height: 38px;
        border: 1px solid #ccc;
        border-radius: 1px;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
    }
    .input-geral:focus {
        border-color: #a5a5a5;
    }
    .input-geral.msg {
        min-height: 100px;
        margin-bottom: 20px;
    }
    .input-geral.arquivo {
        display: inline-block;
        width: 70%;
        margin-bottom: 20px;
        float: left;
    }
    .input-geral.select {
        background-image: url(../images/bg-select.jpg);
        background-position: 0 0;
    }
    .input-geral.rota {
        display: inline-block;
        width: 72%;
        margin-bottom: 10px;
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .input-geral.erro {
        margin-bottom: 2px;
        border-color: #fc3434;
    }
    .bloco-formulario {
        display: block;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .bloco-tel-rodape {
        display: inline-block;
        height: 26px;
        padding-left: 20px;
        float: left;
    }
    .lista-tel-rodape {
        float: right;
        font-style: normal;
        text-align: right;
    }
    .icone-wths-rodape {
        padding-top: 2px;
        padding-left: 10px;
        float: left;
        font-family: Fontawesome;
        color: #555;
        font-size: 1.4em;
        line-height: 1em;
    }
    .texto-tel-info {
        display: inline-block;
        float: left;
        color: #444;
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 600;
        text-decoration: none;
    }
    .icone-wths-info {
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }
    .bloco-video {
        display: inline-block;
        width: 360px;
        height: 203px;
    }
    .video-incorpora {
        display: inline-block;
        width: 336px;
        height: 189px;
        border: 1px solid #ccc;
    }
    .video-incorpora.destaque {
        width: 330px;
        height: 186px;
    }
    .bloco-titulo-video {
        width: 100%;
        padding: 3px 6px;
    }
    .titulo-video {
        color: #444;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .area-video {
        display: inline-block;
        width: 100%;
        padding-bottom: 30px;
    }
    .bloco-noticia {
        width: 100%;
        margin-bottom: 20px;
        border-left: 2px solid #e8e8e8;
    }
    .titulo-data {
        color: rgb(77, 119, 78);
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 700;
    }
    .bloco-chamada-noticia {
        display: inline-block;
        width: 100%;
    }
    .link-noticia {
        width: 100%;
        padding: 10px 10px 10px 15px;
        color: #444;
        text-decoration: none;
    }
    .link-noticia:hover {
        color: rgb(77, 119, 78);
    }
    .titulo-noticia {
        font-size: 1.6em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .titulo-chamada {
        font-size: 1.5em;
        line-height: 1.7em;
    }
    .texto-data-not {
        display: inline-block;
        padding-left: 10px;
        float: left;
        color: #444;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-arquivo {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .link-arquivo {
        width: 100%;
        margin-top: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 20px;
        background-image: url(view/1/images/icone-arquivo.png);
        background-position: 1px 6px;
        background-repeat: no-repeat;
        color: #444;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-arquivo:hover {
        color: rgb(77, 119, 78);
    }
    .area-img-produto {
        display: inline-block;
        width: 100%;
    }
    .bloco-info-not {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    .texto-autor {
        display: inline-block;
        padding-right: 10px;
        float: left;
        border-right: 1px solid #999;
        color: #888;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-descricao {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-social-noticias {
        width: 100%;
        padding-bottom: 10px;
    }
    .bloco-compartilhar-not {
        display: inline-block;
        width: auto;
        height: 32px;
        padding-right: 20px;
        float: left;
    }
    .bloco-cad-comentario {
        width: 100%;
    }
    .bloco-cad-coment {
        width: 100%;
    }
    .label-comentario {
        margin-bottom: 4px;
        color: #666;
        font-size: 1.4em;
        line-height: 1.5em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .bloco-lista-comentarios {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .bloco-comentario-aprovado {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 24px;
        background-image: url(../images/icone-coment.png);
        background-position: 0 5px;
        background-repeat: no-repeat;
    }
    .texto-autor-coment {
        display: inline-block;
        padding-right: 10px;
        color: #444;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-data-coment {
        color: #666;
        font-size: 1.2em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .texto-coment {
        color: #444;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-outras-img-produt {
        width: 100%;
    }
    .bloco-min-img-prod {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 31%;
        height: 80px;
        margin-right: 4px;
        margin-bottom: 4px;
        float: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .bloco-min-img-prod:hover {
        border-width: 2px;
        border-color: #444;
    }
    .bloco-min-img-prod.ativo {
        border-width: 2px;
        border-color: #444;
    }
    .img-min-produto {
        height: 70px;
    }
    .geral {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        min-width: 1170px;
        padding-bottom: 105px;
    }
    .destaques-home {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .titulo-arquivo {
        width: 100%;
        padding-bottom: 10px;
        color: rgb(77, 119, 78);
        font-size: 1.5em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-arquivo {
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 400;
    }
    .link-parceiro {
        width: 190px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #444;
        font-size: 1.4em;
        line-height: 1.7em;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }
    .link-parceiro:hover {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .bloco-titulo-parceiro {
        width: 100%;
        padding: 6px 10px;
        background-color: transparent;
    }
    .bloco-img-parceiro {
        width: 190px;
        margin: 0 auto;
        height: 140px;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        background-position: 50% 50%;
        background-size: 160px;
        background-repeat: no-repeat;
    }
    .bloco-img-parceiro:hover {
        border-color: rgb(77, 119, 78);
    }
    .bloco-img-parceiro-det {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        height: 140px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bloco-erro {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 60px;
        text-align: center;
    }
    .titulo-erro {
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #ccc;
        font-size: 6em;
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .texto-erro {
        padding-bottom: 20px;
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #666;
        font-size: 2.3em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .texto-informa-erro {
        color: #444;
        font-size: 1.6em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-home {
        margin-top: 30px;
        padding: 5px 15px;
        border: 1px solid #444;
        background-color: rgb(77, 119, 78);
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-home:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-rota {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .list-menu.w--open {
        border-style: solid;
        border-width: 1px 1px 0;
        border-color: #ccc;
        background-color: rgb(77, 119, 78);
    }
    .link-submenu {
        width: 100%;
        border-bottom: 1px solid #ccc;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-submenu:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .link-submenu.w--current {
        background-color: #ebebeb;
        color: rgb(77, 119, 78);
    }
    .texto-obrigatorio {
        padding-bottom: 10px;
        color: #fc3434;
        font-size: 1.1em;
        font-weight: 600;
    }
    .teste-titulo-secao {
        color: #e86800;
    }
    .bloco-migalha {
        display: inline-block;
        padding-right: 10px;
        float: left;
        color: #777;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
    }
    .bloco-migalha.ativo {
        color: #555;
    }
    .bloco-parceiro {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .area-img-parceiro {
        display: inline-block;
        width: 200px;
        float: left;
    }
    .area-descricao-pag {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .area-descricao-parceiro {
        display: inline-block;
        width: 670px;
        float: left;
    }
    .bloco-alinha-menu {
        width: 90%;
    }
    .bloco-ver-mapa {
        width: 100%;
        padding-top: 20px;
    }
    .bloco-num-registros {
        display: inline-block;
        padding-right: 20px;
        float: left;
        color: #888;
        font-size: 1.4em;
        line-height: 2.2em;
        font-weight: 600;
    }
    .logo-move {
        width: 100%;
        margin-top: 6px;
    }
    .link-img-parceiro {
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .link-img-parceiro:hover {
        border-color: rgb(77, 119, 78);
    }
    .area-form-news {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .area-form-orcamento {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .link-produtos-cat {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 260px;
        height: 220px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
    }
    .link-produtos-cat:hover {
        border-color: rgb(77, 119, 78);
    }
    .coluna-0 {
        padding-right: 0;
        padding-left: 0;
    }
    .bloco-video-cat {
        width: 400px;
        height: 225px;
    }
    .btn-selecionar-arquivo {
        display: inline-block;
        width: 30%;
        height: 38px;
        padding-top: 6px;
        background-color: #444;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 400;
        text-align: center;
    }
    .btn-selecionar-arquivo:hover {
        background-color: #666;
    }
    .item-pg {
        margin-right: 3px;
        margin-left: 3px;
        padding-right: 14px;
        padding-left: 14px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        line-height: 2em;
        font-weight: 600;
        text-decoration: none;
    }
    .item-pg:hover {
        border-color: rgb(77, 119, 78);
    }
    .item-pg.mobile {
        display: none;
        font-family: Fontawesome, sans-serif;
    }
    .item-pg.inativo {
        background-color: inherit;
        opacity: 0.8;
        cursor: not-allowed;
    }
    .titulo-secao {
        color: rgb(77, 119, 78);
        text-align: left;
    }
    .link-album {
        position: relative;
        width: 270px;
        height: 220px;
        padding: 10px;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url(../images/alarme-para-automoveis-1042660-1372127209911.jpg);
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-album:hover {
        border-color: rgb(77, 119, 78);
    }
    .link-album._02 {
        background-image: url(../images/amortecedor-convencional-1094748-1386975777622.jpg);
    }
    .link-album._03 {
        background-image: url(../images/704421_501.jpg);
    }
    .link-album._04 {
        background-image: url(../images/amortecedor-convencional-1094753-1386975862218.jpg);
    }
    .bloco-titulo-album {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 8px 5px;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
    }
    .bloco-titulo-album > h2 {
        font-size: 14px;
        line-height: 14px;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: none;
        color: inherit;
    }
    .bloco-titulo-album:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-capa-album {
        display: inline-block;
        width: 100%;
        padding-bottom: 40px;
    }
    @media (max-width: 991px) {
        .change-columns-topo {
            padding-left: 0;
            margin-top: 5px;
        }
        h5 {
            margin-top: 10px;
        }
        h6 {
            text-align: left;
        }
        .topo {
            width: 100%;
        }
        .navbar {
            position: relative;
            z-index: 1999;
            width: 100%;
            height: auto;
            margin-top: 10px;
            margin-right: 0;
            margin-left: 0;
        }
        .menu-link {
            position: relative;
            z-index: 36;
            width: 100%;
            padding: 15px 20px;
            background-color: rgb(77, 119, 78);
        }
        .menu-link.w--current {
            background-color: #2f5930;
        }
        .slider-principal {
            width: 100%;
            height: auto;
        }
        .area-destaques {
            padding-right: 0;
            padding-left: 0;
        }
        .footer {
            height: 150px;
        }
        .sociais {
            padding-bottom: 10px;
            float: right;
        }
        .social-icon.google {
            margin-right: 0;
        }
        .link-menu-lateral.categoria-ativa {
            text-align: left;
        }
        .div-legenda {
            top: 20px;
            display: block;
            width: 60%;
            height: auto;
            margin: 20px auto 20px 10px;
            padding-top: 17px;
            padding-bottom: 17px;
        }
        .legenda-slide {
            font-size: 1.6em;
        }
        .legenda02 {
            font-size: 1.4em;
        }
        .icon-mobile {
            width: 100%;
            padding-left: 0;
            float: left;
            font-family: "Open Sans", sans-serif;
            color: #fff;
        }
        .icon-mobile.w--open {
            background-color: #2f5930;
        }
        .bg-mobile-menu {
            width: 100%;
            background-color: #fff;
        }
        .topo-mov {
            width: 0%;
            height: 0;
            opacity: 0;
        }
        .nav-menu {
            z-index: 999;
            display: inline-block;
            width: 100%;
        }
        .limite {
            width: 100%;
        }
        .area-btn {
            padding-top: 10px;
        }
        .mask-slider-principal {
            height: 300px;
        }
        .slide-parceiro {
            width: 33.33%;
        }
        .link-parceiro-destaque {
            width: 190px;
        }
        .bloco-menu-lateral {
            width: 100%;
            float: none;
        }
        .bloco-lateral {
            width: 100%;
            float: none;
        }
        .link-produtos {
            width: 280px;
            height: 240px;
        }
        .link-produtos.destaque {
            width: 300px;
            height: 260px;
            margin-bottom: 20px;
        }
        .menu-categorias {
            z-index: 99;
            width: 100%;
            padding: 10px 10px 10px 0;
            float: left;
            color: rgb(77, 119, 78);
            font-weight: 700;
        }
        .menu-categorias:hover {
            color: #444;
        }
        .menu-categorias.w--open {
            padding-left: 0;
            background-color: transparent;
            color: #444;
        }
        .titulo-menu-categorias {
            display: inline-block;
            padding-top: 6px;
            float: left;
            font-size: 0.7em;
            line-height: 1.1em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .icone-menu {
            display: inline-block;
            padding-right: 10px;
            float: left;
            font-size: 1.4em;
            line-height: 1em;
        }
        .titulo-menu {
            display: inline-block;
            padding-top: 5px;
            float: left;
            font-size: 0.8em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .bloco-img-produto-det {
            width: 282px;
            min-height: 150px;
        }
        .img-produto-detalhe {
            width: 250px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
            margin-bottom: 20px;
        }
        .bloco-endereco:not(.bloco-full) {
            width: 98%;
            margin-left: 10px;
        }
        .area-form-contato {
            width: 100%;
        }
        .bloco-video {
            width: 80% !important;
            height: 316px;
        }
        .bloco-video.destaque {
            width: 220px;
            height: 124px;
        }
        .video-incorpora {
            width: 500px;
            height: 282px;
        }
        .video-incorpora.destaque {
            width: 220px;
            height: 124px;
        }
        .bloco-min-img-prod {
            width: 31.33%;
            height: 80px;
        }
        .geral {
            min-width: 100%;
            padding-bottom: 150px;
        }
        .bloco-erro {
            width: 80%;
        }
        .list-menu.w--open {
            border: 0 solid transparent;
        }
        .drop-menu {
            overflow: hidden;
        }
        .area-descricao-pag {
            width: 450px;
        }
        .area-descricao-parceiro {
            width: 500px;
        }
        .link-produtos-cat {
            width: 280px;
            height: 240px;
        }
        .bloco-video-cat {
            width: 320px;
            height: 180px;
        }
        .coluna-destaque {
            text-align: center;
        }
        .item-pg.mobile {
            display: inline-block;
        }
        .link-album {
            width: 300px;
            height: 240px;
        }
    }
    @media (max-width: 767px) {
        .navbar {
            height: auto;
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .enviar.rota {
            width: 100%;
            float: none;
        }
        .footer {
            height: 215px;
            padding-right: 10px;
            padding-left: 10px;
        }
        .copyright {
            margin-top: 10px;
            padding-left: 10px;
            text-align: left;
        }
        .sociais {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0;
            text-align: left;
        }
        .social-icon {
            float: none;
        }
        .saiba-mais {
            margin-right: 14px;
        }
        .div-legenda {
            display: none;
        }
        .img-produto {
            display: block;
            margin-right: auto;
            margin-left: auto;
            float: none;
            background-color: #fff;
            text-align: center;
        }
        .mask-slider-principal {
            height: 220px;
        }
        .link-noticia-destaque {
            margin-bottom: 10px;
        }
        .slide-parceiro {
            width: 50%;
        }
        .texto-endereco {
            text-align: left;
        }
        .texto-telefone {
            float: left;
        }
        .link-produtos {
            width: 240px;
            height: 200px;
        }
        .link-produtos.destaque {
            width: 220px;
            height: 180px;
            margin-bottom: 20px;
        }
        .bloco-img-produto-det {
            float: left;
        }
        .img-produto-detalhe {
            width: 220px;
        }
        .link-img-galeria {
            width: 240px;
            height: 200px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
        }
        .bloco-mapa {
            height: 310px;
        }
        .input-geral {
            width: 100%;
        }
        .input-geral.rota {
            width: 100%;
            margin-bottom: 5px;
            float: none;
        }
        .bloco-formulario {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }
        .bloco-tel-rodape {
            padding-right: 20px;
            padding-left: 0;
            float: left;
        }
        .lista-tel-rodape {
            width: 100%;
            float: none;
        }
        .icone-wths-rodape {
            padding-left: 5px;
        }
        .bloco-video {
            width: 100% !important;
            height: 225px;
        }
        .bloco-video.destaque {
            width: 460px;
            height: 259px;
        }
        .video-incorpora.destaque {
            width: 500px;
            height: 260px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 200px;
            padding-left: 10px;
            float: left;
        }
        .bloco-min-img-prod {
            width: 46%;
        }
        .geral {
            padding-bottom: 215px;
        }
        .bloco-erro {
            width: 100%;
        }
        .area-img-parceiro {
            padding-bottom: 20px;
            display: table;
        }
        .area-descricao-pag {
            width: 100%;
            float: none;
        }
        .area-descricao-parceiro {
            width: 100%;
            float: none;
        }
        .link-produtos-cat {
            width: 240px;
            height: 200px;
        }
        .bloco-video-cat {
            width: 400px;
            height: 225px;
        }
        .link-album {
            width: 220px;
            height: 170px;
            display: table;
        }
    }
    @media (max-width: 479px) {
        .navbar {
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .form-first {
            display: block;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }
        .footer {
            position: static;
            height: auto;
        }
        .sociais {
            display: block;
        }
        .social-icon {
            float: none;
        }
        .img-produto {
            width: 170px;
        }
        .logo {
            text-align: center;
        }
        .slide-parceiro {
            width: 100%;
        }
        .conteudo {
            padding-right: 10px;
            padding-left: 10px;
        }
        .link-produtos {
            width: 100%;
            height: 220px;
        }
        .link-produtos.destaque {
            width: 240px;
            height: 200px;
        }
        .bloco-img-produto-det {
            width: 242px;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
        .link-img-galeria.destaque {
            width: 220px;
            height: 180px;
        }
        .bloco-mapa {
            height: 410px;
        }
        .bloco-endereco:not(.bloco-full) {
            padding-right: 10px;
            padding-left: 10px;
        }
        .bloco-tel-localizacao {
            width: 100%;
            float: none;
        }
        .area-form-contato {
            padding-right: 10px;
            padding-left: 10px;
        }
        .input-geral.arquivo {
            width: 100%;
            margin-bottom: 0;
            float: none;
        }
        .bloco-tel-rodape {
            width: 100%;
        }
        .lista-tel-rodape {
            padding-bottom: 10px;
        }
        .bloco-video {
            width: 240px;
            height: 135px;
        }
        .bloco-video.destaque {
            width: 260px;
            height: 155px;
        }
        .video-incorpora {
            width: 271px;
            height: 152px;
        }
        .video-incorpora.destaque {
            width: 220px;
            height: 124px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 100%;
            padding-left: 0;
            float: none;
        }
        .bloco-min-img-prod {
            width: 31.33%;
        }
        .geral {
            position: static;
            padding-bottom: 0 !important;
        }
        .texto-erro {
            line-height: 1.3em;
        }
        .bloco-num-registros {
            width: 100%;
            padding-bottom: 20px;
            float: none;
        }
        .bloco-video-cat {
            width: 240px;
            height: 135px;
        }
        .btn-selecionar-arquivo {
            width: 100%;
            margin-bottom: 20px;
        }
    }
    @font-face {
        font-family: "Fontawesome webfont";
        src:
            url(view/1/fonts/fontawesome-webfont.woff2) format("undefined"),
            url(view/1/fonts/fontawesome-webfont.eot) format("embedded-opentype"),
            url(view/1/fonts/fontawesome-webfont.woff) format("woff"),
            url(view/1/fonts/fontawesome-webfont.ttf) format("truetype"),
            url(view/1/fonts/fontawesome-webfont.svg) format("svg");
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: "Fontawesome";
        src: url(view/1/fonts/FontAwesome.otf) format("opentype");
        font-weight: 400;
        font-style: normal;
    }
    .icone-wths-info {
        padding-right: 6px;
        padding-left: 0;
    }
    .logo {
        margin-top: 0;
        margin-bottom: 16px;
    }
    .bloco-titulo-produto-detalhe h1,
    .bloco-migalha h1 {
        text-align: left;
        margin-bottom: 0;
        text-transform: inherit;
    }
    .bloco-video-cat {
        width: 92%;
    }
    .link-parceiro {
        width: 190px;
    }
    .area-destaques .bloco-video {
        width: 100% !important;
    }
    .bloco-retira-hover:hover {
        cursor: default;
        border-color: #ccc !important;
    }
    .bloco-img-produto-det {
        display: block;
        text-align: center;
        width: 95%;
        float: left;
    }
    .bloco-img-produto-det img {
        max-height: 100%;
    }
    .nav-bar-mov {
        height: auto;
    }
    .h1 {
        margin-top: 0;
        margin-bottom: 20px;
        font-family: Ubuntu, Helvetica, sans-serif;
        font-size: 2.2em;
        line-height: 1.4em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    .h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #555;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .bloco-migalha h2 {
        font-size: 17px;
        line-height: 1.9em;
        font-weight: 700;
        margin: 0;
        color: inherit;
        text-transform: inherit;
    }
    .titulo-produto-det {
        text-align: left;
        font-size: 1.7em !important;
    }
    .bloco-img-parceiro {
        background-size: contain !important;
    }
    div.link-menu-lateral {
        display: block;
        padding: 11px 20px;
    }
    .link-menu-lateral h2 {
        font-weight: 600;
    }
    .legenda-slide {
        display: block;
    }
    .link-menu-lateral {
        white-space: normal;
    }
    .bloco-img-parceiro-det img {
        max-height: 100%;
    }
    .bloco-parceiro-ajust div {
        float: left;
    }
    .remove-hover-destaque-partner:hover {
        border-color: #ccc !important;
        color: #444 !important;
    }
    .bloco-img-parceiro-det {
        padding: 10px;
        height: 140px;
    }
    .link-produtos {
        width: 260px;
        height: 220px;
    }
    .bloco-img-parceiro-det {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        padding: 10px;
    }
    .bloco-video {
        width: 100%;
    }
    .topo-mov,
    .change-height-topo-mov {
        height: 80px !important;
    }
    .change-height-topo-mov div,
    .change-height-topo-mov div nav {
        //height: 100%;
    }
    .section-text-multi h1 {
        font-family: inherit;
    }
    .section-archive h2,
    .section-archive ul .h1,
    .section-forms h2,
    .section-galey-album .h1,
    .section-text-multi h1,
    .section-products .h1,
    .section-products h2 {
        text-align: inherit;
    }
    .section-galey-album-details .h1,
    .section-text-multi .h1 {
        text-align: inherit;
    }
    .reset-inherit {
        margin: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        color: inherit !important;
        line-height: inherit !important;
        font-family: inherit !important;
    }
    .remove-uppercase {
        text-transform: inherit;
    }
    .remove-font {
        font-family: inherit;
    }
    .ul-article {
        list-style: none;
        padding: 0;
    }
    .informativo-endereco {
        color: #444 !important;
    }
    div.link-migalha:hover {
        color: #888;
        cursor: inherit !important;
    }
    .section-comentarios h1 {
        text-align: left;
        font-family: inherit;
    }
    a.bloco-migalha:hover {
        color: #888;
    }
    #bloco-outras-img-produt {
        padding: 0;
    }
    .bloco-min-img-prod {
        width: 33%;
        margin-right: 0;
        margin-bottom: 1px;
    }
    .bloco-topo-mov-site {
        position: relative;
        display: table;
    }
    .link-topo-mov-site {
        vertical-align: middle;
        display: table-cell;
    }
    .link-topo-mov-site img {
        position: relative !important;
    }
    @media (max-width: 991px) {
        .bloco-img-noticia {
            width: 100%;
        }
        #bloco-outras-img-produt {
            padding: 0;
        }
        .bloco-min-img-prod {
            width: 32%;
        }
        .campo-busca {
            width: 78% !important;
        }
        .btn-busca {
            width: 7%;
        }
    }
    @media (max-width: 767px) {
        .bloco-img-produto-det {
            width: 50%;
        }
        #bloco-outras-img-produt {
            width: 50%;
            float: left;
            padding: 0 10px;
        }
        .btn-busca {
            width: 10%;
        }
    }
    @media (max-width: 479px) {
        .separador-tel-rodape {
            display: none;
        }
        .lista-tel-locais {
            padding-bottom: 0;
        }
        .bloco-img-produto-det {
            width: 100%;
        }
        #bloco-outras-img-produt {
            width: 100%;
            padding: 0;
        }
        .bloco-min-img-prod {
            width: 32.5%;
        }
        .btn-busca {
            width: 17%;
        }
    }
    .img-list-products {
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: center;
    }
    .remove-size {
        font-size: inherit !important;
    }
    .reset-align {
        text-align: inherit;
    }
    .reset-font {
        font-family: inherit;
    }
    .reset-transform {
        text-transform: inherit;
    }
    .texto-autor-coment {
        width: 100%;
        text-transform: inherit;
    }
    figure {
        margin-bottom: 0;
    }
    .link-menu-subcat {
        white-space: normal;
        display: block;
    }
    .link-menu-lateral h1,
    .link-menu-lateral h2 {
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: inherit;
        white-space: normal;
        font-weight: 700;
        text-transform: inherit;
        text-align: left;
        margin: 0;
    }
    .bloco-arquivo h2 {
        padding: 0;
        margin: 0;
    }
    .link-migalha h2 {
        text-transform: inherit;
    }
    h2.titulo-produto-det {
        margin: 0;
    }
    .bloco-img-noticia {
        height: auto;
    }
    .cada-comentario {
        margin-top: 20px;
        padding-right: 20px !important;
    }
    .img-par-geral {
        display: block;
    }
    .link-parceiro-destaque {
        position: relative;
    }
    .link-parceiro-destaque img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: 100%;
        bottom: 0;
        margin: auto;
    }
    .link-h2-menu {
        color: inherit;
        font-size: inherit;
        text-align: inherit;
        margin: 0;
        text-transform: inherit;
    }
    .bloco-migalha.ativo h1 {
        color: #555 !important;
    }
    .remove-padding-bottom {
        padding-bottom: 0;
    }
    .area-form-busca {
        width: 100%;
        margin-bottom: 0;
    }
    .form-busca {
        width: 100%;
    }
    .label-busca {
        display: inline-block;
        padding-right: 10px;
        float: left;
        color: rgb(77, 119, 78);
        font-size: 1.3em;
        line-height: 2.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .campo-busca {
        display: inline-block;
        width: 94%;
        height: 40px;
        margin-bottom: 0;
        float: left;
        border: 1px solid #666;
        background-color: #fff;
        font-size: 1.4em;
    }
    .btn-busca {
        height: 40px;
        float: left;
        border: 1px solid #444;
        background-color: #555;
        -webkit-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        font-family: Fontawesome, sans-serif;
        color: #fff;
        font-size: 1.5em;
        text-align: center;
    }
    .bloco-resultados-busca {
        width: 100%;
        padding-bottom: 12px;
    }
    .texto-registros-busca {
        color: #666;
        font-size: 1.5em;
        line-height: 32px;
        font-weight: 600;
    }
    .span-palavra-busca {
        color: rgb(77, 119, 78);
    }
    .bloco-busca-produto {
        width: 100%;
        padding-bottom: 20px;
    }
    .ajust-input-search {
        display: inline-block;
        width: 90%;
    }
    .titulo-multitexto-destaque {
        margin-bottom: 0;
    }
    .nav-bar-mov,
    .nav-bar-mov nav {
        //height: 80px;
    }
    .menu-link-mov {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .titulo-info {
        margin: 0;
    }
    .bloco-titulo-categoria h1 {
        text-transform: inherit;
    }
    .bloco-img-parceiro {
        width: 100%;
    }
    .titles-comments {
        text-align: left !important;
        font-family: inherit !important;
        font-size: initial !important;
    }
    .title-news-home {
        margin: 0;
        text-transform: inherit;
    }
    .visible-medium {
        display: none;
    }
    @media screen and (max-width: 991px) {
        .visible-medium {
            display: block !important;
            clear: both;
        }
    }
    .bloco-img-produto-det img {
        width: auto !important;
        position: relative !important;
    }
    .bloco-min-img-prod {
        width: 30%;
        margin: 1%;
    }
    .img-min-produto {
        height: 80px;
    }
    .zoomWrapper {
        width: auto !important;
        height: auto !important;
    }
    .ajust-title-text-sub {
        font-size: 17px;
        line-height: 1.75em;
        font-weight: 700;
        margin: 0;
        text-transform: inherit;
    }
    .logo img {
        max-height: 135px;
        position: absolute;
        z-index: 9;
        margin: 0 auto;
        display: block;
    }
    @media (max-width: 1125px) and (min-width: 990px) {
        .logo img {
            max-width: 100%;
        }
    }
    @media screen and (max-width: 991px) {
        .logo img {
            position: relative;
        }
    }
    .bloco-migalha h1 {
        font-size: 1em !important;
    }
    .link-menu-lateral h3 {
        margin-top: 0;
        margin-bottom: 0;
        color: inherit;
        font-size: 1em;
        line-height: 1.55em;
        font-weight: 600;
        text-transform: none;
    }
    .footer {
        height: auto;
    }
    .texto-local {
        display: inline-block;
        width: 100%;
        color: #706d6d;
        font-size: 1.4em;
        line-height: 1.6em;
        font-style: normal;
        font-weight: 600;
        text-align: right;
    }
    @media (max-width: 767px) {
        .texto-local {
            text-align: left;
        }
    }
    .enderecos-rodape {
        padding-top: 10px;
    }
    .bloco-tel-rodape {
        height: auto;
    }
    .lista-tel-sem-local {
        padding-bottom: 8px;
    }
    .texto-localizacao {
        display: inline-block;
        width: 100%;
        color: #706d6d;
        font-size: 1.3em;
        line-height: 1.6em;
        font-style: normal;
        font-weight: 600;
    }
    .enderecos-localizacao {
        padding-top: 10px;
    }
    .row-localizacao {
        margin-bottom: 25px;
    }
    @font-face {
        font-family: "webflow-icons";
        src:
            url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
                format("truetype"),
            url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)
                format("woff");
        font-weight: 400;
        font-style: normal;
    }
    [class^="w-icon-"],
    [class*=" w-icon-"] {
        font-family: "webflow-icons";
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #menu-categorias {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
        overflow: scroll;
        display: none;
    }
    .topo-link-categorias {
        width: 100%;
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 17px;
        margin: 0;
        line-height: 60px;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
    }
    .btn-fechar-topo-link-categorias {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 20px;
        background-color: #6d6d6d;
        color: #fff;
    }
    .link-lateral-mobile-categorias {
        width: 98%;
        display: block;
        text-decoration: none;
        font-size: 17px;
        margin: 4px;
        line-height: 40px;
        padding: 0 10px;
    }
    @media screen and (max-width: 991px) {
        .w-nav-personalizado .w-nav-overlay,
        .w-nav-personalizado .w-nav-menu {
            display: none !important;
        }
        .w-nav-recebe .w-nav-button {
            display: block !important;
        }
    }
    .fa {
        font-family: Fontawesome;
    }
    .cartText {
        position: relative;
        padding-right: 10px;
        margin-bottom: 0;
    }
    .cartHasItems {
        background-color: #fff;
        position: absolute;
        border-radius: 100%;
        border: 0;
        text-align: center;
        right: -5px;
        font-size: 12px;
        top: -10px;
        min-height: 1.375em;
        min-width: 1.375em;
        line-height: 1.375em;
        display: block;
        padding: 1px;
    }
    .menu-link:hover .cartHasItems,
    .menu-link-mov:hover .cartHasItems,
    .cartHasItems {
        color: rgb(157, 200, 141);
    }
    .menu-link.ativoMenu .cartHasItems {
        background-color: #2f5930;
        color: white;
    }
    .msgReturn {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 600;
    }
    .qtdCarrinho .msgReturn {
        position: absolute;
    }
    .removeFromCart {
        font-size: 14px;
        text-decoration: none;
    }
    .removeFromCart:hover {
        text-decoration: underline;
    }
    .removeFromCart i {
        font-style: normal;
    }
    .align-center-objects {
        text-align: center;
    }
    .carrinhoTable .table {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .carrinhoTable .w-row:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
    .img-produtos-carrinho {
        width: 90px;
        height: 90px;
        background-size: contain !important;
        background-position: 50%;
        background-repeat: no-repeat;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .link-produtos-carrinho {
        display: inline-block;
        padding-right: 20px;
    }
    .link-produtos-carrinho:hover .img-produtos-carrinho,
    .link-produtos-carrinho:hover .titulo-produto-carrinho {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .titulo-produto-carrinho .titulo-produto,
    .qtdCarrinho,
    .excluirCarrinho,
    .bloco-titulo-produto-01 {
        vertical-align: middle;
        display: table-cell;
    }
    .campoQtdCarrinho,
    .campoExcluirCarrinho {
        display: table;
        min-height: 110px;
    }
    .conteudo-carrinho .texto-contato,
    .conteudo-carrinho .texto-formulario {
        font-size: 1.5em;
        font-weight: 500;
    }
    .conteudo-carrinho .texto-contato.titulo-info {
        margin-bottom: 10px;
    }
    .btnSairArquivo {
        font-size: 1.4em;
    }
    .btnSairArquivo:hover {
        background-color: #00599e;
    }
    .cartMenuItem {
        border: 1px solid #18a33c;
    }
    .visible-tiny {
        display: none;
    }
    .removeFromCart {
        float: right;
    }
    .mapa-iframe,
    .mapa-iframe iframe {
        height: 100%;
        width: 100%;
    }
    @media (max-width: 991px) {
        .section-archive .bloco-menu-lateral .w-container {
            max-width: 100%;
        }
        .conteudo-carrinho .bloco-endereco {
            margin-left: 0;
            width: 100%;
        }
        .cartText {
            width: auto;
            display: inline-block;
        }
        .countCartItems {
            font-size: 10px;
            right: -3px;
            top: -7px;
        }
        .cartMenuItem {
            float: none;
        }
    }
    @media (max-width: 767px) {
        .carrinhoTable .table {
            width: 100%;
        }
        .mask-slider-principal {
            height: auto;
        }
        .mask-slider-principal .slide {
            min-height: 220px;
        }
        .div-legenda {
            margin: 0;
            display: block;
            position: relative;
            vertical-align: bottom;
            bottom: initial;
            margin-top: 220px;
            width: 100%;
            top: initial;
            left: initial;
            margin-bottom: 40px;
        }
    }
    @media (max-width: 479px) {
        .invisible-tiny {
            display: none;
        }
        .visible-tiny {
            display: block;
        }
        .campoQtdCarrinho {
            /* min-width: 90px;*/
        }
        .removeFromCart {
            float: none;
        }
        .campoQtdCarrinho,
        .campoExcluirCarrinho {
            min-height: 1px;
        }
        .img-produtos-carrinho {
            margin-top: 15px;
            margin-bottom: 0;
        }
    }
    @media (max-width: 395px) {
        .btn-forget,
        .btn-login {
            font-size: 1.1em;
        }
    }
    @media (max-width: 350px) {
        .btn-forget,
        .btn-login,
        .form-forget {
            width: 100%;
        }
        .btn-forget {
            padding-right: 0;
        }
    }
    .g-recaptcha {
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }
    .select2-container {
        margin-bottom: 15px;
    }
    .select2.error + .select2-container {
        margin-bottom: 0;
    }
    .select2-container--default .select2-selection--single,
    .select2-dropdown {
        width: 100%;
        height: 38px;
        border: 1px solid #ccc;
        background-image: url(../images/bg-select.jpg) !important;
        background-color: #fcfcfc;
        color: #333;
        font-size: 1.5em;
        font-weight: 400;
        background-image: none;
        border-radius: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-top-color: #333;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
        color: #333;
        text-align: left;
        padding: 0 12px;
        border-radius: 0;
    }
    .select2-dropdown {
        height: auto;
    }
    .select2-search__field {
        color: #333;
    }
    .select2-container--default .select2-results__option[aria-selected="true"] {
        background-color: #666;
        color: #fff;
    } /*----------*/
    .text-center {
        text-align: center;
    }
    .priceProduct {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-weight: 400;
        color: inherit;
    }
    .preco-produto-carrinho div {
        vertical-align: middle;
        display: table-cell;
    }
    .preco-produto-carrinho {
        float: left;
        font-size: 1.5em;
    }
    @media (min-width: 480px) {
        .preco-produto-carrinho {
            float: left;
            width: 100%;
            font-size: 1.4em;
            color: #444;
            padding-left: 10px;
            height: 110px;
            text-align: center;
            display: table;
        }
    }
    @media (min-width: 470px) {
        .titulo-produto-carrinho {
            color: #444;
            font-size: 1.4em;
            margin-left: 10px;
            float: left;
            display: table;
        }
    }
    .titulo-produto-carrinho {
        color: #444;
        font-size: 1.4em;
        float: left;
        display: table;
    }
    .valor-total-carrinho {
        font-size: 1.8em;
        line-height: 1.7em;
    }
    .valor-total-preco {
        padding-left: 5px;
    }
    @media (max-width: 433px) {
        .preco-produto-carrinho {
            font-size: 1.4em;
        }
    }
    @media screen and (max-width: 767px) {
        .preco-produto-carrinho,
        .precoProd {
            font-size: 1.2em;
        }
        .conteudo-carrinho .texto-contato {
            font-size: 1.4em;
        }
    }
    @media screen and (max-width: 991px) {
        .carrinhoForm {
            width: 80%;
        }
    }
    @media (max-width: 767px) {
        .carrinhoForm {
            width: 100%;
        }
    }
    .preco-item {
        font-size: 1.9em;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .valor-total-carrinho {
        text-align: center;
    }
    @media screen and (max-width: 479px) {
        .qtdCarrinho {
            padding-top: 15px;
        }
    }
    body {
        background-image: url("../images/gplaypattern.png");
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        color: #333;
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Ubuntu, Helvetica, sans-serif;
        font-size: 2.2em;
        line-height: 1.4em;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-family: Ubuntu, Helvetica, sans-serif;
        color: rgb(77, 119, 78);
        font-size: 2.2em;
        line-height: 1.4em;
        font-weight: 700;
        text-transform: uppercase;
    }
    h3 {
        margin-top: 0px;
        margin-bottom: 10px;
        color: #555;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        color: #cccaca;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
    h5 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-family: "Open Sans", sans-serif;
        color: #20577e;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
    }
    h6 {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 20px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
    }
    p {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .topo {
        display: block;
        width: 100%;
    }
    .bg-topo {
        position: static;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 999;
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 119, 78);
    }
    .navbar {
        height: 75px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: transparent;
    }
    .menu-link {
        padding: 30px 8px;
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #fff;
        font-size: 1.5em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .menu-link:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .menu-link.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .menu-link.w--open {
        background-color: rgb(157, 200, 141);
    }
    .area-slide {
        margin-bottom: 20px;
        background-image: none;
    }
    .slider-principal {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
    }
    .label {
        margin-bottom: 4px;
        font-family: "Open Sans", sans-serif;
        color: #444;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .label.erro {
        color: #fc3434;
    }
    .enviar {
        width: 100%;
        height: 38px;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 1px solid #444;
        border-radius: 0px;
        background-color: rgb(77, 119, 78);
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        font-family: "Open Sans", sans-serif;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .enviar:hover {
        background-color: rgb(157, 200, 141);
    }
    .enviar.news {
        margin-top: 25px;
        background-color: #555;
    }
    .enviar.news:hover {
        background-color: rgb(77, 119, 78);
    }
    .enviar.rota {
        width: 28%;
        float: left;
    }
    .area-destaques {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .area-destaques.cor3 {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .area-destaques.news.instagram {
    }
    .footer {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
        background-color: #ededed;
    }
    .copyright {
        padding-top: 6px;
        padding-right: 10px;
        font-family: "Open Sans", sans-serif;
        color: #706d6d;
        font-size: 1.2em;
        line-height: 18px;
        font-weight: 400;
        text-align: right;
    }
    .sociais {
        margin-bottom: 7px;
        float: left;
    }
    .social-icon.facebook {
        background-image: url("../images/icone-facebook.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .social-icon.facebook:hover {
        background-image: url("../images/icone-facebook-hover.png");
    }
    .social-icon.twitter {
        background-image: url("../images/icone-twitter.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .social-icon.twitter:hover {
        background-image: url("../images/icone-twitter-hover.png");
    }
    .social-icon.instagram {
        background-image: url("../images/icone-instagram.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .social-icon.instagram:hover {
        background-image: url("../images/icone-instagram-hover.png");
    }
    .social-icon.youtube {
        background-image: url("../images/icone-youtube.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .social-icon.youtube:hover {
        background-image: url("../images/icone-youtube-hover.png");
    }
    .social-icon.google {
        background-image: url("../images/icone-google.png");
        background-position: 0px 0px;
        background-repeat: no-repeat;
    }
    .social-icon.google:hover {
        background-image: url("../images/icone-google-hover.png");
    }
    .link-menu-lateral {
        width: 100%;
        margin-bottom: 6px;
        padding: 8px 20px;
        background-color: rgb(77, 119, 78);
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-menu-lateral:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .link-menu-lateral.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .link-menu-lateral.ativo {
        background-color: #2f5930;
    }
    .link-menu-lateral.ativo:hover {
        background-color: rgb(157, 200, 141);
    }
    .link-menu-lateral.categoria-ativa {
        background-color: #2f5930;
    }
    .texto-destaque {
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.5em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .area-texto-destaque {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: rgb(77, 119, 78);
    }
    .saiba-mais {
        padding: 6px 20px;
        float: none;
        border: 1px solid #fff;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.4em;
        font-weight: 700;
        text-decoration: none;
    }
    .saiba-mais:hover {
        background-color: rgb(157, 200, 141);
    }
    .saiba-mais.estilo2 {
        border-color: #444;
        background-color: #e9e9e9;
        color: #424242;
    }
    .saiba-mais.estilo2:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .div-legenda {
        position: absolute;
        left: 20px;
        top: 110px;
        z-index: 99;
        width: 45%;
        height: auto;
        padding: 20px;
        border-style: solid;
        border-width: 10px;
        border-color: hsla(0, 0%, 100%, 0.77);
        background-color: rgba(0, 0, 0, 0.75);
    }
    .legenda-slide {
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.8em;
        line-height: 1.6em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .legenda02 {
        padding-top: 10px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.5em;
        line-height: 1.5em;
        font-weight: 600;
    }
    .bg-mobile-menu {
        background-color: transparent;
    }
    .img-produto {
        width: 170px;
        float: right;
    }
    .topo-mov {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 1999;
        display: none;
        width: 100%;
        height: 60px;
        background-color: rgb(77, 119, 78);
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.54);
    }
    .logo {
        width: 100%;
        margin-top: 16px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .nav-bar-mov {
        width: 100%;
        height: 70px;
        background-color: transparent;
    }
    .menu-link-mov {
        display: inline-block;
        height: 100%;
        padding-right: 16px;
        padding-left: 16px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .menu-link-mov:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .menu-link-mov.w--current {
        background-color: #2f5930;
        color: #fff;
    }
    .body {
        height: 100%;
        font-family: "Open Sans", sans-serif;
        font-size: 62.5%;
    }
    .limite {
        width: 100%;
        height: auto;
        max-width: 1210px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .nav-slider-principal {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        font-size: 1.4em;
    }
    .area-btn {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .mask-slider-principal {
        width: 100%;
        height: 400px;
    }
    .slide {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url("../images/img-slide01.jpg");
        background-position: 50% 0px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slide._02 {
        background-image: url("../images/img-slide02.jpg");
    }
    .slide._03 {
        background-image: url("../images/img-slide03.jpg");
    }
    .bloco-destaques {
        width: 100%;
    }
    .titulo-destaque {
        color: #333;
        font-weight: 700;
    }
    .titulo-destaque.cor1 {
        color: #fff;
    }
    .coluna-10 {
        padding-left: 0px;
    }
    .link-noticia-destaque {
        width: 98%;
        padding-right: 10px;
        color: #444;
        text-decoration: none;
    }
    .link-noticia-destaque:hover {
        color: rgb(77, 119, 78);
    }
    .data-noticia-destaque {
        display: inline-block;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        border-left: 3px solid rgb(77, 119, 78);
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 700;
    }
    .titulo-noticia-destaque {
        padding-bottom: 10px;
        font-size: 1.6em;
        line-height: 1.6em;
        font-weight: 700;
    }
    .chamada-noticia-destaque {
        font-size: 1.4em;
    }
    .bloco-texto-not-destaque {
        display: inline-block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-left: 3px solid #b6b6b6;
    }
    .slider-parceiros {
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    .nav-slide-parceiros {
        width: 44px;
        height: 44px;
        background-color: #e9e9e9;
        color: #888;
        font-size: 3em;
    }
    .nav-slide-parceiros:hover {
        background-color: rgba(0, 0, 0, 0.34);
        color: #fff;
    }
    .mask-slider-parceiros {
        display: block;
        width: 92%;
        height: 150px;
        margin-right: auto;
        margin-left: auto;
    }
    .slide-parceiro {
        width: 25%;
        padding-right: 0px;
        padding-bottom: 0px;
        text-align: center;
    }
    .link-parceiro-destaque {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 190px;
        height: 130px;
        margin-right: auto;
        margin-left: auto;
        padding: 12px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        text-align: center;
    }
    .link-parceiro-destaque:hover {
        border-width: 2px;
        opacity: 0.8;
    }
    .texto-endereco {
        display: inline-block;
        width: 100%;
        color: #706d6d;
        font-size: 1.4em;
        line-height: 1.6em;
        font-style: normal;
        font-weight: 400;
        text-align: right;
    }
    .texto-telefone {
        display: inline-block;
        float: left;
        color: #555;
        font-size: 1.4em;
        font-style: normal;
        text-align: right;
    }
    .input-destaque {
        width: 100%;
        height: 38px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        font-weight: 600;
    }
    .input-destaque:focus {
        border-color: #a5a5a5;
    }
    .input-destaque.msg {
        min-height: 61px;
    }
    .texto-newsletter {
        padding-bottom: 10px;
        color: #444;
        font-size: 1.5em;
        line-height: 1.8em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .link-servico-destaque {
        width: 98%;
        padding-bottom: 10px;
        color: #444;
        text-decoration: none;
    }
    .link-servico-destaque:hover {
        color: rgb(77, 119, 78);
    }
    .titulo-multitexto-destaque {
        width: 100%;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        border-left: 3px solid rgb(77, 119, 78);
        font-size: 1.6em;
        line-height: 1.4em;
        font-weight: 700;
    }
    .bloco-texto-servico-destaque {
        width: 100%;
        padding-top: 10px;
        padding-left: 15px;
        border-left: 3px solid rgba(0, 0, 0, 0.3);
    }
    .texto-servico-destaque {
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-internas {
        display: inline-block;
        width: 100%;
        color: #222;
        font-size: 1.5em;
        line-height: 1.6em;
    }
    .conteudo {
        display: inline-block;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bloco-multitexto {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-conteudo {
        display: inline-block;
        width: 100%;
    }
    .bloco-menu-lateral {
        display: inline-block;
        width: 24%;
        float: left;
    }
    .nav-bar-menu-lateral {
        z-index: 990;
        width: 100%;
        background-color: transparent;
    }
    .bloco-lateral {
        display: inline-block;
        width: 76%;
        float: left;
    }
    .link-produtos {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 210px;
        height: 180px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-align: center;
    }
    .link-produtos:hover {
        border-color: rgb(77, 119, 78);
        background-size: 200px;
    }
    .link-produtos.destaque {
        width: 260px;
        height: 230px;
        margin-bottom: 0px;
    }
    .bloco-titulo-produto {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding: 8px 5px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .bloco-titulo-produto:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-titulo-categoria {
        display: inline-block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .bloco-paginacao {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
    .num-pag {
        height: 30px;
        margin-right: 1px;
        padding-right: 14px;
        padding-left: 14px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        line-height: 2em;
        font-weight: 600;
        text-decoration: none;
    }
    .num-pag:hover {
        border-color: rgb(77, 119, 78);
        color: #838383;
    }
    .num-pag.w--current {
        border-color: #d66f71;
        background-color: #e9e9e9;
        color: rgb(77, 119, 78);
        font-size: 1.4em;
        font-weight: 700;
    }
    .link-migalha {
        display: none;
        padding-right: 10px;
        float: left;
        color: #888;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
        text-decoration: none;
    }
    .link-migalha:hover {
        color: rgb(77, 119, 78);
    }
    .link-migalha.w--current {
        color: #666;
    }
    .link-voltar {
        padding: 8px 16px;
        border: 1px solid #333;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-voltar:hover {
        background-color: rgb(77, 119, 78);
    }
    .bloco-img-produto-det {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 345px;
        height: auto;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .img-produto-detalhe {
        max-height: 240px;
    }
    .bloco-titulo-produto-detalhe {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .titulo-produto-det {
        color: #333;
        font-size: 1.7em;
        font-weight: 700;
    }
    .bloco-descricao-produto {
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-item-orcamento {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .link-orcamento {
        padding: 8px 15px;
        border: 1px solid #333;
        background-color: rgb(77, 119, 78);
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
    .link-orcamento:hover {
        background-color: rgb(157, 200, 141);
    }
    .link-img-galeria {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        width: 180px;
        height: 140px;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .link-img-galeria:hover {
        border-width: 2px;
    }
    .link-img-galeria.destaque {
        margin-bottom: 0px;
    }
    .img-galeria {
        height: 100%;
    }
    .link-menu-subcat {
        width: 100%;
        margin-bottom: 6px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        color: #444;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-menu-subcat:hover {
        background-color: #e6e6e6;
    }
    .link-menu-subcat.w--current {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .link-menu-subcat.ativo {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .bloco-voltar {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bloco-mapa {
        overflow: hidden;
        width: 100%;
        height: 410px;
        border: 1px solid #ccc;
    }
    .bloco-endereco {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
        font-style: normal;
    }
    .texto-localizacao {
        display: inline-block;
        color: #444;
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 600;
    }
    .bloco-tel-localizacao {
        display: inline-block;
        width: 50%;
        padding-bottom: 10px;
        float: left;
    }
    .bloco-info-localizacao {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .titulo-info {
        padding-bottom: 10px;
        color: rgb(77, 119, 78);
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .link-ver-mapa {
        padding: 6px 15px;
        border: 1px solid #444;
        background-color: #666;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
    .link-ver-mapa:hover {
        background-color: rgb(157, 200, 141);
    }
    .area-form-contato {
        width: 100%;
        padding: 10px 20px 20px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .input-geral {
        width: 100%;
        height: 38px;
        border: 1px solid #ccc;
        border-radius: 1px;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
    }
    .input-geral:focus {
        border-color: #a5a5a5;
    }
    .input-geral.msg {
        min-height: 100px;
        margin-bottom: 20px;
    }
    .input-geral.arquivo {
        display: inline-block;
        width: 70%;
        margin-bottom: 20px;
        float: left;
    }
    .input-geral.select {
        background-image: url("../images/bg-select.jpg");
        background-position: 0px 0px;
    }
    .input-geral.rota {
        display: inline-block;
        width: 72%;
        margin-bottom: 10px;
        float: left;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .input-geral.erro {
        margin-bottom: 2px;
        border-color: #fc3434;
    }
    .bloco-formulario {
        display: block;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .bloco-tel-rodape {
        display: inline-block;
        height: 26px;
        padding-left: 20px;
        float: left;
    }
    .lista-tel-rodape {
        float: right;
        font-style: normal;
        text-align: right;
    }
    .icone-wths-rodape {
        padding-top: 2px;
        padding-left: 10px;
        float: left;
    }
    .texto-tel-info {
        display: inline-block;
        float: left;
        color: #444;
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 600;
    }
    .icone-wths-info {
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }
    .bloco-video {
        display: inline-block;
        width: 360px;
        height: 203px;
    }
    .bloco-titulo-video {
        width: 100%;
        padding: 3px 6px;
    }
    .titulo-video {
        color: #444;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .area-video {
        display: inline-block;
        width: 100%;
        padding-bottom: 30px;
    }
    .bloco-noticia {
        width: 100%;
        margin-bottom: 20px;
        border-left: 2px solid #e8e8e8;
    }
    .titulo-data {
        color: rgb(77, 119, 78);
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 700;
    }
    .bloco-chamada-noticia {
        display: inline-block;
        width: 100%;
    }
    .link-noticia {
        width: 100%;
        padding: 10px 10px 10px 15px;
        color: #444;
        text-decoration: none;
    }
    .link-noticia:hover {
        color: rgb(77, 119, 78);
    }
    .titulo-noticia {
        font-size: 1.6em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .titulo-chamada {
        font-size: 1.5em;
        line-height: 1.7em;
    }
    .bloco-img-noticia {
        overflow: hidden;
        width: auto;
        height: 100%;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url("../images/img-servico.jpg");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .texto-data-not {
        display: inline-block;
        padding-left: 10px;
        float: left;
        color: #444;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-arquivo {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .link-arquivo {
        width: 100%;
        margin-top: 8px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 20px;
        background-image: url("../images/icone-arquivo.png");
        background-position: 1px 6px;
        background-repeat: no-repeat;
        color: #444;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-arquivo:hover {
        color: rgb(77, 119, 78);
    }
    .area-img-produto {
        display: inline-block;
        width: 100%;
    }
    .bloco-info-not {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
    }
    .texto-autor {
        display: inline-block;
        padding-right: 10px;
        float: left;
        border-right: 1px solid #999;
        color: #888;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-descricao {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .bloco-social-noticias {
        width: 100%;
        padding-bottom: 10px;
    }
    .bloco-compartilhar-not {
        display: inline-block;
        width: auto;
        height: 32px;
        padding-right: 20px;
        float: left;
    }
    .bloco-cad-comentario {
        width: 100%;
    }
    .bloco-cad-coment {
        width: 100%;
    }
    .label-comentario {
        margin-bottom: 4px;
        color: #666;
        font-size: 1.4em;
        line-height: 1.5em;
        font-weight: 600;
        text-transform: uppercase;
    }
    .bloco-lista-comentarios {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
    }
    .bloco-comentario-aprovado {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 24px;
        background-image: url("../images/icone-coment.png");
        background-position: 0px 5px;
        background-repeat: no-repeat;
    }
    .texto-autor-coment {
        display: inline-block;
        padding-right: 10px;
        color: #444;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-data-coment {
        color: #666;
        font-size: 1.2em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .texto-coment {
        color: #444;
        font-size: 1.3em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .bloco-outras-img-produt {
        width: 100%;
    }
    .bloco-min-img-prod {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 112px;
        height: 80px;
        margin-right: 4px;
        margin-bottom: 4px;
        float: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .bloco-min-img-prod:hover {
        border-width: 2px;
        border-color: #444;
    }
    .bloco-min-img-prod.ativo {
        border-width: 2px;
        border-color: #888;
    }
    .img-min-produto {
        height: 70px;
    }
    .geral {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        min-width: 1170px;
        padding-bottom: 105px;
    }
    .destaques-home {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .titulo-arquivo {
        width: 100%;
        padding-bottom: 10px;
        color: rgb(77, 119, 78);
        font-size: 1.5em;
        line-height: 1.6em;
        font-weight: 600;
    }
    .texto-arquivo {
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 400;
    }
    .link-parceiro {
        width: 190px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #444;
        font-size: 1.4em;
        line-height: 1.7em;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }
    .link-parceiro:hover {
        border-color: rgb(77, 119, 78);
        color: rgb(77, 119, 78);
    }
    .bloco-titulo-parceiro {
        width: 100%;
        padding: 6px 10px;
        background-color: transparent;
    }
    .bloco-img-parceiro {
        width: 100%;
        height: 140px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url("../images/logo-construsite.png");
        background-position: 50% 50%;
        background-size: 160px;
        background-repeat: no-repeat;
    }
    .bloco-img-parceiro:hover {
        border-color: rgb(77, 119, 78);
    }
    .bloco-img-parceiro-det {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        height: 140px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bloco-erro {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 60px;
        text-align: center;
    }
    .titulo-erro {
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #ccc;
        font-size: 6em;
        line-height: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .texto-erro {
        padding-bottom: 20px;
        font-family: Ubuntu, Helvetica, sans-serif;
        color: #666;
        font-size: 2.3em;
        line-height: 1.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .texto-informa-erro {
        color: #444;
        font-size: 1.6em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-home {
        margin-top: 30px;
        padding: 5px 15px;
        border: 1px solid #444;
        background-color: rgb(77, 119, 78);
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-home:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-rota {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding: 10px 15px;
        border: 1px solid #ececec;
        background-color: #f8f8f8;
    }
    .list-menu.w--open {
        border-style: solid;
        border-width: 1px 1px 0px;
        border-color: #ccc;
        background-color: rgb(77, 119, 78);
    }
    .link-submenu {
        width: 100%;
        border-bottom: 1px solid #ccc;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 600;
    }
    .link-submenu:hover {
        background-color: rgb(157, 200, 141);
        color: #fff;
    }
    .link-submenu.w--current {
        background-color: #ebebeb;
        color: rgb(77, 119, 78);
    }
    .texto-obrigatorio {
        display: none;
        padding-bottom: 10px;
        color: #fc3434;
        font-size: 1.1em;
        font-weight: 600;
    }
    .bloco-migalha {
        display: inline-block;
        padding-right: 10px;
        float: left;
        color: #777;
        font-size: 1.6em;
        line-height: 1.9em;
        font-weight: 700;
    }
    .bloco-migalha.ativo {
        color: #555;
    }
    .bloco-parceiro {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
    .area-img-parceiro {
        display: inline-block;
        width: 200px;
        float: left;
    }
    .area-descricao-pag {
        display: inline-block;
        width: 350px;
        float: left;
    }
    .area-descricao-parceiro {
        display: inline-block;
        width: 670px;
        float: left;
    }
    .bloco-alinha-menu {
        width: 90%;
    }
    .bloco-ver-mapa {
        width: 100%;
        padding-top: 20px;
    }
    .bloco-num-registros {
        display: inline-block;
        padding-right: 20px;
        float: left;
        color: #888;
        font-size: 1.4em;
        line-height: 2.2em;
        font-weight: 600;
    }
    .logo-move {
        width: 100%;
        margin-top: 6px;
    }
    .link-img-parceiro {
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .link-img-parceiro:hover {
        border-color: rgb(77, 119, 78);
    }
    .area-form-news {
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }
    .area-form-orcamento {
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }
    .link-produtos-cat {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 260px;
        height: 220px;
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        text-align: center;
    }
    .link-produtos-cat:hover {
        border-color: rgb(77, 119, 78);
    }
    .coluna-0 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .bloco-video-cat {
        width: 400px;
        height: 225px;
    }
    .btn-selecionar-arquivo {
        display: inline-block;
        width: 30%;
        height: 38px;
        padding-top: 6px;
        background-color: #444;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.9em;
        font-weight: 400;
        text-align: center;
    }
    .btn-selecionar-arquivo:hover {
        background-color: #666;
    }
    .item-pg {
        margin-right: 3px;
        margin-left: 3px;
        padding-right: 14px;
        padding-left: 14px;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #444;
        font-size: 1.4em;
        line-height: 2em;
        font-weight: 600;
        text-decoration: none;
    }
    .item-pg:hover {
        border-color: rgb(77, 119, 78);
    }
    .item-pg.mobile {
        display: none;
        font-family: Fontawesome, sans-serif;
    }
    .item-pg.inativo {
        background-color: #f7f7f7;
        opacity: 0.8;
        cursor: not-allowed;
    }
    .titulo-secao {
        color: rgb(77, 119, 78);
        text-align: left;
    }
    .link-album {
        position: relative;
        width: 270px;
        height: 220px;
        padding: 10px;
        border: 1px solid #ccc;
        background-color: #fff;
        background-image: url("../images/alarme-para-automoveis-1042660-1372127209911.jpg");
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        font-weight: 600;
        text-decoration: none;
    }
    .link-album:hover {
        border-color: rgb(77, 119, 78);
    }
    .link-album._02 {
        background-image: url("../images/amortecedor-convencional-1094748-1386975777622.jpg");
    }
    .link-album._03 {
        background-image: url("../images/704421_501.jpg");
    }
    .link-album._04 {
        background-image: url("../images/amortecedor-convencional-1094753-1386975862218.jpg");
    }
    .bloco-titulo-album {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding: 8px 5px;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: center;
    }
    .bloco-titulo-album:hover {
        background-color: rgb(157, 200, 141);
    }
    .bloco-capa-album {
        display: inline-block;
        width: 100%;
        padding-bottom: 40px;
    }
    .bloco-busca-produto {
        width: 100%;
        padding-bottom: 20px;
    }
    .area-form-busca {
        width: 100%;
        margin-bottom: 0px;
    }
    .form-busca {
        width: 100%;
    }
    .label-busca {
        display: inline-block;
        padding-right: 10px;
        float: left;
        color: rgb(77, 119, 78);
        font-size: 1.3em;
        line-height: 2.9em;
        font-weight: 700;
        text-transform: uppercase;
    }
    .campo-busca:focus {
        border-color: #cacaca;
    }
    .btn-busca {
        width: 50px;
        height: 40px;
        float: left;
        border: 1px solid #444;
        background-color: #555;
        -webkit-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        font-family: Fontawesome, sans-serif;
        color: #fff;
        font-size: 1.5em;
        text-align: center;
    }
    .btn-busca:hover {
        background-color: rgb(77, 119, 78);
    }
    .bloco-resultados-busca {
        width: 100%;
        padding-bottom: 12px;
    }
    .texto-registros-busca {
        display: none;
        color: #666;
        font-size: 1.5em;
        line-height: 32px;
        font-weight: 600;
    }
    .span-palavra-busca {
        color: rgb(77, 119, 78);
    }
    .bloco-iframe {
        height: 500px;
    }
    .box-instagram {
        position: relative;
        display: block;
        width: 95%;
        height: 180px;
        margin-right: auto;
        margin-left: auto;
        border: 1px solid #ccc;
        background-image: url("../images/img-servico.jpg");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .box-instagram.d {
        float: right;
    }
    .box-instagram.c {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .box-instagram._2 {
        background-image: url("../images/img-slide03.jpg");
    }
    .box-instagram._4 {
        background-image: url("../images/slide.jpg");
    }
    .box-instagram._6 {
        background-image: url("../images/img-slide01.jpg");
    }
    .ico-insta {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(152, 18, 21, 0.51);
        opacity: 0;
        font-family: "Fontawesome webfont", sans-serif;
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        display: table;
        width: 100%;
        height: 100%;
    }
    .bt-whatsapps {
        position: fixed;
        right: 10px;
        bottom: 80px;
        padding: 12px;
        border-radius: 30px;
        background-color: #00b456;
        color: #fff;
        font-size: 15px;
        line-height: 100%;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        text-transform: none;
    }
    .ico-zap {
        font-family: "Fontawesome webfont", sans-serif;
        font-size: 20px;
    }
    .text-block {
        display: inline-block;
    }
    .text-block-2 {
        display: inline-block;
        padding-left: 7px;
        line-height: 100%;
    }
    @media (max-width: 991px) {
        h5 {
            margin-top: 10px;
        }
        h6 {
            text-align: left;
        }
        .topo {
            width: 100%;
        }
        .navbar {
            position: relative;
            z-index: 1999;
            width: 100%;
            height: auto;
            margin-top: 10px;
            margin-right: 0px;
            margin-left: 0px;
        }
        .menu-link {
            position: relative;
            z-index: 36;
            width: 100%;
            padding: 15px 20px;
            background-color: rgb(77, 119, 78);
        }
        .menu-link.w--current {
            background-color: #2f5930;
        }
        .slider-principal {
            width: 100%;
            height: auto;
        }
        .area-destaques {
            padding-right: 0px;
            padding-left: 0px;
        }
        .footer {
            height: 150px;
        }
        .sociais {
            padding-bottom: 10px;
            float: right;
        }
        .social-icon.google {
            margin-right: 0px;
        }
        .link-menu-lateral.categoria-ativa {
            text-align: left;
        }
        .div-legenda {
            top: 20px;
            display: block;
            width: 60%;
            height: auto;
            margin: 20px auto 20px 10px;
            padding-top: 17px;
            padding-bottom: 17px;
        }
        .legenda-slide {
            font-size: 1.6em;
        }
        .legenda02 {
            font-size: 1.4em;
        }
        .icon-mobile {
            width: 100%;
            padding-left: 0px;
            float: left;
            font-family: "Open Sans", sans-serif;
            color: #fff;
        }
        .icon-mobile.w--open {
            background-color: #2f5930;
        }
        .bg-mobile-menu {
            width: 100%;
            background-color: #fff;
        }
        .topo-mov {
            width: 0%;
            height: 0px;
            opacity: 0;
        }
        .nav-menu {
            z-index: 999;
            display: inline-block;
            width: 100%;
        }
        .limite {
            width: 100%;
        }
        .area-btn {
            padding-top: 10px;
        }
        .mask-slider-principal {
            height: 300px;
        }
        .slide-parceiro {
            width: 33.33%;
        }
        .link-parceiro-destaque {
            width: 190px;
        }
        .bloco-menu-lateral {
            width: 100%;
            float: none;
        }
        .bloco-lateral {
            width: 100%;
            float: none;
        }
        .link-produtos {
            width: 280px;
            height: 240px;
        }
        .link-produtos.destaque {
            width: 300px;
            height: 260px;
            margin-bottom: 20px;
        }
        .menu-categorias {
            z-index: 99;
            width: 100%;
            padding: 10px 10px 10px 0px;
            float: left;
            color: rgb(77, 119, 78);
            font-weight: 700;
        }
        .menu-categorias:hover {
            color: #444;
        }
        .menu-categorias.w--open {
            padding-left: 0px;
            background-color: transparent;
            color: #444;
        }
        .titulo-menu-categorias {
            display: inline-block;
            padding-top: 6px;
            float: left;
            font-size: 0.7em;
            line-height: 1.1em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .icone-menu {
            display: inline-block;
            padding-right: 10px;
            float: left;
            font-size: 1.4em;
            line-height: 1em;
        }
        .titulo-menu {
            display: inline-block;
            padding-top: 5px;
            float: left;
            font-size: 0.8em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .bloco-img-produto-det {
            width: 282px;
            min-height: 150px;
        }
        .img-produto-detalhe {
            width: 250px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
            margin-bottom: 20px;
        }
        .bloco-endereco:not(.bloco-full) {
            width: 98%;
            margin-left: 10px;
        }
        .area-form-contato {
            width: 100%;
        }
        .bloco-video {
            width: 560px;
            height: 316px;
        }
        .bloco-video.destaque {
            width: 220px;
            height: 124px;
        }
        .bloco-min-img-prod {
            width: 31.33%;
            height: 80px;
        }
        .geral {
            min-width: 100%;
            padding-bottom: 150px;
        }
        .bloco-erro {
            width: 80%;
        }
        .list-menu.w--open {
            border: 0px solid transparent;
        }
        .drop-menu {
            overflow: hidden;
        }
        .area-descricao-pag {
            width: 450px;
        }
        .area-descricao-parceiro {
            width: 500px;
        }
        .link-produtos-cat {
            width: 280px;
            height: 240px;
        }
        .bloco-video-cat {
            width: 320px;
            height: 180px;
        }
        .item-pg {
            display: none;
        }
        .item-pg.mobile {
            display: inline-block;
        }
        .link-album {
            width: 300px;
            height: 240px;
        }
        .campo-busca {
            width: 80%;
        }
        .box-instagram {
            height: 160px;
            margin-bottom: 15px;
        }
        .ico-insta {
            font-size: 30px;
        }
    }
    @media (max-width: 767px) {
        .navbar {
            height: auto;
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .enviar.rota {
            width: 100%;
            float: none;
        }
        .footer {
            height: 215px;
            padding-right: 10px;
            padding-left: 10px;
        }
        .copyright {
            margin-top: 10px;
            padding-left: 10px;
            text-align: left;
        }
        .sociais {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0px;
            text-align: left;
        }
        .social-icon {
            float: none;
        }
        .saiba-mais {
            margin-right: 14px;
        }
        .div-legenda {
            display: none;
        }
        .img-produto {
            display: block;
            margin-right: auto;
            margin-left: auto;
            float: none;
            background-color: #fff;
            text-align: center;
        }
        .mask-slider-principal {
            height: 220px;
        }
        .link-noticia-destaque {
            margin-bottom: 10px;
        }
        .slide-parceiro {
            width: 50%;
        }
        .texto-endereco {
            text-align: left;
        }
        .texto-telefone {
            float: left;
        }
        .link-produtos {
            width: 240px;
            height: 200px;
        }
        .link-produtos.destaque {
            width: 220px;
            height: 180px;
            margin-bottom: 20px;
        }
        .bloco-img-produto-det {
            float: left;
        }
        .img-produto-detalhe {
            width: 220px;
        }
        .link-img-galeria {
            width: 240px;
            height: 200px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
        }
        .bloco-mapa {
            height: 310px;
        }
        .input-geral {
            width: 100%;
        }
        .input-geral.rota {
            width: 100%;
            margin-bottom: 5px;
            float: none;
        }
        .bloco-formulario {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }
        .bloco-tel-rodape {
            padding-right: 20px;
            padding-left: 0px;
            float: left;
        }
        .lista-tel-rodape {
            width: 100%;
            float: none;
        }
        .icone-wths-rodape {
            padding-left: 5px;
        }
        .bloco-video {
            width: 400px;
            height: 225px;
        }
        .bloco-video.destaque {
            width: 460px;
            height: 259px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 200px;
            padding-left: 10px;
            float: left;
        }
        .bloco-min-img-prod {
            width: 46%;
        }
        .geral {
            padding-bottom: 215px;
        }
        .bloco-erro {
            width: 100%;
        }
        .area-img-parceiro {
            padding-bottom: 20px;
            float: none;
        }
        .area-descricao-pag {
            width: 100%;
            float: none;
        }
        .area-descricao-parceiro {
            width: 100%;
            float: none;
        }
        .link-produtos-cat {
            width: 240px;
            height: 200px;
        }
        .bloco-video-cat {
            width: 400px;
            height: 225px;
        }
        .link-album {
            width: 220px;
            height: 170px;
        }
    }
    @media (max-width: 479px) {
        .navbar {
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .footer {
            position: static;
            height: auto;
        }
        .sociais {
            display: block;
        }
        .social-icon {
            float: none;
        }
        .img-produto {
            width: 170px;
        }
        .logo {
            text-align: center;
        }
        .slide-parceiro {
            width: 100%;
        }
        .conteudo {
            padding-right: 10px;
            padding-left: 10px;
        }
        .link-produtos {
            width: 100%;
            height: 220px;
        }
        .link-produtos.destaque {
            width: 240px;
            height: 200px;
        }
        .bloco-img-produto-det {
            width: 242px;
            float: none;
        }
        .link-img-galeria.destaque {
            width: 220px;
            height: 180px;
        }
        .bloco-mapa {
            height: 410px;
        }
        .bloco-endereco:not(.bloco-full) {
            padding-right: 10px;
            padding-left: 10px;
        }
        .bloco-tel-localizacao {
            width: 100%;
            float: none;
        }
        .area-form-contato {
            padding-right: 10px;
            padding-left: 10px;
        }
        .input-geral.arquivo {
            width: 100%;
            margin-bottom: 0px;
            float: none;
        }
        .bloco-tel-rodape {
            width: 100%;
        }
        .lista-tel-rodape {
            padding-bottom: 10px;
        }
        .bloco-video {
            width: 240px;
            height: 135px;
        }
        .bloco-video.destaque {
            width: 260px;
            height: 155px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 100%;
            padding-left: 0px;
            float: none;
        }
        .bloco-min-img-prod {
            width: 31.33%;
        }
        .geral {
            position: static;
            padding-bottom: 0px;
        }
        .texto-erro {
            line-height: 1.3em;
        }
        .bloco-num-registros {
            width: 100%;
            padding-bottom: 20px;
            float: none;
        }
        .bloco-video-cat {
            width: 240px;
            height: 135px;
        }
        .btn-selecionar-arquivo {
            width: 100%;
            margin-bottom: 20px;
        }
        .box-instagram {
            width: 100%;
            height: 180px;
        }
    }
    .bt-whatsapp {
        position: fixed;
        right: 10px;
        bottom: 80px;
        padding: 12px;
        border-radius: 30px;
        background-color: #00b456;
        color: #fff;
        font-size: 15px;
        line-height: 100%;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        text-transform: none;
    }
    .ico-zap {
        font-family: "Fontawesome webfont", sans-serif;
        font-size: 20px;
    }
    .text-block {
        display: inline-block;
    }
    .text-block-2 {
        display: inline-block;
        padding-left: 7px;
        line-height: 100%;
    }
    .bt-whatsapp-site {
        position: fixed;
        bottom: 20px;
        z-index: 9999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #25d366;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        color: #ededed;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
    .bt-whatsapp-site:hover {
        background-color: #04ae44;
    }
    .ico-whats {
        display: inline-block;
        font-family: "Fontawesome webfont", sans-serif;
        font-size: 22px;
    }
    .tx-whats {
        font-family: Ubuntu, Helvetica, sans-serif;
        margin-left: 10px;
        display: inline-block;
    }
    .bloco-titulo-produto-lateral {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 8px 5px;
        float: left;
        display: table;
        width: calc(100% - 210px);
    }
    .bloco-titulo-produto-lateral h3 {
        display: table-cell;
        vertical-align: middle;
    }
    .link-produtos.destaque {
        text-decoration: none;
    }
    .link-produtos:hover .bloco-titulo-produto-lateral {
        color: rgba(153, 153, 153, 1);
    }
    .center-instagram {
        vertical-align: middle;
        display: table-cell;
    }
    .bt-whatsapp-site {
        position: fixed;
        bottom: 20px;
        z-index: 9999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #25d366;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        color: #ededed;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }
    .bt-whatsapp-site:hover {
        background-color: #04ae44;
    }
    .ico-whats {
        display: inline-block;
        font-family: "Fontawesome webfont", sans-serif;
        font-size: 22px;
    }
    .topo-contatos {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f8f8f8;
    }
    .bt-zap-topo {
        position: relative;
        margin-left: 20px;
        padding: 5px 14px 5px 36px;
        float: right;
        border: 1px solid #003b36;
        background-color: #036c62;
        background-image: url("../view/1/images/icone-whatsapp-cor.png");
        background-position: 8px 50%;
        background-size: 20px;
        background-repeat: no-repeat;
        color: #ededed;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding-top: 0;
    }
    .ico-mail {
        margin-right: 8px;
        font-family: "Fontawesome webfont", sans-serif;
        font-size: 1.1em;
    }
    .link {
        display: none;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .col-reset-right {
        padding-right: 0px;
    }
    .cont-tell-bt-zap {
        display: inline-block;
        overflow: hidden;
        height: 20px;
        float: left;
    }
    .cont-texto-bt-zap {
        display: inline-block;
        overflow: hidden;
        width: auto;
        height: 20px;
        float: left;
    }
    @media (max-width: 991px) {
        h5 {
            margin-top: 10px;
        }
        h6 {
            text-align: left;
        }
        .topo {
            width: 100%;
        }
        .navbar {
            position: relative;
            z-index: 1999;
            width: 100%;
            height: auto;
            margin-top: 10px;
            margin-right: 0px;
            margin-left: 0px;
        }
        .menu-link {
            position: relative;
            z-index: 36;
            width: 100%;
            padding: 15px 20px;
            background-color: rgb(77, 119, 78);
        }
        .menu-link.w--current {
            background-color: #2f5930;
        }
        .slider-principal {
            width: 100%;
            height: auto;
        }
        .area-destaques {
            padding-right: 0px;
            padding-left: 0px;
        }
        .footer {
            height: 150px;
        }
        .sociais {
            padding-bottom: 10px;
            float: right;
        }
        .sociais._2 {
            display: none;
        }
        .social-icon.google {
            margin-right: 0px;
        }
        .link-menu-lateral.categoria-ativa {
            text-align: left;
        }
        .div-legenda {
            top: 20px;
            display: block;
            width: 60%;
            height: auto;
            margin: 20px auto 20px 10px;
            padding-top: 17px;
            padding-bottom: 17px;
        }
        .legenda-slide {
            font-size: 1.6em;
        }
        .legenda02 {
            font-size: 1.4em;
        }
        .icon-mobile {
            width: 100%;
            padding-left: 0px;
            float: left;
            font-family: "Open Sans", sans-serif;
            color: #fff;
        }
        .icon-mobile.w--open {
            background-color: #2f5930;
        }
        .bg-mobile-menu {
            width: 100%;
            background-color: #fff;
        }
        .topo-mov {
            width: 0%;
            height: 0px;
            opacity: 0;
        }
        .nav-menu {
            z-index: 999;
            display: inline-block;
            width: 100%;
            background-color: transparent;
        }
        .limite {
            width: 100%;
        }
        .area-btn {
            padding-top: 10px;
        }
        .mask-slider-principal {
            height: 300px;
        }
        .slide-parceiro {
            width: 33.33%;
        }
        .link-parceiro-destaque {
            width: 190px;
        }
        .bloco-menu-lateral {
            width: 100%;
            float: none;
        }
        .bloco-lateral {
            width: 100%;
            float: none;
        }
        .link-produtos {
            width: 280px;
            height: 240px;
        }
        .link-produtos.destaque {
            width: 300px;
            height: 260px;
            margin-bottom: 20px;
        }
        .menu-categorias {
            z-index: 99;
            width: 100%;
            padding: 10px 10px 10px 0px;
            float: left;
            color: rgb(77, 119, 78);
            font-weight: 700;
        }
        .menu-categorias:hover {
            color: #444;
        }
        .menu-categorias.w--open {
            padding-left: 0px;
            background-color: transparent;
            color: #444;
        }
        .titulo-menu-categorias {
            display: inline-block;
            padding-top: 6px;
            float: left;
            font-size: 0.7em;
            line-height: 1.1em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .icone-menu {
            display: inline-block;
            padding-right: 10px;
            float: left;
            font-size: 1.4em;
            line-height: 1em;
        }
        .titulo-menu {
            display: inline-block;
            padding-top: 5px;
            float: left;
            font-size: 0.8em;
            font-weight: 700;
            text-transform: uppercase;
        }
        .bloco-img-produto-det {
            width: 282px;
            min-height: 150px;
        }
        .img-produto-detalhe {
            width: 250px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
            margin-bottom: 20px;
        }
        .bloco-endereco:not(.bloco-full) {
            width: 98%;
            margin-left: 10px;
        }
        .area-form-contato {
            width: 100%;
        }
        .bloco-video {
            width: 560px;
            height: 316px;
        }
        .bloco-video.destaque {
            width: 220px;
            height: 124px;
        }
        .bloco-min-img-prod {
            width: 31.33%;
            height: 80px;
        }
        .geral {
            min-width: 100%;
            padding-bottom: 150px;
        }
        .bloco-erro {
            width: 80%;
        }
        .list-menu.w--open {
            border: 0px solid transparent;
        }
        .drop-menu {
            overflow: hidden;
        }
        .area-descricao-pag {
            width: 450px;
        }
        .area-descricao-parceiro {
            width: 500px;
        }
        .link-produtos-cat {
            width: 280px;
            height: 240px;
        }
        .bloco-video-cat {
            width: 320px;
            height: 180px;
        }
        .item-pg {
            display: none;
        }
        .item-pg.mobile {
            display: inline-block;
        }
        .link-album {
            width: 300px;
            height: 240px;
        }
        .campo-busca {
            width: 80%;
        }
        .box-instagram {
            height: 160px;
            margin-bottom: 15px;
        }
        .ico-insta {
            padding-top: 68px;
            padding-bottom: 68px;
            font-size: 30px;
        }
    }
    @media (max-width: 767px) {
        .navbar {
            height: auto;
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .enviar.rota {
            width: 100%;
            float: none;
        }
        .footer {
            height: 215px;
            padding-right: 10px;
            padding-left: 10px;
        }
        .copyright {
            margin-top: 10px;
            padding-left: 10px;
            text-align: left;
        }
        .sociais {
            width: 100%;
            margin-bottom: 10px;
            margin-left: 0px;
            text-align: left;
        }
        .social-icon {
            float: none;
        }
        .saiba-mais {
            margin-right: 14px;
        }
        .div-legenda {
            display: none;
        }
        .img-produto {
            display: block;
            margin-right: auto;
            margin-left: auto;
            float: none;
            background-color: #fff;
            text-align: center;
        }
        .mask-slider-principal {
            height: 220px;
        }
        .link-noticia-destaque {
            margin-bottom: 10px;
        }
        .slide-parceiro {
            width: 50%;
        }
        .texto-endereco {
            text-align: left;
        }
        .texto-telefone {
            float: left;
        }
        .link-produtos {
            width: 240px;
            height: 200px;
        }
        .link-produtos.destaque {
            width: 220px;
            height: 180px;
            margin-bottom: 20px;
        }
        .bloco-img-produto-det {
            float: left;
        }
        .img-produto-detalhe {
            width: 220px;
        }
        .link-img-galeria {
            width: 240px;
            height: 200px;
        }
        .link-img-galeria.destaque {
            width: 200px;
            height: 160px;
        }
        .bloco-mapa {
            height: 310px;
        }
        .input-geral {
            width: 100%;
        }
        .input-geral.rota {
            width: 100%;
            margin-bottom: 5px;
            float: none;
        }
        .bloco-formulario {
            width: 100%;
            margin-right: 0px;
            margin-left: 0px;
        }
        .bloco-tel-rodape {
            padding-right: 20px;
            padding-left: 0px;
            float: left;
        }
        .bloco-tel-rodape.tell-topo {
            padding-right: 10px;
        }
        .lista-tel-rodape {
            width: 100%;
            float: none;
        }
        .icone-wths-rodape {
            padding-left: 5px;
        }
        .bloco-video {
            width: 400px;
            height: 225px;
        }
        .bloco-video.destaque {
            width: 460px;
            height: 259px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 200px;
            padding-left: 10px;
            float: left;
        }
        .bloco-min-img-prod {
            width: 46%;
        }
        .geral {
            padding-bottom: 215px;
        }
        .bloco-erro {
            width: 100%;
        }
        .area-img-parceiro {
            padding-bottom: 20px;
            float: none;
        }
        .area-descricao-pag {
            width: 100%;
            float: none;
        }
        .area-descricao-parceiro {
            width: 100%;
            float: none;
        }
        .link-produtos-cat {
            width: 240px;
            height: 200px;
        }
        .bloco-video-cat {
            width: 400px;
            height: 225px;
        }
        .link-album {
            width: 220px;
            height: 170px;
        }
        .bt-zap-topo {
            display: none;
        }
    }
    @media (max-width: 479px) {
        .navbar {
            float: right;
        }
        .slider-principal {
            height: auto;
        }
        .footer {
            position: static;
            height: auto;
        }
        .sociais {
            display: block;
        }
        .social-icon {
            float: none;
        }
        .img-produto {
            width: 170px;
        }
        .logo {
            text-align: center;
        }
        .slide-parceiro {
            width: 100%;
        }
        .conteudo {
            padding-right: 10px;
            padding-left: 10px;
        }
        .link-produtos {
            width: 100%;
            height: 220px;
        }
        .link-produtos.destaque {
            width: 240px;
            height: 200px;
        }
        .bloco-img-produto-det {
            width: 242px;
            float: none;
        }
        .link-img-galeria.destaque {
            width: 220px;
            height: 180px;
        }
        .bloco-mapa {
            height: 410px;
        }
        .bloco-endereco:not(.bloco-full) {
            padding-right: 10px;
            padding-left: 10px;
        }
        .bloco-tel-localizacao {
            width: 100%;
            float: none;
        }
        .area-form-contato {
            padding-right: 10px;
            padding-left: 10px;
        }
        .input-geral.arquivo {
            width: 100%;
            margin-bottom: 0px;
            float: none;
        }
        .bloco-tel-rodape {
            width: 100%;
        }
        .lista-tel-rodape {
            padding-bottom: 10px;
        }
        .bloco-video {
            width: 240px;
            height: 135px;
        }
        .bloco-video.destaque {
            width: 260px;
            height: 155px;
        }
        .bloco-titulo-video {
            margin-bottom: 10px;
        }
        .bloco-outras-img-produt {
            width: 100%;
            padding-left: 0px;
            float: none;
        }
        .bloco-min-img-prod {
            width: 31.33%;
        }
        .geral {
            position: static;
            padding-bottom: 0px;
        }
        .texto-erro {
            line-height: 1.3em;
        }
        .bloco-num-registros {
            width: 100%;
            padding-bottom: 20px;
            float: none;
        }
        .bloco-video-cat {
            width: 240px;
            height: 135px;
        }
        .btn-selecionar-arquivo {
            width: 100%;
            margin-bottom: 20px;
        }
        .box-instagram {
            width: 100%;
            height: 180px;
        }
        .ico-insta {
            padding-top: 77px;
            padding-bottom: 77px;
        }
        .bt-zap-topo {
            width: 100%;
            margin-top: 5px;
            margin-left: 0px;
        }
    }
    .bloco-mapa-inline {
        height: 390px;
    }
    @font-face {
        font-family: "Fontawesome webfont";
        src:
            url("view/1/fonts/fontawesome-webfont.woff2") format("woff2"),
            url("view/1/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
            url("view1//fonts/fontawesome-webfont.woff") format("woff"),
            url("../fonts/fontawesome-webfont.ttf") format("truetype"),
            url("../fonts/fontawesome-webfont.svg") format("svg");
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: "Fontawesome";
        src: url("../fonts/FontAwesome.otf") format("opentype");
        font-weight: 400;
        font-style: normal;
    }
    .bloco-tel-rodape {
        display: inline-block;
        height: 26px;
        padding-left: 20px;
        float: left;
    }
    .bloco-tel-rodape.tell-topo {
        height: auto;
        padding: 5px 20px 5px 0px;
        float: left;
        color: #ededed;
    }
    .lista-tel-rodape {
        float: right;
        font-style: normal;
        text-align: right;
    }
    .icone-wths-rodape {
        padding-top: 2px;
        padding-left: 10px;
        float: left;
    }
    .texto-tel-info {
        display: inline-block;
        float: left;
        color: #444;
        font-size: 1.5em;
        line-height: 1.9em;
        font-weight: 600;
    }
    .icone-wths-info {
        padding-top: 6px;
        padding-left: 6px;
        float: left;
    }
    .sociais._2 {
        margin-bottom: 0px;
        float: right;
    }
    .topo-contatos {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f8f8f8;
    }
    .texto-telefone-topo-wpp-link {
        text-decoration: none;
        color: inherit;
    }
    #contato-wpp-topo {
        overflow: hidden;
        position: relative;
        margin-left: 20px;
        float: right;
        border: 1px solid #003b36;
        background-color: #036c62;
        background-image: url("../view/1/images/icone-whatsapp-cor.png");
        background-position: 8px 50%;
        background-size: 20px;
        background-repeat: no-repeat;
        color: #ededed;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        padding-top: 3px;
        width: 165px;
        height: 30px;
    }
    .slide-up-item-wpp {
        height: 20px;
        color: white;
    }
    #txt-wpp-up {
        margin-bottom: 3px;
    }
    .conteudo-esquerda-topo {
        float: left;
    }
    .conteudo-esquerda-topo.has-wpp {
        max-width: 60%;
    }
    .conteudo-esquerda-topo.w-80 {
        max-width: 80%;
    }
    .conteudo-direita-topo {
        float: right;
    }
    .sociais._2.m-t-10 {
        margin-top: 10px;
    }
    .email-a {
        color: inherit;
        text-decoration: none;
        font-size: inherit;
    }
    .bt-zap-topo-hide {
        display: inline-block;
        opacity: 0;
        position: absolute;
        background-color: red;
        font-size: 14px;
    }
    .bt-zap-topo,
    .bt-zap-div {
        float: right;
    }
    @media (min-width: 768px) {
        .col-img-prod-detalhes {
            margin-right: 20px;
        }
    }
    @media (min-width: 992px) {
        .conteudo-esquerda-topo:not(.has-wpp) {
            max-width: 80%;
        }
    }
    @media (max-width: 991px) {
        .conteudo-esquerda-topo.has-wpp,
        .conteudo-esquerda-topo.w-80 {
            max-width: 70%;
        }
    }
    @media (max-width: 767px) {
        .conteudo-esquerda-topo.has-wpp,
        .conteudo-esquerda-topo.w-80 {
            max-width: 100%;
        }
        .col-form-mobile,
        .col-location-mobile {
            padding-left: 0;
            padding-right: 0;
        }
        .bt-zap-topo-hide {
            display: none;
        }
    }
    @media (max-width: 613px) {
        .area-img-produto {
            text-align: center;
        }
        .bloco-img-produto-det {
            float: none;
        }
        #bloco-outras-img-produt {
            float: none;
            margin: auto;
        }
    }
    @media (max-width: 479px) {
        .bloco-min-img-prod {
            float: none;
            display: inline-block;
        }
    }
    .ico-mail,
    .texto-telefone-topo,
    .texto-telefone.tx-tel-topo {
        color: #555;
    }
    .ico-mail:hover,
    .email-a:hover {
        opacity: 0.8;
    }
    .email-a:hover > .ico-mail {
        opacity: 0.8;
    }
    @font-face {
        font-family: "Fontawesome webfont";
        src:
            url("view/1/fonts/fontawesome-webfont.woff2") format("undefined"),
            url("view/1/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
            url("view/1/fonts/fontawesome-webfont.woff") format("woff"),
            url("view/1/fonts/fontawesome-webfont.ttf") format("truetype"),
            url("view/1/fonts/fontawesome-webfont.svg") format("svg");
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: "Fontawesome";
        src: url("view/1/fonts/FontAwesome.otf") format("opentype");
        font-weight: 400;
        font-style: normal;
    } /* cyrillic-ext */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    } /* cyrillic */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    } /* greek-ext */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+1F00-1FFF;
    } /* greek */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0370-03FF;
    } /* vietnamese */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    } /* latin-ext */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
        unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    } /* latin */
    @font-face {
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src:
            local("Open Sans Regular"),
            local("OpenSans-Regular"),
            url(view/1/fonts-g/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212,
            U+2215;
    } /* cyrillic-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");
        unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    } /* cyrillic */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");
        unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    } /* greek-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");
        unicode-range: U+1F00-1FFF;
    } /* greek */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");
        unicode-range: U+0370-03FF;
    } /* latin-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");
        unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    } /* latin */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 400;
        src:
            local("Ubuntu Regular"),
            local("Ubuntu-Regular"),
            url(view/1/fonts-g/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212,
            U+2215;
    } /* 700 */ /* cyrillic-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    } /* cyrillic */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");
        unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    } /* greek-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");
        unicode-range: U+1F00-1FFF;
    } /* greek */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");
        unicode-range: U+0370-03FF;
    } /* latin-ext */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F,
            U+A720-A7FF;
    } /* latin */
    @font-face {
        font-family: "Ubuntu";
        font-style: normal;
        font-weight: 700;
        src:
            local("Ubuntu Bold"),
            local("Ubuntu-Bold"),
            url(view/1/fonts-g/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
            U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    @font-face {
        font-family: "Fontawesome webfont";
        src:
            url("view/1/fonts/fontawesome-webfont.woff2") format("woff2"),
            url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
            url("view/1/fonts/fontawesome-webfont.woff") format("woff"),
            url("fonts/fontawesome-webfont.ttf") format("truetype"),
            url("fonts/fontawesome-webfont.svg") format("svg");
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: "Fontawesome";
        src: url("fonts/FontAwesome.otf") format("opentype");
        font-weight: 400;
        font-style: normal;
    }
    .ativoMenu {
        background-color: #2f5930;
    }
    .link-submenu {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .img-carrinho {
        width: 100%;
    }
    @media (max-width: 991px) {
        .titulo-produto-carrinho {
            display: block;
            padding-bottom: 20px;
        }
    }
    .sizeCarrinho {
        height: 180px;
    }
    .bloco-tel-contato > a:hover,
    .bloco-tel-rodape > a:hover {
        opacity: 0.8;
    }
    .social-icon.tiktok {
        background-color: #010101;
        color: #fff;
        font-size: 20px;
    }
    .social-icon.tiktok:hover {
        background-color: #446c8e;
    }
    .social-icon.instagram {
        background-color: #e1306c;
    }
    .social-icon.instagram:hover {
        background-color: #c13584;
    }
    .area-texto-destaque > .limite > .titulo-destaque {
        color: white;
    }
    .link-menu-subcat.ativoMenu {
        background-color: #7faa6f;
        color: white;
    }
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .m-t-10 {
        margin-top: 10px;
    }
    .h-auto {
        height: auto !important;
    }
    .width-auto {
        width: auto !important;
    }
    .f-height-690 {
        height: 690px !important;
    }
    .f-height-600 {
        height: 600px !important;
    }
    .f-height-540 {
        height: 540px !important;
    }
    .f-height-520 {
        height: 520px !important;
    }
    .f-height-500 {
        height: 500px !important;
    }
    .f-height-480 {
        height: 480px !important;
    }
    .f-height-460 {
        height: 460px !important;
    }
    .f-height-450 {
        height: 450px !important;
    }
    .f-height-420 {
        height: 420px !important;
    }
    .f-height-400 {
        height: 400px !important;
    }
    .f-height-390 {
        height: 390px !important;
    }
    .f-height-370 {
        height: 370px !important;
    }
    .f-height-380 {
        height: 380px !important;
    }
    .f-height-360 {
        height: 360px !important;
    }
    .f-height-350 {
        height: 350px !important;
    }
    .f-height-345 {
        height: 345px !important;
    }
    .f-height-340 {
        height: 340px !important;
    }
    .f-height-325 {
        height: 325px !important;
    }
    .f-height-320 {
        height: 320px !important;
    }
    .f-height-315 {
        height: 315px !important;
    }
    .f-height-310 {
        height: 310px !important;
    }
    .f-height-306 {
        height: 306px !important;
    }
    .f-height-304 {
        height: 304px !important;
    }
    .f-height-300 {
        height: 300px !important;
    }
    .f-height-290 {
        height: 290px !important;
    }
    .f-height-280 {
        height: 280px !important;
    }
    .f-height-270 {
        height: 270px !important;
    }
    .f-height-260 {
        height: 260px !important;
    }
    .f-height-255 {
        height: 255px !important;
    }
    .f-height-240 {
        height: 240px !important;
    }
    .f-height-235 {
        height: 235px !important;
    }
    .f-height-230 {
        height: 230px !important;
    }
    .f-height-225 {
        height: 225px !important;
    }
    .f-height-220 {
        height: 220px !important;
    }
    .f-height-210 {
        height: 210px !important;
    }
    .f-height-205 {
        height: 205px !important;
    }
    .f-height-203 {
        height: 203px !important;
    }
    .f-height-200 {
        height: 200px !important;
    }
    .f-height-195 {
        height: 195px !important;
    }
    .f-height-190 {
        height: 190px !important;
    }
    .f-height-180 {
        height: 180px !important;
    }
    .f-height-175 {
        height: 175px !important;
    }
    .f-height-170 {
        height: 170px !important;
    }
    .f-height-160 {
        height: 160px !important;
    }
    .f-height-155 {
        height: 155px !important;
    }
    .f-height-140 {
        height: 140px !important;
    }
    .f-height-130 {
        height: 130px !important;
    }
    .f-height-120 {
        height: 120px !important;
    }
    .f-height-115 {
        height: 115px !important;
    }
    .f-height-105 {
        height: 105px !important;
    }
    .f-height-390-260 {
        height: 390px !important;
    }
    .f-width-560 {
        width: 560px !important;
    }
    .f-width-540 {
        width: 540px !important;
    }
    .f-width-520 {
        width: 520px !important;
    }
    .f-width-500 {
        width: 500px !important;
    }
    .f-width-450 {
        width: 450px !important;
    }
    .f-width-420 {
        width: 420px !important;
    }
    .f-width-360 {
        width: 360px !important;
    }
    .f-width-350 {
        width: 350px !important;
    }
    .f-width-300 {
        width: 300px !important;
    }
    .f-width-280 {
        width: 280px !important;
    }
    .f-width-270 {
        width: 270px !important;
    }
    .f-width-260 {
        width: 260px !important;
    }
    .f-width-250 {
        width: 250px !important;
    }
    .f-width-240 {
        width: 240px !important;
    }
    .f-width-225 {
        width: 225px !important;
    }
    .f-width-210 {
        width: 210px !important;
    }
    .f-width-180 {
        width: 180px !important;
    }
    .f-width-175 {
        width: 175px !important;
    }
    .p-width-100 {
        width: 100% !important;
    }
    .p-width-95 {
        width: 95% !important;
    }
    .p-width-50 {
        width: 50% !important;
    }
    .p-width-33 {
        width: 33% !important;
    }
    .no-max-width {
        max-width: none !important;
    }
    .padding-l-70 {
        padding-left: 70px !important;
    }
    .v-align-top {
        vertical-align: top;
    }
    .text-center {
        text-align: center;
    }
    .no-wrap {
        white-space: nowrap !important;
    }
    .list-no-bullets {
        list-style-type: none;
    }
    .hidden {
        display: none;
    }
    @media (min-width: 1200px) {
        .hidden-xl-up {
            display: none;
        }
    }
    @media (max-width: 991px) {
        .hidden-large-down {
            display: none;
        }
    }
    @media (min-width: 992px) {
        .hidden-large-up {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .hidden-medium-down {
            display: none;
        }
        .p-width-medium-down-100 {
            width: 100% !important;
        }
        .width-medium-down-auto {
            width: auto !important;
        }
        .padding-medium-down-0 {
            padding: 0 !important;
        }
        .f-height-390-260 {
            height: 260px !important;
        }
        .f-height-medium-down-185 {
            height: 185px !important;
        }
    }
    @media (min-width: 768px) {
        .hidden-medium-up {
            display: none;
        }
    } /*! * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
    .fa,
    .fas,
    .far,
    .fal,
    .fad,
    .fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
    }
    .fa-lg {
        font-size: 1.33333em;
        line-height: 0.75em;
        vertical-align: -0.0667em;
    }
    .fa-xs {
        font-size: 0.75em;
    }
    .fa-sm {
        font-size: 0.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: 0.1em;
        padding: 0.2em 0.25em 0.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: 0.3em;
    }
    .fa.fa-pull-right,
    .fas.fa-pull-right,
    .far.fa-pull-right,
    .fal.fa-pull-right,
    .fab.fa-pull-right {
        margin-left: 0.3em;
    }
    .fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    .fa-pulse {
        -webkit-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);
        }
    }
    @keyframes fa-spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    .fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .fa-rotate-180 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .fa-rotate-270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .fa-flip-horizontal {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
        -webkit-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);
        transform: scale(1, -1);
    }
    .fa-flip-both,
    .fa-flip-horizontal.fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        -webkit-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,
    :root .fa-flip-both {
        -webkit-filter: none;
        filter: none;
    }
    .fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 2.5em;
    }
    .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;
    } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screenreaders do not read off random characters that represent icons */
    .fa-500px:before {
        content: "\f26e";
    }
    .fa-accessible-icon:before {
        content: "\f368";
    }
    .fa-accusoft:before {
        content: "\f369";
    }
    .fa-acquisitions-incorporated:before {
        content: "\f6af";
    }
    .fa-ad:before {
        content: "\f641";
    }
    .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-air-freshener:before {
        content: "\f5d0";
    }
    .fa-airbnb:before {
        content: "\f834";
    }
    .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-alipay:before {
        content: "\f642";
    }
    .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-angry:before {
        content: "\f556";
    }
    .fa-angrycreative:before {
        content: "\f36e";
    }
    .fa-angular:before {
        content: "\f420";
    }
    .fa-ankh:before {
        content: "\f644";
    }
    .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-alt:before {
        content: "\f5d1";
    }
    .fa-apple-pay:before {
        content: "\f415";
    }
    .fa-archive:before {
        content: "\f187";
    }
    .fa-archway:before {
        content: "\f557";
    }
    .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-artstation:before {
        content: "\f77a";
    }
    .fa-assistive-listening-systems:before {
        content: "\f2a2";
    }
    .fa-asterisk:before {
        content: "\f069";
    }
    .fa-asymmetrik:before {
        content: "\f372";
    }
    .fa-at:before {
        content: "\f1fa";
    }
    .fa-atlas:before {
        content: "\f558";
    }
    .fa-atlassian:before {
        content: "\f77b";
    }
    .fa-atom:before {
        content: "\f5d2";
    }
    .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-award:before {
        content: "\f559";
    }
    .fa-aws:before {
        content: "\f375";
    }
    .fa-baby:before {
        content: "\f77c";
    }
    .fa-baby-carriage:before {
        content: "\f77d";
    }
    .fa-backspace:before {
        content: "\f55a";
    }
    .fa-backward:before {
        content: "\f04a";
    }
    .fa-bacon:before {
        content: "\f7e5";
    }
    .fa-bacteria:before {
        content: "\e059";
    }
    .fa-bacterium:before {
        content: "\e05a";
    }
    .fa-bahai:before {
        content: "\f666";
    }
    .fa-balance-scale:before {
        content: "\f24e";
    }
    .fa-balance-scale-left:before {
        content: "\f515";
    }
    .fa-balance-scale-right:before {
        content: "\f516";
    }
    .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-battle-net:before {
        content: "\f835";
    }
    .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-bezier-curve:before {
        content: "\f55b";
    }
    .fa-bible:before {
        content: "\f647";
    }
    .fa-bicycle:before {
        content: "\f206";
    }
    .fa-biking:before {
        content: "\f84a";
    }
    .fa-bimobject:before {
        content: "\f378";
    }
    .fa-binoculars:before {
        content: "\f1e5";
    }
    .fa-biohazard:before {
        content: "\f780";
    }
    .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-blender:before {
        content: "\f517";
    }
    .fa-blender-phone:before {
        content: "\f6b6";
    }
    .fa-blind:before {
        content: "\f29d";
    }
    .fa-blog:before {
        content: "\f781";
    }
    .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-bone:before {
        content: "\f5d7";
    }
    .fa-bong:before {
        content: "\f55c";
    }
    .fa-book:before {
        content: "\f02d";
    }
    .fa-book-dead:before {
        content: "\f6b7";
    }
    .fa-book-medical:before {
        content: "\f7e6";
    }
    .fa-book-open:before {
        content: "\f518";
    }
    .fa-book-reader:before {
        content: "\f5da";
    }
    .fa-bookmark:before {
        content: "\f02e";
    }
    .fa-bootstrap:before {
        content: "\f836";
    }
    .fa-border-all:before {
        content: "\f84c";
    }
    .fa-border-none:before {
        content: "\f850";
    }
    .fa-border-style:before {
        content: "\f853";
    }
    .fa-bowling-ball:before {
        content: "\f436";
    }
    .fa-box:before {
        content: "\f466";
    }
    .fa-box-open:before {
        content: "\f49e";
    }
    .fa-box-tissue:before {
        content: "\e05b";
    }
    .fa-boxes:before {
        content: "\f468";
    }
    .fa-braille:before {
        content: "\f2a1";
    }
    .fa-brain:before {
        content: "\f5dc";
    }
    .fa-bread-slice:before {
        content: "\f7ec";
    }
    .fa-briefcase:before {
        content: "\f0b1";
    }
    .fa-briefcase-medical:before {
        content: "\f469";
    }
    .fa-broadcast-tower:before {
        content: "\f519";
    }
    .fa-broom:before {
        content: "\f51a";
    }
    .fa-brush:before {
        content: "\f55d";
    }
    .fa-btc:before {
        content: "\f15a";
    }
    .fa-buffer:before {
        content: "\f837";
    }
    .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-bus-alt:before {
        content: "\f55e";
    }
    .fa-business-time:before {
        content: "\f64a";
    }
    .fa-buy-n-large:before {
        content: "\f8a6";
    }
    .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-day:before {
        content: "\f783";
    }
    .fa-calendar-minus:before {
        content: "\f272";
    }
    .fa-calendar-plus:before {
        content: "\f271";
    }
    .fa-calendar-times:before {
        content: "\f273";
    }
    .fa-calendar-week:before {
        content: "\f784";
    }
    .fa-camera:before {
        content: "\f030";
    }
    .fa-camera-retro:before {
        content: "\f083";
    }
    .fa-campground:before {
        content: "\f6bb";
    }
    .fa-canadian-maple-leaf:before {
        content: "\f785";
    }
    .fa-candy-cane:before {
        content: "\f786";
    }
    .fa-cannabis:before {
        content: "\f55f";
    }
    .fa-capsules:before {
        content: "\f46b";
    }
    .fa-car:before {
        content: "\f1b9";
    }
    .fa-car-alt:before {
        content: "\f5de";
    }
    .fa-car-battery:before {
        content: "\f5df";
    }
    .fa-car-crash:before {
        content: "\f5e1";
    }
    .fa-car-side:before {
        content: "\f5e4";
    }
    .fa-caravan:before {
        content: "\f8ff";
    }
    .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-carrot:before {
        content: "\f787";
    }
    .fa-cart-arrow-down:before {
        content: "\f218";
    }
    .fa-cart-plus:before {
        content: "\f217";
    }
    .fa-cash-register:before {
        content: "\f788";
    }
    .fa-cat:before {
        content: "\f6be";
    }
    .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-centos:before {
        content: "\f789";
    }
    .fa-certificate:before {
        content: "\f0a3";
    }
    .fa-chair:before {
        content: "\f6c0";
    }
    .fa-chalkboard:before {
        content: "\f51b";
    }
    .fa-chalkboard-teacher:before {
        content: "\f51c";
    }
    .fa-charging-station:before {
        content: "\f5e7";
    }
    .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-double:before {
        content: "\f560";
    }
    .fa-check-square:before {
        content: "\f14a";
    }
    .fa-cheese:before {
        content: "\f7ef";
    }
    .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-chromecast:before {
        content: "\f838";
    }
    .fa-church:before {
        content: "\f51d";
    }
    .fa-circle:before {
        content: "\f111";
    }
    .fa-circle-notch:before {
        content: "\f1ce";
    }
    .fa-city:before {
        content: "\f64f";
    }
    .fa-clinic-medical:before {
        content: "\f7f2";
    }
    .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-meatball:before {
        content: "\f73b";
    }
    .fa-cloud-moon:before {
        content: "\f6c3";
    }
    .fa-cloud-moon-rain:before {
        content: "\f73c";
    }
    .fa-cloud-rain:before {
        content: "\f73d";
    }
    .fa-cloud-showers-heavy:before {
        content: "\f740";
    }
    .fa-cloud-sun:before {
        content: "\f6c4";
    }
    .fa-cloud-sun-rain:before {
        content: "\f743";
    }
    .fa-cloud-upload-alt:before {
        content: "\f382";
    }
    .fa-cloudflare:before {
        content: "\e07d";
    }
    .fa-cloudscale:before {
        content: "\f383";
    }
    .fa-cloudsmith:before {
        content: "\f384";
    }
    .fa-cloudversify:before {
        content: "\f385";
    }
    .fa-cocktail:before {
        content: "\f561";
    }
    .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-coins:before {
        content: "\f51e";
    }
    .fa-columns:before {
        content: "\f0db";
    }
    .fa-comment:before {
        content: "\f075";
    }
    .fa-comment-alt:before {
        content: "\f27a";
    }
    .fa-comment-dollar:before {
        content: "\f651";
    }
    .fa-comment-dots:before {
        content: "\f4ad";
    }
    .fa-comment-medical:before {
        content: "\f7f5";
    }
    .fa-comment-slash:before {
        content: "\f4b3";
    }
    .fa-comments:before {
        content: "\f086";
    }
    .fa-comments-dollar:before {
        content: "\f653";
    }
    .fa-compact-disc:before {
        content: "\f51f";
    }
    .fa-compass:before {
        content: "\f14e";
    }
    .fa-compress:before {
        content: "\f066";
    }
    .fa-compress-alt:before {
        content: "\f422";
    }
    .fa-compress-arrows-alt:before {
        content: "\f78c";
    }
    .fa-concierge-bell:before {
        content: "\f562";
    }
    .fa-confluence:before {
        content: "\f78d";
    }
    .fa-connectdevelop:before {
        content: "\f20e";
    }
    .fa-contao:before {
        content: "\f26d";
    }
    .fa-cookie:before {
        content: "\f563";
    }
    .fa-cookie-bite:before {
        content: "\f564";
    }
    .fa-copy:before {
        content: "\f0c5";
    }
    .fa-copyright:before {
        content: "\f1f9";
    }
    .fa-cotton-bureau:before {
        content: "\f89e";
    }
    .fa-couch:before {
        content: "\f4b8";
    }
    .fa-cpanel:before {
        content: "\f388";
    }
    .fa-creative-commons:before {
        content: "\f25e";
    }
    .fa-creative-commons-by:before {
        content: "\f4e7";
    }
    .fa-creative-commons-nc:before {
        content: "\f4e8";
    }
    .fa-creative-commons-nc-eu:before {
        content: "\f4e9";
    }
    .fa-creative-commons-nc-jp:before {
        content: "\f4ea";
    }
    .fa-creative-commons-nd:before {
        content: "\f4eb";
    }
    .fa-creative-commons-pd:before {
        content: "\f4ec";
    }
    .fa-creative-commons-pd-alt:before {
        content: "\f4ed";
    }
    .fa-creative-commons-remix:before {
        content: "\f4ee";
    }
    .fa-creative-commons-sa:before {
        content: "\f4ef";
    }
    .fa-creative-commons-sampling:before {
        content: "\f4f0";
    }
    .fa-creative-commons-sampling-plus:before {
        content: "\f4f1";
    }
    .fa-creative-commons-share:before {
        content: "\f4f2";
    }
    .fa-creative-commons-zero:before {
        content: "\f4f3";
    }
    .fa-credit-card:before {
        content: "\f09d";
    }
    .fa-critical-role:before {
        content: "\f6c9";
    }
    .fa-crop:before {
        content: "\f125";
    }
    .fa-crop-alt:before {
        content: "\f565";
    }
    .fa-cross:before {
        content: "\f654";
    }
    .fa-crosshairs:before {
        content: "\f05b";
    }
    .fa-crow:before {
        content: "\f520";
    }
    .fa-crown:before {
        content: "\f521";
    }
    .fa-crutch:before {
        content: "\f7f7";
    }
    .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-d-and-d-beyond:before {
        content: "\f6ca";
    }
    .fa-dailymotion:before {
        content: "\e052";
    }
    .fa-dashcube:before {
        content: "\f210";
    }
    .fa-database:before {
        content: "\f1c0";
    }
    .fa-deaf:before {
        content: "\f2a4";
    }
    .fa-deezer:before {
        content: "\e077";
    }
    .fa-delicious:before {
        content: "\f1a5";
    }
    .fa-democrat:before {
        content: "\f747";
    }
    .fa-deploydog:before {
        content: "\f38e";
    }
    .fa-deskpro:before {
        content: "\f38f";
    }
    .fa-desktop:before {
        content: "\f108";
    }
    .fa-dev:before {
        content: "\f6cc";
    }
    .fa-deviantart:before {
        content: "\f1bd";
    }
    .fa-dharmachakra:before {
        content: "\f655";
    }
    .fa-dhl:before {
        content: "\f790";
    }
    .fa-diagnoses:before {
        content: "\f470";
    }
    .fa-diaspora:before {
        content: "\f791";
    }
    .fa-dice:before {
        content: "\f522";
    }
    .fa-dice-d20:before {
        content: "\f6cf";
    }
    .fa-dice-d6:before {
        content: "\f6d1";
    }
    .fa-dice-five:before {
        content: "\f523";
    }
    .fa-dice-four:before {
        content: "\f524";
    }
    .fa-dice-one:before {
        content: "\f525";
    }
    .fa-dice-six:before {
        content: "\f526";
    }
    .fa-dice-three:before {
        content: "\f527";
    }
    .fa-dice-two:before {
        content: "\f528";
    }
    .fa-digg:before {
        content: "\f1a6";
    }
    .fa-digital-ocean:before {
        content: "\f391";
    }
    .fa-digital-tachograph:before {
        content: "\f566";
    }
    .fa-directions:before {
        content: "\f5eb";
    }
    .fa-discord:before {
        content: "\f392";
    }
    .fa-discourse:before {
        content: "\f393";
    }
    .fa-disease:before {
        content: "\f7fa";
    }
    .fa-divide:before {
        content: "\f529";
    }
    .fa-dizzy:before {
        content: "\f567";
    }
    .fa-dna:before {
        content: "\f471";
    }
    .fa-dochub:before {
        content: "\f394";
    }
    .fa-docker:before {
        content: "\f395";
    }
    .fa-dog:before {
        content: "\f6d3";
    }
    .fa-dollar-sign:before {
        content: "\f155";
    }
    .fa-dolly:before {
        content: "\f472";
    }
    .fa-dolly-flatbed:before {
        content: "\f474";
    }
    .fa-donate:before {
        content: "\f4b9";
    }
    .fa-door-closed:before {
        content: "\f52a";
    }
    .fa-door-open:before {
        content: "\f52b";
    }
    .fa-dot-circle:before {
        content: "\f192";
    }
    .fa-dove:before {
        content: "\f4ba";
    }
    .fa-download:before {
        content: "\f019";
    }
    .fa-draft2digital:before {
        content: "\f396";
    }
    .fa-drafting-compass:before {
        content: "\f568";
    }
    .fa-dragon:before {
        content: "\f6d5";
    }
    .fa-draw-polygon:before {
        content: "\f5ee";
    }
    .fa-dribbble:before {
        content: "\f17d";
    }
    .fa-dribbble-square:before {
        content: "\f397";
    }
    .fa-dropbox:before {
        content: "\f16b";
    }
    .fa-drum:before {
        content: "\f569";
    }
    .fa-drum-steelpan:before {
        content: "\f56a";
    }
    .fa-drumstick-bite:before {
        content: "\f6d7";
    }
    .fa-drupal:before {
        content: "\f1a9";
    }
    .fa-dumbbell:before {
        content: "\f44b";
    }
    .fa-dumpster:before {
        content: "\f793";
    }
    .fa-dumpster-fire:before {
        content: "\f794";
    }
    .fa-dungeon:before {
        content: "\f6d9";
    }
    .fa-dyalog:before {
        content: "\f399";
    }
    .fa-earlybirds:before {
        content: "\f39a";
    }
    .fa-ebay:before {
        content: "\f4f4";
    }
    .fa-edge:before {
        content: "\f282";
    }
    .fa-edge-legacy:before {
        content: "\e078";
    }
    .fa-edit:before {
        content: "\f044";
    }
    .fa-egg:before {
        content: "\f7fb";
    }
    .fa-eject:before {
        content: "\f052";
    }
    .fa-elementor:before {
        content: "\f430";
    }
    .fa-ellipsis-h:before {
        content: "\f141";
    }
    .fa-ellipsis-v:before {
        content: "\f142";
    }
    .fa-ello:before {
        content: "\f5f1";
    }
    .fa-ember:before {
        content: "\f423";
    }
    .fa-empire:before {
        content: "\f1d1";
    }
    .fa-envelope:before {
        content: "\f0e0";
    }
    .fa-envelope-open:before {
        content: "\f2b6";
    }
    .fa-envelope-open-text:before {
        content: "\f658";
    }
    .fa-envelope-square:before {
        content: "\f199";
    }
    .fa-envira:before {
        content: "\f299";
    }
    .fa-equals:before {
        content: "\f52c";
    }
    .fa-eraser:before {
        content: "\f12d";
    }
    .fa-erlang:before {
        content: "\f39d";
    }
    .fa-ethereum:before {
        content: "\f42e";
    }
    .fa-ethernet:before {
        content: "\f796";
    }
    .fa-etsy:before {
        content: "\f2d7";
    }
    .fa-euro-sign:before {
        content: "\f153";
    }
    .fa-evernote:before {
        content: "\f839";
    }
    .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-alt:before {
        content: "\f424";
    }
    .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-fan:before {
        content: "\f863";
    }
    .fa-fantasy-flight-games:before {
        content: "\f6dc";
    }
    .fa-fast-backward:before {
        content: "\f049";
    }
    .fa-fast-forward:before {
        content: "\f050";
    }
    .fa-faucet:before {
        content: "\e005";
    }
    .fa-fax:before {
        content: "\f1ac";
    }
    .fa-feather:before {
        content: "\f52d";
    }
    .fa-feather-alt:before {
        content: "\f56b";
    }
    .fa-fedex:before {
        content: "\f797";
    }
    .fa-fedora:before {
        content: "\f798";
    }
    .fa-female:before {
        content: "\f182";
    }
    .fa-fighter-jet:before {
        content: "\f0fb";
    }
    .fa-figma:before {
        content: "\f799";
    }
    .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-contract:before {
        content: "\f56c";
    }
    .fa-file-csv:before {
        content: "\f6dd";
    }
    .fa-file-download:before {
        content: "\f56d";
    }
    .fa-file-excel:before {
        content: "\f1c3";
    }
    .fa-file-export:before {
        content: "\f56e";
    }
    .fa-file-image:before {
        content: "\f1c5";
    }
    .fa-file-import:before {
        content: "\f56f";
    }
    .fa-file-invoice:before {
        content: "\f570";
    }
    .fa-file-invoice-dollar:before {
        content: "\f571";
    }
    .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-prescription:before {
        content: "\f572";
    }
    .fa-file-signature:before {
        content: "\f573";
    }
    .fa-file-upload:before {
        content: "\f574";
    }
    .fa-file-video:before {
        content: "\f1c8";
    }
    .fa-file-word:before {
        content: "\f1c2";
    }
    .fa-fill:before {
        content: "\f575";
    }
    .fa-fill-drip:before {
        content: "\f576";
    }
    .fa-film:before {
        content: "\f008";
    }
    .fa-filter:before {
        content: "\f0b0";
    }
    .fa-fingerprint:before {
        content: "\f577";
    }
    .fa-fire:before {
        content: "\f06d";
    }
    .fa-fire-alt:before {
        content: "\f7e4";
    }
    .fa-fire-extinguisher:before {
        content: "\f134";
    }
    .fa-firefox:before {
        content: "\f269";
    }
    .fa-firefox-browser:before {
        content: "\e007";
    }
    .fa-first-aid:before {
        content: "\f479";
    }
    .fa-first-order:before {
        content: "\f2b0";
    }
    .fa-first-order-alt:before {
        content: "\f50a";
    }
    .fa-firstdraft:before {
        content: "\f3a1";
    }
    .fa-fish:before {
        content: "\f578";
    }
    .fa-fist-raised:before {
        content: "\f6de";
    }
    .fa-flag:before {
        content: "\f024";
    }
    .fa-flag-checkered:before {
        content: "\f11e";
    }
    .fa-flag-usa:before {
        content: "\f74d";
    }
    .fa-flask:before {
        content: "\f0c3";
    }
    .fa-flickr:before {
        content: "\f16e";
    }
    .fa-flipboard:before {
        content: "\f44d";
    }
    .fa-flushed:before {
        content: "\f579";
    }
    .fa-fly:before {
        content: "\f417";
    }
    .fa-folder:before {
        content: "\f07b";
    }
    .fa-folder-minus:before {
        content: "\f65d";
    }
    .fa-folder-open:before {
        content: "\f07c";
    }
    .fa-folder-plus:before {
        content: "\f65e";
    }
    .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-font-awesome-logo-full:before {
        content: "\f4e6";
    }
    .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-frog:before {
        content: "\f52e";
    }
    .fa-frown:before {
        content: "\f119";
    }
    .fa-frown-open:before {
        content: "\f57a";
    }
    .fa-fulcrum:before {
        content: "\f50b";
    }
    .fa-funnel-dollar:before {
        content: "\f662";
    }
    .fa-futbol:before {
        content: "\f1e3";
    }
    .fa-galactic-republic:before {
        content: "\f50c";
    }
    .fa-galactic-senate:before {
        content: "\f50d";
    }
    .fa-gamepad:before {
        content: "\f11b";
    }
    .fa-gas-pump:before {
        content: "\f52f";
    }
    .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-ghost:before {
        content: "\f6e2";
    }
    .fa-gift:before {
        content: "\f06b";
    }
    .fa-gifts:before {
        content: "\f79c";
    }
    .fa-git:before {
        content: "\f1d3";
    }
    .fa-git-alt:before {
        content: "\f841";
    }
    .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-cheers:before {
        content: "\f79f";
    }
    .fa-glass-martini:before {
        content: "\f000";
    }
    .fa-glass-martini-alt:before {
        content: "\f57b";
    }
    .fa-glass-whiskey:before {
        content: "\f7a0";
    }
    .fa-glasses:before {
        content: "\f530";
    }
    .fa-glide:before {
        content: "\f2a5";
    }
    .fa-glide-g:before {
        content: "\f2a6";
    }
    .fa-globe:before {
        content: "\f0ac";
    }
    .fa-globe-africa:before {
        content: "\f57c";
    }
    .fa-globe-americas:before {
        content: "\f57d";
    }
    .fa-globe-asia:before {
        content: "\f57e";
    }
    .fa-globe-europe:before {
        content: "\f7a2";
    }
    .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-pay:before {
        content: "\e079";
    }
    .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-gopuram:before {
        content: "\f664";
    }
    .fa-graduation-cap:before {
        content: "\f19d";
    }
    .fa-gratipay:before {
        content: "\f184";
    }
    .fa-grav:before {
        content: "\f2d6";
    }
    .fa-greater-than:before {
        content: "\f531";
    }
    .fa-greater-than-equal:before {
        content: "\f532";
    }
    .fa-grimace:before {
        content: "\f57f";
    }
    .fa-grin:before {
        content: "\f580";
    }
    .fa-grin-alt:before {
        content: "\f581";
    }
    .fa-grin-beam:before {
        content: "\f582";
    }
    .fa-grin-beam-sweat:before {
        content: "\f583";
    }
    .fa-grin-hearts:before {
        content: "\f584";
    }
    .fa-grin-squint:before {
        content: "\f585";
    }
    .fa-grin-squint-tears:before {
        content: "\f586";
    }
    .fa-grin-stars:before {
        content: "\f587";
    }
    .fa-grin-tears:before {
        content: "\f588";
    }
    .fa-grin-tongue:before {
        content: "\f589";
    }
    .fa-grin-tongue-squint:before {
        content: "\f58a";
    }
    .fa-grin-tongue-wink:before {
        content: "\f58b";
    }
    .fa-grin-wink:before {
        content: "\f58c";
    }
    .fa-grip-horizontal:before {
        content: "\f58d";
    }
    .fa-grip-lines:before {
        content: "\f7a4";
    }
    .fa-grip-lines-vertical:before {
        content: "\f7a5";
    }
    .fa-grip-vertical:before {
        content: "\f58e";
    }
    .fa-gripfire:before {
        content: "\f3ac";
    }
    .fa-grunt:before {
        content: "\f3ad";
    }
    .fa-guilded:before {
        content: "\e07e";
    }
    .fa-guitar:before {
        content: "\f7a6";
    }
    .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-hackerrank:before {
        content: "\f5f7";
    }
    .fa-hamburger:before {
        content: "\f805";
    }
    .fa-hammer:before {
        content: "\f6e3";
    }
    .fa-hamsa:before {
        content: "\f665";
    }
    .fa-hand-holding:before {
        content: "\f4bd";
    }
    .fa-hand-holding-heart:before {
        content: "\f4be";
    }
    .fa-hand-holding-medical:before {
        content: "\e05c";
    }
    .fa-hand-holding-usd:before {
        content: "\f4c0";
    }
    .fa-hand-holding-water:before {
        content: "\f4c1";
    }
    .fa-hand-lizard:before {
        content: "\f258";
    }
    .fa-hand-middle-finger:before {
        content: "\f806";
    }
    .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-sparkles:before {
        content: "\e05d";
    }
    .fa-hand-spock:before {
        content: "\f259";
    }
    .fa-hands:before {
        content: "\f4c2";
    }
    .fa-hands-helping:before {
        content: "\f4c4";
    }
    .fa-hands-wash:before {
        content: "\e05e";
    }
    .fa-handshake:before {
        content: "\f2b5";
    }
    .fa-handshake-alt-slash:before {
        content: "\e05f";
    }
    .fa-handshake-slash:before {
        content: "\e060";
    }
    .fa-hanukiah:before {
        content: "\f6e6";
    }
    .fa-hard-hat:before {
        content: "\f807";
    }
    .fa-hashtag:before {
        content: "\f292";
    }
    .fa-hat-cowboy:before {
        content: "\f8c0";
    }
    .fa-hat-cowboy-side:before {
        content: "\f8c1";
    }
    .fa-hat-wizard:before {
        content: "\f6e8";
    }
    .fa-hdd:before {
        content: "\f0a0";
    }
    .fa-head-side-cough:before {
        content: "\e061";
    }
    .fa-head-side-cough-slash:before {
        content: "\e062";
    }
    .fa-head-side-mask:before {
        content: "\e063";
    }
    .fa-head-side-virus:before {
        content: "\e064";
    }
    .fa-heading:before {
        content: "\f1dc";
    }
    .fa-headphones:before {
        content: "\f025";
    }
    .fa-headphones-alt:before {
        content: "\f58f";
    }
    .fa-headset:before {
        content: "\f590";
    }
    .fa-heart:before {
        content: "\f004";
    }
    .fa-heart-broken:before {
        content: "\f7a9";
    }
    .fa-heartbeat:before {
        content: "\f21e";
    }
    .fa-helicopter:before {
        content: "\f533";
    }
    .fa-highlighter:before {
        content: "\f591";
    }
    .fa-hiking:before {
        content: "\f6ec";
    }
    .fa-hippo:before {
        content: "\f6ed";
    }
    .fa-hips:before {
        content: "\f452";
    }
    .fa-hire-a-helper:before {
        content: "\f3b0";
    }
    .fa-history:before {
        content: "\f1da";
    }
    .fa-hive:before {
        content: "\e07f";
    }
    .fa-hockey-puck:before {
        content: "\f453";
    }
    .fa-holly-berry:before {
        content: "\f7aa";
    }
    .fa-home:before {
        content: "\f015";
    }
    .fa-hooli:before {
        content: "\f427";
    }
    .fa-hornbill:before {
        content: "\f592";
    }
    .fa-horse:before {
        content: "\f6f0";
    }
    .fa-horse-head:before {
        content: "\f7ab";
    }
    .fa-hospital:before {
        content: "\f0f8";
    }
    .fa-hospital-alt:before {
        content: "\f47d";
    }
    .fa-hospital-symbol:before {
        content: "\f47e";
    }
    .fa-hospital-user:before {
        content: "\f80d";
    }
    .fa-hot-tub:before {
        content: "\f593";
    }
    .fa-hotdog:before {
        content: "\f80f";
    }
    .fa-hotel:before {
        content: "\f594";
    }
    .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-house-damage:before {
        content: "\f6f1";
    }
    .fa-house-user:before {
        content: "\e065";
    }
    .fa-houzz:before {
        content: "\f27c";
    }
    .fa-hryvnia:before {
        content: "\f6f2";
    }
    .fa-html5:before {
        content: "\f13b";
    }
    .fa-hubspot:before {
        content: "\f3b2";
    }
    .fa-i-cursor:before {
        content: "\f246";
    }
    .fa-ice-cream:before {
        content: "\f810";
    }
    .fa-icicles:before {
        content: "\f7ad";
    }
    .fa-icons:before {
        content: "\f86d";
    }
    .fa-id-badge:before {
        content: "\f2c1";
    }
    .fa-id-card:before {
        content: "\f2c2";
    }
    .fa-id-card-alt:before {
        content: "\f47f";
    }
    .fa-ideal:before {
        content: "\e013";
    }
    .fa-igloo:before {
        content: "\f7ae";
    }
    .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-infinity:before {
        content: "\f534";
    }
    .fa-info:before {
        content: "\f129";
    }
    .fa-info-circle:before {
        content: "\f05a";
    }
    .fa-innosoft:before {
        content: "\e080";
    }
    .fa-instagram:before {
        content: "\f16d";
    }
    .fa-instagram-square:before {
        content: "\e055";
    }
    .fa-instalod:before {
        content: "\e081";
    }
    .fa-intercom:before {
        content: "\f7af";
    }
    .fa-internet-explorer:before {
        content: "\f26b";
    }
    .fa-invision:before {
        content: "\f7b0";
    }
    .fa-ioxhost:before {
        content: "\f208";
    }
    .fa-italic:before {
        content: "\f033";
    }
    .fa-itch-io:before {
        content: "\f83a";
    }
    .fa-itunes:before {
        content: "\f3b4";
    }
    .fa-itunes-note:before {
        content: "\f3b5";
    }
    .fa-java:before {
        content: "\f4e4";
    }
    .fa-jedi:before {
        content: "\f669";
    }
    .fa-jedi-order:before {
        content: "\f50e";
    }
    .fa-jenkins:before {
        content: "\f3b6";
    }
    .fa-jira:before {
        content: "\f7b1";
    }
    .fa-joget:before {
        content: "\f3b7";
    }
    .fa-joint:before {
        content: "\f595";
    }
    .fa-joomla:before {
        content: "\f1aa";
    }
    .fa-journal-whills:before {
        content: "\f66a";
    }
    .fa-js:before {
        content: "\f3b8";
    }
    .fa-js-square:before {
        content: "\f3b9";
    }
    .fa-jsfiddle:before {
        content: "\f1cc";
    }
    .fa-kaaba:before {
        content: "\f66b";
    }
    .fa-kaggle:before {
        content: "\f5fa";
    }
    .fa-key:before {
        content: "\f084";
    }
    .fa-keybase:before {
        content: "\f4f5";
    }
    .fa-keyboard:before {
        content: "\f11c";
    }
    .fa-keycdn:before {
        content: "\f3ba";
    }
    .fa-khanda:before {
        content: "\f66d";
    }
    .fa-kickstarter:before {
        content: "\f3bb";
    }
    .fa-kickstarter-k:before {
        content: "\f3bc";
    }
    .fa-kiss:before {
        content: "\f596";
    }
    .fa-kiss-beam:before {
        content: "\f597";
    }
    .fa-kiss-wink-heart:before {
        content: "\f598";
    }
    .fa-kiwi-bird:before {
        content: "\f535";
    }
    .fa-korvue:before {
        content: "\f42f";
    }
    .fa-landmark:before {
        content: "\f66f";
    }
    .fa-language:before {
        content: "\f1ab";
    }
    .fa-laptop:before {
        content: "\f109";
    }
    .fa-laptop-code:before {
        content: "\f5fc";
    }
    .fa-laptop-house:before {
        content: "\e066";
    }
    .fa-laptop-medical:before {
        content: "\f812";
    }
    .fa-laravel:before {
        content: "\f3bd";
    }
    .fa-lastfm:before {
        content: "\f202";
    }
    .fa-lastfm-square:before {
        content: "\f203";
    }
    .fa-laugh:before {
        content: "\f599";
    }
    .fa-laugh-beam:before {
        content: "\f59a";
    }
    .fa-laugh-squint:before {
        content: "\f59b";
    }
    .fa-laugh-wink:before {
        content: "\f59c";
    }
    .fa-layer-group:before {
        content: "\f5fd";
    }
    .fa-leaf:before {
        content: "\f06c";
    }
    .fa-leanpub:before {
        content: "\f212";
    }
    .fa-lemon:before {
        content: "\f094";
    }
    .fa-less:before {
        content: "\f41d";
    }
    .fa-less-than:before {
        content: "\f536";
    }
    .fa-less-than-equal:before {
        content: "\f537";
    }
    .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-luggage-cart:before {
        content: "\f59d";
    }
    .fa-lungs:before {
        content: "\f604";
    }
    .fa-lungs-virus:before {
        content: "\e067";
    }
    .fa-lyft:before {
        content: "\f3c3";
    }
    .fa-magento:before {
        content: "\f3c4";
    }
    .fa-magic:before {
        content: "\f0d0";
    }
    .fa-magnet:before {
        content: "\f076";
    }
    .fa-mail-bulk:before {
        content: "\f674";
    }
    .fa-mailchimp:before {
        content: "\f59e";
    }
    .fa-male:before {
        content: "\f183";
    }
    .fa-mandalorian:before {
        content: "\f50f";
    }
    .fa-map:before {
        content: "\f279";
    }
    .fa-map-marked:before {
        content: "\f59f";
    }
    .fa-map-marked-alt:before {
        content: "\f5a0";
    }
    .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-markdown:before {
        content: "\f60f";
    }
    .fa-marker:before {
        content: "\f5a1";
    }
    .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-mask:before {
        content: "\f6fa";
    }
    .fa-mastodon:before {
        content: "\f4f6";
    }
    .fa-maxcdn:before {
        content: "\f136";
    }
    .fa-mdb:before {
        content: "\f8ca";
    }
    .fa-medal:before {
        content: "\f5a2";
    }
    .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-megaport:before {
        content: "\f5a3";
    }
    .fa-meh:before {
        content: "\f11a";
    }
    .fa-meh-blank:before {
        content: "\f5a4";
    }
    .fa-meh-rolling-eyes:before {
        content: "\f5a5";
    }
    .fa-memory:before {
        content: "\f538";
    }
    .fa-mendeley:before {
        content: "\f7b3";
    }
    .fa-menorah:before {
        content: "\f676";
    }
    .fa-mercury:before {
        content: "\f223";
    }
    .fa-meteor:before {
        content: "\f753";
    }
    .fa-microblog:before {
        content: "\e01a";
    }
    .fa-microchip:before {
        content: "\f2db";
    }
    .fa-microphone:before {
        content: "\f130";
    }
    .fa-microphone-alt:before {
        content: "\f3c9";
    }
    .fa-microphone-alt-slash:before {
        content: "\f539";
    }
    .fa-microphone-slash:before {
        content: "\f131";
    }
    .fa-microscope:before {
        content: "\f610";
    }
    .fa-microsoft:before {
        content: "\f3ca";
    }
    .fa-minus:before {
        content: "\f068";
    }
    .fa-minus-circle:before {
        content: "\f056";
    }
    .fa-minus-square:before {
        content: "\f146";
    }
    .fa-mitten:before {
        content: "\f7b5";
    }
    .fa-mix:before {
        content: "\f3cb";
    }
    .fa-mixcloud:before {
        content: "\f289";
    }
    .fa-mixer:before {
        content: "\e056";
    }
    .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:before {
        content: "\f0d6";
    }
    .fa-money-bill-alt:before {
        content: "\f3d1";
    }
    .fa-money-bill-wave:before {
        content: "\f53a";
    }
    .fa-money-bill-wave-alt:before {
        content: "\f53b";
    }
    .fa-money-check:before {
        content: "\f53c";
    }
    .fa-money-check-alt:before {
        content: "\f53d";
    }
    .fa-monument:before {
        content: "\f5a6";
    }
    .fa-moon:before {
        content: "\f186";
    }
    .fa-mortar-pestle:before {
        content: "\f5a7";
    }
    .fa-mosque:before {
        content: "\f678";
    }
    .fa-motorcycle:before {
        content: "\f21c";
    }
    .fa-mountain:before {
        content: "\f6fc";
    }
    .fa-mouse:before {
        content: "\f8cc";
    }
    .fa-mouse-pointer:before {
        content: "\f245";
    }
    .fa-mug-hot:before {
        content: "\f7b6";
    }
    .fa-music:before {
        content: "\f001";
    }
    .fa-napster:before {
        content: "\f3d2";
    }
    .fa-neos:before {
        content: "\f612";
    }
    .fa-network-wired:before {
        content: "\f6ff";
    }
    .fa-neuter:before {
        content: "\f22c";
    }
    .fa-newspaper:before {
        content: "\f1ea";
    }
    .fa-nimblr:before {
        content: "\f5a8";
    }
    .fa-node:before {
        content: "\f419";
    }
    .fa-node-js:before {
        content: "\f3d3";
    }
    .fa-not-equal:before {
        content: "\f53e";
    }
    .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-octopus-deploy:before {
        content: "\e082";
    }
    .fa-odnoklassniki:before {
        content: "\f263";
    }
    .fa-odnoklassniki-square:before {
        content: "\f264";
    }
    .fa-oil-can:before {
        content: "\f613";
    }
    .fa-old-republic:before {
        content: "\f510";
    }
    .fa-om:before {
        content: "\f679";
    }
    .fa-opencart:before {
        content: "\f23d";
    }
    .fa-openid:before {
        content: "\f19b";
    }
    .fa-opera:before {
        content: "\f26a";
    }
    .fa-optin-monster:before {
        content: "\f23c";
    }
    .fa-orcid:before {
        content: "\f8d2";
    }
    .fa-osi:before {
        content: "\f41a";
    }
    .fa-otter:before {
        content: "\f700";
    }
    .fa-outdent:before {
        content: "\f03b";
    }
    .fa-page4:before {
        content: "\f3d7";
    }
    .fa-pagelines:before {
        content: "\f18c";
    }
    .fa-pager:before {
        content: "\f815";
    }
    .fa-paint-brush:before {
        content: "\f1fc";
    }
    .fa-paint-roller:before {
        content: "\f5aa";
    }
    .fa-palette:before {
        content: "\f53f";
    }
    .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-parking:before {
        content: "\f540";
    }
    .fa-passport:before {
        content: "\f5ab";
    }
    .fa-pastafarianism:before {
        content: "\f67b";
    }
    .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-peace:before {
        content: "\f67c";
    }
    .fa-pen:before {
        content: "\f304";
    }
    .fa-pen-alt:before {
        content: "\f305";
    }
    .fa-pen-fancy:before {
        content: "\f5ac";
    }
    .fa-pen-nib:before {
        content: "\f5ad";
    }
    .fa-pen-square:before {
        content: "\f14b";
    }
    .fa-pencil-alt:before {
        content: "\f303";
    }
    .fa-pencil-ruler:before {
        content: "\f5ae";
    }
    .fa-penny-arcade:before {
        content: "\f704";
    }
    .fa-people-arrows:before {
        content: "\e068";
    }
    .fa-people-carry:before {
        content: "\f4ce";
    }
    .fa-pepper-hot:before {
        content: "\f816";
    }
    .fa-perbyte:before {
        content: "\e083";
    }
    .fa-percent:before {
        content: "\f295";
    }
    .fa-percentage:before {
        content: "\f541";
    }
    .fa-periscope:before {
        content: "\f3da";
    }
    .fa-person-booth:before {
        content: "\f756";
    }
    .fa-phabricator:before {
        content: "\f3db";
    }
    .fa-phoenix-framework:before {
        content: "\f3dc";
    }
    .fa-phoenix-squadron:before {
        content: "\f511";
    }
    .fa-phone:before {
        content: "\f095";
    }
    .fa-phone-alt:before {
        content: "\f879";
    }
    .fa-phone-slash:before {
        content: "\f3dd";
    }
    .fa-phone-square:before {
        content: "\f098";
    }
    .fa-phone-square-alt:before {
        content: "\f87b";
    }
    .fa-phone-volume:before {
        content: "\f2a0";
    }
    .fa-photo-video:before {
        content: "\f87c";
    }
    .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-pied-piper-square:before {
        content: "\e01e";
    }
    .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-pizza-slice:before {
        content: "\f818";
    }
    .fa-place-of-worship:before {
        content: "\f67f";
    }
    .fa-plane:before {
        content: "\f072";
    }
    .fa-plane-arrival:before {
        content: "\f5af";
    }
    .fa-plane-departure:before {
        content: "\f5b0";
    }
    .fa-plane-slash:before {
        content: "\e069";
    }
    .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-poll:before {
        content: "\f681";
    }
    .fa-poll-h:before {
        content: "\f682";
    }
    .fa-poo:before {
        content: "\f2fe";
    }
    .fa-poo-storm:before {
        content: "\f75a";
    }
    .fa-poop:before {
        content: "\f619";
    }
    .fa-portrait:before {
        content: "\f3e0";
    }
    .fa-pound-sign:before {
        content: "\f154";
    }
    .fa-power-off:before {
        content: "\f011";
    }
    .fa-pray:before {
        content: "\f683";
    }
    .fa-praying-hands:before {
        content: "\f684";
    }
    .fa-prescription:before {
        content: "\f5b1";
    }
    .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-project-diagram:before {
        content: "\f542";
    }
    .fa-pump-medical:before {
        content: "\e06a";
    }
    .fa-pump-soap:before {
        content: "\e06b";
    }
    .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-quran:before {
        content: "\f687";
    }
    .fa-r-project:before {
        content: "\f4f7";
    }
    .fa-radiation:before {
        content: "\f7b9";
    }
    .fa-radiation-alt:before {
        content: "\f7ba";
    }
    .fa-rainbow:before {
        content: "\f75b";
    }
    .fa-random:before {
        content: "\f074";
    }
    .fa-raspberry-pi:before {
        content: "\f7bb";
    }
    .fa-ravelry:before {
        content: "\f2d9";
    }
    .fa-react:before {
        content: "\f41b";
    }
    .fa-reacteurope:before {
        content: "\f75d";
    }
    .fa-readme:before {
        content: "\f4d5";
    }
    .fa-rebel:before {
        content: "\f1d0";
    }
    .fa-receipt:before {
        content: "\f543";
    }
    .fa-record-vinyl:before {
        content: "\f8d9";
    }
    .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-redhat:before {
        content: "\f7bc";
    }
    .fa-redo:before {
        content: "\f01e";
    }
    .fa-redo-alt:before {
        content: "\f2f9";
    }
    .fa-registered:before {
        content: "\f25d";
    }
    .fa-remove-format:before {
        content: "\f87d";
    }
    .fa-renren:before {
        content: "\f18b";
    }
    .fa-reply:before {
        content: "\f3e5";
    }
    .fa-reply-all:before {
        content: "\f122";
    }
    .fa-replyd:before {
        content: "\f3e6";
    }
    .fa-republican:before {
        content: "\f75e";
    }
    .fa-researchgate:before {
        content: "\f4f8";
    }
    .fa-resolving:before {
        content: "\f3e7";
    }
    .fa-restroom:before {
        content: "\f7bd";
    }
    .fa-retweet:before {
        content: "\f079";
    }
    .fa-rev:before {
        content: "\f5b2";
    }
    .fa-ribbon:before {
        content: "\f4d6";
    }
    .fa-ring:before {
        content: "\f70b";
    }
    .fa-road:before {
        content: "\f018";
    }
    .fa-robot:before {
        content: "\f544";
    }
    .fa-rocket:before {
        content: "\f135";
    }
    .fa-rocketchat:before {
        content: "\f3e8";
    }
    .fa-rockrms:before {
        content: "\f3e9";
    }
    .fa-route:before {
        content: "\f4d7";
    }
    .fa-rss:before {
        content: "\f09e";
    }
    .fa-rss-square:before {
        content: "\f143";
    }
    .fa-ruble-sign:before {
        content: "\f158";
    }
    .fa-ruler:before {
        content: "\f545";
    }
    .fa-ruler-combined:before {
        content: "\f546";
    }
    .fa-ruler-horizontal:before {
        content: "\f547";
    }
    .fa-ruler-vertical:before {
        content: "\f548";
    }
    .fa-running:before {
        content: "\f70c";
    }
    .fa-rupee-sign:before {
        content: "\f156";
    }
    .fa-rust:before {
        content: "\e07a";
    }
    .fa-sad-cry:before {
        content: "\f5b3";
    }
    .fa-sad-tear:before {
        content: "\f5b4";
    }
    .fa-safari:before {
        content: "\f267";
    }
    .fa-salesforce:before {
        content: "\f83b";
    }
    .fa-sass:before {
        content: "\f41e";
    }
    .fa-satellite:before {
        content: "\f7bf";
    }
    .fa-satellite-dish:before {
        content: "\f7c0";
    }
    .fa-save:before {
        content: "\f0c7";
    }
    .fa-schlix:before {
        content: "\f3ea";
    }
    .fa-school:before {
        content: "\f549";
    }
    .fa-screwdriver:before {
        content: "\f54a";
    }
    .fa-scribd:before {
        content: "\f28a";
    }
    .fa-scroll:before {
        content: "\f70e";
    }
    .fa-sd-card:before {
        content: "\f7c2";
    }
    .fa-search:before {
        content: "\f002";
    }
    .fa-search-dollar:before {
        content: "\f688";
    }
    .fa-search-location:before {
        content: "\f689";
    }
    .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-shapes:before {
        content: "\f61f";
    }
    .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-shield-virus:before {
        content: "\e06c";
    }
    .fa-ship:before {
        content: "\f21a";
    }
    .fa-shipping-fast:before {
        content: "\f48b";
    }
    .fa-shirtsinbulk:before {
        content: "\f214";
    }
    .fa-shoe-prints:before {
        content: "\f54b";
    }
    .fa-shopify:before {
        content: "\e057";
    }
    .fa-shopping-bag:before {
        content: "\f290";
    }
    .fa-shopping-basket:before {
        content: "\f291";
    }
    .fa-shopping-cart:before {
        content: "\f07a";
    }
    .fa-shopware:before {
        content: "\f5b5";
    }
    .fa-shower:before {
        content: "\f2cc";
    }
    .fa-shuttle-van:before {
        content: "\f5b6";
    }
    .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-signature:before {
        content: "\f5b7";
    }
    .fa-sim-card:before {
        content: "\f7c4";
    }
    .fa-simplybuilt:before {
        content: "\f215";
    }
    .fa-sink:before {
        content: "\e06d";
    }
    .fa-sistrix:before {
        content: "\f3ee";
    }
    .fa-sitemap:before {
        content: "\f0e8";
    }
    .fa-sith:before {
        content: "\f512";
    }
    .fa-skating:before {
        content: "\f7c5";
    }
    .fa-sketch:before {
        content: "\f7c6";
    }
    .fa-skiing:before {
        content: "\f7c9";
    }
    .fa-skiing-nordic:before {
        content: "\f7ca";
    }
    .fa-skull:before {
        content: "\f54c";
    }
    .fa-skull-crossbones:before {
        content: "\f714";
    }
    .fa-skyatlas:before {
        content: "\f216";
    }
    .fa-skype:before {
        content: "\f17e";
    }
    .fa-slack:before {
        content: "\f198";
    }
    .fa-slack-hash:before {
        content: "\f3ef";
    }
    .fa-slash:before {
        content: "\f715";
    }
    .fa-sleigh:before {
        content: "\f7cc";
    }
    .fa-sliders-h:before {
        content: "\f1de";
    }
    .fa-slideshare:before {
        content: "\f1e7";
    }
    .fa-smile:before {
        content: "\f118";
    }
    .fa-smile-beam:before {
        content: "\f5b8";
    }
    .fa-smile-wink:before {
        content: "\f4da";
    }
    .fa-smog:before {
        content: "\f75f";
    }
    .fa-smoking:before {
        content: "\f48d";
    }
    .fa-smoking-ban:before {
        content: "\f54d";
    }
    .fa-sms:before {
        content: "\f7cd";
    }
    .fa-snapchat:before {
        content: "\f2ab";
    }
    .fa-snapchat-ghost:before {
        content: "\f2ac";
    }
    .fa-snapchat-square:before {
        content: "\f2ad";
    }
    .fa-snowboarding:before {
        content: "\f7ce";
    }
    .fa-snowflake:before {
        content: "\f2dc";
    }
    .fa-snowman:before {
        content: "\f7d0";
    }
    .fa-snowplow:before {
        content: "\f7d2";
    }
    .fa-soap:before {
        content: "\e06e";
    }
    .fa-socks:before {
        content: "\f696";
    }
    .fa-solar-panel:before {
        content: "\f5ba";
    }
    .fa-sort:before {
        content: "\f0dc";
    }
    .fa-sort-alpha-down:before {
        content: "\f15d";
    }
    .fa-sort-alpha-down-alt:before {
        content: "\f881";
    }
    .fa-sort-alpha-up:before {
        content: "\f15e";
    }
    .fa-sort-alpha-up-alt:before {
        content: "\f882";
    }
    .fa-sort-amount-down:before {
        content: "\f160";
    }
    .fa-sort-amount-down-alt:before {
        content: "\f884";
    }
    .fa-sort-amount-up:before {
        content: "\f161";
    }
    .fa-sort-amount-up-alt:before {
        content: "\f885";
    }
    .fa-sort-down:before {
        content: "\f0dd";
    }
    .fa-sort-numeric-down:before {
        content: "\f162";
    }
    .fa-sort-numeric-down-alt:before {
        content: "\f886";
    }
    .fa-sort-numeric-up:before {
        content: "\f163";
    }
    .fa-sort-numeric-up-alt:before {
        content: "\f887";
    }
    .fa-sort-up:before {
        content: "\f0de";
    }
    .fa-soundcloud:before {
        content: "\f1be";
    }
    .fa-sourcetree:before {
        content: "\f7d3";
    }
    .fa-spa:before {
        content: "\f5bb";
    }
    .fa-space-shuttle:before {
        content: "\f197";
    }
    .fa-speakap:before {
        content: "\f3f3";
    }
    .fa-speaker-deck:before {
        content: "\f83c";
    }
    .fa-spell-check:before {
        content: "\f891";
    }
    .fa-spider:before {
        content: "\f717";
    }
    .fa-spinner:before {
        content: "\f110";
    }
    .fa-splotch:before {
        content: "\f5bc";
    }
    .fa-spotify:before {
        content: "\f1bc";
    }
    .fa-spray-can:before {
        content: "\f5bd";
    }
    .fa-square:before {
        content: "\f0c8";
    }
    .fa-square-full:before {
        content: "\f45c";
    }
    .fa-square-root-alt:before {
        content: "\f698";
    }
    .fa-squarespace:before {
        content: "\f5be";
    }
    .fa-stack-exchange:before {
        content: "\f18d";
    }
    .fa-stack-overflow:before {
        content: "\f16c";
    }
    .fa-stackpath:before {
        content: "\f842";
    }
    .fa-stamp:before {
        content: "\f5bf";
    }
    .fa-star:before {
        content: "\f005";
    }
    .fa-star-and-crescent:before {
        content: "\f699";
    }
    .fa-star-half:before {
        content: "\f089";
    }
    .fa-star-half-alt:before {
        content: "\f5c0";
    }
    .fa-star-of-david:before {
        content: "\f69a";
    }
    .fa-star-of-life:before {
        content: "\f621";
    }
    .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-stopwatch-20:before {
        content: "\e06f";
    }
    .fa-store:before {
        content: "\f54e";
    }
    .fa-store-alt:before {
        content: "\f54f";
    }
    .fa-store-alt-slash:before {
        content: "\e070";
    }
    .fa-store-slash:before {
        content: "\e071";
    }
    .fa-strava:before {
        content: "\f428";
    }
    .fa-stream:before {
        content: "\f550";
    }
    .fa-street-view:before {
        content: "\f21d";
    }
    .fa-strikethrough:before {
        content: "\f0cc";
    }
    .fa-stripe:before {
        content: "\f429";
    }
    .fa-stripe-s:before {
        content: "\f42a";
    }
    .fa-stroopwafel:before {
        content: "\f551";
    }
    .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-suitcase-rolling:before {
        content: "\f5c1";
    }
    .fa-sun:before {
        content: "\f185";
    }
    .fa-superpowers:before {
        content: "\f2dd";
    }
    .fa-superscript:before {
        content: "\f12b";
    }
    .fa-supple:before {
        content: "\f3f9";
    }
    .fa-surprise:before {
        content: "\f5c2";
    }
    .fa-suse:before {
        content: "\f7d6";
    }
    .fa-swatchbook:before {
        content: "\f5c3";
    }
    .fa-swift:before {
        content: "\f8e1";
    }
    .fa-swimmer:before {
        content: "\f5c4";
    }
    .fa-swimming-pool:before {
        content: "\f5c5";
    }
    .fa-symfony:before {
        content: "\f83d";
    }
    .fa-synagogue:before {
        content: "\f69b";
    }
    .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-teamspeak:before {
        content: "\f4f9";
    }
    .fa-teeth:before {
        content: "\f62e";
    }
    .fa-teeth-open:before {
        content: "\f62f";
    }
    .fa-telegram:before {
        content: "\f2c6";
    }
    .fa-telegram-plane:before {
        content: "\f3fe";
    }
    .fa-temperature-high:before {
        content: "\f769";
    }
    .fa-temperature-low:before {
        content: "\f76b";
    }
    .fa-tencent-weibo:before {
        content: "\f1d5";
    }
    .fa-tenge:before {
        content: "\f7d7";
    }
    .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-the-red-yeti:before {
        content: "\f69d";
    }
    .fa-theater-masks:before {
        content: "\f630";
    }
    .fa-themeco:before {
        content: "\f5c6";
    }
    .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-think-peaks:before {
        content: "\f731";
    }
    .fa-thumbs-down:before {
        content: "\f165";
    }
    .fa-thumbs-up:before {
        content: "\f164";
    }
    .fa-thumbtack:before {
        content: "\f08d";
    }
    .fa-ticket-alt:before {
        content: "\f3ff";
    }
    .fa-tiktok:before {
        content: "\e07b";
    }
    .fa-times:before {
        content: "\f00d";
    }
    .fa-times-circle:before {
        content: "\f057";
    }
    .fa-tint:before {
        content: "\f043";
    }
    .fa-tint-slash:before {
        content: "\f5c7";
    }
    .fa-tired:before {
        content: "\f5c8";
    }
    .fa-toggle-off:before {
        content: "\f204";
    }
    .fa-toggle-on:before {
        content: "\f205";
    }
    .fa-toilet:before {
        content: "\f7d8";
    }
    .fa-toilet-paper:before {
        content: "\f71e";
    }
    .fa-toilet-paper-slash:before {
        content: "\e072";
    }
    .fa-toolbox:before {
        content: "\f552";
    }
    .fa-tools:before {
        content: "\f7d9";
    }
    .fa-tooth:before {
        content: "\f5c9";
    }
    .fa-torah:before {
        content: "\f6a0";
    }
    .fa-torii-gate:before {
        content: "\f6a1";
    }
    .fa-tractor:before {
        content: "\f722";
    }
    .fa-trade-federation:before {
        content: "\f513";
    }
    .fa-trademark:before {
        content: "\f25c";
    }
    .fa-traffic-light:before {
        content: "\f637";
    }
    .fa-trailer:before {
        content: "\e041";
    }
    .fa-train:before {
        content: "\f238";
    }
    .fa-tram:before {
        content: "\f7da";
    }
    .fa-transgender:before {
        content: "\f224";
    }
    .fa-transgender-alt:before {
        content: "\f225";
    }
    .fa-trash:before {
        content: "\f1f8";
    }
    .fa-trash-alt:before {
        content: "\f2ed";
    }
    .fa-trash-restore:before {
        content: "\f829";
    }
    .fa-trash-restore-alt:before {
        content: "\f82a";
    }
    .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-monster:before {
        content: "\f63b";
    }
    .fa-truck-moving:before {
        content: "\f4df";
    }
    .fa-truck-pickup:before {
        content: "\f63c";
    }
    .fa-tshirt:before {
        content: "\f553";
    }
    .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-ubuntu:before {
        content: "\f7df";
    }
    .fa-uikit:before {
        content: "\f403";
    }
    .fa-umbraco:before {
        content: "\f8e8";
    }
    .fa-umbrella:before {
        content: "\f0e9";
    }
    .fa-umbrella-beach:before {
        content: "\f5ca";
    }
    .fa-uncharted:before {
        content: "\e084";
    }
    .fa-underline:before {
        content: "\f0cd";
    }
    .fa-undo:before {
        content: "\f0e2";
    }
    .fa-undo-alt:before {
        content: "\f2ea";
    }
    .fa-uniregistry:before {
        content: "\f404";
    }
    .fa-unity:before {
        content: "\e049";
    }
    .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-unsplash:before {
        content: "\e07c";
    }
    .fa-untappd:before {
        content: "\f405";
    }
    .fa-upload:before {
        content: "\f093";
    }
    .fa-ups:before {
        content: "\f7e0";
    }
    .fa-usb:before {
        content: "\f287";
    }
    .fa-user:before {
        content: "\f007";
    }
    .fa-user-alt:before {
        content: "\f406";
    }
    .fa-user-alt-slash:before {
        content: "\f4fa";
    }
    .fa-user-astronaut:before {
        content: "\f4fb";
    }
    .fa-user-check:before {
        content: "\f4fc";
    }
    .fa-user-circle:before {
        content: "\f2bd";
    }
    .fa-user-clock:before {
        content: "\f4fd";
    }
    .fa-user-cog:before {
        content: "\f4fe";
    }
    .fa-user-edit:before {
        content: "\f4ff";
    }
    .fa-user-friends:before {
        content: "\f500";
    }
    .fa-user-graduate:before {
        content: "\f501";
    }
    .fa-user-injured:before {
        content: "\f728";
    }
    .fa-user-lock:before {
        content: "\f502";
    }
    .fa-user-md:before {
        content: "\f0f0";
    }
    .fa-user-minus:before {
        content: "\f503";
    }
    .fa-user-ninja:before {
        content: "\f504";
    }
    .fa-user-nurse:before {
        content: "\f82f";
    }
    .fa-user-plus:before {
        content: "\f234";
    }
    .fa-user-secret:before {
        content: "\f21b";
    }
    .fa-user-shield:before {
        content: "\f505";
    }
    .fa-user-slash:before {
        content: "\f506";
    }
    .fa-user-tag:before {
        content: "\f507";
    }
    .fa-user-tie:before {
        content: "\f508";
    }
    .fa-user-times:before {
        content: "\f235";
    }
    .fa-users:before {
        content: "\f0c0";
    }
    .fa-users-cog:before {
        content: "\f509";
    }
    .fa-users-slash:before {
        content: "\e073";
    }
    .fa-usps:before {
        content: "\f7e1";
    }
    .fa-ussunnah:before {
        content: "\f407";
    }
    .fa-utensil-spoon:before {
        content: "\f2e5";
    }
    .fa-utensils:before {
        content: "\f2e7";
    }
    .fa-vaadin:before {
        content: "\f408";
    }
    .fa-vector-square:before {
        content: "\f5cb";
    }
    .fa-venus:before {
        content: "\f221";
    }
    .fa-venus-double:before {
        content: "\f226";
    }
    .fa-venus-mars:before {
        content: "\f228";
    }
    .fa-vest:before {
        content: "\e085";
    }
    .fa-vest-patches:before {
        content: "\e086";
    }
    .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-vihara:before {
        content: "\f6a7";
    }
    .fa-vimeo:before {
        content: "\f40a";
    }
    .fa-vimeo-square:before {
        content: "\f194";
    }
    .fa-vimeo-v:before {
        content: "\f27d";
    }
    .fa-vine:before {
        content: "\f1ca";
    }
    .fa-virus:before {
        content: "\e074";
    }
    .fa-virus-slash:before {
        content: "\e075";
    }
    .fa-viruses:before {
        content: "\e076";
    }
    .fa-vk:before {
        content: "\f189";
    }
    .fa-vnv:before {
        content: "\f40b";
    }
    .fa-voicemail:before {
        content: "\f897";
    }
    .fa-volleyball-ball:before {
        content: "\f45f";
    }
    .fa-volume-down:before {
        content: "\f027";
    }
    .fa-volume-mute:before {
        content: "\f6a9";
    }
    .fa-volume-off:before {
        content: "\f026";
    }
    .fa-volume-up:before {
        content: "\f028";
    }
    .fa-vote-yea:before {
        content: "\f772";
    }
    .fa-vr-cardboard:before {
        content: "\f729";
    }
    .fa-vuejs:before {
        content: "\f41f";
    }
    .fa-walking:before {
        content: "\f554";
    }
    .fa-wallet:before {
        content: "\f555";
    }
    .fa-warehouse:before {
        content: "\f494";
    }
    .fa-watchman-monitoring:before {
        content: "\e087";
    }
    .fa-water:before {
        content: "\f773";
    }
    .fa-wave-square:before {
        content: "\f83e";
    }
    .fa-waze:before {
        content: "\f83f";
    }
    .fa-weebly:before {
        content: "\f5cc";
    }
    .fa-weibo:before {
        content: "\f18a";
    }
    .fa-weight:before {
        content: "\f496";
    }
    .fa-weight-hanging:before {
        content: "\f5cd";
    }
    .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-wind:before {
        content: "\f72e";
    }
    .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-bottle:before {
        content: "\f72f";
    }
    .fa-wine-glass:before {
        content: "\f4e3";
    }
    .fa-wine-glass-alt:before {
        content: "\f5ce";
    }
    .fa-wix:before {
        content: "\f5cf";
    }
    .fa-wizards-of-the-coast:before {
        content: "\f730";
    }
    .fa-wodu:before {
        content: "\e088";
    }
    .fa-wolf-pack-battalion:before {
        content: "\f514";
    }
    .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-wpressr:before {
        content: "\f3e4";
    }
    .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-yammer:before {
        content: "\f840";
    }
    .fa-yandex:before {
        content: "\f413";
    }
    .fa-yandex-international:before {
        content: "\f414";
    }
    .fa-yarn:before {
        content: "\f7e3";
    }
    .fa-yelp:before {
        content: "\f1e9";
    }
    .fa-yen-sign:before {
        content: "\f157";
    }
    .fa-yin-yang:before {
        content: "\f6ad";
    }
    .fa-yoast:before {
        content: "\f2b1";
    }
    .fa-youtube:before {
        content: "\f167";
    }
    .fa-youtube-square:before {
        content: "\f431";
    }
    .fa-zhihu:before {
        content: "\f63f";
    }
    .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-face {
        font-family: "Font Awesome 5 Brands";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url("view/fonts/fontawesome-5/webfonts/fa-brands-400.eot");
        src:
            url("view/fonts/fontawesome-5/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
            url("view/fonts/fontawesome-5/webfonts/fa-brands-400.woff2") format("woff2"),
            url("view/fonts/fontawesome-5/webfonts/fa-brands-400.woff") format("woff"),
            url("view/fonts/fontawesome-5/webfonts/fa-brands-400.ttf") format("truetype"),
            url("view/fonts/fontawesome-5/webfonts/fa-brands-400.svg#fontawesome") format("svg");
    }
    .fab {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }
    @font-face {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url("view/fonts/fontawesome-5/webfonts/fa-regular-400.eot");
        src:
            url("view/fonts/fontawesome-5/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
            url("view/fonts/fontawesome-5/webfonts/fa-regular-400.woff2") format("woff2"),
            url("view/fonts/fontawesome-5/webfonts/fa-regular-400.woff") format("woff"),
            url("view/fonts/fontawesome-5/webfonts/fa-regular-400.ttf") format("truetype"),
            url("view/fonts/fontawesome-5/webfonts/fa-regular-400.svg#fontawesome") format("svg");
    }
    .far {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }
    @font-face {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url("view/fonts/fontawesome-5/webfonts/fa-solid-900.eot");
        src:
            url("view/fonts/fontawesome-5/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
            url("view/fonts/fontawesome-5/webfonts/fa-solid-900.woff2") format("woff2"),
            url("view/fonts/fontawesome-5/webfonts/fa-solid-900.woff") format("woff"),
            url("view/fonts/fontawesome-5/webfonts/fa-solid-900.ttf") format("truetype"),
            url("view/fonts/fontawesome-5/webfonts/fa-solid-900.svg#fontawesome") format("svg");
    }
    .fas {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
