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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-family: "Rajdhani", sans-serif;
  box-sizing: border-box;
}

footer, header, nav, section, main {
  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;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

header {
  z-index: 99;
  position: relative;
  padding: 34px 0px;
  height: 147px;
  background: transparent linear-gradient(180deg, var(--unnamed-color-000000) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
header .flex.flex-between {
  width: 100%;
}
header .logo {
  max-width: 160px;
  height: auto;
  display: block;
}
header .sand {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
header .media-social .flex {
  gap: 20px !important;
}
header .media-social .flex svg {
  min-width: 18px;
  height: auto;
}
header .search {
  margin-right: 33px;
  position: relative;
}
header .search button {
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  border: none;
  top: 4px;
  right: 10px;
}
header .search input {
  font-family: "Rajdhani", sans-serif;
  height: 33px;
  background: #707070;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border-radius: 46px;
  appearance: none;
  padding: 0px 16px;
  border: none;
  outline: none;
  width: 165px;
  min-width: auto;
}
header .search input::placeholder {
  color: white;
}

.archive header, .noHeaderFilter header {
  background: rgb(255, 0, 0);
  background: linear-gradient(137deg, rgb(255, 0, 0) 0%, rgb(117, 39, 100) 62%, rgb(73, 14, 124) 100%);
}
.archive header .container, .noHeaderFilter header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.archive header .container .flex, .noHeaderFilter header .container .flex {
  align-items: center;
}

.archive header, .noHeaderFilter.error404 header, .single header {
  background: rgb(255, 0, 0);
  background: linear-gradient(137deg, rgb(255, 0, 0) 0%, rgb(117, 39, 100) 62%, rgb(73, 14, 124) 100%);
}
.archive header .search input, .noHeaderFilter.error404 header .search input, .single header .search input {
  background-color: rgba(255, 255, 255, 0.46);
}
.archive header .container, .noHeaderFilter.error404 header .container, .single header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.archive header .container .flex, .noHeaderFilter.error404 header .container .flex, .single header .container .flex {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.container {
  max-width: 1194px;
  margin: 0 auto;
  width: 100%;
}

.flex {
  display: flex;
}

section {
  background-color: white;
}
section .container {
  padding: 0px 37px;
}

.alt {
  position: relative;
}
.alt span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 6px 8px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  text-align: center;
  max-width: calc(100% - 30px);
  font-size: 12px;
  z-index: 12;
}

.flex-between {
  justify-content: space-between;
}

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

.abs-center {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  top: 0;
}
.abs-center h2.title {
  color: #C73930;
  font-weight: 500;
  font-size: 62px;
  background-color: white;
  padding: 18px 20px 12px;
  display: inline-block;
  min-width: 283px;
}


.abs-center .context h2 {
  color: #C73930;
  font-weight: 500;
  font-size: 62px;
}

.abs-center .context {
  background-color: white;
  padding: 18px 20px 12px;
  display: inline-block;
  min-width: 283px;
  max-width: 400px;
}

.abs-center h2 + h2 {
  margin-top: 10px;
}
.abs-center .btn {
  margin-top: 10px;
  appearance: none;
  border: none;
  color: white;
  background-color: #480D7B;
  min-width: 283px;
  cursor: pointer;
  padding: 11px;
  color: white;
  font-weight: 500;
}
.abs-center .flex-column {
  align-items: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.slider-home {
  margin-top: -147px;
  height: 100vh;
}
.slider-home .container {
  width: 100%;
}
.slider-home .item .abs {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: transparent linear-gradient(0deg, var(--unnamed-color-000000) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.slider-home .item .abs span {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  font-weight: bold;
  font-size: 162px;
}
.slider-home video, .slider-home .img {
  background-color: black;
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.horario {
  padding: 92px 0px 29px;
}
.horario h2 {
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  color: #C73930;
}
.horario .col1 {
  max-width: 465px;
  width: 100%;
}
.horario .col2 {
  max-width: 413px;
  padding: 27px 47px;
  background-color: #F7F7F7;
  width: 100%;
}
.horario p {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-top: 10px;
  color: #707070;
}
.horario .btn {
  margin-top: 27px;
}
.horario .col2 ul {
  padding: 0px;
}
.horario .col2 ul li {
  list-style: none;
  padding: 27px 0px;
}
.horario .col2 ul li + li {
  border-top: 1px solid #D6D6D6;
}
.horario .col2 h3 {
  font-weight: 600;
  color: black;
  text-align: center;
  font-size: 22px;
}
.horario .col2 p {
  color: black;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
}
.horario .col2 .closed:before {
  content: "";
  border-radius: 50%;
  background-color: #E1001E;
  display: inline-block;
  margin-right: 8px;
  width: 11px;
  height: 11px;
}

.btn {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 13px 75px 11px;
  font-size: 20px;
  border: 1px solid #480D7B;
  background-color: #480D7B;
}

section.cards {
  padding: 26px 0px;
}
section.cards .flex {
  gap: 18px;
}
section.cards .flex .card:hover h3 {
  transform: translateY(-180%);
}
section.cards .flex .card:hover h3 span {
  transform: rotate(180deg) !important;
  opacity: 1 !important;
}
section.cards .flex .card {
  text-decoration: none;
  position: relative;
}
section.cards .flex .card .abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 42px;
  text-align: center;
  background: transparent linear-gradient(180deg, rgba(72, 13, 123, 0) 0%, var(--unnamed-color-480d7b) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(72, 13, 123, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
}
section.cards .flex .card .abs h3 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: bold;
  transition: all ease-in-out 300ms;
  font-size: 29px;
}
section.cards .flex .card .abs h3 span {
  text-align: center;
  opacity: 0;
  transition: all ease-in-out 300ms;
  font-weight: bold;
  font-size: 33px;
  display: block;
  transform: rotate(60deg);
  text-align: center;
  margin-bottom: 20px;
}
section.cards .flex .card img {
  max-width: 361px;
  width: 100%;
  height: 469px;
  object-fit: cover;
}

.acontece {
  padding: 27px 0px;
}
.acontece .flex {
  gap: 107px;
  margin-top: 63px;
}
.acontece .go {
  transition: all ease-in-out 300ms;
}
.acontece .expo:hover .overflow-hidden img {
  transform: scale(1.2);
}
.acontece .expo:hover .go {
  background-color: #BC2524 !important;
}
.acontece .expo {
  text-decoration: none;
  max-width: 500px;
  width: 100%;
  background-color: #F7F7F7;
}
.acontece .expo .infos {
  padding: 32px 48px;
  min-height: 160px;
  position: relative;
}
.acontece .expo .infos p {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
  margin-top: 8px;
}
.acontece .expo .infos h3 {
  font-size: 30px;
  font-weight: 600;
  color: black;
}
.acontece .expo .infos .go {
  position: absolute;
  background-color: #480D7B;
  right: 0;
  bottom: 0;
  width: 52px;
  background-image: url("../assets/images/flex.png");
  background-size: 54px;
  background-repeat: no-repeat;
  height: 52px;
}
.acontece .expo .infos span {
  font-size: 20px;
  font-weight: 600;
  color: #480D7B;
  padding: 6px 19px;
  background-color: #F7F7F7;
  position: absolute;
  top: -30px;
  left: 24px;
}
.acontece .expo img {
  max-width: 500px;
  width: 100%;
  height: 221px;
  display: block;
  object-fit: cover;
  transition: all ease-in-out 300ms;
}

.title-sob {
  font-size: 32px;
  text-transform: uppercase;
  color: #C73930;
  font-weight: 600;
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
.title-sob span {
  position: relative;
  z-index: 2;
}

.title-sob.no-data {
  margin-top: 0px;
}
.title-sob.no-data:before {
  display: none;
}

.title-sob:before {
  position: absolute;
  top: -90px;
  left: -105px;
  color: #F7F7F7;
  z-index: 0;
  font-size: 145px;
  font-weight: bold;
  content: attr(data);
}

.flex-wrap {
  flex-wrap: wrap;
}

.proximos, .chacara {
  padding: 60px 0px;
}

.proximos .mt {
  margin-top: 64px;
}

.container-calendar {
  background: #ffffff;
  max-width: 577px;
  overflow: auto;
}

.button-container-calendar button {
  appearance: none;
  background-color: white;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.table-calendar tr td {
  font-size: 20px;
  font-weight: 500;
  color: #303030;
}

.table-calendar td, .table-calendar th {
  padding: 15px 23px;
  text-align: center;
  vertical-align: top;
}

.table-calendar th {
  font-size: 14px;
  font-weight: 600;
  color: #3E3E3E;
  padding: 8px 23px;
  background-color: #F7F7F7;
}

.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
/* friday */
#monthAndYear {
  text-align: center;
  margin-top: 0;
  font-size: 31px;
  color: #480D7B;
  text-transform: uppercase;
  font-weight: 600;
}

.button-container-calendar {
  position: relative;
  overflow: hidden;
  clear: both;
}

.event {
  position: relative;
}

.event:before {
  content: attr(data);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 0;
  top: -5px;
  left: -7px;
  background-color: #480D7B;
  border-radius: 50%;
  color: white;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}

.events ul {
  padding: 0;
}
.events ul li + li {
  margin-top: 44px;
}
.events ul li {
  list-style: none;
}
.events ul li .notact h3 {
  color: #3E3E3E;
}
.events ul li .notact span {
  background-color: #3E3E3E;
}
.events ul li span {
  background-color: #480D7B;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 600;
}
.events ul li h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #480D7B;
  max-width: 300px;
  margin-left: 13px;
}
.events ul li p {
  display: flex;
  margin-top: 13px;
  align-items: center;
  padding-left: 74px;
  font-size: 20px;
  font-weight: 600;
  color: #3E3E3E;
}
.events ul li p svg {
  margin-right: 9px;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

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

.chacara .flex {
  align-items: flex-end;
}
.chacara p {
  color: #707070;
  font-size: 18px;
  font-weight: 600;
  margin-top: 18px;
  text-align: left;
}
.chacara .infos {
  margin-top: 36px;
  max-width: 744px;
}
.chacara .mt {
  margin-top: 15px;
}
.chacara h3 {
  position: relative;
  left: 140px;
  bottom: 30px;
}
.chacara h3 span {
  text-transform: uppercase;
  color: #C73930;
  font-weight: 500;
  font-size: 81px;
  background-color: white;
  padding: 20px 20px 10px;
  display: inline-block;
}
.chacara h3 span + span {
  margin-top: 10px;
}

footer {
  color: white;
  background: rgb(255, 0, 0);
  background: linear-gradient(137deg, rgb(255, 0, 0) 0%, rgb(117, 39, 100) 62%, rgb(73, 14, 124) 100%);
  font-size: 16px;
  font-weight: 500;
}
footer .mt1 {
  margin-top: 17px;
}
footer .col2 {
  width: 100%;
  max-width: 775px;
}
footer .mapa {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}
footer .mapa h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 37px 12px;
  text-transform: uppercase;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0px 0px 21px 21px;
}
footer .social-media {
  margin-top: 23px;
}
footer .social-media .flex {
  margin-top: 7px;
  gap: 17px;
}
footer h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  margin-top: 42px;
}
footer h3:first-child {
  margin-top: 0px;
}
footer .gap35 {
  gap: 35px;
}
footer .gap35 .flex1 {
  flex: 1;
  min-width: 214px;
}
footer .mt1 + .mt1 {
  margin-top: 43px;
}
footer a {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}
footer .copyright {
  margin-top: 30px;
  text-align: center;
  padding: 8px 10px 0px;
}
footer .copyright a {
  color: white;
  font-size: 16px;
  display: inline-block;
  text-decoration: underline;
}

header .media-social {
  margin-right: 30px;
}

header .media-social .flex {
  gap: 12px;
}

.menu {
  padding: 58px 46px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  overflow: auto;
}
.menu .flex {
  height: 100%;
}
.menu .container {
  position: relative;
  height: 100%;
}
.menu .container .closeMenu {
  position: absolute;
  top: 0;
  right: 0;
}
.menu ul {
  padding: 0;
}
.menu ul li.act .drop svg {
  transform: rotate(180deg);
}
.menu ul .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu ul .menu-item-has-children > a:after {
  content: "";
  width: 17px;
  height: 9px;
  background: url(images/menu.svg);
  transition: all ease-in-out 300ms;
}
.menu ul .menu-item-has-children > a.act:after {
  transform: rotate(180deg);
}
.menu ul li {
  list-style: none;
}
.menu ul li a {
  color: #FFFFFF;
  font-size: 35px;
  padding: 20px 0px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.menu ul li .drop {
  position: relative;
  top: -5px;
}
.menu ul li .drop svg {
  transition: all ease-in-out 300ms;
}
.menu ul li .flex {
  gap: 50px;
  display: flex;
  align-items: center;
}
.menu ul .dropdown, .menu ul .sub-menu {
  display: none;
}
.menu ul .dropdown, .menu ul .sub-menu {
  padding-left: 40px;
  margin-bottom: 20px;
}
.menu ul .dropdown li a, .menu ul .sub-menu li a {
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0px;
  max-width: 250px;
}
.btn {
  transition: all ease-in-out 300ms;
}

.btn:hover {
  background-color: #E1001E;
  border-color: #E1001E;
  color: white;
}

.overflow-hidden {
  overflow: hidden;
}

.chacara p {
  line-height: normal;
}

.head {
  margin-top: -147px;
  position: relative;
}
.head img {
  width: 100%;
  display: block;
  max-height: 400px;
  object-fit: cover;
}
.head .abs {
  height: 147px;
  background: transparent linear-gradient(0deg, var(--unnamed-color-000000) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.breadcrumb_last {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.breadcrumbs {
  padding: 13px 0px;
}
.breadcrumbs a {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
}

.titulo_imagem_texto {
  padding: 13px 0px;
}
.titulo_imagem_texto ul {
  padding: 20px;
}
.titulo_imagem_texto ul li + li {
  margin-top: 10px;
}
.titulo_imagem_texto ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
.titulo_imagem_texto .alt span {
  left: inherit;
  right: 10px;
}
.titulo_imagem_texto h2 {
  position: relative;
  left: 140px;
  bottom: 30px;
}
.titulo_imagem_texto h2 span {
  text-transform: uppercase;
  color: #C73930;
  font-weight: 500;
  font-size: 60px;
  background-color: white;
  padding: 8px 13px 3px;
  display: inline-block;
}
.titulo_imagem_texto h2 span + span {
  margin-top: 5px;
}
.titulo_imagem_texto .align-end {
  align-items: flex-end;
}
.titulo_imagem_texto .col1 {
  flex: 0.8;
  position: relative;
  z-index: 1;
}
.titulo_imagem_texto .col2 {
  flex: 2;
}
.titulo_imagem_texto .col2 img {
  max-width: 799px;
  height: auto;
}
.titulo_imagem_texto .text {
  padding-top: 25px;
}
.titulo_imagem_texto .text p {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
.titulo_imagem_texto .text p + p {
  margin-top: 20px;
}

.flexorder .flex .col1:first-child {
  order: 2;
}

.flexorder .flex .col1:last-child {
  order: 1;
}

img {
  display: block;
}

.page-id-145 .head img {
  object-position: top;
}

.banner_texto {
  position: relative;
}
.banner_texto img.attachment-full {
  display: block;
  width: 100%;
  min-height: 322px;
  max-height: 500px;
  object-fit: cover;
  height: auto;
}
.banner_texto .abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_texto .flex {
  height: 100%;
}
.banner_texto .container {
  height: 100%;
}
.banner_texto h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner_texto h2 span {
  display: inline-block;
  text-transform: uppercase;
  color: #C73930;
  font-weight: 500;
  font-size: 30px;
  background-color: white;
  padding: 10px 15px 3px;
}
.banner_texto h2 span + span {
  margin-top: 5px;
}
.banner_texto p {
  max-width: 279px;
  padding: 14px 11px;
  line-height: normal;
  color: #707070;
  font-size: 18px;
  font-weight: 600;
  background-color: white;
  margin-top: 5px;
}

.equipe {
  padding: 52px 0px;
}
.equipe h2 {
  text-transform: uppercase;
  margin-bottom: 52px;
  color: #C73930;
  font-size: 38px;
  text-align: center;
  font-weight: 500;
}
.equipe .flex {
  gap: 30px;
}
.equipe .equipeUl {
  max-width: 1097px;
  margin: 0 auto;
  position: relative;
}
.equipe .equipeUl .item {
  max-width: 157px;
  height: 179px;
  position: relative;
}
.equipe .equipeUl .item img {
  object-fit: cover;
  filter: grayscale(1);
  width: 157px;
  height: 179px;
  transition: all ease-in-out 300ms;
}
.equipe .equipeUl .item .abs {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 8px;
  color: #480D7B;
  font-weight: bold;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 300ms;
  background-color: white;
}
.equipe .equipeUl .item:hover .abs {
  opacity: 1;
}
.equipe .equipeUl .item:hover img {
  filter: grayscale(0);
}

.titulo_imagem_texto .container.container960 .col2 img {
  max-width: 100%;
  height: auto;
  min-height: 450px;
  object-fit: cover;
}

.titulo_imagem_texto .container.container960 h2 span {
  font-size: 50px;
}

.duas_colunas_texto {
  padding: 52px 0px;
}
.duas_colunas_texto .flex {
  gap: 40px;
}
.duas_colunas_texto .col {
  max-width: 413px;
  width: 100%;
  background-color: #F7F7F7;
  padding: 27px 43px;
  font-size: 16px;
  color: black;
}
.duas_colunas_texto .col h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.duas_colunas_texto .col p + p {
  margin-top: 20px;
}
.duas_colunas_texto ul {
  padding: 0px;
}
.duas_colunas_texto ul h3 {
  margin-bottom: 10px !important;
}
.duas_colunas_texto ul li:first-child {
  padding-top: 0px;
}
.duas_colunas_texto ul li {
  list-style: none;
  padding: 25px 0px;
}
.duas_colunas_texto ul li:last-child {
  padding-bottom: 0px;
}
.duas_colunas_texto ul li + li {
  border-top: 1px solid #D6D6D6;
}

section.breadcrumbs .container {
  padding: 0px;
}

.bloco_livre {
  padding: 26px 0px;
}
.bloco_livre h1, .bloco_livre h2, .bloco_livre h3, .bloco_livre h4, .bloco_livre h5 {
  color: #C73930;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.bloco_livre ul {
  padding: 20px;
}
.bloco_livre ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #707070;
}
.bloco_livre ul li + li {
  margin-top: 10px;
}
.bloco_livre h1 {
  font-size: 36px;
}
.bloco_livre h2 {
  font-size: 32px;
}
.bloco_livre h3 {
  font-size: 30px;
}
.bloco_livre h4 {
  font-size: 28px;
}
.bloco_livre h5 {
  font-size: 26px;
}
.bloco_livre h6 {
  font-size: 24px;
}
.bloco_livre p {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #707070;
}
.bloco_livre strong {
  font-weight: bold;
  color: black;
}
.bloco_livre * + * {
  margin-top: 20px;
}
.bloco_livre .col1 {
  flex: 1;
}
.bloco_livre .flex {
  gap: 60px;
}
.bloco_livre .col1 img {
  max-width: 266px;
  height: auto;
  object-fit: cover;
  min-height: 334px;
}
.bloco_livre .col2 {
  flex: 2;
}

.container960 {
  max-width: 960px;
  margin: 0 auto;
}

.logo-sup {
  display: none;
}

@media (min-width: 769px) {
  .a-logo {
    display: flex;
    position: relative;
    min-width: 300px;
  }
  .a-logo .logo-sup {
    display: block;
    position: absolute;
    left: 0px;
    top: 19px;
    max-width: 155px;
    opacity: 0;
    transition: all ease-in-out 300ms;
  }
  .a-logo:hover .logo-sup {
    left: 170px;
    opacity: 1;
  }
}
.contato {
  padding: 24px 0px;
}
.contato h2 {
  font-weight: 600;
  color: #C73930;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 13px;
}
.contato .col {
  flex: 1;
}
.contato .col:last-child {
  max-width: 499px;
}
.contato label {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
}
.contato input[type=text], .contato input[type=email], .contato select {
  border: 1px solid #480D7B;
  height: 30px;
  appearance: none;
  outline: none;
  width: 100%;
  color: #707070;
  margin-top: 5px;
}
.contato input[type=text], .contato input[type=email], .contato select, .contato textarea {
  padding: 0px 20px;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
}
.contato textarea {
  border: 1px solid #480D7B;
  appearance: none;
  outline: none;
  width: 100%;
  height: 63px;
  color: #707070;
  margin-top: 5px;
  padding: 10px;
}
.contato .flexSd {
  gap: 30px;
}
.contato .form-group + .form-group {
  margin-top: 15px;
}
.contato .col-form {
  flex: 1;
}
.contato .form-group .flex {
  gap: 30px;
}
.contato .contatos {
  background-color: #F7F7F7;
  padding: 35px 43px;
  border-top: 1px solid #480D7B;
}
.contato .contatos h3 {
  font-weight: 600;
  color: #C73930;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
}
.contato .contatos h4 {
  font-weight: 600;
  color: #C73930;
  font-size: 20px;
  margin-bottom: 13px;
}
.contato .list > div {
  margin-top: 16px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.contato .list > div .flex {
  gap: 10px;
}
.contato .list > div svg {
  min-width: 19px;
}
.contato .chacaraContatos {
  margin-top: 25px;
}
.contato .gap35 {
  gap: 42px;
}
.contato input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #7E7E7E;
}
.contato input[type=checkbox]:checked {
  background-color: #7E7E7E;
}
.contato .flexCheck {
  gap: 14px !important;
  align-items: center;
}
.contato .flexCheck label {
  color: black;
  font-size: 14px;
}
.contato button.btn {
  appearance: none;
  background-color: #480D7B;
  color: white;
  width: 100%;
  margin-top: 5px;
}
.contato .politica {
  margin-top: 13px;
  color: #480D7B;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
}

.faq {
  padding: 32px 0px;
}
.faq h2 {
  font-weight: 600;
  color: #C73930;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 8px;
}
.faq p {
  font-weight: 600;
  font-size: 16px;
}
.faq p strong {
  font-weight: bold;
}
.faq p + p {
  margin-top: 10px;
}
.faq li {
  margin-top: 14px;
  cursor: pointer;
}
.faq li .collapse {
  display: none;
  background-color: #fafafa;
  margin-top: 20px;
  padding: 20px;
  font-size: 16px;
}
.faq li .collapse p {
  color: #727272;
}
.faq li svg {
  transition: all ease-in-out 300ms;
}
.faq li.act svg {
  transform: rotate(180deg);
}
.faq .faqItens {
  margin-bottom: 40px;
}
.faq h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #C73930;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 20px 14px;
  background-color: #E4E4E4;
}

.overflow {
  max-height: 85vh;
  overflow: auto;
}

.overflow {
  scrollbar-width: auto;
  scrollbar-color: #ffffff #000000;
  /* Chrome, Edge, and Safari */
}
.overflow::-webkit-scrollbar {
  width: 6px;
}
.overflow::-webkit-scrollbar-track {
  background: #000000;
}
.overflow::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.overflow-hidden {
  overflow: hidden;
}

.paddTo {
  padding-top: 49px;
}

.nucleos {
  margin-top: 20px;
  margin-bottom: 45px;
}
.nucleos .ulNucleos {
  justify-content: center;
  gap: 55px;
}
.nucleos .background {
  padding: 49px 101px;
  background-color: #F7F7F7;
}
.nucleos .background .item {
  position: relative;
}
.nucleos .background .item .infos {
  height: 0px;
  overflow: hidden;
}
.nucleos .background .item .abs {
  padding: 52px 20px 33px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
}
.nucleos .background .item .abs h3 {
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.galeria {
  padding: 25px 0px 40px;
}
.galeria .slick-arrow.slick-hidden {
  display: block;
}
.galeria .next-prev .flex {
  gap: 30px;
}
.galeria .container {
  position: relative;
}
.galeria .next-prev {
  position: absolute;
  top: calc(50% - 26px);
  right: -30px;
}
.galeria .next {
  cursor: pointer;
  background-color: #480D7B;
  width: 52px;
  background-image: url(../assets/images/flex.png);
  background-size: 54px;
  background-repeat: no-repeat;
  height: 52px;
}
.galeria .prev {
  cursor: pointer;
  transform: rotate(180deg);
  background-color: #480D7B;
  width: 52px;
  background-image: url(../assets/images/flex.png);
  background-size: 54px;
  background-repeat: no-repeat;
  height: 52px;
}
.galeria h3 {
  font-size: 32px;
  color: #C73930;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 14px;
}
.galeria p {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  line-height: normal;
}
.galeria img {
  max-width: 100%;
  height: auto;
}

.p404 {
  background-image: url("images/back-footer.png");
  background-repeat: no-repeat;
  background-position: -60px bottom;
}
.p404 .container {
  padding: 20px;
  min-height: calc(100vh - 209px);
}
.p404 .container .flex {
  height: 100%;
  min-height: calc(100vh - 209px);
}
.p404 h1 {
  font-size: 45px;
  text-align: center;
  margin-top: 45px;
  color: #480D7B;
  font-weight: bold;
  text-transform: uppercase;
}
.p404 .flex-p {
  display: flex;
}
.p404 p {
  font-size: 20px;
  color: #C73930;
  font-weight: 500;
  max-width: 260px;
  margin: 10px auto;
  display: block;
  line-height: normal;
  text-align: center;
}
.p404 .foot {
  height: 22px;
  background: rgb(255, 0, 0);
  background: linear-gradient(137deg, rgb(255, 0, 0) 0%, rgb(117, 39, 100) 62%, rgb(73, 14, 124) 100%);
}

.error404 footer {
  display: none;
}

.smoothscroll-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99;
  background-color: #c73930;
  color: #fff;
  width: 47px;
  height: 44px;
  line-height: 44px;
  right: 25px;
  bottom: -25px;
  padding-top: 2px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}

.smoothscroll-top:hover {
  background-color: #671f6c;
  color: #fff;
  transition: all 0.2s ease-in-out;
  transition-delay: 0s;
}

.smoothscroll-top.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
  bottom: 25px;
}

.smoothscroll-top i.fa {
  line-height: inherit;
}

.msg {
  display: none;
}
.msg .container {
  background-color: #4F4D4D;
  padding: 24px 27px;
  border-radius: 8px;
}
.msg .s1:first-child {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.msg .s1:first-child .flex {
  align-items: center;
  gap: 16px;
}
.msg a:first-child {
  padding: 8px 17px 7px;
  border: 1px solid white;
  background-color: white;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.msg a:last-child {
  padding: 8px 17px 7px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  min-width: 126px;
  text-decoration: none;
}
.msg .gap30 {
  gap: 30px;
}

.archive .title-sob {
  font-size: 40px;
}
.archive .container960 {
  padding: 12px 0px 35px;
}
.archive .filters {
  width: 100%;
  margin-top: 10px;
}
.archive .filters .flex {
  align-items: center;
}
.archive .filters .categories {
  width: 100%;
}
.archive .filters .categories .flex {
  width: 100%;
  justify-content: space-between;
}
.archive .filters .categories .flex a {
  text-decoration: none;
  color: #4F4D4D;
  font-size: 18px;
}
.archive .filters select {
  border: 1px solid #707070;
  color: #707070;
  font-size: 18px;
  min-width: 200px;
  outline: none;
  padding: 4px 8px;
}
.archive .itens {
  margin-top: 11px;
}
.archive .itens h3 {
  color: #480D7B;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
}
.archive .itens .date {
  margin-top: 33px;
}
.archive .itens .eventos {
  display: flex;
  gap: 67px;
  flex-wrap: wrap;
}
.archive .itens .eventos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive .itens .eventos .evento {
  cursor: pointer;
  max-width: 275px;
  width: 100%;
  height: 241px;
  position: relative;
}
.archive .itens .eventos .evento .infos {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  display: flex;
  width: 100%;
  padding: 11px 22px;
  color: white;
  height: 100%;
  align-items: flex-end;
}
.archive .itens .eventos .evento .infos > div > * + * {
  margin-top: 9px;
}
.archive .itens .eventos .evento .infos h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.archive .itens .eventos .evento .preco {
  font-weight: 600;
  position: relative;
}
.archive .itens .eventos .evento .preco span {
  position: relative;
  z-index: 1;
}
.archive .itens .eventos .evento .preco:before {
  width: 0;
  content: "";
  z-index: 0;
  height: 23px;
  position: absolute;
  left: -4px;
  top: -3px;
  background-color: #480D7B;
  transition: all ease-in-out 300ms;
}
.archive .itens .eventos .evento .btn {
  padding: 7px 40px 6px;
  width: 100%;
}
.archive .itens .eventos .evento:hover .btn {
  background-color: #E1001E;
  border-color: #E1001E;
  color: white;
}
.archive .itens .eventos .evento:hover .preco:before {
  width: calc(100% + 8px);
}

.w-100 {
  width: 100%;
}

.gap54 {
  gap: 54px;
}

.evento-single {
  padding: 10px 0px 48px;
}
.evento-single h2 {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 15px !important;
}
.evento-single .informacoes {
  margin-top: 26px;
}
.evento-single .informacoes .context p {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
}
.evento-single .informacoes .context p + p {
  margin-top: 15px;
}
.evento-single .local {
  margin-top: 26px;
}
.evento-single .datas .dia {
  text-align: center;
  max-width: 220px;
  width: 100%;
  cursor: pointer;
}
.evento-single .datas .dia .bk {
  background-color: #480D7B;
  padding: 14px 21px;
  height: 172px;
  transition: all ease-in-out 300ms;
}
.evento-single .datas .dia:hover .bk {
  background-color: #E1001E;
}
.evento-single .datas .dia p {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
.evento-single .datas .dia .p-dia {
  font-size: 60px;
  margin-top: 10px;
}
.evento-single .datas .dia .mes {
  margin-top: -8px;
}
.evento-single .datas .dia .p-horario {
  font-size: 16px;
  margin-top: 6px;
}
.evento-single .datas .dia .btn {
  height: 0;
  width: 100%;
  font-size: 16px;
  opacity: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 300ms;
}
.evento-single .datas .dia:hover .btn {
  opacity: 1;
  background-color: #E1001E;
  border-color: #E1001E;
  padding-top: 3px;
  margin-top: 8px;
  color: white;
  height: 35px;
}
.evento-single .iframe-map a {
  color: #707070;
  font-weight: 500;
  margin-bottom: 21px;
  margin-top: 10px;
}

.top img {
  width: 100%;
  height: auto;
}

.gap16 {
  gap: 16px;
}

.outros-eventos {
  margin-top: 83px;
}
.outros-eventos h2 {
  text-align: center;
}
.outros-eventos .eventos {
  margin-top: 41px;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.outros-eventos .eventos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.outros-eventos .eventos .evento {
  cursor: pointer;
  max-width: 275px;
  width: 100%;
  height: 241px;
  position: relative;
}
.outros-eventos .eventos .evento .infos {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  display: flex;
  width: 100%;
  padding: 11px 22px;
  color: white;
  height: 100%;
  align-items: flex-end;
}
.outros-eventos .eventos .evento .infos > div > * + * {
  margin-top: 9px;
}
.outros-eventos .eventos .evento .infos h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.outros-eventos .eventos .evento .preco {
  font-weight: 600;
  position: relative;
}
.outros-eventos .eventos .evento .preco span {
  position: relative;
  z-index: 1;
}
.outros-eventos .eventos .evento .preco:before {
  width: 0;
  content: "";
  z-index: 0;
  height: 23px;
  position: absolute;
  left: -4px;
  top: -3px;
  background-color: #480D7B;
  transition: all ease-in-out 300ms;
}
.outros-eventos .eventos .evento .btn {
  padding: 7px 40px 6px;
  width: 100%;
}
.outros-eventos .eventos .evento:hover .btn {
  background-color: #E1001E;
  border-color: #E1001E;
  color: white;
}
.outros-eventos .eventos .evento:hover .preco:before {
  width: calc(100% + 8px);
}

.depoimentos .btn {
  padding: 13px 23px 11px;
  color: #480D7B;
  border: 1px solid #480D7B;
  background-color: transparent;
}
.depoimentos .list {
  display: flex;
  gap: 39px;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.depoimentos .list .item {
  position: relative;
  max-width: 294px;
}
.depoimentos .list .item a {
  text-decoration: none;
}
.depoimentos .list .item .infos {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  padding: 19px 15px;
  align-items: end;
}
.depoimentos .list .item .infos h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.depoimentos .list .item .infos h4 + h4 {
  margin-top: 4px;
}
.depoimentos .list .item .infos p {
  margin-top: 10px;
  font-size: 16px;
  color: white;
}
.depoimentos .list .item img {
  width: 294px;
  height: 335px;
  object-fit: cover;
}
.depoimentos .pagination {
  margin-top: 25px;
  font-weight: 600;
  color: #3E3E3E;
}
.depoimentos .pagination .flex {
  gap: 5px;
}
.depoimentos .pagination a {
  min-width: 18px;
  padding: 0px 4px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  color: #3E3E3E;
  height: 18px;
}
.depoimentos .pagination a.act {
  background-color: #480D7B;
  color: white;
}

.bk {
  background-color: #F7F7F7;
}

.depoimento {
  padding: 20px 0px 87px;
}
.depoimento .container960 {
  padding: 31px 33px;
}
.depoimento .gap11 {
  gap: 11px;
}
.depoimento .img img {
  width: 150px;
  height: 170px;
  object-fit: cover;
}
.depoimento .infos {
  color: #707070;
}
.depoimento .infos h1 {
  color: #C73930;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}
.depoimento .infos p {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
}
.depoimento .infos p + p {
  margin-top: 10px;
}
.depoimento .content {
  margin-top: 19px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  line-height: normal;
}
.depoimento .media-social a {
  display: block;
}
.depoimento .moderado {
  padding: 13px 0px;
}
.depoimento .moderado .line {
  width: calc(100% - 30px);
  height: 1px;
  background-color: #D1D1D1;
  margin-left: auto;
  margin-bottom: 15px;
}
.depoimento .moderado .text {
  font-size: 18px;
  color: #480D7B;
  font-weight: bold;
}
.depoimento .moderado .text strong {
  color: #000000;
}
.depoimento .buttons {
  margin-top: 50px;
  margin-bottom: 50px;
}
.depoimento .buttons .gap30 {
  gap: 30px;
}
.depoimento .buttons .btn {
  padding: 13px 58px 11px;
}
.depoimento .buttons .btn.reverse {
  background-color: transparent;
  color: #480D7B;
  border: 1px solid #480D7B;
}

.btn.reverse {
  background-color: transparent;
  color: #480D7B;
  border: 1px solid #480D7B;
}

.gap10 {
  gap: 10px;
}

.search {
  position: relative;
}
.search input {
  appearance: none;
  border: 1px solid #C7C7C7;
  height: 30px;
  color: #7E7E7E;
  font-size: 14px;
  padding: 0px 10px;
  min-width: 301px;
}

.abs-button {
  position: absolute;
  right: 10px;
  top: 6px;
}
.abs-button button {
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
}

.acervo {
  padding: 37px 0px;
}
.acervo .filter {
  margin-top: 24px;
}
.acervo h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #C73930;
}
.acervo select {
  height: 35px;
  border: 1px solid #C7C7C7;
  min-width: 246px;
  color: #7E7E7E;
  font-size: 14px;
  padding: 8px 21px;
}
.acervo .search {
  position: relative;
}
.acervo .search input {
  appearance: none;
  border: 1px solid #C7C7C7;
  height: 30px;
  color: #7E7E7E;
  font-size: 14px;
  padding: 0px 10px;
  min-width: 301px;
}
.acervo .abs-button {
  position: absolute;
  right: 10px;
  top: 6px;
}
.acervo .abs-button button {
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: 0px;
}
.acervo .infosFilter {
  color: #707070;
  margin-top: 12px;
}
.acervo .infosFilter p {
  font-size: 20px;
}
.acervo .infosFilter span {
  font-size: 16px;
  display: block;
  margin-top: 5px;
}

.list-acervo {
  margin-top: 49px;
}
.list-acervo .item {
  position: relative;
  max-width: 352px;
}
.list-acervo .item .img img {
  width: 100%;
  height: 286px;
  object-fit: cover;
}
.list-acervo .item .infos {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: flex-end;
  padding: 23px 16px;
  color: white;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
}
.list-acervo .item .infos strong {
  text-transform: uppercase;
}
.list-acervo .item .infos h3 {
  font-size: 18px;
}
.list-acervo .item .contextItem > * + * {
  margin-top: 5px;
}

.gap30 {
  gap: 32px;
}

.align-end {
  align-items: flex-end;
}

.pagination {
  margin-top: 25px;
  font-weight: 600;
  color: #3E3E3E;
}

.pagination .flex {
  gap: 5px;
}

.pagination a {
  min-width: 18px;
  padding: 0px 4px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  color: #3E3E3E;
  height: 18px;
}

.pagination a.act {
  background-color: #480D7B;
  color: white;
}

.single-acervo-sd {
  padding: 47px 0px;
}
.single-acervo-sd h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #C73930;
}
.single-acervo-sd .context {
  margin-top: 35px;
}
.single-acervo-sd .context .infos {
  width: 100%;
  padding: 13px 31px;
  background-color: #F7F7F7;
}
.single-acervo-sd .context .infos table {
  width: 100%;
}
.single-acervo-sd .context .infos td:first-child {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.single-acervo-sd .context .infos td:last-child {
  font-size: 18px;
  color: #707070;
  line-height: normal;
  border-left: 1px solid #DCDCDC;
  padding-left: 36px;
}
.single-acervo-sd .context .infos td {
  padding: 8px 0px;
}
.single-acervo-sd .img {
  min-width: 230px;
}
.single-acervo-sd .img img {
  width: 230px;
  height: 342px;
  object-fit: cover;
}

.gap43 {
  gap: 43px;
}

.imagem_topo img {
  width: 100%;
  max-height: 428px;
  object-fit: cover;
}

.acervo-archive .destaques {
  margin-bottom: 18px;
}
.acervo-archive .destaques .item {
  position: relative;
  flex: 1;
  transition: all ease-in-out 300ms;
}
.acervo-archive .destaques .item:hover, .acervo-archive .destaques .item.act {
  flex: 2;
}
.acervo-archive .destaques .item:hover .infos span, .acervo-archive .destaques .item.act .infos span {
  display: none;
}
.acervo-archive .destaques .item:hover .infos h3, .acervo-archive .destaques .item:hover .infos p, .acervo-archive .destaques .item.act .infos h3, .acervo-archive .destaques .item.act .infos p {
  display: block;
}
.acervo-archive .destaques .item img {
  object-fit: cover;
  width: 100%;
  min-height: 324px;
}
.acervo-archive .destaques .item .infos {
  padding: 30px 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #480D7B 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
}
.acervo-archive .destaques .item .infos h3 {
  width: 100%;
  text-align: center;
  display: none;
  font-size: 33px;
  color: white;
  font-weight: bold;
}
.acervo-archive .destaques .item .infos p {
  display: none;
  color: white;
  margin-top: 7px;
  width: 100%;
  text-align: center;
}
.acervo-archive .destaques .item .infos span {
  font-size: 33px;
  color: white;
  font-weight: bold;
}

.gap20 {
  gap: 20px;
}

.list-vue {
  margin-top: 50px;
  margin-bottom: 74px;
}
.list-vue .item {
  border: 1px solid #C7C7C7;
  text-decoration: none;
  color: black;
  width: 100%;
}
.list-vue .item .img {
  min-width: 179px;
  max-width: 179px;
  width: 179px;
}
.list-vue .item .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.list-vue .item .infos {
  padding: 6px 30px;
}
.list-vue .item .infos h3 {
  font-size: 18px;
  font-weight: bold;
}
.list-vue .item .infos .context {
  margin-top: 16px;
}
.list-vue .item + .item {
  margin-top: 32px;
}

.timeline {
  margin: 64px 0px;
}
.timeline .abas {
  padding: 21px;
  background-color: #EDEDED;
}
.timeline .abas .flex {
  justify-content: space-evenly;
  align-items: flex-start;
}
.timeline .abas a {
  color: #C73930;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  max-width: 218px;
  position: relative;
  font-weight: bold;
}
.timeline .abas a.act:after {
  max-width: 68px;
  display: block;
  position: absolute;
  margin: 10px auto;
  bottom: -18px;
  content: "";
  left: calc(50% - 34px);
  width: 100%;
  height: 2px;
  background-color: #C73930;
}
.timeline .contextCat {
  padding: 29px 0px;
  background-color: #F7F7F7;
  position: relative;
}
.timeline .contextCat h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: black;
}
.timeline .contextCat .gap36 {
  gap: 36px;
}
.timeline .contextCat .years, .timeline .contextCat .years > .flex {
  min-height: 160px;
}
.timeline .contextCat .years .year, .timeline .contextCat .years > .flex .year {
  min-width: 62px;
  z-index: 1;
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.timeline .contextCat .years .year .abs, .timeline .contextCat .years > .flex .year .abs {
  position: absolute;
  display: none;
}
.timeline .contextCat .years .year:before, .timeline .contextCat .years > .flex .year:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #3E3E3E;
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px;
}
.timeline .contextCat .years .year.act, .timeline .contextCat .years > .flex .year.act {
  color: #3E3E3E;
  font-weight: bold;
}
.timeline .contextCat .years .year.cursor.act, .timeline .contextCat .years > .flex .year.cursor.act {
  cursor: pointer;
  color: #480D7B;
}
.timeline .contextCat .years .year.cursor.act:after, .timeline .contextCat .years > .flex .year.cursor.act:after {
  background-color: #480D7B;
}
.timeline .contextCat .years .year.act:after, .timeline .contextCat .years > .flex .year.act:after {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  line-height: 1px;
  content: "+";
  justify-content: center;
  color: white;
  font-size: 26px;
  background-color: #3E3E3E;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: calc(50% - 10px);
  font-weight: 500;
  transition: all ease-in-out 300ms;
}
.timeline .contextCat .years .year.act:hover:after, .timeline .contextCat .years > .flex .year.act:hover:after {
  transform: rotate(90deg);
}
.timeline .contextCat .hos {
  height: 0px;
  transition: all ease-in-out 300ms;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  background-color: #F7F7F7;
  z-index: 100;
}
.timeline .contextCat .hos svg {
  position: absolute;
  right: 30px;
  top: 19px;
  cursor: pointer;
  opacity: 0;
}
.timeline .contextCat .hos .gap20 {
  gap: 20px;
}
.timeline .contextCat .hos h3 {
  color: #707070;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}
.timeline .contextCat .hos h3 strong {
  font-weight: bold;
  font-size: 20px;
  color: black;
  display: block;
  margin-bottom: 8px;
}
.timeline .contextCat .hos.act {
  padding: 37px 114px;
  opacity: 1;
  min-height: 243px;
  height: auto;
}
.timeline .contextCat .hos.act svg {
  opacity: 1;
}
.timeline .contextCat .hos.act img {
  max-height: 165px;
  max-width: 259px;
  width: 100%;
  object-fit: cover;
}
.timeline .contextCat .years {
  position: relative;
}
.timeline .contextCat .years .avancar {
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #C73930;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  right: 35px;
}
.timeline .contextCat .years .voltar {
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #C73930;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  left: 35px;
}
.timeline .contextCat .years .overflow-hidden-x {
  max-width: 744px;
  overflow: hidden;
  padding-top: 6px;
  position: relative;
  top: -2px;
  position: relative;
  z-index: 1;
}
.timeline .contextCat .years .overflow-hidden-x > .flex {
  transition: all ease-in-out 1000ms;
}
.timeline .contextCat .years:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #480D7B;
  width: 100%;
  top: calc(50% - 14px);
  display: block;
}
.timeline .tooltip {
  position: fixed;
  padding: 12px 20px;
  max-width: 398px;
  color: white;
  background-color: #480D7B;
}
.timeline .tooltip:after {
  position: absolute;
  bottom: -6px;
  width: 13px;
  content: "";
  left: 8px;
  height: 13px;
  background-color: #480D7B;
  transform: rotate(45deg);
}

.aviso {
  padding: 120px 0px;
}
.aviso h2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #480D7B;
}

.archive .filters .categories .flex a.act {
  color: #BC2524;
  font-weight: 600;
}

.arquivo {
  overflow: hidden;
  background: rgb(98, 98, 98);
  background: linear-gradient(90deg, rgb(166, 166, 166) 0%, rgb(198, 198, 198) 35%, rgb(155, 155, 155) 100%);
}
.arquivo #myContent {
  height: 80vh;
  cursor: grab;
}
.arquivo img {
  height: 80vh;
  width: auto !important;
  max-width: inherit !important;
}

.acontece.archive {
  padding-bottom: 60px;
}
.acontece.archive h2 {
  color: #C73930;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.acontece.archive h2 + p {
  font-size: 18px;
  margin-top: 12px;
}
.acontece.archive .buttons {
  gap: 30px;
  margin-top: 16px;
}
.acontece.archive .buttons a {
  padding: 10px 18px;
  border: 1px solid #4F4D4D;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
}

.events ul li a {
  text-decoration: none;
}

.acontece.archive .buttons a {
  transition: all ease-in-out 300ms;
}

.acontece.archive .buttons a.act {
  background-color: #480D7B;
  color: white;
  border-color: #480D7B;
}

.head .abs {
  padding-bottom: 120px;
}
.head .abs h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.head .abs h1 span {
  color: #C73930;
  font-weight: 500;
  font-size: 62px;
  background-color: white;
  padding: 18px 20px 12px;
  display: inline-block;
  margin-top: 10px;
}
.head .abs.abs2 {
  height: auto;
}

.funcionamento {
  background-color: #C73930;
  color: white;
  padding: 58px 0px;
  font-size: 16px;
  font-weight: 600;
}
.funcionamento h5 {
  font-size: 16px;
  color: black;
  background-color: #EEC5C2;
  font-weight: bold;
  padding: 4px 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.funcionamento h2 {
  font-size: 62px;
  line-height: 74px;
  text-transform: uppercase;
  font-weight: 500;
}
.funcionamento h4 {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.funcionamento .icon {
  min-width: 29px;
  display: flex;
  justify-content: center;
}
.funcionamento .gap5 {
  gap: 5px;
}
.funcionamento .gap26 {
  gap: 26px;
}
.funcionamento .mticon + .mticon {
  margin-top: 10px;
}
.funcionamento .buttons {
  margin-top: 18px;
}
.funcionamento .buttons a:last-child {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.funcionamento .buttons a:first-child {
  font-size: 14px;
  color: #C73930;
  padding: 14px 30px;
  background-color: white;
  text-decoration: none;
}

.galeria img {
  width: 100%;
}

.depoimentos .context {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.galeria h2 {
  color: #C73930;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 15px;
}

.container640 {
  max-width: 770px;
}

.visite {
  padding: 27px 0px 128px;
}
.visite .passos span {
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
}
.visite .passos span.act {
  color: #E1001E;
  font-weight: 600;
}
.visite .data h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 44px;
  color: #C73930;
  text-transform: uppercase;
}
.visite .data .places {
  gap: 20px;
  margin-top: 20px;
}
.visite .data .places a {
  padding: 10px 24px;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid black;
  min-width: 200px;
  text-decoration: none;
  transition: all ease-in-out 300ms;
}
.visite .data .places a.act, .visite .data .places a:hover {
  color: #C73930;
  border-color: #C73930;
}
.visite .data .disc {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 500;
  color: #707070;
}

.list-vue .item .infos .context p + p {
  margin-top: 15px;
}

.form-conte {
  padding: 34px 0px 45px;
}
.form-conte .upload {
  font-size: 20px;
  font-weight: 500;
  color: #480D7B;
  text-transform: uppercase;
  position: relative;
}
.form-conte .upload img {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.form-conte .upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-conte form {
  max-width: 464px;
  margin: 0 auto;
}
.form-conte .gap36 {
  gap: 16px;
}
.form-conte .form-input {
  margin-top: 21px;
}
.form-conte .form-input + .form-input {
  margin-top: 10px;
}
.form-conte input[type=text], .form-conte input[type=email], .form-conte input[type=number] {
  height: 30px;
  appearance: none;
  outline: none;
  border: 1px solid #480D7B;
  width: 100%;
  margin-top: 5px;
  padding-left: 10px;
}
.form-conte input[type=checkbox] {
  min-width: 18px;
  height: 18px;
  border: 1px solid #7E7E7E;
}
.form-conte label:not(.aceite) {
  font-weight: 500;
}
.form-conte input[type=checkbox]:checked {
  background-color: #480D7B;
}
.form-conte .aceite {
  display: flex;
  margin-top: 15px;
  gap: 14px;
  color: black;
  font-weight: 500;
}
.form-conte textarea {
  appearance: none;
  font-family: "Rajdhani", sans-serif;
  outline: none;
  color: black !important;
  padding: 10px;
  border: 1px solid #480D7B;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.form-conte button {
  margin-top: 18px;
  margin-bottom: 10px;
}
.form-conte p {
  color: #480D7B;
}

@media (max-width: 768px) {
  section {
    overflow: hidden;
  }
  header .media-social {
    display: none;
  }
  .slider-home video, .slider-home .img {
    height: 100vh;
  }
  header .search input {
    display: none;
  }
  section.breadcrumbs .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .abs-center h2 {
    font-size: 50px;
  }
  .chacara h3 {
    left: 0px;
    right: 0;
    top: 0;
    margin-top: 20px;
    text-align: left;
  }
  .table-calendar th, .table-calendar td {
    padding: 14px 12px;
  }
  .chacara h3 span {
    font-size: 50px;
    padding: 0;
    top: 0;
    background-color: transparent;
  }
  .chacara p {
    text-align: left;
  }
  .chacara .flex {
    flex-direction: column;
    align-items: center;
  }
  .chacara .flex .col:last-child {
    order: 0;
    margin-top: 30px;
  }
  .chacara .flex .col:first-child {
    order: 1;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .btn {
    padding: 13px 16px 11px;
  }
  .slider-home .item .abs span {
    font-size: 120px;
  }
  .slider-home .item .abs span img {
    max-width: 80px;
  }
  .horario h2 {
    font-size: 40px;
  }
  footer .flex {
    flex-direction: column;
    align-items: center;
  }
  footer .col {
    width: 100%;
    text-align: center;
  }
  footer .social-media .flex {
    flex-direction: row;
  }
  footer .social-media {
    margin: 30px 0px;
  }
  .horario {
    padding: 30px 0px 29px;
  }
  .horario .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .horario .flex .col1 + .col2 {
    margin-top: 30px;
  }
  .events {
    margin-top: 60px;
  }
  section .container {
    padding: 0px 25px;
  }
  .events ul li span {
    min-width: 59px;
  }
  .container-calendar {
    max-width: 100%;
  }
  .proximos, .chacara {
    padding: 30px 0px;
  }
  .proximos .mt {
    flex-direction: column;
  }
  .acontece .flex {
    gap: 30px;
  }
  .title-sob {
    margin-top: 30px;
  }
  .title-sob:before {
    position: absolute;
    top: -23px;
    left: -28px;
    color: #F7F7F7;
    z-index: 0;
    font-size: 60px;
    font-weight: bold;
    content: attr(data);
    overflow: hidden;
    min-width: 1100px;
  }
  section.cards .flex .card img {
    max-width: 100%;
  }
  section.cards .flex .card img {
    height: 330px;
  }
  .cards .flex {
    flex-direction: column;
  }
  .horario .col2 {
    padding: 17px 20px;
    max-width: 100%;
  }
  .abs-center .flex-end {
    justify-content: center;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .logo {
    margin-left: 8px;
  }
  header .flex {
    align-items: center;
  }
  header .search button {
    top: -10px;
    right: -19px;
  }
  header .sand span {
    display: none;
  }
  .titulo_imagem_texto .align-end {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .titulo_imagem_texto h2 {
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
  }
  .titulo_imagem_texto .col2 img {
    height: auto;
    max-width: 100%;
  }
  .titulo_imagem_texto h2 {
    margin-bottom: 20px;
  }
  .titulo_imagem_texto .flex + .flex .col1 {
    display: none;
  }
  .titulo_imagem_texto .col2, .titulo_imagem_texto .col1 {
    flex: inherit;
    width: 100%;
  }
  .titulo_imagem_texto h2 span {
    font-size: 36px;
    display: inline-block;
    padding: 0px;
    background-color: transparent;
  }
  .banner_texto .flex {
    justify-content: center;
  }
  .duas_colunas_texto .flex, .bloco_livre .flex {
    flex-direction: column;
  }
  .bloco_livre .flex .col1 {
    margin-top: 30px;
  }
  .faq li svg {
    min-width: 20px;
  }
  .contato .flexSd {
    flex-direction: column;
  }
  .contato .contatos {
    background-color: #F7F7F7;
    padding: 28px 30px;
  }
  .timeline .contextCat .years .overflow-hidden-x {
    max-width: 310px;
  }
  .timeline .abas .flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .timeline .contextCat .hos.act {
    padding: 10px;
    opacity: 1;
    height: auto;
    max-height: inherit;
    position: relative;
    top: -18px;
  }
  .timeline .contextCat .hos.act .flex {
    flex-direction: column;
  }
  .timeline .contextCat .hos svg {
    right: 17px;
  }
  .post-type-archive-depoimentos section .container {
    padding: 0px 25px !important;
  }
  .archive .container960 {
    padding: 0px 25px;
  }
  .nucleos .background {
    padding: 20px;
  }
  .funcionamento .container > .flex {
    flex-direction: column;
    gap: 20px;
  }
  .page-id-685 .head, .page-id-685 .head img, .page-id-657 .head img {
    min-height: 100vh;
  }
  .head img {
    min-height: 50vh;
  }
  .msg .container {
    border-radius: 0px !important;
  }
  .msg + #app {
    margin-top: 30px;
  }
  .msg .container > .flex {
    flex-direction: column;
    gap: 20px;
  }
  .archive .filters .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .archive .itens .eventos {
    justify-content: center;
    padding: 0px 0px 60px;
  }
  .acervo .search input {
    min-width: 100%;
  }
  .infosFilter > .flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  footer .container > .flex {
    gap: 20px;
  }
  .paddTo {
    padding-top: 0px;
  }
  .container960 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-vue .item {
    flex-direction: column;
    gap: 20px;
  }
  .list-vue .item .img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
header .search {
  position: relative;
}
header .search .mounted .abs {
  display: block;
}
header .search .abs {
  display: none;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.45);
  min-width: 294px;
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: white;
  left: 0px;
  border-radius: 5px;
  padding: 10px 5px;
  max-height: 300px;
  overflow: auto;
}
header .search li {
  border-bottom: 1px solid #7E7E7E;
}
header .search li a {
  color: #3E3E3E;
  padding: 8px 5px;
  font-size: 18px;
  text-decoration: none;
  display: block;
  transition: all ease-in-out 300ms;
}
header .search li a .type {
  font-weight: 600;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
header .search li a:hover {
  background-color: #fde8e7;
}
header .search li:last-child {
  border: none;
}

strong {
  font-weight: 900;
}

@media (max-width: 768px) {
  .acontece.archive .buttons {
    overflow: auto;
    align-items: center;
  }
  .acontece.archive .buttons a {
    min-width: 225px;
  }
  .menu_wp {
    max-width: 100% !important;
  }
  .equipe .equipeUl .item {
    max-width: calc(50% - 6px);
    height: auto;
    position: relative;
  }
  .galeria .next-prev {
    right: 0px;
  }
  .equipe .flex {
    gap: 10px;
  }
  .acervo-archive .destaques {
    overflow: auto;
  }
  .acervo-archive .destaques .item {
    min-width: 60vw;
  }
  .galeria .next-prev .flex {
    gap: 14px;
  }
  .timeline .contextCat .hos.act img {
    margin-top: 15px;
  }
  .timeline .contextCat .hos svg {
    top: 0px;
  }
  .timeline .tooltip:after {
    display: none;
  }
  .timeline .tooltip:after {
    display: none;
  }
  .evento-single .datas .dia p {
    font-size: 20px;
  }
  .evento-single .datas .dia.ate .flex {
    gap: 9px !important;
  }
  .visite .flex .col {
    max-width: 100%;
  }
  .visite .data h2 {
    font-size: 34px;
    text-align: center;
  }
  .visite .data .places {
    flex-direction: column;
  }
  .visite .passos {
    display: none;
  }
  .visite .passos {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .visite .passos a {
    min-width: 100px;
  }
  .flexDM {
    flex-direction: column;
  }
  .visite .dataSelect {
    margin-left: 0px;
    margin-top: 20px;
  }
  .banner_texto h2 span {
    font-size: 40px !important;
  }
  .duas_colunas_texto h2 {
    text-transform: uppercase;
    font-size: 45px !important;
    font-weight: 600;
    color: #C73930;
    line-height: normal !important;
  }
}
.timeline .abas a {
  color: #818181;
}

.archive .filters .categories {
  margin-top: 16px;
}

.timeline .abas a.act {
  color: #C73930;
}

.menu_wp {
  max-width: 280px;
}

.acontece.archive .buttons a {
  text-align: center;
}

@media (min-width: 768px) {
  .events {
    max-height: 388px;
    overflow: auto;
    padding-right: 20px;
  }
}

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