@charset "UTF-8";

.fancybox-infobar,
.fancybox-slide .fancybox-image-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-container,
.fancybox-infobar,
.fancybox-thumbs,
.fancybox-thumbs>ul>li {
    -webkit-tap-highlight-color: transparent
}

body.fancybox-active {
    overflow: hidden
}

.fancybox-outer,
.fancybox-thumbs {
    -webkit-overflow-scrolling: touch
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto
}

.fancybox-bg {
    background: #1a1a1a;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .85;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-error,
.fancybox-iframe {
    width: 100%;
    background: #fff;
    margin: 0
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
    display: none
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

p.fancybox-share__links {
    margin-right: -10px
}

.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    user-select: none;
    color: #fff;
    transition: all .2s
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: 0 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel,
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel {
    z-index: 1;
    white-space: nowrap
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.fancybox-bg,
.fancybox-container {
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden
}

.fancybox-content,
.fancybox-infobar__body,
.fancybox-slider,
.fancybox-slider-wrap,
.fancybox-thumbs,
.fancybox-thumbs>ul>li {
    -webkit-tap-highlight-color: transparent
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99993;
    backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(.55, .06, .68, .19);
    backface-visibility: hidden
}

.fancybox-controls,
.fancybox-slider,
.fancybox-slider-wrap {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-controls {
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    backface-visibility: hidden;
    direction: ltr
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1
}

.fancybox-infobar {
    display: none
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
    display: block
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr
}

.fancybox-slider,
.fancybox-slider-wrap {
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    backface-visibility: hidden
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch
}

.fancybox-content,
.fancybox-slide>* {
    position: relative;
    text-align: left;
    box-sizing: border-box
}

.fancybox-slide:before {
    content: "";
    height: 100%;
    width: 0
}

.fancybox-slide:before,
.fancybox-slide>* {
    display: inline-block;
    vertical-align: middle
}

.fancybox-slide>* {
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    background-color: #fff;
    overflow: auto
}

.fancybox-slide--image {
    overflow: hidden
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-content {
    display: inline-block;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: 0 0
}

.fancybox-placeholder {
    z-index: 99995;
    background: no-repeat;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.fancybox-image,
.fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: #888 dotted 1px
}

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
    text-align: center;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
    opacity: .5
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close {
    float: right
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:800px) {
    .fancybox-controls {
        text-align: left
    }

    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0
}

.fancybox-button--thumbs span {
    font-size: 23px
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        display: none !important
    }

    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0
    }
}

b,
caption,
strong,
td,
th {
    font-weight: 700
}

.clearfix:after,
.col:after,
.container:after,
.row:after,
hr {
    clear: both
}

.container,
.grid-12 {
    width: 100%
}

.col,
.loading>span,
sub,
sup {
    position: relative
}

* {
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

ol,
ul {
    list-style: none
}

li {
    display: list-item;
    margin-left: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    vertical-align: top;
    text-align: left
}

.section-title.center,
.text.center {
    text-align: center
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small,
sub,
sup {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    overflow: hidden
}

body {
    font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif
}

code,
pre {
    font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace
}

hr {
    border: 0 solid #ccc;
    border-top-width: 1px;
    height: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.2em;
    margin: 0
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 19px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

ol {
    list-style: decimal
}

address,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px
}

hr,
ol,
p,
ul {
    margin: 20px 0 0
}

hr:first-child,
ol:first-child,
p:first-child,
ul:first-child {
    margin-top: 0
}

a {
    line-height: 1.2em;
    outline: 0;
    color: #4c4c4c;
    text-decoration: none
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px
}

.col {
    float: left;
    min-height: 1px
}

.row {
    margin-left: -13px;
    margin-right: -13px
}

.clearfix,
.col,
.container,
.row {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before,
.col:after,
.col:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: "";
    display: table;
    line-height: 0
}

.grid-1,
.grid-10,
.grid-11,
.grid-12,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9 {
    box-sizing: border-box;
    padding: 0 13px
}

.grid-11 {
    width: 91.66666667%
}

.grid-10 {
    width: 83.33333333%
}

.grid-9 {
    width: 75%
}

.grid-8 {
    width: 66.66666667%
}

.grid-7 {
    width: 58.33333333%
}

.grid-6 {
    width: 50%
}

.grid-5 {
    width: 41.66666667%
}

.grid-4 {
    width: 33.33333333%
}

.grid-3 {
    width: 25%
}

.grid-2 {
    width: 16.66666667%
}

.grid-1 {
    width: 8.33333333%
}

img {
    max-width: 100%
}

button,
input,
select,
textarea {
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0;
    outline: 0;
    position: relative;
    resize: none;
    transition: all .4s ease
}

#breadcrumbs ol>li a,
.text a {
    transition: all .3s ease
}

input[type=email],
input[type=file],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    color: #009388;
    width: 100%
}

textarea {
    height: 180px
}

.loading {
    display: none;
    vertical-align: middle
}

.loading.active,
.loading>span {
    display: inline-block
}

.loading>span {
    background-color: #009388;
    color: #fff;
    cursor: default;
    font-weight: 300;
    font-size: 18px;
    line-height: 1em;
    padding: 16px 20px 16px 50px
}

.loading>span .loader {
    animation: loader 1.1s infinite linear;
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    border-top: 3px solid rgba(255, 255, 255, .2);
    border-right: 3px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 10px;
    height: 16px;
    left: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

#breadcrumbs ol>li:not(:first-child):before,
.gallery .item figure a:before,
.text ul li:before {
    background-repeat: no-repeat;
    content: "";
    left: 0
}

@keyframes loader {
    0% {
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }

    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

.text p {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.667em;
    margin: 20px 0 0
}

.text a,
.text p strong {
    color: #009388
}

.text p:first-child {
    margin: 0
}

.text p+ul {
    margin: 10px 0 0
}

.text a:hover {
    color: #00e0cf
}

.text ul li {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 5px 0 0;
    padding: 0 0 0 28px;
    position: relative
}

.text ul li:first-child {
    margin: 0
}

.text ul li:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjNGM0YzRjIi8+Cjwvc3ZnPgo=);
    background-position: center 0;
    height: 16px;
    position: absolute;
    top: 3px;
    width: 20px
}

#breadcrumbs {
    margin: 20px 0 60px;
    position: relative;
    z-index: 1
}

#breadcrumbs ol {
    border-bottom: solid 1px #e6e6e6;
    display: table;
    list-style: none;
    padding: 0 0 20px;
    width: 100%
}

#breadcrumbs ol>li {
    float: left;
    position: relative
}

#breadcrumbs ol>li:not(:first-child) {
    margin: 0 0 0 8px;
    padding: 0 0 0 16px
}

#breadcrumbs ol>li:not(:first-child):before {
    background-image: url(../../images/backgrounds/seta-breadcrumb.png);
    background-position: center center;
    height: 14px;
    margin: -8px 0 0;
    position: absolute;
    top: 50%;
    width: 10px
}

#breadcrumbs ol>li a {
    color: #4c4c4c;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em
}

#breadcrumbs ol>li a:hover {
    color: #009388
}

.section-title {
    font-size: 36px;
    line-height: 1em;
    margin: 0 0 30px
}

.load-more {
    margin: 50px 0 0
}

.load-more a,
.load-more button {
    background-color: #fff;
    border: 1px solid #009388;
    color: #009388;
    cursor: pointer;
    display: table;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 195px;
    line-height: 1em;
    padding: 15px 25px;
    text-align: center;
    transition: all .3s ease;
    width: 100%
}

.load-more a span,
.load-more button span {
    display: block;
    padding: 0 25px 0 0;
    position: relative
}

.form-error,
.form-success {
    box-sizing: border-box;
    max-width: 750px;
    padding: 30px;
    text-align: center
}

.load-more a span:before,
.load-more button span:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-position: center -1831px;
    background-repeat: no-repeat;
    content: "";
    height: 18px;
    margin: -9px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(0);
    transition: transform .5s ease .1s;
    width: 18px
}

.load-more a:hover,
.load-more button:hover {
    background-color: #009388;
    color: #fff
}

.load-more a:hover span:before,
.load-more button:hover span:before {
    background-position: center -1857px;
    transform: rotate(180deg)
}

.form-success {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #00c853;
    margin: 0 auto;
    width: 100%
}

.form-success svg {
    height: 50px;
    width: 50px
}

.form-success svg path {
    fill: #00c853
}

.form-success h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0
}

.form-success span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em
}

.form-error {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    color: #d50000;
    margin: 0 auto;
    width: 100%
}

.form-error svg {
    height: 50px;
    width: 50px
}

.form-error svg path {
    fill: #d50000
}

.form-error h2 {
    color: #d50000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0
}

.form-error span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em
}

.pagina-404 {
    position: relative;
    text-align: center
}

.pagina-404 .container {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.pagina-404 .inner {
    display: table-cell;
    padding: 60px 0 0;
    vertical-align: middle
}

.pagina-404 .inner .svg {
    display: table;
    margin: 0 auto -85px;
    overflow: hidden;
    width: 110px
}

.pagina-404 .inner h1,
.pagina-404 .inner h2 {
    color: #009388;
    margin: 0;
    font-weight: 700;
    position: relative
}

.pagina-404 .inner .svg path {
    fill: #009388
}

.pagina-404 .inner h1 {
    display: block;
    font-size: 280px;
    letter-spacing: -10px;
    line-height: 1em;
    text-shadow: 5px 5px rgba(0, 147, 136, .2)
}

.pagina-404 .inner h2 {
    font-size: 28px;
    text-transform: uppercase;
    z-index: 2
}

.pagina-404 .inner a {
    background-color: #009388;
    border: 2px solid #009388;
    color: #fff;
    display: table;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 40px auto 0;
    padding: 18px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease
}

.pagina-404 .inner a:hover {
    background-color: #fff;
    color: #009388
}

@media (max-width:640px) {
    .pagina-404 .inner .svg {
        margin: 0 auto -60px;
        width: 90px
    }

    .pagina-404 .inner h1 {
        font-size: 240px
    }

    .pagina-404 .inner h2 {
        font-size: 30px
    }
}

@media (max-width:360px) {
    .pagina-404 .inner .svg {
        margin: 0 auto -35px;
        width: 50px
    }

    .pagina-404 .inner h1 {
        font-size: 170px
    }

    .pagina-404 .inner h2 {
        font-size: 20px
    }

    .pagina-404 .inner a {
        margin: 20px auto 0
    }
}

.gallery {
    margin: 60px 0 0
}

.gallery>h2 {
    font-size: 24px
}

.gallery .item {
    margin: 0 0 26px
}

.gallery .item figure {
    margin: 0
}

.gallery .item figure a {
    display: block;
    margin: 0 auto;
    max-width: 170px;
    position: relative;
    width: 100%
}

.item-link a,
.section-link a {
    display: table;
    font-size: 18px;
    font-weight: 700
}

.gallery .item figure a:before {
    background-color: rgba(0, 0, 0, .85);
    background-image: url(../../images/backgrounds/icone-zoom-foto.png);
    background-position: center center;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%
}

.item-link a:before,
.section-link a span:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    top: 50%
}

.gallery .item figure a:hover:before {
    opacity: 1
}

.item-link {
    margin: 0 0 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 84px);
    transform: translateX(-50%)
}

.item-link a {
    color: #009388;
    position: relative;
    transition: all .3s ease
}

.item-link a:before {
    background-position: center -1735px;
    margin: -7px 0 0;
    opacity: 0;
    position: absolute;
    left: 100%;
    transition: all .2s ease-in-out;
    width: 20px
}

.item-link a:hover {
    color: #4c4c4c
}

.item-link a:hover:before {
    left: 105%;
    opacity: 1
}

.item-link.white a {
    color: #fff
}

.item-link.white a:before {
    background-position: center -1767px
}

.item-link.white a:hover {
    color: #000
}

.section-link {
    margin: 40px 0 0
}

.section-link a {
    background-color: #fff;
    border: 1px solid #009388;
    color: #009388;
    margin: 0 auto;
    line-height: 1em;
    padding: 15px 25px;
    transition: all .3s ease
}

.section-link a span {
    display: block;
    padding: 0 25px 0 0;
    position: relative
}

.section-link a span:before {
    background-position: center -604px;
    margin: -7px 0 0;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 12px
}

.section-link a:hover {
    background-color: #009388;
    color: #fff
}

.section-link a:hover span:before {
    background-position: center -628px
}

.hidden {
    visibility: hidden;
    display: none
}

header .container>div.row,
header .telefones {
    align-items: center;
    display: flex
}

body {
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    overflow-y: scroll
}

#slide .item,
#wrap,
.page-about .content .text,
.page-services-details .content .text {
    overflow: hidden
}

header {
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
    z-index: 3
}

@media (min-width:1024px) {
    header.home {
        left: 0;
        position: absolute;
        top: 0
    }

    header.pages {
        background-image: url(../../images/backgrounds/bg-cabecalho.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover
    }
}

header .social-media-top ul li a,
header .telefones p:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat
}

header .telefones p.fone:before,
header .telefones p:before {
    background-position: center 2px
}

header .top {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    margin: 0 0 30px;
    padding: 0 0 19px
}

header .container>div.row {
    flex-wrap: wrap
}

header .telefones p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0 30px;
    padding: 0 0 0 25px;
    position: relative
}

header .telefones p a,
header .whatsapp p a {
    color: #fff;
}

header .telefones p a:hover,
header .whatsapp p a:hover {
    color: #009388;
}

header .telefones p:first-child {
    margin: 0
}

header .telefones p span+span {
    margin-left: 10px
}

header .telefones p:before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

header .telefones p.whatsapp:before {
    background-position: center -35px
}

header .social-media-top ul li a,
header .social-media-top ul li a.facebook {
    background-position: center -66px
}

header .social-media-top ul {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

header .social-media-top ul li {
    margin: 0 0 0 10px
}

header .social-media-top ul li:first-child {
    margin: 0
}

header .social-media-top ul li a {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    height: 30px;
    text-align: left;
    text-indent: -9999px;
    transition: all .3s ease;
    width: 30px
}

header .social-media-top ul li a.instagram {
    background-position: center -134px
}

header .social-media-top ul li a.twitter {
    background-position: center -198px
}

header .social-media-top ul li a.google-plus {
    background-position: center -256px
}

header .social-media-top ul li a.youtube {
    background-position: center -317px
}

header .social-media-top ul li a:hover {
    background-color: #000
}

header .logo img {
    height: auto
}

nav.menu {
    position: relative
}

nav.menu .toggle-menu {
    display: none
}

nav.menu ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

nav.menu ul li {
    margin: 0 0 0 20px
}

nav.menu ul li:first-child {
    margin: 0
}

nav.menu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

nav.menu ul li a:hover,
nav.menu ul li.active a {
    color: #00c6b7
}

#slide .owl-item .item {
    display: block
}

#slide .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: inline-block;
    height: 800px;
    height: 100vh;
    padding: 190px 0 0;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

@media (min-width:1024px) {
    #slide .item:before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }
}

#slide .item .container {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 1
}

#slide .item .content {
    background-color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-width: 620px;
    padding: 40px 40px 40px 0;
    position: relative;
    width: 100%
}

@media (min-width:1024px) {
    #slide .item .content:before {
        background-color: rgba(0, 0, 0, .8);
        content: "";
        height: 100%;
        left: -1000%;
        position: absolute;
        top: 0;
        width: 1000%;
        z-index: -1
    }
}

#slide .item .content h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 300
}

#slide .item .content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.667em;
    margin: 20px 0 0
}

#slide .item .content a {
    color: #009388;
    display: table;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
    position: relative;
    transition: all .3s ease;
    text-transform: uppercase
}

#slide .item .content a:hover {
    color: #fff
}

@media (min-width:1024px) {
    #slide .item .content a:before {
        background-image: url(../../images/backgrounds/sprite-icones-home.png);
        background-position: center -1799px;
        background-repeat: no-repeat;
        content: "";
        height: 14px;
        margin: -7px 0 0;
        opacity: 0;
        position: absolute;
        left: 100%;
        top: 50%;
        transition: all .2s ease-in-out;
        width: 20px
    }

    #slide .item .content a:hover:before {
        left: 105%;
        opacity: 1
    }

    #about {
        background-image: url(../../images/backgrounds/pattern.png);
        background-position: 0 0;
        background-repeat: repeat
    }
}

#slide .owl-dots {
    background-color: #009388;
    display: table;
    margin: -44px auto 0;
    padding: 15px 25px;
    position: relative
}

#slide .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 14px;
    float: left;
    margin: 0 0 0 10px;
    transition: all .3s ease;
    width: 14px
}

#slide .owl-dots .owl-dot:first-child {
    margin: 0
}

#slide .owl-dots .owl-dot.active,
#slide .owl-dots .owl-dot:hover {
    background-color: #000
}

#about {
    background-color: #f2f2f2;
    padding: 100px 0 135px;
    position: relative
}

#address .inner a span:before,
#address .inner h2:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat;
    content: ""
}

#about .container {
    align-items: center;
    display: flex
}

#about figure {
    position: relative;
    z-index: 1
}

#about .item-content {
    position: relative;
    z-index: 2
}

@media (min-width:1024px) {
    #about figure {
        min-width: 490px
    }

    #about .item-content {
        background-color: #fff;
        margin: 0 0 0 -100px;
        padding: 70px 100px
    }

    #about .item-content:before {
        border: 1px solid #e6e6e6;
        box-sizing: border-box;
        content: "";
        height: calc(100% - 40px);
        left: 20px;
        pointer-events: none;
        position: absolute;
        top: 20px;
        width: calc(100% - 40px)
    }

    #address .inner h2 {
        width: 100%
    }
}

#address {
    margin: -65px 0 0;
    position: relative;
    z-index: 2
}

#address .inner {
    align-items: center;
    background-color: #fff;
    border-bottom: solid 5px #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 40px;
    position: relative
}

#address .inner h2 {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    max-width: 195px;
    padding: 0 0 0 75px;
    position: relative;
    text-align: left
}

#address .inner h2:before {
    background-position: center -524px;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px
}

#address .inner p {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.467em;
    margin: 0 0 0 30px;
    position: relative
}

@media (min-width:1024px) {
    #address .inner p {
        max-width: 460px;
        padding: 0 0 0 30px;
        width: 100%
    }

    #address .inner p:before {
        background-color: #e6e6e6;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }
}

#address .inner a {
    background-color: #fff;
    border: 1px solid #009388;
    color: #009388;
    display: table;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 0 20px;
    padding: 15px 20px;
    transition: all .3s ease
}

#address .inner a span {
    display: block;
    padding: 0 25px 0 0;
    position: relative
}

#address .inner a span:before {
    background-position: center -604px;
    height: 14px;
    margin: -7px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .3s ease;
    width: 12px
}

#address .inner a:hover {
    background-color: #009388;
    color: #fff
}

#address .inner a:hover span:before {
    background-position: center -628px
}

#services {
    margin: 80px 0 0
}

.list-services .list-items {
    margin: 0 0 -40px
}

.list-services .list-items .row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap
}

.list-services .item {
    margin: 0 0 40px
}

.list-services .item .inner {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 365px;
    min-height: 100%;
    position: relative;
    background-color: #009388;
    padding-bottom: 40px
}

.list-services .item .inner:before {
    border: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    content: "";
    height: calc(100% - 20px);
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
    z-index: 2
}

#contacts .item .inner:before,
.list-services .item .inner figure a:before {
    background-repeat: no-repeat;
    content: "";
    top: 0
}

.list-services .item .inner figure {
    margin: 0
}

.list-services .item .inner figure a {
    display: block;
    position: relative
}

.list-services .item .inner figure a:before {
    background-color: rgba(0, 0, 0, .7);
    background-image: url(../../images/backgrounds/icon-plus.png);
    background-position: 50% 40%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
    width: 100%
}

.list-services .item .inner figure a:hover:before {
    background-position: 50% 50%;
    opacity: 1
}

#contacts .item .inner.fones:before,
#contacts .item .inner:before {
    background-position: center -672px
}

.list-services .item .inner .item-content {
    padding: 30px 45px;
    min-height: 100%
}

.list-services .item .inner .item-content h2,
.list-services .item .inner .item-content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.25em;
    margin: 0
}

#contacts {
    border-top: solid 1px #e6e6e6;
    margin: 100px 0 0;
    padding: 50px 0 0
}

#contacts .row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

#contacts .item {
    position: relative
}

#contacts .item .inner {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 45px 10px 0;
    position: relative;
    text-align: center
}

#contacts .item .inner:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    height: 32px;
    left: 50%;
    margin: 0 0 0 -16px;
    position: absolute;
    width: 32px
}

@media (min-width:1024px) {
    #contacts .item .inner:after {
        background-color: #e6e6e6;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }
}

footer #back-top button span:before,
footer #left p.webmail a:before {
    position: absolute;
    top: 50%;
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat;
    content: "";
    transition: all .3s ease
}

#contacts .item .inner.whatsapp:before {
    background-position: center -732px
}

#contacts .item .inner.email:before {
    background-position: center -790px
}

#contacts .item .inner.email p {
    font-size: 18px
}

#contacts .item .inner p {
    color: #009388;
    font-size: 20px;
    margin: 0 0 0 15px;
    line-height: 1.2em
}

#contacts .item .inner p:first-child,
footer #left p:first-child {
    margin: 0
}

footer #back-top button,
footer #left p,
footer #left p a {
    font-size: 15px;
    line-height: 1em
}

#contacts .item .inner p.fone span {
    display: block
}

footer {
    background-color: #009388;
    margin: 50px 0 0;
    padding: 30px 0
}

@media (min-width:1024px) {
    #contacts .item:first-child .inner:after {
        display: none
    }

    footer {
        background-image: url(../../images/backgrounds/pattern-rodape.png);
        background-position: 0 0;
        background-repeat: repeat
    }
}

footer #left,
footer .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

footer #left p {
    color: #fff;
    margin: 0 0 0 20px
}

footer #left p a {
    color: #fff;
    display: table;
    position: relative
}

footer #left p.webmail a {
    padding: 1px 0 0 25px;
    transition: all .3s ease
}

footer #left p.webmail a:before {
    background-position: center -1578px;
    height: 16px;
    left: 0;
    margin: -8px 0 0;
    width: 20px
}

footer #left p.webmail a:hover {
    color: #000
}

footer #left p.webmail a:hover:before {
    background-position: center -1602px
}

footer #back-top {
    text-align: center
}

footer #back-top button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 15px
}

footer #back-top button span {
    display: block;
    padding: 0 30px 0 0;
    position: relative
}

footer #back-top button span:before {
    background-position: center -1530px;
    height: 12px;
    right: 0;
    margin: -6px 0 0;
    width: 16px
}

footer #back-top button:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}

footer #back-top button:hover span:before {
    background-position: center -1550px
}

footer #webja {
    display: flex;
    justify-content: flex-end
}

footer #webja a {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-position: center -1635px;
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    text-align: left;
    text-indent: -9999px;
    transition: all .3s ease;
    width: 90px
}

footer #webja a:hover {
    background-position: center -1685px
}

.page-about .content>figure {
    float: left;
    margin: 0 45px 0 0
}

.page-about .blocks {
    margin: 60px 0 0
}

.page-about .blocks .row {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap
}

.page-about .blocks>div .inner {
    background-color: #f2f2f2;
    box-sizing: border-box;
    height: 100%;
    padding: 35px;
    position: relative
}

.page-about .blocks>div .inner h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px
}

.page-about .blocks>div .inner h2+p,
.page-about .blocks>div .inner h2+ul {
    margin: 0
}

.page-about .blocks>div .inner p {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875em;
    margin: 15px 0 0
}

.page-about .blocks>div .inner p:first-child {
    margin: 0
}

.page-about .blocks>div .inner ul li {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.475em;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    position: relative
}

.page-about .blocks>div .inner ul li:first-child {
    margin: 0
}

.page-about .blocks>div .inner ul li:before {
    background-color: #4c4c4c;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 6px
}

.page-services-details .content .block-contact a span:before,
.page-services-details .content .block-contact h2:before {
    background-image: url(../../images/backgrounds/sprite-icones-servicos.png);
    top: 50%;
    background-repeat: no-repeat;
    content: ""
}

.page-services-details .content>figure {
    float: left;
    margin: 0 30px 0 0
}

.page-services-details .content .block-contact {
    align-items: center;
    background-color: #009388;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
    padding: 15px
}

.page-services-details .content .block-contact h2 {
    color: #fff;
    line-height: 1em;
    margin: 0;
    padding: 5px 0 4px 60px;
    position: relative
}

.page-services-details .content .block-contact h2:before {
    background-position: center 0;
    height: 32px;
    left: 0;
    margin: -16px 0 0;
    position: absolute;
    width: 45px
}

.page-services-details .content .block-contact a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: table;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 30px;
    line-height: 1em;
    padding: 15px 25px;
    transition: all .3s ease
}

.page-services-details .content .block-contact a span {
    display: block;
    padding: 0 25px 0 0;
    position: relative
}

.page-services-details .content .block-contact a span:before {
    background-position: center -54px;
    height: 14px;
    margin: -7px 0 0;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 12px
}

.page-services-details .content .block-contact a:hover {
    background-color: #000;
    border-color: #000
}

.page-customers .row {
    display: flex;
    flex-wrap: wrap
}

.page-customers .item {
    margin: 0 0 26px;
    position: relative
}

.page-customers .item figure {
    margin: 0 auto;
    max-width: 267px
}

.page-customers .item figure a,
.page-customers .item figure span {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%
}

.page-customers .item figure a:before {
    background-color: rgba(0, 0, 0, .8);
    background-image: url(../../images/backgrounds/icone-link.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%
}

.form .buttons .button span:before,
.page-contact .address>div p:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat;
    content: "";
    top: 50%
}

.page-customers .item figure a:hover:before {
    opacity: 1
}

.page-contact .content {
    margin: 0 auto;
    max-width: 768px;
    width: 100%
}

.page-contact .address {
    background-color: #ebebeb;
    margin: 100px 0 0;
    padding: 5px
}

.page-contact .address>div {
    padding: 35px
}

.page-contact .address>div p {
    box-sizing: border-box;
    display: table;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35em;
    margin: 0 auto;
    max-width: 540px;
    padding: 0 0 0 75px;
    position: relative;
    width: 100%
}

.page-contact .address>div p:before {
    background-position: center -524px;
    height: 60px;
    left: 0;
    margin: -30px 0 0;
    position: absolute;
    width: 60px
}

.page-contact .address iframe {
    display: block;
    height: 400px;
    width: 100%
}

.page-contact+section#contacts {
    border: none;
    margin: 40px 0 0;
    padding: 0
}

.form .form-description {
    margin: 0 0 30px
}

.form .form-description p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-break: 1.2em;
    margin: 0
}

.form .field {
    position: relative;
    margin: 0 0 30px
}

.form .field label:not(.error) {
    display: table;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 10px
}

.form .field label.error {
    bottom: -22px;
    color: #f44336;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 0
}

.form .buttons .button,
.form .field .inputbox {
    background-color: #fff;
    font-size: 18px;
    line-height: 1em
}

.form .field .inputbox {
    border: 1px solid #e6e6e6;
    color: #4c4c4c;
    padding: 14px
}

.form .field .inputbox:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.form .field .inputbox.error {
    border-color: #f44336;
    color: #f44336
}

.form .buttons {
    margin: 40px 0 0;
    text-align: center
}

.form .buttons .button {
    border: 1px solid #009388;
    color: #009388;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px 25px;
    transition: all .3s ease;
    vertical-align: middle
}

.form .buttons .button span {
    display: block;
    padding: 0 25px 0 0;
    position: relative
}

.form .buttons .button span:before {
    background-position: center -604px;
    height: 14px;
    margin: -7px 0 0;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 12px
}

.form .buttons .button:hover {
    background-color: #009388;
    color: #fff
}

.form .buttons .button:hover span:before {
    background-position: center -628px
}

@media (max-width:1023px) {

    header .logo,
    nav.menu {
        width: 100%
    }

    #slide .item .container,
    nav.menu ul {
        justify-content: center
    }

    #about .item-content,
    #address .inner,
    .page-about .content .text .section-title,
    .page-services-details .section-title,
    header .logo {
        text-align: center
    }

    header {
        background-color: #201a1a
    }

    header.pages {
        margin: 0 0 60px
    }

    header .top {
        margin: 0 0 40px
    }

    header .bottom>div.row {
        display: block
    }

    nav.menu {
        margin: 40px 0 0
    }

    nav.menu ul li {
        margin: 0 0 0 1px
    }

    nav.menu ul li a {
        background-color: rgba(255, 255, 255, .08);
        color: #009388;
        font-size: 14px;
        padding: 15px 12px 12px
    }

    #slide .item .content a,
    nav.menu ul li a:hover,
    nav.menu ul li.active a {
        background-color: #009388;
        color: #fff
    }

    #slide {
        margin: 15px 15px 0
    }

    #slide .item {
        height: 550px;
        padding: 0
    }

    #slide .item .content {
        padding: 30px;
        max-width: 767px;
        text-align: center
    }

    #slide .item .content h2 {
        font-size: 28px
    }

    #slide .item .content p {
        font-size: 16px;
        margin: 10px 0 0
    }

    #slide .item .content a {
        font-size: 16px;
        margin: 20px auto 0;
        padding: 15px 20px
    }

    #slide .item .content a:hover {
        background-color: #fff;
        color: #009388
    }

    #slide .owl-dots {
        display: none
    }

    .section-title {
        font-size: 28px;
        margin: 0 0 20px
    }

    #about {
        margin: 0 15px;
        padding: 60px 0
    }

    #about .container {
        display: block
    }

    #about figure {
        display: table;
        margin: 0 auto
    }

    #about .item-content {
        margin: 30px 0 0
    }

    #about .item-content .item-link {
        margin: 20px 0 0
    }

    #about .item-content .item-link a {
        margin: 0 auto
    }

    #address {
        margin: 40px 0 0
    }

    #address .inner {
        border-color: #e6e6e6;
        border-style: solid;
        border-width: 1px 1px 5px;
        display: block
    }

    #address .inner h2 {
        display: block;
        margin: 0 auto
    }

    #breadcrumbs,
    footer #left p.webmail {
        display: none
    }

    #address .inner p {
        font-weight: 300;
        margin: 25px 0 0
    }

    #address .inner a {
        margin: 25px auto 0
    }

    #services {
        margin: 40px 0 0
    }

    .list-services .item {
        margin: 0 0 30px;
        width: 50%
    }

    .list-services .item .inner .item-content {
        padding: 20px 25px 25px
    }

    .list-services .item .inner .item-content h2,
    .list-services .item .inner .item-content h3 {
        font-size: 16px;
        min-height: 45px
    }

    .list-services .item .inner .item-content .item-link {
        margin: 20px 0 0
    }

    #contacts {
        margin: 40px 0 0;
        padding: 40px 0 0
    }

    #contacts .item {
        margin: 40px 0 0;
        width: 100%
    }

    #contacts .item:first-child {
        margin: 0
    }

    #contacts .item .inner {
        padding: 45px 0 0
    }

    footer {
        margin: 40px 0 0;
        padding: 30px 0 20px
    }

    footer #left {
        justify-content: center;
        width: 100%
    }

    footer #back-top {
        justify-content: center;
        margin: 30px 0 0;
        width: 100%
    }

    footer #webja {
        justify-content: center;
        margin: 25px 0 0;
        width: 100%
    }

    .page-about .content>figure {
        display: table;
        float: none;
        margin: 0 auto
    }

    .page-about .content .text {
        margin: 30px 0 0;
        overflow: visible
    }

    .page-about .blocks>div .inner {
        padding: 20px
    }

    .gallery .item {
        width: 20%
    }

    .page-services-details .content>figure {
        display: table;
        float: none;
        margin: 0 auto
    }

    .page-services-details .content .text {
        margin: 30px 0 0;
        overflow: visible
    }

    .page-services-details .content .block-contact {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 20px
    }

    .page-services-details .content .block-contact h2 {
        font-size: 22px;
        padding: 0
    }

    .page-services-details .content .block-contact h2:before {
        display: none
    }

    .page-services-details .content .block-contact a {
        margin: 20px 0 0
    }

    .page-customers .item {
        width: 33.33%
    }
}

@media (max-width:767px) {
    .list-services .list-items {
        margin: 0
    }

    .list-services .item {
        margin: 30px 0 0;
        width: 100%
    }

    .list-services .item:first-child {
        margin: 0
    }

    .list-services .item .inner .item-content {
        padding: 20px 25px 25px
    }

    .list-services .item .inner .item-content h2,
    .list-services .item .inner .item-content h3 {
        font-size: 16px;
        min-height: 1px
    }

    .page-about .blocks {
        margin: 40px 0 0
    }

    .page-about .blocks .row>div {
        margin: 10px 0 0;
        width: 100%
    }

    .page-about .blocks .row>div:first-child {
        margin: 0
    }

    .gallery .item {
        width: 25%
    }

    .page-contact .address iframe {
        height: 260px
    }

    .page-contact .address>div p {
        padding: 70px 0 0;
        text-align: center
    }

    .page-contact .address>div p:before {
        left: 50%;
        margin: 0 0 0 -30px;
        top: 0
    }
}

@media (min-width:641px) {
    nav.menu .menu-toggle {
        display: block !important
    }
}

@media (max-width:640px) {

    header .telefones,
    header .top>div.row {
        justify-content: center
    }

    header .telefones {
        width: 100%
    }

    header .social-media-top {
        margin: 20px 0 0;
        width: 100%
    }

    header .social-media-top ul {
        justify-content: center
    }

    nav.menu {
        margin: 40px auto 0;
        max-width: 480px
    }

    nav.menu .toggle-menu {
        background-color: #009388;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding: 15px;
        text-align: left;
        text-transform: uppercase;
        width: 100%
    }

    nav.menu .toggle-menu:before {
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDkyLjgzMyA5Mi44MzMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkyLjgzMyA5Mi44MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNODkuODM0LDEuNzVIM2MtMS42NTQsMC0zLDEuMzQ2LTMsM3YxMy4zMzRjMCwxLjY1NCwxLjM0NiwzLDMsM2g4Ni44MzNjMS42NTMsMCwzLTEuMzQ2LDMtM1Y0Ljc1ICAgIEM5Mi44MzQsMy4wOTYsOTEuNDg4LDEuNzUsODkuODM0LDEuNzV6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTg5LjgzNCwzNi43NUgzYy0xLjY1NCwwLTMsMS4zNDYtMywzdjEzLjMzNGMwLDEuNjU0LDEuMzQ2LDMsMywzaDg2LjgzM2MxLjY1MywwLDMtMS4zNDYsMy0zVjM5Ljc1ICAgIEM5Mi44MzQsMzguMDk2LDkxLjQ4OCwzNi43NSw4OS44MzQsMzYuNzV6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTg5LjgzNCw3MS43NUgzYy0xLjY1NCwwLTMsMS4zNDYtMywzdjEzLjMzNGMwLDEuNjU0LDEuMzQ2LDMsMywzaDg2LjgzM2MxLjY1MywwLDMtMS4zNDYsMy0zVjc0Ljc1ICAgIEM5Mi44MzQsNzMuMDk1LDkxLjQ4OCw3MS43NSw4OS44MzQsNzEuNzV6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 20px;
        margin: -10px 0 0;
        position: absolute;
        right: 15px;
        top: 50%;
        width: 20px
    }

    nav.menu .menu-toggle {
        display: none
    }

    nav.menu ul {
        background-color: #009388;
        display: block;
        padding: 0 15px 15px
    }

    nav.menu ul li {
        margin: 1px 0 0;
        width: 100%
    }

    nav.menu ul li:first-child {
        margin: 0
    }

    nav.menu ul li a {
        background-color: rgba(0, 0, 0, .15);
        color: #fff;
        text-align: center
    }

    nav.menu ul li a:hover,
    nav.menu ul li.active a {
        background-color: rgba(0, 0, 0, .3)
    }

    .gallery .item {
        width: 33.33%
    }

    .page-customers .item {
        width: 50%
    }
}

@media (max-width:480px) {
    header .telefones {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%
    }

    header .telefones p {
        margin: 12px 0 0
    }

    header .telefones p:first-child {
        margin: 0
    }

    #slide .item {
        height: 380px
    }

    #slide .item .content {
        padding: 20px
    }

    #slide .item .content h2 {
        font-size: 18px;
        font-weight: 700
    }

    #slide .item .content a,
    #slide .item .content p {
        font-size: 14px
    }

    #about {
        padding: 15px 0
    }

    .gallery .item {
        width: 50%
    }
}

@media (max-width:468px) {
    .item-link {
        margin: 0 auto;
        position: initial;
        transform: none;
        left: auto;
        width: 100%
    }

    #about img {
        display: block;
        height: auto;
        width: 100%;
        max-width: 100%
    }

    .page-about img {
        display: block;
        height: auto;
        width: 100%;
        max-width: 100%
    }
}

footer .social-media-top ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1023px) {
    footer .social-media-top ul {
        justify-content: center;
    }

    footer .social-media-top {
        margin: 15px 0 0;
        width: 100%;
    }
}

footer .social-media-top ul li:first-child {
    margin: 0;
}

footer .social-media-top ul li {
    margin: 0 0 0 10px;
}

footer .social-media-top ul li a {
    background-color: transparent;
    border-radius: 50%;
    display: block;
    height: 30px;
    text-align: left;
    text-indent: -9999px;
    transition: all .3s ease;
    width: 30px;
}

footer .social-media-top ul li a,
footer .telefones p:before {
    background-image: url(../../images/backgrounds/sprite-icones-home.png);
    background-repeat: no-repeat;
}

footer .social-media-top ul li a,
footer .social-media-top ul li a.facebook {
    background-position: center -66px;
}

footer .social-media-top ul li a.instagram {
    background-position: center -134px;
}

footer .social-media-top ul li a:hover {
    background-color: #000;
}


.cta.is-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .slide {
        display: none;
    }

    .list-services .item .inner .item-content .item-link {
        margin: 0 0 30px;
        width: calc(100% - 55px);
    }

    #about .item-content .item-link {
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
        transform: translate(0);
        margin-left: auto;
        margin-right: auto;
    }

    .cta.pc {
        display: none;
    }

    .cta.is-mobile {
        display: block;
    }

}