/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}
 
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
 
.fp-slide {
    float: left
}
 
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

 .fp-controlArrow.fp-prev {
     left: 15px;
     width: 0;
     border-width: 38.5px 34px 38.5px 0;
     border-color: transparent #fff transparent transparent
 }
 
 .fp-controlArrow.fp-next {
     right: 15px;
     border-width: 38.5px 0 38.5px 34px;
     border-color: transparent transparent transparent #fff
 }
 
 .fp-scrollable {
     overflow: hidden;
     position: relative
 }
 
 .fp-scroller {
     overflow: hidden
 }
 
 .iScrollIndicator {
     border: 0!important
 }
 
 .fp-notransition {
     -webkit-transition: none!important;
     transition: none!important
 }
 
 #fp-nav {
     position: fixed;
     z-index: 100;
     margin-top: -32px;
     top: 50%;
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0)
 }
 
 #fp-nav.right {
     right: 17px
 }
 
 #fp-nav.left {
     left: 17px
 }
 
 .fp-slidesNav {
     position: absolute;
     z-index: 4;
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     left: 0!important;
     right: 0;
     margin: 0 auto!important
 }
 
 .fp-slidesNav.bottom {
     bottom: 17px
 }
 
 .fp-slidesNav.top {
     top: 17px
 }
 
 #fp-nav ul,
 .fp-slidesNav ul {
     margin: 0;
     padding: 0
 }
 
 #fp-nav ul li,
 .fp-slidesNav ul li {
     display: block;
     width: 14px;
     height: 13px;
     margin: 7px;
     position: relative
 }
 
 .fp-slidesNav ul li {
     display: inline-block
 }
 
 #fp-nav ul li a,
 .fp-slidesNav ul li a {
     display: block;
     position: relative;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     text-decoration: none
 }
 
 #fp-nav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li a.active span,
 .fp-slidesNav ul li:hover a.active span {
     height: 12px;
     width: 12px;
     margin: -6px 0 0 -6px;
     border-radius: 100%
 }
 
 #fp-nav ul li a span,
 .fp-slidesNav ul li a span {
     border-radius: 50%;
     position: absolute;
     z-index: 1;
     height: 4px;
     width: 4px;
     border: 0;
     background: #333;
     left: 50%;
     top: 50%;
     margin: -2px 0 0 -2px;
     -webkit-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out
 }
 
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span {
     width: 10px;
     height: 10px;
     margin: -5px 0 0 -5px
 }
 
 #fp-nav ul li .fp-tooltip {
     position: absolute;
     top: -2px;
     color: #fff;
     font-size: 14px;
     font-family: arial, helvetica, sans-serif;
     white-space: nowrap;
     max-width: 220px;
     overflow: hidden;
     display: block;
     opacity: 0;
     width: 0;
     cursor: pointer
 }
 
 #fp-nav ul li:hover .fp-tooltip,
 #fp-nav.fp-show-active a.active+.fp-tooltip {
     -webkit-transition: opacity .2s ease-in;
     transition: opacity .2s ease-in;
     width: auto;
     opacity: 1
 }
 
 #fp-nav ul li .fp-tooltip.right {
     right: 20px
 }
 
 #fp-nav ul li .fp-tooltip.left {
     left: 20px
 }
 
 .fp-auto-height .fp-slide,
 .fp-auto-height .fp-tableCell,
 .fp-auto-height.fp-section {
     height: auto!important
 }
 
 .fp-responsive .fp-auto-height-responsive .fp-slide,
 .fp-responsive .fp-auto-height-responsive .fp-tableCell,
 .fp-responsive .fp-auto-height-responsive.fp-section {
     height: auto!important
 }
 
 .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;
     -ms-flex-direction: column;
     flex-direction: column
 }
 
 .swiper-wrapper {
     position: relative;
     width: 100%;
     height: 100%;
     z-index: 1;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-box-sizing: content-box;
     box-sizing: content-box
 }
 
 .swiper-container-android .swiper-slide,
 .swiper-wrapper {
     -webkit-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;
     flex-wrap: wrap
 }
 
 .swiper-container-free-mode>.swiper-wrapper {
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
     margin: 0 auto
 }
 
 .swiper-slide {
     -webkit-flex-shrink: 0;
     -ms-flex: 0 0 auto;
     -ms-flex-negative: 0;
     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;
     align-items: flex-start;
     -webkit-transition-property: -webkit-transform, height;
     -webkit-transition-property: height, -webkit-transform;
     transition-property: height, -webkit-transform;
     transition-property: transform, height;
     transition-property: transform, height, -webkit-transform
 }
 
 .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-next,
 .swiper-button-prev {
     position: absolute;
     top: 50%;
     width: 27px;
     height: 44px;
     margin-top: -22px;
     z-index: 10;
     cursor: pointer;
     background-size: 27px 44px;
     background-position: center;
     background-repeat: no-repeat
 }
 
 .swiper-button-next.swiper-button-disabled,
 .swiper-button-prev.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: .3s;
     transition: .3s;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     z-index: 10
 }
 
 .swiper-pagination.swiper-pagination-hidden {
     opacity: 0
 }
 
 .swiper-container-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-custom,
 .swiper-pagination-fraction {
     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;
     -webkit-box-shadow: none;
     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);
     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, .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);
     transform: scale(0);
     -webkit-transform-origin: left top;
     transform-origin: left top
 }
 
 .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
     -webkit-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, .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;
     -o-perspective: 1200px;
     perspective: 1200px
 }
 
 .swiper-container-3d .swiper-cube-shadow,
 .swiper-container-3d .swiper-slide,
 .swiper-container-3d .swiper-slide-shadow-bottom,
 .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-wrapper {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d
 }
 
 .swiper-container-3d .swiper-slide-shadow-bottom,
 .swiper-container-3d .swiper-slide-shadow-left,
 .swiper-container-3d .swiper-slide-shadow-right,
 .swiper-container-3d .swiper-slide-shadow-top {
     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, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
     background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
 }
 
 .swiper-container-3d .swiper-slide-shadow-right {
     background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
     background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
 }
 
 .swiper-container-3d .swiper-slide-shadow-top {
     background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
     background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
 }
 
 .swiper-container-3d .swiper-slide-shadow-bottom {
     background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
     background-image: linear-gradient(to bottom, rgba(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;
     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-cube .swiper-slide-active .swiper-slide-active,
 .swiper-container-flip .swiper-slide-active,
 .swiper-container-flip .swiper-slide-active .swiper-slide-active {
     pointer-events: auto
 }
 
 .swiper-container-cube .swiper-slide-shadow-bottom,
 .swiper-container-cube .swiper-slide-shadow-left,
 .swiper-container-cube .swiper-slide-shadow-right,
 .swiper-container-cube .swiper-slide-shadow-top,
 .swiper-container-flip .swiper-slide-shadow-bottom,
 .swiper-container-flip .swiper-slide-shadow-left,
 .swiper-container-flip .swiper-slide-shadow-right,
 .swiper-container-flip .swiper-slide-shadow-top {
     z-index: 0;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden
 }
 
 .swiper-container-cube .swiper-slide {
     visibility: hidden;
     -webkit-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;
     transform-origin: 100% 0
 }
 
 .swiper-container-cube .swiper-slide-active,
 .swiper-container-cube .swiper-slide-next,
 .swiper-container-cube .swiper-slide-next+.swiper-slide,
 .swiper-container-cube .swiper-slide-prev {
     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;
     transition-timing-function: ease-out
 }
 
 .swiper-container-fade .swiper-slide {
     pointer-events: none;
     -webkit-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: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     text-align: center
 }
 
 .swiper-zoom-container>canvas,
 .swiper-zoom-container>img,
 .swiper-zoom-container>svg {
     max-width: 100%;
     max-height: 100%;
     -o-object-fit: contain;
     object-fit: contain
 }
 
 .swiper-scrollbar {
     border-radius: 10px;
     position: relative;
     -ms-touch-action: none;
     background: rgba(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, .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%;
     transform-origin: 50%;
     -webkit-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%;
     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% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg)
     }
 }
 @font-face {
     font-family: BarlowSemiCondensed;
     src: url(../fonts/BarlowSemiCondensed-SemiBold.woff2) format("woff2"), url(../fonts/BarlowSemiCondensed-SemiBold.woff) format("woff");
     font-weight: 600;
     font-style: normal
 }
 
 @font-face {
     font-family: BarlowSemiCondensed;
     src: url(../fonts/BarlowSemiCondensed-ExtraBold.woff2) format("woff2"), url(../fonts/BarlowSemiCondensed-ExtraBold.woff) format("woff");
     font-weight: 800;
     font-style: normal
 }
 
 @font-face {
     font-family: HelveticaNeueLTStd;
     src: url(../fonts/HelveticaNeueLTStd-BlkEx.woff2) format("woff2"), url(../fonts/HelveticaNeueLTStd-BlkEx.woff) format("woff");
     font-weight: 900;
     font-style: normal
 }

 @font-face {
     font-family: Mandatory;
     src: url(../fonts/Mandatory.woff2) format("woff2"), url(../fonts/Mandatory.woff) format("woff");
     font-weight: 400;
     font-style: normal
 }
 @font-face {
     font-family: icons;
     src: url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.svg#icons) format("svg");
     font-weight: 400;
     font-style: normal
 }
 
 [class*=" icon-"],
 [class^=icon-] {
     font-family: icons!important;
     speak: none;
     font-style: normal;
     font-weight: 400;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale
 }
 
 .icon-arrow-left:before {
     content: "\e90a"
 }
 
 .icon-arrow-right:before {
     content: "\e90b"
 }
 
 .icon-icomp:before {
     content: "\e90c"
 }
 
 .icon-apple-music:before {
     content: "\e900"
 }
 
 .icon-deezer:before {
     content: "\e901"
 }
 
 .icon-google-play:before {
     content: "\e913"
 }
 
 .icon-itunes:before {
     content: "\e902"
 }
 
 .icon-napster:before {
     content: "\e903"
 }
 
 .icon-spotify:before {
     content: "\e904"
 }
 
 .icon-sua-musica:before {
     content: "\e905"
 }
 
 .icon-youtube:before {
     content: "\e906"
 }
 
 .icon-facebook:before {
     content: "\e907"
 }
 
 .icon-instagram:before {
     content: "\e908"
 }
 
 .icon-twitter:before {
     content: "\e909"
 }
 
 .icon-youtube-play:before {
     content: "\e911"
 }
 
 *,
 :after,
 :before {
     -webkit-box-sizing: inherit;
     box-sizing: inherit;
     background-repeat: no-repeat
 }
 
 :after,
 :before {
     vertical-align: inherit;
     text-decoration: inherit
 }
 
 html {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-tap-highlight-color: transparent
 }
 
 a {
     text-decoration: none
 }
 
 ul {
     list-style: none
 }
 
 iframe {
     border: 0
 }
 
 svg {
     fill: currentColor
 }
 
 blockquote,
 body,
 dd,
 dl,
 dt,
 fieldset,
 figure,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 html,
 iframe,
 legend,
 li,
 ol,
 p,
 pre,
 textarea,
 ul {
     margin: 0;
     padding: 0
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-size: 100%;
     font-weight: 400
 }
 
 audio,
 canvas,
 embed,
 iframe,
 img,
 object,
 svg,
 video {
     height: auto;
     max-width: 100%;
     vertical-align: middle
 }
 
 table {
     border-spacing: 0;
     border-collapse: collapse
 }
 
 td,
 th {
     padding: 0;
     text-align: left
 }
 
 textarea {
     resize: vertical
 }
 
 button,
 iframe,
 img {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }
 
 [tabindex],
 a,
 area,
 button,
 input,
 label,
 select,
 summary,
 textarea {
     -ms-touch-action: manipulation;
     touch-action: manipulation
 }
 
 [type=button],
 [type=checkbox],
 [type=file],
 [type=radio],
 [type=reset],
 [type=submit],
 button,
 select {
     cursor: pointer
 }
 
 [aria-busy=true] {
     cursor: progress
 }
 
 [aria-controls] {
     cursor: pointer
 }
 
 [aria-hidden=false][hidden]:not(:focus) {
     clip: rect(0, 0, 0, 0);
     display: inherit;
     position: absolute
 }
 
 [aria-disabled] {
     cursor: default
 }
 
 .container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px
 }
 
 .clearfix::after,
 .clearfix::before {
     content: "";
     display: table
 }
 
 .clearfix::after {
     clear: both
 }
 
 .hidden {
     display: none!important
 }
 
 .hide-text {
     padding: 0;
     overflow: hidden;
     text-indent: 101%;
     white-space: nowrap
 }
 
 .visually-hidden {
     border: 0;
     padding: 0;
     width: 1px;
     height: 1px;
     margin: -1px;
     overflow: hidden;
     position: absolute;
     clip: rect(0 0 0 0)
 }
 
 .replace-text {
     border: 0;
     font: 0/0 a;
     text-shadow: none;
     color: transparent;
     background-color: transparent
 }
 
 @media (min-width:lgpx) {
     .wow {
         visibility: hidden
     }
 }
 
 @media (min-width:lgpx) {
     .wow {
         visibility: hidden
     }
 }
 
 @media (min-width:992px) {
     .wow {
         visibility: hidden
     }
 }
 
 @media (min-width:lgpx) {
     .wow {
         visibility: hidden
     }
 }
 
 @media (min-width:lgpx) {
     .wow {
         visibility: hidden
     }
 }
 
 @media (min-width:lgpx) {
     .wow {
         visibility: hidden
     }
 }
 
 body {
     overflow-x: hidden;
     font-size: 16px;
     font-family: BarlowSemiCondensed
 }
 
 @media (min-width:lgpx) {
     body {
         overflow: hidden!important
     }
 }
 
 @media (min-width:lgpx) {
     body {
         overflow: hidden!important
     }
 }
 
 @media (min-width:992px) {
     body {
         overflow: hidden!important
     }
 }
 
 @media (min-width:lgpx) {
     body {
         overflow: hidden!important
     }
 }
 
 @media (min-width:lgpx) {
     body {
         overflow: hidden!important
     }
 }
 
 @media (min-width:lgpx) {
     body {
         overflow: hidden!important
     }
 }
 
 body.is-active .section {
     -webkit-filter: blur(5px);
     filter: blur(5px)
 }
 
 .header {
     top: 0;
     left: 0;
     z-index: 10;
     width: 100%;
     height: 100%;
     position: fixed;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 @media (min-width:lgpx) {
     .header {
         height: 100px
     }
     .header.is-active {
         background-color: rgba(0, 0, 0, .15)
     }
 }

 @media (min-width:992px) {
     .header {
         height: 100px
     }
     .header.is-active {
         background-color: rgba(0, 0, 0, .15)
     }
 }
 
 @media (max-width:lgpx) {
     .header {
         opacity: 0;
         pointer-events: none;
         background-color: rgba(0, 0, 0, .15)
     }
     .header.is-active {
         opacity: 1;
         pointer-events: all
     }
     .header.is-active .header-container {
         -webkit-transform: scale(1);
         transform: scale(1)
     }
 }
 
 @media (max-width:992px) {
     .header {
         opacity: 0;
         pointer-events: none;
         background-color: rgba(0, 0, 0, .15)
     }
     .header.is-active {
         opacity: 1;
         pointer-events: all
     }
     .header.is-active .header-container {
         -webkit-transform: scale(1);
         transform: scale(1)
     }
 }
 
 .header-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 @media (min-width:lgpx) {
     .header-container {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }
 }
 
 @media (min-width:992px) {
     .header-container {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }
 }
 
 @media (max-width:lgpx) {
     .header-container {
         -webkit-transform: scale(.8);
         transform: scale(.8)
     }
 }
 
 @media (max-width:992px) {
     .header-container {
         -webkit-transform: scale(.8);
         transform: scale(.8)
     }
 }
 
 
.social-icons {
    margin-left: 60px !important;
    display: block;
}

@media (max-width:992px) {
    .social-icons {
        margin-left: 0px !important;
    }
}

.fp-viewing-release header div.header-container nav ul li.social-icons .header-social-item,
.fp-viewing-clipes header div.header-container nav ul li.social-icons .header-social-item,
.fp-viewing-contato header div.header-container nav ul li.social-icons .header-social-item,
.fp-viewing-footer header div.header-container nav ul li.social-icons .header-social-item {
    color: #fff;
} 

@media (max-width:992px) {
    .fp-viewing-inicial header div.header-container nav ul li.social-icons .header-social-item,
    .fp-viewing-release header div.header-container nav ul li.social-icons .header-social-item,
    .fp-viewing-clipes header div.header-container nav ul li.social-icons .header-social-item,
    .fp-viewing-fotos header div.header-container nav ul li.social-icons .header-social-item,
    .fp-viewing-contato header div.header-container nav ul li.social-icons .header-social-item,
    .fp-viewing-footer header div.header-container nav ul li.social-icons .header-social-item {
        color: #fff;
    } 
}

.header-logo {
    width: 696px;
    height: 181px;
    display: block;
    position: relative;
    margin-bottom: 20px;
}
 
@media (max-width:1600px) {
    .header-logo {
        width: 400px;
        height: 104px;
    }
}
 @media (min-width:lgpx) {
     .header-logo {
         -webkit-animation-delay: .2s;
         animation-delay: .2s;
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
 }
 
 @media (min-width:992px) {
     .header-logo {
         -webkit-animation-delay: .2s;
         animation-delay: .2s;
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
 }
 
 @media (max-width:lgpx) {
     .header-logo {
         margin-bottom: 40px
     }
 }
 
 @media (max-width:992px) {
     .header-logo {
         margin-bottom: 40px
     }
 }
 
 .header nav {
     position: relative
 }
 
 .header-menu {
     width: 100%;
     position: relative
 }
 
 .header-menu li {
     position: relative
 }
 
 @media (min-width:lgpx) {
     .header-menu li {
         display: inline-block;
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
     .header-menu li:nth-child(1) {
         -webkit-animation-delay: .1s;
         animation-delay: .1s
     }
     .header-menu li:nth-child(2) {
         -webkit-animation-delay: .2s;
         animation-delay: .2s
     }
     .header-menu li:nth-child(3) {
         -webkit-animation-delay: .3s;
         animation-delay: .3s
     }
     .header-menu li:nth-child(4) {
         -webkit-animation-delay: .4s;
         animation-delay: .4s
     }
     .header-menu li:nth-child(5) {
         -webkit-animation-delay: .5s;
         animation-delay: .5s
     }
     .header-menu li:nth-child(6) {
         -webkit-animation-delay: .6s;
         animation-delay: .6s
     }
     .header-menu li:nth-child(7) {
         -webkit-animation-delay: .7s;
         animation-delay: .7s
     }
 }
 
 @media (min-width:992px) {
     .header-menu li {
         display: inline-block;
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
     .header-menu li:nth-child(1) {
         -webkit-animation-delay: .1s;
         animation-delay: .1s
     }
     .header-menu li:nth-child(2) {
         -webkit-animation-delay: .2s;
         animation-delay: .2s
     }
     .header-menu li:nth-child(3) {
         -webkit-animation-delay: .3s;
         animation-delay: .3s
     }
     .header-menu li:nth-child(4) {
         -webkit-animation-delay: .4s;
         animation-delay: .4s
     }
     .header-menu li:nth-child(5) {
         -webkit-animation-delay: .5s;
         animation-delay: .5s
     }
     .header-menu li:nth-child(6) {
         -webkit-animation-delay: .6s;
         animation-delay: .6s
     }
     .header-menu li:nth-child(7) {
         -webkit-animation-delay: .7s;
         animation-delay: .7s
     }
 }
 
 @media (max-width:lgpx) {
     .header-menu li {
         width: 100%;
         display: block;
         text-align: center
     }
 }
 
 @media (max-width:992px) {
     .header-menu li {
         width: 100%;
         display: block;
         text-align: center
     }
 }
 
 .header-menu li.active a:after,
 .header-menu li:hover a:after {
     width: 120%
 }
 
 @media (min-width:lgpx) {
     .header-menu li+li {
         margin-left: 30px
     }
 }
 
 @media (min-width:992px) {
     .header-menu li+li {
         margin-left: 30px
     }
 }
 
 @media (max-width:lgpx) {
     .header-menu li+li {
         margin-top: 30px
     }
 }
 
 @media (max-width:992px) {
     .header-menu li+li {
         margin-top: 30px
     }
 }
 
 .header-menu-item {
     color: #fff;
     font-size: 36px;
     text-transform: uppercase
 }
 
 @media (min-width:lgpx) {
     .header-menu-item {
         font-size: 36px
     }
 }
 
 @media (max-width:1400px) {
    .header-menu-item {
        font-size: 28px
    }
 }
 
 @media (max-width:1200px) {
    .header-menu-item {
        font-size: 28px
    }
 }

 @media (max-width:992px) {
     .header-menu-item {
         font-size: 24px
     }
 }
 
 .header-menu-item:after {
     content: '';
     top: 2px;
     left: -10%;
     right: 0;
     bottom: 0;
     z-index: 1;
     width: 0;
     height: 2px;
     margin: auto;
     position: absolute;
     background-color: #292D36;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 .header-social {
     position: relative;
     text-align: center;
 }
 
 @media (max-width:lgpx) {
     .header-social {
         margin-top: 20px
     }
 }
 
 @media (max-width:992px) {
     .header-social {
         margin-top: 40px
     }
 }
 
 .header-social-item {
     color: #292D36;
     font-size: 24px;
     display: inline-block;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 @media (min-width:lgpx) {
     .header-social-item {
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
 }
 
 @media (min-width:992px) {
     .header-social-item {
         -webkit-animation-duration: 1.5s;
         animation-duration: 1.5s;
         -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
         -webkit-animation-name: fadeInDown;
         animation-name: fadeInDown;
         -webkit-animation-iteration-count: 1;
         animation-iteration-count: 1;
         -webkit-animation-timing-function: ease;
         animation-timing-function: ease
     }
 }
 
 .header-social-item:hover {
     -webkit-transform: scale(.9);
     transform: scale(.9)
 }
 
 .header-social-item:nth-child(1) {
     -webkit-animation-delay: .5s;
     animation-delay: .5s
 }
 
 .header-social-item:nth-child(2) {
     -webkit-animation-delay: .4s;
     animation-delay: .4s
 }
 
 .header-social-item:nth-child(3) {
     -webkit-animation-delay: .3s;
     animation-delay: .3s
 }
 
 .header-social-item:nth-child(4) {
     -webkit-animation-delay: .2s;
     animation-delay: .2s
 }
 
 .header-social-item:nth-child(5) {
     -webkit-animation-delay: .1s;
     animation-delay: .1s
 }
 
 .header-social-item+.header-social-item {
     margin-left: 15px
 }
 
 .navigation {
     top: 15px;
     left: 15px;
     z-index: 25;
     width: 58px;
     height: 58px;
     display: block;
     cursor: pointer;
     position: fixed;
     border-radius: 5px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 @media (min-width:lgpx) {
     .navigation {
         display: none
     }
 }
 
 @media (min-width:992px) {
     .navigation {
         display: none
     }
 }
 
 .navigation.is-active span {
     background-color: transparent
 }
 
 .navigation.is-active span:after,
 .navigation.is-active span:before {
     top: 0
 }
 
 .navigation.is-active span:after {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg)
 }
 
 .navigation.is-active span:before {
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg)
 }
 
 .navigation span {
     top: 0;
     bottom: 0
 }
 
 .navigation span,
 .navigation span:after,
 .navigation span:before {
     left: 0;
     right: 0;
     width: 36px;
     height: 4px;
     margin: auto;
     position: absolute;
     background-color: #fff;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 .navigation span:after,
 .navigation span:before {
     content: ""
 }
 
 .navigation span:after {
     top: 10px
 }
 
 .navigation span:before {
     top: -10px
 }
 
 .footer {
     width: 100%;
     padding: 20px 0;
     position: relative;
     background-color: #292D36
 }
 
 .footer-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between
 }
 
 @media (max-width:lgpx) {
     .footer-container {
         text-align: center;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column
     }
 }
 
 @media (max-width:992px) {
     .footer-container {
         text-align: center;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column
     }
 }

 .footer-title {
     color: #fff;
     font-size: 26px;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
 }
 
 @media (max-width:lgpx) {
     .footer-title {
         font-size: 20px;
     }
 }
 
 @media (max-width:992px) {
     .footer-title {
         font-size: 20px;
     }
 }

 .footer-copyright {
     color: #fff;
     font-size: 14px;
     line-height: 20px;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
 }
 
 @media (min-width:lgpx) {
     .footer-copyright {
         text-align: right
     }
 }
 
 @media (min-width:992px) {
     .footer-copyright {
         text-align: right
     }
 }
 
 @media (max-width:lgpx) {
     .footer-copyright {
         margin-top: 30px
     }
 }
 
 @media (max-width:992px) {
     .footer-copyright {
         margin-top: 30px
     }
 }
 
 .inicial {
     z-index: 1;
     width: 100%;
     height: 100vh;
     overflow: hidden;
     min-height: 400px;
     position: relative;
     background-color: #f0f0f0
 }
 
 @media (min-width:lgpx) {
     .inicial {
         min-height: 600px
     }
 }
 
 @media (min-width:992px) {
     .inicial {
         min-height: 600px
     }
 }
 
 .inicial-bg {
     top: 0;
     left: 0;
     z-index: -1;
     width: 100%;
     height: 100%;
     position: absolute!important;
     background-size: cover;
     background-position: center top;
     background-image: url(../img/inicial/inicial-bg-m.jpg)
 }
 
 @media (min-width:lgpx) {
     .inicial-bg {
         top: -3%!important;
         left: -3%!important;
         width: 105%;
         height: 105%;
         background-image: url(../img/inicial/inicial-bg.jpg)
     }
 }
 
 @media (min-width:992px) {
     .inicial-bg {
         top: -3%!important;
         left: -3%!important;
         width: 105%;
         height: 105%;
         background-image: url(../img/inicial/inicial-bg.jpg)
     }
 }
 
 .inicial-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 
 div.bg-logo-sociais{
    position: absolute;
    top: 65%;
    transform: translate(0px, -35%);
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

.release {
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #f0f0f0;
    background-image: url(../img/release/release-bg-m.jpg)
}

@media (min-width:lgpx) {
    .release {
        height: 100vh;
        min-height: 600px;
        background-image: url(../img/release/release-bg.jpg)
    }
}

@media (min-width:992px) {
    .release {
        height: 100vh;
        min-height: 600px;
        background-image: url(../img/release/release-bg.jpg)
    }
}

@media (max-width:lgpx) {
    .release {
        padding: 50px 0
    }
}

@media (max-width:992px) {
    .release {
        padding: 50px 0
    }
}

.release-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute!important;
    background-size: cover;
    background-position: center top;
    background-image: url(../img/release/release-bg-m.jpg)
}

@media (min-width:lgpx) {
    .release-bg {
        top: -3%!important;
        left: -3%!important;
        width: 105%;
        height: 105%;
        background-image: url(../img/release/release-bg.jpg)
    }
}

@media (min-width:992px) {
    .release-bg {
        top: -3%!important;
        left: -3%!important;
        width: 105%;
        height: 105%;
        background-image: url(../img/release/release-bg.jpg)
    }
}

.release-container {
    position: absolute;
    width: 34%;
    top: 60%;
    transform: translate(0px, -55%);
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    font-size: 24px;
}

.release-container p {
    margin-bottom: 20px;
}

@media (max-width:992px) {
    .release-container {
        width: 100%;
        left: 5%;
        right: 5%;
        padding: 0px;
        max-width: 90%;
        height: 100%;
        text-align: justify;
        /*font-size: 16px;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width:768px) {
    .release-container {
        font-size: 24px;
    }
}

@media (max-width:580px) {
    .release-container {
        font-size: 18px;
    }
}

.release-title {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

@media (min-width:544px) {
    .release-title {
        font-size: 18px
    }
}

@media (min-width:smpx) {
    .release-title {
        font-size: 18px
    }
}

@media (min-width:lgpx) {
    .release-title {
        font-size: 22px;
        color: #ea5637;
        background-color: #fff
    }
}

@media (min-width:992px) {
    .release-title {
        font-size: 22px;
        color: #ea5637;
        background-color: #fff
    }
}

@media (min-width:xlpx) {
    .release-title {
        font-size: 28px
    }
}

@media (min-width:1200px) {
    .release-title {
        font-size: 28px
    }
}

.clipes {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}
 
@media (min-width:lgpx) {
    .clipes {
        height: 100vh;
        min-height: 600px
    }
}

@media (min-width:992px) {
    .clipes {
        height: 100vh;
        min-height: 600px
    }
}

@media (max-width:lgpx) {
    .clipes {
        padding: 50px 0
    }
}
 
@media (max-width:992px) {
    .clipes {
        padding: 50px 0
    }
}
 
.clipes-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute!important;
    background-size: cover;
    background-position: left center;
    background-image: url(../img/clipes/clipes-bg-m.jpg)
}
 
 @media (min-width:lgpx) {
     .clipes-bg {
         top: -5%!important;
         left: -5%!important;
         width: 110%;
         height: 110%;
         background-size: 150%;
         background-image: url(../img/clipes/clipes-bg.jpg)
     }
 }
 
 @media (min-width:992px) {
     .clipes-bg {
         top: -5%!important;
         left: -5%!important;
         width: 110%;
         height: 110%;
         background-size: 150%;
         background-image: url(../img/clipes/clipes-bg.jpg)
     }
 }
 
 .clipes-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 
 .clipes-player {
     width: 100%;
     margin-bottom: 0px;
     border: 5px solid #fff;
     height: 0;
     overflow: hidden;
     position: relative;
     padding-bottom: 55.62330%
 }
 
 .clipes-player embed,
 .clipes-player iframe,
 .clipes-player object,
 .clipes-player video {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute
 }
 
 @media (min-width:lgpx) {
     .clipes-player {
         border-width: 15px
     }
 }
 
 @media (min-width:992px) {
     .clipes-player {
         border-width: 15px
     }
     .clipes-player {
        max-width: 820px;
        height: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 43.9637813%
     }
     .clipes-player embed,
     .clipes-player iframe,
     .clipes-player object,
     .clipes-player video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         position: absolute
    }
 }
 
 @media (min-width:xlpx) {
     .clipes-player {
         max-width: 640px;
         height: 0;
         overflow: hidden;
         position: relative;
         padding-bottom: 41.1764705882%
     }
     .clipes-player embed,
     .clipes-player iframe,
     .clipes-player object,
     .clipes-player video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         position: absolute
     }
 }
 
 @media (min-width:1200px) {
     .clipes-player {
        max-width: 820px;
        height: 0;
        overflow: hidden;
        position: relative;
        padding-bottom: 34.073%
     }
     .clipes-player embed,
     .clipes-player iframe,
     .clipes-player object,
     .clipes-player video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         position: absolute
    }
 }
 
 @media (min-width:1400px) {
     .clipes-player {
         max-width: 820px;
         height: 0;
         overflow: hidden;
         position: relative;
         padding-bottom: 34.073%
     }
     .clipes-player embed,
     .clipes-player iframe,
     .clipes-player object,
     .clipes-player video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         position: absolute
     }
 }

 @media (min-width:1920px) {
    .clipes-player {
        max-width:1080px;
        height:0;
        overflow:hidden;
        position:relative;
        padding-bottom:46.4705882353%;
    }
    .clipes-player embed,
    .clipes-player iframe,
    .clipes-player object,
    .clipes-player video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute
    }
}
 
 .clipes-player-iframe {
     border: 0;
     outline: 0;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
 }
 
 .clipes-title {
     color: #fff;
     font-size: 20px;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
 }
 
@media (min-width:544px) {
.clipes-title {
    font-size: 28px
}
}
 
@media (min-width:smpx) {
    .clipes-title {
        font-size: 28px
    }
}
   
@media (min-width:lgpx) {
    .clipes-title {
        font-size: 35px
    }
}

@media (min-width:992px) {
    .clipes-title {
        font-size: 35px
    }
}
 
@media (min-width:xlpx) {
    .clipes-title {
        font-size: 42px
    }
}
 
@media (min-width:1200px) {
    .clipes-title {
        font-size: 42px
    }
}

.fotos {
     z-index: 1;
     width: 100%;
     overflow: hidden;
     position: relative;
     background-color: #63978b
 }
 
 @media (min-width:lgpx) {
     .fotos {
         height: 100vh;
         min-height: 600px
     }
 }
 
 @media (min-width:992px) {
     .fotos {
         height: 100vh;
         min-height: 600px
     }
 }
 
 @media (max-width:lgpx) {
     .fotos {
         padding: 50px 0
     }
 }
 
 @media (max-width:992px) {
     .fotos {
         padding: 50px 0
     }
 }
 
 .fotos-bg {
     top: 0;
     left: 0;
     z-index: -1;
     width: 100%;
     height: 100%;
     position: absolute!important;
     background-size: cover;
     background-position: center;
     background-image: url(../img/fotos/fotos-bg-m.jpg)
 }
 
 @media (min-width:lgpx) {
     .fotos-bg {
         top: -5%!important;
         left: -5%!important;
         width: 110%;
         height: 110%;
         background-image: url(../img/fotos/fotos-bg.jpg)
     }
 }
 
 @media (min-width:992px) {
     .fotos-bg {
         top: -5%!important;
         left: -5%!important;
         width: 110%;
         height: 110%;
         background-image: url(../img/fotos/fotos-bg.jpg)
     }
 }
 
 .fotos-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: center;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 
 @media (max-width:lgpx) {
     .fotos-container {
         padding: 0
     }
 }
 
 @media (max-width:992px) {
     .fotos-container {
         padding: 0
     }
 }
 
 .fotos-leaves {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     pointer-events: none;
     top: auto!important;
     bottom: -20px!important;
     position: absolute!important
 }
 
 @media (max-width:xlpx) {
     .fotos-leaves {
         display: none!important
     }
 }
 
 
 @media (max-width:1200px) {
     .fotos-leaves {
         display: none!important
     }
 }

 .fotos-leaves--01 {
     top: -80px!important
 }
 
 .fotos-leaves--01,
 .fotos-leaves--02 {
     left: -400px!important
 }
 
 @media (min-width:1600px) {
     .fotos-leaves--01,
     .fotos-leaves--02 {
         left: -350px!important
     }
 }
 
 @media (min-width:1850px) {
     .fotos-leaves--01,
     .fotos-leaves--02 {
         left: -250px!important
     }
 }
 
 .fotos-leaves--03,
 .fotos-leaves--04 {
     left: auto!important;
     right: -400px!important
 }
 
 @media (min-width:1600px) {
     .fotos-leaves--03,
     .fotos-leaves--04 {
         right: -350px!important
     }
 }
 
 @media (min-width:1850px) {
     .fotos-leaves--03,
     .fotos-leaves--04 {
         right: -250px!important
     }
 }
 
 .fotos-leaves--02,
 .fotos-leaves--04 {
     z-index: 1!important
 }
 
 .fotos-leaves--01,
 .fotos-leaves--03 {
     z-index: 2!important
 }
 
 .fotos-wrapper {
     width: 100%;
     position: relative
 }
 
 @media (min-width:lgpx) {
     .fotos-wrapper {
         padding: 0 50px
     }
 }
 
 @media (min-width:992px) {
     .fotos-wrapper {
         padding: 0 50px
     }
 }
 
 .fotos-list {
     position: relative
 }
 
 .fotos-list-item {
     color: #000;
     padding: 0 15px;
     text-align: center;
     position: relative;
     -webkit-box-sizing: border-box;
     box-sizing: border-box
 }
 
 .fotos-list-item-thumb {
     z-index: 1;
     width: 220px;
     height: 220px;
     margin-top: 35px;
     position: relative;
     margin-bottom: 35px;
     display: inline-block;
 }
 
 .fotos-list-item-descricao {
     font-size: 24px;
     text-transform: uppercase
 }
 
 @media (min-width:544px) {
     .fotos-list-item-descricao {
         font-size: 16px
     }
 }
 
 @media (min-width:smpx) {
     .fotos-list-item-descricao {
         font-size: 18px
     }
 }
 
 @media (min-width:mdpx) {
     .fotos-list-item-descricao {
         font-size: 20px
     }
 }
 
 @media (min-width:768px) {
     .fotos-list-item-descricao {
         font-size: 20px
     }
 }
 
 .fotos-list-item-gallery {
     display: none;
 }
 
 .fotos-list-nav {
     top: 120px;
     z-index: 10;
     color: #222;
     margin: auto;
     cursor: pointer;
     font-size: 50px;
     position: absolute;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 
 @media (max-width:lgpx) {
     .fotos-list-nav {
         display: none
     }
 }
 
 @media (max-width:992px) {
     .fotos-list-nav {
         display: none
     }
 }
 
 .fotos-list-nav:hover {
     -webkit-transform: scale(1.2);
     transform: scale(1.2)
 }
 
 .fotos-list-nav.swiper-button-disabled {
     opacity: .5;
     pointer-events: none
 }
 
 .fotos-list-nav--prev {
     left: 0;
     -webkit-transform-origin: center right;
     transform-origin: center right
 }
 
 .fotos-list-nav--next {
     right: 0;
     -webkit-transform-origin: center left;
     transform-origin: center left
 }
 
 .contato {
     z-index: 1;
     width: 100%;
     overflow: hidden;
     position: relative;
     background-size: cover;
     background-color: #121212;
     background-position: center;
     background-image: url(../img/contato/contato-bg-m.jpg)
 }
 
 @media (min-width:lgpx) {
     .contato {
         height: 100vh;
         min-height: 600px;
         background-image: url(../img/contato/contato-bg.jpg)
     }
 }
 
 @media (min-width:992px) {
     .contato {
         height: 100vh;
         min-height: 600px;
         background-image: url(../img/contato/contato-bg.jpg)
     }
 }
 
 @media (max-width:lgpx) {
     .contato {
         padding: 50px 0
     }
 }
 
 @media (max-width:992px) {
     .contato {
         padding: 50px 0
     }
 }
 
 .contato-container {
     width: 100%;
     margin: 0 auto;
     padding: 0 15px;
     max-width: 1336px;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-align: left;
     position: relative;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
 }
 
 @media (min-width:lgpx) {
     .contato-container {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: reverse;
         -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between
     }
 }
 
 @media (min-width:992px) {
     .contato-container {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: reverse;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: center;
         align-items: start !important;
     }
 }
 
 .contato-info {
     color: #000;
     position: relative;
     text-align: left;
     margin-top: 30px;
     margin-bottom: 30px;
     -ms-flex-item-align: end;
     align-self: start;
 }

 @media (max-width:992px) {
     .contato-info+.contato-info {
         margin-top: 30px
     }
 }

 @media (max-width:544px) {
    .contato-info {
        text-align: center;
        align-self: center;
    }
    .contato-info+.contato-info {
        margin-top: 20px
    }
}
 
 .contato-info-title {
     display: block;
     font-size: 28px;
     font-weight: bold;
     margin-bottom: 5px;
     text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
 }
 
 @media (max-width:544px) {
     .contato-info-title {
         font-size: 26px;
     }
 }

 .contato-info-item {
     color: inherit;
     display: block;
     font-size: 22px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease
 }
 