/* fonts */

@font-face {
    font-family: 'CambayRegular';
    src: url('./fonts/Cambay-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'CambayBold';
    src: url('./fonts/Cambay-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'AllerRegular';
    src: url('./fonts/AllerDisplay.ttc');
    font-weight: normal;
}
/* body style */
:root {
    touch-action: pan-x pan-y;
    height: 100% 
    }
html, 
body {
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;

    -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{
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    }
/* estilos generales splash 1 y 3 */


.splash-1 .logo_futurise {
    margin-top: 10px;
}
.splash-2 .logo_futurise {
    margin-top: 10px;
}

/* splash 1 */
.splash-1 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    visibility: hidden;
    
}
/* imagen */
.splash1_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    width: 55%;
    height: auto;
    max-width: 400px;
    margin-bottom: 15px;
    margin-top: 60px;
    margin-bottom: -1rem;
}
.splash1_pic img {
    width: 100%;
    z-index: 3;
}
/*textos*/
.splash1_text{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    width: 85%;
    height: 96px;
    margin-top: 18px;
}
.splash1_text {
    margin-top: 0px;
    margin-bottom: 50px;
}
.splash1_text img {
    width: 100%;
    z-index: 3;
}
.splash1_text p.little-text {
    width: 500px;
    max-width: 800px;
    font-family: CambayRegular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 1%;
    color: #5E0E58;
    }
.splash1_text h2 {
    width: 96%;
    max-width: 920px;
    font-family: AllerRegular;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 1%;
    transform: scale(1.2, 1.2);
    letter-spacing: 0.2px;
}
.splash1_text p {
    width: 450px;
    max-width: 600px;
    font-family: CambayRegular;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.5px;
}
/*boton start*/
.start-btn{
    font-family: CambayBold;
    background: #FFED00;
    visibility: hidden;
    color: #5E0E58;
    font-size: 19px;
    border: 0px solid #ffffff;
    cursor: pointer;
    z-index: 70;
    border-radius: 12px;

    transform: scale(1, .9);
    padding: 17px 17px;
    margin: 0 auto;
    width: 90%;
    max-width: 430px;

    margin-top: 1%;
    margin-bottom: -5vw;
}
/* footer logo splash 1*/
.logo_futurise{
    max-width: 150px;
    max-height: 30px;
    text-align: center;
    /*pointer-events: none;*/
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo_futurise img {
    width: 100%;
    z-index: 3;
}


/* splash ar instructions */

.ar_ui {
    height: 100%;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5rem 1.5rem 1rem 1.5rem;*/
    position: absolute;
}

.reticle{
    visibility: hidden;
    padding: 0px;
    cursor: pointer;
    width: 97%;
    opacity: 100%;
    z-index: 4;
    pointer-events: none;
    /*max-width: 600px;*/
    margin-top: 40px;
}
.footer-content-ar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 90%;
}
.ar_ins{
    visibility: hidden;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: auto;
    z-index: 4;
    pointer-events: none;
    margin-bottom: 30px;
}
.continue-btn{
    position: absolute;
    visibility: hidden;
    opacity: 0.0;
    border: 0px;
    padding: 2px;
    cursor: pointer;
    margin: 0 auto;
    width: 320px;
    height: 70px;
    border-radius: 12px;
    z-index: 9;
    margin-bottom: 30px;
}
/* splash 2 */ 
.splash-2 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    visibility: hidden;
    
}
.upperpart{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
}
.splash2_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    width: 80%;
    max-width: 700px;
    height: auto;
    margin-bottom: -15px;
    margin-top: 100px;
}
.splash2_pic img {
    width: 100%;
    z-index: 3;
}
/*textos*/
.splash2_text{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    width: 100%;
    height: 96px;
    margin-top: 18px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.splash2_text p.little-text2 {
    width: 500px;
    max-width: 800px;
    font-family: CambayRegular;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 1%;
    margin-top: 2%;
    color: #5E0E58;
    }
.splash2_text h2 {
    width: 96%;
    max-width: 920px;
    font-family: CambayBold;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 1%;
    transform: scale(1, 1);
    letter-spacing: 0.2px;
}
.splash2_text p {
    width: 90%;
    max-width: 600px;
    font-family: CambayRegular;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #7D7979;
    margin-top: 4px;
}

.par_botones{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
    max-width: 700px;
    width: 100%;
}
.gotowebsite-btn{
    font-family: CambayBold;
    background: #FFED00;
    visibility: hidden;
    color: #5E0E58;
    border: 0px solid #ffffff;
    padding: 12px;
    cursor: pointer;
    width: 90%;
    border-radius: 12px;
    z-index: 70;
    max-width: 430px;
    transform: scale(1, .9);
    letter-spacing: 5%;
    font-size: 18px;
    margin-bottom: 12px;
    
    }

.restart-btn{
    font-family: CambayBold;
    background: #5E0E58;
    visibility: hidden;
    color: #FFED00;
    border: 0px solid #ffffff;
    padding: 12px;
    cursor: pointer;
    border-radius: 12px;
    font-size: 18px;
    z-index: 70; 
    width: 90%;
    max-width: 430px;
    transform: scale(1, .9);
    letter-spacing: 5%;
    
    
}

/* footer logo splash 2*/
.logo_futurise2{
    max-width: 150px;
    max-height: 30px;
    text-align: center;
    /*pointer-events: none;*/
    margin-top: 20px;
    margin-bottom: 15px;
}
.logo_futurise2 img {
    width: 100%;
    z-index: 3;
}






.a-dialog-allow-button {
    background-color: #4472C4;
    color: white;
    }
.a-dialog-deny-button {
    background-color: #C00000;
    color:white;
    }
.a-dialog-ok-button {
        background-color: #548235;
    }
/*
Esto le agrega espacio arriba y abajo a los screens cuando se usa ipad o tablet
@media (min-width: 540px) {
    .splash-2, .splash-1 {
        padding-top: 20%;
        padding-bottom: 20%;
    }
}

@media (min-width: 1000px) {
    .splash-2, .splash-1 {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}
*/

.container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    }
.container .overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    opacity: 0.5;
    z-index: 2;
    }
.container .overlay .content {
    font-size: 15px;
    position: absolute;
    width: 80%;
    top: 50%;
    transform: translate(10%, -50%);
    text-align: center;
  }
.container .overlay .content .large-text{
      font-size: 40px;
    }