/* --------------------------------------------------------------- */

*:focus {

    /* REMOVE ALL EFFECTS */
    outline: none;
    /* border: none;  */
    box-shadow: none; 

    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;

}

/* --------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body {

    overflow-y: auto;
    overflow-x: hidden;

    /* PREVENT TEXT SELECTION */
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;

}

body.no-scroll {
    overflow-y: hidden;
}

/* --------------------------------------------------------------- */

/* li { font-size: .9rem !important; } */

/* h6 { font-size: .9rem !important; } */

/* --------------------------------------------------------------- */

/* LOADING SCREEN SPINNER */
.loading-screen .spinner-border {

    color: var(--greenConexo);

}

/* --------------------------------------------------------------- */

/* WAIT OVERLAY */
#wait-overlay {

    width: 100svw !important;
    height: 100svh !important;

}

/* --------------------------------------------------------------- */

.btn-span {

    letter-spacing: .1rem;
    font-weight: 600 !important;

}

#info-text {

    hyphens: auto;
    text-align: justify;
    word-spacing: -0.2rem;
    font-family: 'Gilroy', sans-serif;

}
@media only screen and (max-width:560px) {
    #info-text { word-spacing: auto; }
}

.vr {

    background-color: white !important;
    opacity: 1 !important;

}

/* --------------------------------------------------------------- */
