<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat:300,600,700");

.text-light { font-weight: 300; }

.color-white { color: #FFF; }
.color-blue { color: #154278; }

.font-medium { font-weight: 500; }
.font-semi-bold { font-weight: 600; }

.font-primary { font-family: 'Montserrat'; }
.font-secondary { font-family: 'Open Sans' !important; }

.bg-gray { background-color: #F5F5F5; }
.bg-gray-dark { background-color: #ececec; }
.bg-blue-dark { background-color: #154278; }


body {
  padding-top: 70px;
}

header {
  background-color: #154278;
  box-shadow: 0px 3px 6px #00000029;
}

header nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 300px;
  background-color: #154278;
  padding-top: 80px;
  transition: right 0.3s ease-in;
}

header.active nav {
  right: 0;
  transition-timing-function: ease-out;
}

header nav ul li {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  padding: 27px;
}

header nav ul li:hover {
  color: #13d8c5;
}

header .toggle {
  position: absolute;
  top: 20px;
  width: 30px;
  height: 30px;
  right: 24px;
  overflow: hidden;
  cursor: pointer;
}

header .toggle span {
  width: 30px;
  height: 4px;
  background-color: #13d8c5;
  display: block;
  border-radius: 4px;
  transition: 0.3s 0.3s;
  position: absolute;
  left: 0;
}

header span:nth-child(1) {
  top: 0;
}

header span:nth-child(2) {
  top: 12px;
}

header span:nth-child(3) {
  top: 24px;
}


header.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px,9px);
}

header.active span:nth-child(2) {
  left: -110%;
  transition: 0.3s 0s;
}

header.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px,-9px);
}

header .center {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#main-banner2&gt;div {
  padding-top: 59.9%;
}

section#informacoes {
  padding: 100px 0 50px;
}

section#informacoes .post {
  padding-left: 45px;
  cursor: pointer;
}

section#informacoes .post + .post{
  margin-top: 80px;
}

/*section#informacoes .post span {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  display: block;
  transition: 0.4s;
  }*/

/*section#informacoes .post.active span, section#informacoes .post:hover span {
  color: #13D8C5;
  }*/

  section#informacoes .post .title {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.2);
    transition: 0.4s;
    margin-bottom: 15px;
  }

  section#informacoes .post span.more {
    color: #FFF;
    display: inline-block;
    background-color: #154278;
    font-size: 20px;
    border-radius: 30px;
    font-size: 16px;
    padding: 2px 20px;
    transition: .2s;
    margin: 0 auto;
    display: inline-block;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.2);
  }

  section#informacoes .post.active span.more, section#informacoes .post:hover span.more {
    background-color: #154278;
  }

  section#informacoes .post.active .title, section#informacoes .post:hover .title {
    color: rgba(21, 66, 120, 1);
  }

  .list-posts {
    position: relative;
    border-left: 1px solid rgba(9, 9, 9, 0.2);
    margin-bottom: 50px;
  }

  .roll {
    transition: 0.4s;
    position: absolute;
    top: 0;
    height: 0;
    min-height: 50px;
    left: -2.5px;
    width: 5px;
    background-color: rgba(19, 216, 197, 1);
    display: block;
    border-radius: 3px;
  }

  section#informacoes .image {
    width: 100%;
    position: relative;
    /*padding-bottom: 100%;*/
    padding-bottom: 79%;
    background-color: #000;
    margin-bottom: 50px;
  }

  section#informacoes .image .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    background-position: center;
    background-size: cover;
  }

  section#informacoes .image .img.active {
    opacity: 1;
  }

  section#univates {
    padding: 90px 0;
  }

  section#univates .margin {
    padding: 0px 5%;
  }

  section#univates p {
    font-size: 20px;
    line-height: 40px;
  }


  section#univates .botao {
    background-color: #13D8C5;
    border-radius: 30px;
    color: #154278;
    font-size: 16px;
    padding: 11px 20px;
    transition: .2s;
    margin: 0 auto;
    display: inline-block;
    transition: 0.4s;
    box-shadow: 0px 3px 6px #00000029;
  }

  section#univates .botao:hover {
    color: #FFF;
  }
  section#videos {
    padding: 90px 0 95px;;
    background-color: #13D8C5;
    border-bottom-right-radius: 74px;
  }

  section#videos .main-video {
    display: none;
    flex-direction: column;
  }

  section#videos .video-box {
    width: 100%;
  }

  section#videos .video-box .video {
    position: relative;
    background-color: #000;
    overflow: hidden;
    display: block;
  }

  section#videos .video-box .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  section#videos .video-box-horizontal {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    cursor: pointer;
  }

  section#videos .video-box-horizontal .video {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    background-color: #000;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }

  section#videos .video-box-horizontal .description {
    font-size: 18px;
    line-height: 30px;
  }


  section#videos .video-box-horizontal .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }


  section#videos h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
  }

  section#videos .videos-container::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #13d8c5;
  }

  section#videos .videos-container::-webkit-scrollbar {
    width: 8px;
    background-color: #13d8c5;
  }

  section#videos .videos-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #154278;
  }

  @media screen and (min-width: 1024px) {
    section#videos .main-video {
      display: flex;
    }

    section#videos .main-video h3 {
      margin-top: 15px;
      color: #FFFFFF;
      font-size: 25px;
      line-height: 45px;
    }

    section#videos .video-box .video {
      height: 35vw;
    }

    section#videos .videos-container {
      height: 35vw;
      width: 100%;
      padding: 0;
      overflow: auto;
      padding-right: 10px;
    }


    section#videos .video-box-horizontal .video iframe {
      display: none;
    }

    section#videos .video-box-horizontal:last-child {
      margin-bottom: 0;
    }
  }

  @media screen and (min-width: 1366px) {
    section#videos .video-box-horizontal .video {
      width: 55%;
      padding-bottom: 31%;
      float: left;
    }

    section#videos .video-box-horizontal .description {
      width: 44%;
      float: left;
      font-size: 18px;
      line-height: 30px;
      padding-left: 20px;
    }
  }

  @media screen and (min-width: 1920px) {
    section#videos .videos-container {
      height: 30vw;
    }

    section#videos .video-box .video {
      height: 30vw;
    }
  }

  section#recomendacoes {
    padding: 90px 0 95px;;
  }

  section#recomendacoes h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
  }


  .box-corona {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 19px #00000017;
    border-radius: 37px;
    opacity: 1;
    padding: 60px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .box-corona-icone {
    display: block;
    font-size: 80px;
    color: #13D8C5;
    margin-bottom: 36px;
  }

  .box-corona-text {
    width: 100%;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 27px;
  }

  section#links {
    padding: 90px 0 80px;
  }

  section#links h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 67px;
  }

  section#links h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  section#links p {
    font: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
    opacity: 0.7;
  }

  section#links .link {
    position: relative;
    padding: 0px 70px;
    margin-bottom: 60px;
    flex-direction: column;
  }

  section#links .link:after {
    content: '';
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    left: 55px;
    border-radius: 2px;
    background-color: #13D8C5;
  }

  section#links .botao {
    width: 100%;
    color: #154278;
    font-size: 16px;
    background-color: #13D8C5;
    padding: 11px 18px;
    border-radius: 24px;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.4s;
  }

  section#links .botao:hover {
    color: #13D8C5;
    background-color: #154278;
  }

  section#cobertura {
    padding: 90px 0;
    position: relative;
  }

  section#cobertura:before {
    content: '';
    width: 42px;
    height: 42px;
    position: absolute;
    top: -17px;
    background-color: #f5f5f5;
    border-radius: 3px;
    transform: rotate(45deg) translateX(-69%);
    left: 50%;
  }


  section#cobertura h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
    color: #FEFEFE;
  }

  section#cobertura .botao {
    color: #154278;
    border: 1px solid #13D8C5;
    background-color: #13D8C5;
    padding: 0px 21px;
    border-radius: 100px;
    line-height: 100%;
    display: inline-table;
    transition: 0.4s linear filter;
    width: 100%;
    line-height: 46px;
    margin-bottom: 15px;
    transition: 0.4s;
  }

  section#cobertura .botao:hover {
    color: #FFF;
  }

  section#cobertura .botao span {
    position: relative;
  }


  section#cobertura .botao svg {
    width: 25px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    fill: #154278;
    transition: 0.4s;
  }

  section#cobertura .botao:hover svg {
    fill: #FFF;
  }

  section#prefeitura {
    padding: 80px 0;
  }

  section#prefeitura .blocks .one h2 {
    font-size: 30px;
    line-height: 45px;
    padding: 0 30px 0 15px;
  }

  section#prefeitura .blocks .two {

    padding-left: 15px;
    position: relative;
  }

  section#prefeitura .blocks .two h3 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 45px;
    padding: 70px 0 0;
  }

  section#prefeitura .blocks .two em {
    font-style: normal;
    font-weight: 600;
  }

  section#prefeitura .blocks .two span {
    position: relative;
    margin-bottom: 70px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    padding: 7px 13px;
  }


  section#prefeitura .blocks .two:before {
    content: '';
    background-color: #13D8C5;
    position: absolute;
    top: 0;
    left: 0;
    right: -2000px;
    bottom: -2000px;
    border-top-left-radius: 66px;
  }


  @media screen and (min-width: 1200px) {
    section#prefeitura .blocks {
      display: flex;
      justify-content: center;
    }

    section#prefeitura .blocks .one {
      padding-right: 88px;
    }

    section#prefeitura .blocks .two {
      padding-left: 133px;
    }

    section#prefeitura .blocks .one h2 {
      width: 376px;
      margin-top: 80px;
      padding: initial;
    }

    section#prefeitura .blocks .two h3 {
      width: 440px;
      padding: initial;
    }
  }

  section#noticias {
    padding: 90px 0 150px;
  }

  section#noticias h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
  }

  section#noticias .botao {
    color: #154278;
    background-color: #13D8C5;
    padding: 0px 21px;
    border-radius: 100px;
    line-height: 100%;
    display: inline-table;
    transition: 0.4s linear filter;
    width: 100%;
    line-height: 46px;
    transition: 0.4s;
  }

  section#noticias .botao:hover {
    color: #13D8C5;
    background-color: #154278;
  }

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

    #main-banner2&gt;div {
      padding-top: 28.9%;
    }

  /*section#informacoes .post .title {
    font-size: 25px;
    line-height: 35px;
    }*/


    section#links .botao { 
      width: initial;
      min-width: 408px;
      margin: 0 15px 10px;
    }

    section#cobertura .botao { 
      width: initial;
      min-width: 408px;
      margin: 0 5px 15px;
    }

    section#noticias .botao { 
      width: initial;
      min-width: 408px;
    }
  }

  @media screen and (min-width: 1024px) {


    section#prefeitura .blocks .one h2 {
      font-size: 35px;
    }

    section#prefeitura .blocks .two h3 {
      font-size: 25px;
    }

    #noticias .row.vertical-stretch div:nth-child(4) {
      display:none;
    }

  /*section#informacoes .post .title {
  font-size: 20px;
  line-height: 35px;
  }*/

  body {
    padding-top: 90px;
  }

  header nav {
    position: relative;
    display: flex;
    height: 90px;
    padding-top: 0;
    width: initial;
    right: initial;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
  }

  header .toggle {
    display: none;
  }

  header .center {
    padding-left: 36px;
    padding-right: 36px;
  }

  header nav ul li {
    display:inline-block;
  }

  header nav &gt; ul &gt; li:last-child {
    padding-right: 0;
  } 

  .list-posts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #informacoes .center &gt; .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #informacoes .center &gt; .row &gt; div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section#informacoes .post + .post {
    margin-top: 25px;
  }

  /*section#informacoes .post .title {
    line-height: 31px;
    }*/

  }

  @media screen and (min-width: 1366px) {

    section#informacoes .post .title {
      font-size: 20px;
      line-height: 30px;
    }

    .div-link:before {
      display: block;
    }

    section#informacoes .post + .post {
      margin-top: 15px;
    }
  }

  @media (max-width: 1024px) {
    .div-link {
      padding: 0px 30px;
      margin-bottom: 60px;
    }
  }

  @media (max-width: 415px) {
    .div-link {
      padding: 0px 30px;
      margin-bottom: 35px;
    }
    .div-link:before {
      content: '';
      width: 1px;
      height: 52px;
      background-color: #707070;
      opacity: 0.3;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: none;
    }
  }


  /* Comunicado */
  section#comunicado {
    background-image: url(../coronavirus/banner-comunicado.png);
    padding: 100px 0;
    background-size: cover;
  }

  section#comunicado h2 {
    max-width: 320px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center
  }
  section#comunicado em {
    font-style: normal;
    font-weight: 600;
  }

  section#comunicado a {
    display: block;
    width: 277px;
    font-size: 16px;
    line-height: 45px;
    color: #154278;
    background-color: #13D8C5;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 24px;
    transition: 0.4s;
    margin: 0 auto;
    text-align: center;
  }

  section#comunicado a:hover {
    color: #FFF;
  }


  @media screen and (min-width: 460px) {
    section#comunicado h2 {
      max-width: 100%;
      font-size: 33px;
      line-height: 50px;
    }
  }

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

    section#comunicado {
      padding: 125px 0;
    }

    section#comunicado h2 {
      max-width: 630px;
      font-size: 50px;
      line-height: 60px;
      text-align: left
    }
    section#comunicado .comunicado {
      float: right;
    }

    section#comunicado a {
      display: inline-block;
      margin: 0;
    }
  }


#webinars-mobile {
  position: relative;
  padding-bottom: 55%;
    background-image: url(../coronavirus/banner-webinar.png);
  background-size: cover;
  background-position: center;

}

#webinars-mobile svg.webinars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24%;
  fill: #FFFFFF;
}

#webinars-mobile svg.ead {
  position: absolute;
  width: 26%;
  right: 15px;
  bottom: 15px;
}


#webinars {
    margin-top: 50px;
  padding: 26px 0 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#webinars .hide-mobile {
  display: none;
}

#webinars .center {
  overflow: initial;
}

#webinars svg.ead {
  position: absolute;
  width: 200px;
  margin-top: -32px;
    right: 0;
}

#webinars h2 {
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 26px;
}

#webinars h2 svg{
  display: none;
}

#webinars p {
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 26px;
}

#webinars .botao {
  display: inline-block;
	    box-sizing: border-box;
	    font-size: 16px;
	    line-height: 48px;
	    padding: 0px 100px;
	    color: #154278;
	    background-color: #13D8C5;
	    box-shadow: 0px 3px 6px #00000029;
	    border-radius: 24px;
	    text-align: center;
    transition: 0.4s;
}

#webinars .botao:hover {
  color: #FFF;
}


@media screen and (min-width: 1024px) {
     #webinars-mobile {
    display: none;
  }

  #webinars {
    height: 480px;
    border-bottom: none;
  }

  #webinars {
    background-image: url(../coronavirus/banner-webinar.png);
    background-size: cover;
    background-position: center;
    height: 540px;
    display: flex;
    align-items: center;
  }

  #webinars .hide-mobile {
    display: block;
  }

  #webinars h2 {
    display: flex;
    font-size: 35px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 38px;
  }
  
  #webinars h2 svg{
    display: block;
    width: 56px;
    margin-right: 30px;
    fill: #FFFFFF;
  }
  
  #webinars p {
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 35px;
  }

  /*#webinars .botao {
    background-color: #FFFFFF;
    color: #3C78D8;
  }*/
}


@media screen and (min-width: 1366px) {
  #webinars svg.ead {
    margin-top: -52px;
  }

 /* #webinars .botao {
    padding: 32px;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #3C78D8;
  }*/
}

@media screen and (min-width: 1600px) {

 /* #webinars {
    height: 680px;
  }*/

  #webinars svg.ead {
    margin-top: -52px;
  }
}

#price-alert-wrapper {display:none;}</pre></body></html>