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

@font-face {
    font-family: 'GothamRounded-Medium';
    src: url('/homepage/css/fonts/GothamRounded-Medium.woff2');
    /*src: url('https://flixlatinogo.com/homepage/css/fonts/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: 160px;
}
.wrapper{
	width: 100%;
	/*padding: 0px 2% 5px; 	*/
    margin: auto;
    max-width: 320px;
}

.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/homepage/img/logo.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: 90%;
    
}
.title strong{
	font-family: GothamRounded-Medium;

}
.subtitle{
    font-family: GothamRounded-Light;
    font-size: 14px;
    text-align: center;
    width: 250px;
    margin: 20px auto;
}
.rend {
    width: 90%;
    margin: auto;
}
.rend button {
	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(255,255,255,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: 80%;
}
.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;
}