html {
  font-size: 14px;
}
body {
    background-color: whitesmoke;
    background: no-repeat url('../img/flogin.jpg');
    background-size: 100% 100%;
}
a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


.w-60 {
    width: 60% !important;
}
.w-40 {
    width: 40% !important;
}
.fintro {
    height: calc(100vh - 150px - 1.35rem);
    padding: .5rem .5rem 2rem;
}
.redondear {
    border-radius: 10px;
    overflow: hidden;
}
.sombra {
    box-shadow: rgba(100,100,100, 0.3) 0px 8px 14px;
}

.gris .dx-button-text {
    color: rgba(170,170,170) !important;
}
.negro .dx-button-text {
    color: #333 !important;
}
.negro:hover {
    border-color: blue !important;
}
.dx-widget {
    font-size: 13px !important;
}
.dx-placeholder {
    font-size: 15px !important;
}

/* inicio */
.ilogo {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 100;
}
    .ilogo > img {
        width: 150px;
        height: 60px;
    }

.icomercial {
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 180px;
    height: 50px;
    z-index: 100;
}
.btn_nav {
    position: fixed;
    width: 100%;
    height: 68px;
    background-color: #323232;
    border-bottom: 2px solid #777777;
    /*Below are two new line which enable opacity*/
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.icomercial .dx-button-text, .icomercial .dx-button-mode-outlined .dx-icon {
    color: rgb(242,242,242) !important;
}




/* login */
#galeria {
    margin: auto;
    max-width: 100%;
}
#flogin input.dx-texteditor-input {
    font-size: 16px;
}
.imgusr {
    color: rgb(48,52,63);
    font-size: 70px;
    font-weight: 800;
}
#blogin {
    border-radius: 20px !important;
}
.idioma {
    position: relative;
    min-height: 28px;
}
.dx-dropdowneditor-input-wrapper .idioma > img {
    padding-left: 2px;
}
.idioma .sidioma {
    display: inline-block;
    padding-left: 24px;
    line-height: 28px;
    font-size: 14px;
    width: 100%;
}
.idioma > img {
    left: 2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}


/* accesado */
.foto {
    color: rgb(48,52,63);
    font-size: 16vw !important;
    font-weight: 700;
}
.tit {
    font-size: calc(1.325rem + 0.9vw);
    padding-bottom:0 !important;
}
.stit{
    font-size: 13px;
    font-style: italic;
}

/* panel preloader */
#wpanel {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    background-color: rgba(242, 242, 242, 0.3);
    /* align-items: center; */
}

    #wpanel.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.wvista {
    width: 230px;
    height: 70px;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    border-radius: 8px;
    background-color: rgb(255,255,255);
    box-shadow: 0 8px 16px 0 rgba(61, 74, 108, 0.14);
    user-select: none;
}

.wprecarga {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    animation: spin 1.2s linear infinite;
}

    .wprecarga:before, .wprecarga::after {
        content: '';
        position: absolute;
        border-radius: inherit;
    }

    .wprecarga::before {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(0deg, var(--azul) 0%, var(--fazul) 100%);
    }

    .wprecarga::after {
        width: 80%;
        height: 80%;
        background-color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.wtit {
    margin: 0 10px;
    font-size: 16px;
}

.wsubtit {
    margin: 0 10px;
    font-size: 11px;
}