@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::after, *::before {
  box-sizing: border-box; }

.container {
  max-width: 1176px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1175px) {
    .container {
      max-width: 768px; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 480px;
      padding-left: 15px;
      padding-right: 15px; } }
  .container::after, .container::before {
    content: '';
    display: table;
    clear: both; }

.grid-1 {
  width: calc(8.3333333333% - 30px); }

.grid-2 {
  width: calc(16.6666666667% - 30px); }

.grid-3 {
  width: calc(25% - 30px); }

.grid-4 {
  width: calc(33.3333333333% - 30px); }

.grid-5 {
  width: calc(41.6666666667% - 30px); }

.grid-6 {
  width: calc(50% - 30px); }

.grid-7 {
  width: calc(58.3333333333% - 30px); }

.grid-8 {
  width: calc(66.6666666667% - 30px); }

.grid-9 {
  width: calc(75% - 30px); }

.grid-10 {
  width: calc(83.3333333333% - 30px); }

.grid-11 {
  width: calc(91.6666666667% - 30px); }

.grid-12 {
  width: calc(100% - 30px); }

[class^="grid-"] {
  margin-left: 15px;
  margin-right: 15px;
  min-height: 1px;
  float: left; }
  @media screen and (max-width: 767px) {
    [class^="grid-"] {
      width: 100%;
      float: none;
      margin-left: 0px;
      margin-right: 0px; } }

.offset-1 {
  margin-left: calc(8.3333333333% + 15); }

.offset-2 {
  margin-left: calc(16.6666666667% + 15); }

.offset-3 {
  margin-left: calc(25% + 15); }

.offset-4 {
  margin-left: calc(33.3333333333% + 15); }

.offset-5 {
  margin-left: calc(41.6666666667% + 15); }

.offset-6 {
  margin-left: calc(50% + 15); }

.offset-7 {
  margin-left: calc(58.3333333333% + 15); }

.offset-8 {
  margin-left: calc(66.6666666667% + 15); }

.offset-9 {
  margin-left: calc(75% + 15); }

.offset-10 {
  margin-left: calc(83.3333333333% + 15); }

.offset-11 {
  margin-left: calc(91.6666666667% + 15); }

.offset-12 {
  margin-left: calc(100% + 15); }

@media screen and (max-width: 767px) {
  [class^='offset-'] {
    margin-left: 0; } }
.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 767px) {
    .row {
      margin-left: 0;
      margin-right: 0; } }
  .row::after, .row::before {
    content: '';
    display: table;
    clear: both; }

.banner {
  max-width: 100%;
  background-image: url("../img/banner-site.png");
  background-size: cover;
  background-position: center;
  height: 850px; }
  @media screen and (min-width: 768px) and (max-width: 1175px) {
    .banner {
      height: 750px; } }
  @media screen and (max-width: 767px) {
    .banner {
      height: 620px; } }

.cabecalho {
  padding-top: 90px;
  height: 200px; }
  .cabecalho h1 {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 4.5em;
    text-transform: uppercase;
    line-height: 125%;
    color: white;
    padding-top: 230px; }
    @media screen and (min-width: 768px) and (max-width: 1175px) {
      .cabecalho h1 {
        padding-top: 180px;
        font-size: 3.5em; } }
    @media screen and (max-width: 767px) {
      .cabecalho h1 {
        padding-top: 50px;
        font-size: 2em; } }

.logo {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .logo img {
      max-width: 250px; } }

.card-foto {
  width: 100%;
  height: 275px;
  overflow: hidden;
  margin-bottom: 32px;
  cursor: pointer;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); }
  .card-foto a {
    display: flex;
    justify-content: center;
    align-items: center; }
  .card-foto:hover .foto {
    transform: scale(1.1); }
  .card-foto p {
    font-family: "Prompt", sans-serif;
    color: white;
    font-size: 4em;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    position: absolute; }

.foto {
  width: auto;
  height: 275px;
  transition: 500ms; }

.sect-info {
  margin-top: -160px; }

.box-infor {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .box-infor {
      flex-direction: column; } }

.card-info {
  background-color: white;
  padding: 49px;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
  margin-bottom: 150px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .card-info {
      margin-bottom: 32px; } }
  .card-info h2 {
    font-family: "Prompt", sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #656565;
    margin: 72px 0 40px 0; }
    @media screen and (max-width: 767px) {
      .card-info h2 {
        font-size: 1.125em;
        margin: 48px 0 32px 0; } }
  .card-info p {
    font-family: "Prompt", sans-serif;
    font-size: 1em;
    color: #656565;
    font-weight: 300;
    line-height: 145%;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .card-info p {
        font-size: 0.875em; } }
  .card-info img.midia {
    margin-right: 15px;
    transition: 500ms; }
    .card-info img.midia:hover {
      transform: translateY(-10px); }

.barra {
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (min-width: 768px) and (max-width: 1175px) {
  .box-card {
    width: 55%; } }

.logos-creditos::before {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #27348b;
  display: block;
  margin-bottom: 16px; }
.logos-creditos h3 {
  margin-bottom: 15px;
  font-family: "Prompt", sans-serif;
  color: #656565;
  font-weight: 300; }
.logos-creditos span {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #1d1d1d; }

.logo-rc-footer {
  max-width: 200px;
  margin: 36px 0 32px 0; }

.logo-secretaria {
  max-width: 300px; }

.slide-cabecalho {
  z-index: 2;
  position: fixed;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slide-cabecalho {
      margin-bottom: 200px; } }

.box-cabecalho {
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 45px 0 45px;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .box-cabecalho {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 26px 0 0 0; } }
  .box-cabecalho img {
    max-width: 250px; }
    @media screen and (max-width: 767px) {
      .box-cabecalho img {
        max-width: 200px; } }
  .box-cabecalho p {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 1.375em;
    text-align: right; }
    @media screen and (max-width: 767px) {
      .box-cabecalho p {
        font-size: 0.875em; } }

.box-seta {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .box-seta {
      display: flex;
      justify-content: center;
      margin-bottom: 18px; } }

.seta {
  margin-right: 10px;
  margin-bottom: -5px; }
  @media screen and (max-width: 767px) {
    .seta {
      width: 30px; } }

@media screen and (max-width: 767px) {
  .logo-slide {
    display: flex;
    justify-content: center; } }

@media screen and (max-width: 767px) {
  .texto-local {
    margin-top: 18px;
    display: flex;
    justify-content: center; } }

.banner-slide {
  position: relative;
  width: 100%;
  min-height: 100vh; }

.box-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 500ms;
    background-position: center; }
  .box-img img.active {
    opacity: 1; }

.controles {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .controles img {
      width: 32px; } }
  .controles li {
    cursor: pointer;
    transition: 500ms; }
    .controles li:hover {
      transform: translateY(-15px); }

.conteudo-slides {
  position: absolute;
  bottom: 0;
  padding: 100px 100px 300px 100px;
  height: 300px;
  background: linear-gradient(0deg, black 0%, rgba(245, 245, 245, 0) 100%);
  width: 100%; }
  @media screen and (max-width: 767px) {
    .conteudo-slides {
      padding: 150px 50px 50px 50px;
      height: auto; } }
  .conteudo-slides h2 {
    font-family: "Prompt", sans-serif;
    color: white;
    max-width: 1000px;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .conteudo-slides h2 {
        font-size: 24px; } }
  .conteudo-slides p {
    font-family: "Prompt", sans-serif;
    color: white;
    font-size: 1em;
    font-weight: 300;
    max-width: 1000px;
    line-height: 145%; }
    @media screen and (max-width: 767px) {
      .conteudo-slides p {
        font-size: 12px; } }
  .conteudo-slides div {
    display: none; }
  .conteudo-slides div.active {
    display: block; }

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: transform .5s ease-out;
  -ms-transition: transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #2299dd;
  pointer-events: none; }

/*# sourceMappingURL=style.css.map */
