*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}
   
.videoWrapper {
    position: relative;
    padding-bottom: 35.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
  }
  body, html {
    height: 100%;
  }
  .bg {
    /* The image used */
    background-image: url("../img/orquesta.png");
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #subscribe {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/banda1.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
    }
    
    #subscribe .subscribe-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    }
    
    #subscribe .subscribe-text {
    color: #fff;
    }
    
    #subscribe .subscribe-btn-container {
    text-align: center;
    padding-top: 20px;
    }
    
    #subscribe .subscribe-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    }
    
    #subscribe .subscribe-btn:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
    }
    /*  Fin imagen transparente de banda1
  --------------------------------*/