
/*Head*/

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

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

body {
    background-color: #190206;
    background-size: cover;
    font-family: 'OpenSans', sans-serif;
    padding: 0;
    margin: 0;
    width: auto;
}

h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    color: #e1e1e1;
}

/*Wrapper*/
.wrapper {
    display: block;
    margin: 0 auto;
    color: aliceblue;
    padding-top: 10px;
    max-width: 950px;
    text-align: center;
    font-size: .7em;
    width: 100%;
}


/*Seciton*/

header {
    background: #7b040a;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
    top: 0;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);

}

header p{
    margin: 10px auto;
    color: #e3e3e3;
}

#ingresa {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: -120px;
}

#ingresapin {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: -120px;
}

.content {
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 400px;
}

#btn img{
    position: absolute;
    display: block;
    margin: 20px auto;
    z-index: 9999;
    right: 0;
    left: 0;

}

#777 {
    position: relative;
    display: block;
}

#cel {
    position: absolute;
    z-index: 1;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
}

#pin2 {
    position: absolute;
    z-index: 1;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
}


/*Footer*/

footer {
    display: inline-block;
    padding: auto;
    margin: 0 auto;
    width: 100%;
    bottom: 0;
    background: #7b040a;
    position: absolute;
}

footer p {
    border: none;
    background: none;
    color: #e3e3e3;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    margin: 10px auto;
    padding: 1px 30px 1px 30px;
}

#footer {
    margin-top: 30px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer {
    height: 80px;
    -webkit-box-shadow: 0px -10px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -10px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -10px 18px 0px rgba(0,0,0,0.75);
}

button {
    border: 0;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    top: -30px;
    position: relative;
}

.input__field--kyo {
    top: -70px;
}

