/*fonts nuevas */
@font-face {
    font-family: 'LatoRegular';
    src: url('./fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: 'LatoBold';
    src: url('./fonts/Lato-Bold.ttf');
}
@font-face {
    font-family: 'ArialRegular';
    src: url('./fonts/arial.ttf');
}
@font-face {
    font-family: 'ArialBold';
    src: url('./fonts/arialbd.ttf');
}
.a-dialog-allow-button {
    background-color: #0072BB !important;
    color: #ffffff !important;
    
    }
.a-dialog-deny-button {
    background-color: #B1B1B1 !important;
    color: #ffffff !important;
    
    }
.a-dialog-ok-button {
        background-color: #0072BB !important;
    }

#requestingCameraPermissions {
    
    font-family: 'ArialBold' !important;

    }
/* fonts viejas*/
#scene{
   
   
}
#ui{
   

}


/* body style */
:root {
    touch-action: pan-x pan-y;
    height: 100% 
    }
html, 
body {
    margin: 0;
    overflow: hidden;
    overflow-y: 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 3 */


/* 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: 160px;
    height: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
    pointer-events: none;
    
}
.logo{
    pointer-events: none;
    text-align: center;
    z-index: 3;
}
.logo img {
    width: 100%;
}
/* imagen */
.splash-1 .splash1_pic {
    width: 230px;
    height: auto;
    margin: 0;
    pointer-events: none;
}
.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: 1.8rem;
    align-items: center;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
    pointer-events: none;
}
.splash-1 .splash1_text h2 {
    width: 100%;
    max-width: 900px;
    color: #000000;
    font-family: 'Museo900';
    font-size: 3rem;
    line-height: 2.6rem;
    margin: 0;
    pointer-events: none;
}
.splash-1 .splash1_text p {
    width: 100%;
    max-width: 600px;
    color: #64748B;
    font-family: 'Museo500';
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
    pointer-events: none;
}
.splash1_text{
    visibility: hidden;
    text-align: center;
    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;
    pointer-events: none;
}

/*boton start*/
.start-btn{
    font-family: 'Museo900';
    background: #000000;
    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: 4px;
    width: 100%;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}

/* footer logo splash 1*/
.logo_futurise {
    width: 110px;
    max-width: 150px;
    height: auto;
    text-align: center;
    margin: 0;
    pointer-events: none;
}
.logo_futurise img {
    width: 100%;
    z-index: 3;
}

/* splash 2 */
.splash-1-2 {
    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-2 .logo_futurise2 {
    width: 100%;
    max-width: 500px;
    pointer-events: none;
}
.splash-1-2 .logo_futurise2 img {
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}

/* imagen */
.splash-1-2 .splash1_2_pic {
    width: 180px;
    height: auto;
    margin-top: 2rem;
    pointer-events: none;
}
.splash1_2_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    max-width: 400px;
}
.splash1_2_pic img {
    width: 100%;
}

/*textos*/
.splash-1-2 .splash1_2_text {
    width: 100%;
    box-sizing: border-box;
    gap: 1.8rem;
    align-items: center;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
    pointer-events: none;
}
.splash-1-2 .splash1_2_text h2 {
    width: 100%;
    max-width: 900px;
    color: #000000;
    font-family: 'Museo900';
    font-size: 3rem;
    line-height: 2.6rem;
    margin: 0;
    pointer-events: none;
}
.splash-1-2 .splash1_2_text p {
    width: 100%;
    max-width: 600px;
    color: #64748B;
    font-family: 'Museo500';
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
    pointer-events: none;
}
.splash1_2_text{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}
.splash1_2_text img {
    width: 100%;
    z-index: 3;
}

/*boton start*/
.start-btn-2{
    font-family: 'Museo900';
    background: #000000;
    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: 4px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}

/* splash 3 */
.splash-1-3 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem 2.4rem 3.2rem;;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: absolute;
    visibility: hidden;
}
/* botonera de 4 */

/*textos*/
.splash-1-3 .splash1_3_text {
    width: 100%;
    box-sizing: border-box;
    gap: 3rem;
    align-items: center;
    height: auto;
    pointer-events: none;
}
.splash1_3_text{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
}
.splash-1-3 .splash1_3_text h2 {
    width: 100%;
    max-width: 900px;
    color: #000000;
    font-family: 'Museo900';
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0;
    pointer-events: none;
}
.splash-1-3 .splash1_3_text p {
    width: 100%;
    max-width: 600px;
    color: #64748B;
    font-family: 'Museo500';
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0;
    pointer-events: none;
}

.splash-1-3 .buttons {
    width: 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.4rem;
}

.buttons .button {
    width: 95px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events:all;
}

.button span {
    font-family: 'Museo500';
    font-size: 1.2rem;
    height: 28px;
}

.button button {
    width: 100%;
    height: 95px;
    border-radius: 1rem;
    border: none;
    background-color: #F1F5F9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.button:nth-child(1) button {
    background-image: url('./btn-1-shadow.svg');
}
.button:nth-child(2) button {
    background-image: url('./btn-2-shadow.svg');
}
.button:nth-child(3) button {
    background-image: url('./btn-3-shadow.svg');
}
.button:nth-child(4) button {
    background-image: url('./btn-4-shadow.svg');
}


/*boton continuar*/
.start-btn-3{
    font-family: 'Museo900';
    background: #E2E8F0;
    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: 4px;
    width: 100%;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* splash 4 */
.splash-1-4 {
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    padding: 1rem 2.4rem 3.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    visibility: hidden;
}

.splash-1-4 .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .close {
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #E2E8F0;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    font-family: 'Museo500';
}

.close img {
    width: 16px;
    height: 16px;
}

.header .title {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.title h2 {
    font-family: 'Museo500';
    font-size: 1.6rem;
    margin-left: -40px;
}

/* imagen */
.splash-1-4 .splash1_4_pic {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.splash1_4_pic{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    max-width: 400px;
}
.splash1_4_pic img {
    width: 100%;
}

/*textos*/
.splash-1-4 .splash1_4_text {
    width: 100%;
    box-sizing: border-box;
    gap: 1.8rem;
    align-items: center;
    height: auto;
    pointer-events: none;
}
.splash-1-4 .splash1_4_text h2 {
    width: 100%;
    max-width: 900px;
    color: #000000;
    font-family: 'Museo900';
    font-size: 3rem;
    line-height: 2.6rem;
    margin: 0;
    pointer-events: none;
}
.splash-1-4 .splash1_4_text p {
    width: 100%;
    max-width: 600px;
    color: #64748B;
    font-family: 'Museo500';
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
    pointer-events: none;
}
.splash1_4_text{
    visibility: hidden;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
}
.splash1_4_text img {
    width: 100%;
    z-index: 3;
}

/*boton start*/
.start-btn-4{
    font-family: 'Museo900';
    background: #000000;
    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: 4px;
    width: 100%;
    box-sizing: border-box;
    max-width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.2rem;
}

/* splash ar instructions 1 */

.ar_ui {
    visibility: hidden;
    height: 100%;
    width: 100%;
    max-width: 900px;
    /*background-color: #475569;comentar al terminar*/
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /*grid-template-rows: minmax(35px, 50px) minmax(60px, 80px) 1fr;*/
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 1.8rem 1.8rem 2rem;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    /*background-color: #475569;comentar al terminar*/
    
}
/*boton de cerrar*/
.ar_ui .header {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
}

.ar_ui .content-ar {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5.9rem;
    align-items: center;
    height: auto;
    z-index: 1;
    margin-top: 5rem;
    pointer-events: none;
}

/*imagen*/
.arlogo{
    visibility: hidden;
    justify-self: center;
    width: 250px;
    height: auto;
    margin: 0;
    max-width: 500px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
    
}
.arlogo img {
    width: 100%;
    pointer-events: none;
}

.reticle{/*make it black*/
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    text-align: center;
    padding: 1rem 1.8rem;
    color: #ffffff;
    font-family: 'LatoBold';
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 2.8rem;
    margin-top: 0;
    margin-bottom: 0rem;
    text-shadow: 1px 1px 2px black;
}
/*//////// AR splash 2 /////////*/

.ar_ui .content-ar2 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5.9rem;
    align-items: center;
    height: auto;
    z-index: 3;
    pointer-events: none;
}

.arlogo2{
    visibility: hidden;
    justify-self: center;
    width: 35%;
    height: auto;
    margin: 0;
    max-width: 500px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
    margin-top: -3rem;
    
    
}
.ar_score{
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0rem;
    align-self: end;
}

.footer-content-ar2 {
    visibility: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    pointer-events: none;
}
.footer-content-ar {
    justify-self: center;
    align-self: end;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    max-width: 450px;
    z-index: 2;
    margin-bottom: 1.6rem;
}

.ar_btn{
    z-index: 4;
    width: 6.6rem;
    height: 6.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    padding: 1.8rem;
    cursor: pointer;
    pointer-events:all;
    background-color: transparent;
}
#ar_restart{
    
}
.ar_btn img{
    width: 6.9rem;
    height: 6.9rem;
    z-index: -1;
}
#leftbtn{
    margin-right: 30px;
    visibility: hidden;
}
#rightbtn{
    margin-left: 30px;
    visibility: hidden;
}
.ar_ins{
    visibility: hidden;
    border: 0px;
    padding: 0px;
    width: 100%;
    max-width: 450px;
    height: auto;
    pointer-events: none;
    margin-bottom: 3rem;
}

/*splash form*/
.splash-form{
    background: #eeeeee;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
    padding: .8rem 1.8rem 2rem;
    position: absolute;
    visibility: hidden;
}
.header-content-ar {
    visibility: hidden;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.form-logo{
    z-index: 4;
    width: 45%;
    height: auto;
}
.inst_text_form{
    visibility: hidden;
    z-index: 3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-top: -2rem;
    color: #0F3249;
    gap: 1.5rem;
}

.inst_text_form h2 {
    max-width: 450px;
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin: 0; 
    font-family: 'Arial';
    font-weight: 500;
    pointer-events: none;
    color: #000000;
    
}
.inst_text_form p  {
    font-family: 'Arial';
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
    letter-spacing: 0px;
    max-width: 450px;
    color: #000000;
    pointer-events: none;
}

.form{
    visibility: hidden;
    z-index: 3;
    pointer-events: auto;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    /*overflow-y: scroll;*/
}
.sendform-btn{
    font-family: 'ArialBold';
    font-weight: 300;
    background: #009EE0;
    visibility: hidden;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 0px solid #ffffff;
    cursor: pointer;
    z-index: 70;
    border-radius: 0px;
    padding: 1.6rem 3.6rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
    margin: 0;    
}
/*forsmspree begin*/
/* reset */
#fs-frm input,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
font-family: 'Arial';
font-weight: 500;
font-size: 1.1rem;
color: #000000;
border: none;
border-radius: 0;
display: block;
width: 100%;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;


}


#fs-frm select{
font-family: 'Arial';
font-weight: 500;
font-size: 1.1rem;
color: #a9a9a9;
border: none;
border-radius: 0;
display: block;
width: 100%;
padding: 0;
margin: 0;
padding-left: 5% !important;

/* Some browsers will not display the caret when using calc, so we put the fallback first */ 
background: url("./arrow.png") white no-repeat 99.5% !important; /* !important used for overriding all other customisations */
background: url("./arrow.png") white no-repeat calc(100% - 15px) !important; /* Better placement regardless of input width */
-moz-appearance:none !important;
-webkit-appearance: none !important; 

}

#fs-frm select:visited{
   
color: #000000;
    
}


#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {

margin-bottom: .5rem;
padding-top: .2rem;
display: flex;
align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
border: 1px solid #E2E8F0;
background-color: rgba(255,255,255,0.9);
padding: .75em 1rem;
margin-bottom: 1.5rem;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
background-color: white;
outline-style: solid;
outline-width: thin;
outline-color: gray;
outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="number"],
#fs-frm [type="email"] {
width: 100%;
height: 45px;
border: 1px solid;
border-color: #E5E0D9;
border-radius: 0px;
background-color: #ffffff;
padding: 5px;
font-family: 'LatoRegular';
font-weight: 500;
font-size: 16px;
box-sizing: border-box;
margin-bottom: 10px;
padding-left: 5% !important;

}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
width: auto;
cursor: pointer;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
margin-bottom: 0;
}
#fs-frm select {
text-transform: none;
}
#moreinfo {
    display: none;
}
#card[data-chosen='nein'] ~ #moreinfo{
    display:flex;
}

#fs-frm [type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fff;
    margin: 0;
    font-family: 'Arial';
    font-weight: 300;
    color: #000000;
    width: .6em;
    height: .6em;
    border-radius: .3em;
    border-width: .15em;
    border-color: #C8C8C8;
    padding: .6em;
    display: grid;
    place-content: center;
}

#fs-frm [type="checkbox"]::before {
    content: "";
  width: 0.6em;
  height: 0.6em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(#fff);
  /* Windows High Contrast Mode */
  background-color: #fff;
  }

#fs-frm input[type="checkbox"]:checked::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }

#fs-frm [type="checkbox"]:checked {
    background-color: #000000;
    color: #ffffff;
}

.check
{   
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left:  0;
    text-align: left;
    display: flex;
    align-items: center;
    color: #000000;
}

.check a {
    color: #000000;
    font-family: 'Arial';
    font-size: 12px;

    margin-left: 5%;
    text-decoration: none;
    letter-spacing: 0.5px;

}
#fs-frm [type="radio"] {
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
margin-right: 3%;
}
/*forsmspree end*/
/* splash 2 post form */ 
.splash-2 {
    background: rgba(15, 50, 73, 0.5);
    backdrop-filter: blur(.8rem);
    -webkit-backdrop-filter: blur(.8rem);
    z-index: 2;
    box-sizing: border-box; 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}
.upperpart{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.9rem;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.splash2_pic{
    visibility: hidden;
    text-align: center;
    z-index: 9;
    pointer-events: none;
    width: 85%;
    max-width: 550px;
    height: auto;
    margin: 0;
    margin-top: 0rem;
}
.splash2_pic img {
    width: 100%;
    z-index: 9;
}
/*textos*/
.splash2_text{
    visibility: hidden;
    z-index: 9;
    color: #ffffff;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'ArialBold';
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}
.splash2_text img {
    z-index: 9;
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}

.splash2_text h2 {
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
    max-width: 420px;
    font-family: 'Arial';
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 3rem;
    margin: 0;
    text-align: center;
    margin-bottom: 1.2rem;
    pointer-events: none;
}
.splash2_text p {
    text-align: center;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
    font-family: 'Arial';
    
    font-size: 1.5rem;
    line-height: 2rem;
    pointer-events: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
}
.par_botones{
    z-index: 9;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
}
.gotowebsite-btn{
    font-family: 'ArialBold';
    font-size: 1.5rem;
    
    background: #ffffff;
    visibility: hidden;
    color: #000000;
    border: none;
    padding: 1.6rem 3.6rem;
    cursor: pointer;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    border-radius: 0px;
    z-index: 9;
    
}
.restart-btn{
    font-family: 'ArialBold';
    font-size: 1.5rem;
    
    background: hsla(50, 33%, 25%, 0);
    visibility: hidden;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 1.6rem 3.6rem;
    cursor: pointer;
    border-radius: 0px;
    z-index: 9; 
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
}

.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;
}

/*ajustes para pantallas grandes*/
@media (min-width: 390px) { 
/*Pantalla 1*/
.splash-1 {
    justify-content: space-between;
    padding: .8rem 2.4rem;
    gap: 0.4rem;
}
.splash-1 .logo {
    width: 190px;
}
.splash-1 .splash1_pic {
    width: 320px;
}
.splash-1 .splash1_text {
    gap: 1.1rem;
}
.splash-1 .splash1_text h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
}
.splash-1 .splash1_text p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.splash-1 .start-btn {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

.splash-1 .logo_futurise {
    width: 132px;
}
/*Pantalla 2*/
.splash-1-2 {
    justify-content: space-between;
    padding: .8rem 2.4rem;
    gap: 0.4rem;
}
.splash-1-2 .splash1_2_pic {
    width: 270px;
    margin-bottom: -1.2rem;
}
.splash-1-2 .splash1_2_text {
    gap: 1.1rem;
}
.splash-1-2 .splash1_2_text h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
}
.splash-1-2 .splash1_2_text p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.splash-1-2 .start-btn-2 {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.splash-1-2 .logo_futurise2 {
    margin-top: -1rem;
}
/*Pantalla 3*/
.splash-1-3 {
    justify-content: space-between;
    padding: 4rem 2.4rem;
    gap: 4.8rem;
}
.splash-1-3 .splash1_3_text {
    gap: 4.8rem;
}
.splash-1-3 .splash1_3_text h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
}
.splash-1-3 .splash1_3_text p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.splash-1-3 .start-btn-3 {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
/*Pantalla 4*/
.splash-1-4 {
    justify-content: space-between;
    padding: 1rem 2.4rem 3.2rem;
}
.splash-1-4 .splash1_4_pic {
    width: 100%;
    margin-bottom: -1.2rem;
}
.splash-1-4 .splash1_4_text {
    gap: 1.1rem;
}
.splash-1-4 .splash1_4_text h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
}
.splash-1-4 .splash1_4_text p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.splash-1-4 .start-btn-4 {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

/*pantalla AR*/

.ar_ui {
    padding: 1.6rem 2.4rem 2.4rem 2.4rem;
    gap: 4.5rem;
}

.arlogo {
    width: 300px;
    max-width: 500px;
}

.reticle {
    font-size: 2.6rem;
    line-height: 3.5rem;
    padding: 0.8rem 2.2rem;
}
/*pantalla nueva AR2*/
.ar_score {
    font-size: 2.8rem;
    line-height: 4.5rem;
}
.arlogo2 {
    width: 35%;
    max-width: 600px;
}


/*pantalla AR2*/

.ar_ui2 {
    padding: 1.6rem 2.4rem 2.4rem 2.4rem;
    gap: 4.5rem;
}

.reticle2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    
}
.footer_buttons {

    margin-bottom: 0.8rem;

}

.splash-form {
    padding: .8rem 2.4rem 2.4rem;
    gap: 2rem;
}
.inst_text_form  {
    gap: 1.8rem;
}
.inst_text_form h2 {
    font-size: 3.1rem;
    line-height: 3.6rem;
}
.inst_text_form p {
    font-size: 1.7rem;
    line-height: 2.4rem;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
font-size: 1.2rem;
margin-bottom: 20px;
}

#fs-frm [type="text"],
#fs-frm [type="number"],
#fs-frm [type="email"] {

margin-bottom: 20px;
height: 5rem !important;
}


.sendform-btn {
    padding: 1.8rem 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

/*pantalla final*/

    .splash-2 {
        padding: 8rem 2.4rem;
    }

    .upperpart {
        gap: 4rem;
    }

    .splash2_pic {
        margin-top: 1rem;
        width: 95%;
        max-width: 600px;
    }

    .splash2_text img {
        width: 58px;
        height: 58px;
    }

    .splash2_text h2 {
        font-size: 2.9rem;
        line-height: 3.6rem;
    }

    .splash2_text p {
        font-size: 1.7rem;
        line-height: 2.4rem;
    }

    .par_botones {
        gap: 1.8rem;
    }

    .gotowebsite-btn, .restart-btn {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

}