.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;
    }
    
/* fonts */

@font-face {
    font-family: 'Heading74Regular';
    src: url('./fonts/Heading-Now-74-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'Heading73Book';
    src: url('./fonts/Heading-Now-73-Book.ttf');
    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%;
    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: relative;
    visibility: hidden;
}
.splash-1 .logo {
    width: 120px;
    height: auto;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.logo{
    pointer-events: none;
    text-align: center;
    z-index: 3;
}
.logo img {
    width: 100%;
}
/* imagen */
.splash-1 .splash1_pic {
    width: 280px;
    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: 1.8rem;
    align-items: center;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.splash-1 .splash1_text h2 {
    width: 100%;
    max-width: 900px;
    font-family: 'Heading74Regular';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin: 0;
}
.splash-1 .splash1_text p {
    width: 100%;
    max-width: 600px;
    font-family: 'Heading73Book';
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin: 0;
}
.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;
}

/*boton start*/
.start-btn{
    font-family: 'Heading74Regular';
    font-weight: 400;
    background: #0F3249;
    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: 100px;
    max-width: 150px;
    height: auto;
    text-align: center;
    margin: 0;
}
.logo_futurise img {
    width: 100%;
    z-index: 3;
}

/* splash ar instructions 1 */

.ar_ui {
    height: 100%;
    max-width: 900px;
    box-sizing: border-box;
    display: grid;
    /*grid-template-rows: minmax(35px, 50px) minmax(60px, 80px) 1fr;*/
    align-items: center;
    gap: 4rem;
    padding: 1.6rem 1.8rem 1.8rem 2rem;
    position: absolute;
}
.arlogo{
    visibility: hidden;
    justify-self: center;
    align-self: start;
    width: 130px;
    height: auto;
    margin: 0;
    max-width: 150px;
    max-height: 60px;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    margin-top: 4rem;
}
.arlogo img {
    width: 100%;
}

.reticle{
    visibility: hidden;
    z-index: 4;
    pointer-events: none;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Heading74Regular';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 3.5rem;
    align-self: end;
}
/*ar instructions 2*/
.ar_ui2 {
    height: 100%;
    max-width: 900px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 1.6rem 1.8rem 1.8rem 2rem;
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;  
}

.reticle2{
    visibility: hidden;
    z-index: 4;
    pointer-events: none;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Heading74Regular';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: -20px;
    align-self: end;
    justify-self: center;
}
.footer_buttons {
    width:220px;
    height: auto;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    gap: 1rem;
    align-self: center;
    justify-self: center;
    margin-bottom: 1rem;
    z-index: 20;
}
    
.content_buttons {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 100px;
    background: rgba(229, 224, 217, 0.60);
    backdrop-filter: blur(.2rem);
}
    
.circle-btn {
    width: 40px;
    height: 40px;
    padding: 1.2rem;
    border-radius: 100%;
    border: .5rem solid;
}
    
.circle-btn:nth-child(1) {
    border-color: #0F3249;
    background-image: url("./wood.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 105%;
    background-position:center;
    
}
.circle-btn:nth-child(2) {
    border-color: #FFF;
    background: #8b9269;
}
.circle-btn:nth-child(3) {
    border-color: #FFF;
    background: #43474a;
}
    
.info-btn {
    border: none;
    width: 150px;
    padding: 12px 2px;
    border-radius: 100px;
    color: #0F3249;
    font-family: 'Heading74Regular';
    font-size: 14px;
    font-weight: 400;
    background: rgba(229, 224, 217, 0.60);
    backdrop-filter: blur(.2rem);
}

/*botones del footer*/
.footer-content-ar {
    justify-self: center;
    align-self: end;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
}

.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;
    background-color: #0072BB;
    color: #fff;
}
.ar_form{
    z-index: 4;
    width: 20%;
    height: auto;
}
.ar_ins{
    visibility: hidden;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    max-width: 450px;
    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 post form */ 
.splash-2 {
    background: rgba(25, 54, 116, 0.50);
    backdrop-filter: blur(.8rem);
    -webkit-backdrop-filter: blur(.8rem);
    z-index: 9;
    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: 4rem;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.splash2_pic{
    visibility: hidden;
    text-align: center;
    z-index: 9;
    pointer-events: none;
    width: 70%;
    height: auto;
    margin: 0;
    margin-top: -3rem;
}
.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: Arial;
    font-weight: 400;
    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: 'Heading74Regular';
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
    text-align: center;
    margin-bottom: 1rem;
}
.splash2_text p {
    text-align: center;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
    font-family: 'Heading73Book';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
}
.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: 'Heading74Regular';
    font-size: 1.5rem;
    font-weight: 400;
    background: #ffffff;
    visibility: hidden;
    color: #0F3249;
    border: none;
    padding: 1.8rem 4rem;
    cursor: pointer;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    border-radius: 4px;
    z-index: 9;
    max-width: 430px;
    letter-spacing: 5%;
    
}
.restart-btn{
    font-family: 'Heading74Regular';
    font-size: 1.5rem;
    font-weight: 400;
    background: hsla(50, 33%, 25%, 0);
    visibility: hidden;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 1.8rem 4rem;
    cursor: pointer;
    border-radius: 4px;
    z-index: 9; 
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
    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;
}

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

.splash-1 .logo {
    width: 150px;
}

.splash-1 .splash1_pic {
    width: 370px;
}

.splash-1 .splash1_text {
    gap: 1.8rem;
}
.splash-1 .splash1_text h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
}
.splash-1 .splash1_text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.splash-1 .par_idioma {
    gap: 2rem;
}
.splash-1 .par_idioma .btn-lang {
    padding: 1.8rem 2rem;
}

.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 AR*/

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

.arlogo {
    width: 180px;
    max-width: 200px;
}

.reticle {
    font-size: 2.4rem;
    line-height: 3.6rem;
}
/*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;

}
/*pantalla final*/

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

    .upperpart {
        gap: 4rem;
    }

    .splash2_pic {
        margin-top: -2rem;
        width: 80%;
    }

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

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

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

    .par_botones {
        gap: 1.8rem;
    }

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

}