
@font-face {
    font-family: 'Josefin Sans';
    src: url("../fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
}
body{
    margin:0;
    background-image: url("/media/background/app-login.png");
    background-size: 100% 100%;
    background-repeat:round;
    text-align:center;
    min-height: 100vh;
    height:700px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
html{
    font-size: 16px;
}
.loginlogo{
    width: 280px;
    height: 25.54px;
    margin: 70px auto 0;  
}
.logintitle{
    margin:34.46px auto 0;
    height: 28px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.logincover{
    width: 301px;
    height: 72px;
    margin: 30px auto 0;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.logincoversub{
    margin:10px auto;
    height: 24px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.groupbus{
    position: absolute;
    left: 7.2%;
    right: 2.53%;
    top: 312px;
    bottom: 5.36%;
    max-width: 90%;
    min-width: 80%;
    min-height: 50%;
    z-index: -1;
}
.groupbus2{
    display: none;
    z-index: -1;
}
.centerbutons{
    /* position:absolute; */
    max-width: 100vw;
    overflow: hidden;
    bottom:12px;
    margin:220px auto;
    width: 461px;
}
.buttonlogin{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px 12px;
    width: 169.44px;
    height: 48px;
    background: #FFFFFF;
    color: #000000;
    border-radius: 30px;
    border:none;
    cursor:pointer;
    margin: 0 auto 7px; 
    text-decoration: none;
    transition: 0.4s;
}
.buttonlogin:hover{
    color: #FFFFFF;
    background: rgba(4, 8, 37, 1);
}
.buttonlogin span{
    width: 61px;
    height: 24px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.buttonceate{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 32px 12px;
    gap: 8px;
    width: 169.44px;
    height: 48px;
    border:none;
    cursor:pointer;
    text-decoration: none;
    margin: auto;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    background: rgba(4, 8, 37, 0.3);
    transition: 0.4s;
}
.buttonceate:hover{
    background: rgba(4, 8, 37, 1);
}
.buttonceate span{
    /* width: 142px; */
    height: 24px;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;    
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.fingerprint{
    background-image: url("/media/resources/fingerprint.png");
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 0px;
    gap: 10px;
    width: 50px;
    height: 70px;
    background-color:transparent;
    border:none;
    margin: 30px auto;
}
@media (min-width: 576px) {
    .buttonlogin{
        margin: auto;
    }
}
@media (min-width: 768px) {
    body{
    background-image: url('/media/background/splash.png');
    }
    .loginlogo{
        width: 306px;
        height: 28px;
        margin:90px auto 0;
    }
    .logintitle{ /* Bienvenido */
        width: 456px;
        height: 40px;
        margin: 62px auto 0;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincover{ /* Nuestra misión es promover un mundo más saludable a través del fitness y los videojuegos. */
        width: 456px;
        height: 96px;
        margin:25px auto 0;
        font-size: 24px;
        line-height: 32px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincoversub{
        width: 456px;
        height: 32px;
        margin: 20px auto 0;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .groupbus{/* IMG BUS*/
        position: absolute;
        width: 453.46px;
        height: 427.37px;
        left: 40px;
        top: 530px;
    }
    .centerbutons{
        position:relative;
        width: 456px;
        height: 55px;
        margin:40px auto;
        display: block;
    }
    .buttonlogin{ /*BTN LOGIN*/
        gap: 8px;
        position: absolute;
        width: 216px;
        height: 50px;
        left: 0;
        top: 0;
    }
    .buttonlogin span{ /*BTN LOGIN label*/
        width: 61px;
        height: 24px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .buttonceate{/*BTN  CREAR CUENTA*/ 
        position: absolute;
        width: 216px;
        height: 50px;
        left: 240px;
        top: 0;
    }
    .fingerprint{
        display:none;
    }
}
@media (min-width: 992px) {
    body{
        background-image: url('/media/background/background_desktop.png');
    }
    .loginlogo{
        width: 306px;
        height: 28px;
        margin:90px auto 0;
    }
    .logintitle{
        width: 456px;
        height: 40px;
        margin: 62px auto 0;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincover{ /*Nuestra misión es ....*/
        width: 456px;
        height: 96px;
        margin: 25px auto 0;
        font-size: 24px;
        line-height: 32px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincoversub{
        width: 456px;
        height: 32px;
        margin: 25px auto 0;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .groupbus{/* IMG BUS*/
        position: fixed;
        width: 453.46px;
        max-width: 453.46px;
        min-width: 453.46px;
        height: 427.37px;
        min-height: 427.37px;
        left: 27.98%;
        right: 27.73%;
        top: 530px;
    }
    .buttonlogin{ /*BTN LOGIN*/
        gap: 8px;
        position: absolute;
        width: 216px;
        height: 50px;
        left: 0;
        top: 0;
    }
    .buttonlogin span{ /*BTN LOGIN label*/
        width: 61px;
        height: 24px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
}
@media (min-width: 1400px) {
    body{ /* background */
        background-image: url('/media/background/desktop1440.png');
        background-size: 100% 100%;
        background-repeat:round;
        overflow: hidden;
    }
    .loginlogo{ /* Suiffland */
        display:block;
        margin:90px auto 0;
        width: 306px;
        height: 28px;
    }
    .logintitle{ /* Bienvenido */
        width: 100%;
        height: 40px;
        margin:62px auto 0;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincover{ /*Nuestra misión es ....*/
        margin:25px auto 0;
        padding-top:10px;
        width: 636px;
        height: 64px;
        font-size: 24px;
        line-height: 32px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .logincoversub{
        position: sticky;
        margin: 25px auto 0;
        width: 636px;
        height: 32px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
    }
    .groupbus{/* IMG BUS*/
        display: none;
    }
    .groupbus2{/* IMG BUS*/
        position: fixed;
        left: 27.93%;
        right: 27.78%;
        display: block;
        bottom: 0;
        width:637.69px;

    }
    .centerbutons{
        width: 1400px;
    }
    .buttonlogin{ /*BTN LOGIN*/
        gap: 8px;
        position: absolute;
        width: 196.27px;
        height: 50px;
        left: 512px;
        top: 0;
    }
    .buttonlogin span{ /*BTN LOGIN label*/
        width: 61px;
        height: 24px;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .buttonceate{/*BTN  CREAR CUENTA*/
        position: absolute;
        width: 196.27px;
        height: 50px;
        left: 731.73px;
        top: 0;
    }
}
