html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden; }

a {
  color: #008da8; }
  a:hover {
    color: #006f84; }

.form-control {
  border-radius: .1rem; }

.btn {
  border-radius: .1rem;
  border: none; }

.btn-primary {
  color: white;
  background: #008da8; }
  .btn-primary:hover {
    background: #006f84; }
  .btn-primary:focus, .btn-primary:active {
    background: #006275; }
    .btn-primary:focus:focus, .btn-primary:active:focus {
      background: #006275; }

.btn-secondary {
  color: white;
  background: #4eb41c; }
  .btn-secondary:hover {
    color: white;
    background: #419517; }
  .btn-secondary:focus, .btn-secondary:active {
    color: white;
    background: #3b8815; }
    .btn-secondary:focus:focus, .btn-secondary:active:focus {
      color: white;
      background: #3b8815; }

.btn-default {
  color: white;
  background: #ababab; }
  .btn-default:hover {
    color: white;
    background: #999999; }
  .btn-default:focus, .btn-default:active {
    color: white;
    background: #929292; }
    .btn-default:focus:focus, .btn-default:active:focus {
      color: white;
      background: #929292; }

.btn-rounded {
  display: inline-block;
  padding: .6rem 1.5rem .8rem;
  color: #008da8;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8rem;
  border: 0.1rem solid #008da8;
  border-radius: 99.9rem; }
  .btn-rounded .fa {
    font-size: 2.8rem;
    vertical-align: top; }
  .btn-rounded:hover {
    color: white;
    text-decoration: none;
    background: #008da8;
    border: 0.1rem solid #008da8; }

.btn-action {
  display: flex;
  flex-direction: row;
  max-width: 47%;
  max-height: 4.4rem; }
  .btn-action span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .btn-action i + span {
    margin-left: .7rem; }
  .btn-action span + i {
    margin-left: .7rem; }

.page-data-hidden .datas-sobre, .page-data-hidden .datas-ano {
  display: none; }

.page-data-hidden .main {
  padding: 0 0 2rem; }

.container-destaques {
  padding-bottom: 40px; }

.destaque-block {
  display: block; }
  .destaque-block:after {
    content: "";
    display: table;
    clear: both; }
  .destaque-block .destaque-block-image img {
    width: 100%;
    height: auto;
    display: block; }
  .destaque-block.destaque-block-small .destaque-block-image {
    display: block;
    height: 140px; }
    .destaque-block.destaque-block-small .destaque-block-image img {
      height: 100%;
      object-fit: cover; }
    .destaque-block.destaque-block-small .destaque-block-image:after {
      content: "";
      display: table;
      clear: both; }
  .destaque-block.destaque-block-small:first-child {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .destaque-block.destaque-block-small:first-child {
        margin-top: 0; } }
  .destaque-block.destaque-block-small:last-child {
    margin-top: 20px; }
  .destaque-block .destaque-block-name {
    margin-top: 15px;
    font-size: 18px; }
  .destaque-block .destaque-block-description {
    padding: 5px 25px;
    margin-top: 25px;
    font-size: 17px;
    color: #000; }
  .destaque-block .btn-datas-comemorativas {
    text-decoration: none;
    text-align: center;
    padding: 40px 0; }
    .destaque-block .btn-datas-comemorativas_link {
      text-decoration: none;
      font-family: Arial;
      font-weight: 700;
      font-size: 16px;
      background-color: #008da8;
      color: #fff;
      padding: 15px 30px;
      border-radius: 36px;
      border: 1px solid #fff;
      display: inline-block; }
  .destaque-block .destaque-block-info {
    background: #3DAA35;
    padding: 15px;
    color: white; }
    .destaque-block .destaque-block-info-main {
      border: 1px solid #018EAA;
      background: transparent;
      padding: 15px;
      color: white; }
      .destaque-block .destaque-block-info-main .destaque-block-title-main {
        font-size: 29px;
        font-weight: 700;
        text-align: center;
        padding: 20px 0;
        color: #3DAA35; }
    .destaque-block .destaque-block-info .destaque-block-title {
      margin: 0;
      font-size: 18px; }
      .destaque-block .destaque-block-info .destaque-block-title-main {
        font-size: 29px;
        font-weight: 700;
        text-align: center;
        padding: 20px 0;
        color: #3DAA35; }
      .destaque-block .destaque-block-info .destaque-block-title a {
        color: #fff;
        transition: 0.2s; }
      .destaque-block .destaque-block-info .destaque-block-title a:hover {
        color: #018EAA;
        transition: 0.2s; }
  .destaque-block .destaque-block-actions {
    display: flex;
    border-top: 1px solid white; }
    .destaque-block .destaque-block-actions .btn {
      width: 50%;
      background: #018EAA;
      color: white;
      margin: 0;
      text-align: center;
      border-right: 1px solid white;
      white-space: normal;
      transition: all .3s ease-in-out; }
      .destaque-block .destaque-block-actions .btn:first-child i {
        margin-right: 5px; }
      .destaque-block .destaque-block-actions .btn:last-child {
        border: none; }
        .destaque-block .destaque-block-actions .btn:last-child i {
          margin-left: 5px; }

.strong {
  font-weight: 700;
  margin-top: 0 !important; }

.item-notfound {
  background: #4eb41c;
  text-align: center;
  color: white;
  padding: 15px;
  line-height: 1;
  font-size: 2rem; }

.header {
  padding: 2rem 0;
  background: white;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  overflow-x: hidden; }
  .header .form-header {
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .header .form-header {
        margin-top: 10px; } }
    .header .form-header .input-group .form-control {
      color: #999999;
      height: 51px;
      border: 1px solid #bbbbbb;
      border-radius: 50px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
      outline: none; }
      .header .form-header .input-group .form-control:hover, .header .form-header .input-group .form-control:focus {
        box-shadow: none; }
    .header .form-header .input-group .btn {
      padding: 14.5px 20px;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      border: 1px solid #bbb;
      border-left: none;
      background: none;
      color: #4eb41c; }
    .header .form-header .btn-add {
      border: 1px solid #008da8;
      border-radius: 50px;
      padding: 14px 30px;
      color: #008da8;
      width: 100%;
      margin-top: 15px; }
      @media screen and (min-width: 992px) {
        .header .form-header .btn-add {
          margin-top: 0; } }
      .header .form-header .btn-add i {
        margin-left: 10px; }
  .header .header-nav {
    float: left; }
    .header .header-nav .nav-menu {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style: none; }
      .header .header-nav .nav-menu > li {
        display: inline-block;
        margin: 0 .6rem;
        font-weight: bold;
        line-height: 3rem; }
        .header .header-nav .nav-menu > li > a {
          text-decoration: none; }
  .header__404 {
    padding-bottom: 155px; }
    .header__404-title h1 {
      font-size: 90px;
      color: #4eb41c;
      padding: 70px 50px 70px 49px;
      display: inline-block;
      color: #fff;
      border-radius: 100%;
      background: #008da8;
      background: -moz-linear-gradient(-45deg, #008da8 0%, #4eb41c 100%);
      background: -webkit-linear-gradient(-45deg, #008da8 0%, #4eb41c 100%);
      background: linear-gradient(135deg, #008da8 0%, #4eb41c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008da8', endColorstr='#4eb41c',GradientType=1 ); }
    .header__404-title h2 {
      font-size: 70px;
      color: #008da8; }
    .header__404-title p {
      font-size: 20px; }
  .header .header-social {
    float: right;
    height: 3rem; }
  .header .old-version {
    position: absolute;
    top: 3.5rem;
    right: -4rem;
    float: right;
    width: 25rem;
    height: 2.5rem;
    display: block;
    padding: 0 1.5rem;
    color: white;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.5rem;
    background: #4eb41c;
    transform-origin: center center;
    transform: rotate(30deg);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.1s ease-in-out; }
    .header .old-version:hover {
      color: #4eb41c;
      background: white; }

.navbar {
  background: none;
  margin-bottom: 0;
  border: none;
  border-bottom: 5px solid #30922c;
  border-radius: 0; }
  .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    background: #008da8;
    border-color: #008da8; }
    .navbar .navbar-header .navbar-toggle span {
      background: white; }
  .navbar .navbar-nav li:hover a {
    background: #30922c;
    color: white;
    transition: all .3s ease; }
  .navbar .navbar-nav li.active:hover a {
    background: #30922c;
    color: white; }
  .navbar .navbar-nav li.active a {
    background: #30922c;
    color: white; }
  .navbar .navbar-nav li a {
    color: #018EAA;
    text-transform: uppercase;
    font-size: 14px; }

.datas-sobre {
  background: url(../img/bg-chamada.jpg) no-repeat top center;
  padding: 45px 0 31px;
  text-align: center;
  background-size: cover;
  background-attachment: fixed; }
  .datas-sobre-texto {
    color: white;
    font-size: 22px;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .datas-sobre-texto {
        width: 95%;
        margin: 0 auto; } }
    .datas-sobre-texto p {
      font-weight: 300; }
      .datas-sobre-texto p:last-child {
        margin: 30px 0; }
    .datas-sobre-texto strong {
      text-transform: uppercase; }
  .datas-sobre-scroll i {
    color: white;
    font-size: 32px;
    transition: all .3s ease; }
    .datas-sobre-scroll i:hover {
      margin-top: 5px; }

.datas-ano {
  outline: none; }
  .datas-ano-nav .nav-menu-year,
  .datas-ano-nav .nav-menu-month {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
  .datas-ano-nav .nav-menu-month {
    flex-direction: column;
    margin-bottom: 6rem; }
    @media screen and (min-width: 992px) {
      .datas-ano-nav .nav-menu-month {
        flex-direction: row; } }
  .datas-ano-nav .nav-menu-year {
    margin: 6rem 0; }
    .datas-ano-nav .nav-menu-year > li {
      display: inline-block;
      font-size: 4rem;
      font-weight: 300;
      line-height: 1em; }
      .datas-ano-nav .nav-menu-year > li > a {
        text-decoration: none;
        color: #008da8; }
      .datas-ano-nav .nav-menu-year > li.divider {
        margin: 0 1rem; }
      .datas-ano-nav .nav-menu-year > li.is-active {
        font-size: 5rem;
        font-weight: bold; }
        .datas-ano-nav .nav-menu-year > li.is-active a {
          color: #4eb41c; }
  .datas-ano-nav .nav-menu-month {
    justify-content: center;
    align-items: center;
    align-content: center;
    background: white; }
    .datas-ano-nav .nav-menu-month > li {
      display: block;
      width: 100%;
      color: #6b6b6b;
      font-size: 1.4rem;
      font-weight: 300;
      text-align: center;
      border: 1px solid #018EAA;
      border-bottom: none; }
      .datas-ano-nav .nav-menu-month > li:last-child {
        border-bottom: 1px solid #008da8; }
      @media screen and (min-width: 992px) {
        .datas-ano-nav .nav-menu-month > li {
          display: inline-block;
          width: auto;
          border-right: none;
          border-bottom: 1px solid #008da8; }
          .datas-ano-nav .nav-menu-month > li:first-child {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px; }
            .datas-ano-nav .nav-menu-month > li:first-child a {
              border-top-left-radius: 50px;
              border-bottom-left-radius: 50px; }
          .datas-ano-nav .nav-menu-month > li:last-child {
            border-right: 1px solid #008da8;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px; }
            .datas-ano-nav .nav-menu-month > li:last-child a {
              border-top-right-radius: 50px;
              border-bottom-right-radius: 50px; } }
      .datas-ano-nav .nav-menu-month > li > a {
        display: block;
        padding: 1rem 1.4rem;
        color: #008da8;
        text-decoration: none;
        line-height: 1em;
        text-transform: uppercase; }
        .datas-ano-nav .nav-menu-month > li > a:hover {
          color: white;
          background: #008da8; }
      .datas-ano-nav .nav-menu-month > li.is-active {
        border-color: #4eb41c;
        border-radius: 0; }
        .datas-ano-nav .nav-menu-month > li.is-active > a {
          border-radius: 0;
          color: white;
          background: #4eb41c; }
          @media screen and (min-width: 992px) {
            .datas-ano-nav .nav-menu-month > li.is-active > a {
              position: relative;
              width: 102%;
              left: -1px; }
              .datas-ano-nav .nav-menu-month > li.is-active > a:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: -20px;
                left: 0;
                background: #4eb41c;
                z-index: -1;
                border: 1px solid #4eb41c;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px; }
              .datas-ano-nav .nav-menu-month > li.is-active > a:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                bottom: -20px;
                left: 0;
                background: #4eb41c;
                z-index: -1;
                border: 1px solid #4eb41c;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px; } }

.section-busca {
  margin-top: 100px; }
  .section-busca .form-control {
    height: 35px;
    border-color: #888888; }
  .section-busca .btn {
    padding: 8px 12px; }
  .section-busca .addthis_inline_share_toolbox {
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .section-busca .addthis_inline_share_toolbox {
        margin-top: 0; } }
  .section-busca hr {
    border-color: #aeaeae;
    margin-top: 65px; }

.hero {
  padding: 6.5rem 0 7rem;
  color: white;
  background: #008da8; }
  .hero .hero-row {
    display: flex;
    flex-wrap: wrap; }
  .hero .hero-title {
    margin: 0 0 3rem;
    line-height: 1em; }
    .hero .hero-title img {
      display: block;
      max-width: 100%;
      height: auto; }
    .hero .hero-title .alt-title {
      display: none; }
  @media screen and (min-width: 992px) {
    .hero .hero-description {
      width: 80%;
      margin: 100px auto 0; } }
  .hero .hero-description p {
    font-weight: 300;
    text-align: center; }
    .hero .hero-description p:last-child {
      margin-bottom: 0; }

.main .main-nav {
  margin: 0 0 6.5rem;
  padding: 0 0 6.5rem;
  border-bottom: .1rem solid #acacac; }
  .main .main-nav .nav-menu-year,
  .main .main-nav .nav-menu-month {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
  .main .main-nav .nav-menu-year {
    margin-bottom: 1.5rem; }
    .main .main-nav .nav-menu-year > li {
      display: inline-block;
      color: #008da8;
      font-size: 4rem;
      font-weight: 300;
      line-height: 1em; }
      .main .main-nav .nav-menu-year > li > a {
        text-decoration: none; }
      .main .main-nav .nav-menu-year > li.divider {
        margin: 0 1rem; }
      .main .main-nav .nav-menu-year > li.is-active {
        font-size: 5rem;
        font-weight: bold; }
  .main .main-nav .nav-menu-month {
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    .main .main-nav .nav-menu-month > li {
      display: inline-block;
      color: #6b6b6b;
      font-size: 1.6rem;
      font-weight: bold; }
      .main .main-nav .nav-menu-month > li > a {
        display: block;
        padding: 1.2rem 1.4rem;
        color: #6b6b6b;
        text-decoration: none;
        line-height: 1em; }
        .main .main-nav .nav-menu-month > li > a:hover {
          color: #008da8; }
      .main .main-nav .nav-menu-month > li.is-active > a {
        color: white;
        background: #008da8; }

.block.block-most-searched .block-title {
  margin: 0 0 3rem;
  color: #008da8;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em; }

.block.block-most-searched .item {
  margin-bottom: 2.2rem; }
  .block.block-most-searched .item:hover .item-title .item-date, .block.block-most-searched .item:focus .item-title .item-date {
    -webkit-animation: swing 0.6s ease-out;
    animation: swing 0.6s ease-out; }
  .block.block-most-searched .item:last-child {
    margin-bottom: 0; }
  .block.block-most-searched .item .item-title {
    display: block;
    margin-bottom: .7rem;
    text-decoration: none; }
    .block.block-most-searched .item .item-title .item-date {
      background: #008da8;
      width: 50px;
      display: inline-block;
      text-align: center;
      border-radius: 5px;
      color: white;
      float: left;
      -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.35); }
      .block.block-most-searched .item .item-title .item-date .date-day {
        display: block;
        font-size: 2rem;
        font-weight: bold;
        padding: 3px 0; }
      .block.block-most-searched .item .item-title .item-date .date-mon {
        background: #4eb41c;
        display: block;
        text-transform: uppercase;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
    .block.block-most-searched .item .item-title .item-name {
      color: #666;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1em;
      display: inline-block;
      float: left;
      margin-left: 15px;
      margin-top: 16px; }
  .block.block-most-searched .item .item-description {
    color: #acacac; }
    .block.block-most-searched .item .item-description p {
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 1.6em;
      text-align: justify; }
      .block.block-most-searched .item .item-description p:last-child {
        margin-bottom: 0; }

.block.block-starred {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: .1rem solid #acacac; }
  .block.block-starred:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .block.block-starred .block-title {
    margin: 0 0 1.5rem;
    color: #008da8;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2em; }
  .block.block-starred .item {
    display: flex;
    margin-bottom: 1.5rem; }
    .block.block-starred .item .item-image {
      width: 45%;
      margin-right: 3rem; }
      .block.block-starred .item .item-image img {
        display: block;
        min-width: 100%;
        max-width: 100%;
        height: 178px;
        object-fit: cover; }
    .block.block-starred .item .item-details {
      width: 100%; }
      .block.block-starred .item .item-details .item-title {
        display: block;
        margin-bottom: 1.5rem;
        color: #7b7b7b;
        font-size: 1.8rem;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1em; }
      .block.block-starred .item .item-details .item-description {
        color: #1a1a1a; }
        .block.block-starred .item .item-details .item-description p {
          font-size: 1.6rem; }
    .block.block-starred .item .item-image + .item-details {
      width: 50%;
      width: calc(50% - 1.5rem); }
  .block.block-starred .block-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.block.block-guia {
  margin: 0 0 4rem;
  padding: 0 0 3rem; }
  .block.block-guia .block-title {
    margin: 0 0 1.5rem;
    color: #008da8;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2em; }
  .block.block-guia .item {
    margin-bottom: 1.5rem; }
    .block.block-guia .item .item-image img {
      display: block;
      max-width: 100%;
      height: auto; }
    .block.block-guia .item .item-details {
      width: 100%;
      margin: 2rem 0; }
      .block.block-guia .item .item-details .item-description {
        color: #666666;
        text-align: justify; }
        .block.block-guia .item .item-details .item-description p {
          font-size: 1.6rem; }
  .block.block-guia .block-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.block .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out; }

.block.block-toright {
  margin: 0 0 2rem;
  padding: 0 0 3rem; }
  .block.block-toright:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .block.block-toright .block-title {
    margin: 0 0 1.5rem;
    color: #4eb41c;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2em; }
  .block.block-toright .item {
    display: flex;
    margin-bottom: 1.5rem;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .block.block-toright .item {
        flex-direction: row; } }
    .block.block-toright .item .item-image {
      position: relative; }
      @media screen and (min-width: 992px) {
        .block.block-toright .item .item-image {
          width: 45%; } }
      .block.block-toright .item .item-image img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%; }
        @media screen and (min-width: 992px) {
          .block.block-toright .item .item-image img {
            width: auto; } }
      .block.block-toright .item .item-image .item-title {
        position: absolute;
        left: 15px;
        bottom: 15px;
        display: block;
        color: white;
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em;
        word-break: break-word; }
    .block.block-toright .item .item-details {
      width: 100%;
      background: #f7f7f7;
      position: relative; }
      .block.block-toright .item .item-details .item-date {
        background: #4eb41c;
        position: absolute;
        padding: 10px;
        text-align: center;
        right: 0;
        top: -207px; }
        @media screen and (min-width: 992px) {
          .block.block-toright .item .item-details .item-date {
            top: 20px;
            left: -40px;
            right: auto; } }
        .block.block-toright .item .item-details .item-date-day, .block.block-toright .item .item-details .item-date-month {
          display: block;
          color: white;
          text-transform: uppercase; }
        .block.block-toright .item .item-details .item-date-day {
          font-size: 3.4rem;
          font-weight: bold;
          line-height: 1; }
        .block.block-toright .item .item-details .item-date-month {
          font-size: 1.7rem; }
      .block.block-toright .item .item-details .item-description {
        color: #1a1a1a;
        padding: 15px; }
        @media screen and (min-width: 992px) {
          .block.block-toright .item .item-details .item-description {
            padding: 15px 15px 15px 40px; } }
        .block.block-toright .item .item-details .item-description p {
          font-size: 1.6rem; }
    @media screen and (min-width: 992px) {
      .block.block-toright .item .item-image + .item-details {
        width: 55%; } }
  .block.block-toright .block-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.block.block-todown {
  margin: 0 0 3rem;
  padding: 0 0 3rem; }
  .block.block-todown .block-todown-list {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .block.block-todown .block-todown-list {
        justify-content: space-between;
        flex-direction: row; } }
  .block.block-todown:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .block.block-todown .block-title {
    margin: 0 0 1.5rem;
    color: #4eb41c;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2em; }
  .block.block-todown .item {
    display: flex;
    margin-bottom: 1.5rem;
    width: 100%;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .block.block-todown .item {
        width: 45%; } }
    .block.block-todown .item .item-image {
      position: relative; }
      .block.block-todown .item .item-image img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%; }
        @media screen and (min-width: 992px) {
          .block.block-todown .item .item-image img {
            width: auto; } }
      .block.block-todown .item .item-image .item-title {
        position: absolute;
        left: 15px;
        bottom: 15px;
        display: block;
        color: white;
        font-size: 1.8rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1em;
        word-break: break-word;
        width: 80%; }
    .block.block-todown .item .item-date {
      background: #4eb41c;
      position: absolute;
      padding: 10px;
      text-align: center;
      top: 0;
      right: 0; }
      @media screen and (min-width: 992px) {
        .block.block-todown .item .item-date {
          top: 20px;
          right: -20px; } }
      .block.block-todown .item .item-date-day, .block.block-todown .item .item-date-month {
        display: block;
        color: white;
        text-transform: uppercase; }
      .block.block-todown .item .item-date-day {
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1; }
      .block.block-todown .item .item-date-month {
        font-size: 1.7rem; }
    .block.block-todown .item .item-details {
      width: 100%;
      background: #f7f7f7;
      position: relative; }
      .block.block-todown .item .item-details .item-description {
        color: #666666;
        padding: 20px 15px; }
        .block.block-todown .item .item-details .item-description p {
          font-size: 1.5rem; }
  .block.block-todown .block-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.block.block-searched {
  padding: 5rem 0;
  background: #f8f8f8;
  margin: 3rem 0 -5em 0; }
  @media screen and (min-width: 992px) {
    .block.block-searched {
      margin-top: 0; } }
  .block.block-searched .block-todown-list {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .block.block-searched .block-todown-list {
        justify-content: space-between;
        flex-direction: row; } }
  .block.block-searched:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .block.block-searched .block-title {
    margin: 0 0 3.5rem;
    color: #008da8;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1; }
  .block.block-searched .item {
    display: flex;
    margin-bottom: 1.5rem;
    width: 100%;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .block.block-searched .item {
        width: 22%; } }
    .block.block-searched .item .item-image img {
      display: block;
      min-width: 100%;
      max-width: 100%;
      height: 178px;
      object-fit: cover; }
      @media screen and (min-width: 992px) {
        .block.block-searched .item .item-image img {
          width: auto; } }
    .block.block-searched .item .item-image .item-title {
      display: block;
      color: #018EAA;
      font-size: 1.8rem;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1em;
      word-break: break-word;
      margin-top: 15px; }
    .block.block-searched .item .item-thumb {
      position: relative; }
    .block.block-searched .item .item-date {
      background: #4eb41c;
      position: absolute;
      padding: 10px;
      text-align: center;
      left: 0;
      bottom: 0; }
      .block.block-searched .item .item-date-day, .block.block-searched .item .item-date-month {
        display: block;
        color: white;
        text-transform: uppercase; }
      .block.block-searched .item .item-date-day {
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1; }
      .block.block-searched .item .item-date-month {
        font-size: 1.7rem; }
    .block.block-searched .item .item-details {
      width: 100%;
      background: #f7f7f7;
      position: relative; }
      .block.block-searched .item .item-details .item-description {
        color: #666666;
        padding: 20px 15px; }
        .block.block-searched .item .item-details .item-description p {
          font-size: 1.5rem; }
  .block.block-searched .block-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.section-most-itens {
  margin-top: 30px; }
  @media screen and (min-width: 992px) {
    .section-most-itens {
      margin-top: 100px; } }

.page .page-header {
  margin: 0 0 2.5rem;
  padding: 0;
  border: none; }
  .page .page-header .page-title {
    margin: 5.2rem 0 1.2rem;
    color: #008da8;
    font-size: 3.6rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: .8em; }
    .page .page-header .page-title .title-add {
      display: inline-block;
      padding: 0 .6rem;
      color: white;
      font-size: 1.6rem;
      font-style: italic;
      font-weight: normal;
      line-height: 2.8rem;
      vertical-align: top;
      background: #4eb41c; }
  .page .page-header .page-subtitle {
    margin: 0;
    color: #008da8;
    font-size: 1.8rem;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1em; }

.page .page-description {
  margin-bottom: 3rem;
  color: #008da8;
  font-size: 1.8rem;
  line-height: 1.6em; }
  .page .page-description img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .page .page-description p {
    margin-bottom: 2.5rem;
    font-weight: 300;
    text-align: justify; }
    .page .page-description p:last-child {
      margin-bottom: 0; }

.page .page-form .control-label {
  display: none; }

.page .item {
  margin-bottom: 2.2rem; }
  .page .item:last-child {
    margin-bottom: 0; }
  .page .item .item-title {
    display: block;
    margin-bottom: .7rem;
    text-decoration: none; }
    .page .item .item-title .item-date {
      color: #4eb41c;
      font-size: 1.6rem;
      font-style: italic;
      line-height: 1em;
      text-transform: lowercase;
      display: inline-block;
      width: 70px; }
      .page .item .item-title .item-date .date-day {
        font-size: 3.2rem; }
    .page .item .item-title .item-week {
      color: #4eb41c;
      text-transform: uppercase; }
      .page .item .item-title .item-week:before, .page .item .item-title .item-week:after {
        content: "\2022";
        padding: 0 .35rem;
        color: #008da8; }
      .page .item .item-title .item-week:before {
        margin-left: .1rem; }
      .page .item .item-title .item-week:after {
        margin-right: .35rem; }
    .page .item .item-title .item-name {
      color: #008da8;
      font-size: 1.6rem;
      line-height: 1em; }

      .page-actions {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
      }
      .page-actions a{
        max-width: 100%;
        margin: 10px auto;
      }
      @media(min-width: 576px){
        .page-actions{
          justify-content: space-between;
        }
        .page-actions a{
          margin: unset;
        }
      }

.page .page-buttons {
  margin-bottom: 2.5rem; }
  .page .page-buttons .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 5.3rem;
    padding: 1rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    white-space: normal; }

.date-page-banner {
  background: #018eaa;
  background: -moz-linear-gradient(left, #018eaa 0%, #3caa35 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #018eaa), color-stop(100%, #3caa35));
  background: -webkit-linear-gradient(left, #018eaa 0%, #3caa35 100%);
  background: -o-linear-gradient(left, #018eaa 0%, #3caa35 100%);
  background: -ms-linear-gradient(left, #018eaa 0%, #3caa35 100%);
  background: linear-gradient(to right, #018eaa 0%, #3caa35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018eaa', endColorstr='#3caa35', GradientType=1 );
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 0; }
  .date-page-banner h1 {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px; }
  .date-page-banner span {
    display: inline-block;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.6rem;
    border: 1px solid white; }
  .date-page-banner strong {
    display: inline-block;
    padding: 0 .6rem;
    color: white;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: normal;
    line-height: 2.8rem;
    vertical-align: top;
    margin-left: 15px;
    background: #018EAA; }

.page-actions-date {
  padding-top: 20px;
  margin-bottom: 20px; }

  .page-actions-date a{

    display: flex;
    align-items: center;
    width: fit-content;
  }

  .page-actions-date a span{

    text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      max-width: 225px;
      margin-inline: 5px;
  }

.date-page {
  /*
	.btn{
	    box-shadow: rgb(13, 111, 136) 0px 4px 0px 0px;
	    background-color: rgb(34, 142, 169);
	    border-radius: 50px;
	    border: 1px solid rgb(34, 142, 169);
	    display: inline-block;
	    cursor: pointer;
	    color: white;
	    font-family: Arial;
	    font-size: 1.8rem;
	    padding: 7px 25px;
	    text-decoration: none;
	    outline: none;

	    &:focus{
	    	background-color: rgb(34, 142, 169);
	    }
	}
	*/ }
  .date-page .date-related-box {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
    .date-page .date-related-box .box-title {
      display: block;
      margin: 0 0 3rem;
      color: #4eb41c;
      font-size: 1.8rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1em; }
  .date-page .page-description {
    color: #666;
    font-size: 1.6rem; }
    .date-page .page-description p span {
      font-weight: 300 !important; }
  .date-page .date-image {
    width: 100%;
    height: 40rem;
    margin-bottom: 1.5rem;
    color: white;
    background: #008da8;
    position: relative;
    margin-top: 50px; }
    .date-page .date-image .page-subtitle {
      position: absolute;
      top: -24px;
      left: 0;
      background: #4eb41c;
      font-size: 2.5rem;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 10px; }
    .date-page .date-image .image-label {
      display: block;
      padding: 1.5rem;
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      line-height: 1em; }
      .date-page .date-image .image-label small {
        display: block;
        font-size: 1.8rem;
        font-style: italic;
        font-weight: 300; }
    .date-page .date-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .date-page .date-image img + .image-label {
        display: none; }
  .date-page .date-next-box .box-title {
    margin-bottom: 1.5rem;
    color: #4eb41c;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.1em; }
  .date-page .date-next-box .next-dates {
    margin: 0;
    padding: 0;
    list-style: none; }
    .date-page .date-next-box .next-dates > li {
      display: block;
      margin-bottom: 1rem;
      color: white;
      font-size: 1.6rem;
      text-align: center;
      text-transform: uppercase;
      border: 1px solid #4eb41c;
      padding: 10px;
      background: #3DAA35; }
      .date-page .date-next-box .next-dates > li em {
        text-transform: none; }
  .date-page .page-buttons {
    margin-top: 3.0rem; }
  .date-page .btn {
    display: block;
    margin-bottom: 1rem;
    color: #4eb41c;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #4eb41c;
    padding: 10px;
    border-radius: 50px;
    background: white; }
  .date-page .proximas-datas {
    margin-top: 5.5rem; }

.newsletter-box {
  margin-top: 5rem;
  padding: 2rem 0 3rem;
  color: white;
  text-align: center;
  background: url(../img/bg-novidades.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed; }
  .newsletter-box .box-title {
    margin: 0 0 2rem;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.1em; }
    .newsletter-box .box-title small {
      color: inherit;
      font-size: 2.4rem;
      font-weight: 300;
      font-style: italic; }
  .newsletter-box .newsletter-form {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 992px) {
      .newsletter-box .newsletter-form {
        padding: 0 8rem;
        flex-direction: row; } }
    @media screen and (min-width: 992px) {
      .newsletter-box .newsletter-form .form-group {
        width: 100%;
        margin: 0 1.5rem; } }
    .newsletter-box .newsletter-form .form-group .control-label {
      display: none; }
    .newsletter-box .newsletter-form .form-group .form-control {
      padding: 0 3rem;
      height: 5rem;
      font-size: 1.6rem;
      font-style: italic;
      font-weight: 300;
      border: none;
      border-radius: 50px; }
    .newsletter-box .newsletter-form button {
      height: 5rem;
      padding: 0 3rem;
      font-size: 2.4rem;
      font-weight: bold;
      border: none;
      border-radius: 50px;
      background: #018EAA;
      border: 1px solid white; }
      @media screen and (min-width: 992px) {
        .newsletter-box .newsletter-form button {
          margin: 0 1.5rem; } }

.calendar-box {
  margin-top: 6rem;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .calendar-box {
      text-align: left; } }
  .calendar-box .box-title {
    color: #008da8;
    margin: 0 0 1.8rem;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1em; }
    .calendar-box .box-title a {
      text-decoration: none; }
  .calendar-box .box-description {
    margin-bottom: 2.5rem; }
    .calendar-box .box-description p {
      font-size: 1.8rem;
      line-height: 1.2em; }
      .calendar-box .box-description p:last-child {
        margin-bottom: 0; }
  .calendar-box .box-subtitle {
    color: #4eb41c;
    margin: 0 0 1.2rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em; }
  .calendar-box .box-list {
    margin: 0 0 2rem;
    padding: 0;
    font-size: 1.5rem;
    list-style: none; }
    .calendar-box .box-list > li {
      margin-bottom: .35rem;
      white-space: nowrap; }
      .calendar-box .box-list > li > a {
        color: inherit;
        text-decoration: none; }
        .calendar-box .box-list > li > a:hover {
          color: #4eb41c;
          font-weight: bold; }
        .calendar-box .box-list > li > a::before {
          margin-right: .25em;
          font-family: "FontAwesome";
          content: "\f105"; }
  .calendar-box .btn i {
    margin-left: 5px; }
  .calendar-box .img-calendar {
    width: 65%; }
  .calendar-box .btn-acesse-calendario-sazonal{
		margin-bottom: 40px;
  margin-left: 0;}

.facebook-box {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 6rem;
  background: #008da8; }
  .facebook-box .box-logo {
    padding: 6.5rem;
    background: #006275; }
  .facebook-box .box-facebook-link {
    padding: 0 6.5rem; }
    .facebook-box .box-facebook-link a {
      display: block;
      color: white;
      font-size: 3.2rem;
      font-style: italic;
      font-weight: 300;
      text-decoration: none;
      line-height: 1em; }
      .facebook-box .box-facebook-link a span {
        display: block;
        font-weight: bold; }

.footer {
  padding: 3.5rem 0;
  color: white;
  background: #42a83d; }
  .footer .footer-logo img {
    display: block;
    margin: 0 auto; }
  .footer .footer-nav .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .footer .footer-nav .nav-menu {
        margin-top: 20px; } }
    .footer .footer-nav .nav-menu > li {
      display: block;
      padding: 0 .9rem;
      font-size: 1.8rem;
      line-height: 1em;
      text-align: center;
      margin-bottom: 25px;}
			@media(min-width: 992px){
        .footer .footer-nav .nav-menu > li{
          margin-bottom: 5px;
        }
      }
      .footer .footer-nav .nav-menu > li > a {
        color: white; }
      @media screen and (min-width: 992px) {
        .footer .footer-nav .nav-menu > li {
          display: inline-block;
          position: relative;
          text-align: left; }
          .footer .footer-nav .nav-menu > li::after {
            position: absolute;
            top: 50%;
            left: 0;
            display: block;
            width: .1rem;
            height: 1.4rem;
            content: "";
            background: white;
            transform: translateY(-50%); } }
  .footer .footer-copyright {
    display: block;
    margin-top: 25px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .footer .footer-copyright {
        float: right;
        margin-top: 15px; } }

@media (min-width: 768px) {
  .modal .modal-dialog {
    margin: 70px auto; } }

.modal .modal-dialog .modal-header .modal-title {
  color: #008da8;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase; }

.modal .modal-dialog .modal-content {
  border-radius: .1rem; }
  .modal .modal-dialog .modal-content .modal-form {
    padding: 0 1rem; }
    .modal .modal-dialog .modal-content .modal-form .form-group .control-label {
      display: none; }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg) skewY(0deg); }
  20% {
    -webkit-transform: rotate(12deg) skewY(4deg); }
  60% {
    -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80% {
    -webkit-transform: rotate(6deg) skewY(-2deg); }
  100% {
    -webkit-transform: rotate(0deg) skewY(0deg); } }

@keyframes swing {
  0% {
    transform: rotate(0deg) skewY(0deg); }
  20% {
    transform: rotate(12deg) skewY(4deg); }
  60% {
    transform: rotate(-9deg) skewY(-3deg); }
  80% {
    transform: rotate(6deg) skewY(-2deg); }
  100% {
    transform: rotate(0deg) skewY(0deg); } }

.d-flex{
  display: flex;
}

.mb-2{

  margin-bottom: 20px;
}

.align-items-center{
  align-items: center;
}

.justify-content-end{

  justify-content: end;
}

.justify-content-center{
  justify-content: center;
}

/* .text-button{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.day-link{
  max-width: 350px;
  display: flex;
  align-items: center;

} */