﻿/*@font-face{font-family:'Dolce Vita';src:url('../fonts/Dolce Vita.ttf') format('truetype');font-style:normal;font-weight:200;}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:'Dolce Vita';margin:0px;padding:0px;}
*/
.stylink a {
    font: 10px;
    color: #2b9be0 !important;
}

.btn-pago {
    font-size: 100% !important;
}

.modal_loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    height: 100% !important;
    width: 100% !important;
}

.loading {
    color: white;  
    top: 30%;
    width: 100%;
    height: 100%;   
    position: fixed;
    z-index: 999;
}

.dxeTBHSys .dxeTBBarHighlight {
    background-image: none !important;
}

.ckeckTerminos {
    transform: scale(1.5) !important;
}

.btnlink {
    background: none !important;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.btnlink:hover {
    color: #808080!important;
}

.btnlink:active:after {
    background-color: #808080 !important;
    /*box-shadow: 0 5px #666;
    transform: translateY(4px);*/
    color: #808080!important;
}

.btnlink.selected {
    color: #808080!important;
}

.dxcaTextBoxLabel {
    font-size: 15px!important;
    color: rgb(52, 58, 64) !important;
    /*font-family:'Dolce Vita';*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.demo_wrap {
    position: relative;
    overflow: visible;/*hidden*/
    padding: 16px;
    /*border: 1px dashed green;*/
}

/*.demo_wrap h1 {
    padding: 100px;
    position: relative;
    z-index: 2;
}*/

.demo_wrap .image3 {
    position: absolute;
    left: 10%;
    top: 0;
    right: 10%;
    width: 70%;
    height: auto;
    opacity: 0.2;
    margin: auto;
    /*border:solid;*/
}

.demo_wrap .image2 {
    position: absolute;
    left: 10%;
    top: 0;
    right: 10%;
    width: 70%;
    height: auto;
    opacity: 0.5;
    margin: auto;
    /*border:solid;*/
}

.demo_wrap .imagelogo {
    position: absolute;
    left: 10%;
    top: 0;
    right: 10%;
    width: 60%;
    height: auto;
    opacity: 0.1;
    margin: auto;
    /*border:solid;
    min-height:300px!important;
    z-index: 10000!important;*/
}

.demo_wrap .imagelogo2 {
    position: absolute;
    left: 0%;
    bottom:0;
    width: 40%;
    height: auto;
    opacity: 0.3;
    margin: auto;
    /*border:solid;*/
}

.check-panel-loading {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    z-index: 99;
    align-content:center;
}

.check-loading {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px;
    margin: auto;
    border-radius: 5px;
    border: solid 1px #585858;
    z-index: 999;
    width:160px;
}

@media only screen and (max-width: 600px) {
    .demo_wrap .imagelogo {
        position: absolute;
        left: 0%;
        /*bottom:0;*/
        top: 20%;
        width: 100%;
        height: auto;
        opacity: 0;
        margin: auto;
        /*border:solid;*/
    }
}

.text-color-morado {
    color: #F26E29;
}

.link-color-morado {
    color: #F26E29;
    text-decoration: underline;
}

.link-color-morado:hover {
    text-decoration: underline;
    cursor: pointer;
}

.text-color-turquesa {
    color: #2b9be0;
}

.link-color-turquesa {
    color: #2b9be0;
    text-decoration: underline;
}

.link-color-turquesa:hover {
    text-decoration: underline;
    cursor: pointer;
}
