.h_iframe iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1000px;
}

body {
    font-family: "Open Sans", sans-serif;
}

.no-bkg {
    background: none !important;
}

div.menu-top {
    float: right;
    width: 100%;
}

div.menu-top div {
    background-color: #fafafa;
    border: solid #f0f0f0 1px;
    float: left;
    padding: 10px 0px;
    height: 41px;
}

div.menu-top div:last-child {
    padding: 6px 15px;
}

div .menu-top a {
    color: #234277;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.navbar .boder-bottom-navbar {
    float: left;
    width: 100%;
    height: 5px;
    background: #234277;
}

.navbar-default {
    background-color: #234277;
    border-top: 1px solid #234277;
    border-bottom-width: 0px;
}

.input-group {
    margin-top: 8px;
    margin-bottom: 5px;
}

.navbar-collapse {
    padding-left: 0px;
}

.navbar-default .nav.navbar-nav > li:hover > a:before {
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(131, 181, 46,1);
    position: absolute;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-bottom: 1px solid #234277;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

section#servicos {
}

.Home_titulo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.titulo-home {
    font-size: 2em;
    font-weight: bold;
    line-height: 45px;
}

.texto-explicativo {
    margin-bottom: 10px;
}

.atualizacao-data {
    padding: 20px 0px;
}

div#cards {
    margin-top: 30px;
}

#menu-botoes .box-botao {
    background-color: #234277;
    color: #fff;
    text-align: center;
    height: 140px;
    margin-bottom: 25px;
    line-height: 1.15em;
    border-radius: 5px;
    box-shadow: 3px 3px 0px #bbbbbb;
    padding: 5px;
}

/* #menu-botoes .box-botao:a{
     display: block;width: 100%;height: 100%;
     color: #fff !important;
     &:hover, &:active, &:visited{
         text-decoration: none !important;
     }
 }*/
#menu-botoes .box-botao:hover {
    background-color: #234277 !important;
    transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

#menu-botoes .box-botao:active {
    position: relative;
    top: 1px;
    left: 1px;
}

#menu-botoes .box-botao a:hover,
#menu-botoes .box-botao a:active,
#menu-botoes .box-botao a:visited {
    text-decoration: none !important;
}

#menu-botoes .box-botao a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

#menu-botoes .box-botao .box-container-button {
    display: table;
    width: 100%;
    height: 100%;
}

#menu-botoes .box-botao .box-container-button .align-button {
    display: table-cell;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
}

#menu-botoes .box-botao .box-container-button span.titulo {
    padding: 6px 0 0;
    margin: 0 auto 2px;
    display: block;
    font-size: 1em "Open-Sans", sans-serif;
}

section#rodape {
    padding-top: 40px;
    background: #234277 none repeat scroll 0 0;
}

.menu-rodape {
    margin-bottom: 60px;
}

section#rodape ul {
    padding-left: 0px;
}

section#rodape ul span {
    color: #83b52e;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

section#rodape ul li {
    list-style: none;
    line-height: 18px;
}

section#rodape ul li a {
    color: #fff;
    font-size: 1em;
    line-height: 25px;
}

section#rodape .copyright {
    padding: 20px 10px;
    text-align: center;
}

section#rodape .copyright span {
    font-size: 15px;
    color: rgba(238, 238, 238, 1);
}

div#sumario-atualizacao {
    float: right;
    padding-top: 16px;
}

/********Datatable***********/

#pesquisa .content-search {
    width: 100%;
    position: relative;
    padding: 20px 0;
    background-color: #ddd;
    overflow: hidden;
}

#pesquisa h3 {
    font-size: 22px;
}

label {
    font-size: 13px;
    color: #535353;
    font-weight: normal;
}

#pesquisa form button.btn {
    background-color: #234277;
}

.footer-search {
    margin: 45px 0;
    overflow: hidden;
}

.footer-search select {
    margin: 0 10px;
}

.content-table-results {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

table.table-results .sort-classificacao,
table .val-classificacao {
    max-width: 295px;
}

table.table-results thead tr {
    background-color: #234277;
}

table.table-results thead th {
    border: none;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}

table.table-results th i {
    margin-top: 2px;
}

table.table-results tbody tr:nth-child(odd) {
    background-color: #fff3d9;
}

table.table-results tbody tr td {
    border: none;
    border-right: 1px solid #ddd;
}

table.table-results tbody tr.total-results td {
    font-weight: bold;
    text-align: center;
}

table.table-results tbody tr.total-results td.val-classificacao {
    text-align: right;
}

.content-pagination {
    width: 100%;
    position: relative;
    margin: 30px 0;
}

.content-pagination ul {
    margin: 0;
    padding: 0;
}

.content-pagination ul li a {
    font-size: 13px;
    color: #999;
}

.content-pagination ul li.active a {
    background-color: #234277;
}

.line .form-group .form-group {
    margin-bottom: 0;
}

.line .input-group-addon {
    cursor: pointer;
}

/*************menu hover and dropdown***********************/

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
    text-decoration: underline;
}
.dropdown-menu > li > a {
    font-size: 1em;
}
@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #ccc;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

/*************section detalhes despesa***********************/

.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #234277;
    border-color: #234277;
}

.panel-info {
    border-color: #eee;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout {
    padding: 10px 5px;
    margin: 5px 0;
    border: 1px solid #eee;
    border-left: 1px solid #234277;
    border-left-width: 5px;
    border-radius: 3px;
}

/*************section detalhes emprenho***********************/

.panel-default > .panel-heading {
    color: #fff;
    background-color: #234277;
    border-color: #234277;
}

/*Página Indisponivel*/
html,
body {
    height: 100%;
    min-height: 100%;
}

#head-indis {
    text-align: center;
}

#head-indis img {
    text-align: center;
    display: inline-flex;
}

#indisponivel {
    text-align: center;
    /*height: 100%;
    min-height: 100%;*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 45px;
}

#header-indis {
    text-align: center;
    display: inline-block;
}

.footer-indis {
    text-align: center;
    display: inline-block;
}

#indisponivel img {
    width: 250px;
}

.content-indis {
    margin: 5px 0 20px 0;
}

#indisponivel h1 {
    font-size: 40px;
    color: #b5b5b5;
}

.boder-bottom-navbar {
    float: left;
    width: 100%;
    height: 5px;
    background: #234277;
}

.carousel-indicators.videos {
    bottom: -32px;
    left: 0px;
}

/**********AUTO CONTRASTE TOPO *********/
a.link-contraste {
    color: #000;
}

.header-accessibility {
    right: 0;
    float: right;
    margin-right: 20px;
    color: #000;
    margin-top: 7px;
}

/**********VLIBRA TOPO**********/
#brasil-vlibras .link-vlibras {
    height: 50px;
    top: 32px;
    width: 166px !important;
    display: block;
    border: 2px solid #234277;
    color: #ffffff;
    visibility: hidden;
    position: absolute;
    background-color: #234277;
    right: 15px;
}

.vlibras #brasil-vlibras:hover .link-vlibras {
    width: 166px !important;
    height: 50px !important;
    display: inline-table;
    border: 2px solid #234277;
    padding: 10px 15px 10px 15px;
    visibility: visible;
    background: #234277;
    z-index: 8;
}

.link-vlibras img {
    width: 160px;
}

.section-3-list {
    padding: 0;
    list-style-type: none;
}

.section-3-list span {
    margin-left: 8px;
}

.section-vlibras {
    line-height: 30px;
}

.col-md-4.vlibras {
    top: 25px;
}

span#brasil-vlibras {
    float: right;
}

/**********FIM VLIBRA TOPO**********/
/**********BARRA VLIBRA**********/
#barra-brasil-vlibras .barra-link-vlibras {
    height: 50px;
    top: 10px;
    width: 166px !important;
    display: block;
    border: 2px solid #234277;
    color: #ffffff;
    visibility: hidden;
    position: absolute;
    background-color: #234277;
    left: 104px;
}

.barra-vlibras:hover #barra-brasil-vlibras .barra-link-vlibras {
    width: 166px !important;
    height: 50px !important;
    display: inline-table;
    border: 2px solid #234277;
    padding: 10px 15px 10px 15px;
    visibility: visible;
    background: #234277;
    z-index: 8;
}

.barra-link-vlibras img {
    width: 160px !important;
}

.section-3-list {
    padding: 0;
    list-style-type: none;
}

.section-3-list span {
    margin-left: 8px;
}

.section-vlibras {
    line-height: 30px;
}

/**********FIM BARRA VLIBRA**********/
/***********Redes sociais flutuantes ***************/

.menu_flutuante {
    position: absolute;
    z-index: 9999999;
    left: 12px;
}

@media (max-width: 768px) {
    .menu_flutuante {
        display: none;
    }
}

.menu_flutuante ul {
    margin: 0px;
    padding: 0px;
}

.menu_flutuante ul li {
    padding: 10px;
    border-radius: 50px;
    list-style-type: none;
    margin: 10px 0px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_flutuante img {
    width: 30px;
}

.menu_flutuante ul li span {
    color: #fff;
    padding-left: 10px;
    display: none;
}

.menu_flutuante ul li:hover {
    width: auto;
    text-align: left;
}

.menu_flutuante ul li:hover span {
    display: inline-block;
}

.menu_flutuante .flutuante_servicos {
    background: #234277;
}

.menu_flutuante .flutuante_face {
    background: #3b5998;
}

.menu_flutuante .flutuante_google {
    background: #dc4e41;
}

.menu_flutuante .flutuante_twitter {
    background: #26a6d1;
}

.menu_flutuante .flutuante_instagram {
    background: #3f729b;
}

.menu_flutuante .flutuante_libras {
    background: #00529b;
}

.menu_flutuante .flutuante_contraste {
    background: #000;
}

.flutuante_servicos a {
    color: #fff !important;
}

/***************CSS AUTO CONTRASTE *********************/
.contrast,
.contrast nav,
.contrast div,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article {
    background: black !important;
    color: white !important;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast q,
.contrast i,
.contrast b,
.contrast u,
.contrast span {
    color: white !important;
}

.contrast a {
    color: greenyellow !important;
}

.contrast button,
.contrast input[type="button"],
.contrast input[type="reset"],
.contrast input[type="submit"] {
    background: black !important;
    color: greenyellow !important;
    border: 1px solid;
}

.contrast .form-control {
    color: #fff;
    background-color: #000;
}

.contrast img.on-contrast-force-gray {
    filter: grayscale(100%) contrast(120%);
}

.contrast img.on-contrast-force-white {
    filter: brightness(0) invert(1);
}

.contrast input[type="text"],
.contrast input[type="password"],
.contrast input[type="url"],
.contrast input[type="search"],
.contrast input[type="email"],
.contrast input[type="tel"],
.contrast input[type="date"],
.contrast input[type="month"],
.contrast input[type="week"],
.contrast input[type="datetime"],
.contrast input[type="datetime-local"],
.contrast textarea,
.contrast input[type="number"] {
    background: black !important;
    border: 1px solid white !important;
    color: white !important;
}

.contrast #menu-botoes .box-botao:hover {
    background-color: #95d923 !important;
    transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.contrast .navbar-default {
    border: 1px solid #000 !important;
}

.contrast .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-bottom: 1px solid #000 !important;
}

.contrast .navbar-default .navbar-nav > .active > a,
.contrast .navbar-default .navbar-nav > .active > a:hover,
.contrast .navbar-default .navbar-nav > .active > a:focus {
    /* color: #000 !important; */
    background-color: #000000 !important;
}

.contrast .dropdown-menu > li > a:hover,
.contrast .dropdown-menu > li > a:focus {
    background-color: #000000 !important;
}

.contrast table.table-results thead tr {
    background-color: #000 !important;
    color: #fff !important;
}

.contrast table.table-results tbody tr:nth-child(odd) {
    background-color: #95d923 !important;
    color: #000 !important;
}

.contrast .pagination > li:first-child > a,
.contrast .pagination > li:first-child > span,
.contrast .pagination > li:last-child > a,
.contrast .pagination > li:last-child > span {
    background-color: #000;
}

.contrast .content-pagination ul li.active a {
    background-color: #95d923 !important;
    color: #000 !important;
}

.contrast .content-pagination ul li a {
    background-color: #000 !important;
}

.contrast .content-tabela thead tr {
    background-color: #000 !important;
    color: #fff !important;
}

.contrast .table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #95d923;
    color: #000;
}

.contrast .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    background-color: #000;
}

.contrast .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    background-color: #000;
}

.contrast
    .btn-group
    > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    background-color: #000;
}

.contrast .pagination > li > a,
.pagination > li > span {
    background-color: #000;
}

.contrast #pesquisa .content-search {
    border: 1px solid;
}
/*COVID19*/

.box-botao.btn-1.covid19 {
    background-color: #fff !important;
    border: 1px solid #f3f3f3;
}
.box-botao.btn-1.covid19 img {
    width: 65px;
}
.box-botao.btn-1.covid19 span {
    color: #000 !important;
    font-weight: 600;
}
.box-botao.btn-1.covid19:hover span {
    color: #fff !important;
}
.dados-covid {
}
.grafico-covid,
.numeros-covid {
    border: 1px solid #dfe1e5;
    box-shadow: 3px 3px 0px 0px #9292922e;
}

.numeros-covid-inner {
    border: 1px solid;
    border-radius: 10px;
}
.grafico-covid .panel-body {
    padding: 0px;
}
.grafico-covid {
    border-radius: 10px;
}
.numeros-covid {
    border-radius: 10px;
}

.covidtable {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 2px;
}
.covidtable td:not(:last-child) {
    border-right: 1px solid #dfe1e5;
}
.covidtable td:first-child {
    padding-right: 9px;
}
.tr1 {
    border-bottom: 1px solid #dfe1e5;
}
.sz9i9 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.GQXXO {
    color: #3c4043;
    font-size: 12px;
}
.rhs-osrp.rhstc4 .yeRnY {
    font-size: 18px;
}
.sz9i9 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yeRnY {
    color: #202124;
    font-size: 24px;
    padding: 2px 0;
}
.numeros-covid td {
    padding: 25px;
}
.covidh3.sz9i9 {
    font-size: 22px;
    font-weight: 600;
    color: #003b7c;
}
li.covid-menu {
    background: #fff;
}
li.covid-menu a {
    color: black !important;
}
li.covid-menu a:hover {
    color: black !important;
    border-color: greenyellow;
}
li.covid-menu:hover a:before {
    color: greenyellow !important;
    border-color: greenyellow !important;
    background-color: rgb(131, 181, 46,1) !important;
}

.navbar {
    border-radius: 0px;
}
.navbar-default {
    border-color: #234277;
}
.cards {
    height: 70px;
    margin-bottom: 25px;
    /*line-height: 1.15em;*/
    border-radius: 5px;
    box-shadow: 0px 3px 5px #bbbbbb;
    padding: 5px;
}

/* contraste que fiz */

#btn-contraste {
    cursor: pointer;
}

body.contraste * {
    transition: all 0.2s ease-in-out;
    background-color: #000 !important;
    color: #fff !important;
}

body.contraste .iCara *,
body.contraste .iCara {
    background-color: #fff !important;
    color: #000 !important;
}

body.contraste .btn-coresAlteradas,
body.contraste .btn-coresAlteradas:hover,
body.contraste .btn-coresAlteradas:focus {
    background-color: white;
    color: #95d923 !important;
    border-color: white;
}

body.contraste a {
    background-color: black !important;
    color: #95d923 !important;
    border-color: white;
}

body.contraste a > i,
body.contraste button > i {
    color: #95d923 !important;
}

/* 20. STICKY SOCIAL */
#stickySocial {
    position: fixed;
    top: 47%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    z-index: 999;
}

#stickySocial .nav {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#stickySocial .nav>li>a {
    position: relative;
    padding: 0;
    z-index: 0;
}

#stickySocial .nav>li>a>i {
    display: block;
    width: 42px;
    color: #aabbcc;
    background-color: #f5f6f7;
    border: 1px solid #eee;
    line-height: 42px;
    text-align: center;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
    transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}

#stickySocial .nav>li>a:hover>i {
    color: #fff;
    background-color: #eee;
}

#stickySocial .nav>li+li>a>i {
    border-top-width: 0;
}

#stickySocial .nav>li>a>span {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #eee;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

#stickySocial .nav>li>a:hover>span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

#stickySocial .nav>li>a>span:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 5px;
    border-color: #eee;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}

#stickySocial.sticky--right .nav>li>a>span:before {
    border-right-color: transparent !important;
}

#stickySocial.sticky--left {
    left: 0;
    right: auto;
}

#stickySocial.sticky--left .nav>li>a>span {
    left: 100%;
    right: auto;
    margin-left: 10px;
    margin-right: 0;
}

#stickySocial.sticky--left .nav>li>a>span:before {
    left: -10px;
    right: 0;
    border-left-color: transparent !important;
}

/* FACEBOOK */
.social--widget.style--1 .nav>li.facebook>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-facebook,
.social--widget.style--4 .nav>li>a>.fa-facebook,
.social--widget.style--7 .nav>li.facebook>a,
.social--widget.style--5 .nav>li.facebook>a:hover {
    color: #3b5998;
}

.social--widget.style--1 .nav>li.facebook>a:hover>span.icon,
.social--widget.style--2 .nav>li.facebook>a,
.social--widget.style--4 .nav>li>a:hover>.fa-facebook,
.social--widget.style--6 .nav>li.facebook>a,
.social--widget.style--6 .nav>li.facebook>a>.icon,
.social--widget.style--7 .nav>li.facebook>a,
.social--widget.style--7 .nav>li.facebook>a:hover>i,
.social--widget.style--5 .nav>li.facebook>a,
.social--widget.style--5 .nav>li.facebook>a:before,
#stickySocial ul.nav>li>a:hover>.fa-facebook,
#stickySocial ul.nav>li>a>.fa-facebook+span {
    background-color: #3b5998;
}

.social--widget.style--1 .nav>li.facebook>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-facebook,
.social--widget.style--6 .nav>li.facebook>a,
#stickySocial ul.nav>li>a:hover>.fa-facebook,
#stickySocial ul.nav>li>a>.fa-facebook+span:before {
    border-color: #3b5998;
}

.social--widget.style--2 .nav>li.facebook>a>.icon:before {
    border-right-color: #3b5998;
}

/* TWITTER */
.social--widget.style--1 .nav>li.twitter>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-twitter,
.social--widget.style--4 .nav>li>a>.fa-twitter,
.social--widget.style--7 .nav>li.twitter>a,
.social--widget.style--5 .nav>li.twitter>a:hover {
    color: #00aced;
}

.social--widget.style--1 .nav>li.twitter>a:hover>span.icon,
.social--widget.style--2 .nav>li.twitter>a,
.social--widget.style--4 .nav>li>a:hover>.fa-twitter,
.social--widget.style--6 .nav>li.twitter>a,
.social--widget.style--6 .nav>li.twitter>a>.icon,
.social--widget.style--7 .nav>li.twitter>a,
.social--widget.style--7 .nav>li.twitter>a:hover>i,
.social--widget.style--5 .nav>li.twitter>a,
.social--widget.style--5 .nav>li.twitter>a:before,
#stickySocial ul.nav>li>a:hover>.fa-twitter,
#stickySocial ul.nav>li>a>.fa-twitter+span {
    background-color: #00aced;
}

.social--widget.style--1 .nav>li.twitter>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-twitter,
.social--widget.style--6 .nav>li.twitter>a,
#stickySocial ul.nav>li>a:hover>.fa-twitter,
#stickySocial ul.nav>li>a>.fa-twitter+span:before {
    border-color: #00aced;
}

.social--widget.style--2 .nav>li.twitter>a>.icon:before {
    border-right-color: #00aced;
}

/* INSTAGRAM */
.social--widget.style--1 .nav>li.instagram>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-instagram,
.social--widget.style--4 .nav>li>a>.fa-instagram,
.social--widget.style--7 .nav>li.instagram>a,
.social--widget.style--5 .nav>li.instagram>a:hover {
    color: #d1146d;
}

.social--widget.style--1 .nav>li.instagram>a:hover>span.icon,
.social--widget.style--2 .nav>li.instagram>a,
.social--widget.style--4 .nav>li>a:hover>.fa-instagram,
.social--widget.style--6 .nav>li.instagram>a,
.social--widget.style--6 .nav>li.instagram>a>.icon,
.social--widget.style--7 .nav>li.instagram>a,
.social--widget.style--7 .nav>li.instagram>a:hover>i,
.social--widget.style--5 .nav>li.instagram>a,
.social--widget.style--5 .nav>li.instagram>a:before,
#stickySocial ul.nav>li>a:hover>.fa-instagram,
#stickySocial ul.nav>li>a>.fa-instagram+span {
    background-color: #d1146d;
}

.social--widget.style--1 .nav>li.instagram>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-instagram,
.social--widget.style--6 .nav>li.instagram>a,
#stickySocial ul.nav>li>a:hover>.fa-instagram,
#stickySocial ul.nav>li>a>.fa-instagram+span:before {
    border-color: #d1146d;
}

.social--widget.style--2 .nav>li.instagram>a>.icon:before {
    border-right-color: #d1146d;
}

/* YOUTUBE */
.social--widget.style--1 .nav>li.youtube>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-youtube,
.social--widget.style--4 .nav>li>a>.fa-youtube,
.social--widget.style--7 .nav>li.youtube>a,
.social--widget.style--5 .nav>li.youtube>a:hover {
    color: #d34836;
}

.social--widget.style--1 .nav>li.youtube>a:hover>span.icon,
.social--widget.style--2 .nav>li.youtube>a,
.social--widget.style--4 .nav>li>a:hover>.fa-youtube,
.social--widget.style--6 .nav>li.youtube>a,
.social--widget.style--6 .nav>li.youtube>a>.icon,
.social--widget.style--7 .nav>li.youtube>a,
.social--widget.style--7 .nav>li.youtube>a:hover>i,
.social--widget.style--5 .nav>li.youtube>a,
.social--widget.style--5 .nav>li.youtube>a:before,
#stickySocial ul.nav>li>a:hover>.fa-youtube,
#stickySocial ul.nav>li>a>.fa-youtube+span {
    background-color: #d34836;
}

.social--widget.style--1 .nav>li.youtube>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-youtube,
.social--widget.style--6 .nav>li.youtube>a,
#stickySocial ul.nav>li>a:hover>.fa-youtube,
#stickySocial ul.nav>li>a>.fa-youtube+span:before {
    border-color: #d34836;
}

.social--widget.style--2 .nav>li.youtube>a>.icon:before {
    border-right-color: #d34836;
}

/* Envelope - E-mail */
.social--widget.style--1 .nav>li.envelope>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-envelope,
.social--widget.style--4 .nav>li>a>.fa-envelope,
.social--widget.style--7 .nav>li.envelope>a,
.social--widget.style--5 .nav>li.envelope>a:hover {
    color: #e29b0b;
}

.social--widget.style--1 .nav>li.envelope>a:hover>span.icon,
.social--widget.style--2 .nav>li.envelope>a,
.social--widget.style--4 .nav>li>a:hover>.fa-envelope,
.social--widget.style--6 .nav>li.envelope>a,
.social--widget.style--6 .nav>li.envelope>a>.icon,
.social--widget.style--7 .nav>li.envelope>a,
.social--widget.style--7 .nav>li.envelope>a:hover>i,
.social--widget.style--5 .nav>li.envelope>a,
.social--widget.style--5 .nav>li.envelope>a:before,
#stickySocial ul.nav>li>a:hover>.fa-envelope,
#stickySocial ul.nav>li>a>.fa-envelope+span {
    background-color: #e29b0b;
}

.social--widget.style--1 .nav>li.envelope>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-envelope,
.social--widget.style--6 .nav>li.envelope>a,
#stickySocial ul.nav>li>a:hover>.fa-envelope,
#stickySocial ul.nav>li>a>.fa-envelope+span:before {
    border-color: #e29b0b;
}

.social--widget.style--2 .nav>li.envelope>a>.icon:before {
    border-right-color: #e29b0b;
}

/* Perguntas Frequentes */
.social--widget.style--1 .nav>li.question-circle>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-question-circle,
.social--widget.style--4 .nav>li>a>.fa-question-circle,
.social--widget.style--7 .nav>li.question-circle>a,
.social--widget.style--5 .nav>li.question-circle>a:hover {
    color: #4ebbff;
}

.social--widget.style--1 .nav>li.question-circle>a:hover>span.icon,
.social--widget.style--2 .nav>li.question-circle>a,
.social--widget.style--4 .nav>li>a:hover>.fa-question-circle,
.social--widget.style--6 .nav>li.question-circle>a,
.social--widget.style--6 .nav>li.question-circle>a>.icon,
.social--widget.style--7 .nav>li.question-circle>a,
.social--widget.style--7 .nav>li.question-circle>a:hover>i,
.social--widget.style--5 .nav>li.question-circle>a,
.social--widget.style--5 .nav>li.question-circle>a:before,
#stickySocial ul.nav>li>a:hover>.fa-question-circle,
#stickySocial ul.nav>li>a>.fa-question-circle+span {
    background-color: #4ebbff;
}

.social--widget.style--1 .nav>li.question-circle>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-question-circle,
.social--widget.style--6 .nav>li.question-circle>a,
#stickySocial ul.nav>li>a:hover>.fa-question-circle,
#stickySocial ul.nav>li>a>.fa-question-circle+span:before {
    border-color: #4ebbff;
}

.social--widget.style--2 .nav>li.question-circle>a>.icon:before {
    border-right-color: #4ebbff;
}

/* YOUTUBE */
.social--widget.style--1 .nav>li.youtube>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-youtube-play,
.social--widget.style--4 .nav>li>a>.fa-youtube-play,
.social--widget.style--7 .nav>li.youtube>a,
.social--widget.style--5 .nav>li.youtube>a:hover {
    color: #bb0000;
}

.social--widget.style--1 .nav>li.youtube>a:hover>span.icon,
.social--widget.style--2 .nav>li.youtube>a,
.social--widget.style--4 .nav>li>a:hover>.fa-youtube-play,
.social--widget.style--6 .nav>li.youtube>a,
.social--widget.style--6 .nav>li.youtube>a>.icon,
.social--widget.style--7 .nav>li.youtube>a,
.social--widget.style--7 .nav>li.youtube>a:hover>i,
.social--widget.style--5 .nav>li.youtube>a,
.social--widget.style--5 .nav>li.youtube>a:before,
#stickySocial ul.nav>li>a:hover>.fa-youtube-play,
#stickySocial ul.nav>li>a>.fa-youtube-play+span {
    background-color: #bb0000;
}

.social--widget.style--1 .nav>li.youtube>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-youtube-play,
.social--widget.style--6 .nav>li.youtube>a,
#stickySocial ul.nav>li>a:hover>.fa-youtube-play,
#stickySocial ul.nav>li>a>.fa-youtube-play+span:before {
    border-color: #bb0000;
}

.social--widget.style--2 .nav>li.youtube>a>.icon:before {
    border-right-color: #bb0000;
}

/* DRIBBBLE */
.social--widget.style--1 .nav>li.dribbble>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-dribbble,
.social--widget.style--4 .nav>li>a>.fa-dribbble,
.social--widget.style--7 .nav>li.dribbble>a,
.social--widget.style--5 .nav>li.dribbble>a:hover {
    color: #ea4c89;
}

.social--widget.style--1 .nav>li.dribbble>a:hover>span.icon,
.social--widget.style--2 .nav>li.dribbble>a,
.social--widget.style--4 .nav>li>a:hover>.fa-dribbble,
.social--widget.style--6 .nav>li.dribbble>a,
.social--widget.style--6 .nav>li.dribbble>a>.icon,
.social--widget.style--7 .nav>li.dribbble>a,
.social--widget.style--7 .nav>li.dribbble>a:hover>i,
.social--widget.style--5 .nav>li.dribbble>a,
.social--widget.style--5 .nav>li.dribbble>a:before,
#stickySocial ul.nav>li>a:hover>.fa-dribbble,
#stickySocial ul.nav>li>a>.fa-dribbble+span {
    background-color: #ea4c89;
}

.social--widget.style--1 .nav>li.dribbble>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-dribbble,
.social--widget.style--6 .nav>li.dribbble>a,
#stickySocial ul.nav>li>a:hover>.fa-dribbble,
#stickySocial ul.nav>li>a>.fa-dribbble+span:before {
    border-color: #ea4c89;
}

.social--widget.style--2 .nav>li.dribbble>a>.icon:before {
    border-right-color: #ea4c89;
}

/* VLibras */
.social--widget.style--1 .nav>li.sign-language>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-sign-language,
.social--widget.style--4 .nav>li>a>.fa-sign-language,
.social--widget.style--7 .nav>li.sign-language>a,
.social--widget.style--5 .nav>li.sign-language>a:hover {
    color: #086ac3;
}

.social--widget.style--1 .nav>li.sign-language>a:hover>span.icon,
.social--widget.style--2 .nav>li.sign-language>a,
.social--widget.style--4 .nav>li>a:hover>.fa-sign-language,
.social--widget.style--6 .nav>li.sign-language>a,
.social--widget.style--6 .nav>li.sign-language>a>.icon,
.social--widget.style--7 .nav>li.sign-language>a,
.social--widget.style--7 .nav>li.sign-language>a:hover>i,
.social--widget.style--5 .nav>li.sign-language>a,
.social--widget.style--5 .nav>li.sign-language>a:before,
#stickySocial ul.nav>li>a:hover>.fa-sign-language,
#stickySocial ul.nav>li>a>.fa-sign-language+span {
    background-color: #086ac3;
}

.social--widget.style--1 .nav>li.sign-language>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-sign-language,
.social--widget.style--6 .nav>li.sign-language>a,
#stickySocial ul.nav>li>a:hover>.fa-sign-language,
#stickySocial ul.nav>li>a>.fa-sign-language+span:before {
    border-color: #086ac3;
}

.social--widget.style--2 .nav>li.sign-language>a>.icon:before {
    border-right-color: #086ac3;
}

/* PINTEREST */
.social--widget.style--1 .nav>li.pinterest>a>span.icon,
.social--widget.style--3 .nav>li>a>.fa-pinterest-p,
.social--widget.style--4 .nav>li>a>.fa-pinterest-p,
.social--widget.style--7 .nav>li.pinterest>a,
.social--widget.style--5 .nav>li.pinterest>a:hover {
    color: #bd081c;
}

.social--widget.style--1 .nav>li.pinterest>a:hover>span.icon,
.social--widget.style--2 .nav>li.pinterest>a,
.social--widget.style--4 .nav>li>a:hover>.fa-pinterest-p,
.social--widget.style--6 .nav>li.pinterest>a,
.social--widget.style--6 .nav>li.pinterest>a>.icon,
.social--widget.style--7 .nav>li.pinterest>a,
.social--widget.style--7 .nav>li.pinterest>a:hover>i,
.social--widget.style--5 .nav>li.pinterest>a,
.social--widget.style--5 .nav>li.pinterest>a:before,
#stickySocial ul.nav>li>a:hover>.fa-pinterest-p,
#stickySocial ul.nav>li>a>.fa-pinterest-p+span {
    background-color: #bd081c;
}

.social--widget.style--1 .nav>li.pinterest>a>span.icon,
.social--widget.style--4 .nav>li>a>.fa-pinterest-p,
.social--widget.style--6 .nav>li.pinterest>a,
#stickySocial ul.nav>li>a:hover>.fa-pinterest-p,
#stickySocial ul.nav>li>a>.fa-pinterest-p+span:before {
    border-color: #bd081c;
}

.social--widget.style--2 .nav>li.pinterest>a>.icon:before {
    border-right-color: #bd081c;
}

/* 4.4. SUBSCRIBE WIDGET */
.subscribe--widget {
    padding: 30px 20px;
    background-color: #f8f8f8;
}

.subscribe--widget .content {
    margin-top: -7px;
    margin-bottom: 26px;
}

.subscribe--widget .content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.subscribe--widget .form-control {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #eee;
    border-width: 0;
}

.subscribe--widget .form-control+.form-control {
    margin-top: 20px;
}

.subscribe--widget .btn {
    min-width: 50px;
    padding: 6px 16px;
}

.subscribe--widget .form-control+.btn {
    margin-top: 20px;
}

.subscribe--widget .status {
    display: none;
    padding-top: 13px;
}