.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #e5edf0;
    color: #004c6d;
    box-shadow: 0 0 5px 5px #e5edf0 inset
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    @include background-image(linear-gradient(lighten(@sidr-background,
    10%),
    darken(@sidr-background,
    10%)));
    font-size: 11px;
    font-weight: normal;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #004c6d;
    line-height: 24px;
    box-shadow: 0 5px 5px 3px rgba(229, 237, 240, 0.2)
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(0, 76, 109, 0.9)
}

.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #c5d7dd;
    border-bottom: 1px solid #fff
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c5d7dd
}

.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    border-top: 0;
    line-height: 49px
}

.sidr ul li:hover>a,
.sidr ul li.active>a,
.sidr ul li.sidr-class-active>a,
.sidr ul li:hover>span,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #e5edf0 inset
}

.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #004c6d
}

.sidr ul li ul {
    border-bottom: 0;
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px
}

.sidr ul li ul li:last-child {
    border-bottom: 0
}

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
    border-top: 0;
    line-height: 41px
}

.sidr ul li ul li:hover>a,
.sidr ul li ul li.active>a,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #e5edf0 inset
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(0, 76, 109, 0.8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr label {
    font-size: 13px
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    @include box-sizing(border-box);
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(229, 237, 240, 0.1);
    color: rgba(0, 76, 109, 0.6);
    display: block;
    clear: both
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #e5edf0;
    background: #004c6d
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(0, 76, 109, 0.9)
}

.fs-dropdown {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%
}

.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
    box-sizing: border-box;
    transition: none;
    user-select: none !important
}

.fs-dropdown-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

.fs-dropdown-mobile .fs-dropdown-element {
    z-index: 7
}

.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element {
    z-index: -1
}

.fs-dropdown-selected {
    border: none;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 1px solid;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: clip
}

.fs-dropdown-options {
    width: 100%;
    max-height: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background: #fff;
    border: 1px solid;
    display: none;
    overflow: auto;
    overflow-x: hidden
}

.fs-dropdown-options.fs-scrollbar {
    position: absolute
}

.fs-dropdown-group {
    display: block;
    font-size: 75%
}

.fs-dropdown-item {
    border: none;
    padding: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis
}

.fs-dropdown-item_placeholder {
    display: none
}

.fs-dropdown-item_selected {
    background: #ddd
}

.fs-dropdown-item_disabled {
    cursor: default;
    opacity: .5
}

.fs-dropdown-open {
    z-index: 3
}

.fs-dropdown-open .fs-dropdown-options {
    display: block
}

.fs-dropdown-open .fs-dropdown-selected {
    z-index: 6
}

.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
    z-index: 4
}

.fs-dropdown-cover .fs-dropdown-options {
    top: 0
}

.fs-dropdown-bottom .fs-dropdown-options {
    top: auto;
    bottom: 100%
}

.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
    top: auto;
    bottom: 0
}

.fs-dropdown-multiple .fs-dropdown-options {
    width: 100%;
    position: static;
    display: block
}

.fs-dropdown-disabled {
    opacity: .5
}

.fs-dropdown-disabled .fs-dropdown-selected {
    cursor: default
}

.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
    cursor: default
}

.fs-dropdown-options.fs-scrollbar {
    overflow: hidden
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
    border: 1px solid;
    border-width: 0 0 0 1px
}

.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
    max-height: 260px;
    height: auto
}

.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
    padding: 0
}

html,
body {
    border: 0;
    margin: 0;
    padding: 0
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
    border: 0;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block
}

table {
    border-collapse: separate;
    border-spacing: 0
}

table caption,
table th,
table td {
    text-align: left;
    vertical-align: middle
}

a img {
    border: 0
}

:focus {
    outline: 0
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff2') format('woff2'), url('../fonts/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?z2sc3t');
    src: url('../fonts/icomoon.eot?z2sc3t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?z2sc3t') format('truetype'), url('../fonts/icomoon.woff?z2sc3t') format('woff'), url('../fonts/icomoon.svg?z2sc3t#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-busca:before {
    content: "\e900"
}

.icon-email:before {
    content: "\e901"
}

.icon-facebook:before {
    content: "\e902"
}

.icon-map:before {
    content: "\e903"
}

.icon-map-representantes:before {
    content: "\e904"
}

.icon-next:before {
    content: "\e905"
}

.icon-saiba-pq:before {
    content: "\e906"
}

.icon-telefone:before {
    content: "\e907"
}

.icon-playvideo:before {
    content: "\e910"
}

a,
a:link {
    color: #333333
}

a:hover {
    color: #004c6e;
    text-decoration: none
}

body {
    font-family: 'Lato';
    font-size: 15px;
    color: #333333;
    font-weight: 400
}

@media (min-width:1125px) {
    .container {
        width: 1125px
    }
}

.glyphicon-remove {
    color: #d21515;
    top: 5px
}

.glyphicon-ok {
    color: #004c6e;
    top: 5px
}

.clear {
    clear: both
}

.page-titulo {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    display: block;
    margin-bottom: 34px;
    color: #ffffff
}

@media (min-width:768px) {
    .page-titulo {
        font-size: 30px;
        line-height: 30px
    }
}

.page .header {
    background: #003349;
    background: -moz-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #003349), color-stop(10%, #004b6e), color-stop(90%, #004b6e), color-stop(100%, #003349));
    background: -webkit-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -o-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -ms-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: linear-gradient(to right, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003349', endColorstr='#003349', GradientType=1);
    box-shadow: inset 3px 0 24px rgba(0, 0, 0, 0.35)
}

.page .header .breadcrumb {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .page .header .breadcrumb {
        padding-left: 95px;
        padding-right: 95px
    }
}

.page .header .page-titulo {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .page .header .page-titulo {
        padding-left: 95px;
        padding-right: 95px
    }
}

@media (min-width:1125px) {
    .page .header {
        min-height: 260px
    }
}

.page .box-page {
    position: relative;
    z-index: 35
}

@media (min-width:1125px) {
    .page .box-page {
        background: url(../img/bg-meio.png) no-repeat top center;
        padding-top: 30px;
        margin-top: -168px
    }
}

.mensagem-sucesso strong {
    font-size: 21px;
    color: #51af71;
    display: block;
    font-weight: 700;
    text-align: center
}

.mensagem-error strong {
    font-size: 21px;
    color: #d21515;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px
}

.mensagem-error p {
    color: #313131;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px
}

.breadcrumb {
    padding: 0;
    margin-top: 34px;
    margin-bottom: 4px;
    background: none;
    border-radius: 0;
    font-size: 14px;
    color: #93b2c0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    display: none
}

.breadcrumb>li a {
    color: #93b2c0;
    margin-left: 2px;
    margin-right: 2px
}

.breadcrumb>.active {
    color: #93b2c0
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.mb-none {
    margin-bottom: 0
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb70 {
    margin-bottom: 70px
}

.mb80 {
    margin-bottom: 80px
}

@media (min-width:768px) {
    .no-padding-sm {
        padding-left: 0;
        padding-right: 0
    }
    .no-padding-left-sm {
        padding-left: 0
    }
    .no-padding-right-sm {
        padding-right: 0
    }
    .mb-none-sm {
        margin-bottom: 0
    }
    .mb10-sm {
        margin-bottom: 10px
    }
    .mb20-sm {
        margin-bottom: 20px
    }
    .mb30-sm {
        margin-bottom: 30px
    }
    .mb40-sm {
        margin-bottom: 40px
    }
    .mb50-sm {
        margin-bottom: 50px
    }
    .mb60-sm {
        margin-bottom: 60px
    }
    .mb70-sm {
        margin-bottom: 70px
    }
    .mb80-sm {
        margin-bottom: 80px
    }
}

@media (min-width:992px) {
    .no-padding-md {
        padding-left: 0;
        padding-right: 0
    }
    .no-padding-left-md {
        padding-left: 0
    }
    .no-padding-right-md {
        padding-right: 0
    }
    .mb-none-md {
        margin-bottom: 0
    }
    .mb10-md {
        margin-bottom: 10px
    }
    .mb20-md {
        margin-bottom: 20px
    }
    .mb30-md {
        margin-bottom: 30px
    }
    .mb40-md {
        margin-bottom: 40px
    }
    .mb50-md {
        margin-bottom: 50px
    }
    .mb60-md {
        margin-bottom: 60px
    }
    .mb70-md {
        margin-bottom: 70px
    }
    .mb80-md {
        margin-bottom: 80px
    }
}

@media (min-width:1200px) {
    .no-padding-lg {
        padding-left: 0;
        padding-right: 0
    }
    .no-padding-left-lg {
        padding-left: 0
    }
    .no-padding-right-lg {
        padding-right: 0
    }
    .mb-none-lg {
        margin-bottom: 0
    }
    .mb10-lg {
        margin-bottom: 10px
    }
    .mb20-lg {
        margin-bottom: 20px
    }
    .mb30-lg {
        margin-bottom: 30px
    }
    .mb40-lg {
        margin-bottom: 40px
    }
    .mb50-lg {
        margin-bottom: 50px
    }
    .mb60-lg {
        margin-bottom: 60px
    }
    .mb70-lg {
        margin-bottom: 70px
    }
    .mb80-lg {
        margin-bottom: 80px
    }
}

.form-input {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

.form-submit {
    background-color: #51af71;
    border: none;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    padding: 13.5px 26px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase
}

textarea {
    min-height: 80px
}

.paginacao {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-right: 15px
}

.paginacao a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000000;
    margin: 0 2px
}

.paginacao a.ativo {
    border: 1px solid #000000;
    color: #000000
}

.paginacao a:hover {
    border: 1px solid #000000;
    color: #000000
}

header {
    min-height: 168px;
    background-color: #ffffff;
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
    position: relative;
    z-index: 40
}

header .header-top {
    min-height: 46px;
    background: #e5edf0
}

@media (min-width:768px) {
    header .header-top {
        background: url(../img/line-menu.png) repeat-x bottom left
    }
}

header .header-top #menu {
    float: left
}

header .header-top #menu ul {
    margin-left: -12.5px;
    margin-right: -12.5px
}

header .header-top #menu ul li {
    padding-right: 12.5px;
    padding-left: 12.5px
}

header .header-top #menu ul li a {
    font-size: 13px;
    line-height: 46px;
    display: block;
    color: #7497a7;
    font-weight: 400
}

header .header-top #menu ul li a:hover {
    color: #033c55
}

header .header-top .telefone {
    float: left;
    padding: 8.5px;
    background-color: #e5edf0;
    margin-top: 3px;
    margin-left: 6.5px
}

@media (min-width:768px) {
    header .header-top .telefone {
        float: right;
        margin-left: 0
    }
}

header .header-top .telefone .icon-telefone {
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-right: 8px;
    color: #033c55
}

header .header-top .telefone .numero {
    font-size: 16px;
    line-height: 20px;
    color: #033c55
}

header .header-top .facebook {
    float: right;
    margin-top: 3px;
    margin-right: 15px
}

@media (min-width:768px) {
    header .header-top .facebook {
        margin-left: 14px;
        margin-right: 0
    }
}

header .header-top .facebook a .icon-facebook {
    color: #006da9;
    font-size: 31px;
    line-height: 39px;
    display: block
}

header .header-bottom #logo {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

header .header-bottom #logo img {
    margin: auto
}

@media (min-width:768px) {
    header .header-bottom #logo {
        width: 30%;
        padding-left: 0;
        margin-top: 28px;
        margin-bottom: 18px
    }
}

@media (min-width:992px) {
    header .header-bottom #logo {
        width: auto;
        padding-right: 0;
        margin-top: 20px
    }
}

header .header-bottom .busca {
    float: right;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    header .header-bottom .busca {
        width: 70%;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    header .header-bottom .busca {
        width: 56%;
        margin-top: 40px
    }
}

header .header-bottom .busca form .control {
    float: left;
    width: 100%
}

@media (max-width:767px) {
    header .header-bottom .busca form .control {
        margin-bottom: 10px
    }
}

header .header-bottom .busca form .control .field input {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

header .header-bottom .busca form .control .field .fs-dropdown-selected {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

header .header-bottom .busca form .control .field .fs-dropdown-selected:after {
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #9b9b9b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: '';
    right: 10px
}

header .header-bottom .busca form .control .field .fs-dropdown-options {
    padding: 5px;
    border-color: #ccc
}

header .header-bottom .busca form .control .field .fs-dropdown-options .fs-dropdown-item {
    color: #7d7d7d;
    padding: 4px;
    font-size: 14px
}

header .header-bottom .busca form .control .field .fs-dropdown-options .fs-dropdown-item.fs-dropdown-item_selected {
    background-color: #f2f2f2
}

@media (min-width:768px) {
    header .header-bottom .busca form .control.produto {
        width: 42.85714286%
    }
}

@media (min-width:768px) {
    header .header-bottom .busca form .control.categoria {
        width: 48.0952381%;
        padding-right: 16.5px;
        padding-left: 16.5px
    }
}

@media (min-width:768px) {
    header .header-bottom .busca form .control.submit {
        width: 9.04761905%
    }
}

header .header-bottom .busca form .control.submit button {
    background-color: #51af71;
    border: none;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    padding: 7px;
    border-radius: 5px;
    width: 100%
}

.header-mobile {
    float: right;
    margin-top: 4px
}

.menu-mobile {
    position: relative;
    z-index: 90
}

.menu-mobile #menu-mobile {
    background: none;
    border: none;
    padding: 10px
}

.menu-mobile #menu-mobile .ico-bar {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background-color: #004c6e;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}

.menu-mobile #menu-mobile .ico-bar:last-child {
    margin-bottom: 0
}

.sidr-open .menu-mobile .ico-bar-top {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    left: -1px;
    background-color: #004c6e !important
}

.sidr-open .menu-mobile .ico-bar-meddile {
    display: none !important
}

.sidr-open .menu-mobile .ico-bar-bottom {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    left: -1px;
    background-color: #004c6e !important
}

.sidr-open .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80
}

#sidr-existing-content {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #efefef inset
}

#sidr-existing-content .sidr-class-principal {
    font-size: 16.5px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 43px;
    font-weight: 700;
    width: 100%;
    padding: 22px 15px
}

#sidr-existing-content .sidr-inner {
    padding: 0 15px 15px
}

#sidr-existing-content .sidr-inner ul {
    margin: 0;
    border: none
}

#sidr-existing-content .sidr-inner ul li {
    line-height: 40px
}

#sidr-existing-content .sidr-inner ul li a {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    font-size: 13px
}

#sidr-existing-content .sidr-inner .sidr-class-icon-telefone {
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-right: 8px;
    color: #033c55;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sidr-existing-content .sidr-inner .sidr-class-icon-telefone:before {
    content: "\e907"
}

#sidr-existing-content .sidr-inner .sidr-class-numero {
    font-size: 16px;
    line-height: 20px;
    color: #033c55
}

#sidr-existing-content .sidr-inner .sidr-class-icon-facebook {
    color: #006da9;
    font-size: 31px;
    line-height: 39px;
    display: block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#sidr-existing-content .sidr-inner .sidr-class-icon-facebook:before {
    content: "\e902"
}

#sidr-existing-content .sidr-inner:nth-child(2) {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0
}

#sidr-existing-content .sidr-inner:nth-child(3) {
    float: left;
    padding: 9px;
    background-color: #e5edf0
}

#bloco-destaque .swiper-container-destaque {
    position: relative;
    overflow: hidden
}

#bloco-destaque .swiper-container-destaque .destaque-button-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media (max-width:767px) {
    #bloco-destaque .swiper-container-destaque .destaque-button-prev {
        left: 0
    }
}

#bloco-destaque .swiper-container-destaque .destaque-button-prev .icon-next {
    font-size: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block
}

#bloco-destaque .swiper-container-destaque .destaque-button-next {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

@media (max-width:767px) {
    #bloco-destaque .swiper-container-destaque .destaque-button-next {
        right: 0
    }
}

#bloco-destaque .swiper-container-destaque .destaque-button-next .icon-next {
    font-size: 48px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: block
}

#bloco-catalogo {
    padding-top: 20px;
    position: relative;
    z-index: 35
}

@media (min-width:992px) {
    #bloco-catalogo {
        padding-top: 30px
    }
}

@media (min-width:1125px) {
    #bloco-catalogo {
        background: url(../img/bg-meio.png) no-repeat top center;
        padding-top: 75px
    }
}

@media (min-width:1360px) {
    #bloco-catalogo {
        margin-top: -150px
    }
}

@media (min-width:1600px) {
    #bloco-catalogo {
        margin-top: -155px
    }
}

@media (min-width:1768px) {
    #bloco-catalogo {
        margin-top: -165px
    }
}

.catalgo-busca {
    display: inline-block;
    width: 100%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    background-color: #ffffff;
    background: url(../img/sombra.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .catalgo-busca {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
}

.catalgo-busca .texto {
    color: #509dc7;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .catalgo-busca .texto {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 25px;
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1125px) {
    .catalgo-busca .texto {
        padding-right: 140px;
        padding-left: 140px
    }
}

.catalgo-busca form {
    width: 100%;
    margin: auto;
    padding: 0 15px
}

@media (min-width:768px) {
    .catalgo-busca form {
        display: flex;
        padding: 0
    }
}

@media (min-width:992px) {
    .catalgo-busca form {
        width: 74.93333333%
    }
}

.catalgo-busca form .control {
    float: left;
    width: 100%
}

@media (max-width:767px) {
    .catalgo-busca form .control {
        margin-bottom: 10px
    }
}

.catalgo-busca form .control .field input {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

.catalgo-busca form .control .field .fs-dropdown-selected {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

.catalgo-busca form .control .field .fs-dropdown-selected:after {
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #9b9b9b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: '';
    right: 10px
}

.catalgo-busca form .control .field .fs-dropdown-options {
    padding: 5px;
    border-color: #ccc
}

.catalgo-busca form .control .field .fs-dropdown-options .fs-dropdown-item {
    color: #7d7d7d;
    padding: 4px;
    font-size: 14px
}

.catalgo-busca form .control .field .fs-dropdown-options .fs-dropdown-item.fs-dropdown-item_selected {
    background-color: #f2f2f2
}

@media (min-width:768px) {
    .catalgo-busca form .control.produto {
        width: 49.11032028%
    }
}

@media (min-width:768px) {
    .catalgo-busca form .control.categoria {
        width: 44.12811388%;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .catalgo-busca form .control.submit {
        width: 6.76156584%
    }
}

.catalgo-busca form .control.submit button {
    background-color: #51af71;
    border: none;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    padding: 7px;
    border-radius: 5px;
    width: 100%
}

.catalgo-busca .categoria-produtos {
    width: 100%;
    margin: auto;
    float: left;
    padding: 0 15px
}

@media (min-width:768px) {
    .catalgo-busca .categoria-produtos {
        float: none;
        padding: 0
    }
}

@media (min-width:992px) {
    .catalgo-busca .categoria-produtos {
        width: 83.11111111%
    }
}

.catalgo-busca .categoria-produtos .titulo {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px
}

@media (min-width:768px) {
    .catalgo-busca .categoria-produtos .titulo {
        margin-bottom: 26px;
        margin-top: 43px
    }
}

.catalgo-busca .categoria-produtos .titulo:before {
    content: '';
    border-bottom: 2px solid #e5edf0;
    width: 100%;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 1
}

.catalgo-busca .categoria-produtos .titulo h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    padding-right: 17px;
    padding-left: 17px;
    background-color: #ffffff;
    color: #004c6e;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .catalgo-busca .categoria-produtos .titulo h2 {
        font-size: 24px
    }
}

.catalgo-busca .categoria-produtos ul {
    padding: 0;
    list-style-type: none
}

.catalgo-busca .categoria-produtos ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .catalgo-busca .categoria-produtos ul li {
        width: 33.3%;
        margin-bottom: 20px
    }
}

.catalgo-busca .categoria-produtos ul li:nth-child(3n+1) {
    clear: both
}

.catalgo-busca .categoria-produtos ul li a {
    color: #004c6e;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center
}

.catalgo-busca .categoria-produtos ul li a .ico {
    float: left;
    border-radius: 100%;
    padding: 3px;
    background-color: #509dc7;
    margin-right: 10px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease
}

.catalgo-busca .categoria-produtos ul li a:hover .ico {
    background-color: #004c6e
}

.catalgo-busca .categoria-produtos ul li:first-child a .ico {
    background-color: #d21515
}

.catalgo-busca .categoria-produtos ul li:nth-child(2) a .ico {
    background-color: #ffcc00
}

#bloco-marcas {
    margin-bottom: 20px
}

@media (min-width:768px) {
    #bloco-marcas {
        margin-bottom: 60px
    }
}

#bloco-marcas h2 {
    color: #5e5e5e;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center
}

@media (min-width:768px) {
    #bloco-marcas h2 {
        font-size: 24px
    }
}

#bloco-marcas .marcas {
    padding: 0 60px;
    position: relative
}

#bloco-marcas .marcas .swiper-container-marcas {
    position: relative;
    overflow: hidden
}

#bloco-marcas .marcas .swiper-container-marcas img {
    margin: auto
}

#bloco-marcas .marcas .marca-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#bloco-marcas .marcas .marca-button-prev .icon-next {
    font-size: 48px;
    line-height: 48px;
    color: #dddddd;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block
}

#bloco-marcas .marcas .marca-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#bloco-marcas .marcas .marca-button-next .icon-next {
    font-size: 48px;
    line-height: 48px;
    color: #dddddd;
    cursor: pointer;
    display: block
}

#bloco-saiba {
    position: relative
}

@media (min-width:768px) {
    #bloco-saiba {
        min-height: 286px;
        margin-bottom: 50px
    }
    #bloco-saiba:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 100%;
        min-height: 188px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background-color: #004c6e
    }
}

#bloco-saiba .saiba-porque {
    background: url(../img/bg-saiba.png) no-repeat top center;
    position: relative;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque {
        min-height: 286px
    }
}

@media (min-width:992px) {
    #bloco-saiba .saiba-porque {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

#bloco-saiba .saiba-porque .conteudo {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque .conteudo {
        padding: 0 40px 36px 40px;
        border-left: 5px solid rgba(255, 255, 255, 0.5);
        border-right: 5px solid rgba(255, 255, 255, 0.5);
        border-bottom: 5px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
        padding-top: 46px;
        padding-bottom: 46px
    }
    #bloco-saiba .saiba-porque .conteudo:before {
        border-top: 5px solid rgba(255, 255, 255, 0.5);
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        max-width: 82px
    }
    #bloco-saiba .saiba-porque .conteudo:after {
        border-top: 5px solid rgba(255, 255, 255, 0.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        max-width: 82px
    }
}

@media (min-width:992px) {
    #bloco-saiba .saiba-porque .conteudo {
        padding: 0 96px 36px 96px
    }
}

#bloco-saiba .saiba-porque .conteudo h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
    position: relative
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque .conteudo h2 {
        font-size: 31px;
        top: -18px;
        line-height: 39px
    }
}

@media (min-width:992px) {
    #bloco-saiba .saiba-porque .conteudo h2 {
        font-size: 39px
    }
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque .conteudo>span {
        display: flex;
        justify-content: center
    }
}

#bloco-saiba .saiba-porque .conteudo>span .icon-saiba-pq {
    float: left;
    font-size: 93px;
    color: #ffcc00;
    width: 100%
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque .conteudo>span .icon-saiba-pq {
        padding-right: 30px;
        width: auto
    }
}

#bloco-saiba .saiba-porque .conteudo>span p {
    color: #ffcc00;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 2px;
    width: 100%;
    max-width: 500px
}

@media (min-width:768px) {
    #bloco-saiba .saiba-porque .conteudo>span p {
        font-size: 21px;
        line-height: 28px;
        padding-top: 5px
    }
    #bloco-saiba .saiba-porque .conteudo>span p span {
        display: block
    }
}

@media (min-width:1125px) {
    #bloco-saiba .container {
        width: 1204px
    }
}

footer .footer-top {
    position: relative
}

@media (min-width:768px) {
    footer .footer-top {
        background: url(../img/bg-rodape-2.png) no-repeat;
        background-position: 36% 0;
        min-height: 111px
    }
}

@media (min-width:992px) {
    footer .footer-top {
        background-position: top center
    }
}

footer .footer-top .container {
    position: relative
}

footer .footer-top .contato-text {
    float: left;
    background: #ddbe16;
    padding: 15px;
    width: 100%
}

@media (min-width:768px) {
    footer .footer-top .contato-text {
        width: 44%;
        background: none;
        padding: 0
    }
}

@media (min-width:992px) {
    footer .footer-top .contato-text {
        width: 29.5%
    }
}

@media (min-width:1125px) {
    footer .footer-top .contato-text {
        width: 32.71111111%
    }
}

footer .footer-top .contato-text .titulo {
    color: #816e07;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (min-width:768px) {
    footer .footer-top .contato-text .titulo {
        margin-top: 24px
    }
}

@media (min-width:992px) {
    footer .footer-top .contato-text .titulo {
        font-size: 17px
    }
}

@media (min-width:1125px) {
    footer .footer-top .contato-text .titulo {
        font-size: 20px
    }
}

footer .footer-top .contato-text .resumo {
    color: #816e07;
    font-size: 16px;
    display: block;
    line-height: 20px
}

@media (min-width:992px) {
    footer .footer-top .contato-text .resumo {
        padding-right: 20px;
        font-size: 13px
    }
}

@media (min-width:1125px) {
    footer .footer-top .contato-text .resumo {
        font-size: 16px;
        padding-right: 0
    }
}

footer .footer-top .contato-numero {
    float: left;
    color: #004c6e;
    border-bottom: 1px solid #ddbe16;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 700;
    background: #ffcc00;
    width: 100%
}

@media (min-width:768px) {
    footer .footer-top .contato-numero {
        width: 56%;
        background: none;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 20px
    }
}

@media (min-width:992px) {
    footer .footer-top .contato-numero {
        width: 70.5%
    }
}

@media (min-width:1125px) {
    footer .footer-top .contato-numero {
        width: 67.28888889%
    }
}

footer .footer-top .contato-numero small {
    font-size: 14px
}

footer .footer-top .contato-numero .icon-telefone {
    float: left;
    font-size: 24px;
    margin-right: 14px
}

footer .footer-top .contato-email {
    float: left;
    color: #004c6e;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    background: #ffcc00
}

@media (min-width:768px) {
    footer .footer-top .contato-email {
        width: 56%;
        font-size: 17px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: none
    }
}

@media (min-width:992px) {
    footer .footer-top .contato-email {
        font-size: 16px;
        width: auto;
        width: 67.28888889%
    }
}

@media (min-width:1125px) {
    footer .footer-top .contato-email {
        font-size: 17px
    }
}

footer .footer-top .contato-email .icon-email {
    float: left;
    font-size: 24px;
    margin-right: 14px
}

footer .footer-bottom {
    background-color: #004c6e;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (min-width:768px) {
    footer .footer-bottom {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

footer .footer-bottom .container {
    position: relative
}

footer .footer-bottom .endereco {
    color: #ffffff;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 15px
}

footer .footer-bottom .endereco span {
    display: block
}

@media (min-width:768px) {
    footer .footer-bottom .endereco {
        width: auto;
        text-align: left;
        padding: 0
    }
}

footer .footer-bottom .endereco .icon-map {
    font-size: 60px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    display: block
}

@media (min-width:768px) {
    footer .footer-bottom .endereco .icon-map {
        margin-right: 8px;
        margin-bottom: 0;
        float: left;
        width: auto;
        font-size: 44px
    }
}

footer .footer-bottom .desenvolvedor {
    float: right;
    color: #ffffff;
    opacity: .5;
    font-size: 11px;
    padding-top: 12px;
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    footer .footer-bottom .desenvolvedor {
        padding-right: 350px;
        width: auto;
        text-align: left
    }
}

footer .footer-bottom .desenvolvedor a {
    opacity: .5;
    color: #ffffff;
    background: url(../img/logo-vale.png) no-repeat right;
    padding-right: 22px;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width:767px) {
    footer .footer-bottom .desenvolvedor a {
        display: inline-block;
        margin-bottom: 15px
    }
}

footer .footer-bottom .facebook {
    display: inline-block;
    width: 100%;
    padding: 0 15px
}

@media (min-width:768px) {
    footer .footer-bottom .facebook {
        position: absolute;
        top: -26px;
        right: 0;
        z-index: 1;
        width: 340px;
        height: 120px;
        overflow: hidden;
        padding: 0
    }
}

@media (min-width:992px) {
    footer .footer-bottom .facebook {
        top: -120px;
        right: -15px;
        overflow: auto;
        height: 154px
    }
}

@media (min-width:1125px) {
    footer .footer-bottom .facebook {
        right: 0;
        top: -115px
    }
}

#page-quemsomos .header {
    background: #003349;
    background: -moz-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #003349), color-stop(10%, #004b6e), color-stop(90%, #004b6e), color-stop(100%, #003349));
    background: -webkit-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -o-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: -ms-linear-gradient(left, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    background: linear-gradient(to right, #003349 0, #004b6e 10%, #004b6e 90%, #003349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003349', endColorstr='#003349', GradientType=1);
    box-shadow: inset 3px 0 24px rgba(0, 0, 0, 0.35)
}

#page-quemsomos .header .breadcrumb {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    #page-quemsomos .header .breadcrumb {
        padding-left: 95px;
        padding-right: 95px
    }
}

#page-quemsomos .header .page-titulo {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    #page-quemsomos .header .page-titulo {
        padding-left: 95px;
        padding-right: 95px
    }
}

@media (min-width:1125px) {
    #page-quemsomos .header {
        min-height: 260px
    }
}

#page-quemsomos .box-page {
    position: relative;
    z-index: 35
}

@media (min-width:1125px) {
    #page-quemsomos .box-page {
        background: url(../img/bg-meio.png) no-repeat top center;
        padding-top: 30px;
        margin-top: -168px
    }
}

#page-quemsomos .box-quemsomos .texto {
    color: #373839;
    font-size: 15px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #page-quemsomos .box-quemsomos .texto {
        padding-top: 30px;
        font-size: 19px
    }
    #page-quemsomos .box-quemsomos .texto.texto-2 {
        margin-bottom: 35px
    }
}

@media (min-width:992px) {
    #page-quemsomos .box-quemsomos .texto {
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 50px
    }
}

#page-quemsomos .box-quemsomos .texto p {
    padding-bottom: 28px
}

#page-quemsomos .box-quemsomos .fotos {
    padding: 0 17px;
    margin: 0 -7.5px
}

#page-quemsomos .box-quemsomos .fotos .item-foto {
    float: left;
    padding: 0 7.5px;
    margin-bottom: 15px;
    width: 50%
}

#page-quemsomos .box-quemsomos .fotos .item-foto:first-child {
    width: 100%
}

@media (min-width:768px) {
    #page-quemsomos .box-quemsomos .fotos .item-foto {
        width: 25%
    }
    #page-quemsomos .box-quemsomos .fotos .item-foto:first-child {
        width: 50%
    }
}

#page-quemsomos .box-quemsomos .venda-tipo {
    padding: 0 17px
}

#page-quemsomos .box-quemsomos .venda-tipo span {
    background-color: #d1d3db;
    color: #373839;
    font-size: 19px;
    text-align: center;
    padding: 15px;
    display: inline-block;
    width: 100%
}

#page-contato .box-contato {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px
}

@media (min-width:992px) {
    #page-contato .box-contato {
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 50px
    }
}

@media (min-width:1125px) {
    #page-contato .box-contato {
        padding-right: 95px;
        padding-left: 95px;
        padding-top: 50px
    }
}

#page-contato .box-contato form {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

@media (min-width:768px) {
    #page-contato .box-contato form {
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    #page-contato .box-contato form {
        width: 59.46524064%;
        margin-bottom: 46px
    }
}

#page-contato .box-contato form p {
    color: #414141;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px
}

#page-contato .box-contato form .control {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

#page-contato .box-contato form .control .field {
    position: relative
}

#page-contato .box-contato form .control .field .fs-dropdown-selected {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

#page-contato .box-contato form .control .field .fs-dropdown-selected:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    content: '\e905';
    right: 10px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #004c6e
}

#page-contato .box-contato form .control .field .fs-dropdown-options {
    padding: 5px;
    border-color: #ccc
}

#page-contato .box-contato form .control .field .fs-dropdown-options .fs-dropdown-item {
    color: #7d7d7d;
    padding: 4px;
    font-size: 14px
}

#page-contato .box-contato form .control .field .fs-dropdown-options .fs-dropdown-item.fs-dropdown-item_selected {
    background-color: #f2f2f2
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.nome {
        width: 50%;
        padding-right: 7.5px
    }
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.email {
        width: 50%;
        padding-left: 7.5px
    }
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.telefone {
        width: 34.17266187%;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.setor {
        width: 50.89928058%;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.anexo {
        width: 14.92805755%
    }
}

#page-contato .box-contato form .control.anexo .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

#page-contato .box-contato form .control.anexo .inputfile+label {
    color: #ffffff;
    background-color: #033c55;
    font-size: 14px;
    cursor: pointer;
    padding: 11px;
    border-radius: 5px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden
}

#page-contato .box-contato form .control.anexo .inputfile+label span {
    white-space: nowrap
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.submit {
        width: auto;
        float: right
    }
    #page-contato .box-contato form .control.submit .field {
        margin-left: 20px
    }
}

@media (min-width:768px) {
    #page-contato .box-contato form .control.recaptcha {
        width: auto;
        float: right
    }
}

#page-contato .box-contato .facebook {
    float: left;
    width: 100%;
    padding-bottom: 20px
}

@media (min-width:768px) {
    #page-contato .box-contato .facebook {
        width: 340px;
        margin: auto;
        float: none;
        display: inline-block
    }
}

@media (min-width:992px) {
    #page-contato .box-contato .facebook {
        width: 40.53475936%;
        padding-left: 39px;
        float: left;
        display: inline-block
    }
}

@media (min-width:992px) {
    body.page-contato footer .contato-numero {
        float: left;
        border-bottom: none;
        width: auto;
        margin-top: 41px;
        font-size: 22.5px;
        padding-left: 32px;
        padding-right: 40px
    }
}

@media (min-width:1125px) {
    body.page-contato footer .contato-numero {
        padding-left: 32px;
        padding-right: 40px
    }
}

@media (min-width:992px) {
    body.page-contato footer .contato-numero small {
        font-size: 18.5px
    }
}

@media (min-width:992px) {
    body.page-contato footer .contato-numero .icon-telefone {
        font-size: 32px
    }
}

@media (min-width:992px) {
    body.page-contato footer .contato-email {
        float: left;
        width: auto;
        margin-top: 41px;
        font-size: 22.5px
    }
}

body.page-contato footer .contato-email .icon-email {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg)
}

@media (min-width:992px) {
    body.page-contato footer .contato-email .icon-email {
        font-size: 35px
    }
}

body.page-contato footer .facebook {
    display: none
}

body.page-contato footer .desenvolvedor {
    display: none
}

@media (min-width:992px) {
    body.page-contato footer .endereco {
        font-size: 21px;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        line-height: 50px
    }
}

body.page-contato footer .endereco span {
    display: inline-block;
    margin-left: 7px
}

@media (min-width:992px) {
    body.page-contato footer .endereco .icon-map {
        font-size: 50px
    }
}

body.page-contato footer #mapa {
    width: 100%;
    min-height: 260px
}

#page-marcas .breadcrumb {
    color: #c3c4c4
}

#page-marcas .breadcrumb>li a {
    color: #c3c4c4
}

#page-marcas .page-titulo {
    color: #535353
}

@media (max-width:767px) {
    #page-marcas .header {
        padding: 0 15px
    }
}

#page-marcas .box-marcas {
    margin-bottom: 20px;
    padding: 0 15px
}

@media (min-width:768px) {
    #page-marcas .box-marcas {
        margin-bottom: 30px;
        padding: 0
    }
}

@media (min-width:992px) {
    #page-marcas .box-marcas {
        margin-bottom: 40px
    }
}

#page-marcas .box-marcas .lista .item:nth-child(2n+1) {
    clear: both
}

@media (min-width:768px) {
    #page-marcas .box-marcas .lista .item:nth-child(2n+1) {
        clear: none
    }
    #page-marcas .box-marcas .lista .item:nth-child(3n+1) {
        clear: both
    }
}

@media (min-width:992px) {
    #page-marcas .box-marcas .lista .item:nth-child(3n+1) {
        clear: none
    }
    #page-marcas .box-marcas .lista .item:nth-child(4n+1) {
        clear: both
    }
}

@media (min-width:1125px) {
    #page-marcas .box-marcas .lista .item:nth-child(4n+1) {
        clear: none
    }
    #page-marcas .box-marcas .lista .item:nth-child(6n+1) {
        clear: both
    }
}

#page-marcas .box-marcas .lista .item a {
    display: block
}

#page-marcas .box-marcas .lista .item a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease
}

#page-marcas .box-marcas .lista .item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#page-produtos .box-produtos {
    padding-top: 20px
}

@media (min-width:768px) {
    #page-produtos .box-produtos {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    #page-produtos .box-produtos {
        padding-top: 58px
    }
}

#page-produtos .box-produtos .catalgo-busca {
    background: none;
    padding-bottom: 0
}

#page-produtos-view .box-produtos {
    padding-top: 20px
}

@media (min-width:768px) {
    #page-produtos-view .box-produtos {
        padding-top: 30px
    }
}

@media (min-width:992px) {
    #page-produtos-view .box-produtos {
        padding-top: 58px
    }
}

#page-produtos-view .box-produtos .catalgo-busca {
    background: none;
    padding-bottom: 0
}

#page-produtos-view .box-produtos .titulo {
    margin-bottom: 20px
}

@media (min-width:768px) {
    #page-produtos-view .box-produtos .titulo {
        padding: 0 50px
    }
}

@media (min-width:992px) {
    #page-produtos-view .box-produtos .titulo {
        padding: 0 70px
    }
}

@media (min-width:1125px) {
    #page-produtos-view .box-produtos .titulo {
        padding: 0 95px
    }
}

#page-produtos-view .box-produtos .titulo h1 {
    color: #004c6e;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative
}

@media (max-width:767px) {
    #page-produtos-view .box-produtos .titulo h1 {
        display: flex;
        align-items: center
    }
}

@media (min-width:768px) {
    #page-produtos-view .box-produtos .titulo h1 {
        line-height: 48px;
        font-size: 24px
    }
}

#page-produtos-view .box-produtos .titulo h1:before {
    border-bottom: 2px solid #e5edf0;
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0
}

#page-produtos-view .box-produtos .titulo h1 .icone {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    background-color: #ffffff
}

#page-produtos-view .box-produtos .titulo h1 .icone .ico {
    float: left;
    border-radius: 100%;
    padding: 3px;
    background-color: #509dc7;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease
}

#page-produtos-view .box-produtos .titulo h1 .cat {
    position: relative;
    z-index: 2;
    padding: 0 10px;
    background-color: #ffffff
}

#page-produtos-view .download-pdf {
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

#page-produtos-view .download-pdf a {
    display: block;
    background-color: #004c6e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-weight: 700
}

#page-produtos-view .catalogo-promocoes {
    background-color: #004c6e;
    padding: 15px;
    float: left;
    width: 100%
}

@media (max-width:767px) {
    #page-produtos-view .catalogo-promocoes {
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    #page-produtos-view .catalogo-promocoes {
        padding: 20px
    }
}

@media (min-width:992px) {
    #page-produtos-view .catalogo-promocoes {
        padding: 24px 60px
    }
}

#page-produtos-view .catalogo-promocoes .item {
    float: left;
    width: 100%
}

@media (min-width:768px) {
    #page-produtos-view .catalogo-promocoes .item {
        padding: 0 20px;
        width: 50%
    }
}

@media (min-width:992px) {
    #page-produtos-view .catalogo-promocoes .item {
        padding: 0 30px
    }
}

#page-produtos-view .catalogo-promocoes .item a {
    background-color: #ffffff;
    color: #004c6e;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

#page-produtos-view .catalogo-promocoes .item a:hover {
    background-color: #509dc7;
    color: #ffffff
}

@media (max-width:767px) {
    #page-produtos-view .catalogo-promocoes .item a {
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    #page-produtos-view .catalogo-promocoes .item a {
        font-size: 17px;
        line-height: 17px
    }
}

@media (max-width:991px) {
    .catalogo-view {
        background-size: contain
    }
}

.main-holder {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px
}

@media (min-width:768px) {
    .main-holder {
        width: 750px
    }
}

@media (min-width:992px) {
    .main-holder {
        width: 970px
    }
}

@media (min-width:1125px) {
    .main-holder {
        width: 1188px;
        position: relative;
        left: -43px
    }
}

@media (min-width:768px) {
    #catalogo {
        width: 750px;
        height: 500px
    }
}

@media (min-width:992px) {
    #catalogo {
        width: 970px;
        height: 645px
    }
}

@media (min-width:1125px) {
    #catalogo {
        width: 1188px;
        height: 856px
    }
}

#catalogo .turn-page {
    background-color: #ccc;
    background-size: 100% 100%;
    -webkit-box-shadow: 0 2px 5px 2px #000;
    box-shadow: 0 2px 5px 2px #000
}

.folhear {
    position: absolute;
    top: 80px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 11px
}

.aviso {
    margin: 10px auto auto auto;
    width: 450px;
    font-weight: bold
}

.nav {
    height: 90px;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.nav .prev .icon-next {
    float: left;
    font-size: 28px;
    line-height: 44px;
    margin-right: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.nav .next .icon-next {
    float: right;
    font-size: 28px;
    line-height: 44px;
    margin-right: 5px
}

.nav .prev,
.nav .lastpage,
.nav .firstpage,
.nav .zoom,
.nav .next,
.nav .pdf,
.nav .index {
    text-transform: uppercase;
    background: #004c6e;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 10px;
    line-height: 44px;
    height: 44px;
    -webkit-transition: all 250ms ease-in;
    -moz-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    padding: 0 15px
}

@media (min-width:768px) {
    .nav .prev,
    .nav .lastpage,
    .nav .firstpage,
    .nav .zoom,
    .nav .next,
    .nav .pdf,
    .nav .index {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .nav .prev,
    .nav .lastpage,
    .nav .firstpage,
    .nav .zoom,
    .nav .next,
    .nav .pdf,
    .nav .index {
        font-size: 17px
    }
}

.nav .prev:hover,
.nav .lastpage:hover,
.nav .firstpage:hover,
.nav .zoom:hover,
.nav .next:hover,
.nav .pdf:hover,
.nav .index:hover {
    background: #509dc7;
    color: #ffffff
}

.nav .prev {
    float: left;
    padding-right: 15px;
    padding-left: 0
}

.nav .next {
    float: right;
    padding-left: 15px;
    padding-right: 0
}

.nav .lastpage {
    float: left
}

.nav .firstpage,
.nav .pdf,
.nav .index {
    float: left;
    margin: 0 15px
}

.nav .zoom {
    float: left
}

.zoom-left {
    position: absolute;
    width: 508px;
    height: 652px;
    z-index: 100;
    display: none
}

@media (min-width:768px) {
    .zoom-left {
        width: 375px;
        height: 500px
    }
}

@media (min-width:992px) {
    .zoom-left {
        width: 485px;
        height: 645px
    }
}

@media (min-width:1125px) {
    .zoom-left {
        width: 584px;
        height: 856px
    }
}

.catalogo-view {
    background-size: cover
}

.zoom-right {
    position: absolute;
    z-index: 100;
    display: none
}

@media (min-width:768px) {
    .zoom-right {
        width: 375px;
        height: 500px;
        margin-left: 375px
    }
}

@media (min-width:992px) {
    .zoom-right {
        width: 485px;
        height: 645px;
        margin-left: 485px
    }
}

@media (min-width:1125px) {
    .zoom-right {
        width: 584px;
        height: 856px;
        margin-left: 584px
    }
}

.indice h3 {
    background: #004c6e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    font-weight: normal;
    margin-bottom: 15px;
    padding: 8px 0 10px;
    text-align: center;
    width: 100%
}

.indice {
    background: #fff;
    border: 5px solid #004c6e;
    display: none;
    font-size: 16px;
    left: 0;
    padding-bottom: 15px;
    position: absolute;
    z-index: 99
}

@media (min-width:768px) {
    .indice {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 650px
    }
}

.indice .fechar {
    background: #515151;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
    position: absolute;
    right: -19px;
    text-align: center;
    top: -18px
}

.indice .fechar:hover {
    background: #509dc7
}

.indice ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.indice li {
    border-bottom: 1px solid #EEE;
    color: #8a8a8a;
    cursor: pointer;
    float: left;
    margin: 2px 0 2px 15px;
    padding: 2px 0 !important;
    width: 95%;
    font-size: 13px
}

.indice li span {
    float: right
}

.indice li:hover {
    color: #101010;
    border-bottom: 1px solid #101010
}

.indicePaginacao {
    color: #8a8a8a;
    float: left;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.indicePaginacao span {
    background: #FFF;
    border: 1px solid #004c6e;
    color: #004c6e;
    display: inline-block;
    margin-right: 5px;
    padding: 3px 7px;
    cursor: pointer
}

.indicePaginacao span:hover {
    background: #004c6e;
    color: #ffffff
}

.catalogo-baloon {
    position: absolute;
    width: 280px;
    height: 200px;
    right: 0;
    cursor: pointer;
    top: -150px;
    z-index: 1000;
    background: url(images/catalogo-baloon.png) center center no-repeat
}

.catalogo-zoom {
    position: absolute;
    width: 280px;
    height: 200px;
    right: 410px;
    cursor: pointer;
    bottom: 90px;
    z-index: 1000;
    background: url(images/catalogo-zoom.png) center center no-repeat
}

@media (max-width:1124px) {
    img.img-catalogo-fancy {
        position: absolute;
        top: 0;
        left: 0
    }
}

.mapa-sul{
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}

.mapa-sul-link{
	display: block;
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 55px;
}
.mapa-sul-link.pr{
	top: 60px;
    left: 207px;
}
.mapa-sul-link.sc{
	top: 160px;
    left: 270px;
}
.mapa-sul-link.rs{
	top: 265px;
    left: 155px;
}


#page-representantes{
	padding-top: 20px;
	padding-bottom: 20px;
}

#page-representantes .content-map strong {
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #3a3a3a;
    margin-bottom: 4px
}

#page-representantes .content-map p {
    font-size: 14px;
    display: block;
    color: #3a3a3a;
    line-height: 14px;
    margin-bottom: 4px
}

#page-representantes .busca-representantes {
    background-color: #004c6e;
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 15px
}

#page-representantes .busca-representantes h1 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

#page-representantes .busca-representantes form .control {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

#page-representantes .busca-representantes form .control .field input {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

#page-representantes .busca-representantes form .control .field .fs-dropdown-selected {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 11px;
    width: 100%
}

#page-representantes .busca-representantes form .control .field .fs-dropdown-selected:after {
    width: 0;
    height: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 7px solid #9b9b9b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: '';
    right: 10px
}

#page-representantes .busca-representantes form .control .field .fs-dropdown-options {
    padding: 5px;
    border-color: #ccc
}

#page-representantes .busca-representantes form .control .field .fs-dropdown-options .fs-dropdown-item {
    color: #7d7d7d;
    padding: 4px;
    font-size: 14px
}

#page-representantes .busca-representantes form .control .field .fs-dropdown-options .fs-dropdown-item.fs-dropdown-item_selected {
    background-color: #f2f2f2
}

#page-representantes .busca-representantes form .control.cidade {
    width: 80%
}

#page-representantes .busca-representantes form .control.submit {
    width: 20%;
    padding-left: 10px
}

#page-representantes .busca-representantes form .control.submit button {
    background-color: #51af71;
    border: none;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    padding: 7px;
    border-radius: 5px;
    width: 100%
}

#page-representantes .busca-representantes .lista {
    width: 100%;
    height: 312px;
    overflow-y: auto
}

#page-representantes .busca-representantes .lista .item {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    margin-right: 5px
}

#page-representantes .busca-representantes .lista .item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #3a3a3a
}

#page-representantes .busca-representantes .lista .item p {
    color: #3a3a3a;
    display: block;
    font-size: 14px
}

#page-representantes .busca-representantes .scroll-pane {
    width: 100%;
    height: 312px;
    overflow: auto
}

#page-representantes .busca-representantes .jspPane {
    position: absolute
}

#page-representantes .busca-representantes .jspContainer {
    overflow: hidden;
    position: relative
}

#page-representantes .busca-representantes .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 2px
}

#page-representantes .busca-representantes .jspCap {
    display: none
}

#page-representantes .busca-representantes .jspTrack {
    background: #ffffff;
    position: relative;
    cursor: pointer;
    border-radius: 5px
}

#page-representantes .busca-representantes .jspTrack .jspDrag {
    background-color: #003953;
    position: relative;
    border-radius: 5px;
    width: 16px;
    margin: auto
}

#page-representantes .busca-representantes .jspCap {
    display: none
}