@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);
.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

*,
legend {
    padding: 0
}

.relative,
.slick-list,
.slick-slider,
.slick-track {
    position: relative
}

.clearfix:after,
.container-fluid:after,
.container:after,
.header nav:after,
.row:after,
.slick-track:after {
    clear: both
}

.header nav .menu>li>a:before,
.header nav:after,
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 255, .3)
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 204, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 204, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 204, 255, .3);
        box-shadow: 0 0 0 0 rgba(0, 204, 255, .3)
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 204, 255, 0);
        box-shadow: 0 0 0 20px rgba(0, 204, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 204, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 204, 255, 0)
    }
}

@-webkit-keyframes vertical-animate {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@-moz-keyframes vertical-animate {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@-o-keyframes vertical-animate {
    0% {
        transform: translateY(0)
    }
    60% {
        transform: translateY(-10px)
    }
}

@keyframes vertical-animate {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes vertical-animate-reverse {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(10px)
    }
}

@-moz-keyframes vertical-animate-reverse {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(10px)
    }
}

@-o-keyframes vertical-animate-reverse {
    0% {
        transform: translateY(0)
    }
    60% {
        transform: translateY(10px)
    }
}

@keyframes vertical-animate-reverse {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(10px)
    }
}

* {
    font: 400 16px Montserrat, sans-serif;
    list-style: none;
    text-decoration: none;
    margin: 0;
    text-align: left;
    border: 0;
    color: #23292e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important
}

body {
    background: #fff;
    scroll-behavior: smooth
}

h1 {
    font-size: 40px;
    line-height: 40px
}

h2 {
    font-size: 36px;
    line-height: 36px
}

h3 {
    font-size: 30px;
    line-height: 30px
}

h4 {
    font-size: 25px;
    line-height: 25px
}

h5 {
    font-size: 20px;
    line-height: 20px
}

h6 {
    font-size: 15px;
    line-height: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal
}

hr {
    margin: 15px 0;
    border-top: 1px solid #fff;
    height: 1px
}

.text-left {
    text-align: left!important
}

.text-center {
    text-align: center!important
}

.text-right {
    text-align: right!important
}

.white-space {
    white-space: nowrap!important
}

.shake-rotate {
    animation-name: shake-rotate;
    animation-duration: 5.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

::selection {
    background: #00a0e6;
    color: #fff
}

::-moz-selection {
    background: #00a0e6;
    color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

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

b,
strong {
    font-weight: 700
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

legend {
    border: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 600
}

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

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        width: 1340px
    }
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: block
}

.col-lg-10:after,
.col-lg-11:after,
.col-lg-12:after,
.col-lg-1:after,
.col-lg-2:after,
.col-lg-3:after,
.col-lg-4:after,
.col-lg-5:after,
.col-lg-6:after,
.col-lg-7:after,
.col-lg-8:after,
.col-lg-9:after,
.col-md-10:after,
.col-md-11:after,
.col-md-12:after,
.col-md-1:after,
.col-md-2:after,
.col-md-3:after,
.col-md-4:after,
.col-md-5:after,
.col-md-6:after,
.col-md-7:after,
.col-md-8:after,
.col-md-9:after,
.col-sm-10:after,
.col-sm-11:after,
.col-sm-12:after,
.col-sm-1:after,
.col-sm-2:after,
.col-sm-3:after,
.col-sm-4:after,
.col-sm-5:after,
.col-sm-6:after,
.col-sm-7:after,
.col-sm-8:after,
.col-sm-9:after,
.col-xs-10:after,
.col-xs-11:after,
.col-xs-12:after,
.col-xs-1:after,
.col-xs-2:after,
.col-xs-3:after,
.col-xs-4:after,
.col-xs-5:after,
.col-xs-6:after,
.col-xs-7:after,
.col-xs-8:after,
.col-xs-9:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .col-lg-1,
* html .col-lg-10,
* html .col-lg-11,
* html .col-lg-12,
* html .col-lg-2,
* html .col-lg-3,
* html .col-lg-4,
* html .col-lg-5,
* html .col-lg-6,
* html .col-lg-7,
* html .col-lg-8,
* html .col-lg-9,
* html .col-md-1,
* html .col-md-10,
* html .col-md-11,
* html .col-md-12,
* html .col-md-2,
* html .col-md-3,
* html .col-md-4,
* html .col-md-5,
* html .col-md-6,
* html .col-md-7,
* html .col-md-8,
* html .col-md-9,
* html .col-sm-1,
* html .col-sm-10,
* html .col-sm-11,
* html .col-sm-12,
* html .col-sm-2,
* html .col-sm-3,
* html .col-sm-4,
* html .col-sm-5,
* html .col-sm-6,
* html .col-sm-7,
* html .col-sm-8,
* html .col-sm-9,
* html .col-xs-1,
* html .col-xs-10,
* html .col-xs-11,
* html .col-xs-12,
* html .col-xs-2,
* html .col-xs-3,
* html .col-xs-4,
* html .col-xs-5,
* html .col-xs-6,
* html .col-xs-7,
* html .col-xs-8,
* html .col-xs-9 {
    height: 1px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@media (max-width:767px) {
    .visible-xs,
    .visible-xs-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm,
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md,
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg,
    .visible-lg-block {
        display: block!important
    }
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

.header {
    position: relative;
    z-index: 9990;
    background: #f3f3f3;
    padding: 30px 0;
    width: 100%;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}

.header .container {
    width: 1510px;
    max-width: 100%
}

.header .logo {
    display: block;
    float: left
}

.header .logo img {
    width: 306px;
    margin-left: 20px
}

.header nav {
    display: block
}

.header nav:after {
    content: ".";
    display: block;
    height: 0
}

* html .header nav {
    height: 1px
}

.header nav .menu {
    float: right;
    margin-right: 20px
}

.header nav .menu>li {
    float: left;
    padding: 10px 0 5px;
    margin-left: 38px;
    position: relative
}

.header nav .menu>li:first-child {
    margin-left: 0
}

.header nav .menu>li>a {
    font: 16px Montserrat;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    color: #3f3f3f;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    cursor: pointer
}

.header nav .menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #276ecf;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.header nav .menu>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #276ecf
}

.header nav .menu>li>a.button {
    height: 44px;
    line-height: 40px;
    padding: 0 39px;
    font: 500 13px/38px Montserrat
}

.header nav .menu>li>a.button:hover {
    color: #fff
}

.header nav .menu>li>a.acesso {
    font: 16px Montserrat;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    background-color: #276ecf;
    animation: pulse 2s infinite
}

.header nav .menu>li>a.acesso:hover:before {
    visibility: hidden
}

.header nav .menu>li>a.acesso:hover {
    opacity: .8;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s
}

.header nav .menu-button {
    display: none;
    cursor: pointer;
    height: 55px;
    width: 40px;
    position: relative;
    top: 0;
    right: 0;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s;
    z-index: 33;
    float: right;
    margin-right: 15px;
    margin-top: -10px
}

.header nav .menu-button .open-menu {
    margin: -1.5px 0 0 -10px;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transition: background .3s, color .2s;
    -o-transition: background .3s, color .2s;
    -webkit-transition: background .3s, color .2s;
    transition: background .3s, color .2s;
    z-index: 33;
    background: #23292e;
    height: 4px;
    width: 25px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: 0
}

.header nav .menu-button .open-menu i {
    background: #23292e;
    height: 4px;
    width: 25px;
    -moz-transition: -moz-transform .3s, background .3s;
    -o-transition: -o-transform .3s, background .3s;
    -webkit-transition: -webkit-transform .3s, background .3s;
    transition: transform .3s, background .3s;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.header nav .menu-button .open-menu i.one {
    top: -8px
}

.header nav .menu-button .open-menu i.two {
    position: absolute;
    bottom: -8px;
    left: 0
}

.nav-open .open-menu {
    background: 0 0!important
}

.como-funciona .detalhe,
.footer .detalhe {
    background-image: url(../images/efeito-header.png);
    background-position: top center;
    background-repeat: no-repeat
}

.nav-open .open-menu i.one {
    -moz-transform: translate(0, 8px) rotate(-45deg);
    -ms-transform: translate(0, 8px) rotate(-45deg);
    -webkit-transform: translate(0, 8px) rotate(-45deg);
    transform: translate(0, 8px) rotate(-45deg)
}

.nav-open .open-menu i.two {
    -moz-transform: translate(0, -8px) rotate(45deg);
    -ms-transform: translate(0, -8px) rotate(45deg);
    -webkit-transform: translate(0, -8px) rotate(45deg);
    transform: translate(0, -8px) rotate(45deg)
}

.nav-open .drop-menu {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 220px;
    border-radius: 5px;
    background-color: #276ecf;
    padding: 10px;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    display: block!important;
    z-index: 9999;
    -moz-box-shadow: 0 40px 70px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 40px 70px rgba(0, 0, 0, .3);
    box-shadow: 0 40px 70px rgba(0, 0, 0, .3)
}

.header nav .menu-open>li {
    margin-left: 32px;
    position: relative
}

.header nav .menu-open>li>a {
    font: 16px Montserrat;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    color: #fff;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    cursor: pointer
}

.header .apresentacao h1 {
    font: 60px Montserrat;
    font-weight: 600;
    color: #6d6d6d;
    margin-top: 80px
}

.header .apresentacao h1>b {
    font: 60px Montserrat;
    font-weight: 600;
    color: #276ecf
}

.header .apresentacao h2 {
    font: 35px Montserrat;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 60px;
    margin-bottom: 30px
}

.header .apresentacao h2>b {
    font: 35px Montserrat;
    font-weight: 600;
    color: #6d6d6d
}

.header .apresentacao h3 {
    font: 18px Montserrat;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 15px
}

.header .apresentacao h3>b {
    font: 18px Montserrat;
    font-weight: 600;
    color: #6d6d6d
}

.header .proposta {
    font: 22px Montserrat;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    background-color: #009300;
    margin-top: 50px;
    margin-bottom: 50px;
    animation: pulse 2s infinite;
    text-align: center;
    max-width: 300px
}

.header .proposta:hover {
    opacity: .8;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s
}

.header .produtos-m {
    display: none
}

.header .produtos {
    position: absolute;
    top: 70px;
    right: 20px
}

.header .suplemento {
    position: absolute;
    z-index: 9990;
    margin-top: -20px;
    right: 100px;
    -webkit-animation: vertical-animate 1.5s infinite alternate;
    -moz-animation: vertical-animate 1.5s infinite alternate;
    -animation: vertical-animate 1.5s infinite alternate
}

.header .cosmetico {
    position: absolute;
    z-index: 9991;
    margin-top: 420px;
    right: 100px;
    -webkit-animation: vertical-animate-reverse 1.5s infinite alternate;
    -moz-animation: vertical-animate-reverse 1.5s infinite alternate;
    -animation: vertical-animate-reverse 1.5s infinite alternate
}

.header .seta {
    position: absolute;
    z-index: 9991;
    margin-top: 390px;
    right: 600px
}

.header .quem-somos>h2 {
    font: 34px Montserrat;
    font-weight: 600;
    color: #6d6d6d;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px
}

.header .quem-somos>h3 {
    font: 18px Montserrat;
    font-weight: 400;
    color: #6d6d6d;
    text-align: center
}

.header .quem-somos>h3>b {
    font: 18px Montserrat;
    font-weight: 600;
    color: #6d6d6d;
    text-align: center
}

.header .apresentacao {
    margin-left: 15px
}

.mouse {
    max-width: $mouse-width;
    width: 100%;
    height: auto
}

.scroll {
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.65, -.55, .25, 1.5);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform, opacity;
    opacity: 1
}

.scroll-link {
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px
}

@keyframes scroll {
    0%,
    20% {
        transform: translateY(0) scaleY(1)
    }
    100% {
        transform: translateY(36px) scaleY(2);
        opacity: 0
    }
}

.como-funciona {
    background-color: #276ecf;
    padding-top: 120px;
    text-align: center;
    min-height: 1000px
}

.como-funciona .detalhe {
    position: absolute;
    width: 100%;
    height: 140px;
    margin-top: -120px;
    z-index: 9992
}

.como-funciona>h2 {
    font: 48px Montserrat;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 70px
}

.como-funciona>h3 {
    font: 18px Montserrat;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 25px
}

.como-funciona a,
.como-funciona>h3>b {
    font: 18px Montserrat;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.slider {
    width: 100%;
    margin-top: 30px
}

.slider .item {
    padding: 80px 10px 10px
}

.painel,
.perguntas {
    padding-top: 60px;
    text-align: center
}

.slider .item .bloco img {
    margin-top: -40px
}

.slider .item .bloco {
    background-color: #fff;
    border-radius: 10px;
    height: 340px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.como-funciona .slick-next,
.como-funciona .slick-prev,
.painel .slick-next {
    width: 70px!important;
    height: 50px!important;
    position: absolute
}

.slider .item .bloco h3 {
    position: absolute;
    font: 22px Montserrat;
    font-weight: 500;
    color: #6d6d6d;
    bottom: 30px
}

.slider .item .passo {
    position: absolute;
    font: 24px Montserrat;
    font-weight: 500;
    color: #fff;
    margin-top: -210px;
    z-index: 9999!important
}

.como-funciona .slick-prev {
    top: 500px!important;
    left: 10px;
    background-color: #fff
}

.como-funciona .slick-next {
    top: 500px!important;
    left: 100px;
    background-color: #fff
}

.painel {
    background-color: #fff;
    min-height: 1000px
}

.painel>h2 {
    font: 48px Montserrat;
    font-weight: 600;
    color: #767676;
    text-align: center
}

.painel>h3 {
    font: 18px Montserrat;
    font-weight: 400;
    color: #767676;
    text-align: center;
    margin-top: 25px
}

.painel>h3>b,
.perguntas h3 {
    font: 18px Montserrat;
    color: #767676
}

.painel>h3>b {
    font-weight: 600;
    text-align: center
}

.painel .slick-prev {
    display: none!important
}

.painel .slick-next {
    top: 350px!important;
    right: 30px;
    border: 1px solid #ccc
}

.como-funciona .slick-next:hover,
.como-funciona .slick-prev:hover,
.painel .slick-next:hover {
    opacity: .7
}

.perguntas {
    background-color: #f3f3f3;
    min-height: 750px
}

.perguntas h2 {
    font: 48px Montserrat;
    font-weight: 600;
    color: #767676
}

.perguntas h3 {
    font-weight: 400;
    margin-top: 25px
}

.perguntas h3 b {
    font: 18px Montserrat;
    font-weight: 600;
    color: #767676
}

.perguntas img {
    margin-top: 40px;
    width: 90%;
    margin-left: 10%
}

.accordion {
    background-color: #ffff;
    color: #868686;
    border-radius: 10px;
    cursor: pointer;
    font: 24px Montserrat;
    font-weight: 500;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 2px solid #ccc;
    outline: 0;
    transition: .4s;
    margin-top: 24px
}

.panel {
    padding-top: 10px;
    padding-left: 15px;
    max-height: 0;
    font: 18px Montserrat;
    font-weight: 400;
    color: #868686!important;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordion:after {
    content: '˃';
    font: 42px Montserrat;
    font-weight: 600;
    color: #276ecf!important;
    float: right;
    margin-left: 5px
}

.active:after {
    content: "˅"
}

.footer .detalhe {
    position: relative;
    width: 100%;
    height: 140px;
    top: 0
}

.footer .footer-top {
    background-color: #276ecf;
    margin-top: 350px;
    min-height: 300px
}

.footer nav .menu-social>li>a:before,
.footer nav .menu>li>a:before {
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.footer .container {
    width: 1510px;
    max-width: 100%
}

.footer .footer-top img {
    margin-top: -270px;
    width: 100%
}

.footer nav .menu {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer nav .menu>li {
    float: left;
    padding: 10px 0 5px;
    margin-left: 38px;
    position: relative
}

.footer nav .menu>li:first-child {
    margin-left: 0
}

.footer nav .menu>li>a {
    font: 16px Montserrat;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    color: #fff;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    cursor: pointer
}

.footer nav .menu>li>a:before {
    position: absolute;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.footer nav .menu>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff
}

.footer nav .menu-social {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer nav .menu-social>li {
    float: left;
    padding: 10px 0 5px;
    margin-left: 38px;
    position: relative
}

.footer nav .menu-social>li:first-child {
    margin-left: 0
}

.footer nav .menu-social>li>a {
    font: 16px Montserrat;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    color: #fff;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
    cursor: pointer
}

.footer nav .menu-social>li>a:before {
    position: absolute;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.footer nav .menu-social>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff
}

.footer h2,
.footer h3 {
    color: #767676;
    text-align: center
}

.footer .footer-bottom {
    background-color: #767676;
    min-height: 60px
}

.footer .form {
    width: 100%;
    min-height: 750px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -550px;
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    z-index: 9999;
    padding-left: 45px;
    padding-right: 45px
}

.footer h2 {
    font: 36px Montserrat;
    font-weight: 600;
    padding-top: 40px
}

.footer h3 {
    font: 20px Montserrat;
    font-weight: 300;
    margin-top: 25px
}

.footer label {
    font: 18px Montserrat;
    font-weight: 300;
    color: #ccc;
    margin-top: 25px;
    display: block
}

.footer input,
.footer p {
    color: #767676;
    display: block
}

.footer input {
    font: 22px Montserrat;
    font-weight: 400;
    border-bottom: 2px solid #dadada;
    width: 100%;
    padding: 10px 5px 5px;
    position: relative
}

.footer input:focus {
    border-bottom: 2px solid #276ecf!important
}

.footer p {
    font: 24px Montserrat;
    font-weight: 600;
    margin-top: 25px
}

.footer .proposta {
    font: 22px Montserrat;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    background-color: #009300;
    margin-top: 50px;
    margin-bottom: 50px;
    animation: pulse 2s infinite;
    float: right
}

.footer .proposta:hover {
    opacity: .8;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s
}

@media only screen and (max-width:1360px) {
    .header .seta {
        display: none
    }
    .header .apresentacao h1 {
        font: 42px Montserrat;
        font-weight: 600;
        margin-top: 80px
    }
    .header .apresentacao h1>b {
        font: 42px Montserrat;
        font-weight: 600;
        color: #276ecf
    }
    .header .apresentacao h2 {
        font: 28px Montserrat;
        margin-top: 60px;
        margin-bottom: 60px
    }
    .header .apresentacao h2>b {
        font: 28px Montserrat;
        font-weight: 600
    }
    .header .apresentacao h3 {
        font: 18px Montserrat;
        font-weight: 400
    }
    .header .apresentacao h3>b {
        font: 18px Montserrat;
        font-weight: 600
    }
    .header .quem-somos>h2 {
        font: 34px Montserrat;
        font-weight: 600;
        color: #6d6d6d;
        text-align: center;
        margin-top: 200px
    }
    .footer h3,
    .footer p {
        color: #767676;
        margin-top: 25px
    }
    .painel .telas>img {
        width: 90%
    }
    .painel .slick-next {
        width: 70px!important;
        height: 50px!important;
        position: absolute;
        top: 250px!important;
        right: 10px;
        background-color: #fff
    }
    .footer h2 {
        font: 30px Montserrat;
        font-weight: 600;
        color: #767676;
        text-align: center;
        padding-top: 40px
    }
    .footer h3 {
        font: 18px Montserrat;
        font-weight: 300;
        text-align: center
    }
    .footer p {
        font: 22px Montserrat;
        font-weight: 600
    }
}

@media only screen and (min-width:1190px) {
    .nav-open .drop-menu {
        display: none!important
    }
}

@media only screen and (max-width:1190px) {
    .header nav .menu {
        display: none
    }
    .header nav .menu-button {
        display: block
    }
    .header .logo img {
        width: 200px
    }
    .header .seta {
        display: none
    }
    .header .quem-somos>h2 {
        margin-top: 160px
    }
    .como-funciona>h2 {
        font: 34px Montserrat;
        font-weight: 600
    }
    .painel .slick-next {
        width: 70px!important;
        height: 50px!important;
        position: absolute;
        top: 170px!important;
        right: 0;
        background-color: #fff;
        margin-bottom: 20px
    }
    .painel {
        min-height: 800px
    }
    .accordion {
        font: 17px Montserrat;
        font-weight: 500
    }
    .perguntas img {
        margin-top: 60px
    }
    .footer h3,
    .footer p {
        color: #767676;
        margin-top: 25px
    }
    .footer h2 {
        font: 24px Montserrat;
        font-weight: 600;
        color: #767676;
        text-align: center;
        padding-top: 40px
    }
    .footer h3 {
        font: 16px Montserrat;
        font-weight: 300;
        text-align: center
    }
    .footer p {
        font: 20px Montserrat;
        font-weight: 600
    }
    .footer .form {
        width: 100%;
        min-height: 750px;
        margin-top: -550px
    }
    .accordion:after {
        font: 34px Montserrat;
        font-weight: 600
    }
}

@media only screen and (max-width:992px) {
    .footer .proposta,
    .header .apresentacao h1,
    b,
    h2,
    h3 {
        text-align: center
    }
    .header .produtos {
        display: none
    }
    .header .produtos-m {
        display: block;
        text-align: center
    }
    .header .produto-m,
    .header .quem-somos>h2 {
        margin-top: 40px
    }
    .header .proposta {
        margin: 50px auto
    }
    .header .apresentacao {
        margin-left: 0
    }
    .header .apresentacao h1 {
        font: 38px Montserrat;
        font-weight: 500;
        margin-top: 50px
    }
    .header .apresentacao h1>b {
        font: 45px Montserrat;
        font-weight: 600;
        color: #276ecf
    }
    .header .apresentacao h2 {
        font: 22px Montserrat;
        margin-top: 60px;
        margin-bottom: 60px
    }
    .header .apresentacao h2>b {
        font: 22px Montserrat;
        font-weight: 600
    }
    .header .apresentacao h3 {
        font: 15px Montserrat;
        font-weight: 400
    }
    .header .apresentacao h3>b {
        font: 15px Montserrat;
        font-weight: 600
    }
    .painel h2 {
        font: 34px Montserrat;
        font-weight: 600
    }
    .painel h3 {
        font: 17px Montserrat;
        font-weight: 400
    }
    .painel .slick-next {
        width: 70px!important;
        height: 50px!important;
        position: relative;
        top: 10px!important;
        left: 50%;
        left: calc(50% - 35px);
        background-color: #fff;
        z-index: 9999
    }
    .painel .telas>img {
        width: 100%
    }
    .painel {
        min-height: 560px
    }
    .accordion {
        font: 13px Montserrat;
        font-weight: 500
    }
    .perguntas h2 {
        font: 34px Montserrat;
        font-weight: 600;
        color: #767676
    }
    .footer .footer-top img {
        display: none
    }
    .footer .form {
        width: 100%;
        min-height: 750px;
        margin-top: -430px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px
    }
    .footer input,
    .footer p {
        font: 18px Montserrat
    }
    .footer .proposta {
        font: 16px Montserrat;
        font-weight: 600
    }
    .accordion:after {
        font: 15px Montserrat;
        font-weight: 600
    }
    .footer nav .menu>li>a {
        font: 11px Montserrat;
        font-weight: 600
    }
}

@media only screen and (max-width:768px) {
    .slider .item .bloco {
        width: 100%
    }
}

.resposta{
    color:#333333;
    border-radius: 10px;
    padding:10px;
    font: 16px Montserrat;
    font-weight: 600;
    text-align: left;
    display: block;
    position: absolute;
    margin-top: 50px;
}