﻿.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}
.grabbing {
    cursor: url(../js/owl-carousel/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-item.loading {
    min-height: 150px;
    background: url(../js/owl-carousel/AjaxLoader.gif) no-repeat center center
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

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

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/gotham/GothamBlack.eot');
    src: url('../fonts/gotham/GothamBlack.eot') format('embedded-opentype'),
         url('../fonts/gotham/GothamBlack.woff2') format('woff2'),
         url('../fonts/gotham/GothamBlack.woff') format('woff'),
         url('../fonts/gotham/GothamBlack.ttf') format('truetype'),
         url('../fonts/gotham/GothamBlack.svg#GothamBlack') format('svg');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/gotham/GothamMedium.eot');
    src: url('../fonts/gotham/GothamMedium.eot') format('embedded-opentype'),
         url('../fonts/gotham/GothamMedium.woff2') format('woff2'),
         url('../fonts/gotham/GothamMedium.woff') format('woff'),
         url('../fonts/gotham/GothamMedium.ttf') format('truetype'),
         url('../fonts/gotham/GothamMedium.svg#GothamMedium') format('svg');
}

.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.33333em;
    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.28571em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.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 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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: ""
}
.fa-music:before {
    content: ""
}
.fa-search:before {
    content: ""
}
.fa-envelope-o:before {
    content: ""
}
.fa-heart:before {
    content: ""
}
.fa-star:before {
    content: ""
}
.fa-star-o:before {
    content: ""
}
.fa-user:before {
    content: ""
}
.fa-film:before {
    content: ""
}
.fa-th-large:before {
    content: ""
}
.fa-th:before {
    content: ""
}
.fa-th-list:before {
    content: ""
}
.fa-check:before {
    content: ""
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}
.fa-search-plus:before {
    content: ""
}
.fa-search-minus:before {
    content: ""
}
.fa-power-off:before {
    content: ""
}
.fa-signal:before {
    content: ""
}
.fa-gear:before,
.fa-cog:before {
    content: ""
}
.fa-trash-o:before {
    content: ""
}
.fa-home:before {
    content: ""
}
.fa-file-o:before {
    content: ""
}
.fa-clock-o:before {
    content: ""
}
.fa-road:before {
    content: ""
}
.fa-download:before {
    content: ""
}
.fa-arrow-circle-o-down:before {
    content: ""
}
.fa-arrow-circle-o-up:before {
    content: ""
}
.fa-inbox:before {
    content: ""
}
.fa-play-circle-o:before {
    content: ""
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}
.fa-refresh:before {
    content: ""
}
.fa-list-alt:before {
    content: ""
}
.fa-lock:before {
    content: ""
}
.fa-flag:before {
    content: ""
}
.fa-headphones:before {
    content: ""
}
.fa-volume-off:before {
    content: ""
}
.fa-volume-down:before {
    content: ""
}
.fa-volume-up:before {
    content: ""
}
.fa-qrcode:before {
    content: ""
}
.fa-barcode:before {
    content: ""
}
.fa-tag:before {
    content: ""
}
.fa-tags:before {
    content: ""
}
.fa-book:before {
    content: ""
}
.fa-bookmark:before {
    content: ""
}
.fa-print:before {
    content: ""
}
.fa-camera:before {
    content: ""
}
.fa-font:before {
    content: ""
}
.fa-bold:before {
    content: ""
}
.fa-italic:before {
    content: ""
}
.fa-text-height:before {
    content: ""
}
.fa-text-width:before {
    content: ""
}
.fa-align-left:before {
    content: ""
}
.fa-align-center:before {
    content: ""
}
.fa-align-right:before {
    content: ""
}
.fa-align-justify:before {
    content: ""
}
.fa-list:before {
    content: ""
}
.fa-dedent:before,
.fa-outdent:before {
    content: ""
}
.fa-indent:before {
    content: ""
}
.fa-video-camera:before {
    content: ""
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}
.fa-pencil:before {
    content: ""
}
.fa-map-marker:before {
    content: ""
}
.fa-adjust:before {
    content: ""
}
.fa-tint:before {
    content: ""
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}
.fa-share-square-o:before {
    content: ""
}
.fa-check-square-o:before {
    content: ""
}
.fa-arrows:before {
    content: ""
}
.fa-step-backward:before {
    content: ""
}
.fa-fast-backward:before {
    content: ""
}
.fa-backward:before {
    content: ""
}
.fa-play:before {
    content: ""
}
.fa-pause:before {
    content: ""
}
.fa-stop:before {
    content: ""
}
.fa-forward:before {
    content: ""
}
.fa-fast-forward:before {
    content: ""
}
.fa-step-forward:before {
    content: ""
}
.fa-eject:before {
    content: ""
}
.fa-chevron-left:before {
    content: ""
}
.fa-chevron-right:before {
    content: ""
}
.fa-plus-circle:before {
    content: ""
}
.fa-minus-circle:before {
    content: ""
}
.fa-times-circle:before {
    content: ""
}
.fa-check-circle:before {
    content: ""
}
.fa-question-circle:before {
    content: ""
}
.fa-info-circle:before {
    content: ""
}
.fa-crosshairs:before {
    content: ""
}
.fa-times-circle-o:before {
    content: ""
}
.fa-check-circle-o:before {
    content: ""
}
.fa-ban:before {
    content: ""
}
.fa-arrow-left:before {
    content: ""
}
.fa-arrow-right:before {
    content: ""
}
.fa-arrow-up:before {
    content: ""
}
.fa-arrow-down:before {
    content: ""
}
.fa-mail-forward:before,
.fa-share:before {
    content: ""
}
.fa-expand:before {
    content: ""
}
.fa-compress:before {
    content: ""
}
.fa-plus:before {
    content: ""
}
.fa-minus:before {
    content: ""
}
.fa-asterisk:before {
    content: ""
}
.fa-exclamation-circle:before {
    content: ""
}
.fa-gift:before {
    content: ""
}
.fa-leaf:before {
    content: ""
}
.fa-fire:before {
    content: ""
}
.fa-eye:before {
    content: ""
}
.fa-eye-slash:before {
    content: ""
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}
.fa-plane:before {
    content: ""
}
.fa-calendar:before {
    content: ""
}
.fa-random:before {
    content: ""
}
.fa-comment:before {
    content: ""
}
.fa-magnet:before {
    content: ""
}
.fa-chevron-up:before {
    content: ""
}
.fa-chevron-down:before {
    content: ""
}
.fa-retweet:before {
    content: ""
}
.fa-shopping-cart:before {
    content: ""
}
.fa-folder:before {
    content: ""
}
.fa-folder-open:before {
    content: ""
}
.fa-arrows-v:before {
    content: ""
}
.fa-arrows-h:before {
    content: ""
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}
.fa-twitter-square:before {
    content: ""
}
.fa-facebook-square:before {
    content: ""
}
.fa-camera-retro:before {
    content: ""
}
.fa-key:before {
    content: ""
}
.fa-gears:before,
.fa-cogs:before {
    content: ""
}
.fa-comments:before {
    content: ""
}
.fa-thumbs-o-up:before {
    content: ""
}
.fa-thumbs-o-down:before {
    content: ""
}
.fa-star-half:before {
    content: ""
}
.fa-heart-o:before {
    content: ""
}
.fa-sign-out:before {
    content: ""
}
.fa-linkedin-square:before {
    content: ""
}
.fa-thumb-tack:before {
    content: ""
}
.fa-external-link:before {
    content: ""
}
.fa-sign-in:before {
    content: ""
}
.fa-trophy:before {
    content: ""
}
.fa-github-square:before {
    content: ""
}
.fa-upload:before {
    content: ""
}
.fa-lemon-o:before {
    content: ""
}
.fa-phone:before {
    content: ""
}
.fa-square-o:before {
    content: ""
}
.fa-bookmark-o:before {
    content: ""
}
.fa-phone-square:before {
    content: ""
}
.fa-twitter:before {
    content: ""
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}
.fa-github:before {
    content: ""
}
.fa-unlock:before {
    content: ""
}
.fa-credit-card:before {
    content: ""
}
.fa-feed:before,
.fa-rss:before {
    content: ""
}
.fa-hdd-o:before {
    content: ""
}
.fa-bullhorn:before {
    content: ""
}
.fa-bell:before {
    content: ""
}
.fa-certificate:before {
    content: ""
}
.fa-hand-o-right:before {
    content: ""
}
.fa-hand-o-left:before {
    content: ""
}
.fa-hand-o-up:before {
    content: ""
}
.fa-hand-o-down:before {
    content: ""
}
.fa-arrow-circle-left:before {
    content: ""
}
.fa-arrow-circle-right:before {
    content: ""
}
.fa-arrow-circle-up:before {
    content: ""
}
.fa-arrow-circle-down:before {
    content: ""
}
.fa-globe:before {
    content: ""
}
.fa-wrench:before {
    content: ""
}
.fa-tasks:before {
    content: ""
}
.fa-filter:before {
    content: ""
}
.fa-briefcase:before {
    content: ""
}
.fa-arrows-alt:before {
    content: ""
}
.fa-group:before,
.fa-users:before {
    content: ""
}
.fa-chain:before,
.fa-link:before {
    content: ""
}
.fa-cloud:before {
    content: ""
}
.fa-flask:before {
    content: ""
}
.fa-cut:before,
.fa-scissors:before {
    content: ""
}
.fa-copy:before,
.fa-files-o:before {
    content: ""
}
.fa-paperclip:before {
    content: ""
}
.fa-save:before,
.fa-floppy-o:before {
    content: ""
}
.fa-square:before {
    content: ""
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}
.fa-list-ul:before {
    content: ""
}
.fa-list-ol:before {
    content: ""
}
.fa-strikethrough:before {
    content: ""
}
.fa-underline:before {
    content: ""
}
.fa-table:before {
    content: ""
}
.fa-magic:before {
    content: ""
}
.fa-truck:before {
    content: ""
}
.fa-pinterest:before {
    content: ""
}
.fa-pinterest-square:before {
    content: ""
}
.fa-google-plus-square:before {
    content: ""
}
.fa-google-plus:before {
    content: ""
}
.fa-money:before {
    content: ""
}
.fa-caret-down:before {
    content: ""
}
.fa-caret-up:before {
    content: ""
}
.fa-caret-left:before {
    content: ""
}
.fa-caret-right:before {
    content: ""
}
.fa-columns:before {
    content: ""
}
.fa-unsorted:before,
.fa-sort:before {
    content: ""
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}
.fa-envelope:before {
    content: ""
}
.fa-linkedin:before {
    content: ""
}
.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}
.fa-legal:before,
.fa-gavel:before {
    content: ""
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}
.fa-comment-o:before {
    content: ""
}
.fa-comments-o:before {
    content: ""
}
.fa-flash:before,
.fa-bolt:before {
    content: ""
}
.fa-sitemap:before {
    content: ""
}
.fa-umbrella:before {
    content: ""
}
.fa-paste:before,
.fa-clipboard:before {
    content: ""
}
.fa-lightbulb-o:before {
    content: ""
}
.fa-exchange:before {
    content: ""
}
.fa-cloud-download:before {
    content: ""
}
.fa-cloud-upload:before {
    content: ""
}
.fa-user-md:before {
    content: ""
}
.fa-stethoscope:before {
    content: ""
}
.fa-suitcase:before {
    content: ""
}
.fa-bell-o:before {
    content: ""
}
.fa-coffee:before {
    content: ""
}
.fa-cutlery:before {
    content: ""
}
.fa-file-text-o:before {
    content: ""
}
.fa-building-o:before {
    content: ""
}
.fa-hospital-o:before {
    content: ""
}
.fa-ambulance:before {
    content: ""
}
.fa-medkit:before {
    content: ""
}
.fa-fighter-jet:before {
    content: ""
}
.fa-beer:before {
    content: ""
}
.fa-h-square:before {
    content: ""
}
.fa-plus-square:before {
    content: ""
}
.fa-angle-double-left:before {
    content: ""
}
.fa-angle-double-right:before {
    content: ""
}
.fa-angle-double-up:before {
    content: ""
}
.fa-angle-double-down:before {
    content: ""
}
.fa-angle-left:before {
    content: ""
}
.fa-angle-right:before {
    content: ""
}
.fa-angle-up:before {
    content: ""
}
.fa-angle-down:before {
    content: ""
}
.fa-desktop:before {
    content: ""
}
.fa-laptop:before {
    content: ""
}
.fa-tablet:before {
    content: ""
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}
.fa-circle-o:before {
    content: ""
}
.fa-quote-left:before {
    content: ""
}
.fa-quote-right:before {
    content: ""
}
.fa-spinner:before {
    content: ""
}
.fa-circle:before {
    content: ""
}
.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}
.fa-github-alt:before {
    content: ""
}
.fa-folder-o:before {
    content: ""
}
.fa-folder-open-o:before {
    content: ""
}
.fa-smile-o:before {
    content: ""
}
.fa-frown-o:before {
    content: ""
}
.fa-meh-o:before {
    content: ""
}
.fa-gamepad:before {
    content: ""
}
.fa-keyboard-o:before {
    content: ""
}
.fa-flag-o:before {
    content: ""
}
.fa-flag-checkered:before {
    content: ""
}
.fa-terminal:before {
    content: ""
}
.fa-code:before {
    content: ""
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}
.fa-location-arrow:before {
    content: ""
}
.fa-crop:before {
    content: ""
}
.fa-code-fork:before {
    content: ""
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}
.fa-question:before {
    content: ""
}
.fa-info:before {
    content: ""
}
.fa-exclamation:before {
    content: ""
}
.fa-superscript:before {
    content: ""
}
.fa-subscript:before {
    content: ""
}
.fa-eraser:before {
    content: ""
}
.fa-puzzle-piece:before {
    content: ""
}
.fa-microphone:before {
    content: ""
}
.fa-microphone-slash:before {
    content: ""
}
.fa-shield:before {
    content: ""
}
.fa-calendar-o:before {
    content: ""
}
.fa-fire-extinguisher:before {
    content: ""
}
.fa-rocket:before {
    content: ""
}
.fa-maxcdn:before {
    content: ""
}
.fa-chevron-circle-left:before {
    content: ""
}
.fa-chevron-circle-right:before {
    content: ""
}
.fa-chevron-circle-up:before {
    content: ""
}
.fa-chevron-circle-down:before {
    content: ""
}
.fa-html5:before {
    content: ""
}
.fa-css3:before {
    content: ""
}
.fa-anchor:before {
    content: ""
}
.fa-unlock-alt:before {
    content: ""
}
.fa-bullseye:before {
    content: ""
}
.fa-ellipsis-h:before {
    content: ""
}
.fa-ellipsis-v:before {
    content: ""
}
.fa-rss-square:before {
    content: ""
}
.fa-play-circle:before {
    content: ""
}
.fa-ticket:before {
    content: ""
}
.fa-minus-square:before {
    content: ""
}
.fa-minus-square-o:before {
    content: ""
}
.fa-level-up:before {
    content: ""
}
.fa-level-down:before {
    content: ""
}
.fa-check-square:before {
    content: ""
}
.fa-pencil-square:before {
    content: ""
}
.fa-external-link-square:before {
    content: ""
}
.fa-share-square:before {
    content: ""
}
.fa-compass:before {
    content: ""
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}
.fa-euro:before,
.fa-eur:before {
    content: ""
}
.fa-gbp:before {
    content: ""
}
.fa-dollar:before,
.fa-usd:before {
    content: ""
}
.fa-rupee:before,
.fa-inr:before {
    content: ""
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}
.fa-won:before,
.fa-krw:before {
    content: ""
}
.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}
.fa-file:before {
    content: ""
}
.fa-file-text:before {
    content: ""
}
.fa-sort-alpha-asc:before {
    content: ""
}
.fa-sort-alpha-desc:before {
    content: ""
}
.fa-sort-amount-asc:before {
    content: ""
}
.fa-sort-amount-desc:before {
    content: ""
}
.fa-sort-numeric-asc:before {
    content: ""
}
.fa-sort-numeric-desc:before {
    content: ""
}
.fa-thumbs-up:before {
    content: ""
}
.fa-thumbs-down:before {
    content: ""
}
.fa-youtube-square:before {
    content: ""
}
.fa-youtube:before {
    content: ""
}
.fa-xing:before {
    content: ""
}
.fa-xing-square:before {
    content: ""
}
.fa-youtube-play:before {
    content: ""
}
.fa-dropbox:before {
    content: ""
}
.fa-stack-overflow:before {
    content: ""
}
.fa-instagram:before {
    content: ""
}
.fa-flickr:before {
    content: ""
}
.fa-adn:before {
    content: ""
}
.fa-bitbucket:before {
    content: ""
}
.fa-bitbucket-square:before {
    content: ""
}
.fa-tumblr:before {
    content: ""
}
.fa-tumblr-square:before {
    content: ""
}
.fa-long-arrow-down:before {
    content: ""
}
.fa-long-arrow-up:before {
    content: ""
}
.fa-long-arrow-left:before {
    content: ""
}
.fa-long-arrow-right:before {
    content: ""
}
.fa-apple:before {
    content: ""
}
.fa-windows:before {
    content: ""
}
.fa-android:before {
    content: ""
}
.fa-linux:before {
    content: ""
}
.fa-dribbble:before {
    content: ""
}
.fa-skype:before {
    content: ""
}
.fa-foursquare:before {
    content: ""
}
.fa-trello:before {
    content: ""
}
.fa-female:before {
    content: ""
}
.fa-male:before {
    content: ""
}
.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}
.fa-sun-o:before {
    content: ""
}
.fa-moon-o:before {
    content: ""
}
.fa-archive:before {
    content: ""
}
.fa-bug:before {
    content: ""
}
.fa-vk:before {
    content: ""
}
.fa-weibo:before {
    content: ""
}
.fa-renren:before {
    content: ""
}
.fa-pagelines:before {
    content: ""
}
.fa-stack-exchange:before {
    content: ""
}
.fa-arrow-circle-o-right:before {
    content: ""
}
.fa-arrow-circle-o-left:before {
    content: ""
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}
.fa-dot-circle-o:before {
    content: ""
}
.fa-wheelchair:before {
    content: ""
}
.fa-vimeo-square:before {
    content: ""
}
.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}
.fa-plus-square-o:before {
    content: ""
}
.fa-space-shuttle:before {
    content: ""
}
.fa-slack:before {
    content: ""
}
.fa-envelope-square:before {
    content: ""
}
.fa-wordpress:before {
    content: ""
}
.fa-openid:before {
    content: ""
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}
.fa-yahoo:before {
    content: ""
}
.fa-google:before {
    content: ""
}
.fa-reddit:before {
    content: ""
}
.fa-reddit-square:before {
    content: ""
}
.fa-stumbleupon-circle:before {
    content: ""
}
.fa-stumbleupon:before {
    content: ""
}
.fa-delicious:before {
    content: ""
}
.fa-digg:before {
    content: ""
}
.fa-pied-piper:before {
    content: ""
}
.fa-pied-piper-alt:before {
    content: ""
}
.fa-drupal:before {
    content: ""
}
.fa-joomla:before {
    content: ""
}
.fa-language:before {
    content: ""
}
.fa-fax:before {
    content: ""
}
.fa-building:before {
    content: ""
}
.fa-child:before {
    content: ""
}
.fa-paw:before {
    content: ""
}
.fa-spoon:before {
    content: ""
}
.fa-cube:before {
    content: ""
}
.fa-cubes:before {
    content: ""
}
.fa-behance:before {
    content: ""
}
.fa-behance-square:before {
    content: ""
}
.fa-steam:before {
    content: ""
}
.fa-steam-square:before {
    content: ""
}
.fa-recycle:before {
    content: ""
}
.fa-automobile:before,
.fa-car:before {
    content: ""
}
.fa-cab:before,
.fa-taxi:before {
    content: ""
}
.fa-tree:before {
    content: ""
}
.fa-spotify:before {
    content: ""
}
.fa-deviantart:before {
    content: ""
}
.fa-soundcloud:before {
    content: ""
}
.fa-database:before {
    content: ""
}
.fa-file-pdf-o:before {
    content: ""
}
.fa-file-word-o:before {
    content: ""
}
.fa-file-excel-o:before {
    content: ""
}
.fa-file-powerpoint-o:before {
    content: ""
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}
.fa-file-code-o:before {
    content: ""
}
.fa-vine:before {
    content: ""
}
.fa-codepen:before {
    content: ""
}
.fa-jsfiddle:before {
    content: ""
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}
.fa-circle-o-notch:before {
    content: ""
}
.fa-ra:before,
.fa-rebel:before {
    content: ""
}
.fa-ge:before,
.fa-empire:before {
    content: ""
}
.fa-git-square:before {
    content: ""
}
.fa-git:before {
    content: ""
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}
.fa-tencent-weibo:before {
    content: ""
}
.fa-qq:before {
    content: ""
}
.fa-wechat:before,
.fa-weixin:before {
    content: ""
}
.fa-send:before,
.fa-paper-plane:before {
    content: ""
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}
.fa-history:before {
    content: ""
}
.fa-circle-thin:before {
    content: ""
}
.fa-header:before {
    content: ""
}
.fa-paragraph:before {
    content: ""
}
.fa-sliders:before {
    content: ""
}
.fa-share-alt:before {
    content: ""
}
.fa-share-alt-square:before {
    content: ""
}
.fa-bomb:before {
    content: ""
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}
.fa-tty:before {
    content: ""
}
.fa-binoculars:before {
    content: ""
}
.fa-plug:before {
    content: ""
}
.fa-slideshare:before {
    content: ""
}
.fa-twitch:before {
    content: ""
}
.fa-yelp:before {
    content: ""
}
.fa-newspaper-o:before {
    content: ""
}
.fa-wifi:before {
    content: ""
}
.fa-calculator:before {
    content: ""
}
.fa-paypal:before {
    content: ""
}
.fa-google-wallet:before {
    content: ""
}
.fa-cc-visa:before {
    content: ""
}
.fa-cc-mastercard:before {
    content: ""
}
.fa-cc-discover:before {
    content: ""
}
.fa-cc-amex:before {
    content: ""
}
.fa-cc-paypal:before {
    content: ""
}
.fa-cc-stripe:before {
    content: ""
}
.fa-bell-slash:before {
    content: ""
}
.fa-bell-slash-o:before {
    content: ""
}
.fa-trash:before {
    content: ""
}
.fa-copyright:before {
    content: ""
}
.fa-at:before {
    content: ""
}
.fa-eyedropper:before {
    content: ""
}
.fa-paint-brush:before {
    content: ""
}
.fa-birthday-cake:before {
    content: ""
}
.fa-area-chart:before {
    content: ""
}
.fa-pie-chart:before {
    content: ""
}
.fa-line-chart:before {
    content: ""
}
.fa-lastfm:before {
    content: ""
}
.fa-lastfm-square:before {
    content: ""
}
.fa-toggle-off:before {
    content: ""
}
.fa-toggle-on:before {
    content: ""
}
.fa-bicycle:before {
    content: ""
}
.fa-bus:before {
    content: ""
}
.fa-ioxhost:before {
    content: ""
}
.fa-angellist:before {
    content: ""
}
.fa-cc:before {
    content: ""
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}
.fa-meanpath:before {
    content: ""
}
.fa-buysellads:before {
    content: ""
}
.fa-connectdevelop:before {
    content: ""
}
.fa-dashcube:before {
    content: ""
}
.fa-forumbee:before {
    content: ""
}
.fa-leanpub:before {
    content: ""
}
.fa-sellsy:before {
    content: ""
}
.fa-shirtsinbulk:before {
    content: ""
}
.fa-simplybuilt:before {
    content: ""
}
.fa-skyatlas:before {
    content: ""
}
.fa-cart-plus:before {
    content: ""
}
.fa-cart-arrow-down:before {
    content: ""
}
.fa-diamond:before {
    content: ""
}
.fa-ship:before {
    content: ""
}
.fa-user-secret:before {
    content: ""
}
.fa-motorcycle:before {
    content: ""
}
.fa-street-view:before {
    content: ""
}
.fa-heartbeat:before {
    content: ""
}
.fa-venus:before {
    content: ""
}
.fa-mars:before {
    content: ""
}
.fa-mercury:before {
    content: ""
}
.fa-intersex:before,
.fa-transgender:before {
    content: ""
}
.fa-transgender-alt:before {
    content: ""
}
.fa-venus-double:before {
    content: ""
}
.fa-mars-double:before {
    content: ""
}
.fa-venus-mars:before {
    content: ""
}
.fa-mars-stroke:before {
    content: ""
}
.fa-mars-stroke-v:before {
    content: ""
}
.fa-mars-stroke-h:before {
    content: ""
}
.fa-neuter:before {
    content: ""
}
.fa-genderless:before {
    content: ""
}
.fa-facebook-official:before {
    content: ""
}
.fa-pinterest-p:before {
    content: ""
}
.fa-whatsapp:before {
    content: ""
}
.fa-server:before {
    content: ""
}
.fa-user-plus:before {
    content: ""
}
.fa-user-times:before {
    content: ""
}
.fa-hotel:before,
.fa-bed:before {
    content: ""
}
.fa-viacoin:before {
    content: ""
}
.fa-train:before {
    content: ""
}
.fa-subway:before {
    content: ""
}
.fa-medium:before {
    content: ""
}
.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}
.fa-optin-monster:before {
    content: ""
}
.fa-opencart:before {
    content: ""
}
.fa-expeditedssl:before {
    content: ""
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}
.fa-mouse-pointer:before {
    content: ""
}
.fa-i-cursor:before {
    content: ""
}
.fa-object-group:before {
    content: ""
}
.fa-object-ungroup:before {
    content: ""
}
.fa-sticky-note:before {
    content: ""
}
.fa-sticky-note-o:before {
    content: ""
}
.fa-cc-jcb:before {
    content: ""
}
.fa-cc-diners-club:before {
    content: ""
}
.fa-clone:before {
    content: ""
}
.fa-balance-scale:before {
    content: ""
}
.fa-hourglass-o:before {
    content: ""
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}
.fa-hourglass:before {
    content: ""
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}
.fa-hand-scissors-o:before {
    content: ""
}
.fa-hand-lizard-o:before {
    content: ""
}
.fa-hand-spock-o:before {
    content: ""
}
.fa-hand-pointer-o:before {
    content: ""
}
.fa-hand-peace-o:before {
    content: ""
}
.fa-trademark:before {
    content: ""
}
.fa-registered:before {
    content: ""
}
.fa-creative-commons:before {
    content: ""
}
.fa-gg:before {
    content: ""
}
.fa-gg-circle:before {
    content: ""
}
.fa-tripadvisor:before {
    content: ""
}
.fa-odnoklassniki:before {
    content: ""
}
.fa-odnoklassniki-square:before {
    content: ""
}
.fa-get-pocket:before {
    content: ""
}
.fa-wikipedia-w:before {
    content: ""
}
.fa-safari:before {
    content: ""
}
.fa-chrome:before {
    content: ""
}
.fa-firefox:before {
    content: ""
}
.fa-opera:before {
    content: ""
}
.fa-internet-explorer:before {
    content: ""
}
.fa-tv:before,
.fa-television:before {
    content: ""
}
.fa-contao:before {
    content: ""
}
.fa-500px:before {
    content: ""
}
.fa-amazon:before {
    content: ""
}
.fa-calendar-plus-o:before {
    content: ""
}
.fa-calendar-minus-o:before {
    content: ""
}
.fa-calendar-times-o:before {
    content: ""
}
.fa-calendar-check-o:before {
    content: ""
}
.fa-industry:before {
    content: ""
}
.fa-map-pin:before {
    content: ""
}
.fa-map-signs:before {
    content: ""
}
.fa-map-o:before {
    content: ""
}
.fa-map:before {
    content: ""
}
.fa-commenting:before {
    content: ""
}
.fa-commenting-o:before {
    content: ""
}
.fa-houzz:before {
    content: ""
}
.fa-vimeo:before {
    content: ""
}
.fa-black-tie:before {
    content: ""
}
.fa-fonticons:before {
    content: ""
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gotham/GothamMedium.eot);
    src: url(../fonts/gotham/GothamMedium.eot) format("embedded-opentype"), url(../fonts/gotham/GothamMedium.woff2) format("woff2"), url(../fonts/gotham/GothamMedium.woff) format("woff"), url(../fonts/gotham/GothamMedium.ttf) format("truetype"), url(../fonts/gotham/GothamMedium.svg#GothamMedium) format("svg")
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/gotham/GothamBlack.eot);
    src: url(../fonts/gotham/GothamBlack.eot) format("embedded-opentype"), url(../fonts/gotham/GothamBlack.woff2) format("woff2"), url(../fonts/gotham/GothamBlack.woff) format("woff"), url(../fonts/gotham/GothamBlack.ttf) format("truetype"), url(../fonts/gotham/GothamBlack.svg#GothamBlack) format("svg")
}
@font-face {
    font-family: 'Gotham';
    src: url(../fonts/gotham/Gotham-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/Gotham-Book.otf) format("opentype"), url(../fonts/gotham/Gotham-Book.woff) format("woff"), url(../fonts/gotham/Gotham-Book.ttf) format("truetype"), url(../fonts/gotham/Gotham-Book.svg#Gotham-Book) format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'comix_loud';
    src: url(../fonts/comix_loud/comix_loud-webfont.woff2) format("woff2"), url(../fonts/comix_loud/comix_loud-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'jester';
    src: url(../fonts/jester/jester-webfont.woff2) format("woff2"), url(../fonts/jester/jester-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'komikax';
    src: url(../fonts/komikax/komikax_-webfont.woff2) format("woff2"), url(../fonts/komikax/komikax_-webfont.woff) format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'ArchitectsDaughter';
    src: url("../fonts/architects-daughter/ArchitectsDaughter.eot?#iefix") format("embedded-opentype"), url("../fonts/architects-daughter/ArchitectsDaughter.woff") format("woff"), url("../fonts/architects-daughter/ArchitectsDaughter.ttf") format("truetype"), url("../fonts/architects-daughter/ArchitectsDaughter.svg#ArchitectsDaughter") format("svg");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'AlwaysInMyHeart';
    src: url(../fonts/alwaysinmyheart/AlwaysInMyHeart.eot?#iefix) format("embedded-opentype"), url(../fonts/alwaysinmyheart/AlwaysInMyHeart.woff) format("woff"), url(../fonts/alwaysinmyheart/AlwaysInMyHeart.ttf) format("truetype"), url(../fonts/alwaysinmyheart/AlwaysInMyHeart.svg#AlwaysInMyHeart) format("svg");
    font-weight: normal;
    font-style: normal
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    font-family: "Gotham", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    min-width: 320px
}
a:focus,
button:focus {
    outline: none;
    text-decoration: none
}
a {
    text-decoration: none
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    width: 100%
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.container.padding {
    padding-left: 15px;
    padding-right: 15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}
#topo {
    background-color: #fc6602;
    border-bottom: 4px solid #fe9a58;
    position: relative
}
#topo .container {
    padding: 8px 10px 5px 10px
}
#topo .logo {
    margin: 0 auto 0;
    max-width: 163px
}
#topo .logo a {
    display: block
}
@media (max-width: 479px) {
    #topo .logo img {
        height: auto;
        margin: 0 auto;
        width: 58%;
    }
}
#topo .menu {
    float: left;
    margin: 20px 0 0 15px
}
@media (max-width: 479px) {
    #topo .menu {
        margin-top: 3px
    }
}
#topo .user {
    float: right;
    margin: 20px 15px 0 0
}
@media (max-width: 479px) {
    #topo .user {
        margin-top: 3px
    }
}
#topo #menu {
    display: none;
    padding: 15px 0 15px 0;
    top: 87px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 11
}
#topo #menu .container {
    padding: 0
}
#topo #menu a {
    display: flex;
    margin: 0 2% 15px;
    width: 46%;
    height: 60px;
    background-color: #fc6602;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    float: left;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}
#topo #menu a .alig {
    display: table-cell;
    vertical-align: middle
}
#topo #menu a .alig .nome {
    display: block;
    font-size: 1.500em;
    font-weight: bold
}
#topo #menu a .alig .desc {
    display: block;
    font-size: 0.875em
}
@media (min-width: 360px) and (max-width: 479px) {
    #topo #menu a {
        height: 100px
    }
    #topo #menu a .alig .nome {
        font-size: 1.375em
    }
    #topo #menu a .alig .desc {
        font-size: 0.750em
    }
}
@media (max-width: 359px) {
    #topo #menu a {
        height: 90px
    }
    #topo #menu a .alig .nome {
        font-size: 1.250em
    }
    #topo #menu a .alig .desc {
        font-size: 0.625em
    }
}
#topo #user .container {
    padding: 0
}
#topo #user .container a {
    display: flex;
    margin: 0 2% 15px;
    width: 46%;
    height: 60px;
    background-color: #fc6602;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    float: left;
    color: #fff;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}
#topo #user .container a .alig {
    display: table-cell;
    vertical-align: middle
}
#topo #user .container a .alig .nome {
    display: block;
    font-size: 1.500em;
    font-weight: bold
}
#topo #user .container a .alig .desc {
    display: block;
    font-size: 0.875em
}
@media (min-width: 360px) and (max-width: 479px) {
    #topo #user .container a {
        height: 100px
    }
    #topo #user .container a .alig .nome {
        font-size: 1.375em
    }
    #topo #user .container a .alig .desc {
        font-size: 0.750em
    }
}
@media (max-width: 359px) {
    #topo #user .container a {
        height: 90px
    }
    #topo #user .container a .alig .nome {
        font-size: 1.250em
    }
    #topo #user .container a .alig .desc {
        font-size: 0.625em
    }
}
#topo #user {
    display: none;
    padding: 15px;
    top: 87px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 11
}
#topo #user fieldset {
    border: 0;
    margin: 0 auto;
    padding: 0;
    max-width: 500px
}
#topo #user .titulo {
    color: #5c5b5b;
    font-size: 1.750em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}
@media (max-width: 359px) {
    #topo #user .titulo {
        font-size: 1.500em
    }
}

#topo #user .container-titulo .titulo {
    color: #5c5b5b;
    font-size: 1.500em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}
@media (max-width: 359px) {
    #topo #user .container-titulo .titulo {
        font-size: 1.300em
    }
}
#topo #user label {
    display: block;
    width: 100%;
    margin-bottom: 15px
}
#topo #user .inputText {
    border: 1px solid #cccccc;
    font-size: 1.125em;
    color: #5c5b5b;
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px
}
#topo #user .btLogar {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 10px 10px
}
#topo #user .margin {
    margin: 30px 0;
    text-align: center
}
#topo #user #bt-recuperar-senha,
#topo #user #bt-form-login {
    font-size: 1em;
    color: #fe9a58;
    text-decoration: underline
}
#topo #user .assine {
    text-align: center
}
#topo #user .assine a {
    font-size: 1.188em;
    color: #5c5b5b
}
#topo #user .assine a span {
    display: block;
    color: #fc6602
}
@media (max-width: 408px) {
    #topo #user .assine a {
        font-size: 0.910em
    }
}
#topo #user .recuperarSenha {
    display: none
}
#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 87px;
    z-index: 10
}
#rodape {
    background-color: #fc6602;
    position: relative;
    margin-top: 90px;
    padding-top: 80px
}
#rodape .logo {
    position: absolute;
    top: -88px;
    left: 0;
    width: 100%;
    text-align: center
}
#rodape .logo a {
    display: block;
    width: 203px;
    height: 164px;
    margin: 0 auto
}
#rodape .menu {
    margin: 22px 0;
    padding: 0;
    list-style: none;
    text-align: center
}
#rodape .menu li {
    display: inline-block;
    vertical-align: top
}
#rodape .menu li a {
    display: block;
    font-size: 1.125em;
    color: #fff;
    text-transform: uppercase;
    border-left: 2px solid #F99503;
    font-weight: bold;
    padding: 20px 10px
}
@media (max-width: 639px) {
    #rodape .menu li a img {
        max-width: 45px;
        max-height: 47px;
    }
    #rodape .menu li a {
        font-size: 0.650em;
    }
}
@media (max-width: 511px) {
    #rodape .menu li a img {
        max-width: 21px;
        max-height: 21px;
    }

    #rodape .menu li a {
        display: inline-block;
        border-left: 0;
        margin: 0 2px;
        padding: 0;
        font-weight: normal;
        font-size: 0.625em
    }
}
#rodape .menu li:first-of-type a {
    border-left: 0;
    padding-top: 0;
    padding-bottom: 0
}
#rodape .texto {
    padding: 0 15px;
    font-size: 0.688em;
    color: #fff;
    text-align: center;
    font-weight: normal
}
#rodape .menu2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}
#rodape .menu2 li {
    display: inline-block
}
#rodape .menu2 li a {
    display: block;
    font-size: 0.688em;
    color: #fff;
    text-transform: uppercase;
    border-left: 1px solid #F99503;
    font-weight: normal;
    padding: 0 10px
}
#rodape .menu2 li:first-of-type a {
    border-left: 0
}
@media (max-width: 615px) {
    #rodape .menu2 li {
        display: block
    }
    #rodape .menu2 li a {
        display: inline-block;
        border-left: 0;
        margin: 10px 0;
        padding: 0
    }
}
#rodape address {
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 0.813em;
    margin: 20px 0
}
#box-vantagens {
    background-color: #eaeaea;
    padding: 0 15px 100px;
    border-top: 10px solid #fc6602
}
#box-vantagens ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#box-vantagens ul li {
    float: left;
    width: 50%;
    color: #283442;
    font-family: "Gotham", Arial, sans-serif;
    margin-top: 20px;
    font-size: 0.813em;
    display: flex;
    align-items: center;
    height: 60px
}
#box-vantagens ul li img {
    float: left;
    max-width: 52px;
    margin-right: 10px;
    height: auto
}
#box-vantagens ul li span {
    padding-right: 5px
}
#box-vantagens ul:after {
    content: '';
    display: table;
    clear: both
}
.box-atracoes {
    margin-bottom: 40px;
    padding: 0 15px
}
.box-atracoes .titulo-box {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center
}
.box-atracoes .titulo-box .titulo {
    font-size: 1.500em;
    color: #fc6602;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}
@media (max-width: 479px) {
    .box-atracoes .titulo-box .titulo {
        font-size: 1.250em
    }
}
.box-atracoes .lista {
    margin-left: -6.5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center
}
.box-atracoes .lista .item {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 5px solid #fc6602;
    border-bottom: 3px solid #cacaca;
    border-radius: 1px 1px 3px 3px;
    width: 100%;
    max-width: 297px;
    display: block;
    margin: 0 0 15px 5px;
    float: left
}

.box-atracoes .lista .item .img-responsive{
    border-top: 1px solid #fc6602;
    margin-top: -2px;
}

.box-atracoes .lista .item .img {
    display: block
}
.box-atracoes .lista .item .txt {
    padding: 10px;
    text-align: justify
}
.box-atracoes .lista .item .txt .titulo {
    margin: 0 0 8px;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    height: 40px
}
.box-atracoes .lista .item .txt .titulo a {
    color: #fc6602
}
.box-atracoes .lista .item .txt .desc {
    color: #5c5b5b;
    font-size: 0.875em;
    margin: 0 0 8px;
    min-height: 84px
}
.box-atracoes .lista .item .txt .episodio {
    color: #5c5b5b;
    font-size: 0.875em;
    font-weight: normal;
    margin: 0 0 8px;
    text-align: center
}
.box-atracoes .lista .item .txt .bt {
    display: inline-block;
    background-color: #fc6602;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.813em;
    padding: 8px 0;
    width: 48%
}
.box-atracoes .lista .item .txt .bt.bt-veja {
    float: left
}
.box-atracoes .lista .item .txt .bt.bt-assine {
    float: right
}
.box-atracoes .lista .item .txt:after {
    content: '';
    display: table;
    clear: both
}
@media (max-width: 639px) {
    .box-atracoes .lista .item {
        width: 49%
    }
    .box-atracoes .lista .item:nth-child(3n+3) {
        content: '';
        display: table;
        clear: both
    }
}
@media (max-width: 579px) {
    .box-atracoes .lista .item .txt .desc {
        font-size: 0.750em;
        min-height: 84px
    }
    .box-atracoes .lista .item .txt .episodio {
        font-size: 0.688em
    }
}
@media (max-width: 523px) {
    .box-atracoes .lista .item {
        width: 48%
    }
}
@media (max-width: 479px) {
    .box-atracoes .lista .item .txt .titulo {
        font-size: 0.70em;
    }
    .box-atracoes .lista .item .txt .desc {
        font-size: 0.625em;
        min-height: 72px;
    }
    .box-atracoes .lista .item .txt .episodio {
        font-size: 0.625em;
        min-height: 12px
    }
    .box-atracoes .lista .item .txt .bt {
        width: 100%
    }
    .box-atracoes .lista .item .txt .bt.bt-veja {
        float: none;
        margin-bottom: 8px
    }
    .box-atracoes .lista .item .txt .bt.bt-assine {
        float: none
    }
}

@media (max-width: 386px) {
    .box-atracoes .lista .item .txt .desc {
        min-height: 84px;
        font-size: 0.6em;
    }
}

@media (max-width: 360px) {
    .box-atracoes .lista .item .txt .desc {
        min-height: 84px;
        font-size: .625em;
    }

    .box-atracoes .lista .item .txt .episodio {
        font-size: 0.525em;
        min-height: 12px;
    }
}
@media (max-width: 329px) {
    .box-atracoes .lista .item .txt .desc {
        min-height: 96px;
        font-size: .6em;
    }
}
.box-atracoes .lista:after {
    content: '';
    display: table;
    clear: both
}
@media (min-width: 641px) {
    .box-atracoes .lista {
        margin: 0 -6px;
        text-align: center
    }
    .box-atracoes .lista .item {
        float: none;
        display: inline-block;
        margin: 0 6px 15px;
        flex: 1 1 297px
    }
}
.box-atracoes .show-more {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 1px 1px 3px 3px;
    padding: 15px;
    font-size: 1.250em;
    color: #fc6602;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer
}
@media (max-width: 639px) {
    .box-atracoes .show-more {
        font-size: 0.875em
    }
}
#box-sobre {
    margin-bottom: 40px;
    padding: 0 15px
}
#box-sobre .titulo-box {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 3px 3px 0 0;
    padding: 15px;
    text-align: center
}
#box-sobre .titulo-box .titulo {
    font-size: 1.500em;
    color: #fc6602;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}
@media (max-width: 479px) {
    #box-sobre .titulo-box .titulo {
        font-size: 1.250em
    }
}
#box-sobre .box {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding: 10px;
    border-radius: 0 0 3px 3px
}
#box-sobre .box .cats {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 16px 0;
    padding: 0
}
#box-sobre .box .cats li {
    width: 78px;
    text-align: center;
    margin-bottom: 15px
}
#box-sobre .box .cats li .img {
    display: block
}
#box-sobre .box .cats li .titulo {
    font-size: 0.750em;
    text-transform: uppercase;
    color: #fc6602
}
#box-sobre .box .cats li .qnt {
    display: block;
    background-color: #fc6602;
    color: #fff;
    font-weight: bold;
    font-size: 1.438em;
    border-radius: 3px;
    padding: 10px 0
}
@media (min-width: 580px) and (max-width: 600px) {
    #box-sobre .box .cats {
        margin-left: -10px;
        margin-right: -10px
    }
}
@media (min-width: 410px) and (max-width: 420px) {
    #box-sobre .box .cats {
        justify-content: start;
        margin-left: -7px;
        margin-right: -10px
    }
    #box-sobre .box .cats li {
        margin-left: 13px
    }
}
@media (min-width: 355px) and (max-width: 370px) {
    #box-sobre .box .cats {
        margin: 0 -10px 0 -10px;
        justify-content: start
    }
    #box-sobre .box .cats li {
        margin-left: 3px
    }
}
#box-sobre .box .desc-sobre {
    font-size: 0.875em;
    color: #5c5b5b;
    text-align: justify
}
#box-sobre .box .desc-sobre strong {
    font-weight: bold;
    color: #fc6602;
    text-transform: uppercase;
    display: block
}
#box-sobre .box .numero-atracoes {
    color: #5c5b5b;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding-bottom: 10px
}
#box-sobre .box .numero-atracoes .number {
    background: #fc6602;
    font-weight: 600;
    color: #fff;
    padding: 5px 9px 4px 9px;
    border-radius: 100%;
    font-size: 15px;
    position: relative;
    top: -1px
}
#box-sobre .box .numero-atracoes:after {
    display: block;
    content: "";
    clear: both
}
.chamada-assine {
    padding: 0 15px 40px;
    text-align: center
}
.chamada-assine .desc {
    font-weight: bold;
    font-size: 1.750em;
    color: #fc6602;
    text-transform: uppercase
}
.chamada-assine .link {
    display: inline-block;
    background-color: #fc6602;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.125em;
    padding: 15px 25px
}
.titulo-page {
    color: #fc6602;
    font-size: 1.750em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0
}
@media (max-width: 479px) {
    .titulo-page {
        font-size: 1.375em
    }
}
.orange-txt {
    color: #fc6602
}
#slides {
    margin-bottom: 30px;
}
#slides .item {
    position: relative
}
#slides .item:not(:first-child) {
    display: none;
}
#slides .item .texto {
    width: 100%;
    position: absolute;
    bottom: -22px;
    color: #000;
    padding: 30px 35px;
    line-height: 1em;
    left: 0;
    text-align: center;
}
#slides .item .texto .tit {
    display: block;
    font-size: 1.750em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fc6602;
}
#slides .item .texto .desc {
    font-size: 1.250em;
    #slides .item .texto .desc;
}
@media (max-width: 479px) {
    #slides .item .texto .tit {
        font-size: 1.1em
    }
    #slides .item .texto .desc {
        font-size: 0.9em
    }
}
#slides .container {
    position: relative
}
#slides .container .avancar {
    background: url(../img/ico-avancar-banner.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25%;
    margin: auto;
    display: block;
    width: 35px;
    height: 50px;
    cursor: pointer
}
#slides .container .voltar {
    background: url(../img/ico-voltar-banner.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 25%;
    margin: auto;
    display: block;
    width: 35px;
    height: 50px;
    cursor: pointer
}
#slides .owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -22px;
    left: 0
}
#slides .owl-theme .owl-controls .owl-page span {
    border: 2px solid #000;
    background: 0;
    opacity: 1
}
#slides .owl-theme .owl-controls .owl-page.active span {
    background: #000
}
.paginacao {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    text-align: center
}
.paginacao li {
    display: inline-block
}
.paginacao li a {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d1d1d1));
    background-image: -moz-linear-gradient(#ffffff, #d1d1d1);
    background-image: -webkit-linear-gradient(#ffffff, #d1d1d1);
    background-image: linear-gradient(#ffffff, #d1d1d1);
    display: block;
    transform: skew(-11deg, 0deg);
    padding: 8px 15px;
    border: 2px solid #ececec;
    color: #000;
    font-size: 0.813em;
    font-family: "Gotham", Arial, sans-serif;
    line-height: 1;
    height: 36px;
    text-align: center
}
.paginacao li a span {
    display: block;
    transform: skew(11deg, 0deg)
}
.paginacao li a:hover,
.paginacao li a.current {
    border-color: #aa0000;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk3MDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f80000), color-stop(100%, #970000));
    background-image: -moz-linear-gradient(#f80000, #970000);
    background-image: -webkit-linear-gradient(#f80000, #970000);
    background-image: linear-gradient(#f80000, #970000);
    color: #fff
}
.paginacao li.titulo-paginacao {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d1d1d1));
    background-image: -moz-linear-gradient(#ffffff, #d1d1d1);
    background-image: -webkit-linear-gradient(#ffffff, #d1d1d1);
    background-image: linear-gradient(#ffffff, #d1d1d1);
    display: inline-block;
    transform: skew(-11deg, 0deg);
    padding: 8px 15px;
    border: 2px solid #ececec;
    color: #000;
    font-size: 0.813em;
    font-family: "Gotham", Arial, sans-serif;
    line-height: 1;
    height: 36px;
    text-align: center;
    text-transform: uppercase
}
.paginacao li.titulo-paginacao span {
    display: block;
    transform: skew(11deg, 0deg)
}
.form fieldset {
    border: 0;
    margin: 0 auto;
    padding: 0
}
.form .form-group {
    display: block;
    margin-bottom: 15px
}
.form .form-control {
    background-color: #fff;
    border: 1px solid #cccccc;
    font-size: 1.125em;
    color: #5c5b5b;
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px
}
.form .form-control:focus {
    border-color: #585858;
    box-shadow: none
}
.form .btn {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 10px 10px
}
.form .btn:focus {
    outline: none
}
.form .has-error {
    color: red
}
.form .has-error .form-control {
    border-color: red
}
.form .has-success {
    color: green
}
.form .has-success .form-control {
    border-color: green
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1
}
#box-contato {
    padding-bottom: 30px
}
#box-contato .desc {
    font-size: 1.375em;
    color: #5c5b5b;
    text-align: center
}
@media (max-width: 479px) {
    #box-contato .desc {
        font-size: 1em
    }
}
#box-contato .info {
    font-size: 0.875em;
    color: #5c5b5b
}
#box-duvida {
    padding-bottom: 30px
}
#box-duvida .desc {
    font-size: 1.375em;
    color: #5c5b5b;
    text-align: justify
}
#box-duvida .desc span {
    display: block;
    margin-bottom: 10px
}
#box-duvida .desc strong {
    font-weight: normal
}
#box-duvida .desc .voltar-index {
    text-align: center;
    margin-top: 35px
}
#box-duvida .desc .voltar-index a {
    display: inline-block;
    margin: 0 auto 20px;
    background: url(/theme/images/bt-404-home2.jpg) no-repeat center top;
    width: 235px;
    height: 37px;
    overflow: hidden;
    background-size: 100%
}
@media (max-width: 479px) {
    #box-duvida .desc {
        font-size: 1em
    }
}
#box-duvida .questao {
    margin: 0;
    padding: 15px 0 0;
    list-style: none
}
#box-duvida .questao li {
    font-size: 1.375em;
    color: #5c5b5b;
    text-align: justify;
    border-bottom: 1px solid #cacaca
}
#box-duvida .questao li .titulo {
    font-weight: normal;
    margin-bottom: 5px
}
#box-duvida .questao li:last-of-type {
    border-bottom: 0
}
@media (max-width: 479px) {
    #box-duvida .questao li {
        font-size: 1em
    }
}
#box-list-categoria {
    margin: 20px 0 50px 0
}
#box-list-categoria .titulo-cat {
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 4px;
    padding: 13px;
    width: 100%;
    margin-bottom: 20px;
    content: '';
    display: table;
    clear: both
}
#box-list-categoria .titulo-cat .tit {
    font-size: 1.500em;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    margin: 5px 0 0;
    color: #fc6602
}
@media (max-width: 479px) {
    #box-list-categoria .titulo-cat .tit {
        font-size: 1.125em
    }
}
#box-list-categoria .titulo-cat .count {
    float: right;
    font-size: 1.500em;
    font-weight: bold;
    padding: 5px 8px;
    background-color: #fc6602;
    border-radius: 4px;
    color: #fff
}
@media (max-width: 479px) {
    #box-list-categoria .titulo-cat .count {
        font-size: 1.125em
    }
}
#box-list-categoria .list-thumbs-cat {
    content: '';
    display: table;
    clear: both;
    width: 100%
}
#box-list-categoria .list-thumbs-cat .list {
    display: inline-block;
    float: left;
    margin: 0 1% 20px;
    width: 48%
}
@media (max-width: 479px) {
    #box-list-categoria .list-thumbs-cat .list {
        width: 100%;
        margin: 0 0 20px
    }
}
#box-list-categoria .list-thumbs-cat .list img {
    border-radius: 2px 2px 0 0
}
#box-list-categoria .list-thumbs-cat .list .nome {
    width: 100%;
    display: block;
    font-size: 0.813em;
    font-weight: bold;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fc6602;
    border-radius: 0 0 2px 2px
}
#box-list-categoria .sobre-cat {
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 30px
}
#box-list-categoria .sobre-cat .titulo {
    border-bottom: 3px solid #fc6602;
    padding: 13px;
    width: 100%;
    font-size: 1.500em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fc6602;
    margin: 0
}
@media (max-width: 479px) {
    #box-list-categoria .sobre-cat .titulo {
        font-size: 1.125em
    }
}
#box-list-categoria .sobre-cat .descricao {
    padding: 0 13px;
    color: #5c5b5b;
    font-size: 1em;
    text-align: justify
}
#box-list-categoria .sobre-cat .tit-tags {
    padding: 13px;
    width: 100%;
    font-size: 1.500em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fc6602
}
@media (max-width: 479px) {
    #box-list-categoria .sobre-cat .tit-tags {
        font-size: 1.125em
    }
}
#box-list-categoria .sobre-cat .lista-tags {
    margin: 0;
    padding: 0 13px 8px;
    list-style: none;
    content: '';
    display: table;
    clear: both
}
#box-list-categoria .sobre-cat .lista-tags li {
    display: inline-block;
    float: left;
    margin: 0 1% 5px;
    width: 48%
}
@media (min-width: 769px) {
    #box-list-categoria .sobre-cat .lista-tags li {
        width: 31.33%
    }
}
@media (max-width: 479px) {
    #box-list-categoria .sobre-cat .lista-tags li {
        width: 100%;
        margin: 0 0 5px
    }
}
#box-list-categoria .sobre-cat .lista-tags li a {
    background-color: #fc6602;
    display: block;
    color: #fff;
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px
}
#page-login {
    background-color: #fc6602
}
#page-login #topo {
    background: 0;
    border: 0;
    margin: 20px 0 45px
}
#page-login #topo .logo {
    max-width: 230px
}
#page-login #rodape {
    padding-top: 0;
    margin-top: 30px;
    background: 0
}
#page-login .box-preto {
    background-color: #000;
    padding: 20px;
    box-shadow: 0 0 200px 0 #ffb32d;
    border-radius: 6px;
    margin: 0 auto;
    width: 100%;
    max-width: 630px
}
#page-login .box-preto form {
    background: #fff;
    padding: 15px 15px 0;
    margin-bottom: 45px;
    border-radius: 6px
}
#page-login .box-preto form fieldset {
    border: 0;
    margin: 0 auto;
    padding: 0
}
#page-login .box-preto form .titulo {
    color: #fc6602;
    font-size: 1.750em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px
}
@media (max-width: 479px) {
    #page-login .box-preto form .titulo {
        font-size: 1.125em
    }
}
#page-login .box-preto form label {
    display: block;
    width: 100%;
    margin-bottom: 15px
}
#page-login .box-preto form .inputText {
    border: 1px solid #cccccc;
    font-size: 1.125em;
    color: #5c5b5b;
    display: block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 4px
}
#page-login .box-preto form .btLogar {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 10px 10px
}
#page-login .box-preto form #bt-recuperar-senha,
#page-login .box-preto form #bt-form-login {
    font-size: 1em;
    color: #5c5b5b
}
#page-login .box-preto form .recuperarSenha {
    display: none
}
#page-login .box-preto form .margin {
    margin: 20px 0
}
#page-login .box-preto .info-login {
    margin-bottom: 30px
}
#page-login .box-preto .info-login .titulo {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.500em
}
@media (max-width: 479px) {
    #page-login .box-preto .info-login .titulo {
        font-size: 1.125em
    }
}
#page-login .box-preto .info-login .titulo .laranja {
    color: #fc6602;
    font-weight: bold
}
#page-login .box-preto .info-login ul {
    margin: 0 0 30px;
    padding: 0;
    content: '';
    display: table;
    clear: both
}
#page-login .box-preto .info-login ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    color: #fff;
    padding: 5px 0 0 38px;
    min-height: 27px;
    background: url(../img/ico-vantagem-assine.jpg) no-repeat left center;
    font-size: 1em
}
@media (max-width: 479px) {
    #page-login .box-preto .info-login ul li {
        width: 100%
    }
}
#page-login .box-preto .bt-assine {
    display: block;
    color: #fc6602;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0;
    font-size: 1.375em;
    font-weight: bold;
    background: #212121;
    border: 1px solid #393939;
    border-radius: 5px;
    width: 100%;
    max-width: 366px;
    margin: 0 auto
}
.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(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 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-prev,
.swiper-button-next {
    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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.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: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -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-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -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, 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, 0.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-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -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-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 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-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    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-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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
}

#cp-confirmasenha{display: none;}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 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)
    }
}
#rodape.atracao {
    margin-top: 0
}
#fundo-principal .base {
    position: relative
}
#fundo-principal .base .nome-personagens {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 120px;
    overflow: hidden
}
#fundo-principal .base .nome-personagens ul {
    padding: 0;
    margin: 0
}
#fundo-principal .base .nome-personagens ul li {
    display: inline-block;
    padding: 15px 0 0
}
#fundo-principal .base .nome-personagens ul li .fundo {
    display: block;
    position: relative;
    max-width: 140px;
    border: 2px solid #fff;
    padding: 8px 10px 0;
    height: 104px;
    background-color: #fc6602;
    border-radius: 10px
}
#fundo-principal .base .nome-personagens ul li .fundo .titulo {
    position: absolute;
    text-align: center;
    margin: 0;
    top: -14px;
    left: 0;
    width: 100%;
    height: 22px;
    overflow: hidden;
    font-size: 0.750em;
    font-family: "comix_loud", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: -1px 0 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff
}
@media (min-width: 768px) and (max-width: 991px) {
    #fundo-principal .base .nome-personagens ul li .fundo .titulo {
        font-size: 0.688em
    }
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens ul li .fundo .titulo {
        font-size: 0.625em;
        top: -10px
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens ul li .fundo .titulo {
        font-size: 0.500em;
        top: -8px
    }
}
#fundo-principal .base .nome-personagens ul li .fundo .desc {
    height: 77px;
    color: #fff;
    margin: 8px 0 0;
    overflow: hidden;
    font-size: 0.625em
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens ul li .fundo .desc {
        height: 65px;
        margin: 4px 0 0
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens ul li .fundo .desc {
        font-size: 0.563em;
        height: 68px;
        margin: 0
    }
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens ul li .fundo {
        height: 82px
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens ul li .fundo {
        max-width: 125px;
        height: 80px
    }
}
#fundo-principal .base .nome-personagens .padding {
    padding: 0 30px
}
#fundo-principal .base .nome-personagens .voltar {
    background: url(../img/seta-personagem-voltar.png) no-repeat left top;
    display: block;
    width: 19px;
    height: 33px;
    position: absolute;
    left: 4px;
    top: 47px;
    cursor: pointer
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens .voltar {
        top: 39px
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens .voltar {
        top: 37px
    }
}
#fundo-principal .base .nome-personagens .avancar {
    background: url(../img/seta-personagem-avancar.png) no-repeat left top;
    display: block;
    width: 19px;
    height: 33px;
    position: absolute;
    right: 4px;
    top: 47px;
    cursor: pointer
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens .avancar {
        top: 39px
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens .avancar {
        top: 37px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #fundo-principal .base .nome-personagens {
        bottom: 15px
    }
}
@media (min-width: 641px) and (max-width: 767px) {
    #fundo-principal .base .nome-personagens {
        bottom: 10px;
        height: 97px
    }
}
@media (max-width: 359px) {
    #fundo-principal .base .nome-personagens {
        bottom: 10px;
        height: 96px
    }
}
.list-atracao .rodape {
    position: relative
}
.list-atracao .rodape .fundo {
    width: 100%;
    display: block
}
.list-atracao .rodape .fundo img {
    margin: 0 auto
}
.list-atracao .rodape .infos {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-top: -10px;
}
.list-atracao .rodape .infos .texto {
    font-size: 1.750em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -10px;
    padding-left: 15px;
    padding-right: 15px
}
.list-atracao .rodape .infos .texto-aviso {
    font-size: 0.688em;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
}
@media (max-width: 570px) {
    .list-atracao .rodape .infos .texto {
        font-size: 1.438em
    }
}
@media (max-width: 480px) {
    .list-atracao .rodape .infos .texto {
        font-size: 0.87em
    }
}
.list-atracao .rodape .infos .bt {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 15px 15px 10px
}
@media (max-width: 570px) {
    .list-atracao .rodape .infos .bt {
        font-size: 1em
    }
}
@media (max-width: 480px) {
    .list-atracao .rodape .infos .bt {
        font-size: 0.625em;
        padding: 10px 10px 5px
    }
}
.list-atracao.atracao1 .titulo {
    font-size: 2.625em;
    color: #4c4845;
    font-family: "jester", Arial, sans-serif;
    font-weight: normal;
    text-align: center
}
@media (max-width: 479px) {
    .list-atracao.atracao1 .titulo {
        font-size: 1.500em
    }
}
.list-atracao.atracao1 .item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center
}
.list-atracao.atracao1 .item .img {
    padding: 0 50px;
    position: relative
}
@media (max-width: 479px) {
    .list-atracao.atracao1 .item .img {
        padding: 0 30px
    }
}
.list-atracao.atracao1 .item .img .swiper-button-next {
    background: #fc6602 url(../img/seta-thumb-avancar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    right: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao1 .item .img .swiper-button-next {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao1 .item .img .swiper-button-prev {
    background: #fc6602 url(../img/seta-thumb-voltar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    left: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao1 .item .img .swiper-button-prev {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
@media (max-width: 375px) {
    .titulo-faixa {
        font-size: 14px !important;
        margin-top: 8px !important;
    }
}

.list-atracao.atracao1 .item .img .swiper-slide img {
    margin: 0 auto
}
.list-atracao.atracao1 .item .img .img-tobecontinued {
    bottom: 0;
    display: block;
    max-width: 30%;
    position: absolute;
    right: 0
}
.list-atracao.atracao1 .item .img .img-tobecontinued img {
    display: block;
    max-width: 100%
}
.list-atracao.atracao1 .item .nome {
    color: #4c4845;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "komikax", Arial, sans-serif;
    font-size: 1.625em;
    text-align: center;
    line-height: 0.9em
}
.list-atracao.atracao1 .item .nome h2 {
    margin: 0
}
@media (max-width: 639px) {
    .list-atracao.atracao1 .item .nome {
        font-size: 1em
    }
}
@media (max-width: 500px) {
    .list-atracao.atracao1 .item .nome {
        font-size: 0.750em
    }
}
@media (max-width: 330px) {
    .list-atracao.atracao1 .item .nome {
        font-size: 0.625em
    }
}
.list-atracao.atracao1 .item .nome2 {
    color: #4c4845;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: normal;
    font-family: "jester", Arial, sans-serif;
    font-size: 1.500em;
    text-align: center;
    line-height: 0.9em
}
@media (max-width: 639px) {
    .list-atracao.atracao1 .item .nome2 {
        font-size: 1em
    }
}
@media (max-width: 500px) {
    .list-atracao.atracao1 .item .nome2 {
        font-size: 0.750em
    }
}
@media (max-width: 330px) {
    .list-atracao.atracao1 .item .nome2 {
        font-size: 0.625em
    }
}
.list-atracao.atracao1 .item .link {
    margin-top: 10px;
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "jester", Arial, sans-serif;
    display: inline-block;
    padding: 15px 15px 10px
}
@media (max-width: 639px) {
    .list-atracao.atracao1 .item .link {
        font-size: 0.938em
    }
}
@media (max-width: 500px) {
    .list-atracao.atracao1 .item .link {
        font-size: 0.750em
    }
}
.list-atracao.atracao1 .item:first-child {
    margin-top: 20px
}
.list-atracao.atracao1 .bt-vermais {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    color: #fc6602;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer
}
@media (max-width: 479px) {
    .list-atracao.atracao1 .bt-vermais {
        font-size: 0.750em
    }
}
.list-atracao.atracao7 {
    margin-top: 30px
}
.list-atracao.atracao7 .titulo-solto {
    color: #fc6602;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.500em;
    text-align: center
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .titulo-solto {
        font-size: 1.188em
    }
}
.list-atracao.atracao7 .item {
    margin-bottom: 30px;
    text-align: center
}
.list-atracao.atracao7 .item .img {
    padding: 0 50px;
    position: relative
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .img {
        padding: 0 30px
    }
}
.list-atracao.atracao7 .item .img .swiper-button-next {
    background: #fc6602 url(../img/seta-thumb-avancar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    right: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .img .swiper-button-next {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao7 .item .img .swiper-button-prev {
    background: #fc6602 url(../img/seta-thumb-voltar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    left: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .img .swiper-button-prev {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao7 .item .img .swiper-slide img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao7 .item .nome {
    color: #fc6602;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.500em;
    text-align: center
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .nome {
        font-size: 1.188em
    }
}
.list-atracao.atracao7 .item .descricao {
    font-size: 0.875em;
    font-weight: normal;
    text-transform: uppercase;
    color: #5c5b5b;
    margin-top: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .descricao {
        font-size: 0.750em
    }
}
.list-atracao.atracao7 .item .link {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 15px 15px 10px
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .item .link {
        font-size: 0.625em
    }
}
.list-atracao.atracao7 .box {
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative
}
.list-atracao.atracao7 .box .titulo {
    border-bottom: 3px solid #fc6602;
    padding: 13px;
    width: 100%;
    font-size: 1.500em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fc6602;
    margin: 0;
    text-align: center
}
@media (max-width: 479px) {
    .list-atracao.atracao7 .box .titulo {
        font-size: 1.125em
    }
}
.list-atracao.atracao7 .box .conteudo {
    padding: 0 13px
}
.list-atracao.atracao7 .box .conteudo.topbot {
    padding: 13px
}
.list-atracao.atracao7 .box .conteudo img {
    margin: 15px auto;
    display: block;
    height: auto;
    max-width: 100%
}
.list-atracao.atracao7 .box .conteudo video {
    max-width: 100%;
    margin: 0 auto;
    display: block
}
.list-atracao.atracao7 .box .descricao {
    color: #5c5b5b;
    font-size: 1em;
    text-align: justify
}
.list-atracao.atracao7 .box .descricao strong {
    text-transform: uppercase;
    color: #fc6602
}
.list-atracao.atracao4 {
    margin-top: 30px
}
.list-atracao.atracao4 .item {
    margin-bottom: 30px;
    text-align: center
}
.list-atracao.atracao4 .item .img {
    margin-bottom: 15px;
    padding: 0 50px;
    position: relative
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .img {
        padding: 0 30px
    }
}
.list-atracao.atracao4 .item .img .swiper-button-next {
    background: #fc6602 url(../img/seta-thumb-avancar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    right: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .img .swiper-button-next {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao4 .item .img .swiper-button-prev {
    background: #fc6602 url(../img/seta-thumb-voltar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    left: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .img .swiper-button-prev {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao4 .item .img .swiper-slide img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao4 .item .descricao {
    font-size: 0.875em;
    text-align: justify;
    color: #5c5b5b;
    margin-top: 0;
    line-height: 1.250em
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .descricao {
        font-size: 0.750em
    }
}
.list-atracao.atracao4 .item .link {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 15px 15px 10px;
    width: 80%
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .link {
        font-size: 0.625em
    }
}
.list-atracao.atracao4 .item .box {
    border: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 4px;
    padding: 10px;
    margin: 0 50px 15px;
    position: relative
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .item .box {
        margin: 0 30px 15px
    }
}
.list-atracao.atracao4 .item .box img {
    margin: 0 auto
}
.list-atracao.atracao4 .item .episodio {
    background-color: #fc6602;
    border-radius: 4px;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 0.750em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    position: absolute
}
.list-atracao.atracao4 .item .episodio p {
    margin: 0
}
@media (max-width: 559px) {
    .list-atracao.atracao4 .item .episodio {
        position: inherit
    }
}
@media (max-width: 390px) {
    .list-atracao.atracao4 .item .episodio {
        font-size: 0.625em
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao4 .item .episodio {
        float: none
    }
    .list-atracao.atracao4 .item .episodio p {
        display: inline
    }
}
.list-atracao.atracao4 .item .float {
    width: 100%;
    text-align: center;
    display: table;
    height: 48px
}
@media (max-width: 559px) {
    .list-atracao.atracao4 .item .float {
        width: 75%;
        float: right
    }
}
@media (max-width: 435px) {
    .list-atracao.atracao4 .item .float {
        width: 60%
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao4 .item .float {
        height: auto;
        margin: 10px -5px 5px;
        width: 100%
    }
}
.list-atracao.atracao4 .item .titulo {
    margin: 0;
    color: #5c5b5b;
    text-transform: uppercase;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
@media (max-width: 415px) {
    .list-atracao.atracao4 .item .titulo {
        font-size: 0.750em
    }
}
.list-atracao.atracao4 .bt-vermais {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    color: #fc6602;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer
}
@media (max-width: 479px) {
    .list-atracao.atracao4 .bt-vermais {
        font-size: 0.750em
    }
}
.list-atracao.atracao2 {
    margin-top: 30px
}
.list-atracao.atracao2 .n-margin-l {
    margin-left: -15px
}
.list-atracao.atracao2 .item {
    margin-bottom: 30px;
    text-align: center;
    width: 50%;
    float: left;
    padding-left: 15px
}
.list-atracao.atracao2 .item .img {
    margin-bottom: 15px
}
.list-atracao.atracao2 .item .img img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao2 .item .link {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%
}
@media (max-width: 479px) {
    .list-atracao.atracao2 .item .link {
        font-size: 0.563em
    }
}
.list-atracao.atracao2 .item .box {
    border: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 5px;
    position: relative
}
.list-atracao.atracao2 .item .episodio {
    background-color: #fc6602;
    border-radius: 4px;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 0.750em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0 10px 0 0;
    position: absolute
}
.list-atracao.atracao2 .item .episodio p {
    margin: 0
}
@media (max-width: 559px) {
    .list-atracao.atracao2 .item .episodio {
        position: inherit
    }
}
@media (max-width: 390px) {
    .list-atracao.atracao2 .item .episodio {
        font-size: 0.625em
    }
}
@media (max-width: 595px) {
    .list-atracao.atracao2 .item .episodio {
        float: none;
        margin: 0
    }
    .list-atracao.atracao2 .item .episodio p {
        display: inline
    }
}
.list-atracao.atracao2 .item .titulo {
    margin: 5px 0 0;
    color: #5c5b5b;
    text-transform: uppercase;
    font-size: 1em;
    text-align: left
}
@media (max-width: 639px) {
    .list-atracao.atracao2 .item .titulo {
        font-size: 0.875em
    }
}
@media (max-width: 595px) {
    .list-atracao.atracao2 .item .titulo {
        height: 35px;
        overflow: hidden
    }
    .list-atracao.atracao2 .item .titulo br {
        display: none
    }
}
@media (max-width: 520px) {
    .list-atracao.atracao2 .item .titulo {
        height: 50px
    }
}
@media (max-width: 479px) {
    .list-atracao.atracao2 .item .titulo {
        font-size: 0.750em;
        height: 44px
    }
}
.list-atracao.atracao2 .bt-vermais {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    color: #fc6602;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer
}
@media (max-width: 479px) {
    .list-atracao.atracao2 .bt-vermais {
        font-size: 0.750em
    }
}
.list-atracao.atracao3 {
    margin-top: 30px
}
.list-atracao.atracao3 .item {
    margin-bottom: 30px;
    text-align: center
}
.list-atracao.atracao3 .item .img {
    margin-left: -15px;
    content: '';
    display: table;
    clear: both
}
.list-atracao.atracao3 .item .img .slide {
    float: left;
    padding: 0 0 15px 15px;
    width: 50%
}
.list-atracao.atracao3 .item .img img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao3 .item .link {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 15px 15px 10px;
    width: 80%
}
@media (max-width: 479px) {
    .list-atracao.atracao3 .item .link {
        font-size: 0.625em
    }
}
.list-atracao.atracao3 .item .box {
    border: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 15px;
    position: relative
}
.list-atracao.atracao3 .item .episodio {
    background-color: #fc6602;
    border-radius: 4px;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 0.750em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    position: absolute
}
.list-atracao.atracao3 .item .episodio p {
    margin: 0
}
@media (max-width: 559px) {
    .list-atracao.atracao3 .item .episodio {
        position: inherit
    }
}
@media (max-width: 390px) {
    .list-atracao.atracao3 .item .episodio {
        font-size: 0.625em
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao3 .item .episodio {
        float: none
    }
    .list-atracao.atracao3 .item .episodio p {
        display: inline
    }
}
.list-atracao.atracao3 .item .float {
    width: 100%;
    text-align: center;
    display: table;
    height: 48px
}
@media (max-width: 559px) {
    .list-atracao.atracao3 .item .float {
        width: 75%;
        float: right
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao3 .item .float {
        width: 80%;
        height: auto;
        margin: 10px 0 5px;
        width: 100%
    }
}
.list-atracao.atracao3 .item .titulo {
    margin: 0;
    color: #5c5b5b;
    text-transform: uppercase;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
@media (max-width: 415px) {
    .list-atracao.atracao3 .item .titulo {
        font-size: 0.750em
    }
}
.list-atracao.atracao3 .item .descricao {
    font-size: 0.875em;
    text-align: justify;
    color: #5c5b5b;
    margin-top: 0;
    line-height: 1.250em
}
@media (max-width: 479px) {
    .list-atracao.atracao3 .item .descricao {
        font-size: 0.750em
    }
}
.list-atracao.atracao3 .bt-vermais {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    color: #fc6602;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer
}
@media (max-width: 479px) {
    .list-atracao.atracao3 .bt-vermais {
        font-size: 0.750em
    }
}
.list-atracao.atracao9 {
    margin-top: 30px
}
.list-atracao.atracao9 .item {
    margin-bottom: 30px;
    text-align: center
}
.list-atracao.atracao9 .item .img {
    margin-left: -15px;
    content: '';
    display: table;
    clear: both
}
.list-atracao.atracao9 .item .img .slide {
    float: left;
    padding: 0 0 15px 15px;
    width: 50%
}
.list-atracao.atracao9 .item .img img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao9 .item .img2 {
    margin-bottom: 15px;
    padding: 0 50px;
    position: relative
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .item .img2 {
        padding: 0 30px
    }
}
.list-atracao.atracao9 .item .img2 .swiper-button-next {
    background: #fc6602 url(../img/seta-thumb-avancar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    right: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .item .img2 .swiper-button-next {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao9 .item .img2 .swiper-button-prev {
    background: #fc6602 url(../img/seta-thumb-voltar.png) no-repeat center;
    width: 38px;
    height: 260px;
    border-radius: 4px;
    margin-top: -130px;
    left: 0
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .item .img2 .swiper-button-prev {
        width: 25px;
        height: 170px;
        margin-top: -85px
    }
}
.list-atracao.atracao9 .item .img2 .swiper-slide img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao9 .item .img3 {
    margin-bottom: 15px
}
.list-atracao.atracao9 .item .img3 img {
    margin: 0 auto;
    border: 2px solid #fc6602;
    border-radius: 2px
}
.list-atracao.atracao9 .item .link {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    padding: 15px 15px 10px;
    width: 80%
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .item .link {
        font-size: 0.625em
    }
}
.list-atracao.atracao9 .item .box {
    border: 1px solid #cacaca;
    border-bottom: 3px solid #fc6602;
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 15px;
    position: relative
}
.list-atracao.atracao9 .item .episodio {
    background-color: #fc6602;
    border-radius: 4px;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 0.750em;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    position: absolute
}
.list-atracao.atracao9 .item .episodio p {
    margin: 0
}
@media (max-width: 559px) {
    .list-atracao.atracao9 .item .episodio {
        position: inherit
    }
}
@media (max-width: 390px) {
    .list-atracao.atracao9 .item .episodio {
        font-size: 0.625em
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao9 .item .episodio {
        float: none
    }
    .list-atracao.atracao9 .item .episodio p {
        display: inline
    }
}
.list-atracao.atracao9 .item .float {
    width: 100%;
    text-align: center;
    display: table;
    height: 48px
}
@media (max-width: 559px) {
    .list-atracao.atracao9 .item .float {
        width: 75%;
        float: right
    }
}
@media (max-width: 360px) {
    .list-atracao.atracao9 .item .float {
        width: 80%;
        height: auto;
        margin: 10px 0 5px;
        width: 100%
    }
}
.list-atracao.atracao9 .item .titulo {
    margin: 0;
    color: #5c5b5b;
    text-transform: uppercase;
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
@media (max-width: 415px) {
    .list-atracao.atracao9 .item .titulo {
        font-size: 0.750em
    }
}
.list-atracao.atracao9 .item .descricao {
    font-size: 0.875em;
    text-align: justify;
    color: #5c5b5b;
    margin-top: 0;
    line-height: 1.250em
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .item .descricao {
        font-size: 0.750em
    }
}
.list-atracao.atracao9 .bt-vermais {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-bottom: 3px solid #cacaca;
    border-radius: 2px;
    text-align: center;
    color: #fc6602;
    font-size: 1.250em;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 13px 13px 8px;
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .bt-vermais {
        font-size: 0.750em
    }
}
.list-atracao.atracao9 .box-base {
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin-bottom: 30px
}
.list-atracao.atracao9 .box-base .titulo {
    border-bottom: 3px solid #fc6602;
    padding: 13px;
    width: 100%;
    font-size: 1.500em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fc6602;
    margin: 0;
    text-align: center
}
@media (max-width: 479px) {
    .list-atracao.atracao9 .box-base .titulo {
        font-size: 1.125em
    }
}
.list-atracao.atracao9 .box-base .conteudo {
    padding: 0 13px
}
.list-atracao.atracao9 .box-base .conteudo.topbot {
    padding: 13px
}
.list-atracao.atracao9 .box-base .conteudo img {
    margin: 15px auto;
    display: block;
    height: auto;
    max-width: 100%
}
.list-atracao.atracao9 .box-base .conteudo video {
    max-width: 100%;
    margin: 0 auto;
    display: block
}
.list-atracao.atracao9 .box-base .descricao {
    color: #5c5b5b;
    font-size: 1em;
    text-align: justify
}
.list-atracao.atracao9 .box-base .descricao strong {
    text-transform: uppercase;
    color: #fc6602
}
.list-assine .rodape {
    position: relative
}
.list-assine .rodape .fundo {
    width: 100%;
    display: block
}
.list-assine .rodape .fundo img {
    margin: 0 auto
}
.list-assine .topo {
    margin-bottom: 20px;
    text-align: center
}
.list-assine .topo .titulo {
    text-transform: uppercase;
    font-weight: bold;
    color: #fc6602;
    font-size: 2.000em;
    margin-bottom: 10px
}
.list-assine .topo .preto {
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-size: 1.375em;
    margin-top: 0
}
@media (max-width: 450px) {
    .list-assine .topo .preto {
        font-size: 1em
    }
}
.list-assine .topo .info {
    font-size: 1.375em;
    color: #fc6602;
    margin-bottom: 0
}
@media (max-width: 570px) {
    .list-assine .topo .info {
        font-size: 1em
    }
}
@media (max-width: 420px) {
    .list-assine .topo .info {
        font-size: 0.750em
    }
}
.list-assine .faixa {
    background-color: #fc6602;
    text-align: center;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.375em
}
.list-assine .faixa span {
    display: block;
    padding: 10px 0 6.3px 0
}
@media (max-width: 479px) {
    .list-assine .faixa {
        font-size: 0.625em
    }
}
.list-assine #box-pagamento {
    text-align: center
}
.list-assine #box-pagamento .titulo {
    color: #5c5b5b;
    font-weight: bold;
    font-size: 1.375em
}
.list-assine #box-pagamento .titulo .num {
    display: inline-block;
    background-color: #fc6602;
    border-radius: 100px;
    padding: 5px;
    width: 35px;
    color: #fff
}
@media (max-width: 450px) {
    .list-assine #box-pagamento .titulo {
        font-size: 1em
    }
}
@media (max-width: 350px) {
    .list-assine #box-pagamento .titulo {
        font-size: 0.875em
    }
}
.list-assine #box-pagamento small {
    color: #5c5b5b;
    display: block;
    text-align: justify;
    font-size: 0.688em;
    margin-top: 3px
}
.list-assine #box-pagamento ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.list-assine #box-pagamento .lista-planos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.list-assine #box-pagamento .lista-planos:after,
.list-assine #box-pagamento .lista-pagamentos:after {
    display: block;
    content: "";
    clear: both
}
@media (max-width: 450px) {
    .list-assine #box-pagamento .lista-planos,
    .list-assine #box-pagamento .lista-pagamentos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}
.list-assine #box-pagamento .box {
    background-color: #ededed;
    border-left: 2px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 2px solid #ededed;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 4px;
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
    cursor: pointer;
    width: 32.5%
}
@media (max-width: 629px) {
    .list-assine #box-pagamento .box {
        font-size: 0.688em
    }
}
@media (max-width: 330px) {
    .list-assine #box-pagamento .box {
        max-width: 88px
    }
}
@media (max-width: 479px) {
    .list-assine #box-pagamento .box {
        font-size: 10px
    }
    .list-assine #box-pagamento .box .colorido {
        font-size: 0.875em
    }
}
@media (max-width: 450px) {
    .list-assine #box-pagamento .box {
        margin-left: 1px;
        margin-right: 1px
    }
}
@media (max-width: 429px) {
    .list-assine #box-pagamento .box {
        font-size: 9px
    }
}
@media (max-width: 395px) {
    .list-assine #box-pagamento .box {
        font-size: 8px
    }
}
@media (max-width: 374px) {
    .list-assine #box-pagamento .box .colorido {
        display: none
    }
}
@media (max-width: 365px) {
    .list-assine #box-pagamento .box {
        font-size: 7px
    }
}
.list-assine #box-pagamento .box .cinza {
    color: #5c5b5b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.125em;
    margin-bottom: 0;
    display: block;
    width: 100%
}
.list-assine #box-pagamento .box .cinza.menor {
    font-size: 1em;
    margin-bottom: 5px
}
.list-assine #box-pagamento .box .cinza .br-hide {
    display: block
}
@media (min-width: 663px) and (max-width: 1920px) {
    .list-assine #box-pagamento .box .cinza .br-hide {
        display: none
    }
}
@media (min-width: 406px) and (max-width: 629px) {
    .list-assine #box-pagamento .box .cinza .br-hide {
        display: none
    }
}
@media (min-width: 332px) and (max-width: 395px) {
    .list-assine #box-pagamento .box .cinza .br-hide {
        display: none
    }
}
.list-assine #box-pagamento .box .colorido {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.938em;
    margin-top: 0
}
.list-assine #box-pagamento .box .input {
    width: 22px;
    height: 22px;
    margin: 0 auto 10px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    position: relative
}
.list-assine #box-pagamento .box .preco {
    color: #5c5b5b;
    margin: 0
}
.list-assine #box-pagamento .box .preco .grande {
    font-size: 4.500em;
    font-weight: bold
}
.list-assine #box-pagamento .box .preco .pequeno {
    font-size: 1.875em;
    font-weight: bold
}
.list-assine #box-pagamento .box img {
    margin: 10px auto 0
}
.list-assine #box-pagamento .box.ativo {
    border-color: #fc6602
}
.list-assine #box-pagamento .box.ativo .input:after {
    background-color: #5c5b5b;
    content: '';
    display: block;
    margin: 2px auto 0;
    width: 16px;
    height: 16px;
    border-radius: 50%
}
.list-assine #box-pagamento .pagamento-cartao {
    max-width: 175px
}
@media (max-width: 629px) {
    .list-assine #box-pagamento .pagamento-cartao {
        width: 110px
    }
}
.list-assine #box-pagamento .pagamento-boleto {
    max-width: 175px
}
@media (max-width: 629px) {
    .list-assine #box-pagamento .pagamento-boleto {
        width: 110px
    }
}
.list-assine #box-pagamento .form {
    margin-bottom: 14px
}
.list-assine #box-pagamento .form small {
    color: #5c5b5b;
    display: block;
    text-align: justify;
    font-size: 0.638em;
    margin-top: 3px
}
.list-assine .box-entrada {
    position: relative
}
.list-assine .label-static {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: none;
    padding: 11px;
    background: #ff530d;
    color: #ffffff
}
.list-assine .verysing {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}
.list-assine .verysing .verysing-a {
    margin-left: 5px
}
#formularios-escondidos {
    display: none
}
.cartao-assine .titulo {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px
}
.cartao-assine .titulo span {
    color: #fc6602;
    font-size: 28px;
    display: block;
    text-transform: uppercase;
    font-weight: 600
}
.cartao-assine .titulo:after {
    display: block;
    width: 60%;
    margin: 30px auto;
    content: "";
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px 2px #e9e9e9;
    border-radius: 50%
}
.cartao-assine .preto {
    color: #5c5b5b
}
.cartao-assine .legenda {
    margin-bottom: 3px;
    color: #5c5b5b
}
.cartao-assine .selecionar-bandeiras {
    background: #ededed;
    border-bottom: 4px solid #d5d5d5;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 15px 0;
    width: 100%;
    display: flex
}
.cartao-assine .selecionar-bandeiras .item-bandeiras {
    flex: 1 1 100%;
    text-align: center;
    display: block;
    font-size: 13px;
    cursor: pointer
}
.cartao-assine .selecionar-bandeiras .item-bandeiras .img {
    height: 51px;
    width: 100%;
    margin-bottom: 12px
}
.cartao-assine .selecionar-bandeiras .item-bandeiras img {
    max-width: 80%
}
.cartao-assine .dadosCartao {
    content: '';
    display: table;
    clear: both;
    width: 100%
}
.cartao-assine .dadosCartao .form-control {
    font-size: 0.875em;
    padding-top: 17px;
    padding-bottom: 17px
}
.cartao-assine .dadosCartao .metade {
    width: 48%;
    display: inline-block
}
.cartao-assine .dadosCartao .metade2 {
    width: 60%;
    display: inline-block
}
.cartao-assine .dadosCartao .metade3 {
    width: 35%;
    display: inline-block
}
.cartao-assine .dadosCartao .left {
    float: left
}
.cartao-assine .dadosCartao .right {
    float: right
}
.cartao-assine .dadosCartao #linkOque {
    background: #ededed;
    border-bottom: 4px solid #d5d5d5;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 5px 0
}
.cartao-assine .dadosCartao #linkOque i {
    color: #fc6602;
    font-size: 24px
}
.cartao-assine .dadosCartao #linkOque .selo-ajuda {
    display: block;
    color: #5c5b5b;
    font-size: 11px;
    font-weight: 300
}
@media (max-width: 479px) {
    .cartao-assine .dadosCartao>.metade {
        width: 100%
    }
}
.cartao-assine .chamada-newsletter {
    color: #5c5b5b;
    font-size: 14px;
    font-weight: 300
}
.cartao-assine .chamada-newsletter input {
    margin: 0px 5px 0 0;
    float: left
}
.cartao-assine .informativo-pagamento {
    color: #5c5b5b;
    font-size: 14px;
    margin: 40px 0;
    text-align: center;
    font-weight: 600
}
.cartao-assine .securit {
    text-align: center;
    margin-bottom: 20px
}
.confirma-assine .titulo {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px
}
.confirma-assine .titulo span {
    color: #fc6602;
    font-size: 28px;
    display: block;
    text-transform: uppercase;
    font-weight: 600
}
.confirma-assine .titulo:after {
    display: block;
    width: 60%;
    margin: 30px auto;
    content: "";
    border-bottom: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px 2px #e9e9e9;
    border-radius: 50%
}
.confirma-assine .preto {
    color: #5c5b5b
}
.confirma-assine .legenda {
    margin-bottom: 3px;
    color: #5c5b5b
}
.confirma-assine #dados-assinatura {
    padding: 0;
    list-style: none
}
.confirma-assine #dados-assinatura li {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    color: #cccccc;
    font-weight: normal
}
.confirma-assine #dados-assinatura li strong {
    color: #5c5b5b;
    font-weight: normal
}
.confirma-assine .confirmarBtn {
    margin: 40px 0;
    text-align: center
}
.confirma-assine .confirmarBtn .textBoleto {
    color: #fc6602;
    font-size: 14px;
    font-weight: bold
}
.confirma-assine .confirmarBtn a {
    background-color: #fc6602;
    border: 0;
    border-bottom: 4px solid #ca5202;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1.375em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 15px 10px 10px;
    margin-top: 5px
}
.confirma-assine .confirmarBtn a:focus {
    outline: none
}
.confirma-assine #descricao-operacao {
    padding: 0;
    list-style: none
}
.confirma-assine #descricao-operacao li {
    font-size: 14px;
    color: #5c5b5b;
    margin-bottom: 5px
}
.confirma-assine #descricao-operacao li i {
    color: #fc6602
}

.ifrmestatico {
    width: 95%;
    height: 620px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;  
    background-color: white;
    border: 3px solid #fc6602;
    display: none;
    border-radius: 20px;  
}

.cortinaestatico {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    display: none;
    z-index: 999;
}