@import url('extra.duration.css');
@import url('extra.delay.css');
@import url('extra.mix-blend-mode.css');
@import url('extra.animate.css');


html {
    /*overflow-x: hidden;*/
}

body {
    /*overflow-x: hidden;*/
}

html,
body {
    background: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

a {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.anima {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

a:hover {
    /*text-decoration: none;*/
}


:active {
    outline: none !important;
}



.noselect,
.noselect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noselect,
.noselect img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}


*[data-anijs] {
    visibility: hidden;
}

*[data-anijs].stshow {
    visibility: visible;
}

.showed {
    visibility: visible;
}

@media (min-width: 992px) {
    input:focus,
    textarea:focus {
        outline: none;
    }

    a:focus {
        /*outline: auto;*/
    }
}


/* BOOTSTRAP LOCAL 4.1 */

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


html.swal2-shown {
    overflow-y: visible !important;
}

body.swal2-shown {
    padding-right: 0 !important;
}

.swal2-modal .swal2-title {
    line-height: 1 !important;
}




