@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");


/* Global Styles
================================================== */




/* Setup
================================================== */


.column { 
  width: 100%;
  margin-top: -130px;
  position: relative;
  z-index: 10;
 }

.playlist-section{
  height: 100%;
  min-height: calc( 100vh - 340px);
}




/* Misc.
================================================== */

.add-bottom { margin-bottom:2rem !important; }
.left { float:left; }
.right { float:right; }
.center { text-align:center; }
.hidden { display:none; }

.no-support {
margin:2rem auto;
text-align:center;
width:90%;
}


/* Audio Player Styles
================================================== */

audio {
display:none;
}

#audiowrap,
#plwrap {
margin:0 auto;
}

#tracks {
font-size:0;
position:relative;
text-align:center;
}

#nowPlay {
display:block;
font-size:0;
text-align: left;
color: #fff;
}

#nowPlay span {
display:inline-block;
font-size:1.05rem;
vertical-align:top;
}

#nowPlay span#npAction {
padding:21px 10px;

}

#nowPlay span#npTitle {
padding:21px 10px;

}
#plList{
    background: #F5F5F5;
    margin-top: 20px;
    border-radius: 20px;
    padding-left: 0;
}
#plList li {
cursor:pointer;
display:block;
margin:0;
padding: 15px 0;
text-align: left;
}

#plList li:hover {
background-color:rgba(0, 0, 0, .1);
}

.plItem {
position:relative;
}

.plTitle {
left:70px;
overflow:hidden;
position:absolute;
right:85px;
text-overflow:ellipsis;
top: 6px;
white-space:nowrap;
}

.plNum {
  width: 36px;
  font-weight: 700;
  color: #734604;
  background: #FFCD84;
  display: table;
  height: 36px;
  border-radius: 19px;
  padding-top: 6px;
  margin-left: 15px;
  padding-left: 5px;
}

.plLength {
padding-left:21px;
position:absolute;
right:21px;
top:0;
}

.plSel,
.plSel:hover {
background-color: rgba(255, 196, 176,.4); 
color:#552d1f;
cursor:default !important;

}
.plSel:first-child{
    border-radius: 20px 20px 0 0 ;  
}
.plSel:hover:first-child{
    border-radius: 20px 20px 0 0 ;  
}

#tracks a {
border-radius:3px;
color:#fff;
cursor:pointer;
display:inline-block;
font-size:2.3rem;
height:40px;
line-height:.2;
margin:0 5px 30px;
padding:12px;
text-decoration:none;
transition:background .3s ease;
}

#tracks a:hover,
#tracks a:active {
background-color:rgba(0, 0, 0, .1);
color:#fff;
}

#tracks a::-moz-focus-inner {
border:0;
padding:0;
}

/* Plyr Overrides
================================================== */

.plyr--audio .plyr__controls {
background-color:transparent;
border:none;

background: #e3e3e3;
border-radius: 48px;
padding:20px 20px 20px 13px;
width:100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
background-color:rgba(0, 0, 0, .1);
}
a.plyr__control{
    background: #13ee00;
    color: #fff;
    border-radius: 20px;
}
.plyr__progress--played,
.plyr__volume--display {
color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
background-color:rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
color:rgba(0, 0, 0, .1);
}

.plyr__controls .plyr__controls__item.plyr__time {
font-size:14px;
margin-left:7px;
}


/* Media Queries
================================================== */

@media only screen and (max-width:600px) {
    #nowPlay span#npAction { display:none; }
    #nowPlay span#npTitle { display:block; text-align:center; width:100%; }
}


@media (max-width: 480px) {

    .plyr__volume{
        display: none;
    }
}







/* Header */
.large-header {
  position: relative;
  width: 100%;
  height: 380px !important;
  background: #7fc8d5;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  padding-bottom: 100px;
}
#large-header {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
}
.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #f9f1e9;
  text-align: center;
  top: calc(50% - 60px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 500px;
}
.demo-1 .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}
.main-title .thin {
  font-weight: 200;
}
footer {
 background: #7fc8d5;
  padding: 20px 0;
}
.logo-CH{
  width: 22%;
  margin-right: 4%;
}
.logo-simiradio{
  width: 10%;
  margin-right: 4%;
}
.logo-por-simiradio{
 width: 32%;
margin-right: 4%;
display: inline-block;
}
.logo-en-el-aire{
  width: 18%
  
}
@media only screen and (max-width: 768px) {
  .demo-1 .main-title {
    font-size: 3em;
  }
}