/* stylelint-disable */

/* fonts */
@font-face {
    font-family: 'ArialRegular';
    src: url('./fonts/arial.ttf');
}
@font-face {
    font-family: 'ArialBold';
    src: url('./fonts/arialbd.ttf');
}
/* body style */
:root {
    touch-action: pan-x pan-y; 
    height: 100%
}
html,
body {
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 10px;

    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* contenedor UI */
.ui{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* estilos generales splash 1 y desktop */


/* splash 1 */
.splash-1 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: .8rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    visibility: hidden;
}
.splash-1 .logo {
    width: 45%;
    height: auto;
    margin-bottom: 0;
    margin-top: 1rem;
}
.logo{
    pointer-events: none;
    text-align: center;
    z-index: 3;
}
.logo img {
    width: 100%;
}

.splash-1 .splash_text {
    width: 100%;
    box-sizing: border-box;
    gap: 1.8rem;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}
.splash-1 .splash_text h2 {
    width: 100%;
    max-width: 900px;
    font-family: 'ArialBold';
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 0;
}
.splash_text{
    visibility: hidden;
    text-align: center;
    color: #302549;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}

/* imagen */
.splash-1 .splash1_pic {
    width: 120px;
    height: auto;
    margin: 0;
}
.splash1_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    max-width: 400px;
}
.splash1_pic img {
    width: 100%;
}

/*textos*/

.splash-1 .splash1_text {
    width: 100%;
    box-sizing: border-box;
    gap: 0.5rem;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;

}
.splash-1 .splash1_text h2 {
    width: 100%;
    max-width: 900px;
    font-family: 'ArialBold';
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem;
    margin: 0;
    color: #302549;
}
.splash-1 .splash1_text p {
    width: 100%;
    height: 5rem;
    max-width: 600px;
    font-family: 'ArialRegular';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin: 0;
    color: #4E4E4E;
}
.splash1_text{
    visibility: hidden;
    text-align: center;
    color: #193674;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}
.splash1_text img {
    width: 100%;
    z-index: 3;
}
/*selector*/

.selector{
    visibility: visible;
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 0.8rem;

}
.selector img{
    width: 17%;
}

/*boton start*/
.start-btn{
    font-family: 'ArialBold';
    font-weight: 400;
    background: #302549;
    visibility: hidden;
    color: #ffffff;
    font-size: 1.8rem;
    border: 0px solid #ffffff;
    cursor: pointer;
    z-index: 70;
    margin: 0;
    padding: 1.6rem 3.6rem;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}

.link{

    font-family: 'ArialRegular';
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;

    margin-top: -1.5rem;
}




/* splash 2 */

/* imagen */

#splash2-pic{
    width: 100%;
    height: auto;
    margin: 0;
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    max-width: 600px;
    visibility: hidden;
}
#splash2_pic img {
    width: 100%;
}
#splash-2 {
    justify-content: space-between;
    padding: .8rem 2.4rem;
    visibility: hidden;
}

/*boton back*/
.start-btn{
    font-family: 'ArialBold';
    font-weight: 400;
    background: #302549;
    visibility: hidden;
    color: #ffffff;
    font-size: 1.8rem;
    border: 0px solid #ffffff;
    cursor: pointer;
    z-index: 70;
    margin: 0;
    padding: 1.6rem 3.6rem;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}










/*             splash desktop */
.splash-d {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: .8rem 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    visibility: hidden;
    justify-content:center;
}
.splash-d .logod {
    width: 28%;
    height: auto;
    margin-bottom: 10rem;
    margin-top: 7rem;
}
.logod{
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    z-index: 3;
}
.logod img {
    width: 100%;
}

/* imagen */
.splash-d .splashd_pic {
    width: 280px;
    height: auto;
}
.splashd_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    max-width: 400px;
}
.splashd_pic img {
    width: 100%;
}

/*textos*/

.splash-d .splashd_text {
    width: 70%;
    box-sizing: border-box;
    gap: 0.5rem;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;



}
.splash-d .splashd_text h2 {
    width: 100%;
    max-width: 900px;
    font-family: 'ArialBold';
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 3.3rem;
    color: #302549;
    margin-bottom: 3rem;
    pointer-events: all;
    user-select: all;
}
.splash-d .splashd_text p {
    width: 100%;
    max-width: 600px;
    font-family: 'ArialRegular';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin: 0;
    color: #302549;
    pointer-events: all;
    user-select: all;
}
.splashd_text{
    visibility: hidden;
    text-align: center;
    color: #302549;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
}


















/*ajustes para pantallas grandes*/
@media (min-width: 390px) {
    /*Pantalla 1*/
    .splash-1 {
        justify-content: space-between;
        padding: .8rem 2.4rem;
    }

    .splash-1 .logo {
        width: 80%;
    }

    .splash-1 .splash_text {
        gap: 1.8rem;
    }
    .splash-1 .splash_text h2 {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }

    .splash-1 .splash1_pic {
        width: 150px;
    }

    .splash-1 .splash1_text {
        gap: 0.5rem;
    }
    .splash-1 .splash1_text h2 {
        font-size: 2rem;
        line-height: 3.6rem;
    }
    .splash-1 .splash1_text p {
        font-size: 1.5rem;

    }

    /*selector*/

    .selector{
        visibility: visible;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 0.8rem;

    }
    .selector img{
        width: 20%;
    }

    .splash-1 .start-btn {
        padding: 1.8rem 4rem;
        font-size: 1.9rem;
        line-height: 2.4rem;

    }

    .link{

        font-family: 'ArialRegular';
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8rem;
        margin-top: 0rem;
        margin-bottom: 0.6rem;
    }

}
