﻿@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../slick/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("../slick/fonts/slick.eot");
    src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out
}

.chocolat-open {
    overflow: hidden
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #000;
    display: none;
    opacity: .8
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 16;
    color: #fff
}

.chocolat-wrapper span {
    line-height: inherit
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../img/loader.gif);
    display: none
}

.chocolat-content {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left
}

.chocolat-content .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../img/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../img/right.png) 50% 50% no-repeat;
    z-index: 17;
    display: none
}

.chocolat-wrapper .chocolat-right.active {
    display: block
}

.chocolat-wrapper .chocolat-left.active {
    display: block
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/close.png) 50% 50% no-repeat
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, .2);
    text-align: right;
    margin-top: 10px
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: url(../img/fullscreen.png) 50% 50% no-repeat;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right
}

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left
}

body.chocolat-open>.chocolat-overlay {
    z-index: 15
}

body.chocolat-open>.chocolat-loader {
    z-index: 15
}

body.chocolat-open>.chocolat-content {
    z-index: 17
}

.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
    position: absolute
}

.chocolat-in-container {
    position: relative
}

.sm {
    position: relative;
    z-index: 9999
}

.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0
}

.sm ul {
    display: none
}

.sm li,
.sm a {
    position: relative
}

.sm a {
    display: block
}

.sm a.disabled {
    cursor: not-allowed
}

.sm:after {
    content: " ";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sm-blue {
    background: transparent
}

.sm-blue a {
    padding: 10px 10px;
    padding-right: 58px;
    color: #eee;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.sm-blue a.current {
    background: #fff;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff
}

.sm-blue a.disabled {
    color: #a1d1e8
}

.sm-blue a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: auto;
    right: 4px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sm-blue a.highlighted span.sub-arrow:before {
    display: block;
    content: "-"
}

.sm-blue>li:last-child>a.highlighted,
.sm-blue>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-blue>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sm-blue ul ul {
    background: rgba(102, 102, 102, .1)
}

.sm-blue ul a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-left: 4px solid transparent
}

.sm-blue ul a.current {
    background: #006892;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
    background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
    background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
    background-image: linear-gradient(to bottom, #006188, #006f9c);
    color: #fff
}

.sm-blue ul a.disabled {
    color: #b3b3b3
}

.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
    border-left: 16px solid transparent
}

.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
    border-left: 24px solid transparent
}

.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
    border-left: 32px solid transparent
}

.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
    border-left: 40px solid transparent
}

.sm-blue ul li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.sm-blue ul li:first-child {
    border-top: 0
}

@media(min-width: 990px) {
    .sm-mytheme {
        display: inline-block;
        margin: auto
    }

    .sm-mytheme ul {
        position: absolute;
        width: 12em
    }

    .sm-mytheme.sm-rtl li {
        float: right
    }

    .sm-mytheme ul li,
    .sm-mytheme.sm-rtl ul li,
    .sm-mytheme.sm-vertical li {
        float: none
    }

    .sm-mytheme a {
        white-space: nowrap
    }

    .sm-mytheme ul a,
    .sm-mytheme.sm-vertical a {
        white-space: normal
    }

    .sm-mytheme .sm-nowrap>li>a,
    .sm-mytheme .sm-nowrap>li>:not(ul) a {
        white-space: nowrap
    }

    .sm-mytheme a {
        padding: 4px 14px;
        font-size: 16px;
        color: #eee;
        font-weight: 400
    }

    .sm-mytheme a:hover,
    .sm-mytheme a.highlighted {
        color: #fff
    }

    .sm-mytheme a.current {
        background: #00aeef;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
        background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
        background-image: linear-gradient(to bottom, #006188, #006f9c);
        color: #fff
    }

    .sm-mytheme a.disabled {
        background: #3092c0;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
        background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
        color: #a1d1e8
    }

    .sm-mytheme a span.sub-arrow {
        position: absolute;
        top: auto;
        margin-top: 0;
        bottom: -14px;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #ccc transparent transparent transparent;
        background: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
        font: bold 16px/34px monospace !important;
        text-align: center;
        text-shadow: none
    }

    .sm-mytheme a.highlighted span.sub-arrow:before {
        display: none
    }

    .sm-mytheme ul {
        padding: 5px 0;
        background: #fff;
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        -ms-border-radius: 2px !important;
        -o-border-radius: 2px !important;
        border-radius: 2px !important;
        -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 12px rgba(0, 0, 0, .2)
    }

    .sm-mytheme li {
        float: left
    }

    .sm-mytheme ul ul {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important;
        background: #fff
    }

    .sm-mytheme ul a,
    .sm-mytheme ul a.highlighted {
        border: 0 !important;
        padding: 12px 9px;
        font-size: 14px;
        background: transparent;
        color: #808285;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }

    .sm-mytheme ul a:hover,
    .sm-mytheme ul a:focus,
    .sm-mytheme ul a:active,
    .sm-mytheme ul a.highlighted {
        background: #006f9c;
        color: #691c99
    }

    .sm-mytheme ul a.current {
        background: #006892;
        background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
        background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
        background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
        background-image: linear-gradient(to bottom, #006188, #006f9c);
        color: #fff
    }

    .sm-mytheme ul a.disabled {
        background: #fff;
        color: #b3b3b3
    }

    .sm-mytheme ul a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #fbcf03
    }

    .sm-mytheme ul li {
        border: 0
    }

    .sm-mytheme span.scroll-up,
    .sm-mytheme span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }

    .sm-mytheme span.scroll-up-arrow,
    .sm-mytheme span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #2b82ac transparent
    }

    .sm-mytheme span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #2b82ac transparent transparent transparent
    }

    .sm-mytheme.sm-rtl.sm-vertical a span.sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent
    }

    .sm-mytheme.sm-rtl>li:first-child>a,
    .sm-mytheme.sm-rtl>li:first-child>:not(ul) a {
        -webkit-border-radius: 0 8px 8px 0;
        -moz-border-radius: 0 8px 8px 0;
        -ms-border-radius: 0 8px 8px 0;
        -o-border-radius: 0 8px 8px 0;
        border-radius: 0 8px 8px 0
    }

    .sm-mytheme.sm-rtl>li:last-child>a,
    .sm-mytheme.sm-rtl>li:last-child>:not(ul) a {
        -webkit-border-radius: 8px 0 0 8px !important;
        -moz-border-radius: 8px 0 0 8px !important;
        -ms-border-radius: 8px 0 0 8px !important;
        -o-border-radius: 8px 0 0 8px !important;
        border-radius: 8px 0 0 8px !important
    }

    .sm-mytheme.sm-rtl>li:first-child {
        border-left: 1px solid #2b82ac
    }

    .sm-mytheme.sm-rtl>li:last-child {
        border-left: 0
    }

    .sm-mytheme.sm-rtl ul a span.sub-arrow {
        right: auto;
        left: 10px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #a1d1e8 transparent transparent
    }

    .sm-mytheme.sm-vertical {
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
    }

    .sm-mytheme.sm-vertical a {
        padding: 9px 23px
    }

    .sm-mytheme.sm-vertical a span.sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #a1d1e8
    }

    .sm-mytheme.sm-vertical>li:first-child>a,
    .sm-mytheme.sm-vertical>li:first-child>:not(ul) a {
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0
    }

    .sm-mytheme.sm-vertical>li:last-child>a,
    .sm-mytheme.sm-vertical>li:last-child>:not(ul) a {
        -webkit-border-radius: 0 0 8px 8px !important;
        -moz-border-radius: 0 0 8px 8px !important;
        -ms-border-radius: 0 0 8px 8px !important;
        -o-border-radius: 0 0 8px 8px !important;
        border-radius: 0 0 8px 8px !important
    }

    .sm-mytheme.sm-vertical>li {
        border-left: 0 !important
    }

    .sm-mytheme.sm-vertical ul {
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        -o-border-radius: 4px !important;
        border-radius: 4px !important
    }

    .sm-mytheme.sm-vertical ul a {
        padding: 9px 23px
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0px;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    line-height: normal
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

:focus {
    outline: 0px
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #00204c
}

@media(max-width: 700px) {
    body {
        /*padding-top:146px*/
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", serif;
    line-height: normal;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1)
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: #666;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
    width: 0px
}

form ::-webkit-input-placeholder {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #666
}

form :-moz-placeholder {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #666
}

form ::-moz-placeholder {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #666
}

form :-ms-input-placeholder {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #666
}

.transition {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.contentSite {
    width: 90%;
    max-width: 1465px;
    margin: auto;
    position: relative;
    clear: both
}

.clear {
    width: 100%;
    clear: both
}

.clear.lineLight {
    border-bottom: 1px solid #eee;
    margin: 20px 0
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap
}

.alignleft {
    float: left;
    padding: 1%
}

.alignright {
    float: right;
    padding: 1%
}

.aligncenter {
    margin: auto;
    padding: 1%;
    display: block
}

input[type=radio] {
    opacity: 0;
    margin-right: -24px;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important
}

input[type=radio]+span:before {
    content: "";
    background-color: #ccc;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    visibility: visible;
    box-shadow: 0 0 0px 2px #999
}

input[type=radio]:checked+span:before {
    background-color: #e19925
}

input[type=checkbox] {
    opacity: 0;
    margin-right: -24px;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important
}

input[type=checkbox]+span:before {
    content: "";
    background: #fff;
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    visibility: visible;
    border: 2px solid #ccc;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #052;
    position: relative;
    top: 6px
}

input[type=checkbox]:checked+span:before {
    background: #e19925
}

.header {
    width: 100%;
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #163d54;
    background: linear-gradient(90deg, #163D54 0%, #3187BA 100%)
}

.header.mostrarFixo {
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15)
}

.header .logo {
    width: 286px;
    height: 46px;
    text-align: center;
    float: left;
    margin: 18px 0 0 25px
}

.header .logo a {
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) no-repeat center;
    background-size: 100% auto;
    text-indent: -9999px;
    display: block
}

.toggle-nav {
    display: none;
    width: 50px;
    height: 85px;
    position: absolute;
    left: 343px;
    top: 0;
    background: url(../img/bg-bt-menu.svg) no-repeat center;
    text-indent: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #ddd;
    font-size: 16px;
    line-height: 84px;
    text-align: center
}

.menuTopo {
    float: left;
    margin: 25px 10px 0 25px
}

.header .contentSearch {
    width: 240px;
    height: 86px;
    background: #163d5482;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 10px
}

.header .contentSearch #searchform {
    padding-bottom: 0;
    font-size: 16px
}

.contentSearch #searchform input[type=text] {
    border: 0px
}

.contentSearch #searchform input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.contentSearch #searchform input[type=text]:-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.contentSearch #searchform input[type=text]::-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.contentSearch #searchform input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

@media(max-width: 1550px) {
    .menuTopo .sm-mytheme a {
        font-size: 14px;
        padding: 4px 15px
    }
}

@media(max-width: 1350px) {
    .menuTopo .sm-mytheme a {
        font-size: 14px;
        padding: 4px 10px
    }

    .header .logo {
        margin: 18px 0 0 15px
    }
}

@media(max-width: 1250px) {
    .menuTopo {
        display: none
    }

    .toggle-nav {
        display: block
    }
}

@media(max-width: 700px) {
    .header .logo {
        margin: 18px 0 0 10px
    }

    .header {
        height: 146px
    }

    .header .contentSearch {
        top: 82px;
        width: 94%;
        left: 0;
        padding: 0 0;
        height: 48px;
        margin: 0 3%;
        border: 1px solid #ffffff87;
        background: none
    }

    .toggle-nav {
        left: auto;
        right: 10px;
        height: 76px
    }
}

@media(max-width: 380px) {
    .header .logo {
        width: 234px
    }
}

.bgMenu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9997
}

.bgMenu.mostrar {
    display: block
}

.menu {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 9999;
    width: 320px;
    height: 100%;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, .9);
    opacity: 0;
    background: #163d54;
    background: linear-gradient(120deg, #163D54 0%, #3187BA 100%)
}

.menu.mostrar {
    visibility: visible;
    right: 0;
    opacity: 1
}

.headerNav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.headerNav .bt_close {
    width: 50px;
    height: 50px;
    font-weight: 300;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    text-align: center;
    font-size: 46px;
    line-height: 48px
}

.headerNav .bt_close:hover {
    background: #666
}

.contentMenu {
    width: 100%;
    margin: 20px 32px 20px;
    overflow: auto;
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px)
}

#main-nav {
    margin-top: 48px;
    width: 300px;
    float: right
}

.menuSide {
    float: left;
    width: 100%;
    margin-top: 42px
}

.menuSide ul li {
    list-style: none;
    margin-bottom: 2px;
    border-bottom: none
}

.menuSide ul li a {
    color: #fff;
    font-size: 18px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.menuSide ul li a:hover {
    color: #ccc;
    padding-left: 5px
}

.menuSide ul li.current-menu-item a {
    color: #eee;
    font-size: 18px;
    font-weight: 600
}

.sub-menu {
    background: #00204c !important
}

.sub-menu li {
    border-bottom: 1px solid #006f9c !important
}

.sub-menu li a {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: normal !important;
    padding: 5px 10px !important
}

@media(max-width: 990px) {
    .headerNav {
        z-index: 999999
    }

    .headerNav .bt_close {
        right: 10px;
        top: 10px
    }

    #main-nav {
        margin-top: 0px
    }
}

@media(max-width: 640px) {
    .menu {
        width: 320px
    }

    #main-nav {
        width: 100%
    }
}

.contentBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    background: #000
}

.slideHome {
    float: left;
    width: 100%;
    height: auto;
    clear: both
}

.slideHome .bannerHome {
    position: relative
}

.slideHome .slick-slide img {
    width: 100% !important;
    height: auto !important
}

.slideHome .slick-slide {
    position: relative;
    overflow: hidden
}

.slideHome .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -169px -190px;
    width: 50px;
    height: 50px;
    left: auto;
    right: 40px;
    bottom: 50%;
    margin-bottom: -25px;
    border-radius: 3px;
    top: auto;
    text-indent: -9999px
}

.slideHome .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -75px -190px;
    width: 50px;
    height: 50px;
    left: 40px;
    right: auto;
    bottom: 50%;
    margin-bottom: -25px;
    border-radius: 3px;
    top: auto;
    text-indent: -9999px
}

.slideHome .slick-arrow {
    z-index: 5
}

.slick-dots {
    width: 100%;
    padding: 0 2%;
    bottom: -40px;
    text-align: center;
    z-index: 2
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background: #d9d9d9;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 15px
}

.slick-dots li.slick-active {
    background: #163e56
}

.slick-dots li button:before {
    content: ""
}

@media(max-width: 990px) {
    .contentBanner {
        background: none;
        padding: 0 0 50px
    }

    .slideHome {
        width: 100%
    }

    .slideHome .slick-arrow.slick-next {
        display: none;
        right: 0px
    }

    .slideHome .slick-arrow.slick-prev {
        display: none;
        left: 0px
    }

    .slideHome .slick-slide {
        border-radius: 0
    }
}

.destaqueHome {
    margin: 10px 10px;
    float: left;
    background-color: #163d54;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px)
}

.destaqueHome:hover {
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, .15)
}

.destaqueHome a {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, #000000 0%, #00000000 100%)
}

.destaqueHome a .textDestaque {
    padding: 40px 0 40px 60px;
    float: left;
    width: 50%
}

.destaqueHome a .textDestaque h2 {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.destaqueHome a .textDestaque p {
    font-size: 18px;
    line-height: 20px;
    color: #fff
}

.destaqueHome a .textDestaque .btVerProdutos {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    background: #00c7e3;
    background: linear-gradient(90deg, #00C7E3 0%, #0073AC 100%)
}

.destaqueHome:hover a .textDestaque .btVerProdutos {
    background: linear-gradient(90deg, #0073AC 0%, #00C7E3 100%)
}

.destaqueHome a .imagemDestaque {
    width: 48%;
    min-height: 300px;
    float: right;
    text-align: center;
    padding: 15px
}

.destaqueHome a .imagemDestaque img {
    display: inline-block;
    max-width: 100%
}

@media(max-width: 1400px) {
    .destaqueHome a .textDestaque {
        padding: 30px 0 30px 40px
    }

    .destaqueHome a .textDestaque h2 {
        font-size: 22px;
        line-height: 24px
    }

    .destaqueHome a .textDestaque p {
        font-size: 16px;
        line-height: 18px
    }
}

@media(max-width: 990px) {
    .destaqueHome {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

@media(max-width: 550px) {
    .destaqueHome a .textDestaque {
        padding: 30px 20px;
        width: 85%
    }

    .destaqueHome a .imagemDestaque {
        width: 100%;
        min-height: 80px;
        float: right
    }
}

.titlePadrao {
    width: 100%;
    text-align: center;
    padding: 30px 0 35px
}

.titlePadrao h2 {
    color: #163d54;
    font-size: 26px
}

.itemOndeHome {
    margin: 10px 10px 20px;
    float: left;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.itemOndeHome img {
    max-width: 100%;
    display: inline-block
}

.itemOndeHome a {
    width: 100%;
    height: 100%;
    display: block
}

.slideEncontrar {
    width: 100%;
    margin: 0 auto;
    max-width: 1465px
}

.slideEncontrar .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -180px -99px;
    width: 32px;
    height: 37px;
    left: auto;
    right: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideEncontrar .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -83px -99px;
    width: 32px;
    height: 37px;
    right: auto;
    left: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideEncontrar .slick-prev.slick-disabled,
.slideEncontrar .slick-next.slick-disabled {
    opacity: .4
}

@media(max-width: 1530px) {
    .slideEncontrar {
        width: 84%;
        margin: 0 8%
    }
}

@media(max-width: 550px) {
    .slideEncontrar {
        width: 95%;
        margin: 0 0 0 5%
    }

    .slideEncontrar .slick-arrow.slick-next {
        right: 0px;
        z-index: 1
    }

    .slideEncontrar .slick-arrow.slick-prev {
        left: 0px;
        z-index: 1
    }

    .itemOndeHome {
        width: 190px
    }
}

.bxCategoriasHome {
    width: 100%;
    height: 750px;
    display: block;
    overflow: hidden;
    background: linear-gradient(40deg, #16191a 50%, #3187BA 100%);
    margin-top: 30px
}

.titleCategoriasHome {
    width: 100%;
    text-align: center;
    padding: 30px 0 35px
}

.titleCategoriasHome h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase
}

.slideCategorias {
    position: relative;
    height: 570px;
    margin: 0 0 0;
    float: right;
    text-align: center;
    width: 100%
}

.slideCategorias .slick-track {
    display: flex;
    align-items: center
}

.itemCategoriaSlide {
    height: 570px;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
    margin: 10px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: .8
}

.itemCategoriaSlide.slick-current {
    height: 570px;
    opacity: 1
}

.itemCategoriaSlide a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000d4 0%, #00000000 70%);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.itemCategoriaSlide a h3 {
    position: absolute;
    bottom: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: bold
}

.slideCategorias .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -169px -190px;
    width: 50px;
    height: 50px;
    left: auto;
    right: 40px;
    bottom: 50%;
    margin-bottom: -25px;
    border-radius: 3px;
    top: auto;
    text-indent: -9999px
}

.slideCategorias .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -75px -190px;
    width: 50px;
    height: 50px;
    left: 40px;
    right: auto;
    bottom: 50%;
    margin-bottom: -25px;
    border-radius: 3px;
    top: auto;
    text-indent: -9999px
}

.slideCategorias .slick-arrow {
    z-index: 5
}

@media(max-width: 1350px) {
    .bxCategoriasHome {
        height: 650px
    }

    .slideCategorias {
        height: 470px
    }

    .itemCategoriaSlide {
        height: 470px
    }

    .itemCategoriaSlide.slick-current {
        height: 470px
    }

    .itemCategoriaSlide a h3 {
        font-size: 20px
    }
}

@media(max-width: 1150px) {
    .bxCategoriasHome {
        height: 550px
    }

    .slideCategorias {
        height: 370px
    }

    .itemCategoriaSlide {
        height: 370px
    }

    .itemCategoriaSlide.slick-current {
        height: 370px
    }

    .itemCategoriaSlide a h3 {
        font-size: 18px
    }
}

@media(max-width: 990px) {
    .itemCategoriaSlide {
        width: 300px
    }
}

.sobreNosHome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(0deg, #ffffff 9%, #C0EFF6 9%);
    padding: 50px 0 0
}

.imgSobreHome {
    float: left;
    width: 45%;
    border-radius: 5px;
    overflow: hidden
}

.imgSobreHome img {
    width: 100%;
    display: block
}

.textSobreHome {
    float: right;
    width: 50%;
    padding: 40px 40px 80px
}

.textSobreHome h2 {
    font-size: 32px;
    color: #163d54;
    padding-bottom: 15px
}

.textSobreHome p {
    color: #163d54;
    font-size: 20px
}

.btMoreSobre {
    display: inline-block;
    padding: 10px 45px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    background: #00c7e3;
    background: linear-gradient(90deg, #00C7E3 0%, #0073AC 100%)
}

.btMoreSobre:hover {
    background: linear-gradient(90deg, #0073AC 0%, #00C7E3 100%)
}

@media(max-width: 1450px) {
    .textSobreHome p {
        font-size: 18px
    }
}

@media(max-width: 1350px) {
    .textSobreHome {
        padding: 0px 0px 80px
    }
}

@media(max-width: 1200px) {
    .textSobreHome p {
        font-size: 16px
    }
}

@media(max-width: 768px) {
    .sobreNosHome {
        background: #c0eff6
    }

    .imgSobreHome {
        width: 100%
    }

    .textSobreHome {
        width: 100%;
        padding: 50px 0px 50px
    }
}

.itemNovidade {
    height: 500px;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    background: #000;
    margin: 10px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center
}

.itemNovidade a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000d4 0%, #00000000 70%)
}

.itemNovidade a h3 {
    position: absolute;
    bottom: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600
}

.itemImgNovidade {
    width: 100%;
    height: 225px;
    float: left;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center
}

.itemImgNovidade a {
    width: 100%;
    height: 100%;
    display: block
}

.slideBlog {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 1465px
}

.slideBlog .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -180px -99px;
    width: 32px;
    height: 37px;
    left: auto;
    right: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideBlog .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -83px -99px;
    width: 32px;
    height: 37px;
    right: auto;
    left: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideBlog .slick-prev.slick-disabled,
.slideBlog .slick-next.slick-disabled {
    opacity: .4
}

.btIrBlog {
    display: block;
    margin: 0 auto 20px;
    width: 180px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #00c7e3;
    background: linear-gradient(90deg, #00C7E3 0%, #0073AC 100%)
}

.btIrBlog:hover {
    background: linear-gradient(90deg, #0073AC 0%, #00C7E3 100%)
}

@media(max-width: 1530px) {
    .slideBlog {
        width: 90%;
        margin: 0 5% 40px
    }
}

@media(max-width: 1350px) {
    .itemNovidade {
        height: 400px
    }
}

@media(max-width: 550px) {
    .slideBlog {
        width: 95%;
        margin: 0 0 50px 5%
    }

    .slideBlog .slick-arrow.slick-next {
        right: 0px;
        z-index: 1
    }

    .slideBlog .slick-arrow.slick-prev {
        left: 0px;
        z-index: 1
    }

    .itemNovidade {
        width: 260px;
        margin: 0 5px
    }
}

.bannerDrColuna {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0;
    background-size: cover;
    background-position: center
}

.logoDrColuna {
    float: left;
    width: 45%;
    margin: 0 0;
    text-align: center
}

.logoDrColuna img {
    max-width: 100%;
    display: inline-block
}

.imagemDrColuna {
    float: right;
    width: 55%
}

.imagemDrColuna img {
    max-width: 100%
}

@media(max-width: 1250px) {
    .logoDrColuna img {
        width: 230px;
        padding: 15px 0
    }
}

@media(max-width: 990px) {
    .logoDrColuna {
        width: 100%;
        text-align: center
    }

    .imagemDrColuna {
        width: 100%;
        padding-top: 30px
    }
}

.footer {
    width: 100%;
    background: #163d54;
    background: linear-gradient(90deg, #163D54 0%, #3187BA 100%);
    position: relative;
    padding: 62px 0 0;
    overflow: hidden
}

.contentLogoFooter {
    float: left;
    width: 223px
}

.logoFooter {
    width: 200px;
    height: 145px;
    margin: 0 auto
}

.logoFooter a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat
}

.redesSociaisFooter {
    width: 225px;
    text-align: center;
    padding-top: 25px;
    margin: 0 auto
}

.redesSociaisFooter a {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-bottom: 7px;
    border-radius: 4px
}

.redesSociaisFooter a:hover {
    background-color: #3187ba !important;
    border-radius: 5px
}

.redesSociaisFooter a.icoInstagram {
    background: #fff url(../img/icones/instagram.svg) no-repeat center;
    background-size: 60%
}

.redesSociaisFooter a.icoLinkedin {
    background: #fff url(../img/icones/linkedin.svg) no-repeat center;
    background-size: 50%
}

.redesSociaisFooter a.icoYoutube {
    background: #fff url(../img/icones/youtube.svg) no-repeat center;
    background-size: 60%
}

.redesSociaisFooter a.icoWhatsapp {
    background: #b0d930 url(../img/icones/whatsapp.svg) no-repeat center;
    background-size: 60%
}

.contentFooter {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
    float: right
}

.siteMap {
    float: left;
    padding-bottom: 40px;
    padding-right: 50px
}

.siteMap h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 20px
}

.siteMap ul li {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase
}

.siteMap ul li a {
    color: #fff;
    padding: 4px
}

.siteMap ul li a:hover {
    text-decoration: underline
}

.btDownloadCatalogo {
    display: inline-block;
    margin-bottom: 15px
}

.btDownloadCatalogo a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px 12px 50px;
    background: #00204c;
    background: linear-gradient(90deg, #00C7E3 0%, #0073AC 100%);
    position: relative
}

.btDownloadCatalogo a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 11px;
    top: 7px;
    background: url(../img/icones/ico-download.svg) no-repeat center
}

.infoFooter {
    float: right;
    width: 290px
}

.infoFooter h3 {
    color: #e19925;
    font-weight: bold;
    font-size: 22px
}

.infoFooter p {
    font-size: 16px;
    color: #fff
}

.infoFooter p span {
    display: inline-block
}

.infoFooter p a {
    font-size: 16px;
    color: #fff
}

.infoFooter p a strong {
    font-size: 20px;
    font-weight: 600
}

.boxSelos {
    width: 290px;
    margin: 0 auto;
    border-radius: 70px;
    margin-top: 30px;
    align-items: center;
    display: flex
}

.boxSelos img {
    display: inline-block;
    margin: 0 5px
}

#ra-verified-seal {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden
}

.copyright {
    width: 100%;
    clear: both;
    padding: 20px 0;
    overflow: hidden;
    text-align: center
}

.copyright p {
    font-size: 12px;
    color: #fff;
    padding: 2px 0 20px
}

.copyright p a {
    color: #fff
}

.copyright p span {
    display: inline-block
}

.copyright .allure {
    display: inline-block;
    width: 77px;
    height: 21px;
    background: url(../img/sprite.png) no-repeat -334px -10px
}

.btScrollTop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    z-index: 10;
    display: none;
    overflow: hidden;
    background: #2264ad3b url(../img/sprite.png) no-repeat -446px -476px
}

.btScrollTop div {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

@media screen and (max-width: 1050px) {
    .contentFooter {
        width: 100%;
        height: auto
    }

    .contentLogoFooter {
        margin: 0 auto 50px;
        float: none
    }

    .infoFooter {
        width: 100%;
        text-align: center
    }

    .siteMap {
        width: 100%;
        padding-right: 0;
        text-align: center
    }

    .siteMap ul li {
        list-style: none;
        font-size: 16px;
        margin: 4px 0
    }
}

.main {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    position: relative
}

.post {
    float: right;
    width: 100%;
    padding: 50px 0;
    overflow: hidden
}

.titleInside {
    width: 100%;
    position: relative;
    padding: 25px 0 25px;
    float: left;
    background: #f0f0f1;
    background-attachment: fixed
}

.titleInside h2,
.titleInside h1 {
    color: #3187ba;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700
}

.titleInside p {
    font-size: 16px;
    color: #666
}

@media(max-width: 600px) {

    .titleInside h2,
    .titleInside h1 {
        font-size: 20px
    }
}

.contentMain {
    background: #fff;
    margin-top: 10%
}

p#breadcrumbs {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    padding: 25px 0;
    border-bottom: 1px solid #eee
}

p#breadcrumbs a {
    color: #666
}

.bgBlack {
    width: 100%;
    height: 100%;
    background: #00000094;
    display: flex;
    justify-content: center
}

.titlePost {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center
}

.titlePost h1 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600
}

.titlePost p {
    font-size: 16px;
    color: #fff
}

.thumbpage {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    overflow: hidden
}

.entryPost {
    padding: 0 42px;
    margin: 50px auto 0
}

.entry {
    font-size: 16px;
    line-height: 22px
}

.entry p {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 22px;
    font-weight: normal
}

.entry p a {
    color: #00adee
}

.entry h1 {
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 600
}

.entry h2 {
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 600
}

.entry h3 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 600
}

.entry h4 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600
}

.entry h5 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600
}

.entry h6 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 600
}

.entry ul,
.entry ol {
    padding: 5px 0 5px 32px;
    font-size: 16px
}

.entry ul li,
.entry ol li {
    padding-bottom: 5px;
    text-align: justify
}

.entry ul li a,
.entry ol li a {
    color: #065fd4
}

.entry img {
    max-width: 100%;
    height: auto !important
}

.wp-video {
    width: 100% !important
}

@media(max-width: 1250px) {
    .title h1 {
        font-size: 38px
    }

    .entry h1 {
        font-size: 30px
    }

    .entry h2 {
        font-size: 24px
    }

    .entry h3 {
        font-size: 22px
    }

    .entry h4 {
        font-size: 18px
    }

    .entry h5 {
        font-size: 16px
    }

    .entry h6 {
        font-size: 16px
    }
}

@media(max-width: 1024px) {
    .title h1 {
        font-size: 32px
    }

    .entry h1 {
        font-size: 28px;
        padding-bottom: 20px
    }

    .entry h2 {
        font-size: 22px;
        padding-bottom: 20px
    }

    .entry h3 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .entry h4 {
        font-size: 16px;
        padding-bottom: 20px
    }

    .entry h5 {
        font-size: 16px;
        padding-bottom: 20px
    }

    .entry h6 {
        font-size: 16px;
        padding-bottom: 20px
    }
}

@media(max-width: 990px) {
    .post {
        width: 100%;
        padding-bottom: 50px
    }

    .entry {
        margin-top: 20px
    }

    .entry p {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px
    }

    .titlePost {
        height: auto
    }

    .titlePost h1 {
        font-size: 20px
    }

    .bgBlack {
        padding: 80px 0
    }
}

@media(max-width: 700px) {
    .title h1 {
        font-size: 28px
    }

    .entry h1 {
        color: #122272;
        font-size: 28px
    }
}

@media(max-width: 500px) {
    .title h1 {
        font-size: 24px
    }

    .entry h1 {
        font-size: 24px
    }
}

.navigation {
    float: left;
    width: 100%;
    padding: 13px 0;
    margin: 20px 0 80px
}

.navigation .pages {
    display: none
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #000;
    border: 0;
    color: #fff
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    padding: 5px 11px !important;
    border: 0 !important;
    font-size: 20px;
    background: #eee;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.wp-pagenavi span.pages {
    border: 0px;
    padding-left: 0px !important
}

.pagination {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px auto 30px;
    font-weight: 700
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background: #eee;
    color: #a05ac1;
    text-decoration: none;
    margin: 8px 1px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.pagination .page-numbers:hover {
    background: #ddd;
    color: #a05ac1
}

.pagination .current {
    color: #a05ac1;
    background: #fff
}

@media(max-width: 990px) {
    .pagination {
        margin: 20px auto 20px
    }
}

.compartilharBox {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 20px 0
}

.compartilharBox h3 {
    font-weight: 600;
    color: #00204c;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    float: left;
    display: block;
    width: 110px;
    margin: 0 !important
}

.whts {
    width: 115px;
    float: right;
    display: block;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    border: 1px solid #79cf6c;
    border-radius: 3px;
    color: #79cf6c;
    padding: 5px 5px 5px 30px
}

.whts:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -21px -296px
}

.whts:hover {
    background: #5255a4;
    color: #79cf6c;
    text-decoration: none
}

.copiarURL {
    width: 115px;
    height: 29px;
    float: right;
    margin-left: 2px;
    display: block;
    background: #fff;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border: 1px solid #0098da;
    border-radius: 3px;
    color: #0098da;
    padding: 5px 5px 5px 30px
}

.copiarURL:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -21px -364px
}

.copiarURL:hover {
    background: #5255a4
}

.tagsContent {
    width: 100%;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 15px 0 50px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.tagsContent a {
    color: #3cb0fd
}

.tagsContent a:hover {
    color: #000
}

.PrevPost {
    float: left;
    width: 50%;
    padding: 25px 1% 30px
}

.nextPost {
    float: right;
    width: 50%;
    padding: 25px 1% 30px;
    text-align: right;
    border-left: 1px solid #eee
}

.PrevPost h4,
.nextPost h4 {
    font-size: 16px;
    color: #00204c;
    padding-bottom: 0px;
    font-weight: bold
}

.PrevPost a,
.nextPost a {
    color: #00adee;
    font-size: 14px;
    font-weight: 500
}

.leftContent {
    float: left;
    width: 320px;
    padding: 5px 20px;
    margin-top: 50px;
    margin-bottom: 20px
}

.rightContent {
    float: right;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
    padding: 50px 0
}

.leftContent .bxBucarNoSite {
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #f5f5f5;
    border-radius: 5px
}

#postsRelacionados {
    width: 100%
}

#postsRelacionados .itemNovidade {
    width: 49%;
    float: left
}

#sidebar {
    width: 100%;
    clear: both
}

.wp-block-latest-posts__list li {
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.similarPosts {
    width: 100%;
    clear: both;
    border-top: 1px solid #eee
}

.similarPosts h4 {
    font-size: 24px;
    color: #00c7e3;
    text-transform: uppercase;
    padding: 20px 1%;
    font-weight: 600
}

@media(max-width: 550px) {
    #postsRelacionados .itemNovidade {
        width: 99%
    }
}

.searchSide {
    background: #00204c;
    background: linear-gradient(90deg, #163D54 0%, #3187BA 100%);
    border-radius: 4px;
    margin-bottom: 20px
}

#searchform {
    width: 100%;
    height: auto;
    overflow: hidden
}

#searchform input[type=text] {
    float: left;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
    height: 44px;
    padding: 5px 10px;
    color: #fff;
    font-style: italic
}

#searchsubmit {
    width: 44px;
    height: 44px;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    background: url(../img/search.svg) no-repeat;
    background-position: center;
    background-size: 50%;
    border: 0;
    margin-left: 0 !important
}

#searchsubmit:hover {
    background: url(../img/search.svg) no-repeat;
    background-position: center;
    background-size: 50%
}

#searchform input[type=text]::-webkit-input-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

#searchform input[type=text]:-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

#searchform input[type=text]::-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

#searchform input[type=text]:-ms-input-placeholder {
    font-family: "Open Sans", serif;
    color: #fff;
    font-size: 16px;
    font-style: italic
}

li.widget {
    list-style: none;
    margin-bottom: 20px
}

li.widget h2 {
    font-size: 18px;
    padding: 10px 5px;
    color: #3187ba;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    text-align: left;
    text-transform: uppercase
}

li.widget ul li.cat-item {
    list-style: none
}

li.widget ul li {
    list-style: none
}

li.widget ul li a {
    color: #00204c;
    font-size: 16px;
    padding: 3px 10px;
    display: block;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transition-property: inherit !important
}

li.widget ul li a:hover {
    color: #00adee
}

.wp-block-tag-cloud a {
    color: #00204c
}

.wp-block-tag-cloud a:hover {
    color: #3187ba
}

.wp-block-latest-posts__featured-image {
    overflow: hidden;
    width: 100%
}

.wp-block-latest-posts__featured-image img {
    height: 100%;
    min-width: 100%;
    display: block;
    left: 50%;
    transform: translatex(-50%) scale(1);
    position: relative;
    max-width: none;
    width: auto !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.wp-block-latest-posts__featured-image:hover img {
    transform: translatex(-50%) scale(1.05)
}

.AdWidget_ImageWidget {
    text-align: center
}

.rightContent .itemNovidade {
    width: 32%;
    margin: 0 .5% 15px
}

@media(max-width: 1280px) {
    .rightContent .itemNovidade {
        width: 49%
    }
}

@media(max-width: 990px) {
    .leftContent {
        width: 100%;
        margin-bottom: 50px;
        margin-top: 0
    }

    .rightContent {
        width: 100%;
        padding-bottom: 0;
        padding-top: 10px
    }
}

@media(max-width: 550px) {
    .leftContent {
        padding: 5px 0
    }

    .rightContent .itemNovidade {
        width: 99%;
        margin: 0 .5% 15px
    }
}

.formContatos {
    width: 48%;
    float: right;
    margin: 35px 0;
    padding: 30px 30px 0;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.textContato {
    width: 50%;
    float: left;
    padding: 80px 0
}

.textContato h2 {
    padding: 20px 0 0
}

.contatosPage {
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;
    border: 1px solid #d7d7d7
}

.contatosPage a {
    color: #00adee;
    font-size: 18px
}

.contatosPage a:hover {
    text-decoration: underline
}

@media(max-width: 990px) {
    .formContatos {
        width: 100%
    }

    .textContato {
        width: 100%;
        padding: 0px 0 0
    }
}

@media(max-width: 550px) {
    .formContatos {
        padding: 10px 20px 0
    }
}

.wpcf7-form {
    width: 100%;
    padding: 0 0 20px
}

.wpcf7-form p {
    font-size: 16px;
    color: #666;
    padding: 0 15px;
    line-height: 36px;
    font-weight: 300;
    text-align: left
}

p.c4wp-display-captcha-form,
p.c4wp-display-captcha-form label {
    text-transform: initial !important;
    margin-bottom: 2px !important
}

p.c4wp-display-captcha-form br {
    display: none
}

p.c4wp-display-captcha-form strong {
    display: block;
    clear: both
}

.wpcf7-form input {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 4px
}

.wpcf7-form input[type=radio],
.wpcf7-form input[type=checkbox] {
    width: auto
}

.wpcf7-form textarea {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd
}

.wpcf7-form .wpcf7-submit {
    width: 150px;
    height: 48px;
    float: right;
    background: #4a449b;
    border: 0px;
    margin: 2px 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.wpcf7-form .wpcf7-submit:hover {
    background: #13bab6;
    color: #fff
}

.div.wpcf7-mail-sent-ok {
    clear: both;
    background: #7fffd4
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background: #fff
}

.wpcf7-form-control-wrap {
    clear: both
}

.bxContato {
    width: 100%;
    height: auto;
    background: #009fa2;
    overflow: hidden;
    padding-bottom: 95px
}

.formContato {
    width: 100%;
    margin: 0;
    overflow: hidden;
    text-align: left
}

.formContato .campo {
    width: 100%;
    margin-bottom: 10px
}

.formContato p {
    padding-bottom: 0
}

.formContato input[type=text],
.formContato input[type=tel],
.formContato input[type=email] {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3px
}

.formContato select {
    background: #fff;
    color: #666;
    border: 1px solid #eee;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 3px
}

.formContato input[type=submit] {
    width: 100%;
    height: 56px;
    cursor: pointer;
    float: right;
    margin-top: 0px;
    background: #3187ba;
    color: #fff;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.formContato input[type=submit]:hover {
    background: #163d54;
    color: #fff
}

.formContato input::-webkit-input-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato input:-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato input::-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato input:-ms-input-placeholder {
    font-family: "Open Sans", serif;
    color: #333;
    font-size: 18px
}

.formContato textarea {
    font-family: "Open Sans", serif;
    background: #fff;
    color: #666;
    border: 1px solid #eee;
    width: 100%;
    height: 100px;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.formContato textarea::-webkit-input-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato textarea:-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato textarea::-moz-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.formContato textarea:-ms-input-placeholder {
    font-family: "Open Sans", serif;
    color: #666;
    font-size: 18px
}

.contatoImprensa {
    width: 310px;
    float: left;
    border-radius: 3px;
    padding: 50px 20px;
    text-align: center;
    background: #163d54;
    background: linear-gradient(22deg, #163D54 0%, #3187BA 100%)
}

.contatoImprensaTitle {
    font-size: 26px;
    color: #fff;
    padding: 0 0 10px
}

.fotoImprensa {
    width: 208px;
    height: 208px;
    display: block;
    margin: 0 auto;
    border-radius: 150px;
    border: 7px solid #fff;
    overflow: hidden
}

.fotoImprensa img {
    max-width: 100%
}

.textContatoImprensa {
    width: 100%;
    padding: 20px 0;
    color: #fff
}

.textContatoImprensa h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold
}

.telefoneImp {
    font-size: 22px
}

.textContatoImprensa a {
    color: #fff
}

.btDownloadReleases {
    width: 100%
}

.btDownloadReleases a {
    border-radius: 3px;
    display: block;
    background: linear-gradient(90deg, #00C7E3 0%, #A05AC1 100%);
    color: #fff;
    font-weight: 600;
    padding: 10px 0
}

.saiuNaMidia {
    float: right;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px)
}

.saiuNaMidia h2 {
    font-size: 26px;
    color: #3187ba;
    font-weight: bold;
    padding: 0 10px 20px
}

.itemSaiuNaMidia {
    width: 49%;
    margin: 0 .5% 20px;
    float: left;
    border-radius: 3px;
    padding: 0 20px 20px;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.imgSaiu {
    width: 150px;
    float: left
}

.imgSaiu img {
    max-width: 100%
}

.itemSaiuNaMidia a h3 {
    padding-top: 10px
}

.itemSaiuNaMidia a h3 {
    font-size: 18px;
    color: #2e8cb8;
    font-weight: 600
}

.itemSaiuNaMidia a p {
    color: #666
}

.textSaiu {
    float: right;
    padding: 15px 0;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px)
}

@media(max-width: 1450px) {
    .itemSaiuNaMidia {
        width: 99%
    }
}

@media(max-width: 990px) {
    .saiuNaMidia {
        width: 100%
    }

    .contatoImprensa {
        width: 100%
    }
}

@media(max-width: 500px) {
    .imgSaiu {
        width: 100%;
        text-align: center
    }

    .imgSaiu img {
        height: 150px
    }

    .textSaiu {
        width: 100%;
        padding-top: 0;
        text-align: center
    }
}

.itemOnde {
    width: 10%;
    margin: 0 .5% 20px;
    float: left;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.itemOnde img {
    max-width: 100%
}

.itemOnde a {
    width: 100%;
    height: 100%;
    display: block
}

@media(max-width: 1600px) {
    .itemOnde {
        width: 13%
    }
}

@media(max-width: 1380px) {
    .itemOnde {
        width: 15.5%
    }
}

@media(max-width: 1200px) {
    .itemOnde {
        width: 19%
    }
}

@media(max-width: 768px) {
    .itemOnde {
        width: 23%;
        margin: 0 1% 20px
    }
}

@media(max-width: 600px) {
    .itemOnde {
        width: 31%
    }
}

@media(max-width: 350px) {
    .itemOnde {
        width: 46%;
        margin: 0 2% 20px
    }
}

.leftSobrePage {
    width: 48%;
    float: left;
    padding: 80px 0
}

.leftSobrePage h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 20px
}

.leftSobrePage h2 span {
    display: inline-block
}

.leftSobrePage p {
    font-size: 20px;
    margin-bottom: 15px
}

.leftSobrePage h3 {
    font-size: 26px;
    color: #3298c8;
    line-height: 28px
}

.leftSobrePage h3 strong {
    line-height: 28px
}

.imgRightSobre {
    width: 48%;
    float: right;
    text-align: center;
    padding: 50px 0 50px
}

.imgRightSobre img {
    display: inline-block;
    max-width: 100%;
    border-radius: 3px
}

.contentSobre2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 115px 0;
    position: relative;
    background: #00204c url(../img/home/name-relaxmedic.png) no-repeat center bottom
}

.leftSobre2 {
    float: left;
    width: 48%;
    max-width: 580px
}

.leftSobre2 h2 {
    font-size: 45px;
    line-height: 47px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #fff
}

.rightSobre2 {
    float: right;
    width: 48%;
    max-width: 630px
}

.rightSobre2 p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px
}

@media(max-width: 1550px) {
    .leftSobrePage p {
        font-size: 18px
    }

    .rightSobre2 p {
        font-size: 18px
    }
}

@media(max-width: 1380px) {
    .leftSobrePage {
        padding: 40px 0
    }
}

@media(max-width: 1100px) {
    .leftSobrePage {
        width: 48%
    }

    .imgRightSobre {
        width: 48%
    }
}

@media(max-width: 990px) {
    .contentSobre2 {
        padding: 70px 0
    }

    .leftSobrePage {
        width: 100%;
        padding: 40px 0
    }

    .imgRightSobre {
        width: 100%;
        padding-top: 0
    }

    .leftSobre2 {
        width: 100%;
        max-width: none
    }

    .leftSobre2 h2 {
        font-size: 36px;
        line-height: 36px
    }

    .rightSobre2 {
        width: 100%;
        max-width: none
    }

    .leftSobrePage p {
        font-size: 16px
    }

    .rightSobre2 p {
        font-size: 16px
    }
}

@media(max-width: 400px) {
    .leftSobrePage h2 {
        font-size: 26px;
        line-height: 30px
    }

    .leftSobre2 h2 {
        font-size: 26px;
        line-height: 30px
    }
}

.titleInside.bgProdbalancas {
    background: #34a5ad
}

.titleInside.bgProdbeleza {
    background: #ec3689
}

.titleInside.bgProddr-coluna {
    background: #ecbc55
}

.titleInside.bgProdlar {
    background: #8f3224
}

.titleInside.bgProdmassageadores {
    background: #952d4c
}

.titleInside.bgProdpower-relax {
    background: #52c4dd
}

.titleInside.bgProdrecovery {
    background: #4570a4
}

.titleInside.bgProdsaude {
    background: #994099
}

.titleInside.bgProdsuplementos {
    background: #413192
}

.titleInside.bgProdbalancas h1,
.titleInside.bgProdbeleza h1,
.titleInside.bgProddr-coluna h1,
.titleInside.bgProdlar h1,
.titleInside.bgProdmassageadores h1,
.titleInside.bgProdpower-relax h1,
.titleInside.bgProdrecovery h1,
.titleInside.bgProdsaude h1,
.titleInside.bgProdsuplementos h1 {
    color: #fff
}

.contentBannerProduto {
    width: 100%;
    height: auto;
    background: #413092
}

.contentBannerProduto img {
    width: 100%;
    display: block
}

.contentDiferenciais {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0
}

.textDiferencial {
    padding-bottom: 40px
}

.textDiferencial h2 {
    font-size: 26px;
    color: #00204c;
    font-weight: bold;
    padding-bottom: 30px
}

.textDiferencial p {
    color: #333;
    font-size: 20px
}

.itemNavDif {
    width: 90px;
    height: 130px;
    border: 1px solid #ddd;
    border-radius: 0 0 15px 15px;
    margin: 0 3px;
    text-align: center
}

.itemNavDif:hover {
    border: 1px solid #666
}

.itemNavDif.slick-current {
    border: 1px solid #666
}

.boxIco {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.boxIco img {
    max-width: 77px
}

.slider-for .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -180px -99px;
    width: 32px;
    height: 37px;
    left: auto;
    right: -30px;
    top: 50%;
    text-indent: -9999px
}

.slider-for .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -83px -99px;
    width: 32px;
    height: 37px;
    right: auto;
    left: -30px;
    top: 50%;
    text-indent: -9999px
}

.slider-for .slick-prev.slick-disabled,
.slider-for .slick-next.slick-disabled {
    opacity: .4
}

@media(max-width: 990px) {
    .textDiferencial p {
        font-size: 18px;
        line-height: 22px
    }

    .textDiferencial h2 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 15px
    }
}

@media(max-width: 550px) {
    .slider-for {
        width: 84%;
        margin: 0 8%
    }

    .slider-nav {
        width: 84%;
        margin: 0 8%
    }

    .slider-for .slick-arrow.slick-next {
        right: -30px;
        z-index: 1
    }

    .slider-for .slick-arrow.slick-prev {
        left: -30px;
        z-index: 1
    }
}

.videoProd {
    width: 100%;
    height: auto;
    max-height: 80vh;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative
}

.videoProd img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block
}

.videoProd iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.videoProd .wp-video,
.videoProd .wp-video-shortcode {
    width: 100%;
    height: 100% !important;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.contentDescricao {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 100px
}

.containerAbas {
    width: 100%;
    height: auto;
    margin: auto;
    border-top: 1px solid #ddd
}

.tabContentPrincipal {
    border-bottom: 1px solid #ddd
}

.tabs-menu {
    float: left;
    list-style: none;
    min-height: 51px;
    width: 100%;
    margin-top: -1px;
    background: #000;
    padding: 0 5%;
    padding-top: 30px
}

.tabs-menu li {
    width: auto;
    float: left;
    height: 59px;
    line-height: 31px;
    text-align: center;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0
}

.tabs-menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px 18px;
    font-size: 16px;
    font-weight: 600
}

.tabs-menu li a:hover {
    background: #333
}

.tabs-menu li.current {
    border-right: 1px solid #333;
    border-left: 1px solid #333
}

.tabs-menu li.current,
.tabs-menu li.current a:hover {
    background: #fff
}

.tabs-menu li.current a {
    color: #00204c;
    font-weight: 600
}

.tab {
    float: left;
    width: 100%;
    background: #fff
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    height: 385px;
    background: #fff
}

.tab_content {
    padding: 0 0;
    display: none
}

.tab_content.current {
    display: block
}

@media screen and (max-width: 450px) {
    .tabs-menu li a {
        font-size: 14px;
        padding: 20px 10px
    }
}

.blocoInfo .imgInfo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (min-width: 769px) {
    .blocoInfo {
        width: 100%;
        position: relative;
        overflow: hidden;
        min-height: 36vw;
        display: flex
    }

    .blocoInfo .imgInfo {
        float: left;
        width: 50%;
        height: auto;
        min-height: 36vw;
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }

    .blocoInfo .imgInfo.rightImage {
        left: auto;
        right: 0
    }

    .blocoInfo .textInfo {
        float: right;
        width: 50%;
        padding: 70px 5%;
        display: flex;
        align-items: center
    }

    .clearBox {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .blocoInfo {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .blocoInfo .imgInfo {
        width: 100%;
        height: 350px
    }

    .blocoInfo .textInfo {
        width: 100%;
        padding: 40px 5%
    }
}

.slideGaleria {
    width: 100%;
    margin: 80px auto;
    max-width: 1465px
}

.slideGaleria .slick-arrow.slick-next {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -180px -99px;
    width: 32px;
    height: 37px;
    left: auto;
    right: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideGaleria .slick-arrow.slick-prev {
    background: url(../img/sprite.png) no-repeat center;
    background-position: -83px -99px;
    width: 32px;
    height: 37px;
    right: auto;
    left: -30px;
    top: 47%;
    text-indent: -9999px
}

.slideGaleria .slick-prev.slick-disabled,
.slideGaleria .slick-next.slick-disabled {
    opacity: .4
}

.itemGaleria {
    border: 1px solid #ddd;
    margin: 0 5px;
    overflow: hidden
}

.itemGaleria img {
    width: 100%;
    display: block
}

@media(max-width: 1530px) {
    .slideGaleria {
        width: 84%;
        margin: 80px 8%
    }
}

@media(max-width: 550px) {
    .slideGaleria {
        margin: 40px 8%
    }

    .slideGaleria .slick-arrow.slick-next {
        right: -30px;
        z-index: 1
    }

    .slideGaleria .slick-arrow.slick-prev {
        left: -30px;
        z-index: 1
    }
}

.contentQuenstions {
    width: 100%;
    margin: 70px auto;
    max-width: 990px
}

.schema-faq-question {
    background-color: #fff;
    color: #163d54;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: 20px 20px 20px 15px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    transition: .4s;
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .05)
}

.schema-faq-question strong {
    font-weight: 600
}

.schema-faq-question.active,
.accordion:hover {
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, .1)
}

.schema-faq-answer {
    padding: 18px;
    background-color: #f5f5f5;
    display: none;
    overflow: hidden
}

.schema-faq-question:after {
    content: "+";
    font-size: 34px;
    color: #163d54;
    float: right;
    margin-right: -7px
}

.schema-faq-question.active:after {
    content: "-"
}

.contentPostsRelacionados {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0 30px
}

.downloads {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 50px 0
}

.downloads a {
    width: 190px;
    display: inline-block;
    height: 73px;
    border: 1px solid #ddd;
    padding: 10px 20px 10px 66px;
    margin: 10px 5px;
    text-align: left;
    position: relative
}

.downloads a:hover {
    border: 1px solid #666
}

.downloads a:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -177px -334px
}

.downloads a p {
    font-size: 13px;
    line-height: 16px;
    color: #00204c
}

.downloads a p strong {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold
}

@media(max-width: 990px) {
    .contentQuenstions {
        margin: 40px auto
    }

    .downloads {
        padding: 0 0 50px
    }
}

.contentDesc {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #18425a;
    color: #fff
}

.contentDesc h2 {
    padding: 20px 0
}

.contentDesc img {
    display: block;
    clear: both
}

.leftProd {
    float: right;
    width: 320px;
    padding: 5px 20px;
    margin-top: 50px;
    margin-bottom: 20px
}

.leftProd h2,
.leftProd h2 strong {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
    color: #3187ba
}

.leftProd .itemCategoria {
    width: 96%;
    float: left;
    margin: 0 2% 0;
    border-bottom: 1px solid #eee
}

.leftProd .itemCategoria a {
    padding: 5px 5px;
    display: block;
    color: #163d54
}

.leftProd .itemCategoria a h3 {
    font-size: 14px;
    color: #00204c
}

.leftProd .itemCategoria a h3:hover {
    color: #3187ba
}

.leftProd ul li {
    list-style: none;
    width: 96%;
    float: left;
    margin: 0 2% 0;
    border-bottom: 1px solid #eee;
    text-transform: uppercase
}

.leftProd ul li a {
    padding: 5px 5px;
    display: block;
    color: #163d54;
    font-size: 14px;
    color: #00204c
}

.leftProd ul li a:hover {
    color: #3187ba
}

.listProdutos {
    float: left;
    margin: 50px 0;
    border-right: 2px solid #eee;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px)
}

.listProdutos .itemProduto,
.rightContent .itemProduto {
    width: 32%;
    height: 500px;
    float: left;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin: 0px .5% 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.listProdutos .itemProduto a,
.rightContent .itemProduto a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000d4 0%, #00000000 70%);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .1)
}

.listProdutos .itemProduto a h3,
.rightContent .itemProduto a h3 {
    position: absolute;
    bottom: 60px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600
}

@media(max-width: 1350px) {

    .listProdutos .itemProduto,
    .rightContent .itemProduto {
        width: 49%;
        height: 420px
    }
}

@media(max-width: 1150px) {

    .listProdutos .itemProduto,
    .rightContent .itemProduto {
        width: 49%;
        height: 370px
    }
}

@media(max-width: 990px) {
    .listProdutos {
        width: 100%;
        border-right: 0px
    }

    .leftProd {
        width: 100%
    }

    .listProdutos .itemProduto a h3,
    .rightContent .itemProduto a h3 {
        font-size: 18px
    }
}

@media(max-width: 850px) {
    .listProdutos .itemProduto {
        width: 49%
    }
}

@media(max-width: 550px) {

    .listProdutos .itemProduto,
    .rightContent .itemProduto {
        width: 99%
    }
}

.sitemapPage ul {
    padding: 5px;
    margin: 0px
}

.sitemapPage ul li {
    list-style: none;
    border-bottom: 1px solid #eee
}

.sitemapPage ul li a {
    color: #00adee;
    text-transform: uppercase
}

/*# sourceMappingURL=style.min.css.map */