.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  text-align: left;
}

.body {
  background-color: #fff;
  font-family: "Source Sans 3", sans-serif;
}

.navbar {
  min-width: 0%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(49, 49, 49, .2);
}

.nav-menu {
  text-align: left;
  font-weight: 400;
  display: block;
}

.container {
  min-width: 100%;
  text-align: left;
  padding-left: 66px;
  padding-right: 66px;
}

.nav-link {
  padding-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.nav-link.nav-link-portal {
  color: #fff;
  background-color: #b8311a;
  font-weight: 700;
}

.nav-link.nav-link-portal.matricule-se {
  background-color: rgba(7, 31, 77, .89);
}

.heading {
  outline-offset: 0px;
  text-align: center;
  outline: 3px #333;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.text-block {
  text-align: center;
  margin-top: 10px;
  padding: 0 119px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}

.lottie-animation {
  width: 4px;
  height: 4px;
  min-height: 4px;
  min-width: 4px;
}

.div-block {
  width: 10px;
  height: 10px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #e2543c;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1px;
  display: block;
  position: relative;
}

.section-2 {
  color: #fff;
  background-color: #071f4d;
  background-image: linear-gradient(73deg, #071f4d, #b8311a);
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.container-3 {
  width: 50px;
  height: 4px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #e2543c;
  background-image: linear-gradient(73deg, #3a7dff, #ff593d);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  line-height: 3px;
  display: block;
}

.container-3.line-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  width: 50px;
  text-align: left;
  background-color: rgba(255, 154, 137, .73);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
  display: inline-block;
  position: static;
  left: 0;
}

.container-3.line-4.ultimas-noticias-page {
  width: 100px;
  height: 3px;
  text-align: center;
  background-color: #b8311a;
  background-image: linear-gradient(50deg, #071f4d, #b8311a);
  display: inline-block;
}

.section-3 {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 0;
  padding: 0 180px;
  display: block;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.heading-2.mentes {
  color: #000;
  text-align: left;
  margin-right: 0;
  padding-right: 0;
}

.heading-2.noticias {
  color: #fff;
}

.heading-2.noticias.ultimas-noticias-page {
  color: #575757;
  justify-content: center;
  display: flex;
}

.bold-text {
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph {
  text-align: justify;
  display: block;
}

.cell {
  background-color: rgba(59, 93, 213, .95);
  border-radius: 8px;
  display: block;
}

.image {
  width: 100%;
  height: 300px;
  max-height: 300px;
  max-width: 100%;
}

.div-block-2 {
  height: 200px;
  max-height: 200px;
}

.cell-2 {
  text-align: left;
  background-color: rgba(59, 93, 213, .95);
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
}

.heading-3 {
  font-weight: 400;
}

.heading-4 {
  font-size: 14px;
  font-weight: 600;
}

.heading-4.ensino {
  margin-top: 9px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  font-weight: 600;
}

.div-block-3 {
  color: #fff;
  padding: 12px;
}

.button {
  text-align: left;
  background-color: #e2543c;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.cell-3 {
  background-color: rgba(59, 93, 213, .95);
}

.cell-4 {
  background-color: #071f4d;
  border-radius: 8px;
  flex-wrap: nowrap;
  display: flex;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}

.cell-5 {
  background-color: #3b5dd5;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: rgba(226, 84, 60, .42);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 180px;
  text-decoration: none;
  display: block;
}

.section-5.section-estrutura {
  text-align: left;
  background-color: rgba(59, 93, 213, 0);
}

.section-5.div-right {
  color: #fff;
  text-align: right;
  background-color: #b8311a;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #b8311a, #071f4d);
  padding-bottom: 40px;
}

.section-5.div-right.mentes {
  background-color: #fff;
}

.section-5.div-right.valores {
  padding-bottom: 40px;
}

.section-5.div-left {
  text-align: left;
  background-color: rgba(255, 255, 255, .56);
}

.section-5.div-left.futuro {
  background-color: #fff;
}

.section-5.ultimas-noticias {
  text-align: left;
  object-fit: fill;
  background-color: rgba(50, 50, 50, .42);
  background-image: linear-gradient(95deg, #071f4d, #b8311a);
  padding-bottom: 40px;
  display: block;
  overflow: visible;
}

.heading-6 {
  text-align: right;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 600;
}

.heading-6.header-nucleo {
  color: #fff;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-6.header-nucleo.historia {
  color: #fff;
}

.paragraph-1 {
  direction: ltr;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  align-items: flex-start;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.paragraph-1.paragraph-3 {
  color: #000;
}

.paragraph-1.paragraph-3.nucleo {
  color: #fff;
}

.paragraph-1.futuro {
  height: 22%;
  color: #000;
  order: -1;
  margin-right: 0;
}

.paragraph-1.historia {
  color: #fff;
  display: block;
}

.paragraph-1.valores {
  color: #fff;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
}

.image-2 {
  width: 100%;
  height: 100%;
  max-width: 200%;
  line-height: 20px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.cell-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.paragraph-3 {
  text-align: left;
}

.container-4 {
  width: 100%;
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-4 {
  justify-content: center;
  display: flex;
}

.cell-7 {
  color: #fff;
  background-color: #3b5dd5;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.cell-7.card-red {
  background-color: rgba(184, 49, 26, .93);
  border-radius: 8px;
  padding: 0;
  display: block;
}

.cell-7.card-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-head-card-estrutura {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  display: block;
}

.container-6 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack-3 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  height: 100%;
}

.image-5 {
  width: 1250px;
  height: auto;
  margin-top: 19px;
}

.container-7 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-6 {
  height: 100%;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-top: 0;
}

.columns {
  align-items: center;
  display: block;
}

.columns.columns-nossa-historia {
  display: block;
}

.footer {
  color: #fff;
  background-color: #071f4d;
  padding: 20px;
  box-shadow: 3px -3px 8px rgba(0, 0, 0, .2);
}

.columns-2 {
  display: flex;
}

.column {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: stretch;
  display: block;
}

.paragraph-5 {
  text-align: center;
  align-self: center;
  padding-left: 15px;
}

.cell-8 {
  align-items: center;
  display: flex;
}

.cell-9, .cell-10, .cell-11, .cell-12 {
  align-items: center;
}

.quick-stack-4 {
  margin-bottom: 241px;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link {
  background-color: #fff;
}

.dropdown-list {
  font-weight: 500;
}

.image-8, .image-9, .image-10, .image-11 {
  max-width: 40%;
}

.cell-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.quick-stack-5 {
  max-width: 1200px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  width: 1250px;
  padding-top: 21px;
}

.image-13 {
  width: 1250px;
  padding-top: 20px;
}

.image-14 {
  width: 90%;
  height: 40vh;
  border-radius: 8px;
  margin-top: 31px;
  margin-bottom: 35px;
  margin-left: 17px;
  display: block;
}

.image-15 {
  width: 100%;
  height: 300px;
  max-width: none;
}

.image-16 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.column-4 {
  text-decoration: none;
}

.slider {
  height: 600px;
  max-height: 600px;
}

.image-17 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.column-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.cell-17 {
  display: block;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  display: flex;
}

.image-18 {
  width: 200px;
  border-radius: 8px;
}

.image-19 {
  width: 100vw;
  height: 45vh;
  text-align: left;
  border-radius: 8px;
}

.div-block-6 {
  text-align: center;
}

.image-20 {
  width: 100vw;
}

.quick-stack-8 {
  text-align: center;
  padding: 0;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: start;
  display: grid;
}

.image-21 {
  align-self: auto;
}

.quick-stack-9 {
  width: 70%;
  height: 100%;
  float: none;
  text-align: center;
  margin-left: 131px;
  position: static;
}

.cell-18 {
  display: block;
}

.cell-19 {
  text-align: center;
  display: block;
}

.link-block {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-8 {
  display: block;
}

.modal-inicio {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, .57);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-inicio.fim {
  display: flex;
}

.link-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-23 {
  width: 100%;
  height: 100%;
}

.image-24 {
  z-index: 10;
  width: 600px;
  text-align: center;
  display: block;
  position: relative;
}

.div-block-9 {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-9.fim {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.link-block-3 {
  z-index: 10;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  display: flex;
  position: static;
}

.image-25 {
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 147px;
  margin-left: -462px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: -136.104px;
  left: 657.611px;
}

.image-25.fim {
  margin-top: 280px;
  position: absolute;
}

.image-25.inicio {
  z-index: 10000000;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #00f87c;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  display: block;
}

.div-block-11 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.cell-20 {
  display: block;
}

.image-26 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.image-27 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 8px;
  display: inline-block;
}

.slide {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

.image-28 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.image-29 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.slide-2, .mask-3, .slider-3, .slider-4, .slider-5 {
  background-color: rgba(0, 0, 0, 0);
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 8px;
}

.image-36 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-37 {
  width: 100%;
  height: 600px;
  max-height: 600px;
}

.image-38, .image-39, .image-40, .image-41, .image-42 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-12 {
  float: left;
}

.heading-7 {
  width: 100%;
  max-width: 100%;
  color: #dd533c;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  display: block;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide-3 {
  padding-top: 0;
}

.slider-6 {
  width: 500px;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.cell-21 {
  display: block;
}

.div-block-13 {
  width: 500px;
  height: 400px;
  max-height: 100%;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .73);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.div-block-13.noticias-slide-img-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.44_6711e42a.jpg');
}

.div-block-13.slider-noticias-img1 {
  width: 500px;
  height: 500%;
  max-height: none;
}

.div-block-13.slider-noticias-img2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.46_6028a446.jpg');
}

.div-block-13.slider-noticias-img3 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.30.12_e2ee9e62.jpg');
}

.div-block-13.slider-noticias-img4 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.44_6711e42a.jpg');
}

.div-block-13.slider-noticias-img5 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.30.11_350ca4f3.jpg');
}

.div-block-13.slider-noticias-img6 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.41_31687dd0.jpg');
}

.div-block-13.slider-noticias-img7 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.30.11_229c1511.jpg');
}

.div-block-13.slider-noticias-img8 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.40_83e9138d.jpg');
}

.div-block-13.slider-noticias-img9 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.45_1a5655b7.jpg');
}

.div-block-13.slider-noticias-img10 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.13.38_3d55228b.jpg');
}

.text-block-2 {
  text-align: justify;
  font-size: 12px;
}

.div-block-14 {
  width: 300px;
  height: 300px;
  max-height: 300px;
  max-width: 300px;
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-15.01.06_9c3567cd.webp');
  background-size: 100% 100%;
  align-items: flex-end;
  display: flex;
}

.div-block-14.img-1 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-image: radial-gradient(circle at 100% 100%, #b8311a, #071f4d);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14.estrutura-img2, .div-block-14.cantina, .div-block-14.judo, .div-block-14.quadra, .div-block-14.piscina, .div-block-14.matematica, .div-block-14.ciencia, .div-block-14.bale {
  background-image: none;
  border-radius: 8px;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, .77);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-7 {
  object-fit: contain;
}

.slide-4 {
  clear: none;
}

.image-43 {
  width: 100%;
  height: 100%;
  display: block;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.mask-4 {
  clear: none;
  text-align: left;
}

.div-block-16 {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, .74);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.slider-8 {
  width: 500px;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow-4, .right-arrow-4 {
  overflow: visible;
}

.image-44 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slide-nav-4 {
  display: block;
  overflow: visible;
}

.modal-fim {
  display: flex;
}

.modal-fim.modal-inicio {
  display: none;
}

.modal-fim {
  background-color: rgba(0, 0, 0, .57);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.modal-fim.modal-inicio {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.slider-9 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fim.modal-inicio {
  display: none;
}

.slider-10 {
  width: 600px;
  border-radius: 8px;
}

.div-block-17 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.mask-5 {
  border-radius: 8px;
}

.slider-11 {
  width: 600px;
  border-radius: 8px;
}

.div-block-18 {
  justify-content: center;
  display: flex;
}

.mask-6 {
  border-radius: 8px;
}

.section-6 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 45px;
}

.lightbox-link, .image-45 {
  border-radius: 8px;
}

.paragraph-9 {
  color: #575757;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-10 {
  text-align: center;
  padding-left: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-19 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.container-10 {
  text-align: center;
}

.block-text-familia {
  margin-top: 15px;
  margin-bottom: 15px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.image-46 {
  width: 400px;
  height: 300px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-47 {
  padding-bottom: 10px;
  padding-right: 0;
}

.collection-list-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-48 {
  width: 400px;
  height: 200px;
  border-radius: 8px;
  margin-bottom: 11px;
}

.div-block-20 {
  width: 100%;
}

.quick-stack-11 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
}

.cell-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-49 {
  width: 500px;
  height: 400px;
}

.image-50 {
  width: 100%;
  height: 300px;
  border-radius: 8px 8px 0 0;
  display: block;
}

.div-block-21 {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.div-block-22 {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
}

.cell-23 {
  border-radius: 0;
  flex-wrap: nowrap;
}

.quick-stack-12 {
  width: 800px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading-8 {
  color: #476db4;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
}

.paragraph-11 {
  font-size: 18px;
}

.paragraph-12 {
  color: #575757;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-12.ultimas-noticias-card-data {
  color: #476db4;
  text-align: left;
}

.link {
  color: #476db4;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
}

.slider-12 {
  width: 400px;
  border-radius: 8px;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-51 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.mask-7 {
  border-radius: 8px;
}

.div-block-24 {
  text-align: left;
  margin-top: 50px;
  margin-left: 304px;
}

.menu-button {
  display: none;
}

.container-11 {
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 66px;
  padding-right: 66px;
  display: block;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .2);
}

.navbar-2 {
  text-align: left;
  background-color: #fff;
  display: block;
}

.nav-menu-2 {
  text-align: left;
  margin-right: 0;
  display: block;
}

.body-2 {
  text-align: left;
}

.nav-link-2.w--current {
  color: #333;
}

.div-block-25 {
  z-index: 10000;
  width: 600px;
  height: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  background-color: #b13333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -2%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav-5, .right-arrow-5, .left-arrow-5 {
  display: none;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.mask-8 {
  border-radius: 8px;
}

.image-52, .image-53, .image-54, .image-55 {
  width: 100%;
  height: 100%;
}

.mask-9 {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.image-56, .image-57, .image-58 {
  width: 100%;
  height: 100%;
}

.slider-13 {
  border-radius: 8px;
}

.image-59, .image-60 {
  width: 100%;
  height: 100%;
}

.slide-7 {
  height: 100%;
}

.image-61, .image-62 {
  width: 100%;
  height: 100%;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 49px;
  display: flex;
}

.slider-14, .slider-15, .mask-10, .slider-16, .mask-11, .slider-17, .mask-12, .slider-18, .mask-13 {
  border-radius: 8px;
}

.div-block-27 {
  z-index: 10000;
  width: 600px;
  height: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  background-color: #b13333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 7px;
  display: flex;
  position: relative;
  top: -2%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-13 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.video {
  height: 300px;
}

.video-2 {
  border-radius: 0;
}

.image-63 {
  width: 100%;
  height: 100%;
}

.right-arrow-6, .left-arrow-6 {
  display: none;
}

.image-64 {
  width: 100%;
  height: 100%;
}

.slider-19, .mask-14 {
  border-radius: 8px;
}

.slide-nav-6 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .container-3.line-4 {
    margin-left: 13px;
    margin-right: 0;
    padding-right: 10px;
    display: block;
  }

  .section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 28px;
  }

  .bold-text {
    display: inline;
  }

  .paragraph {
    display: block;
  }

  .image {
    height: 200px;
    padding-right: 0;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-3, .cell-4 {
    display: block;
  }

  .section-5.section-estrutura {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.div-right {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.div-left, .section-5.ultimas-noticias {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    text-align: right;
    margin-left: 207px;
    margin-right: -69px;
  }

  .heading-6.header-nucleo {
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    font-size: 28px;
  }

  .paragraph-1 {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-1.paragraph-3, .paragraph-1.paragraph-3.nucleo {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-1.historia {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .paragraph-1.valores {
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-2 {
    align-self: auto;
    margin-bottom: -1px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    line-height: 0;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 100vw;
    height: 40vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .columns {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .quick-stack-4 {
    text-align: left;
    margin-left: 100px;
    margin-right: -100px;
    position: relative;
  }

  .quick-stack-5 {
    width: 500px;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .column-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .column-3 {
    text-align: left;
    display: block;
    overflow: visible;
  }

  .image-14 {
    width: 100%;
    height: 100%;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .slider {
    height: 400px;
    max-height: 400px;
  }

  .image-17 {
    width: 100vw;
    height: 40vh;
    max-width: 100vw;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-16 {
    text-align: left;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .cell-17 {
    display: none;
  }

  .div-block-5 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-19 {
    height: 40vh;
  }

  .div-block-7 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-37 {
    height: 100%;
    max-height: 100%;
  }

  .paragraph-8 {
    padding-left: 10px;
  }

  .quick-stack-12 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-64 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-3.line-4 {
    margin-left: 13px;
    margin-right: 0;
    display: block;
    position: static;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text, .paragraph {
    display: block;
  }

  .image {
    height: 250px;
    text-align: center;
    flex: 0 auto;
    display: block;
  }

  .cell-4 {
    font-size: 15px;
  }

  .section-5.section-estrutura {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.div-right {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.div-left, .section-5.ultimas-noticias {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    text-align: left;
    margin-left: -94px;
    margin-right: -94px;
  }

  .heading-6.header-nucleo {
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
  }

  .paragraph-1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-1.paragraph-3 {
    text-align: justify;
  }

  .paragraph-1.futuro {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-1.historia {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-1.valores {
    margin-top: 0;
    margin-left: 0;
  }

  .quick-stack-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    margin-top: 13px;
  }

  .image-7 {
    width: 100vw;
    height: 40vh;
    max-width: none;
    align-self: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    display: block;
  }

  .quick-stack-4 {
    margin-left: -108px;
    font-size: 30px;
  }

  .quick-stack-5 {
    font-size: 10px;
  }

  .image-14 {
    text-align: left;
    margin-left: -1px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .image-17 {
    width: 100vw;
    height: 40vh;
    margin-bottom: 10px;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-5 {
    flex-direction: column;
    display: flex;
  }

  .image-19 {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-24 {
    width: 500px;
  }

  .image-37 {
    height: 100%;
    max-height: 100%;
  }

  .paragraph-8 {
    padding-left: 10px;
  }

  .div-block-17, .div-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-12 {
    width: 100%;
  }

  .grid-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-25 {
    width: 500px;
    height: 490px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .div-block-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    width: 500px;
    height: 40px;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .image-64 {
    width: 300100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #575757;
    display: block;
  }

  .nav-link.nav-link-portal, .nav-link.nav-link-portal.matricule-se {
    font-weight: 500;
    display: block;
  }

  .text-block {
    text-align: justify;
    align-items: flex-end;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .section-2 {
    width: 100vw;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    position: relative;
  }

  .container-3.line-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 13px;
    margin-right: 0;
    padding-left: 0;
    display: grid;
  }

  .section-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    display: block;
    position: relative;
  }

  .heading-2.mentes {
    margin-left: 0;
  }

  .heading-2.noticias {
    margin-left: 10px;
    padding-left: 0;
  }

  .heading-2.noticias.ultimas-noticias-page {
    text-align: center;
  }

  .bold-text {
    text-align: left;
    text-transform: none;
    font-size: 12px;
    line-height: 20px;
    display: inline;
    position: static;
  }

  .paragraph {
    line-height: 20px;
    display: block;
  }

  .cell {
    text-decoration: none;
  }

  .image {
    height: 260px;
    max-height: 260px;
    text-align: center;
    object-fit: fill;
    align-self: auto;
    position: static;
  }

  .heading-4 {
    text-align: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding: 0;
    display: block;
  }

  .div-block-3 {
    height: 100%;
    text-align: justify;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0%;
    text-decoration: none;
    display: block;
    position: static;
    bottom: auto;
  }

  .cell-4 {
    flex-direction: column;
    line-height: 20px;
    display: block;
  }

  .section-5.section-estrutura {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.div-right {
    width: 100vw;
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-5.div-left {
    flex-flow: column;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-5.div-left.futuro {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.ultimas-noticias {
    text-align: left;
    background-image: linear-gradient(129deg, #071f4d, #b8311a);
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-6 {
    margin-left: -154px;
    margin-right: 0;
    padding-right: 298px;
    font-size: 28px;
    display: block;
    position: relative;
  }

  .heading-6.header-nucleo {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 100%;
    display: block;
    position: relative;
  }

  .paragraph-1 {
    width: 100vw;
    text-align: justify;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-decoration: none;
    position: static;
    overflow: visible;
  }

  .paragraph-1.paragraph-3 {
    width: 100vw;
    text-align: justify;
    align-self: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  .paragraph-1.futuro {
    width: 100vw;
    height: 0%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph-1.historia {
    width: 100vw;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-1.valores {
    margin-left: 0;
  }

  .cell-7.card-blue {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-2 {
    object-fit: fill;
    align-self: auto;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }

  .text-head-card-estrutura {
    text-align: center;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .container-6 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .quick-stack-3 {
    width: 100vw;
    order: -1;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-5 {
    flex: 0 auto;
    align-self: auto;
    display: block;
    overflow: auto;
  }

  .image-7 {
    width: 90vw;
    height: 200px;
    max-width: 100vw;
    white-space: normal;
    overflow-wrap: normal;
    border-radius: 8px;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .columns {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    text-align: left;
    object-fit: fill;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .columns.columns-nossa-historia {
    width: 0;
    max-width: 0;
    min-width: 0;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    width: 100vw;
    max-width: 100%;
    padding: 0;
    overflow: visible;
  }

  .columns-2 {
    display: block;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 10px;
    display: block;
  }

  .quick-stack-4 {
    width: 100vw;
  }

  .paragraph-6 {
    width: 91%;
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 9px;
  }

  .quick-stack-5 {
    width: 250px;
    max-width: 250px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-3 {
    display: block;
  }

  .image-12, .image-13 {
    padding-top: 0;
  }

  .image-14 {
    margin-left: 0;
  }

  .image-15, .image-16 {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider {
    height: 0%;
  }

  .mask {
    height: 15vh;
  }

  .cell-14 {
    display: none;
  }

  .image-17 {
    width: 100%;
    height: 15rem;
    text-align: left;
    border-radius: 8px;
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-4 {
    width: 100%;
    min-width: 100vw;
    text-align: left;
    flex-direction: column;
    grid-auto-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cell-15 {
    flex-direction: column;
    align-items: flex-start;
  }

  .quick-stack-6 {
    font-size: 12px;
  }

  .paragraph-7 {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 10px;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    position: relative;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .image-19 {
    width: 90vw;
    height: 30vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-7 {
    width: 100vw;
    flex: 0 auto;
    order: 0;
    grid-template-areas: "Area";
    grid-auto-flow: row;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-21 {
    width: 100vw;
  }

  .quick-stack-9 {
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-22 {
    width: 100vw;
  }

  .cell-18 {
    display: none;
  }

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

  .modal-inicio {
    display: flex;
  }

  .image-24 {
    width: 300px;
  }

  .image-37 {
    height: 100%;
  }

  .div-block-12 {
    background-image: url('../images/Imagem-do-WhatsApp-de-2023-11-13-às-14.30.10_a70e0879.webp');
  }

  .slider-6 {
    width: 100%;
    height: 300px;
    max-height: 350px;
    display: block;
  }

  .cell-21 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14.img-1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
  }

  .div-block-14.estrutura-img2, .div-block-14.cantina, .div-block-14.judo, .div-block-14.quadra, .div-block-14.piscina, .div-block-14.matematica, .div-block-14.ciencia, .div-block-14.bale {
    width: 100%;
    max-width: 100%;
  }

  .slider-8 {
    width: 100%;
    max-width: 300px;
  }

  .paragraph-8 {
    color: #606060;
    text-align: left;
    margin-top: -24px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-left: 0;
    font-weight: 600;
  }

  .quick-stack-10 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .fim.modal-inicio {
    display: none;
  }

  .slider-10, .slider-11 {
    width: 90vw;
  }

  .image-45 {
    width: 95vw;
  }

  .paragraph-10 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-23 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .quick-stack-12 {
    width: 100vw;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    color: #476db4;
    text-align: left;
    margin-bottom: 20px;
  }

  .paragraph-12.ultimas-noticias-card-data {
    color: #476db4;
  }

  .paragraph-12.ultimas-noticias-leia-mais {
    color: #476db4;
    font-size: 22px;
  }

  .link {
    color: #476db4;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
  }

  .grid-4 {
    display: block;
  }

  .slider-12 {
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mask-7 {
    border-radius: 8px;
  }

  .menu-button {
    color: #575757;
    display: none;
  }

  .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    -webkit-text-stroke-color: #fff;
    background-color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .icon {
    color: #575757;
  }

  .nav-link-2 {
    color: #575757;
    background-color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
  }

  .dropdown {
    display: block;
  }

  .div-block-25 {
    width: 300px;
    height: 298px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .slider-13 {
    height: 250px;
  }

  .div-block-26 {
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .slider-14, .slider-15, .slider-16, .slider-17, .slider-18 {
    height: 250px;
  }

  .div-block-27 {
    width: 300px;
    height: 30px;
    top: -3%;
  }

  .paragraph-13 {
    font-size: 12px;
  }

  .video-2 {
    height: 350px;
    padding-bottom: 0;
  }

  .video-3 {
    height: 350px;
    margin-top: 10px;
  }

  .image-63 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
  }

  .right-arrow-6, .left-arrow-6 {
    display: none;
  }

  .image-64 {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .slider-19, .mask-14 {
    border-radius: 8px;
  }
}

#w-node-_77c74424-4629-5b5d-b6d3-0e2c679ae0ab-97e66860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_04e1c06c-8d95-034c-3931-81912341e460-97e66860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_06b8b81b-fca1-8fb0-dec2-43d578b38ef7-97e66860, #w-node-_561ddebf-50eb-1e37-eef8-b2070d40f273-97e66860 {
  align-self: center;
  justify-self: center;
}

#w-node-d9e99392-eb3a-ed23-e129-2e7b8fb88c22-97e66860 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de61bb07-5ff5-f119-e54f-f132cbfa8b23-97e66860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_371198ce-a8f9-c024-02b3-a38d456c8c76-97e66860 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3a8ddd9c-5167-0613-a698-09c49b448646-1f02f1d3, #w-node-_57796d88-1752-7a34-a467-d7b69729cf47-1f02f1d3, #w-node-_2e257ab7-c5b5-3b39-e9ba-442d81a7fc76-1f02f1d3, #w-node-_77a74e69-aa9b-d2c7-177d-105ed7a166c6-1f02f1d3, #w-node-_8e7508f2-1b6a-2217-240e-4c2867636d41-1f02f1d3, #w-node-_26422455-7bc7-0b59-ec5f-6e37e29c0ebe-1f02f1d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6c4e11-c744-c868-32cb-f68ec1f65380-1f02f1d3, #w-node-_1c6c4e11-c744-c868-32cb-f68ec1f65380-cca91e1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_77c74424-4629-5b5d-b6d3-0e2c679ae0ab-97e66860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_77c74424-4629-5b5d-b6d3-0e2c679ae0ac-97e66860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2141dddf-6219-cb7e-77b0-87a83b70fe12-97e66860 {
    align-self: start;
    justify-self: center;
  }

  #w-node-de61bb07-5ff5-f119-e54f-f132cbfa8b23-97e66860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2141dddf-6219-cb7e-77b0-87a83b70fe12-97e66860 {
    align-self: start;
    justify-self: start;
  }

  #w-node-de61bb07-5ff5-f119-e54f-f132cbfa8b23-97e66860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_77c74424-4629-5b5d-b6d3-0e2c679ae0ab-97e66860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9e99392-eb3a-ed23-e129-2e7b8fb88c22-97e66860 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-de61bb07-5ff5-f119-e54f-f132cbfa8b23-97e66860 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_371198ce-a8f9-c024-02b3-a38d456c8c76-97e66860, #w-node-_1c6c4e11-c744-c868-32cb-f68ec1f65380-1f02f1d3, #w-node-_1c6c4e11-c744-c868-32cb-f68ec1f65380-cca91e1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}