:root {
    /* LIGHT BLUE */
    --lblue1: #2164c2;
    --lblue2: #1c57a8;
    --lblue3: #184a8f;
    /* DARK BLUE */
    --dblue1: #989da6;
    --dblue2: #83878f;
    --dblue3: #6a6d73;
    /* ORANGE */
    --orange1: #ff7824;
    --orange2: #ec6d20;
    --orange3: #cc601d;



    --black: #000;
    --gray1: #111;
    --gray2: #222;
    --gray3: #333;
    --gray4: #444;
    --gray5: #555;
    --gray6: #666;
    --gray7: #777;
    --gray8: #888;
    --gray9: #999;


}


.site-acessivel-body * {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1) !important;
}


/*.site-acessivel-body .bg-f5f5f5,
.site-acessivel-body .plans-list>li {
	    background: #000;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}*/

#site-acessivel {
    width: 200px;
    background:var(--white);
    border: 0px;
    border-right-width: 0;
    position: fixed;
    top:160px;
    right:-200px;
    min-height: 35px;
    z-index: 999999999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2ms;
    -o-transition: all 0.2ms;
    transition: all 0.2s;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#site-acessivel a#site-acessivel-btn {
    background-color: var(--lblue2);
    position: absolute;
    top:30px;
    right:215px;
    width: 50px;
    height: 50px;
    line-height:50px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#site-acessivel a#site-acessivel-btn:hover,
#site-acessivel a#site-acessivel-btn:focus{
    background-color: var(--lblue3);
}

#site-acessivel a#site-acessivel-btn img {
    width:28px;
    position:relative;
    top:-2px;
}

#site-acessivel a#site-acessivel-btn i {
    font-family: "Material Design Icons";
    font-size: 28px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--white);
}

#site-acessivel a#site-acessivel-btn i.site-acessivel-icon:before {
    content: "\F2E6";
}

#site-acessivel a#site-acessivel-btn i.site-acessivel-loading {
    display: none;
}

#site-acessivel a#site-acessivel-btn i.site-acessivel-loading:before {
    content: "\F453";
    font-size: 28px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform:rotate(0deg);
    }

    to {
        -webkit-transform:rotate(360deg);
    }
}

#site-acessivel.open {
    right: 15px;
}

#site-acessivel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--white);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#site-acessivel ul li {
    line-height:36px;
    border-top:2px var(--blackrgba2) solid;
}


#site-acessivel ul li a {
    background:transparent;
    color: var(--gray2);
}



#site-acessivel ul li a:first-child,
#site-acessivel ul li:first-child {
    border-top: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#site-acessivel ul li a:last-child,
#site-acessivel ul li:last-child {
    border-bottom: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#site-acessivel ul li a {
    display: block;
    padding: 0px 0px;
    color:var(--gray3);
    text-decoration: none;
    position: relative;
}

#site-acessivel ul li a  img{
    width:22px;
    margin-right:5px;
    position:relative;
    top:-2px;

}

#site-acessivel ul li a:before {
    font-family: "Material Design Icons";
    content: " ";
    font-size: 17px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#site-acessivel ul li a#site-acessivel-bigFont:before {
    /*content: "\F9F3";*/
}

#site-acessivel ul li a#site-acessivel-smallFont:before {
    /*content: "\F9F2";*/
}

#site-acessivel ul li a#site-acessivel-contrast:before {
    /*content: "\F195";*/
}


#site-acessivel ul li a#site-acessivel-invert:before {
    /* content: "\F301";*/
}

#site-acessivel ul li a#site-acessivel-grayscale:before {
    /*content: "\F266";*/
}

#site-acessivel ul li a#site-acessivel-linkHighlight:before {
    /*content: "\F287";*/
}

#site-acessivel ul li a#site-acessivel-regularFont:before {
    /*content: "\F69D";*/
}

#site-acessivel ul li a#site-acessivel-reset:before {
    /* content: "\F0E8";*/
}

#site-acessivel ul li a#site-acessivel-hearing:before {
    /* content: "\FA44";*/
}
#site-acessivel ul li a#site-acessivel-star:before {
    /*content: "\F4CE";*/
}




#site-acessivel ul li a:hover:before,
#site-acessivel ul li a.clicked:before {
    background-position-y: bottom !important;
}

#site-acessivel ul li a:hover {
    background:var(--white);
    color:var(--gray5);
}

#site-acessivel ul li a.clicked {
    background:var(--white);
    color:var(--gray5);
}



.site-acessivel-grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.site-acessivel-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: #000;
}

.site-acessivel-linkHighlight a {
    text-decoration: underline !important;
}

.site-acessivel-regularFont {
    font-family: Arial, Helvetica, sans-serif !important;
}






.site-acessivel-contrast {
    --blackrgba10: rgba(255,255,255,1.0);
    --blackrgba9: rgba(255,255,255,0.9);
    --blackrgba8: rgba(255,255,255,0.8);
    --blackrgba7: rgba(255,255,255,0.7);
    --blackrgba6: rgba(255,255,255,0.6);
    --blackrgba5: rgba(255,255,255,0.5);
    --blackrgba4: rgba(255,255,255,0.4);
    --blackrgba3: rgba(255,255,255,0.3);
    --blackrgba2: rgba(255,255,255,0.2);
    --blackrgba1: rgba(255,255,255,0.1);
    --blackrgba0: rgba(255,255,255,0.0);


    --whitergba10: rgba(0,0,0,1.0);
    --whitergba9: rgba(0,0,0,0.9);
    --whitergba8: rgba(0,0,0,0.8);
    --whitergba7: rgba(0,0,0,0.7);
    --whitergba6: rgba(0,0,0,0.6);
    --whitergba5: rgba(0,0,0,0.5);
    --whitergba4: rgba(0,0,0,0.4);
    --whitergba3: rgba(0,0,0,0.3);
    --whitergba2: rgba(0,0,0,0.2);
    --whitergba1: rgba(0,0,0,0.1);
    --whitergba0: rgba(0,0,0,0.0);

    /* LIGHT BLUE */
    --lblue1: #ffed00;
    --lblue2: #ffcc00;
    --lblue3: #e5b800;
    --lbluergba1: rgba(255, 204, 0,0.1);
    --lbluergba2: rgba(255, 204, 0,0.2);
    --lbluergba3: rgba(255, 204, 0,0.3);
    --lbluergba4: rgba(255, 204, 0,0.4);
    --lbluergba5: rgba(255, 204, 0,0.5);
    --lbluergba6: rgba(255, 204, 0,0.6);
    --lbluergba7: rgba(255, 204, 0,0.7);
    --lbluergba8: rgba(255, 204, 0,0.8);
    --lbluergba9: rgba(255, 204, 0,0.9);


    /* DARK BLUE */
    --dblue1: #d9ca00;
    --dblue2: #e5b800;
    --dblue3: #cca300;
    --dbluergba1: rgba(255, 204, 0,0.1);
    --dbluergba2: rgba(255, 204, 0,0.2);
    --dbluergba3: rgba(255, 204, 0,0.3);
    --dbluergba4: rgba(255, 204, 0,0.4);
    --dbluergba5: rgba(255, 204, 0,0.5);
    --dbluergba6: rgba(255, 204, 0,0.6);
    --dbluergba7: rgba(255, 204, 0,0.7);
    --dbluergba8: rgba(255, 204, 0,0.8);
    --dbluergba9: rgba(255, 204, 0,0.9);



    /* ORANGE */
    --orange1: #d9ca00;
    --orange2: #e5b800;
    --orange3: #cca300;
    --orangergba1: rgba(255, 204, 0,0.1);
    --orangergba2: rgba(255, 204, 0,0.2);
    --orangergba3: rgba(255, 204, 0,0.3);
    --orangergba4: rgba(255, 204, 0,0.4);
    --orangergba5: rgba(255, 204, 0,0.5);
    --orangergba6: rgba(255, 204, 0,0.6);
    --orangergba7: rgba(255, 204, 0,0.7);
    --orangergba8: rgba(255, 204, 0,0.8);
    --orangergba9: rgba(255, 204, 0,0.9);

    --white: #000;
    --f1f1f1: #101010;
    --eeeeee: #151515;
    --cccccc: #111111;
    --black: #fff;
    --gray1: #999;
    --gray2: #888;
    --gray3: #888;
    --gray4: #666;
    --gray5: #CCC;
    --gray6: #444;
    --gray7: #333;
    --gray8: #222;
    --gray9: #111;
    --Whats1: #ffcc00;
    --Whats2: #cca300;
    --Whatsrgba: rgba(255, 204, 0, 0.5);
}



.site-acessivel-contrast .main-menu__item .main-menu__link {
    color: var(--black);
}



.site-acessivel-contrast .main-menu__sub-list li a {
    color: var(--black);
}

.site-acessivel-contrast .bg-white{
    background:var(--white) !important
}

.site-acessivel-contrast .adress-contact-item-text {
    color: var(--black);
}
.site-acessivel-contrast .what-to-do-item .what-to-do-img img {
    -webkit-box-shadow: 0px 5px 25px 0px var(--whitergba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--whitergba2);
    box-shadow: 0px 5px 25px 0px var(--whitergba2);

}
.site-acessivel-contrast .whattodo:hover .what-to-do-img img,
.site-acessivel-contrast .what-to-do-item:hover .what-to-do-img img {
    -webkit-box-shadow: 0px 9px 25px 0px var(--whitergba5);
    -moz-box-shadow: 0px 9px 25px 0px var(--whitergba5);
    box-shadow: 0px 9px 25px 0px var(--whitergba5);

}