.accesibilidad-box {
    transition: all 1s;
    background-color: #fff;
    width: 342px;
    height: 50px;
    border-radius: 1.2rem 0 0 1.2rem;
    z-index: 999;
    display: flex;
    padding-top: 5px;
    box-sizing: border-box;
}
.box {
    /* width: 60px; */
    float: left;
}
.contenedor {
    float: left;
    border: none !important;
    height: 36px;
    display: flex;
    flex-direction: row;
}
.animacion-oculta{
    position: fixed;
    right: -288px;
    top: 20%;
}
.oculta-a {
    position: fixed;
    right: 0;
}
.img-resize {/* width: 40px; *//* height: 40px; */}
a.font_resize-button {
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    /* padding: 2px 10px; */
    padding-left: 5px;
    padding-right: 5px;
}
i.fa.fa-question {
    color: #000;
    font-size: 25px;
}
.ng {
    color:black;
}
.black_mode {
  background: black !important;
  color: white !important;
}
