@import url('https://fonts.cdnfonts.com/css/open-dyslexic');

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container_acess {
    background-color: rgb(237 233 233 / 76%) !important;
    width: 330px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 1px 1px 1px 1px #00000071 !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    position: fixed !important;
    right: 1% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 50px !important;
    flex-direction: column !important;
    text-align: center !important;
    display: none;
    z-index: 2147483647
}

.title {
    font-size: 20px !important;
    margin-top: 10px !important;
}

.close-btn {
    width: 25px !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    cursor: pointer !important;
    font-size: 20px !important;
    background-color: red !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 8px !important;
}

.close-btn-close {
    display: none;
}

.items {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
    margin: 0px;
}

.container_acess .items article {
    width: 100px !important;
    height: 95px !important;
    background-color: #f4fbfb;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 10px !important;
    margin: 10px !important;
    border-radius: 8px !important;
    box-shadow: 1px 6px 6px #00000050 !important;
}

.container_acess .items article:hover {
    box-shadow: 0px 10px 10px 10px #00000050 !important;
}

.btn-items {
    background-color: #dfdfdf;
    color: #000;
    width: 85px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #c3c3c385 !important;
    border-radius: 7px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.btn-items:active{
    background-color: #0070ffd6;
}

.container_acess .items article p {
    text-align: center !important;
}

#acessibilidade_container {
    text-align: center !important;
    padding-block: 10px;
    width: 32px;
    height: 170px;
    background-color: #101010fa;
    color: #fff;
    font-weight: 700;
    position: fixed;
    right: 0 !important;
    top: 75% !important;
    border-radius: 0px 15px 15px 0px !important;
    transform: translateY(-75%) rotate(-180deg) !important;
    transform-origin: center !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    white-space: nowrap !important;
    writing-mode: vertical-rl !important;
    cursor: pointer;
    z-index: 2147483647
}

.icone_acessibilidade {
    padding: 0 !important;
    height: 30px !important;
    width: 30px !important;
    transform: translateY(-50%) rotate(180deg) !important;
}


.ativo {
    color: #fff;
    background: #0070ffd6;
}

.pointer {
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 255, 0.637);
    border-radius: 50%;
    transition: .1s;
    pointer-events: none;
    display: none;
    z-index: 2147483647;
}

#linhaLeitura {
    position: fixed;
    top: 50%;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: red;
    pointer-events: none;
    display: none;
    z-index: 2147483647;
}

.contraste {
    background-color: black;
    color: white;
}

.items_contraste {
    background-color:#1e1e1edb !important;
}

.leitura {
    background-color: #fff;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    border-radius: 10px;
}

.leitura h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.leitura p {
    font-size: 18px;
    margin-bottom: 10px;
}

.leitura img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

@media screen and (max-width: 600px) {
    #acessibilidade_container {
        width: 30px;
    }
}