.accesibilidad-box {
    transition: all 1s;
    background-color: #3366CC;
    width: 342px;
    /* height: 50px; */
    /* border-radius: 3px 10px 10px 10px; */
    z-index: 999;
    display: flex;
    /* padding-top: 5px; */
    box-sizing: border-box;
    border-radius: 5px;
}
.box {
    width: 45px;
    float: left;
    height: auto;
    background-color: #3366CC;
    border-radius: 5px;
    text-align: center;
    /* padding-top: 10px; */
    padding-bottom: 10px;
}
.contenedor {
    float: left;
    border: none !important;
    height: 36px;
    display: flex;
    flex-direction: row;
}
.animacion-oculta{
    position: fixed;
    right: -302px;
    top: 30%;
}
.oculta-a {
    position: fixed;
    right: 0;
}
.img-resize {/* width: 40px; *//* height: 40px; */padding-bottom: 10px;padding-top: 10px;}
a.font_resize-button {
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    /* padding: 2px 10px; */
    /* padding-left: 2px; */
    /* padding-right: 2px; */
    -webkit-text-emphasis: triangle;
    /* float: left; */
    /* padding-bottom: 10px; */
}
i.fa.fa-question {
    color: #000;
    font-size: 25px;
}
.ng {
    color:black;
}
.contraste_mode {
  -webkit-filter: invert(1);
  filter: invert(1);
}
