@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilda Display", serif;
  color: #101010;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #e20403;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #e20403;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #e20403;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #101010;
}
a:hover {
  opacity: 0.7;
}

.btn {
  background: linear-gradient(135deg, #e20403 0%, rgba(226, 4, 3, 0.75) 100%);
  border-radius: 8px;
  padding: 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background: linear-gradient(135deg, rgba(226, 3, 3, 0.6235294118) 0%, #e20403 100%);
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(16, 16, 16, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(16, 16, 16, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(226, 4, 3, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(226, 4, 3, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #e20403 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #e20403 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #57575a !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 5px;
  background: #57575a !important;
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.page-template-page-default .header {
  background: rgba(0, 0, 0, 0.85);
  transition: background 0.3s, position 0.3s;
}
.page-template-page-default .content-default {
  padding: 180px 0 90px;
}

.btnContacto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btnContacto:hover {
  background: #e20403;
  color: white !important;
}
.btnContacto img {
  max-width: 24px;
}

.header {
  transition: background 0.3s, position 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.header.fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  transition: background 0.3s, position 0.3s;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .btnMenu {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.header .btnMenu:hover {
  background: #e20403;
  color: white;
}
.header .btnMenu img {
  max-width: 40px;
  filter: brightness(0) invert(1);
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .header .btnMenu img {
    max-width: 28px;
  }
}
.header .logo {
  max-width: 120px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 90px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
    z-index: 1;
  }
  .header nav.active {
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
  }
}
.header .primary-menu li a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .header .primary-menu li a {
    color: #101010;
  }
}
.header .primary-menu li a:hover {
  background: #e20403;
  color: white;
  opacity: 1;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  max-width: 900px;
  margin: 16px auto;
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
}
.banner__txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.banner__txt h2 {
  font-weight: 500;
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner__btns {
    flex-direction: column;
  }
}
.banner__btns .btn {
  padding: 16px 24px;
}

.home__s1 {
  padding: 48px 0;
}
.home__s1 > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f0ea;
  padding: 0;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__s1 > .container {
    flex-direction: column;
    gap: 0;
  }
}
.home__s1__txt {
  max-width: 510px;
  padding: 32px;
}
.home__s1__txt .txt {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .home__s1__txt {
    max-width: 100%;
  }
}
.home__s1__txt h2 strong {
  color: #e20403;
}
.home__s1__txt .infosEscola {
  margin-bottom: 36px;
}
.home__s1__txt .infosEscola .info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
.home__s1__txt .infosEscola .info p {
  margin: 0;
}
.home__s1 .boxImg {
  display: flex;
}
.home__s1__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  width: 400px;
  height: 520px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1199px) {
  .home__s1__img {
    width: 100%;
    height: 300px;
  }
}
.home__s1__img:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.home__s1__imgFirst {
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 400px;
  position: relative;
  top: 60px;
}
@media (max-width: 1199px) {
  .home__s1__imgFirst {
    top: 70px;
    height: 150px;
  }
}
.home__s2 {
  padding: 48px 0 72px;
}
.home__s2 h2 {
  text-align: center;
}
.home__s2__destaques {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  padding-top: 48px;
}
.home__s2__destaques .boxDestaque {
  position: relative;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s;
}
.home__s2__destaques .boxDestaque__img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
.home__s2__destaques .boxDestaque__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 32px 16px;
  text-align: center;
}
.home__s2__destaques .boxDestaque .price {
  color: #e20403;
  font-weight: 700;
  font-size: 18px;
}
.home__s2__destaques .boxDestaque h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #101010;
}
.home__s2__destaques .boxDestaque__desc {
  font-size: 1rem;
  line-height: 1.5;
}
.home__s2__destaques .boxDestaque__desc p {
  color: #101010;
}
.home__s2__destaques .boxDestaque .btn {
  margin-top: 24px;
}
.home__diferenciais {
  padding: 70px 0;
  background: rgba(239, 233, 224, 0.2784313725);
}
.home__diferenciais__txt {
  text-align: center;
  padding-bottom: 48px;
}
.home__diferenciais__boxes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .home__diferenciais__boxes {
    flex-direction: column-reverse;
  }
}
.home__diferenciais__boxes .boxImg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 530px;
  height: 400px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__diferenciais__boxes .boxImg {
    width: 100%;
    height: 260px;
  }
}
.home__diferenciais__boxes .boxTxt {
  max-width: 620px;
}
.home__s3 {
  position: relative;
  padding: 70px 0;
  background-attachment: fixed;
}
.home__s3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.home__s3__txt {
  text-align: center;
  position: relative;
}
.home__s3__txt * {
  color: white;
}
.home__s3 .boxEventos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-top: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .home__s3 .boxEventos .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .home__s3 .boxEventos .slick-next {
    right: 0;
  }
}
.home__s3 .boxEventos .evento {
  margin: 0 24px;
  background: #f4f0ea;
  min-height: 600px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .home__s3 .boxEventos .evento {
    min-height: 550px;
  }
}
.home__s3 .boxEventos .evento .content {
  padding: 16px;
}
.home__s3 .boxEventos .evento .content * {
  color: #101010;
}
.home__s3 .boxEventos .evento .content .evento__data {
  color: #ce2b37;
}
.home__s3 .boxEventos .evento .imgEvento {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 1199px) {
  .home__s3 .boxEventos .evento .imgEvento {
    height: 200px;
  }
}
.home__s3 .btn {
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.home__s4 {
  padding: 48px 0 70px;
}
.home__s4__txt {
  text-align: center;
}
.home__s4__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.home__s4__boxes .box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 24px;
  background: rgba(128, 128, 128, 0.0901960784);
}
.home__s4__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.home__s4__boxes .box .icone {
  display: none !important;
}
.home__s4__boxes .box .stars {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.home__s4__boxes .box .txt {
  min-height: 96px;
}
.home__s4__boxes .box .txt p {
  color: #101010;
}
.home__s4__boxes .box .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__s4__boxes .box .info .icone {
  background: #e20403;
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__s4__boxes .box .info .nome {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #101010;
}
.home__s4__boxes .box .info .posicao {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #101010;
}
.home__s5 {
  text-align: center;
  padding: 70px 0;
  background: rgba(128, 128, 128, 0.0901960784);
}
.home__s5__txt {
  text-align: center;
  margin-bottom: 48px;
}
.home__s5__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.quemSomos__s1 {
  padding: 90px 0;
  position: relative;
  background: #f4f0ea;
}
.quemSomos__s1 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 540px;
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container {
    height: inherit;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container .contentImg {
    width: 100%;
  }
}
.quemSomos__s1 > .container.last {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container.last {
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .quemSomos__s1 .reverse {
    flex-direction: column-reverse;
  }
}
.quemSomos__s1 .reverse .quemSomos__s1__img {
  left: 0;
  top: 540px;
}
.quemSomos__s1__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 540px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s1__img {
    width: 100%;
    position: inherit;
    height: 300px;
    border-radius: 16px;
  }
}
.quemSomos__s1__txt {
  max-width: 550px;
}
.quemSomos__s1__txt h2 strong {
  color: #e20403;
}
.quemSomos__s2 {
  padding: 48px 0;
}
.quemSomos__s2 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .quemSomos__s2 > .container {
    flex-direction: column;
  }
}
.quemSomos__s2__txt {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .quemSomos__s2__txt {
    max-width: 100%;
  }
}
.quemSomos__s2__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  width: 600px;
  height: 400px;
}
@media (max-width: 1199px) {
  .quemSomos__s2__img {
    width: 100%;
  }
}
.quemSomos__s3 {
  padding: 80px 0;
}
.quemSomos__s3 h2 {
  text-align: center;
}
.quemSomos__s3__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  padding-top: 24px;
}
.quemSomos__s3__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(160, 126, 40, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quemSomos__s3__boxes .box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(160, 126, 40, 0.35);
}
.quemSomos__s3__boxes .box h4,
.quemSomos__s3__boxes .box p {
  margin: 0;
  text-align: center;
}
.quemSomos__s3__boxes .box img {
  max-width: 80px;
}
.quemSomos__s4 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 0 70px;
}
@media (max-width: 1199px) {
  .quemSomos__s4 > .container {
    flex-direction: column-reverse;
    padding: 16px;
  }
}
.quemSomos__s4 .contentImg {
  max-width: 570px !important;
}
@media (max-width: 1199px) {
  .quemSomos__s4 .contentImg {
    max-width: 100% !important;
  }
}
.quemSomos__s4__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 540px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s4__img {
    width: 100%;
    position: inherit;
    height: 300px;
    border-radius: 16px;
  }
}

.page-template-menu .header {
  background: rgba(0, 0, 0, 0.85) !important;
}
.page-template-menu .banner-slick {
  display: none !important;
}

.pageMenu {
  padding: 200px 0 48px;
}
.pageMenu__txt {
  text-align: center;
}
.pageMenu__filters {
  padding: 48px 0;
}
@media (max-width: 1199px) {
  .pageMenu__filters {
    width: 100%;
  }
}
.pageMenu__filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 16px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pageMenu__filters ul {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    justify-self: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 16px;
    flex-wrap: nowrap;
  }
}
.pageMenu__filters ul .pageMenu__filter-item {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  border-color: #100506;
  transition: border-color 0.3s ease;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .pageMenu__filters ul .pageMenu__filter-item {
    white-space: nowrap;
  }
}
.pageMenu__filters ul .pageMenu__filter-item.active {
  background: #100506;
  border-color: #100506;
  color: white;
}
.pageMenu__filters ul .pageMenu__filter-item:hover {
  background: #100506;
  color: white;
}
.pageMenu__items {
  width: 100%;
}
.pageMenu .bloco-categoria {
  padding: 0 0 48px;
}
.pageMenu .bloco-categoria h2 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.pageMenu .bloco-categoria h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent, #ce2b37, transparent);
}
.pageMenu .bloco-categoria .boxMenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(26, 24, 24, 0.41);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 24px;
  background: #f4f0ea;
}
.pageMenu .bloco-categoria .boxMenu:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
.pageMenu .bloco-categoria .boxMenu__nome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid;
  border-bottom-style: dashed;
  padding-bottom: 16px;
}
.pageMenu .bloco-categoria .boxMenu__nome .nome {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #101010;
}
.pageMenu .bloco-categoria .boxMenu__nome .valor {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #e20403;
}
.pageMenu .bloco-categoria .boxMenu .descricao {
  color: #101010;
}
.pageMenu .bloco-categoria .boxMenu h4,
.pageMenu .bloco-categoria .boxMenu p {
  margin: 0;
  text-align: center;
}
.pageMenu__eventos h2 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.pageMenu__eventos h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  border-radius: 3px;
  background: linear-gradient(to right, transparent, #ce2b37, transparent);
}
.pageMenu__eventos .boxEventos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-top: 32px;
  position: relative;
}
.pageMenu__eventos .boxEventos .slick-list {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .pageMenu__eventos .boxEventos .slick-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .pageMenu__eventos .boxEventos .slick-next {
    right: 0;
  }
}
.pageMenu__eventos .boxEventos .evento {
  margin: 0 24px;
  background: #f4f0ea;
  min-height: 600px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .pageMenu__eventos .boxEventos .evento {
    min-height: 550px;
  }
}
.pageMenu__eventos .boxEventos .evento .content {
  padding: 16px;
}
.pageMenu__eventos .boxEventos .evento .content * {
  color: #101010;
}
.pageMenu__eventos .boxEventos .evento .content .evento__data {
  color: #ce2b37;
}
.pageMenu__eventos .boxEventos .evento .imgEvento {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 1199px) {
  .pageMenu__eventos .boxEventos .evento .imgEvento {
    height: 200px;
  }
}
.pageMenu__eventos .btn {
  margin: 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.contacto__s1 {
  padding: 48px 0;
}
.contacto__s1__txt {
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}
.contacto__s2 .container {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .contacto__s2 .container {
    flex-direction: column;
  }
}
.contacto__s2__form {
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s2__form {
    width: 100%;
    padding: 16px;
  }
}
.contacto__s2__form p {
  margin: 0;
}
.contacto__s2 .wpcf7 form input,
.contacto__s2 .wpcf7 form select,
.contacto__s2 .wpcf7 form textarea {
  border: 1px solid rgba(102, 102, 102, 0.2117647059);
  background: white;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
  width: 100%;
  color: #101010;
  margin-top: 5px;
}
.contacto__s2 .wpcf7 form textarea {
  height: 100px;
}
.contacto__s2 .wpcf7 form .wpcf7-submit {
  background: #e20403;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contacto__s2 .wpcf7 form .wpcf7-submit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}
.contacto__s2__mapa {
  width: 50%;
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .contacto__s2__mapa {
    width: 100%;
  }
}
.contacto__s2__mapa iframe {
  width: 100%;
}
.contacto__s3 {
  padding: 72px 0;
  text-align: center;
}
.contacto__s3 .container {
  display: flex;
  gap: 48px;
}
@media (max-width: 1199px) {
  .contacto__s3 .container {
    flex-direction: column;
  }
}
.contacto__s3__boxes {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s3__boxes {
    width: 100%;
  }
}
.contacto__s3__boxes .box {
  background: white;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}
.contacto__s3__boxes .box:first-child {
  border-radius: 16px 16px 0 0;
}
.contacto__s3__boxes .box:last-child {
  border-radius: 0 0 16px 16px;
}
.contacto__s3__boxes .box a {
  color: #101010;
}
.contacto__s3__boxes .box h4,
.contacto__s3__boxes .box p {
  margin: 0;
}
.contacto__s3__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.contacto__s3__boxes .box:hover .icone {
  transform: scale(1.1);
}
.contacto__s3__boxes .box .icone {
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contacto__s3__horario {
  padding: 32px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 1199px) {
  .contacto__s3__horario {
    width: 100%;
  }
}
.contacto__s3__horario p {
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
}

.footer__top {
  background: #222;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}
@media (max-width: 1199px) {
  .footer__top .logos {
    align-items: center;
  }
}
.footer__top .logos p {
  color: white;
  text-align: center;
}
.footer__top .logos .logo {
  max-width: 240px;
}
.footer__top .logos .logo-ppr {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .footer__top .logos .logo-ppr {
    margin: 0;
  }
}
.footer__top .txt {
  text-align: center;
}
.footer__top .txt .linksSocials {
  padding-bottom: 16px;
}
.footer__top .txt .linksSocials > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top .txt .linksSocials img {
  filter: brightness(0) invert(1);
}
.footer__top .txt * {
  color: white;
}
.footer__top .txt .btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
}
.footer__top .txt .btns .btn {
  background: white;
  color: #101010;
  min-width: 207px;
  opacity: 1;
}
.footer__top .txt .btns .btn:hover {
  color: #101010 !important;
}
.footer__top .txt .btns.contacto .btn {
  background: white;
  max-height: 32px;
  text-align: center;
  min-width: inherit;
}
.footer__bottom {
  text-align: center;
  background: #1e1e1e;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  color: white;
}