@charset "UTF-8";
/*********************
VERSION 1.0
Author: assisdesign.net
Nov, 2016
*********************/
@import url(http://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Montserrat:400,700);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*********************
VARIABLES
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
MIXINGS
*********************/
/*********************
PARALLAX
*********************/
/*********************
ESTRUTURA
*********************/
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row .row-inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 34.11922%; }
    .row .row-inner:last-child {
      margin-right: 0; }

.container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .container {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .container::after {
        clear: both;
        content: "";
        display: block; } }
  .container .container-inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 34.11922%; }
    .container .container-inner:last-child {
      margin-right: 0; }

.tres-colunas {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .tres-colunas:last-child {
    margin-right: 0; }

.quatro-colunas {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .quatro-colunas:last-child {
    margin-right: 0; }

.cinco-colunas {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .cinco-colunas:last-child {
    margin-right: 0; }

.seis-colunas {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .seis-colunas:last-child {
    margin-right: 0; }

.sete-colunas {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .sete-colunas:last-child {
    margin-right: 0; }

@media screen and (max-width: 499px) {
  .tres-colunas, .quatro-colunas, .cinco-colunas, .seis-colunas, .sete-colunas {
    width: 90%; } }

.negrito {
  font-weight: 700; }

.sublinhado {
  text-decoration: underline; }

.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/*********************
CODE
*********************/
html {
  margin-top: 0 !important; }

body {
  height: 100%;
  position: relative;
  z-index: 1;
  -o-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  font-family: 'Lato', sans-serif;
  color: #39393a; }

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  color: #58595b;
  text-decoration: none;
  cursor: pointer; }

p {
  font-size: .9em;
  font-size: 1vw;
  line-height: 1.8em;
  margin-bottom: 1em; 
    font-weight: 400;
}
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    p {
      font-size: 1em; } }
  @media screen and (max-width: 499px) {
    p {
      font-size: 3vw; } }

h1, h2, h3, h4, h5 {
  color: #39393a;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1em; }

h2 {
  font-size: 3em;
  font-size: 2.5vw; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    h2 {
      font-size: 2.5em; } }
  @media screen and (max-width: 499px) {
    h2 {
      font-size: 9vw; } }

h3 {
  font-size: 2.5em;
  font-size: 2vw; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    h3 {
      font-size: 2em; } }
  @media screen and (max-width: 499px) {
    h3 {
      font-size: 4vw; } }

h4 {
  font-size: 1.8em;
  font-size: 1.3vw; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    h4 {
      font-size: 1.8em; } }
  @media screen and (max-width: 499px) {
    h4 {
      font-size: 3vw; } }

li {
  list-style: none; }

#wrap {
  border: 1px solid #58595b;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  margin-top: 10px;
  margin-bottom: 10px; }
  #wrap::after {
    clear: both;
    content: "";
    display: block; }

/*********************
HEADER
*********************/
header {
  z-index: 999;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    header {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      header::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 500px) and (max-width: 1200px) {
    header {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      header::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 499px) {
    header {
      display: none; } }

nav ul {
  display: table;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 1em;
  width: 100%; 
  display: flex;
    align-items: center;
    justify-content: center;
}
  @media screen and (max-width: 499px) {
    nav ul {
      margin-top: 0em;
      padding: 1em 0;
      display: inline-table; } }
nav li {
  color: #39393a;
  text-transform: uppercase;
  display: table-cell;
  padding: 0 10px 0 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: .85em; }
  @media screen and (min-width: 500px) and (max-width: 1200px) {
    nav li {
      font-size: .75em;
      padding: 0 5px; } }
  @media screen and (max-width: 499px) {
    nav li {
      display: inline-block;
      padding: 5px 15px;
      border-right: 1px solid #ccc;
      font-size: .7em; } }
nav li a {
  color: #58595b;
  text-decoration: none;
  padding: 3px; }
  @media screen and (min-width: 500px) and (max-width: 1200px) {
    nav li a {
      padding: 0; } }
nav li a:hover {
  color: #0d4da2;
/*  border-top: 6px solid #58595b;*/
  padding-top: 3em; }

#nav-toggle {
  display: none;
  text-align: right; }

#nav-toggle span {
  display: inline-block;
  padding: 1% 1%;
  background-color: #0d4da2;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center; }
  #nav-toggle span img {
    width: 30px;
    height: 25px;
    margin-top: 5px; }

#nav-toggle span:hover {
  background-color: #0d4da2; }

nav#nav-mobile {
  position: relative;
  display: none;
  z-index: 999; }
  nav#nav-mobile .logo {
    display: none; }

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  right: 0;
  width: 50%;
  text-align: left;
  background-color: #0d4da2; }

nav#nav-mobile li {
  display: block;
  margin: 0 5px;
  border: none; }

nav#nav-mobile li:last-child {
  border-bottom: none; }

nav#nav-mobile a {
  display: block;
  color: white;
  padding: 10% 10%;
  text-align: left; }
  nav#nav-mobile a:hover {
    border: none;
    color: #58595b;
    text-decoration: underline; }

nav#nav-mobile a:hover {
  background-color: #0d4da2;
  color: #fff; }

.logo {
  background: url(../images/logo-saudeemacao.png);
  background: linear-gradient(transparent, transparent), url(../images/logo-saudeemacao.svg), none;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 80px;
  width: 200px;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 499px) {
    .logo {
      position: relative;
      margin: 1em auto 3em auto;
      border-right: none;
      float: left; } }
  .logo a {
    padding: 1em 5em; }
  .logo a:hover {
    border: none; }

.logo.mobile {
  display: none; }
  @media screen and (max-width: 499px) {
    .logo.mobile {
      display: block;
      float: left;
      margin: 2em 0;
      width: 100%;
      height: 120px; } }

.icon-home {
  background: url(../images/icon-home.png);
  background: linear-gradient(transparent, transparent), url(../images/icon-home.svg), none;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 15px !important;
  margin-top: 0px;
  opacity: 1; }
  .icon-home:hover {
    border: none !important;
    opacity: .5; }
  .icon-home a {
    display: block;
    width: 100%;
    height: 100%; }

/*********************
HOME
*********************/
.index .current a {
  color: inherit;
  background: none; }
  @media screen and (max-width: 499px) {
    .index .current a {
      border-top: none; } }

#home {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  overflow-x: hidden;
  margin-top: -9em;
  background: url(../images/img-destaque-home.jpg) top center no-repeat;
  height: 600px;
  height: 80vh;
  color: #fff;
  text-align: center; }
  #home::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #home {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #home::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 500px) and (max-width: 1200px) {
    #home {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #home::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (max-width: 499px) {
    #home {
      margin-top: -15em; } }
  #home img {
    width: 100%;
    height: auto; }
  #home a {
    color: white; }
  #home a:hover {
    color: #58595b; }
  #home h2 {
    color: #fff;
    width: 45%;
    margin: -1em auto .5em auto; }
    @media screen and (max-width: 499px) {
      #home h2 {
        width: 80%; } }

.botao {
  padding: 5px 30px 7px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline;
  border: 3px solid #1ad5bf;
  width: auto;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 700;
  vertical-align: middle;
  margin-top: 10px;
  cursor: pointer; }

.botao:hover {
  border: 3px solid #ebebeb;
  cursor: pointer;
  background: #fff;
  color: #39393a; }
  .botao:hover > a {
    color: #39393a; }

#intro {
  padding: 3em 0 1em 0; }
  #intro p {
    font-weight: 300; }
  #intro .mapa-home {
    background: url(../images/mapa-home.png) top center no-repeat;
    background-size: contain;
    height: 300px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #intro .legenda {
    text-transform: uppercase;
    margin-top: -9em;
    font-size: .7em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    font-weight: 700;
    color: #58595b;
    margin-left: 10em !important; }
    #intro .legenda:last-child {
      margin-right: 0; }
  @media screen and (max-width: 499px) {
    #intro div {
      margin-bottom: 2em; } }

#caracteristicas {
  margin-bottom: 2em; }
  #caracteristicas ul {
    padding: 0; }
  #caracteristicas li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    height: 200px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-size: cover !important; }
    #caracteristicas li:last-child {
      margin-right: 0; }
    #caracteristicas li span {
      border-radius: 50%;
      border: 3px solid rgba(26, 213, 191, 0.5);
      height: 80px;
      width: 80px;
      display: block;
      text-align: center;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    #caracteristicas li .centro {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 499px) {
      #caracteristicas li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-bottom: 2em; }
        #caracteristicas li:last-child {
          margin-right: 0; } }
  #caracteristicas p {
/*    padding: 0 8em;*/
    text-align: center;
    line-height: 1.3em; 
      position: relative;
        margin: 1em auto;
        width: 160px;
}
  #caracteristicas .um {
    background: url(../images/img-01.jpg) top center no-repeat; }
  #caracteristicas .dois {
    background: url(../images/img-02.jpg) top center no-repeat; }
  #caracteristicas .tres {
    background: url(../images/img-03.jpg) top center no-repeat; }
  #caracteristicas .icone {
    display: block;
    width: 80px;
    height: 80px;
    background-size: 50% !important; }
  #caracteristicas .equipamentos {
    background: url(../images/icon-equip.png) center center no-repeat;
    background: url(../images/icon-equip.svg) center center no-repeat; }
  #caracteristicas .rede {
    background: url(../images/icon-rede.png) center center no-repeat;
    background: url(../images/icon-rede.svg) center center no-repeat; }
  #caracteristicas .profissionais {
    background: url(../images/icon-profi.png) center center no-repeat;
    background: url(../images/icon-profi.svg) center center no-repeat; }

/*********************
AVA HOME
*********************/

#ava {
    width: 100%;
    padding: 4em 4em 1em 4em;
    margin: 3em 0;
    background: #eaeaea url(../images/icon-ava) top center no-repeat;
    border-bottom: 10px solid rgba(26, 213, 191, 1);
    text-align: center;
    background-size: 13%;
}

#ava h3 {
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5em;
    color: #516e93;
    float: left;
    width: 35%;
    text-align: left;
}

#ava p {
    color: #516e93;
    float: right;
    width: 35%;
    text-align: left;
}

#ava .botao {
    background: #516e93;
    color: #fff !important;
    text-align: center;
    border-color: #516e93;
    display: inline-block;
    margin-top: 2em;
}

#ava .botao:hover {
    background: rgba(26, 213, 191, 1);
}

#ava .botao a {
    color: #fff;
}

@media screen and (max-width: 499px) {
    #ava {
    background-size: 30%;
}
    
    #ava h3 {
        margin-top: 2em;
        width: 100%;
        text-align: center;
    }
    
    #ava p {
        width: 100%;
        text-align: center;
    }

}

/*********************
REDE
*********************/
.internas nav {
  background: #ebebeb; }
  .internas nav ul {
    background: none; }
.internas .current a {
  background: none;
  border-top: 6px solid #58595b;
  color: #58595b;
  padding-top: 3em; }
  @media screen and (max-width: 499px) {
    .internas .current a {
      border-top: none; } }

.header-inner {
  text-align: center;
  padding: 2em 0; }
  .header-inner p {
/*    float: left;*/
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin: 0 auto;
    display: inline-block;
    padding: 0 3em;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 1.2em; }
    .header-inner p:last-child {
      margin-right: 0; }
    @media screen and (max-width: 499px) {
      .header-inner p {
        padding: 0; } }
  .header-inner .regioes-inner {
    float: none;
    display: inline-block;
    padding: 0 5em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 1em auto;
    position: relative;
    width: 90%; }

.anchor-nav {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 1em .5em;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%; }
  .anchor-nav:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .anchor-nav {
      float: none;
      display: inline-block;
      width: 60%;
      margin: 2em auto;
      text-align: center;
      position: relative; } }
  .anchor-nav li {
    display: inline-table;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: .8em; }
    @media screen and (max-width: 499px) {
      .anchor-nav li {
        padding: 10px; } }
  .anchor-nav a {
    padding: 3px 10px;
    text-align: left; }
  .anchor-nav a:hover {
    background: #ebebeb; }

.txt-intro-rede {
  background: #1ad5bf;
  padding: 1em 2em;
  margin-bottom: 2em; }

.txt-corrido {
  line-height: 1.8em;
  font-weight: 300; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .txt-corrido {
      font-size: 1.2em; } }
  .txt-corrido p {
    margin-bottom: 1em; }

.lista-atencao li {
  border-left: 3px solid #1ad5bf;
  padding-left: 1em;
  font-size: .8em;
  line-height: 1.5em;
  margin-bottom: 2em; }
.lista-atencao h5 {
  text-transform: uppercase;
  margin-bottom: -10px;
font-size: 1.2em
}
.lista-atencao p {
  font-size: 1.2em; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .lista-atencao p {
      font-size: 1em; } }

.reestruturacao {
  background: rgba(13, 77, 162, 0.2);
  padding: 3em 0; }
  .reestruturacao h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .reestruturacao h3:last-child {
      margin-right: 0; }
  .reestruturacao .txt-corrido {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-top: -10px; }
    .reestruturacao .txt-corrido:last-child {
      margin-right: 0; }
  .reestruturacao .lastWord {
    text-decoration: underline; }

.compoe {
  padding: 3em 0;
  border-bottom: 1px solid #ebebeb; }
  .compoe h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-right: 6em; }
    .compoe h3:last-child {
      margin-right: 0; }
  .compoe .txt-corrido {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-top: -10px; }
    .compoe .txt-corrido:last-child {
      margin-right: 0; }
  .compoe ul {
    padding: 0; }
  .compoe li {
    margin-bottom: 1em; 
font-weight: 400;
}
  .compoe li::before {
    content: "•";
    color: #1ad5bf;
    margin-right: 5px; }

.as-rras {
  padding: 3em 0; }
  .as-rras ul {
    padding: 0;
    clear: both;
    float: left; }
  .as-rras li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border-bottom: 3px solid #1ad5bf;
    padding-bottom: 1em; }
    .as-rras li:last-child {
      margin-right: 0; }
    .as-rras li:nth-child(3n) {
      margin-right: 0; }
    .as-rras li:nth-child(3n+1) {
      clear: left; }
    .as-rras li p {
      font-weight: 400; }
    .as-rras li h4 {
      color: #1ad5bf;
      margin-bottom: -8px; }

.mapa-rras {
  margin-left: 25.58941%;
  background: url(../images/mapa-rras.png) top center no-repeat;
  height: 400px;
  background-size: contain;
  padding: 2em 0;
  margin-top: 3em; }

.mapa-rras-regioes {
  position: relative;
  margin-left: 25.58941%;
  background-size: contain;
  max-height: 40em;
  display: block;
  float: left; }
  @media screen and (max-width: 499px) {
    .mapa-rras-regioes {
      margin-left: -2em;
      width: 120%;
      max-height: 25em; } }
  @media screen and (max-width: 499px) {
    .mapa-rras-regioes text {
      font-size: 1.5em; } }

.mapa-rras-regioes svg {
  width: 100% !important;
  position: relative;
  /*top: -145px;*/
  max-height: 90%;
  display: block;
  float: left;
  clear: both;
  margin-top: 0; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .mapa-rras-regioes svg {
      margin-top: -5em; } }

/* REGIOES */
.intro-regioes {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 3em; }
  .intro-regioes p {
    margin-top: 0; }
  @media screen and (max-width: 499px) {
    .intro-regioes {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

#perfil {
  padding: 3em 0; }
  #perfil h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    clear: both; }
    #perfil h3:last-child {
      margin-right: 0; }
  @media screen and (max-width: 499px) {
    #perfil .seis-colunas {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      #perfil .seis-colunas:last-child {
        margin-right: 0; } }
  #perfil img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-top: 2em; }
    #perfil img:last-child {
      margin-right: 0; }
    @media screen and (max-width: 499px) {
      #perfil img {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        #perfil img:last-child {
          margin-right: 0; } }
  #perfil .quote {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgba(13, 77, 162, 0.7);
    margin-top: 5em;
    margin-left: 8.5298%; }
    #perfil .quote:last-child {
      margin-right: 0; }
    @media screen and (max-width: 499px) {
      #perfil .quote {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-top: 0; }
        #perfil .quote:last-child {
          margin-right: 0; } }

#acompanhamento {
  background: rgba(13, 77, 162, 0.2);
  padding: 3em 0; }

#objetivos {
  padding: 3em 0; }
  #objetivos h3 {
    clear: both;
    padding-right: 70%; }
    @media screen and (max-width: 499px) {
      #objetivos h3 {
        padding-right: 0; } }
  #objetivos ul {
    padding: 0; }
  #objetivos li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    border: 6px solid #ebebeb;
    padding: 1em 2em;
    height: 200px;
    margin-bottom: 1em; }
    #objetivos li:last-child {
      margin-right: 0; }
    #objetivos li:nth-child(3n) {
      margin-right: 0; }
    #objetivos li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 499px) {
      #objetivos li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        #objetivos li:last-child {
          margin-right: 0; } }

@media screen and (max-width: 1400px) {
      #objetivos li {
        height: 300px; }
 }

#inicio {
  background: #1ad5bf;
  padding: 3em 0;
  margin-bottom: 2em; }
  #inicio h3 {
    clear: both;
    padding-right: 70%; }
    @media screen and (max-width: 499px) {
      #inicio h3 {
        padding-right: 0; } }

#modelo {
  background: rgba(13, 77, 162, 0.2);
  padding: 3em 0; }

/* TABS */
.tab {
  padding: 2em 0 3em 0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  padding: 0; }
  .tabs li {
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: table-cell;
    text-align: center; }
  .tabs a {
    background-color: #ebebeb;
    border-bottom: 1px solid #fff;
    color: #58595b;
    font-weight: 700;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #1ad5bf;
    font-family: 'Montserrat', sans-serif; }
    @media screen and (max-width: 499px) {
      .tabs a {
        font-size: .5em;
        line-height: 1.8em;
        padding: 0 10px; } }

.tabs_item {
  display: none;
  padding: 0 2em;
  border: 1px solid #ebebeb; }
  .tabs_item::after {
    clear: both;
    content: "";
    display: block; }
  .tabs_item h4 {
    font-weight: bold;
    color: #1ad5bf;
    font-size: 20px; }
  .tabs_item:first-child {
    display: block; }

.current a {
  color: #fff;
  background: #1ad5bf; }

.novas-obras, .reformas {
  padding: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .novas-obras:last-child, .reformas:last-child {
    margin-right: 0; }
  .novas-obras span, .reformas span {
    background: #58595b;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    font-size: .9em; }
  .novas-obras li, .reformas li {
    border-bottom: 1px solid #ebebeb;
    padding: 1em 0; }
    .novas-obras li span, .reformas li span {
      background: white;
      color: #1ad5bf; }

#modelo h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-bottom: 1em; }
  #modelo h3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 499px) {
    #modelo h3 {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      #modelo h3:last-child {
        margin-right: 0; } }
#modelo .chart-modelo {
  background: url(../images/chart-objetivos@2x.png) center center no-repeat;
  background-size: contain;
  height: 500px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media screen and (max-width: 499px) {
    #modelo .chart-modelo {
      height: 400px; } }

/*********************
IMPRENSA
*********************/
#imprensa {
  min-height: 400px; }
  #imprensa .lista-imprensa {
    padding: 0; }
    #imprensa .lista-imprensa li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      background: #ebebeb;
      margin-bottom: 1em;
      height: auto;
      position: relative;
      padding: 1em;
      border-bottom: 1px solid #ccc; }
      #imprensa .lista-imprensa li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 499px) {
        #imprensa .lista-imprensa li {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 100%;
          margin-bottom: 2em; }
          #imprensa .lista-imprensa li:last-child {
            margin-right: 0; } }
      #imprensa .lista-imprensa li img {
        width: 100%;
        height: auto; }
      #imprensa .lista-imprensa li .thumbnail-destaque {
        overflow: hidden;
        height: auto;
        height: 28vh; }
        #imprensa .lista-imprensa li .thumbnail-destaque img {
          height: 100%;
          width: auto;
          min-width: 100%;
          position: relative;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
      #imprensa .lista-imprensa li .etiqueta {
        background: #0d4da2;
        position: absolute;
        top: 1em;
        left: 1em;
        text-transform: uppercase;
        font-size: .7em;
        color: #fff;
        padding: 3px 10px;
        z-index: 999; }
        #imprensa .lista-imprensa li .etiqueta a {
          color: #fff; }
      #imprensa .lista-imprensa li h4 {
        margin-top: 20px;
        font-size: 1.2vw; }
        @media screen and (max-width: 499px) {
          #imprensa .lista-imprensa li h4 {
            font-size: 4vw; } }
      #imprensa .lista-imprensa li p {
        line-height: 1.2em;
        margin-top: 10px; }


.page-numbers {
  float: left;
  width: 100%;
  margin-bottom: 3em; }
  .page-numbers li {
    border: 1px solid #0d4da2;
    margin: 8px;
    color: #0d4da2;
    display: inline-block; }
    .page-numbers li:hover {
      background: white; }
    .page-numbers li a {
      color: #0d4da2;
      display: block;
      padding: 5px 10px;
      margin-bottom: 0; }
    .page-numbers li .dots {
      padding: 5px 10px;
      margin-bottom: 0; }
    .page-numbers li .current {
      background: #0d4da2;
      color: white;
      padding: 5px 10px;
      margin-bottom: 0; }
      .page-numbers li .current a {
        color: white; }


#main-posts {
  margin-top: 2em; }
  #main-posts .posts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-top: -2em;
    position: relative;
    margin-bottom: 2em; }
    #main-posts .posts:last-child {
      margin-right: 0; }
    @media screen and (max-width: 499px) {
      #main-posts .posts {
        width: 100%; } }
    #main-posts .posts .post {
      border-bottom: 3px solid #ebebeb;
      padding-bottom: 2em;
      position: relative;
      padding: 1em 1em 2em 1em; }
      #main-posts .posts .post:hover {
        background: #ebebeb; }
    #main-posts .posts .conteudo-post {
      line-height: 1.2em;
      font-size: .9em;
      margin-top: 5px; }
      #main-posts .posts .conteudo-post img {
        width: 100%;
        height: auto; }
    #main-posts .posts h4 {
      margin: 1em 0 0 0; }
    #main-posts .posts .leia-mais {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #ebebeb; }
      #main-posts .posts .leia-mais a {
        padding: 5px 10px;
        display: block;
        font-weight: 600;
        color: #39393a; }
      #main-posts .posts .leia-mais:hover a {
        color: #1ad5bf; }
  #main-posts #sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    float: right;
    border-left: 1px solid #ebebeb;
    padding-left: 3em; }
    #main-posts #sidebar:last-child {
      margin-right: 0; }
    @media screen and (max-width: 499px) {
      #main-posts #sidebar {
        display: none; } }
  #main-posts .etiqueta {
    background: #ebebeb;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: .7em;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #fff; }
  #main-posts .data-post {
    margin-bottom: 10px;
    color: #58595b;
    margin-top: 0;
    font-weight: 600;
    font-size: .9em; }

.single h4 {
  font-size: 1.6vw;
  margin-bottom: 1em; }
  @media screen and (max-width: 499px) {
    .single h4 {
      font-size: 5vw; } }
.single .post:hover {
  background: none !important; }

/*********************
MAPA INTERATIVO REGIOES
*********************/
.cls-1 {
  fill: #e0e1e2; }

.cls-2 {
  fill: #41a096; }

.cls-2, .cls-3, .cls-4, .cls-5, .cls-6 {
  stroke: white;
  stroke-width: 2px; }

.cls-2, .cls-3, .cls-5, .cls-6 {
  stroke-miterlimit: 10; }

.cls-3 {
  fill: #008bca; }

.cls-4 {
  fill: #3f76a8;
  stroke-linecap: round;
  stroke-linejoin: bevel; }

.cls-5 {
  fill: #144fa0; }

.cls-6 {
  fill: #2dd4bf; }

.cls-2:hover, .cls-3:hover, .cls-4:hover, .cls-5:hover, .cls-6:hover {
  fill: #58595b; }

g:hover path, .active path {
  fill: #58595b;
  cursor: pointer; }

.lista-regioes {
  width: 100%;
  clear: both; }
  .lista-regioes .titulo {
    width: 100% !important;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .lista-regioes li {
    margin-bottom: 30px;
    float: left;
    border-bottom: 1px solid #1ad5bf;
    display: list-item;
    list-style-type: decimal;
    padding-bottom: 2em;
    width: 100%; }
    .lista-regioes li .obra {
      background: #ebebeb;
      display: inline-block;
      width: auto;
      padding: 0 20px;
      color: #205c7b !important;
      font-weight: 600;
      text-transform: uppercase;
      font-size: .7em; }
    .lista-regioes li .nome-ubs-conteudo {
      text-transform: uppercase;
      color: #205c7b;
      font-size: 1.2em;
      font-weight: 700; }

#govsp-navbarGlobal #navbarGlobal, #govsp-rodape #rodapeGlobal {
  width: 80% !important;
  max-width: 90% !important; }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #govsp-navbarGlobal #navbarGlobal, #govsp-rodape #rodapeGlobal {
      width: 90% !important; } }
  @media screen and (max-width: 499px) {
    #govsp-navbarGlobal #navbarGlobal, #govsp-rodape #rodapeGlobal {
      width: 100% !important;
      max-width: 100% !important; } }

/*********************
FOOTER
*********************/
.pagination > li > a, .pagination > li > span {
  color: #58595b;
  background-color: white;
  border-color: #ebebeb; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: white;
  background-color: #ebebeb;
  border-color: #ebebeb; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: white;
  background-color: #ebebeb;
  border-color: #ebebeb; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #39393a;
  background-color: white;
  border-color: #ebebeb; }

/*********************
FOOTER
*********************/
footer {
  background: #ebebeb;
  padding: 2em 0; }
  footer h5 {
    text-transform: uppercase;
    font-size: 1.2em; }

.contatos p {
  margin-bottom: -8px;
  font-size: .9em !important; }

.logos {
  margin-left: 25.58941%; }
  .logos li {
    height: 50px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .logos li:last-child {
      margin-right: 0; }
  .logos .sp {
    background: url(../images/logo-sp.png) top center no-repeat;
    background-size: contain; }
  .logos .bid {
    background: url(../images/logo-bid.png) top center no-repeat;
    background-size: contain; }

.copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 2em; }
  .copyright:last-child {
    margin-right: 0; }
  .copyright p {
    font-size: .8em !important; }

.separa {
  padding: 0 10px;
  display: inline; }

#top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index:999;
  font-size: .8em;
  padding: 5px 10px;
  border: 1px solid #58595b; }

#top:hover {
  border: 1px solid #1ad5bf; }

/*********************
ADITIONAL MEDIA QUERIES
*********************/
@media all and (max-width: 900px) {
  #nav-toggle {
    display: block; }
    #nav-toggle span {
      width: 4em;
      height: 3em;
      text-align: center; }

  nav#nav-main {
    display: none; }

  nav#nav-mobile {
    display: block; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles for mobile */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles for tablet */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px; } }
/*TACIO*/
div.info {
  font-size: 1.2em;
  width: 80%;
  margin: 20px auto; }

.imagem-linha {
  width: 30%;
  margin: 0 5% 20px 0;
  float: left;
  min-height: 55%; }

.imagem-linha img {
  width: 100%; }

.clearfix {
  clear: both; }

.linha {
  background: #efefef;
  padding: 35px;
  width: 100%;
  margin: 0 0 30px 0; }

.linha-texto h2 {
  font-size: 25px; }

.resumo {
  font-family: "Lato";
  font-weight: bold;
  font-size: 18px; }

.resumo p {
  line-height: 25px; }

.linha-texto {
  float: left;
  width: 62%; }

.linha-conteudo {
  margin-top: 30px;
  border-left: 1px solid #1ad5bf;
  padding-left: 40px; }

.linha-conteudo p {
  font-family: "Lato";
  font-weight: 400;
  margin: 0; }

.bx-prev, .bx-next {
  float: left; }

.bx-prev a, .bx-next a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .7em;
  border: 2px solid #1ad5bf;
  padding: 10px;
  margin: 10px 20px 0 0;
  border-radius: 10px; }

#sidebar-single {
  border-left: 1px solid #ebebeb;
  float: left;
  padding-left: 80px;
  width: 30%;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #sidebar-single h4 {
    margin-bottom: 0; }

.linha-corrente, .content-linha {
  float: left; }

.content-linha h4 {
  font-size: 1em;
  margin: 1em 0;
  font-weight: 400; }

.content-linha .resume p {
  line-height: 1.5em;
  font-size: .9em;
  font-weight: 300; }

#busca-sidebar {
  margin: 60px 0 0 0;
  position: relative; }

#busca-sidebar input[type=text] {
  background: #efefef;
  width: 100%;
  border: none;
  margin-top: 20px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif; }

#busca-sidebar input[type=submit] {
  background: url(../images/lupa.png);
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  right: 10px;
  top: -35px;
  float: right;
  background-size: 100%;
  background-repeat: no-repeat; }

#capitulos-da-linha {
  margin: 50px 0 0 0;
  float: left;
  width: 100%; }

#capitulos-da-linha ol, #capitulos-da-linha ul {
  padding: 0;
  margin: 0; }

#capitulos-da-linha ol li, #capitulos-da-linha ul li {
  cursor: pointer;
  margin-bottom: 1em;
  font-weight: 300;
  font-size: .9em; }

ul.lista-caps-saude li {
  margin: 15px 0px; }

#capitulos-da-linha ol li span,
#capitulos-da-linha ul li span,
#main-posts ul.lista-caps-saude li span {
  color: #58595b;
  font-weight: 700; }

strong.search-excerpt {
  background-color: yellow;
  color: blue; }

@media (max-width: 480px) {
  .imagem-linha,
  .linha-texto,
  #main-posts .posts-linhas,
  #sidebar-single {
    width: 100%; }

  #sidebar-single {
    padding-left: 0;
    height: auto;
    border-left: none; }

  #busca-sidebar {
    margin: 40px 0 0 0; }

  #busca-sidebar h4, #capitulos-da-linha h4 {
    font-size: 25px; } }
body.search #busca-sidebar {
  margin: 0; }

.highlight {
  background: #ffff00; }

.bxslider-wrap {
  visibility: hidden; }

.cap a:hover {
  text-decoration: underline; }

h3.caderno {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 1em;
  color: #205c7b; }

.conteudo-interno img {
  width: 100%;
  height: auto; }


/*TACIO*/
#caracteristicas{
  position: relative;
  background: #87a7d1;
  z-index: 1;
  padding-bottom:4em;
  margin-top: 235px;
  margin-bottom:0;
}
#caracteristicas ul.container.lista{
  position:relative;
  top:-160px;
  margin-top:0;
  z-index:10;
}
#caracteristicas li {
  float: left;
  display: block;
  margin-right: 5%;
  width: 30%;
  height: 292px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background-size: cover !important;
}

.clearfix{
  clear:both;
}
.flutua{
  margin-top: -100px;
  float: left;
  width: 100%;
}

.item{
  width:30%;
  float:left;
  padding:0 20px 0 35px!important;
  margin:10px 0 0 0;
  position:relative;
}

.item:after{
  height:90px;
  width:1px;
  background:#000;
  position:absolute;
  top:0;
  right:0;
  content:"";
}

.item:last-child:after{
  background:transparent;
}

.item:last-child{
  border:none;
}

.item:first-child{
  padding:0 30px 0 0!important;
}

.data{
  color:#39393a;
  font-size:17px;
  float:left;
  font-weight:bold;
}
.titulo{
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 1.4em;
  margin: 10px 0;
}
#caracteristicas .icone {
  display: block;
  width: 105px;
  height: 105px;
  background-size: 50% !important;
}
.borda-branca{
  height: 1px;
  background: #fff;
  width: 100%;
}
.imprensa{
  float:left;
  width:65%;
}
.imprensa h2, .linha-cuidados-box h2 {
  margin:30px 0 10px 0;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.linha-cuidados-box{
  float:left;
  width:35%;
}

.linha-cuidados-box #busca-sidebar{
  margin:0;
  padding:0;
}

.linha-cuidados-box #busca-sidebar input[type=text]{
  background:transparent;
  padding:10px 10px 10px 50px;
  border:3px solid #fff;
  border-radius:15px;
  color:#fff;
  font-size:18px;
}

.linha-cuidados-box #busca-sidebar i.icon-busca{
  width: 22px;
  height: 21px;
  background: url(../images/icon-busca2.png);
  right: 91%;
  margin-top: -34px;
  background-size: cover;
  position: absolute;
}

.linha-cuidados-box #busca-sidebar input[type=submit] {
  background: transparent;
  border: 3px solid #1ad5bf;
  width: 165px;
  height: 37px;
  text-transform: uppercase;
  border-radius: 13px;
  color: #fff;
  position: static;
  top: 0;
  margin: 25px 0 0 0;
  font-size: 14px;
  float: left;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 29px;
}

#caracteristicas .linha-cuidados-box p{
  margin:0;
  padding:0;
  text-align:left;
}

@media screen and (max-width: 768px) {

  .imprensa, .linha-cuidados-box,.item{
    width:100%;
  }
  #caracteristicas .item{
    padding:15px 0!important;
    margin:5px 0;
    border-bottom:1px solid #000;
  }
  .item:after{
    background:transparent;
  }
  .flutua{
    margin-top:-158px;
  }
  #caracteristicas li {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%!important;
    margin-bottom: 2em; }
  .linha-cuidados-box{
    margin:30px 0 0 0;
  }

  #caracteristicas p{
    font-size:12px;
  }
}

@media screen and (max-width: 499px) {

}

.imprensa .item a:hover .titulo{
  text-decoration:underline!important;
}

