html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform,height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10%;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.ui-slider-tabs-list-wrapper {
    position: relative;
    width: 100%;
    font-family: Arial,sans-serif;
    margin: 0 0 -1px 0;
    z-index: 50
}

.ui-slider-tabs-list-wrapper.bottom {
    margin: -1px 0 0 0
}

.ui-slider-tabs-list-container {
    overflow: hidden
}

.ui-slider-tabs-list {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none
}

.ui-slider-tabs-list li {
    display: inline-block;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f5f5f5',GradientType=0)
}

.ui-slider-tabs-list li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    margin: 0
}

.ui-slider-tabs-list li a:hover {
    color: #000
}

.ui-slider-tabs-list li.selected {
    border-bottom-color: #fff;
    border-top-color: #cfcfcf;
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: linear-gradient(top,#ffffff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0)
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected {
    border-top-color: #fff;
    border-bottom-color: #cfcfcf
}

.ui-slider-tabs-list li.selected a {
    cursor: default;
    color: #000
}

.ui-slider-tabs-list li:first-of-type {
    border-left: 1px solid #cfcfcf
}

.ui-slider-tabs-content-container {
    position: relative;
    border: 1px solid #cfcfcf;
    z-index: 1;
    overflow: hidden;
    background-color: #fff
}

.ui-slider-tab-content {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    padding: 10px
}

.ui-slider-left-arrow,.ui-slider-right-arrow,.ui-slider-left-arrow.edge:hover,.ui-slider-right-arrow.edge:hover {
    display: block;
    position: absolute;
    border: 1px solid #cfcfcf;
    background: #fcfcfc;
    background: -moz-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    background: linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f5f5f5',GradientType=0)
}

.ui-slider-left-arrow:hover,.ui-slider-right-arrow:hover {
    background: #fff;
    background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 100%);
    background: linear-gradient(top,#ffffff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0)
}

.ui-slider-left-arrow {
    left: 0;
    top: 0;
    box-shadow: 2px 0 1px rgba(0,0,0,.06);
    border-top-left-radius: 4px
}

.ui-slider-left-arrow div {
    background-image: url(../../images/sliderTabs/leftArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit
}

.ui-slider-left-arrow.edge div {
    opacity: .25
}

.ui-slider-left-arrow.edge {
    box-shadow: none;
    cursor: default
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px
}

.ui-slider-right-arrow {
    top: 0;
    right: 0;
    box-shadow: -2px 0 1px rgba(0,0,0,.06);
    border-top-right-radius: 4px
}

.ui-slider-right-arrow div {
    background-image: url(../../images/sliderTabs/rightArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit
}

.ui-slider-right-arrow.edge div {
    opacity: .25
}

.ui-slider-right-arrow.edge {
    box-shadow: none;
    cursor: default
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px
}

.ui-slider-tabs-indicator-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.ui-slider-tabs-indicator {
    width: 10px;
    height: 10px;
    background-image: url(../../images/sliderTabs/indicator.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer
}

.ui-slider-tabs-indicator.selected {
    background-image: url(../../images/sliderTabs/indicatorActive.png)
}

.ui-slider-tabs-leftPanelArrow {
    position: absolute;
    left: 0;
    width: 30px;
    height: 35px;
    background-image: url(../../images/sliderTabs/leftPanelArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=5)
}

.ui-slider-tabs-rightPanelArrow {
    position: absolute;
    right: 0;
    width: 30px;
    height: 35px;
    background-image: url(../../images/sliderTabs/rightPanelArrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=5)
}

.ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-leftPanelArrow.showOnHover {
    opacity: 0;
    display: none
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover {
    opacity: .5;
    display: inline-block
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover {
    opacity: 1
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

object {
    display: none
}

@font-face {
    font-family: 'robotomedium';
    src: url(../fonts/roboto-medium.eot);
    src: url(../fonts/roboto-medium.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-medium.woff2) format('woff2'),url(../fonts/roboto-medium.woff) format('woff'),url(../fonts/roboto-medium.ttf) format('truetype'),url(../fonts/roboto-medium.svg#robotomedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotolight';
    src: url(../fonts/roboto-light.eot);
    src: url(../fonts/roboto-light.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-light.woff2) format('woff2'),url(../fonts/roboto-light.woff) format('woff'),url(../fonts/roboto-light.ttf) format('truetype'),url(../fonts/roboto-light.svg#robotolight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotothin';
    src: url(../fonts/roboto-thin.eot);
    src: url(../fonts/roboto-thin.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-thin.woff2) format('woff2'),url(../fonts/roboto-thin.woff) format('woff'),url(../fonts/roboto-thin.ttf) format('truetype'),url(../fonts/roboto-thin.svg#robotothin) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotobold';
    src: url(../fonts/roboto-bold.eot);
    src: url(../fonts/roboto-bold.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-bold.woff2) format('woff2'),url(../fonts/roboto-bold.woff) format('woff'),url(../fonts/roboto-bold.ttf) format('truetype'),url(../fonts/roboto-bold.svg#robotobold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotoregular';
    src: url(../fonts/roboto-regular.eot);
    src: url(../fonts/roboto-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/roboto-regular.woff2) format('woff2'),url(../fonts/roboto-regular.woff) format('woff'),url(../fonts/roboto-regular.ttf) format('truetype'),url(../fonts/roboto-regular.svg#robotoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

ul {
    list-style: none
}

* {
    margin: 0 auto;
    padding: 0
}

.clear {
    clear: both
}

input,button {
    outline: 0
}

a {
    text-decoration: none;
    color: #046330
}

a.externo:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    font-size: .8em
}

a:hover {
    text-decoration: underline
}

.bg-f5 {
    background-color: #f5f5f5
}

.bg-f6 {
    background-color: #f6f6f6
}

.top-20 {
    margin-top: 20px
}

.top-35 {
    margin-top: 35px!important
}

.top-50 {
    margin-top: 50px
}

.top-80 {
    margin-top: 80px
}

.w120 {
    width: 120px
}

.w175 {
    width: 175px
}

.center {
    width: 1170px;
    position: relative;
    margin: 0 auto
}

.center-menor {
    width: 1030px
}

header .redesocial {
    float: left
}

header .redesocial .link {
    font-size: 24px;
    color: #767676!important;
    margin: 2px 5px;
    border: initial!important;
    padding: initial!important;
    float: left
}

header .redesocial .link:hover {
    color: #25774b!important
}

header {
    color: #046330;
    background-color: #FFF;
    height: 150px
}

header.verde {
    color: #FFF;
    background-color: #046330
}

header .bg-f5 .center {
    padding: 2px 0;
    height: 20px
}

header .login {
    font-family: 'robotomedium';
    color: #767676;
    float: right
}

header .login .link {
    color: #767676;
    font-size: 14px;
    margin-right: 10px;
    float: left
}

header .login .link:first-child:after {
    content: '|';
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -10px
}

header .numero {
    float: left
}

header .numero .item {
    float: left;
    margin-right: 30px
}

header .numero .item img {
    float: left;
    margin-right: 5px
}

header .numero .item span {
    font-family: 'robotomedium';
    font-size: 14px;
    color: #767676
}

header .numero .item.ambulancia img {
    margin-top: 5px
}

header nav {
    position: absolute
}

header .menu_over {
    position: absolute;
    background-color: #FFF;
    min-height: 532px;
    z-index: 200;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    top: 95px;
    left: -5px;
    display: none;
}

header .search_box .menu_over {
    width: 1220px;
    left: -1170px
}

header nav.atalho .menu_over {
    width: 320px;
    left: -268px
}

header nav.aberto .menu_over {
    display: block;
    animation-name: menuanime;
    animation-duration: 0.6s;
    font-family: 'robotomedium';
    font-size: 18px;
    min-height: 660px;
    box-sizing: border-box;
}

@keyframes menuanime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

header .search_box.aberto .menu_over {
    display: block;
    animation-name: menuanime2;
    animation-duration: 0.6s;
    font-family: 'robotomedium';
    font-size: 18px;
    box-sizing: border-box;
    min-height: 130px
}

@keyframes menuanime2 {
    from {
        opacity: 0;
        min-height: 0
    }

    to {
        opacity: 1;
        min-height: 130px
    }
}

header .search_box .menu_over {
    padding: 40px
}

header.scroll nav.aberto .menu_over {
    top: 80px
}

header .menu_over ul {
    padding-top: 10px;
    padding-bottom: 10px
}

header .menu_over ul.nivel_1 {
    height: 590px
}

header nav.atalho .menu_over ul li {
    width: 320px
}

header .menu_over ul li {
    width: 280px
}

header .menu_over ul li.separador {
    height: 15px
}

header .menu_over ul li a {
    display: block;
    color: #444;
    border-left: 4px solid transparent;
    padding: 5px 40px 5px 15px;
    transition: all 0.3s ease-out;
    position: relative;
    box-sizing: border-box;
    font-size: 16px
}

header .menu_over ul.nivel_1 a.tipo_2 {
    font-size: 19px
}

header .atalho .menu_over ul.nivel_1 a.tipo_2 {
    font-size: 16px
}

header .menu_over ul.nivel_2 a.tipo_2,header .menu_over ul.nivel_3 a.tipo_2,header .menu_over ul.nivel_4 a.tipo_2,header .menu_over ul.nivel_5 a.tipo_2 {
    font-size: 16px
}

header nav.atalho .menu_over ul li a {
    padding: 5px 20px 5px 50px
}

header nav.atalho .menu_over ul li a.tipo_1 {
    padding: 5px 20px 5px 15px
}

header .menu_over ul li.has_link:hover>a {
    color: #046330;
    border-left: 4px solid #046330;
    background-color: #f6f6f6
}

header .menu_over ul li ul li.has_link:hover>a {
    color: #046330;
    border-left: 4px solid #046330;
    background-color: #f6f6f6;
    padding-right: 40px
}

header .menu_over ul li ul li ul li.has_link:hover>a {
    color: #046330;
    border-left: 4px solid #046330;
    background-color: #f6f6f6;
    padding-right: 40px
}

header .menu_over ul li a.has_sub:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    font-size: 25px;
    top: 5px
}

header .menu_over ul.nivel_1 ul {
    display: none
}

header .menu_over ul.nivel_2 ul {
    display: none
}

header .menu_over ul.nivel_3 ul {
    display: none;
    animation-name: submenucloseanime;
    animation-duration: 0.3s
}

header .menu_over li:hover>ul {
    display: block;
    animation-name: submenuanime;
    animation-duration: 0.3s
}

@keyframes submenuanime {
    from {
        width: 0;
        right: 0;
        overflow: hidden
    }

    to {
        width: 280px;
        right: -280px;
        overflow: initial
    }
}

header .menu_over li:hover>ul.duplo {
    display: block;
    animation-name: submenuanime2;
    animation-duration: 0
}

@keyframes submenuanime2 {
    from {
        width: 560px;
        right: -560px;
        overflow: hidden
    }

    to {
        width: 560px;
        right: -560px;
        overflow: initial
    }
}

@keyframes submenucloseanime {
    from {
        width: 280px;
        right: -280px;
        overflow: initial
    }

    to {
        width: 0;
        right: 0;
        overflow: hidden
    }
}

header .menu_over a:hover {
    text-decoration: none
}

header .menu_over a.tipo_1 {
    font-size: 13px;
    font-weight: 400;
    color: #848484;
    padding-left: 17px;
    height: 35px;
    padding-top: 9px;
    box-sizing: border-box;
    letter-spacing: .03em
}

header nav.atalho img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 3px
}

header .menu_over a.tipo_4 {
    font-size: 13px;
    font-weight: 400;
    color: #848484;
    padding-left: 60px;
    height: 53px;
    padding-top: 9px;
    box-sizing: border-box;
    letter-spacing: .03em;
    position: relative;
    padding-right: 0;
    margin-bottom: 5px
}

header .menu_over a.tipo_4 img {
    position: absolute;
    left: 13px
}

header .menu_over a.tipo_4 b {
    display: block;
    font-weight: 400;
    font-family: 'robotolight';
    font-size: 18px
}

header .menu_over ul.nivel_1 li ul {
    position: absolute;
    background-color: #FFF;
    right: -280px;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    height: 590px
}

header .menu_over ul.nivel_1 li ul.duplo {
    width: 560px;
    right: -560px
}

header .menu_over ul.nivel_1 li ul.duplo li {
    float: left
}

header .search_box .menu_over:after,header .search_box .menu_over:before {
    left: 1190px
}

header .menu_over:after,header .menu_over:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

header nav.atalho .menu_over:after,header nav.atalho .menu_over:before {
    left: 295px
}

header .menu_over:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #FFF;
    border-width: 11px;
    margin-left: -11px
}

header .menu_over:before {
    border-color: rgba(194,194,194,0);
    border-bottom-color: #c2c2c2;
    border-width: 12px;
    margin-left: -12px
}

header i.botao {
    opacity: 0
}

header i.aberto {
    opacity: 1;
    z-index: 10
}

header i.fechado {
    display: block;
    font-size: 40px;
    text-align: center;
    opacity: 1;
    z-index: 10
}

header .logo {
    display: block;
    background-image: url(/front_desktop/images/logo.png);
    height: 70px;
    width: 254px;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-bottom: 25px
}

header.verde .logo {
    background-image: url(/front_desktop/images/logob.png)
}

header .menu_principal .fechado {
    background-image: url(/front_desktop/images/icon/hamburger.png)
}

header.verde .menu_principal .fechado {
    background-image: url(/front_desktop/images/icon/hamburger_b.png)
}

header .menu_principal .aberto {
    background-image: url(/front_desktop/images/icon/fechar.png);
    background-size: 30px
}

header .atalho .fechado {
    background-image: url(/front_desktop/images/icon/atalho.png)
}

header.verde .atalho .fechado {
    background-image: url(/front_desktop/images/icon/atalho_b.png)
}

header.verde .menu_principal .aberto {
    background-image: url(/front_desktop/images/icon/fechar_b.png);
}

header .atalho .aberto {
    background-image: url(/front_desktop/images/icon/fechar.png);
    background-size: 30px
}

header .search_box .fechado {
    background-image: url(/front_desktop/images/icon/lupa.png)
}

header.verde .search_box .fechado {
    background-image: url(/front_desktop/images/icon/lupa_b.png)
}

header .search_box .aberto {
    background-image: url(/front_desktop/images/icon/fechar.png);
    background-size: 30px
}

header.verde .menu_principal .aberto {
    background-image: url(/front_desktop/images/icon/fechar_b.png);
}

header i.botao {
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 23px;
    margin-top: 18px;
    cursor: pointer;
    position: absolute;
    transition: all 0.3s ease-out;
    z-index: 1;
    background-size: 33px;
    padding-top: 24px;
    background-repeat: no-repeat;
    background-position: top center
}

header .atalho {
    position: absolute;
    right: 130px;
    top: 0
}

header .atalho.fechado .fechado {
    display: block
}

header .fechado .aberto {
    opacity: 0;
    z-index: 0
}

header .aberto .aberto {
    display: block
}

header .aberto .fechado {
    opacity: 0
}

header .search_box {
    position: absolute;
    right: 50px;
    top: 0
}

header .search_box i {
    font-size: 30px
}

header i.botao span {
    display: block;
    text-transform: uppercase;
    font-family: 'robotoregular';
    font-size: 14px
}

header.scroll {
    position: fixed;
    width: 100%;
    z-index: 200;
    animation-name: headeranime;
    animation-duration: 0.6s;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    height: auto
}

@keyframes headeranime {
    from {
        margin-top: -60px
    }

    to {
        margin-top: 0
    }
}

header.scroll .logo {
    background-size: contain;
    background-position: center center;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px
}

header.scroll nav {
    top: -19px
}

header.scroll .search_box {
    top: -20px
}

header.scroll .atalho {
    top: -20px
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner-home {
    height: 560px
}

.banner .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-padrao .swiper-slide:before {
    background: linear-gradient(to right,rgba(255,255,255,.8) 10%,rgba(255,255,255,0) 50%);
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.banner .swiper-slide h1 {
    width: 1170px;
    box-sizing: border-box;
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 74px;
    font-weight: 400;
    padding-right: 390px;
    line-height: 1;
    display: table;
    height: 100%;
    vertical-align: middle;
    padding-left: 80px;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -585px
}

.banner .swiper-slide h1 span {
    display: table-cell;
    vertical-align: middle
}

.banner .swiper-slide h1 span i {
    display: block;
    font-size: 40px;
    font-style: normal
}

.banner .swiper-slide h1 .links a {
    background-color: #046330;
    width: initial;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px;
    display: inline;
    text-align: center;
    min-width: 100px
}

.banner-home .swiper-wrapper {
    width: 100%!important;
    height: 560px
}

.banner-home .swiper-wrapper .swiper-slide {
    width: 100%!important;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-home .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%
}

.banner-home .swiper-pagination {
    bottom: 5%
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #046330!important
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 11px;
    height: 11px;
    opacity: 1;
    border: 2px solid #046330
}

.btn-navegacao {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: -50px
}

.btn-navegacao .left-arrow {
    display: block;
    cursor: pointer;
    position: absolute;
    left: -
}

.btn-navegacao .right-arrow {
    display: block;
    float: right;
    cursor: pointer
}

.bloco-destaque-home {
    padding: 80px 0
}

.bloco-destaque-home .lista-item .item {
    width: 168px;
    text-align: center;
    float: left;
    margin-right: 47px;
    position: relative
}

.bloco-destaque-home .lista-item .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0
}

.bloco-destaque-home .lista-item .item .icon {
    width: 165px;
    height: 165px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #046330;
    border-radius: 100%;
    background-size: 70px
}

.bloco-destaque-home .lista-item .item:nth-child(5) {
    float: right;
    margin-right: 0
}

.btn-padrao {
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px 0;
    display: block;
    text-align: center
}

.titulo-destaque {
    color: #2b3a37;
    font-size: 24px;
    font-family: 'robotomedium';
    font-weight: 100;
    height: 70px
}

h2.data {
    font-size: 15px;
    font-weight: 400
}

.titulo {
    font-family: 'robotolight';
    text-align: center;
    font-size: 48px;
    color: #2b3a37;
    font-weight: 100;
    margin: 0
}

.especialidade-home {
    background-image: url(../../images/banner/banner-especialidade.jpg);
    padding: 50px 0 0 0;
    height: 640px;
    position: relative;
    background-position: center center;
    background-size: cover
}

.especialidade-home .lista {
    margin-top: 35px
}

.especialidade-home .lista .item .bloco-hover {
    position: absolute;
    left: 4px;
    right: 0;
    top: 11px;
    bottom: 0;
    background: rgba(4,99,48,.9);
    border-radius: 50%;
    font-family: 'robotomedium';
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    opacity: 0;
    width: 210px;
    height: 210px;
    transform: scale(.9);
    transition: all 0.2s ease-out
}

.especialidade-home .lista .item .img:hover .bloco-hover {
    transform: scale(1);
    opacity: 1
}

.especialidade-home .lista .item .bloco-hover .link:after {
    content: url(../../images/icon/saiba-mais.png);
    font-family: 'FontAwesome';
    position: absolute;
    right: 43px;
    top: 88px
}

.especialidade-home .lista .item .bloco-hover .link {
    color: #fff;
    display: block;
    margin-top: -15px;
    width: 240px;
    padding: 90px 90px 65px 70px;
    text-align: left;
    margin-left: -11px;
    height: 240px;
    box-sizing: border-box
}

.especialidade-home .lista .item {
    width: 230px;
    float: left;
    margin-right: 32px;
    text-align: center;
    position: relative
}

.especialidade-home .lista .item:nth-child(4) {
    float: right;
    margin-right: 10px
}

.especialidade-home .lista .item .img {
    width: 230px;
    height: 230px;
    border: 2px solid #046330;
    border-radius: 50%;
    margin-bottom: 20px
}

.especialidade-home .swiper-pagination {
    bottom: 0
}

.especialidade-home .swiper-slide {
    height: 410px!important
}

.btn-ver-mais {
    width: 160px
}

.especialidade-home .btn-ver-mais {
    margin-top: 70px
}

.especialidade-home .btn-navegacao {
    margin-top: -115px;
    height: 0
}

.container-post {
    padding: 80px 0
}

.container-post .lista-post {
    margin-top: 50px
}

.lista-post .item {
    width: 370px;
    margin-right: 30px;
    background-color: #f5f5f5;
    float: left;
    margin-bottom: 30px!important;
    height: 690px;
}

.lista-post .item:nth-child(3n+0) {
    margin-right: 0
}

.lista-post .item .conteudo {
    padding: 0 30px
}

.lista-post .item .conteudo .link {
    cursor: pointer
}

.lista-post .item .conteudo .calendario {
    color: #2b3a37;
    font-family: 'robotoregular';
    font-size: 16px;
    background-image: url(../../images/icon/calendario.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px
}

.lista-post .item .conteudo .data {
    color: #707070;
    font-family: 'robotolight';
    font-size: 16px;
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    height: 15px
}

.lista-post .item .conteudo .titulo-post {
    color: #046330;
    font-family: 'robotolight';
    font-size: 28px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 10px;
    height: 63px;
    overflow: hidden
}

.lista-post .item .conteudo .texto {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    height: 190px
}

.lista-post .item .conteudo .tags {
    font-family: 'robotothin';
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 65px
}

.lista-post .item .conteudo .tags .topico {
    background-color: #767676;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    float: left
}

.lista-post .item .conteudo .tags .tag-link {
    color: #046330;
    display: inline-block;
    text-transform: capitalize
}

.tag-link::first-letter {
    text-transform: capitalize
}

.lista-post .item .conteudo .tags .tag-link:after {
    content: ','
}

.lista-post .item .conteudo .tags .tag-link:last-child:after {
    display: none
}

.lista-post .item .conteudo .tags .tag-link:hover {
    text-decoration: underline
}

.lista-post .item .conteudo .social {
    height: 35px;
    margin-top: 20px
}

.lista-post .item .conteudo .social .curtir {
    background-image: url(../../images/icon/curtiram.png?);
    background-repeat: no-repeat;
    height: 27px;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    color: #707070;
    font-family: 'robotolight';
    font-size: 16px;
    float: left;
    background-size: 33px
}

.lista-post .item .conteudo .social .curtir.sel {
    background-image: url(../../images/icon/curtiram_o.png?)
}

.lista-post .item .conteudo .social .compartilhar {
    background-image: url(../../images/icon/compartilhar-verde.png);
    background-repeat: no-repeat;
    height: 35px;
    display: block;
    padding-left: 40px;
    line-height: 30px;
    color: #707070;
    font-family: 'robotolight';
    font-size: 16px;
    float: left;
    margin-left: 35px
}

.lista-post .btn-ver-mais {
    margin-top: 30px
}

.newsletter {
    background-image: url(../../images/pattern.jpg);
    padding: 80px 0;
    border-bottom: 1px solid #fff
}

.newsletter .center {
    width: 770px
}

.newsletter .texto {
    color: #2b3a37;
    text-align: center;
    font-family: 'robotolight';
    width: 405px;
    margin-top: 30px
}

.newsletter .bloco-campo {
    margin-top: 50px
}

.newsletter .bloco-campo .email-news {
    float: left;
    border: 2px solid #046330;
    height: 40px;
    padding-left: 15px;
    width: 530px
}

.newsletter .bloco-campo .btn-news {
    float: right;
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 8px 35px;
    text-align: center;
    border: 0
}

.container-rede-materdei {
    position: relative;
    padding: 80px 0
}

.container-rede-materdei .gallery-top {
    height: 400px;
    margin-top: 50px
}

.container-rede-materdei .gallery-top .swiper-slide a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.container-rede-materdei .gallery-top .swiper-slide .texto {
    bottom: 0;
    position: absolute;
    background-color: rgba(245,245,245,.85);
    left: 0;
    right: 0;
    font-family: 'robotolight';
    padding: 10px 0 10px 15px
}

.container-rede-materdei .gallery-top .swiper-slide .texto .titulo {
    text-align: left;
    color: rgba(4,99,48,.9);
    font-family: 'robotolight';
    font-size: 29px
}

.container-rede-materdei .gallery-top .swiper-slide .texto span {
    color: rgba(43,58,55,.9);
    display: block;
    font-size: 19px
}

.container-rede-materdei .gallery-thumbs {
    height: 120px
}

.container-rede-materdei .gallery-thumbs .swiper-slide {
    width: 200px
}

.container-rede-materdei .gallery-thumbs .swiper-slide:hover {
    cursor: pointer
}

.container-rede-materdei .gallery-thumbs .swiper-slide:hover .texto {
    background-color: #046330;
    color: #fff
}

.container-rede-materdei .gallery-thumbs .swiper-slide:hover .texto .titulo {
    color: #fff
}

.container-rede-materdei .gallery-thumbs .swiper-slide .texto {
    bottom: 0;
    position: absolute;
    background-color: rgba(245,245,245,.85);
    left: 0;
    right: 0;
    font-family: 'robotolight';
    padding: 10px;
    transition: all 0.3s ease-out
}

.gallery-thumbs .swiper-slide-active .texto {
    background-color: #046330!important;
    color: #fff!important
}

.container-rede-materdei .gallery-thumbs .swiper-slide.swiper-slide-active .texto .titulo {
    color: #FFF
}

.container-rede-materdei .gallery-thumbs .swiper-slide .texto .titulo {
    color: #2b3a37;
    font-size: 12px;
    text-align: left
}

.container-rede-materdei .btn-navegacao {
    top: 465px;
    margin: 0 auto
}

.container-video-home {
    background-image: url(../../images/pattern.jpg);
    padding: 80px 0
}

.container-video-home iframe {
    margin-top: 50px
}

.container-depoimento {
    position: relative;
    padding: 80px 0 27px 0
}

.container-depoimento .swiper-depoimento .swiper-wrapper {
    height: 300px
}

.container-depoimento .swiper-depoimento .swiper-slide {
    background: rgba(255,255,255,.9);
    height: 215px
}

.container-depoimento .swiper-depoimento .swiper-slide .bloco-depoimento {
    background-image: url(../../images/aspas-esquerda.png),url(../../images/aspas-direita.png);
    background-position: 15px 10px,935px 150px;
    background-repeat: no-repeat
}

.container-depoimento .swiper-depoimento .swiper-slide .bloco-depoimento .texto {
    width: 885px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 35px
}

.container-depoimento .swiper-depoimento .swiper-slide .bloco-depoimento .texto p {
    font-family: 'robotolight';
    font-size: 18px;
    color: #2b3a37
}

.container-depoimento .swiper-depoimento .swiper-slide .bloco-depoimento .texto .nome-pessoa {
    color: #2b3a37;
    font-family: 'robotobold';
    font-size: 14px;
    margin-top: 30px;
    display: block
}

.container-depoimento .swiper-depoimento {
    margin-top: 40px
}

.container-depoimento .swiper-pagination {
    bottom: 20px
}

.container-depoimento .btn-navegacao {
    margin-top: 0
}

footer {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 25px
}

footer .redesocial {
    float: left
}

footer .redesocial .link {
    font-size: 22px;
    color: #767676;
    margin: 0 5px
}

footer .redesocial .link:hover {
    color: #25774b
}

footer .nav-footer-inferior {
    float: left;
    margin-left: -156px;
    margin-top: 39px;
}

footer .nav-footer-inferior .menu-inferior .item {
    float: left
}

footer .nav-footer-inferior .menu-inferior .item .link {
    font-family: 'robotoregular';
    font-size: 12px;
    color: #767676
}

footer .nav-footer-inferior .menu-inferior .item:not(:last-child) .link:after {
    content: '|';
    margin: 0 10px
}

footer .certificados {
    float: right;
}

footer .diretoria {
    font-size: 12px;
    color: #767676;
    position: absolute;
    margin-top: -57px;
    padding: 4px;
    margin-left: -5px;
}

footer .certificados img {
    float: left;
    display: block
}

footer .certificados img:nth-child(2) {
    margin-right: 20px
}

footer .certificados .titulo-certificado {
    display: block;
    float: left;
    font-family: 'robotoregular';
    font-size: 12px;
    color: #767676;
    margin-right: 15px;
    margin-top: 10px
}

footer ul.nivel_1>li {
    float: left;
    width: 170px;
    margin-right: 30px;
    min-height: 300px
}

footer ul.nivel_1>li:last-child {
    margin-right: 0
}

footer .bloco-nav {
    width: 170px;
    float: left;
    margin-right: 30px
}

footer .bloco-nav:nth-child(6) {
    float: right;
    margin-right: 0
}

footer .bloco-nav .topico,footer a.tipo_3 {
    color: #2b3a37;
    font-family: 'robotobold';
    font-size: 14px;
    margin-bottom: 10px;
    cursor: default;
    text-decoration: none!important;
    display: block
}

footer .separador {
    height: 20px
}

footer .bloco-nav .nav .destaque,footer a.tipo_1 {
    color: #2b3a37;
    font-family: 'robotomedium';
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    cursor: default;
    text-decoration: none
}

footer .bloco-nav .nav .menu .item {
    line-height: 22px
}

footer .bloco-nav .nav .menu .item .link,footer a.tipo_2 {
    color: #767676;
    font-family: 'robotoregular';
    font-size: 12px;
    display: block
}

footer .bloco-nav .nav .menu .item .link:hover {
    text-decoration: underline
}

footer .bloco-nav .nav:last-child {
    margin-top: 20px
}

footer .border-top {
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
    margin-top: 10px
}

.container-breadcrumbs {
    background-color: #f5f5f5;
    padding: 27px 0 0 0;
    height: 75px;
    box-sizing: border-box
}

.container-breadcrumbs .bloco-navegacao {
    color: #747474;
    font-size: 12px
}

.container-breadcrumbs .bloco-navegacao .bloco_breadcumb {
    float: left;
    margin-top: 5px;
    width: 560px
}

.container-breadcrumbs .bloco-navegacao .breadcumb {
    float: left;
    width: 690px
}

.container-breadcrumbs .bloco-navegacao .icon-home {
    float: left;
    margin-right: 10px
}

.container-breadcrumbs .bloco-navegacao .nav-breadcrumb {
    float: left;
    margin-left: 5px
}

.container-breadcrumbs .bloco-navegacao .nav-breadcrumb .item {
    float: left
}

.container-breadcrumbs .bloco-navegacao .nav-breadcrumb .item .link {
    color: #767676;
    font-family: 'robotoregular';
    font-size: 14px
}

.container-breadcrumbs .bloco-navegacao .nav-breadcrumb .item:not(:last-child) .link:after {
    content: '>';
    margin: 0 2px
}

.container-breadcrumbs .bloco-navegacao .social {
    float: right;
    margin-right: -15px;
    margin-top: 2px;
    width: 590px
}

.container-breadcrumbs .bloco-navegacao .social .item {
    background-color: transparent;
    box-sizing: initial!important;
    width: initial!important;
    float: left;
    margin-left: 30px;
    margin-right: 3px;
    top: initial;
    display: block;
    background: initial;
    padding: initial;
    position: initial
}

.container-breadcrumbs .bloco-navegacao .social .item .link {
    color: #767676;
    font-family: 'robotoregular';
    font-size: 14px
}

.container-breadcrumbs .bloco-navegacao .social .item .link.compartilhar:before {
    content: url(../../images/icon/compartilhar.png);
    margin-top: 0;
    margin-left: -25px;
    position: absolute
}

.container-breadcrumbs .bloco-navegacao .social .item .link.facebook:before {
    content: url(../../images/icon/facebook.png);
    margin-top: 2px;
    margin-left: -18px;
    position: absolute
}

.container-breadcrumbs .bloco-navegacao .social .item .link.curtir:before {
    content: url(../../images/icon/coracao.png);
    margin-top: 2px;
    margin-left: -25px;
    position: absolute
}

.container-breadcrumbs .bloco-navegacao .social .item .link.curtir.sel:before {
    content: url(../../images/icon/coracao_o.png)
}

.container-breadcrumbs .bloco-navegacao .social .item .link.twitter:before {
    content: url(../../images/icon/twitter.png);
    margin-top: 3px;
    margin-left: -25px;
    position: absolute
}

.container-breadcrumbs .bloco-navegacao .social .item .link.email:before {
    content: url(../../images/icon/email.png);
    margin-top: 1px;
    margin-left: -21px;
    position: absolute
}

.container-breadcrumbs .bloco-navegacao .social .item .link.imprimir:before {
    content: url(../../images/icon/imprimir.png);
    margin-top: 2px;
    margin-left: -21px;
    position: absolute
}

.altura-banner {
    height: 483px
}

.swiper-slide .link {
    display: block;
    width: 100%;
    height: 100%
}

.container-atendimento {
    padding: 80px 0
}

.container-atendimento .texto-curto {
    text-align: center;
    font-size: 18px;
    color: #2b3a37;
    font-family: 'robotolight';
    margin-top: 30px
}

.lista-atendimento {
    margin-top: 45px;
    text-align: center
}

.lista-atendimento .item {
    width: 300px;
    text-align: center;
    display: inline-table;
    margin-right: 40px;
    margin-left: 40px;
    height: 370px
}

.lista-atendimento .item .icon {
    width: 160px;
    height: 160px;
    border: 2px solid #046330;
    border-radius: 50%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px
}

.lista-atendimento .item .descricao {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin-top: 20px;
    height: 60px
}

.lista-atendimento .item:nth-child(3) {
}

.container-atendimento .btn-atendimento {
    margin-top: 30px
}

.lista-atendimento .item .info-atendimento {
    color: #2b3a37;
    font-family: 'robotoregular';
    margin-top: 25px
}

.lista-atendimento .item .numero {
    font-size: 24px;
    color: #2b3a37;
    display: block;
    height: 65px;
    padding-top: 30px;
}

.lista-atendimento .item .dias {
    font-size: 14px;
    display: block
}

.lista-atendimento .item .titulo-destaque {
    margin-top: 30px;
    font-family: 'robotoregular'
}

.lista-atendimento .item .link-cadastre {
    color: #046330;
    font-family: 'robotoregular';
    font-size: 18px;
    margin-top: 20px;
    display: block
}

.lista-atendimento .item .icon:hover .bloco-hover {
    opacity: 1
}

.lista-atendimento .item .icon .bloco-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(4,99,48,.9);
    border-radius: 50%;
    font-family: 'robotomedium';
    font-size: 24px;
    border: 8px solid #fff;
    color: #fff;
    line-height: 26px;
    opacity: 0
}

.lista-atendimento .item .icon .bloco-hover .link {
    color: #fff;
    display: block;
    margin-top: 25px
}

.container-servico-exame {
    background-image: url(../../images/pattern.jpg);
    padding: 80px 0;
    margin-top: 70px
}

.container-servico-exame .lista-post {
    margin-top: 50px
}

.container-servico-exame .lista-post .item {
    background-color: #fff;
    height: 520px
}

.container-servico-exame .lista-post .item .titulo-post {
    height: 60px
}

.container-onde-atendemos {
    padding: 80px 0;
    position: relative
}

.container-onde-atendemos .swiper-onde-estamos {
    height: 400px;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 100px
}

.container-onde-atendemos .swiper-onde-estamos .swiper-slide {
    background-position: center center;
    background-size: cover;
    width: 492px!important;
    margin-right: 30px
}

.container-onde-atendemos .swiper-onde-estamos .link {
    display: block;
    width: 100%;
    height: auto
}

.container-onde-atendemos .swiper-onde-estamos .texto {
    bottom: 0;
    position: absolute;
    background-color: rgba(245,245,245,.85);
    left: 0;
    right: 0;
    font-family: 'robotolight';
    padding: 10px 0 10px 15px
}

.container-onde-atendemos .swiper-onde-estamos .texto .titulo {
    text-align: left;
    color: rgba(4,99,48,.9);
    font-family: 'robotolight';
    font-size: 29px
}

.container-onde-atendemos .swiper-onde-estamos .texto span {
    color: rgba(43,58,55,.9);
    display: block;
    font-size: 19px
}

.container-onde-atendemos .btn-navegacao {
    top: 375px;
    margin: 0 auto
}

.sobre-especialidade {
    padding: 80px 0;
    background: -webkit-linear-gradient(#f5f5f5,#fff);
    background: -o-linear-gradient(#f5f5f5,#fff);
    background: -moz-linear-gradient(#f5f5f5,#fff);
    background: linear-gradient(#f5f5f5,#fff)
}

.sobre-especialidade .descricao {
    margin-top: 50px
}

.sobre-especialidade .descricao .texto {
    width: 100%;
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px
}

.img-left {
    margin-right: 30px;
    margin-bottom: 30px
}

.img-right {
    margin-left: 29px;
    margin-bottom: 30px;
    margin-top: 30px
}

.sobre-especialidade .descricao .texto p {
    margin-bottom: 30px
}

.sobre-especialidade .descricao .destaque {
    float: right
}

.dicas-doencas-sintomas {
    background: -webkit-linear-gradient(#f5f5f5,#fff);
    background: -o-linear-gradient(#f5f5f5,#fff);
    background: -moz-linear-gradient(#f5f5f5,#fff);
    background: linear-gradient(#f5f5f5,#fff)
}

.newsletter-especialidade {
    width: 1170px
}

.gradient {
    background: -webkit-linear-gradient(#f5f5f5,#fff);
    background: -o-linear-gradient(#f5f5f5,#fff);
    background: -moz-linear-gradient(#f5f5f5,#fff);
    background: linear-gradient(#f5f5f5,#fff)
}

.container-tab-exames {
    padding-top: 20px
}

.texto-abaixo-titulo {
    color: #2b3a37;
    text-align: center;
    font-family: 'robotolight';
    margin-top: 30px;
    margin-bottom: 30px
}

.bloco-busca-padrao {
    position: relative
}

.ret_sugestao {
    padding-top: 10px
}

.ret_sugestao a {
    display: block;
    padding-bottom: 10px
}

.ret_sugestao a span {
    font-weight: 700
}

.box_horarios .bloco-busca-padrao {
    display: none
}

.bloco-busca-padrao .icon-busca {
    position: absolute;
    color: #046330;
    font-size: 30px;
    top: 10px;
    left: 15px
}

.bloco-busca-padrao #busca {
    width: 1115px;
    border: 2px solid #046330;
    height: 40px;
    padding-left: 51px;
    font-family: 'robotolight';
    font-size: 20px
}

.bloco-busca-padrao #buscaover {
    width: 1085px;
    border: 2px solid #046330;
    height: 40px;
    padding-left: 51px;
    font-family: 'robotolight';
    font-size: 20px;
    color: #626262
}

.tabs-duvidas {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px
}

.link-tab {
    background-color: #046330;
    padding: 9px 25px;
    font-family: 'robotolight';
    color: #fff;
    font-size: 20px;
    margin: 0 15px;
    cursor: pointer
}

.link-tab:hover {
    text-decoration: none;
    font-weight: 700
}

.container-postit .item-postit:nth-child(4n) {
    margin-right: 0
}

.container-postit {
    margin-top: 30px;
    padding-bottom: 80px
}

.container-postit .item-postit {
    background-color: #f5f5f5;
    width: 230px;
    float: left;
    padding: 0 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    min-height: 410px;
    padding-bottom: 15px
}

.container-postit .item-postit .view_over {
    position: absolute;
    width: 100%;
    display: none;
    background-color: #f5f5f5;
    left: 0;
    top: 0;
    padding: 0 20px 25px 20px;
    box-sizing: border-box;
    z-index: 10;
    border-bottom: 5px solid #FFF
}

.container-postit .item-postit .titulo-postit {
    color: #2b3a37;
    font-family: 'robotomedium';
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
    line-height: 20px
}

.container-postit .item-postit .texto,.container-postit .item-postit .texto_full {
    color: #2b3a37;
    font-size: 16px;
    font-family: 'robotolight';
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 40px
}

.container-postit .item-postit .texto_full {
    display: none
}

.container-postit .item-postit .view_over .texto {
    height: auto;
    min-height: 184px
}

.container-postit .item-postit .view_over .texto div {
    text-align: left!important
}

.container-postit .item-postit .bloco-ver-mais {
    border-top: 1px solid #d6d6d6;
    margin-top: 0;
    padding-top: 10px;
    background-color: #f5f5f5;
    width: 230px;
    bottom: 10px;
    position: absolute
}

.container-postit .item-postit .bloco-ver-mais .ver-mais {
    font-family: 'robotomedium';
    font-size: 18px;
    color: #2b3a37;
    text-transform: capitalize
}

.container-postit .item-postit .bloco-ver-mais .fa {
    color: #1c7143;
    font-size: 14px;
    margin-right: 20px
}

.container-postit .item-postit .bloco-ver-menos {
    border-top: 1px solid #d6d6d6;
    margin-top: 0;
    padding-top: 10px;
    background-color: #f5f5f5;
    width: 230px;
    bottom: 10px;
    position: absolute;
    display: none
}

.container-postit .item-postit .bloco-ver-menos .ver-menos {
    font-family: 'robotomedium';
    font-size: 18px;
    color: #2b3a37;
    text-transform: capitalize
}

.container-postit .item-postit .bloco-ver-menos .fa {
    color: #1c7143;
    font-size: 14px;
    margin-right: 20px
}

.container-especialidades-servicos {
    padding-bottom: 80px
}

.container-especialidades-servicos .gradient {
    padding-top: 80px
}

.bloco-alfabeto {
    background-color: #046330;
    width: 1170px;
    margin-top: 20px
}

.bloco-alfabeto.fixo {
    position: fixed;
    z-index: 1;
    top: 60px;
    animation-name: letraanime;
    animation-duration: 0.5s
}

@keyframes letraanime {
    from {
        top: 0
    }

    to {
        top: 60px
    }
}

.bloco-alfabeto .titulo-ver-todos {
    display: block;
    float: left;
    border-right: 1px solid #fff;
    height: 47px;
    padding: 0 30px;
    line-height: 45px
}

.bloco-alfabeto .titulo-ver-todos a {
    color: #fff;
    font-family: 'robotolight';
    cursor: pointer;
    font-size: 20px
}

.bloco-alfabeto .menu-letras {
    margin-left: 20px;
    float: right
}

.bloco-alfabeto .menu-letras .item {
    float: left;
    margin-right: 25px;
    padding: 10px 0
}

.bloco-alfabeto .menu-letras .item .link {
    color: #fff;
    font-family: 'robotolight';
    cursor: pointer;
    font-size: 20px
}

.bloco-alfabeto .menu-letras .item .link.sel {
    font-weight: 700;
    font-family: 'robotobold';
    color: #fff
}

.bloco-alfabeto .menu-letras .item .link.sem_letra {
    color: rgba(255,255,255,.4);
    cursor: default
}

.bloco-alfabeto .menu-letras .item .link:hover {
    font-weight: 700
}

.lista-thumbs-texto {
    margin-top: 45px
}

.lista-thumbs-texto .item {
    text-align: center;
    float: left
}

.lista-thumbs-texto .item.plano {
    width: 282px;
    padding-bottom: 30px;
    text-align: left;
    box-sizing: border-box;
    padding-right: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 10px
}

.lista-thumbs-texto .item.plano b {
    margin-bottom: 10px;
    display: block
}

.lista-thumbs-texto .item.plano .sub-plano {
    font-size: 10px;
    color: #6b6b6b;
    line-height: 15px
}

.lista-thumbs-texto .item .icon {
    width: 230px;
    height: 230px;
    border: 2px solid #046330;
    border-radius: 50%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px
}

.lista-thumbs-texto .item .icon .bloco-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    bottom: 0;
    background: rgba(4,99,48,.9);
    border-radius: 50%;
    font-family: 'robotomedium';
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    width: 210px;
    height: 210px;
    transition: all 0.2s ease-out;
    opacity: 0;
    transform: scale(.9)
}

.lista-thumbs-texto .item .icon .bloco-hover .link {
    color: #fff;
    display: block;
    width: 185px;
    position: relative;
    text-align: left;
    padding-left: 40px;
    padding-top: 74px;
    box-sizing: border-box;
    height: 210px;
    padding-right: 40px
}

.lista-thumbs-texto .item .icon .bloco-hover .link:after {
    content: url(../../images/icon/saiba-mais.png);
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    top: 85px
}

.lista-thumbs-texto .item .icon:hover .bloco-hover {
    opacity: 1;
    transform: scale(1)
}

.lista-thumbs-texto .item .descricao {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin-top: 20px;
    height: 100px;
    overflow: hidden
}

.lista-thumbs-texto .item .icon .img-rounded {
    border-radius: 50%
}

.page_convenios_landing .img-rounded {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0 !IMPORTANT
}

.lista-thumbs-texto .item.especialidade {
    width: 270px;
    margin-right: 11px;
    height: 410px;
    margin-bottom: 50px;
    margin-left: 11px;
    position: relative
}

.page_convenios_landing .item.especialidade .over {
    position: fixed;
    background-color: #FFF;
    z-index: 1;
    padding: 20px;
    width: 600px;
    display: none;
    font-size: 15px;
    display: none;
    box-sizing: border-box;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    max-height: 400px;
    overflow: auto
}

.page_convenios_landing .item.especialidade .over .fechar {
    position: absolute;
    font-size: 30px;
    color: #046330;
    cursor: pointer;
    right: 10px;
    background-image: url(/front_desktop/images/icon/fechar.png);
    background-size: 24px;
    top: -10px;
    width: 40px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat
}

.page_convenios_landing .item.especialidade .over h2 {
    color: #2b2b2b;
    border-bottom: 2px solid #046330;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 45px;
    font-family: 'robotolight';
    background-color: white;
    padding-bottom: 10px
}

.page_convenios_landing .item.especialidade .over i {
    font-style: normal;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    margin-top: 20px
}



.page_convenios_landing .item.especialidade .over span {
    float: left;
    width: 271px;
    text-align: left;
    line-height: 2
}

.page_convenios_landing .item.especialidade .over span .empresa {
    display: block;
    width: auto;
    float: left;
    margin-right: 3px;
    font-size: 0.61em;
    background-color: #046330;
    color: #FFF;
    padding: 2px 5px;
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over {
    position: fixed;
    background-color: #FFF;
    z-index: 1;
    padding: 20px;
    width: 600px;
    display: none;
    font-size: 15px;
    display: none;
    box-sizing: border-box;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    max-height: 400px;
    overflow: auto
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over .fechar {
    position: absolute;
    font-size: 30px;
    color: #046330;
    cursor: pointer;
    right: 10px;
    background-image: url(/front_desktop/images/icon/fechar.png);
    background-size: 24px;
    top: -10px;
    width: 40px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over h2 {
    color: #2b2b2b;
    border-bottom: 2px solid #046330;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'robotolight';
    background-color: white;
    padding-bottom: 10px
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over i {
    font-style: normal;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    margin-top: 20px
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over p {
    text-align: left
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over p b {
    display: block;
    margin-top: 10px
}

.lista-thumbs-texto.lista-exames-preparos .item.exame .over span {
    float: left;
    width: 271px;
    text-align: left;
    line-height: 2
}

.page_convenios_landing .item.especialidade {
    height: 315px;
    margin-bottom: 20px
}

.lista-thumbs-texto .item.exame {
    float: none;
    text-align: left
}

.container-sobre-evento {
    padding: 80px 0
}

.container-sobre-evento .descricoes {
    margin-top: 55px
}

.container-sobre-evento .descricoes .bloco-esquerdo {
    float: left;
    width: 570px
}

.container-sobre-evento .descricoes .bloco-direito {
    float: right;
    width: 570px
}

.container-sobre-evento .descricoes .titulo-menor {
    color: #2b3a37;
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: 100
}

.container-sobre-evento .descricoes .texto {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin-top: 10px
}

.container-sobre-evento .descricoes .detalhes {
    margin-top: 10px
}

.container-sobre-evento .descricoes .detalhes .item {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px
}

.container-sobre-evento .descricoes .detalhes .item:before {
    content: '\2022';
    margin-right: 10px
}

.container-post.proximo-evento .lista-post .item {
    height: 635px
}

.container-cadastre-evento {
    padding-top: 80px
}

.container-cadastre-evento .center {
    width: 570px
}

.container-cadastre-evento form .campo-form {
    display: block;
    width: 548px;
    border: 1px solid #046330;
    padding: 6px 0;
    padding-left: 20px;
    font-family: 'robotolight';
    font-size: 20px;
    color: #2b3a37;
    margin-bottom: 15px
}

.container-cadastre-evento form {
    text-align: center;
    margin-top: 30px
}

.container-cadastre-evento .btn-cadastre {
    background-color: #046330;
    border: 0;
    font-family: 'robotolight';
    color: #fff;
    padding: 8px 0;
    margin-top: 10px;
    width: 150px
}

.container-como-chegar {
    padding-top: 80px
}

.container-como-chegar #mapa {
    margin-top: 40px
}

.container-agenda {
    padding: 80px 0
}

.container-agenda .datas-agenda {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px
}

.container-agenda .datas-agenda .link {
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 5px 20px;
    cursor: pointer;
    margin: 0 10px
}

.container-agenda .datas-agenda .link:hover {
    font-weight: 700
}

.container-agenda .lista-agenda {
    margin-bottom: 20px
}

.container-agenda .lista-agenda .ver-mais-agenda {
    display: block;
    float: left;
    background-color: #046330;
    color: #fff;
    padding: 10px 12px
}

.container-agenda .lista-agenda .texto-agenda {
    float: left;
    line-height: 35px;
    background-color: #f5f5f5
}

.container-agenda .lista-agenda .texto-agenda .bloco-agenda {
    padding-left: 10px
}

.container-agenda .lista-agenda .texto-agenda .bloco-agenda .hora {
    color: #2b3a37;
    font-family: 'robotomedium';
    font-size: 20px;
    float: left
}

.container-agenda .lista-agenda .texto-agenda .bloco-agenda .titulo-agenda {
    color: #046330;
    font-family: 'robotomedium';
    margin-left: 10px;
    float: left;
    display: block
}

.container-agenda .lista-agenda .texto-agenda .bloco-agenda .titulo-agenda:hover {
    text-decoration: underline;
    cursor: pointer
}

.container-agenda .lista-agenda .texto-agenda:before,.container-agenda .lista-agenda:after {
    content: " ";
    display: table;
    clear: both
}

.container-agenda .lista-agenda .texto-agenda .bloco-agenda:before,.container-agenda .lista-agenda .bloco-agenda:after {
    content: " ";
    display: table;
    clear: both
}

.container-agenda .lista-agenda .texto-agenda .texto {
    width: 970px;
    padding-left: 10px;
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px
}

.container-exames-preparos {
    padding: 80px 0
}

.lista-exames-preparos {
    width: 870px;
    float: left;
    padding-bottom: 100px
}

.lista-doencas .item {
    height: 460px!important;
    width: 290px!important;
    float: left!important;
    text-align: center!important
}

.lista-thumbs-texto.lista-exames-preparos.lista-doencas {
    width: 100%
}

.lista-thumbs-texto.lista-exames-preparos.lista-doencas .item.exame h3 {
    height: 70px;
    border: 0;
    padding: initial;
    cursor: initial
}

.lista-thumbs-texto.lista-exames-preparos .item.especialidade:nth-child(4n+0) {
    float: left;
    margin-right: 0
}

.lista-thumbs-texto.lista-exames-preparos .item.especialidade {
    margin-right: 20px
}

.lista-thumbs-texto.lista-exames-preparos .item.exame {
}

.lista-thumbs-texto.lista-exames-preparos .item.exame h3 {
    height: auto;
    font-size: 20px;
    border-bottom: 1px solid #cacaca;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.lista-thumbs-texto.lista-exames-preparos .item.exame h3:hover {
    text-decoration: underline
}

.sidebar-right {
    float: right;
    width: 270px;
    margin-top: 45px
}

.sidebar-right .filtro-busca {
    background-color: #f5f5f5;
    padding: 0 30px 20px 30px
}

.sidebar-right .titulo-filtro,.sidebar-right .titulo-sidebar {
    border-bottom: 1px solid #d6d6d6;
    font-family: 'robotomedium';
    font-size: 22px;
    color: #2b3a37;
    display: block;
    padding: 30px 0
}

.sidebar-right .filtro-busca .link-toggle {
    color: #2b3a37;
    font-family: 'robotomedium';
    font-size: 18px;
    cursor: pointer;
    display: block;
    position: relative;
    margin-top: 25px
}

.sidebar-right .filtro-busca .link-toggle.close {
    background-image: url(../../images/icon/fechar.png);
    background-repeat: no-repeat;
    background-position: center right;
    color: #046330
}

.sidebar-right .filtro-busca .link-toggle.open {
    background-image: url(../../images/icon/mais.png);
    background-repeat: no-repeat;
    background-position: center right
}

.sidebar-right .filtro-busca .content-toggle {
    margin-top: 25px;
    display: none
}

.sidebar-right .filtro-busca .content-toggle .item {
    margin: 5px 0
}

.sidebar-right .filtro-busca .content-toggle .item .link {
    color: #2b3a37;
    font-family: 'robotoregular';
    font-size: 17px;
    cursor: pointer
}

.sidebar-right .filtro-busca .content-toggle .item .link:hover {
    border-bottom: 2px solid #9db5a6;
    color: #046330
}

.sidebar-right .bloco-toggle:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px
}

.sidebar-right .noticias-sidebar {
    background-color: #f5f5f5;
    padding-bottom: 35px;
    margin-top: 50px
}

.sidebar-right .noticias-sidebar .bloco-texto {
    padding: 0 25px;
    font-family: 'robotolight'
}

.sidebar-right .noticias-sidebar .lista-noticias .subtitulo {
    color: #046330;
    font-size: 29px;
    font-weight: 100;
    margin-top: 20px
}

.sidebar-right .noticias-sidebar .lista-noticias .texto {
    color: #2b3a37;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px
}

.sidebar-right .noticias-sidebar .bloco-texto .btn-ver-mais {
    width: 100%;
    margin-top: 30px
}

.sidebar-right .filtro-busca .titulo-busca .item {
    margin: 20px 0
}

.sidebar-right .filtro-busca .titulo-busca .item:not(:first-child) {
    border-top: 1px solid #d6d6d6
}

.sidebar-right .filtro-busca .titulo-busca .item .link {
    color: #2b3a37;
    font-size: 18px;
    font-family: 'robotomedium';
    display: block;
    margin-top: 20px
}

.sidebar-right .proximo-evento {
    margin-top: 60px
}

.sidebar-right .titulo-sidebar {
    border: 0
}

.sidebar-right .proximo-evento .lista-eventos .item {
    padding-bottom: 20px;
    margin-top: 20px
}

.sidebar-right .proximo-evento .lista-eventos .item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.sidebar-right .proximo-evento .lista-eventos .item .titulo-eventos {
    color: #046330;
    font-size: 18px;
    font-family: 'robotomedium';
    font-weight: 100
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos {
    margin-top: 10px;
    height: 90px
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos .destaque {
    float: left;
    margin: 0
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos .conteudo {
    float: right
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos .conteudo .calendario {
    background-image: url(../../images/icon/calendario.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    color: #2b3a37;
    font-family: 'robotoregular';
    font-size: 16px;
    width: 130px;
    line-height: 18px
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos .conteudo .links {
    margin-top: 34px
}

.sidebar-right .proximo-evento .lista-eventos .item .content-eventos .conteudo .links a {
    background-color: #046330;
    color: #fff;
    padding: 5px 9px;
    font-family: 'robotoregular';
    font-size: 14px
}

.sidebar-right .assine-newsletter .texto {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 16px
}

.sidebar-right .assine-newsletter .email-news {
    border: 2px solid #046330;
    height: 40px;
    padding-left: 15px;
    width: 251px;
    margin-top: 15px;
    margin-bottom: 15px
}

.sidebar-right .videos {
    margin-top: 100px
}

.sidebar-right .videos .border {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.sidebar-right .videos .lista-video .item {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.sidebar-right .videos .lista-video .item .titulo-video {
    color: #046330;
    font-family: 'robotomedium';
    font-size: 18px;
    font-weight: 100
}

.sidebar-right .videos .lista-video .item .visualizacao {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 16px
}

.sidebar-right .videos .siga-nos {
    float: right;
    background-image: url(../../images/icon/icon-youtube.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 31px;
    height: 30px;
    line-height: 30px;
    color: #2b3a37;
    font-family: 'robotolight'
}

.sidebar-right .videos .titulo-video {
    font-family: 'robotomedium';
    font-size: 22px;
    color: #2b3a37
}

.sidebar-right .videos .lista-video .item .video {
    margin-top: 20px
}

.sidebar-right .videos .lista-video .item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.container-agendar-cirurgia {
    padding: 80px 0
}

.container-agendar-cirurgia .texto-padrao {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin-top: 55px
}

.lista-toggle {
    background-color: #f5f5f5;
    padding: 20px 0 15px 0;
    margin-top: 30px
}

.lista-toggle .item {
    padding-bottom: 30px;
    margin-top: 30px;
    width: 1070px
}

.lista-toggle .item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.lista-toggle .item .fechar {
    background-image: url(../../images/icon/fechar.png);
    display: inline-block;
    width: 13px;
    height: 13px
}

.lista-toggle .item .open {
    background-image: url(../../images/icon/mais.png);
    display: inline-block;
    width: 13px;
    height: 13px
}

.lista-toggle .item .link {
    color: #046330;
    font-family: 'robotomedium';
    font-size: 18px;
    margin-left: 30px
}

.btn-kit-completo {
    margin: 0;
    width: 225px;
    margin-top: 25px;
    clear: both
}

.lista-toggle .item .lista-download {
    margin-top: 25px;
    width: 100%
}

.lista-toggle .item .lista-download .item-download {
    background-image: url(../../images/icon/download.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 0;
    padding-left: 40px
}

.lista-toggle .item .lista-download .item-download .link-download {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px
}

.lista-toggle .item .content {
    font-family: 'robotolight';
    font-size: 18px;
    color: #2b3a37;
    margin-left: 40px
}

.lista-toggle .item .content.aberto {
    display: block
}

.lista-toggle .item .content.fechado {
    display: none
}

.container-formulario-agendamento .texto-obs {
    font-family: 'robotolight';
    font-size: 18px;
    color: #2b3a37;
    text-align: center;
    margin-top: 20px
}

.container-formulario-agendamento .form-agendamento {
    width: 570px;
    margin-top: 55px
}

.container-formulario-agendamento .vermelho {
    color: red;
    font-family: 'robotoregular';
    font-size: 18px
}

.container-formulario-agendamento .form-agendamento .bloco-form {
    margin-top: 20px
}

.container-formulario-agendamento .form-agendamento .bloco-form label {
    display: block;
    font-family: 'robotolight';
    padding-bottom: 10px
}

label.tipo_-1 {
    font-size: 20px;
    border-bottom: 1px solid #d4d4d4;
    font-family: 'robotobold'!important;
    padding-bottom: 5px !Important;
    margin-bottom: 20px;
    color: #545454;
    margin-top: 30px
}

.container-formulario-agendamento .form-agendamento .bloco-form label.medio {
    float: left;
    width: 285px !Important
}

.container-formulario-agendamento .form-agendamento .bloco-form .uploadfield {
    display: none
}

.container-formulario-agendamento .form-agendamento .bloco-form button {
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px 0;
    display: block;
    text-align: center;
    border: 0;
    width: 195px;
}

.bloco-form .upload {
    float: right;
    margin-top: -18px;
}

.bloco-form .tipo_7 {
    padding-top: 20px;
    background-color: #f5f5f5;
    padding-left: 10px;
    box-sizing: border-box;
}

.bloco-form .tipo_7.required {
    border-left: 10px solid red;
}

.container-formulario-agendamento .form-agendamento .bloco-form .retornofile {
    clear: both;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    /* padding-left: 375px; */
    padding-top: 10px;
}

.container-formulario-agendamento .form-agendamento .bloco-form .retornofile .enviado-sucesso {
    text-align: center;
    margin-bottom: 15px;
}

.container-formulario-agendamento .form-agendamento .bloco-form button.upload {
}

.container-formulario-agendamento .form-agendamento .bloco-form button.upload:before {
    content: '\f093';
    font-family: fontAwesome;
    left: -10px;
    top: -1px;
    position: relative;
}

.container-formulario-agendamento .form-agendamento .bloco-form .retornofile .sucess {
    background-image: url(../../images/icon/dado-validado.png);
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 25px;
    min-height: 20px;
    background-size: 15px
}

.container-formulario-agendamento .form-agendamento .bloco-form label.medio .campo-form {
    width: calc(100% - 10px)
}

.container-formulario-agendamento .form-agendamento .bloco-form label.medio.nm .campo-form {
    width: 100%
}

.container-formulario-agendamento .form-agendamento .campo {
    height: 85px
}

.container-formulario-agendamento .form-agendamento .campo-form {
    display: block;
    width: 570px;
    border-top: 2px solid #046330;
    border-bottom: 2px solid #046330;
    border-right: 2px solid #046330;
    border-left: 10px solid #046330;
    height: 40px;
    font-family: 'robotolight';
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all 0.3s ease-out
}

.container-formulario-agendamento .form-agendamento .campo-form:required {
    border-left: 10px solid red
}

.container-formulario-agendamento .form-agendamento .campo-form:valid {
    border-left: 10px solid #046330
}

.container-formulario-agendamento .form-agendamento textarea {
    height: 200px!important
}

.container-formulario-agendamento .form-agendamento .campo-form.error {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    border-left: 10px solid red
}

.container-formulario-agendamento .form-agendamento .campo .success {
    background-image: url(../../images/icon/dado-validado.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 24px;
    display: block;
    font-family: 'robotothin';
    color: #046330;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    display: none
}

.container-formulario-agendamento .form-agendamento .campo .aguarde {
    background-repeat: no-repeat;
    padding-left: 0;
    height: 24px;
    display: inline-block;
    font-family: 'robotothin';
    color: #046330;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    display: none
}

.container-formulario-agendamento .form-agendamento .campo .validacao.error {
    background-image: url(../../images/icon/dado-incorreto.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 24px;
    display: inline-block;
    font-family: 'robotothin';
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    display: none
}

.container-formulario-agendamento .form-agendamento .tipo-atendimento {
    background: #f5f5f5;
    border-left: 10px solid #046330;
    padding-bottom: 30px;
    margin-top: 10px
}

.container-formulario-agendamento .form-agendamento .campo-radio {
    position: relative;
    float: left;
    margin-left: 15px;
    height: 50px;
    width: 171px
}

.container-formulario-agendamento .form-agendamento .campo-radio label {
    width: 200px
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:empty {
    display: none
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:empty~label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    font-size: 13px;
    padding-left: 20px;
    line-height: 30px
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 40px;
    border: 2px solid #046330
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:hover:not(:checked)~label {
    color: #888;
    border: 2px solid #046330
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #2b3a37;
    font-size: 28px;
    font-family: 'robotolight';
    text-indent: 10px;
    padding-top: 4px
}

.container-formulario-agendamento .form-agendamento .campo-radio input.radio:checked~label {
    color: #777
}

.container-formulario-agendamento .form-agendamento .bloco {
    margin-top: 15px;
    margin-bottom: 15px
}

.container-formulario-agendamento .form-agendamento .bloco label {
    color: #2b3a37;
    font-size: 18px;
    font-family: 'robotolight'
}

.container-formulario-agendamento .form-agendamento .campo-form.select-edit {
    background-image: url(../../images/icon/mais-select.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    width: 570px;
    -moz-appearance: none
}

.container-formulario-agendamento .form-agendamento .campo-form.select-edit::-ms-expand {
    display: none
}

.container-formulario-agendamento .form-agendamento .data-agendamento {
    background-color: #f5f5f5;
    padding: 15px 30px
}

.container-formulario-agendamento .form-agendamento .data-agendamento .bloco-data {
    color: #2b3a37;
    font-size: 14px
}

.container-formulario-agendamento .form-agendamento .data-agendamento .legenda {
    font-family: 'robotolight';
    font-size: 14px
}

.container-formulario-agendamento .form-agendamento .data-agendamento .destaque {
    font-family: 'robotomedium'
}

.container-formulario-agendamento .form-agendamento .campo-form.data {
    width: 150px;
    float: left
}

.container-formulario-agendamento .form-agendamento .data-agendamento .bloco-data .datas {
    margin: 10px 0
}

.container-formulario-agendamento .form-agendamento .data-agendamento .bloco-data .datas img {
    float: left;
    margin-top: -4px
}

.concorda-termos .checkbox-custom {
    opacity: 0;
    position: absolute
}

.concorda-termos {
    margin: 30px 0
}

.concorda-termos .checkbox-custom,.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'robotolight';
    font-size: 14px
}

.concorda-termos .checkbox-custom-label {
    position: relative
}

.concorda-termos .checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #046330;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.concorda-termos .checkbox-custom:checked+.checkbox-custom-label:before {
    content: '\2714';
    color: #2b3a37
}

.concorda-termos .checkbox-custom:focus+.checkbox-custom-label {
    outline: 1px solid #ddd
}

.concorda-termos .checkbox-custom-label a {
    color: #046330;
    text-decoration: underline
}

.btn-enviar-agendamento {
    width: 195px;
    margin: 0
}

.btn-anexo {
    width: 195px;
    margin: 0;
    float: left
}

.container-formulario-agendamento .form-agendamento .bloco-form .bloco-anexo {
    position: relative
}

.container-formulario-agendamento .form-agendamento .bloco-form .bloco-anexo #anexos {
    position: absolute;
    top: 0;
    width: 190px;
    height: 45px;
    opacity: 0
}

.container-formulario-agendamento .form-agendamento .bloco-form .bloco-anexo .campo {
    float: left;
    width: 357px;
    margin-left: 15px
}

.container-gravidez-bebe .container-post {
    width: 870px;
    margin: 0;
    float: left
}

.container-gravidez-bebe .container-post .lista-post .item {
    margin: 0 auto;
    width: 420px
}

.container-gravidez-bebe .container-post .lista-post .item img {
    width: 420px
}

.container-gravidez-bebe .container-post .lista-post .item:nth-child(odd) {
    float: left
}

.container-gravidez-bebe .container-post .lista-post .item:nth-child(even) {
    float: right
}

.container-gravidez-bebe .container-post .tabs {
    border-bottom: 1px solid #d6d6d6
}

.container-gravidez-bebe .container-post .tabs .item-tab {
    color: #046330;
    font-family: 'robotomedium';
    font-size: 24px;
    display: inline-block;
    padding-bottom: 9px
}

.container-gravidez-bebe .container-post .tabs .item-tab.ativo {
    border-bottom: 6px solid #046330;
    color: #2b3a37
}

.container-gravidez-bebe .container-post .tabs .item-tab:nth-child(3) {
    float: right
}

.container-gravidez-bebe .container-post .tabs .item-tab:nth-child(2) {
    margin-left: 210px
}

.container-horario-pronto-socorro {
    padding-top: 80px;
    margin-bottom: 80px
}

.container-horario-pronto-socorro .tabs-local .link-tab {
    width: 170px;
    display: inline-block
}

.container-horario-pronto-socorro .tabs-local .link-tab.sel {
    font-weight: 700
}

.container-horario-pronto-socorro .tabs-local {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px
}

.container-horario-pronto-socorro .unidade-data {
    margin-bottom: 30px
}

.container-horario-pronto-socorro .unidade-data .item {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle
}

.container-horario-pronto-socorro .unidade-data .item img {
    float: left
}

.container-horario-pronto-socorro .unidade-data .item span {
    float: left;
    font-size: 24px;
    color: #2b3a37;
    font-family: 'robotomedium';
    margin-top: 7px;
    margin-left: 5px
}

.container-post-aberto {
    padding-top: 80px;
    margin-bottom: 80px
}

.container-post-aberto .texto-post {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 16px;
    margin-top: 45px;
    line-height: 1.8
}

.container-post-aberto .texto-post td {
    padding: 5px
}

.tabs-alternativa {
    text-align: center;
    margin-top: 50px;
    zoom:.8}

.tabs-alternativa .avaliacaook {
    font-size: 18px;
    display: none
}

.tabs-alternativa .link-tab {
    display: inline-block;
    width: 100px
}

.tabs-alternativa span {
    color: #2b3a37;
    display: block;
    font-family: 'robotomedium';
    font-size: 24px;
    margin-bottom: 30px
}

.container-post-aberto .sobre-post {
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
    padding: 5px 0
}

.container-post-aberto .sobre-post .resumo {
    font-family: 'robotoregular';
    font-size: 16px;
    color: #767676
}

.container-post-aberto .sobre-post .termo-relacionado {
    font-family: 'robotoregular';
    font-size: 12px;
    color: #767676
}

.container-post-aberto .sobre-post .termo-relacionado b {
    margin-right: 10px
}

.container-post-aberto .sobre-post .termo-relacionado .link {
    color: #767676;
    text-transform: capitalize
}

.container-post-aberto .sobre-post .termo-relacionado .link:not(:last-child):after {
    content: ','
}

.container-comentario {
    padding-top: 80px
}

.container-comentario .bloco-campo-comentario {
    text-align: center;
    width: 570px;
    margin-top: 30px
}

.container-comentario #comentario {
    border: 2px solid #046330;
    outline: 0;
    width: 540px;
    padding-left: 25px;
    font-family: 'robotolight';
    color: #2b3a37;
    font-size: 20px;
    padding-top: 5px;
    height: 76px
}

.btn-comentar {
    width: 195px;
    margin-top: 30px
}

.lista-comentario {
    margin-top: 30px
}

.lista-comentario .item {
    padding-top: 30px
}

.lista-comentario .nivel_2 .item {
    margin-left: 100px
}

.lista-comentario .nivel_2>.item .conteudo {
    width: 970px
}

.lista-comentario .nivel_3 .item {
    margin-left: 100px
}

.lista-comentario .nivel_3 .item .conteudo {
    width: 870px
}

.lista-comentario .nivel_4 .item {
    margin-left: 100px
}

.lista-comentario .nivel_4 .item .conteudo {
    width: 770px
}

.lista-comentario .item .info-comentario {
    float: left;
    width: 70px
}

.lista-comentario .item .conteudo {
    float: right;
    width: 1070px
}

.lista-comentario .item .info-comentario .like {
    text-align: center;
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 20px 0
}

.lista-comentario .item .info-comentario .like .link {
    display: block
}

.lista-comentario .item .info-comentario .like .resultado-like {
    color: #707070;
    font-family: 'robotolight';
    font-size: 16px;
    display: block;
    margin: 5px 0
}

.lista-comentario .item .info-comentario .usuario {
    text-align: center;
    border: 2px solid #046330;
    border-radius: 50%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 70px;
    width: 70px
}

.lista-comentario .item .conteudo .nome-usuario {
    color: #2b3a37;
    font-family: 'robotomedium';
    font-size: 24px
}

.lista-comentario .item .conteudo .data {
    color: #707070;
    font-family: 'robotolight';
    font-size: 16px;
    display: block;
    text-transform: uppercase
}

.lista-comentario .item .conteudo .texto {
    color: #2b3a37;
    font-size: 18px;
    font-family: 'robotoregular';
    margin-top: 30px
}

.btn-responder-comentario {
    width: 160px;
    margin: 30px 0
}

.lista-comentario .item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.container-entenda-saude {
    padding-top: 80px
}

.container-entenda-saude .texto-mais-saude {
    margin-top: 50px
}

.container-entenda-saude .texto-mais-saude {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin: 25px 0
}

.texto ol {
    list-style-type: disc;
    list-style-position: inside
}

.container-entenda-saude .texto-mais-saude .destaque {
    color: #2b3a37;
    font-family: 'robotoregular';
    font-size: 18px
}

.mais-saude-oferece {
    margin-bottom: 80px
}

.container-atendimento-mais-saude {
    padding-top: 80px
}

.container-atendimento-mais-saude .lista-atendimento {
    width: 775px;
    margin: 50px auto 100px auto
}

.container-atendimento-mais-saude .lista-atendimento .item {
    float: left;
    margin: 0
}

.container-atendimento-mais-saude .lista-atendimento .item:nth-child(2) {
    float: right
}

.container-nova-unidade {
    padding-top: 80px
}

.container-nova-unidade .descricao {
    margin-top: 30px
}

.container-nova-unidade .descricao .texto {
    width: 570px;
    float: left
}

.container-nova-unidade .descricao .img-mapa {
    float: right
}

.container-nova-unidade .descricao .texto p {
    color: #2b3a37;
    font-size: 18px;
    font-family: 'robotolight';
    margin-bottom: 30px
}

.container-principais-servicos {
    background-image: url(../../images/pattern.jpg);
    padding-top: 80px;
    padding-bottom: 80px
}

.container-principais-servicos.rede-870 {
    padding: 0;
    margin-top: -50px;
}

.container-principais-servicos .lista-servico {
    margin-top: 50px
}

.container-principais-servicos .lista-servico .item {
    width: 220px;
    margin: 0;
    color: #2b3a37;
    font-family: 'robotolight';
    text-align: center;
    height: 420px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-right: 17px
}

.container-principais-servicos .lista-servico .item:nth-child(5) {
    float: right;
    margin-right: 0
}

.container-principais-servicos .lista-servico .item .destaque {
    width: 220px
}

.container-principais-servicos .lista-servico .item h3 {
    font-size: 29px;
    font-weight: 100;
    margin-top: 5px
}

.container-principais-servicos .lista-servico .item .texto {
    font-size: 18px;
    padding: 0 15px;
    margin-top: 5px
}

.container-principais-servicos .lista-servico .item .btn-ver-especialidade {
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.container-thumbs-unidade {
    padding-top: 80px;
    margin-bottom: 80px
}

.container-diferenciais {
    padding: 80px 0;
    position: relative;
    margin-bottom: 80px
}

.container-diferenciais .swiper-diferenciais {
    overflow: hidden;
    width: 1030px
}

.container-diferenciais .swiper-wrapper {
    width: 1030px;
    margin-top: 50px
}

.container-diferenciais .swiper-wrapper .swiper-slide {
    width: 1030px!important
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo {
    background-color: #f5f5f5;
    padding: 30px;
    font-family: 'robotolight';
    color: #2b3a37;
    margin: 0
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo h4 {
    font-size: 29px;
    font-weight: 100
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo .texto {
    margin-top: 10px
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo .galeria {
    margin-top: 20px
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo .galeria .destaque {
    float: left;
    margin: initial;
    margin-right: 30px;
    margin-bottom: 30px
}

.container-diferenciais .swiper-wrapper .swiper-slide .conteudo .galeria .destaque:nth-child(4) {
    margin-right: 0
}

.container-diferenciais .btn-navegacao {
    margin-top: 15px
}

.resultado-busca {
    color: #2b3a37;
    font-family: 'robotolight';
    font-size: 18px;
    margin-top: 30px
}

.resultado-busca .negrito {
    font-family: 'robotomedium'
}

.container-resultado-busca {
    padding-top: 80px
}

.container-resultado-busca .lista-resultado-busca {
    float: left;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    margin-top: 25px;
    padding-bottom: 100px
}

.container-resultado-busca .lista-resultado-busca .item {
    font-family: 'robotolight';
    padding: 25px 0
}

.container-resultado-busca .lista-resultado-busca .item a {
    color: #046330;
    font-size: 29px;
    font-weight: 100
}

.container-resultado-busca .lista-resultado-busca .item .data {
    color: #707070;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase
}

.container-resultado-busca .lista-resultado-busca .item .resumo {
    color: #2b3a37;
    font-size: 18px;
    margin-top: 15px
}

.container-resultado-busca .lista-resultado-busca .item:not(:last-child) {
    border-bottom: 1px solid #d6d6d6
}

.container-lista-busca .sidebar-right {
    margin-top: 0;
    margin-bottom: 100px;
    display: none
}

.tabs-exames {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 50px
}

.tabs-exames .link-tabs {
    color: #046330;
    font-family: 'robotomedium';
    font-size: 24px;
    display: inline-block;
    margin-left: 50px;
    padding-bottom: 10px;
    margin-right: 50px;
    text-decoration: none!important
}

.tabs-exames .link-tabs.ativo {
    color: #2b3a37;
    border-bottom: 7px solid #046330
}

.swiper-sobre-exame {
    overflow: hidden;
    margin-top: 40px;
    width: 970px
}

.swiper-sobre-exame .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao {
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao .texto {
    font-family: 'robotolight';
    font-size: 18px
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao .texto p {
    margin: 15px 0
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao .imgs {
    padding-top: 10px
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao .imgs .thumbs {
    margin-right: 27px
}

.swiper-sobre-exame .swiper-slide .bloco-exame .descricao .imgs .thumbs:nth-child(4) {
    float: right;
    margin-right: 0
}

.pos-relative {
    position: relative
}

.container-tab-exames .btn-navegacao {
    margin-top: -100px
}

.page_forms_agendar-cirurgia .texto-padrao ul {
    background-color: #f5f5f5;
    padding: 0 30px;
    margin-top: 30px
}

.page_forms_agendar-cirurgia .texto-padrao ul li {
    padding-left: 30px;
    background-image: url(../../images/icon/mais.png);
    background-repeat: no-repeat;
    background-position: 0 35px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #dbdbdb
}

.page_forms_agendar-cirurgia .texto-padrao ul li.aberto {
    background-image: url(../../images/icon/fechar.png)
}

.page_forms_agendar-cirurgia .texto-padrao ul strong {
    font-weight: 400
}

.page_forms_agendar-cirurgia .texto-padrao ul strong:hover {
    color: #046330;
    text-decoration: underline;
    cursor: pointer
}

.page_forms_agendar-cirurgia .texto-padrao ul li:last-child {
    border: 0
}

.page_forms_agendar-cirurgia .texto-padrao ul li ul {
    padding: 0;
    display: none
}

.page_forms_agendar-cirurgia .texto-padrao ul li.aberto ul {
    display: block;
    margin-top: 10px
}

.page_forms_agendar-cirurgia .texto-padrao ul li ul li {
    background-image: none;
    border: 0;
    padding: 10px 0
}

.page_forms_agendar-cirurgia .texto-padrao ul li ul li:first-child a {
    background-image: none;
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    display: inline-block
}

.page_forms_agendar-cirurgia .texto-padrao ul li ul li a {
    background-image: url(../../images/icon/download.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #5f5f5f
}

.page_horarios-ps .box_horarios.unidade_2 {
    display: none
}
.page_horarios-ps .box_horarios.unidade_3 {
    display: none
}

.page_horarios-ps .box_horarios ul {
    background-color: #f5f5f5;
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

.page_horarios-ps .box_horarios ul li {
    padding-left: 30px;
    background-image: url(../../images/icon/mais.png);
    background-repeat: no-repeat;
    background-position: 0 32px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #dbdbdb
}

.page_horarios-ps .box_horarios ul li.aberto {
    background-image: url(../../images/icon/fechar.png);
    background-size: 12px
}

.page_horarios-ps .box_horarios ul strong {
    font-weight: 400;
    margin-left: -30px;
    padding-left: 30px
}

.page_horarios-ps .box_horarios ul strong:hover {
    color: #046330;
    text-decoration: underline;
    cursor: pointer
}

.page_horarios-ps .box_horarios ul li:last-child {
    border: 0
}

.page_horarios-ps .box_horarios ul li ul {
    padding: 0;
    display: none
}

.page_horarios-ps .box_horarios ul li.aberto ul {
    display: block;
    margin-top: 10px
}

.page_horarios-ps .box_horarios ul li ul li {
    background-image: none;
    border: 0;
    padding: 10px 0
}

.page_horarios-ps .box_horarios ul li ul li:first-child a {
    background-image: none;
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    display: inline-block
}

.page_horarios-ps .box_horarios ul li ul li a {
    background-image: url(../../images/icon/download.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #5f5f5f
}

.page_horarios-ps .hora-cabecalho {
    float: left;
    border-right: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    width: 45px;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
    height: 30px;
    padding-top: 8px;
    color: #676767
}

.page_horarios-ps .hora-cabecalho:first-child {
    border-left: 1px solid #dbdbdb
}

.page_horarios-ps .box .hora.sel,.page_horarios-ps .hora-cabecalho.sel {
    background-color: #FFF
}

.page_horarios-ps .box .timeline {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(4,99,48,.5);
    left: 438px
}

.page_horarios-ps .box .hora_0 {
    border-left: 1px solid #dbdbdb
}

.page_horarios-ps .box .hora {
    float: left;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    width: 45px;
    font-size: 10px;
    text-align: center;
    box-sizing: border-box;
    height: 30px;
    padding-top: 8px;
    color: #676767
}

.page_horarios-ps .box {
    position: relative
}

.page_horarios-ps .box .horario {
    position: absolute;
    background-color: #046330;
    color: #FFF;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'robotolight';
    box-sizing: border-box;
    text-align: center;
    animation-name: horaanime;
    animation-duration: 2s;
    word-wrap: break-word;
    animation-timing-function: cubic-bezier(.17,.79,.215,1.0025)
}

@keyframes horaanime {
    from {
        opacity: 0;
        max-width: 100px
    }

    to {
        opacity: 1;
        max-width: 100%
    }
}

.page_horarios-ps .box .horario i {
    display: block;
    text-align: center;
    font-style: normal
}

.page_horarios-ps .box .hora:first-child {
    border-left: 1px solid #dbdbdb
}

.texto ul {
    background-color: #f5f5f5;
    padding: 0 30px;
    margin-top: 30px;
    line-height: 1!important
}

.texto ul li {
    padding-left: 30px;
    background-image: url(../../images/icon/mais.png);
    background-repeat: no-repeat;
    background-position: 0 32px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #dbdbdb;
    line-height: 1.5em!important
}

.texto ul li.aberto {
    background-image: url(../../images/icon/fechar.png);
    background-size: 13px
}

.texto ul strong {
    font-weight: 400;
    margin-left: -30px;
    padding-left: 30px
}

.texto ul strong:hover {
    color: #046330;
    text-decoration: underline;
    cursor: pointer
}

.texto ul li:last-child {
    border: 0
}

.texto ul li ul {
    padding: 0;
    display: none
}

.texto ul li.aberto ul {
    display: block;
    margin-top: 10px
}

.texto ul li ul li {
    background-image: none;
    border: 0;
    padding: 10px 0
}

.texto ul li ul li:first-child a {
    background-image: none;
    background-color: #046330;
    color: #fff;
    font-family: 'robotolight';
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 230px;
    display: inline-block;
    height: auto
}

.texto ul li ul li a {
    background-image: url(../../images/icon/download.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #5f5f5f;
    background-position: 0 0;
    height: 25px;
    display: block;
    padding-top: 5px
}

@media (max-height: 800px) {
    .btn-navegacao {
        top:210px
    }

    header {
        height: 90px
    }

    header i.botao {
        margin-top: 18px;
        zoom:.8;padding-top: 10px;
        -moz-transform: scale(.8);
        line-height: 55px
    }

    header.scroll i.botao {
        margin-top: 29px
    }

    header .logo {
        background-size: 65%;
        background-position: center center;
        height: 60px;
        margin-top: 3px
    }

    .banner-home {
        height: 380px
    }

    .banner-home .swiper-wrapper .swiper-slide {
        height: 380px
    }

    .altura-banner {
        height: 325px
    }

    .bloco-destaque-home {
        padding-top: 30px
    }

    .bloco-destaque-home .lista-item {
        zoom:.9}

    header .menu_over {
        top: 75px;
        zoom:.85;-moz-transform: scale(.8)
    }

    @-moz-document url-prefix() {
        header .menu_over {
            top: 10px;
            -moz-transform: scale(.8);
            left: -28px
        }

        header .search_box.aberto .menu_over {
            -moz-transform: scale(1);
            top: 70px
        }

        header .atalho.aberto .menu_over {
            left: -240px
        }

        header i.botao {
            margin-top: 2px
        }
    }

    header .search_box.aberto .menu_over {
        zoom:initial}
}

.galeria {
    margin-top: 30px;
    display: none;
    position: relative
}

.galeria .gallery-top {
    width: 1030px;
    height: 580px
}

.galeria .gallery-top .swiper-wrapper .swiper-slide {
    width: 1030px;
    height: 580px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f5f5f5
}

.galeria .gallery-top .swiper-wrapper .swiper-slide .legenda {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    box-sizing: border-box;
}

.galeria .gallery-thumbs {
    height: 160px;
    width: 1030px;
    background-color: rgba(0,0,0,.1);
    padding: 30px;
    box-sizing: border-box
}

.galeria .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 170px!important;
    height: 100px
}

.galeria .swiper-button-next {
    background: none;
    right: 0;
    top: 40%
}

.galeria .swiper-button-prev {
    background: none;
    left: 0;
    top: 40%
}

.share_box {
    position: absolute;
    background-color: #fff;
    top: -270px;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 20px;
    display: none;
    margin-left: -200px
}

.whatsapp {
    display: none!important
}

.share_box a {
    float: none!important;
    width: auto!important;
    text-align: left!important;
    color: #7a7a7a;
    font-size: 16px;
    display: block;
    height: 30px
}

.share_box a i {
    font-size: 1.5em;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    width: 30px;
    text-align: center
}

.share_box a.facebook i {
    color: #325c99
}

.share_box a.twitter i {
    color: #02acec
}

.share_box a.whatsapp i {
    color: #58ad15
}

.share_box a.googleplus i {
    color: #dd4b39
}

.float_barra_verde a {
    display: block;
    float: left;
    width: 20%;
    text-align: center
}

.share_box {
    top: 100px
}

.share_box.open2 {
    display: block;
    top: initial;
    margin-top: -200px;
    animation-name: shareanime2;
    animation-duration: 0.4s
}

.share_box.open {
    bottom: 100px;
    animation-name: shareanime;
    animation-duration: 0.4s;
    top: initial;
    position: fixed;
    display: block;
    z-index: 200
}

@keyframes shareanime2 {
    from {
        margin-top: -120px
    }

    to {
        margin-top: -200px
    }
}

@keyframes shareanime {
    from {
        bottom: -100px
    }

    to {
        bottom: 100px
    }
}

.container-breadcrumbs .share_box.open2 {
    display: none
}

.container-breadcrumbs .share_box.open2 {
    display: block;
    top: initial;
    margin-top: 10px;
    animation-name: shareanime3;
    animation-duration: 0.4s;
    z-index: 200;
    width: auto;
    margin-left: -30px
}

@keyframes shareanime3 {
    from {
        margin-top: -20px
    }

    to {
        margin-top: 10px
    }
}

.tb_convenios {
    width: 100%;
}

.tb_convenios thead {
}

.tb_convenios thead tr {
    background-color: #006130;
    color: #FFF;
}

.tb_convenios thead tr td {
    padding: 5px;
    font-size: 12px;
}

.tb_convenios tbody {
}

.tb_convenios tbody tr {
}

.tb_convenios tbody tr td {border-bottom: 1px solid #d6d6d6;}

.tb_convenios tbody tr td i {
    text-align: center !important;
    color: #006130;
}

.tb_convenios tbody tr td i.fa-times {
    color:#ea0909
}