@font-face {
  font-family: Trap;
  src: url('../fonts/Trap-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trap Black;
  src: url('../fonts/Trap-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trap Light;
  src: url('../fonts/Trap-Light.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trap Bold;
  src: url('../fonts/Trap-Bold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trap Medium;
  src: url('../fonts/Trap-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trap Regular;
  src: url('../fonts/Trap-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: var(--branco);
  --01: #a3ebff;
  --gainsboro: #d9d9d9;
  --pale-green: #a5ff93;
  --02: #ffd096;
  --moccasin: #ffefc5;
  --light-slate-grey: #b0b0b0;
  --gainsboro-3: #efefef;
  --navajo-white-2: #9186cc;
  --cornflower-blue: #6cfffd;
  --capa2503b: #fff9;
  --gainsboro-2: #ffe0e0;
  --13: #6cd2b0;
  --navajo-white: #56a2ff;
  --04: var(--07);
  --05: #b19178;
  --03: #ffa8a8;
  --08: #b3ffde;
  --10: #c76f70;
  --11: #ff6ba3;
  --12: #c4b872;
  --violet-2: #f70;
  --khaki: #ffea2c;
  --09: #af69ff;
  --light-steel-blue: #bab8d0;
  --branco: #000;
  --aquamarine: #00ffb3;
  --green-yellow: #475c1a;
  --dark-slate-grey: #3a3a3a;
  --pale-goldenrod-2: #00ffb3;
  --capa2501: var(--12);
  --marrom: var(--violet);
  --navajo-white_text: var(--04);
  --rosy-brown: #e9b393;
  --plum: #fab1ff;
  --07: #ff7fea;
  --violet: #9e695e;
  --pale-goldenrod: #fff8ab;
  --brnaco2: var(--03);
  --roxo: var(--04);
  --ceruleo: #3d74ff;
  --color: #1b6827;
  --red: #bf2a2a;
}

.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;
}

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

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

.navbar {
  background-color: #0000;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container {
  background-color: #d2d2d2;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.nav-menu {
  overflow: visible;
}

.nav-menu-2 {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  display: block;
  inset: 0% auto auto 0%;
}

.container-2 {
  background-color: #0000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  height: 40px;
  display: block;
}

.navbar-2 {
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  height: 40px;
  position: relative;
}

.foto_01_1 {
  background-image: url('../images/Cópia-de-MHT4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.icon {
  color: var(--black);
  flex: none;
  align-self: auto;
}

.header_01 {
  background-image: linear-gradient(to bottom, var(--01), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.e_02_titulo {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.container_titulo {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.e_03_desc {
  color: var(--black);
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.e_01_secao {
  opacity: 1;
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.e_04_autor {
  opacity: 1;
  color: var(--black);
  text-align: center;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.paragrafo_principal {
  color: var(--black);
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.intertitulos {
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.bold-text, .bold-text-2 {
  font-weight: 900;
}

.bold-text-3 {
  color: var(--black);
  font-weight: 900;
}

.foto_01_2 {
  background-image: url('../images/Cópia-de-Celebração-do-Dia-da-Criança-na-obra-Dom-Bosco-de-Gangi.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.box_olho_01 {
  background-image: linear-gradient(to bottom, var(--01), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.e_05_texto_olho {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.bold-text-4 {
  color: var(--black);
  font-weight: 900;
}

.container_subtitulo {
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.brand {
  float: left;
  clear: none;
  width: 40px;
  height: 50px;
  min-height: 40px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.foto_01_3 {
  background-image: url('../images/RM-Cardeal-4.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.box_01 {
  background-color: var(--01);
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--01));
  padding-top: 0;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template: "Area Area-2" 85px
  / .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  display: flex;
}

.menu-button:hover {
  background-color: #f2f2f200;
}

.menu-button.w--open {
  background-color: #6cfffd00;
}

.link-block {
  background-image: url('../images/logo_nov2020Asset-5500s.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.baixepdf {
  height: auto;
  margin-bottom: 40px;
}

.div-block {
  opacity: .5;
  background-image: url('../images/share-post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
}

.div-block-2 {
  opacity: .5;
  background-image: url('../images/pdf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-block-2 {
  opacity: .5;
  background-image: url('../images/share-post.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
}

.link_pdf {
  opacity: .5;
  background-image: url('../images/pdf.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.navlink_botao {
  color: #fff;
  height: auto;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  position: relative;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2" 150px
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3, .div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-5 {
  background-color: var(--pale-green);
  border-top-right-radius: 0;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 50%;
  padding: 20px 20px 0;
}

.div-block-6 {
  background-image: url('../images/DB4-36.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 50%;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 80%;
  height: 400px;
}

.div-block-7 {
  background-color: var(--02);
  background-image: linear-gradient(to bottom, var(--02), var(--moccasin));
  border-radius: 0 0 40px 40px;
  width: 100%;
  height: 50%;
  padding: 20px 20px 0;
}

.cell-2 {
  flex-direction: column;
  align-items: center;
}

.div-block-8 {
  background-image: url('../images/iStock-162324582.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 50%;
}

.e_07_texto_prenuncio_esq {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.text-span {
  text-align: right;
  font-weight: 900;
  text-decoration: none;
}

.e_07_texto_prenuncio_dir {
  color: var(--black);
  text-align: right;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.seta_esq {
  opacity: .5;
  background-image: url('../images/back-arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20%;
}

.seta_dir {
  opacity: .5;
  background-image: url('../images/back-arrow_1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20%;
  text-decoration: none;
}

.container-5 {
  justify-content: center;
  display: flex;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.e_08_titulo_box {
  color: var(--01);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 900;
}

.navegador_rodape {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 200px;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 40px 60px 60px 40px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-10 {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 40px;
  width: 100%;
  display: flex;
}

.link-block-6 {
  background-color: var(--pale-green);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 70%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.navegador_00_texto_avanca {
  background-color: var(--light-slate-grey);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_foto_avanca {
  background-image: url('../images/FEST-3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.link-block-9 {
  background-image: url('../images/DB4-36.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex: 1;
  align-self: auto;
  width: 50%;
}

.navegador_00_foto_volta {
  background-image: url('../images/COPERTINA-Novembre-2015MD_mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_01_texto_volta {
  background-color: var(--gainsboro-3);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.rodape_nov {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.nav_2011_1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.botao-voltar {
  background-color: #646464;
  border-radius: 40px;
  justify-content: center;
  align-self: center;
  width: 180px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.botao-voltar:hover {
  background-color: #333;
}

.botao-voltar:active {
  background-color: #000;
}

.link-block-12 {
  text-decoration: none;
}

.link-block-12.w--current {
  width: 100%;
  height: 100%;
}

.botao_voltar_texto {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.botao-avancar {
  background-color: #646464;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 180px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.botao-avancar:hover {
  background-color: #333;
}

.botao-avancar:active {
  background-color: #000;
}

.rodape_infos_01 {
  color: #414141;
  text-align: center;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.container-7 {
  background-color: var(--gainsboro);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  align-self: auto;
}

.navbar-base_01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--01);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 40px;
  display: flex;
}

.header_02 {
  background-image: linear-gradient(to bottom, var(--navajo-white-2), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_02_1 {
  background-image: url('../images/Cópia-de-iStock-1468262860_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.navbar-base_02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--02);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.container-8 {
  background-image: url('../images/iStock-1166368002.jpg');
  background-position: 50%;
  border-radius: 20px;
  height: 700px;
  margin-top: 20px;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-4 Area-2 Area"
                 "Area-3 Area-2 Area-5"
                 "Area-3 Area-2 Area-5"
                 "Area-6 Area-6 Area-5"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin-top: 20px;
  display: grid;
}

.flex-block {
  background-image: url('../images/iStock-950607434.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  justify-content: flex-end;
}

.div-block-11 {
  background-color: var(--cornflower-blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-self: center;
  width: 100%;
  height: 50%;
  padding: 20px 10px 10px 20px;
}

.e_sumario_tit {
  opacity: 1;
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
}

.link-block-13 {
  color: var(--black);
  text-decoration: none;
}

.e_sumario_texto {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sumario_foto_capa {
  background-color: #fff9;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.sumario_bloco1 {
  background-color: var(--gainsboro);
  background-image: linear-gradient(to right, #d9d9d9, var(--gainsboro-2));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  align-self: center;
  width: 100%;
  height: 30%;
  padding: 40px 20px 10px 30px;
}

.div-block-12 {
  background-image: url('../images/iStock-162324582.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 60%;
}

.sumario_foto1 {
  background-image: url('../images/iStock-1166368002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  width: 100%;
  height: 70%;
}

.sumario_bloco1b {
  background-color: #6cfffd00;
  background-image: linear-gradient(45deg, var(--01) 12%, #d9d9d9d6 85%);
  opacity: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 30%;
  padding: 20px;
}

.div-block-12-copy {
  background-image: url('../images/iStock-950607434.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 60%;
}

.container-10 {
  background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: flex-end;
  height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.container-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area-6 . ."
                 "Area-2 Area-3 Area-5"
                 "Area-2 Area-4 Area-5"
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 800px;
  display: grid;
}

.div-block-13 {
  background-image: url('../images/iStock-950607434.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70%;
}

.div-block-14 {
  background-color: var(--gainsboro);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 30%;
}

.e_sumario_tit_grande {
  opacity: 1;
  color: var(--black);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  text-decoration: none;
  transition: opacity .275s;
}

.e_sumario_texto_grande {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
}

.sumario_foto2 {
  background-image: url('../images/iStock-950607434.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  justify-content: flex-end;
  width: 100%;
  height: 70%;
}

.sumario_foto2b {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 70%;
}

.sumario_foto3 {
  background-image: url('../images/iStock-1042610306.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 70%;
}

.sumario_bloco2b {
  background-color: #ada19300;
  background-image: linear-gradient(270deg, var(--gainsboro), #ff4245);
  opacity: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: 35%;
  padding: 20px;
}

.link-block-14 {
  color: var(--black);
  width: 200%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.link-block-15 {
  color: var(--black);
  text-decoration: none;
}

.link-block-16 {
  text-decoration: none;
}

.sumario_foto4 {
  background-image: url('../images/iStock-162324582.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
  display: block;
}

.sumario_bloco3b {
  float: none;
  clear: none;
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--13), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
  position: static;
  inset: 0% auto auto 0%;
}

.link-block-17 {
  color: var(--black);
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area"
                 "Area-2 Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 800px;
  display: grid;
}

.div-block-15 {
  background-image: url('../images/iStock-1166368002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 70%;
}

.div-block-16 {
  background-color: var(--cornflower-blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 30%;
  padding: 20px;
}

.link-block-18 {
  width: 100%;
  height: 400px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--black);
}

.link-block-19 {
  background-image: url('../images/iStock-1166368002.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-block-20 {
  background-image: url('../images/iStock-162324582.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block-21 {
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.link-block-22 {
  background-image: url('../images/DB4-36.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block-24 {
  width: 100%;
  height: 100%;
}

.sumario_bloco4b {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--navajo-white-2) 21%, var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_foto5 {
  background-image: url('../images/DB4-36.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
}

.navbar-base_sumario {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.section-4 {
  flex-direction: column;
  height: 600px;
  display: flex;
}

.div-block-17 {
  flex: 0 auto;
  align-self: center;
  width: 50%;
}

.foto_sumario {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.container-13 {
  flex: 1;
}

.container-14 {
  flex: 1;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sumario_bloco5b {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--navajo-white) 84%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_foto6 {
  background-image: url('../images/1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
}

.container-16 {
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sumario_foto7 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
}

.sumario_foto8 {
  background-image: url('../images/3.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
}

.sumario_foto9 {
  background-image: url('../images/e456f6de-d079-4cb0-aaf3-9fe2f8df608b.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 60%;
}

.sumario_bloco6b {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--04) 26%, var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_bloco7b {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--13), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_bloco11b {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--05));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.body {
  background-color: #fff;
}

.link-block_02b {
  background-image: url('../images/Cópia-de-IMG_1018.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.e_sumario_tit_2 {
  opacity: 1;
  color: var(--black);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.e_sumario_texto_2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block-23-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_01b {
  background-image: url('../images/Cópia-de-MHT4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block_03b {
  background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_04b {
  background-image: url('../images/Cópia-de-iStock-1468262860.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_05b {
  background-image: url('../images/MM8.jpg');
  background-position: 35% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_06b {
  background-image: url('../images/comolo-e-bosco_093203.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_07b {
  background-image: url('../images/Cópia-de-iStock-499451017.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_08b {
  background-image: url('../images/Cópia-de-Imagem1ENCIS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 900;
}

.foto_01_2-copy {
  background-image: url('../images/iStock-657847684.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 900;
}

.container-17 {
  background-image: url('../images/iStock-1311671841.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 500px;
  margin-bottom: 40px;
}

.section-5 {
  margin-bottom: 40px;
}

.body-2, .rodap {
  height: 20px;
}

.navbar-base_03 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--03);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 40px;
  display: flex;
}

.header_03 {
  background-image: linear-gradient(to bottom, var(--03), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_03 {
  background-image: linear-gradient(#9186cc8c, #cdcdcd);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-13 {
  font-weight: 900;
}

.foto_03_1 {
  background-image: url('../images/008-2.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_03_2 {
  background-image: url('../images/Irmã-Nice3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_03_3 {
  background-image: url('../images/Irmã-Nice4.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 900;
}

.navbar-base_04 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--04);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_04 {
  background-image: linear-gradient(to bottom, var(--05), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_04 {
  background-image: linear-gradient(to bottom, var(--04), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  font-weight: 900;
}

.navbar-base_08 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--08);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_08 {
  background-image: linear-gradient(to bottom, var(--08), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_08 {
  background-image: linear-gradient(180deg, var(--08), var(--gainsboro));
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49 {
  font-weight: 900;
}

.foto_08_1 {
  background-image: url('../images/IMG_20220426_085245.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_08_2 {
  background-image: url('../images/iStock-881959374.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  padding-bottom: 10px;
  display: flex;
}

.foto_08_3 {
  background-image: url('../images/Procissão-em-Juazeiro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.box_foto_1 {
  background-image: url('../images/iStock-1311671841.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 500px;
  margin-bottom: 40px;
}

.foto_04_1 {
  background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_04_2 {
  background-image: url('../images/Cópia-de-iStock-1255903542.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.foto_04_3 {
  background-image: url('../images/Padre-Bene-2.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_10_1 {
  background-image: url('../images/kweb.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_10_2 {
  background-image: url('../images/Fra-Angelico-Annunciacao.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_10_3 {
  background-image: url('../images/iStock-1145033939.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.navbar-base_10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--10);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_10 {
  background-image: linear-gradient(to bottom, var(--10), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_10 {
  background-image: linear-gradient(to bottom, var(--10), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.box_10 {
  background-color: var(--cornflower-blue);
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--10));
  padding-top: 0;
}

.text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .italic-text {
  font-weight: 900;
}

.foto_11_1 {
  background-image: url('../images/Cópia-de-UPV---01.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_11_2 {
  background-image: url('../images/Phelipe-Sales-1_mobile.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_11_3 {
  background-image: url('../images/iStock-922742094.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.navbar-base_11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--11);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_11 {
  background-image: linear-gradient(to bottom, var(--11), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_11 {
  background-image: linear-gradient(180deg, var(--10), var(--gainsboro-3));
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64 {
  font-weight: 900;
}

.navbar-base_12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--12);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_12 {
  background-image: linear-gradient(to bottom, var(--12), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_12 {
  background-image: linear-gradient(to bottom, var(--12), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.box_12 {
  background-color: var(--cornflower-blue);
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--12));
  padding-top: 0;
}

.text-span-65, .text-span-66 {
  font-weight: 900;
}

.container_titulo_retranca {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73 {
  font-weight: 900;
}

.foto_12 {
  background-image: url('../images/Cópia-de-Imagem1ENCIS.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_12_2 {
  background-image: linear-gradient(0deg, #00000080, #fff0 15%), url('../images/iStock-987341428.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.foto_12_3 {
  background-image: url('../images/iStock-1488077113.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.text-span-74, .text-span-75, .text-span-76, .text-span-77, .text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83 {
  font-weight: 900;
}

.link-7 {
  color: var(--black);
  text-decoration: none;
}

.e_02_titulo_retranca {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.navbar-base_13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--violet-2);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.foto_13_1 {
  background-image: url('../images/Cópia-de-iStock-1362604106.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.header_13 {
  background-image: linear-gradient(to bottom, var(--violet-2), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_13_2 {
  background-image: url('../images/romaria_4.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.box_olho_13 {
  background-image: linear-gradient(to bottom, var(--violet-2), var(--gainsboro));
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.foto_13_3 {
  background-image: url('../images/iStock-1474798757.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-84, .text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90 {
  font-weight: 900;
}

.navbar-base_05 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--04);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_05 {
  background-image: linear-gradient(to bottom, var(--04), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_05_1 {
  background-image: url('../images/comolo-e-bosco_093203.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_05_2 {
  background-image: url('../images/Madre-Yvonne-inspetoria-mmazzarello.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.foto_05_3 {
  background-image: url('../images/iStock-1474798757.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-91, .text-span-92, .text-span-93 {
  font-weight: 900;
}

.box_olho_05 {
  background-image: linear-gradient(to bottom, var(--04), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-94, .text-span-95, .text-span-96, .text-span-97, .text-span-98, .text-span-99 {
  font-weight: 900;
}

.slider {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 600px;
}

.slide_05_1 {
  background-image: url('../images/IMG_2975.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_05_2 {
  background-image: url('../images/DSCN0460-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_05_3 {
  background-image: url('../images/Pe2.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_05_4 {
  background-image: url('../images/DSCN0613.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_05_5 {
  background-image: url('../images/DSCN0436.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.mask {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.navbar-base_07 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--khaki);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_07 {
  background-image: linear-gradient(to bottom, var(--khaki), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_07 {
  background-image: linear-gradient(to bottom, var(--khaki), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.foto_07_1 {
  background-image: url('../images/Cópia-de-ACSSA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_07_2 {
  background-image: url('../images/iStock-657847684.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-100, .text-span-101, .text-span-102, .text-span-103, .text-span-104, .text-span-105, .text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110 {
  font-weight: 900;
}

.slide_07_1 {
  background-image: url('../images/out.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07_2 {
  background-image: url('../images/e9ce06fd-1ffd-4e11-8a03-f891dcfce0e9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07_3 {
  background-image: url('../images/IMG_9392.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07_4 {
  background-image: url('../images/IMG_9394.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07_5 {
  background-image: url('../images/IMG_9393.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.slide, .slide_07_6 {
  background-image: url('../images/IMG_9390.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  background-color: #0000;
}

.slide_07b_1 {
  background-image: url('../images/IMG_9396.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07b_2 {
  background-image: url('../images/IMG_9376.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_3 {
  background-image: url('../images/IMG_9369.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_4 {
  background-image: url('../images/IMG_9385.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_5 {
  background-image: url('../images/IMG_9393.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.slide_07b_6 {
  background-image: url('../images/IMG_9390.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_09_1 {
  background-image: url('../images/53915183205_fcf7a8cfd3_o.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.navbar-base_09 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--09);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_09 {
  background-image: linear-gradient(to bottom, var(--09), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_09_2 {
  background-image: url('../images/iStock-1127542683.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.box_olho_09-jp {
  background-image: linear-gradient(to bottom, var(--09), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.foto_09_3 {
  background-image: url('../images/Maria-GAM-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-111 {
  font-weight: 900;
}

.text-span-112 {
  font-weight: 500;
}

.text-span-113, .text-span-114, .text-span-115 {
  font-weight: 900;
}

.text-span-116 {
  color: var(--09);
  font-weight: 900;
}

.link-8 {
  color: var(--black);
  text-decoration: none;
}

.text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123, .text-span-124 {
  font-weight: 900;
}

.slide_09_1 {
  background-image: url('../images/iStock-857404510.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_09_2 {
  background-image: url('../images/53087540721_90d8c14c91_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_3 {
  background-image: url('../images/53092761757_4a810cf54f_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_4 {
  background-image: url('../images/53086975542_3082578b4f_o.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_5 {
  background-image: url('../images/53090194802_3fa38289c0_o.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide_09_6 {
  background-image: url('../images/53091430697_4e46fe3c69_o.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_1 {
  background-image: url('../images/IMG-20160220-WA0027.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_09b_2 {
  background-image: url('../images/IMG-20160220-WA0031.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_3 {
  background-image: url('../images/IMG-20150315-WA0038.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_4 {
  background-image: url('../images/IMG_5139.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_5 {
  background-image: url('../images/20190602_153229.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide_09b_6 {
  background-image: url('../images/IMG_20150314_202614.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_08_1 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.39.18.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_08_2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.37.30.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_08_3 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.42.02.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_08_4 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.35.22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_08_5 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.36.31.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.slide_08_6 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2023-07-11-às-13.37.10.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-base_06 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--navajo-white);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_06 {
  background-image: linear-gradient(180deg, var(--navajo-white), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.foto_06_1 {
  background-image: url('../images/Cópia-de-DB3--12.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_06_2 {
  background-image: url('../images/MM7.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.box_olho_06 {
  background-image: linear-gradient(180deg, var(--navajo-white), var(--gainsboro-3));
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.foto_06_3 {
  background-image: url('../images/iStock-1474798757.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.navbar-base_02-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--02);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.box_olho_02 {
  background-image: linear-gradient(to bottom, var(--02), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-125, .text-span-126, .text-span-127, .text-span-128 {
  font-weight: 900;
}

.box_02 {
  background-color: var(--01);
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--02));
  height: auto;
  padding-top: 0;
}

.youtube {
  height: 600px;
}

.foto_01_1-copy {
  background-image: url('../images/2_x2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.sumario_bloco09b {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--05));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_09b {
  background-image: url('../images/Cópia-de-Ação-Social---Sandra-Sahd-e-colaboradores-da--Inspetoria-PIO-X.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_10b {
  background-image: url('../images/kweb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco8b {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--09), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_bloco10b {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--10), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_11b {
  background-image: url('../images/iStock-908025892_mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.link-block_12b {
  background-image: url('../images/Cópia-de-DB3--12.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco12b {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--11));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_13b {
  background-image: url('../images/IMG_20220426_085245.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco13b {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--03));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.cell-3 {
  background-color: #0000;
}

.foto_00_1 {
  background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009_1.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.header_00 {
  background-image: linear-gradient(to bottom, var(--gainsboro), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-span-129, .text-span-130, .text-span-131, .text-span-132, .text-span-133, .text-span-134, .text-span-135 {
  font-weight: 900;
}

.box_00 {
  background-color: var(--01);
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--light-slate-grey));
  padding-top: 66px;
}

.navbar-base_00 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro-3);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 40px;
  display: flex;
}

.link-block_00b {
  background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco0b {
  opacity: 1;
  background-color: #6cfffd00;
  background-image: linear-gradient(270deg, #d9d9d9cf 12%, #b0b0b0 85%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 30%;
  padding: 20px;
}

.container-84 {
  margin-top: 20px;
}

.image-7 {
  opacity: 1;
  background-color: #0000;
  border-radius: 20px 20px 0 0;
}

.div-block-84 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template: "Area Area-2" 24px
                 "Area-3 Area-4" 38px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.column-7 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-8 {
  height: 100%;
}

.text-span-136 {
  font-weight: 900;
}

.container-127 {
  background-image: linear-gradient(to top, #0000008c, #fff0 57%), url('../images/2401_capa.jpg');
  background-position: 0 0, 40% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 1024px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capa_titulo3 {
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 103px;
  font-weight: 900;
  line-height: 84px;
}

.button-21 {
  background-color: var(--light-steel-blue);
  color: var(--black);
  background-image: none;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40%;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
  display: flex;
}

.chamada2c {
  color: #fff;
  text-align: center;
  width: 78%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.capa_especial {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.bold-text-13 {
  opacity: 1;
  color: var(--branco);
  letter-spacing: -4px;
  -webkit-text-stroke-color: var(--aquamarine);
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 132px;
  font-weight: 900;
  line-height: 132px;
  display: block;
}

.bold-text-14 {
  opacity: 1;
  color: var(--aquamarine);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
  display: block;
}

.foto_01_3b {
  background-image: url('../images/LOGO.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.text-span-137 {
  font-weight: 900;
}

.image-8 {
  border-bottom-right-radius: 20px;
}

.text-span-138, .text-span-139, .text-span-140, .text-span-141, .text-span-142, .text-span-143, .text-span-144, .text-span-145, .text-span-146 {
  font-weight: 900;
}

.text-span-147 {
  color: var(--green-yellow);
  font-weight: 900;
}

.link-9 {
  text-decoration: none;
}

.slide_06_1 {
  background-image: url('../images/alunos-1900.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_06_2 {
  background-image: url('../images/Estudantes-Maiores-1890.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06_3 {
  background-image: url('../images/Estudantes-Menores-1890.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06_4 {
  background-image: url('../images/Aprendizes-das-Escolas-Profissionais-1890.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06_5 {
  background-image: url('../images/Estudantes-Maiores-1890.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.slide_06_6 {
  background-image: url('../images/Banda-Santa-Rosa.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06b_1 {
  background-image: url('../images/Colegio-Santa-Rosa-2001B.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_06b_2 {
  background-image: url('../images/colegio-2001-A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06b_3 {
  background-image: url('../images/Parte-superior-do-Colegio-Santa-Rosa-1888.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06b_4 {
  background-image: url('../images/Parte-inferior-do-Colegio-Santa-Rosa-1890.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06b_5 {
  background-image: url('../images/Colegio-Santa-Rosa-1907.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide_06b_6 {
  background-image: url('../images/Colegio-Santa-Rosa-1883.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06c_1 {
  background-image: url('../images/Peregrinacao-ao-Monumento-1902.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_06c_2 {
  background-image: url('../images/Construcao-do-Santuario-de-N-S-Auxiliadora-1908.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06c_3 {
  background-image: url('../images/peregrinacao-1903.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06c_4 {
  background-color: #000;
  background-image: url('../images/Monumento-1900.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06c_5 {
  background-color: #000;
  background-image: url('../images/basilica-2008.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06c_6 {
  background-image: url('../images/Colegio-Santa-Rosa-1883.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_06d_1 {
  background-color: #000;
  background-image: url('../images/1892-primeiras-Filhas-de-Maria-Imaculada_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_06d_2 {
  background-color: #000;
  background-image: url('../images/Missão-SDB-entre-os-bororos-1911-Rondon-e-Padre-Antonio-Malan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06d_3 {
  background-color: #000;
  background-image: url('../images/1895.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06d_4 {
  background-color: #000;
  background-image: url('../images/Largo-Coração-de-Jesus.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06_1-copy {
  background-image: url('../images/alunos-1900.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_06d_6 {
  background-color: #000;
  background-image: url('../images/1925_internas.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide_06d_5 {
  background-color: #000;
  background-image: url('../images/Primeiro-grupos-de-índios-Bororo-da-Colonia-do-Sagrado-Coraçao-de-Jesus.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-148 {
  text-align: left;
}

.editorial_autor {
  color: var(--black);
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.navegador_01_foto_volta {
  background-image: url('../images/person-with-open-arms_low.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_01_texto_avanca {
  background-color: var(--navajo-white-2);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_01_foto_avanca {
  background-image: url('../images/sonho-nove-anos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_02_foto_volta {
  background-image: url('../images/RM-Cardeal-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_02_texto_volta {
  background-color: var(--cornflower-blue);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_02_texto_avanca {
  background-color: var(--04);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_02_texto_avanca.w--current {
  background-color: var(--03);
}

.navegador_02_foto_avanca {
  background-image: url('../images/Padre-Gildasio-Mendes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_02_foto_avanca.w--current {
  background-image: url('../images/Irmã-Nice1.jpg');
  background-size: cover;
}

.navegador_03_foto_volta {
  background-image: url('../images/EXPO-MOSB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_03_texto_volta {
  background-color: var(--khaki);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_03_texto_avanca {
  background-color: var(--09);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_03_foto_avanca {
  background-image: url('../images/iStock-1354641415-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_04_foto_volta {
  background-image: url('../images/bs_2311_edebe.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_04_texto_volta {
  background-color: var(--gainsboro);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_04_texto_avanca {
  background-color: var(--03);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_04_texto_avanca.w--current {
  background-color: var(--05);
}

.navegador_04_foto_avanca {
  background-image: url('../images/iStock-1204387524.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_04_foto_avanca.w--current {
  background-image: url('../images/Pe-Bartolomeo-Giaccaria_02.jpg');
}

.navegador_05_foto_volta {
  background-image: url('../images/sonho-nove-anos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_05_texto_volta {
  background-color: var(--navajo-white-2);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_05_texto_avanca {
  background-color: var(--light-slate-grey);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_05_texto_avanca.w--current {
  background-color: var(--navajo-white);
}

.navegador_05_foto_avanca {
  background-image: url('../images/2401_edebe.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_05_foto_avanca.w--current {
  background-image: url('../images/Capturar.JPG');
}

.navegador_06_foto_volta {
  background-image: url('../images/2401_edebe.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_06_texto_volta {
  background-color: var(--gainsboro);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_06_texto_avanca {
  background-color: var(--khaki);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_06_texto_avanca.w--current {
  background-color: var(--navajo-white);
}

.navegador_06_foto_avanca {
  background-image: url('../images/EXPO-MOSB.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_06_foto_avanca.w--current {
  background-image: url('../images/Capturar.JPG');
}

.navbar-base_pub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-slate-grey);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 40px;
  display: flex;
}

.foto_pub_01 {
  background-color: var(--gainsboro-3);
  background-image: url('../images/2505_RSE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.navegador_00_pub1_volta {
  background-image: url('../images/iStock-1354641415-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_00_pub1_texto_volta {
  background-color: var(--09);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_pub1_avanca {
  background-image: url('../images/Celebração-80-anos-da-Romaria-Salesiana-Nordeste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_00_pub1_texto_avanca {
  background-color: var(--08);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.acesse_publicidade {
  height: auto;
  margin-bottom: 60px;
}

.link_publicidades {
  opacity: .5;
  background-image: url('../images/link.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.link-10 {
  color: #474747;
  text-decoration: none;
}

.foto_pub_02 {
  background-color: var(--gainsboro-3);
  background-image: url('../images/2407_UPV.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.foto_pub_03 {
  background-color: var(--gainsboro-3);
  background-image: url('../images/Digital.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.navegador_07_foto_volta {
  background-image: url('../images/02_FEBBRAIO_Cosimo_Musio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_07_texto_volta {
  background-color: var(--navajo-white);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_07_texto_avanca {
  background-color: var(--03);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_07_texto_avanca.w--current {
  background-color: var(--navajo-white);
}

.navegador_07_foto_avanca {
  background-image: url('../images/iStock-1154035422.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_07_foto_avanca.w--current {
  background-image: url('../images/Capturar.JPG');
}

.navegador_08_foto_volta {
  background-image: url('../images/iStock-1354641415-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_08_texto_volta {
  background-color: var(--09);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_08_texto_avanca {
  background-color: var(--12);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_08_texto_avanca.w--current {
  background-color: var(--09);
}

.navegador_08_foto_avanca {
  background-image: url('../images/DON-BOSCO-MENDING-SHOES.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_08_foto_avanca.w--current {
  background-image: url('../images/IMG-20170827-WA0001.jpg');
}

.navegador_09_foto_volta {
  background-image: url('../images/iStock-1154035422.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_09_texto_volta {
  background-color: var(--03);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_10_texto_avanca {
  background-color: var(--gainsboro);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_10_foto_avanca {
  background-image: url('../images/bs_2311_rsb.JPG');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_00_pub02_volta {
  background-image: url('../images/IMG_6069.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_00_pub02_imagem_volta {
  background-color: var(--10);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_pub02_texto_avanca {
  background-color: var(--violet-2);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_pub02_imagem_avanca {
  background-image: url('../images/COPERTINA-Novembre-2015MD_mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_10_foto_volta {
  background-image: url('../images/Dia-de-Doar-UPV-2023-na-Casa-Mamãe-Margarida-de-Manaus-AM-Rede-Salesiana-Brasil-RSB-capa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_10_foto_volta.w--current {
  background-image: url('../images/iStock-1092303554.jpg');
  background-position: 50%;
}

.navegador_10_texto_volta {
  background-color: var(--11);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_10_texto_volta.w--current {
  background-color: var(--05);
}

.navegador_10b_texto_avanca {
  background-color: var(--gainsboro);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_10b_foto_avanca {
  background-image: url('../images/bs_2311_upv.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_pub03_foto_volta {
  background-image: url('../images/Padre-Gildasio-Mendes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_pub03_texto_volta {
  background-color: var(--04);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_pub03_texto_avanca {
  background-color: var(--navajo-white);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_pub03_foto_avanca {
  background-image: url('../images/02_FEBBRAIO_Cosimo_Musio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_12_foto_volta {
  background-image: url('../images/Celebração-80-anos-da-Romaria-Salesiana-Nordeste.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_12_texto_volta {
  background-color: var(--08);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_12_texto_avanca {
  background-color: var(--11);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_12_foto_avanca {
  background-image: url('../images/Dia-de-Doar-UPV-2023-na-Casa-Mamãe-Margarida-de-Manaus-AM-Rede-Salesiana-Brasil-RSB-capa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_13_foto_volta {
  background-image: url('../images/bs_2311_upv.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_13_texto_volta {
  background-color: var(--light-slate-grey);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_13_texto_avanca {
  background-color: var(--light-slate-grey);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_13_texto_avanca.w--current {
  background-color: var(--light-slate-grey);
}

.navegador_13_foto_avanca {
  background-color: var(--gainsboro-3);
  background-image: url('../images/Inspetoras-FMAc.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_13_foto_avanca.w--current {
  background-image: url('../images/istockphoto-1188856717-1024x1024_c.jpg');
}

.navegador_11_texto_avanca {
  background-color: var(--10);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_11_texto_avanca.w--current {
  background-color: var(--light-slate-grey);
}

.navegador_11_texto_volta {
  background-color: var(--12);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_11_foto_volta {
  background-image: url('../images/DON-BOSCO-MENDING-SHOES.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_11_foto_avanca {
  background-image: url('../images/c039.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_11_foto_avanca.w--current {
  background-image: url('../images/Anúncio-Boletim-Salesiano_DIGITAL-ago_2023-1.jpg');
}

.header_capa {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.navbar-base_capa {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gainsboro-3);
  opacity: 1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 40px;
  display: flex;
}

.navegador_00_texto_volta {
  background-color: var(--violet-2);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.text-span-149, .text-span-150, .text-span-151, .text-span-152, .text-span-153, .text-span-154, .text-span-155, .text-span-156, .text-span-157, .text-span-158, .text-span-159, .text-span-160, .text-span-161, .text-span-162 {
  font-weight: 900;
}

.box_reitor {
  background-color: var(--01);
  background-image: linear-gradient(to top, #070707ad, #0006 64%), url('../images/Padre-Angel-Fernandez-Artime-oficial_web2.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  display: flex;
}

.link-11 {
  color: var(--01);
  text-decoration: none;
}

.text-span-163, .text-span-164, .text-span-165, .text-span-166, .text-span-167, .text-span-168, .text-span-169, .text-span-170, .text-span-171 {
  font-weight: 900;
}

.foto_09_1-copy {
  background-image: url('../images/53087539491_45f0ee67c1_o.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.e_08_titulo_box-2 {
  color: #000;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.paragrafo_principal-2 {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.box_01-2 {
  background-color: #a3ebff;
  background-image: linear-gradient(#d9d9d9, #a3ebff);
  padding-top: 0;
}

.box_02_1 {
  background-color: #a3ebff;
  background-image: linear-gradient(#d9d9d9, #d5b1ff);
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-172 {
  font-weight: 900;
}

.box_2_foto_1 {
  background-image: url('../images/Mailla-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
  margin-top: 0;
  margin-bottom: 40px;
}

.box_2_foto_2 {
  background-image: url('../images/Otelo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.box_2_foto_3 {
  background-image: url('../images/Mailla-2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.box_02_2 {
  background-color: #a3ebff;
  background-image: linear-gradient(#d9d9d9, #d5b1ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.box_2b_foto_1 {
  background-image: url('../images/Fausto-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 40px;
}

.box_2b_foto_2 {
  background-image: url('../images/Fausto-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.box_2b_foto_3 {
  background-image: url('../images/Pedro-Borin-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.text-span-173, .text-span-174, .text-span-175, .text-span-176 {
  font-weight: 900;
}

.box_2b_foto_4 {
  background-image: url('../images/Maria-GAM-3.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.text-span-177 {
  font-weight: 900;
}

.box_2b_foto_5 {
  background-image: url('../images/Anita-1.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.text-span-178 {
  font-weight: 900;
}

.box_2b_foto_6 {
  background-image: url('../images/Pedro-Giovanni-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-bottom: 10px;
}

.text-span-179 {
  font-weight: 900;
}

.foto_09_2-copy {
  background-image: url('../images/Mailla-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.navbar-base_03b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  background-color: #9186ccd9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.text-span-180, .text-span-181, .text-span-182 {
  font-weight: 900;
}

.text-span-183 {
  font-style: italic;
  font-weight: 900;
}

.text-span-184, .text-span-185, .text-span-186, .text-span-187 {
  font-weight: 900;
}

.box_olho_09-copy {
  background-image: linear-gradient(to bottom, var(--09), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.box_olho_04b {
  background-image: linear-gradient(to bottom, var(--03), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-188, .text-span-189, .text-span-190, .text-span-191, .text-span-192, .text-span-193, .text-span-194, .text-span-195, .text-span-196, .text-span-197, .text-span-198, .text-span-199 {
  font-weight: 900;
}

.foto_05_3b {
  background-image: url('../images/Digitalizar0004.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.box_05_1 {
  background-color: #a3ebff;
  background-image: linear-gradient(to bottom, #d9d9d9, var(--04));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-span-200, .text-span-201, .text-span-202 {
  font-weight: 900;
}

.foto_05_4 {
  background-image: url('../images/Digitalizar0001_wide.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_05_5 {
  background-image: url('../images/Digitalizar0004.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-203, .text-span-204, .text-span-205, .text-span-206 {
  font-weight: 900;
}

.link-12, .link-13 {
  color: #000;
  text-decoration: none;
}

.text-span-207, .text-span-208, .text-span-209, .text-span-210, .text-span-211, .text-span-212, .text-span-213, .text-span-214, .text-span-215, .text-span-216, .text-span-217, .text-span-218 {
  font-weight: 900;
}

.slider-2 {
  background-color: #ddd0;
  border-radius: 20px;
  height: auto;
}

.slide-1 {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-128 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900.012px;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.slideshow_legenda {
  background-color: var(--12);
  color: var(--gainsboro-3);
  text-align: left;
  background-image: none;
  border-radius: 0;
  height: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}

.section-6 {
  height: auto;
}

.mask-2 {
  border-radius: 20px;
}

.text-span-219 {
  color: var(--khaki);
  font-size: 14px;
  font-weight: 900;
}

.slide-2 {
  background-color: #0000;
  background-image: url('../images/JMS-vitória.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-3 {
  background-color: #0000;
  background-image: url('../images/dia-missionário-salesiano-nordeste.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-4 {
  background-color: #0000;
  background-image: url('../images/Expedição-missionária.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-5 {
  background-color: #0000;
  background-image: url('../images/Voluntariado-missionário-unisalesiano.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-6 {
  background-color: #0000;
  background-image: url('../images/Voluntariado-matriz-de-camaragibe.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-7 {
  background-color: #0000;
  background-image: url('../images/colônia-de-férias-cidade-dom-bosco.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-220, .text-span-221, .text-span-222, .text-span-223, .text-span-224, .text-span-225 {
  font-weight: 900;
}

.box_08 {
  background-color: var(--01);
  background-image: linear-gradient(to bottom, var(--08), #b0b0b0b3);
  flex-direction: column;
  justify-content: center;
  height: 500px;
  padding-top: 0;
  display: flex;
}

.link_box_08 {
  color: var(--black);
  text-decoration: none;
}

.foto_09b_1 {
  background-image: url('../images/iStock-908025892.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_09b_2 {
  background-image: url('../images/iStock-688862196.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.header_09b {
  background-image: linear-gradient(to bottom, var(--05), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.navbar-base_09b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--05);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.box_olho_09b {
  background-image: linear-gradient(to bottom, var(--05), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-226, .text-span-227, .text-span-228, .text-span-229, .text-span-230 {
  font-weight: 900;
}

.box_09_1 {
  background-color: #a3ebff;
  background-image: linear-gradient(to bottom, #d9d9d9, var(--05));
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-span-231, .text-span-232 {
  font-weight: 900;
}

.link-14 {
  color: var(--black);
  text-decoration: none;
}

.text-span-233 {
  font-weight: 900;
}

.foto_09b_3 {
  background-image: url('../images/LOGO-PORTOGHESE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.text-span-234, .text-span-235, .text-span-236, .text-span-237, .text-span-238, .text-span-239, .text-span-240, .text-span-241, .text-span-242 {
  font-weight: 900;
}

.text-span-243 {
  color: #bc0003;
}

.intertitulo_membiograficas {
  color: var(--10);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-span-244, .text-span-245, .text-span-246, .text-span-247, .text-span-248 {
  font-weight: 900;
}

.container-145 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.upv_pix {
  color: var(--11);
  text-align: left;
  width: 39%;
  margin-right: 27px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 60px;
}

.div-block-87 {
  background-image: url('../images/QR-code-UPV_Pix.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
}

.text-span-249 {
  color: var(--11);
  font-weight: 900;
}

.text-span-250 {
  font-weight: 900;
}

.box_olho_12b {
  background-image: linear-gradient(180deg, var(--12), var(--gainsboro));
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-251, .text-span-252, .text-span-253, .text-span-254, .text-span-255, .text-span-256, .text-span-257, .text-span-258, .text-span-259, .text-span-260, .text-span-261, .text-span-262, .text-span-263, .text-span-264, .text-span-265, .text-span-266, .text-span-267, .text-span-268, .text-span-269, .text-span-270, .text-span-271 {
  font-weight: 900;
}

.paragrafo_autor_opiniao {
  color: var(--black);
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px 300px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.foto_14_1 {
  background-image: url('../images/Cópia-de-Maria-Troncatti.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-272, .text-span-273, .text-span-274 {
  font-weight: 900;
}

.foto_14_2 {
  background-image: url('../images/Cópia-de-Congresso-Missionário.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-275, .text-span-276, .text-span-277 {
  font-weight: 900;
}

.header_14 {
  background-image: linear-gradient(to bottom, var(--gainsboro), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.header_14b {
  background-image: linear-gradient(to bottom, var(--gainsboro), #fff 45%);
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.foto_14_3 {
  background-image: url('../images/Cópia-de-Boscofood.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-278, .text-span-279, .text-span-280, .text-span-281 {
  font-weight: 900;
}

.foto_14_4 {
  background-image: url('../images/Papa-Francisco-Sagrado-Coração.jpg'), linear-gradient(#00000038, #00000038);
  background-position: 50% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-282, .text-span-283, .text-span-284, .text-span-285 {
  font-weight: 900;
}

.foto_14_5 {
  background-image: url('../images/Cópia-de-iStock-1063703340.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-286, .text-span-287, .text-span-288, .text-span-289 {
  font-weight: 900;
}

.foto_14_6 {
  background-image: url('../images/Expedição-missionária-155.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-290, .text-span-291, .text-span-292, .text-span-293 {
  font-weight: 900;
}

.foto_15_1 {
  background-image: url('../images/Cópia-de-2025-06-09-Visita-Bióloga-Escritora---INF-2-36.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_15_2 {
  background-image: url('../images/Cópia-de-Vigila-jovem-2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.foto_15_3 {
  background-image: url('../images/Cópia-de-Padre-Cicero.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_15_4 {
  background-image: url('../images/Cópia-de-Nutrição-Unisales.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_15_5 {
  background-image: url('../images/Cópia-de-Jubileu-Ponta-Grossa.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_15_6 {
  background-image: url('../images/Cópia-de-Experiência-Mornesina.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-294, .text-span-295, .text-span-296, .text-span-297, .text-span-298, .text-span-299, .text-span-300, .text-span-301, .text-span-302, .text-span-303, .text-span-304, .text-span-305, .italic-text-2, .text-span-306, .text-span-307, .text-span-308, .text-span-309, .text-span-310, .text-span-311, .text-span-312, .text-span-313 {
  font-weight: 900;
}

.foto_15_7 {
  background-image: url('../images/Padre-Tarcizio-lançamento-do-livro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-314 {
  text-align: left;
  font-weight: 900;
}

.text-span-315, .text-span-316 {
  font-weight: 900;
}

.foto_15_8 {
  background-image: url('../images/Formação-Nautas.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-317, .text-span-318 {
  font-weight: 900;
}

.foto_15_9 {
  background-image: url('../images/Padre-João-Marcos.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-319, .text-span-320, .text-span-321 {
  font-weight: 900;
}

.e_08_titulo_box_editorial {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.text-span-322, .text-span-323, .text-span-324, .text-span-325, .text-span-326, .text-span-327, .text-span-328, .text-span-329 {
  font-weight: 900;
}

.link-block_14 {
  background-image: url('../images/Cópia-de-iStock-1362604106.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco14 {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--violet-2));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_15 {
  background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template: "Area Area-2" 24px
                 "Area-3 Area-4" 38px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.text-span-330 {
  color: var(--branco);
  letter-spacing: -1px;
  height: 24.4444px;
  font-weight: 500;
}

.text-span-330-copy {
  color: var(--branco);
  font-weight: 900;
}

.bold-text-13-copy {
  opacity: 1;
  color: #58ffcd;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 59px;
  display: block;
}

.bold-text-13-copy-copy {
  opacity: 1;
  color: var(--branco);
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 59px;
  display: block;
}

.div-block-89 {
  background-image: url('../images/AMJ-sul.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 450px;
}

.container-146 {
  height: auto;
}

.link-15 {
  text-decoration: none;
}

.slider-3 {
  background-color: #ddd0;
  height: 640px;
}

.slide_fotos1 {
  background-image: url('../images/AMJ-sul.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide-8 {
  height: auto;
  padding-bottom: 0;
}

.mask-3 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: auto;
}

.slide-nav-3 {
  background-color: var(--dark-slate-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.container-147 {
  flex-flow: column;
  justify-content: center;
  height: 600px;
  padding-bottom: 0;
  display: flex;
}

.text-span-331 {
  color: var(--khaki);
}

.slide_fotos2 {
  background-image: url('../images/JMS-vitória.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide_fotos3 {
  background-image: url('../images/dia-missionário-salesiano-nordeste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide_fotos4 {
  background-image: url('../images/Expedição-missionária.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide_fotos5 {
  background-image: url('../images/Voluntariado-missionário-unisalesiano.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide_fotos6 {
  background-image: url('../images/Voluntariado-matriz-de-camaragibe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.slide_fotos7, .slide_fotos8 {
  background-image: url('../images/colônia-de-férias-cidade-dom-bosco.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 450px;
}

.navegador_00_foto_volta-copy {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_00_foto_volta-copy:hover {
  background-image: url('../images/capa_2311_5.jpg');
  background-position: 50%;
}

.navegador_00_foto_volta-copy {
  background-image: url('../images/Inspetoras-FMAc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_00_texto_volta-copy {
  background-color: var(--light-slate-grey);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_texto_avanca-copy {
  background-color: var(--light-steel-blue);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_texto_avanca-copy.w--current, .navegador_00_texto_avanca-copy.w--current:hover {
  background-color: var(--light-steel-blue);
}

.navegador_00_foto_avanca-copy {
  background-image: url('../images/2401_sumario.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.navegador_00_foto_avanca-copy.w--current, .navegador_00_foto_avanca-copy.w--current:active {
  background-image: url('../images/2401_sumario.jpg');
}

.navegador_00_texto_avanca-copy-copy {
  background-color: var(--01);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.navegador_00_foto_avanca-copy-copy {
  background-image: url('../images/RM-Cardeal-2.jpg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.rodape_infos_01-2 {
  color: #414141;
  text-align: center;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.link-16 {
  color: #333;
  text-decoration: none;
}

.text-span-332, .text-span-333, .text-span-334, .text-span-335, .text-span-336, .text-span-337, .text-span-338, .text-span-339, .text-span-340, .text-span-341, .text-span-342, .text-span-343, .text-span-344, .text-span-345 {
  font-weight: 900;
}

.foto_02_1-copy {
  background-image: url('../images/53224675516_4b6a576a23_o.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_02_2b {
  background-image: url('../images/01_GENNAIO_Cosimo_Musio.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_02_3 {
  background-image: url('../images/pt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.slider-4 {
  border-radius: 20px;
  height: 600px;
  margin-bottom: 0;
}

.mask-4 {
  background-color: #000;
  border-radius: 20px;
}

.slide_09_1-2 {
  background-image: url('../images/53223806937_42b7785bea_o_mobile.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_09_2-2 {
  background-image: url('../images/53224682846_9774b8d364_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_3-2 {
  background-image: url('../images/53224987913_e3658e07a0_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_4b {
  background-image: url('../images/IMG_7795.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-4 {
  background-color: #0000;
}

.text-span-346, .text-span-347, .text-span-348, .text-span-349, .text-span-350, .text-span-351, .text-span-352, .text-span-353, .text-span-354, .text-span-355, .text-span-356, .text-span-357, .text-span-358, .text-span-359, .text-span-360, .text-span-361, .text-span-362, .text-span-363, .text-span-364, .text-span-365 {
  font-weight: 900;
}

.foto_03_2b {
  background-image: url('../images/Sínodo-foto-Vatican-Media.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  margin-bottom: 0;
  display: flex;
}

.text-span-366, .text-span-367, .text-span-368, .text-span-369, .text-span-370, .text-span-371 {
  font-weight: 900;
}

.italic-text-3 {
  font-style: italic;
  font-weight: 900;
}

.text-span-372, .text-span-373, .text-span-374, .text-span-375, .text-span-376 {
  font-weight: 900;
}

.text-span-377 {
  font-style: italic;
  font-weight: 900;
}

.text-span-378, .text-span-379, .text-span-380, .text-span-381, .text-span-382, .text-span-383, .text-span-384, .text-span-385, .text-span-386, .text-span-387, .text-span-388, .text-span-389, .text-span-390, .text-span-391 {
  font-weight: 900;
}

.box_02_1-2 {
  background-color: #a3ebff;
  background-image: linear-gradient(#d9d9d9, #ffea2c);
  padding-top: 40px;
  padding-bottom: 60px;
}

.container_titulo-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.e_08_titulo_box-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.paragrafo_principal-3 {
  color: #000;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.intertitulos-2 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-span-392, .text-span-393, .text-span-394, .text-span-395 {
  font-weight: 900;
}

.foto_09_2-2 {
  background-image: url('../images/Mailla-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_06_2b {
  background-image: url('../images/P-Mario-Quilici.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.foto_06_2c {
  background-image: url('../images/Otelo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.text-span-396, .text-span-397, .text-span-398, .text-span-399, .text-span-400, .text-span-401, .text-span-402 {
  font-weight: 900;
}

.text-span-403 {
  color: var(--black);
  font-weight: 900;
  text-decoration: none;
}

.link-17 {
  text-decoration: none;
}

.text-span-404 {
  color: var(--black);
  font-weight: 900;
}

.link-18 {
  text-decoration: none;
}

.text-span-405 {
  color: var(--black);
  font-weight: 900;
  text-decoration: none;
}

.link-19 {
  text-decoration: none;
}

.text-span-406, .text-span-407, .text-span-408, .text-span-409, .text-span-410, .text-span-411, .text-span-412, .text-span-413, .text-span-414, .text-span-415, .text-span-416, .text-span-417, .text-span-418, .text-span-419, .text-span-420, .text-span-421, .text-span-422, .text-span-423, .text-span-424, .text-span-425, .text-span-426, .text-span-427, .text-span-428, .text-span-429, .text-span-430, .text-span-431, .text-span-432, .text-span-433, .text-span-434, .text-span-435, .text-span-436, .text-span-437, .text-span-438, .text-span-439, .text-span-440, .text-span-441, .text-span-442, .text-span-443, .text-span-444, .text-span-445, .text-span-446, .text-span-447, .text-span-448, .text-span-449, .text-span-450, .text-span-451, .text-span-452, .text-span-453, .text-span-454, .text-span-455, .text-span-456, .text-span-457, .text-span-458, .text-span-459, .text-span-460, .text-span-461, .text-span-462, .text-span-463 {
  font-weight: 900;
}

.text-span-464 {
  font-style: italic;
  font-weight: 900;
}

.text-span-465 {
  font-weight: 900;
}

.sumario_bloco11b-copy {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--11));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.sumario_bloco09c {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--capa2501));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.text-span-466, .text-span-467, .text-span-468, .text-span-469, .text-span-470, .text-span-471, .text-span-472, .text-span-473, .text-span-474, .text-span-475, .text-span-476, .text-span-477, .text-span-478, .text-span-479, .text-span-480, .text-span-481, .text-span-482, .text-span-483, .text-span-484, .text-span-485, .text-span-486, .text-span-487, .text-span-488, .text-span-489, .text-span-490, .text-span-491, .text-span-492, .text-span-493, .text-span-494, .text-span-495, .text-span-496, .text-span-497, .text-span-498, .text-span-499, .text-span-500, .text-span-501, .text-span-502, .text-span-503, .text-span-504, .text-span-505, .text-span-506, .text-span-507, .text-span-508, .text-span-509, .text-span-510, .text-span-511, .text-span-512, .text-span-513, .text-span-514, .text-span-515, .text-span-516, .text-span-517, .text-span-518, .text-span-519, .text-span-520, .text-span-521, .text-span-522, .text-span-523, .text-span-524, .text-span-525, .text-span-526, .text-span-527, .text-span-528, .text-span-529, .text-span-530, .text-span-531, .text-span-532, .text-span-533, .text-span-534, .text-span-535, .text-span-536, .text-span-537, .text-span-538, .text-span-539, .text-span-540, .text-span-541, .text-span-542, .text-span-543, .text-span-544, .text-span-545, .text-span-546, .text-span-547, .text-span-548 {
  font-weight: 900;
}

.text-span-549 {
  color: var(--branco);
}

.navegador_00_foto_volta-copy-copy {
  background-color: #000;
  background-image: url('../images/2401_sumario.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
  height: 100%;
  text-decoration: none;
}

.navegador_00_foto_volta-copy-copy:hover {
  background-image: url('../images/capa_2311_5.jpg');
  background-position: 50%;
}

.box_olho_11b {
  background-image: linear-gradient(to bottom, var(--11), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-5 {
  border-radius: 20px;
  height: 600px;
}

.mask-5 {
  background-color: #000;
  border-radius: 20px;
}

.slide_09_1-3 {
  background-image: url('../images/romaria_4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_09_2-3 {
  background-image: url('../images/romaria_5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_3-3 {
  background-image: url('../images/romaria_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link_audio {
  opacity: .5;
  background-image: url('../images/audio-speaker-on.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.credito {
  clear: none;
  opacity: .5;
  color: #bab8b8;
  text-align: center;
  margin-top: 535px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: static;
}

.sumario_bloco12c {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--navajo-white));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.container-3b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template: "Area Area-2" 85px
  / .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-550, .text-span-551, .text-span-552, .text-span-553, .text-span-554, .text-span-555, .text-span-556, .text-span-557, .text-span-558, .text-span-559, .text-span-560, .text-span-561, .text-span-562, .text-span-563, .text-span-564, .text-span-565, .text-span-566 {
  font-weight: 900;
}

.box_02b_1 {
  background-color: #a3ebff;
  background-image: linear-gradient(to bottom, var(--navajo-white-2), #d9d9d9 44%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-span-567, .text-span-568, .text-span-569, .text-span-570, .text-span-571 {
  font-weight: 900;
}

.text-span-572 {
  font-style: italic;
  font-weight: 500;
}

.text-span-573 {
  font-style: italic;
}

.text-span-574, .text-span-575, .text-span-576, .text-span-577, .text-span-578, .text-span-579, .text-span-580, .text-span-581 {
  font-weight: 900;
}

.link-20 {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.text-span-582, .text-span-583, .text-span-584, .text-span-585, .text-span-586, .text-span-587, .text-span-588, .text-span-589, .text-span-590, .text-span-591, .text-span-592, .text-span-593, .text-span-594 {
  font-weight: 900;
}

.foto_05b_3b {
  background-image: url('../images/Artefatos2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-595 {
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

.link-21 {
  color: #000;
  text-decoration: none;
}

.text-span-596, .text-span-597, .text-span-598, .text-span-599, .text-span-600, .text-span-601, .text-span-602, .text-span-603, .text-span-604, .text-span-605, .text-span-606, .text-span-607, .text-span-608, .text-span-609, .text-span-610, .text-span-611 {
  font-weight: 900;
}

.text-span-612 {
  font-style: italic;
  font-weight: 900;
}

.text-span-613, .text-span-614, .text-span-615, .text-span-616, .text-span-617, .text-span-618, .text-span-619, .text-span-620, .text-span-621, .text-span-622, .text-span-623, .text-span-624, .text-span-625, .text-span-626 {
  font-weight: 900;
}

.foto_08_4 {
  background-image: url('../images/Pentecostes-em-Ananindeua.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.sumario_bloco8c {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--khaki), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_08c {
  background-image: url('../images/Cópia-de-ACSSA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.foto_08_5 {
  background-image: url('../images/Logo-Sinodo-2023-768x489.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
}

.text-span-627, .text-span-628, .text-span-629, .text-span-630, .text-span-631, .text-span-632, .text-span-633 {
  font-weight: 900;
}

.box_09b_1 {
  background-color: #a3ebff;
  background-image: linear-gradient(to bottom, var(--12), #d9d9d9 44%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 0;
}

.text-span-634 {
  font-style: italic;
  font-weight: 900;
}

.text-span-635, .text-span-636, .text-span-637, .text-span-638, .text-span-639, .text-span-640, .text-span-641, .text-span-642, .text-span-643 {
  font-weight: 900;
}

.text-span-644 {
  color: var(--11);
  font-weight: 900;
}

.link-22 {
  color: var(--11);
  text-decoration: none;
}

.slide_03a_3d {
  background-image: url('../images/Santa-Rosa-Quentinhas-do-Bem-3.jpeg');
  background-position: 50% 30%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.slide_09_1-4 {
  background-image: url('../images/IMG_6736b.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_03a_3e {
  background-image: url('../images/Santa-Rosa-Quentinhas-do-Bem.jpeg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03a_3b {
  background-image: url('../images/IMG_6677.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-6 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 0;
}

.slider_03_2 {
  background-image: url('../images/Nigéria-1.jpg');
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.slide_03a_3a {
  background-image: url('../images/IMG_6445b.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03a_3c {
  background-image: url('../images/IMG_6223b.jpg');
  background-position: 50%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.section-7 {
  margin-top: 0;
}

.text-span-645, .text-span-646, .text-span-647, .text-span-648, .text-span-649, .text-span-650, .text-span-651, .text-span-652, .text-span-653, .text-span-654, .text-span-655, .text-span-656, .text-span-657, .text-span-658, .text-span-659, .text-span-660, .text-span-661, .text-span-662, .text-span-663, .text-span-664, .text-span-665, .text-span-666, .text-span-667, .text-span-668, .text-span-669, .text-span-670, .text-span-671, .text-span-672 {
  font-weight: 900;
}

.foto_14_6b {
  background-image: url('../images/Torneio-esportivo-Brasil-Bolivia.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-673, .text-span-674, .text-span-675, .text-span-676, .text-span-677, .text-span-678, .text-span-679, .text-span-680, .text-span-681, .text-span-682, .text-span-683, .text-span-684, .text-span-685, .text-span-686, .text-span-687, .text-span-688, .text-span-689, .text-span-690, .text-span-691, .text-span-692, .text-span-693, .text-span-694, .text-span-695, .text-span-696, .text-span-697, .text-span-698, .text-span-699, .text-span-700, .text-span-701, .text-span-702, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .text-span-703, .text-span-704, .text-span-705, .text-span-706, .text-span-707, .text-span-708 {
  font-weight: 900;
}

._2024_legenda_05_1 {
  background-color: var(--khaki);
  color: #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.foto_05b_4b {
  background-image: url('../images/Gabinete-.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

._2024_legenda_08_1 {
  background-color: var(--08);
  opacity: 0;
  color: #000;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: block;
}

.text-span-709 {
  font-weight: 900;
}

.link-23 {
  color: #000;
  text-decoration: none;
}

.text-span-710, .text-span-711, .text-span-712, .text-span-713, .text-span-714, .text-span-715, .text-span-716, .text-span-717, .text-span-718, .text-span-719, .text-span-720, .text-span-721, .text-span-722, .text-span-723, .text-span-724 {
  font-weight: 900;
}

.slider-6 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-7 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1 {
  background-image: url('../images/Cópia-de-Rio-Pardo-BAP.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a2 {
  background-image: url('../images/Cópia-de-Solidariedade-RS.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3 {
  background-image: url('../images/Cópia-de-Doações-sul-4.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4 {
  background-image: url('../images/Cópia-de-Doações-Sul.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a5 {
  background-image: url('../images/DSC_0332.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-725 {
  font-weight: 900;
}

.slide_02b_b1 {
  background-image: url('../images/IMG_1238-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_b2 {
  background-image: url('../images/IMG_1264.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_b3 {
  background-image: url('../images/20240311_090028.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_b4 {
  background-image: url('../images/IMG_1268.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_1006.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-726 {
  font-weight: 900;
}

.slide_02b_c1 {
  background-image: url('../images/IMG_1390.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_c2 {
  background-image: url('../images/IMG_1503.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_c3 {
  background-image: url('../images/IMG_1459.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_c4 {
  background-image: url('../images/IMG_1456.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_c5 {
  background-image: url('../images/IMG_1507.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-727 {
  font-weight: 900;
}

.slide_02b_d1 {
  background-image: url('../images/rm-casa-de-repouso-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_d2 {
  background-image: url('../images/rm-casa-de-repouso-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_d3 {
  background-image: url('../images/rm-casa-de-repouso-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_d4 {
  background-image: url('../images/rm-casa-de-repouso-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_d5 {
  background-image: url('../images/rm-jaboatão-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-728, .text-span-729 {
  font-weight: 900;
}

.slide_02b_e1 {
  background-image: url('../images/f29464745.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_e2 {
  background-image: url('../images/f30529475.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_e3 {
  background-image: url('../images/f30363800.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_e4 {
  background-image: url('../images/rm-casa-de-repouso-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_f1 {
  background-image: url('../images/rm-candeias-3.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_f2 {
  background-image: url('../images/Romaria-das-Candeias.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_f3 {
  background-image: url('../images/rm-candeias-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_f4 {
  background-image: url('../images/rm-candeias-4.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-730 {
  font-weight: 900;
}

.slide_02b_g1 {
  background-image: url('../images/rm-igreja-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_g2 {
  background-image: url('../images/rm-igreja-1.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_g3 {
  background-image: url('../images/rm-igreja-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_g4 {
  background-image: url('../images/rm-igreja-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-731 {
  font-weight: 900;
}

.slide_02b_h1 {
  background-image: url('../images/RM-Encontro-com-inspetores-2.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_h2 {
  background-image: url('../images/RM-Encontro-com-inspetores.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_h3 {
  background-image: url('../images/rm-igreja-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_h4 {
  background-image: url('../images/rm-igreja-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/rm-igreja-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-732 {
  font-weight: 900;
}

.slide_02b_i1 {
  background-image: url('../images/rm-encontrão-juvenil-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_i2 {
  background-image: url('../images/rm-encontrão-juvenil-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_i3 {
  background-image: url('../images/rm-encontrão-juvenil-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_i4 {
  background-image: url('../images/rm-encontrão-juvenil-4.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_i5 {
  background-image: url('../images/rm-igreja-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_j1 {
  background-image: url('../images/Profissões-perpétuas.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_j2 {
  background-image: url('../images/rm-profissões-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_j3 {
  background-image: url('../images/rm-profissões-2.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_j4 {
  background-image: url('../images/rm-encontrão-juvenil-4.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-733, .text-span-734, .text-span-735, .text-span-736, .text-span-737, .text-span-738, .text-span-739, .text-span-740, .text-span-741, .text-span-742, .text-span-743, .text-span-744, .text-span-745, .text-span-746, .text-span-747, .text-span-748, .text-span-749, .text-span-750, .text-span-751 {
  font-weight: 900;
}

.foto_04_2c {
  background-image: url('../images/Cópia-de-iStock-1421256654.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-752, .text-span-753, .text-span-754, .text-span-755, .text-span-756, .text-span-757, .text-span-758, .text-span-759, .text-span-760, .text-span-761, .text-span-762, .text-span-763, .text-span-764, .text-span-765, .text-span-766, .text-span-767, .text-span-768, .text-span-769, .text-span-770, .text-span-771, .text-span-772 {
  font-weight: 900;
}

.credito_istock {
  opacity: .74;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span-773, .text-span-774, .text-span-775, .text-span-776 {
  font-weight: 900;
}

.foto_02_1b {
  background-image: url('../images/53924080075_a7878c8d8b_o.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-777, .text-span-778, .text-span-779, .text-span-780, .text-span-781, .text-span-782, .text-span-783, .text-span-784, .text-span-785, .text-span-786, .text-span-787 {
  font-weight: 900;
}

.text-span-788, .text-span-789 {
  font-style: italic;
  font-weight: 900;
}

.text-span-790, .text-span-791, .text-span-792, .text-span-793, .text-span-794, .text-span-795, .text-span-796, .text-span-797, .text-span-798, .text-span-799, .text-span-800 {
  font-weight: 900;
}

.slider-7 {
  border-radius: 20px;
  height: 600px;
}

.mask-8 {
  background-color: #000;
  border-radius: 20px;
}

.slide_04b_a1 {
  background-image: url('../images/CG-29-encerramento-padre-attard_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07b_a2-copy {
  background-image: url('../images/Cópia-de-Alfabetização-digital-Xavante.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a3-copy {
  background-image: url('../images/Cópia-de-Imagem-do-WhatsApp-de-2025-01-20-às-17.21.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a4-copy {
  background-image: url('../images/IMG_8036.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a5 {
  background-image: url('../images/FB_IMG_1705813872867_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-801, .text-span-802, .text-span-803, .text-span-804, .text-span-805, .text-span-806, .text-span-807, .text-span-808, .text-span-809, .text-span-810, .text-span-811, .text-span-812, .text-span-813, .text-span-814, .text-span-815, .text-span-816, .text-span-817 {
  font-weight: 900;
}

.italic-text-4 {
  color: var(--marrom);
  font-weight: 800;
}

.text-span-818, .text-span-819, .text-span-820, .text-span-821, .text-span-822, .text-span-823, .text-span-824, .text-span-825, .text-span-826, .text-span-827, .text-span-828, .text-span-829, .text-span-830, .text-span-831, .text-span-832, .text-span-833, .text-span-834, .text-span-835, .text-span-836, .text-span-837, .text-span-838, .text-span-839, .text-span-840, .text-span-841, .text-span-842, .text-span-843, .text-span-844, .text-span-845, .text-span-846, .text-span-847, .text-span-848, .text-span-849, .text-span-850, .text-span-851, .text-span-852, .text-span-853, .text-span-854, .text-span-855, .text-span-856, .text-span-857, .text-span-858, .text-span-859, .text-span-860 {
  font-weight: 900;
}

.slider_07 {
  border-radius: 0;
  height: 600px;
  margin-top: 41px;
}

.mask-9 {
  background-color: #000;
  border-radius: 0;
}

.slider-8 {
  border-radius: 20px;
  height: 600px;
}

.slide_07b_a1 {
  background-image: url('../images/ENEM-Matemática.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.slide_07b_a2 {
  background-image: url('../images/ENEM-Redação.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a3 {
  background-image: url('../images/enem-Social.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-861, .text-span-862, .text-span-863, .text-span-864, .text-span-865, .text-span-866, .text-span-867, .text-span-868, .text-span-869, .text-span-870, .text-span-871, .text-span-872, .text-span-873, .text-span-874, .text-span-875, .text-span-876, .text-span-877, .text-span-878, .text-span-879, .text-span-880, .text-span-881, .text-span-882, .text-span-883, .text-span-884, .text-span-885, .text-span-886, .text-span-887, .text-span-888, .text-span-889, .text-span-890 {
  font-weight: 900;
}

.container-148 {
  background-color: var(--capa2503b);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 20px;
}

.image-9 {
  background-color: var(--capa2503b);
  background-image: linear-gradient(to bottom, var(--capa2503b), var(--capa2503b));
  opacity: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.column-9 {
  height: 100%;
}

.bold-text-22 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-stroke-color: #dfff50;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 140px;
  font-weight: 900;
  line-height: 120px;
  display: block;
}

.capa_especial-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0;
  font-weight: 900;
  line-height: 50px;
}

.bold-text-13-copy-copy-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 19px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: block;
}

.column-10 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.capa_titulo3-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 84px;
}

.button-22 {
  color: #fff;
  background-color: #b5ab87;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 40%;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 800;
  display: flex;
}

.image-10 {
  border-bottom-right-radius: 20px;
}

.container-149 {
  background-image: linear-gradient(0deg, #00000061, #fff0 61%), url('../images/Cópia-de-iStock-1765314214.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: 1024px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template-rows: 24px repeat(auto-fit, 60px);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  justify-items: center;
  width: 92%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.text-span-891 {
  color: #fff;
}

.text-span-330-copy-2 {
  color: #fff;
  font-weight: 900;
}

.text-span-892 {
  color: #fff;
  letter-spacing: -1px;
  width: 90%;
  height: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
}

.container-150 {
  grid-column-gap: 40px;
  grid-row-gap: 5px;
  border-radius: 20px;
  grid-template: "Area Area-2" 5px
                 "Area-3 Area-4" 180px
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: stretch stretch;
  display: grid;
}

.link_volta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.fotoback_0 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_0 {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-vai {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  text-decoration: none;
  display: flex;
}

.textofrente_0 {
  background-color: var(--01);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_0 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-MHT4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.section-8 {
  margin-bottom: 40px;
}

.textoback_1 {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotoback_1 {
  background-color: #e29595;
  background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192010.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textofrente_1 {
  background-color: var(--khaki);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_1 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-ACSSA-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_2 {
  background-color: #e29595;
  background-image: url('../images/kweb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_2 {
  background-color: var(--10);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_2 {
  background-color: var(--04);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_2 {
  background-color: #f0f6ac;
  background-image: url('../images/comolo-e-bosco_093203.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_3 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-iStock-1468262860.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_3 {
  background-color: var(--navajo-white-2);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_3 {
  text-align: right;
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_3 {
  background-color: #f0f6ac;
  background-image: url('../images/2505_RSE.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_4 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_4 {
  background-color: var(--aquamarine);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_4 {
  background-color: var(--11);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_4 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-UPV---01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_5 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-ACSSA-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_5 {
  background-color: var(--khaki);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_5 {
  background-color: var(--gainsboro);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_5 {
  background-color: #f0f6ac;
  background-image: url('../images/Digital.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_6 {
  background-color: #e29595;
  background-image: url('../images/Padre-Martoglio-4-ANS.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_6 {
  background-color: var(--01);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_6 {
  background-color: var(--navajo-white-2);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_6 {
  background-color: #f0f6ac;
  background-image: url('../images/iStock-1162961998.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_p1 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-IMG_1018.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_p1 {
  background-color: #ff4245;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_p1 {
  background-color: var(--aquamarine);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_p1 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_7 {
  background-color: #e29595;
  background-image: url('../images/2407_UPV.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_7 {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_7 {
  background-color: var(--capa2501);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_7 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-Selo-Social_b.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_8 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-MHT4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_8 {
  background-color: var(--01);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_8 {
  background-color: var(--08);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_8 {
  background-color: #f0f6ac;
  background-image: url('../images/IMG_20220426_085245.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_9 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-UPV---01.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_9 {
  background-color: var(--navajo-white_text);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_9 {
  background-color: var(--gainsboro);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_9 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-Pro-Rede-Pró-Rede-dá-início-às.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_p2 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-Ação-Social---Sandra-Sahd-e-colaboradores-da--Inspetoria-PIO-X.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_p2 {
  background-color: var(--12);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_p2 {
  background-color: var(--03);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_p2 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_10 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-DB3--12.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_10 {
  background-color: var(--navajo-white);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_10 {
  background-color: var(--capa2501);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_10 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-Ação-Social---Sandra-Sahd-e-colaboradores-da--Inspetoria-PIO-X.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_11 {
  background-color: #e29595;
  background-image: url('../images/Digital.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_11 {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_11 {
  background-color: var(--navajo-white-2);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_11 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-iStock-1468262860.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_p3 {
  background-color: #e29595;
  background-image: url('../images/IMG_20220426_085245.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_p3 {
  background-color: var(--08);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_p3 {
  background-color: var(--10);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_p3 {
  background-color: #f0f6ac;
  background-image: url('../images/kweb.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_12 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_12 {
  background-color: var(--03);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_12 {
  background-color: var(--gainsboro);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_12 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotoback_13 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-iStock-1362604106.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_13 {
  background-color: var(--violet-2);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_13 {
  background-color: var(--gainsboro);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_13 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-2025-06-09-Visita-Bióloga-Escritora---INF-2-36.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.fotofrente_14 {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.textofrente_14 {
  background-color: var(--gainsboro);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotoback_14 {
  background-color: #e29595;
  background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_14 {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-893, .text-span-894, .text-span-895, .text-span-896, .text-span-897, .text-span-898, .text-span-899, .text-span-900, .text-span-901, .text-span-902, .text-span-903, .text-span-904, .text-span-905, .text-span-906, .text-span-907, .text-span-908, .text-span-909, .text-span-910, .text-span-911, .text-span-912, .text-span-913 {
  font-weight: 900;
}

.container_box {
  background-image: linear-gradient(180deg, var(--01), var(--gainsboro));
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-9 {
  margin-bottom: 67px;
}

.text-span-914 {
  font-weight: 900;
}

.bold-text-23, .link-24 {
  text-decoration: none;
}

.text-span-915, .text-span-916, .text-span-917, .text-span-918, .text-span-919, .text-span-920, .text-span-921, .text-span-922, .text-span-923, .text-span-924, .text-span-925, .text-span-926, .text-span-927 {
  font-weight: 900;
}

.slide-11 {
  background-image: url('../images/Cópia-de-Doações-sul-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/IMG_1309.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/f30137386.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/f30184644.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-928, .text-span-929, .text-span-930, .text-span-931, .text-span-932, .text-span-933, .text-span-934, .text-span-935, .text-span-936, .text-span-937, .text-span-938, .text-span-939, .text-span-940 {
  font-weight: 900;
}

.slide_03b_a1 {
  background-image: url('../images/Madre-Chiara-chegada-são-gabriel-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_03b_a2 {
  background-image: url('../images/Madre-Chiara-chegada-são-gabriel-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_a3 {
  background-image: url('../images/Madre-Chiara-profissão-perpétua-3.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_a4 {
  background-image: url('../images/Madre-Chiara-profissão-perpétua-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_a5 {
  background-image: url('../images/Madre-Chiara-profissão-perpétua-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b1 {
  background-image: url('../images/Madre-Chiara-ilha-2.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_03b_b2 {
  background-image: url('../images/Madre-Chiara-profissão-perpétua-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b3 {
  background-image: url('../images/Madre-Chiara-chegada-são-gabriel-3.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b4 {
  background-image: url('../images/Madre-Chiara-ilha-3.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_03b_b5 {
  background-image: url('../images/Madre-Chiara-profissão-perpétua-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-941, .text-span-942, .text-span-943 {
  font-weight: 900;
}

.container_box_04 {
  background-image: linear-gradient(180deg, var(--04), var(--gainsboro));
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-span-944, .text-span-945, .text-span-946, .text-span-947, .text-span-948, .text-span-949, .text-span-950, .text-span-951, .text-span-952, .text-span-953, .text-span-954, .text-span-955, .text-span-956, .text-span-957, .text-span-958, .text-span-959, .text-span-960, .text-span-961, .text-span-962, .text-span-963, .text-span-964, .text-span-965, .text-span-966, .text-span-967, .text-span-968, .text-span-969, .text-span-970, .text-span-971, .text-span-972, .text-span-973 {
  font-weight: 900;
}

.text-span-974 {
  font-weight: 500;
}

.text-span-975, .text-span-976, .text-span-977, .text-span-978, .text-span-979, .text-span-980, .text-span-981, .text-span-982, .text-span-983, .text-span-984, .text-span-985, .text-span-986, .text-span-987 {
  font-weight: 900;
}

.slide_09b_a1 {
  background-image: url('../images/Proj-Avançamos-nos-Sonhos-Oratório-Festivo-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_09b_a2 {
  background-image: url('../images/IDB-Bom-Retiro-105-anos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_a3 {
  background-image: url('../images/Lançamento-relatório-de-impacto-social-ISJB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_a4 {
  background-image: url('../images/Proj-Avançamos-nos-Sonhos-Oratório-Festivo-N-Sra-Auxiliadora-Aracaju-Sergipe-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09b_a5 {
  background-image: url('../images/888A0196.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-151 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.slideshow_legenda_09 {
  background-color: var(--12);
  color: var(--black);
  text-align: left;
  background-image: none;
  border-radius: 10px;
  height: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}

.text-span-988, .text-span-989, .text-span-990, .text-span-991, .text-span-992 {
  font-weight: 900;
}

.foto_10_2b {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-04-08-às-09.49.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-993, .text-span-994, .text-span-995, .text-span-996, .text-span-997, .text-span-998, .text-span-999, .text-span-1000, .text-span-1001, .text-span-1002, .text-span-1003, .text-span-1004, .text-span-1005, .text-span-1006, .text-span-1007, .text-span-1008, .text-span-1009, .text-span-1010, .text-span-1011, .text-span-1012, .text-span-1013, .text-span-1014, .text-span-1015, .text-span-1016, .text-span-1017, .text-span-1018, .text-span-1019, .text-span-1020, .text-span-1021, .text-span-1022, .text-span-1023, .text-span-1024, .text-span-1025, .text-span-1026, .text-span-1027, .text-span-1028, .text-span-1029, .text-span-1030, .text-span-1031, .text-span-1032, .text-span-1033, .text-span-1034, .text-span-1035, .text-span-1036, .text-span-1037, .text-span-1038, .text-span-1039, .text-span-1040, .text-span-1041, .text-span-1042, .text-span-1043, .text-span-1044, .text-span-1045, .text-span-1046, .text-span-1047, .text-span-1048 {
  font-weight: 900;
}

.text-span-1049 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1050, .text-span-1051, .text-span-1052, .text-span-1053, .text-span-1054, .text-span-1055, .text-span-1056, .text-span-1057, .text-span-1058, .text-span-1059, .text-span-1060, .text-span-1061, .text-span-1062, .text-span-1063 {
  font-weight: 900;
}

.chamada2c-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  width: 78%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
}

.text-span-1064, .text-span-1065, .text-span-1066, .text-span-1067, .text-span-1068, .text-span-1069, .text-span-1070, .text-span-1071, .text-span-1072, .text-span-1073 {
  font-weight: 900;
}

.section-10 {
  margin-top: 0;
}

.slide_2402_02 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.mask-10 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a {
  background-image: url('../images/Cópia-de-019.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_1-5 {
  background-image: url('../images/IMG_6082.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._2406_01_b {
  background-image: url('../images/Padre-Martoglio-Oficial-1b.jpg');
  background-position: 50% 20%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

._2406_01_c {
  background-image: url('../images/Cópia-de-201311-Marzo-2014.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.slide-nav-5 {
  opacity: 1;
  background-color: #0000;
}

.text-span-1074, .text-span-1075, .text-span-1076, .text-span-1077, .text-span-1078, .text-span-1079, .text-span-1080, .text-span-1081, .text-span-1082, .text-span-1083 {
  font-weight: 900;
}

.section-11 {
  margin-bottom: 67px;
}

.container_box-2 {
  background-image: linear-gradient(180deg, var(--light-steel-blue), #d9d9d9);
  border-radius: 0 0 0 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragrafo_principal-4 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.link-25, .bold-text-24 {
  text-decoration: none;
}

.slider-9 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-11 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1-2 {
  background-image: url('../images/Cópia-de-Unisalesiano-4.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a2-2 {
  background-image: url('../images/Cópia-de-Unisalesiano-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-2 {
  background-image: url('../images/Cópia-de-Unisalesiano-3.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-2 {
  background-image: url('../images/Cópia-de-Unisalesiano-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/888A0196.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-152 {
  border-radius: 20px;
}

.text-span-1084, .text-span-1085, .text-span-1086, .text-span-1087, .text-span-1088, .text-span-1089, .text-span-1090, .text-span-1091, .text-span-1092, .text-span-1093, .text-span-1094, .text-span-1095, .text-span-1096, .text-span-1097, .text-span-1098, .text-span-1099, .text-span-1100, .text-span-1101, .text-span-1102, .text-span-1103, .text-span-1104, .text-span-1105, .text-span-1106, .text-span-1107, .text-span-1108, .text-span-1109, .text-span-1110, .text-span-1111, .text-span-1112, .text-span-1113, .text-span-1114, .text-span-1115, .text-span-1116, .text-span-1117, .text-span-1118, .text-span-1119, .text-span-1120, .text-span-1121, .text-span-1122, .text-span-1123, .text-span-1124, .text-span-1125, .text-span-1126, .text-span-1127, .text-span-1128, .text-span-1129, .text-span-1130, .text-span-1131 {
  font-weight: 900;
}

.foto_08_2c {
  background-image: url('../images/Cópia-de-iStock-1365137596.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1132 {
  font-weight: 900;
}

.box_olho_09_acaosocial {
  background-image: linear-gradient(180deg, var(--12), var(--gainsboro-3));
  border-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1133, .text-span-1134, .text-span-1135, .text-span-1136, .text-span-1137, .text-span-1138 {
  font-weight: 900;
}

.slider-10 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-12 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1-3 {
  background-image: url('../images/IMG_6218.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a2-3 {
  background-image: url('../images/IMG_5728.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-3 {
  background-image: url('../images/IMG_5447.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-3 {
  background-image: url('../images/888A0762.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/888A0196.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1139, .text-span-1140, .text-span-1141, .text-span-1142, .text-span-1143, .text-span-1144, .text-span-1145 {
  font-weight: 900;
}

.text-span-1146 {
  font-style: italic;
  font-weight: 900;
}

.foto_01_2-2 {
  background-image: url('../images/Cópia-de-Cs530D.Boscoconfessaq.N.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-1147, .text-span-1148, .text-span-1149, .text-span-1150, .text-span-1151, .text-span-1152, .text-span-1153, .text-span-1154, .text-span-1155, .text-span-1156, .text-span-1157, .text-span-1158, .text-span-1159, .text-span-1160, .text-span-1161 {
  font-weight: 900;
}

.text-span-1162 {
  font-style: italic;
  font-weight: 900;
}

.link-block_13c {
  background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco13c {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--08));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.slide-nav-6 {
  opacity: 1;
  background-color: #0000;
}

.icon-3 {
  background-color: var(--aquamarine);
}

.s_foto10 {
  background-image: url('../images/Festa-junina-regiao-oceanica-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto8 {
  background-color: #000;
  background-image: url('../images/Salesiano-sao-jose.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto1 {
  background-image: url('../images/IMG_6584SalesianoAracajuMD.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto3 {
  background-image: url('../images/Sapolandia-07.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.mask-4-copy {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

.slider_03_2-2 {
  background-color: #ddd0;
  border-radius: 20px;
  height: 600px;
  margin-top: 60px;
}

.text-span-1163 {
  color: #000;
  font-weight: 900;
}

.section-12 {
  margin-top: 0;
}

.s_foto2 {
  background-image: url('../images/Arraia-colegio-dom-luiz-lasagna-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.slideshow_03_1a {
  margin-bottom: 0;
}

._2024_legenda_slideshow {
  background-image: linear-gradient(to bottom, var(--aquamarine), var(--aquamarine));
  color: #000;
  text-align: center;
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.s_foto6 {
  background-image: url('../images/Guarapuava-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto7 {
  background-image: url('../images/Arraia-Rio-do-Sul-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto5 {
  background-image: url('../images/iStock-1152767837.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto9 {
  background-image: url('../images/Festa-Junina-Oratorio-Indapolis-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto4 {
  background-image: url('../images/Arraia-Santa-Rosa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.slideshow1 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.icon-2 {
  background-color: var(--aquamarine);
}

.header_09-2 {
  background-image: linear-gradient(#ff69a3, #fff);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.container_titulo-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.e_01_secao-2 {
  opacity: 1;
  color: #000;
  text-align: center;
  flex: 0 auto;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.e_02_titulo-2 {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.container_subtitulo-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 140px;
  display: flex;
}

.e_03_desc-2 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.e_04_autor-2 {
  opacity: 1;
  color: #000;
  text-align: center;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.link-block-25 {
  background-image: url('../images/logo_nov2020Asset-5500s.png');
  background-position: 50%;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.container-153 {
  background-color: #0000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  height: 40px;
  display: block;
}

.icon-4 {
  color: #000;
  flex: none;
  align-self: auto;
}

.container-154 {
  flex: 1;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-base_09-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  background-color: #ff69a3;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.foto_09_1-2 {
  background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.navbar-3 {
  background-color: #0000;
  flex: 0 auto;
  width: 100%;
  height: 40px;
  position: relative;
}

.baixepdf-2 {
  height: auto;
  margin-bottom: 60px;
}

.container-155 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template: "Area Area-2" 85px
  / .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.navegador_10_texto_avanca-2 {
  background-color: #b0b0b0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.e_07_texto_prenuncio_dir-2 {
  color: #000;
  text-align: right;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.navegador_09_texto_volta-2 {
  background-color: #cbc9ff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 20px;
  text-decoration: none;
}

.e_07_texto_prenuncio_esq-2 {
  color: #000;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.div-block-91 {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 40px;
  width: 100%;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 40px 60px 60px 40px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navegador_09_foto_volta-2 {
  background-image: url('../images/iStock-1396624580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 40%;
}

.navegador_10_foto_avanca-2 {
  background-image: url('../images/UPV_2308.JPG');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 40%;
}

.section-13 {
  margin-bottom: 40px;
}

.text-span-1164 {
  font-weight: 900;
}

.s_foto11 {
  background-image: url('../images/Parnamirim.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.s_foto12 {
  background-image: url('../images/Festa-junina-solidariedade-Palmas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  display: flex;
}

.navbar-base_12b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--aquamarine);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_12b {
  background-image: linear-gradient(180deg, var(--aquamarine), #fff);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.text-span-1165, .text-span-1166, .text-span-1167, .text-span-1168 {
  font-weight: 900;
}

.foto_01_2-3 {
  background-image: url('../images/RM-República-Dominicana-1.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.foto_opiniao_escreva {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cópia-de-iStock-1143286311.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-156, .escreva {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2024_opiniao_escreva {
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.text-span-1169 {
  color: var(--violet-2);
}

.text-span-1170, .text-span-1171, .text-span-1172, .text-span-1173, .text-span-1174, .text-span-1175, .text-span-1176, .text-span-1177, .text-span-1178, .text-span-1179, .text-span-1180, .text-span-1181, .text-span-1182, .text-span-1183, .text-span-1184, .text-span-1185, .text-span-1186, .text-span-1187, .text-span-1188, .text-span-1189, .text-span-1190, .text-span-1191, .text-span-1192, .text-span-1193, .text-span-1194, .text-span-1195, .text-span-1196, .text-span-1197, .text-span-1198, .text-span-1199, .text-span-1200, .text-span-1201, .text-span-1202, .text-span-1203, .text-span-1204, .text-span-1205, .text-span-1206, .text-span-1207 {
  font-weight: 900;
}

.fotoback_12b {
  background-color: #e29595;
  background-image: url('../images/2505_RSE.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.textoback_12b {
  background-color: var(--gainsboro);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.textofrente_12b {
  background-color: var(--navajo-white);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_12b {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-DB3--12.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.text-span-1208 {
  font-weight: 900;
  text-decoration: none;
}

.link-26 {
  color: var(--11);
  text-decoration: none;
}

.text-span-1209, .text-span-1210, .text-span-1211, .text-span-1212, .text-span-1213, .text-span-1214, .text-span-1215, .text-span-1216, .text-span-1217, .text-span-1218, .text-span-1219, .text-span-1220, .text-span-1221, .text-span-1222, .text-span-1223, .text-span-1224, .text-span-1225, .text-span-1226, .text-span-1227, .text-span-1228, .text-span-1229, .text-span-1230, .text-span-1231 {
  font-weight: 900;
}

.section-14 {
  margin-top: 0;
}

.slide_2402_02-2 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.mask-13 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a-2 {
  background-image: url('../images/53920545241_03670cab48_o.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_1-6 {
  background-image: url('../images/IMG_6082.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._2406_01_b-2 {
  background-image: url('../images/53917658846_0e136075f9_o.jpg');
  background-position: 50%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

._2406_01_c-2 {
  background-image: url('../images/53917672506_e6bde3efe5_o.jpg');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.slide-nav-7 {
  opacity: 1;
  background-color: #0000;
}

.text-span-1232, .text-span-1233, .text-span-1234 {
  font-weight: 900;
}

.slide-17 {
  background-image: url('../images/53920492351_412ed9e51d_o.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/53920792768_8da0649016_o.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/53915084589_eece58014b_o.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/53916765942_6872df0386_o.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/53928178387_9fae4e557a_o.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_02_2c {
  background-image: url('../images/iStock-1077031408.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1235, .text-span-1236, .text-span-1237, .text-span-1238, .text-span-1239, .text-span-1240, .text-span-1241, .text-span-1242, .text-span-1243, .text-span-1244, .text-span-1245, .text-span-1246, .text-span-1247, .text-span-1248, .text-span-1249, .text-span-1250 {
  font-weight: 900;
}

.box_olho_01-2 {
  background-image: linear-gradient(180deg, var(--navajo-white-2), #d9d9d9);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1251, .text-span-1252, .text-span-1253, .text-span-1254, .text-span-1255, .text-span-1256, .text-span-1257, .text-span-1258, .text-span-1259, .text-span-1260, .text-span-1261, .text-span-1262, .text-span-1263, .text-span-1264, .text-span-1265, .text-span-1266, .text-span-1267, .text-span-1268, .text-span-1269 {
  font-weight: 900;
}

.foto_04_1c {
  background-image: url('../images/VAMS.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-1270, .text-span-1271, .text-span-1272, .text-span-1273 {
  font-weight: 900;
}

.box_olho_01-3 {
  background-image: linear-gradient(180deg, var(--khaki), #d9d9d9);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.e_05_texto_olho-2 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.slide-22 {
  background-image: url('../images/Semana-Missionária-sorocaba.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/Missões-BAP.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1274 {
  font-weight: 900;
}

.link-27 {
  color: var(--black);
}

.text-span-1275 {
  color: var(--black);
  font-weight: 900;
  text-decoration: none;
}

.link-28 {
  color: var(--black);
}

.text-span-1276 {
  color: var(--black);
  font-weight: 900;
}

.link-29 {
  color: var(--black);
}

.text-span-1277 {
  color: var(--black);
  font-weight: 900;
}

.link-30 {
  color: var(--black);
}

.text-span-1278 {
  font-weight: 900;
  text-decoration: none;
}

.link-31 {
  color: var(--black);
}

.text-span-1279 {
  font-weight: 900;
}

.link-32 {
  color: var(--black);
}

.text-span-1280 {
  font-weight: 900;
}

.link-33 {
  color: var(--black);
}

.text-span-1281 {
  font-weight: 900;
}

.link-34 {
  color: var(--black);
}

.text-span-1282 {
  font-weight: 900;
}

.link-35 {
  color: var(--black);
}

.text-span-1283 {
  font-weight: 900;
}

.link-36 {
  color: var(--black);
}

.slide-24 {
  background-image: url('../images/AMJ-2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1284, .text-span-1285, .text-span-1286 {
  font-weight: 900;
}

.slide_09b_a3-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.475.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-11 {
  border-radius: 20px;
  height: 600px;
}

.slide_09b_a2-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.3811.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow_legenda_09-2 {
  color: #000;
  text-align: left;
  background-color: #c4b872;
  background-image: none;
  border-radius: 10px;
  height: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}

.slide_09b_a5c {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.449.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-14 {
  background-color: #000;
  border-radius: 20px;
}

.slide_09b_a4-2 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.473.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-157 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1287, .text-span-1288 {
  font-weight: 900;
}

.slide-25 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.3813.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.448.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.474.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/Imagem-do-WhatsApp-de-2024-08-09-às-16.476.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-1289, .text-span-1290, .text-span-1291, .text-span-1292, .text-span-1293, .text-span-1294, .text-span-1295, .text-span-1296, .text-span-1297, .text-span-1298, .text-span-1299, .text-span-1300, .text-span-1301, .text-span-1302, .text-span-1303, .text-span-1304, .text-span-1305, .text-span-1306, .text-span-1307, .text-span-1308 {
  font-weight: 900;
}

.section-15 {
  margin-bottom: 67px;
}

.container_box-9 {
  background-image: linear-gradient(180deg, var(--04), #d9d9d9);
  border-radius: 20px;
  padding: 40px;
}

.e_05_texto_olho-3 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.paragrafo_principal-7 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-span-1309, .text-span-1310 {
  font-weight: 900;
}

.slide-35 {
  background-image: url('../images/Padre-Gildasio-Mendes_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-18 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-20 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1-4 {
  background-image: url('../images/Participantes-Shaping-Tomorrow-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slideshow_legenda_11b {
  background-color: var(--12);
  opacity: 0;
  color: #000;
  text-align: left;
  background-image: none;
  border-radius: 10px;
  height: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
}

.slide_02b_a2-9 {
  background-image: url('../images/Delegação-brasileira.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-9 {
  background-image: url('../images/Dom-Angel-Artime.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-9 {
  background-image: url('../images/Padre-Maciej-Makula.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-158 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.slide-36 {
  background-image: url('../images/Participantes-Shaping-Tomorrow-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/Euclides-Fernandes-e-Pedro.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/Padre-Vasanth.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1311, .text-span-1312, .text-span-1313, .text-span-1314, .text-span-1315, .text-span-1316, .text-span-1317, .text-span-1318, .text-span-1319, .text-span-1320, .text-span-1321, .text-span-1322, .text-span-1323, .text-span-1324, .text-span-1325, .text-span-1326, .text-span-1327, .text-span-1328, .text-span-1329, .text-span-1330, .text-span-1331, .text-span-1332, .text-span-1333, .text-span-1334, .text-span-1335, .text-span-1336, .text-span-1337, .text-span-1338, .text-span-1339, .text-span-1340, .text-span-1341, .text-span-1342, .text-span-1343, .text-span-1344, .text-span-1345, .text-span-1346, .text-span-1347, .text-span-1348, .text-span-1349, .text-span-1350, .text-span-1351, .text-span-1352, .text-span-1353, .text-span-1354, .text-span-1355, .text-span-1356, .text-span-1357, .text-span-1358, .text-span-1359, .text-span-1360, .text-span-1361, .text-span-1362, .text-span-1363, .text-span-1364, .text-span-1365, .text-span-1366, .text-span-1367, .text-span-1368 {
  font-weight: 900;
}

.slide-39 {
  background-image: url('../images/Cópia-de-ISJB-na-conferencia-nacional.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-19 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-21 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1-5 {
  background-image: url('../images/Cópia-de-ENCIS-2016-Manaus.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a2-10 {
  background-image: url('../images/Cópia-de-Carlos-Nambu.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-10 {
  background-image: url('../images/Cópia-de-dia-2-encontro-continental-rass-e-rsb-rede-salesiana-brasil19.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-10 {
  background-image: url('../images/Cópia-de-Assembleia-Jovem-Yanomami.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-159 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-span-1369, .text-span-1370, .text-span-1371, .text-span-1372, .text-span-1373, .text-span-1374, .text-span-1375 {
  font-weight: 900;
}

.slide-40 {
  background-image: url('../images/IMG_1891.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-41 {
  background-image: url('../images/IMG_1146.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto_04_2c-2 {
  background-image: url('../images/2024-08-03-Pai-e-filho-Carateca-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.paragrafo_principal-8 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.intertitulos-3 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.text-span-1376, .text-span-1377, .text-span-1378, .text-span-1379, .text-span-1380, .text-span-1381, .text-span-1382, .text-span-1383, .text-span-1384, .text-span-1385 {
  font-weight: 900;
}

.box_olho_01-4 {
  background-image: linear-gradient(180deg, var(--violet-2), #d9d9d9);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1386, .text-span-1387, .text-span-1388, .text-span-1389, .text-span-1390, .text-span-1391, .text-span-1392, .text-span-1393, .text-span-1394, .text-span-1395, .text-span-1396, .text-span-1397, .text-span-1398, .text-span-1399, .text-span-1400, .text-span-1401, .text-span-1402, .text-span-1403, .text-span-1404, .text-span-1405, .text-span-1406, .text-span-1407, .text-span-1408, .text-span-1409, .text-span-1410, .text-span-1411, .text-span-1412, .text-span-1413, .text-span-1414, .text-span-1415, .text-span-1416, .text-span-1417, .text-span-1418, .text-span-1419, .text-span-1420 {
  font-weight: 900;
}

.container_subtitulo-3 {
  flex-direction: column;
  align-items: center;
  padding-left: 100px;
  padding-right: 140px;
  display: flex;
}

.header_14b-2 {
  background-image: linear-gradient(#d9d9d9, #fff 45%);
  height: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.e_02_titulo-3 {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.paragrafo_principal-9 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-span-1421, .text-span-1422, .text-span-1423, .text-span-1424, .text-span-1425, .text-span-1426, .text-span-1427, .text-span-1428, .text-span-1429, .text-span-1430, .text-span-1431, .text-span-1432, .text-span-1433, .text-span-1434, .text-span-1435, .text-span-1436, .text-span-1437, .text-span-1438, .text-span-1439, .text-span-1440, .text-span-1441, .text-span-1442, .text-span-1443, .text-span-1444, .text-span-1445, .text-span-1446, .text-span-1447, .text-span-1448, .text-span-1449, .text-span-1450, .text-span-1451, .text-span-1452, .text-span-1453, .text-span-1454, .text-span-1455, .text-span-1456, .text-span-1457, .text-span-1458, .text-span-1459, .text-span-1460, .text-span-1461 {
  font-weight: 900;
}

.link-37 {
  color: #000;
}

.link-40 {
  color: #000;
  font-weight: 900;
}

.paragrafo_principal-10 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.link-39, .link-38 {
  color: #000;
  font-weight: 900;
}

.container_box-10 {
  background-image: linear-gradient(180deg, var(--12), #d9d9d9);
  border-radius: 0 0 20px 20px;
  padding: 40px;
}

.section-16 {
  margin-bottom: 67px;
}

.slider-20 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-22 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_04b_a1-2 {
  background-image: url('../images/Cópia-de-Ir--Sarah-Garcia-foto-para-box.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07b_a2-copy-2 {
  background-image: url('../images/Infancia-em-ação.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_07b_a3-copy-2 {
  background-image: url('../images/Infancia-em-açãoc.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/12-conferencia-nacional.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1462, .text-span-1463 {
  font-weight: 900;
}

.link-41 {
  color: #000;
  font-weight: 900;
  text-decoration: underline;
}

.container-160 {
  background-image: url('../images/Cópia-de-Ir--Sarah-Garcia-foto-para-box.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 600px;
}

.text-span-1464 {
  font-weight: 900;
}

.foto_02_1b-2 {
  background-image: url('../images/Cópia-de-Dia-de-Doar-encontro-formativo.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1465, .text-span-1466, .text-span-1467 {
  font-weight: 900;
}

.container-161 {
  opacity: 0;
}

.text-span-1468, .text-span-1469, .text-span-1470, .text-span-1471, .text-span-1472, .text-span-1473, .text-span-1474, .text-span-1475, .text-span-1476 {
  font-weight: 900;
}

.text-span-1477 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1478, .text-span-1479, .text-span-1480, .text-span-1481, .text-span-1482, .text-span-1483, .text-span-1484 {
  font-weight: 900;
}

.slider-21 {
  background-image: url('../images/12.jpg');
  background-position: 50% 30%;
  background-size: contain;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-23 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_02b_a1-6 {
  background-image: url('../images/Cópia-de-iStock-1639961716.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a2-11 {
  background-image: url('../images/Cópia-de-WhatsApp-Image-2024-09-13-at-17.42b.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a3-11 {
  background-image: url('../images/Cópia-de-WhatsApp-Image-2024-09-13-at-17.42.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a4-11 {
  background-image: url('../images/SonhandoEmRede4-460.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1485 {
  color: var(--black);
  font-weight: 900;
}

.link-42 {
  color: var(--black);
}

.text-span-1486, .text-span-1487, .text-span-1488, .text-span-1489, .text-span-1490, .text-span-1491, .text-span-1492, .text-span-1493, .text-span-1494, .text-span-1495, .text-span-1496, .text-span-1497 {
  font-weight: 900;
}

.foto_02_1b-3 {
  background-image: url('../images/Cópia-de-Cs528D.Boscoincantiereq.N.Musio-1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1498 {
  font-weight: 900;
}

.link-43 {
  color: var(--black);
}

.text-span-1499, .text-span-1500, .text-span-1501, .text-span-1502, .text-span-1503, .text-span-1504, .text-span-1505, .text-span-1506, .text-span-1507, .text-span-1508, .text-span-1509 {
  font-weight: 900;
}

.text-span-1510 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1511, .text-span-1512, .text-span-1513, .text-span-1514, .text-span-1515, .text-span-1516, .text-span-1517, .text-span-1518, .text-span-1519, .text-span-1520, .text-span-1521, .text-span-1522, .text-span-1523, .text-span-1524, .text-span-1525, .text-span-1526, .text-span-1527, .text-span-1528, .text-span-1529, .text-span-1530, .text-span-1531 {
  font-weight: 900;
}

.text-span-1532 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1533, .text-span-1534 {
  font-weight: 900;
}

.foto_02_1b-4 {
  background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1535 {
  font-weight: 900;
}

.text-span-1536 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1537, .text-span-1538, .text-span-1539, .text-span-1540, .text-span-1541, .text-span-1542, .text-span-1543, .text-span-1544, .text-span-1545, .text-span-1546 {
  font-weight: 900;
}

.text-span-1547 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1548, .text-span-1549, .text-span-1550, .text-span-1551, .text-span-1552, .text-span-1553, .text-span-1554, .text-span-1555, .text-span-1556, .text-span-1557, .text-span-1558, .text-span-1559, .text-span-1560, .text-span-1561, .text-span-1562, .text-span-1563, .text-span-1564, .text-span-1565, .text-span-1566, .text-span-1567, .text-span-1568, .text-span-1569, .text-span-1570, .text-span-1571, .text-span-1572, .text-span-1573 {
  font-weight: 900;
}

.text-span-1574 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1575, .text-span-1576, .text-span-1577, .text-span-1578, .text-span-1579, .text-span-1580, .text-span-1581, .text-span-1582, .text-span-1583, .text-span-1584, .text-span-1585, .text-span-1586, .text-span-1587, .text-span-1588, .text-span-1589, .text-span-1590, .text-span-1591, .text-span-1592, .text-span-1593, .text-span-1594, .text-span-1595, .text-span-1596, .text-span-1597 {
  font-weight: 900;
}

.foto_02_1b-5 {
  background-image: url('../images/Cópia-de-RM-Jovens.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-165 {
  opacity: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-span-1598, .text-span-1599, .text-span-1600, .text-span-1601, .text-span-1602 {
  font-weight: 900;
}

.link-44 {
  color: #000;
}

.link-45 {
  color: #000;
  font-weight: 900;
}

.paragrafo_principal-11 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.link-46, .link-47 {
  color: #000;
  font-weight: 900;
}

.container_box-11 {
  background-image: linear-gradient(180deg, var(--08), #d9d9d9);
  border-radius: 0 0 20px 20px;
  margin-bottom: 70px;
  padding: 40px;
}

.text-span-1603, .text-span-1604, .text-span-1605 {
  font-weight: 900;
}

.slider-22 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.mask-24 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide_04b_a1-3 {
  background-image: url('../images/Infancia-em-açãob.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_07b_a2-copy-3 {
  background-image: url('../images/Infancia-em-ação_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-43 {
  background-color: var(--08);
  background-image: url('../images/Fabio-Attard-1_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-1606, .text-span-1607, .text-span-1608, .text-span-1609, .text-span-1610, .text-span-1611 {
  font-weight: 900;
}

.box_olho_09_acaosocial-2 {
  background-image: linear-gradient(#c4b872, #efefef);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.box_olho_09_acaosocial-2b {
  background-image: linear-gradient(180deg, var(--pale-goldenrod-2), #efefef);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1612, .text-span-1613, .text-span-1614, .text-span-1615, .text-span-1616, .text-span-1617, .text-span-1618, .text-span-1619, .text-span-1620, .text-span-1621, .text-span-1622, .text-span-1623, .text-span-1624, .text-span-1625, .text-span-1626, .text-span-1627, .text-span-1628, .text-span-1629, .text-span-1630, .text-span-1631, .text-span-1632, .text-span-1633, .text-span-1634, .text-span-1635 {
  font-weight: 900;
}

.foto_02_1b-6 {
  background-image: url('../images/Cópia-de-iStock-1639961716.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1636, .text-span-1637, .text-span-1638, .text-span-1639, .text-span-1640, .text-span-1641, .text-span-1642, .text-span-1643, .text-span-1644, .text-span-1645, .text-span-1646, .text-span-1647, .text-span-1648, .text-span-1649, .text-span-1650, .text-span-1651, .text-span-1652 {
  font-weight: 900;
}

.link-48 {
  color: var(--navajo-white);
  font-weight: 900;
  text-decoration: none;
}

.text-span-1653, .text-span-1654, .text-span-1655, .text-span-1656, .text-span-1657 {
  font-weight: 900;
}

.container-166 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.slide_09_1-7 {
  background-image: url('../images/27-10-Santa-Messa-per-la-conclusione-dell’Assemblea-generale-ordinaria-del-Sinodo-dei-Vescovi.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide-nav-8 {
  opacity: 1;
  background-color: #0000;
}

.slide_2402_02-3 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.section-18 {
  margin-top: 0;
}

.mask-31 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a-3 {
  background-image: url('../images/Cópia-de-Imagem-do-WhatsApp-de-2024-12-04-às-20.52c.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2406_01_b-3 {
  background-image: url('../images/Cópia-de-Imagem-do-WhatsApp-de-2024-12-04-às-20.52d.jpg');
  background-position: 50% 30%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.credito_istock-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.slide-44 {
  background-image: url('../images/Cópia-de-Imagem-do-WhatsApp-de-2024-12-04-às-20.52.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1658, .text-span-1659, .text-span-1660, .text-span-1661, .text-span-1662, .text-span-1663, .text-span-1664 {
  font-weight: 900;
}

.link-49 {
  color: var(--black);
  font-weight: 900;
  text-decoration: underline;
}

.slide-45 {
  background-image: url('../images/dfdfdsfsdsdsds.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.slide-46 {
  background-image: url('../images/Cópia-de-Imagem-do-WhatsApp-de-2025-01-20-às-17.20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/Cópia-de-Santa-Rosa-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/Cópia-de-Santa-Rosa-2.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1665, .text-span-1666, .text-span-1667, .text-span-1668, .text-span-1669, .text-span-1670, .text-span-1671, .text-span-1672, .text-span-1673, .text-span-1674, .text-span-1675, .text-span-1676, .text-span-1677, .text-span-1678, .text-span-1679, .text-span-1680, .text-span-1681, .text-span-1682, .text-span-1683, .text-span-1684, .text-span-1685, .text-span-1686, .text-span-1687, .text-span-1688, .text-span-1689 {
  font-weight: 900;
}

.container-167 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.slide_09_1-8 {
  background-image: url('../images/27-10-Santa-Messa-per-la-conclusione-dell’Assemblea-generale-ordinaria-del-Sinodo-dei-Vescovi.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide-nav-9 {
  opacity: 1;
  background-color: #0000;
}

.slide_2402_02-4 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.section-19 {
  margin-top: 0;
}

.mask-32 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a-4 {
  background-image: url('../images/---Instituto-Salesiano-de--Inspetoria-São-Pio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2406_01_b-4 {
  background-image: url('../images/Cópia-de-Lis-Martins.jpg');
  background-position: 50%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.credito_istock-3 {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.slide-49 {
  background-image: url('../images/Cópia-de-Dia-de-Doar-encontro-formativo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-20 {
  margin-bottom: 0;
}

.container_box-10b {
  background-image: linear-gradient(to bottom, var(--11), var(--11));
  border-radius: 20px;
  padding: 20px 40px;
}

.text-span-1690, .text-span-1691, .text-span-1692, .text-span-1693, .text-span-1694, .text-span-1695, .text-span-1696, .text-span-1697, .text-span-1698, .text-span-1699, .text-span-1700, .text-span-1701, .text-span-1702, .text-span-1703, .text-span-1704, .text-span-1705, .text-span-1706, .text-span-1707, .text-span-1708, .text-span-1709, .text-span-1710 {
  font-weight: 900;
}

.foto_02_1b-7 {
  background-image: url('../images/iStock-2167830046.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.section-21 {
  margin-top: 0;
}

.slide_2402_02-5 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.mask-33 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a-5 {
  background-image: url('../images/Cópia-de-Curso-padre-Raimundo-Luan-2.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_09_1-9 {
  background-image: url('../images/IMG_6082.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

._2406_01_b-5 {
  background-image: url('../images/Cópia-de-Curso-respiro-3.jpg');
  background-position: 50%;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.slide-nav-10 {
  opacity: 1;
  background-color: #0000;
}

.box_olho_01-5 {
  background-image: linear-gradient(180deg, var(--violet-2), #d9d9d9);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1711, .text-span-1712, .text-span-1713, .text-span-1714, .text-span-1715, .text-span-1716, .text-span-1717, .text-span-1718, .text-span-1719, .text-span-1720, .text-span-1721 {
  font-weight: 900;
}

.container-168 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.slide_09_1-10 {
  background-image: url('../images/27-10-Santa-Messa-per-la-conclusione-dell’Assemblea-generale-ordinaria-del-Sinodo-dei-Vescovi.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide-nav-11 {
  opacity: 1;
  background-color: #0000;
}

.slide_2402_02-6 {
  background-image: none;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.section-22 {
  background-image: url('../images/Cópia-de-Padre-Luis-Bolla.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-top: 0;
}

.mask-34 {
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
}

._2406_01_a-6 {
  background-image: url('../images/Cópia-de-1875-Torino-prima-spedizione-miss-a.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2406_01_b-6 {
  background-image: url('../images/Cópia-de-Logo-SDB.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: 20px;
  height: 600px;
  margin-top: 0;
}

.credito_istock-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span-1722, .text-span-1723, .text-span-1724, .text-span-1725, .text-span-1726, .text-span-1727, .text-span-1728, .text-span-1729, .text-span-1730, .text-span-1731, .text-span-1732, .text-span-1733, .text-span-1734, .text-span-1735, .text-span-1736, .text-span-1737, .text-span-1738, .text-span-1739 {
  font-weight: 900;
}

.container-169 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 46px;
  display: flex;
}

.slide_02b_a1-7 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.slide_02b_a4-12 {
  background-image: url('../images/Untitled-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slideshow_legenda-2 {
  background-color: var(--gainsboro);
  color: #000;
  text-align: left;
  background-image: none;
  border-radius: 10px;
  height: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 17px;
}

.mask-35 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slider-23 {
  background-image: url('../images/Cópia-de-Padre-Leandro.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.slide_02b_a3-12 {
  background-image: url('../images/nac1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide_02b_a2-12 {
  background-image: url('../images/Untitled-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/Untitled-4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-51 {
  background-image: url('../images/Untitled-1_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-52 {
  background-image: url('../images/Cópia-de-Fest-Nordeste-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1740, .text-span-1741, .text-span-1742, .text-span-1743, .text-span-1744, .text-span-1745, .text-span-1746, .text-span-1747, .text-span-1748, .text-span-1749, .text-span-1750, .text-span-1751, .text-span-1752, .text-span-1753, .text-span-1754, .text-span-1755, .text-span-1756, .text-span-1757, .text-span-1758, .text-span-1759, .text-span-1760, .text-span-1761, .text-span-1762, .text-span-1763, .text-span-1764, .text-span-1765, .text-span-1766, .text-span-1767, .text-span-1768, .text-span-1769, .text-span-1770, .text-span-1771, .text-span-1772, .text-span-1773, .text-span-1774, .text-span-1775, .text-span-1776, .text-span-1777, .text-span-1778, .text-span-1779, .text-span-1780, .text-span-1781, .text-span-1782, .text-span-1783, .text-span-1784, .text-span-1785, .text-span-1786, .text-span-1787 {
  font-weight: 900;
}

.link-50 {
  color: #000;
  text-decoration: underline;
}

.text-span-1788, .text-span-1789, .text-span-1790, .text-span-1791, .text-span-1792, .text-span-1793, .text-span-1794, .text-span-1795, .text-span-1796, .text-span-1797, .text-span-1798 {
  font-weight: 900;
}

.text-span-1799 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1800, .text-span-1801, .text-span-1802, .text-span-1803 {
  font-weight: 900;
}

.box_olho_05_missoes {
  background-image: linear-gradient(180deg, var(--khaki), #efefef);
  border-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-1804, .text-span-1805, .text-span-1806, .text-span-1807, .text-span-1808, .text-span-1809, .text-span-1810, .text-span-1811, .text-span-1812 {
  font-weight: 900;
}

.text-span-1813 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1814, .text-span-1815, .text-span-1816, .text-span-1817, .text-span-1818, .text-span-1819, .text-span-1820, .text-span-1821, .text-span-1822, .text-span-1823, .text-span-1824, .text-span-1825, .text-span-1826, .text-span-1827, .text-span-1828, .text-span-1829, .text-span-1830, .text-span-1831, .text-span-1832, .text-span-1833, .text-span-1834, .text-span-1835 {
  font-weight: 900;
}

.header_09c {
  background-image: linear-gradient(180deg, var(--capa2503b), #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.navbar-base_09c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--capa2503b);
  opacity: .8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.box_olho_09c {
  background-image: linear-gradient(180deg, var(--capa2503b), var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.foto_09_2c {
  background-image: url('../images/Cópia-de-ENCIS-2016-Manaus.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.sumario_bloco09c2 {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--capa2503b));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.link-block_08b-copy {
  background-image: url('../images/Cópia-de-UPV---01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.foto_10b {
  background-image: url('../images/Cópia-de-Ação-Social---Sandra-Sahd-e-colaboradores-da--Inspetoria-PIO-X.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-1836, .text-span-1837, .text-span-1838, .text-span-1839, .text-span-1840, .text-span-1841, .text-span-1842, .text-span-1843, .text-span-1844, .text-span-1845, .text-span-1846, .text-span-1847, .text-span-1848, .text-span-1849, .text-span-1850, .text-span-1851, .text-span-1852, .text-span-1853 {
  font-weight: 900;
}

.foto_10_2c {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1854, .text-span-1855, .text-span-1856, .text-span-1857, .text-span-1858 {
  font-weight: 900;
}

.e_05_texto_aspas {
  color: var(--11);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}

.foto_12_1c {
  background-image: url('../images/Cópia-de-DB3--37.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-1859, .text-span-1860, .text-span-1861, .text-span-1862, .text-span-1863, .text-span-1864, .text-span-1865, .text-span-1866, .text-span-1867, .text-span-1868, .text-span-1869, .text-span-1870, .text-span-1871, .text-span-1872, .text-span-1873 {
  font-weight: 900;
}

.image-9-copy {
  opacity: 1;
  background-color: #b5ab87;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.container-148-copy {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 20px;
}

.text-span-1874, .text-span-1875, .text-span-1876, .text-span-1877, .text-span-1878, .text-span-1879 {
  font-weight: 900;
}

.text-span-1880 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1881, .text-span-1882, .text-span-1883, .text-span-1884, .text-span-1885, .text-span-1886, .text-span-1887, .text-span-1888, .text-span-1889, .text-span-1890, .text-span-1891, .text-span-1892, .text-span-1893, .text-span-1894, .text-span-1895, .text-span-1896, .text-span-1897, .text-span-1898, .text-span-1899, .text-span-1900, .text-span-1901, .text-span-1902, .text-span-1903 {
  font-weight: 900;
}

.foto_14_6c {
  background-image: url('../images/Cópia-de-Peregrinação-Patagônia.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-1904, .text-span-1905, .text-span-1906, .text-span-1907, .text-span-1908, .text-span-1909, .text-span-1910, .text-span-1911, .text-span-1912, .text-span-1913, .text-span-1914, .text-span-1915, .text-span-1916 {
  font-weight: 900;
}

.text-span-1917 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1918, .text-span-1919 {
  font-weight: 900;
}

.text-span-1920 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1921, .text-span-1922, .text-span-1923, .text-span-1924 {
  font-weight: 900;
}

.text-span-1925 {
  font-style: italic;
  font-weight: 900;
}

.text-span-1926, .text-span-1927, .text-span-1928 {
  font-weight: 900;
}

.foto_15_2-2 {
  background-image: url('../images/Cópia-de-Experiência-missionária-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-1929, .text-span-1930, .text-span-1931 {
  font-weight: 900;
}

.foto_15_3-2 {
  background-image: url('../images/Cópia-de-Enarseenel-RBS-DS2-161.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-1932, .text-span-1933 {
  font-weight: 900;
}

.fotofrente_9-copy {
  background-color: #f0f6ac;
  background-image: url('../images/2407_UPV.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.slider-24 {
  width: 100%;
  height: 600px;
}

.slide-53 {
  background-image: url('../images/Cópia-de-Profissão-FMA-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-54 {
  background-image: url('../images/Cópia-de-Profissão-FMA-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sumario_foto_capab {
  background-color: #3f000000;
  background-image: linear-gradient(90deg, #b5ab87, #b5ab8799);
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.e_sumario_tit_grande_claro {
  opacity: 1;
  color: var(--black);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  text-decoration: none;
  transition: opacity .275s;
}

.e_sumario_texto_grande_claro {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
}

.text-span-1934, .text-span-1935, .text-span-1936, .text-span-1937, .text-span-1938, .text-span-1939, .text-span-1940, .text-span-1941, .text-span-1942, .text-span-1943, .text-span-1944, .text-span-1945, .text-span-1946, .text-span-1947, .text-span-1948, .text-span-1949 {
  font-weight: 900;
}

.slide-55 {
  background-image: url('../images/54416149437_073552a830_o_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-56 {
  background-image: url('../images/CG-29-encerramento_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-57 {
  background-image: url('../images/GD_08796_1.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-58 {
  background-image: url('../images/Cópia-de-Padre-Fabio-e-padre-Stefano_1.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/GD_08433_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/Cópia-de-Padre-Fabio-Attard-e-padre-Pascual-Chavez_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-1950, .text-span-1951, .text-span-1952, .text-span-1953, .text-span-1954, .text-span-1955, .text-span-1956, .text-span-1957, .text-span-1958 {
  font-weight: 900;
}

.foto_box_2 {
  background-color: var(--08);
  background-image: url('../images/Cópia-de-Reitores-Maiores_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-1959, .text-span-1960, .text-span-1961, .text-span-1962, .text-span-1963, .text-span-1964, .text-span-1965, .text-span-1966, .text-span-1967, .text-span-1968, .text-span-1969, .text-span-1970, .text-span-1971, .text-span-1972, .text-span-1973, .text-span-1974, .text-span-1975 {
  font-weight: 900;
}

.text-span-1976 {
  color: #285a97;
  -webkit-text-stroke-color: var(--navajo-white_text);
  font-weight: 700;
}

.text-span-1977, .text-span-1978, .text-span-1979, .text-span-1980, .text-span-1981, .text-span-1982, .text-span-1983, .text-span-1984, .text-span-1985, .text-span-1986, .text-span-1987, .text-span-1988, .text-span-1989, .text-span-1990, .text-span-1991, .text-span-1992, .text-span-1993, .text-span-1994, .text-span-1995, .text-span-1996, .text-span-1997, .text-span-1998, .text-span-1999, .text-span-2000, .text-span-2001, .text-span-2002, .text-span-2003, .text-span-2004, .text-span-2005, .text-span-2006, .text-span-2007, .text-span-2008, .text-span-2009, .text-span-2010, .text-span-2011, .text-span-2012, .text-span-2013, .text-span-2014, .text-span-2015, .text-span-2016, .text-span-2017, .text-span-2018, .text-span-2019 {
  font-weight: 900;
}

.foto_04_2-copy {
  background-image: url('../images/Cópia-de-iStock-1366317861.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.foto_02_2c-copy {
  background-image: url('../images/Cópia-de-Ex-alunas-FMA.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
}

.text-span-2020 {
  font-weight: 900;
}

.foto_15_4-copy {
  background-image: url('../images/Cópia-de-Piracicaba-1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-2021, .text-span-2022, .text-span-2023, .text-span-2024, .text-span-2025, .text-span-2026, .text-span-2027, .text-span-2028, .text-span-2029, .text-span-2030, .text-span-2031, .text-span-2032, .text-span-2033, .text-span-2034, .text-span-2035, .text-span-2036, .text-span-2037, .text-span-2038, .text-span-2039, .text-span-2040, .text-span-2041, .text-span-2042, .text-span-2043, .text-span-2044, .text-span-2045, .text-span-2046, .text-span-2047, .text-span-2048, .text-span-2049, .text-span-2050, .text-span-2051, .text-span-2052, .text-span-2053, .text-span-2054, .text-span-2055, .text-span-2056, .text-span-2057, .text-span-2058, .text-span-2059, .text-span-2060, .text-span-2061, .text-span-2062, .text-span-2063 {
  font-weight: 900;
}

.bold-text-22-copy {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-stroke-color: #dfff50;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  display: block;
}

.foto_04_2-copy-copy {
  background-image: url('../images/Cópia-de-iStock-2076265519_b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 600px;
  display: flex;
}

.navbar-base_07b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  background-color: #bf2a2c;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-wrap: wrap-reverse;
  flex: 0 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.header_07b {
  background-image: linear-gradient(#ff4245, #fff 45%);
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box_olho_07b {
  background-image: linear-gradient(180deg, #ff4245, var(--gainsboro-3));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-span-2064, .text-span-2065, .text-span-2066, .text-span-2067, .text-span-2068, .text-span-2069, .text-span-2070, .text-span-2071, .text-span-2072, .text-span-2073, .text-span-2074, .text-span-2075, .text-span-2076, .text-span-2077, .text-span-2078, .text-span-2079 {
  font-weight: 900;
}

.text-span-2080 {
  font-weight: 800;
}

.text-span-2081, .text-span-2082, .text-span-2083, .text-span-2084, .text-span-2085, .text-span-2086, .text-span-2087, .text-span-2088 {
  font-weight: 900;
}

.slide-62 {
  background-image: url('../images/Cópia-de-ACSSA-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-25 {
  background-image: url('../images/Cópia-de-ACSSA-2.jpg');
  background-position: 50% 60%;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.slide-63 {
  background-image: url('../images/Cópia-de-ACSSA-6.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-36 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide-64 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-65 {
  background-image: url('../images/GD_08433_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-66 {
  background-image: url('../images/Cópia-de-Padre-Fabio-Attard-e-padre-Pascual-Chavez_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-67 {
  background-image: url('../images/Cópia-de-ACSSA-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.box_olho_08-2 {
  background-image: linear-gradient(180deg, var(--khaki), #d9d9d9);
  border-radius: 0 0 20px 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.slide_04b_a1-copy {
  background-image: url('../images/CG-29-encerramento-padre-attard_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-span-2089, .text-span-2090, .text-span-2091, .text-span-2092, .text-span-2093, .text-span-2094, .text-span-2095 {
  font-weight: 900;
}

.foto_02_1b-5-copy {
  background-image: url('../images/IMG_20220422_161802.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-2096, .text-span-2097, .text-span-2098, .text-span-2099, .text-span-2100, .text-span-2101, .text-span-2102 {
  font-weight: 900;
}

.slide-68 {
  background-image: url('../images/Cópia-de-IMG_1016.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-26 {
  background-image: url('../images/Cópia-de-appoggiato-2-1.jpg');
  background-position: 50% 20%;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.slide-69 {
  background-image: url('../images/Cópia-de-1896-Torino-to-USA-2.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-37 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide-70 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-71 {
  background-image: url('../images/GD_08433_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-72 {
  background-image: url('../images/Cópia-de-Padre-Fabio-Attard-e-padre-Pascual-Chavez_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-73 {
  background-image: url('../images/Cópia-de-braccioli.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.foto_10_2-copy {
  background-image: url('../images/Fra-Angelico-Annunciacao.jpg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.text-span-2103, .text-span-2104, .text-span-2105, .text-span-2106, .text-span-2107, .text-span-2108, .text-span-2109, .text-span-2110, .text-span-2111, .text-span-2112, .text-span-2113, .text-span-2114, .text-span-2115, .text-span-2116, .text-span-2117, .text-span-2118, .text-span-2119, .text-span-2120, .text-span-2121, .text-span-2122, .text-span-2123, .text-span-2124, .text-span-2125, .text-span-2126, .text-span-2127, .text-span-2128 {
  font-weight: 900;
}

.foto_05_1-copy {
  background-image: url('../images/comolo-e-bosco_093203.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.foto_02_1b-4-copy {
  background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.text-span-2129, .text-span-2130, .text-span-2131, .text-span-2132, .text-span-2133, .text-span-2134 {
  font-weight: 900;
}

.slider-27 {
  background-image: url('../images/Cópia-de-2-imagem-plantas.jpg');
  background-position: 50% 0;
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.slide-74 {
  background-image: url('../images/Cópia-de-Ecocapibaribe.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask-38 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.slide-75 {
  background-image: url('../images/Conselho-Geral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-76 {
  background-image: url('../images/Cópia-de-IMG_1503.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-77 {
  background-image: url('../images/Cópia-de-Padre-Fabio-Attard-e-padre-Pascual-Chavez_1.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-78 {
  background-image: url('../images/Cópia-de-IMG_1013.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-27-copy {
  border-radius: 20px;
  height: 600px;
}

.foto_05_1-copy-copy {
  background-image: url('../images/Cópia-de-IMG_1018.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.text-span-2135, .text-span-2136, .text-span-2137, .text-span-2138, .text-span-2139, .text-span-2140, .text-span-2141, .text-span-2142 {
  font-weight: 900;
}

.slide-79 {
  background-color: #b3ffde;
  background-image: url('../images/Cópia-de-DB4-33.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragrafo_principal-12 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.mask-39 {
  background-color: #000;
  border-radius: 20px 20px 0 0;
}

.intertitulos-4 {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.slider-28 {
  border-radius: 20px 20px 0 0;
  height: 600px;
}

.container_box-12 {
  background-image: linear-gradient(#56a2ff, #d9d9d9);
  border-radius: 0 0 20px 20px;
  margin-bottom: 70px;
  padding: 40px;
}

.paragrafo_principal-13 {
  color: #000;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 130px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.text-span-2143, .text-span-2144, .text-span-2145, .text-span-2146, .text-span-2147, .text-span-2148, .text-span-2149, .text-span-2150, .text-span-2151, .text-span-2152, .text-span-2153, .text-span-2154, .text-span-2155, .text-span-2156, .text-span-2157, .text-span-2158, .text-span-2159, .text-span-2160, .text-span-2161, .text-span-2162, .text-span-2163, .text-span-2164, .text-span-2165, .text-span-2166, .text-span-2167, .text-span-2168, .text-span-2169, .text-span-2170, .text-span-2171, .text-span-2172, .text-span-2173, .text-span-2174, .text-span-2175, .text-span-2176, .text-span-2177, .text-span-2178, .text-span-2179, .text-span-2180, .text-span-2181, .text-span-2182, .text-span-2183, .text-span-2184, .text-span-2185, .text-span-2186, .text-span-2187, .text-span-2188, .text-span-2189, .text-span-2190, .text-span-2191, .text-span-2192, .text-span-2193, .text-span-2194, .text-span-2195, .text-span-2196, .text-span-2197, .text-span-2198, .text-span-2199, .text-span-2200, .text-span-2201, .text-span-2202, .text-span-2203, .text-span-2204 {
  font-weight: 900;
}

.link-block_14-copy {
  background-image: url('../images/Cópia-de-2025-06-09-Visita-Bióloga-Escritora---INF-2-36.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 30px 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
}

.sumario_bloco14-copy {
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--gainsboro));
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--gainsboro), var(--gainsboro));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  height: auto;
  padding: 20px;
  text-decoration: none;
}

.textofrente_3-copy {
  text-align: right;
  background-image: linear-gradient(#ff4245, #ff4245);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_3-copy {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-IMG_1018.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.textofrente_7-copy {
  background-color: var(--violet-2);
  text-align: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  flex: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.fotofrente_7-copy {
  background-color: #f0f6ac;
  background-image: url('../images/Cópia-de-iStock-1362604106.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  width: 50%;
}

.text-block-4 {
  opacity: 1;
}

.container-176 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.credito-copy-copy {
  opacity: .5;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  bottom: 0;
}

.text-block-6 {
  color: #efefef;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.container-177 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.text-block-7 {
  color: #efefef;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.credito-copy-copy-copy {
  opacity: .5;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
  bottom: 0;
}

.text-span-2205, .text-span-2206 {
  font-weight: 900;
}

.container-178 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.text-block-8 {
  color: #efefef;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.container-176-copy {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 35px;
  display: flex;
}

.text-span-2207 {
  font-weight: 900;
}

.link-51 {
  color: var(--11);
}

.text-span-2208, .text-span-2209, .text-span-2210 {
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .foto_01_1 {
    background-position: 50%;
  }

  .e_02_titulo {
    color: var(--black);
    font-size: 40px;
    line-height: 45px;
  }

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

  .e_03_desc {
    width: 100%;
  }

  .e_01_secao {
    width: 80%;
  }

  .paragrafo_principal {
    text-align: justify;
  }

  .intertitulos {
    text-align: left;
    letter-spacing: 0;
  }

  .foto_01_2 {
    background-position: 100%;
  }

  .box_olho_01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_subtitulo {
    padding-right: 100px;
  }

  .foto_01_3 {
    background-position: 50%;
  }

  .baixepdf {
    margin-bottom: 40px;
  }

  .navlink_botao {
    height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack {
    width: 100%;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .navegador_rodape {
    width: 100%;
  }

  .div-block-10 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navegador_00_texto_avanca {
    width: 60%;
  }

  .navegador_00_foto_avanca {
    background-image: url('../images/FEST-3.jpeg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navbar-base_01 {
    flex-basis: 100%;
  }

  .foto_02_1 {
    background-image: url('../images/Cópia-de-iStock-1468262860_1.jpg');
    background-position: 50%;
  }

  .navbar-base_02 {
    flex-basis: 100%;
  }

  .container-8 {
    background-position: 0%;
  }

  .e_sumario_tit {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .e_sumario_texto {
    font-size: 14px;
    line-height: 16px;
  }

  .sumario_foto_capa {
    background-color: #fff9;
    background-image: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 30%;
  }

  .sumario_bloco1 {
    height: 20%;
    padding-top: 20px;
  }

  .div-block-12 {
    background-image: url('../images/iStock-950607434.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 60%;
  }

  .sumario_foto1 {
    background-image: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sumario_bloco1b {
    height: 25%;
    padding-left: 15px;
  }

  .div-block-12-copy {
    background-image: url('../images/iStock-950607434.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 60%;
  }

  .container-10 {
    background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .e_sumario_tit_grande {
    margin-bottom: 0;
    font-size: 40px;
  }

  .e_sumario_texto_grande {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
  }

  .sumario_foto2 {
    background-image: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sumario_foto3 {
    height: 70%;
  }

  .sumario_bloco2b, .sumario_bloco3b {
    height: 30%;
    padding-left: 15px;
  }

  .sumario_bloco4b {
    background-image: linear-gradient(90deg, var(--navajo-white) 21%, var(--gainsboro));
    height: 40%;
    padding-left: 15px;
  }

  .navbar-base_sumario {
    flex-basis: 100%;
  }

  .foto_sumario {
    background-position: 50%;
  }

  .sumario_bloco5b, .sumario_bloco6b, .sumario_bloco7b, .sumario_bloco11b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_02b {
    background-position: 50%;
  }

  .e_sumario_tit_2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .e_sumario_texto_2 {
    font-size: 14px;
  }

  .link-block_01b {
    background-position: 40% 100%;
  }

  .link-block_03b, .link-block_04b {
    background-position: 50%;
  }

  .link-block_05b {
    background-position: 40%;
  }

  .link-block_06b {
    background-image: url('../images/comolo-e-bosco_093203.jpg');
    background-position: 30%;
  }

  .link-block_07b {
    background-image: url('../images/Cópia-de-iStock-499451017.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .link-block_08b {
    background-position: 50%;
  }

  .navbar-base_03 {
    flex-basis: 100%;
  }

  .box_olho_03 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_04 {
    flex-basis: 100%;
  }

  .box_olho_04 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_08 {
    flex-basis: 100%;
  }

  .box_olho_08 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_08_1 {
    background-image: url('../images/IMG_20220426_085245.jpg');
    background-position: 50%;
  }

  .foto_04_1 {
    background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
    background-position: 30%;
  }

  .foto_04_2, .foto_10_1, .foto_10_2 {
    background-position: 50%;
  }

  .foto_10_3 {
    background-position: 100%;
  }

  .navbar-base_10 {
    flex-basis: 100%;
  }

  .box_olho_10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_11_1 {
    background-position: 50% 30%;
  }

  .navbar-base_11 {
    flex-basis: 100%;
  }

  .box_olho_11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_12 {
    flex-basis: 100%;
  }

  .box_olho_12 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .foto_12 {
    background-image: url('../images/Cópia-de-Imagem1ENCIS.jpg');
    background-position: 50%;
  }

  .e_02_titulo_retranca {
    font-size: 40px;
    line-height: 45px;
  }

  .navbar-base_13 {
    flex-basis: 100%;
  }

  .foto_13_1 {
    background-position: 65%;
    background-size: cover;
  }

  .box_olho_13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_05 {
    flex-basis: 100%;
  }

  .foto_05_1 {
    background-image: url('../images/comolo-e-bosco_093203.jpg');
    background-position: 0%;
  }

  .box_olho_05 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_07 {
    flex-basis: 100%;
  }

  .box_olho_07 {
    width: 728px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_07_1 {
    background-position: 50%;
  }

  .foto_09_1 {
    background-image: url('../images/53915183205_fcf7a8cfd3_o.jpg');
    background-position: 60%;
  }

  .navbar-base_09 {
    flex-basis: 100%;
  }

  .foto_09_2 {
    background-position: 100%;
  }

  .box_olho_09-jp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_06 {
    flex-basis: 100%;
  }

  .foto_06_1 {
    background-image: url('../images/Cópia-de-DB3--12.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .foto_06_2 {
    background-position: 0%;
  }

  .box_olho_06 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_02-copy {
    flex-basis: 100%;
  }

  .box_olho_02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_01_1-copy {
    background-position: 50%;
  }

  .sumario_bloco09b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_09b {
    background-position: 30%;
    background-size: cover;
  }

  .link-block_10b {
    background-position: 50%;
  }

  .sumario_bloco8b, .sumario_bloco10b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_12b {
    background-position: 100%;
  }

  .sumario_bloco12b {
    height: auto;
    padding-left: 15px;
  }

  .link-block_13b {
    background-image: url('../images/IMG_20220426_085245.jpg');
    background-position: 50%;
  }

  .sumario_bloco13b {
    height: auto;
    padding-left: 15px;
  }

  .foto_00_1 {
    background-position: 50% 20%;
  }

  .navbar-base_00 {
    flex-basis: 100%;
  }

  .sumario_bloco0b {
    height: 25%;
    padding-left: 15px;
  }

  .div-block-84 {
    grid-template-rows: 30px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .column-6 {
    align-self: auto;
    height: 50%;
    margin-bottom: 31px;
  }

  .text-span-136 {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 24px;
  }

  .container-127 {
    background-image: linear-gradient(to top, #000000d1, #fff0 58%), url('../images/2401_sumario.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 1024px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .capa_titulo3 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 79px;
    line-height: 65px;
  }

  .button-21 {
    flex: 0 auto;
    height: 40px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .chamada2c {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .capa_especial {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 56px;
  }

  .bold-text-13 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 103px;
    line-height: 103px;
  }

  .bold-text-14 {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 47px;
  }

  .slide_06d_1 {
    background-position: 50%;
    background-size: cover;
  }

  .slide_06d_2, .slide_06d_3, .slide_06d_4, .slide_06d_6, .slide_06d_5 {
    background-size: cover;
  }

  .editorial_autor {
    text-align: left;
  }

  .navegador_01_texto_avanca {
    width: 60%;
  }

  .navegador_01_foto_avanca {
    background-image: url('../images/sonho-nove-anos.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_02_foto_volta {
    background-position: 80%;
  }

  .navegador_02_texto_avanca {
    width: 60%;
  }

  .navegador_02_foto_avanca {
    background-image: url('../images/Padre-Gildasio-Mendes.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_03_foto_volta {
    background-image: url('../images/EXPO-MOSB.jpg');
    background-position: 50%;
  }

  .navegador_03_texto_volta {
    background-color: var(--khaki);
  }

  .navegador_03_texto_avanca {
    background-color: var(--09);
    width: 60%;
  }

  .navegador_03_foto_avanca {
    background-image: url('../images/iStock-1354641415-1.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_04_foto_volta {
    background-image: url('../images/DB4-9_mobile.jpg');
  }

  .navegador_04_texto_volta {
    background-color: var(--10);
  }

  .navegador_04_texto_avanca {
    background-color: var(--03);
    width: 60%;
  }

  .navegador_04_foto_avanca {
    background-image: url('../images/iStock-1204387524.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_05_foto_volta {
    background-image: url('../images/sonho-nove-anos.jpg');
    background-position: 50%;
  }

  .navegador_05_texto_volta {
    background-color: var(--navajo-white-2);
  }

  .navegador_05_texto_avanca {
    background-color: var(--light-slate-grey);
    width: 60%;
  }

  .navegador_05_foto_avanca {
    background-image: url('../images/2401_edebe.JPG');
    background-position: 100%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_06_foto_volta {
    background-image: url('../images/2401_edebe.JPG');
  }

  .navegador_06_texto_volta {
    background-color: var(--gainsboro);
  }

  .navegador_06_texto_avanca {
    background-color: var(--khaki);
    width: 60%;
  }

  .navegador_06_foto_avanca {
    background-image: url('../images/EXPO-MOSB.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navbar-base_pub {
    flex-basis: 100%;
  }

  .foto_pub_01 {
    background-position: 50%;
  }

  .navegador_00_pub1_volta {
    background-position: 40%;
  }

  .navegador_00_pub1_avanca {
    background-image: url('../images/Celebração-80-anos-da-Romaria-Salesiana-Nordeste.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_00_pub1_texto_avanca {
    background-color: var(--08);
    width: 60%;
  }

  .foto_pub_02 {
    background-position: 50%;
  }

  .foto_pub_03 {
    background-image: url('../images/Digital.png');
    background-position: 50%;
  }

  .navegador_07_foto_volta {
    background-image: url('../images/02_FEBBRAIO_Cosimo_Musio.jpg');
    background-position: 30%;
  }

  .navegador_07_texto_volta {
    background-color: var(--navajo-white);
  }

  .navegador_07_texto_avanca {
    background-color: var(--03);
    width: 60%;
  }

  .navegador_07_foto_avanca {
    background-image: url('../images/iStock-1154035422.jpg');
    background-position: 45%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_08_foto_volta {
    background-image: url('../images/iStock-1354641415-1.jpg');
    background-position: 50%;
  }

  .navegador_08_texto_volta {
    background-color: var(--09);
  }

  .navegador_08_texto_avanca {
    background-color: var(--12);
    width: 60%;
  }

  .navegador_08_foto_avanca {
    background-image: url('../images/DON-BOSCO-MENDING-SHOES.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_09_foto_volta {
    background-position: 30%;
  }

  .navegador_10_texto_avanca {
    width: 60%;
  }

  .navegador_10_foto_avanca {
    background-image: url('../images/bs_2311_rsb.JPG');
    background-position: 20%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_00_pub02_volta {
    background-position: 50%;
  }

  .navegador_00_pub02_texto_avanca {
    width: 60%;
  }

  .navegador_00_pub02_imagem_avanca {
    background-image: url('../images/COPERTINA-Novembre-2015MD_mobile.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_10_foto_volta {
    background-position: 50%;
  }

  .navegador_10b_texto_avanca {
    width: 60%;
  }

  .navegador_10b_foto_avanca {
    background-image: url('../images/bs_2311_upv.JPG');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_pub03_foto_volta {
    background-position: 30%;
  }

  .navegador_pub03_texto_avanca {
    width: 60%;
  }

  .navegador_pub03_foto_avanca {
    background-image: url('../images/02_FEBBRAIO_Cosimo_Musio.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_12_foto_volta {
    background-image: url('../images/Celebração-80-anos-da-Romaria-Salesiana-Nordeste.jpg');
    background-position: 45%;
  }

  .navegador_12_texto_avanca {
    background-color: var(--11);
    width: 60%;
  }

  .navegador_12_foto_avanca {
    background-image: url('../images/Dia-de-Doar-UPV-2023-na-Casa-Mamãe-Margarida-de-Manaus-AM-Rede-Salesiana-Brasil-RSB-capa.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_13_foto_volta {
    background-position: 50%;
  }

  .navegador_13_texto_avanca {
    width: 60%;
  }

  .navegador_13_foto_avanca {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_11_texto_avanca {
    width: 60%;
  }

  .navegador_11_foto_volta {
    background-position: 30%;
  }

  .navegador_11_foto_avanca {
    background-image: url('../images/c039.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .header_capa {
    background-position: 0%;
  }

  .navbar-base_capa {
    flex-basis: 100%;
  }

  .box_reitor {
    background-image: linear-gradient(to top, #0000005c, #00000061 66%), url('../images/Padre-Angel-Fernandez-Artime-oficial_web2.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .foto_09_1-copy {
    background-image: url('../images/53087539491_45f0ee67c1_o_mobile.jpg');
    background-position: 50%;
  }

  .e_08_titulo_box-2 {
    text-align: left;
    padding-left: 130px;
  }

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

  .box_02_1 {
    margin-top: 60px;
  }

  .box_02_2 {
    padding-top: 40px;
  }

  .navbar-base_03b {
    flex-basis: 100%;
  }

  .box_olho_09-copy, .box_olho_04b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .box_05_1 {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .slider-2 {
    height: auto;
    padding-bottom: 38px;
  }

  .slide-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .slideshow_legenda {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-219 {
    width: auto;
  }

  .box_08 {
    background-image: linear-gradient(to top, var(--01), #b0b0b0b3), url('../images/102A9984.jpg');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .foto_09b_1 {
    background-position: 80%;
  }

  .foto_09b_2 {
    background-position: 0%;
  }

  .navbar-base_09b {
    flex-basis: 100%;
  }

  .box_olho_09b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulo_membiograficas {
    text-align: left;
    letter-spacing: 0;
  }

  .container-145 {
    padding-left: 20px;
  }

  .upv_pix {
    width: 50%;
  }

  .div-block-87 {
    background-size: contain;
  }

  .box_olho_12b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragrafo_autor_opiniao {
    text-align: left;
    padding-left: 360px;
    padding-right: 20px;
  }

  .foto_14_1 {
    background-image: url('../images/Cópia-de-Maria-Troncatti.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .foto_14_2 {
    background-position: 50%;
    background-size: cover;
  }

  .header_14b {
    padding-top: 40px;
  }

  .foto_14_3 {
    background-position: 50%;
  }

  .foto_14_4 {
    background-position: 50% 15%;
    background-size: cover;
  }

  .foto_14_5 {
    background-image: url('../images/Cópia-de-iStock-1063703340.jpg');
    background-position: 50%;
  }

  .foto_14_6, .foto_15_1 {
    background-position: 50%;
    background-size: cover;
  }

  .foto_15_2 {
    background-position: 100%;
  }

  .foto_15_3 {
    background-position: 50% 0;
  }

  .foto_15_4 {
    background-position: 50% 60%;
  }

  .foto_15_5, .foto_15_6, .foto_15_7, .foto_15_8, .foto_15_9 {
    background-position: 50%;
  }

  .link-block_14 {
    background-position: 30%;
  }

  .sumario_bloco14 {
    height: auto;
    padding-left: 15px;
  }

  .link-block_15 {
    background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
    background-position: 50%;
  }

  .div-block-88 {
    grid-template-rows: 30px 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-330 {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 14px;
  }

  .text-span-330-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-13-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 33px;
    line-height: 31px;
  }

  .bold-text-13-copy-copy {
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 33px;
    line-height: 33px;
  }

  .div-block-89 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-nav-2 {
    background-color: var(--black);
  }

  .navegador_00_texto_avanca-copy {
    width: 60%;
  }

  .navegador_00_foto_avanca-copy {
    background-image: url('../images/2401_sumario.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navegador_00_foto_avanca-copy:hover {
    background-image: url('../images/2401_sumario.jpg');
  }

  .navegador_00_texto_avanca-copy-copy {
    width: 60%;
  }

  .navegador_00_foto_avanca-copy-copy {
    background-image: url('../images/RM-Cardeal-2.jpg');
    background-position: 100%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .foto_02_1-copy {
    background-position: 0%;
  }

  .foto_02_2b {
    background-position: 90%;
  }

  .foto_02_3 {
    background-position: 50%;
    background-size: cover;
  }

  .slider-4 {
    height: 600px;
    margin-bottom: 0;
  }

  .slide_09_1-2 {
    background-size: cover;
  }

  .container_titulo-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .intertitulos-2 {
    text-align: left;
    letter-spacing: 0;
  }

  .foto_06_2b, .foto_06_2c {
    background-position: 0%;
  }

  .sumario_bloco11b-copy, .sumario_bloco09c {
    height: auto;
    padding-left: 15px;
  }

  .text-span-549 {
    font-size: 20px;
  }

  .box_olho_11b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sumario_bloco12c {
    height: auto;
    padding-left: 15px;
  }

  .container-3b {
    justify-content: flex-start;
    padding-left: 130px;
  }

  .box_02b_1 {
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .foto_05b_3b {
    background-image: url('../images/Artefatos2.jpg');
    background-position: 0%;
  }

  .sumario_bloco8c {
    height: auto;
    padding-left: 15px;
  }

  .link-block_08c {
    background-image: url('../images/Cópia-de-ACSSA-4.jpg');
    background-position: 50%;
  }

  .box_09b_1 {
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .slide_03a_3d {
    background-image: url('../images/IMG_6736b.jpg');
    background-position: 50%;
  }

  .foto_14_6b {
    background-position: 70%;
  }

  ._2024_legenda_05_1 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .foto_05b_4b {
    background-image: url('../images/Gabinete-.jpg');
    background-position: 0%;
  }

  ._2024_legenda_08_1 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide_02b_a1, .slide_02b_a4 {
    background-size: cover;
  }

  .foto_04_2c {
    background-position: 50% 0;
  }

  .mask-8 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_07b_a3-copy, .slide_07b_a1 {
    background-size: cover;
  }

  .slide_07b_a3 {
    background-position: 50% 0;
    background-size: cover;
  }

  .bold-text-22 {
    letter-spacing: -4px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 130px;
    line-height: 130px;
  }

  .capa_especial-2 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 56px;
  }

  .bold-text-13-copy-copy-2 {
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

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

  .capa_titulo3-2 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 79px;
    line-height: 65px;
  }

  .button-22 {
    flex: 0 auto;
    height: 40px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .container-149 {
    background-image: linear-gradient(0deg, #000000d1, #fff0 58%), url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 1024px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-90 {
    grid-template-rows: 30px 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-891 {
    font-size: 18px;
  }

  .text-span-330-copy-2 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .text-span-892 {
    letter-spacing: 0;
    width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .container-150 {
    margin-bottom: 20px;
  }

  .fotofrente_4 {
    background-image: url('../images/00.jpg');
    background-position: 50%;
  }

  .fotoback_7 {
    background-position: 0%;
  }

  .fotoback_p2, .fotofrente_11 {
    background-position: 50%;
  }

  .fotofrente_14 {
    background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
  }

  .slide-11 {
    background-size: cover;
  }

  .slideshow_legenda_09 {
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .foto_10_2b {
    background-position: 100%;
  }

  .chamada2c-copy {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 18px;
  }

  .section-10 {
    height: auto;
  }

  .slide_2402_02 {
    border-radius: 20px 20px 0 0;
  }

  .mask-10 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_c {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .container_box-2 {
    border-bottom-right-radius: 20px;
  }

  .paragrafo_principal-4 {
    text-align: left;
  }

  .mask-11 {
    border-bottom-right-radius: 20px;
  }

  .foto_08_2c {
    background-position: 50% 0;
  }

  .box_olho_09_acaosocial {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_01_2-2 {
    background-position: 100%;
  }

  .link-block_13c {
    background-position: 50%;
  }

  .sumario_bloco13c {
    height: auto;
    padding-left: 15px;
  }

  .icon-3 {
    background-color: #fff0;
  }

  .section-12 {
    height: 600px;
  }

  .slideshow1 {
    background-size: cover;
  }

  .icon-2 {
    background-color: #fff0;
  }

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

  .e_01_secao-2 {
    width: 80%;
  }

  .e_02_titulo-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .container_subtitulo-2 {
    padding-right: 100px;
  }

  .e_03_desc-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-base_09-2 {
    flex-basis: 100%;
  }

  .foto_09_1-2 {
    background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
    background-position: 50%;
  }

  .navegador_10_texto_avanca-2 {
    width: 60%;
  }

  .e_07_texto_prenuncio_dir-2, .e_07_texto_prenuncio_esq-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .div-block-91 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navegador_09_foto_volta-2 {
    background-position: 50%;
  }

  .navegador_10_foto_avanca-2 {
    background-image: url('../images/UPV_2308.JPG');
    background-position: 20%;
    background-size: cover;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    width: 40%;
  }

  .navbar-base_12b {
    flex-basis: 100%;
  }

  .foto_01_2-3 {
    background-position: 100%;
  }

  .foto_opiniao_escreva {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Cópia-de-iStock-1143286311.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  ._2024_opiniao_escreva {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-14 {
    height: auto;
  }

  ._2406_01_b-2, .foto_02_2c {
    background-position: 100%;
  }

  .box_olho_01-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_04_1c {
    background-position: 100%;
  }

  .box_olho_01-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide_09b_a3-2, .slide_09b_a2-2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda_09-2 {
    text-align: center;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_09b_a5c, .slide_09b_a4-2 {
    background-size: cover;
  }

  .container_box-9 {
    border-bottom-right-radius: 20px;
  }

  .paragrafo_principal-7 {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .slide-35 {
    background-size: cover;
  }

  .slide_02b_a1-4 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda_11b {
    text-align: center;
    width: 70%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_02b_a2-9, .slide-39 {
    background-size: cover;
  }

  .slide_02b_a1-5 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_02b_a2-10 {
    background-size: cover;
  }

  .foto_04_2c-2 {
    background-position: 50% 0;
  }

  .paragrafo_principal-8 {
    text-align: justify;
  }

  .intertitulos-3 {
    text-align: left;
    letter-spacing: 0;
  }

  .box_olho_01-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container_subtitulo-3 {
    padding-right: 100px;
  }

  .header_14b-2 {
    padding-top: 40px;
  }

  .e_02_titulo-3 {
    color: #000;
    font-size: 40px;
    line-height: 45px;
  }

  .paragrafo_principal-9 {
    text-align: left;
  }

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

  .container_box-10 {
    border-bottom-right-radius: 20px;
  }

  .slide_02b_a1-6 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_02b_a2-11 {
    background-size: cover;
  }

  .foto_02_1b-4 {
    background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 50% 0;
  }

  .foto_02_1b-5 {
    background-position: 50%;
  }

  .paragrafo_principal-11 {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container_box-11 {
    border-bottom-right-radius: 20px;
  }

  .box_olho_09_acaosocial-2, .box_olho_09_acaosocial-2b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-18 {
    height: auto;
  }

  .mask-31, ._2406_01_a-3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_b-3 {
    background-position: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section-19 {
    height: auto;
  }

  .mask-32 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_a-4 {
    background-position: 0%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_b-4 {
    background-position: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section-20 {
    margin-bottom: 0;
  }

  .container_box-10b {
    border-bottom-right-radius: 20px;
  }

  .section-21 {
    height: auto;
  }

  .slide_2402_02-5 {
    border-radius: 20px 20px 0 0;
  }

  .mask-33 {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .box_olho_01-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-22 {
    height: 600px;
  }

  .mask-34, ._2406_01_a-6 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  ._2406_01_b-6 {
    background-position: 50%;
    background-size: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-7 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slideshow_legenda-2 {
    text-align: center;
    width: 80%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide_02b_a2-12 {
    background-size: cover;
  }

  .box_olho_05_missoes {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-base_09c {
    flex-basis: 100%;
  }

  .box_olho_09c {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_09_2c {
    background-position: 50%;
  }

  .sumario_bloco09c2 {
    height: auto;
    padding-left: 15px;
  }

  .link-block_08b-copy {
    background-position: 50%;
  }

  .foto_10b {
    background-image: url('../images/Cópia-de-Ação-Social---Sandra-Sahd-e-colaboradores-da--Inspetoria-PIO-X.jpg');
    background-position: 50%;
  }

  .foto_10_2c {
    background-position: 50%;
  }

  .e_05_texto_aspas {
    font-size: 24px;
    line-height: 28px;
  }

  .foto_12_1c {
    background-position: 50% 30%;
  }

  .foto_14_6c {
    background-image: url('../images/Cópia-de-Peregrinação-Patagônia.jpg');
    background-position: 50%;
  }

  .foto_15_2-2, .foto_15_3-2 {
    background-position: 50%;
  }

  .sumario_foto_capab {
    background-color: #3f000000;
    background-image: linear-gradient(90deg, #b5ab87, #b5ab8799);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 30%;
  }

  .e_sumario_tit_grande_claro {
    margin-bottom: 0;
    font-size: 40px;
  }

  .e_sumario_texto_grande_claro {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
  }

  .foto_04_2-copy, .foto_02_2c-copy {
    background-position: 50%;
  }

  .foto_15_4-copy {
    background-position: 50% 60%;
  }

  .bold-text-22-copy {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .foto_04_2-copy-copy {
    background-position: 50%;
  }

  .navbar-base_07b {
    flex-basis: 100%;
  }

  .box_olho_07b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-36 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .box_olho_08-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_02_1b-5-copy {
    background-position: 50%;
  }

  .mask-37 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_10_2-copy {
    background-position: 50%;
  }

  .foto_05_1-copy {
    background-image: url('../images/comolo-e-bosco_093203.jpg');
    background-position: 0%;
  }

  .foto_02_1b-4-copy {
    background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192009.jpg');
    background-position: 50% 0;
  }

  .mask-38 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_05_1-copy-copy {
    background-image: url('../images/Cópia-de-IMG_1018.jpg');
    background-position: 0%;
  }

  .paragrafo_principal-12 {
    text-align: justify;
  }

  .intertitulos-4 {
    text-align: left;
    letter-spacing: 0;
  }

  .container_box-12 {
    border-bottom-right-radius: 20px;
  }

  .paragrafo_principal-13 {
    text-align: justify;
  }

  .link-block_14-copy {
    background-position: 30%;
  }

  .sumario_bloco14-copy {
    height: auto;
    padding-left: 15px;
  }

  .credito-copy-copy {
    bottom: 0;
  }

  .text-block-6, .text-block-7 {
    top: 0;
  }

  .credito-copy-copy-copy {
    bottom: 0;
  }

  .text-block-8 {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .foto_01_1 {
    background-position: 50%;
  }

  .header_01 {
    padding-top: 20px;
  }

  .e_02_titulo {
    text-align: left;
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .container_titulo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .e_03_desc {
    text-align: left;
    width: 100%;
  }

  .e_01_secao {
    text-align: left;
    align-self: flex-start;
    width: 80%;
    padding-left: 40px;
  }

  .e_04_autor {
    text-align: left;
    align-self: flex-start;
    width: 80%;
  }

  .paragrafo_principal {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulos {
    direction: ltr;
    letter-spacing: 0;
  }

  .foto_01_2 {
    background-position: 50%;
  }

  .e_05_texto_olho {
    text-align: center;
  }

  .container_subtitulo {
    padding-left: 40px;
    padding-right: 60px;
  }

  .foto_01_3 {
    background-position: 50%;
  }

  .container-3 {
    justify-content: center;
    padding-left: 0;
  }

  .navlink_botao {
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .quick-stack {
    grid-column-gap: 20px;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .e_07_texto_prenuncio_esq, .e_07_texto_prenuncio_dir {
    font-size: 14px;
    line-height: 16px;
  }

  .e_08_titulo_box {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .navegador_rodape {
    height: 180px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    justify-content: space-around;
  }

  .div-block-10 {
    background-color: #0000;
    justify-content: space-between;
  }

  .navegador_00_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_00_foto_avanca, .navegador_00_foto_volta {
    width: 30%;
  }

  .navegador_01_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navbar-base_01 {
    flex-basis: 100%;
  }

  .header_02 {
    padding-top: 20px;
  }

  .foto_02_1 {
    background-image: url('../images/Cópia-de-iStock-1468262860_1.jpg');
    background-position: 50%;
  }

  .navbar-base_02 {
    flex-basis: 100%;
  }

  .container-8 {
    background-size: cover;
  }

  .sumario_foto_capa {
    background-image: none;
    padding-bottom: 20px;
  }

  .sumario_bloco1b {
    height: auto;
  }

  .container-10 {
    background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 50%;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

  .e_sumario_tit_grande {
    font-size: 30px;
  }

  .e_sumario_texto_grande {
    font-size: 20px;
  }

  .sumario_bloco2b {
    height: auto;
  }

  .sumario_foto4 {
    height: 70%;
  }

  .sumario_bloco3b {
    height: auto;
  }

  .quick-stack-2 {
    height: auto;
    padding-left: 0;
  }

  .link-block-20 {
    height: 400px;
  }

  .sumario_bloco4b {
    height: auto;
  }

  .navbar-base_sumario, .navbar-base_02-copy {
    flex-basis: 100%;
  }

  .sumario_foto6 {
    background-position: 50% 0;
  }

  .container-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sumario_foto7, .sumario_foto8 {
    background-position: 50% 0;
    height: 70%;
  }

  .sumario_foto9 {
    background-position: 50% 0;
  }

  .sumario_bloco6b, .sumario_bloco7b {
    height: auto;
  }

  .link-block_01b {
    background-position: 30%;
  }

  .link-block_03b {
    background-position: 50%;
    height: 400px;
  }

  .link-block_06b {
    background-image: url('../images/comolo-e-bosco_093203.jpg');
    background-position: 30%;
  }

  .link-block_07b {
    background-image: url('../images/Cópia-de-iStock-499451017.jpg');
    background-position: 75%;
  }

  .container-17 {
    height: 400px;
  }

  .navbar-base_03 {
    flex-basis: 100%;
  }

  .header_03 {
    padding-top: 20px;
  }

  .navbar-base_04 {
    flex-basis: 100%;
  }

  .header_04 {
    padding-top: 20px;
  }

  .navbar-base_08 {
    flex-basis: 100%;
  }

  .header_08 {
    padding-top: 20px;
  }

  .foto_08_1 {
    background-image: url('../images/IMG_20220426_085245.jpg');
    background-position: 50%;
  }

  .foto_08_2 {
    background-position: 50%;
  }

  .box_foto_1 {
    height: 400px;
  }

  .foto_04_1 {
    background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
    background-position: 35%;
  }

  .foto_04_2 {
    background-position: 50%;
  }

  .foto_10_1 {
    background-image: url('../images/kweb.jpg');
    background-position: 45%;
    background-size: cover;
  }

  .foto_10_2 {
    background-position: 50%;
  }

  .navbar-base_10 {
    flex-basis: 100%;
  }

  .header_10 {
    padding-top: 20px;
  }

  .foto_11_1, .foto_11_2 {
    background-position: 50%;
  }

  .navbar-base_11 {
    flex-basis: 100%;
  }

  .header_11 {
    padding-top: 20px;
  }

  .navbar-base_12 {
    flex-basis: 100%;
  }

  .header_12 {
    padding-top: 20px;
  }

  .foto_12 {
    background-position: 50%;
  }

  .foto_12_2 {
    background-position: 30%;
  }

  .foto_12_3 {
    background-position: 20%;
  }

  .e_02_titulo_retranca {
    font-size: 32px;
    line-height: 38px;
  }

  .navbar-base_13 {
    flex-basis: 100%;
  }

  .foto_13_1 {
    background-position: 40% 0;
  }

  .header_13 {
    padding-top: 20px;
  }

  .foto_13_2 {
    background-position: 30%;
  }

  .navbar-base_05 {
    flex-basis: 100%;
  }

  .header_05 {
    padding-top: 20px;
  }

  .foto_05_1 {
    background-position: 30%;
  }

  .foto_05_2 {
    background-position: 50%;
  }

  .slider {
    height: 500px;
  }

  .navbar-base_07 {
    flex-basis: 100%;
  }

  .header_07 {
    padding-top: 20px;
  }

  .box_olho_07 {
    width: auto;
  }

  .foto_07_1 {
    background-position: 50%;
  }

  .foto_07_2 {
    background-position: 30%;
  }

  .foto_09_1 {
    background-position: 70%;
  }

  .navbar-base_09 {
    flex-basis: 100%;
  }

  .header_09 {
    padding-top: 20px;
  }

  .foto_09_2 {
    background-position: 80%;
  }

  .navbar-base_06 {
    flex-basis: 100%;
  }

  .header_06 {
    padding-top: 20px;
  }

  .foto_06_1 {
    background-position: 100%;
  }

  .foto_06_2 {
    background-position: 30%;
  }

  .navbar-base_02-copy {
    flex-basis: 100%;
  }

  .foto_01_1-copy {
    background-position: 0%;
  }

  .sumario_bloco8b, .sumario_bloco10b {
    height: auto;
  }

  .link-block_12b {
    background-position: 100%;
  }

  .foto_00_1 {
    background-position: 50% 40%;
  }

  .header_00 {
    padding-top: 20px;
  }

  .navbar-base_00 {
    flex-basis: 100%;
  }

  .link-block_00b {
    background-image: url('../images/eb7f8b7c-4796-41b3-aa91-2ef978824759_192010.jpg');
    background-position: 50% 0;
  }

  .sumario_bloco0b {
    height: auto;
  }

  .div-block-84 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 20px 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .column-6 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    margin-bottom: 0;
  }

  .column-8 {
    height: 100%;
  }

  .text-span-136 {
    width: 228px;
    font-size: 14px;
  }

  .container-127 {
    background-image: linear-gradient(to top, #000000c2, #fff0 50%), url('../images/2401_sumario.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 600px;
    padding-bottom: 0;
  }

  .capa_titulo3 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 61px;
    line-height: 48px;
  }

  .button-21 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .chamada2c {
    letter-spacing: -.5px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .capa_especial {
    letter-spacing: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .bold-text-13 {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 76px;
    line-height: 86px;
  }

  .bold-text-14 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 27px;
  }

  .editorial_autor {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navegador_01_foto_volta {
    width: 30%;
  }

  .navegador_01_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_01_foto_avanca {
    width: 30%;
  }

  .navegador_02_foto_volta {
    background-position: 80%;
    width: 30%;
  }

  .navegador_02_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_02_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_02_foto_avanca {
    background-position: 100%;
    width: 30%;
  }

  .navegador_03_foto_volta {
    width: 30%;
  }

  .navegador_03_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_03_texto_avanca {
    background-color: var(--09);
    width: 70%;
    padding-left: 10px;
  }

  .navegador_03_foto_avanca {
    background-position: 40%;
    width: 30%;
  }

  .navegador_04_foto_volta {
    width: 30%;
  }

  .navegador_04_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_04_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_04_foto_avanca, .navegador_05_foto_volta {
    width: 30%;
  }

  .navegador_05_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_05_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_05_foto_avanca {
    background-position: 80%;
    width: 30%;
  }

  .navegador_06_foto_volta {
    background-position: 100%;
    width: 30%;
  }

  .navegador_06_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_06_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_06_foto_avanca {
    background-position: 50%;
    width: 30%;
  }

  .navbar-base_pub {
    flex-basis: 100%;
  }

  .foto_pub_01 {
    background-position: 50%;
    background-size: cover;
  }

  .navegador_00_pub1_volta {
    background-position: 40%;
    width: 30%;
  }

  .navegador_00_pub1_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_00_pub1_avanca {
    width: 30%;
  }

  .navegador_00_pub1_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .foto_pub_02 {
    background-position: 50%;
    background-size: cover;
  }

  .foto_pub_03 {
    background-position: 50%;
    background-size: contain;
  }

  .navegador_07_foto_volta {
    background-position: 50%;
    width: 30%;
  }

  .navegador_07_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_07_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_07_foto_avanca {
    background-position: 45%;
    width: 30%;
  }

  .navegador_08_foto_volta {
    background-position: 40%;
    width: 30%;
  }

  .navegador_08_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_08_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_08_foto_avanca, .navegador_09_foto_volta {
    width: 30%;
  }

  .navegador_09_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_10_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_10_foto_avanca {
    background-position: 100%;
    width: 30%;
  }

  .navegador_00_pub02_volta {
    background-position: 50%;
    width: 30%;
  }

  .navegador_00_pub02_imagem_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_00_pub02_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_00_pub02_imagem_avanca, .navegador_10_foto_volta {
    width: 30%;
  }

  .navegador_10_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_10b_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_10b_foto_avanca {
    background-position: 0%;
    width: 30%;
  }

  .navegador_pub03_foto_volta {
    background-position: 100%;
    width: 30%;
  }

  .navegador_pub03_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_pub03_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_pub03_foto_avanca {
    width: 30%;
  }

  .navegador_12_foto_volta {
    background-position: 45%;
    width: 30%;
  }

  .navegador_12_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_12_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_12_foto_avanca {
    background-position: 50%;
    width: 30%;
  }

  .navegador_13_foto_volta {
    background-position: 0%;
    width: 30%;
  }

  .navegador_13_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_13_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_13_foto_avanca {
    width: 30%;
  }

  .navegador_11_texto_avanca {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_11_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_11_foto_volta {
    width: 30%;
  }

  .navegador_11_foto_avanca {
    background-position: 50%;
    width: 30%;
  }

  .header_capa {
    background-position: 50%;
  }

  .navbar-base_capa {
    flex-basis: 100%;
  }

  .navegador_00_texto_volta {
    width: 70%;
    padding-right: 10px;
  }

  .foto_09_1-copy {
    background-position: 100%;
  }

  .e_08_titulo_box-2 {
    text-align: left;
    padding-left: 40px;
  }

  .paragrafo_principal-2 {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box_2_foto_1, .box_2_foto_2, .box_2_foto_3 {
    height: 400px;
  }

  .box_02_2 {
    padding-top: 40px;
  }

  .box_2b_foto_1, .box_2b_foto_2, .box_2b_foto_3, .box_2b_foto_4, .box_2b_foto_5, .box_2b_foto_6 {
    height: 400px;
  }

  .foto_09_2-copy {
    background-position: 50%;
  }

  .navbar-base_03b {
    flex-basis: 100%;
  }

  .foto_05_3b {
    background-position: 50%;
  }

  .foto_05_4 {
    background-position: 30%;
  }

  .foto_05_5 {
    background-position: 0%;
  }

  .slider-2 {
    height: 500px;
  }

  .slide-1 {
    background-image: url('../images/AMJ-sul.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slideshow_legenda {
    font-size: 10px;
    line-height: 14px;
  }

  .foto_09b_1 {
    background-position: 60%;
  }

  .foto_09b_2 {
    background-position: 0%;
  }

  .header_09b {
    padding-top: 20px;
  }

  .navbar-base_09b {
    flex-basis: 100%;
  }

  .foto_09b_3 {
    background-position: 50%;
  }

  .intertitulo_membiograficas {
    letter-spacing: 0;
  }

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

  .upv_pix {
    padding-left: 40px;
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-87 {
    background-size: contain;
    width: 300px;
    margin-right: 40px;
    padding-right: 0;
  }

  .paragrafo_autor_opiniao {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_14_1, .foto_14_2 {
    background-position: 50%;
  }

  .header_14 {
    padding-top: 20px;
  }

  .header_14b {
    padding-top: 40px;
  }

  .foto_14_3 {
    background-position: 50%;
  }

  .foto_14_4 {
    background-position: 50% 15%;
    background-size: cover;
  }

  .foto_14_5 {
    background-image: url('../images/Cópia-de-iStock-1063703340.jpg');
    background-position: 40%;
  }

  .foto_14_6 {
    background-position: 50%;
    background-size: cover;
  }

  .foto_15_1, .foto_15_2 {
    background-position: 50%;
  }

  .foto_15_3 {
    background-position: 45%;
    background-size: cover;
  }

  .foto_15_4 {
    background-position: 50%;
  }

  .foto_15_5 {
    background-position: 35%;
  }

  .foto_15_6, .foto_15_7 {
    background-position: 40%;
  }

  .foto_15_8 {
    background-position: 50%;
  }

  .foto_15_9 {
    background-position: 60%;
  }

  .e_08_titulo_box_editorial {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .link-block_15 {
    background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
    background-position: 50% 0;
  }

  .div-block-88 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 20px 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 40px;
  }

  .text-span-330 {
    width: 228px;
    font-size: 12px;
  }

  .text-span-330-copy {
    width: 228px;
    font-size: 16px;
  }

  .bold-text-13-copy {
    opacity: 1;
    font-size: 27px;
    line-height: 27px;
  }

  .bold-text-13-copy-copy {
    opacity: 1;
    font-size: 24px;
    line-height: 27px;
  }

  .slide-nav-2 {
    height: 50px;
  }

  .navegador_00_foto_volta-copy {
    width: 30%;
  }

  .navegador_00_foto_avanca-copy {
    width: 30%;
  }

  .navegador_00_foto_volta-copy {
    background-position: 50%;
    width: 30%;
  }

  .navegador_00_texto_volta-copy {
    width: 70%;
    padding-right: 10px;
  }

  .navegador_00_texto_avanca-copy {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_00_foto_avanca-copy {
    background-image: url('../images/2401_sumario.jpg');
    width: 30%;
  }

  .navegador_00_texto_avanca-copy-copy {
    width: 70%;
    padding-left: 10px;
  }

  .navegador_00_foto_avanca-copy-copy {
    background-position: 80%;
    width: 30%;
  }

  .foto_02_1-copy {
    background-position: 15%;
  }

  .foto_02_2b {
    background-position: 60%;
  }

  .foto_02_3 {
    background-position: 50%;
  }

  .slider-4 {
    height: 500px;
  }

  .mask-4 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .slide_09_1-2 {
    background-position: 50%;
  }

  .foto_03_2b {
    background-position: 50%;
    height: 400px;
    margin-bottom: 0;
  }

  .box_02_1-2 {
    padding-top: 20px;
  }

  .paragrafo_principal-3 {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulos-2 {
    letter-spacing: 0;
  }

  .foto_09_2-2 {
    background-position: 50%;
  }

  .foto_06_2b {
    background-position: 100%;
  }

  .foto_06_2c {
    background-position: 30%;
  }

  .text-span-549 {
    font-size: 16px;
  }

  .navegador_00_foto_volta-copy-copy {
    width: 30%;
  }

  .slider-5 {
    height: 500px;
  }

  .mask-5 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .slide_09_1-3 {
    background-position: 50%;
  }

  .container-3b {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .foto_05b_3b {
    background-position: 50%;
  }

  .sumario_bloco8c {
    height: auto;
  }

  .link-block_08c {
    background-image: url('../images/Cópia-de-ACSSA-4.jpg');
    background-position: 50% 0;
  }

  .slide_03a_3d {
    height: 500px;
  }

  .slide_09_1-4 {
    background-position: 50%;
  }

  .mask-6 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .slider_03_2, .slide_03a_3c {
    height: 500px;
  }

  .foto_14_6b {
    background-position: 70%;
  }

  ._2024_legenda_05_1 {
    font-size: 12px;
    line-height: 14px;
  }

  .foto_05b_4b {
    background-position: 50%;
  }

  ._2024_legenda_08_1 {
    font-size: 12px;
    line-height: 14px;
  }

  .slider-6 {
    height: 500px;
  }

  .mask-7 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1, .slide_02b_b1, .slide_02b_c1, .slide_02b_d1, .slide_02b_e1, .slide_02b_f1, .slide_02b_g1, .slide_02b_h1, .slide_02b_i1, .slide_02b_j1 {
    background-position: 50%;
  }

  .foto_04_2c {
    background-position: 50% 0;
  }

  .credito_istock {
    font-size: 10px;
  }

  .foto_02_1b {
    background-position: 50%;
  }

  .slider-7 {
    height: 500px;
  }

  .mask-8 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1 {
    background-position: 50%;
  }

  .slider_07 {
    height: 500px;
  }

  .mask-9 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-8 {
    height: 500px;
  }

  .slide_07b_a1 {
    background-position: 50%;
  }

  .column-9 {
    height: 100%;
  }

  .bold-text-22 {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 103px;
    line-height: 100px;
  }

  .capa_especial-2 {
    letter-spacing: 0;
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 26px;
  }

  .bold-text-13-copy-copy-2 {
    opacity: 1;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 17px;
  }

  .capa_titulo3-2 {
    letter-spacing: -2px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 61px;
    line-height: 48px;
  }

  .button-22 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .container-149 {
    background-image: linear-gradient(0deg, #00000094, #fff0 70%), url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: flex-end;
    height: 600px;
    padding-bottom: 0;
  }

  .div-block-90 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 20px 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-891 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .text-span-330-copy-2 {
    width: 228px;
    font-size: 12px;
  }

  .text-span-892 {
    width: 228px;
    font-size: 12px;
    line-height: 12px;
  }

  .container-150 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fotofrente_0 {
    background-position: 50%;
  }

  .fotoback_1 {
    background-position: 70%;
  }

  .fotofrente_1, .fotofrente_2, .fotofrente_3 {
    background-position: 50%;
  }

  .fotofrente_4 {
    background-color: var(--gainsboro-2);
    background-position: 50%;
  }

  .fotofrente_5 {
    background-position: 50%;
  }

  .fotofrente_6 {
    background-position: 100%;
  }

  .fotoback_p1, .fotofrente_p1, .fotofrente_7 {
    background-position: 50%;
  }

  .fotofrente_8 {
    background-position: 100%;
  }

  .fotofrente_9, .fotofrente_p2, .fotofrente_10, .fotofrente_11 {
    background-position: 50%;
  }

  .fotofrente_p3 {
    background-position: 60%;
  }

  .fotofrente_12, .fotofrente_13, .fotofrente_14, .slide_03b_a1, .slide_03b_b1, .slide_09b_a1 {
    background-position: 50%;
  }

  .slideshow_legenda_09 {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
  }

  .foto_10_2b {
    background-position: 0%;
  }

  .chamada2c-copy {
    letter-spacing: -.5px;
    letter-spacing: -.5px;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .section-10 {
    height: auto;
  }

  .slide_2402_02 {
    height: 500px;
  }

  .mask-10 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  .slide_09_1-5 {
    background-position: 50%;
  }

  ._2406_01_b, ._2406_01_c {
    height: 500px;
  }

  .paragrafo_principal-4 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-9 {
    height: 500px;
  }

  .mask-11 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-2 {
    background-position: 50%;
  }

  .foto_08_2c {
    background-position: 30% 0;
  }

  .slider-10 {
    height: 500px;
  }

  .mask-12 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-3 {
    background-position: 50%;
  }

  .foto_01_2-2 {
    background-position: 100%;
  }

  .link-block_13c {
    background-position: 50%;
  }

  .icon-3 {
    background-color: #fff0;
  }

  .s_foto10, .s_foto8 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .s_foto1 {
    flex: 0 auto;
    height: 100%;
  }

  .s_foto3 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .mask-4-copy {
    border-radius: 10px;
    height: auto;
  }

  .slider_03_2-2, .section-12 {
    height: auto;
  }

  .s_foto2 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .slideshow_03_1a {
    height: auto;
  }

  ._2024_legenda_slideshow {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .s_foto6, .s_foto7, .s_foto5, .s_foto9, .s_foto4 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .slideshow1 {
    background-image: linear-gradient(#0000, #0000);
    border-radius: 10px;
    height: 400px;
  }

  .icon-2 {
    background-color: #fff0;
  }

  .header_09-2 {
    padding-top: 20px;
  }

  .e_01_secao-2 {
    width: 80%;
  }

  .e_02_titulo-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .container_subtitulo-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .e_03_desc-2 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .e_04_autor-2 {
    width: 80%;
  }

  .navbar-base_09-2 {
    flex-basis: 100%;
  }

  .foto_09_1-2 {
    background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
    background-position: 50%;
  }

  .navegador_10_texto_avanca-2 {
    width: 70%;
    padding-left: 10px;
  }

  .e_07_texto_prenuncio_dir-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .navegador_09_texto_volta-2 {
    width: 70%;
    padding-right: 10px;
  }

  .e_07_texto_prenuncio_esq-2 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-91 {
    background-color: #0000;
    justify-content: space-between;
  }

  .div-block-92 {
    justify-content: space-around;
  }

  .navegador_09_foto_volta-2 {
    background-position: 50%;
    width: 30%;
  }

  .navegador_10_foto_avanca-2 {
    width: 30%;
  }

  .s_foto11, .s_foto12 {
    background-size: cover;
    flex: 0 auto;
    height: 100%;
  }

  .navbar-base_12b {
    flex-basis: 100%;
  }

  .header_12b {
    padding-top: 20px;
  }

  .foto_01_2-3, .foto_opiniao_escreva {
    background-position: 50%;
  }

  ._2024_opiniao_escreva {
    text-align: center;
    align-self: flex-start;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 38px;
  }

  .fotoback_12b {
    background-position: 60%;
  }

  .fotofrente_12b {
    background-position: 50%;
  }

  .section-14 {
    height: auto;
  }

  .slide_2402_02-2 {
    height: 500px;
  }

  .mask-13 {
    border-radius: 10px;
    height: 500px;
  }

  .slide_09_1-6 {
    background-position: 50%;
  }

  ._2406_01_b-2 {
    background-position: 100%;
    height: 500px;
  }

  ._2406_01_c-2 {
    height: 500px;
  }

  .foto_02_2c {
    background-position: 50%;
  }

  .foto_04_1c {
    background-position: 70%;
  }

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

  .slider-11 {
    height: 500px;
  }

  .slideshow_legenda_09-2 {
    text-align: center;
    width: 90%;
    font-size: 10px;
    line-height: 14px;
  }

  .mask-14 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .e_05_texto_olho-3 {
    text-align: center;
  }

  .paragrafo_principal-7 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-18 {
    height: 500px;
  }

  .mask-20 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-4 {
    background-position: 50%;
  }

  .slideshow_legenda_11b {
    text-align: center;
    width: 70%;
    font-size: 10px;
    line-height: 14px;
  }

  .slider-19 {
    height: 500px;
  }

  .mask-21 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-5 {
    background-position: 50%;
  }

  .foto_04_2c-2 {
    background-position: 50% 0;
  }

  .paragrafo_principal-8 {
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .intertitulos-3 {
    letter-spacing: 0;
  }

  .container_subtitulo-3 {
    padding-left: 40px;
    padding-right: 60px;
  }

  .header_14b-2 {
    padding-top: 40px;
  }

  .e_02_titulo-3 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 38px;
  }

  .paragrafo_principal-9 {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragrafo_principal-10 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-20 {
    height: 500px;
  }

  .mask-22 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-2, .foto_02_1b-2 {
    background-position: 50%;
  }

  .slider-21 {
    height: 500px;
  }

  .mask-23 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_02b_a1-6 {
    background-position: 50% 30%;
  }

  .foto_02_1b-3, .foto_02_1b-4, .foto_02_1b-5 {
    background-position: 50%;
  }

  .paragrafo_principal-11 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-22 {
    height: 500px;
  }

  .mask-24 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-3, .foto_02_1b-6 {
    background-position: 50%;
  }

  .slide_09_1-7 {
    background-position: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_2402_02-3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 500px;
  }

  .section-18 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .mask-31 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  ._2406_01_a-3 {
    background-position: 50%;
  }

  ._2406_01_b-3 {
    background-position: 100%;
    height: 500px;
  }

  .credito_istock-2 {
    font-size: 10px;
  }

  .slide_09_1-8 {
    background-position: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_2402_02-4 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 500px;
  }

  .section-19 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: auto;
  }

  .mask-32 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  ._2406_01_a-4 {
    background-position: 0%;
  }

  ._2406_01_b-4 {
    background-position: 100%;
    height: 500px;
  }

  .credito_istock-3 {
    font-size: 10px;
  }

  .foto_02_1b-7 {
    background-position: 50%;
  }

  .section-21 {
    height: auto;
  }

  .slide_2402_02-5 {
    height: 500px;
  }

  .mask-33 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  .slide_09_1-9 {
    background-position: 50%;
  }

  ._2406_01_b-5 {
    height: 500px;
  }

  .slide_09_1-10 {
    background-position: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_2402_02-6 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 500px;
  }

  .section-22 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 600px;
  }

  .mask-34 {
    border-radius: 10px 10px 0 0;
    height: 500px;
  }

  ._2406_01_a-6 {
    background-position: 50%;
  }

  ._2406_01_b-6 {
    background-position: 50%;
    height: 500px;
  }

  .credito_istock-4 {
    font-size: 10px;
  }

  .slide_02b_a1-7 {
    background-position: 50%;
  }

  .slide_02b_a4-12 {
    background-position: 0 0;
  }

  .slideshow_legenda-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .mask-35 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-23 {
    height: 500px;
  }

  .header_09c {
    padding-top: 20px;
  }

  .navbar-base_09c {
    flex-basis: 100%;
  }

  .foto_09_2c, .foto_10b, .foto_10_2c {
    background-position: 50%;
  }

  .e_05_texto_aspas {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .foto_12_1c {
    background-position: 50% 40%;
  }

  .foto_14_6c {
    background-image: url('../images/Cópia-de-Peregrinação-Patagônia.jpg');
    background-position: 70%;
  }

  .foto_15_2-2 {
    background-position: 50%;
  }

  .foto_15_3-2 {
    background-position: 50%;
    background-size: cover;
  }

  .fotofrente_9-copy {
    background-position: 50%;
  }

  .sumario_foto_capab {
    background-image: linear-gradient(135deg, #b5ab87, #b5ab8799);
    padding-bottom: 20px;
  }

  .e_sumario_tit_grande_claro {
    font-size: 30px;
  }

  .e_sumario_texto_grande_claro {
    font-size: 20px;
  }

  .foto_04_2-copy {
    background-position: 100%;
  }

  .foto_02_2c-copy {
    background-position: 25%;
  }

  .foto_15_4-copy {
    background-position: 50%;
  }

  .bold-text-22-copy {
    letter-spacing: -2px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .foto_04_2-copy-copy {
    background-position: 50%;
  }

  .navbar-base_07b {
    flex-basis: 100%;
  }

  .header_07b {
    padding-top: 20px;
  }

  .slider-25 {
    height: 500px;
  }

  .mask-36 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slide_04b_a1-copy, .foto_02_1b-5-copy {
    background-position: 50%;
  }

  .slider-26 {
    height: 500px;
  }

  .mask-37 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .foto_10_2-copy {
    background-position: 50%;
  }

  .foto_05_1-copy {
    background-position: 30%;
  }

  .foto_02_1b-4-copy {
    background-position: 50%;
  }

  .slider-27 {
    height: 500px;
  }

  .mask-38 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-27-copy {
    height: 500px;
  }

  .foto_05_1-copy-copy {
    background-position: 30%;
  }

  .slide-79 {
    background-position: 100%;
  }

  .paragrafo_principal-12 {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-39 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .intertitulos-4 {
    direction: ltr;
    letter-spacing: 0;
  }

  .slider-28 {
    height: 500px;
  }

  .paragrafo_principal-13 {
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fotofrente_3-copy, .fotofrente_7-copy {
    background-position: 50%;
  }

  .credito-copy-copy {
    bottom: 0;
  }

  .text-block-6, .text-block-7 {
    top: 0;
  }

  .credito-copy-copy-copy {
    bottom: 0;
  }

  .text-block-8 {
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    background-color: #000;
    height: 100vh;
    padding-top: 12px;
    line-height: 16px;
  }

  .foto_01_1 {
    background-position: 50%;
    height: 400px;
  }

  .header_01 {
    padding-top: 10px;
  }

  .e_02_titulo {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .container_titulo {
    align-items: flex-start;
  }

  .e_03_desc {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .e_01_secao {
    text-align: left;
    order: 0;
    align-self: flex-start;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
  }

  .e_04_autor {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paragrafo_principal {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .intertitulos {
    font-size: 22px;
    line-height: 22px;
  }

  .foto_01_2 {
    height: 300px;
  }

  .box_olho_01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .e_05_texto_olho {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .container_subtitulo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .foto_01_3 {
    background-position: 100%;
    height: 300px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .baixepdf {
    margin-bottom: 40px;
  }

  .link_pdf {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .navlink_botao {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    height: 8px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: flex;
  }

  .cell {
    flex-direction: column;
  }

  .div-block-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 80%;
    padding: 10px;
  }

  .div-block-6 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 300px;
    padding: 10px;
  }

  .div-block-7 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 80%;
    padding: 10px;
  }

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

  .div-block-8 {
    border-radius: 20px 20px 0 0;
  }

  .e_07_texto_prenuncio_esq, .e_07_texto_prenuncio_dir {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .e_08_titulo_box {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .navegador_rodape {
    grid-column-gap: 10px;
    height: 130px;
  }

  .navegador_00_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_00_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_00_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_01_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .nav_2011_1 {
    flex: 1;
    height: 100px;
  }

  .botao-voltar {
    width: 100px;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .botao_voltar_texto {
    font-size: 16px;
  }

  .botao-avancar {
    width: 100px;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rodape_infos_01 {
    font-size: 12px;
  }

  .header_02 {
    padding-top: 10px;
  }

  .foto_02_1 {
    background-image: url('../images/Cópia-de-iStock-1468262860_1.jpg');
    background-position: 50%;
    height: 400px;
  }

  .container-8 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .e_sumario_tit {
    font-size: 18px;
  }

  .e_sumario_texto {
    font-size: 12px;
    line-height: 14px;
  }

  .sumario_foto_capa {
    background-image: linear-gradient(180deg, #ffc25005 68%, var(--capa2503b) 68%, var(--capa2503b) 73%), url('../images/Cópia-de-iStock-1440486201.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-flow: column;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sumario_bloco1 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .sumario_bloco1b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    background-image: url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-11 {
    grid-template: "Area Area Area"
                   "Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2"
                   "Area-3 Area-4 Area-5"
                   ". Area-6 ."
                   / 1fr;
  }

  .e_sumario_tit_grande {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .e_sumario_texto_grande {
    font-size: 16px;
    line-height: 18px;
  }

  .sumario_foto2b, .sumario_foto3 {
    height: 200px;
  }

  .sumario_bloco2b {
    align-self: auto;
    padding-left: 10px;
    font-size: 12px;
  }

  .sumario_bloco3b {
    height: auto;
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block-19 {
    background-position: 50%;
    flex: none;
    align-self: auto;
    height: 100%;
    margin-bottom: 0;
  }

  .quick-stack-2 {
    grid-row-gap: 16px;
    height: auto;
    padding-bottom: 0;
  }

  .link-block-20 {
    height: 100%;
  }

  .sumario_bloco4b {
    flex: 0 auto;
    height: auto;
    padding-left: 10px;
    font-size: 12px;
  }

  .foto_sumario {
    background-position: 0 0;
    height: auto;
  }

  .sumario_bloco5b {
    padding-left: 10px;
    font-size: 12px;
  }

  .container-15 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sumario_bloco6b, .sumario_bloco7b, .sumario_bloco11b {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_02b {
    background-position: 50%;
    flex-direction: column;
    flex: 0 400px;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
    height: 400px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .e_sumario_tit_2 {
    margin-bottom: 10px;
  }

  .e_sumario_texto_2 {
    font-size: 12px;
    line-height: 14px;
  }

  .link-block_01b {
    flex-direction: column;
    flex: 0 100%;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-end;
    height: 400px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .link-block_03b {
    background-position: 50%;
    flex: 0 400px;
    align-items: stretch;
    height: 400px;
  }

  .link-block_04b {
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    flex: 0 400px;
    order: 0;
    align-items: stretch;
    height: 400px;
  }

  .link-block_05b, .link-block_06b {
    flex: 0 auto;
  }

  .link-block_07b {
    background-image: url('../images/Cópia-de-iStock-499451017.jpg');
    flex: 0 auto;
  }

  .link-block_08b {
    background-position: 50%;
    flex: 0 auto;
  }

  .foto_01_2-copy {
    height: 300px;
  }

  .container-17 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .header_03 {
    padding-top: 10px;
  }

  .box_olho_03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_03_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_03_2, .foto_03_3 {
    height: 300px;
  }

  .header_04 {
    padding-top: 10px;
  }

  .box_olho_04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_08 {
    padding-top: 10px;
  }

  .box_olho_08 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_08_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_08_2, .foto_08_3 {
    height: 300px;
  }

  .box_foto_1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .foto_04_1 {
    background-image: url('../images/Cópia-de-iStock-1281504352.jpg');
    background-position: 35%;
    height: 400px;
  }

  .foto_04_2 {
    height: 300px;
  }

  .foto_04_3 {
    background-position: 50%;
    height: 300px;
  }

  .foto_10_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_10_2 {
    height: 300px;
  }

  .foto_10_3 {
    background-position: 100%;
    height: 300px;
  }

  .header_10 {
    padding-top: 10px;
  }

  .box_olho_10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_11_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_11_2 {
    background-position: 70%;
    height: 300px;
  }

  .foto_11_3 {
    background-position: 50%;
    height: 300px;
  }

  .header_11 {
    padding-top: 10px;
  }

  .box_olho_11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_12 {
    padding-top: 10px;
  }

  .box_olho_12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_12 {
    background-position: 50%;
    height: 400px;
  }

  .foto_12_2 {
    background-image: url('../images/iStock-987341428.jpg');
    background-position: 50%;
    height: 300px;
  }

  .foto_12_3 {
    background-position: 50%;
    height: 300px;
  }

  .e_02_titulo_retranca {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .foto_13_1 {
    background-image: url('../images/Cópia-de-iStock-1362604106.jpg');
    background-position: 40%;
    background-size: cover;
    height: 400px;
  }

  .header_13 {
    padding-top: 10px;
  }

  .foto_13_2 {
    height: 300px;
  }

  .box_olho_13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_13_3 {
    background-position: 50%;
    height: 300px;
  }

  .header_05 {
    padding-top: 10px;
  }

  .foto_05_1 {
    background-position: 30%;
    height: 400px;
  }

  .foto_05_2 {
    height: 300px;
  }

  .foto_05_3 {
    background-position: 50%;
    height: 300px;
  }

  .box_olho_05 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: 350px;
  }

  .slide_05_3, .slide_05_4 {
    background-position: 0%;
  }

  .header_07 {
    padding-top: 10px;
  }

  .box_olho_07 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_07_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_07_2 {
    height: 300px;
  }

  .slide_07_3, .slide_07_4, .slide_07b_3, .slide_07b_4 {
    background-position: 0%;
  }

  .foto_09_1 {
    background-position: 75%;
    height: 400px;
  }

  .header_09 {
    padding-top: 10px;
  }

  .foto_09_2 {
    height: 300px;
  }

  .box_olho_09-jp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_09_3 {
    background-position: 50%;
    height: 300px;
  }

  .slide_09_3, .slide_09_4, .slide_09b_2 {
    background-position: 0%;
  }

  .slide_09b_3 {
    background-position: 50%;
  }

  .slide_09b_4, .slide_08_3, .slide_08_4 {
    background-position: 0%;
  }

  .header_06 {
    padding-top: 10px;
  }

  .foto_06_1 {
    background-position: 80%;
    height: 400px;
  }

  .foto_06_2 {
    background-position: 10%;
    height: 300px;
  }

  .box_olho_06 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_06_3 {
    background-position: 50%;
    height: 300px;
  }

  .box_olho_02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_01_1-copy {
    background-position: 0%;
    height: 400px;
  }

  .sumario_bloco09b {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_09b {
    flex: 0 auto;
  }

  .link-block_10b {
    background-position: 50%;
    flex: 0 auto;
  }

  .sumario_bloco8b, .sumario_bloco10b {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_11b, .link-block_12b {
    flex: 0 auto;
  }

  .sumario_bloco12b {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_13b {
    background-position: 50%;
    flex: 0 auto;
  }

  .sumario_bloco13b {
    padding-left: 10px;
    font-size: 12px;
  }

  .cell-4 {
    justify-content: flex-start;
  }

  .cell-5 {
    flex-wrap: nowrap;
    display: flex;
  }

  .foto_00_1 {
    background-position: 50%;
    height: 400px;
  }

  .header_00 {
    padding-top: 10px;
  }

  .link-block_00b {
    flex-direction: column;
    flex: 0 100%;
    justify-content: flex-end;
    align-self: auto;
    height: 100%;
    margin-bottom: 0;
  }

  .sumario_bloco0b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-84 {
    margin-top: 0;
  }

  .image-7 {
    margin-top: 10px;
  }

  .div-block-84 {
    grid-template-rows: 15px 15px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    height: 100%;
  }

  .columns-4 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .column-6 {
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
  }

  .text-span-136 {
    font-size: 11px;
    line-height: 11px;
  }

  .container-127 {
    background-image: linear-gradient(to top, #000000ad, #fff0 64%), url('../images/2401_sumario.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 420px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .capa_titulo3 {
    letter-spacing: -1px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .button-21 {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 25px;
    margin-bottom: 21px;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
  }

  .chamada2c {
    letter-spacing: 0;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .capa_especial {
    letter-spacing: -1px;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-13 {
    letter-spacing: -1px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
    line-height: 52px;
  }

  .bold-text-14 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .foto_01_3b {
    background-position: 50%;
    height: 300px;
  }

  .slide_06_3, .slide_06_4, .slide_06b_3, .slide_06b_4, .slide_06c_3 {
    background-position: 0%;
  }

  .slide_06c_4 {
    background-position: 50% 0;
    background-size: cover;
  }

  .slide_06c_5 {
    background-size: cover;
  }

  .slide_06d_3 {
    background-position: 50%;
  }

  .slide_06d_4, .slide_06d_5 {
    background-position: 0%;
  }

  .editorial_autor {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .navegador_01_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_01_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_01_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_02_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_02_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_02_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_02_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_03_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_03_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_03_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_03_foto_avanca {
    background-position: 40%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_04_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_04_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_04_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_04_foto_avanca {
    background-position: 50%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_05_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_05_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_05_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_05_foto_avanca {
    background-position: 80%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_06_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_06_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_06_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_06_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .foto_pub_01 {
    background-position: 60%;
    background-size: contain;
    height: 400px;
  }

  .navegador_00_pub1_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_00_pub1_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_00_pub1_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_00_pub1_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .acesse_publicidade {
    margin-bottom: 40px;
  }

  .link_publicidades {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .foto_pub_02 {
    background-position: 60%;
    background-size: contain;
    height: 400px;
  }

  .foto_pub_03 {
    background-image: url('../images/Digital.png');
    background-position: 60%;
    background-size: contain;
    height: 320px;
  }

  .navegador_07_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_07_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_07_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_07_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_08_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_08_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_08_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_08_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_09_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_09_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_10_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_10_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_00_pub02_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_00_pub02_imagem_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_00_pub02_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_00_pub02_imagem_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_10_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_10_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_10b_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_10b_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_pub03_foto_volta {
    background-position: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_pub03_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_pub03_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_pub03_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_12_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_12_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_12_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_12_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_13_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_13_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_13_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_13_foto_avanca {
    background-position: 20%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_11_texto_avanca {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_11_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_11_foto_volta {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_11_foto_avanca {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .header_capa {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
  }

  .navegador_00_texto_volta {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .box_reitor {
    height: 300px;
  }

  .foto_09_1-copy {
    background-position: 100%;
    height: 400px;
  }

  .e_08_titulo_box-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragrafo_principal-2 {
    text-align: left;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .box_02_1 {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .box_2_foto_1, .box_2_foto_2, .box_2_foto_3 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .box_02_2 {
    padding-top: 20px;
  }

  .box_2b_foto_1, .box_2b_foto_2, .box_2b_foto_3, .box_2b_foto_4, .box_2b_foto_5, .box_2b_foto_6 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .foto_09_2-copy {
    height: 300px;
  }

  .box_olho_09-copy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_olho_04b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_05_3b {
    height: 300px;
  }

  .box_05_1 {
    margin-bottom: 60px;
  }

  .foto_05_4, .foto_05_5 {
    height: 300px;
  }

  .slider-2 {
    height: auto;
  }

  .slideshow_legenda {
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .section-6 {
    height: auto;
  }

  .slide-7 {
    background-position: 50%;
    background-size: cover;
  }

  .box_08 {
    height: 300px;
  }

  .foto_09b_1 {
    background-position: 50%;
    height: 400px;
  }

  .foto_09b_2 {
    background-position: 0%;
    height: 300px;
  }

  .header_09b {
    padding-top: 10px;
  }

  .box_olho_09b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_09b_3 {
    height: 300px;
  }

  .intertitulo_membiograficas {
    font-size: 22px;
    line-height: 22px;
  }

  .container-145 {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .upv_pix {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-87 {
    width: 250px;
    height: 250px;
    margin-right: 0;
  }

  .box_olho_12b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragrafo_autor_opiniao {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .foto_14_1, .foto_14_2 {
    background-position: 50%;
    height: 400px;
  }

  .header_14 {
    padding-top: 10px;
  }

  .header_14b {
    padding-top: 40px;
  }

  .foto_14_3 {
    background-position: 50%;
    height: 400px;
  }

  .foto_14_4 {
    background-position: 100% 40%;
    background-size: cover;
    height: 400px;
  }

  .foto_14_5 {
    background-image: url('../images/Cópia-de-iStock-1063703340.jpg');
    background-position: 20%;
    background-size: cover;
    height: 400px;
  }

  .foto_14_6, .foto_15_1, .foto_15_2 {
    background-position: 50%;
    height: 400px;
  }

  .foto_15_3 {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .foto_15_4 {
    background-image: url('../images/Cópia-de-Nutrição-Unisales.jpg');
    background-position: 0%;
    height: 400px;
  }

  .foto_15_5 {
    background-position: 50%;
    height: 400px;
  }

  .foto_15_6 {
    background-image: linear-gradient(to bottom, null, null);
    height: 350px;
  }

  .foto_15_7 {
    background-position: 40%;
    height: 400px;
  }

  .foto_15_8 {
    background-position: 50%;
    height: 400px;
  }

  .foto_15_9 {
    background-position: 65%;
    height: 400px;
  }

  .e_08_titulo_box_editorial {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .link-block_14 {
    flex: 0 auto;
  }

  .sumario_bloco14 {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_15 {
    background-image: url('../images/Cópia-de-Maria-Troncatti.1jpg.jpg');
    flex: 0 auto;
  }

  .div-block-88 {
    grid-template-rows: 15px 15px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-330 {
    height: 24.4444px;
    font-size: 8px;
    line-height: 8px;
  }

  .text-span-330-copy {
    font-size: 14px;
    line-height: 11px;
  }

  .bold-text-13-copy {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .bold-text-13-copy-copy {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 14px;
  }

  .slider-3 {
    height: 400px;
  }

  .slide_fotos1 {
    flex: 1;
    height: 400px;
  }

  .mask-3 {
    padding-bottom: 0;
  }

  .slide-nav-3 {
    background-color: var(--dark-slate-grey);
  }

  .container-147 {
    height: 400px;
    padding-bottom: 40px;
  }

  .slide_fotos2, .slide_fotos3, .slide_fotos4, .slide_fotos5 {
    flex: 1;
    height: 400px;
  }

  .slide_fotos6 {
    background-image: url('../images/Voluntariado-matriz-de-camaragibe.jpg');
    flex: 1;
    height: 400px;
  }

  .slide_fotos7, .slide_fotos8 {
    flex: 1;
    height: 400px;
  }

  .navegador_00_foto_avanca-copy {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_00_foto_volta-copy {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_00_texto_volta-copy {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .navegador_00_texto_avanca-copy {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_00_foto_avanca-copy {
    background-position: 50%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .navegador_00_texto_avanca-copy-copy {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .navegador_00_foto_avanca-copy-copy {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .rodape_infos_01-2 {
    font-size: 13px;
  }

  .foto_02_1-copy {
    background-position: 35%;
    height: 400px;
  }

  .foto_02_2b {
    background-position: 100%;
    height: 400px;
  }

  .foto_02_3 {
    background-position: 50% 0;
    height: 400px;
  }

  .slider-4 {
    height: 350px;
  }

  .slide_09_1-2 {
    background-position: 20%;
  }

  .slide_09_3-2 {
    background-position: 0%;
  }

  .slide_09_4b {
    background-position: 50%;
  }

  .foto_03_2b {
    height: 250px;
  }

  .container_titulo-2 {
    align-items: flex-start;
  }

  .e_08_titulo_box-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .paragrafo_principal-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .intertitulos-2 {
    font-size: 22px;
    line-height: 22px;
  }

  .foto_09_2-2 {
    height: 300px;
  }

  .foto_06_2b {
    background-position: 100%;
    height: 300px;
  }

  .foto_06_2c {
    background-position: 10%;
    height: 300px;
  }

  .sumario_bloco11b-copy, .sumario_bloco09c {
    padding-left: 10px;
    font-size: 12px;
  }

  .text-span-549 {
    font-size: 14px;
  }

  .navegador_00_foto_volta-copy-copy {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .box_olho_11b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-5 {
    height: 350px;
  }

  .slide_09_1-3 {
    background-position: 20%;
  }

  .slide_09_3-3 {
    background-position: 0%;
  }

  .link_audio {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .sumario_bloco12c {
    padding-left: 10px;
    font-size: 12px;
  }

  .container-3b {
    justify-content: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .box_02b_1 {
    margin-bottom: 60px;
  }

  .link-20 {
    display: inline;
  }

  .foto_05b_3b {
    background-position: 50%;
    height: 300px;
  }

  .foto_08_4 {
    height: 300px;
  }

  .sumario_bloco8c {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_08c {
    flex: 0 auto;
  }

  .foto_08_5 {
    height: 300px;
  }

  .box_09b_1 {
    margin-bottom: 60px;
  }

  .slide_03a_3d {
    height: 350px;
  }

  .slide_09_1-4 {
    background-position: 50%;
  }

  .slider_03_2, .slide_03a_3c {
    height: 350px;
  }

  .foto_14_6b {
    background-position: 60%;
    height: 400px;
  }

  ._2024_legenda_05_1 {
    font-size: 12px;
  }

  .foto_05b_4b {
    background-image: url('../images/Gabinete-.jpg');
    background-position: 50%;
    height: 300px;
  }

  ._2024_legenda_08_1 {
    font-size: 12px;
  }

  .slider-6 {
    height: 350px;
  }

  .slide_02b_a1, .slide_02b_a4 {
    background-position: 50%;
  }

  .slide_02b_b1 {
    background-position: 40%;
  }

  .slide_02b_b4 {
    background-position: 20%;
  }

  .slide_02b_c1, .slide_02b_c4, .slide_02b_d1, .slide_02b_d4 {
    background-position: 50%;
  }

  .slide_02b_e1 {
    background-position: 100%;
  }

  .slide_02b_e4, .slide_02b_f1, .slide_02b_f4, .slide_02b_g1, .slide_02b_g4, .slide_02b_h1, .slide_02b_h4, .slide_02b_i1, .slide_02b_i4, .slide_02b_j1, .slide_02b_j4 {
    background-position: 50%;
  }

  .foto_04_2c, .foto_02_1b {
    height: 300px;
  }

  .slider-7 {
    height: 350px;
  }

  .slide_04b_a1 {
    background-position: 50% 0;
  }

  .slide_07b_a3-copy {
    background-position: 70%;
  }

  .slide_07b_a4-copy {
    background-position: 0%;
  }

  .slider_07, .slider-8 {
    height: 350px;
  }

  .slide_07b_a1 {
    background-position: 50%;
  }

  .container-148 {
    background-color: #6a3dff00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 0;
  }

  .image-9 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
  }

  .bold-text-22 {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 55px;
    line-height: 56px;
  }

  .capa_especial-2 {
    letter-spacing: -1px;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .bold-text-13-copy-copy-2 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .column-10 {
    height: 100%;
  }

  .capa_titulo3-2 {
    letter-spacing: -1px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .button-22 {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 25px;
    margin-bottom: 21px;
    padding: 0 10px;
    font-size: 13px;
    display: flex;
  }

  .image-10 {
    border-bottom-right-radius: 10px;
  }

  .container-149 {
    background-image: linear-gradient(0deg, #000000ad, #fff0 64%), url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 420px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-90 {
    grid-template-rows: 15px 15px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-891 {
    font-size: 10px;
  }

  .text-span-330-copy-2 {
    font-size: 10px;
    line-height: 11px;
  }

  .text-span-892 {
    height: 228px;
    font-size: 7px;
    line-height: 8px;
  }

  .container-150 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 5px;
    grid-auto-rows: 120px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fotoback_0 {
    width: 30%;
  }

  .textofrente_0 {
    width: 70%;
  }

  .fotofrente_0 {
    background-position: 60%;
  }

  .fotoback_1 {
    width: 30%;
  }

  .textofrente_1 {
    width: 70%;
  }

  .fotofrente_1 {
    background-position: 50%;
  }

  .fotoback_2 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_2 {
    width: 70%;
  }

  .fotoback_3 {
    width: 30%;
  }

  .textofrente_3 {
    width: 70%;
  }

  .fotofrente_3 {
    background-position: 50%;
  }

  .fotoback_4 {
    width: 30%;
  }

  .textofrente_4 {
    width: 70%;
  }

  .fotofrente_4 {
    background-position: 50%;
  }

  .fotoback_5 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_5 {
    width: 70%;
  }

  .fotofrente_5 {
    background-position: 20%;
  }

  .fotoback_6 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_6 {
    width: 70%;
  }

  .fotofrente_6 {
    background-position: 50%;
  }

  .fotoback_p1 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_p1 {
    width: 70%;
  }

  .fotofrente_p1 {
    background-position: 50%;
  }

  .fotoback_7 {
    background-position: 0%;
    width: 30%;
  }

  .textofrente_7 {
    width: 70%;
  }

  .fotofrente_7 {
    background-position: 50%;
  }

  .fotoback_8 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_8 {
    width: 70%;
  }

  .fotofrente_8 {
    background-position: 100%;
  }

  .fotoback_9 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_9 {
    width: 70%;
  }

  .fotofrente_9 {
    background-position: 50%;
  }

  .fotoback_p2 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_p2 {
    width: 70%;
  }

  .fotofrente_p2 {
    background-position: 75%;
  }

  .fotoback_10 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_10 {
    width: 70%;
  }

  .fotofrente_10 {
    background-position: 50%;
  }

  .fotoback_11 {
    background-position: 50%;
    width: 30%;
  }

  .textofrente_11 {
    width: 70%;
  }

  .fotofrente_11 {
    background-position: 50%;
  }

  .fotoback_p3 {
    background-position: 40%;
    width: 30%;
  }

  .textofrente_p3 {
    width: 70%;
  }

  .fotofrente_p3 {
    background-position: 50%;
  }

  .fotoback_12 {
    background-position: 30%;
    width: 30%;
  }

  .textofrente_12 {
    width: 70%;
  }

  .fotofrente_12 {
    background-position: 30%;
  }

  .fotoback_13 {
    background-position: 60%;
    width: 30%;
  }

  .textofrente_13 {
    width: 70%;
  }

  .fotofrente_13, .fotofrente_14 {
    background-position: 50%;
  }

  .textofrente_14 {
    width: 70%;
  }

  .fotoback_14 {
    background-position: 30%;
    width: 30%;
  }

  .slide_03b_a1, .slide_03b_a4, .slide_03b_b1, .slide_03b_b4, .slide_09b_a1, .slide_09b_a4 {
    background-position: 50%;
  }

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

  .slideshow_legenda_09 {
    color: var(--black);
    background-image: none;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .foto_10_2b {
    height: 300px;
  }

  .chamada2c-copy {
    letter-spacing: 0;
    letter-spacing: 0;
    width: 90%;
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 8px;
  }

  .section-10 {
    height: auto;
  }

  .slide_2402_02 {
    height: 350px;
  }

  .mask-10 {
    border-radius: 10px 10px 0 0;
    height: 350px;
  }

  .slide_09_1-5 {
    background-position: 20%;
  }

  ._2406_01_b, ._2406_01_c {
    background-position: 50%;
    height: 350px;
  }

  .container_box-2 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragrafo_principal-4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .slider-9 {
    height: 350px;
  }

  .slide_02b_a1-2, .slide_02b_a4-2 {
    background-position: 50%;
  }

  .foto_08_2c {
    height: 300px;
  }

  .box_olho_09_acaosocial {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-10 {
    height: 350px;
  }

  .slide_02b_a1-3, .slide_02b_a4-3 {
    background-position: 50%;
  }

  .foto_01_2-2 {
    height: 300px;
  }

  .link-block_13c {
    flex: 0 auto;
  }

  .sumario_bloco13c {
    padding-left: 10px;
    font-size: 12px;
  }

  .s_foto10, .s_foto8 {
    background-position: 50%;
  }

  .mask-4-copy {
    border-radius: 10px;
    height: auto;
  }

  .slider_03_2-2, .section-12 {
    height: auto;
  }

  ._2024_legenda_slideshow {
    text-align: justify;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .s_foto6, .s_foto7 {
    background-position: 0%;
  }

  .left-arrow {
    opacity: 0;
  }

  .s_foto5 {
    background-position: 0%;
  }

  .s_foto9 {
    background-position: 50%;
  }

  .right-arrow {
    opacity: 0;
  }

  .slideshow1 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header_09-2 {
    padding-top: 10px;
  }

  .container_titulo-3 {
    align-items: flex-start;
  }

  .e_01_secao-2 {
    text-align: left;
    order: 0;
    align-self: flex-start;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
  }

  .e_02_titulo-2 {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .container_subtitulo-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .e_03_desc-2 {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .e_04_autor-2 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
  }

  .foto_09_1-2 {
    background-image: url('../images/Cópia-de-09_SETTEMBRE_Cosimo_Musio.jpg');
    background-position: 50%;
    height: 400px;
  }

  .container-155 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .navegador_10_texto_avanca-2 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .e_07_texto_prenuncio_dir-2 {
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
  }

  .navegador_09_texto_volta-2 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .e_07_texto_prenuncio_esq-2 {
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
  }

  .navegador_09_foto_volta-2 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .navegador_10_foto_avanca-2 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .s_foto11, .s_foto12 {
    background-position: 50%;
  }

  .header_12b {
    padding-top: 10px;
  }

  .foto_01_2-3, .foto_opiniao_escreva {
    height: 300px;
  }

  ._2024_opiniao_escreva {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
  }

  .fotoback_12b {
    background-position: 65%;
    width: 30%;
  }

  .textofrente_12b {
    width: 70%;
  }

  .fotofrente_12b {
    background-position: 50%;
  }

  .section-14 {
    height: auto;
  }

  .slide_2402_02-2 {
    height: 350px;
  }

  .mask-13 {
    border-radius: 10px;
    height: 350px;
  }

  .slide_09_1-6 {
    background-position: 20%;
  }

  ._2406_01_b-2 {
    background-position: 100%;
    height: 350px;
  }

  ._2406_01_c-2 {
    background-position: 70%;
    height: 350px;
  }

  .foto_02_2c {
    height: 300px;
  }

  .box_olho_01-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_04_1c {
    height: 300px;
  }

  .box_olho_01-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .e_05_texto_olho-2 {
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .slider-11 {
    height: 350px;
  }

  .slideshow_legenda_09-2 {
    color: #000;
    background-image: none;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_09b_a5c {
    background-position: 50%;
    background-size: cover;
  }

  .mask-14 {
    border-radius: 20px;
  }

  .slide_09b_a4-2 {
    background-position: 50%;
    background-size: cover;
  }

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

  .container_box-9 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .e_05_texto_olho-3 {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragrafo_principal-7 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .slider-18 {
    height: 350px;
  }

  .slide_02b_a1-4 {
    background-position: 50%;
  }

  .slideshow_legenda_11b {
    color: #000;
    background-image: none;
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
  }

  .slide_02b_a4-9 {
    background-position: 50%;
  }

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

  .slider-19 {
    height: 350px;
  }

  .slide_02b_a1-5, .slide_02b_a4-10 {
    background-position: 50%;
  }

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

  .foto_04_2c-2 {
    height: 300px;
  }

  .paragrafo_principal-8 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .intertitulos-3 {
    font-size: 22px;
    line-height: 22px;
  }

  .box_olho_01-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_subtitulo-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_14b-2 {
    padding-top: 40px;
  }

  .e_02_titulo-3 {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .paragrafo_principal-9 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .paragrafo_principal-10 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .container_box-10 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-20 {
    height: 350px;
  }

  .slide_04b_a1-2 {
    background-position: 50% 0;
  }

  .slide_07b_a3-copy-2 {
    background-position: 70%;
  }

  .foto_02_1b-2 {
    height: 300px;
  }

  .slider-21 {
    height: 350px;
  }

  .slide_02b_a1-6, .slide_02b_a4-11 {
    background-position: 50%;
  }

  .foto_02_1b-3, .foto_02_1b-4, .foto_02_1b-5 {
    height: 300px;
  }

  .paragrafo_principal-11 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .container_box-11 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-22 {
    height: 350px;
  }

  .slide_04b_a1-3 {
    background-position: 50% 0;
  }

  .box_olho_09_acaosocial-2, .box_olho_09_acaosocial-2b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_02_1b-6 {
    height: 300px;
  }

  .slide_09_1-7 {
    background-position: 20%;
  }

  .slide_2402_02-3 {
    height: 350px;
  }

  .section-18 {
    height: auto;
  }

  .mask-31 {
    border-radius: 10px;
    height: 350px;
  }

  ._2406_01_a-3 {
    background-position: 0%;
  }

  ._2406_01_b-3 {
    background-position: 100%;
    height: 350px;
  }

  .slide_09_1-8 {
    background-position: 20%;
  }

  .slide_2402_02-4 {
    height: 350px;
  }

  .section-19 {
    height: auto;
  }

  .mask-32 {
    border-radius: 10px;
    height: 350px;
  }

  ._2406_01_a-4 {
    background-position: 0%;
  }

  ._2406_01_b-4 {
    background-position: 100%;
    height: 350px;
  }

  .container_box-10b {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_02_1b-7 {
    height: 300px;
  }

  .section-21 {
    height: auto;
  }

  .slide_2402_02-5 {
    height: 350px;
  }

  .mask-33 {
    border-radius: 10px 10px 0 0;
    height: 350px;
  }

  .slide_09_1-9 {
    background-position: 20%;
  }

  ._2406_01_b-5 {
    background-position: 50%;
    height: 350px;
  }

  .box_olho_01-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide_09_1-10 {
    background-position: 20%;
  }

  .slide_2402_02-6 {
    height: 350px;
  }

  .section-22 {
    height: 400px;
  }

  .mask-34 {
    border-radius: 10px;
    height: 350px;
  }

  ._2406_01_a-6 {
    background-position: 0%;
  }

  ._2406_01_b-6 {
    background-position: 50%;
    height: 350px;
  }

  .slide_02b_a1-7 {
    background-position: 50%;
  }

  .slide_02b_a4-12 {
    background-position: 0%;
  }

  .slideshow_legenda-2 {
    height: auto;
    padding-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
  }

  .slider-23 {
    height: 350px;
  }

  .box_olho_05_missoes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_09c {
    padding-top: 10px;
  }

  .box_olho_09c {
    padding-left: 20px;
    padding-right: 20px;
  }

  .foto_09_2c {
    height: 300px;
  }

  .sumario_bloco09c2 {
    padding-left: 10px;
    font-size: 12px;
  }

  .link-block_08b-copy {
    background-position: 50%;
    flex: 0 auto;
  }

  .foto_10b {
    background-position: 50%;
    height: 400px;
  }

  .foto_10_2c {
    height: 300px;
  }

  .e_05_texto_aspas {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .foto_12_1c {
    background-image: url('../images/Cópia-de-DB3--37.jpg');
    background-position: 50% 25%;
    height: 300px;
  }

  .image-9-copy {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
  }

  .container-148-copy {
    background-color: #6a3dff00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 0;
  }

  .foto_14_6c {
    background-image: url('../images/Cópia-de-Peregrinação-Patagônia.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .foto_15_2-2 {
    background-position: 50%;
    height: 400px;
  }

  .foto_15_3-2 {
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .fotofrente_9-copy {
    background-position: 50%;
  }

  .slider-24 {
    height: 350px;
  }

  .sumario_foto_capab {
    background-image: linear-gradient(#fff0 60%, #ffc25005 68%, #b5ab87 68%, #b5ab87), url('../images/Cópia-de-iStock-1765314214_1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-flow: column;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .e_sumario_tit_grande_claro {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .e_sumario_texto_grande_claro {
    font-size: 16px;
    line-height: 18px;
  }

  .foto_04_2-copy, .foto_02_2c-copy {
    height: 300px;
  }

  .foto_15_4-copy {
    background-image: url('../images/Cópia-de-Piracicaba-1.jpg');
    background-position: 0%;
    height: 400px;
  }

  .bold-text-22-copy {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .foto_04_2-copy-copy {
    height: 300px;
  }

  .header_07b {
    padding-top: 10px;
  }

  .box_olho_07b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-25 {
    height: 350px;
  }

  .box_olho_08-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide_04b_a1-copy {
    background-position: 50% 0;
  }

  .foto_02_1b-5-copy {
    height: 300px;
  }

  .slider-26 {
    height: 350px;
  }

  .foto_10_2-copy {
    height: 300px;
  }

  .foto_05_1-copy {
    background-position: 30%;
    height: 400px;
  }

  .foto_02_1b-4-copy {
    height: 300px;
  }

  .slider-27, .slider-27-copy {
    height: 350px;
  }

  .foto_05_1-copy-copy {
    background-position: 70%;
    height: 400px;
  }

  .slide-79 {
    background-position: 100%;
  }

  .paragrafo_principal-12 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .intertitulos-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .slider-28 {
    height: 350px;
  }

  .container_box-12 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragrafo_principal-13 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
  }

  .link-block_14-copy {
    flex: 0 auto;
  }

  .sumario_bloco14-copy {
    padding-left: 10px;
    font-size: 12px;
  }

  .textofrente_3-copy {
    width: 70%;
  }

  .fotofrente_3-copy {
    background-position: 50%;
  }

  .textofrente_7-copy {
    width: 70%;
  }

  .fotofrente_7-copy {
    background-position: 50%;
  }

  .credito-copy-copy {
    position: relative;
    bottom: auto;
  }

  .text-block-6, .text-block-7 {
    color: #000;
    text-align: center;
    padding-bottom: 0;
    position: sticky;
    top: 144px;
  }

  .credito-copy-copy-copy {
    position: relative;
    bottom: auto;
  }

  .text-block-8 {
    color: #000;
    text-align: center;
    padding-bottom: 0;
    position: relative;
    top: 144px;
  }
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976714 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976714 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_36d983f4-8d31-6068-77e2-972170115f5b-cf976714 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-d3c2f21f-a98d-514d-15da-303540b0bc38-cf976714 {
  grid-area: Area;
}

#w-node-d8a7bf24-b280-32fe-cf2a-b179a73cfa22-cf976714 {
  grid-area: Area-4;
}

#w-node-_6818a2d3-30b4-e616-ff56-a0133c0fdead-cf976734 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_6818a2d3-30b4-e616-ff56-a0133c0fdeae-cf976734 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976734 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976734 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6dd-cf976734 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6de-cf976734 {
  grid-area: Area;
}

#w-node-f41c2f32-8f72-7327-8482-185ef2b5e6e6-cf976734 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf97674a {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf97674a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dbd-cf97674a {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dbe-cf97674a {
  grid-area: Area;
}

#w-node-_16272a37-13cb-d1e6-b360-361cf5443dc6-cf97674a {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf97675d {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf97675d {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe960-cf97675d {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe961-cf97675d {
  grid-area: Area;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe969-cf97675d {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf97675e {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf97675e {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7b6-cf97675e {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7b7-cf97675e {
  grid-area: Area;
}

#w-node-_851028c8-5174-b884-c2ed-3c974c18e7c0-cf97675e {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976770 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976770 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_2ecfa1e9-df3c-ed0f-9d9a-31d33bc84e83-cf976770 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_2ecfa1e9-df3c-ed0f-9d9a-31d33bc84e8d-cf976770 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976771 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976771 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_346932fa-9779-fc5a-ab04-2b28184fadd0-cf976771 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_346932fa-9779-fc5a-ab04-2b28184fadd1-cf976771 {
  grid-area: Area;
}

#w-node-_346932fa-9779-fc5a-ab04-2b28184fadda-cf976771 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976772 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976772 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999a7-cf976772 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999a8-cf976772 {
  grid-area: Area;
}

#w-node-e8fbf2b0-682f-72ee-1668-50c66d3999b1-cf976772 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976773 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976773 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-e1573aad-8f78-f0bd-7186-6a7b5aaed973-cf976773 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-e1573aad-8f78-f0bd-7186-6a7b5aaed97d-cf976773 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976774 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976774 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-b49f29af-dbd8-a929-d784-fdea2fec052a-cf976774 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-b49f29af-dbd8-a929-d784-fdea2fec052b-cf976774 {
  grid-area: Area;
}

#w-node-b49f29af-dbd8-a929-d784-fdea2fec0534-cf976774 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976775 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976775 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e21-cf976775 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e22-cf976775 {
  grid-area: Area;
}

#w-node-fc8bc520-a647-45f2-e27f-724f79624e2b-cf976775 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976776 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976776 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_445ea91c-e55f-6ea6-4cb4-15125e54dcaa-cf976776 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_445ea91c-e55f-6ea6-4cb4-15125e54dcab-cf976776 {
  grid-area: Area;
}

#w-node-_445ea91c-e55f-6ea6-4cb4-15125e54dcb4-cf976776 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976788 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976788 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_86958753-8288-4b63-9264-e370d2ef2a5d-cf976788 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_86958753-8288-4b63-9264-e370d2ef2a5e-cf976788 {
  grid-area: Area;
}

#w-node-_86958753-8288-4b63-9264-e370d2ef2a67-cf976788 {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-cf976789 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-cf976789 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-ffe9f008-6010-a56c-3a66-159ec49da4d5-cf976789 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-ffe9f008-6010-a56c-3a66-159ec49da4d6-cf976789 {
  grid-area: Area;
}

#w-node-ffe9f008-6010-a56c-3a66-159ec49da4df-cf976789 {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-cf97678a {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-cf97678a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_72791daa-0043-504c-8a07-324391b240b6-cf97678a {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_72791daa-0043-504c-8a07-324391b240b7-cf97678a {
  grid-area: Area;
}

#w-node-_72791daa-0043-504c-8a07-324391b240c0-cf97678a {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-cf97679b {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-cf97679b {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_482129e3-ecbb-29ac-0731-121e93814392-cf97679b {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_482129e3-ecbb-29ac-0731-121e93814393-cf97679b {
  grid-area: Area;
}

#w-node-_482129e3-ecbb-29ac-0731-121e9381439c-cf97679b {
  grid-area: Area-4;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149a-cf97679c {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_4adb270c-849e-3810-238d-2b0f8681149b-cf97679c {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606de-cf97679c {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606df-cf97679c {
  grid-area: Area;
}

#w-node-a0e49af9-bc8d-9bb0-69c9-95eb45e606e8-cf97679c {
  grid-area: Area-4;
}

#w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-cf97679d {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d8a404b1-a173-825e-9d70-bc64424a2fec-cf97679d {
  grid-column: span 3 / span 3;
}

#w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-cf97679d {
  grid-column: span 2 / span 2;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decf9-cf97679e {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_73c2f8ed-d40d-4a90-6183-5a732a2decfa-cf97679e {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabeeb-cf97679e {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_36dc88d1-abe5-a259-79e5-62585ecabef5-cf97679e {
  grid-area: Area-4;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8d-66fe3b52 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_8df58cbd-6af9-4384-f217-be45549f9c8e-66fe3b52 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe960-66fe3b52 {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe961-66fe3b52 {
  grid-area: Area;
}

#w-node-cc631a6a-2996-7d43-3f2e-961eff6fe969-66fe3b52 {
  grid-area: Area-4;
}

@media screen and (max-width: 991px) {
  #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469bd-cf9766ea, #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469c1-cf9766ea {
    align-self: center;
  }

  #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469c8-cf9766ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469c1-cf9766ea {
    align-self: center;
  }

  #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469c5-cf9766ea {
    align-self: start;
  }

  #w-node-c7ba0359-bfd8-72f0-e89a-23039e5469c8-cf9766ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-cf97679d {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d8a404b1-a173-825e-9d70-bc64424a2fec-cf97679d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-cf97679d, #w-node-f4f2af4b-4414-d7d0-964e-0b6eaf37b9c9-cf97679d, #w-node-_11478ee7-9d31-e1e0-9e2c-730ecc6a7fa1-cf97679d, #w-node-d9fa7924-7296-a3e9-09ef-dedab97699bd-cf97679d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8a404b1-a173-825e-9d70-bc64424a2feb-cf97679d {
    grid-template-rows: 274px minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-d8a404b1-a173-825e-9d70-bc64424a2fec-cf97679d, #w-node-f6652404-6551-5ddc-664e-d35051d1cf7d-cf97679d, #w-node-f4f2af4b-4414-d7d0-964e-0b6eaf37b9c9-cf97679d, #w-node-_11478ee7-9d31-e1e0-9e2c-730ecc6a7fa1-cf97679d, #w-node-_64ba0aaa-c545-3943-e54f-7cf9ef23f4b4-cf97679d, #w-node-d9fa7924-7296-a3e9-09ef-dedab97699bd-cf97679d, #w-node-_584a0cb5-4b49-b679-9d61-2a6d8e2bccc7-cf97679d, #w-node-dd457996-bd56-2e2e-aa03-5f136d77586f-cf97679d, #w-node-_9f3d2cfa-a1d2-67ca-6e27-811235bf8f8e-cf97679d, #w-node-_85a3145a-3cd7-622b-3394-f390fd4fddf3-cf97679d, #w-node-ef3947dc-2d4e-23c6-bd65-25ffe72cf597-cf97679d, #w-node-_683e679a-5b90-0af0-9c54-31c572ccf6a5-cf97679d, #w-node-_5519166e-f281-ede0-9b01-130d910fcc14-cf97679d, #w-node-_494a70ab-8499-f92d-17e6-c8daaf1d13f7-cf97679d, #w-node-_3f5bfe83-4bf0-2616-05c2-1bacdf78834e-cf97679d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Trap';
  src: url('../fonts/Trap-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap Black';
  src: url('../fonts/Trap-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap Light';
  src: url('../fonts/Trap-Light.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap Bold';
  src: url('../fonts/Trap-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap Medium';
  src: url('../fonts/Trap-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trap Regular';
  src: url('../fonts/Trap-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}