div.grid-content-2 {
    max-width: 1200px;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: auto auto;
    background-color: #91b6d0;
}

@media only screen and (max-width: 850px){
    div.grid-content-2{
        grid-template-columns: auto;
    }
}

h1.title-section-ExpoVirtual{
    color: white;
    background: var(--col-naranja);
    padding: 0.5em 1em;
    max-width: 500px;

}

div.boxText-home{
    padding: 2em;
}

div.boxText-home .title-expo{
    font-family: fashionFetishBold!important;
    text-transform: uppercase;
    font-size: 3em;
}

div.boxText-home .subtitle-expo{
    font-family: malbaTrama!important;
    text-transform: uppercase;
    font-size: 3em;
}

a.linkpage-Expo{
    color: white;
    background-color: var(--col-morado);
    margin-top: 5px;
    font-family: 'fashionFetish', Arial, sans-serif;
    padding: 0.5em 1em;
}

div.texto-expo{
    padding: 2em;
    background-color: #91b6d0;  
}

div.container-player {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em;            
    background: #fff;
}

div#player{
    border: 6px solid #e19a12;
}

h1.text-2-titular{
    background-color: black;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}
/* Playlist  */
/* scrollbar rules have to be separate, browsers not supporting this syntax will skip them when combined. */
.plyr-playlist-wrapper ul::-webkit-scrollbar {
    width: 6px;
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.plyr-playlist-wrapper ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*  background: #fff; */
    background: #3498db;
}

.plyr-playlist-wrapper {
    background: #fff;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0.25em;
}

.plyr-playlist-wrapper .plyr-playlist {
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    margin-top: 0;
    padding: 6px 4px;
    width: 100%;
    box-sizing: border-box;
}

.plyr-playlist-wrapper ul {
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.plyr-playlist-wrapper ul li {
    border: 1px solid rgba(0, 0, 0, 0.05);

}

.plyr-playlist-wrapper .plyr-playlist li {
    list-style: none;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 0px;
    margin-bottom: 3px;
    font-size: 90%;
}

.plyr-playlist-wrapper .plyr-playlist li.pls-playing,
.plyr-playlist-wrapper .plyr-playlist li:hover {
    color: #3498db;
    background-color: rgba(255, 255, 255, 0.09);
    transition: 0.5s;
}

.plyr-playlist-wrapper .plyr-playlist li.pls-playing a {
    color: #3498db;
}

/* .plyr-playlist li:hover {
background-color: rgba(255, 255, 255, 0.09);
} */

.plyr-playlist-wrapper .plyr-playlist li a {
    text-decoration: none;
    font-family: arial;
    color: #c9c9c9;
    display: block;
    padding: 10px 0;
    outline: none;
    padding: 0.5em 0.25em 0.5em 0.75em;
    /*margin-right: 0.5em;*/
    font-size: 90%;
    vertical-align: middle;
    padding-bottom: 10px;
}

.plyr-playlist-wrapper .plyr-playlist li:last-child a {
    border-bottom: 0;
}

.plyr-playlist li a:hover,
.plyr-playlist li a:focus,
.plyr-playlist li a:active {
    color: #04a9f3;
    /*  color: #00c85f;*/
    /*   text-decoration: none; */
}

.plyr-miniposter {
    width: auto;
    height: 22px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-right: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*******************/

.plyr-type-playlist plyr-playlist a.plyr-playlist-item-remove {
    float: right;
    margin-right: 15px;
    /*font-weight: bold;*/
    background-color: transparent;
}


/* PREVIOUS NEXT BUTTON */

.plyr-prev {
    margin-right: 0 !important;
}

.plyr-next {
    margin-left: 0 !important;
}

.plyr__controls [data-plyr="play"] {
    margin-left: 0 !important;
}
