.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.contraste {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
.contraste .banner-destaque {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
.contraste .banner-destaque-programas {
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}

.govsp-blue {
  background: #034ea2;
}

.govsp-black {
  background: #11161d;
}

.govsp-gray {
  background: #4d4d4f;
}

.govsp-white {
  background: #fff;
}

img.govsp-icon-social {
  margin-left: 3px;
  width: 21px;
  height: 21px;
}

img.govsp-icon-social:hover {
  box-shadow: inset 0 0 0 20px #111;
  border-radius: 3px;
}

.govsp-link {
  font-size: 10px !important;
  color: #444;
  border: 1px solid;
  border-radius: 16px;
  padding: 6px 10px;
  margin-right: 10px;
  text-decoration: none;
}
.govsp-link:hover {
  background: #444 !important;
  color: #fff;
  border-color: #444;
  text-decoration: none !important;
}

.govsp-social p {
  width: 82px;
  color: #444;
  font-size: 10px !important;
  margin: 0;
  height: 0;
  padding-right: 20px;
  margin-bottom: 10px;
}

.govsp-social-p {
    margin: 0;
    color: black;
    margin-left: 5px;
}

@media only screen {
  #govsp-topbarGlobal {
    width: 100%;
    display: block;
    box-sizing: border-box;
    z-index: 9999999;
    position: relative;
  }
  #govsp-topbarGlobal * {
    box-sizing: border-box;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
  }
  #govsp-topbarGlobal.blu-e {
    background-color: #fff;
  }
  #govsp-topbarGlobal.gre-y {
    background-color: #ccc;
  }
  #govsp-topbarGlobal.yello-w {
    background-color: #fc0;
  }
  #govsp-topbarGlobal.re-d {
    background-color: red;
  }
  #govsp-topbarGlobal.blac-k {
    background-color: #11161d;
  }
  #govsp-topbarGlobal #topbarLink {
    font-size: 20px;
    font-weight: 600;
    width: auto;
    text-align: left;
  }
  #govsp-topbarGlobal #topbarLink a {
    text-decoration: none;
    padding: 5px;
  }
  #govsp-topbarGlobal #topbarLink a:visited {
    color: inherit;
  }
  #govsp-topbarGlobal #topbarLink a:active {
    color: inherit;
  }
  #govsp-topbarGlobal #topbarLink a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  #govsp-topbarGlobal.blac-k #topbarLink a, #govsp-topbarGlobal.blu-e #topbarLink a, #govsp-topbarGlobal.re-d #topbarLink a {
    color: #fff;
    font-size: 20px;
  }
  #govsp-topbarGlobal.blac-k #topbarLink a, #govsp-topbarGlobal.re-d #topbarLink a, #govsp-topbarGlobal.whit-e #topbarLink a {
    color: #11161d;
  }
  #govsp-topbarGlobal.gre-y #topbarLink a, #govsp-topbarGlobal.yello-w #topbarLink a {
    color: #11161d;
  }
  #govsp-topbarGlobal #topbarMenu, #govsp-topbarGlobal #topbarOpen {
    font-size: 13px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  #govsp-topbarGlobal #topbarMenu li, #govsp-topbarGlobal #topbarOpen li {
    display: block;
  }
  #govsp-topbarGlobal #topbarMenu br + li, #govsp-topbarGlobal #topbarOpen br + li {
    padding: 4px 8px;
    margin-top: -8px;
    cursor: default;
    font-weight: 700;
  }
  #govsp-topbarGlobal #topbarMenu a, #govsp-topbarGlobal #topbarOpen a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    padding: 4px 8px;
  }
  #govsp-topbarGlobal #topbarMenu a:hover, #govsp-topbarGlobal #topbarOpen a:hover {
    background-color: rgba(166, 166, 166, 0.6);
  }
  #govsp-topbarGlobal #topbarOpen > li {
    position: relative;
    margin: 0 10px 0 0;
  }
  #govsp-topbarGlobal #topbarOpen > li span {
    font-size: 22px;
    line-height: 0;
    font-weight: 400;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 4px;
    width: 13px;
  }
  #govsp-topbarGlobal #topbarOpen.topbarOpening #topbarMenu {
    display: block !important;
  }
  #govsp-topbarGlobal #topbarMenu {
    margin-left: 0;
    overflow-y: auto;
    position: absolute;
    left: 0;
    height: 450px;
    width: 350px;
    text-align: left;
    background-color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#11161d));
    background: -webkit-linear-gradient(top, #999, #11161d);
    background: -moz-linear-gradient(top, #999, #11161d);
    background: -ms-linear-gradient(top, #999, #11161d);
    background: -o-linear-gradient(top, #999, #11161d);
    background: linear-gradient(to bottom, #999, #11161d);
    border-radius: 0 10px 10px 0;
  }
  #govsp-topbarGlobal #topbarMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #a6a6a6;
  }
  #govsp-topbarGlobal #topbarMenu::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
  }
  #govsp-topbarGlobal #topbarMenu::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
  }
}
@media only screen and (max-width: 968px) {
  #govsp-topbarGlobal #topbarMenu {
    left: inherit;
    right: 0;
  }
  #govsp-topbarGlobal #topbarLink {
    width: 47%;
  }
}
@media only screen and (min-width: 769px) {
  #govsp-topbarGlobal {
    padding: 0;
  }
  #govsp-topbarGlobal #topbarGlobal {
    min-width: 84px;
    min-height: 70px;
  }
  #govsp-topbarGlobal #topbarLink, #govsp-topbarGlobal #topbarLogo, #govsp-topbarGlobal #topbarOpen {
    display: inline-block;
    vertical-align: middle;
  }
  #govsp-topbarGlobal #topbarLogo {
    background-repeat: no-repeat;
    min-width: 84px;
    min-height: 60px;
    background-position: center right;
    padding: 16.5px 0;
    width: 18%;
  }
}
@media only screen and (max-width: 480px) {
  #govsp-topbarGlobal #topbarLink.govsp-blue {
    padding: 20px 16px 0 2% !important;
  }
}
@media only screen and (max-width: 460px) {
  a.govsp-link {
    margin-right: 30px;
  }
  a.govsp-link:hover {
    background: #444 !important;
    text-decoration: none !important;
  }
}
@media only screen and (max-width: 400px) {
  a.govsp-link {
    margin-left: 10px;
    margin-right: 20px;
  }
  a.govsp-link:hover {
    background: #444 !important;
    text-decoration: none !important;
  }
  .govsp-portal {
    font-size: 10px;
  }
  .govsp-portal h1 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .govsp-kebab {
    display: none;
  }
  div#govsp-topbarGlobal div#topbarGlobal {
    max-width: 100% !important;
    display: flex;
    position: relative;
    justify-content: flex-end;
    border-bottom: solid 3px #444;
  }
  div#govsp-topbarGlobal div#topbarGlobal #topbarLink {
    background-image: url("//sedseecdn.azureedge.net/images/acessibilidade/brasao-sp.png");
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 350px;
    height: 67px;
    top: 0;
    left: 0;
  }
  .govsp-portal {
    margin-top: 15px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .govsp-social {
    margin-top: 14px;
    margin-right: 2px;
  }
  p.govsp-social {
    margin-top: 22px;
    margin-left: 2px;
  }
  .govsp-link {
    font-size: 10px !important;
    color: #444;
    border: 1px solid;
    border-radius: 16px;
    padding: 6px 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 100px;
  }
  #govsp-topbarGlobal #topbarLink.govsp-black, #govsp-topbarGlobal #topbarLink.govsp-blue, #govsp-topbarGlobal #topbarLink.govsp-gray, #govsp-topbarGlobal #topbarLink.govsp-white {
    background-image: url("//sedseecdn.azureedge.net/images/acessibilidade/brasao-sp.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 70%;
    text-align: left;
    height: 67px;
    padding: 15px 16px 0 2%;
  }
  nav.govsp-navbar.govsp-navbar-expand-lg {
    display: none;
  }
  div#govsp-topbarGlobal {
    border-bottom: solid 3px #444;
  }
  .govsp-kebab {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    float: right;
    top: 20px;
    right: 30px;
    width: 7px;
    height: 26px;
  }
  .govsp-kebab.govsp-active {
    display: -webkit-box;
    top: 28px;
    margin-right: 10px;
  }
}
.govsp-kebab figure {
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #444;
  margin: 3px 0;
}

.govsp-kebab figure .dn {
  display: none;
}

.govsp-middle {
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
}

.govsp-middle.govsp-active {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 3px;
  padding-right: 3px;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.govsp-cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: -1px;
  font-family: Nunito, sans-serif;
  color: #fff;
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  font-size: 22px;
  user-select: none;
}

.govsp-cross.govsp-active {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}

.govsp-dropdown {
  position: fixed;
  width: 100%;
  left: 0;
  top: 64px;
  padding: 0 0 10px;
  border-bottom: solid 1px #444;
  transform: scale(0);
}
.govsp-dropdown:hover ul {
  transform: scale(1);
}
.govsp-dropdown .govsp-active {
  position: fixed;
  display: inline-flex;
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
  background: #fff;
}
.govsp-dropdown li {
  display: block;
}
.govsp-dropdown li a {
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
}
.govsp-dropdown li a:hover {
  background: #ebebeb;
}

@media (min-width: 992px) {
  .govsp-navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.govsp-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

body, section.govsp-topo {
  margin: 0;
}

ul.govsp-dropdown.govsp-active.hide-dropdown {
  display: none;
}

.govsp-acessibilidade {
  margin-right: 2px;  
  cursor: pointer;
}
.govsp-acessibilidade#reset {
  margin-left: 15px;
}
.govsp-acessibilidade img {
  width: 21px;
  height: 21px;
}

.govsph-pasta a {
  padding: 0 !important;
}
.govsph-pasta a:hover {
  text-decoration: none !important;
}

/*# sourceMappingURL=style.css.map */
