#nowPlaying-image{
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.btn:focus {
    box-shadow: none !important;
}
.btn-outline-light {
    color: #fff !important;
    border-width: 2px;
    border-color: #fff;
}
.btn-outline-light.active,
.btn-outline-light:hover {
    color: #000 !important;
}
.btn-outline-secondary.active {
    background-color: #5b3d91 !important;
    border-color: #5b3d91 !important;
}
.btn-link {
    color: #5b3d91;
}
.btn.disabled {
    background-color: grey;
}
.btn-glass {
    font-weight: 600;
    color: #fff;
    padding: 0.75rem 1.5625rem;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 10rem !important;
    transition: all 0.3s ease;
}
.btn-glass:hover {
    color: #000;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.btn-glass:hover i {
    color: #00b8be;
    transition: all 0.3s ease;
}
.icon-glass {
    color: #fff;
    padding: 0.75rem 1.12rem;
    background: hsla(0, 0%, 100%, 0.15);
    border-radius: 10rem;
    transition: all 0.3s ease;
}
.icon-glass:hover {
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.icon-glass:hover i {
    color: #b5397a;
    transition: all 0.3s ease;
}
.icon-glass:active {
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.icon-glass:active i {
    color: #b5397a;
    transition: all 0.3s ease;
}
.btn-outline-secondary {
    border-width: 2px !important;
    color: #5b3d91;
    border-color: #5b3d91;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    border-width: 2px !important;
    background-color: #5b3d91;
    border-color: #5b3d91;
}
.btn-outline-primary {
    border-width: 2px !important;
    color: #00b8be;
    border-color: #00b8be;
}
.btn-outline-primary:hover {
    border-width: 2px !important;
    background-color: #00b8be;
    border-color: #00b8be;
    color: #fff;
}
.btn-light {
    border-radius: 10rem;
}
.btn-light,
.btn-light:hover {
    color: #000 !important;
    transition: all 0.3s ease;
}
.btn-light:hover {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(91, 61, 145, 0.15);
}
.btn-light:active {
    background-color: #fff !important;
    box-shadow: 0 0 0 0 rgba(91, 61, 145, 0.15);
}
.btn-primary {
    padding: 0.75rem 1.25rem;
    color: #fff !important;
    background-color: var(--accent, #111);
}
.btn-primary,
.btn-primary:hover {
    border-color: var(--accent, #111);
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: #9c2f68;
}
.btn-primary:active {
    border-color: #6F33D6;
    background-color: #6F33D6 !important;
    box-shadow: none;
    transition: all 0.3s ease;
}
.btn-secondary {
    padding: 0.75rem 1.25rem;
    color: #fff !important;
    background-color: #5b3d91;
}
.btn-secondary,
.btn-secondary:hover {
    border-color: #5b3d91;
    transition: all 0.3s ease;
}
.btn-secondary:hover {
    background-color: #462e73;
}
.btn-secondary:active {
    border-color: #5b3d91;
    background-color: #5b3d91 !important;
    box-shadow: none;
    transition: all 0.3s ease;
}
.btn-lg {
    font-size: 1.5rem;
    padding: 0.75rem 1.5625rem;
}
.btn-round {
    border-radius: 10rem;
}
.btn-play:hover {
    transform: scale(1.1);
}
.tweet-hvr {
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #f2f0f7;
    transition: all 0.5s ease;
}
.tweet-hvr:hover {
    border: 1px solid #5b3d91;
    border-radius: 1rem;
}
/* Chrome */
input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

/* Firefox */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #fff;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

/* IE e Edge */
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 10px 0;
    top: -10px;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #fff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #fff;
    border: 0px solid #000101;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
@media (max-width: 576px) {
    .mobile-controls i {
        display: block;
    }
}
@media (max-width: 576px) {
    .btn {
        font-size: 0.75rem;
        font-weight: 600;
    }
    .btn-mobile {
        width: 100%;
    }
    .tweet-quote {
        font-size: 1.25rem;
    }
    .hide-sm {
        display: none;
    }
}
@media (min-width: 576px) {
    .sm-down {
        display: none;
    }
}
#volumeControl {
    margin-bottom: 24px;
}
#volumeControl i {
    color: #fff;
    padding-right: 8px;
    font-size: 22px;
    position: relative;
    top: 3px;
}
#volumeControl #volume {
    position: absolute;
    left: 90px;
    margin:12px auto;
    height: 5px;
    width: 125px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
#volumeControl #volume .ui-slider-range-min {
    height: 5px;
    width: 300px;
    position: absolute;
    background-color: hsla(0, 0%, 100%, 0.8);
    border: none;
    border-radius: 10px;
    outline: none;
}
#volumeControl #volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
}
.song-card {
    background-color: #f4f4f4;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
}
.song-card .song-img-top {
    width: 100%;
}
.promo-card {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo-card .promo-img-top {
    width: 100%;
}
@media (max-width: 992px) {
    .song-card {
        flex-direction: row;
        margin-bottom: 0.75rem;
    }
    .song-img-top {
        margin-right: 0.75rem;
        width: 30% !important;
    }
}
.text-facebook {
    color: #3b5998;
}
.text-twitter {
    color: #1da1f2;
}
.text-instagram {
    color: #c32aa3;
}
.text-youtube {
    color: red;
}
.text-pinterest {
    color: #bd081c;
}
.text-linkedin {
    color: #007bb5;
}
.text-primary {
    color: #b5397a !important;
}
.text-secondary {
    color: #5b3d91 !important;
}
.text-third {
    color: var(--accent, #111);
}
.bg-glass {
    background-color: rgba(39, 39, 39, 0.1);
}
.grad-light {
    background: linear-gradient(126deg, #f2f0f7, #fff);
}
.bg-primary {
    background-color: #b5397a !important;
}
.bg-primary-dark {
    background-color: #9c2f68;
}
.bg-secondary {
    background-color: #5b3d91 !important;
}
.bg-light {
    background-color: #f4f7f9 !important;
}
.bg-secondary-light {
    background-color: #f2f0f7;
}
.diffuse,
.diffuse:hover {
    transition: all 0.5s ease;
}
.diffuse:hover {
    background-color: #fff !important;
    text-decoration: none;
    box-shadow: 0 13px 39px 0 rgba(0, 42, 58, 0.2);
}
.footer {
    background-color: #f8f9fa;
}
.footer .btn {
    font-weight: 500;
}
#signup-form .form-control {
    padding-left: 1rem !important;
    background: #fff;
    -webkit-appearance: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2) !important;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}
#signup-form .form-control:hover {
    -webkit-appearance: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease;
}
#signup-form .form-control:focus {
    background-color: #fff !important;
}
.last-played {
    margin-top: 1.5rem;
}
.last-played a {
    text-decoration: none;
}
.last-played .song-text {
    line-height: 18px;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
    .last-played {
        margin-top: -7rem;
    }
}
.last-played .section-title {
    margin-bottom: 1.5rem;
    color: #000;
    letter-spacing: 0.25rem;
    text-align: center;
}
@media (min-width: 992px) {
    .last-played .section-title {
        text-align: center;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .last-played .song-text {
        font-size: 16px;
    }
}
.masthead {
    padding-top: 1.5rem;
}


.channel-button {
    width: 145px;
    border-radius: 12px;
    margin: 5px;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}





.masthead #nowPlaying #now-playing-image-wrapper {
    width: 100%;
}
@media (min-width: 992px) {
    .masthead {
    }
}
.img-flex {
    width: 20%;
    border-radius: 4px;
}
.vh-50 {
    height: 50vh;
}
.v-align-middle {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}
.border-top-op {
    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
}
.nm-1 {
    margin-top: -3rem;
}
.nm-2 {
    margin-top: -1.75rem;
}
.shadow-light {
    text-decoration: none;
    box-shadow: 0 13px 39px 0 rgba(0, 42, 58, 0.1);
    transition: all 0.5s ease;
}
.shadow-brand {
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
}
.shadow-min {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.full-round {
    border-radius: 25rem;
}
.affix {
    top: 200px;
    z-index: 9999 !important;
}
.dropdown-menu {
    border-radius: 1rem;
}
.dropdown-menu a {
    padding: 0.75rem 2rem 0.75rem 1.25rem;
    color: #000 !important;
}
.dropdown-menu a,
.dropdown-menu a:hover {
    transition: all 0.5s ease;
}
.navbar-nav {
    display: flex;
}
a.logo-link {
    color: transparent;
    
}
a.logo-link:hover {
    color: transparent;
    text-decoration: none;
}
@media (max-width: 576px) {
    .navbar-nav {
        display: block;
    }
}
@font-face {
    font-family: klove-icons-32;
    src: url(../fonts/klove-icons-32.eot?gnbfli);
    src: url(../fonts/klove-icons-32.eot?gnbfli#iefix) format("embedded-opentype"), url(../fonts/klove-icons-32.woff2?gnbfli) format("woff2"), url(../fonts/klove-icons-32.ttf?gnbfli) format("truetype"),
        url(../fonts/klove-icons-32.woff?gnbfli) format("woff"), url(../fonts/klove-icons-32.svg?gnbfli#klove-icons-32) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: klove-icons-32 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-shadow {
    text-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
}
.text-article {
    line-height: 2rem;
    font-size: 1.25rem;
    font-weight: 300;
}
.op-50 {
    opacity: 0.75;
}
.tweet-quote {
    color: #5b3d91;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}
.no-wrap {
    white-space: nowrap;
}
.lead {
    font-size: 2rem;
    color: #5b3d91;
}
.display-1,
.display-2,
.display-3,
.display-4,
.feat-heading {
    font-weight: 800;
}
h4 {
    font-weight: 300;
    line-height: 2.25rem;
}
.days {
    font-family: Days One, sans-serif;
}
.border-brand {
    border-bottom: 8px solid #b5397a;
    padding-bottom: 0.5rem;
    display: inline-flex;
}
.text-space {
    letter-spacing: 0.25rem;
}
@media (max-width: 576px) {
    #appBanner h5 {
        font-size: 0.9rem;
    }
    .player-text {
        font-size: 110% !important;
    }
    .now-play {
        font-size: 75%;
    }
    .white-black {
        color: #000 !important;
    }
    h1.display-1 {
        font-size: 3rem;
    }
    h1.display-2 {
        font-size: 2.75rem;
    }
    h1.display-3 {
        font-size: 2.5rem;
    }
    .display-4,
    h2 {
        font-size: 1.5rem;
        text-transform: uppercase;
        
    }
    .tweet-quote {
        font-size: 1.25rem;
    }
    .sm-up {
        display: none;
    }
    .song-card h5 {
        font-size: 1rem;
    }
}
header {
    position: relative;
    background-color: #000;
    height: 91vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.btn {
    border-width: 0;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}
.btn,
.btn-nav-primary,
.btn-nav-secondary {
    border-radius: 20rem;
}
.promotions a,
.promotions a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.form-control {
    padding: 1.5rem 1.5rem 1.35rem 0.5rem;
    border: none;
    border-radius: 4px;
    background-color: #e4e8eb;
    transition: all 0.3s ease;
}
.form-control:hover {
    background-color: #d8dee3;
    transition: all 0.3s ease;
}
.form-control:focus {
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 32px;
}
.icon-vol-empty:before {
    content: "\e935";
}
.icon-vol-low:before {
    content: "\e936";
}
.icon-vol-loud:before {
    content: "\e937";
}
.icon-logo:before {
    content: "\e934";
}
.icon-logo-white:before {
    content: "\e934";
    font-size: 57px;
    color: #fff;
}
.icon-logo-color:before {
    content: "\e934";
    font-size: 57px;
    color: #5b3d91;
}
.btn-nav-primary {
    font-weight: 600;
    background-color: #b5397a;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.25s ease;
}
.btn-nav-primary:hover {
    background-color: #9c2f68;
}
.btn-nav-secondary {
    font-weight: 600;
    background-color: #5b3d91;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.25s ease;
}
.btn-nav-secondary:hover {
    background-color: #462e73;
}
@media (max-width: 576px) {
    .navbar-brand img {
        height: 60px;
    }
}

    
    
.masthead {
    background-color: var(--accent, #111);
    transition: background-color 1s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-size: 50%;
}
    
    
    
    

    
    
    
    
    
    .masthead .brand-logo {
    width: 130px;
    height: auto;
} 
    


@media (max-width: 576px) {
    .masthead .brand-logo {
        background-size: 115px 53px;
        width: 115px;
        height: auto;
    }
}
.masthead #nowPlaying #now-playing-image-wrapper {
    background-color: rgba(22, 22, 22, 0.1);
  
}
.masthead #nowPlaying #now-playing-image-wrapper .icon-logo-watermark-now-playing {
    position: absolute;
    top: 42%;
    left: 30%;
    font-size: 6.5vw;
    color: hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 576px) {
    .masthead #nowPlaying #now-playing-image-wrapper .icon-logo-watermark-now-playing {
        top: 80px;
        left: 65px;
        font-size: 45px;
    }
}
@media (min-width: 768px) {
    .masthead #nowPlaying #now-playing-image-wrapper .icon-logo-watermark-now-playing {
        top: 115px;
        left: 95px;
        font-size: 55px;
    }
}
@media (min-width: 992px) {
    .masthead #nowPlaying #now-playing-image-wrapper .icon-logo-watermark-now-playing {
        top: 155px;
        left: 120px;
        font-size: 75px;
    }
}
@media (min-width: 1200px) {
    .masthead #nowPlaying #now-playing-image-wrapper .icon-logo-watermark-now-playing {
        top: 190px;
        left: 165px;
        font-size: 75px;
    }
}
.last-played .song-card .song-img-wrapper .icon-logo-watermark-last-played {
    font-size: 55px;
    color: #5d5d5d;
    opacity: 0.2;
    position: absolute;
    top: 90px;
    left: 55px;
}

.song-img-wrapper img {
  border-radius: .7rem 0 0 .7rem;
}

@media (min-width: 576px) {
    .last-played .song-card .song-img-wrapper .icon-logo-watermark-last-played {
        font-size: 55px;
        top: 90px;
        left: 55px;
    }
}
@media (min-width: 768px) {
    .last-played .song-card .song-img-wrapper .icon-logo-watermark-last-played {
        font-size: 65px;
        top: 90px;
        left: 55px;
    }
}
@media (min-width: 992px) {
    .last-played .song-card .song-img-wrapper .icon-logo-watermark-last-played {
        font-size: 55px;
        top: 90px;
        left: 55px;
    }
}
@media (min-width: 1200px) {
    .last-played .song-card .song-img-wrapper .icon-logo-watermark-last-played {
        font-size: 65px;
        top: 90px;
        left: 65px;
    }
}

.social-btn {
  color: white;
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 55px;
  margin: 5px;
  box-shadow: 0 7px 16px rgb(0 0 0 / 20%);
  transition: background-color .5s;
}

.social-btn:hover {
  background-color: rgb(0 0 0 / 50%);
  text-decoration: none;
  color: white;
}

.social-btn i {
  width: 1.125em;
  font-size: 1.125em;
  display: inline-block;
  height: 1.125em;
  text-align: center;
}

.social-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
¡Correcto!
}


@media (max-width: 575px) {
    .player-meta-info {
        margin-top: 28px;
    }
    
}
