﻿.pagina-acessivel {
    background-color: #000 !important;
    color: #fff !important;
    transition: all ease 0.5s;
}

.whiteBorder {
    border: 1px solid #fff !important;
    transition: all ease 0.5s;
}

.readableFont {
    letter-spacing: 1px;
    transition: all ease 0.5s;
    font-family: Arial !important;
    /*font-size: 2.3vw !important;*/
}

.brightImg {
    filter: brightness(10);
    transition: all ease 0.5s;
}

.widget {
    top: 20%;
    right: 4%;
    position: fixed;
    width: 300px;
    z-index: 999;
}

.accessIcon {
    width: 43px;
    height: 43px;
    float: right;
    position: relative;
    border-radius: 7px;
    border: none;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

    .accessIcon svg {
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

.widgetBtns {
    width: 330px;
    max-width: 350px;
    float: right;
    position: relative;
    margin: 15px 0px;
    background: #f7f7f7;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.13);
    border-radius: 7px;
    text-align: center;
    padding: 10px 5px 5px 5px;
    display: none;
}

.accessBtn {
    width: 47%;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.13);
    border-radius: 7px;
    font-family: Rosarivo;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    padding: 14px 10px 4px 8px;
    margin: 0px 2px 8px 2px;
    border: none;
    text-transform: capitalize;
    vertical-align: top;
    min-height: 60px;
}

.readableBtn svg {
    margin-bottom: 8px;
}

.accessBtn:hover path {
    fill: #F0BE3B !important;
}

.accessBtn:hover {
    color: #F0BE3B;
}

.whiteFill {
    fill: "#fff !important";
    transition: all ease 0.5s;
}

.blackFill {
    fill: "#fff !important";
    transition: all ease 0.5s;
}

.whitebg {
    background: #fff !important;
    color: #000 !important;
    transition: all ease 0.5s;
}

input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
    transition: all ease 0.5s;
}

.grayscale {
    -webkit-filter: grayscale(0.2) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0.2) !important;
    fill: rgba(0, 0, 0, 0.8) !important;
    // background: rgba(0, 0, 0, 0.07);
    color: black !important;
}

.grayscale2 {
    -webkit-filter: grayscale(0.5) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(0.5) !important;
    fill: rgba(0, 0, 0, 0.4) !important;
    //background: rgba(129, 129, 129, 0.4);
    color: black !important;
}

.grayscale3 {
    -webkit-filter: grayscale(1) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(1) !important;
    fill: rgba(0, 0, 0, 0.07) !important;
    //background: rgba(129, 129, 129, 1);
    color: black !important;
}

.grayClr1 {
    background: #DCDCDC !important;
    color: black !important;
}

.grayClr2 {
    background: #D3D3D3 !important;
    color: black !important;
}

.grayClr3 {
    background: #C0C0C0 !important;
    color: black !important;
}

.blackFont {
    color: #000 !important;
}

.grayscaleBorder {
    border: 1px solid #b8aeb8 !important;
}

.accessBtn.grayClr3:hover svg path {
    fill: black !important;
}

.accessBtn.grayClr3:hover {
    color: black !important;
}

.negativeClr {
    filter: invert(1) !important;
    //background: rgba(0, 0, 0, 0.91) !important;
    transition: all ease 0.3s;
}

button:focus, a:focus,
input:focus, select:focus, .newsletter-subscribe-text:focus, span:focus, li:focus, textarea:focus {
    box-shadow: 0 0 2px 2px #51a7e8;
    outline: auto !important;
}

button:focus, a:focus,
input:focus, select:focus {
    outline: none;
}

.networks li a {
    font-size: 0px !important;
}
