a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent!important
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent!important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent!important
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent!important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent!important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent!important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(90deg);
    background-color: transparent!important
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(-90deg);
    background-color: transparent!important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icones/icomoon.eot?7zk3zn);
    src: url(../fonts/icones/icomoon.eot?7zk3zn#iefix) format('embedded-opentype'), url(../fonts/icones/icomoon.ttf?7zk3zn) format('truetype'), url(../fonts/icones/icomoon.woff?7zk3zn) format('woff'), url(../fonts/icones/icomoon.svg?7zk3zn#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!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-facebook .path1:before {
    content: "\e900";
    color: #3b5998
}

.icon-facebook .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #fff
}

.icon-twitter .path1:before {
    content: "\e902";
    color: #55acee
}

.icon-twitter .path2:before {
    content: "\e903";
    margin-left: -1em;
    color: #f1f2f2
}

.icon-whatsapp .path1:before {
    content: "\e904";
    color: #4caf50
}

.icon-whatsapp .path2:before {
    content: "\e905";
    margin-left: -1em;
    color: #fafafa
}

.icon-back-arrow:before {
    content: "\e906"
}

.icon-close-envelope:before {
    content: "\e907"
}

.icon-contrast:before {
    content: "\e908"
}

.icon-left-arrow:before {
    content: "\e909"
}

.icon-phone-receiver:before {
    content: "\e90a"
}

.icon-placeholder-for-map:before {
    content: "\e90b"
}

.icon-plus-sign-to-add:before {
    content: "\e90c"
}

.icon-right-arrow:before {
    content: "\e90d"
}

body,
html {
    overflow-x: hidden
}

body {
    font: 400 16px/1.2 Roboto, sans-serif;
    padding: 0;
    margin: 0;
    color: #707070
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

p {
    margin: 0 0 1em 0
}

.img-fluid {
    display: block;
    max-width: 100%
}

.text-center {
    text-align: center!important
}

.text-right {
    text-align: right!important
}

.text-left {
    text-align: right!important
}

.bg-green-solid {
    background-color: #33a9b6
}

.bg-black-solid {
    background-color: #404040
}

.bg-grad {
    background-image: -webkit-linear-gradient(right, #33858e, #33daeb);
    background-image: -o-linear-gradient(right, #33858e, #33daeb);
    background-image: linear-gradient(to left, #33858e, #33daeb)
}

.bg-silver {
    background-color: #e1e1e1
}

.bt-primary {
    max-width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    min-width: 222px;
    display: inline-block;
    border-radius: 33px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-image: linear-gradient(to bottom, #33daeb, #33858e);
    font-size: 18px;
    color: #fff!important;
    position: relative;
    padding: 0 30px;
    top: -2px
}

.bt-primary.act,
.bt-primary:active,
.bt-primary:focus,
.bt-primary:hover {
    background: 0 0;
    border: solid 2px #33a9b6;
    color: #33a9b6!important;
    top: 0;
    line-height: 46px
}

.bt-primary.act:hover {
    background-image: linear-gradient(to bottom, #33daeb, #33858e);
    color: #fff!important;
    height: 50px;
    line-height: 50px;
    border: none
}

.bt-primary.negative {
    background: 0 0;
    border: solid 2px #fff;
    color: #fff!important;
    top: 0;
    line-height: 46px
}

.bt-primary.negative:active,
.bt-primary.negative:hover {
    background: #fff;
    color: #33a9b6!important
}

.outline {
    font-size: 0;
    margin: 0;
    line-height: 0;
    padding: 0
}

#topoSite {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff
}

.fx-topo {
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    transition: 250ms linear
}

.fx-topo small {
    font-size: 13px
}

.fx-topo b {
    font-size: 20px
}

.fx-topo [class*=" icon-"],
.fx-topo [class^=icon-] {
    position: relative;
    top: 2px
}

.logo-topo {
    width: 240px;
    max-width: 100%;
    display: inline-block;
    transition: 250ms linear
}

.navibar {
    padding: 4px 0 0;
    background: #fff
}

.navibar ul {
    float: left
}

.navibar ul>li {
    position: relative;
    display: inline-block;
    float: left
}

.navibar ul>li a:after {
    content: '';
    height: 3px;
    width: .5%;
    margin: auto;
    display: block;
    background: #fff;
    bottom:  -35px;
    left: 0;
    transition-delay: .2s;
    transition: 250ms linear;
    opacity: 0;
    position:relative;
}

.navibar ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 35px 1.2em 32px
}

.navibar ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 35px 1.2em
}

.navibar ul>li a:hover,
.navibar ul>li a.active {
    background: -webkit-linear-gradient(to right, #33858e, #33daeb);
    background: -o-linear-gradient(to right, #33858e, #33daeb);
    background: -moz-linear-gradient(to right, #33858e, #33daeb);
    background: linear-gradient(to right, #33858e, #33daeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.navibar ul>li:hover a:after,
.navibar ul>li a.active:after {
    background-image: -webkit-linear-gradient(right, #33858e, #33daeb);
    background-image: -o-linear-gradient(right, #33858e, #33daeb);
    background-image: linear-gradient(to left, #33858e, #33daeb);
    opacity: 1;
    width: 100%;
    step: 2
}

.act-fix {
    width: 0;
    overflow: hidden;
    color: #33a9b6;
    transition: 350ms linear;
    float: right
}
.menu-fixo .navibar ul>li a:after{
	bottom: -22px
} 
#topoSite.fixo,
#topoSite.menu-fixo {
    transition: 250ms linear;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    opacity: 1;
    position: fixed
}

#topoSite.menu-fixo .fx-topo {
    height: 0;
    padding: 0;
    overflow: hidden
}

#topoSite.menu-fixo .navibar ul>li>a {
    padding: 24px .8em 22px
}

#topoSite.menu-fixo .navibar {
    padding: 0
}

.act-fix {
    display: none;
    float: right;
    width: 130px;
    padding-top: 26px
}

.logo-footer,
.logo-topo,
.powered {
    position: relative
}

.img02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.acessibilidade {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 9999
}

.acessibilidade li {
    width: 46px;
    height: 46px;
    margin-bottom: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #000
}

.acessibilidade li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 23px;
    line-height: 46px;
    text-align: center
}

.acessibilidade li small {
    font-size: .6em;
    position: relative;
    top: -5px
}

.slick-dots {
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding: 0;
    text-align: center;
    list-style-type: none
}

.slick-dots li {
    display: inline-block;
    margin: 2px 5px
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid #666;
    font-size: 0;
    background: 0 0;
    overflow: hidden;
    outline: 0;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background: #33a9b6;
    border: 1px solid #33a9b6
}

.slick-slide {
    position: relative
}

.text-banner {
    position: absolute;
    padding: 10% 50px 0;
    width: 100%;
    color: #404040;
    font-size: 25px
}

.text-banner h2 {
    color: #33a9b6;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px
}

.waveBottom {
    background: #f1f1f1;
    position: relative;
    z-index: 99;
    margin-bottom: 20%;
    top: -5px
}

.waveBottom:after {
    content: "";
    background: url(../layout/over-bottom.svg) no-repeat center 103% #fff;
    background-size: 100%;
    padding-top: 20%;
    width: 100%;
    display: block;
    position: absolute;
    top: 87%;
    z-index: -1
}

.aero {
    position: relative;
    z-index: 95
}

.banner+#conteudo {
    margin-top: -5px
}

.subir {
    top: -23px;
    position: relative
}

.subir .bx-serv {
    width: 94%;
    margin: auto
}

.bx-serv {
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative
}

.subir .bx-serv.ps-center {
    width: 100%
}

.bx-serv img {
    border-radius: 6px
}

.bx-serv figcaption {
 
    background-color: rgba(10, 81, 88, .65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    font-size: 17px
}

.bx-serv figcaption strong {
    font-size: 27px;
    display: block;
    font-weight: 400
}

.bx-serv figcaption a {
    display: block;
    height: 100%;
    width: 100%
}

.bx-serv figcaption span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 300;
    display: block;
    padding: 20px
}

.img-convenios a,
.multislide a {
    display: block;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin: auto;
    width: 184px;
    background: #fff;
    border: 10px solid #fff;
    filter: grayscale(100)
}

.img-convenios a img,
.multislide a img {
    opacity: .4
}

.img-convenios a:hover,
.img-convenios a:hover img,
.multislide a:hover,
.multislide a:hover img {
    filter: none;
    opacity: 1
}

.img-convenios a {
    max-width: 100%;
    margin-bottom: 27px
}

#conveniados .multislide a {
    width: 160px;
    box-shadow: none;
    border: 2px solid #fff
}

#conveniados {
    padding-bottom: 303px;
    position: relative;
    z-index: 999
}

.title-convenios {
    font-size: 30px;
    font-weight: 700;
    color: #33a9b6
}

.title-convenios+p {
    font-size: 17px;
    color: #707070
}

.multislide .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    font-size: 0;
    top: 50%;
    margin-top: -15px;
    background: 0 0;
    border: none;
    transform: rotate(-45deg);
    outline: 0
}

.multislide .slick-prev {
    border-left: 2px solid #33a9b6;
    border-top: 2px solid #33a9b6;
    left: -20px
}

.multislide .slick-next {
    border-right: 2px solid #33a9b6;
    border-bottom: 2px solid #33a9b6;
    right: -20px
}

.multislide .slick-arrow:hover {
    opacity: .8
}

.title-primary {
    font-size: 35px;
    font-weight: 700;
    color: #33a9b6;
    line-height: 1.2
}

#especialidade {
    font-size: 25px;
    color: #707070
}

.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    font-size: 0;
    top: 50%;
    margin-top: -15px;
    background: 0 0;
    border: none;
    transform: rotate(-45deg);
    outline: 0
}

.multislide .slick-prev {
    border-left: 2px solid #33a9b6;
    border-top: 2px solid #33a9b6;
    left: -51px
}

.multislide .slick-next {
    border-right: 2px solid #33a9b6;
    border-bottom: 2px solid #33a9b6;
    right: -20px
}

.multislide .slick-arrow:hover {
    opacity: .8
}

.title-primary {
    font-size: 34px;
    font-weight: 700;
    color: #33a9b6;
    line-height: 1.2
}

#especialidade {
    font-size: 25px;
    color: #707070;
    padding-top: 14px;
    position: relative;
    z-index: 3
}

.bx-esp {
    position: relative;
    display: block;
    border: 3px solid #fff;
    margin: 20px auto 40px;
    overflow: hidden;
    width: 286px;
    max-width: 100%;
    border-radius: 10px
}

.bx-esp img {
    border-radius: 10px
}

.bx-esp img,
.zoom img {
    max-width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.bx-esp figcaption {
    position: absolute;
    display: block;
    bottom: -1px;
    border-radius: 0 0 8px 8px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    width: 286px;
    max-width: 100%;
    height: 238px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}

.bx-esp figcaption span {
    position: absolute;
    bottom: 0;
    padding: 24px 22px;
    display: block;
    width: 100%
}

.bx-esp:hover img,
.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.slide-especialidades .slick-arrow,
.slideqs .slick-arrow {
    position: absolute;
    width: 67px;
    height: 67px;
    cursor: pointer;
    overflow: hidden;
    z-index: 9;
    font-size: 0;
    top: 50%;
    text-align: center;
    margin-top: -33.5px;
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    border-radius: 50%
}

.slide-especialidades .slick-prev {
    left: -29px
}

.slide-especialidades .slick-prev:after,
.slideqs .slick-prev:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    left: 2px
}

.slide-especialidades .slick-next {
    right: -32px
}

.slideqs .slick-next {
    right: -23px
}

.slideqs .slick-prev {
    left: -29px
}

.slide-especialidades .slick-next:after,
.slideqs .slick-next:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
    left: -2px
}

.slide-especialidades .slick-arrow:hover:after,
.slideqs .slick-arrow:hover:after {
    opacity: 1
}

.slide-especialidades .slick-arrow:hover:after,
.slideqs .slick-arrow:hover:after {
    border-color: #33a9b6
}

.wavetop {
    background: #f1f1f1;
    position: relative;
    padding: 81px 0 50px;
    z-index: 99
}

.wavetop:before {
    content: "";
    background: url(../layout/over-top.svg) no-repeat center 103% #fff;
    background-size: 100%;
    padding-top: 30%;
    width: 104%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.square {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: -123px
}

.square img {
    position: relative;
    z-index: 9;
    opacity: 0;
    transition: 250ms linear
}

.cicle-eye-bg {
    position: absolute;
    width: 90%;
    height: 90%;
    background: rgba(162, 162, 162, .12);
    border-radius: 50%;
    z-index: 1;
    left: 5%;
    top: 5%;
    opacity: 0;
    transform: scale(.85);
    transition: all 950ms ease-in-out
}

.cicle-eye {
    position: absolute;
    width: 70%;
    height: 70%;
    background: rgba(162, 162, 162, .4);
    border-radius: 50%;
    left: 15%;
    top: 15%;
    z-index: 2;
    transform: scale(.5);
    border: 0;
    opacity: 0;
    transition: all 550ms ease-in-out
}

.cicle-eye-bg.bubble {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.cicle-eye.bubble {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.square img.bubble {
    opacity: 1
}

.rel {
    position: relative;
    height: 1
}

.mtop100 {
    margin-top: 390px;
    font-size: 34px
}

.box-noti {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    width: 266px;
    margin: 37px auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: 350ms linear
}

.bx-txt {
    padding: 21px 21px 11px;
    color: #707070;
    font-size: 20px;
    line-height: 1.2;
    height: 185px
}

.bx-txt strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400!important;
    color: #33a9b6
}

.box-noti:hover {
    top: -5px
}

.box-noti:hover img {
    filter: grayscale(10)
}

.waveDotted {
    position: relative
}

.waveDotted:after {
    content: "";
    background: url(../layout/over-bottom-doted.svg) no-repeat center 103%;
    background-size: cover;
    padding-top: 21.82%;
    width: 100%;
    display: block;
    position: absolute;
    top: 94%
}

#especialista {
    padding: 260px 0 35px
}

.overline {
    width: 320px;
    border: none;
    border-top: 1px solid #ccc;
    position: relative;
    margin: 10px auto
}

.overline.center:before,
.overline.left:before {
    content: '';
    height: 1px;
    width: 180px;
    margin: auto;
    background: #33a9b6;
    display: block;
    top: -2px;
    position: relative
}

.overline.left {
    margin-left: 0
}

.overline.left:before {
    margin-left: 0
}

.location {
    position: relative;
    padding-left: 34.5%
}

.address {
    background: #33a9b6;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    padding: 50px;
    width: 35%;
    z-index: 9
}

.address h4 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 27px
}

.address p span {
    margin-right: 10px
}

.address .icon-placeholder-for-map {
    margin-top: 13px;
    float: left
}

.bt-primary.negative {
    min-width: 168px;
    font-size: 15px;
    line-height: 38px;
    height: 40px;
    margin: 0 0 18px
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 355px;
    position: relative;
    height: 0
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.logo-footer {
    width: 184px;
    display: inline-block
}

#rodape {
    padding: 17px;
    color: #404040;
    font-size: 13px
}

.powered {
    text-align: right;
    margin: 0 5px;
    display: block
}

.bannerInterna {
    background: url(../layout/banner-internas.jpg) no-repeat center top;
    background-size: cover;
    padding: 62px 0;
    text-align: center;
    text-transform: uppercase
}

.bannerInterna h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff
}

.bannerInterna .overline.center:before {
    background: #fff
}

#section-primary {
    padding: 65px 32px 119px;
    position: relative;
    z-index: 999
}

.h2-blue {
    font-size: 27px;
    /*font-size: 34px;*/
    font-weight: 700;
    color: #33a9b6;
    text-transform: uppercase
}

.bigcircle img {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.page-int .wavetop::before {
    top: -359px
}

.padHorizon {
    padding: 114px 25px 0
}

.art-min {
    font-size: 16px;
    color: #707070;
    line-height: 1.8;
    position: relative;
    z-index: 99
}

.blue {
    color: #33a9b6
}

.h6 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4
}

.mytags {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #33a9b6;
    display: inline-block;
    padding: 6px 20px;
    color: #fff!important;
    font-size: 18px;
    border-radius: 50px;
    margin: 0 10px 18px 0
}

.mytags:hover {
    opacity: .9
}

.slideqs img {
    border-radius: 50%
}

.title-h3 {
    text-align: center;
    font-size: 27px;
    color: #707070
}

#m-noticias .slick-dots {
    text-align: left;
    bottom: -35px
}

#m-noticias .bx-esp {
    border-color: #f0f0f0
}

#galeria {
    padding: 77px 32px 50px;
    position: relative;
    z-index: 999
}

#galeria .bx-esp {
    margin: 15px auto
}

article {
    color: #707070
}

article img {
    max-width: 100%;
    display: inline-block
}

.linkvoltar {
    font-size: 16px
}

.headArticle h1 {
    padding: 35px 0;
    font-size: 52px;
    color: #343434
}

.bodyArticle {
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #707070
}

.outhers {
    margin-top: 120px
}

.secaoint {
    padding: 80px 0
}

.bannerTratamento {
    height: 444px;
    position: relative;
    top: -7px;
    background: url(../layout/bg-catarata.jpg) no-repeat center top
}

.bannerTratamento:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}

.fixbottom {
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 9;
    color: #fff
}

.fixbottom h2 {
    font-size: 52px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400
}

.filtros {
    color: #33a9b6;
    font-size: 16px
}

.bt-blue {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    border-radius: 100px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .35);
    background-color: #33a9b6;
    line-height: 60px;
    text-align: center;
    margin-top: 20px
}

.bt-blue:hover {
    background-color: #36d1e2
}

.titleConf h3 {
    font-size: 30px;
    color: #707070
}

.titleConf h1:after,
.titleConf h2:after,
.titleConf h3:after,
.titleConf h4:after,
.titleConf h5:after,
.titleConf h6:after {
    content: '';
    background: #33a9b6;
    height: 1px;
    width: 62px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    top: -5px
}

.grupo {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.titulo {
    padding: 21px 40px;
    border-radius: 10px 10px 0 0;
    background-color: #33a9b6;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative
}

.titulo:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 35px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 21px;
    transition: 250ms linear
}

.titulo.open:before {
    transform: rotate(-134deg);
    top: 30px
}

.wrap {
    border: solid 1px #cbcbcb;
    border-top: solid 1px #33a9b6;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: none
}

.wrap div.tx {
    padding: 40px;
    line-height: 1.75
}

.postitile {
    font-size: 25px;
    color: #707070
}

aside strong {
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    color: #7e7e7e;
    display: block;
    margin-bottom: 20px
}

aside {
    padding-top: 65px
}

aside a {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #949494;
    color: #fff!important;
    display: block;
    line-height: 1.22;
    font-size: 18px;
    padding: 18px 24px;
    margin-bottom: 10px;
    border-radius: 7px
}

aside a:hover {
    background-color: #42c2d1
}

aside a.act {
    background-color: #33a9b6
}

.categoria-ampliada {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #33a9b6;
    margin-bottom: 20px
}

.moldura {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.boxbNoticias {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}

.chmNoticiab {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 46px 46px 50px;
    z-index: 999;
    font-size: 30px;
    color: #fff
}

.mostcat {
    font-size: 16px;
    margin-bottom: 15px
}

.bannernoticias .slick-dots {
    position: absolute;
    bottom: 21px;
    margin-left: 39px;
    width: 100%;
    padding: 0;
    text-align: left;
    list-style-type: none;
    z-index: 9999
}

.bannernoticias .slick-dots li button {
    border: 3px solid #fff
}

.bannernoticias .slick-dots li.slick-active button {
    border: 3px solid #33a9b6
}

.separ {
    margin-bottom: 120px
}

.box-listas {
    padding: 15px 0 30px
}

.chm {
    border-radius: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    font-size: 15px;
    color: #606060;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.chm:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.chm h3 {
    font-size: 23px;
    color: #707070;
    font-weight: 400
}

.cate {
    color: #33a9b6;
    font-size: 16px;
    display: block;
    margin-bottom: 17px
}

.paginacao {
    border: 1px solid #33a9b6;
    border-radius: 5px;
    font-size: 18px;
    color: #707070;
    display: flex;
    width: 352px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}

.paginacao a {
    width: 50px;
    height: 50px;
    color: #707070;
    text-align: center;
    line-height: 50px
}

.paginacao a.passar,
.paginacao a.voltar {
    background: #33a9b6;
    color: #fff
}

.paginacao a.act,
.paginacao a:hover {
    background: #42c2d1!important;
    opacity: .8;
    color: #fff
}

.txtchm {
    padding: 1em
}

#head-article {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px
}

#head-article h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2
}

.bt-blue {
    width: 256px;
    max-width: 100%;
    height: 55px;
    border-radius: 35px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #33a9b6;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #fff!important;
    line-height: 55px
}

.bt-blue:hover {
    background: #42c2d1;
    color: #fff!important
}

#artigo {
    line-height: 1.75
}

#contato input,
#contato textarea {
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #fff;
    display: block;
    color: #606060;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 14px 23px;
    width: 100%;
    font-family: Roboto;
    outline: 0
}

#contato textarea {
    height: 115px;
    resize: vertical
}

#contato input[type=submit] {
    background: 0 0;
    border: solid 1px #33a9b6;
    color: #33a9b6!important;
    top: 0;
    line-height: 46px;
    padding: 0;
    border-radius: 28px;
    max-width: 186px;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px
}

#contato input[type=submit]:hover {
    background: #33a9b6;
    color: #fff!important
}

.accordion img {
    max-width: 100%;
    display: inline-block
}

.accordion  ul{
    list-style: circle;
    list-style-type: circle;
}

.constratar,
.constratar .navibar,
.constratar aside a {
    background: #000;
    color: #fff
}

.constratar .bx-esp {
    border-color: #000
}

.constratar .img01 {
    display: none!important
}

.constratar .img02 {
    display: block!important;
    position: relative
}

.constratar .bodyArticle,
.constratar .postitile,
.constratar article,
.constratar h1,
.constratar h2,
.constratar h3,
.constratar h4,
.constratar h5,
.constratar h6 {
    color: #fff
}

.constratar .cate,
.constratar .chm h3,
.constratar .tx {
    color: #000!important
}

.constratar .acessibilidade li a,
.constratar .fx-topo,
.constratar .titulo,
.constratar aside a.act {
    background: #fff;
    color: #000!important
}

.constratar .titulo.open:before,
.constratar .titulo:before {
    border-color: #000
}

.constratar .navibar ul>li:hover a {
    background: -webkit-linear-gradient(to right, #fce300, #fce300);
    background: -o-linear-gradient(to right, #fce300, #fce300);
    background: -moz-linear-gradient(to right, #fce300, #fce300);
    background: linear-gradient(to right, #fce300, #fce300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.constratar .navibar ul,
.constratar .waveBottom,
.constratar .waveDotted,
.constratar .wavetop {
    background: #1b1b1b;
    color: #fff
}

.constratar .mytags {
    background: #000;
    color: #fff
}

.constratar .blue,
.constratar article.art-min,
.constratar aside strong {
    color: #fff
}

.constratar .waveBottom:after {
    background: url(../layout/over-bottom-negative.svg) no-repeat center 103% #000;
    background-size: 100%
}

.constratar .wavetop:before {
    background: url(../layout/over-top-negative.svg) no-repeat center 103% #000;
    background-size: 100%
}

.constratar .waveDotted:after {
    background: url(../layout/over-bottom-doted-negative.svg) no-repeat center 103%;
    background-size: 100%;
    filter: contrast(103%)
}

.constratar .address {
    background: #262626
}

.constratar .bx-txt,
.constratar .bx-txt strong {
    color: #000
}

.constratar .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff
}

.constratar .bt-blue,
.constratar section .bt-primary {
    background: #fff;
    color: #000!important;
    border: none
}

.constratar section .bt-primary:hover {
    background: #f0f0f0;
    color: #000!important;
    border: none;
    line-height: 50px;
    top: -2px
}

.constratar section .bt-primary.act {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff!important;
    top: 0
}

.constratar form#contato input[type=submit]:hover,
.constratar section .bt-primary.act:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000!important;
    top: 0
}

.constratar .multislide .slick-next,
.constratar .multislide .slick-prev,
.constratar .paginacao,
.constratar .paginacao a.passar,
.constratar .paginacao a.voltar,
.constratar form#contato input[type=submit] {
    border-color: #fff;
    background: #000;
    color: #fff!important
}

.constratar .paginacao a.act,
.constratar .paginacao a:hover {
    background: #fff!important;
    color: #000
}

.constratar #m-noticias .bx-esp {
    border-color: #1e1e1e
}

.constratar .bx-serv figcaption {
    background: rgba(0, 0, 0, .6)
}

.icone {
    display: flex;
    align-items: center;
    float: right
}

.icone a {
    font-size: 40px;
    display: inline-block;
    margin-left: 15px
}

.icone a:hover {
    opacity: .8
}

.bannerMobile,
.fig-mobile,
.openMobile {
    display: none
}

.buttonOpen {
    display: none
}

#erro {
    font-size: 20px;
    text-center: center;
    padding: 40px 0
}

#erro a {
    color: #17abab
}

.getMenumobile {
    display: none;
    background-image: -webkit-linear-gradient(right, #33858e, #33daeb);
    background-image: -o-linear-gradient(right, #33858e, #33daeb);
    background-image: linear-gradient(to left, #33858e, #33daeb);
    color: #fff;
    text-align: center;
    font-size: 35px;
    padding: 20px 0 55px;
    height: 100vh;
    overflow: auto;
    padding-top: 84px
}

.getMenumobile li {
    margin-bottom: 1em
}

.menuaberto {
    background-image: -webkit-linear-gradient(right, #33858e, #33daeb);
    background-image: -o-linear-gradient(right, #33858e, #33daeb);
    background-image: linear-gradient(to left, #33858e, #33daeb)
}

.menuaberto .img01 {
    display: none
}

.menuaberto .img02 {
    display: block;
    position: relative
}

.constratar .getMenumobile {
    background: #000
}
@media only screen and (min-width:1400px) {
	.wavetop {   
	    padding: 284px 0 50px;
	}
}
@media only screen and (max-width:1335px) {
    .navibar ul>li>a {
        font-size: 17px;
        padding: 35px .8em
    }
    #topoSite.menu-fixo .navibar ul>li>a {
        padding: 24px .4em 22px
    }
    .constratar .wavetop:before::after {
        height: 5px;
        content: '';
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:1055px) {
    .fx-topo b {
        font-size: 1.4em
    }
    .fx-topo {
        font-size: 12px
    }
    .noroller {
        overflow: hidden
    }
    .navibar ul {
        position: fixed;
        top: 116px;
        z-index: 9999;
        width: 100%;
        float: none;
        background: #fff;
        left: 0;
        height: calc(100vh - 116px);
        overflow: hidden;
        display: none
    }
    .navibar ul>li {
        border-top: dotted 2px #33a9b6;
        display: block;
        float: none
    }
    .navibar ul>li>a {
        padding: .8em
    }
    .openMobile {
        display: block;
        float: right
    }
    button {
        outline: 0
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-image: -webkit-linear-gradient(right, #33858e, #33daeb);
        background-image: -o-linear-gradient(right, #33858e, #33daeb);
        background-image: linear-gradient(to left, #33858e, #33daeb)
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-image: none;
        background-color: #fff!important
    }
    .act-fix,
    .h2-blue br,
    .title-primary br {
        display: none!important
    }
    .mtop100 {
        margin-top: 225px;
        font-size: 34px
    }
    .map-responsive {
        padding-bottom: 429px
    }
    .multislide .slick-prev{
		left:17px;
    }
    .slide-especialidades .slick-prev {
        left: 0
    }
    .multislide .slick-next{
    	 right: 17px
    }
    .slide-especialidades .slick-next {
        right: 0
    }
    .h2-blue {
        font-size: 30px
    }
    .wavetop:before {
        padding-top: 27.82%
    }
    #m-noticias .bt-primary {
        float: left
    }
    .address {
        font-size: 16px
    }
    #especialidade {
        text-align: center
    }
    .square {
        max-width: 302px;
        text-align: center;
        position: absolute;
        top: 28px;
        right: 0
    }
    .address {
        text-align: center;
        width: 100%;
        position: relative
    }
    .address .icon-placeholder-for-map,
    .address p span {
        display: block;
        float: none;
        margin-bottom: 15px
    }
    #rodape {
        text-align: center
    }
}

@media only screen and (max-width:800px) {
    .page-int .wavetop::before {
        top: -183px
    }
    #m-noticias .bt-primary {
        float: none
    }
    .text-banner {
        padding: 32% 25px 0
    }
    .subir .bx-serv {
        width: 100%;
        height: 250px;
        margin-bottom: 15px
    }
    .subir {
        top: 45px;
        position: relative
    }
    .first-slide {
        text-align: center;
        margin: 20px auto
    }
    .aero {
        position: relative;
        z-index: 95;
        padding: 0 0 48px
    }
    #especialista {
        padding: 167px 0 35px
    }
    .powered {
        float: none;
        text-align: center
    }
    .powered img {
        display: block;
        margin: 10px auto;
        max-width: 91px
    }
    .powered img.img02 {
        display: none
    }
    .constratar .powered img.img01 {
        display: none
    }
    .constratar .powered img.img02 {
        display: block
    }
    .slideqs {
        max-width: 450px;
        width: 100%;
        margin: auto
    }
    .padHorizon {
        padding: 50px 15px
    }
    .waveBottom:after {
        top: 93%
    }
    #conveniados {
        padding-bottom: 216px
    }
    .multislide {
        margin-top: 20px
    }
    .fig-desktop,
    .square {
        display: none
    }
    .fx-topo .text-right {
        text-align: left!important
    }
    .fig-mobile {
        display: block;
        margin-bottom: 10px
    }
    #m-noticias {
        text-align: center
    }
    .overline.left {
        margin-left: auto
    }
    .overline.left:before {
        margin-left: auto
    }
    #galeria {
        padding: 32px
    }
    aside strong {
        padding: 15px;
        font-size: 31px;
        position: relative;
        display: block;
        border-bottom: 5px solid #7d7d7d
    }
    aside strong:after {
        content: "";
        width: 19px;
        height: 19px;
        display: block;
        border-bottom: 5px solid #7e7e7e;
        border-right: 5px solid #7e7e7e;
        transform: rotate(45deg);
        position: absolute;
        right: 21px;
        top: 22px
    }
    .banner,
    .lista-categorias {
        display: none
    }
    #topoSite.firmar {
        position: fixed
    }
    .bannerMobile {
        display: block
    }
}

@media only screen and (max-width:600px) {
    .logo-topo {
        width: 188px
    }
.bannerTratamento {
    height: 488px;
}
    .chm img {
        width: 100%
    }
    .paginacao {
        margin: 30px auto
    }
    .fx-topo,
    .fx-topo small {
        display: none
    }
    img[alt=ilustracao] {
        display: none
    }
    .navibar ul {
        position: fixed;
        top: 83px;
        height: calc(100vh - 83px);
        overflow: auto
    }
    .waveBottom:after {
        background-size: cover
    }
    .waveBottom:after {
        top: 98%
    }
    .title-primary {
        font-size: 26px
    }
    #especialidade {
        font-size: 19px
    }
    .text-banner {
        padding: 5% 25px 0
    }
    .text-banner h2 {
        font-size: 26px
    }
    .bannerMobile .slick-dots {
        bottom: 19px
    }
    .bannerMobile .bt-primary {
        display: block
    }
    .subir .bx-serv {
        height: auto
    }
    .aero {
        padding-bottom: 0
    }
    #especialidade {
        padding: 50px 0
    }
    .mtop100 {
        margin-top: 105px
    }
    .waveDotted:after {
        padding-top: 28.82%
    }
    #especialista {
        padding: 120px 0 35px
    }
    .bannerInterna {
        background: url(../layout/banner-internas-mob_02.jpg) no-repeat center top
    }
    .bannerInterna h2 {
        font-size: 28px
    }
    body,
    html {
        max-width: 100%;
        overflow-x: hidden
    }
    main br {
        display: none
    }
    .bigcircle {
        margin-bottom: 10px
    }
    #section-primary {
        padding: 80px 15px
    }
    .page-int .wavetop::before {
        top: -17px
    }
    .mytags {
        font-size: 15px
    }
    .padHorizon {
        padding: 50px 15px 0
    }
    #conveniados {
        padding: 60px 0
    }
    #m-noticias {
        padding-top: 131px
    }
    .headArticle h1 {
        font-size: 41px
    }
    .outhers {
        margin-top: 60px
    }
    #galeria {
        padding: 32px 15px
    }
    .wrap div.tx {
        padding: 40px 15px;
        line-height: 1.75
    }
    .secaoint {
        padding: 40px 0 0
    }
    .chmNoticiab {
        font-size: 15px;
        padding: 40px 20px;
        bottom: 17px
    }
    .moldura {
        margin: 15px 0
    }
    .bannernoticias .slick-dots {
        bottom: 43px;
        left: -24px
    }
    #head-article h2 {
        font-size: 30px
    }
    aside {
        padding-top: 0
    }
    aside strong {
        padding: 8px;
        font-size: 22px;
        border-width: 3px
    }
    aside strong:after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        border-bottom: 3px solid #7e7e7e;
        border-right: 3px solid #7e7e7e;
        transform: rotate(45deg);
        position: absolute;
        right: 15px;
        top: 11px
    }
    .compartilhe,
    .icone {
        display: block;
        text-align: center;
        float: none
    }
    article footer {
        text-align: center
    }
    .first-slide {
        text-align: center;
        margin: 64px auto
    }
    .buttonOpen {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
        background-image: linear-gradient(to bottom, #33daeb, #33858e);
        border-radius: 50%;
        text-align: center;
        display: block;
        height: 67px;
        width: 67px;
        padding: 7px
    }
    .acessibilidade li {
        border-radius: 50%;
        display: none;
        overflow: hidden
    }
    .acessibilidade {
        top: auto;
        bottom: 20px;
        right: 20px
    }
    .acessibilidade ul {
        position: absolute;
        bottom: 72px;
        left: 5px
    }
    .acessibilidade li {
        width: 55px;
        height: 55px;
        margin-bottom: 2px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
        background-color: #000;
        line-height: 62px
    }
    .text-banner {
        font-size: 17px
    }
    .titleConf h3 {
        line-height: 1.2
    }
    .titleConf h1:after,
    .titleConf h2:after,
    .titleConf h3:after,
    .titleConf h4:after,
    .titleConf h5:after,
    .titleConf h6:after {
        top: 10px
    }
    .separ {
        margin-bottom: 0
    }
    .slideqs {
        margin-bottom: 20px
    }
    .getMenumobile{
    	padding-top: 45px;
    }
    .getMenumobile li {
	    margin-bottom: 18px;
	    font-size: 29px;	   
	}
	.slick-slide img{
		
		margin-left:auto;
		margin-right:auto;
	}
	#m-noticias .slick-dots {
	    text-align: center;
	    bottom: -3px;
	}
	#m-noticias .bt-primary{
		margin-top: 26px;
	}

}

@media only screen and (max-width:480px) {
    #especialidade {
        padding: 45px 0 20px
    }
    #especialista {
        padding: 100px 0 35px
    }
    #section-primary {
        padding: 40px 0
    }
    #conveniados {
        padding: 46px 0 32px
    }
    #galeria {
        padding: 32px 0
    }
    .mtop100 {
        margin-top: 84px
    }
    .waveBottom:after {
        padding-top: 25%
    }
    .bigcircle {
        margin-bottom: 20px
    }
    .constratar .waveBottom:after {
        padding-top: 22%;
        top: 97%
    }
    .constratar .multislide .slick-arrow {
        background: 0 0!important
    }
    .constratar .wavetop:before {
        padding-top: 29.82%
    }
}