html,body,div{
	margin:0; 
	padding: 0;
}
@font-face {
    font-family: 'GothamRounded-Light';
    src: url('fonts/GothamRounded-Light.woff2');
    /*src: url('https://flixlatinogo.comfonts/GothamRounded-Light.woff2');*/
}

@font-face {
    font-family: 'GothamRounded-Medium';
    src: url('fonts/GothamRounded-Medium.woff2');
    /*src: url('https://flixlatinogo.comfonts/GothamRounded-Medium.woff2');*/
}

body{
	background: #000;
	color: #fff;
	font-family: GothamRounded-Medium;
}
a{
	color: #fff;

}
.cwerap {
    max-width: 320px;
    margin: auto;
}
.hall{
	width: 100%;
	/*background: red;*/
	min-width: 340px;
	min-height: 100vh;
	background: url('https://s3.amazonaws.com/flxassets/homepage/sprint/popkorn.png')no-repeat bottom right;
	background-size: 130px;
}
.wrapper{
	width: 100%;
	/*padding: 0px 2% 5px; 	*/
	    margin: auto;
}

.head{
	display: block;
	background: url('https://s3.amazonaws.com/flxassets/homepage/sprint/header.jpg')no-repeat center bottom / cover;
    padding: 15px;
    height: 200px;
    font-family: GothamRounded-Light;
}
.logo{
	background: url(https://flxassets.s3-accelerate.amazonaws.com/2018/images/logo3-flix.png)no-repeat center center / contain;
    display: block;
    width: 85px;
    height: 85px;
}
.title{
    margin-top: 70px;
    text-align: center;
    font-family: GothamRounded-Light;
    font-size: 24px;
    width: 100%;
    
}
.title strong{
	font-family: GothamRounded-Medium;

}
.subtitle{
    font-family: GothamRounded-Light;
    font-size: 14px;
    text-align: center;
    width: 250px;
    margin: 20px auto;
    line-height: 1.2rem;
}
.rend {
    width: 90%;
    margin: auto;
}
.rend button, a.btn-continue {
	font-family: GothamRounded-Medium;

    display: block;
    margin: auto;
    font-size: 16px;
    padding: 10px 15px;
    background: black;
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 3px;
    color: #efefef;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999;
}
.rend button:active{
    background: #d41f26;
    color: #efefef;

}
.rend input {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    padding: 8px 12px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    border-radius: 3px;
    color: #efefef;
    text-shadow: 1px 1px 1px #999;
    width: 90%;
}
.rend input[type="checkbox"] {
    width: auto;
    display: block;
    float: left;
    margin: 10px;
}
.rend .tm {
    text-transform: unset;
    display: block;
    padding: 10px;
}
.rend label {
    font-family: GothamRounded-Light;

   	width: 100%;
    margin: 10px auto;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

label.tm[for="terminos"] {
    width: 80%;
    color: #fff;
}

loading, passinf {
    width: 70%;
    margin: 0;
    display: block;
    max-width: 320px;
    height: 0px;
    position: absolute;
}

loading i.fa, passinf i.fa {
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 33px;
}
.center{
    text-align: center;
}
.light{
    font-weight: lighter;
    font-family: GothamRounded-Light;
}

a.btn-continue {
    display: block;
    margin: 50px auto;
    /*background: red;*/
    width: 180px;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
a.btn-continue:hover{
    background: #d41f26;
}
button.btn-continue{
    font-family: GothamRounded-Medium;
    display: block;
    margin: auto;
    font-size: 16px;
    padding: 10px 15px;
    background: #d41f26;
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 3px;
    color: #efefef;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999;
       width: 190px;
    cursor: pointer;
    white-space: nowrap;

}
button.unmask.fa {
    background: none;
    border: none;
    color: white;
    position: relative;
    float: right;
    margin: -40px 25px;
    font-size: 24px;

}
.space {
    margin: 25px 0;
    display: block;
    font-size: 11px;
    font-family: GothamRounded-Light;
    text-align: center;
    width: 100% !important;
}

.footer {
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    margin: 35px auto;

}
.flinks{
         width: 9em;
    margin-left: auto;
    margin-right: auto;

}
.copyf{
    margin-left: auto;
    margin-right: auto;
    width: 10em;
}


.footer label{
        font-size: 11px;
    font-family: GothamRounded-Light;
    text-align: center;
    width: 100% !important;
        margin: 2px;
            margin-left: auto;
    margin-right: auto;
}

.content{
        min-height: 320px;
}


input[type=checkbox] { display:none !important; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
      font-size: 177%;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; position: relative;    top: 10px;} /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

/*font-family: GothamRounded-Medium;
    display: block;
    margin: auto;
    font-size: 16px;
    padding: 10px 15px;
    background: black;
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #fff;
    border-radius: 3px;
    color: #efefef;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #999;*/


.cancelsprint{
    text-decoration: none;
    font-size: 14px;
    /* font-weight: 400; */
    font-family: GothamRounded-Light;
    display: block;
    margin: 10px 14px;
    padding: 8px 12px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    border-radius: 3px;
    color: #efefef;
    text-shadow: 1px 1px 1px #999;
    width: 235px;
    text-align: center;
    cursor: default;
}

.subtitle_pur {
    font-family: GothamRounded-Light;
    font-size: 12px;
    text-align: center;
    width: 250px;
    margin: 40px auto 0;
    line-height: 1.1rem;
}
.ckbcx {
    padding: 0px !important;
    margin: 25px 0 !important;
    display: block !important;
}
.sprint_logo{
    background: url(https://s3.amazonaws.com/flxassets/homepage/sprint/sprint_logo.png)no-repeat center center / contain;
    display: block;
    width: 60px;
    height: 90px;
    float: right;
    margin-right: 5px;
}
