body{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
}

.jarallax {
    height: 300px;
}

.card{
    background-color: #ffffff12 !important;
    border: 1px solid #ffffff7d !important;
}

@media (max-width: 740px) {
    .jarallax {
        height: 32vh;
        margin-bottom: 1em!important;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .jarallax {
        height: 40vh;
    }
}

@media (min-width: 560px) and (max-width: 650px) {
    header .jarallax h1 {
        margin-bottom: .5rem !important;
    }
    header .jarallax h5 {
        margin-bottom: .5rem !important;
    }
}

@media (min-width: 660px) and (max-width: 700px) {
    header .jarallax h1 {
        margin-bottom: 1.5rem !important;
    }
    header .jarallax h5 {
        margin-bottom: 1.5rem !important;
    }
}


footer.page-footer {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(https://dmjsur.com/radio/public/img/footer-anuncios.jpg);
}

@media (max-width: 450px) {
    .display-3 {
        font-size: 3rem;
    }
}
.jarallax {
    min-height: 280px;
}
/* Declaracion de Colores */
.color-1 {
    background-color: #005676;
}
.color-2 {
    background-color: #17aacf;
}
.color-3 {
    background-color: #eaf6fa;
}
.color-4 {
    background-color: #003b4e;
}
.color-5 {
    /*background-color green  degredado*/
  background: linear-gradient(to right, green, #17aacf);
}
.rgba-black-strong2, .rgba-black-strong2:after {
    background-color: rgba(0, 0, 0, 0.9);
}

/*Comentarios*/
.comentarios{
    border: none;
    visibility: visible;
    width: 100%;
    height: 412px
}
.img-app, .logo, .google-play{
    display: block;
}
@media (max-width: 767px) {
    .img-app, .logo, .google-play{
        display: none;
    }

}
div#carousel-publicidad.carousel-multi-item {
    margin-bottom: 0!important;
}

.streak {
    height: auto;
}

.imagen-rounded {
    border-radius: 1rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
/* nice title style to identify section with nice icon */

.nice-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}
.nice-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #3dbc16;
    margin: 0 auto;
    margin-top: 1rem;
}

.navbar .nav-link {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 0.25rem;
    transition: 0.3s;
}