/** DIV **/
.accesibilidad-menu {
    background-color: #3366cc;
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

*, ::after, ::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 1rem;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #fff !important;
}
::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}

/** UL **/
.accesibilidad-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/** LI **/
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/** A **/
.accesibilidad-items a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a {
    cursor: pointer !important;
    color: #3366CC;
}

a, a:active {
    color: #10498F;
    text-decoration: none;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}

/* IMG */
.accesibilidad-items img {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

img {
    vertical-align: middle;
    border-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

/* SPAN */ 
.accesibilidad-items span {
    font-size: 13px;
    margin-left: 10px;
    color: #fff !important;
}
.ira {
    position: fixed;
    left: 25%;
    width: 50%;
    padding: 20px;
    background: #f3f3f3;
    text-align: center;
    top: 20%;
    z-index: 3;
    display: none;
}

#start{
-webkit-appearance: none;
appearance: none;
background-color: #36c;
color: #fff;
border-radius: 25px;
border: none;
padding: 10px 20px;
}