* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body, html {
    height: auto;
    width: 100%;
}

body {
    background: #e4e4e4;
    color: #fffffe;
    font-family: 'OpenSans', sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
}

h1 {
    font-family: 'OpenSans', sans-serif;
    font-size: 1.8em;
    color: #171a1b;

}
h2 {
    margin-top: 30px;
    font-family: 'OpenSans', sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 3px;
    color: #9698a4;
}
a {
    color: #000;
    cursor: pointer;
    display: block;
    font-family: 'OpenSans', sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 15px;
    margin: 0 auto;
    padding: 3px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 18%;
}

.block-width {
    width: 100%;
}

/*Header*/
header {
    background: #ffffff;
    display: block;
    margin: 0 auto;
    width: 100%;
}
header img {
    margin: 0;
    display: block;
   /* max-height: 100px;
    max-width: 23px;*/
    padding: 3px 3px;
    width: 5%;
}

header p {
    margin: 0;
    padding: 10px auto;
    color: #171a1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
    text-align: center;
}

#club {
    display: block;
    background: #ffffff;
    color: #000;
}


/*Top Content Section*/


#masthead-positioner {
    background: #ffffff;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 1px 16px #666666;
}

#logo {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 70px;
}

#player {
    margin-top: 5%;
    margin-left: 15%;
    margin-right: 25%;
}

#video {
    border: solid 1px #171a1b;
}

#des {
    background-color: #ffffff;
    display: block;
    color: #666666;
    margin: 20px 0 0 0;
    padding: 10px 10px;
}

#cel {
    border-radius: 6px;
    height: 100px;
    margin: 0 auto;
    padding: 10px 10px 25px 10px;
    text-align: center;
    font-size: .7em;
}

.button {
    width: 12%;
    float: right;
}

#social {
    margin: 0 auto;
    float: right;
    width: 45%;
}
#popup #optin-form {
    font-weight: 700;
}
#popup #optin-button b {
    text-decoration: underline;
}
#popup .privacy {
    color: #9698a4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    border-radius: 10px;
    width: 80%;
    height: 30px;
    padding: 3px 20px 3px 20px;
    font-size: 1.5em;
    line-height: 1.42857143;
    color: #000;
    text-align: center;
    margin: 10px auto;
}

#popup div {
    margin-bottom: 20px;
}

.modal-content {
    top: 30vh;
    background-color: #fd689c;
    opacity: .9;
}

#ingresa {
    text-align: center;
}

button[type='submit'] {
    color: black;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 5px;
}

/*Footer*/
footer {
    background-color: #ffffff;
    display: block;
    padding: 32px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    box-shadow: 1px 0 16px #666666;
}
footer p {
    border: none;
    background: none;
    color: #171a1b;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 1px 30px 1px 30px;
}










