body{
  background-image: linear-gradient(to bottom, #36D1DC, #063291 );
  height: auto;
  background-attachment: fixed;
  background-size: contain;
}

#header{
  margin: auto;
  width: 100%;
  height: 200px;
}

.logo{
  margin-left: 16%;
  margin-right: 16%;
  overflow: hidden;
  padding-top: 10px;
}

.imagen-logo{
  background: url(/img/Cumbia-Mix.png) no-repeat;
  float: left;
  margin-top: 7px;
  width: 360px;
  height: 180px;
  text-indent: -9999px;
  background-size: contain;
}

.box-center{
  background: #fff;
  overflow: hidden;
  margin-left: 16%;
  margin-right: 16%;
  padding: 15px 10px 25px 10px;
  border-top: #303030 1px solid;
  border-left: #303030 1px solid;
  border-right: #303030 1px solid;
}

.footer-area{
  border-top: #f7b92e 4px solid;
  background-color: #1e272e;
  margin-left: 16%;
  margin-right: 16%;
  overflow: hidden;
  padding-bottom: 5px;
}

.content-footer{
  margin-bottom: 12px;
  margin-top: 12px;
  overflow: hidden;
}

.text-white{
  color: white; font-size: 18px;
}

.sub-text-white{
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.name-song{
  color:#202020; font-size: 16px; ;
}

.name-artist{
  color: rgb(66, 66, 66); font-size: 14px;
}

.image-cover{
  height: 270px;
  width: 270px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background-color: #e9e8e2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}

.programa{
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  color: #000;
  font-weight: 700;
}

.tema_artista_generico{
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
}

@media screen and (max-width: 500px){

  .conten-responsive{
    display:none;   
  }

  .logo {
    margin-left: 0px;
    margin-right: 0px;
  }

  .box-center {
    margin-left: 0px;
    margin-right: 0px;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
  .footer-area {
    margin-left: 0px;
    margin-right: 0px;
  }

  #header {
    height: 125px;
  }

  .imagen-logo {
    width: 200px;
    height: 120px;
  }

} 

@media screen and (max-width: 600px){

  .conten-responsive{
    display:none;   
 }

} 

@media screen and (max-width: 700px){

  .conten-responsive{
    display:none;   
  }

} 

@media screen and (max-width: 800px){
  .conten-responsive{
      display:none;   
  }

} 

@media screen and (max-width: 1024px){
  .conten-responsive{
      display:none;   
  }
} 

 @media screen and (min-width: 1500px){
  .box-center {
    margin-left: 22%;
    margin-right: 22%;
  } 

  .logo {
    margin-left: 22%;
    margin-right: 22%;
  }

  .footer-area {
    margin-left: 22%;
    margin-right: 22%;
  } 
}  

@media screen and (min-width: 2500px){
  .box-center {
    margin-left: 24%;
    margin-right: 24%;
  } 

  .logo {
    margin-left: 24%;
    margin-right: 24%;
  }

  .footer-area {
    margin-left: 24%;
    margin-right: 24%;
  }
}  

