@charset "UTF-8";
html, body {
    overflow: hidden;
    height: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap ;
    overflow: hidden;
}

html *, body * {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
body {
    height: max-content;
}
html {
    overflow-y: auto;
}

h2 {
    font-size: 16px;
}

h1 {
    font-size: 18px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none;
    width: 0px;
    height: 0px;
}
.wow {
    visibility: hidden;
}

/*********************************************************************************
    MODIFICACION A CSS/FLTAICON.CSS PARA QUE SE MUESTREN BIEN
*********************************************************************************/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    margin-left: 0px;
}

[class^="flaticon-"] {
    height: min-content;
}

/*********************************************************************************
    MODIFICACION A SWIPER PARA QUE SE MUESTREN BIEN
*********************************************************************************/
.swiper-pagination-bullet {
    background: white;
}

/*********************************************************************************
    MODIFICACION A LAS BARRAS SCROLL
*********************************************************************************/
/* width */
::-webkit-scrollbar {
    width: 1px;
    background: transparent;
}
  
/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 2px;
    background-color: transparent;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 2px;
}