/*************************************************************** ESTILOS GENERALES DE LA APLICACION ***********************************************************************************/

    @font-face {
        font-family: Roboto Regular;
        src: url('../fonts/DharmaGothicE_Regular_R.otf');
    }

    @font-face {
        font-family: Roboto Regular Light;
        src: url('../fonts/DharmaGothicE_Light_R.otf');
    }

    body, html {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: Roboto Regular;
        max-width: 100%;
        min-height: 100%;
        z-index: 0;
        background:#000;
    }


/********************************************************************** SCROLL **************************************************************************************************/

    ::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 10px;height:100px;
    }

    ::-webkit-scrollbar {
        width: 4px;
        background-color: transparent;height:1px;
    }

    ::-webkit-scrollbar-thumb {
        width: 4px;
        border-radius: 10px;
        background-color: #0063be;
    }

/********************************************************************** PANTALLA DE LOGIN SIMULADA **********************************************************************/
.form_simulated{
    color: #FFFFFF;
    font: 32px/.9 Roboto Regular,'Arial Narrow',Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}
.form_simulated input{
    width: 600px;
    padding: 8px;
    border: 1px solid #d1d1d3;
    color: #808184;
    font: bold 1.1em/1 Roboto Regular,Helvetica,sans-serif;
    border-radius: 3px;
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
}
.form_simulated button{
    min-width: 600px;
    padding: 14px 20px;
    background: #0063be !important;
    color: #fff !important;
    font: 32px/1 Roboto Regular,'Arial Narrow',Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 20px;
    border: 0px;
}
.form_simulated button:hover{ background: #000 !important; }
.form-align{
    width: 50%;
    margin: 0 auto;
}
.asterisk{
    padding: 0 2px 0 0;
    color: red;/*#0063be;*/
}
.vertical-position{
	top: 50%;
	transform: translateY(-90%);
	position: relative;
}
.relogin-button{
	/*top: 50%;
	transform: translateY(-90%);
    position: relative;*/
    position: absolute;
    z-index: 2;
    width: 100px;
    transition: all .2s ease-in-out;
    bottom:0px;
    left:540px;
}
.hide{ display: none; }
/*.relogin-button.initial{ left: -6%; }
.relogin-button:hover{ left: 0%; }*/
.relogin-button-button{
    width: 210px !important;
    height: 50px !important;
    font-size: 22px;
}

.d-block{ display: block }

.accessdenied{
    color: red;
    font-weight: 600;
    position: absolute;
    margin-top: 1%;
    width: 100%;
}
.accessdenied div{
    position: relative;
    text-align: center;
}
/*************************************************************** PANTALLA DE MENU **************************************************************************************************/

    .menuPanel{
        display: block;
        /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,000000+69,000000+69,000000+100 ;*/
        background: #8e8e8e;
        background: -moz-linear-gradient(76deg, #8e8e8e 0%, #000000 69%, #000000 69%, #000000 100%);
        background: linear-gradient(108deg, #8e8e8e 0%,#000000 69%,#000000 69%,#000000 100%);
        background: linear-gradient(84deg, #8e8e8e 0%,#000000 69%,#000000 69%,#000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#000000',GradientType=1 );
        background-repeat: round;
        color: white;
        padding: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        font-family: Roboto Regular;
        max-width: 100%;
        min-height: 100%;
        transition: margin-left 1s ease;
        overflow: hidden;
    }

    .menuPanel.initial{
        margin-left: 0%;
    }

    .menuPanel.show{
        margin-left: 102%;
    }

    .headerPanel{
        background: black;
        position: absolute;
        height: 50px;
        text-align: center;
        border: none;
        transition: margin-left 1s ease;
    }

    .headerPanel.show{
        margin-left: 100%;
    }

    .headerPanel.initial{
        margin-left: 255px;
    }

    .optionsContainer{
        width: auto;
        display: -webkit-inline-box;
        margin: 0 auto;
        padding: 6vh;
        overflow-x: hidden;
        padding-bottom: 3vh;
    }

    .optionsContainerPadding0{
        width: auto;
        display: -webkit-inline-box;
        margin: 0 auto;
        padding: 6vh;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 3vh;
        overflow-x: auto;
    }

    /*.optionsContainerPadding0.overHidden {
        overflow-x: hidden;
    }*/

    .optionsContainerPadding0.overVisible {
        overflow-x: visible;
    }

    .option{
        background: transparent;
        padding: 0;
        border: 2px solid #ffffff;
        overflow: hidden;
        box-shadow: 10px 13px 25px #000000c2;
        border-radius: 10px;
        background-size: cover;
    }

    .option.two{
        width: 57.5vh;
        margin-right: 3vh;
        height: 40vh;
        font-size: 7vh;
        max-height: 72vh;
        margin-top: 7.5vh;
        margin-left: 3vh;
        background-repeat: round;
    }

    .option.N{
        width: 38.5vh;
        margin-right: 1vh;
        font-size: 6vh;
        height: 25vh;
        max-height: 25vh;
        margin-top: 13.5vh;
        margin-left: 1vh;
        background-position: 50% 50%;
    }

    .optionN img{
        margin-left: -32%;
        margin-top: -34vh;
    }

    .optionName{
        /*position: absolute;*/
        width: inherit;
        text-shadow: 1px 1px 1px black;
        margin-top: 31vh;
        text-align: center;
    }

    .center{
        margin:0 auto;
    }

    .optionNameN{
        width: 100%;
        text-shadow: 1px 1px 1px black;
        margin-top: 17vh;
        text-align: center;
    }

    .videoForBackground{
        width:100%;
        opacity: 0.4;
    }

/*************************************************************** VISIBILITY **************************************************************************************************/

    .zIndex-0{
        z-index: 0;
    }

    .zIndex-1 {
        z-index: 1;
    }

    .zIndex-2{
        z-index: 2;
    }

    .zIndex-3{
        z-index: 3;
    }

    .zIndex-4{
        z-index: 4;
    }

    .zIndex-5{
        z-index: 5;
    }

    .zIndex-6{
        z-index: 6;
    }

    .nodisplay{
        display: none;
    }

    .display{
        display: block;
    }



/*************************************************************** POSITIONS **************************************************************************************************/

    .posAbsTopLeft{
        position: absolute;
        margin-top: 67px;
        margin-left: 10px;
    }

    .posAbsMidleRight{
        position: absolute;
        bottom: 0%;
        margin-bottom: -33px;
        right: 50%;
        margin-right: -50px;
    }

    .posAbsBottomLeft{
        position: absolute;
        bottom: -27px;
        left: -76px;
    }

    .posAbsBottomRight{
        position: absolute;
        bottom: -27px;
        right: -76px;
    }

    .posAbsTopRightCorner{
        font-family: Roboto Regular;
        position: absolute;
        right: 0px;
        width: 90px !important;
        height: 50px !important;
    }

    .posAbs{
        position: absolute;
    }

    .padding10{
        margin-left: 8%;
        margin-right: 8%;
        width: 84%;
        overflow: hidden;
        overflow-x: auto;
        padding-top: 10vh;
    }

    .padding1{
        margin-left: 1%;
        margin-right: 1%;
        width: 98%;
        overflow: hidden;
        overflow-x: auto;
        padding-top: 10vh;
    }

    .positionArrowBack{
        margin-top: -57px;
        transform: rotate(-45deg);
        font-family: Roboto Regular;
    }

    .positionGoFirst{
        margin-right: 87px;
        margin-top: 2px;
        transform: rotate(-45deg);
    }

/******************************************************************** IFRAMES ******************************************************************************************************/

    .iframeContainer {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        height: 94%;
        overflow: hidden;
    }

    .iframeContainer iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: none;
    }

    .innerIframe {
        position: relative;
        width: 85%;
        margin: auto;
        height: 100%;
        display: table;
    }

/******************************************************************** BUTTONS ******************************************************************************************************/

    .btn-primary {
        background-color: #1C8EC4;
        border-radius: 0;
    }

    .round{
        height: 80px;
        width: 100px;
        text-align: center;
    }

    .spriteButton{
        display: grid;
        overflow: hidden;
        font-size: 32px;
    }

    .menuRoundItem1{
        position: absolute;
        transition: all 0.5s ease;
    }

    .menuRoundItem1.initial{
        /*top: -60px;
        left: 3px;*/
        right: 140px;
        top: -65px;
    }

    .menuRoundItem1.show{
        /*top: -3px;
        left: 19px;*/
        right: 20px;
        top: 3px;
    }

    .menuRoundItem2{
        position: absolute;
        transition: all 0.5s ease;
    }

    .menuRoundItem2.initial{
        /*bottom: 23px;
        left: 25px;*/
        right: 23px;
        top: 3px;
    }

    .menuRoundItem2.hide{
        /*bottom: -62px;
        left: 8px;*/
        right: 130px;
        top: 90px;
    }

    .btn {
        overflow: hidden;
    }

    .btn.round.btn-primary.bg-black{
        background-color: black;
    }

    .backButton{
        transform: rotate(45deg);
        width: 150px;
        height: 150px;
    }

/******************************************************************** LOADER ******************************************************************************************************/

    .loaderPosition{
        position: absolute;
        top:0;
        left:0;
    }

    .loaderVideo{
        width: -webkit-fill-available;
    }

    .loaderDiv{
        width: 100%;
        height: 100%;
        background-color: #fff;
        animation: fadein 1s;
    }

/******************************************************************** ANIMATIONS ******************************************************************************************************/

    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    
.btn-kide-sm{
	position:absolute;
	z-index:1;
	height:45px;
	font-size:21px;
	width:110px;
	left:0px;
}

.black-panel{
    position: absolute;
    display: flex;
	/*left: 3%;*/
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 1;
}

.black-panel-login{
    position: absolute;
    display: flex;
	/*left: 3%;*/
	width: 100%;
	height: 93px;
	background: #000;
	z-index: 1;
}

#orbea-logo{
    width: 10%;
    height: 100%;
    margin-left: 2%;
}

.orbea-logo-img {
    margin-top: 13%;
}

.orbea-logo-img-login {
    margin-top: 27%;
}

#shop-cart{
    width: 2.4%;
    margin-left: 75%;
    align-self: center;
}

#shop-cart img{
    width: 97%;
    height: auto;
}

#black-panel2{
	position: absolute;
	right: 0px;
	width: 53px;
	height: 50px;
	background: #000;
	z-index: 1;
}