@import url(../font/aparajita/aparajita.css);
/**/

* {
    margin: 0;
    padding: 0;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
*::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: #fff;
    background-color: #fff;
    font-family: 'aparajitaregular', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}
body,
html {
    height: 100%;
}
nav ul,
nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    /* width: 100%; */
    display: flex;
    justify-content: center;
}
.audioguia,
section.wrapper {
    position: relative;
    height: 100%;
}
.audioguia header {
    padding: 20px;
}
.audioguia header img {
    width: 100%;
    max-width: 360px;
    margin: auto;
    display: block;
}
/**/

.lista-audio {
    display: none;
}
.lista-audio>h2 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    letter-spacing: 7px;
    position: relative;
    z-index: 2;
}
.lista-audio>h2:before {
    content: '';
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 1;
}
.lista-audio>h2 span {
    background-color: #FFF;
    position: relative;
    display: inline-block;
    z-index: 3;
    padding: 0 6px 0 12px;
    margin-left: -8px;
}
.lista-audio nav {
    margin: 8px 16px;
}

.my-list{
    display:  flex;
    flex-direction:  column;
}
.lista-audio nav li {
    margin: 0 0 2px;
}
/**/

.link-audio {
    display: flex;
    text-decoration: none;
    font-size: 1.3em;
    height: 48px;
    line-height: 2.2;
    background-color: #000;
    color: #FFF;
    /* transition: background-color ease-out .35s; */
    width: 100%;
    /* overflow:  hidden; */
    /* transition: heigth 0.5s; */
}
a.link-audio:hover {
    background-color: #404040;
}
.link-audio .num-faixa {
    font-size: 24px;
    border-right: 1px solid #262626;
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
}
.link-audio>img {
    float: right;
    height: 26px;
    margin: 11px 11px 0 0;
}
/**/

.controler {
    display: block;
    background-color: #000;
    overflow: visible;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
}
.controler nav {
    width: 100%;
    margin: auto;
}
.controler li:first-child .link-audio {
    border-left: 1px solid #262626;
}
.controler li {
    float: left;
}
.controler .link-audio {
    width: 72px;
    height: 72px;
    border-right: 1px solid #262626;
    position: relative;
    padding: 0;
}
.controler .progress-bar {
    height: 10px;
    background-color: #808080;
}
.controler .progress-bar .progress {
    height: 100%;
    width: 50px;
    background-color: #f6be00;
}
.controler .playing .link-audio img[src*="play"],
.controler .paused .link-audio img[src*="pause"] {
    display: none;
}
.controler .link-audio>img {
    margin: -16px 0 0 -16px;
    float: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
}
/**/

.lista-img {
    position: absolute;
    height: calc(80% - 47px);
    overflow: hidden;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 164px;
    background-color: #d0d0ce;
}
.lista-img .imgs,
.lista-img .img-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.lista-img .imgs {
    z-index: 10;
}
.lista-img .img-controls {
    z-index: 11;
}
.img-controls .lista-bullets {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 13;
}
.img-controls .lista-bullets li {
    display: inline-block;
}
.img-controls .lista-bullets li a {
    display: block;
    padding: 8px;
}
.img-controls .lista-bullets li a:hover {
    opacity: 1;
}
.img-controls .go {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 12;
    transition: opacity ease-in .5s;
}
.img-controls .go img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin: -24px 0 0 0;
}
.img-controls .go.right {
    right: 0;
    left: 50%;
}
.img-controls .go.right img {
    right: 0;
}
.img-controls .go.left {
    left: 0;
    right: 50%;
}
.img-controls img {
    opacity: .5;
    transition: opacity .5s;
}
.img-controls a:hover img {
    opacity: 1;
}
/**/

.lista-img .imgs {
    /*transition: left ease-in-out .5s; */
}
.lista-img .imgs li {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    position: relative;
    float: left;
}
/**/

.link-voltar.link-audio {
    margin: 0;
    text-align: center;
    display: block;
    padding: 0 16px;
    font-size: 18px;
    height: 48px;
    line-height: 2.7;
    border-top: 1px solid #262626;
    border-bottom: 2px solid #262626;
    width: auto;
    clear: both;
}
.voltar-wrapper {
    text-align: center;
}
/**/

.text-wrapper {
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    bottom: 0;
    overflow: auto;
    display: none;
}
.text-wrapper .text-place {
    padding: 16px;
    font-size: 24px;
    text-shadow: 2px 2px 2px #000;
}
.text-wrapper .text-place:before {
    content: '';
    border: 1px solid transparent;
    width: 32px;
    height: 32px;
    display: block;
    float: right;
}
.text-wrapper p {
    margin: 0 0 16px;
}
.text-wrapper .bt-close {
    position: fixed;
    right: 8px;
    top: 56px;
    padding: 8px;
    background-color: #000;
    display: none;
}
/**/

.audioguia footer {
    padding: 24px;
}
.audioguia footer>img {
    width: 100%;
    max-width: 187px;
    display: block;
    margin: auto;
}
/**/

.content {
    overflow: hidden;
    /*! height: 100%; */
}
.content article {
    background-color: #FFF;
}
.content article.player {
    display: none;
}
.player {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}
/**/

.bt-big-play {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: none;
}
.bt-big-play img {
    width: 300px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -150px 0 0 -150px;
    opacity: .5;
}

.nome-faixa{
    /* text-overflow: ellipsis; */
    width: 70%;
}

.area-nome{
    width: 100%;
    /* text-overflow: ellipsis; */
    white-space: wra;
    overflow:  hidden;
    /* white-space: nowrap; */
    transition:  heigth 0.5s;
}

.controle nav{
    width: auto;
}
.controle ul{
    flex-direction: column;

}
/* ==========================================================================
   Player
   ========================================================================== */

.audioguia .plyr {
    z-index: 20;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.lista-produtos .link-audio {
    padding: 10px;
    font-size: 2em;
    height: auto;
    margin: 3px auto;
    text-align: center;
    max-width: 400px;
}
.home header {
    padding: 60px 0 20px 0;
    text-align: center;
}
.home header img {
    width: 80%;
    display: block;
    max-width: 420px;
    margin: auto;
}
.home footer {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.home .logo-sistema-fecomercio {
    width: 240px;
    margin: 0 auto 20px;
    display: block;
}
.home .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: ;
    transform: translateY(-50%);
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}