@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);
* {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

html {
    height: 100%;
    font-family: 'open sans', sans-serif;
    background: white;
}

body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: scroll;
}

.fullpage {
    background-color: white;
    text-align: center;
}

.imagen {
    width: 100%;
    height: 100%;
    /* max-width: 480px; */
    padding: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-img{
    position: fixed;
    width:120px;
    height: auto%;
    z-index: 200;
}
#main-img.top{
    top: 3%;
}
#main-img.middle{
    top:30%;
}
#main-img.bottom{
    bottom:20px;
}
#main-img.center, #logo.center, #id_submit.center{
    left: 0;
    margin:auto;
    right: 0;
}
#main-img.left, #logo.left, #id_submit.left{
    left: 0;
    position: fixed;
}
#main-img.right, #logo.right, #id_submit.right{
    right: 0;
    position: fixed;
}
#main-img.sm{
    width:150px;
}
#main-img.md{
    width:200px;
}
#main-img.lg{
    width:250px;
}
#main-img.fw, #logo.fw{
    width:100%;
}
#logo.fw{
    height:400px;
}

.info {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0px;
    /* max-width: 480px; */
    overflow: hidden;
    overflow-x: hidden;
    /* display: none; */
}

.pregunta {
    font-size: 16px;
    margin: 5px 30px;
    background-color: rgba(220, 220, 220, .7);
    padding: 5px 30px;
}

.aceptar {
    margin-bottom: 40px;
}

#id_submit, #id_phone, #id_pin, #id_telefono {
    margin: 5px 30px 5px 20px;
    color: black;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 1.5em;
    border-radius: 20px;
    background: #5AB75C;
    width:85%;
    color:white;
}
#id_phone, #id_pin,  #id_telefono {
    background-color: rgba(255, 255, 255, .7);
    color:#333;
}
.terms{
    margin-left:50px;
    margin-top:0;
    color:white;
}

.descripcion {
    width: 100%;
    height: auto;
    background-color: rgba(224, 42, 81, .7);
    color: white;
}

.descripcion.wifi {
    width: calc(100% - 20px);
    padding: 5px 10px 5px 10px;
    background-color: rgba(224, 42, 81, .7);
}

.descripcion.wifi div {
    border: none;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.descripcion div {
    vertical-align: middle;
    text-align: left;
    padding: 10px 0;
    margin: 0 20px;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 9px;
    border-top: rgba(255, 255, 255, .5) solid 1px;
    border-bottom: rgba(255, 255, 255, .5) solid 1px;
}

.terminos {
    width: 100%;
    height: 20%;
    background-color: rgba(224, 42, 81, .7);
}

.terminos div {
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px;
    color: white;
}

#logo{
    width:120px;
    visibility: visible;
    position: fixed;
}
#logo.top{
    top:180px;
}
#logo.middle{
    top:50%;
}
#logo.bottom{
    bottom:100px;
}
#logo.sm{
    width:50px;
    display: block;
    margin: 1%;
}
#logo.md{
    width:120px;
}
#logo.lg{
    width:170px;
}
#id_submit.top{
    position:fixed !important;
    top:10px !important;
}
#id_submit.middle{
    top:50%;
    position:fixed;
}
#id_submit.sm{
    width:70px;
}
#id_submit.md{
    width:270px;
    height:100px;
}
#id_submit.lg{
    width:300px;
}
#id_submit.fw{
    width:100%;
    padding-bottom: 10%;
}
#id_submit.circle.sm{
    border-radius: 100px;
    padding:0;
    height: 70px;
    width: 70px;
}
#id_submit.circle.md{
    border-radius: 100px;
    padding:0;
    height: 120px;
    width: 120px;
}
#id_submit.circle.lg{
    border-radius: 100px;
    padding:0;
    height: 150px;
    width: 150px;
}

/* Portrait */

@media only screen and (orientation: portrait) {}


/* Landscape */

@media only screen and (orientation: landscape) {}

@media (max-height:400px){
    .descripcion,.terminos {
        display : none;
        visibility : hidden;
    }
    .aceptar{
        margin-bottom: 0;
    }

    #logo{ bottom:0 !important}
    #main-img.spin{display: none}
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.clearfix{
    margin:10px;
}
